body {
	font-family: 'Poppins', system-ui, sans-serif;
	background: #ffffff;
	color: #1b2b41;
}

/* HERO */
.hero-section {
	padding: 140px 0 100px;
	background: linear-gradient(180deg, #f5fbff, #ffffff);
}

.hero-title {
	font-size: 48px;
	font-weight: 700;
}

.hero-text {
	font-size: 18px;
	color: #5f6f82;
}

/* Sections */
.section {
	padding: 90px 0;
}

.section-soft {
	padding: 80px 0;
	background: #f7fbff;
}

/* Cards */
.service-card,
.plan-card,
.step-box {
	background: #ffffff;
	padding: 30px;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.plan-card ul {
	padding-left: 18px;
}

.plan-card li {
	margin-bottom: 10px;
}

/* Footer */
.footer {
	background: #0b2a4a;
	color: #ffffff;
	padding: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
	.hero-title {
		font-size: 34px;
	}
}


/* Services Section */
.services-section {
	background: #ffffff;
}

/* Card */
.service-card {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
	transition: all 0.3s ease;
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Icon wrapper */
.service-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	color: #2563eb;
}

/* Icon backgrounds (soft) */
.service-icon.equity {
	background: rgba(37, 99, 235, 0.1);
}

.service-icon.commodity {
	background: rgba(234, 179, 8, 0.15);
	color: #ca8a04;
}

.service-icon.low-capital {
	background: rgba(34, 197, 94, 0.15);
	color: #16a34a;
}

/* Text */
.service-card h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.service-card p {
	color: #5f6f82;
	font-size: 15px;
	margin: 0;
}



/* How It Works Section */
.how-it-works {
	background: linear-gradient(180deg, #f7fbff, #ffffff);
}

/* Card */
.work-card {
	background: #ffffff;
	padding: 30px 20px;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
	transition: all 0.3s ease;
}

.work-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

/* Icon */
.work-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.1);
	color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Text */
.work-card h6 {
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}


/* Plans Section */
.plans-section {
	background: #ffffff;
}

/* Card */
.plan-card {
	background: #ffffff;
	padding: 40px 30px;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
	height: 100%;
	transition: all 0.3s ease;
}

.plan-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Featured plan */
.plan-card.featured {
	border: 2px solid #2563eb;
}

/* Icon */
.plan-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	color: #2563eb;
}

.plan-icon.equity {
	background: rgba(37, 99, 235, 0.1);
}

.plan-icon.commodity {
	background: rgba(234, 179, 8, 0.15);
	color: #ca8a04;
}

.plan-icon.low {
	background: rgba(34, 197, 94, 0.15);
	color: #16a34a;
}

/* Text */
.plan-card h5 {
	font-weight: 600;
	margin-bottom: 15px;
}

.plan-card ul {
	padding-left: 18px;
	margin: 0;
}

.plan-card li {
	margin-bottom: 10px;
	color: #5f6f82;
}

/* Navbar */
.navbar-custom {
	padding: 14px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.navbar-custom .nav-link {
	font-weight: 500;
	color: #1b2b41;
	margin-left: 12px;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
	color: #2563eb;
}

/* Text Logo */
.brand-logo {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height: 1;
}

.brand-main {
	display: block;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #1b2b41;
}

.brand-sub {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #2563eb;
	margin-top: 4px;
}


/* Fixed navbar spacing */
body {
	padding-top: 80px;
}



/* Auth Pages */
.auth-section {
	padding: 120px 0 80px;
	background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.auth-card {
	background: #ffffff;
	padding: 40px 35px;
	border-radius: 18px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.auth-card h2 {
	font-weight: 700;
}

.auth-card a {
	color: #2563eb;
	text-decoration: none;
}

.auth-card a:hover {
	text-decoration: underline;
}

/* Contact Section */
.contact-section {
	background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.contact-card {
	background: #ffffff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact-card .form-control,
.contact-card .form-select {
	height: 48px;
	border-radius: 10px;
}

.contact-card textarea.form-control {
	height: auto;
}

.contact-card .btn {
	border-radius: 30px;
}