:root{--bg:#efe6d6;--surface:#f7f3ea;--surface-alt:#fffaf2;--border-strong:#2f27171f;--heading-color:#1f180d;--text-color:#3e3527;--text-muted:#6e6253;--accent:#0ea96e;--accent-deep:#0b553f;--shadow-soft:0 18px 40px #4a3a2514, 0 6px 16px #4a3a250d;--heading-font:"Space Grotesk", "Trebuchet MS", sans-serif;--body-font:"Manrope", "Segoe UI", sans-serif;color:var(--text-color);font-family:var(--body-font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#0ea96e1f,#0000 28%),radial-gradient(circle at 100% 100%,#ffa64b2e,#0000 34%),linear-gradient(#fbf7ef 0%,#efe6d6 100%);font-weight:500;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--text-color);margin:0}body:before{content:"";pointer-events:none;background-image:linear-gradient(#1f180d05 1px,#0000 1px),linear-gradient(90deg,#1f180d05 1px,#0000 1px);background-size:24px 24px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000 45%,#0000 100%);mask-image:radial-gradient(circle,#000 45%,#0000 100%)}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading-font);letter-spacing:-.03em}h1{margin-top:18px;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.97}h2{font-size:clamp(2rem,3vw,3rem);line-height:1.04}h3{font-size:1.25rem;line-height:1.2}#root{min-height:100vh}.app-shell{width:min(1180px,100% - 32px);margin:0 auto;padding:32px 0 72px}.hero-section{grid-template-columns:minmax(0,1.25fr) minmax(320px,420px);align-items:stretch;gap:28px;display:grid}.hero-copy,.qr-card,.feature-card,.trust-section,.faq-item,.empty-state{border:1px solid var(--border-strong);background:linear-gradient(180deg, #ffffffe6, #f7f3e8b8), var(--surface);box-shadow:var(--shadow-soft);border-radius:32px}.hero-copy{padding:42px;position:relative;overflow:hidden}.hero-copy:after{content:"";pointer-events:none;background:radial-gradient(circle,#0ea96e38,#0ea96e00);border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -80px -120px auto}.eyebrow,.section-kicker{color:var(--accent-deep);letter-spacing:.1em;text-transform:uppercase;background:#0b553f14;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.84rem;display:inline-flex}.hero-subtitle{max-width:42rem;color:var(--text-muted);font-size:1.06rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px 20px;margin-top:28px;display:flex}.primary-button,.secondary-link{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.primary-button{color:#f6fbf7;background:linear-gradient(135deg,#0d704f,#18b777);box-shadow:0 18px 30px #0b553f38}.secondary-link{color:var(--accent-deep);background:#0b553f14}.primary-button:hover,.secondary-link:hover{transform:translateY(-2px)}.target-note{color:var(--text-muted)}.stats-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:34px 0 0;padding:0;list-style:none;display:grid}.stats-strip li{background:#fffaf2db;border:1px solid #0b553f14;border-radius:22px;padding:18px 16px}.stats-strip strong,.feature-index{color:var(--heading-color);font-family:var(--heading-font);display:block}.stats-strip strong{font-size:1.4rem}.stats-strip span{color:var(--text-muted);margin-top:4px;font-size:.92rem;display:block}.qr-card{flex-direction:column;justify-content:space-between;gap:20px;padding:24px;display:flex}.qr-frame{background:linear-gradient(#0631240a,#0631241f),repeating-linear-gradient(-45deg,#0b553f0f,#0b553f0f 10px,#fff0 10px 20px);border-radius:28px;place-items:center;min-height:360px;padding:22px;display:grid}.qr-frame img{border-radius:24px;width:min(100%,320px);height:auto;box-shadow:0 20px 28px #041f172e}.qr-placeholder{color:var(--text-muted)}.qr-title,.section-heading h2,.trust-copy h2,.feature-card h3,.faq-item h3{color:var(--heading-color)}.qr-title{font-family:var(--heading-font);margin:0;font-size:1.5rem}.qr-description{color:var(--text-muted);margin:10px 0 18px}.section-grid,.faq-section{margin-top:32px}.section-heading{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.feature-card{padding:28px}.feature-index{letter-spacing:.16em;color:var(--accent);margin-bottom:14px;font-size:.88rem}.feature-card p,.trust-copy p,.faq-item p{color:var(--text-muted)}.trust-section{grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:24px;margin-top:32px;padding:32px;display:grid}.trust-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.trust-list li{color:var(--heading-color);background:#fffaf2d1;border:1px solid #0b553f14;border-radius:20px;padding:16px 18px}.faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.faq-item{padding:26px}.empty-state{text-align:center;margin-top:48px;padding:48px}@media (width<=1024px){.app-shell{width:min(100% - 24px,960px);padding-bottom:48px}.hero-section,.trust-section,.feature-grid,.faq-list{grid-template-columns:1fr}.hero-copy,.qr-card,.trust-section,.faq-item,.feature-card{border-radius:24px}.hero-copy,.trust-section,.feature-card,.faq-item{padding:24px}.stats-strip{grid-template-columns:1fr}.qr-frame{min-height:280px}}@media (width<=640px){.app-shell{width:calc(100% - 16px);padding-top:16px}.hero-copy,.qr-card,.trust-section,.feature-card,.faq-item,.empty-state{padding:20px}.hero-actions{align-items:stretch}.primary-button,.secondary-link{width:100%}}
