:root{--warm-white:#FAF7F2;--ivory:#FFFDF8;--deep-teal:#123E3D;--muted-teal:#6F8F86;--soft-mint:#E8F1EC;--soft-peach:#F4B08A;--pale-peach:#FBE8DD;--light-stone:#D7D9CE;--pale-gold:#D8A84E;--text-gray:#4F5C5A;--soft-border:#E8E1D6;--shadow:0 18px 50px rgba(18,62,61,.08);--shadow-soft:0 12px 35px rgba(18,62,61,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text-gray);background:var(--warm-white);line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{width:min(780px,calc(100% - 40px))}.center{text-align:center}.section{padding:104px 0}h1,h2,h3,h4{color:var(--deep-teal);margin:0;line-height:1.04;letter-spacing:-.035em}h1,h2{font-family:Lora,Georgia,serif;font-weight:600}h1{font-size:clamp(44px,6vw,74px)}h2{font-size:clamp(34px,4vw,52px)}h3{font-size:22px;letter-spacing:-.02em}p{margin:0}.section-sub{font-size:18px;color:var(--text-gray);margin-top:18px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--muted-teal);font-weight:700;font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px}.eyebrow:before{content:"";width:28px;height:1px;background:var(--soft-peach)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;min-height:50px;padding:0 22px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:white;background:var(--deep-teal);box-shadow:0 12px 25px rgba(18,62,61,.16)}.btn-secondary,.btn-ghost{color:var(--deep-teal);background:rgba(255,255,255,.75);border-color:var(--soft-border)}.btn.small{min-height:42px;padding:0 16px;font-size:14px}.btn.full{width:100%}.play-dot{width:10px;height:10px;border-radius:999px;background:var(--soft-peach);box-shadow:0 0 0 5px rgba(244,176,138,.18)}.site-header{position:sticky;top:0;z-index:40;background:rgba(250,247,242,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,225,214,.75)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--deep-teal);font-weight:800;letter-spacing:-.02em}.brand-mark{width:39px;height:39px;display:inline-grid;place-items:center;color:var(--deep-teal);background:var(--ivory);border:1px solid var(--soft-border);border-radius:13px;font-size:22px}.desktop-nav{display:flex;align-items:center;gap:25px;color:rgba(18,62,61,.72);font-weight:600;font-size:14px}.desktop-nav a:hover{color:var(--deep-teal)}.nav-actions{display:flex;gap:10px}.menu-btn,.mobile-menu{display:none}.hero{padding-top:86px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:720px;height:720px;right:-270px;top:-220px;background:radial-gradient(circle,rgba(244,176,138,.28),transparent 62%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:58px;align-items:center}.hero-sub{font-size:20px;max-width:620px;margin-top:24px;color:var(--text-gray)}.hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.microcopy{margin-top:18px;font-size:14px;color:rgba(79,92,90,.82)}.pilot-note{margin-top:24px;display:flex;align-items:center;gap:12px;color:var(--deep-teal);font-weight:700;font-size:14px}.avatars{display:inline-flex}.avatars span{width:32px;height:32px;border-radius:999px;border:2px solid var(--warm-white);margin-left:-8px;background:linear-gradient(135deg,#D8A84E,#F4B08A)}.avatars span:first-child{margin-left:0;background:linear-gradient(135deg,#6F8F86,#D7D9CE)}.avatars span:nth-child(2){background:linear-gradient(135deg,#123E3D,#6F8F86)}.home-scene{min-height:580px;position:relative;border-radius:40px;background:linear-gradient(135deg,rgba(255,253,248,.72),rgba(232,241,236,.68)),radial-gradient(circle at 80% 10%,rgba(244,176,138,.34),transparent 30%),radial-gradient(circle at 18% 84%,rgba(111,143,134,.22),transparent 34%);border:1px solid var(--soft-border);box-shadow:var(--shadow);overflow:hidden}.home-scene:after{content:"";position:absolute;left:8%;right:8%;bottom:58px;height:34px;border-radius:50%;background:rgba(18,62,61,.08);filter:blur(13px)}.sun-orb{position:absolute;width:170px;height:170px;right:40px;top:42px;border-radius:50%;background:radial-gradient(circle,rgba(216,168,78,.35),rgba(216,168,78,0))}.tablet{position:absolute;left:55px;top:92px;width:360px;height:430px;border-radius:34px;padding:17px;background:#203C3B;box-shadow:0 28px 70px rgba(18,62,61,.23);transform:rotate(-2deg);z-index:3}.tablet:after{content:"";position:absolute;bottom:-76px;left:125px;width:110px;height:90px;background:linear-gradient(#203C3B,#315754);clip-path:polygon(34% 0,66% 0,78% 100%,22% 100%);z-index:-1}.tablet-top{display:flex;justify-content:space-between;color:rgba(255,255,255,.75);font-size:13px;padding:6px 10px 12px}.tablet-content{height:340px;border-radius:24px;background:var(--ivory);padding:34px 28px;text-align:center;display:flex;flex-direction:column;align-items:center}.sun-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:var(--pale-peach);color:#CF7F54;font-size:28px;margin-bottom:20px}.tablet h3{font-family:Lora,Georgia,serif;font-size:32px;margin-bottom:13px}.tablet p{font-size:16px;color:var(--text-gray);max-width:230px;margin-bottom:24px}.tablet button{border:0;background:var(--deep-teal);color:white;border-radius:14px;padding:12px 20px;font-weight:800}.wave-lines{display:flex;gap:7px;justify-content:center;margin-top:14px}.wave-lines span{width:34px;height:5px;border-radius:99px;background:rgba(255,255,255,.18)}.wave-lines span:nth-child(2),.wave-lines span:nth-child(3){background:rgba(244,176,138,.7)}.phone{position:absolute;right:55px;top:178px;width:225px;height:430px;border-radius:34px;background:#203C3B;padding:12px;z-index:4;box-shadow:0 26px 65px rgba(18,62,61,.22);transform:rotate(4deg)}.phone-notch{position:absolute;top:18px;left:50%;width:70px;height:18px;transform:translateX(-50%);background:#203C3B;border-radius:0 0 13px 13px;z-index:5}.phone-content{height:100%;border-radius:25px;background:var(--ivory);padding:30px 17px 18px;overflow:hidden}.phone-date{font-size:12px;color:var(--muted-teal);font-weight:800}.profile-row{display:flex;align-items:center;margin-top:18px}.profile-photo{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#E6D2B8,#C8B5A3);position:relative}.profile-photo:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#F3E5D9;top:10px;left:16px}.check{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--muted-teal);color:white;font-size:13px;font-weight:900;margin-left:-15px;margin-top:33px}.phone h4{font-size:23px;margin-top:18px;line-height:1.08}.phone ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:11px}.phone li{background:var(--warm-white);border:1px solid var(--soft-border);border-radius:15px;padding:10px 11px;font-size:12px}.phone li strong{display:block;color:var(--deep-teal);margin-bottom:2px}.phone li span{color:rgba(79,92,90,.72)}.updated{margin-top:16px;font-size:11px;color:rgba(79,92,90,.7)}.plant,.mug{position:absolute;z-index:2}.plant-left{left:22px;bottom:84px;width:70px;height:120px;background:var(--muted-teal);clip-path:polygon(50% 0,62% 40%,100% 22%,74% 60%,100% 67%,60% 72%,50% 100%,40% 72%,0 67%,26% 60%,0 22%,38% 40%);opacity:.52}.plant-right{right:23px;top:95px;width:90px;height:150px;background:var(--muted-teal);clip-path:polygon(50% 0,63% 31%,95% 15%,73% 48%,100% 56%,67% 62%,83% 93%,52% 74%,24% 100%,35% 64%,0 67%,28% 48%,5% 17%,39% 31%);opacity:.34}.mug{right:125px;bottom:75px;width:82px;height:70px;border-radius:0 0 28px 28px;background:linear-gradient(135deg,#F2D9C8,#FFFDF8);border:1px solid var(--soft-border)}.mug:after{content:"";position:absolute;right:-25px;top:18px;width:30px;height:28px;border:8px solid #F2D9C8;border-left:0;border-radius:0 999px 999px 0}.card-grid{display:grid;gap:18px;margin-top:44px}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card-grid.six{grid-template-columns:repeat(3,1fr)}.value-card,.step-card,.trust-card,.price-card,.audience-card,.pilot-form,.privacy-note{background:rgba(255,253,248,.84);border:1px solid var(--soft-border);border-radius:28px;box-shadow:var(--shadow-soft)}.value-card{padding:30px}.value-card p,.step-card p,.trust-card p,.price-card p{margin-top:12px}.icon,.trust-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;color:var(--deep-teal);margin-bottom:18px;font-weight:900}.peach{background:var(--pale-peach)}.mint{background:var(--soft-mint)}.gold{background:rgba(216,168,78,.18)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:44px;margin-bottom:42px}.section-head p{width:min(420px,100%);font-size:18px}.how-section{background:linear-gradient(180deg,rgba(232,241,236,.55),rgba(250,247,242,0))}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step-card{padding:32px;position:relative}.step-number{position:absolute;top:22px;right:24px;width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:var(--deep-teal);color:white;font-weight:800}.presence-section{padding-top:60px}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.presence-copy p{font-size:18px;margin-top:20px}.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:13px}.check-list li{position:relative;padding-left:34px;color:var(--deep-teal);font-weight:600}.check-list li:before{content:"✓";position:absolute;left:0;top:-1px;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:var(--soft-mint);color:var(--muted-teal);font-size:13px;font-weight:900}.peach-check li:before{background:var(--pale-peach);color:#C9784F}.lifestyle-card{position:relative;min-height:500px;border-radius:38px;background:linear-gradient(135deg,var(--soft-mint),var(--ivory));border:1px solid var(--soft-border);box-shadow:var(--shadow);overflow:hidden}.person{position:absolute;left:90px;bottom:98px;width:150px;height:245px}.person .head{width:88px;height:88px;border-radius:50%;background:#E8D0BF;margin:0 auto;position:relative}.person .head:before{content:"";position:absolute;inset:-9px 5px auto;height:45px;border-radius:45px 45px 20px 20px;background:#D3D9D2}.person .body{width:150px;height:160px;margin-top:12px;border-radius:62px 62px 20px 20px;background:linear-gradient(135deg,#F0DFC8,#D8D9CC)}.mini-tablet{position:absolute;right:78px;top:92px;width:220px;height:250px;border-radius:26px;background:var(--ivory);border:12px solid var(--deep-teal);box-shadow:var(--shadow);padding:30px 22px}.mini-tablet span{color:var(--muted-teal);font-size:13px;font-weight:800}.mini-tablet strong{display:block;color:var(--deep-teal);font-family:Lora,Georgia,serif;font-size:28px;line-height:1.08;margin-top:12px}.mini-wave{margin-top:35px;display:flex;gap:9px;align-items:center}.mini-wave i{width:12px;height:45px;border-radius:999px;background:var(--soft-peach)}.mini-wave i:nth-child(2){height:72px;background:var(--muted-teal)}.mini-wave i:nth-child(3){height:32px;background:var(--pale-gold)}.quote-card{position:absolute;left:34px;right:34px;bottom:30px;background:rgba(255,253,248,.88);backdrop-filter:blur(12px);border:1px solid var(--soft-border);border-radius:24px;padding:22px;color:var(--deep-teal);font-family:Lora,Georgia,serif;font-size:22px;line-height:1.22;box-shadow:var(--shadow-soft)}.quote-card span{display:block;margin-top:12px;font-family:Inter,sans-serif;color:var(--muted-teal);font-size:13px;font-weight:800}.trust-section{background:var(--soft-mint)}.trust-card{padding:26px}.trust-icon{color:var(--muted-teal);background:var(--ivory);border:1px solid var(--soft-border)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.audience-card{padding:42px;min-height:470px;position:relative;overflow:hidden}.audience-card:after{content:"";position:absolute;width:240px;height:240px;right:-90px;bottom:-90px;border-radius:50%;background:rgba(244,176,138,.16)}.parent-card{background:linear-gradient(135deg,rgba(232,241,236,.92),rgba(255,253,248,.88))}.family-card{background:linear-gradient(135deg,rgba(251,232,221,.88),rgba(255,253,248,.88))}.pricing-section{background:linear-gradient(180deg,var(--warm-white),rgba(232,241,236,.45))}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.price-card{padding:32px;position:relative;display:flex;flex-direction:column}.price-card.featured{border-color:rgba(244,176,138,.8);transform:translateY(-10px);box-shadow:0 26px 70px rgba(18,62,61,.12)}.badge{position:absolute;top:18px;right:18px;background:var(--pale-peach);color:#AA694B;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.price{color:var(--deep-teal);font-family:Lora,Georgia,serif;font-size:42px;font-weight:700;letter-spacing:-.04em;margin-top:20px}.price span{font-family:Inter,sans-serif;font-size:15px;color:var(--text-gray);letter-spacing:0;font-weight:600}.price-card ul{list-style:none;padding:0;margin:26px 0 28px;display:grid;gap:12px}.price-card li{position:relative;padding-left:28px}.price-card li:before{content:"✓";position:absolute;left:0;color:var(--muted-teal);font-weight:900}.price-card .btn{margin-top:auto}.pricing-note{text-align:center;color:rgba(79,92,90,.8);font-size:14px;margin-top:24px}.pilot-section{background:var(--deep-teal);color:rgba(255,255,255,.78)}.pilot-section h2,.pilot-section .eyebrow{color:white}.pilot-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:start}.pilot-copy p{font-size:18px;margin-top:20px}.privacy-note{background:rgba(255,253,248,.08);border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.82);padding:20px;margin-top:28px}.pilot-form{padding:30px;color:var(--deep-teal)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{display:grid;gap:8px;color:var(--deep-teal);font-weight:800;font-size:13px;margin-bottom:14px}input,select{min-height:50px;border-radius:14px;border:1px solid var(--soft-border);padding:0 14px;background:var(--warm-white);color:var(--deep-teal);outline:none}input:focus,select:focus{border-color:var(--muted-teal);box-shadow:0 0 0 4px rgba(111,143,134,.14)}.form-message{min-height:22px;margin-top:14px;text-align:center;font-weight:700;color:var(--muted-teal)}.faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}.faq-list{display:grid;gap:12px}details{background:var(--ivory);border:1px solid var(--soft-border);border-radius:20px;padding:0 22px;box-shadow:var(--shadow-soft)}summary{cursor:pointer;color:var(--deep-teal);font-weight:800;padding:21px 0;list-style:none}summary::-webkit-details-marker{display:none}details p{padding:0 0 22px}.final-cta{padding-top:50px}.cta-panel{position:relative;min-height:380px;display:grid;grid-template-columns:1fr .85fr;gap:40px;align-items:center;background:radial-gradient(circle at 80% 50%,rgba(244,176,138,.28),transparent 32%),linear-gradient(135deg,var(--soft-mint),var(--ivory));border:1px solid var(--soft-border);border-radius:42px;padding:56px;overflow:hidden;box-shadow:var(--shadow)}.cta-panel p{font-size:18px;margin:18px 0 30px}.family-illustration{min-height:250px;position:relative}.circle-big{position:absolute;right:40px;top:0;width:240px;height:240px;border-radius:50%;background:rgba(255,253,248,.82);border:1px solid var(--soft-border)}.family-person{position:absolute;border-radius:60px 60px 25px 25px;background:var(--muted-teal);box-shadow:var(--shadow-soft)}.family-person:before{content:"";position:absolute;left:50%;top:-58px;width:72px;height:72px;border-radius:50%;transform:translateX(-50%);background:#E8D0BF}.family-person.p1{width:105px;height:138px;right:180px;bottom:5px;background:#D9C7B4}.family-person.p2{width:100px;height:132px;right:88px;bottom:0;background:var(--muted-teal)}.floating-heart{position:absolute;right:155px;top:30px;width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:var(--pale-peach);color:#B76E51;font-size:28px}.site-footer{padding:56px 0 26px;color:rgba(79,92,90,.82)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:40px;padding-bottom:35px;border-bottom:1px solid var(--soft-border)}.footer-grid p{max-width:430px;margin-top:16px}.footer-links{display:grid;grid-template-columns:repeat(2,auto);gap:12px 32px;color:var(--deep-teal);font-weight:700;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;font-size:13px}@media(max-width:980px){.desktop-nav,.nav-actions{display:none}.menu-btn{display:inline-flex;border:1px solid var(--soft-border);background:var(--ivory);border-radius:12px;color:var(--deep-teal);font-weight:800;padding:10px 14px}.mobile-menu{display:none;width:min(1180px,calc(100% - 40px));margin:0 auto 16px;background:var(--ivory);border:1px solid var(--soft-border);border-radius:22px;padding:14px;box-shadow:var(--shadow-soft)}.mobile-menu.open{display:grid;gap:12px}.hero-grid,.split-grid,.pilot-grid,.faq-grid,.cta-panel{grid-template-columns:1fr}.hero-grid{gap:42px}.home-scene{min-height:520px}.tablet{left:30px;width:330px}.phone{right:24px;top:205px}.card-grid.three,.card-grid.six,.how-grid,.pricing-grid,.audience-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.section-head{display:block}.section-head p{margin-top:18px}}@media(max-width:650px){.container,.narrow{width:min(100% - 28px,1180px)}.section{padding:70px 0}.hero{padding-top:48px}.hero-actions{flex-direction:column}.btn{width:100%}.home-scene{min-height:610px;border-radius:28px}.tablet{width:calc(100% - 46px);left:23px;top:42px;height:390px;transform:none}.tablet-content{height:300px}.tablet h3{font-size:28px}.phone{width:205px;height:390px;right:24px;top:344px;transform:rotate(2deg)}.mug{display:none}.form-row{grid-template-columns:1fr;gap:0}.audience-card,.pilot-form,.cta-panel{padding:26px}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.footer-links{grid-template-columns:1fr}}

.hidden-field { display: none !important; }


/* V3 additions */
.voice-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(251, 232, 221, .82);
  border: 1px solid rgba(244,176,138,.45);
  color: var(--deep-teal);
  font-weight: 800;
  font-size: 13px;
  border-radius: 999px;
  padding: 8px 13px;
  margin-top: 22px;
}

.voice-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--soft-peach);
  box-shadow: 0 0 0 6px rgba(244,176,138,.16);
}

.roadmap-section {
  background: linear-gradient(180deg, rgba(250,247,242,0), rgba(251,232,221,.42));
}

.roadmap-card {
  background: rgba(255,253,248,.88);
  border: 1px solid var(--soft-border);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
}

.roadmap-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 18px;
  padding: 20px;
  border-radius: 22px;
  background: var(--warm-white);
  border: 1px solid rgba(232,225,214,.8);
}

.roadmap-item span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--soft-mint);
  color: var(--deep-teal);
  font-weight: 900;
  font-size: 13px;
}

.roadmap-item strong {
  color: var(--deep-teal);
  font-size: 18px;
}

.roadmap-item p {
  margin: 0;
}

.form-helper {
  margin-top: 12px;
  text-align: center;
  color: rgba(79,92,90,.78);
  font-size: 13px;
}

.hidden-field { display: none !important; }

@media (max-width: 980px) {
  .card-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .card-grid.four {
    grid-template-columns: 1fr;
  }
  .roadmap-item {
    grid-template-columns: 1fr;
  }
  .roadmap-item span {
    grid-row: auto;
  }
}


/* V4 refinements: compact page, brand-board logo, compact privacy, roadmap after form */
.brand { gap: 10px; }
.brand > span:last-child {
  font-family: Lora, Georgia, serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -0.045em;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.brand-logo-svg {
  width: 46px;
  height: 46px;
  display: block;
}
.footer-brand .brand-mark,
.footer-brand .brand-logo-svg {
  width: 48px;
  height: 48px;
}
.footer-brand > span:last-child {
  font-size: 24px;
}
.section { padding: 82px 0; }
.hero { padding-top: 62px; padding-bottom: 76px; }
.hero-grid { gap: 46px; }
h1 { font-size: clamp(42px, 5.2vw, 66px); }
h2 { font-size: clamp(32px, 3.6vw, 46px); }
.hero-sub { font-size: 18px; margin-top: 20px; }
.hero-actions { margin-top: 28px; }
.card-grid { margin-top: 32px; }
.section-head { margin-bottom: 32px; }
.home-scene { min-height: 540px; }
.value-card, .step-card, .price-card { padding: 26px; }
.presence-section { padding-top: 36px; }
.lifestyle-card { min-height: 430px; }
.person { bottom: 70px; }
.mini-tablet { top: 64px; }
.quote-card { font-size: 20px; padding: 18px; }
.audience-card { padding: 34px; min-height: 390px; }
.check-list { margin-top: 22px; gap: 10px; }
.pricing-grid { gap: 16px; }
.price-card ul { margin: 22px 0 24px; gap: 9px; }
.price { font-size: 38px; margin-top: 16px; }
.pilot-section { padding: 78px 0; }
.pilot-grid { gap: 38px; }
.pilot-form { padding: 26px; }
.final-cta { padding-top: 32px; }
.cta-panel { min-height: 330px; padding: 44px; }
.site-footer { padding-top: 42px; }

/* Compact privacy block */
.trust-section {
  padding: 54px 0;
  background: linear-gradient(180deg, rgba(232,241,236,.62), rgba(232,241,236,.36));
}
.trust-section .narrow {
  width: min(900px, calc(100% - 40px));
}
.trust-section h2 {
  font-size: clamp(28px, 3vw, 38px);
}
.trust-section .section-sub {
  font-size: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.trust-card {
  padding: 18px;
  border-radius: 22px;
  box-shadow: none;
}
.trust-card h3 {
  font-size: 17px;
  line-height: 1.15;
}
.trust-card p {
  font-size: 13.5px;
  line-height: 1.45;
  margin-top: 8px;
}
.trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  margin-bottom: 12px;
}

/* Roadmap is secondary now */
.roadmap-section {
  padding: 58px 0;
  background: linear-gradient(180deg, rgba(251,232,221,.34), rgba(250,247,242,0));
}
.roadmap-section .split-grid {
  gap: 32px;
}
.roadmap-section h2 {
  font-size: clamp(30px, 3.2vw, 42px);
}
.roadmap-section .section-sub {
  font-size: 16px;
}
.roadmap-card {
  padding: 22px;
  border-radius: 26px;
  gap: 10px;
}
.roadmap-item {
  padding: 15px;
  border-radius: 18px;
  grid-template-columns: 40px 1fr;
  gap: 6px 14px;
}
.roadmap-item span {
  width: 36px;
  height: 36px;
  border-radius: 13px;
}
.roadmap-item strong { font-size: 16px; }
.roadmap-item p { font-size: 13.5px; line-height: 1.45; }

@media (max-width: 980px) {
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 72px 0; }
  .hero { padding-top: 48px; }
}

@media (max-width: 650px) {
  .brand > span:last-child { font-size: 21px; }
  .brand-mark, .brand-logo-svg { width: 42px; height: 42px; }
  .section { padding: 58px 0; }
  .hero { padding-top: 38px; padding-bottom: 58px; }
  .card-grid.four { grid-template-columns: 1fr; }
  .trust-section { padding: 46px 0; }
  .home-scene { min-height: 585px; }
  .audience-card, .pilot-form, .cta-panel { padding: 24px; }
}


/* ===== v5 refinements: compact site, logo placement, privacy block ===== */
.section{padding:78px 0}.hero{padding-top:54px}.section-head{margin-bottom:30px}.card-grid{margin-top:30px}.value-card,.step-card,.price-card,.audience-card{border-radius:24px}.value-card{padding:24px}.step-card{padding:26px}.audience-card{padding:34px;min-height:390px}.presence-section{padding-top:44px}.pricing-grid{gap:14px}.price-card{padding:28px}.pilot-section{padding:72px 0}.faq-section{padding-top:70px}.final-cta{padding-top:36px}.cta-panel{min-height:320px;padding:46px}.nav-brand{gap:9px;min-width:182px}.nav-logo-mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:transparent;border:0}.nav-logo-mark .fp-icon-svg{width:34px;height:34px;display:block}.brand-word{font-family:Lora,Georgia,serif;font-weight:700;font-size:21px;line-height:1;color:var(--deep-teal);letter-spacing:-.045em;white-space:nowrap}.desktop-nav{gap:22px}.nav-actions .btn.small{min-width:142px}.hero-logo-lockup{position:absolute;left:28px;top:26px;z-index:8;display:flex;align-items:center;gap:12px;padding:13px 16px 12px;background:rgba(255,253,248,.78);border:1px solid rgba(232,225,214,.88);border-radius:22px;box-shadow:0 14px 38px rgba(18,62,61,.08);backdrop-filter:blur(14px)}.lockup-mark{width:50px;height:50px;display:inline-flex}.lockup-mark svg{width:50px;height:50px}.lockup-text{display:grid;gap:2px}.lockup-text strong{font-family:Lora,Georgia,serif;font-size:24px;line-height:.98;color:var(--deep-teal);letter-spacing:-.05em}.lockup-text em{font-style:normal;text-transform:uppercase;letter-spacing:.2em;font-size:9px;color:var(--pale-gold);font-weight:800;white-space:nowrap}.compact-trust{padding:56px 0;background:var(--soft-mint)}.trust-compact-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.trust-compact-head h2{font-size:clamp(30px,3.5vw,44px)}.trust-compact-head p{margin-top:12px;font-size:16px}.trust-compact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.trust-card.compact{padding:18px;border-radius:20px}.trust-card.compact .trust-icon{width:36px;height:36px;border-radius:13px;margin-bottom:10px}.trust-card.compact h3{font-size:17px;letter-spacing:-.02em}.trust-card.compact p{font-size:14px;line-height:1.42;margin-top:7px}.roadmap-section{padding:60px 0}.roadmap-card{border-radius:24px}.footer-lockup{display:inline-flex;align-items:center;gap:14px;color:var(--deep-teal)}.footer-lockup-mark{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center}.footer-lockup-mark svg{width:58px;height:58px}.footer-lockup-text{display:grid}.footer-lockup-text strong{font-family:Lora,Georgia,serif;font-size:31px;line-height:1;letter-spacing:-.05em}.footer-lockup-text em{font-style:normal;text-transform:uppercase;letter-spacing:.21em;font-size:10px;color:var(--pale-gold);font-weight:800;margin-top:6px}.footer-grid p{margin-top:14px}.brand-mark{border:0;background:transparent}.brand-mark svg,.brand-logo-svg{width:100%;height:100%;display:block}
@media (max-width:1100px){.desktop-nav{gap:15px;font-size:13px}.nav-brand{min-width:auto}.brand-word{font-size:19px}.nav-actions .btn.small{min-width:auto}.hero-logo-lockup{left:18px;top:18px;transform:scale(.92);transform-origin:left top}.tablet{top:118px}.phone{top:196px}}
@media (max-width:980px){.section{padding:66px 0}.trust-compact-wrap{grid-template-columns:1fr}.trust-compact-grid{grid-template-columns:repeat(2,1fr)}.hero-logo-lockup{position:relative;left:auto;top:auto;width:max-content;margin:18px 0 0 20px}.home-scene{padding-top:1px}.tablet{top:96px}.phone{top:215px}.nav-logo-mark{width:34px;height:34px}.brand-word{font-size:20px}}
@media (max-width:650px){.section{padding:58px 0}.hero{padding-top:34px}.brand-word{font-size:18px}.nav-logo-mark{width:31px;height:31px}.nav-logo-mark .fp-icon-svg{width:31px;height:31px}.hero-logo-lockup{transform:scale(.86);margin-left:10px}.home-scene{min-height:650px}.tablet{top:88px}.phone{top:384px}.trust-compact-grid{grid-template-columns:1fr}.footer-lockup-text strong{font-size:25px}.footer-lockup-mark,.footer-lockup-mark svg{width:48px;height:48px}.cta-panel{padding:30px;min-height:300px}}


/* V6 polishing: icon-only nav + large hero logo */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.nav-brand{min-width:0;gap:0}
.nav-logo-mark{width:40px;height:40px}
.brand-word{display:none}
.hero-copy{padding-top:4px}
.hero-brand-stack{display:grid;justify-items:start;gap:8px;margin:6px 0 26px}
.hero-brand-mark{display:inline-flex;width:132px;height:132px}
.hero-brand-mark svg{width:132px;height:132px;display:block}
.hero-brand-word{font-family:Lora,Georgia,serif;font-size:clamp(54px,5.6vw,78px);line-height:.92;letter-spacing:-.055em;color:var(--deep-teal);font-weight:600}
.hero-brand-tag{text-transform:uppercase;letter-spacing:.26em;font-size:12px;color:var(--pale-gold);font-weight:800;padding-left:4px}
.hero-copy h1{font-size:clamp(36px,3.2vw,50px);max-width:620px}
.hero-sub{max-width:600px}
.hero-grid{align-items:start}
.home-scene{min-height:530px}
.tablet{top:54px;left:34px;width:338px;height:400px}
.tablet-content{height:312px}
.phone{right:34px;top:160px}
.plant-left{left:24px;bottom:78px}.plant-right{right:18px;top:72px}
.mug{right:128px;bottom:70px}
.hero-logo-lockup{display:none!important}
.footer-lockup-text strong{font-size:30px}
@media (max-width:1100px){.hero-brand-mark{width:116px;height:116px}.hero-brand-mark svg{width:116px;height:116px}.hero-brand-word{font-size:clamp(48px,5.2vw,68px)}.hero-brand-tag{font-size:11px}}
@media (max-width:980px){.hero-brand-stack{justify-items:start;margin-bottom:20px}.hero-brand-mark{width:108px;height:108px}.hero-brand-mark svg{width:108px;height:108px}.hero-brand-word{font-size:56px}.hero-copy h1{font-size:42px}.home-scene{min-height:510px}.tablet{top:56px}.phone{top:210px}}
@media (max-width:650px){.nav-logo-mark{width:34px;height:34px}.hero-brand-stack{justify-items:center;align-items:center;text-align:center;margin-bottom:18px}.hero-brand-mark{width:92px;height:92px}.hero-brand-mark svg{width:92px;height:92px}.hero-brand-word{font-size:44px}.hero-brand-tag{font-size:10px;letter-spacing:.22em;padding-left:0}.hero-copy{text-align:center}.hero-sub,.hero-copy h1{max-width:none}.pilot-note,.hero-actions{justify-content:center}.voice-pill{margin-left:auto;margin-right:auto}.microcopy{text-align:center}}


/* V7 exact logo image + simple header house */
.nav-logo-mark{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center}.nav-logo-mark .fp-house-svg{width:34px;height:34px;display:block}
.hero-brand-stack{display:none!important}
.hero-brand-board{margin:4px 0 22px;max-width:520px;border-radius:26px;overflow:hidden;box-shadow:0 18px 45px rgba(18,62,61,.10);border:1px solid rgba(232,225,214,.95);background:rgba(255,253,248,.88)}
.hero-brand-board img{display:block;width:100%;height:auto}
@media (max-width:980px){.hero-brand-board{max-width:560px;margin:4px auto 20px}}
@media (max-width:650px){.hero-brand-board{margin:2px auto 18px;border-radius:20px}.nav-logo-mark,.nav-logo-mark .fp-house-svg{width:31px;height:31px}}


/* V8 cropped clean logo placement */
.hero-brand-board{
  max-width: 500px !important;
  margin: 2px 0 24px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}
.hero-brand-board img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}
@media (max-width:980px){
  .hero-brand-board{
    max-width: 500px !important;
    margin: 0 auto 22px !important;
  }
}
@media (max-width:650px){
  .hero-brand-board{
    max-width: 360px !important;
    margin: 0 auto 18px !important;
  }
}


/* V9: make hero logo 30% smaller and improve first-screen composition */
.hero-brand-board{
  max-width: 350px !important;
  margin: 0 0 22px !important;
}
@media (max-width:980px){
  .hero-brand-board{
    max-width: 350px !important;
    margin: 0 auto 20px !important;
  }
}
@media (max-width:650px){
  .hero-brand-board{
    max-width: 252px !important;
    margin: 0 auto 16px !important;
  }
}


/* v10 photo integration */
.emotional-photo-wrap{margin-top:28px;margin-bottom:8px}
.emotional-photo-card{overflow:hidden;border-radius:34px;border:1px solid var(--soft-border);box-shadow:var(--shadow);background:var(--ivory)}
.emotional-photo-card img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}

.photo-card{overflow:hidden;padding:0;background:linear-gradient(135deg,var(--soft-mint),var(--ivory))}
.lifestyle-photo-wrap{position:relative;min-height:500px}
.lifestyle-photo-wrap img{display:block;width:100%;height:100%;min-height:500px;object-fit:cover}
.photo-card .quote-card{left:26px;right:26px;bottom:24px}

.audience-photo{margin:-10px -10px 24px;overflow:hidden;border-radius:24px;border:1px solid rgba(232,225,214,.88);box-shadow:var(--shadow-soft)}
.audience-photo img{display:block;width:100%;height:230px;object-fit:cover}
.parent-card::after,.family-card::after{opacity:.08}

.final-photo-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--soft-border);box-shadow:var(--shadow-soft);min-height:280px;background:var(--ivory)}
.final-photo-card img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}
.family-illustration{display:none}

@media (max-width:980px){
  .lifestyle-photo-wrap,.lifestyle-photo-wrap img{min-height:420px}
  .audience-photo img{height:260px}
}
@media (max-width:650px){
  .emotional-photo-card{border-radius:24px}
  .audience-photo{margin:-4px -4px 18px}
  .audience-photo img{height:210px}
  .lifestyle-photo-wrap,.lifestyle-photo-wrap img{min-height:340px}
  .photo-card .quote-card{left:18px;right:18px;bottom:18px;font-size:18px}
  .final-photo-card,.final-photo-card img{min-height:220px}
}


/* v11 photo tuning */
.emotional-photo-wrap{margin-top:24px;margin-bottom:0;max-width:860px;margin-left:auto;margin-right:auto}
.emotional-photo-card{border-radius:28px}
.emotional-photo-card img{aspect-ratio:16/9;max-height:380px;object-position:center 24%}

.photo-card{border-radius:34px}
.lifestyle-photo-wrap{min-height:460px}
.lifestyle-photo-wrap img{min-height:460px;object-position:center 30%}
.photo-card .quote-card{left:22px;right:22px;bottom:20px}

.audience-card{padding:34px}
.audience-photo{margin:-2px -2px 18px;overflow:hidden;border-radius:22px}
.audience-photo img{height:190px;object-position:center 28%}
.family-audience-photo img{object-position:center 35%}
.parent-audience-photo img{object-position:center 22%}

.cta-panel{grid-template-columns:1fr .92fr;min-height:360px}
.final-photo-card{min-height:300px;border-radius:26px}
.final-photo-card img,.cta-photo{min-height:300px;object-position:center 22%}

@media (max-width:980px){
  .emotional-photo-wrap{max-width:none}
  .emotional-photo-card img{max-height:none;aspect-ratio:5/3}
  .lifestyle-photo-wrap,.lifestyle-photo-wrap img{min-height:390px}
  .audience-photo img{height:240px}
  .cta-panel{grid-template-columns:1fr}
  .final-photo-card,.final-photo-card img,.cta-photo{min-height:260px}
}
@media (max-width:650px){
  .emotional-photo-wrap{margin-top:18px}
  .emotional-photo-card{border-radius:22px}
  .emotional-photo-card img{aspect-ratio:4/3}
  .lifestyle-photo-wrap,.lifestyle-photo-wrap img{min-height:320px}
  .audience-card{padding:24px}
  .audience-photo img{height:190px}
  .final-photo-card,.final-photo-card img,.cta-photo{min-height:220px}
}


/* v12 diversified photo crops */
.emotional-photo-card img{object-position:center 42%}
.parent-audience-photo img{object-position:center 26%}


/* v13: emotional CTA moved before preview form */
.final-cta{
  padding-top: 54px;
  padding-bottom: 72px;
}
.final-cta + .pilot-section{
  padding-top: 82px;
}
@media (max-width:650px){
  .final-cta{
    padding-top: 44px;
    padding-bottom: 58px;
  }
  .final-cta + .pilot-section{
    padding-top: 66px;
  }
}


/* v14 conversion optimization */
.hero-trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.hero-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 11px;
  border-radius:999px;
  border:1px solid var(--soft-border);
  background:rgba(255,253,248,.72);
  color:rgba(18,62,61,.82);
  font-size:13px;
  font-weight:700;
}
.hero-trust-row span::before{
  content:"✓";
  color:var(--muted-teal);
  font-weight:900;
}
.pilot-form .form-helper{
  margin-top:12px;
  text-align:center;
  color:rgba(18,62,61,.70);
  font-weight:600;
}
.mobile-sticky-cta{
  display:none;
}
@media (max-width:650px){
  body{padding-bottom:72px;}
  .mobile-sticky-cta{
    position:fixed;
    left:14px;
    right:14px;
    bottom:14px;
    z-index:60;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    border-radius:16px;
    background:var(--deep-teal);
    color:white;
    font-weight:800;
    box-shadow:0 18px 45px rgba(18,62,61,.25);
  }
  .hero-trust-row{justify-content:center;}
}


/* v16 short conversion version */
.short-version .section{padding-top:64px;padding-bottom:64px}
.short-version .hero{padding-top:104px;padding-bottom:64px}
.short-version .desktop-nav a[href="#voice"],
.short-version .desktop-nav a[href="#trust"],
.short-version .desktop-nav a[href="#pricing"]{display:none}
.short-logo{max-width:350px!important;margin:0 0 18px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}
.short-logo img{display:block;width:100%;height:auto}
.short-version .hero-copy h1{font-size:clamp(40px,4.4vw,64px);max-width:680px}
.short-version .hero-sub{font-size:22px;max-width:610px}
.short-scene{min-height:480px!important}
.short-tablet{top:42px!important;left:36px!important;width:330px!important;height:390px!important}
.short-phone{right:42px!important;top:170px!important}
.short-problem{background:linear-gradient(180deg,var(--warm-white),rgba(244,238,228,.55))}
.compact-split{align-items:center;gap:42px!important}
.compact-photo{border-radius:28px;max-height:360px;overflow:hidden}
.compact-photo img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 42%}
.compact-head{margin-bottom:24px!important}
.compact-card{padding:28px!important;min-height:0!important}
.compact-card .step-number{margin-bottom:18px}
.short-how .how-grid{gap:18px}
.short-privacy{background:var(--deep-teal);color:var(--warm-white);padding-top:52px!important;padding-bottom:52px!important}
.privacy-strip{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center}
.privacy-strip h2{color:var(--warm-white);margin:0}.privacy-strip .eyebrow{color:var(--pale-gold)}
.privacy-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.privacy-points span{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-weight:700;color:rgba(255,255,255,.9)}
.short-pricing{background:linear-gradient(135deg,rgba(244,163,124,.10),rgba(216,168,78,.12))}
.pricing-teaser{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:rgba(255,253,248,.85);border:1px solid var(--soft-border);border-radius:32px;padding:38px;box-shadow:var(--shadow-soft)}
.pricing-teaser h2{margin-bottom:10px}.pricing-teaser p{font-size:18px;line-height:1.65;color:var(--muted-text);max-width:760px;margin:0}
.short-form-section{padding-top:72px!important}
.short-form-grid{align-items:start!important}.short-form-grid .pilot-copy{position:sticky;top:110px}
.pilot-form textarea{width:100%;border:1px solid rgba(232,225,214,.95);border-radius:16px;padding:14px 16px;font-family:Inter,Arial,sans-serif;font-size:15px;resize:vertical;background:#fff;color:var(--deep-teal)}
.short-faq{padding-top:60px!important}.short-faq .faq-list details:nth-child(n+4){display:none}
.mobile-sticky-cta{position:fixed;left:14px;right:14px;bottom:14px;z-index:50;display:none;text-align:center;text-decoration:none;background:var(--soft-peach);color:#fff;font-weight:800;padding:15px 18px;border-radius:999px;box-shadow:0 14px 34px rgba(244,163,124,.35)}
@media(max-width:980px){
  .short-version .section{padding-top:52px;padding-bottom:52px}.short-version .hero{padding-top:96px}
  .short-logo{max-width:330px!important;margin-left:auto!important;margin-right:auto!important}
  .short-scene{min-height:440px!important}.short-tablet{left:50%!important;transform:translateX(-58%);width:310px!important}.short-phone{right:28px!important;top:188px!important}
  .privacy-strip,.pricing-teaser{grid-template-columns:1fr}.pricing-teaser .btn{justify-self:start}
  .short-form-grid .pilot-copy{position:static}
}
@media(max-width:650px){
  .short-version .section{padding-top:44px;padding-bottom:44px}.short-version .hero{padding-top:86px;padding-bottom:44px}
  .short-logo{max-width:270px!important}.short-version .hero-copy h1{font-size:38px}.short-version .hero-sub{font-size:18px}
  .short-scene{min-height:400px!important}.short-tablet{left:50%!important;top:30px!important;width:275px!important;height:330px!important}.short-phone{display:none!important}
  .compact-photo img{height:260px}.privacy-points{grid-template-columns:1fr}.pricing-teaser{padding:26px;border-radius:24px}.pricing-teaser .btn{width:100%;justify-self:stretch}
  .mobile-sticky-cta{display:block}.site-footer{padding-bottom:86px}
}


/* v17 trust update: concrete example + next steps + founder note */
.mini-scenario{
  display:grid;
  gap:6px;
  margin:18px 0 0;
  max-width:620px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,253,248,.72);
  border:1px solid var(--soft-border);
  color:var(--deep-teal);
  font-weight:650;
  box-shadow:var(--shadow-soft);
}
.mini-scenario span:last-child{
  color:rgba(79,92,90,.86);
  font-weight:600;
  font-size:15px;
}
.after-apply-section{
  padding-top:46px!important;
  padding-bottom:46px!important;
  background:linear-gradient(180deg,rgba(255,253,248,.42),rgba(232,241,236,.42));
}
.after-apply-panel{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:28px;
  align-items:center;
  background:rgba(255,253,248,.82);
  border:1px solid var(--soft-border);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow-soft);
}
.after-apply-panel h2{
  font-size:clamp(28px,3vw,40px);
}
.after-apply-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.after-apply-steps div{
  display:grid;
  gap:10px;
  padding:18px;
  border-radius:20px;
  background:var(--warm-white);
  border:1px solid var(--soft-border);
}
.after-apply-steps strong{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--deep-teal);
  color:#fff;
}
.after-apply-steps span{
  color:var(--deep-teal);
  font-weight:700;
  line-height:1.35;
}
.founder-note{
  margin-top:16px;
  padding:18px;
  border-radius:20px;
  background:rgba(255,253,248,.10);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.86);
}
.founder-note strong{
  display:block;
  color:#fff;
  margin-bottom:6px;
}
.founder-note p{
  margin:0;
  font-size:14px;
  line-height:1.55;
}
.short-faq .faq-list details:nth-child(n+4){
  display:block;
}
.short-faq .faq-list details:nth-child(n+5){
  display:none;
}
@media(max-width:980px){
  .after-apply-panel{
    grid-template-columns:1fr;
  }
  .after-apply-steps{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .mini-scenario{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }
  .after-apply-section{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  .after-apply-panel{
    padding:22px;
    border-radius:24px;
  }
}


/* v18 final trust + softer CTA */
:root{
  --cta-teal: #1F5B56;
  --cta-teal-hover: #174A46;
}
.btn-primary{
  background: var(--cta-teal) !important;
  border-color: var(--cta-teal) !important;
  box-shadow: 0 12px 28px rgba(31, 91, 86, 0.18) !important;
}
.btn-primary:hover{
  background: var(--cta-teal-hover) !important;
  border-color: var(--cta-teal-hover) !important;
}
.connection-line{
  margin: -4px auto 22px;
  max-width: 720px;
  color: var(--deep-teal);
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
.form-trust-line{
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(18,62,61,.72);
  font-weight: 650;
}
.sticky-mobile-cta .btn-primary{
  background: var(--cta-teal) !important;
}
@media(max-width:650px){
  .connection-line{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .form-trust-line{
    font-size: 12px;
  }
}


/* v19 cleanup: no standalone connection strip, clean privacy line, fixed form CTA */
.connection-line{
  margin: -4px auto 18px;
  max-width: 720px;
  color: var(--deep-teal);
  font-weight: 800;
  font-size: 17px;
  text-align: center;
}
@media(max-width:650px){
  .connection-line{
    font-size: 15px;
    margin-bottom: 14px;
  }
}


/* v20 footer polish */
.site-footer{padding:34px 0 30px;border-top:1px solid var(--soft-border);background:rgba(255,253,248,.45)}
.footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;padding-bottom:0;border-bottom:0}
.footer-brand-block{max-width:520px}
.footer-lockup{display:inline-flex;align-items:center;gap:12px;color:var(--deep-teal)}
.footer-mark{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--deep-teal);opacity:.9;transform:translateY(1px)}
.footer-lockup-text{display:grid;gap:4px}
.footer-lockup-text strong{font-family:Lora,Georgia,serif;font-size:30px;line-height:1;letter-spacing:-.05em;color:var(--deep-teal)}
.footer-lockup-text span{color:var(--deep-teal);font-weight:500;font-size:12px;letter-spacing:.02em}
.footer-brand-block p{margin-top:12px;max-width:420px;font-size:15px;line-height:1.5;color:rgba(79,92,90,.88)}
.footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px 28px;color:var(--deep-teal);font-weight:700;font-size:15px}
.footer-nav a{opacity:.92}
.footer-nav a:hover{opacity:1}
.footer-nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;background:rgba(232,241,236,.9);border:1px solid var(--soft-border);box-shadow:var(--shadow-soft)}
@media(max-width:800px){
  .site-footer{padding:28px 0 24px}
  .footer-grid{grid-template-columns:1fr;align-items:start;gap:18px}
  .footer-nav{justify-content:flex-start;gap:12px 18px}
}
@media(max-width:650px){
  .footer-lockup-text strong{font-size:26px}
  .footer-brand-block p{font-size:14px;max-width:none}
  .footer-nav{display:grid;grid-template-columns:1fr;justify-items:start}
  .footer-nav-cta{width:auto}
}


/* v21 final polish */
.compact-photo img{object-position:center 28%}
.site-footer{margin-top:8px}
.footer-grid{min-height:auto}
.footer-nav{row-gap:10px}
@media(max-width:650px){
  .compact-photo img{object-position:center 22%}
}
