@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap');

:root{
  --bg:#fffaf8;
  --bg-soft:#fdf1f4;
  --card:#ffffff;
  --border:#f2dde3;
  --text:#3a2a3f;
  --muted:#8a7690;
  --accent:#a89bd4;
  --accent-2:#7c6bb8;
  --peach:#f9cd9e;
  --radius:20px;
  --maxw:1080px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg);color:var(--text);line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--accent-2);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}
h1,h2,h3,.brand{font-family:"Playfair Display",Georgia,"Times New Roman",serif}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,248,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.15rem;color:var(--text)}
.brand img{width:34px;height:34px;border-radius:9px}
.nav{display:flex;align-items:center;gap:22px;font-size:.95rem}
.nav a{color:var(--muted);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.nav a:hover{color:var(--text);text-decoration:none}
.nav .btn{color:#fff}
@media(max-width:640px){.nav a:not(.btn){display:none}}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:600;padding:12px 24px;border-radius:12px;transition:transform .15s,box-shadow .15s}
.btn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 30px rgba(124,107,184,.3)}
.btn.secondary{background:var(--card);border:1px solid var(--border);color:var(--text)}
.btn svg{width:20px;height:20px;fill:currentColor}
.store-badge{display:inline-flex;align-items:center;gap:12px;background:#1a1420;border:1px solid #2a2233;border-radius:14px;padding:10px 22px;color:#fff}
.store-badge:hover{text-decoration:none;border-color:var(--accent);transform:translateY(-2px)}
.store-badge svg{width:28px;height:28px;fill:#fff}
.store-badge .lines{display:flex;flex-direction:column;line-height:1.2;text-align:left}
.store-badge .small{font-size:.68rem;color:#cfc9d6}
.store-badge .big{font-size:1.15rem;font-weight:600}

/* hero */
.hero{padding:80px 0 56px;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(168,155,212,.25),transparent)}
.hero .icon{width:96px;height:96px;border-radius:24px;margin:0 auto 26px;box-shadow:0 12px 40px rgba(124,107,184,.28)}
.hero h1{font-size:clamp(2rem,4.6vw,3.1rem);line-height:1.18;font-weight:800;letter-spacing:-.01em;max-width:820px;margin:0 auto 18px}
.hero h1 .grad{background:linear-gradient(90deg,var(--accent-2),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p.sub{font-size:1.12rem;color:var(--muted);max-width:640px;margin:0 auto 32px}
.hero .cta-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero .trust{margin-top:22px;font-size:.9rem;color:var(--muted)}

/* sections */
section{padding:72px 0}
section.alt{background:var(--bg-soft)}
.kicker{color:var(--accent-2);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;margin-bottom:10px}
h2{font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:700;letter-spacing:-.01em;margin-bottom:14px}
.section-head{max-width:720px;margin-bottom:44px}
.section-head p{color:var(--muted);font-size:1.05rem}
.center{text-align:center}
.center .section-head{margin-left:auto;margin-right:auto}

/* screenshots */
.shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:22px}
.shot{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 18px rgba(58,42,63,.06)}
.shot img{width:100%}
.shot figcaption{padding:14px 16px;font-size:.88rem;color:var(--muted)}

/* cards */
.grid{display:grid;gap:22px}
.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:0 4px 18px rgba(58,42,63,.05)}
.card h3{font-size:1.12rem;margin-bottom:8px;font-weight:700}
.card p{color:var(--muted);font-size:.97rem}
.card .num{display:inline-flex;width:34px;height:34px;border-radius:10px;background:rgba(124,107,184,.13);color:var(--accent-2);align-items:center;justify-content:center;font-weight:700;margin-bottom:14px;font-family:"Playfair Display",serif}
.card a.more{display:inline-block;margin-top:12px;font-weight:600}

/* faq */
.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:14px;overflow:hidden}
.faq-item summary{cursor:pointer;padding:20px 24px;font-weight:600;font-size:1.02rem;list-style:none;position:relative;padding-right:52px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);color:var(--accent-2);font-size:1.4rem;font-weight:400}
.faq-item[open] summary::after{content:"\2013"}
.faq-item .answer{padding:0 24px 22px;color:var(--muted)}

/* cta band */
.cta-band{background:linear-gradient(135deg,rgba(168,155,212,.22),rgba(249,205,158,.14)),var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}
.cta-band p{color:var(--muted);max-width:600px;margin:0 auto 30px}

/* footer */
footer{padding:56px 0 40px;border-top:1px solid var(--border);font-size:.92rem;color:var(--muted)}
footer .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:36px}
footer h4{color:var(--text);font-size:.95rem;margin-bottom:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
footer ul{list-style:none}
footer li{margin-bottom:8px}
footer a{color:var(--muted)}
footer a:hover{color:var(--text)}
footer .fine{border-top:1px solid var(--border);padding-top:24px;font-size:.82rem}

/* article / guide pages */
.article{max-width:760px;margin:0 auto;padding:56px 20px 72px}
.article .breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:26px}
.article h1{font-size:clamp(1.8rem,3.6vw,2.4rem);line-height:1.24;font-weight:700;letter-spacing:-.01em;margin-bottom:16px}
.article .meta{color:var(--muted);font-size:.9rem;margin-bottom:34px}
.article h2{font-size:1.4rem;margin:44px 0 14px;font-weight:700}
.article h3{font-size:1.1rem;margin:30px 0 10px;font-weight:700}
.article p{margin-bottom:16px}
.article ul,.article ol{margin:0 0 18px 24px}
.article li{margin-bottom:8px}
.article .callout{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:12px;padding:20px 24px;margin:28px 0}
.article .callout strong{color:var(--text)}
.article figure{margin:30px auto;max-width:300px}
.article figure img{border-radius:var(--radius);border:1px solid var(--border)}
.article figure figcaption{text-align:center;font-size:.85rem;color:var(--muted);margin-top:10px}
.article table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.95rem}
.article th,.article td{border:1px solid var(--border);padding:10px 14px;text-align:left}
.article th{background:var(--bg-soft)}
.article .inline-cta{background:linear-gradient(135deg,rgba(168,155,212,.16),transparent),var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;margin:40px 0;text-align:center}
.article .inline-cta h3{margin-top:0;font-family:"Playfair Display",serif}
.article .inline-cta p{color:var(--muted)}
.table-wrap{overflow-x:auto}
