:root{color-scheme:light;--bg: #ffffff;--fg: #16181d;--muted: #6b7280;--accent: #2563eb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--fg);font:16px/1.6 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}main{max-width:64rem;margin:0 auto;padding:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px) rotate(-.5deg)}to{opacity:1;transform:translate(0) rotate(0)}}@keyframes scribble{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:5px}}.hero{max-width:40rem;margin:3rem auto;text-align:center;animation:fadeInUp .8s ease-out}h1{font-size:2.5rem;margin:0 0 .5rem;letter-spacing:-.02em;font-weight:700}.tagline{color:var(--accent);font-size:1.2rem;margin:0 0 1rem;font-weight:600;animation:slideIn .8s ease-out .2s backwards}.intro{color:var(--muted);font-size:1rem;animation:fadeInUp .8s ease-out .4s backwards}.trust-line{margin:1.5rem 0 0;padding:.75rem 1rem;border:2px solid var(--muted);border-radius:.5rem;font-size:.9rem;color:var(--muted);animation:slideIn .8s ease-out .5s backwards;position:relative}.trust-line:before{content:"";position:absolute;top:-8px;left:10px;width:20px;height:4px;background:var(--bg);transform:rotate(-2deg)}.cta{display:inline-block;margin-top:1.5rem;padding:.75rem 1.75rem;border-radius:.5rem;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;animation:fadeInUp .8s ease-out .6s backwards;transition:all .3s ease;transform:rotate(-1deg)}.cta:hover{transform:rotate(0) scale(1.05);box-shadow:0 8px 16px #2563eb33}.features{margin:3rem 0;animation:fadeInUp .8s ease-out .3s backwards}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem}.feature-card{border:2px solid var(--muted);border-radius:.75rem;padding:1.5rem;animation:slideIn .6s ease-out backwards;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:nth-child(1){animation-delay:.1s;transform:rotate(-.5deg)}.feature-card:nth-child(2){animation-delay:.2s;transform:rotate(.3deg)}.feature-card:nth-child(3){animation-delay:.3s;transform:rotate(-.3deg)}.feature-card:nth-child(4){animation-delay:.4s;transform:rotate(.2deg)}.feature-card:nth-child(5){animation-delay:.5s;transform:rotate(-.4deg)}.feature-card:nth-child(6){animation-delay:.6s;transform:rotate(.25deg)}.feature-card:nth-child(7){animation-delay:.7s;transform:rotate(-.35deg)}.feature-card:nth-child(8){animation-delay:.8s;transform:rotate(.15deg)}.feature-card:nth-child(9){animation-delay:.9s;transform:rotate(-.2deg)}.feature-card:nth-child(10){animation-delay:1s;transform:rotate(.3deg)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 48%,var(--accent) 49%,var(--accent) 51%,transparent 52%);opacity:0;transition:opacity .3s ease;pointer-events:none}.feature-card:hover{transform:rotate(0) translateY(-4px);box-shadow:0 12px 24px #0000001a}.feature-card h2{font-size:1.1rem;margin:0 0 .5rem}.feature-card p{color:var(--muted);margin:0;font-size:.95rem}@media(max-width:480px){main{padding:1.25rem}h1{font-size:2rem}.feature-grid{grid-template-columns:1fr}.feature-card{transform:rotate(0)!important}}
