/* Account Gallery: shared stylesheet for standalone marketing subpages.
   Tokens and components copied from public/index.html so every subpage matches
   the main site in both light and dark mode. Do not edit index.html; edit this
   file, and index.html's own <style> block, separately if a token changes. */

:root{
  --ink:#15171A; --paper:#F6F1E7; --surface:#FBF7EE; --surface-alt:#F1EBDC;
  --hairline:#E7DFCE; --muted:#6E664F;
  --gold:#C8A872; --gold-text:#856000; --gold-dark:#B8860B;
  --gold-grad:linear-gradient(180deg,#E7CD93 0%,#C8A872 55%,#A9863F 100%);
  --t-blue:#5B8DEF; --t-green:#4FB286; --t-amber:#E0A458; --t-plum:#B07BC4;
  --slate:#33383D;
  --shadow-soft:0 3px 8px rgba(20,18,12,.08),0 1px 24px rgba(20,18,12,.05);
  --shadow-card:0 2px 6px rgba(20,18,12,.06),0 12px 40px rgba(20,18,12,.07);
  --radius:16px; --radius-lg:22px; --pill:9999px;
  --fd:'Cormorant Garamond',Georgia,serif;
  --fu:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --hero:clamp(2.4rem,5vw + 1rem,4.2rem);
  --h2:clamp(1.9rem,3.4vw + .5rem,2.9rem);
  --lead:clamp(1.06rem,1.4vw + .3rem,1.28rem);
  --body:clamp(1rem,1.1vw + .3rem,1.06rem);
  --label:.69rem;
  --gap:clamp(60px,8vw,108px);
  --max:1120px; --prose:660px;
}
@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]){
    --ink:#EDE9DF; --paper:#15171A; --surface:#1C1E22; --surface-alt:#22242A;
    --hairline:#2D2B25; --muted:#9A9280; --gold-text:#C8A872; --slate:#C7CCD2;
    --shadow-soft:0 3px 8px rgba(0,0,0,.34),0 1px 24px rgba(0,0,0,.22);
    --shadow-card:0 2px 6px rgba(0,0,0,.3),0 14px 44px rgba(0,0,0,.4);
  }
}
html[data-theme="dark"]{
  --ink:#EDE9DF; --paper:#15171A; --surface:#1C1E22; --surface-alt:#22242A;
  --hairline:#2D2B25; --muted:#9A9280; --gold-text:#C8A872; --slate:#C7CCD2;
  --shadow-soft:0 3px 8px rgba(0,0,0,.34),0 1px 24px rgba(0,0,0,.22);
  --shadow-card:0 2px 6px rgba(0,0,0,.3),0 14px 44px rgba(0,0,0,.4);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--fu);font-size:var(--body);line-height:1.6;color:var(--ink);
  background:var(--paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold-dark);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.prose{max-width:var(--prose)}
section{padding:var(--gap) 0}
.eyebrow{font-size:var(--label);font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold-text)}
h1,h2,h3{font-family:var(--fd);font-weight:500;line-height:1.08;letter-spacing:-.01em}
h1{font-size:var(--hero);margin:.18em 0 .28em}
h2{font-size:var(--h2);margin:.3em 0 .4em}
h3{font-size:1.32rem;font-weight:600;letter-spacing:-.005em;font-family:var(--fu);line-height:1.25}
p{color:var(--ink)}
.muted{color:var(--muted)}
.lead{font-size:var(--lead);color:var(--muted);line-height:1.5}

/* nav */
header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--paper) 82%,transparent);
  backdrop-filter:saturate(150%) blur(14px);-webkit-backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid var(--hairline)}
nav{display:flex;align-items:center;gap:18px;max-width:var(--max);margin:0 auto;
  padding:13px 24px;padding-top:max(13px,env(safe-area-inset-top))}
.brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:1.02rem;color:var(--ink)}
.brand:hover{text-decoration:none}
.brand .mk{width:30px;height:30px;border-radius:8px;box-shadow:var(--shadow-soft)}
.nav-links{display:flex;gap:22px;margin-left:auto;align-items:center}
.nav-links a{color:var(--muted);font-size:.92rem;font-weight:500}
.nav-links a:hover{color:var(--ink);text-decoration:none}
.iconbtn{width:36px;height:36px;display:grid;place-items:center;border-radius:var(--pill);
  border:1px solid var(--hairline);background:var(--surface);color:var(--ink);cursor:pointer;
  font-size:15px;line-height:1}
.iconbtn:hover{border-color:var(--gold)}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--fu);font-weight:600;
  font-size:.95rem;padding:11px 20px;border-radius:var(--pill);cursor:pointer;border:1px solid transparent;
  transition:transform .15s ease, box-shadow .2s ease, background .2s}
.btn-primary{background:var(--gold-grad);color:#2a2206;box-shadow:0 1px 2px rgba(140,96,0,.3),0 8px 22px rgba(168,134,63,.28)}
.btn-primary:hover{text-decoration:none;transform:translateY(-1px)}
.btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--hairline)}
.btn-ghost:hover{text-decoration:none;border-color:var(--gold)}
.nav-cta{margin-left:4px}
@media(max-width:760px){.nav-links a.hide-sm{display:none}}

/* page hero (simpler than the homepage's carousel hero) */
.pagehero{padding-top:clamp(44px,6vw,76px);padding-bottom:clamp(24px,4vw,44px);text-align:center}
.pagehero h1{max-width:20ch;margin-left:auto;margin-right:auto}
.pagehero .lead{max-width:62ch;margin:0 auto}
.cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:30px}
.heronote{margin-top:16px;font-size:.85rem;color:var(--muted)}
.heronote b{color:var(--ink);font-weight:600}

/* generic two-col */
.split{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}
.split.rev .col-text{order:2}
@media(max-width:860px){.split{grid-template-columns:1fr}.split.rev .col-text{order:0}}
.tilewrap{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);
  border:1px solid var(--hairline);background:var(--surface)}

/* screenshots (light/dark swap, matches homepage convention) */
.shot{border-radius:10px;box-shadow:var(--shadow-card)}
.shot-dark{display:none}
@media (prefers-color-scheme: dark){
  html:not([data-theme="light"]) .shot-light{display:none}
  html:not([data-theme="light"]) .shot-dark{display:block}
}
html[data-theme="dark"] .shot-light{display:none}
html[data-theme="dark"] .shot-dark{display:block}
html[data-theme="light"] .shot-dark{display:none}
html[data-theme="light"] .shot-light{display:block}
.caption{font-size:.82rem;color:var(--muted);text-align:center;margin-top:14px}

/* strip / band */
.band{background:var(--surface);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px}
@media(max-width:760px){.three{grid-template-columns:1fr;gap:22px}}
.tic{display:flex;gap:12px;align-items:flex-start}
.tic .dot{width:10px;height:10px;border-radius:3px;margin-top:7px;flex:0 0 auto}

/* feature / use cards */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:1fr}}
.card{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);
  padding:26px;box-shadow:var(--shadow-soft)}
.card .dot{width:13px;height:13px;border-radius:4px;display:inline-block;margin-bottom:16px}
.card h3{margin-bottom:8px}
.card p{font-size:.96rem;color:var(--muted);line-height:1.55}

.uses{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:44px}
@media(max-width:700px){.uses{grid-template-columns:1fr}}
.use{display:flex;gap:16px;align-items:flex-start;padding:22px;border:1px solid var(--hairline);
  border-radius:var(--radius);background:var(--surface)}
.use .ix{width:40px;height:40px;border-radius:11px;flex:0 0 auto;display:grid;place-items:center;
  font-size:19px;color:#fff}
.use h3{font-size:1.06rem;margin-bottom:4px}
.use p{font-size:.92rem;color:var(--muted);line-height:1.5}

/* comparison table */
.tablewrap{margin-top:46px;border:1px solid var(--hairline);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-soft);background:var(--surface)}
table{border-collapse:collapse;width:100%;font-size:.9rem}
th,td{padding:14px 14px;text-align:center;border-bottom:1px solid var(--hairline)}
thead th{background:var(--surface-alt);color:var(--ink);font-weight:600;font-size:.95rem;font-family:var(--fd)}
tbody tr:last-child td{border-bottom:none}
td:first-child,th:first-child{text-align:left;font-weight:500}
.col-ours{background:color-mix(in srgb,var(--gold) 14%,transparent);font-weight:600}
thead .col-ours{background:var(--gold);color:#2a2206}
.yes{color:var(--t-green);font-weight:700}
.no{color:var(--muted);opacity:.55}
.x{display:inline-block;width:16px;height:2px;background:var(--muted);opacity:.45;border-radius:2px;vertical-align:middle}
.part{color:var(--t-amber);font-weight:600;font-size:.8rem}
.tnote{font-size:.78rem;color:var(--muted);margin-top:14px}

/* faq */
.faq{display:grid;grid-template-columns:1fr 1fr;gap:26px 44px;margin-top:46px}
@media(max-width:760px){.faq{grid-template-columns:1fr}}
.faq .q h3{font-size:1.05rem;margin-bottom:7px}
.faq .q p{font-size:.95rem;color:var(--muted);line-height:1.55}

/* pricing chips (small inline reference, not the full pricing section) */
.tiers{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:46px;max-width:760px;margin-left:auto;margin-right:auto}
@media(max-width:640px){.tiers{grid-template-columns:1fr}}
.tier{border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:30px;background:var(--surface);
  box-shadow:var(--shadow-soft)}
.tier.pro{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold),var(--shadow-card)}
.tier .tname{font-weight:600;font-size:1.05rem}
.tier .price{font-family:var(--fd);font-size:2.6rem;margin:8px 0 2px;line-height:1}
.tier .price small{font-size:.95rem;color:var(--muted);font-family:var(--fu)}
.tier ul{list-style:none;margin:18px 0 0}
.tier li{padding:7px 0 7px 26px;position:relative;font-size:.94rem;color:var(--ink)}
.tier li:before{content:"";position:absolute;left:0;top:13px;width:11px;height:11px;border-radius:3px;
  background:var(--gold)}
.tier.free li:before{background:var(--t-blue)}

/* final cta */
.final{text-align:center;background:var(--surface);border-top:1px solid var(--hairline)}
.final h2{max-width:18ch;margin-left:auto;margin-right:auto}

/* footer */
footer{border-top:1px solid var(--hairline);padding:46px 0 60px;font-size:.88rem;color:var(--muted)}
.fcols{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:center}
.fbrand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:600}
.fbrand .mk{width:26px;height:26px;border-radius:7px}
.xlink{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--hairline);
  border-radius:var(--pill);background:var(--surface);color:var(--ink);font-weight:500;font-size:.9rem}
.xlink:hover{border-color:var(--gold);text-decoration:none}

/* reveal-on-scroll (content visible without JS; this only animates it in) */
html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
html.js .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){html.js .reveal{opacity:1;transform:none;transition:none}}

/* breadcrumb-style back link used at the top of subpages */
.backlink{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--muted);margin-bottom:18px}
.backlink:hover{color:var(--ink)}

/* strength callout box (used on comparison pages to credit the competitor first) */
.strength{border:1px solid var(--hairline);border-left:3px solid var(--gold);border-radius:var(--radius);
  background:var(--surface);padding:22px 26px;margin-top:20px}
.strength p{font-size:.98rem;color:var(--ink);line-height:1.6}
.strength p.muted{color:var(--muted);font-size:.88rem;margin-top:8px}
