@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#3b8253;--primary-hover:#2e6641;--sky-blue:#8ebae5;--bg-color:#fcf9f2;--bg-white:#fff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--border-focus:#598561;--danger:#ef4444;--success:#598561}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}.container-quiz{width:100%;max-width:640px;margin:0 auto;padding:8rem 1rem 12rem}.hero-section{background-color:var(--bg-color);color:var(--text-dark);text-align:center;background-image:radial-gradient(at 100% 0,#8ebae599 0%,#0000 65%),radial-gradient(at 0 100%,#3b825366 0%,#0000 65%);padding:9rem 1rem 12rem;position:relative;overflow:hidden}.hero-section:after{content:"GAIA HEALTH";text-align:center;width:100%;color:var(--primary);opacity:.04;z-index:0;pointer-events:none;letter-spacing:-.02em;white-space:nowrap;font-size:clamp(4rem,13vw,16rem);font-weight:800;line-height:.8;position:absolute;bottom:0;left:0;transform:translateY(30%)}.hero-section>*{z-index:1;position:relative}.hero-social-proof{color:var(--text-muted);letter-spacing:.02em;margin-bottom:1.5rem;font-size:1.125rem}.hero-social-proof strong{color:var(--primary);font-weight:800}.hero-section h1{color:var(--text-dark);max-width:800px;margin:0 auto 1.5rem;font-size:2.5rem}.hero-subtitle{max-width:600px;color:var(--text-muted);margin:0 auto 2rem;font-size:1.1rem}.hero-section .highlight{color:var(--primary)}.hero-cards-wrapper{background-color:var(--bg-white);z-index:10;border-radius:30px 30px 0 0;flex-direction:column;gap:1rem;max-width:1250px;margin:-6rem auto 4rem;padding:2rem 1rem;display:flex;position:relative;box-shadow:0 -10px 40px #0000000d}.hero-card{background:var(--bg-color);cursor:pointer;height:auto;box-shadow:none;border:1px solid #0000000d;border-radius:16px;flex-direction:row;align-items:center;padding:0;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.hero-card:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 25px 35px -5px #00000026}.hero-card-img-wrapper{background-color:#f1f5f9;flex-shrink:0;width:100px;height:100px;overflow:hidden}.hero-card-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-card:hover .hero-card-img-wrapper img{transform:scale(1.05)}.hero-card-title{color:var(--text-dark);flex-grow:1;justify-content:space-between;align-items:center;padding:1rem;font-size:1rem;font-weight:700;display:flex}.trust-badges-container{background-color:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);width:100%;margin-bottom:4rem;padding:1.5rem 0;overflow:hidden}.trust-badges-track{gap:3rem;width:max-content;animation:25s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.trust-badge{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.85rem;font-weight:800;display:flex}.sticky-header{z-index:50;background-color:#0000;border-bottom:1px solid #0000;width:100%;transition:all .3s;position:fixed;top:0}.sticky-header.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-color);background-color:#fffffff2;box-shadow:0 4px 6px -1px #0000000d}.header-content{justify-content:space-between;align-items:center;width:100%;max-width:1250px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.brand{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;transition:color .3s;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:64px;height:64px}h1{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.1}h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.2}h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}p{color:var(--text-muted);font-size:1.125rem;line-height:1.5}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;animation:2s infinite pulse-glow;box-shadow:0 4px 15px #2d6a4f4d}.btn-primary:hover{background-color:#21533d;transform:translateY(-2px);box-shadow:0 6px 20px #2d6a4f80}@keyframes pulse-glow{0%{box-shadow:0 0 #2d6a4fb3}70%{box-shadow:0 0 0 12px #2d6a4f00}to{box-shadow:0 0 #2d6a4f00}}.btn-brand{background-color:var(--primary);color:#fff}.btn-brand:hover{background-color:var(--primary-hover)}.btn-small{width:auto;padding:.5rem 1.25rem;font-size:.9rem}.btn-outline{border:2px solid var(--border-color);color:var(--text-dark);background-color:#0000}.btn-outline:hover{border-color:var(--text-dark)}.quiz-grid{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.quiz-card{background-color:var(--bg-white);border:2px solid var(--border-color);cursor:pointer;color:var(--text-dark);border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:500;transition:all .2s;display:flex}.quiz-card:hover{border-color:var(--border-focus);box-shadow:0 4px 6px -1px #0000000d}.quiz-card.selected{border-color:var(--border-focus);background-color:#2d6a4f0d}.progress-wrap{margin-bottom:2rem}.progress-text{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.progress-bar-bg{background-color:var(--border-color);border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{background-color:var(--primary);border-radius:3px;height:100%;transition:width .3s}.form-group{text-align:left;margin-bottom:1.25rem}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-input{border:2px solid var(--border-color);background-color:var(--bg-white);border-radius:12px;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--border-focus);outline:none}.input-with-icon{border:1px solid var(--border-color);background-color:#fff;border-radius:8px;align-items:center;height:54px;transition:all .2s;display:flex;overflow:hidden}.input-icon-box{border-right:1px solid var(--border-color);width:50px;height:100%;color:var(--text-dark);background-color:#e5e7eb;justify-content:center;align-items:center;transition:all .2s;display:flex}.input-with-icon .form-input{background-color:#0000;border:none;border-radius:0;flex:1;height:100%;padding:0 1rem}.input-with-icon .form-input:focus{box-shadow:none;outline:none}.input-with-icon:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #2d6a4f26}.input-with-icon:focus-within .input-icon-box{color:var(--primary);border-right-color:var(--primary);background-color:#f0fdf4}.checkout-card{background:var(--bg-white);border-radius:20px;margin-bottom:1rem;padding:2rem;box-shadow:0 10px 25px -5px #0000000d}.upsell-alert{text-align:left;background-color:#fffbeb;border:2px solid #fcd34d;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.sticky-footer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border-color);z-index:40;background-color:#fffffff2;justify-content:center;padding:1rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px -1px #0000000d}.sticky-footer .btn{max-width:600px}.fade-in{animation:.4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-out{animation:.3s forwards fadeOut}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.word-rotate{min-width:250px;animation:.6s cubic-bezier(.16,1,.3,1) popIn;display:inline-block}@keyframes popIn{0%{opacity:0}to{opacity:1}}.text-center{text-align:center}.text-left{text-align:left}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:.5rem}.w-full{width:100%}.font-bold{font-weight:700}.info-section{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto 6rem;padding:0 1.5rem;display:grid}.info-image-card{background-color:#f1f5f9;border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;position:relative;box-shadow:inset 0 2px 4px #00000005}.info-product-img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;height:350px}.info-checklist-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.info-checklist{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.info-checklist li{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.125rem;display:flex}.info-col-right{flex-direction:column;align-items:flex-start;display:flex}.info-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700}.info-heading{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:800;line-height:1.1}.info-photo-grid{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin-bottom:2rem;display:grid}.info-photo-1,.info-photo-2{object-fit:cover;border-radius:24px;width:100%;height:350px;box-shadow:0 10px 15px -3px #0000001a}.info-photo-2{margin-top:3rem}.info-paragraph{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.info-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:transform .2s,background-color .2s}.info-btn:hover{background-color:var(--primary-hover);transform:translateY(-2px)}@media (width<=900px){.info-section{grid-template-columns:1fr;gap:3rem}.info-photo-grid{gap:1rem}.info-photo-2{margin-top:1.5rem}.info-heading{font-size:2rem}}@media (width>=768px){.hero-section h1{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.hero-cards-wrapper{box-shadow:none;background-color:#0000;border-radius:0;flex-flow:wrap;justify-content:center;margin:-8rem auto 4rem;padding:0 1rem 2rem}.hero-card{background:#fff;border:2px solid #0000;flex-direction:column;flex:1;min-width:240px;height:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-card-img-wrapper{width:100%;height:240px}.hero-card-title{padding:1.5rem;font-size:1.15rem}.brand-logo{width:96px;height:96px}}.reviews-section{background-color:var(--bg-color);flex-direction:column;align-items:center;padding:6rem 0;display:flex;overflow:hidden}.reviews-header{text-align:center;max-width:800px;margin:0 auto 4rem;padding:0 1.5rem}.reviews-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.reviews-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.reviews-subtitle{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;display:flex;position:relative}.marquee-track{gap:1.5rem;width:max-content;padding-left:1.5rem;animation:50s linear infinite marqueeScroll;display:flex}.marquee-track.reverse{animation-direction:reverse}.marquee-track:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.review-card{border-radius:16px;flex-direction:column;flex-shrink:0;width:380px;height:240px;display:flex;overflow:hidden;box-shadow:0 4px 6px #00000005}.review-card.text-card{background-color:#f1f6ed;justify-content:flex-start;padding:2rem}.review-card.photo-card{background-color:#e2e8f0}.review-card.photo-card img{object-fit:cover;width:100%;height:100%}.review-header-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.review-name{color:var(--text-dark);font-size:1.1rem;font-weight:700}.stars{gap:2px;display:flex}.star{color:var(--primary);font-size:1.2rem}.review-text{color:var(--text-muted);font-size:1rem;line-height:1.6}@media (width<=900px){.reviews-title{font-size:2rem}.review-card{width:320px;height:220px}}.side-menu-overlay{z-index:1000;opacity:0;pointer-events:none;background-color:#0a190a99;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.side-menu-overlay.open{opacity:1;pointer-events:auto}.side-menu-drawer{z-index:1001;background-color:#fff;border-top-left-radius:24px;border-bottom-left-radius:24px;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-400px;overflow-y:auto;box-shadow:-5px 0 25px #0000001a}.side-menu-drawer.open{right:0}.menu-header{justify-content:space-between;align-items:center;padding:2rem 1.5rem;display:flex}.menu-header-logo{color:var(--text-dark);font-size:1.5rem;font-weight:800}.close-menu-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.close-menu-btn:hover{background-color:#f1f5f9}.menu-items-list{flex-direction:column;flex-grow:1;padding:0 1.5rem 1.5rem;display:flex}.menu-item{color:var(--text-dark);cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.1rem;font-weight:500;transition:color .2s,padding-left .2s;display:flex}.menu-item:last-child{border-bottom:none}.menu-item:hover{color:var(--primary);padding-left:.5rem}.menu-footer{border-top:1px solid #f1f5f9;gap:1.5rem;margin-top:auto;padding:1.5rem;display:flex}.menu-footer-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.95rem;transition:color .2s;display:flex}.menu-footer-btn:hover{color:var(--primary)}.header-actions{align-items:center;gap:1.5rem;display:flex}.burger-menu-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;align-items:center;transition:color .3s;display:flex}.burger-menu-btn:hover{color:var(--primary)}.chart-container{background:#fff;border-radius:20px;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:2rem;position:relative;box-shadow:0 4px 20px #0000000d}.chart-title{text-align:center;color:var(--text-dark);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.chart-path{fill:none;stroke:var(--primary);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2.5s ease-out .5s forwards drawCurve}@keyframes drawCurve{to{stroke-dashoffset:0}}.chart-point{fill:#fff;stroke:var(--primary);stroke-width:3px;opacity:0}.point-1{animation:.3s ease-out .5s forwards popIn}.point-2{animation:.3s ease-out 1.2s forwards popIn}.point-3{animation:.3s ease-out 1.8s forwards popIn}.point-4{fill:var(--primary);animation:.3s ease-out 2.5s forwards popIn}.chart-labels{justify-content:space-between;margin-top:1rem;display:flex}.chart-label{color:var(--text-muted);text-align:center;opacity:0;font-size:.85rem;font-weight:600}.label-1{animation:.4s ease-out .5s forwards fadeInLabel}.label-2{animation:.4s ease-out 1.2s forwards fadeInLabel}.label-3{animation:.4s ease-out 1.8s forwards fadeInLabel}.label-4{color:var(--primary);font-weight:700;animation:.4s ease-out 2.5s forwards fadeInLabel}@keyframes fadeInLabel{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
