.hero-section{align-items:center;height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}@media (max-width:768px),(max-height:720px){.hero-section{height:auto;min-height:100vh}}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-video{object-fit:cover;opacity:.7;filter:saturate(.85)brightness(.72);width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{background: radial-gradient(ellipse 70% 60% at center 45%, #080c148c 0%, transparent 70%), radial-gradient(ellipse at center, transparent 0%, var(--bg-primary) 92%), linear-gradient(to bottom, #080c1459 0%, transparent 30%, var(--bg-primary) 100%);z-index:1;position:absolute;inset:0}.hero-noise{opacity:.04;mix-blend-mode:overlay;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{text-align:center;z-index:10;flex-direction:column;align-items:center;gap:2rem;display:flex}.hero-badge{color:var(--accent-cyan);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{text-shadow:0 2px 30px #0006;max-width:900px}.hero-subtitle{color:var(--text-primary);text-shadow:0 1px 12px #00000080;max-width:540px;font-size:1.15rem;font-weight:400;line-height:1.65}.hero-actions{align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.hero-cta-note{color:var(--text-secondary);letter-spacing:.02em;text-shadow:0 1px 10px #00000080;margin-top:-.5rem;font-size:.8rem}.scroll-indicator{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:2rem;left:0;right:0}@media (max-width:768px){.hero-actions{flex-direction:column;gap:.875rem;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{justify-content:center;width:100%}.hero-cta-note{text-align:center;margin-top:.25rem}}
.problem-section{background:var(--bg-secondary);border-top:1px solid #0000}.text-center{text-align:center}.pillars-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.pillar-card{flex-direction:column;gap:.6rem;padding:1.5rem 1.75rem;transition:transform .3s;display:flex}.pillar-card:hover{transform:translateY(-5px)}.pillar-icon{background:#00f0ff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:.15rem;display:flex}.pillar-title{color:var(--text-primary);font-size:1.1rem;font-weight:500}.pillar-desc{color:var(--text-secondary);font-size:.92rem;font-weight:300;line-height:1.55}.problem-cta{justify-content:center;margin-top:1.75rem;display:flex}@media (max-width:768px){.pillars-grid{grid-template-columns:1fr}}
.comparison-section{background:var(--bg-primary)}.table-wrapper{max-width:1000px;margin:0 auto;padding:0;overflow-x:auto}.table-inner{min-width:650px}.table-header{border-bottom:1px solid var(--glass-border);background:#ffffff05;grid-template-columns:2fr 1fr 1fr 1fr;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:grid}.table-row{border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr 1fr;padding:.85rem 2rem;transition:background .2s;display:grid}.table-row:hover{background:#ffffff05}.table-row:last-child{border-bottom:none}.col-label{color:var(--text-secondary);align-items:center;font-weight:400;display:flex}.col-basal{text-align:center;background:#00f0ff0f;border-left:1px solid #ffffff0d;border-right:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.col-competitor{text-align:center;color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;display:flex}.price-row{background:#00f0ff05}.price-value{font-size:1.3rem;font-weight:700}.price-sub{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.comparison-cta{justify-content:center;margin-top:1.75rem;display:flex}@media (max-width:768px){.table-header,.table-row{padding:1rem;font-size:.9rem}}
.features-section{background:var(--bg-secondary)}.features-header{max-width:640px;margin-bottom:2.5rem}.features-subtitle{color:var(--text-secondary);margin-top:.75rem;font-size:1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1000px;margin:0 auto;display:grid}.feature-card{flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;display:flex}.feature-card:hover{transform:translateY(-4px)}.feature-number{font-size:1.4rem;font-weight:700;line-height:1}.feature-title{color:var(--text-primary);font-size:1rem;font-weight:600}.feature-desc{color:var(--text-secondary);font-size:.9rem;font-weight:300;line-height:1.6}.features-cta{align-items:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}
.transparency-section{background:var(--bg-primary)}.transparency-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1000px;margin:0 auto;display:grid}.transparency-text{color:var(--text-secondary);max-width:480px;margin:1rem 0 1.5rem;font-size:1rem;font-weight:300;line-height:1.75}.transparency-principles{flex-direction:column;gap:.6rem;margin-bottom:2rem;display:flex}.transparency-principle{border-left:2px solid var(--accent-cyan);background:#00f0ff08;border-radius:0 8px 8px 0;flex-direction:column;gap:.15rem;padding:.75rem 1rem;display:flex}.principle-label{color:var(--accent-cyan);letter-spacing:.05em;font-size:.8rem;font-weight:600}.principle-detail{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.transparency-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.coa-card{width:100%;padding:1.75rem}.coa-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.coa-header h3{color:var(--text-primary);font-size:.95rem;font-weight:500}.coa-lot{color:var(--text-muted);margin-top:.2rem;font-family:monospace;font-size:.72rem}.coa-badge{color:var(--accent-cyan);border:1px solid var(--accent-cyan);white-space:nowrap;border-radius:100px;padding:.15rem .55rem;font-size:.72rem}.coa-body{flex-direction:column;display:flex}.coa-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.coa-row:last-child{border-bottom:none}.coa-row-info{flex-direction:column;gap:.05rem;display:flex}.coa-ingredient{color:var(--text-secondary);font-size:.82rem}.coa-yield{color:var(--text-muted);font-family:monospace;font-size:.7rem}.coa-pass{color:#4ade80;white-space:nowrap;font-size:.78rem;font-weight:600}.coa-footer{border-top:1px solid var(--glass-border);color:var(--text-muted);text-align:center;margin-top:.75rem;padding-top:.75rem;font-size:.72rem}@media (max-width:968px){.transparency-grid{grid-template-columns:1fr;gap:3rem}}
