/* =========================================================
   AI SEARCH PRO — "The site that answers back"
   Palette per brief:
   forest green #075B45 · signal yellow #FFD447 · off-white #F4F5F1
   deep navy #18213D · pale mint #DDEEE5 · near-black #121714
   Type: Google Sans (Rubik fallback for Hebrew) · Google Sans Code (labels)
   ========================================================= */
:root{
  --green:#075B45;--green-deep:#04382B;--yellow:#FFD447;--paper:#F4F5F1;
  --navy:#18213D;--mint:#DDEEE5;--ink:#121714;
  --muted:#5E6963;--line:#E1E5E1;--card:#fff;
  --on-green:#F4F5F1;--on-green-muted:rgba(244,245,241,.68);
  --r:26px;
  --display:'Google Sans','Rubik',sans-serif;
  --body:'Google Sans','Rubik',system-ui,sans-serif;
  --mono:'Google Sans Code',monospace;
}
*{box-sizing:border-box;margin:0;padding:0}
::selection{background:var(--yellow);color:var(--ink)}
html{scroll-behavior:smooth}
body{background:var(--paper);color:var(--ink);font-family:var(--body);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
svg{display:block}
img,video{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.mono{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;direction:ltr;display:inline-block}
h1,h2,.display{font-family:var(--display)}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:6px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:9px;justify-content:center;min-height:48px;padding:13px 30px;border-radius:999px;border:none;cursor:pointer;font-family:var(--body);font-size:16px;font-weight:700;transition:transform .22s,box-shadow .22s,background .22s,color .22s}
.btn-yellow{background:var(--yellow);color:var(--ink)}
.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,212,71,.4)}
.btn-ghost{background:transparent;border:1.5px solid rgba(244,245,241,.35);color:var(--on-green)}
.btn-ghost:hover{border-color:var(--on-green)}
.btn-ghost.dark{border-color:var(--line);color:var(--ink)}
.btn-ghost.dark:hover{border-color:var(--ink)}
.btn-green{background:var(--green);color:var(--on-green)}
.btn-green:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,91,69,.3)}
.btn-sm{min-height:44px;padding:10px 22px;font-size:14.5px}

/* ---------- header ---------- */
header{position:fixed;top:0;right:0;left:0;z-index:110;padding:16px 0;transition:background .35s,box-shadow .35s,padding .35s,transform .3s}
header.scrolled{background:var(--green);box-shadow:0 1px 0 rgba(0,0,0,.15);padding:10px 0}
header.hidden{transform:translateY(-110%)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:var(--on-green)}
.logo i{width:34px;height:34px;border-radius:11px;background:var(--yellow);display:flex;align-items:center;justify-content:center}
.logo i svg{width:17px;height:17px;fill:var(--ink)}
.nav-links{display:flex;gap:28px;font-size:15px;font-weight:500;color:var(--on-green-muted)}
.nav-links a{min-height:44px;display:inline-flex;align-items:center}
.nav-links a:hover{color:var(--on-green)}
@media(max-width:900px){.nav-links{display:none}}

/* ---------- HERO ---------- */
.hero{position:relative;background:var(--green);color:var(--on-green);min-height:100svh;display:flex;align-items:center;padding:130px 0 80px;overflow:hidden}
.hero-noise{position:absolute;inset:0;pointer-events:none;opacity:0;
  background-image:radial-gradient(rgba(244,245,241,.13) 1px,transparent 1px);
  background-size:26px 26px}
html:not(.anim) .hero-noise{opacity:1}
/* yellow marker for the core promise: answers come from the site's own content */
.mark{font-style:normal;font-weight:700;background:linear-gradient(transparent 64%, rgba(255,212,71,.95) 64%);padding:0 2px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;width:100%}
.hero h1{font-size:clamp(38px,4.6vw,68px);font-weight:900;line-height:1.08;letter-spacing:-.01em;margin-bottom:22px}
.hero h1 .big{display:block;font-size:clamp(52px,6.6vw,104px);line-height:1.02}
.hero-sub{font-size:19px;color:var(--on-green-muted);max-width:440px;margin-bottom:32px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-cta .btn-yellow{transition:opacity .4s,transform .22s,box-shadow .22s}
html.anim .hero-cta .btn-yellow.waiting{opacity:.45;pointer-events:none}
.hero-kicker{margin-bottom:18px;color:rgba(244,245,241,.55)}

/* hero product scene: live widget + question-card field, bleeding past the container */
.hero-scene{position:relative;min-height:560px}
@media(min-width:1240px){.hero-scene{margin-left:calc((100vw - 1200px)/-2 - 24px)}}
.qcard{position:absolute;background:#fff;color:var(--ink);border-radius:14px;padding:11px 16px;font-size:14.5px;font-weight:500;box-shadow:0 14px 34px rgba(4,56,43,.35);white-space:nowrap;will-change:transform}
.qcard .mono{display:block;font-size:9.5px;color:var(--muted);margin-top:3px;letter-spacing:.12em}
.qcard.src{background:var(--mint);font-size:13px;padding:8px 14px;color:var(--green-deep)}
.qcard.act{background:var(--yellow)}
html.anim .qcard{opacity:0}

/* ---------- live widget (enlarged, shared with final CTA styling) ---------- */
.widget{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 40px 90px rgba(4,56,43,.45);font-size:15.5px;color:var(--ink);max-width:560px;margin:0 auto;position:relative;z-index:2;will-change:transform}
html.anim .widget{clip-path:inset(12% 8% 12% 8% round 26px);opacity:0}
.w-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 20px;background:var(--green-deep);color:var(--on-green)}
.w-head-r{display:flex;align-items:center;gap:11px}
.w-ava{width:36px;height:36px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center}
.w-ava svg{width:17px;height:17px;fill:var(--ink)}
.w-name{font-weight:700;font-size:15.5px}
.w-status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85}
.w-status i{width:7px;height:7px;border-radius:50%;background:var(--yellow)}
.w-head .mono{font-size:10px;color:rgba(244,245,241,.5)}
.w-body{padding:18px;background:#F7F9F7;height:300px;overflow:auto;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}
.w-msg{border-radius:15px;padding:11px 15px;max-width:88%;line-height:1.55}
.w-msg.u{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:5px}
.w-msg.b{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}
.w-src{margin-top:8px;display:flex;gap:6px;flex-wrap:wrap}
.w-src i{font-style:normal;font-size:12px;padding:3px 11px;border:1px solid var(--mint);border-radius:999px;color:var(--green);background:var(--mint);font-weight:500}
.w-typing{display:inline-flex;gap:4px}
.w-typing i{width:7px;height:7px;border-radius:50%;background:#B9C2BD;animation:wb 1.2s infinite ease-in-out}
.w-typing i:nth-child(2){animation-delay:.15s}
.w-typing i:nth-child(3){animation-delay:.3s}
@keyframes wb{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}
.w-lead{margin-top:9px;display:flex;flex-direction:column;gap:7px}
.w-lead input{padding:10px 13px;border:1px solid var(--line);border-radius:10px;font-family:inherit;font-size:13.5px;background:#F7F9F7}
.w-lead button{min-height:40px;padding:9px;border:none;border-radius:10px;background:var(--yellow);color:var(--ink);font-family:inherit;font-weight:700;font-size:13.5px}
.w-pills{display:flex;gap:7px;flex-wrap:wrap;padding:0 16px 12px;background:#F7F9F7}
.w-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;min-height:36px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .2s}
.w-pill:hover{background:var(--mint);color:var(--green-deep);border-color:var(--green)}
.w-note{text-align:center;font-size:11.5px;color:var(--muted);padding:8px;background:#fff;border-top:1px solid var(--line)}

/* ---------- sections base ---------- */
section{padding:110px 0;position:relative}
.kicker{font-size:13px;font-weight:700;color:var(--green);margin-bottom:14px}
h2{font-size:clamp(32px,4.2vw,58px);font-weight:900;line-height:1.14;letter-spacing:-.01em;margin-bottom:16px}
.sec-sub{font-size:18px;color:var(--muted);max-width:620px}

/* ---------- 2. VALUE PROOF (editorial, off-white) ---------- */
.value-head{max-width:900px;margin-bottom:64px}
.value-head h2{font-size:clamp(40px,5.4vw,76px)}
.value-head .tail{color:var(--green)}
.value-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:72px;align-items:start}
.outcome{padding:26px 0;border-top:1px solid var(--line)}
.outcome:last-child{border-bottom:1px solid var(--line)}
.outcome .mono{color:var(--green);margin-bottom:8px}
.outcome h3{font-size:22px;font-weight:700;margin-bottom:6px}
.outcome p{font-size:17px;color:var(--muted);max-width:420px}
.value-visual{position:relative}
.closeup{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:34px;box-shadow:0 26px 70px rgba(18,23,20,.09)}
.closeup .mmsg{border-radius:15px;padding:13px 17px;font-size:16px;max-width:90%;line-height:1.55}
.closeup .mmsg.u{margin-right:auto;margin-left:0;background:var(--green);color:#fff;border-bottom-right-radius:5px;width:fit-content}
.closeup .mmsg.b{background:#F7F9F7;border:1px solid var(--line);border-bottom-left-radius:5px;margin-top:12px}
.closeup .w-src i{font-size:12.5px}
.flowline{margin-top:34px;position:relative}
.flowline svg{width:100%;height:56px}
.flowline path{stroke:var(--green);stroke-width:2;fill:none;stroke-dasharray:4 7}
.flow-labels{display:flex;justify-content:space-between;font-weight:700;font-size:15px}
.flow-labels span b{display:block;font-size:12px;color:var(--muted);font-weight:500}
@media(max-width:960px){.value-grid{grid-template-columns:1fr;gap:44px}}
.fit{margin-top:64px;border-right:4px solid var(--yellow);padding:8px 26px 8px 0;max-width:760px}
.fit-yes{font-size:18px;margin-bottom:10px}
.fit-yes b{color:var(--green)}
.fit-no{font-size:16px;color:var(--muted)}

/* ---------- 3. PINNED PRODUCT STORY (immersive dark green) ---------- */
.story{background:var(--green);color:var(--on-green);padding:0}
.story .kicker{color:var(--yellow)}
.story h2{color:var(--on-green)}
.story-desktop{display:none}
body.pin-ok .story-desktop{display:block;height:400vh}
body.pin-ok .story-mobile{display:none}
.story-pin{height:100svh;display:flex;align-items:center;overflow:hidden;position:relative}
.story-frame{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;width:100%}
.story-copy-col{position:relative;min-height:340px}
.story-copy{position:absolute;inset:0;opacity:0}
.story-copy:first-child{opacity:1}
.story-copy .mono{color:var(--yellow);margin-bottom:14px}
.story-copy h3{font-family:var(--display);font-size:clamp(30px,3.2vw,46px);font-weight:900;line-height:1.15;margin-bottom:14px}
.story-copy p{font-size:18px;color:var(--on-green-muted);max-width:420px}
.story-dots{display:flex;gap:10px;margin-top:36px;position:absolute;bottom:0}
.story-dots i{width:34px;height:4px;border-radius:2px;background:rgba(244,245,241,.22);transition:background .3s}
.story-dots i.on{background:var(--yellow)}
/* the single evolving product scene */
.scene{background:#fff;color:var(--ink);border-radius:22px;box-shadow:0 40px 100px rgba(4,56,43,.5);overflow:hidden;max-width:620px;position:relative}
.scene .w-head{padding:14px 20px}
.scene-title{transition:opacity .3s}
.scene-body{padding:20px;background:#F7F9F7;height:380px;position:relative;overflow:hidden}
.sc{position:absolute;right:20px;left:20px}
.sc .w-msg{max-width:82%}
.sc-q1{top:20px}
.sc-a1{top:74px;opacity:0}
.sc-a1 .w-src i.confirm{background:var(--green);color:#fff;border-color:var(--green)}
.sc-q2{top:212px;opacity:0}
.sc-a2{top:266px;opacity:0}
.sc-a2 .w-msg.b{background:#FFF6D6;border-color:#F2DC8A}
.sc-a2 .w-lead{display:flex}
/* insight overlay (state 4) */
.sc-insight{position:absolute;inset:0;background:#F7F9F7;padding:22px;opacity:0;display:flex;flex-direction:column;gap:12px}
.sc-insight .mono{color:var(--green)}
.ins-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px 17px;font-size:15px;font-weight:500}
.ins-row b{color:var(--green);font-family:var(--mono);font-size:13px;direction:ltr}
.ins-row.hot{border-color:var(--yellow);background:#FFFBEB}
/* incoming card that travels into the scene */
.travel-card{position:absolute;top:46%;right:-40px;z-index:3;background:#fff;border-radius:14px;padding:11px 16px;font-size:14.5px;font-weight:500;box-shadow:0 16px 40px rgba(4,56,43,.4);opacity:0;color:var(--ink)}
/* mobile / reduced-motion story: four controlled states */
.story-mobile{padding:96px 0}
.m-states{display:grid;gap:18px;margin-top:44px}
.m-state{background:rgba(244,245,241,.06);border:1px solid rgba(244,245,241,.14);border-radius:20px;padding:26px}
.m-state .mono{color:var(--yellow);margin-bottom:10px}
.m-state h3{font-family:var(--display);font-size:24px;font-weight:700;margin-bottom:8px}
.m-state p{font-size:16.5px;color:var(--on-green-muted);margin-bottom:18px}
.m-snap{background:#fff;color:var(--ink);border-radius:15px;padding:15px;font-size:14px}
.m-snap .w-msg{max-width:100%;padding:9px 13px}
.m-snap .w-msg + .w-msg{margin-top:8px}
.m-snap .w-msg.warn{background:#FFF6D6;border:1px solid #F2DC8A;border-radius:15px}
@media(min-width:601px){.m-states{grid-template-columns:1fr 1fr}}

/* ---------- 4. YELLOW INTERRUPTION (full-bleed) ---------- */
.yellow{background:var(--yellow);color:var(--ink);padding:120px 0}
.yellow h2{font-size:clamp(40px,6vw,88px);line-height:1.06;margin-bottom:20px}
.yellow p.lede{font-size:20px;font-weight:500;max-width:560px;margin-bottom:56px}
/* the transformation motif in code: your content -> AI Search Pro -> your answers */
.pipeline{display:grid;grid-template-columns:1fr auto 1.25fr;gap:0;align-items:center}
.pipe-col{display:flex;flex-direction:column;gap:10px}
.pipe-tag{color:rgba(18,23,20,.55);margin-bottom:8px}
.pcard{background:#fff;border-radius:14px;padding:13px 18px;font-weight:500;font-size:15.5px;display:flex;gap:11px;align-items:center;box-shadow:0 10px 26px rgba(18,23,20,.12);width:fit-content}
.pcard i{font-style:normal}
.pipe-mid{position:relative;padding:0 84px;display:flex;align-items:center;--draw:1}
.pipe-mid::before,.pipe-mid::after{content:'';position:absolute;top:50%;width:70px;border-top:2px dashed rgba(18,23,20,.45);transform:scaleX(var(--draw))}
.pipe-mid::before{right:8px;transform-origin:right center}
.pipe-mid::after{left:8px;transform-origin:left center}
.pipe-node{width:130px;height:130px;border-radius:30px;background:var(--green-deep);color:var(--on-green);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;font-weight:700;font-size:13px;box-shadow:0 20px 50px rgba(4,56,43,.35)}
.pipe-node svg{width:26px;height:26px;fill:var(--yellow)}
.pans{background:var(--green);color:#fff;border-radius:16px;padding:16px 20px;font-size:15.5px;line-height:1.55;max-width:420px;box-shadow:0 14px 34px rgba(4,56,43,.25)}
.pans .w-src{margin-top:9px}
.pout{background:#fff;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;width:fit-content;display:flex;gap:9px;align-items:center;box-shadow:0 10px 26px rgba(18,23,20,.12)}
.pout i{font-style:normal;color:var(--green);font-weight:900}
.pipe-note{margin-top:48px;font-size:clamp(19px,2.2vw,26px);font-weight:500;max-width:760px}
.pipe-note b{font-weight:700;border-bottom:3px solid var(--ink)}
@media(max-width:940px){
  .pipeline{grid-template-columns:1fr;gap:26px}
  .pipe-mid{padding:0;justify-content:flex-start}
  .pipe-mid::before,.pipe-mid::after{display:none}
  .pipe-node{width:110px;height:110px}
}

/* ---------- 5. HOW IT WORKS (navy, full-bleed) ---------- */
.how{background:var(--navy);color:var(--on-green);padding:120px 0}
.how .kicker{color:var(--yellow)}
.how h2{color:#fff}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:64px;position:relative}
.steps-line{position:absolute;top:26px;right:70px;left:70px;height:2px;pointer-events:none}
.steps-line path{stroke:var(--yellow);stroke-width:2;fill:none;stroke-dasharray:6 8;opacity:.85}
.step{position:relative}
.step .mono{display:flex;width:52px;height:52px;border-radius:50%;background:var(--green);color:var(--on-green);font-size:17px;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:1}
.step h3{font-family:var(--display);font-size:26px;font-weight:700;margin-bottom:8px}
.step p{font-size:17px;color:rgba(255,255,255,.68)}
.how .foot-line{margin-top:56px;display:flex;gap:30px;flex-wrap:wrap;font-size:15.5px;color:rgba(255,255,255,.75)}
.how .foot-line i{font-style:normal;color:var(--yellow);font-weight:800;margin-left:8px}
@media(max-width:880px){.steps{grid-template-columns:1fr;gap:36px}.steps-line{display:none}}

/* ---------- 6. PRICING (editorial panels) ---------- */
.plans{display:grid;grid-template-columns:1fr 1.12fr;gap:22px;margin-top:56px;align-items:stretch}
.plan{border-radius:var(--r);padding:52px 46px;display:flex;flex-direction:column;position:relative}
.plan.light{background:var(--card);border:1px solid var(--line)}
.plan.dark{background:var(--green);color:var(--on-green);box-shadow:0 30px 80px rgba(7,91,69,.28)}
.plan .mono{color:var(--muted);margin-bottom:16px}
.plan.dark .mono{color:var(--yellow)}
.plan h3{font-family:var(--display);font-size:clamp(24px,2.3vw,32px);font-weight:900;line-height:1.2;margin-bottom:14px}
.plan .price{font-family:var(--display);font-size:clamp(52px,5vw,74px);font-weight:900;letter-spacing:-.02em;line-height:1}
.plan .price small{font-size:18px;font-weight:500;font-family:var(--body)}
.plan .note{font-size:15.5px;color:var(--muted);margin:10px 0 30px;max-width:380px}
.plan.dark .note{color:var(--on-green-muted)}
.plan-badge{position:absolute;top:-16px;right:44px;background:var(--yellow);color:var(--ink);border-radius:999px;padding:8px 20px;font-size:14px;font-weight:800}
.checks{list-style:none;display:flex;flex-direction:column;gap:13px;margin-bottom:34px;flex:1}
.checks li{display:flex;gap:11px;font-size:17px;align-items:baseline}
.checks li i{font-style:normal;color:var(--green);font-weight:900;flex:0 0 auto}
.plan.dark .checks li i{color:var(--yellow)}
.plan-cta{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:900px){.plans{grid-template-columns:1fr}.plan{padding:38px 28px}}
.trust{margin-top:26px;background:var(--mint);border-radius:20px;padding:28px 34px;display:flex;gap:34px;flex-wrap:wrap;font-size:15.5px;color:var(--green-deep)}
.trust span{display:flex;gap:9px;align-items:baseline}
.trust i{font-style:normal;font-weight:900;color:var(--green)}
.terms{margin-top:20px;font-size:15px;color:var(--muted);line-height:1.75;max-width:860px}
.terms b{color:var(--ink)}
/* creator, compact */
.about{display:grid;grid-template-columns:150px 1fr;gap:30px;align-items:center;margin-top:72px;padding-top:56px;border-top:1px solid var(--line)}
.about .ph{width:150px;aspect-ratio:1;border-radius:18px;background:var(--mint);display:flex;align-items:center;justify-content:center;color:var(--green);overflow:hidden}
.about .ph img{width:100%;height:100%;object-fit:cover}
.about .ph svg{width:52px;height:52px;opacity:.55}
.about h3{font-family:var(--display);font-size:24px;font-weight:700;margin-bottom:8px}
.about p{font-size:17px;color:var(--muted);max-width:640px}
.about p b{color:var(--ink)}
@media(max-width:640px){.about{grid-template-columns:1fr}.about .ph{width:120px}}

/* ---------- 7. FAQ ---------- */
.faq{max-width:800px;margin-top:52px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item:first-child{border-top:1px solid var(--line)}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:24px 4px;background:none;border:none;cursor:pointer;font-family:var(--body);font-size:19px;font-weight:700;color:var(--ink);text-align:right;min-height:48px}
.faq-q i{flex:0 0 auto;width:34px;height:34px;background:var(--mint);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:19px;transition:transform .3s}
.faq-item.open .faq-q i{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{padding:0 4px 24px;color:var(--muted);font-size:17.5px;max-width:680px}

/* ---------- 8. FINAL CTA (full-bleed dark green) ---------- */
.cta{background:var(--green);color:var(--on-green);padding:130px 0}
.cta .kicker{color:var(--yellow)}
.cta h2{color:var(--on-green);font-size:clamp(36px,4.6vw,64px)}
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.cta-sub{font-size:18px;color:var(--on-green-muted);max-width:440px;margin-bottom:30px}
/* resolved question cards — the hero's questions arrive answered */
.resolved{display:flex;flex-direction:column;gap:10px;margin-bottom:36px}
.resolved span{display:flex;align-items:center;gap:11px;background:rgba(244,245,241,.07);border:1px solid rgba(244,245,241,.14);border-radius:13px;padding:12px 17px;font-size:15px;width:fit-content}
.resolved i{font-style:normal;color:var(--yellow);font-weight:900}
.wa-row{display:flex;gap:24px;flex-wrap:wrap}
.wa-link{display:inline-flex;align-items:center;gap:9px;font-weight:500;color:var(--on-green-muted);font-size:15.5px;min-height:44px}
.wa-link:hover{color:var(--on-green)}
.wa-link svg{width:19px;height:19px;fill:var(--yellow)}
/* the form dressed as the product */
.cta-widget{background:#fff;color:var(--ink);border-radius:22px;overflow:hidden;box-shadow:0 40px 90px rgba(4,56,43,.5);max-width:520px;justify-self:start}
.cta-widget .w-head{padding:15px 20px}
.cta-form{display:flex;flex-direction:column;gap:11px;padding:24px;background:#F7F9F7}
.cta-form label{font-size:13.5px;font-weight:700;color:var(--muted)}
.cta-form input{padding:13px 16px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);font-family:inherit;font-size:15.5px}
.cta-form input:focus{outline:2px solid var(--green);border-color:transparent}
.cta-form .btn{margin-top:6px}
@media(max-width:940px){.cta-grid{grid-template-columns:1fr;gap:44px}.cta-widget{justify-self:stretch}}

/* ---------- footer ---------- */
footer{background:var(--green-deep);color:rgba(244,245,241,.6);padding:34px 0;font-size:14.5px}
.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;align-items:center}
.foot .logo{font-size:15.5px}

/* ---------- motion / reveal helpers ---------- */
.wd{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.12em;margin-bottom:-.12em}
.wi{display:inline-block}
html.anim .wi{transform:translateY(115%)}
.reveal{opacity:1}
html.anim .reveal{opacity:0;transform:translateY(28px)}
/* custom cursor — precise pointers only */
.cursor{position:fixed;top:0;left:0;width:12px;height:12px;border-radius:50%;background:var(--yellow);mix-blend-mode:difference;pointer-events:none;z-index:200;transform:translate(-50%,-50%);transition:width .25s,height .25s,opacity .25s;opacity:0}
body.fine .cursor{opacity:1}
.cursor.big{width:44px;height:44px;opacity:.35}
@media(hover:none),(max-width:900px){.cursor{display:none}}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  html.anim .reveal,html.anim .wi,html.anim .qcard,html.anim .widget{opacity:1;transform:none;clip-path:none}
  html.anim .hero-noise{opacity:1}
  html.anim .hero-cta .btn-yellow.waiting{opacity:1;pointer-events:auto}
  .w-typing i{animation:none}
  .cursor{display:none}
}
@media(max-width:900px){
  section{padding:76px 0}
  .hero{min-height:auto;padding:110px 0 64px}
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-scene{min-height:auto}
  .qcard{display:none}
  .widget{max-width:100%}
  .yellow,.how,.cta{padding:84px 0}
}

/* WordPress integration */
body.admin-bar #header{top:32px}
.asp-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-notice{margin:0 0 18px;padding:13px 16px;border-radius:12px;font-size:14px;font-weight:700}
.form-notice.is-success{background:var(--mint);color:var(--green-deep)}
.form-notice.is-error{background:#fff0ed;color:#8a2d1f}
.about .ph img{width:100%;height:100%;object-fit:cover}
.asp-content{min-height:70vh;padding:140px 0 80px}
.asp-content article{max-width:820px;margin:0 auto}
.asp-content h1{font-size:clamp(34px,5vw,64px);line-height:1.1;margin-bottom:28px}
.asp-content p{margin-bottom:1.2em}
@media(max-width:782px){body.admin-bar #header{top:46px}}
