:root{--apc-blue:#0057B8;--apc-navy:#002B5C;--apc-white:#FFF;--apc-near-black:#1A1C1E;--apc-font-head:'Oswald',sans-serif;--apc-font-body:'Roboto',sans-serif;--apc-max-w:1200px;--apc-transition:0.28s cubic-bezier(0.4,0,0.2,1)}.apc-hero{position:relative;width:100%;min-height:92vh;display:flex;align-items:center;overflow:hidden;background:var(--apc-dark)}.apc-hero__media{position:absolute;inset:0;z-index:0}.apc-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.apc-hero__media iframe.apc-hero__video{border:none;pointer-events:none;width:110%;height:110%;top:-5%;left:-5%}.apc-hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(0,0,0,0.78) 0%,rgba(0,0,0,0.55) 45%,rgba(0,0,0,0.28) 100%);z-index:1}.apc-hero__accent-bar{position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--apc-blue);z-index:2}.apc-hero__content{position:relative;z-index:3;width:100%;padding:100px 24px 80px}.apc-hero__inner{max-width:var(--apc-max-w);margin:0 auto;max-width:700px;margin-left:max(24px,calc((100vw - var(--apc-max-w)) / 2 + 24px))}.apc-hero__badge{display:inline-flex;align-items:center;gap:7px;background:rgba(0,87,184,0.35);border:1px solid rgba(110,179,255,0.35);color:#A8D0FF;font-family:var(--apc-font-body);font-size:0.78rem;font-weight:500;letter-spacing:0.04em;padding:7px 14px;border-radius:100px;margin-bottom:22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transform:translateY(10px);animation:apcFadeUp 0.6s ease forwards;animation-delay:0.1s}.apc-hero__headline{display:flex;flex-direction:column;line-height:0.92;margin-bottom:24px}.apc-hero__headline-top{font-family:var(--apc-font-head);font-size:clamp(3.5rem,9vw,7.5rem);font-weight:700;color:var(--apc-white);letter-spacing:0.03em;text-transform:uppercase;opacity:0;transform:translateY(20px);animation:apcFadeUp 0.65s ease forwards;animation-delay:0.25s}.apc-hero__headline-bottom{font-family:var(--apc-font-head);font-size:clamp(2rem,5.5vw,4.5rem);font-weight:500;color:#6EB3FF;letter-spacing:0.22em;text-transform:uppercase;opacity:0;transform:translateY(20px);animation:apcFadeUp 0.65s ease forwards;animation-delay:0.38s}.apc-hero__sub{font-family:var(--apc-font-body);font-size:clamp(0.95rem,2vw,1.1rem);line-height:1.65;color:rgba(255,255,255,0.78);margin-bottom:36px;max-width:520px;opacity:0;transform:translateY(16px);animation:apcFadeUp 0.65s ease forwards;animation-delay:0.5s}.apc-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px;opacity:0;transform:translateY(14px);animation:apcFadeUp 0.65s ease forwards;animation-delay:0.62s}.apc-hero__btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--apc-font-head);font-size:0.95rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;text-decoration:none;padding:14px 28px;border-radius:6px;transition:transform var(--apc-transition),background var(--apc-transition),box-shadow var(--apc-transition);white-space:nowrap}.apc-hero__btn:hover{transform:translateY(-2px)}.apc-hero__btn--primary{background:var(--apc-blue);color:var(--apc-white);box-shadow:0 4px 20px rgba(0,87,184,0.5)}.apc-hero__btn--primary:hover{background:#0046A0;box-shadow:0 8px 32px rgba(0,87,184,0.65)}.apc-hero__btn--primary svg{transition:transform var(--apc-transition)}.apc-hero__btn--primary:hover svg{transform:translateX(3px)}.apc-hero__btn--secondary{background:rgba(255,255,255,0.10);color:var(--apc-white);border:1px solid rgba(255,255,255,0.30);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.apc-hero__btn--secondary:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.5)}.apc-hero__proof{display:flex;align-items:center;gap:10px;flex-wrap:wrap;opacity:0;animation:apcFadeUp 0.65s ease forwards;animation-delay:0.78s}.apc-hero__stars{display:flex;gap:2px;color:#FFD130}.apc-hero__proof-text{font-family:var(--apc-font-body);font-size:0.8rem;font-weight:500;color:rgba(255,255,255,0.65);letter-spacing:0.02em}.apc-hero__proof-divider{color:rgba(255,255,255,0.25);font-size:0.75rem}.apc-hero__scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;opacity:0;animation:apcFadeUp 0.6s ease forwards;animation-delay:1.1s}.apc-hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,rgba(255,255,255,0.5),transparent);animation:apcScrollPulse 2s ease-in-out infinite}@keyframes apcFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes apcScrollPulse{0%,100%{opacity:0.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}@media (max-width:768px){.apc-hero{min-height:calc(100svh - 108px);align-items:flex-end}.apc-hero__video{display:none}.apc-hero__overlay{background:linear-gradient(180deg,rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.70) 50%,rgba(0,0,0,0.90) 100%)}.apc-hero__content{padding:40px 20px 80px}.apc-hero__inner{margin-left:0;max-width:100%}.apc-hero__badge{font-size:0.72rem;padding:6px 12px;margin-bottom:14px}.apc-hero__headline-top{font-size:clamp(2.4rem,11vw,4rem)}.apc-hero__headline-bottom{font-size:clamp(1.4rem,7vw,2.6rem);letter-spacing:0.12em}.apc-hero__headline{margin-bottom:14px}.apc-hero__sub{font-size:0.9rem;margin-bottom:22px;line-height:1.55}.apc-hero__ctas{flex-direction:column;margin-bottom:16px;gap:10px}.apc-hero__btn{justify-content:center;width:100%;padding:13px 20px}.apc-hero__proof{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0}.apc-hero__proof-divider{display:none}.apc-hero__proof-text{font-size:0.72rem}.apc-hero__scroll{display:none}}@media (prefers-reduced-motion:reduce){.apc-hero__badge,.apc-hero__headline-top,.apc-hero__headline-bottom,.apc-hero__sub,.apc-hero__ctas,.apc-hero__proof,.apc-hero__scroll{animation:none;opacity:1;transform:none}}