.hero{text-align:left;min-height:100vh;padding:calc(var(--nav-height) + var(--space-3xl))var(--space-lg)var(--space-3xl);background:var(--bg-dark);justify-content:flex-start;align-items:flex-start;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(55% 70% at 75% 40%,#0077b62e,#0000),radial-gradient(45% 55% at 90% 80%,#0ea5e91f,#0000);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(#095a8c14,#0000 70%);width:60%;height:120%;position:absolute;top:-20%;right:-10%}.hero__content{z-index:1;max-width:var(--max-width);width:100%;padding:0 var(--space-lg);margin:0 auto;position:relative}.hero__content>*{max-width:680px}.hero__badge{align-items:center;gap:var(--space-sm);font-family:var(--font-dm-sans);text-transform:uppercase;letter-spacing:.14em;color:var(--accent-teal);margin-bottom:var(--space-lg);background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;animation:.6s ease-out fadeInUp;display:inline-flex}.hero__title{margin-bottom:var(--space-lg);color:#fff;letter-spacing:-.025em;max-width:680px;font-size:clamp(2rem,3.8vw,3rem);animation:.6s ease-out .1s both fadeInUp}.hero__subtitle{color:#ffffffa6;max-width:560px;margin:0 0 var(--space-2xl);font-size:1.1rem;line-height:1.8;animation:.6s ease-out .2s both fadeInUp}.hero__buttons{gap:var(--space-md);flex-wrap:wrap;justify-content:flex-start;animation:.6s ease-out .3s both fadeInUp;display:flex}.hero__stats{gap:var(--space-3xl);margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid #ffffff1a;animation:.6s ease-out .4s both fadeInUp;display:flex}.hero__stat-value{font-family:var(--font-instrument-serif),Georgia,serif;color:#fff;letter-spacing:-.03em;margin-bottom:4px;font-size:2rem;line-height:1;display:block}.hero__stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;display:block}.hero__buttons .btn--primary{color:var(--bg-dark);box-shadow:none;background:#fff}.hero__buttons .btn--primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.hero__buttons .btn--secondary{color:#ffffffd9;background:0 0;border:1px solid #ffffff40}.hero__buttons .btn--secondary:hover{color:#fff;background:#ffffff0f;border-color:#ffffff73;transform:translateY(-2px)}.value-prop{background:var(--bg-primary);position:relative}.value-prop:before{content:"";background:linear-gradient(90deg,transparent 10%,var(--bg-glass-border)50%,transparent 90%);height:1px;position:absolute;top:0;left:0;right:0}.value-cards{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.value-card{background:var(--bg-card);border:1px solid var(--bg-glass-border);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:all var(--transition-base);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.value-card:after{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.value-card:first-child:after,.value-card:nth-child(2):after,.value-card:nth-child(3):after{background:var(--gradient-accent)}.value-card:hover{border-color:var(--bg-glass-border);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.value-card:hover:after{opacity:1}.value-card__icon{border-radius:var(--radius-md);width:56px;height:56px;margin-bottom:var(--space-lg);color:var(--accent-primary);justify-content:center;align-items:center;display:flex}.value-card:first-child .value-card__icon{color:var(--accent-primary);background:#0077b61a}.value-card:nth-child(2) .value-card__icon{color:var(--accent-teal);background:#0ea5e91a}.value-card:nth-child(3) .value-card__icon{color:var(--accent-amber);background:#e8920d1a}.value-card__title{margin-bottom:var(--space-md);font-size:1.2rem}.value-card__text{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.social-proof{position:relative}.social-proof__inner{text-align:center;max-width:800px;margin:0 auto}.faq-section{background:var(--bg-primary)}.faq-list{gap:var(--space-md);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--bg-glass-border);border-radius:var(--radius-md);transition:border-color var(--transition-fast);overflow:hidden}.faq-item[open]{border-color:#0077b640}.faq-item__question{padding:var(--space-lg)var(--space-xl);font-family:var(--font-dm-sans),sans-serif;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-md);font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";color:var(--text-muted);transition:transform var(--transition-fast);flex-shrink:0;font-size:1.4rem;font-weight:300}.faq-item[open] .faq-item__question:after{content:"−";color:var(--accent-primary)}.faq-item__answer{padding:0 var(--space-xl)var(--space-lg);color:var(--text-secondary);font-size:.95rem;line-height:1.7}@media (max-width:768px){.hero{min-height:auto;padding:calc(var(--nav-height) + var(--space-3xl))var(--space-md)var(--space-3xl)}.hero__content{padding:0}.hero__subtitle{max-width:100%;font-size:1.05rem}.hero__buttons{flex-direction:column;align-items:flex-start}.hero__buttons .btn--primary,.hero__buttons .btn--secondary{justify-content:center;width:100%}.hero__stats{gap:var(--space-xl)}.hero__stat-value{font-size:1.6rem}.value-cards{grid-template-columns:1fr}}
