/* Fora study 69 — a framed Marlo, with the original v68 saved at /before-fora.html. */
:root, html[data-theme="black"] {
  --fora-rail: min(1600px, calc(100% - 64px));
  --shell: calc(100% - 96px);
  --fora-line: #ffffff20;
  --fora-ease: cubic-bezier(.16, 1, .3, 1);
  --night-surface: #18191c;
  --night-raised: #202125;
  --night-muted: #b2b3b8;
}
html.lenis, html.lenis body { height: auto; }
html.lenis { scroll-behavior: auto; }
.desktop-actions .text-action { display: inline-flex; align-items: center; justify-content: center; font-size: 14px; line-height: 1; }
.lenis [data-lenis-prevent] { overscroll-behavior: contain; }
main { width: 100%; margin: 0; border: 0; }
main > section:not(.hero), .site-closing {
  width: var(--fora-rail); margin-inline: auto;
  border-inline: 1px solid var(--fora-line);
}
main > section:not(.hero) { padding-block: 72px; }
/* The open hero dissolves into the framed page; the rails only begin below it. */
main > .fora-intro { border-image: linear-gradient(180deg, transparent, #ffffff20 160px) 1; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, #292f38a3, #292d3340 54%, #11121400 100%);
}
.hero .phone-fan { z-index: 1; }
main > section { position: relative; }
.fora-muted { color: #a8a9af; }
.hero { min-height: 0; padding: 136px 24px 48px; justify-content: flex-start; }
.hero h1 { max-width: 650px; font-size: clamp(48px, 4.8vw, 64px); line-height: 1.12; letter-spacing: -.04em; font-weight: 500; }
.hero-lede { margin-top: 24px; font-size: 17px; line-height: 1.6; }
.hero-actions { margin-top: 28px; width: max-content; max-width: 100%; grid-template-columns: repeat(2, auto); }
.hero-actions .button { white-space: nowrap; }
.hero-reassurance { font-size: 12px; }
.hero .phone-fan {
  display: block; position: relative; --fan-height: 380px; --fan-spread: 147px;
  width: min(740px, 100%); height: var(--fan-height); margin: 44px auto 0;
}
.hero .fan-phone { position: absolute; left: 50%; bottom: 0; width: auto; }
.hero .fan-phone img { display: block; width: auto; height: var(--height); max-width: none; filter: drop-shadow(0 20px 24px #0005); }
.hero .fan-dashboard { --height: var(--fan-height); transform: translateX(-50%); z-index: 3; }
.hero .fan-calendar { --height: calc(var(--fan-height) * .88); transform: translateX(calc(-50% - var(--fan-spread))) translateY(-12px); z-index: 2; }
.hero .fan-inbox { --height: calc(var(--fan-height) * .88); transform: translateX(calc(-50% + var(--fan-spread))) translateY(-12px); z-index: 2; }
.hero-motion-control { right: 20px; bottom: 16px; }
.fora-intro-copy { width: var(--shell); max-width: 780px; margin: 0 auto; }
.fora-intro-copy [data-reading] { font-size: clamp(26px, 2.8vw, 38px); line-height: 1.45; letter-spacing: -.035em; font-weight: 500; color: #e5e5e8; }
.fora-intro-copy [data-reading] span { color: #a8a9af; }
.fora-intro-copy .fora-intro-detail { margin-top: 28px; max-width: 460px; font-size: 16px; color: var(--night-muted); line-height: 1.7; }
/* One reading edge: a heading and its explanation belong together. */
.client-experience > .section-intro, .switch-section .switch-heading, .fit-section .fit-intro,
.pricing-head > .section-intro, .stories .member-intro {
  display: block;
  width: var(--shell); max-width: none; margin: 0 auto 32px; text-align: left;
}
.client-experience > .section-intro h2, .switch-section .switch-heading h2, .fit-section .fit-intro h2,
.pricing-head > .section-intro h2, .stories .member-intro h2, .site-closing .section-intro h2 {
  width: 100%; max-width: none; font-size: 40px; line-height: 1.3; letter-spacing: -.035em; font-weight: 500; margin: 0; text-align: left;
}
.client-experience > .section-intro > p:last-child, .switch-section .switch-heading > p:last-child,
.fit-section .fit-intro > p:last-child, .pricing-head > .section-intro > p:last-child,
.stories .member-intro > .review-excerpt-note:last-of-type {
  width: auto; max-width: 54ch; font-size: 16px; line-height: 1.6; margin: 14px 0 0; text-align: left;
}
/* The large, centered stage is the primary product demonstration. */
.fora-showcase { width: var(--shell); margin: 0 auto; }
.fora-showcase-tabs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-bottom: 24px; }
.fora-showcase-tabs button {
  min-height: 44px; padding: 10px 8px; border: 1px solid transparent; border-radius: 99px;
  background: transparent; color: var(--night-muted); font-size: 14px;
  transition: background .16s var(--fora-ease), color .16s var(--fora-ease), border-color .16s var(--fora-ease);
}
.fora-showcase-tabs button[aria-selected="true"] { background: #ffffff0b; border-color: #ffffff15; color: #f5f5f6; }
.fora-showcase-tabs button:hover { color: #fff; background: #ffffff08; }
.fora-showcase-panels { touch-action: pan-y; }
.fora-experience.experience-card {
  display: block; height: auto; min-height: 0; width: 100%; border: 0; border-radius: 0;
  padding: 0; margin: 0; background: transparent; opacity: 1; transform: none; filter: none;
}
.fora-stage {
  position: relative; display: grid; place-items: center; height: 450px;
  overflow: hidden; isolation: isolate; border: 1px solid #ffffff20; border-radius: 24px;
  background: radial-gradient(ellipse at 50% 70%, #35383e 0%, #1c1e23 48%, #15161a 100%);
}
.fora-stage::before {
  content: ''; position: absolute; z-index: -1; inset: 0; opacity: .45;
  background: radial-gradient(circle at 14% 24%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 83% 72%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 19%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 26% 82%, #fff 0 1px, transparent 1.5px);
}
.fora-stage .browser-mock { align-self: center; justify-self: center; position: relative; inset: auto; width: 74%; max-width: 720px; height: 354px; margin: 0; border-radius: 12px; overflow: hidden; transform: none; }
.fora-stage .browser-bar { height: 32px; font-size: 10px; }
.fora-stage .booking-page { height: calc(100% - 32px); display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px; }
.fora-stage .booking-page b { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.fora-stage .booking-page h4 { margin: 28px 0 0; font-size: 50px; line-height: 1.05; max-width: 7ch; letter-spacing: -.04em; }
.fora-stage .booking-page .mock-button { margin-top: 28px; padding: 12px 24px; min-height: 44px; font-size: 14px; }
.fora-stage .bio-stage { position: relative; inset: auto; display: grid; place-items: center; height: auto; width: 100%; padding: 0; }
.fora-stage .bio-card { width: 280px; height: 434px; padding: 28px 24px; border-radius: 24px; transform: none; }
.fora-stage .bio-avatar { display: block; width: 76px; height: 76px; margin: 0 auto 14px; object-fit: cover; background: #cfc3b3; }
.fora-stage .bio-card b { font-size: 20px; }
.fora-stage .bio-card p { font-size: 11px; margin-bottom: 24px; }
.fora-stage .bio-card .mock-button { margin-top: 10px; min-height: 42px; }
.fora-stage .phone-stage { position: relative; inset: auto; display: grid; place-items: center; width: 100%; height: 100%; padding: 0; }
.fora-stage .phone-stage img { width: auto; max-width: 80%; height: 380px; object-fit: contain; border-radius: 20px; transform: none; }
.fora-stage-2 .phone-stage img, .fora-stage-4 .phone-stage img { padding: 6px; background: #090a0b; border: 1px solid #515257; border-radius: 30px; }
.fora-stage-5 { height: auto; min-height: 450px; padding: 24px; }
.travel-preview { display: grid; grid-template-columns: 1.1fr 1fr; width: 100%; max-width: 840px; border-radius: 12px; overflow: hidden; background: #f7f7f5; color: #202125; box-shadow: 0 16px 28px #0004; }
.travel-map { position: relative; min-width: 0; min-height: 100%; background: #e7eee7; }
.travel-map > img { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.travel-map-credit { position: absolute; bottom: 0; right: 0; max-width: 100%; padding: 3px 5px; background: #fffffff0; color: #30363b; font-size: 9px; line-height: 1.4; }
.travel-map-credit a { color: inherit; text-underline-offset: 2px; }
.travel-details { min-width: 0; padding: 24px; }
.travel-preview-heading h4 { margin: 0; font-size: 23px; line-height: 1.25; font-weight: 500; letter-spacing: -.025em; }
.travel-preview-heading { text-align: center; }
.travel-preview-heading > span { display: block; margin-top: 5px; color: #606168; font-size: 11px; }
.travel-stops { display: grid; gap: 10px; margin: 18px 0; padding: 0; list-style: none; }
.travel-stops li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.travel-stops li > span { display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; background: #172331; color: white; font-size: 11px; font-weight: 600; }
.travel-stops li > div { min-width: 0; }
.travel-stops strong { display: block; font-weight: 550; }
.travel-stops li > div > span { display: block; margin-top: 3px; color: #606168; font-size: 11px; line-height: 1.45; }
.travel-estimates { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 16px; margin: 0; padding-top: 14px; border-top: 1px solid #20212524; text-align: center; }
.travel-estimates dt { font-size: 12px; color: #606168; }
.travel-estimates dt > span { white-space: nowrap; }
.travel-estimates dd { margin: 5px 0 0; font-size: 30px; line-height: 1.1; font-weight: 500; letter-spacing: -.025em; }
.travel-estimates dd span { font-size: 16px; }
.travel-directions { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; margin-top: 18px; padding: 10px 12px; border-radius: 9px; background: #202125; color: #fff; font-size: 14px; text-decoration: none; }
.travel-directions:hover { background: #353942; }
.travel-directions:focus-visible, .travel-map-credit a:focus-visible { outline: 2px solid #2864d7; outline-offset: 3px; }
.travel-directions svg { width: 18px; height: 18px; }
.travel-preview .travel-preview-note { margin: 12px 0 0; font-size: 10px; line-height: 1.5; color: #606168; text-align: center; }
.fora-experience .experience-copy { padding: 18px 0 0; text-align: center; min-height: 0; }
.fora-experience .experience-copy h3 { font-size: 16px; line-height: 1.5; font-weight: 550; letter-spacing: -.01em; }
.fora-experience .experience-copy p { font-size: 14px; line-height: 1.65; max-width: 65ch; margin: 6px auto 0; }
.fora-showcase-controls { display: flex; width: 168px; align-items: center; justify-content: space-between; margin: 16px auto 0; position: relative; }
.fora-showcase-controls > * { pointer-events: auto; }
.fora-showcase-controls > span { position: static; font-size: 12px; color: var(--night-muted); }
.fora-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #ffffff1c; border-radius: 50%; background: #ffffff08; color: #c0c1c6; transition: background .2s, color .2s; }
.fora-arrow:hover { background: #ffffff12; color: #fff; }
.fora-arrow svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.2; fill: none; }
.client-pages-showcase { width: 100%; overflow: clip; margin-top: 108px; padding: 0; }
.client-pages-showcase .showcase-heading { margin-bottom: 28px; }
.client-pages-showcase .showcase-heading p { font-size: 16px; color: #e2e2e5; }
.client-pages-showcase .showcase-page-preview { flex-basis: 235px; border-radius: 14px; }
/* Paired benefits: aligned copy above matching product photographs. */
.switch-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: var(--shell); gap: 32px; margin: 0 auto; }
.switch-panel, .switch-panel:nth-child(n) { display: flex; flex-direction: column; align-items: stretch; gap: 24px; min-height: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.switch-copy, .switch-panel:nth-child(n) .switch-copy { min-height: 0; padding: 0; border: 0; }
.switch-copy h3, .switch-panel:nth-child(n) .switch-copy h3 { font-size: 30px; line-height: 1.3; letter-spacing: -.03em; max-width: none; font-weight: 500; }
.switch-copy p, .switch-panel:nth-child(n) .switch-copy p { font-size: 15px; line-height: 1.65; max-width: 42ch; margin-top: 14px; }
.switch-media { height: 440px; min-height: 0; border: 1px solid #ffffff20; border-radius: 16px; background: #1b1d21; overflow: hidden; }
/* Real screen captures stay separate from the generated photography, with no render loop. */
.switch-media.product-photo { height: auto; aspect-ratio: 1; background: #242629; }
.switch-media.product-photo-calendar { aspect-ratio: 1560 / 1620; }
.switch-media.product-photo-checkout { aspect-ratio: 1700 / 2048; }
.switch-media.product-photo-handheld { aspect-ratio: 1; }
.switch-media.product-photo-refined { aspect-ratio: 4 / 5; background: #f3f4f6; }
.switch-media.product-photo-refined.product-photo-handheld { aspect-ratio: 1; background: #e3e1dc; }
.switch-media.product-photo-v72 { background: #303236; }
.switch-media.product-photo-calendar.product-photo-v72 {
  display: grid; place-items: center;
  background: radial-gradient(ellipse at 50% 35%, #414449, #303236 70%, #292b2f);
}
.product-photo-v72 .studio-device {
  display: block; width: 62%; height: auto; max-height: 88%; object-fit: contain;
  filter: drop-shadow(0 18px 18px #0005);
}
.product-photo::after { content: none; }
.product-composition { display: block; width: 100%; height: 100%; }
.product-canvas { position: relative; overflow: hidden; }
.product-photograph { display: block; width: 100%; height: 100%; max-width: none; }
.product-display { position: absolute; top: 0; left: 0; width: 1320px; height: 2868px; border-radius: 165px; overflow: hidden; transform-origin: 0 0; }
.product-display img { display: block; width: 100%; height: 100%; max-width: none; }
.product-display::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, #ffffff06, transparent 55%, #00000006); pointer-events: none; }
.switch-disclosure { width: var(--shell); margin: 20px auto 0; font-size: 11px; text-align: left; }
.stories .member-intro { row-gap: 20px; }
.stories .member-intro .review-motion-control { margin: 16px 0 0; }
.stories .review-marquee { width: 100%; overflow: hidden; margin-top: 0; gap: 14px; }
.review-card { background: #18191cbf; border-color: #ffffff18; border-radius: 16px; }
.fit-sticky-head { position: static; padding: 0; }
.fit-sticky-head .fit-tabs { width: var(--shell); margin: 0 auto 28px; border: 0; padding: 0; background: transparent; gap: 8px; }
.fit-tabs button, .fit-tabs button[aria-selected="true"] { border: 1px solid transparent; border-radius: 99px; min-height: 44px; background: transparent; color: #b2b3b8; }
.fit-tabs button[aria-selected="true"] { background: #ffffff0b; border-color: #ffffff1c; color: #fff; }
.fit-stage { width: var(--shell); grid-template-columns: 1fr 1fr; border: 1px solid #ffffff20; border-radius: 16px; background: #17181b; overflow: hidden; }
.fit-copy { padding: 40px; border: 0; background: transparent; }
.fit-copy h3 { max-width: 24ch; font-size: 30px; line-height: 1.3; letter-spacing: -.03em; }
.fit-copy > p:not(:first-child) { font-size: 15px; line-height: 1.7; }
.fit-product { background: #202227; min-height: 400px; }
.fit-product img { height: 350px; max-width: 90%; object-fit: contain; }
.pricing-head { padding: 0; }
.pricing-head > .section-intro { display: block; text-align: left; margin-bottom: 28px; }
.pricing-head > .section-intro h2 { width: 100%; max-width: none; text-align: left; }
.pricing-head > .section-intro > p:last-child { max-width: none; margin: 14px 0 0; text-align: left; }
.billing-toggle { margin: 0 auto 36px; border-radius: 99px; padding: 4px; background: #ffffff05; border-color: #ffffff1a; }
.billing-toggle button { border-radius: 99px; }
.price-grid { width: var(--shell); gap: 24px; }
.price-card, .price-card.featured { padding: 36px; border: 1px solid #ffffff20; border-radius: 20px; background: #16171b; }
.price-card.featured { background: #202125; border-color: #ffffff38; }
.price-card .plan-top h3 { font-size: 48px; }
.plan-name { font-size: 22px; font-weight: 550; }
.popular-badge { background: #ffffff10; color: #dedee3; }
.site-closing { padding: 100px 0 32px; }
.site-closing .faq-shell { grid-template-columns: .8fr 1.2fr; gap: 72px; }
.site-closing .faq-section { padding: 0 0 100px; }
.site-closing .faq-list { border-top: 1px solid #ffffff20; }
.site-closing .faq-list details:first-child summary { padding-top: 20px; min-height: 68px; }
.site-closing .faq-list details { border-color: #ffffff20; }
.site-closing .faq-list summary { min-height: 68px; padding-block: 20px; }
.site-closing .footer-panel { width: var(--shell); margin-top: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.footer-masthead { border-top: 1px solid #ffffff20; padding-top: 56px; padding-bottom: 36px; }
.site-closing .footer-column h2 { font-size: 14px; }
.site-closing .footer-column a { font-size: 13px; }
.footer-actions { margin-top: 40px; }
.footer-fineprint { margin-top: 40px; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    [data-reading] { animation: fora-reading linear both; animation-timeline: view(); animation-range: entry 10% cover 45%; }
    @keyframes fora-reading { from { opacity: .32; } to { opacity: 1; } }
  }
}
@media (max-width: 1100px) {
  :root, html[data-theme="black"] { --fora-rail: calc(100% - 32px); --shell: calc(100% - 72px); }
  .client-experience > .section-intro, .switch-section .switch-heading, .fit-section .fit-intro, .stories .member-intro { column-gap: 40px; }
  .switch-panel, .switch-panel:nth-child(n) { gap: 40px; }
  .switch-media { height: 440px; }
  .fit-copy { padding: 32px; }
}
@media (max-width: 699px) {
  :root, html[data-theme="black"] { --fora-rail: calc(100% - 24px); --shell: calc(100% - 40px); }
  main > section:not(.hero) { padding-block: 44px; }
  main > section:not(.hero), .site-closing { border-inline: 0; }
  main > .fora-intro { border-image: none; }
  .hero { min-height: 0; padding: 116px 18px 66px; }
  .hero-copy { max-width: 380px; }
  .hero h1 { font-size: clamp(33px, 9.8vw, 42px); line-height: 1.15; letter-spacing: -.04em; max-width: 350px; }
  .hero-lede { font-size: 14px; line-height: 1.65; margin-top: 20px; }
  .hero-actions { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  .hero-actions .button { font-size: 12px; min-height: 46px; padding-inline: 6px; }
  .hero-reassurance { font-size: 10px; margin-top: 12px; }
  .hero .phone-fan { --fan-height: clamp(260px, 81vw, 350px); --fan-spread: clamp(78px, 22vw, 98px); margin-top: 38px; }
  .hero .fan-phone img { animation: none; filter: drop-shadow(0 12px 15px #0005); }
  .hero-motion-control { bottom: 8px; right: 6px; font-size: 10px; }
  .fora-intro-copy [data-reading] { font-size: 25px; line-height: 1.5; }
  .fora-intro-copy .fora-intro-detail { font-size: 14px; margin-top: 24px; }
  .client-experience > .section-intro, .switch-section .switch-heading, .fit-section .fit-intro,
  .pricing-head > .section-intro, .stories .member-intro { display: block; margin-bottom: 30px; }
  .client-experience > .section-intro h2, .switch-section .switch-heading h2, .fit-section .fit-intro h2,
  .pricing-head > .section-intro h2, .stories .member-intro h2, .site-closing .section-intro h2 { font-size: 30px; line-height: 1.3; letter-spacing: -.035em; }
  .client-experience > .section-intro > p:last-child, .switch-section .switch-heading > p:last-child,
  .fit-section .fit-intro > p:last-child, .pricing-head > .section-intro > p:last-child,
  .stories .member-intro > .review-excerpt-note:last-of-type { font-size: 14px; line-height: 1.65; margin-top: 18px; }
  .fora-showcase-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin: 0 0 18px; padding: 0; }
  .fora-showcase-tabs::-webkit-scrollbar { display: none; }
  .fora-showcase-tabs button { padding-inline: 4px; font-size: 12px; white-space: normal; }
  .fora-stage { height: 404px; border-radius: 16px; }
  .fora-stage .browser-mock { width: calc(100% - 28px); height: 332px; border-radius: 10px; }
  .fora-stage .browser-bar { height: 25px; font-size: 8px; }
  .fora-stage .browser-bar i { width: 4px; height: 4px; }
  .fora-stage .booking-page { height: calc(100% - 25px); padding: 25px 16px; }
  .fora-stage .booking-page b { font-size: 10px; letter-spacing: .08em; }
  .fora-stage .booking-page h4 { font-size: 42px; margin-top: 24px; }
  .fora-stage .booking-page .mock-button { font-size: 11px; padding: 10px 16px; min-height: 38px; margin-top: 20px; }
  .fora-stage .bio-card { width: min(248px, calc(100% - 28px)); height: 352px; padding: 20px; border-radius: 18px; }
  .fora-stage .bio-avatar { width: 62px; height: 62px; margin-bottom: 12px; }
  .fora-stage .bio-card b { font-size: 18px; }
  .fora-stage .bio-card p { font-size: 10px; margin-bottom: 16px; }
  .fora-stage .bio-card .mock-button { min-height: 36px; font-size: 11px; margin-top: 8px; }
  .fora-stage .phone-stage img { height: 352px; }
  .fora-stage-5 { height: auto; padding: 16px; }
  .travel-preview { grid-template-columns: 1fr; }
  .travel-map { aspect-ratio: 1.15; min-height: 0; }
  .travel-details { padding: 22px; }
  .fora-experience .experience-copy { padding: 16px 0 0; min-height: 0; }
  .fora-experience .experience-copy h3 { font-size: 16px; }
  .fora-experience .experience-copy p { font-size: 13px; line-height: 1.6; }
  .fora-showcase-controls { margin-top: 12px; }
  .fora-showcase-controls > span { position: static; transform: none; font-size: 12px; }
  .fora-arrow { width: 44px; height: 44px; }
  .client-pages-showcase { margin-top: 60px; }
  .client-pages-showcase .showcase-heading { margin-bottom: 20px; }
  .client-pages-showcase .showcase-heading p { font-size: 14px; }
  .client-pages-showcase .showcase-page-preview { flex-basis: 220px; }
  .switch-list { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .switch-panel, .switch-panel:nth-child(n) { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .switch-panel:nth-child(n) .switch-copy, .switch-panel:nth-child(n) .switch-media { grid-column: auto; grid-row: auto; }
  .switch-copy h3, .switch-panel:nth-child(n) .switch-copy h3 { font-size: 26px; max-width: 19ch; }
  .switch-copy p, .switch-panel:nth-child(n) .switch-copy p { font-size: 14px; line-height: 1.7; margin-top: 14px; }
  .switch-media { height: 382px; border-radius: 16px; }
  .switch-notification { right: 10px; bottom: 40px; padding: 10px 12px; max-width: 160px; }
  .switch-disclosure { text-align: left; font-size: 10px; line-height: 1.6; }
  .stories .member-intro .review-motion-control { margin-top: 18px; }
  .review-card { flex-basis: 250px; min-height: 184px; }
  .fit-sticky-head .fit-tabs { display: grid; grid-template-columns: 1fr 1fr; width: var(--shell); gap: 6px; margin-bottom: 24px; }
  .fit-tabs button { font-size: 11px; padding-inline: 6px; }
  .fit-stage { grid-template-columns: minmax(0, 1fr); border-radius: 16px; }
  .fit-copy { padding: 26px; min-height: 0; height: auto; }
  .fit-copy h3 { font-size: 26px; }
  .fit-copy > p:not(:first-child) { font-size: 14px; }
  .fit-product { min-height: 0; height: 360px; }
  .fit-product img { height: 314px; }
  .pricing-head > .section-intro, .pricing-head > .section-intro h2 { text-align: left; }
  .pricing-head > .section-intro > p:last-child { text-align: left; }
  .price-grid { width: var(--shell); grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .price-card, .price-card.featured { padding: 26px; border-radius: 16px; }
  .price-card .plan-top h3 { font-size: 44px; }
  .plan-title { flex-direction: row; align-items: center; }
  .site-closing { padding: 64px 0 24px; }
  .site-closing .faq-shell { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .site-closing .faq-section { padding-bottom: 56px; }
  .site-closing .faq-list summary { font-size: 14px; padding-block: 18px; }
  .site-closing .faq-list p { font-size: 13px; }
  .footer-masthead { padding-top: 40px; padding-bottom: 30px; }
  .site-closing .footer-column a { font-size: 12px; }
  .site-closing .footer-grid { gap: 24px 16px; }
  .footer-actions, .footer-fineprint { margin-top: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reading] { animation: none; opacity: 1; }
}

/* Native animated disclosure sizing, with ordinary details as the fallback. */
@supports (interpolate-size: allow-keywords) {
  @media (prefers-reduced-motion: no-preference) {
    .faq-list details { interpolate-size: allow-keywords; }
    .faq-list details::details-content {
      block-size: 0; opacity: 0; overflow: clip;
      transition: block-size .45s var(--fora-ease), opacity .35s, content-visibility .45s allow-discrete;
    }
    .faq-list details[open]::details-content { block-size: auto; opacity: 1; }
  }
}

/* Value pass 73: product evidence and switching details inside the existing Fora rails. */
.value-shell { width: var(--shell); margin-inline: auto; }
.value-heading { display: block; margin-bottom: 32px; }
.value-heading h2 { margin: 0; font-size: clamp(30px, 3.2vw, 40px); line-height: 1.18; letter-spacing: -.035em; font-weight: 500; text-wrap: balance; }
.value-heading > p { margin: 14px 0 0; max-width: 54ch; color: var(--night-muted); font-size: 16px; line-height: 1.7; }
main > .value-opening { padding-top: 64px; }
.value-stage { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 40px; padding: 32px 40px; background: #1b1d22; border-radius: 16px; }
.value-offer { max-width: 420px; }
.value-offer h3 { font-size: 30px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; margin: 22px 0 14px; }
.value-offer p:not(.included-note) { color: #bdc0c8; font-size: 15px; line-height: 1.7; margin: 0 0 18px; }
.value-offer .included-note { display: inline-block; font-size: 12px; padding: 7px 12px; border-radius: 99px; border: 1px solid #737985; color: #e5e6e9; margin: 0; }
.value-pages-copy { padding-top: 24px; margin-top: 26px; border-top: 1px solid #ffffff24; }
.value-pages-copy h3 { font-size: 21px; margin-top: 0; }
.text-link { color: #f5f5f6; font-size: 14px; display: inline-flex; align-items: center; gap: 18px; min-height: 44px; text-decoration: underline; text-underline-offset: 5px; }
.text-link:hover { color: #c7ccd8; }
.value-phone { margin: 0; display: grid; justify-items: center; }
.value-phone img { display: block; width: min(100%, 320px); height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; background: #f5f5f7; }
.value-phone figcaption { color: #b9bdc6; font-size: 11px; margin-top: 16px; text-align: center; }
.value-terms { margin: 18px 0 0; color: var(--night-muted); font-size: 12px; line-height: 1.65; }
.proof-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.proof-page { display: block; min-width: 0; color: #f5f5f6; text-decoration: none; }
.proof-page-label { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 20px; }
.proof-page-label h3 { font-size: 20px; font-weight: 500; letter-spacing: -.02em; margin: 0; }
.proof-page-label > span { font-size: 26px; }
.proof-image { display: flex; justify-content: center; padding: 32px 20px 0; height: 470px; overflow: hidden; border-radius: 16px; background: #24262b; }
.proof-image img { width: 270px; height: auto; max-width: 100%; object-fit: cover; object-position: top; align-self: flex-start; border-radius: 8px 8px 0 0; }
.proof-address { display: block; padding-top: 16px; font-size: 13px; color: #c4c6cd; text-decoration: underline; text-underline-offset: 4px; }
.proof-page:hover .proof-address { color: #fff; }
.transfer-steps { list-style: none; counter-reset: transfer; margin: 0; padding: 0; }
.transfer-steps li { counter-increment: transfer; display: grid; grid-template-columns: 40px .9fr 1.1fr; column-gap: 24px; padding: 26px 0; border-top: 1px solid #ffffff24; }
.transfer-steps li::before { content: counter(transfer); color: #b2b3b8; font-size: 14px; padding-top: 4px; }
.transfer-steps h3 { font-size: 20px; font-weight: 500; line-height: 1.4; margin: 0; }
.transfer-steps p { color: var(--night-muted); font-size: 15px; line-height: 1.7; margin: 0; }
.value-details { border-block: 1px solid #ffffff24; margin-top: 24px; }
.value-details summary { cursor: pointer; font-size: 15px; line-height: 1.5; padding: 20px 0; min-height: 64px; }
.value-details p { color: var(--night-muted); font-size: 14px; line-height: 1.7; max-width: 75ch; margin: 0 0 20px; }
.value-details a { color: #e3e5eb; text-decoration: underline; text-underline-offset: 3px; }
.switching-cta { margin-top: 32px; display: flex; gap: 24px; align-items: center; }
.switching-cta p { color: var(--night-muted); font-size: 13px; }
.cost-comparison { margin-top: 72px; }
.cost-comparison > h2 { margin: 0 0 20px; font-size: 32px; font-weight: 500; letter-spacing: -.025em; line-height: 1.25; }
.cost-comparison > p { max-width: 68ch; color: var(--night-muted); font-size: 15px; line-height: 1.7; }
@media (max-width: 959px) {
  .value-heading { gap: 30px; }
  .value-stage { padding: 30px; gap: 24px; }
  .value-offer h3 { font-size: 25px; }
}
@media (max-width: 699px) {
  main > .value-opening { padding-top: 28px; }
  .value-heading { display: block; margin-bottom: 28px; }
  .value-heading h2 { font-size: 32px; }
  .value-heading > p { font-size: 14px; margin-top: 20px; }
  .value-stage { padding: 26px 22px; grid-template-columns: minmax(0,1fr); gap: 30px; }
  .value-offer { max-width: none; }
  .value-offer h3 { font-size: 25px; }
  .value-offer p:not(.included-note) { font-size: 14px; }
  .value-pages-copy { padding-top: 20px; margin-top: 20px; }
  .value-pages-copy h3 { font-size: 20px; }
  .proof-pages { gap: 36px; grid-template-columns: minmax(0,1fr); }
  .proof-image { height: 420px; padding-top: 26px; }
  .proof-image img { width: 240px; }
  .proof-page-label h3 { font-size: 20px; }
  .transfer-steps li { grid-template-columns: 24px 1fr; gap: 12px; padding-block: 22px; }
  .transfer-steps h3 { font-size: 19px; }
  .transfer-steps p { grid-column: 2; font-size: 14px; }
  .switching-cta { display: block; }
  .switching-cta p { margin-top: 16px; }
  .cost-comparison { margin-top: 48px; }
  .cost-comparison > h2 { font-size: 27px; }
  .cost-comparison > p { font-size: 14px; }
  .value-details summary { font-size: 14px; }
}

/* Reference-led product photography, revision 74. */
.switch-media.product-photo-74 { aspect-ratio: 3 / 2; background: #f5f5f7; }
.switch-media.product-photo-74 > img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Comparison 78: Airbnb comparison reference via Mobbin, adapted for mobile. */
.cost-comparison > h2 { font-size: clamp(30px, 3.6vw, 46px); max-width: 25ch; }
.cost-comparison > p { max-width: 58ch; }
.comparison-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-top: 36px; text-align: center; font-size: 15px; line-height: 1.5; }
.comparison-table caption { text-align: left; color: #b2b3b8; font-size: 12px; padding-bottom: 16px; }
.comparison-table th, .comparison-table td { padding: 24px 18px; border-bottom: 1px solid #ffffff24; vertical-align: middle; }
.comparison-table th { font-weight: 500; color: #f5f5f6; }
.comparison-table th:first-child { width: 34%; text-align: left; }
.comparison-table thead th { font-size: 17px; padding-block: 22px; }
.comparison-table thead th:nth-child(2) { color: #141519; background: #f5f5f7; border-radius: 12px 12px 0 0; font-weight: 650; }
.comparison-table td { color: #d0d1d6; }
.comparison-table td:nth-child(2) { background: #25282e; color: #fff; }
.comparison-table strong { display: flex; align-items: center; justify-content: center; gap: 5px; font-weight: 550; }
.comparison-check { width: 17px; height: 17px; flex-shrink: 0; }
.comparison-detail { display: block; font-size: 13px; line-height: 1.5; margin-top: 5px; font-weight: 400; color: #b9bbc3; }
.cost-comparison .comparison-footnotes { margin: 16px 0 0; font-size: 12px; line-height: 1.65; }
.comparison-close { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 32px; }
.comparison-close h4 { margin: 0 0 6px; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.comparison-close p { margin: 0; color: var(--night-muted); font-size: 14px; }
.comparison-close .button { flex-shrink: 0; white-space: nowrap; }
.cost-comparison .cost-note { margin-top: 20px; font-size: 12px; }
@media (max-width: 699px) {
  .comparison-table { display: block; margin-top: 28px; font-size: 13px; }
  .comparison-table caption { display: block; font-size: 11px; }
  .comparison-table thead, .comparison-table tbody { display: block; }
  .comparison-table tr { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .comparison-table .comparison-feature-heading { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
  .comparison-table thead th { padding: 16px 4px; font-size: 14px; }
  .comparison-table tbody th:first-child { grid-column: 1 / -1; width: auto; padding: 22px 0 12px; border: 0; font-size: 15px; }
  .comparison-table tbody th .comparison-detail { font-size: 12px; margin-top: 3px; }
  .comparison-table td { padding: 15px 5px; }
  .comparison-table td .comparison-detail { font-size: 12px; }
  .comparison-table strong { flex-direction: column; gap: 3px; }
  .comparison-check { width: 16px; height: 16px; }
  .comparison-close { display: block; }
  .comparison-close .button { width: 100%; margin-top: 20px; }
}

/* Flow 77: Notion's shared feature panel, referenced through Mobbin. */
.switch-section .switch-heading { display: block; margin-bottom: 36px; }
.switch-section .switch-heading h2 { max-width: 22ch; }
.switch-section .switch-heading > p:last-child { max-width: 62ch; margin-top: 18px; }
.booking-overview { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: #1b1d22; border: 1px solid #ffffff20; border-radius: 16px; overflow: hidden; margin-bottom: 56px; }
.booking-options { display: flex; flex-direction: column; justify-content: center; padding: 36px 40px; }
.booking-options article { padding-block: 28px; }
.booking-options article + article { border-top: 1px solid #ffffff24; }
.booking-options h3 { margin: 0 0 12px; font-size: 25px; font-weight: 500; letter-spacing: -.025em; }
.booking-options p { margin: 0; max-width: 36ch; font-size: 15px; line-height: 1.65; color: #bbc0ca; }
.booking-preview { margin: 0; min-width: 0; padding: 32px; background: #f5f5f7; color: #1d1d1f; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.booking-preview figcaption { width: 100%; max-width: 380px; text-align: center; }
.booking-preview h3 { margin-inline: auto; font-size: 27px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; margin: 0; max-width: 20ch; }
.booking-preview p { font-size: 14px; line-height: 1.65; color: #55565c; margin: 12px 0 0; max-width: 35ch; }
.booking-preview img { display: block; width: auto; height: 340px; max-width: 100%; object-fit: contain; margin-top: 24px; }
@media (min-width: 700px) and (max-width: 959px) {
  .booking-preview { padding: 30px 24px 0; }
  .booking-preview h3 { font-size: 24px; }
  .booking-preview img { height: 390px; }
}
@media (max-width: 699px) {
  .switch-section .switch-heading { margin-bottom: 28px; }
  .switch-section .switch-heading > p:last-child { margin-top: 16px; }
  .booking-overview { grid-template-columns: minmax(0,1fr); margin-bottom: 56px; }
  .booking-preview { padding: 28px 26px 0; }
  .booking-preview h3 { font-size: 24px; }
  .booking-preview img { height: 350px; margin-top: 24px; }
}

/* Sweep 79: a consistent reading edge and compact, mobile-first sections. */
.night-sky { opacity: .45; }
.fit-sticky-head .fit-tabs { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); max-width: none; }
.fit-section .fit-intro h2 { margin-inline: 0; }
.fit-copy li { border: 0; min-height: 32px; padding-block: 5px; }
.fit-copy ul { margin-block: 16px 24px; }
.pricing-fees { width: var(--shell); margin: 20px auto 0; font-size: 12px; color: var(--night-muted); }
.billing-shell { width: var(--shell); margin-inline: auto; }
.pricing-head .billing-toggle { margin-left: 0; }
.price-card .plan-description { min-height: 0; }
.value-offer .included-note + p { margin-top: 18px; }
.switching-plan-link { margin-top: 20px; }
@media (max-width: 959px) {
  .value-stage, .booking-overview, .fit-stage { grid-template-columns: minmax(0,1fr); }
  .value-stage { gap: 28px; }
  .value-offer { max-width: none; }
  .booking-options { padding: 8px 28px; }
  .booking-options article { padding-block: 24px; }
  .booking-preview { padding-top: 28px; }
  .booking-preview figcaption { text-align: center; }
  .booking-preview h3 { margin-inline: auto; }
  .booking-preview img { height: 320px; }
  .fit-product { min-height: 0; height: 340px; }
  .fit-product img { height: 300px; }

}
@media (max-width: 699px) {
  .fit-sticky-head .fit-tabs { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .booking-options h3 { font-size: 23px; }
  .booking-options p { font-size: 14px; }
  .value-stage { padding: 26px 22px; }
  .value-phone img { width: min(100%, 280px); }
  .value-heading > p { margin-top: 14px; }
  .pricing-fees { font-size: 11px; }
}

@media (max-width: 699px) {
  .value-phone { order: -1; }
  .price-card .plan-top { flex-direction: column; align-items: flex-start; gap: 20px; min-height: 0; }
  .price-card .plan-title { width: 100%; }
}

/* Standalone comparison precedes switching and plan selection. */
.comparison-section .cost-comparison { margin-top: 0; }

/* Polish 81: a shared wide reading edge, balanced calendar, comfortable phone copy. */
.booking-preview h3 { margin-inline: auto; }
.booking-preview { justify-content: center; gap: 24px; }
.booking-preview img { margin-top: 0; flex-shrink: 0; }
.switch-media.product-photo-74 { margin-top: auto; }
@media (max-width: 959px) {
  .booking-preview { padding: 28px 24px; }
}
@media (max-width: 699px) {
  .hero-lede,
  .client-experience > .section-intro > p:last-child,
  .switch-section .switch-heading > p:last-child,
  .fit-copy > p:not(:first-child),
  .booking-options p,
  .switch-panel:nth-child(n) .switch-copy p,
  .site-closing .faq-list p { font-size: 15px; }
  .fora-showcase-tabs button, .fit-tabs button { font-size: 13px; }
  .booking-preview h3 { max-width: none; }
}

/* Supplied review excerpts replace the demo cards; allow real copy to fit. */
.stories .review-card { width: 282px; flex: 0 0 auto; height: auto; min-height: 200px; }
.stories .review-card p { margin-top: 0; font-size: 15px; line-height: 1.55; }
.stories .review-card small { padding-top: 20px; }
.stories .review-card small strong { font-size: 13px; }
@media (max-width: 699px) {
  .stories .review-card { width: 270px; min-height: 210px; }
}

/* Five-star row requested for the supplied member reviews. */
.stories .review-stars { width: 104px; height: 20px; flex-shrink: 0; margin-bottom: 16px; }

/* Balance 85: centered introductions and a shared header/body content width.
   References: Notion and Airbnb comparison sections on Mobbin. */
@media (min-width: 1101px) {
  :root, html[data-theme="black"] { --shell: min(1280px, calc(100% - 96px)); }
  .site-header .header-shell { width: min(1280px, calc(100% - 160px)); }
}
@media (min-width: 700px) {
  main > section:not(.hero) { padding-block: 48px; }
  .client-experience > .section-intro,
  .switch-section .switch-heading,
  .fit-section .fit-intro,
  .pricing-head > .section-intro,
  .stories .member-intro { text-align: center; }
  .client-experience > .section-intro h2,
  .switch-section .switch-heading h2,
  .fit-section .fit-intro h2,
  .pricing-head > .section-intro h2,
  .stories .member-intro h2,
  .cost-comparison > h2 { max-width: 28ch; margin-inline: auto; text-align: center; text-wrap: balance; }
  .client-experience > .section-intro > p:last-child,
  .switch-section .switch-heading > p:last-child,
  .fit-section .fit-intro > p:last-child,
  .pricing-head > .section-intro > p:last-child,
  .stories .member-intro > .review-excerpt-note:last-of-type,
  .cost-comparison > h2 + p { margin-inline: auto; text-align: center; }
  .fora-showcase-tabs { max-width: 960px; margin-inline: auto; }
  .fit-sticky-head .fit-tabs { max-width: 960px; margin-inline: auto; }
  .pricing-head .billing-toggle { margin-inline: auto; }
  .comparison-close { justify-content: center; gap: 40px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--fora-line); }
  .cost-comparison .cost-note { margin-inline: auto; text-align: center; }
  .switching-section .value-shell { display: grid; grid-template-columns: minmax(0, 640px) auto; justify-content: center; align-items: center; column-gap: 48px; }
  .switching-section .value-heading { grid-column: 1; grid-row: 1; }
  .switching-section .value-heading h2 { font-size: 32px; line-height: 1.2; }
  .switching-section .value-heading h2 br { display: none; }
  .switching-section .value-heading h2 span::before { content: ' '; }
  .switching-section .value-heading p { max-width: 52ch; }
  .switching-plan-link { grid-column: 2; grid-row: 1; margin: 0; white-space: nowrap; }
  .switching-section .value-details { grid-column: 1 / -1; margin-top: 24px; }
}
@media (max-width: 699px) {
  main > section:not(.hero) { padding-block: 36px; }
}

/* Keep scrolled content from showing through the navigation. */
.site-header.is-scrolled { background: #111214; }

/* Conversion pass 91: one dominant action and visible trial expectations. */
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 22px; }
.hero-details-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; color: #d5d6da; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; white-space: nowrap; }
.hero-details-link:hover { color: #fff; }
.hero-details-link:focus-visible { outline: 2px solid #fff; outline-offset: 5px; border-radius: 3px; }
.hero-reassurance { color: #b2b3b8; line-height: 1.8; }
.hero-reassurance a { color: inherit; text-underline-offset: 3px; }
.pricing-trial-note { max-width: 58ch; margin: 24px auto 0; padding-inline: 16px; text-align: center; color: #b2b3b8; font-size: 14px; line-height: 1.6; }
.auth-dialog > p.auth-plan-note { margin: 18px 0; color: #b2b3b8; font-size: 13px; line-height: 1.6; }
@media (max-width: 699px) {
  .hero-actions { flex-direction: column; gap: 4px; }
  .hero-actions .hero-primary { width: min(100%, 320px); min-height: 48px; font-size: 15px; }
  .hero-details-link { font-size: 14px; }
  .hero-reassurance { margin-top: 8px; font-size: 12px; }
}


/* Layout 92: contain related content; separate decisions from supporting detail.
   Mobbin references: Linear feature surfaces, Stripe grouped evidence, Notion plans. */
:root { --panel-surface: linear-gradient(145deg, #25282f 0%, #1b1d22 70%); --panel-shadow: 0 18px 48px #00000038; }
.value-stage, .booking-overview, .fit-stage, .fora-stage,
.price-card, .price-card.featured { border: 0; box-shadow: var(--panel-shadow); }
.value-stage, .booking-overview, .fit-stage { background: var(--panel-surface); }
main > section.value-opening { padding-top: 40px; }
.value-stage { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 0 48px; padding: 48px; overflow: hidden; }
.value-offer { max-width: 540px; }
.value-offer .value-heading { margin-bottom: 24px; }
.value-offer .value-heading h2 { font-size: clamp(30px, 3vw, 40px); }
.value-offer .value-heading > p { margin-top: 16px; font-size: 16px; }
.value-offer > .included-note { padding: 0; border: 0; color: #e1e3e9; font-size: 13px; font-weight: 600; }
.value-offer > .included-note + p { margin: 10px 0 0; max-width: 40ch; }
.value-phone { min-width: 0; }
.value-phone img { width: min(100%, 280px); box-shadow: 0 16px 28px #00000038; }
.value-stage > .value-pages-copy { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #ffffff1f; }
.value-pages-copy h3 { font-size: 20px; margin: 0; }
.value-pages-copy p { margin: 6px 0 0; color: var(--night-muted); font-size: 14px; }
.value-stage > .value-terms { grid-column: 1 / -1; margin-top: 20px; font-size: 11px; }

.booking-overview { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); margin-bottom: 24px; }
.booking-options { padding: 24px 40px; }
.booking-options article { padding-block: 28px; }
.booking-options h3 { font-size: 26px; }
.booking-options p { max-width: 40ch; }
.booking-preview { background: linear-gradient(145deg, #333740, #25282f); color: #f5f5f7; padding: 32px; gap: 24px; }
.booking-preview h3 { font-size: 24px; }
.booking-preview img { height: 300px; filter: drop-shadow(0 14px 18px #0006); }
.switch-list { gap: 24px; }
.switch-panel, .switch-panel:nth-child(n) { background: var(--panel-surface); border-radius: 16px; overflow: hidden; gap: 0; box-shadow: var(--panel-shadow); }
.switch-panel:nth-child(n) .switch-copy { padding: 28px 32px; }
.switch-panel:nth-child(n) .switch-copy h3 { font-size: 27px; }
.switch-panel:nth-child(n) .switch-copy p { max-width: 44ch; margin-top: 12px; }
.switch-media.product-photo-74 { border: 0; border-radius: 0; }
.switch-disclosure { margin-top: 16px; }

.comparison-panel { margin-top: 32px; padding: 24px 32px 0; background: #191b20; border-radius: 16px; box-shadow: var(--panel-shadow); overflow: hidden; }
.comparison-panel .comparison-table { margin-top: 0; }
.comparison-panel .comparison-table th, .comparison-panel .comparison-table td { padding-block: 20px; }
.comparison-panel .comparison-footnotes { margin: 20px 0; color: #b9bbc3; }
.comparison-panel .value-details { margin-top: 0; border-bottom: 0; }
.comparison-panel .value-details summary { font-size: 13px; min-height: 56px; padding-block: 18px; }
main > section.comparison-section { padding-bottom: 16px; }
main > section.switching-section { padding-top: 8px; padding-bottom: 48px; }
.switching-section .switching-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 40px; align-items: center; padding: 28px 32px 0; background: #1b1d22; border-radius: 16px; box-shadow: var(--panel-shadow); }
.switching-panel .value-heading { margin: 0; grid-column: 1; grid-row: 1; }
.switching-section .value-heading h2 { font-size: 26px; line-height: 1.3; text-align: left; }
.switching-section .value-heading h2 br { display: none; }
.switching-section .value-heading h2 span::before { content: ' '; }
.switching-section .value-heading p { font-size: 14px; line-height: 1.65; margin-top: 10px; max-width: 58ch; }
.switching-panel .switching-plan-link { grid-column: 2; grid-row: 1; margin: 0; }
.switching-panel .value-details { grid-column: 1 / -1; margin-top: 24px; border-bottom: 0; }
.switching-panel .value-details summary { font-size: 13px; min-height: 56px; padding-block: 18px; }
.price-card { background: linear-gradient(145deg, #24262d, #191b20); }
.price-card.featured { background: linear-gradient(145deg, #343740, #25272e); }
.price-card, .price-card.featured { border-radius: 16px; }

/* Pricing: a short decision first, with the complete plan underneath. */
/* Waitlist: one field, explicit consent, and a real saved-state response. */
.waitlist-dialog { overflow-y: auto; }
.waitlist-dialog form[hidden], .waitlist-dialog p[hidden] { display: none; }
.waitlist-dialog form > label[for] { margin-bottom: -10px; }
.waitlist-dialog label.waitlist-consent { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.55; font-weight: 400; cursor: pointer; }
.waitlist-dialog .waitlist-consent input { flex: 0 0 20px; width: 20px; height: 20px; padding: 0; margin: 1px 0 0; accent-color: #f5f5f6; }
.waitlist-dialog .waitlist-error { margin: 0; color: #ffc4be; font-size: 13px; line-height: 1.6; }
.waitlist-dialog > p.waitlist-success { padding-block: 24px; color: #e4e5ea; text-align: center; line-height: 1.6; }
.waitlist-dialog button:disabled { opacity: .6; cursor: wait; }

.price-grid { align-items: start; }
.price-card .plan-description { color: #c6c8d0; min-height: 3.3em; font-size: 15px; }
.price-card .plan-includes { color: #e4e5ea; }
.price-card .plan-highlights { margin-bottom: 0; }
.price-card .plan-highlights li { min-height: 54px; color: #e5e6eb; font-size: 15px; line-height: 1.55; }
.price-card .plan-highlights strong { font-weight: 600; }
.price-card > .button { margin-top: 24px; }
.price-card .button.button-outline { border-color: #9498a4; background: #ffffff0a; color: #fff; }
.price-card .button.button-outline:hover { background: #ffffff14; }
.price-card.featured { background: linear-gradient(145deg, #414550, #292c34); box-shadow: 0 22px 52px #0006; }
.price-card.featured .popular-badge { background: #f3f4f7; color: #252830; border: 0; font-size: 11px; }
.plan-text-multiplier { margin-left: 12px; white-space: nowrap; color: #e0e3ed; font-size: 11px; }
.price-card .plan-more { margin: 22px 0 0; }
.price-card .plan-more summary { min-height: 52px; color: #e4e5ea; }
.plan-feature-groups { padding: 0 0 4px; }
.plan-feature-groups section { margin-top: 28px; }
.plan-feature-groups h4 { margin: 0 0 10px; font-size: 15px; line-height: 1.45; font-weight: 650; letter-spacing: 0; color: #f5f5f7; }
.price-card .plan-feature-groups ul { margin: 0; }
.price-card .plan-feature-groups li { border: 0; min-height: 0; padding-block: 6px; font-size: 14px; line-height: 1.65; color: #c9cbd3; }
.price-card .plan-feature-groups li::before { top: 12px; }
.price-card .plan-feature-groups p.plan-feature-note { margin: 16px 0 0; color: #bfc2cc; font-size: 12px; line-height: 1.7; }

@media (max-width: 699px) {
  .price-card .plan-description { min-height: 0; }
  .price-card .plan-highlights li { min-height: 52px; }
  .price-card.featured .plan-top { gap: 20px; }
  .price-card .plan-title { flex-direction: row; align-items: center; gap: 10px; }
  .plan-text-multiplier { margin-left: 8px; font-size: 10px; }
}

@media (max-width: 959px) {
  .value-stage { grid-template-columns: minmax(0, 1fr) minmax(0, .7fr); gap: 0 28px; padding: 32px; }
  .booking-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-options { padding: 16px 28px; }
  .booking-preview { padding: 28px 20px; }
  .booking-preview img { height: 280px; }
  .booking-options h3 { font-size: 24px; }
}
@media (max-width: 699px) {
  main > section.value-opening { padding-top: 24px; }
  .value-stage { grid-template-columns: minmax(0, 1fr); padding: 24px; gap: 28px; }
  .value-offer .value-heading { margin-bottom: 20px; }
  .value-offer .value-heading h2 { font-size: 30px; }
  .value-offer .value-heading > p { font-size: 15px; }
  .value-phone { order: 0; }
  .value-phone img { width: min(100%, 248px); }
  .value-stage > .value-pages-copy { flex-direction: column; align-items: flex-start; gap: 12px; margin: 0; padding-top: 24px; }
  .value-stage > .value-terms { margin: -12px 0 0; }
  .booking-overview { grid-template-columns: minmax(0, 1fr); margin-bottom: 20px; }
  .booking-options { padding: 0 24px; }
  .booking-options article { padding-block: 24px; }
  .booking-options h3 { font-size: 24px; }
  .booking-preview { padding: 28px 24px; }
  .booking-preview img { height: 300px; }
  .switch-list { gap: 20px; }
  .switch-panel:nth-child(n) .switch-copy { padding: 24px; }
  .switch-panel:nth-child(n) .switch-copy h3 { font-size: 25px; }
  .comparison-panel { margin-top: 24px; padding: 20px 16px 0; }
  .comparison-panel .comparison-table { margin-top: 0; }
  .comparison-panel .comparison-table tbody th { padding: 20px 0 12px; }
  .comparison-panel .comparison-table td { padding: 14px 3px; }
  .comparison-panel .comparison-table thead th { font-size: 13px; padding: 14px 3px; }
  .comparison-panel .comparison-table td .comparison-detail { font-size: 11px; }
  .comparison-panel .comparison-footnotes { font-size: 11px; }
  main > section.switching-section { padding-bottom: 36px; }
  .switching-section .switching-panel { grid-template-columns: minmax(0, 1fr); padding: 24px 20px 0; gap: 0; }
  .switching-section .value-heading h2 { font-size: 24px; }
  .switching-panel .switching-plan-link { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 16px; }
  .switching-panel .value-details { margin-top: 16px; }
}
