:root{--ink:#2b2025;--wine:#6b1835;--rose:#d9a9b7;--paper:#fffaf7;--soft:#f7edef;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.hero{min-height:92vh;padding:0 24px;background:radial-gradient(circle at 75% 20%,#f4ccd7 0,transparent 34%),linear-gradient(145deg,#fffaf7,#f4e8eb)}.nav{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;align-items:center;padding:25px 0}.brand{font-size:1.4rem;font-weight:850;color:var(--wine)}.nav div{display:flex;gap:24px}.hero__grid{max-width:var(--max);margin:70px auto;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.eyebrow{font-size:.78rem;letter-spacing:.18em;font-weight:800;color:var(--wine)}h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:.95;margin:.2em 0}h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.7rem);margin:.3em 0 1em}.hero p,.section>p{font-size:1.13rem;line-height:1.7;max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:14px 20px;border-radius:999px;background:var(--wine);color:white;font-weight:750}.btn--ghost{background:transparent;color:var(--wine);border:1px solid var(--wine)}.phone{width:min(330px,82vw);height:610px;border:10px solid #211d20;border-radius:48px;padding:12px;background:#211d20;box-shadow:0 35px 80px #6b183533;margin:auto}.phone__screen{height:100%;border-radius:34px;background:linear-gradient(#5f1834aa,#371323dd),url('/assets/img/demo-floral.svg') center/cover;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:30px}.phone__screen strong{font:4rem Georgia,serif;margin:8px}.phone__screen .count{margin:35px 0;font-weight:800}.phone__screen a{padding:12px 20px;border:1px solid #fff;border-radius:999px}.section{max-width:var(--max);margin:auto;padding:95px 24px}.section--soft{max-width:none;background:var(--soft);padding-left:max(24px,calc((100vw - var(--max))/2 + 24px));padding-right:max(24px,calc((100vw - var(--max))/2 + 24px))}.cards,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.feature-grid div{padding:28px;border:1px solid #e8dadd;border-radius:22px;background:#fff}.cards b,.feature-grid b{font-size:1.2rem}.cards p,.feature-grid p{line-height:1.55;color:#685b60}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.steps i{display:grid;place-items:center;width:42px;height:42px;background:var(--wine);color:#fff;border-radius:50%;font-style:normal;margin-bottom:20px}.steps b{display:block;font-size:1.1rem}.steps p{color:#6e6266;line-height:1.55}.section--dark{max-width:none;background:#2a1820;color:#fff;text-align:center;padding-left:24px;padding-right:24px}.section--dark p{margin:0 auto 30px}.btn--light{background:#fff;color:#2a1820}footer{padding:36px 24px;text-align:center;color:#786d71;border-top:1px solid #eadfe2}@media(max-width:800px){.nav div{display:none}.hero__grid{grid-template-columns:1fr;margin-top:45px}.cards,.feature-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.phone{height:540px}.hero{padding-bottom:50px}}@media(max-width:480px){.steps{grid-template-columns:1fr}}
