/* =====================================================================
   KiddieGPT — Editorial Meadow design system
   Refined serif headlines · warm cream + dark teal · sharp yellow accents
   ===================================================================== */

/* =====================================================================
   Parent-first public site — 2026 refresh
   ===================================================================== */
.home-v2 {
  --v2-ink: #092f32;
  --v2-green: #075b52;
  --v2-green-2: #0b7165;
  --v2-lime: #e8f659;
  --v2-yellow: #fff200;
  --v2-cream: #fffdf5;
  --v2-mist: #eff6f1;
  --v2-line: #d9e5de;
  margin: 0;
  color: var(--v2-ink);
  background: var(--v2-cream);
  background-image: none;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.home-v2::before { display: none; }
.home-v2 h1, .home-v2 h2, .home-v2 h3 { font-family: 'Manrope', system-ui, sans-serif; color: inherit; font-style: normal; }
.home-v2 h1 { font-size: clamp(46px, 6vw, 78px); line-height: .98; font-weight: 800; letter-spacing: -.055em; }
.home-v2 h2 { font-size: clamp(36px, 4.4vw, 58px); line-height: 1.06; font-weight: 800; letter-spacing: -.045em; }
.home-v2 h3 { font-size: 24px; line-height: 1.18; font-weight: 750; letter-spacing: -.025em; }
.home-v2 em { color: var(--v2-green-2); font-style: normal; position: relative; white-space: nowrap; }
.home-v2 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: .03em; height: .18em; z-index: -1; background: var(--v2-lime); border-radius: 999px; transform: rotate(-1deg); }
.home-v2 img { display: block; max-width: 100%; }
.v2-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.v2-header { position: sticky; top: 0; z-index: 50; padding: 14px 0; border-bottom: 1px solid rgba(9,47,50,.08); background: rgba(255,253,245,.88); backdrop-filter: blur(16px); }
.v2-nav { display: flex; align-items: center; min-height: 52px; }
.v2-brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.035em; color: var(--v2-ink); }
.v2-brand img { width: 42px; height: 42px; border-radius: 12px; }
.v2-header .nav-links { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.v2-header .nav-links a { color: var(--v2-ink); font-size: 14px; font-weight: 600; opacity: .72; }
.v2-header .nav-links a:hover { opacity: 1; }
.v2-header .nav-links .v2-button { color: white; opacity: 1; }
.v2-button { display: inline-flex; justify-content: center; align-items: center; border-radius: 999px; background: var(--v2-green); color: white; font-weight: 700; box-shadow: 0 8px 20px rgba(7,91,82,.16); }
.v2-button-small { min-height: 42px; padding: 0 19px; }
.v2-header .nav-toggle { display: none; }

.v2-hero { padding: 82px 0 0; overflow: hidden; background: radial-gradient(circle at 83% 28%, rgba(232,246,89,.34), transparent 25%), linear-gradient(180deg, #fffdf5 0%, #f7faf5 100%); }
.v2-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.v2-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--v2-green); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--v2-lime); box-shadow: 0 0 0 6px rgba(232,246,89,.26); }
.v2-hero-copy h1 { margin: 0 0 26px; }
.v2-hero-copy > p { max-width: 590px; margin-bottom: 30px; color: #4c6666; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.55; }
.v2-form { display: flex; gap: 8px; width: min(100%, 550px); padding: 7px; border: 1px solid var(--v2-line); border-radius: 16px; background: white; box-shadow: 0 14px 42px rgba(9,47,50,.09); }
.v2-form:focus-within { border-color: var(--v2-green-2); box-shadow: 0 14px 42px rgba(9,47,50,.13), 0 0 0 3px rgba(11,113,101,.08); }
.v2-form input { min-width: 0; flex: 1; padding: 12px 14px; border: 0; outline: 0; background: transparent; color: var(--v2-ink); font-size: 15px; }
.v2-form button { min-height: 49px; padding: 0 20px; border-radius: 11px; background: var(--v2-green); color: white; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.v2-form button:hover { background: var(--v2-green-2); transform: translateY(-1px); }
.v2-form-note { margin-top: 14px; color: #708282; font-size: 12px; font-weight: 600; }
.v2-form-note span { color: var(--v2-green-2); }
.v2-hero-actions { display: flex; align-items: center; gap: 22px; }
.v2-button-large { min-height: 56px; padding: 0 25px; }
.v2-button-large span, .v2-button-cta span { transition: transform .2s; }
.v2-button-large:hover span, .v2-button-cta:hover span { transform: translateX(3px); }
.v2-text-link { color: var(--v2-green); font-size: 14px; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(7,91,82,.25); text-underline-offset: 5px; }
.v2-hero-visual { position: relative; padding: 30px 0 42px; }
.v2-photo-frame { overflow: hidden; border: 10px solid white; border-radius: 34px; background: white; box-shadow: 0 30px 70px rgba(9,47,50,.17); transform: rotate(1.2deg); }
.v2-photo-frame img { width: 100%; aspect-ratio: 1.31; object-fit: cover; }
.v2-dashboard-frame { max-width: 520px; height: 620px; margin: 0 auto; }
.v2-dashboard-frame img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: top center; }
.v2-float { position: absolute; z-index: 2; display: grid; padding: 13px 17px; border: 1px solid rgba(9,47,50,.1); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(9,47,50,.14); backdrop-filter: blur(8px); }
.v2-float b { font-size: 14px; }
.v2-float small { color: #697d7b; font-size: 11px; }
.v2-float-top { top: 3px; right: -22px; }
.v2-float-bottom { bottom: 13px; left: -28px; }
.v2-trust { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 68px; padding: 25px 0; border-top: 1px solid var(--v2-line); }
.v2-trust p { color: #788987; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.v2-trust ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; color: #4e6563; font-size: 13px; font-weight: 600; }
.v2-trust li span { color: #a2bc1b; margin-right: 7px; }

.v2-section { padding: 118px 0; }
.v2-section-heading { max-width: 790px; margin: 0 auto 58px; text-align: center; }
.v2-label { display: inline-block; margin-bottom: 16px; color: var(--v2-green-2); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v2-section-heading h2 { margin-bottom: 18px; }
.v2-section-heading > p { max-width: 670px; margin: 0 auto; color: #607573; font-size: 18px; }
.v2-problem { background: white; }
.v2-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.v2-benefits article { padding: 32px; border: 1px solid var(--v2-line); border-radius: 24px; background: var(--v2-cream); }
.v2-benefit-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 14px; background: var(--v2-lime); color: var(--v2-ink); font-family: 'Manrope'; font-size: 13px; font-weight: 800; }
.v2-benefits h3 { margin-bottom: 10px; font-size: 21px; }
.v2-benefits p { color: #657875; font-size: 15px; }

.v2-how { background: var(--v2-mist); }
.v2-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; max-width: none; align-items: end; gap: 60px; text-align: left; }
.v2-heading-row h2 { margin: 0; }
.v2-heading-row > p { margin: 0 0 6px; font-size: 17px; }
.v2-loop { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: stretch; margin-bottom: 48px; }
.v2-loop article { min-height: 225px; padding: 28px; border-radius: 23px; background: white; box-shadow: 0 12px 30px rgba(9,47,50,.05); }
.v2-loop article span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 28px; border-radius: 50%; background: var(--v2-lime); font-weight: 800; }
.v2-loop h3 { margin-bottom: 9px; font-size: 20px; }
.v2-loop p { color: #657875; font-size: 14px; }
.v2-loop > i { align-self: center; color: #90a9a3; font-size: 26px; font-style: normal; }
.v2-wide-shot { overflow: hidden; padding: 9px; border-radius: 28px; background: white; box-shadow: 0 28px 60px rgba(9,47,50,.12); }
.v2-wide-shot img { width: 100%; border-radius: 21px; }

.v2-study-journey { overflow: hidden; background: #f8fbf5; }
.v2-journey-carousel { position: relative; }
.v2-journey-slides { overflow: hidden; border-radius: 34px; box-shadow: 0 28px 70px rgba(9,47,50,.14); }
.v2-journey-slide { display: none; grid-template-columns: .82fr 1.18fr; min-height: 680px; gap: 54px; padding: 58px 58px 0; overflow: hidden; }
.v2-journey-slide.is-active { display: grid; animation: journeyIn .45s ease both; }
@keyframes journeyIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.v2-journey-forest { color: white; background: linear-gradient(135deg, #063f3a 0%, #087064 100%); }
.v2-journey-sage { color: #0a3534; background: linear-gradient(135deg, #aec8b4 0%, #dcebd5 100%); }
.v2-journey-lime { color: #0b3533; background: linear-gradient(135deg, #d9ed4c 0%, #f1f7a4 100%); }
.v2-journey-copy { align-self: center; padding-bottom: 58px; }
.v2-journey-step { display: inline-flex; margin-bottom: 20px; padding: 8px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: .82; }
.v2-journey-copy h3 { max-width: 480px; margin-bottom: 18px; color: inherit; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; }
.v2-journey-copy > p { max-width: 500px; margin-bottom: 27px; font-size: 17px; line-height: 1.65; opacity: .78; }
.v2-journey-copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.v2-journey-copy li { position: relative; padding-left: 25px; font-size: 14px; font-weight: 650; }
.v2-journey-copy li::before { content: '✓'; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: currentColor; color: #0b564e; font-size: 10px; }
.v2-journey-sage .v2-journey-copy li::before, .v2-journey-lime .v2-journey-copy li::before { color: white; background: #0b564e; }
.v2-journey-image { align-self: end; height: 620px; padding: 10px 10px 0; overflow: hidden; border-radius: 26px 26px 0 0; background: rgba(255,255,255,.94); box-shadow: 0 28px 65px rgba(0,0,0,.2); }
.v2-journey-image img { width: 100%; height: auto; border-radius: 18px 18px 0 0; }
.v2-journey-controls { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 8px 0; }
.v2-journey-tabs { display: flex; gap: 9px; }
.v2-journey-tabs button { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 16px; border: 1px solid var(--v2-line); border-radius: 999px; background: white; color: #637674; font-size: 13px; font-weight: 750; transition: .2s; }
.v2-journey-tabs button span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--v2-mist); font-size: 11px; }
.v2-journey-tabs button:hover { border-color: #8ba49e; color: var(--v2-ink); }
.v2-journey-tabs button.is-active { border-color: var(--v2-green); background: var(--v2-green); color: white; }
.v2-journey-tabs button.is-active span { background: var(--v2-lime); color: var(--v2-ink); }
.v2-journey-arrows { display: flex; align-items: center; gap: 12px; }
.v2-journey-arrows button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--v2-line); border-radius: 50%; background: white; color: var(--v2-green); font-size: 20px; transition: .2s; }
.v2-journey-arrows button:hover { transform: translateY(-2px); border-color: var(--v2-green); }
.v2-journey-arrows span { min-width: 42px; color: #758683; font-size: 12px; font-weight: 800; text-align: center; }

.v2-learning { background: white; }
.v2-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.v2-showcase-card { min-height: 690px; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 30px; background: #f7faf6; }
.v2-card-large { background: #f0f7e9; }
.v2-card-copy { padding: 38px 40px 24px; }
.v2-card-copy > span { color: var(--v2-green-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v2-card-copy h3 { margin: 11px 0 12px; font-size: 28px; }
.v2-card-copy p { max-width: 500px; color: #617573; }
.v2-screen-crop { width: 72%; height: 440px; margin: 6px auto 0; overflow: hidden; border: 8px solid white; border-bottom: 0; border-radius: 24px 24px 0 0; background: white; box-shadow: 0 24px 50px rgba(9,47,50,.15); }
.v2-screen-crop img { width: 100%; height: auto; }
.v2-screen-tall img { transform: translateY(-1%); }
.v2-card-dark { color: white; background: var(--v2-green); border-color: var(--v2-green); }
.v2-card-dark .v2-card-copy > span { color: var(--v2-lime); }
.v2-card-dark .v2-card-copy p { color: rgba(255,255,255,.72); }

.v2-parent { overflow: hidden; padding: 120px 0; background: var(--v2-ink); color: white; }
.v2-parent-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.v2-label-light { color: var(--v2-lime); }
.v2-parent-copy h2 { margin-bottom: 22px; color: white; }
.v2-parent-copy > p { max-width: 630px; margin-bottom: 35px; color: rgba(255,255,255,.68); font-size: 18px; }
.v2-parent-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; margin: 0; padding: 0; list-style: none; }
.v2-parent-copy li { position: relative; padding-left: 18px; }
.v2-parent-copy li::before { content: ''; position: absolute; top: 8px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--v2-lime); }
.v2-parent-copy b, .v2-parent-copy span { display: block; }
.v2-parent-copy b { margin-bottom: 4px; font-size: 15px; }
.v2-parent-copy li span { color: rgba(255,255,255,.55); font-size: 13px; }
.v2-parent-visual { position: relative; display: flex; justify-content: center; }
.v2-parent-card { width: 300px; padding: 10px; border-radius: 30px; background: white; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(2deg); }
.v2-parent-card img { width: 100%; border-radius: 21px; }
.v2-parent-badge { position: absolute; bottom: 28px; left: 0; display: grid; padding: 14px 19px; border-radius: 14px; background: var(--v2-lime); color: var(--v2-ink); box-shadow: 0 16px 38px rgba(0,0,0,.25); }
.v2-parent-badge strong { font-size: 14px; }
.v2-parent-badge span { font-size: 11px; opacity: .7; }

.v2-quote { background: var(--v2-lime); text-align: center; }
.v2-quote .v2-container { max-width: 950px; }
.v2-quote-mark { height: 62px; font-family: Georgia, serif; color: var(--v2-green); font-size: 90px; line-height: 1; }
.v2-quote blockquote { margin: 8px 0 25px; font-family: 'Manrope'; font-size: clamp(28px, 4vw, 48px); font-weight: 750; line-height: 1.2; letter-spacing: -.035em; }
.v2-quote p { color: #50604b; font-size: 13px; font-weight: 700; }

.v2-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.v2-faq-grid .v2-section-heading { position: sticky; top: 110px; margin: 0; text-align: left; }
.v2-faq-grid .v2-section-heading p { margin: 0; font-size: 15px; }
.v2-faq-grid .v2-section-heading a { text-decoration: underline; }
.v2-faq-list details { border-bottom: 1px solid var(--v2-line); }
.v2-faq-list summary { position: relative; padding: 23px 50px 23px 0; list-style: none; cursor: pointer; font-family: 'Manrope'; font-size: 18px; font-weight: 700; }
.v2-faq-list summary::-webkit-details-marker { display: none; }
.v2-faq-list summary::after { content: '+'; position: absolute; top: 18px; right: 0; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--v2-mist); color: var(--v2-green); font-size: 23px; transition: transform .2s; }
.v2-faq-list details[open] summary::after { transform: rotate(45deg); background: var(--v2-lime); }
.v2-faq-list details p { max-width: 650px; padding: 0 50px 24px 0; color: #607573; }

.v2-cta { padding: 35px 0 100px; background: white; }
.v2-cta-inner { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 32px 46px; padding: 50px; border-radius: 32px; background: var(--v2-green); color: white; }
.v2-cta-inner > img { width: 78px; border-radius: 22px; }
.v2-cta-inner span { color: var(--v2-lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-cta-inner h2 { margin: 7px 0 8px; color: white; font-size: clamp(30px,3.2vw,44px); }
.v2-cta-inner p { color: rgba(255,255,255,.7); }
.v2-form-light { width: 100%; }
.v2-button-cta { min-height: 58px; padding: 0 26px; background: var(--v2-lime); color: var(--v2-ink); box-shadow: none; }
.v2-button-cta:hover { background: white; }

.v2-footer { padding: 55px 0 34px; background: #061f21; color: white; }
.v2-footer .v2-brand { color: white; }
.v2-footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 45px; }
.v2-footer-top p { color: rgba(255,255,255,.55); font-size: 14px; }
.v2-footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: 12px; }
.v2-footer-bottom nav { display: flex; gap: 24px; }
.v2-footer-bottom a:hover { color: white; }

.home-v2 [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.home-v2 [data-reveal].in { opacity: 1; transform: none; }
.home-v2 .toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; padding: 13px 18px; border-radius: 12px; background: var(--v2-ink); color: white; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 13px; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s; }
.home-v2 .toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .v2-header .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 4px; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--v2-line); border-radius: 12px; background: white; }
  .v2-header .nav-toggle span { width: 18px; height: 2px; margin: 0 auto; background: var(--v2-ink); }
  .v2-header .nav-links { position: absolute; top: calc(100% + 8px); left: 24px; right: 24px; display: none; padding: 10px; border: 1px solid var(--v2-line); border-radius: 18px; background: white; box-shadow: 0 20px 50px rgba(9,47,50,.15); }
  .v2-header .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
  .v2-header .nav-links a { padding: 11px 13px; }
  .v2-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .v2-hero-copy { text-align: center; }
  .v2-hero-copy > p, .v2-form { margin-left: auto; margin-right: auto; }
  .v2-hero-actions { justify-content: center; }
  .v2-hero-visual { width: min(680px, 100%); margin: 0 auto; }
  .v2-trust { flex-direction: column; }
  .v2-benefits { grid-template-columns: 1fr; }
  .v2-heading-row { grid-template-columns: 1fr; gap: 12px; }
  .v2-loop { grid-template-columns: 1fr; }
  .v2-loop > i { transform: rotate(90deg); }
  .v2-loop article { min-height: 0; }
  .v2-journey-slide { grid-template-columns: 1fr; gap: 10px; padding: 45px 40px 0; }
  .v2-journey-copy { padding-bottom: 25px; }
  .v2-journey-image { width: min(620px,100%); height: 520px; margin: 0 auto; }
  .v2-showcase-card { min-height: 620px; }
  .v2-parent-grid { grid-template-columns: 1fr; gap: 65px; }
  .v2-parent-visual { max-width: 420px; margin: 0 auto; }
  .v2-faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .v2-faq-grid .v2-section-heading { position: static; }
  .v2-cta-inner { grid-template-columns: auto 1fr; }
  .v2-cta-inner .v2-form { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .v2-container { width: min(100% - 32px, 1180px); }
  .v2-hero { padding-top: 52px; }
  .home-v2 h1 { font-size: clamp(42px, 13vw, 60px); }
  .home-v2 h2 { font-size: 37px; }
  .v2-form { flex-direction: column; border-radius: 16px; }
  .v2-form button { width: 100%; }
  .v2-hero-actions { flex-direction: column; gap: 14px; }
  .v2-float-top { right: -4px; }
  .v2-float-bottom { left: -4px; }
  .v2-dashboard-frame { height: 500px; }
  .v2-trust ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
  .v2-section { padding: 80px 0; }
  .v2-section-heading { margin-bottom: 38px; }
  .v2-benefits article { padding: 25px; }
  .v2-journey-slides { border-radius: 25px; }
  .v2-journey-slide { min-height: 0; padding: 34px 22px 0; }
  .v2-journey-copy h3 { font-size: 31px; }
  .v2-journey-copy > p { font-size: 15px; }
  .v2-journey-image { height: 420px; padding: 7px 7px 0; border-radius: 20px 20px 0 0; }
  .v2-journey-controls { align-items: flex-end; }
  .v2-journey-tabs { gap: 6px; }
  .v2-journey-tabs button { width: 42px; min-height: 42px; padding: 0; justify-content: center; font-size: 0; }
  .v2-journey-tabs button span { font-size: 11px; }
  .v2-journey-arrows { gap: 7px; }
  .v2-journey-arrows button { width: 40px; height: 40px; }
  .v2-showcase { grid-template-columns: 1fr; }
  .v2-showcase-card { min-height: 570px; }
  .v2-card-copy { padding: 30px 26px 20px; }
  .v2-screen-crop { width: 82%; height: 380px; }
  .v2-parent { padding: 80px 0; }
  .v2-parent-copy ul { grid-template-columns: 1fr; }
  .v2-parent-badge { left: -12px; }
  .v2-cta-inner { grid-template-columns: 1fr; padding: 34px 24px; text-align: center; }
  .v2-cta-inner > img { margin: 0 auto; }
  .v2-cta-inner .v2-form { grid-column: auto; }
  .v2-footer-top, .v2-footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .v2-footer-bottom nav { flex-wrap: wrap; gap: 12px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 *, .home-v2 *::before, .home-v2 *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .home-v2 [data-reveal] { opacity: 1; transform: none; }
}

/* ── Reset ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
input, button, textarea, select { font-family: inherit; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 4px; }

/* ── Design tokens ─────────────────────────────────────────────────── */
:root {
  /* Meadow palette */
  --teal: #005248;
  --teal-deep: #003D35;
  --teal-ink: #0A1F1A;
  --lime: #ECFE01;
  --lime-soft: #FBF8D5;
  --olive: #BDBD85;
  --cream: #F4F3CC;
  --cream-soft: #FAF8E0;
  --white: #FFFFFF;
  --muted: #5D6E66;
  --line: rgba(0, 82, 72, 0.12);
  --line-soft: rgba(0, 82, 72, 0.06);
  --shadow-card: 0 10px 26px rgba(0, 82, 72, 0.06);
  --shadow-hover: 0 22px 44px rgba(0, 82, 72, 0.14);

  /* Type */
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  /* Spatial */
  --container: 1180px;
  --radius-card: 28px;
  --radius-pill: 999px;
  --t: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Base ──────────────────────────────────────────────────────────── */
body {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.55;
  color: var(--teal);
  background: var(--cream-soft);
  background-image:
    radial-gradient(ellipse at top right, rgba(236, 254, 1, 0.18), transparent 45%),
    radial-gradient(ellipse at bottom left, rgba(189, 189, 133, 0.20), transparent 55%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Subtle paper grain texture */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0.32  0 0 0 0 0.28  0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Content sits above the grain */
.shell, header, footer, main, section { position: relative; z-index: 2; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--teal);
  margin: 0;
  font-optical-sizing: auto;
}
h1 { font-size: clamp(44px, 6.4vw, 76px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 500; }
h2 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.08; font-weight: 500; }
h3 { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.2; font-weight: 600; }
h4 { font-size: 18px; line-height: 1.3; font-weight: 700; }

em { font-style: italic; color: var(--teal); }
em.lime { color: var(--teal); background: linear-gradient(180deg, transparent 60%, var(--lime) 60%); padding: 0 0.1em; font-style: italic; }

p { margin: 0; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--lime);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
@media (max-width: 600px) { .container { padding: 0 20px; } }

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  transition: transform 0.18s var(--t), box-shadow 0.18s var(--t), background 0.18s var(--t);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.btn-primary {
  background: var(--teal);
  color: var(--lime);
  box-shadow: 0 6px 18px rgba(0, 82, 72, 0.22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 82, 72, 0.30); background: #006B5E; }
.btn-primary:active { transform: translateY(0); }
.btn-yellow {
  background: var(--lime);
  color: var(--teal);
  box-shadow: 0 6px 18px rgba(236, 254, 1, 0.45);
}
.btn-yellow:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(236, 254, 1, 0.55); }
.btn-ghost {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-ghost:hover { background: var(--teal); color: var(--lime); }
.btn-small { padding: 10px 18px; font-size: 13.5px; }

/* ── Header / Nav ─────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(250, 248, 224, 0.78);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--lime);
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(236, 254, 1, 0.35);
}
.brand-mark svg { width: 32px; height: 36px; }
.brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--teal);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}
.nav-links a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--teal);
  opacity: 0.78;
  transition: opacity 0.15s;
  position: relative;
}
.nav-links a:hover { opacity: 1; }
.nav-links a.current { opacity: 1; }
.nav-links a.current::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--lime);
  border-radius: 3px;
}
.nav-cta { margin-left: 8px; }
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: var(--white);
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--teal); }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    box-shadow: var(--shadow-hover);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; border-radius: 10px; opacity: 1; }
  .nav-links a:hover { background: var(--cream); }
  .nav-links a.current::after { display: none; }
  .nav-cta { margin: 4px; text-align: center; }
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero {
  padding: 80px 0 100px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.hero h1 {
  margin: 22px 0 24px;
}
.hero h1 em.lime { font-style: italic; }
.hero-sub {
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.5;
  color: var(--muted);
  max-width: 540px;
  margin: 0 0 32px;
  font-weight: 500;
}
.waitlist-form {
  display: flex;
  gap: 8px;
  padding: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  max-width: 460px;
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.waitlist-form:focus-within {
  border-color: var(--teal);
  box-shadow: 0 12px 30px rgba(0, 82, 72, 0.16);
}
.waitlist-form input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 12px 18px;
  font-size: 15px;
  color: var(--teal);
}
.waitlist-form input::placeholder { color: rgba(0, 82, 72, 0.4); }
.waitlist-form button {
  background: var(--teal);
  color: var(--lime);
  font-weight: 700;
  font-size: 14.5px;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  transition: background 0.18s, transform 0.18s;
}
.waitlist-form button:hover { background: #006B5E; transform: translateX(2px); }
.waitlist-form.success input { color: var(--muted); }
.waitlist-meta {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.waitlist-meta::before {
  content: '✓';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--lime);
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
}
.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art svg.hero-illustration {
  width: 100%;
  max-width: 480px;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 82, 72, 0.18));
  animation: floatUp 6s ease-in-out infinite;
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-12px) rotate(0.5deg); }
}
.hero-sparkle {
  position: absolute;
  pointer-events: none;
  animation: sparkle 3s ease-in-out infinite;
}
.hero-sparkle.s1 { top: 5%; right: 20%; width: 28px; animation-delay: 0s; }
.hero-sparkle.s2 { bottom: 15%; left: 5%; width: 20px; animation-delay: 1s; }
.hero-sparkle.s3 { top: 30%; left: 10%; width: 16px; animation-delay: 2s; }
@keyframes sparkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
  50% { transform: scale(1.3) rotate(20deg); opacity: 1; }
}
@media (max-width: 880px) {
  .hero { padding: 50px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .hero-sub, .waitlist-form { margin-left: auto; margin-right: auto; }
  .waitlist-meta { justify-content: center; }
  .hero-art { order: -1; max-width: 320px; margin: 0 auto; }
}

/* Trust strip */
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  padding: 26px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
  margin-top: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}
.trust-item svg { width: 18px; height: 18px; stroke: var(--teal); }

/* ── Sections (general) ───────────────────────────────────────────── */
.section { padding: 96px 0; }
@media (max-width: 600px) { .section { padding: 64px 0; } }
.section-head { text-align: center; margin: 0 auto 56px; max-width: 720px; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 18px; max-width: 600px; margin: 0 auto; }

/* ── Features (bento-ish grid) ────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.feature-card {
  padding: 32px 30px;
  border-radius: var(--radius-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--t), box-shadow 0.25s var(--t);
  display: flex;
  flex-direction: column;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.feature-card .fc-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}
.feature-card.dark .fc-icon { background: rgba(255, 255, 255, 0.12); }
.feature-card .fc-icon svg { width: 30px; height: 30px; stroke: currentColor; }
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: inherit;
}
.feature-card p {
  font-size: 14.5px;
  line-height: 1.5;
  color: inherit;
  opacity: 0.78;
  margin-bottom: auto;
  font-weight: 500;
}
.feature-card .fc-meta {
  margin-top: 28px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.65;
  text-transform: uppercase;
}
.fc-light { background: var(--lime); color: var(--teal); grid-column: span 6; min-height: 260px; }
.fc-olive { background: var(--olive); color: var(--teal); grid-column: span 6; min-height: 260px; }
.fc-cream { background: var(--cream); color: var(--teal); grid-column: span 6; min-height: 260px; }
.fc-dark { background: var(--teal); color: var(--lime-soft); grid-column: span 6; min-height: 260px; }
.fc-dark h3, .fc-dark .fc-icon { color: var(--lime); }
@media (max-width: 720px) {
  .fc-light, .fc-olive, .fc-cream, .fc-dark { grid-column: span 12; min-height: auto; }
}

/* ── How it works (numbered editorial) ────────────────────────────── */
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.steps li {
  position: relative;
  padding-top: 12px;
}
.step-num {
  font-family: var(--font-display);
  font-size: 88px;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: var(--lime);
  -webkit-text-stroke: 1.5px var(--teal);
  display: block;
  margin-bottom: 12px;
}
.steps h3 { font-size: 24px; margin-bottom: 10px; }
.steps p { color: var(--muted); font-size: 15.5px; line-height: 1.55; }
@media (max-width: 760px) {
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .step-num { font-size: 72px; }
}

/* ── Safety section (parent dashboard) ────────────────────────────── */
.safety {
  background: var(--teal);
  color: var(--lime-soft);
  padding: 110px 0;
  border-radius: 56px;
  margin: 40px 28px;
  position: relative;
  overflow: hidden;
}
.safety::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(236, 254, 1, 0.18), transparent 70%);
  pointer-events: none;
}
.safety .container { position: relative; z-index: 2; }
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.safety h2 { color: var(--lime-soft); }
.safety .eyebrow { background: var(--lime); color: var(--teal); }
.safety p { color: rgba(251, 248, 213, 0.78); font-size: 17px; line-height: 1.6; margin: 18px 0 28px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--lime-soft);
}
.check-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--lime);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005248' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.dashboard-mock {
  background: var(--white);
  color: var(--teal);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: rotate(-1.5deg);
  transition: transform 0.3s var(--t);
}
.dashboard-mock:hover { transform: rotate(0deg) scale(1.02); }
.dashboard-mock-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.dashboard-mock-bar span {
  width: 11px; height: 11px; border-radius: 50%;
  background: rgba(0, 82, 72, 0.18);
}
.dashboard-mock-bar span:first-child { background: #FF5F57; }
.dashboard-mock-bar span:nth-child(2) { background: #FEBC2E; }
.dashboard-mock-bar span:nth-child(3) { background: #28C840; }
.dashboard-mock-bar small { margin-left: 10px; font-size: 12px; font-weight: 600; opacity: 0.55; }
.dm-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.dm-stat { background: var(--cream); border-radius: 14px; padding: 14px 12px; text-align: center; }
.dm-stat strong { font-family: var(--font-display); font-size: 26px; font-weight: 600; display: block; color: var(--teal); }
.dm-stat small { font-size: 11px; opacity: 0.7; font-weight: 600; }
.dm-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 14px;
  background: var(--cream-soft);
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}
.dm-row .dm-progress { flex: 1; height: 6px; background: var(--line); border-radius: 999px; margin: 0 12px; overflow: hidden; }
.dm-row .dm-progress > span { display: block; height: 100%; background: var(--lime); }
.dm-row code { font-family: inherit; color: var(--muted); font-size: 12px; }
@media (max-width: 880px) {
  .safety { margin: 24px 16px; padding: 72px 0; border-radius: 36px; }
  .safety-grid { grid-template-columns: 1fr; gap: 40px; }
  .dashboard-mock { transform: none; }
}

/* ── Pricing teaser (landing) ──────────────────────────────────────── */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s var(--t), box-shadow 0.22s var(--t);
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.price-card.featured {
  background: var(--teal);
  color: var(--lime-soft);
  border-color: transparent;
  transform: scale(1.03);
  box-shadow: 0 20px 50px rgba(0, 82, 72, 0.25);
}
.price-card.featured:hover { transform: scale(1.05) translateY(-3px); }
.price-card .price-tier {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: inherit;
  margin-bottom: 6px;
}
.price-card.featured .price-tier { color: var(--lime); }
.price-card .price-tagline {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 24px;
}
.price-card.featured .price-tagline { color: rgba(251, 248, 213, 0.7); }
.price-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}
.price-amount strong {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}
.price-amount span {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.price-card.featured .price-amount span { color: rgba(251, 248, 213, 0.6); }
.price-billing { font-size: 12px; opacity: 0.65; margin-bottom: 24px; font-weight: 600; }
.price-features { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  opacity: 0.85;
}
.price-features li::before {
  content: '✓';
  font-weight: 900;
  color: var(--teal);
  background: var(--lime);
  width: 18px; height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 10px;
  margin-top: 2px;
}
.price-features li.minus::before { content: '–'; background: var(--line); color: var(--muted); }
.price-card .btn { margin-top: auto; width: 100%; }
.price-card.featured .btn-primary { background: var(--lime); color: var(--teal); }
.price-card.featured .btn-primary:hover { background: var(--white); }
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lime);
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(236, 254, 1, 0.4);
}
@media (max-width: 880px) {
  .pricing-cards { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-3px); }
}

/* ── FAQ ──────────────────────────────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 50px 22px 6px;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  color: var(--teal);
  letter-spacing: -0.02em;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  width: 36px; height: 36px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  transition: transform 0.25s, background 0.25s;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  background: var(--lime);
  border-color: var(--lime);
}
.faq-item p {
  padding: 0 6px 22px;
  font-size: 16px;
  color: var(--muted);
  max-width: 700px;
  line-height: 1.6;
}

/* ── CTA banner ───────────────────────────────────────────────────── */
.cta-banner {
  background: var(--lime);
  border-radius: 36px;
  padding: 72px 48px;
  text-align: center;
  margin: 40px 28px 80px;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 { margin-bottom: 12px; }
.cta-banner p { color: var(--teal); opacity: 0.8; max-width: 540px; margin: 0 auto 32px; font-size: 18px; }
.cta-banner .btn { font-size: 16px; padding: 16px 32px; }
.cta-banner::before, .cta-banner::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--teal), transparent 60%);
  opacity: 0.07;
}
.cta-banner::before { top: -80px; left: -80px; }
.cta-banner::after { bottom: -80px; right: -80px; }
@media (max-width: 600px) {
  .cta-banner { margin: 24px 16px; padding: 56px 28px; border-radius: 28px; }
}

/* ── Footer ───────────────────────────────────────────────────────── */
.site-footer {
  background: var(--teal);
  color: var(--lime-soft);
  padding: 72px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand .brand-mark { background: var(--lime); }
.footer-brand .brand-text { color: var(--lime-soft); }
.footer-tagline { margin-top: 14px; font-size: 14px; opacity: 0.7; max-width: 280px; line-height: 1.55; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  padding: 7px 0;
  font-size: 14.5px;
  color: rgba(251, 248, 213, 0.75);
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--lime); }
.footer-bottom {
  border-top: 1px solid rgba(251, 248, 213, 0.12);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  opacity: 0.6;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ── Legal pages ──────────────────────────────────────────────────── */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 28px 100px;
}
.legal .eyebrow { margin-bottom: 16px; }
.legal h1 { font-size: clamp(36px, 4.8vw, 56px); margin-bottom: 12px; }
.legal .meta { color: var(--muted); font-size: 14px; margin-bottom: 8px; font-weight: 600; }
.legal .placeholder-banner {
  margin: 36px 0;
  padding: 20px 22px;
  background: #FFF7DC;
  border: 1px solid #E8C656;
  border-radius: 16px;
  font-size: 14.5px;
  color: #5B4500;
  font-weight: 500;
  line-height: 1.55;
}
.legal .placeholder-banner strong { font-weight: 800; }
.legal h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 56px 0 16px;
  letter-spacing: -0.025em;
}
.legal h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 800;
  margin: 28px 0 10px;
  color: var(--teal);
}
.legal p, .legal ul, .legal ol {
  font-size: 16px;
  line-height: 1.65;
  color: var(--teal);
  margin: 0 0 16px;
  opacity: 0.86;
}
.legal ul, .legal ol { padding-left: 24px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--teal); text-decoration: underline; text-decoration-color: var(--olive); text-underline-offset: 3px; }
.legal a:hover { text-decoration-color: var(--teal); }

/* ── Pricing page ─────────────────────────────────────────────────── */
.pricing-toggle {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 4px;
  margin: 0 auto 56px;
  position: relative;
}
.pricing-toggle button {
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 14px;
  color: var(--muted);
  transition: color 0.18s;
  position: relative;
  z-index: 2;
}
.pricing-toggle button.active { color: var(--lime); }
.pricing-toggle .toggle-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: var(--teal);
  border-radius: var(--radius-pill);
  transition: transform 0.28s var(--t), width 0.28s var(--t);
  z-index: 1;
}
.pricing-toggle .save-tag {
  position: absolute;
  top: -10px;
  right: -36px;
  background: var(--lime);
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
}

/* Pricing comparison table */
.compare-table {
  margin-top: 80px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: 18px 22px;
  text-align: left;
  font-size: 14.5px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: middle;
}
.compare-table th {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  background: var(--cream);
  color: var(--teal);
  text-align: center;
}
.compare-table th:first-child { text-align: left; background: transparent; }
.compare-table th.featured-col { background: var(--teal); color: var(--lime); }
.compare-table td { text-align: center; color: var(--teal); font-weight: 500; }
.compare-table td:first-child { text-align: left; font-weight: 600; color: var(--teal); }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: var(--teal); font-weight: 800; }
.compare-table .yes::before { content: '✓ '; color: var(--teal); }
.compare-table .no { color: var(--muted); opacity: 0.6; }
.compare-table .no::before { content: '— '; }
@media (max-width: 760px) {
  .compare-table th, .compare-table td { padding: 14px 12px; font-size: 13px; }
}

/* Center pricing page section heading utility */
.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.mb-32 { margin-bottom: 32px !important; }

/* ── Toast ────────────────────────────────────────────────────────── */
.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--teal);
  color: var(--lime);
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0, 82, 72, 0.35);
  z-index: 200;
  transition: transform 0.35s var(--t);
  pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* ── Scroll reveal ────────────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--t), transform 0.7s var(--t);
}
[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* =====================================================================
   v2 — Real product screenshots + Chrome Web Store integration
   ===================================================================== */

/* ── Hero: real screenshot in a browser frame ─────────────────────── */
.hero-shot {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0, 82, 72, 0.20);
  transform: rotate(-1.4deg);
  transition: transform 0.4s var(--t);
}
.hero-shot:hover { transform: rotate(0deg) scale(1.015); }
.hero-shot .frame-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
}
.hero-shot .frame-bar i {
  width: 11px; height: 11px; border-radius: 50%;
  background: rgba(0,82,72,.18); display: block;
}
.hero-shot .frame-bar i:first-child { background: #FF5F57; }
.hero-shot .frame-bar i:nth-child(2) { background: #FEBC2E; }
.hero-shot .frame-bar i:nth-child(3) { background: #28C840; }
.hero-shot .frame-bar small {
  margin-left: 8px; font-size: 11.5px; font-weight: 600;
  color: var(--muted); font-family: var(--font-mono);
}
.hero-shot img { width: 100%; display: block; }
.hero-float {
  position: absolute;
  bottom: -22px;
  left: -28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: var(--shadow-hover);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 250px;
}
.hero-float .hf-badge {
  width: 38px; height: 38px; flex: 0 0 38px;
  border-radius: 11px;
  background: var(--teal);
  display: grid; place-items: center;
}
.hero-float .hf-badge svg { width: 20px; height: 20px; stroke: var(--lime); }
.hero-float strong { display: block; font-size: 13.5px; font-weight: 800; color: var(--teal); }
.hero-float span { font-size: 12px; color: var(--muted); font-weight: 500; }
@media (max-width: 880px) {
  .hero-shot { transform: none; }
  .hero-float { left: 12px; bottom: -18px; }
}

/* ── Product tour: alternating screenshot rows ────────────────────── */
.tour-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 36px;
}
.tour-row:nth-child(even) .tour-text { order: 2; }
.tour-row:last-child { margin-bottom: 0; }
.tour-text .tour-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.tour-text h3 {
  font-size: clamp(26px, 3vw, 34px);
  margin: 8px 0 14px;
  letter-spacing: -0.03em;
}
.tour-text p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.tour-text .tour-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tour-text .tour-tags span {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--cream);
  color: var(--teal);
  border: 1px solid var(--line-soft);
}
.tour-shot {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s var(--t), box-shadow 0.3s var(--t);
}
.tour-shot:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.tour-shot img { width: 100%; display: block; }
@media (max-width: 820px) {
  .tour-row { grid-template-columns: 1fr; gap: 24px; }
  .tour-row:nth-child(even) .tour-text { order: 0; }
}

/* ── Big collage band ─────────────────────────────────────────────── */
.collage-band {
  background: var(--teal);
  border-radius: 48px;
  margin: 0 28px;
  padding: 72px 0 0;
  overflow: hidden;
  position: relative;
}
.collage-band .section-head h2,
.collage-band .section-head .eyebrow { color: var(--lime-soft); }
.collage-band .section-head .eyebrow { background: var(--lime); color: var(--teal); }
.collage-band .section-head p { color: rgba(251,248,213,.72); }
.collage-img {
  margin-top: 16px;
  width: 100%;
  display: block;
  transform: translateY(20px);
}
@media (max-width: 600px) {
  .collage-band { margin: 0 16px; border-radius: 30px; padding-top: 52px; }
}

/* ── Chrome Web Store button ──────────────────────────────────────── */
.btn-chrome {
  background: var(--white);
  color: var(--teal);
  border: 1.5px solid var(--line);
  gap: 10px;
}
.btn-chrome:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: var(--teal);
}
.btn-chrome svg { width: 20px; height: 20px; }
.cws-note {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 500;
}

/* KiddieGPT parent-focused refresh */
.brand-mark {
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.hero-sub { max-width: 620px; }
.hero-shot img,
.tour-shot img,
.collage-img {
  object-fit: cover;
  object-position: center;
}
.tour-shot {
  background: #fff;
}
.tour-shot img {
  border-radius: 24px;
}
.collage-band {
  background: linear-gradient(180deg, rgba(244,243,204,.55), rgba(255,255,255,.35));
}
.collage-img {
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,82,72,.16);
  border: 1px solid rgba(0,82,72,.10);
}
.parents-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-card);
}

/* =====================================================================
   Pricing page — parent-first visual system
   ===================================================================== */
.pricing-v2 .v2-header .nav-links a[aria-current="page"] { color: var(--v2-green); opacity: 1; }
.pricing-hero { padding: 105px 0 76px; overflow: hidden; background: radial-gradient(circle at 82% 22%, rgba(232,246,89,.45), transparent 22%), linear-gradient(180deg, #fffdf5 0%, #f5faf4 100%); }
.pricing-hero-copy { max-width: 900px; margin: 0 auto 54px; text-align: center; }
.pricing-hero-copy h1 { margin: 0 0 24px; }
.pricing-hero-copy > p { max-width: 720px; margin: 0 auto; color: #58706d; font-size: 19px; line-height: 1.65; }
.pricing-trial { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 940px; margin: 0 auto; padding: 24px 27px; border: 1px solid rgba(9,47,50,.09); border-radius: 24px; background: white; box-shadow: 0 18px 45px rgba(9,47,50,.09); }
.pricing-trial > div { display: grid; gap: 3px; }
.pricing-trial > div span { color: var(--v2-green-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pricing-trial > div strong { font-family: 'Manrope', sans-serif; font-size: 18px; letter-spacing: -.02em; }

.pricing-plans { padding: 105px 0 120px; background: white; }
.pricing-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.pricing-heading h2 { margin: 0; }
.pricing-v2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-v2-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px 30px 30px; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 29px; }
.pricing-v2-monthly { background: #fbfcf7; }
.pricing-v2-yearly { color: white; background: linear-gradient(155deg, #064f48 0%, #087267 100%); border-color: transparent; box-shadow: 0 28px 65px rgba(6,79,72,.22); }
.pricing-v2-schools { background: linear-gradient(155deg, #c7dcc8 0%, #edf3d6 100%); border-color: #bdd2c1; }
.pricing-v2-card-head { min-height: 205px; }
.pricing-v2-plan-label { display: inline-flex; margin-bottom: 22px; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; color: var(--v2-green); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .82; }
.pricing-v2-yearly .pricing-v2-plan-label { color: var(--v2-lime); }
.pricing-v2-schools .pricing-v2-plan-label { color: var(--v2-ink); }
.pricing-v2-card h3 { margin-bottom: 12px; color: inherit; font-size: 27px; }
.pricing-v2-card-head p { color: #637876; font-size: 14px; line-height: 1.6; }
.pricing-v2-yearly .pricing-v2-card-head p { color: rgba(255,255,255,.68); }
.pricing-v2-price { display: flex; align-items: baseline; gap: 10px; margin: 22px 0 4px; }
.pricing-v2-price strong { font-family: 'Manrope', sans-serif; font-size: 56px; font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.pricing-v2-price span { color: #6b7d7a; font-size: 13px; font-weight: 650; }
.pricing-v2-yearly .pricing-v2-price span { color: rgba(255,255,255,.63); }
.pricing-v2-price-word { align-items: flex-end; }
.pricing-v2-price-word strong { font-size: 43px; }
.pricing-v2-billing { min-height: 22px; margin-bottom: 24px; color: #71827f; font-size: 11px; font-weight: 650; }
.pricing-v2-yearly .pricing-v2-billing { color: rgba(255,255,255,.58); }
.pricing-v2-action { display: inline-flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 19px; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.pricing-v2-action:hover { transform: translateY(-2px); }
.pricing-v2-action-outline { border: 1.5px solid var(--v2-green); color: var(--v2-green); }
.pricing-v2-action-outline:hover { background: var(--v2-mist); }
.pricing-v2-action-lime { background: var(--v2-lime); color: var(--v2-ink); box-shadow: 0 10px 24px rgba(0,0,0,.13); }
.pricing-v2-action-lime:hover { background: white; }
.pricing-v2-action-dark { background: var(--v2-ink); color: white; }
.pricing-v2-features { margin-top: 30px; padding-top: 27px; border-top: 1px solid rgba(9,47,50,.12); }
.pricing-v2-yearly .pricing-v2-features { border-color: rgba(255,255,255,.17); }
.pricing-v2-features h4 { margin: 0 0 17px; color: inherit; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.pricing-v2-features ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pricing-v2-features li { position: relative; padding-left: 25px; color: #536b68; font-size: 13px; line-height: 1.45; }
.pricing-v2-features li::before { content: '✓'; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--v2-lime); color: var(--v2-green); font-size: 9px; font-weight: 900; }
.pricing-v2-yearly .pricing-v2-features li { color: rgba(255,255,255,.78); }
.pricing-v2-schools .pricing-v2-features li { color: #405d59; }
.pricing-v2-ribbon { position: absolute; top: 19px; right: -36px; width: 160px; padding: 7px 0; transform: rotate(38deg); background: var(--v2-lime); color: var(--v2-ink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-align: center; text-transform: uppercase; }

.pricing-included { padding: 115px 0; background: var(--v2-mist); }
.pricing-included-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.pricing-included-grid > div:first-child h2 { margin-bottom: 20px; }
.pricing-included-grid > div:first-child p { max-width: 500px; color: #607573; font-size: 17px; }
.pricing-included-list { display: grid; gap: 13px; }
.pricing-included-list article { display: flex; align-items: flex-start; gap: 20px; padding: 22px; border: 1px solid var(--v2-line); border-radius: 20px; background: white; box-shadow: 0 10px 25px rgba(9,47,50,.04); }
.pricing-included-list article > span { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border-radius: 12px; background: var(--v2-lime); font-size: 11px; font-weight: 800; }
.pricing-included-list h3 { margin: 1px 0 4px; font-size: 18px; }
.pricing-included-list p { color: #687b78; font-size: 13px; }
.pricing-faq { background: white; }
.pricing-bottom-cta { padding-top: 0; }

@media (max-width: 980px) {
  .pricing-v2-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .pricing-v2-card-head { min-height: 0; }
  .pricing-v2-card { padding: 34px; }
  .pricing-included-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 640px) {
  .pricing-hero { padding: 70px 0 58px; }
  .pricing-hero-copy { margin-bottom: 35px; }
  .pricing-hero-copy > p { font-size: 16px; }
  .pricing-trial { align-items: stretch; flex-direction: column; padding: 23px; }
  .pricing-trial .v2-button { width: 100%; }
  .pricing-plans { padding: 78px 0 85px; }
  .pricing-heading { margin-bottom: 38px; }
  .pricing-v2-card { padding: 28px 23px; border-radius: 24px; }
  .pricing-v2-price strong { font-size: 50px; }
  .pricing-v2-price-word strong { font-size: 39px; }
  .pricing-included { padding: 80px 0; }
  .pricing-included-list article { padding: 18px; }
}

/* =====================================================================
   Contact page
   ===================================================================== */
.contact-v2 .v2-header .nav-links a[aria-current="page"],
.legal-page-v2 .v2-header .nav-links a[aria-current="page"] { color: var(--v2-green); opacity: 1; }
.contact-hero { padding: 95px 0 115px; background: radial-gradient(circle at 12% 18%, rgba(232,246,89,.34), transparent 24%), linear-gradient(145deg, #fffdf5 0%, #eef6f0 100%); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.contact-copy h1 { margin: 0 0 23px; }
.contact-copy > p { max-width: 540px; color: #58706d; font-size: 18px; }
.contact-topics { display: grid; gap: 12px; margin-top: 42px; }
.contact-topics article { display: flex; gap: 16px; padding: 18px; border: 1px solid rgba(9,47,50,.08); border-radius: 18px; background: rgba(255,255,255,.66); }
.contact-topics article > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; background: var(--v2-lime); font-size: 10px; font-weight: 800; }
.contact-topics h2 { margin: 0 0 3px; font-size: 16px; letter-spacing: -.02em; }
.contact-topics p { color: #6a7c79; font-size: 13px; }
.contact-card { padding: 38px; border: 1px solid var(--v2-line); border-radius: 30px; background: white; box-shadow: 0 30px 75px rgba(9,47,50,.13); }
.contact-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--v2-line); }
.contact-card-head span { font-family: 'Manrope', sans-serif; font-size: 23px; font-weight: 800; letter-spacing: -.035em; }
.contact-card-head p { color: #7a8a88; font-size: 11px; font-weight: 700; }
.contact-form { display: grid; gap: 21px; }
.contact-field { display: grid; gap: 8px; }
.contact-field label, .contact-label-row label { color: var(--v2-ink); font-size: 12px; font-weight: 800; }
.contact-label-row { display: flex; justify-content: space-between; align-items: center; }
.contact-label-row > span { color: #8a9896; font-size: 10px; font-weight: 700; }
.contact-label-row b { font-weight: inherit; }
.contact-field input, .contact-field textarea, .contact-captcha input { width: 100%; border: 1px solid #ceded6; border-radius: 13px; outline: 0; background: #fbfcf9; color: var(--v2-ink); font: inherit; font-size: 14px; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-field input { height: 50px; padding: 0 15px; }
.contact-field textarea { min-height: 135px; padding: 14px 15px; resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus, .contact-captcha input:focus { border-color: var(--v2-green-2); background: white; box-shadow: 0 0 0 3px rgba(11,113,101,.09); }
.contact-field small { color: #899693; font-size: 10px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-captcha { display: grid; grid-template-columns: 1fr 120px; align-items: center; gap: 18px; padding: 17px; border-radius: 16px; background: var(--v2-mist); }
.contact-captcha > div { display: grid; }
.contact-captcha span { color: var(--v2-green-2); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-captcha strong { font-size: 14px; }
.contact-captcha strong b { font-size: inherit; }
.contact-captcha input { height: 45px; padding: 0 12px; background: white; text-align: center; }
.contact-status { min-height: 20px; margin: -6px 0; font-size: 12px; font-weight: 700; }
.contact-status.is-error { color: #a2372d; }
.contact-status.is-success { color: var(--v2-green-2); }
.contact-submit { display: flex; align-items: center; justify-content: space-between; min-height: 55px; padding: 0 20px; border-radius: 14px; background: var(--v2-green); color: white; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.contact-submit:hover { transform: translateY(-2px); background: var(--v2-green-2); }
.contact-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.contact-submit.is-sending span { animation: contactArrow 1s ease-in-out infinite; }
@keyframes contactArrow { 50% { transform: translateX(4px); } }
.contact-note { color: #879491; font-size: 10px; line-height: 1.55; text-align: center; }

/* =====================================================================
   Legal pages — current site theme
   ===================================================================== */
.legal-page-v2 { background: linear-gradient(180deg, #f4f9f3 0%, #fffdf5 460px); }
.legal-page-v2 .legal-v2 { max-width: 880px; margin: 0 auto; padding: 90px 44px 120px; }
.legal-page-v2 .legal-v2::before { content: ''; position: absolute; top: 46px; left: 22px; right: 22px; height: 250px; z-index: -1; border-radius: 34px; background: radial-gradient(circle at 85% 20%, rgba(232,246,89,.46), transparent 34%), white; box-shadow: 0 18px 50px rgba(9,47,50,.07); }
.legal-page-v2 .legal-v2 > .v2-label { margin-bottom: 16px; }
.legal-page-v2 .legal-v2 > h1 { margin-bottom: 12px; font-size: clamp(43px, 6vw, 64px); }
.legal-page-v2 .legal-v2 .meta { margin-bottom: 75px; color: #70817f; font-size: 12px; font-weight: 700; }
.legal-page-v2 .legal-v2 > p, .legal-page-v2 .legal-v2 > ul, .legal-page-v2 .legal-v2 > ol { color: #425d5b; font-size: 15px; line-height: 1.78; }
.legal-page-v2 .legal-v2 > p { margin-bottom: 18px; }
.legal-page-v2 .legal-v2 > ul, .legal-page-v2 .legal-v2 > ol { margin-bottom: 22px; padding-left: 24px; }
.legal-page-v2 .legal-v2 li { margin-bottom: 9px; }
.legal-page-v2 .legal-v2 h2 { margin: 58px 0 17px; padding-top: 18px; border-top: 1px solid var(--v2-line); color: var(--v2-ink); font-size: 28px; line-height: 1.2; }
.legal-page-v2 .legal-v2 h3 { margin: 28px 0 8px; color: var(--v2-green); font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 800; }
.legal-page-v2 .legal-v2 a { color: var(--v2-green-2); font-weight: 650; text-decoration: underline; text-decoration-color: rgba(11,113,101,.28); text-underline-offset: 4px; }
.legal-page-v2 .v2-footer-bottom a[aria-current="page"] { color: white; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy { max-width: 680px; margin: 0 auto; text-align: center; }
  .contact-copy > p { margin: 0 auto; }
  .contact-topics { text-align: left; }
  .contact-card { width: min(680px, 100%); margin: 0 auto; }
}

@media (max-width: 640px) {
  .contact-hero { padding: 68px 0 80px; }
  .contact-card { padding: 25px 20px; border-radius: 24px; }
  .contact-card-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-captcha { grid-template-columns: 1fr 90px; }
  .legal-page-v2 .legal-v2 { padding: 70px 24px 90px; }
  .legal-page-v2 .legal-v2::before { top: 28px; left: 8px; right: 8px; height: 250px; border-radius: 25px; }
  .legal-page-v2 .legal-v2 .meta { margin-bottom: 66px; }
  .legal-page-v2 .legal-v2 h2 { margin-top: 45px; font-size: 25px; }
}

/* Brand tagline */
.v2-brand-copy { display: grid; gap: 3px; line-height: 1; }
.v2-brand-copy > span { font-family: 'Manrope', sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.035em; }
.v2-brand-copy > small { display: block; color: #617572; font-family: 'DM Sans', sans-serif; font-size: 11.5px; font-weight: 400; line-height: 1.15; letter-spacing: 0; white-space: nowrap; }
.v2-footer-top > p { max-width: 470px; text-align: right; }

@media (max-width: 640px) {
  .v2-brand { gap: 8px; }
  .v2-brand img { width: 38px; height: 38px; }
  .v2-brand-copy > span { font-size: 18px; }
  .v2-brand-copy > small { font-size: 10px; font-weight: 400; }
  .v2-footer-top > p { max-width: 330px; text-align: left; }
}
