.hero{position:relative;display:flex;flex-direction:column;padding-block-start:clamp(var(--sp-16),7vw,var(--sp-24));padding-block-end:clamp(var(--sp-10),5vw,var(--sp-16));overflow:hidden;background-color:var(--c-bg)}#hero-bg-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero__bg{position:absolute;inset:0;pointer-events:none;z-index:0}.hero__bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 68% 58% at 70% 36%,rgba(14,145,187,0.13) 0%,transparent 65%),radial-gradient(ellipse 42% 38% at 10% 75%,rgba(241,105,0,0.07) 0%,transparent 58%)}.hero__bg::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(119,206,250,0.032) 1px,transparent 1px),linear-gradient(90deg,rgba(119,206,250,0.032) 1px,transparent 1px);background-size:52px 52px}.hero__copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--sp-6);max-width:680px}.hero__eyebrow{display:inline-flex;align-items:center;gap:var(--sp-2);font-size:var(--text-sm);font-weight:var(--w-semi);letter-spacing:0.04em;color:var(--c-teal-light)}.hero__eyebrow-dot{width:6px;height:6px;border-radius:var(--r-full);background:var(--c-accent);box-shadow:0 0 8px rgba(241,105,0,0.6);animation:glowPulse 2.5s ease-in-out infinite;flex-shrink:0}.hero__headline{font-size:clamp(2rem,3.6vw,3.1rem);font-weight:var(--w-bold);line-height:1.09;letter-spacing:-0.014em;color:var(--c-text-1)}.hero__headline em{font-style:normal;background:linear-gradient(98deg,var(--c-white) 10%,var(--c-teal-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-right:0.15em}.hero__sub{font-family:'Inter',system-ui,sans-serif;font-size:clamp(var(--text-base),1.3vw,var(--text-lg));font-weight:var(--w-reg);color:var(--c-text-2);line-height:1.72;white-space:nowrap}.hero__actions{display:flex;align-items:center;gap:var(--sp-4);flex-wrap:wrap;margin-top:var(--sp-2)}.hero__trust-strip{position:relative;z-index:1;margin-top:clamp(var(--sp-12),6vw,var(--sp-20));padding-top:var(--sp-6)}.hero__trust-inner{display:flex;align-items:center;gap:var(--sp-8);user-select:none}.hero__trust-label{font-size:var(--text-xs);font-weight:var(--w-semi);letter-spacing:var(--track-wide);text-transform:uppercase;color:var(--c-text-3);white-space:nowrap;flex-shrink:0}.hero__trust-logos{display:flex;align-items:center;justify-content:space-between;flex:1;gap:var(--sp-6)}.trust-card{flex:1;height:44px;perspective:600px;perspective-origin:50% 50%}.trust-card__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:trustFlip 14s var(--flip-delay,0s) infinite;animation-fill-mode:backwards}.trust-card__face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;-webkit-backface-visibility:hidden}.trust-card__back{transform:rotateX(180deg)}.trust-card img{display:block;max-height:28px;max-width:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:0.75;transition:opacity 300ms var(--ease-out)}.trust-card:hover img{opacity:1}@keyframes trustFlip{0%{transform:rotateX(0deg)}3.57%{transform:rotateX(-180deg)}53.57%{transform:rotateX(-180deg)}57.14%{transform:rotateX(-360deg)}100%{transform:rotateX(-360deg)}}.hero__awards-strip{position:relative;z-index:1;margin-top:var(--sp-6);padding-top:var(--sp-5);border-top:1px solid var(--c-border)}.hero__awards-inner{display:flex;align-items:center;gap:var(--sp-8);user-select:none}.hero__awards-label{font-size:var(--text-xs);font-weight:var(--w-semi);letter-spacing:var(--track-wide);text-transform:uppercase;color:var(--c-text-3);white-space:nowrap;flex-shrink:0}.hero__awards-logos{display:flex;align-items:center;justify-content:space-between;flex:1;gap:var(--sp-6)}.hero__awards-logos img{display:block;height:72px;width:auto;max-width:160px;object-fit:contain;filter:brightness(0) invert(1);opacity:0.50;transition:opacity 200ms var(--ease-out)}.hero__awards-logos img:hover{opacity:0.85}.hero__copy{max-width:100%}.hero__sub{white-space:normal}.hero__actions{flex-direction:column;align-items:flex-start}.hero__trust-inner{flex-direction:column;align-items:flex-start;gap:var(--sp-4)}.hero__awards-inner{flex-direction:column;align-items:flex-start;gap:var(--sp-4)}.hero__trust-logos{gap:var(--sp-3);flex-wrap:wrap;width:100%}.trust-card{flex:0 0 calc(33.333% - 0.5rem)}.trust-card img{height:20px;width:auto;max-width:90%;max-height:none}.hero__awards-logos{flex-wrap:wrap;justify-content:space-evenly;width:100%}.hero__awards-logos img{height:38px;max-width:72px}@media (min-width:600px){.hero__trust-logos{flex-wrap:nowrap;gap:var(--sp-6)}.trust-card{flex:1}.trust-card img{height:auto;max-height:28px;max-width:100%}.hero__awards-logos img{height:44px}}@media (min-width:768px){.hero__copy{max-width:680px}.hero__sub{white-space:nowrap}.hero__actions{flex-direction:row;align-items:center}.hero__trust-inner{flex-direction:row;align-items:center;gap:var(--sp-8)}.hero__awards-inner{flex-direction:row;align-items:center;gap:var(--sp-8)}.trust-card img{max-height:28px}.hero__awards-logos img{height:72px;max-width:160px}}