/* Created: 00:39 29-Aug-2026 */
/* Updated: 00:59 29-Aug-2026 — .doc styles for the Privacy Policy and Terms pages */
/* Updated: 20:35 30-Aug-2026 — real logo lockup replaces the emoji mark */
/* Banana Forms — marketing site (bananaforms.com).
   Palette is the APPROVED "banana" skin from product/design/skins.css, not a new look.
   No CDN, no webfonts: the site must work offline and travel with the repo. */

:root{
  --bg:#fffdf5; --fg:#1c1a12; --muted:#6b6450;
  --accent:#ffd83d; --btn-bg:#111; --btn-fg:#ffd83d;
  --field-bg:#fff6d6; --border:rgba(60,50,10,.14);
  --rule:rgba(60,50,10,.09);
  --maxw:1080px; --pad:24px;
  --sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Inter,Roboto,Helvetica,Arial,sans-serif;
  --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--sans);
     font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}
section{padding:84px 0;border-top:1px solid var(--rule)}
section:first-of-type{border-top:0}

/* ---- type ---- */
h1,h2,h3{line-height:1.15;letter-spacing:-.02em;margin:0}
h1{font-size:clamp(38px,6.2vw,66px);font-weight:800}
h2{font-size:clamp(27px,3.4vw,38px);font-weight:750;margin-bottom:14px}
h3{font-size:19px;font-weight:700;margin-bottom:7px}
p{margin:0 0 18px}
.lead{font-size:clamp(18px,2vw,21px);color:var(--muted);max-width:56ch}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
         color:var(--muted);margin-bottom:16px}
.muted{color:var(--muted)}
.small{font-size:14.5px;line-height:1.6}

/* ---- header ---- */
header{position:sticky;top:0;z-index:20;background:rgba(255,253,245,.88);
       backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--rule)}
.bar{display:flex;align-items:center;gap:18px;height:66px}
.brand img{height:34px;width:auto;display:block}
.mark img{width:74%;height:74%;object-fit:contain;display:block}
.foot .brand img,footer .brand img{height:28px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17.5px;
       letter-spacing:-.02em;text-decoration:none}
.mark{width:32px;height:32px;border-radius:9px;background:var(--accent);
      display:grid;place-items:center;font-size:18px;line-height:1;
      box-shadow:0 1px 0 rgba(60,50,10,.14)}
nav{margin-left:auto;display:flex;align-items:center;gap:26px}
nav a{text-decoration:none;font-size:15px;font-weight:600;color:var(--muted)}
nav a:hover{color:var(--fg)}
@media(max-width:640px){ nav .hide-sm{display:none} }

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
     font:700 16.5px/1 var(--sans);padding:16px 26px;border-radius:11px;border:0;
     background:var(--btn-bg);color:var(--btn-fg);text-decoration:none;cursor:pointer;
     transition:transform .12s ease, box-shadow .12s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(28,26,18,.18)}
.btn.ghost{background:transparent;color:var(--fg);border:1.5px solid var(--border)}
.btn.ghost:hover{box-shadow:none;background:var(--field-bg)}
.btn.sm{font-size:15px;padding:11px 18px;border-radius:9px}
.cta-row{display:flex;flex-wrap:wrap;gap:13px;align-items:center;margin-top:30px}

/* ---- hero ---- */
.hero{padding:82px 0 74px}
.hero .lead{margin-top:20px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
@media(max-width:900px){ .hero-grid{grid-template-columns:1fr;gap:40px} }
.hero h1 em{font-style:normal;background:linear-gradient(transparent 62%,var(--accent) 62%);
            padding:0 2px}

/* the demo panel — mimics the real widget's shape so the page shows the product */
.demo{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;
      box-shadow:0 18px 50px rgba(60,50,10,.10)}
.demo .row{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.demo .row .mark{width:38px;height:38px;border-radius:10px;font-size:21px}
.demo strong{display:block;font-size:16.5px;letter-spacing:-.01em}
.demo .field{background:var(--field-bg);border:1px solid var(--border);border-radius:10px;
             padding:14px 15px;font-size:16px;color:var(--muted);margin-bottom:13px}
.demo .btn{width:100%}
.demo .consent{display:flex;gap:9px;align-items:flex-start;margin-top:15px;
               font-size:12.5px;line-height:1.5;color:var(--muted)}
.demo .consent input{margin:2px 0 0}
.slot{margin-top:16px;padding-top:15px;border-top:1px dashed var(--border);
      font-size:12.5px;color:var(--muted)}

/* ---- steps ---- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
@media(max-width:820px){ .steps{grid-template-columns:1fr;gap:26px} }
.step{position:relative;padding-top:52px}
.step .n{position:absolute;top:0;left:0;width:36px;height:36px;border-radius:10px;
         background:var(--fg);color:var(--accent);display:grid;place-items:center;
         font-weight:800;font-size:16px}
.step p{margin:0;color:var(--muted);font-size:16px}

/* ---- feature list ---- */
.cols{display:grid;grid-template-columns:repeat(2,1fr);gap:34px 44px;margin-top:38px}
@media(max-width:820px){ .cols{grid-template-columns:1fr;gap:28px} }
.cols p{margin:0;color:var(--muted);font-size:16px}

/* ---- pricing ---- */
.plans{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;
       align-items:start}
@media(max-width:820px){ .plans{grid-template-columns:1fr} }
.plan{background:#fff;border:1px solid var(--border);border-radius:16px;padding:30px}
.plan.hi{border-color:var(--fg);box-shadow:0 14px 40px rgba(60,50,10,.10)}
.price{font-size:42px;font-weight:800;letter-spacing:-.03em;margin:6px 0 4px}
.price span{font-size:16px;font-weight:600;color:var(--muted);letter-spacing:0}
.plan ul{list-style:none;padding:0;margin:20px 0 24px}
.plan li{padding-left:26px;position:relative;margin-bottom:11px;font-size:15.5px;color:var(--muted)}
.plan li::before{content:"";position:absolute;left:4px;top:9px;width:9px;height:9px;
                 border-radius:50%;background:var(--accent);box-shadow:0 0 0 1px var(--border)}
.plan .btn{width:100%}
.tag{display:inline-block;background:var(--accent);color:var(--fg);font-size:11.5px;
     font-weight:800;letter-spacing:.09em;text-transform:uppercase;padding:4px 10px;
     border-radius:99px}

/* ---- callout ---- */
.note{background:var(--field-bg);border:1px solid var(--border);border-radius:14px;
      padding:24px 26px;margin-top:34px}
.note p:last-child{margin-bottom:0}

/* ---- footer ---- */
footer{border-top:1px solid var(--rule);padding:44px 0 60px;color:var(--muted);font-size:14.5px}
.fbar{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.fbar nav{margin-left:auto;gap:20px}
.fbar a{text-decoration:none}
.fbar a:hover{color:var(--fg)}


/* ---- document pages (privacy, terms) ---- */
.doc{max-width:760px;margin:0 auto;padding:64px 24px 90px}
.doc h1{font-size:clamp(31px,4.4vw,44px);margin-bottom:12px}
.doc .updated{color:var(--muted);font-size:14.5px;margin:0 0 34px}
.doc h2{font-size:23px;margin:44px 0 12px;padding-top:26px;border-top:1px solid var(--rule)}
.doc h2:first-of-type{border-top:0;padding-top:0;margin-top:34px}
.doc h3{font-size:17.5px;margin:26px 0 6px}
.doc p,.doc li{color:#3a352a;font-size:16.5px}
.doc ul{padding-left:22px;margin:0 0 18px}
.doc li{margin-bottom:9px}
.doc a{color:#8a6b00;text-decoration:underline;text-underline-offset:2px}
.doc .box{background:var(--field-bg);border:1px solid var(--border);border-radius:13px;
          padding:22px 24px;margin:26px 0}
.doc .box p:last-child{margin-bottom:0}
.doc .back{display:inline-block;margin-bottom:26px;font-size:15px;font-weight:600;
           color:var(--muted);text-decoration:none}
.doc .back:hover{color:var(--fg)}

/* --- sign-in is NAVIGATION, not a call to action (Conversion §7) ------------------------
   It was a `.btn sm`, which put it in direct visual competition with "Start free" in the same
   bar. Someone who already has an account does not need persuading; someone who does not should
   not be offered a door they cannot open yet. A quiet text link serves both. */
.signin{text-decoration:none;font-size:15px;font-weight:600;color:var(--muted)}
.signin:hover{color:var(--fg)}

/* --- the accessibility floor (Pro Max phase 5) -----------------------------------------
   Measured at zero on this host on 29-Aug-2026: no skip link, no reduced-motion reset, and no
   focus style of its own. */
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:#111;color:#ffd83d;
      padding:12px 18px;border-radius:0 0 10px 0;font-weight:700;text-decoration:none}
.skip:focus{left:0}
:focus-visible{outline:3px solid #2b6cb0;outline-offset:2px;border-radius:4px}
main:focus{outline:none}
/* Near-zero durations rather than `none`, so transitionend still fires for anything waiting. */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;
    transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* Touch targets: nav and footer links were the controls under the 44px floor. */
nav a,footer a{display:inline-flex;align-items:center;min-height:44px}
