: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: 16px;
  color: #fff;
  padding: 9px 13px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  min-width: 58px;
  min-height: 50px;
  display: grid;
  place-items: center;
}

.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-card-featured {
  border-color: #9fbcf2;
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  box-shadow: 0 10px 22px rgba(16, 46, 99, 0.1);
}

.partner-logo-card-blurred {
  background: rgba(255, 255, 255, .72);
}

.partner-logo-card-blurred .partner-logo-mark,
.partner-logo-card-blurred .partner-logo-name {
  filter: blur(5px);
  opacity: .58;
  user-select: none;
}

.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-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px;
}

.offer-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dbe7fa;
  border-radius: 999px;
  background: #f7faff;
  color: #345389;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.offer-pills i {
  color: #1d56cb;
}

.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;
}

.faq-quick-grid {
  display: grid;
  gap: 10px;
}

.faq-quick-grid a {
  border: 1px solid #e1e9f8;
  border-radius: 14px;
  background: #fff;
  color: #16386d;
  text-decoration: none;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.faq-quick-grid a:hover {
  background: #f4f8ff;
  border-color: #bdd2fa;
  transform: translateY(-1px);
}

.faq-quick-grid i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eaf1ff;
  color: #1d56cb;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.contact-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.contact-icon-grid a {
  min-height: 58px;
  border: 1px solid #dfe9fb;
  border-radius: 14px;
  background: #fff;
  color: #1d56cb;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 24px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.contact-icon-grid a:hover {
  background: #eef5ff;
  border-color: #bdd2fa;
  transform: translateY(-1px);
}

.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-quote-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.sf-quote-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f57c8;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 11px;
  margin-bottom: 8px;
}

.sf-quote-secure {
  border: 1px solid #cfe7dc;
  border-radius: 999px;
  background: #effbf6;
  color: #0a7a5b;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
  white-space: nowrap;
}

.sf-quote-card {
  height: 100%;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 12%, rgba(186, 0, 15, .12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 18px;
  box-shadow: 0 14px 30px rgba(16, 46, 99, .08);
}

.sf-quote-provider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.sf-quote-logo-wrap {
  width: 78px;
  height: 78px;
  border: 1px solid #f0d9dc;
  border-radius: 18px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.sf-quote-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.sf-quote-provider span,
.sf-quote-price-box span {
  display: block;
  color: #667b9f;
  font-size: 13px;
  font-weight: 700;
}

.sf-quote-provider h2 {
  color: #12366d;
  font-size: 23px;
  font-weight: 900;
  margin: 3px 0 0;
}

.sf-quote-price-box {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dbe6f6;
  padding: 14px;
  margin-bottom: 14px;
}

.sf-quote-price-box strong {
  display: block;
  color: #b0000f;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
  font-weight: 900;
  margin-top: 4px;
}

.sf-quote-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.sf-quote-meta span {
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e0e8f6;
  color: #31517f;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.sf-country-redesign {
  margin-top: 18px;
  border: 1px solid #dce7f8;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(32, 88, 201, .16), transparent 32%),
    radial-gradient(circle at 12% 86%, rgba(19, 181, 138, .12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  padding: 24px;
  box-shadow: 0 16px 36px rgba(16, 42, 90, .08);
  overflow: hidden;
}

.sf-country-hero {
  min-height: 190px;
  border-radius: 20px;
  background:
    linear-gradient(115deg, rgba(7, 38, 97, .9) 0%, rgba(10, 78, 219, .76) 56%, rgba(14, 166, 137, .62) 100%),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1500&q=80') center/cover;
  color: #fff;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

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

.sf-country-hero p {
  color: rgba(255,255,255,.82);
  margin: 8px 0 0;
  max-width: 520px;
}

.sf-country-kicker {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 11px;
  margin-bottom: 10px;
}

.sf-country-hero-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.25);
  display: grid;
  place-items: center;
  font-size: 42px;
  flex: 0 0 auto;
}

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

.sf-country-card {
  min-height: 230px;
  border: 1px solid #d7e3fb;
  border-radius: 20px;
  background: #fff;
  padding: 18px;
  color: #143769;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sf-country-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.68) 0%, rgba(244,248,255,.96) 100%);
  z-index: 0;
}

.sf-country-card > * {
  position: relative;
  z-index: 1;
}

.sf-country-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(13, 43, 93, .14);
  border-color: #a9c3f4;
}

.sf-country-bg-flag {
  position: absolute;
  right: -12px;
  top: 22px;
  font-size: 112px;
  opacity: .12;
  z-index: 0;
}

.sf-country-flag {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2eaf7;
  display: grid;
  place-items: center;
  font-size: 38px;
  box-shadow: 0 12px 24px rgba(16, 46, 99, .09);
  margin-bottom: 18px;
}

.sf-country-arrow {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef5ff;
  color: #2b59c7;
  display: grid;
  place-items: center;
}

.sf-country-card-body {
  margin-top: auto;
}

.sf-country-card-body span {
  display: inline-flex;
  color: #6b7fa0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 4px;
}

.sf-country-card-body h3 {
  color: #12366d;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}

.sf-country-card-footer {
  border-top: 1px dashed #d5e2f5;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
  padding-top: 12px;
}

.sf-country-card-footer span,
.sf-country-mini-row span {
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid #e1e9f6;
  color: #31517f;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 9px;
}

.sf-country-mini-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sf-country-card-am {
  background:
    linear-gradient(160deg, rgba(255,255,255,.88), rgba(240,246,255,.96)),
    linear-gradient(135deg, rgba(217, 40, 54, .18), rgba(0, 51, 160, .12), rgba(242, 168, 0, .14));
}

.sf-country-card-ge {
  background:
    linear-gradient(160deg, rgba(255,255,255,.88), rgba(240,246,255,.96)),
    linear-gradient(135deg, rgba(218, 41, 28, .2), rgba(255,255,255,.2));
}

.sf-country-card-ru {
  background:
    linear-gradient(160deg, rgba(255,255,255,.88), rgba(240,246,255,.96)),
    linear-gradient(135deg, rgba(255,255,255,.28), rgba(0, 57, 166, .13), rgba(213, 43, 30, .15));
}

.sf-country-card-kz {
  background:
    linear-gradient(160deg, rgba(255,255,255,.88), rgba(240,246,255,.96)),
    linear-gradient(135deg, rgba(0, 171, 194, .18), rgba(255, 205, 0, .14));
}

.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-vehicle-choice,
.sf-vehicle-empty,
.sf-vehicle-contact {
  border: 1px solid #dbe5fb;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  padding: 16px;
}

.sf-vehicle-empty {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sf-vehicle-toggle {
  display: inline-flex;
  gap: 4px;
  border: 1px solid #d5e2fb;
  border-radius: 13px;
  background: #eef4ff;
  padding: 4px;
}

.sf-vehicle-toggle button {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #345389;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 11px;
}

.sf-vehicle-toggle button.active {
  background: #0b4edb;
  color: #fff;
  box-shadow: 0 8px 18px rgba(11, 78, 219, 0.2);
}

.sf-vehicle-select {
  min-height: 46px;
  border-radius: 12px;
  border-color: #d8e2f0;
}

.sf-vehicle-contact .form-label {
  color: #173a70;
  font-size: 14px;
  font-weight: 800;
}

.sf-vehicle-contact .form-control {
  min-height: 46px;
  border-radius: 12px;
  border-color: #d8e2f0;
}

.sf-vehicle-list {
  display: grid;
  gap: 8px;
}

.sf-vehicle-option {
  border: 1px solid #dce7fa;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sf-vehicle-option:hover {
  border-color: #b8ccf5;
  background: #f7faff;
  transform: translateY(-1px);
}

.sf-vehicle-option.active {
  border-color: #9dbbf4;
  background: #eef5ff;
}

.sf-vehicle-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;
  flex: 0 0 auto;
}

.sf-vehicle-option strong,
.sf-vehicle-option span,
.sf-vehicle-option em {
  display: block;
}

.sf-vehicle-option strong {
  color: #143769;
  font-weight: 900;
}

.sf-vehicle-option span {
  color: #647a9f;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.sf-vehicle-option em {
  margin-left: auto;
  border-radius: 999px;
  background: #e2f8ef;
  color: #0a8a67;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  padding: 5px 9px;
  white-space: nowrap;
}

.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-country-redesign {
    padding: 14px;
    border-radius: 20px;
  }

  .sf-country-hero {
    min-height: auto;
    padding: 20px;
    align-items: flex-start;
  }

  .sf-country-hero-icon {
    display: none;
  }

  .sf-country-card {
    min-height: 190px;
  }

  .sf-vehicle-empty,
  .sf-vehicle-option {
    align-items: flex-start;
  }

  .sf-vehicle-option em {
    margin-left: 0;
  }
}

.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%);
}

.sf-profile-hero {
  border: 1px solid #dbe7fb;
  border-radius: 18px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.9) 56%, rgba(225, 237, 255, 0.88) 100%),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.sf-profile-identity {
  min-width: 260px;
  border: 1px solid #d8e5fb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 28px rgba(16, 46, 99, 0.08);
  backdrop-filter: blur(8px);
}

.sf-profile-avatar {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(145deg, #0b4edb 0%, #20b486 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}

.sf-profile-identity strong,
.sf-profile-identity span {
  display: block;
}

.sf-profile-identity strong {
  color: #12366d;
  font-weight: 800;
}

.sf-profile-identity span {
  color: #60779f;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.sf-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}

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

.sf-profile-summary-icon,
.sf-profile-section-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;
  flex: 0 0 auto;
}

.sf-profile-summary span,
.sf-profile-summary strong {
  display: block;
}

.sf-profile-summary span {
  color: #647a9f;
  font-size: 13px;
  font-weight: 600;
}

.sf-profile-summary strong {
  color: #143769;
  font-weight: 800;
}

.sf-profile-panel {
  border: 1px solid #dae4f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  padding: 18px;
  box-shadow: 0 12px 28px rgba(16, 46, 99, 0.06);
}

.sf-profile-danger-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
  border-color: #f0d4d8;
}

.sf-profile-section-head {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 18px;
}

.sf-profile-section-head h2 {
  font-size: 20px;
  font-weight: 900;
  color: #12366d;
  margin: 0 0 4px;
}

.sf-profile-section-head p {
  color: #647a9f;
  margin: 0;
}

.sf-profile-section-icon-green {
  background: linear-gradient(140deg, #059669 0%, #31c48d 100%);
}

.sf-profile-section-icon-danger {
  background: linear-gradient(140deg, #d92d20 0%, #f97366 100%);
}

.sf-profile-form {
  display: grid;
  gap: 16px;
}

.sf-profile-form .form-label {
  color: #173a70;
  font-size: 14px;
  font-weight: 800;
}

.sf-profile-control {
  min-height: 48px;
  border-radius: 12px;
  border-color: #d8e2f0;
  color: #0b1f3a;
  box-shadow: 0 6px 16px rgba(16, 46, 99, 0.04);
}

.sf-profile-control:focus {
  border-color: #0b4edb;
  box-shadow: 0 0 0 .2rem rgba(11, 78, 219, .12);
}

.sf-profile-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.sf-profile-saved {
  color: #0a8a67;
  font-weight: 800;
  font-size: 14px;
}

.sf-profile-error {
  margin-top: 8px;
  color: #c0323b;
  font-size: 13px;
  font-weight: 700;
}

.sf-profile-alert,
.sf-profile-success {
  border-radius: 14px;
  padding: 12px;
  font-size: 14px;
}

.sf-profile-alert {
  border: 1px solid #f4d596;
  background: #fff8e8;
  color: #725018;
  display: flex;
  gap: 10px;
}

.sf-profile-success {
  border: 1px solid #bfe9d8;
  background: #ecfbf4;
  color: #087150;
  font-weight: 700;
}

.sf-link-button {
  border: 0;
  background: transparent;
  color: #0b4edb;
  font-weight: 800;
  padding: 0;
}

.sf-profile-danger-box {
  border: 1px dashed #efb7bc;
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.sf-profile-danger-box strong,
.sf-profile-danger-box span {
  display: block;
}

.sf-profile-danger-box strong {
  color: #9f1f2b;
  font-weight: 900;
}

.sf-profile-danger-box span {
  color: #7b5b60;
  font-size: 14px;
}

.sf-profile-modal {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}

@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;
  }

  .sf-profile-hero,
  .sf-profile-identity,
  .sf-profile-danger-box {
    align-items: stretch;
    flex-direction: column;
  }

  .sf-profile-identity {
    min-width: 0;
    width: 100%;
  }

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

  .sf-profile-panel {
    padding: 14px;
  }
}
