.hero-section{background:radial-gradient(circle at bottom,#103c36 0,#072530 60%);min-height:600px;border-radius:20px;position:relative;overflow:hidden;display:flex;flex-direction:column}@media (min-width:640px){.hero-section{min-height:700px}}.g2-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:20rem}.g2-badge{width:6rem;height:6rem;min-width:44px;min-height:44px;cursor:pointer;transition:transform .2s ease}.g2-badge:hover{transform:scale(1.1)}.g2-badge-featured{width:7rem;height:7rem;grid-column:span 2;justify-self:center}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:white}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{color:#3cb55a;font-size:.875rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.hero-description{font-size:1.125rem;margin-bottom:2rem;color:#e5e7eb;line-height:1.5}@media (min-width:768px){.hero-description{font-size:1.25rem}}.cta-button{display:inline-block;min-width:200px;min-height:48px;padding:.75rem 1.5rem;background:linear-gradient(90deg,#3cb55a,#2a8a42);color:white;font-weight:600;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);text-align:center;transition:all .2s ease;text-decoration:none}.cta-button:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);transform:scale(1.05)}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:.5rem}}.hero-content{text-align:center}@media (min-width:1024px){.hero-content{text-align:left}}.hero-badges{flex-direction:column;justify-content:center}.hero-badges,.star-rating{display:flex;align-items:center}.star-rating{gap:.25rem;margin-top:1.5rem;min-height:48px}.star{width:1.25rem;height:1.25rem;color:#ff9d28;fill:currentColor}.trust-metrics{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid rgba(16,60,54,.2);padding:1.5rem 1rem;max-width:32rem;margin:0 auto;transition:all .3s ease}.trust-metrics:hover{transform:scale(1.05)}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr)}.metrics-grid,.metrics-grid>div:not(:last-child){border-right:1px solid #f3f4f6}.metric-value{font-size:1.125rem;font-weight:700;color:#111827}.metric-label{font-size:.625rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.nav-container{position:relative;z-index:50}