.atn-hero{position:relative;background:var(--atn-navy-dark);padding:10px 0}.atn-hero__container{display:block;max-width:100%}.atn-hero__container--full{width:100%;max-width:none;padding-inline:16px}.atn-hero__panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,var(--atn-hero-stats-w, .65fr));align-items:center;gap:28px;min-height:var(--atn-hero-min-h);padding:36px 40px;overflow:hidden;background:var(--atn-navy-dark);border:2px solid var(--atn-hero-border);border-radius:var(--atn-hero-radius);isolation:isolate}.atn-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:var(--atn-hero-image);background-position:center center;background-repeat:no-repeat;background-size:cover}.atn-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(0,19,38,calc(var(--atn-hero-overlay) + .15)),rgba(0,19,38,var(--atn-hero-overlay)) 55%,rgba(0,19,38,calc(var(--atn-hero-overlay) - .1)))}.atn-hero__content{min-width:0}.atn-hero__panel--align-center{text-align:center}.atn-hero__panel--align-center .atn-hero__content{margin-inline:auto}.atn-hero__panel--align-center .atn-hero__ctas{justify-content:center}.atn-hero__headline{margin:0 0 14px;font-weight:800;line-height:.98;letter-spacing:-.01em;text-transform:uppercase;color:var(--atn-white)}.atn-hero__headline-line{display:block}.atn-hero__headline-line--1{font-size:clamp(24px,4vw,var(--atn-hero-headline-size1, 54px))}.atn-hero__headline-line--2{font-size:clamp(24px,4vw,var(--atn-hero-headline-size2, 54px))}.atn-hero__headline-line--accent{color:var(--atn-gold-bright);font-size:clamp(24px,4vw,var(--atn-hero-headline-size-gold, 54px))}.atn-hero__tagline{margin:0 0 12px;font-size:clamp(16px,1.8vw,var(--atn-hero-tagline-size, 22px));font-weight:700;line-height:1.2;color:var(--atn-white)}.atn-hero__description{margin:0 0 24px;max-width:46ch;font-size:clamp(13px,1.1vw,var(--atn-hero-description-size, 17px));font-weight:400;line-height:1.5;color:var(--atn-light-text)}.atn-hero__panel--align-center .atn-hero__description{margin-inline:auto}.atn-hero__ctas{display:flex;flex-wrap:wrap;gap:16px}.atn-hero__cta{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:12px 22px;border-radius:8px;font-size:clamp(13px,1vw,16px);font-weight:800;letter-spacing:.02em;line-height:1;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,filter .18s ease}.atn-hero__cta-arrow{flex:0 0 auto;transition:transform .18s ease}.atn-hero__cta--primary{background:linear-gradient(180deg,var(--atn-gold-bright),var(--atn-gold));border:1px solid var(--atn-gold-bright);color:var(--atn-navy-dark)}.atn-hero__cta--primary:hover,.atn-hero__cta--primary:focus-visible{filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 8px 20px #00000052}.atn-hero__cta--secondary{background:#00132659;border:2px solid var(--atn-gold);color:var(--atn-white)}.atn-hero__cta--secondary:hover,.atn-hero__cta--secondary:focus-visible{background:#00132699;border-color:var(--atn-gold-bright);color:var(--atn-gold-bright);transform:translateY(-2px)}.atn-hero__cta:hover .atn-hero__cta-arrow,.atn-hero__cta:focus-visible .atn-hero__cta-arrow{transform:translate(3px)}.atn-hero__stats{display:grid;grid-template-columns:repeat(var(--atn-hero-stat-cols, 2),minmax(0,1fr));gap:1px;padding:1px;background:#e3a40047;border:1px solid rgba(227,164,0,.45);border-radius:10px;overflow:hidden}.atn-hero__stats:before{content:none}.atn-hero-stat{display:flex;align-items:center;gap:12px;min-height:92px;padding:16px 18px;background:var(--atn-hero-panel-bg);color:var(--atn-white);text-decoration:none}@supports (backdrop-filter: blur(4px)){.atn-hero-stat{background:color-mix(in srgb,var(--atn-hero-panel-bg) calc(var(--atn-hero-panel-opacity, .88) * 100%),transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.atn-hero-stat--link{transition:background-color .18s ease}.atn-hero-stat--link:hover,.atn-hero-stat--link:focus-visible{background:var(--atn-blue)}.atn-hero-stat__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;color:var(--atn-gold)}.atn-hero-stat__icon svg{width:100%;height:100%}.atn-hero-stat__icon-img{width:100%;height:100%;object-fit:contain}.atn-hero-stat__body{display:flex;flex-direction:column;gap:1px;min-width:0}.atn-hero-stat__value{font-size:clamp(20px,1.8vw,30px);font-weight:800;line-height:1;color:var(--atn-white)}.atn-hero-stat__label{font-size:clamp(12px,2vw,18px);font-weight:700;line-height:1.1;text-transform:uppercase;color:var(--atn-white)}.atn-hero-stat__support{font-size:clamp(9px,2vw,16px);font-weight:400;line-height:1.15;color:var(--atn-muted-text)}.atn-hero--animate .atn-hero__content>*,.atn-hero--animate .atn-hero-stat{opacity:0;transform:translateY(14px)}.atn-hero--animate.is-visible .atn-hero__content>*,.atn-hero--animate.is-visible .atn-hero-stat{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.atn-hero--animate.is-visible .atn-hero__content>*:nth-child(2){transition-delay:70ms}.atn-hero--animate.is-visible .atn-hero__content>*:nth-child(3){transition-delay:.14s}.atn-hero--animate.is-visible .atn-hero__content>*:nth-child(4){transition-delay:.21s}.atn-hero--animate.is-visible .atn-hero-stat:nth-child(2){transition-delay:80ms}.atn-hero--animate.is-visible .atn-hero-stat:nth-child(3){transition-delay:.14s}.atn-hero--animate.is-visible .atn-hero-stat:nth-child(4){transition-delay:.2s}.atn-hero--animate.is-visible .atn-hero-stat:nth-child(5){transition-delay:.26s}.atn-hero--animate.is-visible .atn-hero-stat:nth-child(6){transition-delay:.32s}@media screen and (max-width:1100px){.atn-hero__panel{grid-template-columns:1fr;gap:28px}.atn-hero__content{max-width:none}}@media screen and (max-width:749px){.atn-hero__panel{padding:28px 18px}.atn-hero__bg{background-image:var(--atn-hero-image-mobile, var(--atn-hero-image))}.atn-hero__headline-line--1,.atn-hero__headline-line--2,.atn-hero__headline-line--accent{font-size:clamp(24px,8vw,40px)}.atn-hero__ctas{flex-direction:column}.atn-hero__cta{justify-content:center;width:100%}.atn-hero__stats{grid-template-columns:repeat(var(--atn-hero-mobile-cols, 2),minmax(0,1fr))}.atn-hero-stat{min-height:82px;padding:12px}.atn-hero-stat__icon{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.atn-hero__cta,.atn-hero__cta-arrow{transition:none}.atn-hero__cta:hover,.atn-hero__cta:focus-visible{transform:none}.atn-hero--animate .atn-hero__content>*,.atn-hero--animate .atn-hero-stat{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-atn-hero-banner.css.map */
