@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#1f2430;--paper:#fffdf8;--muted:#6f7480;--accent:#b57a5b;--soft:#f1e7df;--card:#ffffff;--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{text-decoration:none;color:inherit}button,a.btn{font:inherit}.shell{width:min(1120px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(31,36,48,.08)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;letter-spacing:.06em}.brand span{color:var(--accent)}.nav .btn{padding:10px 16px}.hero{min-height:78vh;display:grid;place-items:center;text-align:center;padding:72px 0;background:radial-gradient(circle at 15% 20%,rgba(181,122,91,.15),transparent 34%),radial-gradient(circle at 85% 15%,rgba(120,150,130,.14),transparent 30%)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.76rem;font-weight:700;color:var(--accent)}h1,h2,h3{font-family:'Cormorant Garamond',serif;line-height:1.05;margin:0}h1{font-size:clamp(3.2rem,9vw,7.5rem);max-width:980px}h2{font-size:clamp(2.3rem,6vw,4.3rem)}h3{font-size:1.8rem}.lead{font-size:clamp(1rem,2vw,1.25rem);max-width:720px;margin:22px auto;color:var(--muted)}.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer}.btn-primary{background:var(--ink);color:white}.btn-outline{border-color:rgba(31,36,48,.25);background:rgba(255,255,255,.65)}section{padding:88px 0}.section-head{text-align:center;margin-bottom:42px}.section-head p{color:var(--muted);max-width:650px;margin:14px auto 0}.grid{display:grid;gap:22px}.templates{grid-template-columns:repeat(3,1fr)}.card{background:var(--card);border:1px solid rgba(31,36,48,.08);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 55px rgba(32,38,48,.08)}.preview{height:360px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;color:white;position:relative;overflow:hidden}.preview:before,.preview:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.preview>*{position:relative;z-index:2}.preview .mini{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em}.preview h3{font-size:2.55rem}.preview p{margin:4px 0}.p1{background:linear-gradient(145deg,#355d4a,#9cb29a)}.p1:after{width:180px;height:180px;background:#f8d7c4;right:-55px;top:-30px}.p2{background:linear-gradient(145deg,#121212,#5b3c2e)}.p2:after{width:150px;height:150px;border:1px solid rgba(255,255,255,.4);right:25px;top:35px}.p3{background:linear-gradient(145deg,#c77b62,#e6b899)}.p3:after{width:220px;height:220px;background:rgba(255,255,255,.15);right:-80px;bottom:-70px}.p4{background:linear-gradient(145deg,#8e5a8d,#d8a7c8)}.p4:after{width:140px;height:140px;background:#ffd9ef;right:-40px;top:10px}.p5{background:linear-gradient(145deg,#2676a3,#5bc0be)}.p5:after{width:170px;height:170px;background:#ffeaa7;right:-35px;bottom:-45px}.p6{background:linear-gradient(145deg,#1d3557,#667ca3)}.p6:after{width:160px;height:160px;border:28px solid rgba(255,255,255,.12);right:-30px;top:-30px}.card-body{padding:24px}.card-body p{color:var(--muted);min-height:52px}.card-body .btn{width:100%;margin-top:8px}.features{grid-template-columns:repeat(4,1fr)}.feature{padding:26px;border-radius:22px;background:#fff;border:1px solid rgba(31,36,48,.08)}.feature strong{display:block;margin-bottom:8px}.feature p{margin:0;color:var(--muted);font-size:.94rem}.cta{padding:48px;border-radius:34px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta p{color:rgba(255,255,255,.72);max-width:600px}.cta .btn{background:white;color:var(--ink)}footer{padding:38px 0;text-align:center;color:var(--muted)}
@media(max-width:900px){.templates{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.templates,.features{grid-template-columns:1fr}.nav .btn{display:none}.hero{min-height:70vh}.preview{height:320px}.cta{padding:32px;display:block}.cta .btn{margin-top:18px;width:100%}}
