.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-600) 50%, var(--navy-700) 100%);color:#fff;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(circle at 30%,#38b2ac26,#0000 60%);position:absolute;inset:0}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:5rem 1rem;display:grid;position:relative}.hero-text{max-width:600px}.hero-tagline{color:var(--teal-300);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:500}.hero-desc{color:var(--navy-200);max-width:480px;margin-bottom:2rem;font-size:1.125rem}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-score{justify-content:center;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-outline-white{color:#fff;border:1px solid #fff3}.btn-outline-white:hover{background:#ffffff1a}.score-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:1rem;padding:2rem}.score-card-title{text-align:center;color:var(--teal-100);font-family:var(--font-heading);margin-bottom:1rem;font-size:.875rem;font-weight:500}.score-card-level{text-align:center;color:#ffffffb3;margin-top:1rem;font-size:.875rem}.score-card-hint{text-align:center;color:#ffffff80;margin-top:.25rem;font-size:.75rem}.score-gauge{width:160px;height:160px;margin:0 auto;position:relative}.score-gauge svg{width:100%;height:100%}.score-value{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-number{font-family:var(--font-mono);color:var(--navy);font-size:1.875rem;font-weight:700}.score-gauge .score-number{color:#fff}.score-label{color:var(--navy-400);font-size:.75rem}.score-gauge .score-label{color:#ffffff80}.trust-bar{background:var(--navy-50);padding:1.5rem 1rem}.trust-items{color:var(--navy-400);flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.875rem;display:flex}.trust-item{align-items:center;gap:.5rem;display:flex}.trust-highlight{color:var(--navy);font-size:1.125rem;font-weight:700}.section-header{text-align:center;margin-bottom:3rem}.section-header p{max-width:640px;margin:1rem auto 0}.agents-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.agent-card{text-align:center}.agent-icon{border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;font-size:1.5rem;transition:transform .2s;display:flex}.agent-card:hover .agent-icon{transform:scale(1.1)}.agent-role{color:var(--teal);font-family:var(--font-heading);margin:.25rem 0 .5rem;font-size:.875rem;font-weight:500}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{cursor:pointer}.product-icon{margin-bottom:.75rem;font-size:1.875rem}.product-price{color:var(--teal);font-family:var(--font-heading);margin-top:1rem;font-size:.875rem;font-weight:600}.score-levels{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.score-level{color:var(--navy-600);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.dot{border-radius:50%;width:.75rem;height:.75rem;display:inline-block}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step-number{background:var(--teal);color:#fff;width:3rem;height:3rem;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:700;display:flex}.cta-section{background:linear-gradient(135deg, var(--teal) 0%, var(--teal-600) 100%);padding:4rem 1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{color:var(--teal);font-family:var(--font-heading);border-radius:var(--radius);background:#fff;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-white:hover{background:var(--teal-50)}.btn-outline-white-cta{color:#fff;font-family:var(--font-heading);border-radius:var(--radius);border:2px solid #fff;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.btn-outline-white-cta:hover{background:#ffffff1a}@media (max-width:768px){.hero-content{grid-template-columns:1fr;padding:3rem 1rem}.hero-score{display:none}.agents-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr}}
