/* ==========================================================================
   fincompare uplift 2026
   Shared polish for the fincompare LP cluster.
   ========================================================================== */

.fc-header,
.fc-lp-header {
  gap: 16px;
}

.fc-header .fc-logo,
.fc-lp-brand {
  text-decoration: none;
}

.fc-theme-nav,
.fc-lp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}

.fc-theme-link,
.fc-lp-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.fc-theme-link:hover,
.fc-lp-nav a:hover {
  transform: translateY(-1px);
}

.fc-theme-link.active,
.fc-lp-nav a.active {
  background: #ffffff;
  color: #0d4a3d;
  border-color: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 22px rgba(9, 28, 24, 0.16);
}

.fc-header-actions,
.fc-lp-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.fc-header-phone,
.fc-lp-header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.fc-header-phone:hover,
.fc-lp-header__phone:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.fc-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e 0%, #18a888 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(9, 28, 24, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fc-header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(9, 28, 24, 0.24);
}

.fc-hero-routecopy {
  max-width: 620px;
  margin: 12px auto 0;
  font-size: 13px;
  color: #5b5f58;
}

.fc-hero-routebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.fc-routepill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(24, 168, 136, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: #0d4a3d;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(13, 74, 61, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.fc-routepill:hover {
  transform: translateY(-1px);
  border-color: rgba(24, 168, 136, 0.38);
  box-shadow: 0 14px 28px rgba(13, 74, 61, 0.1);
}

.fc-routepill.is-current {
  background: linear-gradient(135deg, #0d4a3d 0%, #18a888 100%);
  border-color: transparent;
  color: #ffffff;
}

.fc-topicband {
  padding: 26px 18px 10px;
}

.fc-topicband-head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.fc-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fc-topic-card,
.fc-related-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(13, 74, 61, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 247, 0.94) 100%);
  box-shadow: 0 26px 64px -50px rgba(9, 28, 24, 0.34);
}

.fc-topic-card.is-featured,
.fc-related-card.is-current {
  border-color: rgba(24, 168, 136, 0.34);
  background: linear-gradient(135deg, #0d4a3d 0%, #0d5c4f 46%, #18a888 100%);
  color: #ffffff;
  box-shadow: 0 34px 74px -52px rgba(13, 74, 61, 0.5);
}

.fc-topic-top,
.fc-related-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fc-topic-kicker,
.fc-related-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 74, 61, 0.08);
  color: #0d4a3d;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fc-topic-card.is-featured .fc-topic-kicker,
.fc-related-card.is-current .fc-related-card__eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.fc-topic-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(24, 168, 136, 0.1);
  color: #0d4a3d;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.fc-topic-card.is-featured .fc-topic-badge {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.fc-topic-icon,
.fc-related-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(24, 168, 136, 0.12) 0%, rgba(13, 74, 61, 0.08) 100%);
  border: 1px solid rgba(13, 74, 61, 0.1);
  color: #0d4a3d;
}

.fc-topic-card.is-featured .fc-topic-icon,
.fc-related-card.is-current .fc-related-card__icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.fc-topic-icon svg,
.fc-related-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fc-topic-card h3,
.fc-related-card h3 {
  margin: 0;
  color: #101828;
  font-family: "DM Serif Display", serif;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.fc-topic-card.is-featured h3,
.fc-related-card.is-current h3 {
  color: #ffffff;
}

.fc-topic-copy,
.fc-related-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.58;
}

.fc-topic-card.is-featured .fc-topic-copy,
.fc-related-card.is-current p {
  color: rgba(255, 255, 255, 0.82);
}

.fc-topic-list,
.fc-related-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fc-topic-list li,
.fc-related-card li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.5;
}

.fc-topic-list li::before,
.fc-related-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #18a888;
}

.fc-topic-card.is-featured .fc-topic-list li,
.fc-related-card.is-current li {
  color: rgba(255, 255, 255, 0.84);
}

.fc-topic-card.is-featured .fc-topic-list li::before,
.fc-related-card.is-current li::before {
  background: rgba(255, 255, 255, 0.88);
}

.fc-topic-link,
.fc-related-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(13, 74, 61, 0.12);
  background: #ffffff;
  color: #0d4a3d;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(13, 74, 61, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.fc-topic-link:hover,
.fc-related-card__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(13, 74, 61, 0.1);
}

.fc-topic-card.is-featured .fc-topic-link,
.fc-related-card.is-current .fc-related-card__link {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.fc-stats {
  padding-top: 10px;
}

.fc-stats-wrap {
  max-width: 1160px;
  gap: 14px;
}

.fc-stats-wrap > div {
  padding: 18px 16px;
  border: 1px solid rgba(13, 74, 61, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px -36px rgba(13, 74, 61, 0.3);
}

.fc-adv-c,
.fc-check-card,
.fc-feature,
.fc-taxbox,
.fc-pillar,
.fc-how-step,
.fc-bcard,
.fc-faq-item,
.fc-imageband {
  box-shadow: 0 24px 56px -44px rgba(9, 28, 24, 0.28);
}

.fc-adv-c,
.fc-check-card,
.fc-taxbox,
.fc-pillar,
.fc-how-step,
.fc-bcard,
.fc-faq-item {
  border-radius: 22px;
}

.fc-feature {
  gap: 24px;
  border-radius: 28px;
}

.fc-feature-btn {
  border-radius: 999px;
  min-height: 48px;
  padding: 0 20px;
}

.fc-imageband {
  border-radius: 30px;
  overflow: hidden;
}

.fc-blog {
  gap: 18px;
}

.fc-related-band {
  padding: 14px 0 8px;
}

.fc-related-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.fc-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fc-related-card p {
  margin-top: -4px;
}

.cxl-page .cxl-hero__inner {
  max-width: 1380px;
  gap: clamp(30px, 4vw, 64px);
}

.cxl-page .form-wrap,
.cxl-page .cxl-signal,
.cxl-page .cxl-proof-panel,
.cxl-page .cxl-media-card,
.cxl-page .cxl-anchor-card {
  border-radius: 26px;
  box-shadow: 0 34px 78px -56px rgba(9, 28, 24, 0.34);
}

.cxl-page .cxl-signal,
.cxl-page .cxl-proof-panel,
.cxl-page .cxl-anchor-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.cxl-page .form__option {
  border-radius: 18px;
}

.cxl-page .cxl-anchor-card__title {
  max-width: 14ch;
}

.fc-lp-footer__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.fc-lp-footer__topics a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
}

@media (max-width: 1140px) {
  .fc-theme-nav,
  .fc-lp-nav,
  .fc-header-phone,
  .fc-lp-header__phone {
    display: none;
  }

  .fc-header,
  .fc-lp-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fc-header-actions,
  .fc-lp-header__actions {
    margin-left: auto;
  }

  .fc-topic-grid,
  .fc-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-topic-card.is-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .fc-topic-grid,
  .fc-related-grid,
  .fc-blog {
    grid-template-columns: 1fr;
  }

  .fc-topicband {
    padding-top: 18px;
  }

  .fc-topic-card,
  .fc-related-card {
    padding: 18px;
    border-radius: 22px;
  }

  .fc-routepill {
    width: 100%;
  }

  .fc-stats-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cxl-page .cxl-anchor-card__title {
    max-width: none;
  }
}

/* ==========================================================================
   fincompare uplift 2026.2
   Header/menu completion + conversion polish.
   ========================================================================== */

html {
  scroll-padding-top: 128px;
}

.fc-header,
.fc-lp-header {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  min-height: 74px;
  height: auto;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 248, 0.92) 100%);
  box-shadow:
    0 24px 60px -38px rgba(9, 28, 24, 0.54),
    0 1px 0 rgba(255, 255, 255, 0.74) inset;
  backdrop-filter: blur(24px) saturate(145%);
  z-index: 120;
}

.fc-logo,
.fc-lp-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #0d4a3d;
}

.fc-brand-lockup {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fc-brand-word {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #0d4a3d;
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.fc-lp-brand .fc-brand-word {
  font-size: 25px;
  color: #0d4a3d;
}

.fc-brand-word em {
  color: #18a888;
  font-style: italic;
}

.fc-lp-brand .fc-brand-lockup {
  color: inherit;
}

.fc-lp-brand .fc-brand-note {
  color: #6a7f78;
}

.fc-brand-note {
  color: #6a7f78;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fc-logo .ch-cross,
.fc-brand-word .ch-cross {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}

.fc-theme-nav,
.fc-lp-nav {
  justify-self: center;
  padding: 6px;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(13, 74, 61, 0.08);
  background: rgba(240, 246, 243, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.fc-theme-link,
.fc-lp-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #4d635d;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.fc-nav-label--full,
.fc-action-label--full,
.fc-action-label {
  display: inline-block;
}

.fc-nav-label--short,
.fc-action-label--short {
  display: none !important;
}

.fc-theme-link.active,
.fc-lp-nav a.active {
  border: 1px solid rgba(13, 74, 61, 0.08);
  background: #ffffff;
  color: #0d4a3d;
  box-shadow: 0 14px 28px -20px rgba(9, 28, 24, 0.34);
}

.fc-header-actions,
.fc-lp-header__actions {
  justify-self: end;
  gap: 8px;
  align-items: stretch;
}

.fc-header-phone,
.fc-lp-header__phone,
.fc-header-cta,
.fc-lp-header__cta {
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.fc-header-phone,
.fc-lp-header__phone {
  border: 1px solid rgba(13, 74, 61, 0.12);
  background: rgba(10, 30, 20, 0.035);
  color: #0d4a3d;
}

.fc-header-cta,
.fc-lp-header__cta {
  border: 0;
  background: linear-gradient(135deg, #0d4a3d 0%, #156d5a 56%, #18a888 100%);
  box-shadow: 0 18px 30px -22px rgba(13, 74, 61, 0.72);
  color: #ffffff;
}

.fc-action-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.fc-action-value {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

body .fc-hero {
  padding-top: 124px;
}

body .fc-hero-wrap {
  max-width: 1180px;
}

body .fc-hero-head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body .fc-hero-head h1 {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(44px, 6.2vw, 70px);
  line-height: 0.94;
}

body .fc-hero-head p {
  max-width: 58ch;
  font-size: 16.5px;
  line-height: 1.58;
}

body .fc-hero-routecopy {
  max-width: 56ch;
  font-size: 14px;
  color: #4e5d57;
}

body .s3-form-card {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(13, 74, 61, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 250, 249, 0.95) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 40px 96px -52px rgba(9, 28, 24, 0.46);
}

body .s3-form-tag {
  top: -14px;
  left: 26px;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body .s3-seg,
body .s3-chip,
body .s3-radio {
  box-shadow: 0 18px 34px -30px rgba(9, 28, 24, 0.24);
}

body .s3-seg {
  padding: 6px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(239, 246, 243, 0.92) 0%, rgba(232, 241, 238, 0.86) 100%);
}

body .s3-seg button {
  border-radius: 14px;
}

body .s3-seg button.active {
  box-shadow: 0 16px 30px -24px rgba(9, 28, 24, 0.44);
}

body .s3-chip,
body .s3-radio {
  border-color: rgba(13, 74, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 249, 0.95) 100%);
}

body .s3-chip.active,
body .s3-radio.active {
  background: linear-gradient(135deg, rgba(13, 74, 61, 0.14) 0%, rgba(24, 168, 136, 0.16) 100%);
  box-shadow:
    0 0 0 1px rgba(24, 168, 136, 0.34) inset,
    0 22px 42px -34px rgba(13, 74, 61, 0.42);
}

.cxl-page .cxl-hero {
  padding-top: calc(118px + clamp(40px, 6vw, 76px));
  background:
    radial-gradient(circle at top right, rgba(24, 168, 136, 0.12) 0%, transparent 34%),
    linear-gradient(90deg, rgba(220, 0, 24, 0.08) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f6f7f9 48%, #eef1f5 100%);
  background-size: auto, 44px 44px, 44px 44px, auto;
}

.cxl-page .cxl-copy {
  max-width: 760px;
}

.cxl-page .cxl-title {
  max-width: 11ch;
  font-size: clamp(50px, 7.2vw, 82px);
  line-height: 0.93;
}

.cxl-page--pension .cxl-title {
  max-width: 10.4ch;
}

.cxl-page .cxl-lead {
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.62;
}

.cxl-page .cxl-trustline {
  gap: 10px;
}

.cxl-page .cxl-trustline span {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(13, 74, 61, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px -30px rgba(9, 28, 24, 0.24);
  color: #37504a;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0;
}

.cxl-page .cxl-trustline span::before {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(24, 168, 136, 0.14);
}

.cxl-page .cxl-fomo,
.cxl-page .cxl-proof-panel,
.cxl-page .cxl-media-card,
.cxl-page .cxl-anchor-card,
.cxl-page .cxl-signal,
.cxl-page .cxl-step,
.fc-related-card,
.fc-topic-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cxl-page .cxl-fomo:hover,
.cxl-page .cxl-proof-panel:hover,
.cxl-page .cxl-media-card:hover,
.cxl-page .cxl-anchor-card:hover,
.cxl-page .cxl-signal:hover,
.cxl-page .cxl-step:hover,
.fc-related-card:hover,
.fc-topic-card:hover {
  transform: translateY(-2px);
}

.cxl-page .form__progress-bar {
  background: rgba(15, 23, 42, 0.08);
}

.cxl-page .form__progress-bar.done {
  background: linear-gradient(90deg, #0d4a3d 0%, #18a888 100%);
  box-shadow: 0 12px 24px -18px rgba(13, 74, 61, 0.72);
}

.cxl-page .form__option {
  border: 1px solid rgba(13, 74, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 249, 0.95) 100%);
  box-shadow: 0 20px 36px -30px rgba(9, 28, 24, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cxl-page .form__option:hover {
  transform: translateY(-1px);
  border-color: rgba(24, 168, 136, 0.34);
  box-shadow: 0 24px 40px -30px rgba(13, 74, 61, 0.28);
}

.cxl-page .form__option.selected {
  border-color: transparent;
  background: linear-gradient(135deg, #0d4a3d 0%, #0f5f51 48%, #18a888 100%);
  box-shadow: 0 26px 42px -30px rgba(13, 74, 61, 0.52);
}

.cxl-page .form__option.selected,
.cxl-page .form__option.selected .form__option-sub {
  color: #ffffff;
}

.cxl-page .form__field input,
.cxl-page .form__field textarea,
.cxl-page .form__field select {
  border-color: rgba(13, 74, 61, 0.12);
  background: rgba(251, 252, 251, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.cxl-page .form__field input:focus,
.cxl-page .form__field textarea:focus,
.cxl-page .form__field select:focus {
  box-shadow:
    0 0 0 4px rgba(24, 168, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.cxl-page .btn-pill--primary,
.cxl-page .form__nav .btn-pill--primary {
  box-shadow: 0 24px 40px -26px rgba(13, 74, 61, 0.72);
}

.cxl-page .cxl-form-note {
  max-width: 44ch;
  margin: 16px auto 0;
  color: #6b7773;
}

.cxl-page .cxl-direct {
  margin-top: 16px;
  gap: 10px;
}

.cxl-page .cxl-direct a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(13, 74, 61, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 34px -30px rgba(9, 28, 24, 0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cxl-page .cxl-direct a:hover {
  transform: translateY(-1px);
  border-color: rgba(24, 168, 136, 0.34);
  background: rgba(248, 252, 250, 0.96);
}

.cxl-page .cxl-section-head,
.fc-related-head {
  max-width: 780px;
}

.cxl-page .cxl-heading,
.fc-related-head .cxl-heading {
  max-width: 13ch;
  text-wrap: balance;
}

.cxl-page .cxl-sub,
.fc-related-head .cxl-sub {
  color: #596660;
}

.cxl-page .cxl-proof-panel__text,
.cxl-page .cxl-anchor-card__text,
.cxl-page .cxl-media-card__caption span {
  line-height: 1.62;
}

.fc-related-band {
  padding: 24px 0 14px;
}

.fc-related-head {
  margin-bottom: 28px;
}

.fc-related-card {
  padding: 24px;
}

.fc-lp-footer {
  padding: 34px max(20px, calc((100vw - 1120px) / 2)) 38px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.05) 0 1px, transparent 1px),
    linear-gradient(135deg, #0a2f28 0%, #0d4a3d 54%, #116453 100%);
  background-size: 52px 52px, 52px 52px, auto;
  color: rgba(255, 255, 255, 0.76);
  gap: 16px;
}

.fc-lp-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fc-lp-footer__brandlock {
  display: grid;
  gap: 8px;
}

.fc-lp-footer__brandword {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.fc-lp-footer__brandword em {
  color: #72e0c8;
  font-style: italic;
}

.fc-lp-footer__tag {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fc-lp-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.fc-lp-footer__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.fc-lp-footer__meta a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.fc-lp-footer__brandword .ch-cross {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}

.fc-lp-footer__links {
  gap: 14px;
}

.fc-lp-footer p {
  max-width: 76ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.58;
}

.fc-footer-links button,
.fc-lp-footer__links a {
  font: inherit;
}

@media (max-width: 1140px) {
  .fc-header,
  .fc-lp-header {
    width: min(1120px, calc(100% - 20px));
    padding: 10px;
    grid-template-columns: auto auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 10px;
    border-radius: 26px;
  }

  .fc-logo,
  .fc-lp-brand {
    grid-area: brand;
  }

  .fc-theme-nav,
  .fc-lp-nav {
    grid-area: nav;
    display: flex;
    justify-self: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .fc-theme-nav::-webkit-scrollbar,
  .fc-lp-nav::-webkit-scrollbar {
    display: none;
  }

  .fc-header-actions,
  .fc-lp-header__actions {
    grid-area: actions;
    margin-left: auto;
  }

  .fc-header-phone,
  .fc-lp-header__phone {
    display: none;
  }

  .fc-header-cta,
  .fc-lp-header__cta {
    min-height: 44px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
  }

  .fc-header-cta .fc-action-kicker,
  .fc-lp-header__cta .fc-action-kicker {
    display: none;
  }

  body .fc-hero {
    padding-top: 152px;
  }

  .cxl-page .cxl-hero {
    padding-top: calc(162px + clamp(28px, 5vw, 54px));
  }
}

@media (max-width: 720px) {
  .cxl-page .cxl-form-note {
    max-width: 34ch;
  }

  .fc-lp-footer {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .fc-lp-footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .fc-lp-footer__brandword {
    font-size: 24px;
  }

  .fc-lp-footer__meta {
    justify-content: flex-start;
  }

  .fc-lp-footer__meta a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12.5px;
  }

  .fc-header,
  .fc-lp-header {
    top: 8px;
    width: calc(100% - 12px);
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    border-radius: 20px;
    padding: 8px 8px 7px;
    box-shadow:
      0 18px 34px -26px rgba(9, 28, 24, 0.42),
      0 1px 0 rgba(255, 255, 255, 0.7) inset;
  }

  .fc-logo,
  .fc-lp-brand,
  .fc-header-actions,
  .fc-lp-header__actions {
    min-width: 0;
  }

  .fc-brand-word {
    font-size: 20px;
  }

  .fc-lp-brand .fc-brand-word {
    font-size: 19px;
  }

  .fc-brand-note {
    display: none;
  }

  .fc-logo .ch-cross,
  .fc-brand-word .ch-cross {
    width: 15px;
    height: 15px;
    margin-left: 2px;
  }

  .fc-theme-nav,
  .fc-lp-nav {
    display: flex;
    justify-content: stretch;
    width: 100%;
    padding: 4px;
    gap: 4px;
    border-radius: 16px;
    overflow: visible;
  }

  .fc-theme-link,
  .fc-lp-nav a {
    flex: 1 1 0;
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    hyphens: none;
  }

  .fc-header-cta,
  .fc-lp-header__cta {
    min-height: 34px;
    padding: 0 11px;
    border-radius: 14px;
    box-shadow: 0 14px 24px -18px rgba(13, 74, 61, 0.62);
  }

  .fc-action-value {
    font-size: 11px;
    line-height: 1;
  }

  .fc-header-cta .fc-action-value,
  .fc-lp-header__cta .fc-action-value {
    font-size: 11px;
  }

  .fc-nav-label--full,
  .fc-action-label--full {
    display: none !important;
  }

  .fc-nav-label--short,
  .fc-action-label--short {
    display: inline !important;
  }

  body .fc-hero {
    padding-top: 132px;
  }

  body .fc-hero-head h1 {
    max-width: 10ch;
    font-size: clamp(40px, 12vw, 56px);
  }

  body .fc-hero-head p,
  .cxl-page .cxl-lead {
    font-size: 15.5px;
  }

  .cxl-page .cxl-title {
    max-width: 9ch;
    font-size: clamp(40px, 14vw, 58px);
  }

  .cxl-page--pension .cxl-title {
    max-width: 9.2ch;
    font-size: clamp(36px, 11.6vw, 52px);
  }

  .cxl-page .cxl-hero {
    padding-top: calc(132px + clamp(20px, 5vw, 30px));
  }

  .cxl-page .cxl-trustline span {
    width: 100%;
    justify-content: center;
  }
}
