@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap";@font-face{font-family:Redaction Italic Font;src:url(/assets/fonts/RedactionItalicFont.woff2)format("woff2");font-display:swap}html{scroll-behavior:smooth;overscroll-behavior:none;min-height:100%}:root{--bg-color:#f7f8f4;--text-primary:#18181b;--text-secondary:#262626;--card-bg:#fff;--accent:#a7c957;--accent-text:#000;--radius-lg:32px;--radius-md:24px;--superellipse-clip:polygon(50.0% 3.0%, 62.02% 3.05%, 66.98% 3.2%, 70.76% 3.45%, 73.91% 3.81%, 76.65% 4.26%, 79.07% 4.82%, 81.26% 5.49%, 83.23% 6.26%, 85.03% 7.14%, 86.67% 8.14%, 88.16% 9.25%, 89.52% 10.48%, 90.75% 11.84%, 91.86% 13.33%, 92.86% 14.97%, 93.74% 16.77%, 94.51% 18.74%, 95.18% 20.93%, 95.74% 23.35%, 96.19% 26.09%, 96.55% 29.24%, 96.8% 33.02%, 96.95% 37.98%, 97.0% 50.0%, 96.95% 62.02%, 96.8% 66.98%, 96.55% 70.76%, 96.19% 73.91%, 95.74% 76.65%, 95.18% 79.07%, 94.51% 81.26%, 93.74% 83.23%, 92.86% 85.03%, 91.86% 86.67%, 90.75% 88.16%, 89.52% 89.52%, 88.16% 90.75%, 86.67% 91.86%, 85.03% 92.86%, 83.23% 93.74%, 81.26% 94.51%, 79.07% 95.18%, 76.65% 95.74%, 73.91% 96.19%, 70.76% 96.55%, 66.98% 96.8%, 62.02% 96.95%, 50.0% 97.0%, 37.98% 96.95%, 33.02% 96.8%, 29.24% 96.55%, 26.09% 96.19%, 23.35% 95.74%, 20.93% 95.18%, 18.74% 94.51%, 16.77% 93.74%, 14.97% 92.86%, 13.33% 91.86%, 11.84% 90.75%, 10.48% 89.52%, 9.25% 88.16%, 8.14% 86.67%, 7.14% 85.03%, 6.26% 83.23%, 5.49% 81.26%, 4.82% 79.07%, 4.26% 76.65%, 3.81% 73.91%, 3.45% 70.76%, 3.2% 66.98%, 3.05% 62.02%, 3.0% 50.0%, 3.05% 37.98%, 3.2% 33.02%, 3.45% 29.24%, 3.81% 26.09%, 4.26% 23.35%, 4.82% 20.93%, 5.49% 18.74%, 6.26% 16.77%, 7.14% 14.97%, 8.14% 13.33%, 9.25% 11.84%, 10.48% 10.48%, 11.84% 9.25%, 13.33% 8.14%, 14.97% 7.14%, 16.77% 6.26%, 18.74% 5.49%, 20.93% 4.82%, 23.35% 4.26%, 26.09% 3.81%, 29.24% 3.45%, 33.02% 3.2%, 37.98% 3.05%, 50.0% 3.0%);--button-superellipse-clip:polygon(10% 0%, 90% 0%, 94% 1.5%, 97% 6%, 99% 16%, 100% 32%, 100% 68%, 99% 84%, 97% 94%, 94% 98.5%, 90% 100%, 10% 100%, 6% 98.5%, 3% 94%, 1% 84%, 0% 68%, 0% 32%, 1% 16%, 3% 6%, 6% 1.5%);--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{overscroll-behavior:none;background-color:var(--bg-color);min-height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;position:relative;overflow-x:clip}h1,h2,h3{max-width:600px;font-weight:600;line-height:1.1}a{color:inherit;text-decoration:none}.inline-link{text-underline-offset:3px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.home-stack{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(72px,8vw,120px);display:flex}.header{z-index:1000;align-items:center;gap:12px;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%)}.nav-links-wrapper{isolation:isolate;align-items:center;gap:16px;display:flex;position:relative}.nav-link{z-index:1;color:var(--text-secondary);transition:var(--transition);border-radius:8px;padding:6px 10px;font-size:14px;font-weight:500;position:relative}.nav-active-indicator{z-index:0;pointer-events:none;will-change:transform, width;background:#0000000d;border-radius:8px;position:absolute;top:0;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.hero{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:0 24px;display:flex}.hero-logo{justify-content:center;display:flex}.hero-logo img{width:80px;height:80px;-webkit-clip-path:var(--superellipse-clip);clip-path:var(--superellipse-clip);display:block}.hero h1{letter-spacing:0;max-width:820px;font-size:80px}.hero-ai-word{letter-spacing:0;font-family:Redaction Italic Font,Instrument Serif,serif;font-weight:700}.hero p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:20px}.cta-button{background:var(--accent);color:var(--accent-text);-webkit-clip-path:var(--button-superellipse-clip);clip-path:var(--button-superellipse-clip);transition:var(--transition);align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;display:inline-flex}.cta-button:hover{background:#94b947;transform:translateY(-2px)}.privacy-box{text-align:center;background:var(--card-bg);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:24px;width:100%;padding:80px 40px;display:flex}.privacy-box h2{font-size:42px}.privacy-note{max-width:700px;color:var(--text-secondary);margin:0 auto;font-size:18px;line-height:1.6}.medical-disclaimer{background:#f4f4fd;border-radius:12px;padding:16px;font-size:14px;display:inline-block}.hero-image{border-radius:var(--radius-lg);max-width:900px;margin-left:auto;margin-right:auto;overflow:hidden}.hero>.hero-image{margin-top:32px}.hero-image img{width:100%;display:block}.section{flex-direction:column;gap:48px;width:100%;display:flex}.page-transition>.section.container{padding-top:96px;padding-bottom:72px}.home-stack>.section{flex-direction:column;gap:48px;padding:0 24px;display:flex}.section-title{text-align:center;font-size:48px}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--card-bg);border-radius:var(--radius-md);transition:var(--transition);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px;display:flex}.feature-card:hover{transform:translateY(-8px)}.feature-icon{background:#f4f4fd;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.feature-card h3{font-size:24px}.feature-card p{color:var(--text-secondary);font-size:16px}.steps{justify-content:space-between;gap:48px;display:flex}.step{text-align:center;flex-direction:column;flex:1;gap:12px;display:flex}.step-number{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:600}.step h3{font-size:28px}.faq-list{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--card-bg);border-radius:20px;overflow:hidden}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:24px;font-weight:600;display:flex}.faq-answer{color:var(--text-secondary);padding:0 24px 24px;display:none}.faq-item.active .faq-answer{display:block}footer{text-align:center;opacity:1;flex-direction:column;gap:12px;padding:0 0 160px;display:flex}.footer-links{justify-content:center;gap:40px;display:flex}.footer-bottom{color:var(--text-secondary);font-size:14px}.muted{color:#262626a3}.legal-links{flex-wrap:wrap;gap:12px 18px;display:flex}.text-content h3{margin-bottom:8px}.landing-wrapper{z-index:1;flex-direction:column;gap:clamp(72px,8vw,120px);min-height:100dvh;display:flex;position:relative}.page-transition{opacity:1;will-change:opacity;flex-direction:column;flex:1;display:flex}.page-transition.page-fade-out{opacity:0;pointer-events:none;transition:opacity .18s}.page-transition.page-fade-in{animation:.22s both pageFadeIn}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.page-transition,.page-transition.page-fade-out,.page-transition.page-fade-in{opacity:1;transition:none;animation:none}}@media (width<=992px){.hero h1{font-size:56px}.features-grid{grid-template-columns:1fr}.steps{flex-direction:column;gap:48px}.section-title{font-size:40px}.home-stack{gap:80px}.home-stack>.section{gap:32px;padding:0 24px}}@media (width<=600px){html,body{overscroll-behavior:none}.hide-mobile{display:none!important}.container{padding:0 24px}.home-stack{gap:64px}.home-stack>.section{gap:28px;padding:0 20px}.hero{gap:16px;padding:0 20px}.hero h1{font-size:32px;line-height:1.3}.hero p{padding:0 10px;font-size:18px}.header{gap:0;width:auto;max-width:calc(100% - 32px)}.nav-links-wrapper{gap:2px}.footer-bottom{font-size:12px}.feature-card{padding:32px 24px}.privacy-box{padding:40px 24px}.privacy-box h2{font-size:32px}.privacy-note{font-size:16px}.step h3{font-size:24px}.footer-links{gap:16px}}
