*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#06060b;--bg-secondary:#0c0c14;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--border-subtle:#ffffff14;--border-accent:#00d4ff4d;--text-primary:#f0f0f5;--text-secondary:#9898a8;--text-muted:#6b6b7b;--accent-cyan:#00d4ff;--accent-purple:#8b5cf6;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-amber:#f59e0b;--gradient-primary:linear-gradient(135deg, #00d4ff 0%, #8b5cf6 50%, #3b82f6 100%);--gradient-glow:radial-gradient(ellipse at center, #00d4ff26 0%, transparent 70%);--font-body:"Inter", system-ui, sans-serif;--font-display:"Space Grotesk", system-ui, sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-glow:0 0 60px #00d4ff1f;--header-height:5rem;--container-max:1200px;--space-section:5.5rem;--space-section-sm:3.5rem;--space-block:3rem;--space-content:2rem;--space-grid:1.75rem;--space-grid-lg:2.25rem}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{width:min(var(--container-max), 90vw);margin-inline:auto;padding-inline:0}main{min-height:calc(100vh - var(--header-height))}.section{padding-block:var(--space-section);position:relative}.section--compact{padding-block:var(--space-section-sm)}.section--alt{background:var(--bg-secondary)}.section-header{margin-bottom:var(--space-block);max-width:720px}.section-header--center{text-align:center;margin-inline:auto}.section-header--wide{max-width:840px}.section-header .section-subtitle{margin-bottom:0}.section-body{gap:var(--space-content);flex-direction:column;display:flex}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-cyan);align-items:center;gap:.5rem;margin-bottom:.875rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--accent-cyan);width:24px;height:1px}.section-title{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.0625rem;line-height:1.65}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 24px #00d4ff40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00d4ff59}.btn-outline{color:var(--text-primary);border:1px solid var(--border-subtle);background:0 0}.btn-outline:hover{border-color:var(--accent-cyan);background:#00d4ff0d}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2rem;transition:border-color .3s,background .3s,transform .3s}.card:hover{background:var(--bg-card-hover);border-color:var(--border-accent);transform:translateY(-4px)}.grid-2{gap:var(--space-grid);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.grid-3{gap:var(--space-grid);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}@media (width<=768px){:root{--space-section:3.5rem;--space-block:2rem;--space-content:1.5rem;--space-grid:1.25rem}}.icon-box{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.9375rem;display:flex}.feature-list li:before{content:"→";color:var(--accent-cyan);flex-shrink:0;font-weight:600}.cursor-glow{pointer-events:none;z-index:9999;mix-blend-mode:screen;background:radial-gradient(circle,#00d4ff0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:fixed;transform:translate(-50%,-50%)}@media (hover:none){.cursor-glow{display:none}}.scroll-reveal{opacity:0;transition:opacity .7s,transform .7s}.scroll-reveal.revealed{opacity:1}.reveal-up{transform:translateY(32px)}.reveal-up.revealed{transform:translateY(0)}.reveal-left{transform:translate(-32px)}.reveal-left.revealed{transform:translate(0)}.reveal-right{transform:translate(32px)}.reveal-right.revealed{transform:translate(0)}.btn{position:relative;overflow:hidden}.btn:after{content:"";background:radial-gradient(circle at var(--x,50%) var(--y,50%), #fff3 0%, transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.btn:hover:after{opacity:1}.header{z-index:1000;height:var(--header-height);align-items:center;padding-inline:clamp(2rem,5vw,4.5rem);transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.header .container.header-inner{width:100%;max-width:var(--container-max);padding-inline:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#06060be6}.header-inner{justify-content:space-between;align-items:center;gap:2rem;width:100%;display:flex}.logo{font-family:var(--font-display);flex-shrink:0;align-items:center;gap:.75rem;padding:.25rem 0;font-size:1.3125rem;font-weight:700;display:flex}.logo-icon{background:var(--gradient-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.125rem;display:flex}.logo-text{letter-spacing:-.01em}.header-right{align-items:center;gap:1.75rem;margin-left:auto;display:flex}.nav{align-items:center;gap:.375rem;display:flex}.nav-link{color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:.625rem 1.125rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex;position:relative}.nav-link:hover{color:var(--text-primary);background:#ffffff0a}.nav-link.active{color:var(--accent-cyan);background:#00d4ff14}.header-cta{white-space:nowrap;flex-shrink:0;padding:.625rem 1.5rem;font-size:.875rem}.nav-overlay{display:none}.menu-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.375rem;font-size:1.5rem;display:none}@media (width<=1024px){.nav-link{padding:.5625rem .875rem;font-size:.8125rem}.header-right{gap:1.25rem}.header-cta{padding:.5625rem 1.25rem}}@media (width<=900px){.header{padding-inline:clamp(1.25rem,4vw,2rem)}.menu-toggle{justify-content:center;align-items:center;display:flex}.header-right{background:var(--bg-secondary);width:min(340px,88vw);height:100vh;padding:calc(var(--header-height) + 1.5rem) 1.75rem 2rem;border-left:1px solid var(--border-subtle);z-index:1001;flex-direction:column;align-items:stretch;gap:2rem;margin-left:0;transition:right .3s;position:fixed;top:0;right:-100%}.header-right.open{right:0}.nav{flex-direction:column;align-items:stretch;gap:.5rem}.nav-link{border-radius:var(--radius-sm);padding:.875rem 1.125rem;font-size:1rem}.header-cta{justify-content:center;width:100%;padding:.875rem 1.5rem}.nav-overlay{z-index:1000;background:#0009;display:block;position:fixed;inset:0}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:var(--space-section-sm) 0 2rem;margin-top:auto}.footer-grid{gap:var(--space-grid-lg);margin-bottom:var(--space-block);grid-template-columns:2fr 1fr 1fr 1fr;align-items:start;display:grid}.footer-brand p{color:var(--text-secondary);max-width:320px;margin-top:1rem;font-size:.9375rem;line-height:1.7}.footer-logo{font-family:var(--font-display);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;display:flex}.footer-logo-icon{background:var(--gradient-primary);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.footer-col h4{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--accent-cyan)}.footer-bottom{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.8125rem}.footer-social{gap:1rem;display:flex}.footer-social a{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.footer-social a:hover{border-color:var(--accent-cyan);color:var(--accent-cyan)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.page-transition{animation:.5s forwards pageEnter}@keyframes pageEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.site-main{min-height:calc(100vh - var(--header-height));flex-direction:column;display:flex}.page-transition{flex-direction:column;flex:1;display:flex}.particle-canvas{pointer-events:auto;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero{min-height:calc(100vh - var(--header-height));padding-block:calc(var(--header-height) + 2rem) var(--space-section);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#00d4ff08 1px,#0000 1px),linear-gradient(90deg,#00d4ff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 70%);mask-image:radial-gradient(#000 20%,#0000 70%)}.hero-glow-1{background:radial-gradient(#00d4ff1f 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.hero-glow-2{background:radial-gradient(#8b5cf61a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:10%;right:-10%}.hero-content{z-index:1;max-width:720px;transition:transform .1s ease-out;position:relative}.hero-stat-item{transition:transform .3s}.hero-stat-item:hover{transform:translateY(-4px)}.hero-badge{color:var(--accent-cyan);background:#00d4ff14;border:1px solid #00d4ff33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--accent-cyan);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-family:var(--font-display);margin-bottom:1.25rem;font-size:clamp(2.75rem,6vw,4.25rem);font-weight:700;line-height:1.08}.hero-desc{color:var(--text-secondary);max-width:560px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-stats{gap:var(--space-grid-lg);border-top:1px solid var(--border-subtle);grid-template-columns:repeat(3,1fr);max-width:560px;padding-top:2rem;display:grid}.hero-stat-value{font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1.2}.hero-stat-label{color:var(--text-muted);margin-top:.375rem;font-size:.8125rem;line-height:1.4}.hero-visual{opacity:.6;width:400px;height:400px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.hero-orb{border:1px solid #00d4ff26;border-radius:50%;position:absolute}.hero-orb-1{width:100%;height:100%;animation:20s linear infinite rotate}.hero-orb-2{border-color:#8b5cf633;width:75%;height:75%;animation:15s linear infinite reverse rotate;top:12.5%;left:12.5%}.hero-orb-3{background:radial-gradient(circle,#00d4ff1a 0%,#0000 70%);width:50%;height:50%;animation:10s linear infinite rotate;top:25%;left:25%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-core{filter:drop-shadow(0 0 30px #00d4ff66);font-size:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=1100px){.hero-visual{display:none}}@media (width<=768px){.hero{padding-block:calc(var(--header-height) + 1.5rem) var(--space-section-sm)}.hero-stats{grid-template-columns:1fr;gap:1.25rem;max-width:none}}.overview{position:relative}.overview:before{content:"";width:min(var(--container-max), 90vw);background:linear-gradient(90deg, transparent, var(--border-accent), transparent);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.overview-cards{gap:var(--space-grid-lg);grid-template-columns:repeat(2,1fr);display:grid}.overview-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;color:inherit;height:100%;transform-style:preserve-3d;flex-direction:column;padding:2rem 1.75rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.overview-card-shine{background:linear-gradient(90deg,#0000,#ffffff0a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.overview-card:hover .overview-card-shine{left:100%}.overview-card:hover{background:var(--bg-card-hover);border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.overview-card-icon{margin-bottom:1rem;font-size:2.25rem;line-height:1}.overview-card h3{font-family:var(--font-display);margin-bottom:.625rem;font-size:1.1875rem;font-weight:600;line-height:1.3}.overview-card p{color:var(--text-secondary);flex:1;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.overview-card-link{color:var(--accent-cyan);align-items:center;gap:.375rem;margin-top:auto;font-size:.875rem;font-weight:600;display:inline-flex}.overview-card:hover .overview-card-link{gap:.625rem}.overview-card.cyan:hover{border-color:#00d4ff66}.overview-card.purple:hover{border-color:#8b5cf666}.overview-card.blue:hover{border-color:#3b82f666}.overview-card.green:hover{border-color:#10b98166}@media (width<=640px){.overview-cards{gap:var(--space-grid);grid-template-columns:1fr}}.stats-banner{padding-block:var(--space-section-sm);background:var(--bg-secondary);border-block:1px solid var(--border-subtle)}.stats-grid{gap:var(--space-grid-lg);grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;padding:1.5rem 1rem}.stat-value{font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2}.stat-label{color:var(--text-muted);font-size:.875rem;line-height:1.4}@media (width<=768px){.stats-grid{gap:var(--space-grid);grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.dual-showcase .section-header,.dual-showcase .section-subtitle{margin-inline:auto}.dual-grid{gap:var(--space-grid-lg);grid-template-columns:repeat(2,1fr);display:grid}.dual-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;height:100%;padding:2.25rem 2rem;transition:border-color .3s,transform .3s;display:flex;position:relative;overflow:hidden}.dual-card:hover{transform:translateY(-4px)}.dual-ai:hover{border-color:#00d4ff59}.dual-herbal:hover{border-color:#10b98159}.dual-card-glow{pointer-events:none;border-radius:50%;width:250px;height:250px;position:absolute;top:-30%;right:-20%}.dual-ai .dual-card-glow{background:radial-gradient(circle,#00d4ff1a 0%,#0000 70%)}.dual-herbal .dual-card-glow{background:radial-gradient(circle,#10b9811a 0%,#0000 70%)}.dual-icon{margin-bottom:1.25rem;font-size:2.5rem;display:block;position:relative}.dual-card h3{font-family:var(--font-display);margin-bottom:.875rem;font-size:1.375rem;font-weight:600;position:relative}.dual-card>p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.65;position:relative}.dual-card ul{flex:1;margin-bottom:1.75rem;list-style:none;position:relative}.dual-card li{color:var(--text-secondary);padding:.375rem 0 .375rem 1.25rem;font-size:.875rem;position:relative}.dual-card li:before{content:"✓";color:var(--accent-cyan);font-weight:600;position:absolute;left:0}.dual-herbal li:before{color:var(--accent-green)}.dual-link{color:var(--accent-cyan);align-self:flex-start;font-size:.9375rem;font-weight:600;transition:gap .2s;position:relative}.dual-herbal .dual-link{color:var(--accent-green)}.dual-link:hover{opacity:.85}@media (width<=768px){.dual-grid{grid-template-columns:1fr}}.why-grid{gap:var(--space-grid-lg);grid-template-columns:minmax(240px,280px) 1fr;align-items:stretch;display:grid}.why-tabs{flex-direction:column;gap:.625rem;display:flex}.why-tab{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;text-align:left;align-items:center;gap:.75rem;padding:.875rem 1.125rem;font-size:.9375rem;font-weight:500;transition:all .25s;display:flex}.why-tab:hover{border-color:var(--border-accent);color:var(--text-primary)}.why-tab.active{color:var(--accent-cyan);background:#00d4ff14;border-color:#00d4ff59}.why-tab-icon{flex-shrink:0;font-size:1.125rem}.why-panel{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transform-style:preserve-3d;flex-direction:column;justify-content:center;min-height:280px;padding:2.25rem 2rem;transition:transform .15s;display:flex;position:relative;overflow:hidden}.why-panel-glow{pointer-events:none;background:radial-gradient(circle,#00d4ff1a 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-50%;right:-20%}.why-panel-icon{margin-bottom:1rem;font-size:2.25rem;line-height:1}.why-panel h3{font-family:var(--font-display);margin-bottom:.875rem;font-size:1.375rem;font-weight:600;line-height:1.3}.why-panel p{color:var(--text-secondary);max-width:480px;margin-bottom:1.5rem;line-height:1.7}.why-cta{align-self:flex-start;font-size:.875rem}@media (width<=768px){.why-grid{gap:var(--space-content);grid-template-columns:1fr}.why-tabs{flex-flow:wrap}.why-tab{flex:1;justify-content:center;min-width:calc(50% - .3125rem);padding:.75rem 1rem}.why-panel{min-height:auto;padding:1.75rem 1.5rem}}@media (width<=400px){.why-tab{min-width:100%}}.how-it-works .section-header,.how-it-works .section-subtitle{margin-inline:auto}.steps-grid{gap:var(--space-grid-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.step-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;height:100%;padding:2rem 1.5rem;transition:border-color .3s,transform .3s;position:relative}.step-card:hover{border-color:var(--border-accent);transform:translateY(-4px)}.step-number{font-family:var(--font-display);color:var(--accent-cyan);letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.step-icon{margin-bottom:1rem;font-size:2.25rem;line-height:1}.step-card h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.3}.step-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.65}.step-connector{display:none}@media (width>=901px){.step-connector{width:calc(var(--space-grid-lg) + .5rem);background:linear-gradient(90deg, var(--accent-cyan), transparent);z-index:1;height:2px;display:block;position:absolute;top:2.75rem;right:-1.125rem}.step-card:last-child .step-connector{display:none}}@media (width<=900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.steps-grid{grid-template-columns:1fr}}.industries-grid{gap:var(--space-grid-lg);grid-template-columns:repeat(3,1fr);display:grid}.industry-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);height:100%;padding:1.75rem 1.5rem;transition:border-color .3s,transform .3s}.industry-card:hover{border-color:var(--border-accent);transform:translateY(-3px)}.industry-icon{margin-bottom:1rem;font-size:2rem;line-height:1;display:block}.industry-card h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600;line-height:1.3}.industry-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}@media (width<=900px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.industries-grid{grid-template-columns:1fr}}.testimonials-section .section-header,.testimonials-section .section-subtitle{margin-inline:auto}.testimonial-slider{max-width:720px;margin-inline:auto;margin-bottom:var(--space-block)}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;padding:2.5rem 2rem;position:relative}.quote-icon{font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;opacity:.4;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4rem;line-height:1}.testimonial-card blockquote{color:var(--text-primary);margin-bottom:1.75rem;font-size:1.125rem;font-style:normal;line-height:1.75}.testimonial-author{justify-content:center;align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.875rem;font-weight:700;display:flex}.author-name{text-align:left;font-size:.9375rem;font-weight:600}.author-role{color:var(--text-muted);text-align:left;font-size:.8125rem}.testimonial-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.dot{background:var(--border-subtle);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.dot.active{background:var(--accent-cyan);transform:scale(1.25)}.testimonial-grid{gap:var(--space-grid);grid-template-columns:repeat(3,1fr);display:grid}.testimonial-mini{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;padding:1.25rem;transition:border-color .3s,background .3s}.testimonial-mini:hover,.testimonial-mini.active{border-color:var(--border-accent);background:#00d4ff0a}.testimonial-mini p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.8125rem;line-height:1.55}.testimonial-mini span{color:var(--accent-cyan);font-size:.75rem;font-weight:600}@media (width<=768px){.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding:2rem 1.5rem}.testimonial-card blockquote{font-size:1rem}}.faq-layout{gap:var(--space-grid-lg);grid-template-columns:minmax(280px,380px) 1fr;align-items:start;display:grid}.faq-header .section-subtitle{margin-bottom:1.75rem}.faq-cta{font-size:.875rem}.faq-list{flex-direction:column;gap:.625rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);transition:border-color .3s;overflow:hidden}.faq-item.open{border-color:var(--border-accent)}.faq-trigger{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .2s;display:flex}.faq-trigger:hover{background:#ffffff05}.faq-icon{color:var(--accent-cyan);flex-shrink:0;font-size:1.25rem}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{color:var(--text-secondary);padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.7}@media (width<=768px){.faq-layout{gap:var(--space-block);grid-template-columns:1fr}}.cta-banner{padding-block:var(--space-section-sm) var(--space-section)}.cta-banner-inner{text-align:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:3rem 2.5rem;position:relative;overflow:hidden}.cta-banner-glow{pointer-events:none;background:radial-gradient(#00d4ff1f 0%,#0000 70%);width:500px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-banner-inner h2{font-family:var(--font-display);margin-bottom:.875rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;line-height:1.2;position:relative}.cta-banner-inner p{color:var(--text-secondary);margin-bottom:1.75rem;max-width:480px;margin-inline:auto;font-size:1.0625rem;line-height:1.65;position:relative}.cta-banner-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex;position:relative}@media (width<=768px){.cta-banner-inner{padding:2.25rem 1.5rem}}.page-hero{padding-block:calc(var(--header-height) + 2.5rem) 3rem;align-items:center;display:flex;position:relative;overflow:hidden}.page-hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0}.page-hero-grid{background-image:linear-gradient(#00d4ff0a 1px,#0000 1px),linear-gradient(90deg,#00d4ff0a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.page-hero.accent-purple .page-hero-grid{background-image:linear-gradient(#8b5cf60a 1px,#0000 1px),linear-gradient(90deg,#8b5cf60a 1px,#0000 1px)}.page-hero.accent-blue .page-hero-grid{background-image:linear-gradient(#3b82f60a 1px,#0000 1px),linear-gradient(90deg,#3b82f60a 1px,#0000 1px)}.page-hero.accent-green .page-hero-grid{background-image:linear-gradient(#10b9810a 1px,#0000 1px),linear-gradient(90deg,#10b9810a 1px,#0000 1px)}.page-hero-content{z-index:1;max-width:720px;position:relative}.breadcrumbs{flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.8125rem;display:flex}.breadcrumbs a{color:var(--text-muted);transition:color .2s}.breadcrumbs a:hover{color:var(--accent-cyan)}.breadcrumb-sep{color:var(--text-muted);margin:0 .375rem}.breadcrumb-current{color:var(--text-secondary)}.page-hero-icon{margin-bottom:.875rem;font-size:2.75rem;animation:4s ease-in-out infinite float;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.page-hero-title{font-family:var(--font-display);margin-bottom:.875rem;font-size:clamp(2.25rem,5vw,3rem);font-weight:700;line-height:1.12}.page-hero-tagline{color:var(--text-secondary);max-width:560px;font-size:1.0625rem;line-height:1.65}@media (width<=768px){.page-hero{padding-block:calc(var(--header-height) + 1.5rem) 2rem}}.feature-accordion{flex-direction:column;gap:.625rem;display:flex}.accordion-item{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);transition:border-color .3s;overflow:hidden}.accordion-item.open{border-color:var(--border-accent)}.accordion-item.open.accent-purple{border-color:#8b5cf659}.accordion-item.open.accent-blue{border-color:#3b82f659}.accordion-item.open.accent-green{border-color:#10b98159}.accordion-trigger{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .2s;display:flex}.accordion-trigger:hover{background:#ffffff05}.accordion-number{font-family:var(--font-display);color:var(--accent-cyan);flex-shrink:0;font-size:.75rem;font-weight:700}.accent-purple .accordion-number{color:var(--accent-purple)}.accent-blue .accordion-number{color:var(--accent-blue)}.accent-green .accordion-number{color:var(--accent-green)}.accordion-title{flex:1}.accordion-icon{color:var(--text-muted);flex-shrink:0;font-size:1.25rem;transition:transform .3s}.accordion-item.open .accordion-icon{transform:rotate(180deg)}.accordion-panel{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.accordion-item.open .accordion-panel{max-height:120px}.accordion-panel p{color:var(--text-secondary);padding:0 1.25rem 1.125rem 3.25rem;font-size:.875rem;line-height:1.65}.process-timeline{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem}.process-tabs{gap:var(--space-grid);margin-bottom:var(--space-content);grid-template-columns:repeat(4,1fr);display:grid}.process-tab{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);background:0 0;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;transition:all .25s;display:flex}.process-tab:hover{border-color:var(--border-accent);color:var(--text-primary)}.process-tab.active{color:var(--accent-cyan);background:#00d4ff14;border-color:#00d4ff59}.accent-purple .process-tab.active{color:var(--accent-purple);background:#8b5cf614;border-color:#8b5cf659}.accent-blue .process-tab.active{color:var(--accent-blue);background:#3b82f614;border-color:#3b82f659}.accent-green .process-tab.active{color:var(--accent-green);background:#10b98114;border-color:#10b98159}.process-step-num{font-family:var(--font-display);font-size:.75rem;font-weight:700}.process-step-title{font-size:.8125rem;font-weight:600}.process-progress{gap:.5rem;margin-bottom:1.5rem;display:flex}.process-dot{background:var(--border-subtle);cursor:pointer;border-radius:2px;flex:1;height:4px;transition:background .3s}.process-dot.filled{background:var(--accent-cyan)}.accent-purple .process-dot.filled{background:var(--accent-purple)}.accent-blue .process-dot.filled{background:var(--accent-blue)}.accent-green .process-dot.filled{background:var(--accent-green)}.process-detail{animation:.4s fadeSlide}.process-detail h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.375rem;font-weight:600}.process-detail p{color:var(--text-secondary);line-height:1.7}@keyframes fadeSlide{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.process-tabs{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.process-tabs{grid-template-columns:1fr}}.service-page{padding-top:var(--space-section-sm)}.service-page-grid{gap:var(--space-grid-lg);grid-template-columns:1fr minmax(240px,320px);align-items:start;display:grid}.service-page-main .service-description p{color:var(--text-secondary);margin-bottom:1.125rem;font-size:1rem;line-height:1.8}.service-page-main .service-description p:last-child{margin-bottom:0}.service-stats{gap:var(--space-grid);top:calc(var(--header-height) + 1.5rem);flex-direction:column;display:flex;position:sticky}.service-stat{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;padding:1.375rem 1.25rem;transition:border-color .3s,transform .3s}.service-stat:hover{border-color:var(--border-accent);transform:translateY(-2px)}.service-stat-value{font-family:var(--font-display);color:var(--accent-cyan);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;line-height:1.2}.accent-purple .service-stat-value{color:var(--accent-purple)}.accent-blue .service-stat-value{color:var(--accent-blue)}.accent-green .service-stat-value{color:var(--accent-green)}.service-stat-label{color:var(--text-muted);font-size:.8125rem;line-height:1.4}.service-process-section .section-body,.service-features-section .section-body{gap:var(--space-block)}.service-features-section .features-layout{gap:var(--space-block);flex-direction:column;max-width:820px;display:flex}.service-nav-section{padding-block:var(--space-section-sm)}.explore-more-title{font-family:var(--font-display);margin-bottom:var(--space-content);text-align:center;font-size:1.25rem;font-weight:600}.explore-more-grid{gap:var(--space-grid);grid-template-columns:repeat(3,1fr);display:grid}.explore-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:inherit;align-items:center;gap:.875rem;padding:1.125rem 1.25rem;transition:all .3s;display:flex}.explore-card:hover{border-color:var(--border-accent);transform:translateY(-2px)}.explore-card.accent-purple:hover{border-color:#8b5cf666}.explore-card.accent-blue:hover{border-color:#3b82f666}.explore-card.accent-green:hover{border-color:#10b98166}.explore-icon{flex-shrink:0;font-size:1.375rem}.explore-title{flex:1;font-size:.875rem;font-weight:500;line-height:1.35}.explore-arrow{color:var(--accent-cyan);flex-shrink:0;transition:transform .2s}.explore-card:hover .explore-arrow{transform:translate(4px)}.service-cta-section{padding-block:var(--space-section-sm) var(--space-section)}.service-cta-box{text-align:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:640px;margin-inline:auto;padding:2.75rem 2rem}.service-cta-box h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.625rem;font-weight:700;line-height:1.25}.service-cta-box p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.65}@media (width<=900px){.service-page-grid{gap:var(--space-block);grid-template-columns:1fr}.service-stats{flex-flow:wrap;position:static}.service-stat{min-width:calc(33.333% - var(--space-grid));flex:1}.explore-more-grid{grid-template-columns:1fr}}@media (width<=540px){.service-stat{min-width:100%}}.herbal-products{background:var(--bg-secondary);position:relative}.herbal-products:before{content:"";background:linear-gradient(90deg,#0000,#10b9814d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.product-tabs{flex-wrap:wrap;gap:.625rem;margin-bottom:0;display:flex}.product-tab{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.product-tab:hover,.product-tab.active{color:var(--accent-green);background:#10b9811a;border-color:#10b98166}.product-showcase{gap:var(--space-grid-lg);grid-template-columns:repeat(2,1fr);align-items:stretch;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;opacity:0;flex-direction:column;height:100%;transition:all .3s;animation:.5s forwards cardFadeIn;display:flex;overflow:hidden}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{border-color:#10b98159;transform:translateY(-6px);box-shadow:0 20px 60px #10b9811f}.product-preview{color:var(--text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.65}.product-view-more{color:var(--accent-green);margin-top:auto;padding-top:1rem;font-size:.875rem;font-weight:600;display:inline-block}.product-card-header{border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#10b98114 0%,#0000 100%);align-items:center;gap:1.25rem;padding:2rem 2rem 1.5rem;display:flex}.product-icon{border-radius:var(--radius-md);background:#10b9811f;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.product-card-header h3{font-family:var(--font-display);font-size:1.375rem;font-weight:600}.product-category{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-green);margin-top:.25rem;font-size:.75rem;font-weight:600}.product-card-body{flex-direction:column;flex:1;padding:1.5rem 1.75rem 1.75rem;display:flex}.product-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.75}.product-description p{margin-bottom:.875rem}.product-description p:last-child{margin-bottom:0}.product-benefits h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.875rem;font-size:.8125rem;font-weight:600}.benefit-tags{flex-wrap:wrap;gap:.5rem;display:flex}.benefit-tag{color:var(--accent-green);background:#10b98114;border:1px solid #10b98126;border-radius:999px;padding:.375rem .875rem;font-size:.8125rem}.product-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:85vh;padding:2rem;animation:.3s modalSlide;position:relative;overflow-y:auto}@keyframes modalSlide{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;font-size:1rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{border-color:var(--accent-green);color:var(--accent-green)}.modal-header{align-items:center;gap:1rem;margin-bottom:1.5rem;padding-right:2rem;display:flex}.modal-icon{font-size:2.5rem}.modal-header h2{font-family:var(--font-display);font-size:1.5rem;font-weight:600}.modal-category{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-green);font-size:.75rem;font-weight:600}.modal-body p{color:var(--text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.modal-benefits{border-top:1px solid var(--border-subtle);margin-top:1.5rem;padding-top:1.5rem}.modal-benefits h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.875rem;font-size:.8125rem;font-weight:600}@media (width<=768px){.product-showcase{gap:var(--space-grid);grid-template-columns:1fr}}@media (width<=480px){.product-card-header,.product-card-body{padding-left:1.5rem;padding-right:1.5rem}.product-modal{padding:1.5rem}}.herbal-intro{padding-top:var(--space-section-sm)}.herbal-intro-text{flex-direction:column;gap:1.125rem;max-width:820px;display:flex}.herbal-intro-text p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.8}.herbal-products-section .section-body{gap:var(--space-block)}.herbal-process-section,.herbal-cta{padding-block:var(--space-section-sm) var(--space-section)}.herbal-cta-box{text-align:center;background:linear-gradient(135deg, #10b98114 0%, var(--bg-card) 100%);border-radius:var(--radius-lg);border:1px solid #10b98133;max-width:640px;margin-inline:auto;padding:2.75rem 2rem}.herbal-cta-box h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.625rem;font-weight:700;line-height:1.25}.herbal-cta-box p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.65}.contact{position:relative}.contact-wrapper{gap:var(--space-grid-lg);grid-template-columns:1fr 1.1fr;align-items:start;display:grid}.contact-info h2{font-family:var(--font-display);margin-bottom:.875rem;font-size:clamp(1.875rem,4vw,2.375rem);font-weight:700;line-height:1.2}.contact-info p{color:var(--text-secondary);margin-bottom:1.75rem;font-size:1.0625rem;line-height:1.7}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-item{color:var(--text-secondary);align-items:center;gap:.875rem;font-size:.9375rem;display:flex}.contact-item-icon{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;display:flex}.contact-form{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2.25rem}.form-group{margin-bottom:1.125rem}.form-group:last-of-type{margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);margin-bottom:.4375rem;font-size:.8125rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-body);padding:.8125rem 1rem;font-size:.9375rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-cyan);outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=900px){.contact-wrapper{gap:var(--space-block);grid-template-columns:1fr}}.form-submit{width:100%;transition:transform .2s,box-shadow .2s}.form-submit:active{transform:scale(.98)}.form-success{color:var(--accent-green);border-radius:var(--radius-sm);background:#10b9811a;border:1px solid #10b9814d;margin-bottom:1.125rem;padding:1rem;font-size:.9375rem;font-weight:500;animation:.3s fadeIn}.contact-form.submitted{border-color:#10b98133}.contact-standalone .contact-wrapper{gap:var(--space-grid-lg);grid-template-columns:minmax(240px,320px) 1fr;align-items:start}@media (width<=500px){.form-row{grid-template-columns:1fr}.contact-form{padding:1.75rem 1.5rem}}.contact-page-section{padding-block:var(--space-section-sm) var(--space-section)}.contact-page-section .contact-wrapper{align-items:start;gap:var(--space-grid-lg)}.not-found{text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:6rem 0;display:flex}.not-found-code{font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:6rem;font-weight:700;line-height:1}.not-found-inner h1{font-family:var(--font-display);margin-bottom:.75rem;font-size:2rem}.not-found-inner p{color:var(--text-secondary);margin-bottom:2rem}
