.arx-hero{--arx-deep:#0F1923;--arx-navy:#1A2A3A;--arx-blue:#4A9EE0;--arx-blue-sm:#74BBEF;--arx-btn:#56AAEC;--arx-steel:#C8D8E8;--arx-swht:#E8EDF2;--arx-stone:#B2B4B7;--arx-border:#1E2E3E;background-color:var(--arx-deep);padding:160px 0 96px}.arx-hero__container{max-width:720px;margin:0 auto;padding:0 24px}.arx-hero__eyebrow{display:flex;align-items:center;gap:12px;font-family:'DM Sans',sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.16em;color:var(--arx-blue-sm);margin-bottom:24px;animation:arxFadeUp 0.6s ease both;animation-delay:0.1s}.arx-hero__eyebrow::before{content:'';display:block;width:32px;height:1px;background-color:var(--arx-blue-sm);flex-shrink:0}h1.arx-hero__heading{font-family:'DM Serif Display',serif;font-size:clamp(40px, 6vw, 68px);font-weight:400;line-height:1.1;color:var(--arx-swht);margin:0 0 28px;animation:arxFadeUp 0.6s ease both;animation-delay:0.2s}.arx-hero__heading em{font-style:italic;color:var(--arx-blue)}.arx-hero__lead{font-family:'DM Sans',sans-serif;font-size:18px;line-height:1.65;color:var(--arx-stone);max-width:580px;margin:0 0 32px;animation:arxFadeUp 0.6s ease both;animation-delay:0.3s}.arx-hero__lead p{margin:0 0 16px}.arx-hero__lead p:last-child{margin-bottom:0}.arx-hero__lead strong{color:var(--arx-steel);font-weight:400}.arx-hero__lead em{font-style:italic;color:var(--arx-swht)}.arx-hero__statement{font-family:'DM Sans',sans-serif;font-size:18px;line-height:1.6;color:var(--arx-swht);border-left:2px solid var(--arx-blue);padding-left:20px;margin:0 0 40px;animation:arxFadeUp 0.6s ease both;animation-delay:0.35s}.arx-hero__actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;animation:arxFadeUp 0.6s ease both;animation-delay:0.45s}.arx-hero__btn-primary{display:inline-block;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;color:var(--arx-deep);background-color:var(--arx-btn);padding:14px 28px;border-radius:4px;text-decoration:none;transition:opacity 0.2s ease}.arx-hero__btn-primary:hover{opacity:.88}.arx-hero__btn-ghost{display:inline-block;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:400;color:var(--arx-steel);text-decoration:none;border-bottom:1px solid var(--arx-stone);padding-bottom:2px;transition:color 0.2s ease,border-color 0.2s ease}.arx-hero__btn-ghost:hover{color:var(--arx-swht);border-color:var(--arx-swht)}@keyframes arxFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.arx-hero{padding:120px 0 72px}.arx-hero__actions{flex-direction:column;align-items:flex-start;gap:16px}}