@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";@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}.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: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-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-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}.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}.brand{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;transition:color .3s;display:flex}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}@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: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}.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}@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)}}.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-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{flex-direction:column;gap:1rem;padding:0;list-style:none;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-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-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.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%}.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)}}: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}*{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}.landing-container{background-color:var(--bg-color);max-width:100%;overflow-x:hidden}.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.5rem;font-weight:700;display:flex}.brand-logo{object-fit:cover;border-radius:50%;width:64px;height:64px}.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-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);letter-spacing:-.02em;max-width:800px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:800;line-height:1.1}.hero-subtitle{max-width:600px;color:var(--text-muted);margin:0 auto 2rem;font-size:1.1rem;line-height:1.5}.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;border:1px solid #0000000d;border-radius:16px;flex-direction:row;align-items:center;height:auto;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}.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}.shine-effect{position:relative;overflow:hidden}.shine-effect:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;animation:4s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-25deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.btn-brand{background-color:var(--primary);color:#fff}.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:#0000;border-radius:24px;justify-content:center;align-items:center;margin-bottom:2rem;padding:0;display:flex;position:relative}.info-product-img{border-radius:24px;width:100%;height:auto}.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;list-style:none;display:flex}.info-checklist li{color:var(--text-dark);align-items:center;gap:.75rem;font-size:1.125rem;display:flex}.info-eyebrow{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.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}.reviews-section{background-color:var(--bg-white);flex-direction:column;align-items:center;padding:3rem 0;display:flex;overflow:hidden}.reviews-header{text-align:center;max-width:800px;margin:0 auto 1.5rem;padding:0 1.5rem}.reviews-title{color:var(--text-dark);font-size:2rem;font-weight:800;line-height:1.1}.marquee-wrapper{flex-direction:column;gap:1.5rem;width:100vw;max-width:100%;padding:1rem 0;display:flex;position:relative;overflow:hidden}.marquee-track{gap:1.5rem;width:max-content;padding-left:1.5rem;animation:40s linear infinite scrollLeft;display:flex}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{border-radius:20px;flex-shrink:0;width:280px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.text-card{background-color:var(--bg-color);flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.photo-card{height:280px}.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:1rem;font-weight:700}.stars-small{color:#fbbf24;letter-spacing:2px;font-size:1.1rem}.review-text{color:var(--text-dark);font-size:.95rem;font-weight:400;line-height:1.5}.checkout-section{background-color:var(--bg-color);padding:4rem 1.5rem}.form-container{background-color:#fff;border-radius:24px;max-width:600px;margin:0 auto;padding:2.5rem 1.5rem;box-shadow:0 10px 40px #0000000d}.form-title{text-align:center;color:var(--text-dark);margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.form-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.package-card{border:2px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:16px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.package-thumbnail{object-fit:contain;width:60px;height:60px}.package-card.selected{border-color:var(--primary);background-color:#3b82530d}.package-card input[type=radio]{width:24px;height:24px;accent-color:var(--primary)}.package-info{flex-direction:column;flex:1;display:flex}.package-name{color:var(--text-dark);font-size:1.1rem;font-weight:700}.package-badge{color:#b05c10;background-color:#ffe8d6;border-radius:4px;width:fit-content;margin-top:.3rem;padding:2px 6px;font-size:.75rem;font-weight:700}.package-price{color:var(--primary);margin-top:.3rem;font-size:1.4rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-dark);margin-bottom:.5rem;font-weight:600;display:block}.form-input{border:2px solid var(--border-color);background-color:var(--bg-white);border-radius:12px;width:100%;padding:1.2rem;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--border-focus);outline:none}.fade-in{animation:.4s forwards fadeIn}.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}.delay-500{animation-delay:.5s}@media (width<=900px){.info-section{grid-template-columns:1fr;gap:3rem}}@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}.hero-card-img-wrapper{width:100%;height:240px}.brand-logo{width:96px;height:96px}.form-container{padding:3rem}}.faq-section{max-width:800px;margin:2rem auto;padding:0 1.5rem}.faq-title{text-align:center;color:var(--primary-dark);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.faq-item{border-left:4px solid var(--primary);background-color:#fff;border-radius:12px;margin-bottom:1rem;padding:1.25rem;box-shadow:0 2px 10px #0000000d}.faq-item h4{color:var(--text-main);margin:0 0 .5rem;font-size:1rem;font-weight:700}.faq-item p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.urgency-banner{color:#b91c1c;text-align:center;background-color:#fee2e2;border:1px solid #f87171;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.95rem}.upsell-alert{cursor:pointer;background-color:#fffbeb;border:2px solid #fcd34d;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;transition:all .2s;display:block}.upsell-alert.selected{background-color:#fef3c7;border-color:#f59e0b;box-shadow:0 4px 15px #f59e0b33}.upsell-flex{align-items:flex-start;gap:1rem;display:flex}.upsell-checkbox{accent-color:#f59e0b;cursor:pointer;width:24px;height:24px;margin-top:2px}.upsell-content h4{color:#b45309;margin:0 0 .5rem;font-size:1.05rem;font-weight:800}.upsell-content p{color:#78350f;margin:0;font-size:.95rem;line-height:1.4}.price-container{align-items:center;gap:.5rem;display:flex}.old-price{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:line-through}.region-toggle-group{gap:.5rem;margin-bottom:1rem;display:flex}.region-btn{color:var(--text-muted);cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.region-btn:hover{border-color:var(--primary);color:var(--primary)}.region-btn.active{border-color:var(--primary);color:var(--primary);background-color:#f0fdf4}select.form-input{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.info-alert{background-color:#eff6ff;border-left:4px solid #3b82f6;border-radius:4px;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.info-alert p{color:#1e3a8a;margin:0;font-size:.85rem;line-height:1.4}.info-alert strong{color:#1e40af}.thank-you-view{text-align:center;background-color:#fdfbf7;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);padding:4rem 2rem;display:flex}.thank-you-content{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.thank-you-icon{color:#3b7c5a;background-color:#e2f5e9;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.thank-you-content h1{color:#1f2937;margin-bottom:1rem;font-size:2.2rem;font-weight:800}.thank-you-subtitle{color:#6b7280;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.thank-you-instruction{color:#6b7280;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.thank-you-instruction strong{color:#4b5563;font-weight:700}.whatsapp-action-box{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:2.5rem 2rem;display:flex}.whatsapp-action-box p{color:#065f46;margin-top:0;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.whatsapp-button-large{color:#fff;background-color:#3b7c5a;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.whatsapp-button-large:hover{background-color:#2f6348;transform:translateY(-2px)}.admin-modal-overlay{z-index:9999;background-color:#f8fafcf2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal-content-custom{flex-direction:column;align-items:center;width:100%;max-width:1000px;display:flex}.admin-login-box{background:#fff;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.admin-lock-icon{margin-bottom:1rem}.admin-login-box h2{color:#0f172a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.admin-pin-input{text-align:center;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;margin-bottom:1rem;padding:.8rem 1rem;font-size:1rem}.admin-pin-input:focus{border-color:#3b7c5a}.admin-login-btn{color:#fff;cursor:pointer;background-color:#3b7c5a;border:none;border-radius:20px;width:100%;padding:.8rem;font-size:1rem;font-weight:700}.admin-login-btn:hover{background-color:#2f6348}.admin-modal-close-abs{cursor:pointer;color:#64748b;background:0 0;border:none;position:absolute;top:1rem;right:1rem}.admin-dashboard{background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 20px #0000000d}.admin-dashboard-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:2rem;display:flex}.admin-dashboard-header h2{color:#0f172a;margin:0;font-size:1.5rem;font-weight:800}.admin-dashboard-actions{align-items:center;gap:1rem;display:flex}.admin-alert-btn{color:#0f172a;cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 4px #00000005}.admin-refresh-btn{color:#fff;cursor:pointer;background-color:#3b7c5a;border:none;border-radius:20px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.admin-close-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.admin-dashboard-body{padding:0}.table-responsive{width:100%;overflow-x:auto}.custom-admin-table{border-collapse:collapse;text-align:left;width:100%}.custom-admin-table th{color:#1f2937;background-color:#fff;border-bottom:2px solid #f1f5f9;padding:1.5rem;font-size:.9rem;font-weight:700}.custom-admin-table td{color:#6b7280;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.5rem;font-size:.9rem}.phone-badge{color:#64748b;align-items:center;margin-top:.2rem;font-size:.8rem;display:inline-flex}.product-badge{color:#065f46;background-color:#e2f5e9;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.admin-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.admin-table th,.admin-table td{border-bottom:1px solid #e5e7eb;padding:.75rem}.admin-table th{color:#475569;background-color:#f1f5f9;font-weight:600}.admin-table tbody tr:hover{background-color:#f8fafc}
