:root{--bg-dark: var(--theme-bg, #000000);--bg-darker: var(--theme-bg-secondary, #000000);--text-white: var(--theme-text-heading, #FFFFFF);--text-muted: var(--theme-text-secondary, #C0C0C0);--gold: #4ADE80;--gold-dark: #35B863;--gold-light: rgba(74, 222, 128, .2);--cream: rgba(74, 222, 128, .1)}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--theme-bg);overflow:hidden;padding:8rem 2rem 4rem}.growth-bg{position:absolute;inset:0;overflow:hidden}.growth-line{position:absolute;bottom:0;height:60%;width:2px;background:linear-gradient(to top,transparent,var(--gold));opacity:.15}.line-1{left:20%;animation:growLine 3s ease-out infinite}.line-2{left:50%;animation:growLine 3s ease-out .5s infinite}.line-3{left:80%;animation:growLine 3s ease-out 1s infinite}@keyframes growLine{0%{transform:scaleY(0);transform-origin:bottom}50%{transform:scaleY(1);transform-origin:bottom}50.1%{transform-origin:top}to{transform:scaleY(0);transform-origin:top}}.growth-dots{position:absolute;inset:0}.growth-dot{position:absolute;width:4px;height:4px;background:var(--gold);border-radius:50%;left:var(--x);top:var(--y);opacity:0;animation:dotPulse 4s ease-in-out var(--delay) infinite}@keyframes dotPulse{0%,to{opacity:0;transform:scale(0)}50%{opacity:.4;transform:scale(1)}}.hero-content{position:relative;z-index:10;max-width:800px;text-align:center;display:flex;flex-direction:column;align-items:center}.capital-badge{display:inline-flex;align-items:center;gap:.5rem;background:#4ade801a;border:1px solid rgba(74,222,128,.3);padding:.5rem 1rem;border-radius:100px;color:var(--gold);font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem}.capital-badge svg{width:20px;height:20px}.hero-title{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:500;line-height:1.1;color:var(--theme-text-heading);letter-spacing:-.02em;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--theme-text-secondary);line-height:1.6;margin-bottom:2.5rem}.growth-visual{display:flex;align-items:flex-end;justify-content:center;gap:.75rem;height:100px;margin-bottom:2.5rem}.growth-bar{width:24px;background:linear-gradient(to top,var(--gold-dark),var(--gold));border-radius:4px 4px 0 0;animation:barGrow 2s ease-out infinite}.bar-1{height:40%;animation-delay:0s}.bar-2{height:60%;animation-delay:.2s}.bar-3{height:45%;animation-delay:.4s}.bar-4{height:80%;animation-delay:.6s}@keyframes barGrow{0%,to{transform:scaleY(.8);opacity:.6}50%{transform:scaleY(1);opacity:1}}.growth-arrow{position:relative;width:40px;height:40px;color:var(--gold);animation:arrowBounce 1.5s ease-in-out infinite}.growth-arrow svg{width:100%;height:100%}@keyframes arrowBounce{0%,to{transform:translate(0)}50%{transform:translate(5px,-5px)}}.btn-gold{display:inline-block;background:var(--gold);color:#000;padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.section-dark,.section-light{background:var(--theme-bg);padding:6rem 0}.section-cream{background:var(--cream);padding:6rem 0}.section-gold-gradient{background:linear-gradient(135deg,#a7f3d0,#fde68a);padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container.narrow{max-width:900px}.section-headline{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--theme-text-heading);text-align:center;letter-spacing:-.02em;margin-bottom:1.5rem}.section-headline.light{color:var(--theme-text-heading)}.section-intro{font-size:1.125rem;color:var(--theme-text-secondary);line-height:1.7;text-align:center;max-width:700px;margin:0 auto 3rem}.section-intro.light{color:var(--theme-text-secondary)}.calculator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.calculator-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.calculator-grid{grid-template-columns:1fr}}.calc-card{background:var(--theme-card-bg);border-radius:16px;overflow:hidden;opacity:0;animation:fadeInUp .5s ease-out var(--delay) forwards;border:1px solid var(--theme-border, rgba(255, 255, 255, .05))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calc-display{background:var(--gold);padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start}.calc-number{font-size:2rem;font-weight:700;color:#052e16}.calc-icon{width:40px;height:40px;color:#000}.calc-icon svg{width:100%;height:100%}.calc-body{padding:1.5rem}.calc-title{font-size:1.125rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:.5rem}.calc-desc{color:var(--theme-text-secondary);font-size:.9rem}.calc-footer{padding:0 1.5rem 1.5rem}.calc-dots{display:flex;gap:6px}.calc-dots span{width:8px;height:8px;background:var(--gold);border-radius:50%;opacity:.3}.calc-dots span:first-child{opacity:1}.season-content{text-align:center;max-width:800px;margin:0 auto}.season-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#fffc;border-radius:50%;color:#16a34a;margin-bottom:2rem}.season-icon svg{width:32px;height:32px}.season-title{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.3;color:#1a1a1a;margin-bottom:1.5rem}.season-desc{font-size:1.125rem;color:#374151;line-height:1.7}.stat-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.stat-showcase{grid-template-columns:1fr}}.stat-showcase-card{background:var(--gold-light);border-radius:20px;padding:2.5rem;text-align:center;opacity:0;animation:fadeInUp .5s ease-out var(--delay) forwards}.stat-big-number{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:var(--gold-dark);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:600;color:var(--theme-text-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.stat-divider{width:60px;height:3px;background:var(--gold);margin:0 auto 1.5rem;border-radius:2px}.stat-showcase-title{font-size:1.25rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:.75rem}.stat-showcase-desc{color:var(--theme-text-secondary);line-height:1.6;font-size:.95rem}.impact-rings{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:3rem}.ring-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.ring-visual{position:relative;width:120px;height:120px}.ring-visual svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-progress{animation:ringDraw 2s ease-out forwards}@keyframes ringDraw{0%{stroke-dashoffset:339}}.ring-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;color:var(--theme-text-heading)}.ring-icon svg{width:100%;height:100%;transform:none}.ring-label{font-weight:500;color:var(--theme-text-heading)}.ring-connector{width:40px;display:none}@media(min-width:768px){.ring-connector{display:block}}.stacked-cards{display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.stacked-card{display:flex;align-items:center;gap:1.5rem;background:var(--theme-card-bg);border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 20px #0000000d;transform:translate(calc(var(--index) * 10px));transition:all .3s ease}.stacked-card:hover{transform:translate(0) scale(1.02);box-shadow:0 8px 30px #0000001a}.stacked-number{font-size:2rem;font-weight:700;color:var(--gold);min-width:60px}.stacked-content{flex:1}.stacked-title{font-size:1.125rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:.25rem}.stacked-desc{color:var(--theme-text-secondary);font-size:.95rem}.stacked-arrow{width:24px;height:24px;color:var(--gold);opacity:0;transition:opacity .3s}.stacked-card:hover .stacked-arrow{opacity:1}.timeline-vertical{max-width:600px;margin:3rem auto 0}.timeline-step{display:flex;gap:2rem;opacity:0;animation:fadeInUp .5s ease-out var(--delay) forwards}.timeline-marker{display:flex;flex-direction:column;align-items:center}.timeline-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--gold);border-radius:50%;font-size:1.25rem;font-weight:700;color:#000}.timeline-line{width:2px;height:60px;background:linear-gradient(to bottom,var(--gold),rgba(74,222,128,.2));margin:.5rem 0}.timeline-content{padding-bottom:2rem}.timeline-title{font-size:1.25rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:.5rem}.timeline-desc{color:var(--theme-text-secondary)}.benefits-pins{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media(max-width:1024px){.benefits-pins{grid-template-columns:1fr}}.pin-card{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;animation:fadeInUp .5s ease-out var(--delay) forwards}.pin-marker{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.pin-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--gold);border-radius:50%;color:#000}.pin-icon svg{width:28px;height:28px}.pin-stem{width:3px;height:20px;background:var(--gold);border-radius:0 0 2px 2px}.pin-content{background:var(--gold-light);border-radius:16px;padding:2rem;width:100%}.pin-title{font-size:1.125rem;font-weight:600;color:var(--theme-text-heading);margin-bottom:.75rem}.pin-desc{color:var(--theme-text-secondary);line-height:1.6}.solution-infographic{margin:3rem 0}.infographic-row{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.info-box{max-width:200px;text-align:center}.info-box h4{font-weight:600;color:var(--theme-text-heading);margin-bottom:.25rem}.info-box p{font-size:.875rem;color:var(--theme-text-secondary)}.info-box.left{text-align:right}.info-box.right{text-align:left}.info-connector{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);display:none}@media(min-width:768px){.info-connector{display:block}}.info-spacer{width:200px;display:none}@media(min-width:768px){.info-spacer{display:block}}.info-center-stack{display:flex;flex-direction:column;align-items:center}.info-product-box{background:var(--theme-card-bg);border:2px solid var(--gold);border-radius:12px;padding:1rem 2rem;text-align:center}.info-product-box.capital{background:var(--gold-light)}.product-brand{display:block;font-size:1.5rem;font-weight:700;color:var(--theme-text-heading)}.product-name{display:block;font-weight:600;color:var(--gold-dark)}.info-arrow-down{height:40px;color:var(--gold)}.solution-footer{text-align:center;color:var(--theme-text-secondary);max-width:800px;margin:0 auto;line-height:1.6}.section-cta-gold{position:relative;background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 100%);padding:5rem 0;overflow:hidden}.cta-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 2px 2px,rgba(0,0,0,.1) 1px,transparent 0);background-size:24px 24px}.cta-gold-content{position:relative;text-align:center;max-width:700px;margin:0 auto}.cta-icon{display:inline-flex;width:64px;height:64px;color:#000;margin-bottom:2rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cta-gold-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:#000;line-height:1.2;margin-bottom:1rem}.cta-gold-desc{color:#78350f;line-height:1.6;margin-bottom:2rem}.btn-dark-solid{display:inline-block;background:var(--theme-bg);color:var(--theme-text-heading);padding:1rem 2.5rem;border-radius:8px;font-weight:600;transition:all .2s}.btn-dark-solid:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.faq-gold-list{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.faq-gold-item{background:var(--theme-card-bg);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.faq-gold-question{display:flex;align-items:center;gap:1rem;padding:1.5rem;cursor:pointer;color:var(--theme-text-heading);font-weight:500;list-style:none}.faq-gold-question::-webkit-details-marker{display:none}.faq-indicator{width:4px;height:24px;background:var(--gold);border-radius:2px;flex-shrink:0}.faq-gold-item[open] .faq-indicator{background:var(--gold-dark)}.faq-gold-question span{flex:1}.faq-chevron{width:20px;height:20px;color:var(--gold);transition:transform .2s;flex-shrink:0}.faq-gold-item[open] .faq-chevron{transform:rotate(180deg)}.faq-gold-answer{padding:0 1.5rem 1.5rem 3.5rem;color:var(--theme-text-secondary);line-height:1.6}.faq-gold-answer :global(a){color:var(--gold-dark)}.text-gold{color:var(--gold-dark)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
