:root {
  --blue: #062b60;
  --blue-2: #0b4edb;
  --green: #059669;
  --light: #f4f7fb;
  --text: #0b1f3a;
  --muted: #6b7890;
  --radius: 22px;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #eef4fb 0%, #ffffff 40%);
  font-family: Arial, sans-serif;
  color: var(--text);
}

.page-shell {
  max-width: 1440px;
  margin: 28px auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(6, 43, 96, .12);
  padding: 22px;
}

.navbar-brand {
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}

.logo-icon {
  width: 42px;
  height: 42px;
  border: 3px solid var(--blue);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--blue);
}

.nav-link {
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
}

.btn-main {
  background: var(--blue-2);
  color: #fff;
  border-radius: 12px;
  padding: 13px 24px;
  font-weight: 700;
  border: 0;
}

.btn-dark-main {
  background: var(--blue);
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  border: 0;
}

.hero {
  margin-top: 18px;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(6, 28, 72, 0.92) 0%, rgba(11, 55, 142, 0.82) 42%, rgba(7, 37, 102, 0.62) 100%),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero h1 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 900;
  margin-bottom: 18px;
}

.hero p {
  color: rgba(227, 236, 255, 0.95);
  font-size: 18px;
  max-width: 530px;
}

.hero-redesign::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 175, 255, 0.45) 0%, rgba(126, 175, 255, 0) 70%);
  top: -190px;
  right: -130px;
  pointer-events: none;
}

.hero-redesign-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  align-items: stretch;
}

.hero-left {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  font-weight: 700;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.hero-country-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.hero-country {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.1);
  border-radius: 12px;
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-link-action {
  color: #dce8ff;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.hero-right {
  display: grid;
  gap: 12px;
}

.hero-card {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.hero-card-main {
  padding: 16px;
  min-height: 180px;
}

.hero-card-main h4 {
  font-weight: 800;
}

.hero-main-price {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3dff99;
  box-shadow: 0 0 12px #3dff99;
}

.hero-card-mini {
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-card-mini i {
  font-size: 24px;
}

.hero-card-mini strong {
  display: block;
  font-size: 14px;
}

.hero-card-mini p {
  font-size: 12px;
  margin: 0;
  color: rgba(235, 241, 255, 0.9);
}

.flag {
  font-size: 28px;
  margin-right: 10px;
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 14px;
  border-radius: 14px;
  transition: .2s ease;
}

.feature-item:hover {
  background: #f7faff;
}

.hero-secondary-btn {
  border-color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 700;
}

.hero-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-mini-stat {
  min-width: 130px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.hero-mini-stat strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.hero-mini-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.84);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
  font-size: 26px;
}

.service-card {
  background: var(--light);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 428px;
  border: 1px solid #e4ebf5;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(14, 42, 91, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: #bfd1f4;
  box-shadow: 0 18px 40px rgba(14, 42, 91, 0.14);
}

.service-card.health {
  background: #effaf8;
}

.service-card h3 {
  font-weight: 800;
  color: var(--blue);
}

.service-pill {
  display: inline-block;
  border-radius: 999px;
  background: #e9f0ff;
  color: #2459c9;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
}

.health-pill {
  background: #ddf7ef;
  color: #0a8a67;
}

.service-main-icon {
  font-size: 32px;
  color: #2c60d8;
}

.health-icon {
  color: #0f9972;
}

.service-list p {
  margin-bottom: 8px;
  font-weight: 600;
  color: #2f476f;
}

.service-card p {
  color: var(--muted);
}

.service-img {
  height: 170px;
  object-fit: contain;
  max-width: 100%;
}

.quick-quote {
  background: var(--blue);
  color: #fff;
  border-radius: 22px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 18px 38px rgba(6, 43, 96, .28);
  border: 1px solid rgba(255,255,255,.12);
}

.quick-quote .form-control,
.quick-quote .form-select {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  border-radius: 10px;
  min-height: 42px;
}

.quick-quote .form-select option {
  color: #000;
}

.price {
  font-size: 30px;
  font-weight: 900;
}

.quote-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px dashed rgba(255,255,255,.25);
  padding-top: 10px;
}

.partner-strip {
  background: var(--light);
  border-radius: 18px;
  padding: 18px 24px;
  margin-top: 22px;
}

.partner {
  font-weight: 900;
  color: var(--blue);
  opacity: .75;
}

.partner-logo-card {
  border: 1px solid #dbe6fb;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.partner-logo-card:hover {
  transform: translateY(-2px);
  border-color: #bfd3fa;
  box-shadow: 0 10px 20px rgba(16, 46, 99, 0.1);
}

.partner-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(145deg, #1f57c8 0%, #4f8dff 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
  letter-spacing: .04em;
  flex: 0 0 auto;
}

.partner-logo-name {
  font-weight: 800;
  color: #1a3f79;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.promo-banner {
  border-radius: var(--radius);
  background: linear-gradient(95deg, #0a3eab 0%, #0b4edb 100%);
  color: #fff;
  padding: 28px;
  min-height: 188px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2f67d9;
}

.promo-banner p {
  color: rgba(255, 255, 255, 0.88);
}

.promo-icon {
  font-size: 56px;
  opacity: .45;
}

.gift-card {
  border: 1px solid #e0e8f6;
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  min-height: 188px;
}

.faq-panel,
.contact-panel {
  border: 1px solid #e0e8f6;
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

.faq-panel .accordion-item {
  border: 1px solid #e4ebf5;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 10px;
}

.faq-panel .accordion-button {
  font-weight: 600;
  color: var(--text);
  background: #fff;
}

.faq-panel .accordion-button:not(.collapsed) {
  color: var(--blue);
  background: #f6f9ff;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e5ecf8;
  color: #374d74;
}

.contact-row:last-child {
  border-bottom: 0;
}

.home-footer {
  background: linear-gradient(180deg, #f7faff 0%, #f1f6ff 100%);
  border: 1px solid #dfe9fb;
  border-radius: 22px;
  padding: 24px;
}

.home-footer h5,
.home-footer h6 {
  color: var(--blue);
  font-weight: 800;
}

.home-footer a {
  display: block;
  text-decoration: none;
  color: #3f5780;
  margin-bottom: 8px;
}

.home-footer a:hover {
  color: var(--blue-2);
}

.footer-top {
  border-bottom: 1px dashed #d6e2fa;
  padding-bottom: 10px;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #e8efff;
  color: #2b58c7;
}

.footer-social a:hover {
  background: #2b58c7;
  color: #fff;
}

.footer-contact span {
  display: block;
  font-size: 13px;
  color: #3a547f;
  margin-bottom: 6px;
}

.footer-bottom {
  color: #59709b;
}

.footer-bottom a {
  color: #4569ad;
  text-decoration: none;
  font-size: 13px;
}

.services-row .col-lg-3 {
  display: flex;
}

.services-redesign .service-card,
.services-redesign .quick-quote {
  display: none;
}

.services-showcase {
  border: 1px solid #dbe5fb;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  padding: 26px;
  box-shadow: 0 14px 30px rgba(16, 46, 99, 0.08);
  height: 100%;
}

.services-mini-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f0ff;
  color: #255bca;
  font-weight: 700;
  font-size: 12px;
}

.services-showcase-head h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 800;
  color: #112f66;
}

.services-showcase-head p {
  color: #61759d;
  margin-bottom: 20px;
}

.services-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.offer-card {
  border: 1px solid #dbe5fb;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.offer-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 92, 205, .16) 0%, rgba(41, 92, 205, 0) 72%);
  pointer-events: none;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 45, 98, .14);
  border-color: #a8c3f8;
}

.offer-card-auto {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.offer-card-health {
  background: linear-gradient(180deg, #ffffff 0%, #effaf8 100%);
}

.offer-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 26px;
  background: #eaf1ff;
  color: #1d56cb;
  margin-bottom: 10px;
}

.offer-card-health .offer-icon {
  background: #def6ee;
  color: #0b9f77;
}

.offer-content h4 {
  font-size: 19px;
  font-weight: 800;
  color: #173970;
  margin-bottom: 6px;
}

.offer-content p {
  color: #657ba4;
  margin-bottom: 8px;
}

.offer-content ul {
  margin: 0 0 12px 0;
  padding-left: 18px;
  color: #43618e;
}

.offer-cta {
  margin-top: auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  color: #1f57c8;
  border-top: 1px dashed rgba(127, 159, 230, 0.45);
  padding-top: 10px;
}

.services-kpi-row {
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #d8e5ff;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.services-kpi-card {
  border-radius: 14px;
  border: 1px solid #dce7fb;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.services-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(16, 46, 99, 0.12);
  border-color: #b9cff7;
}

.services-kpi-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: #fff;
  flex: 0 0 auto;
}

.services-kpi-card-time .services-kpi-icon {
  background: linear-gradient(140deg, #1f57c8 0%, #5b9cff 100%);
}

.services-kpi-card-trust .services-kpi-icon {
  background: linear-gradient(140deg, #0d7fdf 0%, #40c1ff 100%);
}

.services-kpi-card-support .services-kpi-icon {
  background: linear-gradient(140deg, #0b8f79 0%, #35c6a4 100%);
}

.services-kpi-content {
  min-width: 0;
}

.services-kpi-content strong {
  display: block;
  color: #163f96;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 4px;
}

.services-kpi-content span {
  color: #5a729f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.quote-panel-v2 {
  border-radius: 22px;
  background: linear-gradient(180deg, #092f80 0%, #0a429e 55%, #0b4edb 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 38px rgba(6, 43, 96, .28);
  padding: 18px;
  height: 100%;
}

.quote-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.quote-panel-head h4 {
  margin: 0;
  font-weight: 800;
}

.quote-panel-head span {
  border-radius: 999px;
  background: rgba(50, 255, 162, 0.2);
  border: 1px solid rgba(50, 255, 162, 0.55);
  color: #b9ffd9;
  font-size: 12px;
  padding: 4px 10px;
}

.quote-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.quote-tabs button {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 10px;
  padding: 7px 8px;
  font-weight: 700;
}

.quote-tabs button.active {
  background: #fff;
  color: #1547b8;
}

.quote-panel-v2 .form-select {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  min-height: 42px;
}

.quote-panel-v2 .form-select option {
  color: #000;
}

.quote-price-wrap {
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  padding: 10px 12px;
}

@media (max-width: 991px) {
  .page-shell {
    margin: 0;
    border-radius: 0;
  }

  .hero {
    padding: 28px 20px;
    min-height: auto;
  }

  .hero-redesign-grid {
    grid-template-columns: 1fr;
  }

  .hero-main-price {
    font-size: 34px;
  }

  .services-row .col-lg-3 {
    display: block;
  }

  .services-offer-grid {
    grid-template-columns: 1fr;
  }

  .services-kpi-row {
    grid-template-columns: 1fr;
  }

  .hero-mini-stat {
    min-width: 31%;
  }

  .promo-banner,
  .gift-card {
    min-height: auto;
  }

  .service-card {
    min-height: auto;
  }
}

/* Shared inner pages redesign */
.sf-page-wrap {
  margin-top: 18px;
  border: 1px solid #dde7f8;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(16, 42, 90, .07);
}

.sf-page-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.sf-page-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #12366d;
  margin: 0;
}

.sf-muted { color: #647a9f; }

.sf-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
}

.sf-card {
  border: 1px solid #dae4f7;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}

.sf-card-soft {
  border: 1px solid #dae4f7;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  padding: 16px;
}

.sf-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.sf-step {
  border: 1px solid #d5e2fb;
  background: #fff;
  color: #4c6490;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.sf-step.active {
  background: #e9f0ff;
  color: #1b4fbf;
  border-color: #bdd2ff;
}

.sf-country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sf-country-card {
  border: 1px solid #d7e3fb;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  padding: 20px;
  color: #143769;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sf-country-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(13, 43, 93, .12);
  border-color: #b8ccf5;
}

.sf-country-flag {
  font-size: 36px;
  margin-bottom: 8px;
}

.sf-country-arrow {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #2b59c7;
}

.sf-insurance-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sf-insurance-option-card {
  border: 1px solid rgba(127, 159, 230, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.78) 0%, rgba(241, 247, 255, 0.58) 100%);
  padding: 22px;
  color: #16386d;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(7px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sf-insurance-option-card::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 97, 216, 0.2) 0%, rgba(44, 97, 216, 0) 74%);
  pointer-events: none;
}

.sf-insurance-option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(15, 45, 98, .16);
  border-color: #96b8f5;
}

.sf-insurance-option-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 14px;
}

.sf-insurance-option-icon-auto {
  background: #eaf1ff;
  color: #1d56cb;
}

.sf-insurance-option-icon-health {
  background: #e2f8ef;
  color: #0a916b;
}

.sf-insurance-option-cta {
  margin-top: auto;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  color: #1f57c8;
  border-top: 1px dashed rgba(127, 159, 230, 0.45);
  padding-top: 12px;
}

.sf-insurance-option-card:hover .sf-insurance-option-cta {
  color: #0c43ad;
}

.sf-form-progress {
  height: 10px;
  width: 100%;
  background: #e9f0ff;
  border-radius: 999px;
  overflow: hidden;
}

.sf-form-progress-bar {
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #0b4edb 0%, #20b486 100%);
  transition: width .25s ease;
}

.sf-form-step {
  display: none;
}

.sf-form-step.active {
  display: block;
}

.sf-side-menu {
  border: 1px solid #d7e2f8;
  border-radius: 16px;
  background: #0f2f84;
  padding: 12px;
}

.sf-side-menu a {
  display: block;
  text-decoration: none;
  color: rgba(255,255,255,.93);
  padding: 8px 10px;
  border-radius: 10px;
  margin-bottom: 4px;
}

.sf-side-menu a:hover, .sf-side-menu a.active { background: rgba(255,255,255,.16); }

.sf-table thead th {
  background: #f3f7ff;
  color: #345389;
  border-bottom: 0;
}

.sf-table td, .sf-table th { vertical-align: middle; }

@media (max-width: 991px) {
  .sf-grid-2 { grid-template-columns: 1fr; }
  .sf-country-grid,
  .sf-insurance-option-grid {
    grid-template-columns: 1fr;
  }
}

.sf-about-redesign {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.sf-about-hero {
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  background:
    linear-gradient(108deg, rgba(8, 31, 80, 0.9) 0%, rgba(13, 67, 176, 0.82) 50%, rgba(12, 79, 219, 0.58) 100%),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sf-about-hero-content {
  width: 100%;
  padding: 22px;
  color: #fff;
}

.sf-about-hero .sf-page-title {
  color: #fff;
}

.sf-about-hero .sf-muted {
  color: rgba(231, 239, 255, 0.95) !important;
  max-width: 720px;
}

.sf-about-badge {
  display: inline-block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 6px 12px;
  margin-bottom: 10px;
}

.sf-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sf-about-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8e5fb;
  min-height: 250px;
}

.sf-about-photo-lg {
  min-height: 320px;
}

.sf-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 35, 94, 0.02) 0%, rgba(7, 35, 94, 0.72) 100%);
}

.sf-about-photo-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
}

.sf-about-photo-caption h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
}

.sf-about-photo-caption p {
  font-size: 13px;
  color: rgba(236, 242, 255, 0.94);
}

.sf-about-card {
  border: 1px solid #d9e6fb;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}

.sf-about-prose p {
  color: #48638f;
  margin-bottom: 12px;
  line-height: 1.65;
}

.sf-about-prose p:last-child {
  margin-bottom: 0;
}

.sf-about-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.sf-about-value-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  border: 1px dashed #d4e2fa;
  border-radius: 12px;
  padding: 10px;
  color: #466189;
  font-weight: 600;
}

.sf-about-value-list i {
  color: #1f57c8;
  font-size: 18px;
  margin-top: 1px;
}

.sf-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sf-about-stat {
  border: 1px solid #d9e6fb;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  padding: 14px;
  text-align: center;
}

.sf-about-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #16459e;
  margin-bottom: 6px;
}

.sf-about-stat span {
  color: #5b739f;
  font-size: 13px;
  font-weight: 600;
}

.sf-about-cta {
  border: 1px solid #d8e5fb;
  border-radius: 16px;
  background: linear-gradient(100deg, #f8fbff 0%, #edf4ff 100%);
  padding: 18px;
}

.sf-about-cta p {
  color: #5a739f;
}

.sf-policy-content h2 {
  font-size: 20px;
  color: #163d87;
  font-weight: 800;
  margin: 18px 0 8px;
}

.sf-policy-content h2:first-child {
  margin-top: 0;
}

.sf-policy-content p {
  color: #49638d;
  line-height: 1.68;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .sf-about-grid {
    grid-template-columns: 1fr;
  }

  .sf-about-stats {
    grid-template-columns: 1fr;
  }
}

.sf-dash-redesign {
  padding: 18px;
}

.sf-dash-hero {
  border: 1px solid #dbe7fb;
  border-radius: 18px;
  background: linear-gradient(120deg, #ffffff 0%, #eef4ff 100%);
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.sf-dash-hero-kicker {
  font-size: 12px;
  font-weight: 700;
  color: #3566bf;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sf-dash-hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sf-dash-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 14px;
}

.sf-dash-sidebar-modern {
  border-radius: 16px;
  background: linear-gradient(180deg, #0e317e 0%, #0f4fc7 100%);
  padding: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: sticky;
  top: 16px;
  align-self: start;
}

.sf-dash-sidebar-modern h3 {
  color: #fff;
}

.sf-dash-sidebar-modern a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  padding: 9px 10px;
  margin-bottom: 6px;
  font-weight: 600;
}

.sf-dash-sidebar-modern a:hover,
.sf-dash-sidebar-modern a.active {
  background: rgba(255, 255, 255, 0.16);
}

.sf-dash-main {
  min-width: 0;
}

.sf-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sf-dash-stat-card {
  border: 1px solid #dae5fa;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sf-dash-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(140deg, #2058c9 0%, #57a0ff 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
}

.sf-dash-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 10px;
}

.sf-dash-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sf-dash-action-card {
  border: 1px solid #dce7fa;
  border-radius: 12px;
  padding: 10px;
  background: #f7faff;
  color: #1e467f;
  text-decoration: none;
  display: grid;
  justify-items: start;
  gap: 8px;
  min-height: 88px;
}

.sf-dash-action-card i {
  font-size: 20px;
  color: #2a5dca;
}

.sf-dash-action-card span {
  font-size: 13px;
  font-weight: 700;
}

.sf-dash-action-card:hover {
  background: #edf4ff;
  border-color: #c5d8fb;
}

.sf-dash-help-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

@media (max-width: 991px) {
  .sf-dash-layout {
    grid-template-columns: 1fr;
  }

  .sf-dash-stats {
    grid-template-columns: 1fr;
  }

  .sf-dash-grid {
    grid-template-columns: 1fr;
  }

  .sf-dash-actions {
    grid-template-columns: 1fr;
  }
}
