@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes gradientShift{0%,to{background-position:50% 50%;background-size:300% 300%}25%{background-position:100% 25%;background-size:400% 400%}50%{background-position:100% 100%;background-size:350% 350%}75%{background-position:25% 100%;background-size:400% 400%}}.hero,.hero h1{color:var(--white)}.hero{background:linear-gradient(-45deg,#667eea,#764ba2,#8b5fbf,#5a9fd4,#667eea,#9b7cbf);background-size:300% 300%;animation:gradientShift 16s cubic-bezier(.25,.1,.25,1) infinite;height:calc(100vh - 80px);margin-top:80px;padding:2rem 0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;will-change:background-position,transform;opacity:0;transition:opacity .6s ease-in-out}.hero.loaded{opacity:1}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1}.hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;margin:0 auto;width:100%}.hero h1{font-size:clamp(3rem,8vw,4.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.3rem;margin:0 auto 2rem;opacity:.95;max-width:700px;line-height:1.6}.hero-cta,.hero-cta-primary{display:flex;justify-content:center}.hero-cta{flex-direction:column;align-items:center;margin-bottom:3rem;gap:1.5rem}.hero-cta-primary{width:100%}.hero-cta-secondary{width:100%;display:flex;flex-direction:column;align-items:center;gap:.75rem}.hero-cta-tertiary{width:100%;display:flex;justify-content:center}.cta-primary-new,.cta-secondary-compact,.cta-secondary-new{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.cta-primary-new{padding:15px 3rem;min-height:80px;min-width:44px;border-radius:var(--radius-lg);font-size:1.2rem;font-weight:800;background:var(--white);color:var(--primary-color);border:3px solid rgba(255,255,255,.9);box-shadow:0 12px 40px rgba(255,255,255,.5);flex-direction:row;gap:.75rem;will-change:transform;position:relative;overflow:hidden}.cta-secondary-compact,.cta-secondary-new{border-radius:var(--radius);font-weight:600;color:var(--white)}.cta-secondary-new{padding:1rem 2rem;min-height:56px;font-size:1rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);flex-direction:column;gap:.25rem}.cta-secondary-compact{padding:.875rem 1.75rem;min-height:48px;font-size:.95rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(8px);gap:.5rem}.btn-link-subtle{background:0 0;border:0;color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;text-decoration:underline;cursor:pointer;transition:color .2s ease;padding:.5rem 1rem}.cta-primary-new:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 60px rgba(255,255,255,.6);border-color:var(--white)}.cta-secondary-new:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.cta-secondary-compact:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}.btn-link-subtle:hover{color:var(--white);text-decoration:none}.cta-subtext{text-align:center}.trust-micro{font-size:.75rem;font-weight:400;opacity:.9}.cta-social-proof{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:rgba(255,255,255,.9)}.user-avatars{display:flex;gap:.25rem}.user-avatars .avatar{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.7rem;border:1px solid rgba(255,255,255,.3)}.cta-main-text,.cta-primary i,.cta-primary-new i{font-size:1.2rem;background:linear-gradient(-45deg,#667eea,#764ba2,#8b5fbf,#5a9fd4,#667eea,#9b7cbf);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 4s ease infinite}.cta-main-text{font-weight:800}.cta-primary i,.cta-primary-new i{color:var(--primary-color)}.cta-primary i{font-size:1.4rem;color:var(--white)}@supports not (-webkit-background-clip:text){.cta-main-text,.cta-primary i,.cta-primary-new i{color:var(--primary-color);background:0 0;-webkit-text-fill-color:unset}}.secondary-actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem;opacity:.9}.btn-hero-secondary{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:var(--radius);transition:var(--transition);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);color:var(--white);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.btn-hero-secondary:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.btn-hero-tertiary{background:0 0;border:0;color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:underline;transition:var(--transition);padding:.5rem}.btn-hero-tertiary:hover{color:var(--white);text-decoration:none}.or-divider{color:rgba(255,255,255,.6);font-size:.85rem;font-style:italic;margin:0 .5rem}.trust-badges{display:flex;justify-content:center;gap:1.5rem;margin-top:0;flex-wrap:wrap}.trust-badge,.trust-badge-hero{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:400}.trust-badge-hero{color:var(--white)!important;border:0!important;background:0 0!important}.trust-badge-hero i{color:var(--white)!important;font-size:.85rem}.trust-badge{color:var(--white);border:0;background:0 0}.trust-badge i{color:var(--white);font-size:.85rem}.trust-signals-compact{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.trust-signals-compact .trust-item{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.9rem;font-weight:500;padding:.5rem 1rem;background:rgba(102,126,234,.05);border-radius:20px;border:1px solid rgba(102,126,234,.1);transition:all .3s ease}.trust-signals-compact .trust-item:hover{background:rgba(102,126,234,.1);border-color:rgba(102,126,234,.2);transform:translateY(-1px)}.trust-signals-compact .trust-item i{color:#667eea;font-size:1rem}@media (max-width:768px){.trust-signals-compact{flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0}.trust-signals-compact .trust-item{min-width:160px;justify-content:center}}.cta-subtext{display:block;font-size:.75rem;opacity:.8;font-weight:400;margin-top:.25rem}.btn-hero-secondary:focus-visible,.btn-hero-tertiary:focus-visible,.cta-primary:focus-visible{outline:3px solid gold;outline-offset:2px}.cta-primary{min-height:44px;min-width:44px}.btn-hero-secondary{min-height:44px;min-width:120px}.btn-hero-tertiary{min-height:44px;min-width:80px}@media (prefers-contrast:high){.btn-hero-secondary,.cta-primary{border:2px solid currentColor}}@media (prefers-reduced-motion:reduce){.hero{background:#667eea}.cta-primary::before,.hero{animation:none}@keyframes gradientShift{0%,to{background-position:50% 50%}}}@media (max-width:768px){.hero{height:calc(100vh - 80px);padding:1.5rem 0}.hero h1{font-size:clamp(2.75rem,7vw,3.5rem);line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-cta{flex-direction:column;align-items:stretch;gap:1rem}.cta-primary-new{width:100%;padding:1.5rem 2rem;min-height:56px;max-width:320px;margin:0 auto;font-size:1.1rem;white-space:nowrap;flex-direction:row!important}.cta-main-text{display:inline;white-space:nowrap}.cta-secondary-compact,.cta-secondary-new{width:100%;padding:1rem 1.5rem;min-height:48px;max-width:280px;margin:0 auto}.cta-secondary-compact{padding:.875rem 1.5rem;max-width:260px}.cta-social-proof{flex-direction:column;gap:.5rem;text-align:center}.secondary-actions{flex-direction:column;gap:1rem;align-items:stretch}.btn-hero-secondary{width:100%;min-height:50px;justify-content:center}.btn-hero-tertiary{width:100%;min-height:48px;padding:1rem;background:rgba(255,255,255,.1);border-radius:var(--radius);text-decoration:none}.or-divider{align-self:center;margin:.5rem 0}}@media (max-width:480px){.hero{height:calc(100vh - 80px);padding:1rem 0}.hero h1{font-size:clamp(2.5rem,6.5vw,3rem);margin-bottom:.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.25rem}.cta-primary-new{padding:1.25rem 1.5rem;font-size:1rem;max-width:280px;white-space:nowrap;flex-direction:row!important}.cta-main-text{font-size:.95rem}.cta-secondary-new{padding:.875rem 1.25rem;max-width:260px;font-size:.9rem}.btn-hero-secondary{min-height:48px;padding:.875rem 1.5rem;max-width:260px;margin:0 auto}}