.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;overflow:hidden}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:400;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.25em}.hero-title .word{display:inline-block;opacity:0;transform:translateY(40px);animation:slideUp 1s cubic-bezier(.22,1,.36,1) forwards}.hero-title .word:nth-child(1){animation-delay:.1s}.hero-title .word:nth-child(2){animation-delay:.3s}.hero-title .word:nth-child(3){animation-delay:.5s}.hero-title .word.accent{background:linear-gradient(135deg,#93c5fd,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:#e8eaedcc;max-width:500px;margin:0 auto 4rem;line-height:1.6;opacity:0;transform:translateY(20px);animation:slideUp .8s cubic-bezier(.22,1,.36,1) .7s forwards}.hero-title.visible .word,.hero-subtitle.visible{opacity:1}.hero-scroll{opacity:0;animation:fadeIn 1s 1.2s forwards}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-indicator span{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;opacity:.6}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(96,165,250,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes scrollPulse{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.7)}}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);opacity:.08;pointer-events:none}.grid-cell{border:1px solid rgba(59,130,246,.12);animation:gridFade 3s ease-out forwards}@keyframes gridFade{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.bubble-row{padding:0;position:relative;z-index:1}.bubble-row-inner{max-width:100%;display:block}.bubble-row-content.glass-card{opacity:0;width:100%}.bubble-row.in-view .bubble-row-content{opacity:1;transform:none}.bubble-row.section-left .bubble-row-content,.bubble-row.section-right .bubble-row-content{transform:none}@media (max-width: 768px){.bubble-row{padding:1rem 1.25rem}}.section{padding:6rem 2rem;position:relative;z-index:1}.section-left .section-inner{margin-left:0;margin-right:auto;max-width:520px}.section-right .section-inner{margin-left:auto;margin-right:0;max-width:520px}@media (min-width: 900px){.section-left{padding-left:8%}.section-right{padding-right:8%}}.section-inner{max-width:520px;margin:0 auto}.glass-card{padding:1.5rem 2rem;border-radius:10px;border:1px solid rgba(59,130,246,.15);background:#12121a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;transition:opacity .5s ease,box-shadow .3s ease}.section.in-view .glass-card{opacity:1}.glass-card:hover{box-shadow:0 0 40px #3b82f61a,inset 0 1px #ffffff0d}.section-label{display:inline-block;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#60a5fae6;margin-bottom:.75rem}.section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:500;margin-bottom:1.25rem;letter-spacing:-.02em;color:var(--text)}.section-text{font-size:1.05rem;line-height:1.8;color:#e8eaede6;margin-bottom:1.25rem}.section-text:last-of-type{margin-bottom:0}.stat-cards{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}.stat-card{flex:1;min-width:160px;padding:1.5rem;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:16px;transition:transform .4s ease,background .4s ease}.stat-card:hover{transform:translateY(-4px);background:#3b82f61f}.stat-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#e8eaedb3}.symptom-list{list-style:none;margin-top:1.5rem}.symptom-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(59,130,246,.1);opacity:0;transform:translate(-20px);transition:opacity .5s ease,transform .5s ease}.section.in-view .symptom-item{opacity:1;transform:translate(0)}.symptom-item:last-child{border-bottom:none}.symptom-bullet{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#60a5facc;margin-top:.5rem;transition:transform .3s ease,box-shadow .3s ease}.symptom-item:hover .symptom-bullet{transform:scale(1.5);box-shadow:0 0 12px #60a5fa66}.cause-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}@media (max-width: 600px){.cause-split{grid-template-columns:1fr}}.cause-half{padding:1.25rem;background:#3b82f60f;border:1px solid rgba(59,130,246,.15);border-radius:14px}.cause-half h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.cause-half p{font-size:.95rem;line-height:1.6;color:#e8eaedd9;margin:0}.symptom-categories{margin-top:1.5rem}.symptom-cat{padding:1rem 0;border-bottom:1px solid rgba(59,130,246,.1)}.symptom-cat:last-child{border-bottom:none}.symptom-cat h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.symptom-cat p{font-size:.95rem;line-height:1.6;color:#e8eaedd9;margin:0}.treatment-list{margin-top:1.5rem}.treatment-item{padding:1rem 0;border-bottom:1px solid rgba(59,130,246,.1)}.treatment-item:last-child{border-bottom:none}.treatment-item h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.treatment-item p{font-size:.95rem;line-height:1.6;color:#e8eaedd9;margin:0}.treatment-highlight{margin-top:2rem;padding:2rem;background:#3b82f614;border-left:3px solid rgba(96,165,250,.5);border-radius:0 16px 16px 0}.treatment-highlight p{margin:0;font-size:1rem;line-height:1.7;color:#e8eaede6}.footer{position:relative;padding:4rem 2rem 3rem;text-align:center;border-top:1px solid rgba(59,130,246,.1)}.footer-content{position:relative;z-index:1;max-width:680px;margin:0 auto;text-align:left}.sources-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:1.25rem}.sources-list{font-size:.85rem;line-height:1.8;color:#e8eaedcc;margin-bottom:2rem;padding-left:1.5rem;list-style:none}.sources-list li{margin-bottom:1rem;padding-left:2em;text-indent:-2em}.sources-list em{font-style:italic;color:#e8eaede6}.footer-disclaimer{font-size:.8rem;opacity:.5;text-align:center}.footer-glow{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:300px;height:100px;background:radial-gradient(ellipse at center,rgba(59,130,246,.06) 0%,transparent 70%);pointer-events:none}.clutter-decoration{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.clutter-box{position:absolute;border:1px solid rgba(59,130,246,.12);border-radius:4px;animation:clutterFloat 22s ease-in-out infinite;opacity:.3}.clutter-box:nth-child(odd){animation-direction:reverse;animation-duration:25s}@keyframes clutterFloat{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(15px,-20px) rotate(3deg)}50%{transform:translate(-10px,-10px) rotate(-2deg)}75%{transform:translate(-20px,15px) rotate(1deg)}}.app{position:relative;min-height:100vh}.content-stack{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1rem}.particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;width:3px;height:3px;background:#60a5fa66;border-radius:50%;animation:float 14s ease-in-out infinite}.particle:nth-child(odd){width:4px;height:4px;background:#3b82f640;animation-name:floatSlow;animation-duration:18s}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0f;--bg-elevated: #12121a;--text: #e8eaed;--text-muted: #9ca3af;--accent: #3b82f6;--accent-light: #60a5fa}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}.bg-gradient{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.08),transparent),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(37,99,235,.05),transparent),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(59,130,246,.04),transparent),linear-gradient(180deg,#0a0a0f,#0d1117,#0a0a0f);z-index:-1;pointer-events:none}@keyframes float{0%,to{transform:translate(0) rotate(0);opacity:.3}25%{transform:translate(10px,-20px) rotate(5deg);opacity:.6}50%{transform:translate(-15px,-35px) rotate(-5deg);opacity:.4}75%{transform:translate(-5px,-15px) rotate(3deg);opacity:.5}}@keyframes floatSlow{0%,to{transform:translate(0)}50%{transform:translate(20px,30px)}}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}
