*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,system-ui,sans-serif;line-height:1.47059;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:#fff}#root{min-height:100vh}:root{--color-text: #1d1d1f;--color-text-secondary: #86868b;--color-bg: #fafbfc;--color-link: #007aff;--color-accent: #007aff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:#fff;color:var(--color-text)}.header{position:sticky;top:0;z-index:100;background:linear-gradient(to bottom,#fff3,#fff0);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header-content{max-width:1440px;margin:0 auto;padding:12px 60px;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:4px}.header-icon{width:26px;height:26px}.header-name{font-size:1.6rem;font-weight:700;margin:0;letter-spacing:-.03em;color:var(--color-text)}.header-button{display:inline-flex;align-items:center;gap:8px;background:#1d1d1f;color:#fff;padding:10px 20px;border-radius:980px;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}.header-button:hover{background:#2d2d2f;transform:scale(1.02)}.arrow-icon{width:16px;height:16px}.main-content{max-width:1440px;margin:0 auto;padding:0}.hero-section{text-align:center;padding:50px 40px 65px;max-width:1100px;margin:0 auto}.screenshot-section{padding:0 40px 140px;max-width:1400px;margin:0 auto}.screenshot-wrapper{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:0;background:transparent;border-radius:24px}.app-screenshot{max-width:100%;height:auto;border-radius:12px}.layered-screenshots{position:relative;width:100%;max-width:1000px;margin:0 auto;transition:transform .3s ease}.screenshot-layer{width:100%;height:auto;border-radius:12px}.screenshot-layer:first-child{display:block;opacity:1;border:12px solid var(--color-text);border-radius:24px;box-shadow:0 2px 4px #0000000a,0 4px 8px #0000000f,0 8px 16px #00000014,0 16px 32px #0000001a}.layered-screenshots:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:24px;background:var(--color-text);border-radius:0 0 8px 8px;z-index:10}.screenshot-overlay{position:absolute;width:30%;top:10%;right:-7%;transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1),right .4s cubic-bezier(.4,0,.2,1)}.layered-screenshots:hover .screenshot-overlay{transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1),right .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.screenshot-overlay:nth-child(2){top:8%;width:42%;left:-5%}.screenshot-overlay:nth-child(3){top:12%;width:42%;right:-4%}.screenshot-overlay:nth-child(4){top:72%;width:17%;left:16%}.screenshot-overlay:nth-child(5){top:43%;width:45%;right:12%}.layered-screenshots:hover .screenshot-overlay:nth-child(2){left:-3%;top:12%;transform:scale(1.01)}.layered-screenshots:hover .screenshot-overlay:nth-child(3){right:-2%;top:14%;transform:scale(1.01)}.layered-screenshots:hover .screenshot-overlay:nth-child(4){left:17%;top:70%;transform:scale(1.01)}.layered-screenshots:hover .screenshot-overlay:nth-child(5){right:13%;top:42%;transform:scale(1.01)}.tagline{font-size:3.8rem;font-weight:700;line-height:1.08;margin:0 0 24px;letter-spacing:-.028em;color:var(--color-text)}.description{font-size:1.1rem;line-height:1.5;color:var(--color-text-primary);margin:0 auto;font-weight:500;max-width:510px}.description a{color:var(--color-text-secondary);text-decoration:underline;text-decoration-color:#86868b4d;text-decoration-thickness:1px;text-underline-offset:2px;font-weight:400;transition:all .2s ease}.description a:hover{color:var(--color-text);text-decoration-color:#1d1d1f66}.cta-section{text-align:center;padding:0 40px 20px}.cta-button{display:inline-flex;align-items:center;gap:8px;background:var(--color-accent);color:#fff;padding:14px 28px;border-radius:12px;text-decoration:none;font-size:1.0625rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);letter-spacing:-.015em;box-shadow:0 4px 16px #007aff33}.cta-button:hover{background:#0051d5;transform:translateY(-2px);box-shadow:0 8px 24px #007aff4d}.apple-icon{width:20px;height:20px}.features-section{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:100px 60px;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:40px 32px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000000a}.feature-card:hover{transform:translateY(-4px);background:#fff;border-color:#0071e333;box-shadow:0 12px 32px #00000014}.feature-icon{font-size:3.5rem;margin-bottom:20px;opacity:1;display:block}.feature-card h3{font-size:1.5rem;font-weight:600;margin:0 0 12px;color:var(--color-text);letter-spacing:-.015em}.feature-card p{font-size:1.0625rem;line-height:1.5;color:var(--color-text-secondary);margin:0;font-weight:400}.science-section{text-align:center;padding:0 40px 70px;max-width:600px;margin:0 auto}.science-quote{font-size:2rem;font-weight:500;font-style:italic;line-height:1.4;margin:0 0 12px;color:var(--color-text-secondary);letter-spacing:-.015em}.science-attribution{font-size:1.1rem;color:var(--color-text-secondary);margin:0;font-weight:400}.science-attribution a{color:var(--color-link);text-decoration:none;font-weight:500;transition:all .2s ease}.science-attribution a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.sources{font-size:.85rem;margin:20px 0 0;opacity:.6;line-height:1.4rem}.sources a{color:inherit;font-weight:500;color:#111;text-decoration:none;text-underline-offset:2px;transition:opacity .2s ease}.sources a:hover{text-decoration:underline}.footer{text-align:center;padding:60px 40px 40px;border-top:.5px solid rgba(0,0,0,.1);margin-top:80px;background:transparent}.footer-links{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;margin-bottom:12px}.footer-link{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease;display:inline-flex;align-items:center;gap:6px}.footer-link:hover{color:var(--color-text)}.footer-link svg{display:block}.footer-divider{color:var(--color-text-secondary);font-size:.9rem}.privacy-button{background:transparent;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:.9rem}.footer-copyright{font-size:.9rem;color:var(--color-text-secondary);margin:0}.privacy-container{max-width:820px;padding:80px 40px 120px}.privacy-policy{text-align:left;line-height:1.6}.privacy-policy h1{font-size:2.5rem;font-weight:600;margin:0 0 40px;border-bottom:none;padding-bottom:0;letter-spacing:-.015em}.privacy-policy .last-updated{font-style:italic;opacity:.7;margin-bottom:2rem}.privacy-policy h2{font-size:1.5rem;font-weight:600;margin:2rem 0 .75rem;letter-spacing:-.01em}.privacy-policy p{margin:0 0 1rem;color:var(--color-text-secondary)}.privacy-policy ul,.privacy-policy ol{margin:0 0 1rem;padding-left:1.5rem;color:var(--color-text-secondary)}.privacy-policy li{margin-bottom:.5rem}.privacy-policy a{color:var(--color-link);text-decoration:none}.privacy-policy a:hover{text-decoration:underline}.privacy-policy strong{font-weight:600;color:var(--color-text)}.back-button{background:transparent;border:1px solid #d2d2d7;color:var(--color-text);padding:8px 16px;border-radius:980px;cursor:pointer;font-size:.875rem;font-family:inherit;margin-bottom:2rem;transition:background .3s ease}.back-button:hover{background:#f5f5f7}@media(max-width:1068px){.header-content{padding:12px 40px}.tagline{font-size:3.5rem}.description{font-size:1.0625rem}.science-quote{font-size:2.125rem}.features-section{padding:80px 40px;gap:32px}.feature-card{padding:36px 28px}.science-section{border-radius:18px;padding:60px 40px}.screenshot-section{padding:0 30px 40px}.screenshot-wrapper{padding:0;border-radius:20px}.screenshot-overlay{width:35%}.screenshot-overlay:nth-child(2){width:35%}.screenshot-overlay:nth-child(3){width:35%}.screenshot-overlay:nth-child(4){width:20%}.screenshot-overlay:nth-child(5){width:32%}}@media(max-width:734px){.header-content{padding:10px 20px}.header-icon{width:28px;height:28px}.header-name{font-size:1.125rem}.header-button{padding:8px 16px;font-size:.875rem;gap:6px}.arrow-icon{width:14px;height:14px}.hero-section{padding:50px 20px 40px}.tagline{font-size:2.25rem;line-height:1.15}.description{font-size:1rem}.screenshot-section{padding:0 20px 80px}.screenshot-wrapper{padding:0;border-radius:16px}.app-screenshot,.screenshot-layer{border-radius:10px}.screenshot-layer:first-child{border-width:6px;border-radius:13px}.layered-screenshots:before{top:6px;width:70px;height:16px;border-radius:0 0 6px 6px}.screenshot-overlay{width:40%}.screenshot-overlay:nth-child(2){width:40%}.screenshot-overlay:nth-child(3){width:40%}.screenshot-overlay:nth-child(4){width:24%}.screenshot-overlay:nth-child(5){width:36%}.science-section{padding:0 20px 30px}.science-quote{font-size:1.125rem}.sources{font-size:.6875rem}.cta-section{padding:0 20px 20px}.cta-button{padding:12px 24px;font-size:1rem}.features-section{grid-template-columns:1fr;gap:24px;padding:60px 20px}.feature-card{padding:32px 24px;border-radius:16px}.feature-icon{font-size:3rem;margin-bottom:16px}.feature-card h3{font-size:1.375rem}.feature-card p{font-size:1rem}.science-section{padding:50px 24px;border-radius:16px}.science-quote{font-size:1.75rem;line-height:1.25}.science-attribution{font-size:.9375rem}.footer{padding:50px 20px 30px;margin-top:60px}.footer-links{flex-direction:column;gap:12px}.footer-divider{display:none}.privacy-container{padding:60px 20px 20px}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.25rem}}
