:root {
  --future-ink: #14231f;
  --future-muted: #5c6a64;
  --future-paper: #f7f3e9;
  --future-paper-deep: #eee8dc;
  --future-teal: #086c65;
  --future-teal-dark: #063e3b;
  --future-teal-soft: #dfeee9;
  --future-gold: #c8933d;
  --future-gold-soft: #f0dfbd;
  --future-white: #fffdf8;
  --future-line: rgba(20, 35, 31, 0.15);
  --future-shadow: 0 24px 70px rgba(7, 41, 37, 0.13);
  --future-radius: 18px;
  --future-max: 1180px;
}

.future-site {
  color: var(--future-ink);
  background: var(--future-paper);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.future-site * {
  scroll-margin-top: 96px;
}

.future-site a:focus-visible,
.future-site button:focus-visible,
.future-site summary:focus-visible {
  outline: 3px solid var(--future-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--future-white);
  background: var(--future-teal-dark);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.future-site .future-header,
.future-site .future-header.is-scrolled,
.future-site .future-header.is-open {
  color: var(--future-ink);
  background: rgba(247, 243, 233, 0.94);
  border-bottom: 1px solid rgba(20, 35, 31, 0.1);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.future-site .future-header {
  padding-block: 14px;
}

.future-site .brand {
  min-width: 230px;
}

.future-site .brand img {
  width: 112px;
  height: auto;
}

.future-site .brand span {
  max-width: 92px;
  color: var(--future-teal-dark);
  font-size: 0.69rem;
  line-height: 1.18;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  opacity: 0.78;
}

.future-site .site-nav {
  gap: 16px;
  font-size: 0.84rem;
}

.future-site .site-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 8px;
}

.future-site .site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.future-site .site-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.future-site .nav-cta {
  padding: 11px 15px;
  color: var(--future-white);
  background: var(--future-teal);
  border-radius: 9px;
  box-shadow: 0 9px 24px rgba(8, 108, 101, 0.18);
}

.future-site .nav-cta:hover {
  background: var(--future-teal-dark);
}

.insurance-page .future-header,
.insurance-page .future-header.is-scrolled,
.insurance-page .future-header.is-open {
  color: var(--future-white);
  background: rgba(6, 62, 59, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(5, 13, 19, 0.16);
}

.insurance-page .future-header .brand span,
.insurance-page .future-header .site-nav > a:not(.nav-cta) {
  color: rgba(255, 253, 248, 0.86);
}

.insurance-page .future-header .nav-cta {
  color: var(--future-ink);
  background: var(--future-gold);
  box-shadow: 0 10px 24px rgba(202, 147, 61, 0.22);
}

.insurance-page .future-header .nav-cta:hover {
  background: var(--future-gold-soft);
}

.front-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(44px, 7vw, 100px);
  min-height: min(900px, 100svh);
  padding: clamp(138px, 15vh, 178px)
    max(24px, calc((100vw - var(--future-max)) / 2)) 88px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 8%,
      rgba(200, 147, 61, 0.13),
      transparent 31%
    ),
    linear-gradient(
      128deg,
      var(--future-white) 0%,
      var(--future-paper) 58%,
      var(--future-paper-deep) 100%
    );
}

.front-hero::after {
  position: absolute;
  right: -10vw;
  bottom: -16vw;
  width: 42vw;
  height: 42vw;
  content: "";
  border: 1px solid rgba(8, 108, 101, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 60px rgba(8, 108, 101, 0.025),
    0 0 0 120px rgba(8, 108, 101, 0.02);
  pointer-events: none;
}

.front-hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 690px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--future-teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.front-hero h1,
.future-section h2,
.page-hero h1 {
  margin: 0;
  color: var(--future-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.front-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 5.6vw, 6.6rem);
  line-height: 0.95;
}

.front-hero__lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: var(--future-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.future-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.future-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.future-button:hover {
  transform: translateY(-2px);
}

.future-button--primary {
  color: var(--future-white);
  background: var(--future-teal);
  box-shadow: 0 14px 34px rgba(8, 108, 101, 0.2);
}

.future-button--primary:hover {
  background: var(--future-teal-dark);
}

.future-button--ghost,
.future-button--outline {
  color: var(--future-ink);
  background: transparent;
  border-color: rgba(20, 35, 31, 0.35);
}

.future-button--ghost:hover,
.future-button--outline:hover {
  border-color: var(--future-teal);
  color: var(--future-teal-dark);
}

.future-button--light {
  color: var(--future-teal-dark);
  background: var(--future-white);
}

.future-button--line-light {
  color: var(--future-white);
  border-color: rgba(255, 253, 248, 0.62);
}

.trust-note {
  max-width: 660px;
  margin: 28px 0 0;
  padding-left: 15px;
  color: var(--future-muted);
  border-left: 2px solid var(--future-gold);
  font-size: 0.88rem;
  line-height: 1.55;
}

.trust-note strong {
  color: var(--future-ink);
}

.front-hero__visual {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 450px;
  margin: 0;
}

.front-hero__visual::before {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 55%;
  height: 55%;
  content: "";
  background: var(--future-gold-soft);
  border-radius: 0 48% 0 0;
}

.front-hero__visual img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 3px 92px 3px 3px;
  box-shadow: var(--future-shadow);
  filter: saturate(0.92) contrast(1.02);
}

.front-hero__visual figcaption {
  position: relative;
  width: calc(100% - 38px);
  margin: -32px 0 0 38px;
  padding: 18px 22px;
  color: var(--future-white);
  background: var(--future-teal-dark);
  box-shadow: 0 18px 40px rgba(6, 62, 59, 0.2);
}

.front-hero__visual figcaption span,
.front-hero__visual figcaption strong {
  display: block;
}

.front-hero__visual figcaption span {
  margin-bottom: 4px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.front-hero__visual figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.future-section {
  width: min(var(--future-max), calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(76px, 10vw, 132px);
}

.section-heading {
  max-width: 710px;
  margin-bottom: 48px;
}

.section-heading--wide {
  max-width: 880px;
}

.future-section h2 {
  font-size: clamp(2.55rem, 4.3vw, 5rem);
  line-height: 1.02;
}

.section-heading > p:last-child,
.method-intro > p:not(.kicker),
.story-copy > p,
.page-hero__lead,
.page-copy p,
.page-copy li {
  color: var(--future-muted);
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  font-size: 1.05rem;
}

.trust-foundation {
  padding-bottom: 80px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--future-line);
}

.principle-grid article {
  position: relative;
  padding: 35px 34px 20px 0;
  border-right: 1px solid var(--future-line);
}

.principle-grid article + article {
  padding-left: 34px;
}

.principle-grid article:last-child {
  border-right: 0;
}

.principle-number {
  display: block;
  margin-bottom: 38px;
  color: var(--future-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.principle-grid h3,
.offer-card h3,
.method-steps h3,
.boundary-card h3,
.footer-group h2 {
  margin: 0;
}

.principle-grid h3 {
  font-size: 1.28rem;
}

.principle-grid p {
  margin: 12px 0 0;
  color: var(--future-muted);
  font-size: 0.94rem;
}

.offer-section {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--future-max)) / 2));
  background: var(--future-white);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--future-line);
}

.offer-card {
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: clamp(34px, 5vw, 58px);
}

.offer-card + .offer-card {
  border-left: 1px solid var(--future-line);
}

.offer-card--flagship {
  background: var(--future-paper);
}

.offer-card--protection {
  background: var(--future-teal-soft);
}

.offer-label,
.boundary-label {
  margin: 0 0 20px;
  color: var(--future-teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-card h3 {
  max-width: 440px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.offer-card p:not(.offer-label) {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--future-muted);
}

.clean-list,
.check-list,
.dash-list {
  padding: 0;
  list-style: none;
}

.clean-list {
  margin: auto 0 28px;
  padding-top: 34px;
}

.clean-list li {
  position: relative;
  padding: 10px 0 10px 21px;
  border-top: 1px solid rgba(20, 35, 31, 0.11);
  color: var(--future-ink);
  font-size: 0.9rem;
}

.clean-list li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--future-gold);
  border-radius: 50%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--future-teal-dark);
  font-weight: 900;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(50px, 8vw, 120px);
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--future-max)) / 2));
  color: var(--future-white);
  background: var(--future-teal-dark);
}

.method-intro {
  align-self: center;
}

.method-section .kicker {
  color: #8ed1c5;
}

.method-section h2,
.method-section .method-intro > p:not(.kicker) {
  color: var(--future-white);
}

.method-intro > p:not(.kicker) {
  max-width: 510px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.73) !important;
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.method-steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.2);
}

.method-steps > li > span {
  padding-top: 3px;
  color: #8ed1c5;
  font-size: 0.75rem;
  font-weight: 900;
}

.method-steps h3 {
  color: var(--future-white);
  font-size: 1.1rem;
}

.method-steps p {
  margin: 5px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.92rem;
}

.boundaries-section {
  padding-bottom: 96px;
}

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

.boundary-card {
  min-height: 380px;
  padding: clamp(34px, 5vw, 54px);
  border: 1px solid var(--future-line);
}

.boundary-card--can {
  background: var(--future-white);
}

.boundary-card--cannot {
  background: var(--future-paper-deep);
}

.check-list,
.dash-list {
  margin: 0;
}

.check-list li,
.dash-list li {
  position: relative;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid rgba(20, 35, 31, 0.11);
}

.check-list li::before,
.dash-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--future-white);
  background: var(--future-teal);
  border-radius: 50%;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.dash-list li::before {
  color: var(--future-ink);
  background: var(--future-gold-soft);
  content: "—";
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--future-max)) / 2));
  background: var(--future-white);
}

.story-visual {
  position: relative;
  margin: 0;
}

.story-visual::after {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 44%;
  height: 44%;
  content: "";
  border-right: 18px solid var(--future-gold-soft);
  border-bottom: 18px solid var(--future-gold-soft);
}

.story-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: var(--future-shadow);
}

.story-copy h2 {
  max-width: 590px;
}

.story-copy > p:not(.kicker) {
  max-width: 600px;
  margin: 22px 0 0;
}

.story-copy .text-link {
  margin-top: 28px;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 34px;
  border-top: 1px solid var(--future-line);
  border-left: 1px solid var(--future-line);
}

.guide-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 180px;
  padding: 30px;
  background: transparent;
  border-right: 1px solid var(--future-line);
  border-bottom: 1px solid var(--future-line);
  text-decoration: none;
  transition: background 180ms ease;
}

.guide-grid a:hover {
  background: var(--future-white);
}

.guide-grid a > span {
  grid-column: 1 / -1;
  color: var(--future-teal);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-grid strong {
  align-self: end;
  max-width: 370px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.guide-grid i {
  align-self: end;
  color: var(--future-teal);
  font-size: 1.5rem;
  font-style: normal;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 110px);
  border-top: 1px solid var(--future-line);
}

.future-faq {
  border-top: 1px solid var(--future-line);
}

.future-faq details {
  border-bottom: 1px solid var(--future-line);
}

.future-faq summary {
  position: relative;
  padding: 24px 45px 24px 0;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.future-faq summary::-webkit-details-marker {
  display: none;
}

.future-faq summary::after {
  position: absolute;
  top: 21px;
  right: 0;
  color: var(--future-teal);
  content: "+";
  font-size: 1.6rem;
  font-weight: 400;
}

.future-faq details[open] summary::after {
  content: "−";
}

.future-faq p {
  max-width: 650px;
  margin: -7px 0 24px;
  color: var(--future-muted);
}

.post-prefit-application {
  display: none;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 90px);
  width: min(var(--future-max), calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(78px, 9vw, 116px);
  border-top: 1px solid var(--future-line);
}

.post-prefit-application:target {
  display: grid;
}

.post-prefit-application__intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.post-prefit-application__intro p:not(.kicker) {
  color: var(--future-muted);
}

.post-prefit-application .lead-form {
  margin: 0;
  background: var(--future-white);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--future-max)) / 2));
  color: var(--future-white);
  background: var(--future-teal);
}

.final-cta .kicker {
  color: #bce2da;
}

.final-cta h2,
.final-cta p {
  color: var(--future-white);
}

.final-cta h2 {
  max-width: 750px;
}

.final-cta p:not(.kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.75);
}

.final-cta .future-actions {
  flex-direction: column;
  min-width: 210px;
}

.future-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(140px, 0.65fr));
  gap: 48px;
  padding: 76px max(24px, calc((100vw - var(--future-max)) / 2)) 28px;
  color: rgba(255, 253, 248, 0.72);
  background: #0f201d;
}

.footer-intro {
  max-width: 300px;
}

.footer-brand img {
  display: block;
  width: 132px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-intro p {
  margin: 24px 0 0;
  color: var(--future-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

.footer-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-group h2 {
  margin-bottom: 8px;
  color: var(--future-white);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-group a {
  width: fit-content;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-group a:hover {
  color: var(--future-white);
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  font-size: 0.75rem;
}

/* Internal pages */
.future-inner main {
  min-height: 70vh;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  min-height: 650px;
  padding: 160px max(24px, calc((100vw - var(--future-max)) / 2)) 92px;
  background:
    radial-gradient(
      circle at 85% 25%,
      rgba(200, 147, 61, 0.14),
      transparent 30%
    ),
    var(--future-white);
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6vw, 6.2rem);
  line-height: 0.96;
}

.page-hero__lead {
  margin: 0;
  padding: 0 0 8px 26px;
  border-left: 2px solid var(--future-gold);
  font-size: 1.08rem;
}

.page-section {
  width: min(var(--future-max), calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(70px, 9vw, 116px);
}

.page-section + .page-section {
  border-top: 1px solid var(--future-line);
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.42fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 130px);
}

.page-aside h2,
.page-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.page-aside h2 {
  position: sticky;
  top: 120px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
}

.page-copy {
  max-width: 720px;
}

.page-copy h2 {
  margin: 52px 0 12px;
  font-size: 2rem;
}

.page-copy h2:first-child {
  margin-top: 0;
}

.page-copy h3 {
  margin: 32px 0 8px;
}

.page-copy p,
.page-copy li {
  font-size: 1rem;
}

.page-copy ul,
.page-copy ol {
  padding-left: 22px;
}

.page-copy li + li {
  margin-top: 8px;
}

.fact-panel {
  margin: 34px 0;
  padding: 28px;
  background: var(--future-teal-soft);
  border-left: 4px solid var(--future-teal);
}

.fact-panel strong {
  display: block;
  margin-bottom: 6px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--future-line);
  border-left: 1px solid var(--future-line);
}

.path-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 28px;
  background: var(--future-white);
  border-right: 1px solid var(--future-line);
  border-bottom: 1px solid var(--future-line);
  text-decoration: none;
}

.path-card:hover {
  background: var(--future-teal-soft);
}

.path-card span {
  color: var(--future-teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.path-card strong {
  max-width: 390px;
  margin-top: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.18;
}

.path-card small {
  margin-top: 9px;
  color: var(--future-muted);
}

@media (max-width: 1120px) {
  .future-site .site-nav {
    gap: 11px;
    font-size: 0.78rem;
  }

  .future-site .brand {
    min-width: 190px;
  }
}

@media (max-width: 940px) {
  .future-site .future-header {
    align-items: center;
  }

  .future-site .brand {
    min-width: 0;
  }

  .future-site .site-nav {
    top: 72px;
    gap: 0;
    padding: 10px;
    background: var(--future-white);
    border-color: var(--future-line);
    border-radius: 12px;
  }

  .insurance-page .future-header .site-nav {
    background: var(--future-white);
    color: var(--future-ink);
  }

  .insurance-page .future-header .site-nav > a:not(.nav-cta) {
    color: var(--future-ink);
  }

  .future-site .site-nav > a:not(.nav-cta) {
    padding: 13px;
  }

  .future-site .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .front-hero,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .front-hero {
    min-height: auto;
    padding-top: 132px;
  }

  .front-hero__visual {
    width: min(100%, 520px);
    max-width: none;
    margin-left: auto;
  }

  .method-section,
  .story-section,
  .faq-section,
  .page-layout,
  .post-prefit-application:target {
    grid-template-columns: 1fr;
  }

  .method-section,
  .story-section {
    gap: 65px;
  }

  .page-hero {
    min-height: auto;
    padding-top: 144px;
  }

  .page-hero__lead {
    max-width: 670px;
  }

  .page-aside h2 {
    position: static;
  }

  .future-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .front-hero {
    gap: 60px;
    padding-inline: 20px;
    padding-bottom: 68px;
  }

  .front-hero h1,
  .page-hero h1 {
    font-size: clamp(2.85rem, 13vw, 4.6rem);
  }

  .future-section,
  .page-section {
    width: min(100% - 36px, var(--future-max));
  }

  .future-section h2 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .principle-grid,
  .offer-grid,
  .boundaries-grid,
  .guide-grid,
  .path-grid,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .principle-grid article,
  .principle-grid article + article {
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--future-line);
  }

  .principle-number {
    margin-bottom: 20px;
  }

  .offer-card + .offer-card {
    border-top: 1px solid var(--future-line);
    border-left: 0;
  }

  .offer-card {
    min-height: 450px;
  }

  .method-section,
  .story-section,
  .offer-section,
  .final-cta {
    padding-inline: 20px;
  }

  .story-visual {
    margin-right: 18px;
  }

  .guide-grid {
    border-left: 1px solid var(--future-line);
  }

  .guide-grid a {
    min-height: 160px;
  }

  .final-cta .future-actions {
    min-width: 0;
  }

  .future-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 20px;
  }

  .footer-intro,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-hero {
    padding: 132px 20px 70px;
  }
}

@media (max-width: 480px) {
  .future-site .future-header {
    padding: 13px 15px;
  }

  .future-actions {
    flex-direction: column;
  }

  .future-button {
    width: 100%;
  }

  .front-hero__visual::before {
    top: -14px;
    right: -8px;
  }

  .front-hero__visual img {
    border-radius: 3px 58px 3px 3px;
  }

  .front-hero__visual figcaption {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .offer-card,
  .boundary-card {
    padding: 28px 22px;
  }

  .method-steps li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .future-footer {
    grid-template-columns: 1fr;
  }

  .footer-intro,
  .footer-bottom {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .future-site *,
  .future-site *::before,
  .future-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
