.hero{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:auto;min-height:100vh;padding-top:0;padding-bottom:2rem;display:flex;position:relative;overflow:hidden visible}.hero-video-container{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .5s ease-in-out}.hero-video.loaded{opacity:1}.hero-video.loading{opacity:0}.hero-video-placeholder{z-index:1;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.video-loading-spinner{border:4px solid #fff3;border-top-color:#fffc;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero-overlay{z-index:2;pointer-events:none;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;box-sizing:border-box;width:100%;max-width:1400px;margin:auto 0;padding:120px 2rem 2rem;position:relative}.hero-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;display:flex}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-secondary);letter-spacing:.5px;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-title{font-family:var(--font-montserrat), sans-serif;color:var(--text-primary);letter-spacing:-.02em;text-align:center;margin-bottom:1.5rem;font-size:clamp(2.25rem,7.5vw,3.5rem);font-weight:800;line-height:1.25}.hero-title-accent{background:linear-gradient(135deg,#589cd5 0%,#52c4c9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.hero-subheadline{color:var(--text-secondary);max-width:720px;margin:0 auto 1rem;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:500;line-height:1.6}.hero-description{color:var(--text-secondary);max-width:860px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.7}.hero-description-tagline{opacity:.95;margin-top:.5rem;font-style:italic;display:block}.hero-cta{grid-template-columns:1fr 1fr;justify-content:center;align-items:stretch;gap:1rem;max-width:620px;margin-bottom:0;margin-left:auto;margin-right:auto;display:grid}@media (max-width:767px){.hero-cta{grid-template-columns:1fr;max-width:100%}}.hero-cta .hero-cta-link,.hero-cta>a{min-width:0;display:flex}.hero-cta .btn{box-sizing:border-box;white-space:nowrap;flex:1;justify-content:center;align-items:center;width:100%;min-width:0;min-height:2.75rem;padding-left:1.25rem;padding-right:1.25rem;display:inline-flex}.hero-trust-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem .75rem;margin-top:1.5rem;display:flex}.hero-trust-pill{color:#fff;white-space:nowrap;box-sizing:border-box;background:#2d3432eb;border:1px solid #ffffff2e;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.7rem;font-weight:500;display:inline-flex}.hero-trust-pill-rating{gap:.35rem}.hero-trust-pill-link{color:inherit;cursor:pointer;text-decoration:none;transition:opacity .2s,border-color .2s}.hero-trust-pill-link:hover{opacity:.95;border-color:#ffffff4d}.hero-trust-stars{color:#c9b037;letter-spacing:.08em;font-size:.7rem;line-height:1}.hero-trust-label{font-size:inherit;color:#ffffffe6;font-weight:500;line-height:1}.btn{cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-inter), sans-serif;letter-spacing:.3px;border:none;border-radius:12px;padding:1rem 2.5rem;transition:all .3s;position:relative;overflow:hidden}.btn-primary{color:#fff;background:linear-gradient(135deg,#589cd5 0%,#52c4c9 100%);box-shadow:0 10px 30px #589cd54d}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#4a8bc4 0%,#45b3b8 100%);transform:translateY(-2px);box-shadow:0 15px 40px #589cd566}.btn-primary:active{transform:translateY(0)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-primary);background:#ffffff1a;border:2px solid #ffffff4d}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-content{padding:100px 1.5rem 1.25rem}.hero-title{font-size:clamp(2rem,6vw,3rem)}.hero-description{font-size:clamp(.95rem,2vw,1.1rem)}}@media (max-width:768px){.hero-content{padding:96px 1.25rem 1rem}.hero-title{font-size:clamp(1.9rem,6vw,2.5rem)}.hero-description{font-size:clamp(.9rem,2.5vw,1rem)}.hero-cta{gap:.75rem;max-width:420px}.hero-cta .btn{padding:.85rem .5rem;font-size:.9rem}}@media (max-width:480px){.hero-content{padding:92px 1rem 1rem}.hero-title{font-size:2.3rem}.hero-description{font-size:clamp(.875rem,3vw,.95rem)}.hero-trust-row{gap:.5rem .6rem;margin-top:1.25rem}.hero-trust-pill{padding:.4rem .85rem;font-size:.7rem}.hero-trust-pill-rating{padding:.35rem .85rem .4rem}.hero-trust-stars{font-size:.7rem}}
