:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;--apple-red: #e53935;--apple-green: #43a047;--gold: #ffd54f;--bg: #0d1117;--card-bg: rgba(255, 255, 255, .04);--card-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:#e6edf3}.page{min-height:100vh;max-width:52rem;margin:0 auto;padding:3rem 1.5rem 4rem}.hero{text-align:center;padding:2rem 0 3rem}.apple-icon{position:relative;display:inline-block;margin-bottom:1.5rem}.apple-emoji{font-size:4.5rem;filter:drop-shadow(0 0 24px rgba(229,57,53,.45));animation:bob 3s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sparkle{position:absolute;color:var(--gold);font-size:.9rem;animation:twinkle 1.8s ease-in-out infinite;pointer-events:none}.s1{top:-4px;right:-8px;animation-delay:0s}.s2{top:8px;left:-14px;animation-delay:.6s}.s3{bottom:2px;right:-12px;animation-delay:1.2s}@keyframes twinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(255,213,79,.3);padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}h1{font-size:2.75rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#e53935,#ffd54f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.tagline{font-size:1.15rem;color:#ffffff8c;font-style:italic;max-width:30rem;margin:0 auto}.description{display:flex;flex-direction:column;gap:1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:2rem;margin-bottom:2.5rem}.description p{font-size:1rem;color:#ffffffb3;line-height:1.75}.description strong{color:#e6edf3}.features{margin-bottom:3rem}.features h2{font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.01em}.features ul{list-style:none;display:grid;gap:.75rem}.features li{display:flex;align-items:flex-start;gap:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:.75rem;padding:1.1rem 1.25rem;transition:border-color .2s,background .2s}.features li:hover{border-color:#e539354d;background:#e539350a}.feat-icon{font-size:1.5rem;flex-shrink:0;line-height:1.3}.features li div{display:flex;flex-direction:column;gap:.15rem}.features li strong{font-size:.95rem;color:#e6edf3}.feat-desc{font-size:.82rem;color:#ffffff73}.footer{text-align:center}.cta-group{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.cta-primary,.cta-secondary{font-family:inherit;font-size:.95rem;font-weight:600;border:none;border-radius:.5rem;padding:.75rem 2rem;cursor:pointer;transition:transform .15s,box-shadow .15s}.cta-primary{background:linear-gradient(135deg,var(--apple-red),#c62828);color:#fff;box-shadow:0 4px 20px #e5393559}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #e5393580}.cta-secondary{background:#ffffff14;color:#e6edf3;border:1px solid rgba(255,255,255,.12)}.cta-secondary:hover{background:#ffffff1f;transform:translateY(-2px)}.footer-text{font-size:.82rem;color:#ffffff59}
