body {
  font-family: 'Inter', sans-serif;
  color: #0f172a;
  font-size: 14px;
}

/* Header Font */
.navbar {
  font-family: 'Inter', sans-serif;
}

/* Nav link styling */
.nav-link {
  color: #0f172a;
}

.nav-link:hover,
.nav-link.active {
  color: #1e4fd7;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #1e4fd7;
}
/* CTA button */
.btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}


/* ===== HERO SECTION ===== */
.hero-section {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(
      90deg,
      #1849c6 0%,
      rgba(24, 73, 198, 0.95) 40%,
      rgba(24, 73, 198, 0.7) 60%,
      rgba(24, 73, 198, 0.3) 75%,
      rgba(24, 73, 198, 0) 100%
    ),
    url("../img/hero_section.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-content h1 {
  font-size: 4rem;
  line-height: 1.2;
}

.hero-description {
  font-size: 1rem;
  opacity: 0.95;
  max-width: 520px;
}

/* CTA Button */
.hero-section .btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.hero-section .btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    background: linear-gradient(
        rgba(24, 73, 198, 0.95),
        rgba(24, 73, 198, 0.95)
      ),
      url("../images/hero-family.jpg");
    background-size: cover;
    background-position: center;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }
}

/* ===== ABOUT ASNA SECTION ===== */
.about-section {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  padding: 80px 0;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f172a;
}

.about-text {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.7;
}

/* CTA Button */
.about-section .btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.about-section .btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }

  .about-text {
    font-size: 1rem;
  }
}


/* ===== MEMBERS GET SECTION ===== */
.members-section {
  font-family: 'Inter', sans-serif;
  background-color: #f8fafc;
  padding:96px 0;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
}


.member-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 0;
  height: 100%;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}
.member-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}

.member-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Icon Box */
.icon-box-home {
  width: 44px;
  height: 44px;
  background-color: #1e40af;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-box-home img {
  width: 22px;
  height: 22px;
}

/* CTA Button */
.members-section .btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.members-section .btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}



/* Inner content */
.member-card-inner {
  position: relative;
  padding: 28px;
  z-index: 2;
}

/* Decorative light red circle */
.member-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background-color: #fdecee; /* light red / pink */
  border-radius: 50%;
  z-index: 1;
}

/* ===== HOW IT WORKS SECTION ===== */
.how-it-works {
  text-align: center;
  padding: 96px 0;
  background: #ffffff;
}

/* Wrapper */
.steps-wrapper-home {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 1000px;
  margin: 72px auto 56px;
}

/* PERFECTLY ALIGNED LINE */
.steps-line-home {
  position: absolute;
  top: 26px; /* EXACT vertical center of circle */
  left: calc(16.5%); /* center of first circle */
  width: calc(67%); /* center-to-center distance */
  height: 1px;
  background: #e6e9f0;
  z-index: 0;
}

/* Step */
.step-home {
  position: relative;
  z-index: 1;
}

/* Number Circle */
.circle-home {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid #1f4db7;
  color: #1f4db7;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: #ffffff;
}

/* Titles */
.step-home h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-home p {
  font-size: 0.95rem;
  color: #6b7280;
  max-width: 280px;
  margin: 0 auto;
}

/* CTA */
.primary-btn {
  background: #c1123f;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 768px) {
  .steps-wrapper-home {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .steps-line-home {
    display: none;
  }
}


/* ===== FAQ SECTION ===== */
.faq-section {
  font-family: 'Inter', sans-serif;
  background-color: #f8fafc;
  padding:96px 0;
}

.faq-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0f172a;
}

.faq-subtitle {
  color: #64748b;
  font-size: 1.05rem;
}

/* Accordion styling */
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #0f172a;
  background-color: #ffffff;
  padding: 20px 24px;
}

.faq-accordion .accordion-button::after {
  background-size: 14px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  color: #0f172a;
}

.faq-accordion .accordion-body {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 24px 20px;
}

/* CTA */
.faq-section .btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.faq-section .btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }
}


/* ===== THINK ABOUT IT SECTION ===== */
.think-section {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  padding: 96px 0;
}

.think-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

/* Cards */
.think-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  transition: all 0.3s ease;
}

.think-card:hover {
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-4px);
}

/* Icon */
.icon-circle {
  width: 56px;
  height: 56px;
  background-color: #1e40af;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-circle img {
  width: 24px;
  height: 24px;
}

/* Card text */
.think-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.think-card p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
}

/* Note */
.think-note {
  font-size: 1.05rem;
  color: #64748b;
}

/* CTA */
.think-section .btn-danger {
  background-color: #c8103d;
  border-color: #c8103d;
}

.think-section .btn-danger:hover {
  background-color: #a90d34;
  border-color: #a90d34;
}

/* Responsive */
@media (max-width: 768px) {
  .think-title {
    font-size: 2rem;
  }
}

/* internal pages styles */
.internal-hero {
  background-color: #1f4db7; /* ASNA blue */
  padding: 60px 24px;
  text-align: center;
}

.internal-hero__content {
  max-width: 880px;
  margin: 0 auto;
}

.internal-hero h1 {
  color: #ffffff;
  font-size: 3rem; /* ~48px */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.internal-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .internal-hero {
    padding: 88px 20px;
  }

  .internal-hero h1 {
    font-size: 2.2rem;
  }

  .internal-hero p {
    font-size: 1rem;
  }
}

/* ======Stepper Classes====== */

/* STEPPER */
.stepper-container{
	background: #fff;
}
.stepper-wrapper {
  position: relative;
  background: #F8F8F8;
  padding: 24px 0;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin: auto;
}

.step {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #d0d7e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #fff;
  font-weight: 600;
  color: #9aa4b2;
}

.step.active .circle,
.step.completed .circle {
  background: #1f4db7;
  border-color: #1f4db7;
  color: #fff;
}

.title {
  margin-top: 10px;
  font-weight: 600;
}

.subtitle {
  font-size: 13px;
  color: #9aa4b2;
}

/* LINES (IMPORTANT FIX) */
.line-bg,
.line-progress {
  position: absolute;
  top: 19px;
  left: calc(12.5%);
  width: calc(75%);
  height: 2px;
}

.line-bg {
  background: #e3e8f1;
  z-index: 1;
}

.line-progress {
  background: #1f4db7;
  width: 0%;
  transition: width 0.4s ease;
  z-index: 1;
}

/* CONTENT */
.step-pane {
  display: none;
  animation: slideFade 0.4s ease;
}

.step-pane.active {
  display: block;
}

@keyframes slideFade {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* CARDS */
.benefit-card {
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef2fa, #fdecef);
}

.benefit-list li {
  margin-bottom: 18px;
}

.benefit-list span {
  font-weight: 600;
  display: block;
}

.benefit-list small {
  color: #6b7280;
}

.form-card {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.coverage-box {
  background: #f5f8fc;
  border-radius: 12px;
  padding: 20px;
}
.coverage-box p{
  color: #6B7280;
  font-size: 14px;
}
.coverage-box-red {
  color: #BA1239 !important;
  font-size: 14px;
	font-weight: 400;
}

.coverage-box h3 {
  color: #1f4db7;
	font-weight: 700;
}

.price-box {
  background: linear-gradient(135deg, #273c9b, #b1123f);
  color: #fff;
  border-radius: 12px;
  padding: 20px;
}
.price-box h3{
  font-weight: 700;
}
.price-box p{
  font-size: 14px;
}
.monthly-text{
	font-weight: 300;
    opacity: 0.8;
	
}

/*--------------step 1 styles --------------*/

.membership-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: auto;
}

/* LEFT CARD */
.benefits-card {
  background: linear-gradient(180deg, #eef3ff 0%, #fdecee 100%);
  border-radius: 16px;
  padding: 32px;
}

.benefits-card h3 {
  margin-bottom: 24px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.benefits-list .icon {
  font-size: 18px;
}
/* LEFT CARD */
.benefits-card {
  background: linear-gradient(180deg, #eef3ff 0%, #fdecee 100%);
  border-radius: 16px;
  padding: 32px;
}

.benefits-card h3 {
  margin-bottom: 24px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.benefits-list .icon {
  font-size: 18px;
}

/* RIGHT CARD */
.coverage-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.coverage-card label {
  display: block;
  font-size: 14px;
  margin-top: 16px;
}

.coverage-card input,
.coverage-card select {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid #d0d7e2;
}

/* COVERAGE SUMMARY */
.coverage-summary {
  background: #f5f8ff;
  padding: 16px;
  border-radius: 12px;
  margin-top: 20px;
}

.coverage-summary h2 {
  color: #1f4db7;
}

/* PRICE CARD */
.price-card {
  background: linear-gradient(135deg, #3b4cca, #b3123f);
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

/* CTA */
.continue-btn {
  width: 100%;
  background: #b3123f;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 16px;
}

.checkbox input {
  margin: 0;
	width: auto;
}

.btn-back {
  border: 1.5px solid #1B4DB1;
  color: #1B4DB1;
  background-color: transparent;
  font-weight: 600;
}

.btn-back:hover,
.btn-back:focus {
  background-color: #1B4DB1;
  color: #ffffff;
  border-color: #1B4DB1;
}
.card-spacing{
	padding:32px;
}
.coverage-box-font{
	font-size: 20px;
}


/*======= About page styles======*/

/* Our Purpose Section */
.our-purpose-section {
  background-color: #f5f7f9;
	padding: 80px 0;
}

.purpose-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 0 1px #e9edf3;
}

.purpose-card h5 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #0f172a;
}

.purpose-card p {
  margin-bottom: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}

/* Icon box */
.icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 22px;
  height: 22px;
}

/* Membership Section */
.membership-section {
  background: #ffffff;
  padding: 80px 0;
}

/* Title */
.membership-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}

/* List container */
.membership-list {
  max-width: 780px;
}

/* Card */
.membership-item {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e9edf3;
  margin-bottom: 20px;
}

/* Icon box */
.icon-wrap {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 12px;
  background: #fdecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  width: 22px;
  height: 22px;
}

/* Text */
.membership-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

.membership-item p {
  font-size: 14px;
  color: #667085;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 576px) {
  .membership-item {
    padding: 20px;
  }

  .membership-title {
    font-size: 26px;
  }
}

/* CTA Section */
.cta-section {
  padding: 80px 16px;
  background: linear-gradient(
    90deg,
    #eef2ff 0%,
    #f8e8ee 100%
  );
}

/* Title */
.cta-title {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

/* Subtitle */
.cta-subtitle {
  font-size: 16px;
  color: #475569;
  margin-bottom: 32px;
}

/* Button */
.cta-btn {
  background-color: #c8102e;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 14px rgba(200, 16, 46, 0.25);
}

.cta-btn:hover {
  background-color: #a50d25;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 576px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-section {
    padding: 60px 16px;
  }
}

/*------- success acknowledge---------*/
.success-wrapper {
  background: #f8fafc;
  min-height: 100vh;
}

.success-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* Success Icon */
.success-icon {
  width: 64px;
  height: 64px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.checkmark {
  color: #16a34a;
  font-size: 28px;
  font-weight: bold;
}

/* Membership Number */
.membership-number {
  background: linear-gradient(90deg, #eef2ff, #fde8ee);
  border-radius: 12px;
  padding: 16px;
}

.membership-number strong {
  color: #b91c3b;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Summary Card */
.summary-card {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #374151;
}

.summary-row span:first-child {
  color: #6b7280;
}

.summary-row.total {
  font-size: 16px;
}

.amount {
  color: #b91c3b;
  font-weight: bold;
}

/* Button */
.btn-primary {
  background: #1b4db1;
  border-color: #1b4db1;
  padding: 12px;
  border-radius: 8px;
}

.btn-primary:hover {
  background: #153e8f;
  border-color: #153e8f;
}


/* pricing page HERO */
.plan-hero {
  background: #1b4db1;
  padding: 60px 20px;
}

/* TOGGLE */
.plan-toggle {
  background: rgba(255,255,255,0.15);
  border-radius: 40px;
  display: inline-flex;
  padding: 6px;
}

.plan-btn {
  border: none;
  background: transparent;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

.plan-btn.active {
  background: #fff;
  color: #1b4db1;
}

/* MEMBERSHIP CARD */
.membership-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* LIST */
.membership-list li {
  padding: 14px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.membership-list li span {
  display: block;
  font-size: 14px;
  color: #6b7280;
}

/* CONTENT SWITCH */
.plan-content {
  display: none;
}

.plan-content.active {
  display: block;
}

/* CTA */
.pricing-cta {
  background: #fff;
}
.membership-benefits {
  background: #f6f5ff;
}

/* CARD */
.benefit-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

/* LEFT LIST */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.benefit-list .icon.check {
  width: 28px;
  height: 28px;
  background: #1b4db1;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

.benefit-list span {
  color: #6b7280;
  font-size: 13px;
  font-weight: normal !important;
}

/* RIGHT LIST */
.reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reason-list li {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #e5e7eb;
}

.reason-list li:last-child {
  border-bottom: none;
}

.reason-list .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 18px;
  /*background: #eef2ff;*/
  flex-shrink: 0;
}
.shield{
	background: rgba(63, 18, 161, 0.1);
}
.growth{
	background: rgba(249, 104, 31, 0.1);
}
.learn{
	background: rgba(220, 252, 231, 1);
}
.save{
	background: rgba(252, 231, 243, 1);
}
.Surveys{
	background: rgba(231, 235, 255, 1);
}
.Financial{
	background: rgba(217, 38, 53, 0.2);
}
.reason-list p {
  margin: 0px;
  color: #6b7280;
  font-size: 13px;
}
.membership-text{
	margin: 0px;
    color: #6b7280;
    font-size: 13px;
}


/*========== common CSS ===============*/
/* TOGGLE */
.membership-toggle {
  background: #ffffff;
  padding: 6px;
  border-radius: 40px;
  width: fit-content;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.toggle-btn {
  border: none;
  background: transparent;
  padding: 12px 24px;
  border-radius: 32px;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-btn.active {
  background: #1b4db1;
  color: #ffffff;
}

/* CONTENT */
.membership-content {
  display: none;
}

.membership-content.active {
  display: block;
}

/* CTA */
#membershipCTA {
  background: #b1123c;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}

#membershipCTA:hover {
  background: #991032;
}



/* ===== FOOTER ===== */
.footer-section {
  background-color: #1f4db7;
  color: #ffffff;
  padding: 60px 0 24px;
  font-family: 'Inter', sans-serif;
}

/* Logo */
.footer-logo img {
  max-width: 220px;
}

/* Titles */
.footer-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Links */
.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #e0e7ff;
  font-size: 0.75rem;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  text-decoration: underline;
}

/* Contact */
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact span {
  font-size: 1rem;
  line-height: 1.4;
}

/* Divider */
.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 32px 0 16px;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  font-size: 0.85rem;
  color: #e0e7ff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 24px;
  }

  .footer-title {
    margin-top: 16px;
  }
}


.benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #1e4fd7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto 16px;
  color: #1e4fd7;
}

.footer {
  background: #1e4fd7;
}
