/*
Theme Name: ASY Next
Theme URI: https://stowarzyszenieasy.pl
Description: Dedykowany, samodzielny motyw Stowarzyszenia ASY-BIS.
Author: ASY-BIS
Version: 1.0.4
Text Domain: asy-next
*/

:root {
    --asy-ink: #111214;
    --asy-ink-soft: #222428;
    --asy-paper: #f5f2ec;
    --asy-white: #ffffff;
    --asy-red: #e32b2f;
    --asy-red-dark: #b91922;
    --asy-muted: #666a70;
    --asy-line: rgba(17, 18, 20, .12);
    --asy-radius: 18px;
    --asy-shadow: 0 20px 60px rgba(12, 14, 18, .12);
    --asy-wrap: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--asy-ink);
    background: var(--asy-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.asy-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.asy-wrap { width: min(calc(100% - 40px), var(--asy-wrap)); margin-inline: auto; }
.asy-main { min-height: 60vh; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.asy-topbar { background: var(--asy-ink); color: rgba(255,255,255,.76); font-size: 13px; }
.asy-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.asy-topbar__tag { color: #fff; font-weight: 700; letter-spacing: .04em; }
.asy-topbar__links { display: flex; gap: 24px; }
.asy-topbar a:hover { color: #fff; }

.asy-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--asy-line); backdrop-filter: blur(18px); }
.asy-header__inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.asy-brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.asy-brand img { width: 72px; height: 58px; object-fit: contain; }
.asy-brand__copy { display: grid; line-height: 1.05; }
.asy-brand__name { font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.asy-brand__claim { margin-top: 5px; color: var(--asy-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.asy-nav { margin-left: auto; }
.asy-nav ul { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.asy-nav a { position: relative; font-size: 14px; font-weight: 750; }
.asy-nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--asy-red); transition: right .2s ease; }
.asy-nav a:hover:after { right: 0; }
.asy-header__actions { display: flex; align-items: center; gap: 10px; }
.asy-cart { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--asy-line); border-radius: 50%; }
.asy-cart:hover { border-color: var(--asy-red); }
.asy-cart svg { width: 20px; }
.asy-cart__count { position: absolute; top: -3px; right: -2px; min-width: 18px; height: 18px; padding-inline: 4px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--asy-red); font-size: 10px; font-weight: 900; }
.asy-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--asy-line); border-radius: 50%; background: #fff; }
.asy-menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--asy-ink); }

.asy-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--asy-red); color: #fff !important; font-size: 14px; font-weight: 850; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.asy-button:hover { transform: translateY(-2px); background: var(--asy-red-dark); box-shadow: 0 12px 30px rgba(227,43,47,.24); }
.asy-button--dark { background: var(--asy-ink); }
.asy-button--dark:hover { background: #000; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.asy-button--light { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.asy-button--light:hover { background: #fff; color: var(--asy-ink) !important; box-shadow: none; }
.asy-button--ghost { border-color: var(--asy-line); color: var(--asy-ink) !important; background: transparent; }
.asy-button--ghost:hover { border-color: var(--asy-ink); background: var(--asy-ink); color: #fff !important; box-shadow: none; }

.asy-hero { position: relative; overflow: hidden; padding: 86px 0 74px; color: #fff; background: var(--asy-ink); }
.asy-hero:before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 30%, #000); }
.asy-hero:after { content: ""; position: absolute; width: 560px; height: 560px; right: -160px; top: -250px; border-radius: 50%; background: var(--asy-red); filter: blur(2px); opacity: .84; }
.asy-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: 70px; }
.asy-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 19px; color: var(--asy-red); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.asy-eyebrow:before { content: ""; width: 28px; height: 2px; background: currentColor; }
.asy-hero .asy-eyebrow { color: #ff5a5e; }
.asy-hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; color: #fff; }
.asy-hero h1 span { color: #ff4b50; }
.asy-hero__lead { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; }
.asy-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.asy-hero__proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.asy-hero__proof span { display: flex; align-items: center; gap: 8px; }
.asy-hero__proof span:before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--asy-red); font-size: 11px; }
.asy-hero__card { position: relative; z-index: 2; min-height: 455px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.075); box-shadow: var(--asy-shadow); backdrop-filter: blur(14px); }
.asy-hero__card--photo { isolation: isolate; overflow: hidden; justify-content: flex-end; background: #08090a; }
.asy-hero__card--photo:before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to top, rgba(6,7,8,.96) 0%, rgba(6,7,8,.48) 56%, rgba(6,7,8,.08) 100%); }
.asy-hero__card-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.asy-hero__card--photo .asy-hero__card-content { padding-top: 180px; }
.asy-hero__logo { width: 205px; margin-inline: auto; filter: invert(1); opacity: .96; }
.asy-hero__card-label { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.asy-hero__card strong { display: block; margin-top: 8px; color: #fff; font-size: 25px; line-height: 1.2; }
.asy-hero__card p { margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

.asy-trust { position: relative; z-index: 5; margin-top: -1px; background: var(--asy-paper); border-bottom: 1px solid var(--asy-line); }
.asy-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.asy-trust__item { padding: 28px 28px 28px 0; border-right: 1px solid var(--asy-line); }
.asy-trust__item:not(:first-child) { padding-left: 28px; }
.asy-trust__item:last-child { border-right: 0; }
.asy-trust__value { display: block; font-size: 28px; font-weight: 950; letter-spacing: -.04em; line-height: 1; }
.asy-trust__label { display: block; margin-top: 7px; color: var(--asy-muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }

.asy-section { padding: 104px 0; }
.asy-section--paper { background: var(--asy-paper); }
.asy-section--dark { color: #fff; background: var(--asy-ink); }
.asy-section__head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 48px; }
.asy-section__head h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.asy-section__head p { max-width: 480px; margin: 0; color: var(--asy-muted); }
.asy-section--dark .asy-section__head p { color: rgba(255,255,255,.65); }
.asy-section--dark h2 { color: #fff; }

.asy-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.asy-step { min-height: 290px; padding: 28px; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; counter-increment: step; transition: transform .2s ease, box-shadow .2s ease; }
.asy-step:hover { transform: translateY(-5px); box-shadow: var(--asy-shadow); }
.asy-step:before { content: "0" counter(step); display: inline-flex; margin-bottom: 56px; color: var(--asy-red); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.asy-step h3 { margin: 0; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; }
.asy-step p { margin: 12px 0 0; color: var(--asy-muted); font-size: 14px; }

.asy-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.asy-split__visual { position: relative; min-height: 540px; padding: 54px; overflow: hidden; border-radius: 28px; color: #fff; background: linear-gradient(145deg, #191b1f, #08090a); }
.asy-split__visual:before { content: "A♠"; position: absolute; right: -20px; bottom: -90px; color: rgba(255,255,255,.06); font-family: Georgia, serif; font-size: 390px; line-height: 1; }
.asy-split__visual img { position: absolute; z-index: 2; top: 48px; left: 50%; display: block; width: min(290px, 78%); height: auto; margin: 0; filter: invert(1) brightness(2); object-fit: contain; transform: translateX(-50%); }
.asy-split__visual blockquote { position: absolute; z-index: 2; left: 54px; right: 54px; bottom: 48px; margin: 0; font-size: 27px; font-weight: 850; line-height: 1.25; letter-spacing: -.03em; }
.asy-feature-list { display: grid; gap: 8px; margin-top: 32px; }
.asy-feature { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--asy-line); }
.asy-feature__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--asy-red); background: rgba(227,43,47,.08); font-weight: 950; }
.asy-feature h3 { margin: 0; font-size: 18px; }
.asy-feature p { margin: 4px 0 0; color: var(--asy-muted); font-size: 14px; }

.asy-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asy-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--asy-radius); background: rgba(255,255,255,.055); }
.asy-card__body { padding: 28px; }
.asy-card__meta { color: #ff5a5e; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.asy-card h3 { margin: 13px 0 0; color: #fff; font-size: 23px; line-height: 1.25; }
.asy-card p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }
.asy-card__link { display: inline-flex; margin-top: 24px; color: #fff; font-size: 13px; font-weight: 850; }
.asy-card__link:after { content: "→"; margin-left: 9px; color: var(--asy-red); }

.asy-media-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 14px; }
.asy-media-tile { position: relative; overflow: hidden; border-radius: var(--asy-radius); background: var(--asy-ink); }
.asy-media-tile:first-child { grid-row: 1 / 3; }
.asy-media-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.asy-media-tile:hover img { transform: scale(1.035); }
.asy-media-tile:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,9,10,.72), transparent 55%); }
.asy-media-tile figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 17px; color: #fff; font-size: 13px; font-weight: 850; }
.asy-video-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; }
.asy-video-shell { position: relative; overflow: hidden; border-radius: 24px; background: #050607; box-shadow: var(--asy-shadow); }
.asy-video-shell video { display: block; width: 100%; aspect-ratio: 16/9; background: #050607; object-fit: cover; }
.asy-video-copy h2 { margin: 0; font-size: clamp(35px,4vw,56px); line-height: 1.04; letter-spacing: -.05em; }
.asy-video-copy p { color: var(--asy-muted); }
.asy-video-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.asy-video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #111214; }
.asy-video-card video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #050607; }
.asy-video-card__copy { padding: 18px 20px 21px; }
.asy-video-card__copy strong { display: block; color: #fff; font-size: 17px; }
.asy-video-card__copy span { display: block; margin-top: 4px; color: rgba(255,255,255,.58); font-size: 13px; }
.asy-media-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 42px; }
.asy-media-pair figure { min-height: 330px; margin: 0; overflow: hidden; border-radius: var(--asy-radius); background: var(--asy-ink); }
.asy-media-pair img { width: 100%; height: 100%; display: block; object-fit: cover; }

.asy-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.asy-product { position: relative; overflow: hidden; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; }
.asy-product__image { aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; background: #f3f3f2; }
.asy-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.asy-product:hover .asy-product__image img { transform: scale(1.04); }
.asy-product__body { padding: 20px; }
.asy-product__body h3 { min-height: 46px; margin: 0; font-size: 16px; line-height: 1.4; }
.asy-product__price { display: block; margin-top: 12px; color: var(--asy-red); font-size: 17px; font-weight: 900; }

.asy-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.asy-faq__intro h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.asy-faq__intro p { color: var(--asy-muted); }
.asy-accordion { border-top: 1px solid var(--asy-line); }
.asy-accordion details { border-bottom: 1px solid var(--asy-line); }
.asy-accordion summary { position: relative; padding: 24px 44px 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.asy-accordion summary::-webkit-details-marker { display: none; }
.asy-accordion summary:after { content: "+"; position: absolute; right: 5px; top: 19px; color: var(--asy-red); font-size: 26px; font-weight: 500; }
.asy-accordion details[open] summary:after { content: "−"; }
.asy-accordion details p { max-width: 720px; margin: -4px 0 25px; color: var(--asy-muted); }

.asy-cta { padding: 80px 0; background: var(--asy-red); color: #fff; }
.asy-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.asy-cta h2 { max-width: 750px; margin: 0; color: #fff; font-size: clamp(35px, 4vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.asy-cta p { max-width: 640px; margin: 16px 0 0; color: rgba(255,255,255,.8); }
.asy-cta .asy-button { flex: 0 0 auto; }

.asy-footer { padding: 68px 0 26px; color: rgba(255,255,255,.68); background: #090a0c; }
.asy-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 50px; }
.asy-footer__brand img { width: 130px; filter: invert(1); opacity: .95; }
.asy-footer__brand p { max-width: 320px; margin-top: 20px; font-size: 14px; }
.asy-footer h3 { margin: 0 0 18px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.asy-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.asy-footer a:hover { color: #fff; }
.asy-footer address { font-style: normal; font-size: 14px; }
.asy-footer__details { display: grid; grid-template-columns: 1.05fr 1.95fr; gap: 50px; margin-top: 46px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.1); }
.asy-footer__locations p { margin: 0; font-size: 13px; line-height: 1.75; }
.asy-footer__locations a { color: #fff; font-weight: 850; text-decoration: underline; text-decoration-color: var(--asy-red); text-underline-offset: 3px; }
.asy-footer__offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.asy-footer__office { padding: 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.asy-footer__office strong { display: block; color: #fff; font-size: 14px; line-height: 1.45; }
.asy-footer__office address, .asy-footer__office p { margin: 8px 0 0; color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.65; }
.asy-footer__account { display: block; margin-top: 8px; color: #fff; font-size: 15px; font-weight: 850; letter-spacing: .035em; }
.asy-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.asy-cart-page { padding: 78px 0 105px; background: var(--asy-paper); }
.asy-cart-page__head { margin-bottom: 35px; }
.asy-cart-page__head h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.asy-cart-page__head p { margin: 14px 0 0; color: var(--asy-muted); }
.asy-cart-page .woocommerce { padding: 30px; border: 1px solid var(--asy-line); border-radius: 20px; background: #fff; }

.asy-content { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 80px 0 100px; }
.asy-content h1 { margin: 0 0 40px; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -.05em; }

.asy-page-hero { position: relative; overflow: hidden; padding: 82px 0 72px; color: #fff; background: var(--asy-ink); }
.asy-page-hero:before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.asy-page-hero:after { content: "A♠"; position: absolute; right: 3vw; bottom: -95px; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 330px; line-height: 1; }
.asy-page-hero__inner { position: relative; z-index: 1; }
.asy-page-hero h1 { max-width: 950px; margin: 0; color: #fff; font-size: clamp(46px, 6vw, 78px); line-height: 1; letter-spacing: -.06em; }
.asy-page-hero p { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.7vw, 21px); }
.asy-page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.asy-page-hero--media { padding: 0; }
.asy-page-hero--media:after { display: none; }
.asy-page-hero__media-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); gap: 68px; align-items: stretch; min-height: 470px; }
.asy-page-hero__media-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 0; }
.asy-page-hero__visual { position: relative; min-height: 390px; margin: 36px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: #08090a; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.asy-page-hero__visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 48%, rgba(227,43,47,.24)); pointer-events: none; }
.asy-page-hero__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.asy-page-hero__visual figcaption { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding: 7px 11px; border-radius: 999px; color: rgba(255,255,255,.85); background: rgba(9,10,12,.76); backdrop-filter: blur(10px); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.asy-page-nav { border-bottom: 1px solid var(--asy-line); background: var(--asy-paper); }
.asy-page-nav__inner { display: flex; gap: 30px; overflow-x: auto; padding: 17px 0; scrollbar-width: none; }
.asy-page-nav__inner::-webkit-scrollbar { display: none; }
.asy-page-nav a { flex: 0 0 auto; font-size: 13px; font-weight: 850; }
.asy-page-nav a:hover { color: var(--asy-red); }

.asy-prose { max-width: 780px; }
.asy-prose h2 { margin: 0; font-size: clamp(35px, 4vw, 55px); line-height: 1.05; letter-spacing: -.05em; }
.asy-prose h3 { margin: 34px 0 10px; font-size: 22px; }
.asy-prose p { color: var(--asy-muted); }
.asy-prose p:first-of-type { font-size: 18px; }
.asy-note { padding: 23px 25px; border-left: 4px solid var(--asy-red); border-radius: 0 var(--asy-radius) var(--asy-radius) 0; background: var(--asy-paper); color: var(--asy-muted); }
.asy-note strong { color: var(--asy-ink); }

.asy-timeline { display: grid; gap: 0; margin-top: 42px; counter-reset: timeline; }
.asy-timeline__item { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 0 0 38px; counter-increment: timeline; }
.asy-timeline__item:not(:last-child):before { content: ""; position: absolute; top: 54px; bottom: 0; left: 26px; width: 1px; background: var(--asy-line); }
.asy-timeline__number { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: #fff; background: var(--asy-red); font-size: 13px; font-weight: 950; }
.asy-timeline__number:before { content: "0" counter(timeline); }
.asy-timeline__body { padding-top: 4px; }
.asy-timeline__body h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.asy-timeline__body p { max-width: 760px; margin: 8px 0 0; color: var(--asy-muted); }

.asy-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asy-info-card { padding: 28px; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; }
.asy-info-card__mark { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 13px; color: var(--asy-red); background: rgba(227,43,47,.08); font-weight: 950; }
.asy-info-card h3 { margin: 0; font-size: 20px; }
.asy-info-card p { margin: 9px 0 0; color: var(--asy-muted); font-size: 14px; }

.asy-events { padding: 76px 0 105px; background: var(--asy-paper); }
.asy-events__filters { display: grid; grid-template-columns: 1.2fr repeat(5, .75fr); gap: 12px; margin-bottom: 34px; padding: 18px; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; }
.asy-events__field { display: grid; gap: 7px; }
.asy-events__field label { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.asy-events__field input, .asy-events__field select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--asy-line); border-radius: 12px; background: #fff; color: var(--asy-ink); }
.asy-events__summary { margin: 0 0 18px; color: var(--asy-muted); font-size: 14px; }
.asy-events__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.asy-event { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; box-shadow: 0 10px 35px rgba(12,14,18,.06); transition: transform .2s ease, box-shadow .2s ease; }
.asy-event[hidden], .asy-events__empty[hidden] { display: none !important; }
.asy-event:hover { transform: translateY(-4px); box-shadow: var(--asy-shadow); }
.asy-event__image { aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(145deg, #222428, #08090a); }
.asy-event__image img { width: 100%; height: 100%; object-fit: cover; }
.asy-event__placeholder { height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.1); font-family: Georgia,serif; font-size: 110px; }
.asy-event__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.asy-event__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.asy-event__type, .asy-event__status { display: inline-flex; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.asy-event__type { color: var(--asy-red); background: rgba(227,43,47,.08); }
.asy-event__status { color: #287044; background: #eaf6ee; }
.asy-event__status--past { color: var(--asy-muted); background: #ededed; }
.asy-event h2 { margin: 18px 0 0; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; }
.asy-event__meta { display: grid; gap: 6px; margin: 18px 0 22px; color: var(--asy-muted); font-size: 13px; }
.asy-event__price { color: var(--asy-ink); font-weight: 900; }
.asy-event__actions { display: flex; gap: 9px; margin-top: auto; }
.asy-event__actions .asy-button { flex: 1; min-height: 43px; padding-inline: 15px; }
.asy-events__empty { grid-column: 1/-1; padding: 50px 25px; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; text-align: center; }
@media (max-width: 980px) { .asy-events__filters { grid-template-columns: repeat(2, 1fr); } .asy-events__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .asy-events__filters, .asy-events__grid { grid-template-columns: 1fr; } .asy-events { padding-top: 48px; } }
@media (max-width: 980px) { .asy-media-grid { grid-template-columns: repeat(2,1fr); grid-template-rows: 360px 240px; } .asy-media-tile:first-child { grid-column: 1/-1; grid-row: auto; } .asy-video-feature { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 640px) { .asy-media-grid, .asy-media-pair, .asy-video-gallery { grid-template-columns: 1fr; grid-template-rows: none; } .asy-media-tile, .asy-media-tile:first-child { min-height: 260px; grid-column: auto; } .asy-media-pair figure { min-height: 250px; } }

.asy-doc-groups { display: grid; gap: 54px; }
.asy-doc-group__head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 35px; margin-bottom: 18px; }
.asy-doc-group__head h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.1; letter-spacing: -.04em; }
.asy-doc-group__head p { max-width: 700px; margin: 0; color: var(--asy-muted); }
.asy-doc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.asy-doc { display: flex; align-items: center; gap: 18px; min-height: 92px; padding: 18px 20px; border: 1px solid var(--asy-line); border-radius: 14px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.asy-doc:hover { border-color: var(--asy-red); transform: translateY(-2px); }
.asy-doc__type { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; color: #fff; background: var(--asy-ink); font-size: 10px; font-weight: 950; letter-spacing: .05em; }
.asy-doc__copy { min-width: 0; }
.asy-doc__copy strong { display: block; line-height: 1.3; }
.asy-doc__copy span { display: block; margin-top: 4px; color: var(--asy-muted); font-size: 12px; }
.asy-doc__arrow { margin-left: auto; color: var(--asy-red); font-size: 20px; }

.asy-contact-hero { padding: 0; }
.asy-contact-hero:after { display: none; }
.asy-contact-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .88fr; gap: 68px; align-items: stretch; min-height: 470px; }
.asy-contact-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 74px 0; }
.asy-contact-hero__visual { position: relative; min-height: 390px; margin: 38px 0; overflow: hidden; border-radius: 24px; background: #08090a; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.asy-contact-hero__visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(227,43,47,.22)); }
.asy-contact-hero__visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.asy-contact-section { padding-top: 88px; }
.asy-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 52px; align-items: start; width: min(100%, 1120px); margin-inline: auto; }
.asy-contact-intro { max-width: 820px; }
.asy-contact-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.asy-contact-card { padding: 22px; border: 1px solid var(--asy-line); border-radius: 14px; background: #fff; }
.asy-contact-card__label { display: block; margin-bottom: 5px; color: var(--asy-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.asy-contact-card strong { display: block; font-size: 18px; }
.asy-contact-card address, .asy-contact-card p { margin: 5px 0 0; color: var(--asy-muted); font-style: normal; }
.asy-form-shell { width: min(100%, 1040px); margin-inline: auto; padding: 40px; border-radius: 22px; background: var(--asy-paper); }
.asy-form-shell h2 { margin: 0 0 8px; font-size: 34px; letter-spacing: -.04em; }
.asy-form-shell > p { margin: 0 0 26px; color: var(--asy-muted); }
.asy-form-shell .fluentform,
.asy-form-shell .fluentform_wrapper_3,
.asy-form-shell .frm-fluent-form { width: 100% !important; max-width: none !important; }
.asy-form-shell .ff-el-form-control { min-height: 48px; border: 1px solid var(--asy-line) !important; border-radius: 10px !important; background: #fff !important; }
.asy-form-shell textarea.ff-el-form-control { min-height: 150px; }
.asy-form-shell .ff-btn-submit { min-height: 48px; padding: 0 24px !important; border: 0 !important; border-radius: 999px !important; background: var(--asy-red) !important; color: #fff !important; font-weight: 850 !important; }
.asy-form-shell .ff-btn-submit:hover { background: var(--asy-red-dark) !important; }

body.woocommerce-page #main-content { background: var(--asy-paper); }
body.woocommerce-page #left-area { width: 100%; padding: 0; }
body.woocommerce-page #sidebar { display: none; }
body.woocommerce-page #main-content .container:before { display: none; }
.woocommerce ul.products li.product { overflow: hidden; border: 1px solid var(--asy-line); border-radius: var(--asy-radius); background: #fff; padding-bottom: 20px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price { padding-inline: 18px !important; }
.woocommerce ul.products li.product .price { color: var(--asy-red) !important; font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border: 0 !important; border-radius: 999px !important; color: #fff !important; background: var(--asy-ink) !important; font-size: 14px !important; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff !important; background: var(--asy-red) !important; }

.asy-commerce-hero { position: relative; overflow: hidden; padding: 72px 0 60px; color: #fff; background: var(--asy-ink); }
.asy-commerce-hero:after { content: "A♠"; position: absolute; right: 4vw; bottom: -105px; color: rgba(255,255,255,.055); font-family: Georgia, serif; font-size: 330px; line-height: 1; }
.asy-commerce-hero__inner { position: relative; z-index: 1; }
.asy-commerce-hero h1 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(44px, 6vw, 76px); line-height: 1; letter-spacing: -.06em; }
.asy-commerce-hero p { max-width: 680px; margin: 21px 0 0; color: rgba(255,255,255,.7); font-size: 19px; }
.asy-commerce-trust { border-bottom: 1px solid var(--asy-line); background: var(--asy-paper); }
.asy-commerce-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.asy-commerce-trust__item { padding: 21px 28px; border-right: 1px solid var(--asy-line); font-size: 13px; font-weight: 850; text-align: center; }
.asy-commerce-trust__item:first-child { padding-left: 0; }
.asy-commerce-trust__item:last-child { border-right: 0; }
.asy-commerce-trust__item:before { content: "✓"; margin-right: 8px; color: var(--asy-red); }
.asy-commerce { padding: 72px 0 100px; background: var(--asy-paper); }
.asy-commerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--asy-muted); font-size: 13px; }
.asy-commerce .page-title { margin: 0 0 34px; font-size: clamp(38px, 4vw, 56px); letter-spacing: -.05em; }
.asy-commerce .woocommerce-result-count { color: var(--asy-muted); font-size: 13px; }
.asy-commerce .woocommerce-ordering select { min-height: 44px; padding: 0 42px 0 14px; border: 1px solid var(--asy-line); border-radius: 999px; background: #fff; }
.asy-shop-toolbar__intro { float: left; clear: both; margin: 0 0 25px; color: var(--asy-muted); font-size: 14px; }
.asy-commerce .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; clear: both; }
.asy-commerce .woocommerce ul.products:before, .asy-commerce .woocommerce ul.products:after { display: none; }
.asy-commerce .woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding-bottom: 20px !important; transition: transform .2s ease, box-shadow .2s ease; }
.asy-commerce .woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--asy-shadow); }
.asy-commerce .woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; margin: 0 0 17px; object-fit: cover; background: #e9e8e5; }
.asy-commerce .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 62px; padding: 0 18px !important; color: var(--asy-ink); font-size: 16px !important; line-height: 1.35; }
.asy-commerce .woocommerce ul.products li.product .price { display: block; min-height: 28px; margin: 7px 0 15px; font-size: 17px !important; }
.asy-commerce .woocommerce ul.products li.product .button { margin: 0 18px; }
.asy-commerce .woocommerce span.onsale { top: 12px; left: 12px; min-width: 0; min-height: 0; padding: 7px 11px; border-radius: 999px; background: var(--asy-red); line-height: 1; }
.asy-commerce .woocommerce div.product { padding: 34px; border: 1px solid var(--asy-line); border-radius: 24px; background: #fff; }
.asy-commerce .woocommerce div.product div.images, .asy-commerce .woocommerce div.product div.summary { margin-bottom: 0; }
.asy-commerce .woocommerce div.product .product_title { margin: 0 0 16px; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.05em; }
.asy-commerce .woocommerce div.product p.price, .asy-commerce .woocommerce div.product span.price { color: var(--asy-red); font-size: 25px; font-weight: 900; }
.asy-commerce .woocommerce-product-details__short-description { color: var(--asy-muted); }
.asy-commerce .woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; }
.asy-commerce .woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--asy-line); border-radius: 999px; background: var(--asy-paper); }
.asy-product-assurance { display: grid; gap: 8px; margin-top: 24px; padding: 19px; border-radius: 14px; background: var(--asy-paper); font-size: 13px; }
.asy-product-assurance strong { font-size: 15px; }
.asy-product-assurance span:before { content: "✓"; margin-right: 8px; color: var(--asy-red); font-weight: 900; }
.asy-commerce .woocommerce div.product .woocommerce-tabs { padding-top: 55px; }
.asy-commerce .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.asy-commerce .woocommerce div.product .woocommerce-tabs ul.tabs:before { border-color: var(--asy-line); }
.asy-commerce .related.products { margin-top: 70px; }
.asy-commerce .related.products > h2 { margin-bottom: 30px; font-size: 34px; letter-spacing: -.04em; }

.asy-order-page, .asy-account-page { padding: 76px 0 105px; background: var(--asy-paper); }
.asy-order-page__head, .asy-account-page__head { margin-bottom: 34px; }
.asy-order-page__head h1, .asy-account-page__head h1 { margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1; letter-spacing: -.055em; }
.asy-order-page__head p, .asy-account-page__head p { margin: 14px 0 0; color: var(--asy-muted); }
.asy-stage-notice { margin-bottom: 22px; padding: 16px 19px; border-left: 4px solid var(--asy-red); border-radius: 0 12px 12px 0; background: #fff; font-size: 14px; }
.asy-order-page .woocommerce, .asy-account-page .woocommerce { padding: 30px; border: 1px solid var(--asy-line); border-radius: 20px; background: #fff; }
.asy-order-page .woocommerce form .form-row input.input-text, .asy-order-page .woocommerce form .form-row textarea,
.asy-account-page .woocommerce form .form-row input.input-text { min-height: 48px; padding: 10px 13px; border: 1px solid var(--asy-line); border-radius: 10px; background: #fff; }
.asy-order-page .select2-container .select2-selection--single { height: 48px; border-color: var(--asy-line); border-radius: 10px; }
.asy-order-page .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 46px; }
.asy-order-page .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.asy-order-page #order_review_heading { margin-top: 40px; }
.asy-account-switch { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; margin-bottom: 22px; padding: 24px; border-radius: 18px; color: #fff; background: var(--asy-ink); }
.asy-account-switch h2 { margin: 0; color: #fff; font-size: 23px; }
.asy-account-switch p { margin: 6px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }
.asy-account-page .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.asy-account-page .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 15px; border-bottom: 1px solid var(--asy-line); font-weight: 800; }
.asy-account-page .woocommerce-MyAccount-navigation li.is-active a { color: var(--asy-red); }

body.asy-callback-open { overflow: hidden; }
.asy-callback__trigger { position: fixed; z-index: 9990; right: 24px; bottom: 24px; min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 19px 0 15px; border: 0; border-radius: 999px; color: #fff; background: var(--asy-red); box-shadow: 0 14px 38px rgba(0,0,0,.28); cursor: pointer; font-weight: 900; }
.asy-callback__trigger svg { position: relative; z-index: 1; width: 25px; height: 25px; }
.asy-callback__pulse { position: absolute; left: 10px; width: 37px; height: 37px; border-radius: 50%; background: rgba(255,255,255,.18); animation: asy-callback-pulse 2s infinite; }
.asy-callback__modal[hidden] { display: none; }
.asy-callback__modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; }
.asy-callback__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(5,6,8,.72); backdrop-filter: blur(5px); }
.asy-callback__dialog { position: relative; z-index: 1; width: min(100%, 540px); padding: 38px; border-radius: 24px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.4); }
.asy-callback__dialog h2 { margin: 0; font-size: 38px; line-height: 1.05; letter-spacing: -.045em; }
.asy-callback__dialog > p { margin: 14px 0 25px; color: var(--asy-muted); }
.asy-callback__dialog label:not(.asy-callback__consent) { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 850; }
.asy-callback__dialog input[type="tel"] { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid var(--asy-line); border-radius: 11px; background: var(--asy-paper); }
.asy-callback__consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 16px 0 20px; color: var(--asy-muted); font-size: 12px; }
.asy-callback__consent input { margin-top: 4px; }
.asy-callback__close { position: absolute; top: 13px; right: 15px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--asy-paper); cursor: pointer; font-size: 25px; }
.asy-callback__honeypot { position: absolute !important; left: -10000px !important; }
.asy-callback__status { min-height: 24px; margin-top: 14px; font-size: 13px; font-weight: 750; }
.asy-callback__status.is-info { color: var(--asy-muted); }
.asy-callback__status.is-success { color: #168143; }
.asy-callback__status.is-error { color: var(--asy-red-dark); }
.asy-callback__dialog small { display: block; margin-top: 7px; color: var(--asy-muted); }
@keyframes asy-callback-pulse { 0% { transform: scale(.9); opacity: 1; } 75%, 100% { transform: scale(1.65); opacity: 0; } }

@media (max-width: 1080px) {
    .asy-nav { position: fixed; inset: 121px 0 auto; display: none; padding: 26px 20px 34px; border-bottom: 1px solid var(--asy-line); background: #fff; box-shadow: var(--asy-shadow); }
    .asy-menu-open .asy-nav { display: block; }
    .asy-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
    .asy-nav a { display: block; padding: 13px 0; font-size: 17px; }
    .asy-nav a:after { display: none; }
    .asy-menu-toggle { display: block; }
    .asy-header__actions .asy-button { display: none; }
    .asy-hero__grid { grid-template-columns: 1fr .6fr; gap: 36px; }
    .asy-steps, .asy-products { grid-template-columns: repeat(2, 1fr); }
    .asy-footer__grid { grid-template-columns: repeat(2, 1fr); }
    .asy-footer__details { grid-template-columns: 1fr; }
    .asy-footer__offices { grid-template-columns: repeat(2, 1fr); }
    .asy-info-grid { grid-template-columns: repeat(2, 1fr); }
    .asy-contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .asy-contact-hero__grid { gap: 34px; }
    .asy-page-hero__media-grid { gap: 34px; }
}

@media (max-width: 760px) {
    .asy-wrap { width: min(calc(100% - 28px), var(--asy-wrap)); }
    .asy-topbar__inner { justify-content: center; min-height: 34px; }
    .asy-topbar__links { display: none; }
    .asy-header__inner { min-height: 72px; gap: 12px; }
    .asy-brand img { width: 54px; height: 46px; }
    .asy-brand__name { font-size: 16px; }
    .asy-brand__claim { font-size: 8px; }
    .asy-nav { inset: 106px 0 auto; }
    .asy-cart { margin-left: auto; }
    .asy-hero { padding: 64px 0 54px; }
    .asy-hero__grid { grid-template-columns: 1fr; }
    .asy-hero h1 { font-size: clamp(43px, 14vw, 66px); }
    .asy-hero__card { min-height: auto; padding: 26px; }
    .asy-hero__logo { display: none; }
    .asy-hero__card-content { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
    .asy-trust__grid { grid-template-columns: repeat(2, 1fr); }
    .asy-trust__item { padding: 20px 14px 20px 0; border-bottom: 1px solid var(--asy-line); }
    .asy-trust__item:not(:first-child) { padding-left: 14px; }
    .asy-trust__item:nth-child(2) { border-right: 0; }
    .asy-trust__value { font-size: 23px; }
    .asy-section { padding: 74px 0; }
    .asy-section__head { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
    .asy-steps, .asy-products, .asy-cards { grid-template-columns: 1fr; }
    .asy-step { min-height: auto; }
    .asy-step:before { margin-bottom: 32px; }
    .asy-split, .asy-faq { grid-template-columns: 1fr; gap: 45px; }
    .asy-split__visual { min-height: 420px; padding: 34px; }
    .asy-split__visual img { top: 30px; left: 50%; width: min(230px, 82%); margin: 0; transform: translateX(-50%); }
    .asy-split__visual blockquote { left: 34px; right: 34px; bottom: 34px; font-size: 22px; }
    .asy-cta__inner { align-items: flex-start; flex-direction: column; }
    .asy-footer__grid { grid-template-columns: 1fr; }
    .asy-footer__details { gap: 32px; }
    .asy-footer__offices { grid-template-columns: 1fr; }
    .asy-footer__bottom { flex-direction: column; }
    .asy-cart-page { padding: 58px 0 75px; }
    .asy-cart-page .woocommerce { padding: 18px 14px; }
    .asy-page-hero { padding: 62px 0 55px; }
    .asy-page-hero--media { padding: 0; }
    .asy-page-hero:after { right: -90px; font-size: 240px; }
    .asy-timeline__item { grid-template-columns: 55px 1fr; gap: 15px; }
    .asy-timeline__item:not(:last-child):before { left: 22px; }
    .asy-timeline__number { width: 46px; height: 46px; }
    .asy-info-grid, .asy-doc-list { grid-template-columns: 1fr; }
    .asy-doc-group__head, .asy-contact-grid { grid-template-columns: 1fr; gap: 20px; }
    .asy-contact-grid { gap: 45px; }
    .asy-contact-list { grid-template-columns: 1fr; }
    .asy-form-shell { padding: 24px 18px; }
    .asy-contact-hero__grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
    .asy-contact-hero__copy { padding: 60px 0 24px; }
    .asy-contact-hero__visual { min-height: 260px; margin: 20px 0 36px; border-radius: 18px; }
    .asy-contact-section { padding-top: 66px; }
    .asy-page-hero__media-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }
    .asy-page-hero__media-copy { padding: 60px 0 24px; }
    .asy-page-hero__visual { min-height: 260px; margin: 20px 0 36px; border-radius: 18px; }
    .asy-commerce-trust__grid { grid-template-columns: 1fr; }
    .asy-commerce-trust__item, .asy-commerce-trust__item:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--asy-line); text-align: left; }
    .asy-commerce-trust__item:last-child { border-bottom: 0; }
    .asy-commerce { padding: 55px 0 75px; }
    .asy-commerce .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .asy-commerce .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 78px; padding-inline: 13px !important; font-size: 14px !important; }
    .asy-commerce .woocommerce ul.products li.product .price { padding-inline: 13px !important; }
    .asy-commerce .woocommerce ul.products li.product .button { margin-inline: 13px; font-size: 12px !important; }
    .asy-commerce .woocommerce div.product { padding: 18px; }
    .asy-commerce .woocommerce div.product .product_title { font-size: 34px; }
    .asy-order-page .woocommerce, .asy-account-page .woocommerce { padding: 18px 14px; }
    .asy-account-switch { grid-template-columns: 1fr; }
    .asy-account-switch .asy-button { justify-self: start; }
    .asy-callback__trigger { right: 14px; bottom: 14px; width: 56px; min-height: 56px; padding: 0; justify-content: center; }
    .asy-callback__trigger > span:last-child { display: none; }
    .asy-callback__trigger svg { width: 24px; }
    .asy-callback__pulse { left: 10px; }
    .asy-callback__dialog { padding: 31px 22px 25px; }
    .asy-callback__dialog h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { transition: none !important; }
}

/* ASY TEAM PAGE START */
.asy-team-hero { overflow: hidden; padding: 88px 0 76px; color: #fff; background: var(--asy-ink); }
.asy-team-hero__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 60px; align-items: end; }
.asy-team-hero h1 { max-width: 850px; margin: 8px 0 22px; color: #fff; font-size: clamp(48px, 7vw, 88px); line-height: .96; letter-spacing: -.065em; }
.asy-team-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); font-size: 19px; }
.asy-team-hero__stat { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.06); }
.asy-team-hero__stat strong, .asy-team-hero__stat span { display: block; }
.asy-team-hero__stat strong { margin-bottom: 7px; font-size: 21px; }
.asy-team-hero__stat span { color: rgba(255,255,255,.65); }
.asy-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.asy-team-card { overflow: hidden; border: 1px solid var(--asy-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 28px rgba(13,15,17,.05); }
.asy-team-card__image { aspect-ratio: 4 / 3; overflow: hidden; background: #dedddb; }
.asy-team-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.asy-team-card:hover .asy-team-card__image img { transform: scale(1.025); }
.asy-team-card__body { padding: 25px 24px 28px; }
.asy-team-card__area { display: block; margin-bottom: 9px; color: var(--asy-red); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.asy-team-card h2 { margin: 0 0 12px; font-size: 29px; letter-spacing: -.035em; }
.asy-team-card p { margin: 0; color: var(--asy-muted); font-size: 15px; }
.asy-team-mission__cta { padding: 42px; border-radius: 24px; color: #fff; background: var(--asy-ink); }
.asy-team-mission__cta > span { display: block; margin-bottom: 25px; color: var(--asy-red); font-family: Georgia, serif; font-size: 62px; line-height: 1; }
.asy-team-mission__cta h3 { margin: 0 0 12px; color: #fff; font-size: 31px; letter-spacing: -.04em; }
.asy-team-mission__cta p { margin: 0 0 24px; color: rgba(255,255,255,.68); }
@media (max-width: 1080px) { .asy-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
    .asy-team-hero { padding: 62px 0 54px; }
    .asy-team-hero__inner { grid-template-columns: 1fr; gap: 32px; }
    .asy-team-hero p { font-size: 17px; }
    .asy-team-grid { grid-template-columns: 1fr; }
    .asy-team-card__body { padding: 22px 20px 25px; }
    .asy-team-mission__cta { padding: 30px 24px; }
}

/* ASY TEAM PAGE END */


/* ASY MOTION START */
.asy-motion-ready .asy-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1);
    transition-delay: var(--asy-reveal-delay, 0ms);
}
.asy-motion-ready .asy-reveal.is-visible { opacity: 1; transform: translateY(0); }
.asy-step, .asy-card, .asy-feature, .asy-team-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.asy-feature:hover { transform: translateX(7px); }
.asy-feature__icon { transition: color .25s ease, background .25s ease, transform .25s ease; }
.asy-feature:hover .asy-feature__icon { color: #fff; background: var(--asy-red); transform: rotate(-3deg) scale(1.06); }
.asy-split__visual:before { animation: asy-card-mark 8s ease-in-out infinite alternate; }
.asy-button, .button { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; }
.asy-button:hover, .button:hover { transform: translateY(-2px); }
@keyframes asy-card-mark {
    from { transform: translate3d(0, 0, 0) rotate(-1deg); }
    to { transform: translate3d(-10px, -8px, 0) rotate(1deg); }
}
@media (prefers-reduced-motion: reduce) {
    .asy-motion-ready .asy-reveal, .asy-motion-ready .asy-reveal.is-visible { opacity: 1; transform: none; transition: none; }
    .asy-split__visual:before { animation: none; }
}
/* ASY MOTION END */


/* Homepage conversion sections - 0.8.0 */
.asy-proof-band{padding:70px 0;background:#f3f0ea;border-bottom:1px solid #ddd8cf}.asy-proof-band__intro{text-align:center;max-width:850px}.asy-proof-band__intro h2{font-size:clamp(34px,5vw,66px);margin:12px 0}.asy-proof-band__intro h2 span{color:#ef3340}.asy-proof-band__intro p{color:#666}.asy-proof-band__grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border:1px solid #d9d4cc;background:#fff;border-radius:22px;overflow:hidden}.asy-proof-band__grid div{padding:28px;text-align:center;border-right:1px solid #e5e1db}.asy-proof-band__grid div:last-child{border:0}.asy-proof-band__grid strong{display:block;font-size:36px;color:#111}.asy-proof-band__grid span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6a6b70;font-weight:700}
.asy-process-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.asy-process-facts article{background:#fff;border:1px solid #ddd8d0;border-radius:18px;padding:24px}.asy-process-facts span{color:#ef3340;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.asy-process-facts strong{display:block;font-size:21px;margin:10px 0}.asy-process-facts p,.asy-process-note{color:#686970;line-height:1.65}.asy-process-note{font-size:13px;margin:18px 0 0}
.asy-map-layout{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.asy-map-layout h2{font-size:clamp(36px,4vw,58px);margin:14px 0}.asy-map-layout>div>p{font-size:18px;line-height:1.7;color:#65666b}.asy-map-legend{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.asy-map-legend span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #ded9d2;font-size:13px;font-weight:700}.asy-poland-map{background:#111417;border-radius:28px;padding:30px;box-shadow:0 28px 60px rgba(14,16,18,.16)}.asy-poland-map svg{display:block;width:100%;max-height:430px}.asy-poland-map path{fill:#202428;stroke:#4a5156;stroke-width:3}.asy-poland-map circle{fill:#ef3340;r:8;stroke:#fff;stroke-width:3;transform-origin:center;animation:asyMapPulse 2.4s ease-in-out infinite}.asy-poland-map circle:nth-child(even){animation-delay:.6s}@keyframes asyMapPulse{50%{r:12;opacity:.7}}
.asy-home-team{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.asy-home-person{position:relative;min-height:390px;border-radius:20px;overflow:hidden;background:#111}.asy-home-person img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}.asy-home-person:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.asy-home-person div{position:absolute;z-index:1;bottom:0;padding:24px;color:#fff}.asy-home-person h3{font-size:25px;margin:0 0 5px}.asy-home-person span{color:#ddd}.asy-home-person:hover img{transform:scale(1.045)}
.asy-home-events{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.asy-home-event{background:#fff;color:#17191b;border-radius:20px;overflow:hidden}.asy-home-event>img{width:100%;height:210px;object-fit:cover}.asy-home-event>div{padding:24px}.asy-home-event h3{font-size:23px;margin:10px 0}.asy-home-event p{color:#666;min-height:48px}.asy-home-event__actions{display:flex;gap:10px;margin-top:18px}.asy-home-event__actions .asy-button{padding:12px 17px}
.asy-reviews{background:#fff}.asy-reviews>.asy-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:55px;align-items:center}.asy-reviews__summary h2{font-size:76px;line-height:1;margin:15px 0 7px}.asy-reviews__summary h2 small{font-size:26px;color:#666}.asy-stars{color:#f6b300;letter-spacing:3px;font-size:22px}.asy-reviews__summary p{color:#666;line-height:1.6}.asy-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.asy-review{border:1px solid #e2ded7;border-radius:18px;padding:24px;background:#faf9f7;display:flex;flex-direction:column}.asy-review blockquote{font-size:16px;line-height:1.65;margin:18px 0;flex:1}.asy-review strong{margin-bottom:4px}.asy-review span{font-size:12px;color:#777}
.asy-panel-preview{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center}.asy-panel-preview h2{font-size:clamp(38px,4vw,58px);margin:14px 0}.asy-panel-preview>div>p{font-size:18px;color:#666;line-height:1.7}.asy-dashboard{background:#121518;border-radius:24px;padding:12px;box-shadow:0 30px 80px rgba(13,15,17,.25);color:#fff}.asy-dashboard__bar{display:flex;align-items:center;gap:7px;padding:10px 8px 17px}.asy-dashboard__bar i{width:9px;height:9px;border-radius:50%;background:#ef3340}.asy-dashboard__bar i:nth-child(2){background:#e1a826}.asy-dashboard__bar i:nth-child(3){background:#4bac74}.asy-dashboard__bar strong{font-size:12px;margin-left:8px}.asy-dashboard__body{background:#f5f3ef;border-radius:16px;padding:24px;color:#17191b}.asy-dashboard__welcome{background:#fff;border-radius:14px;padding:18px}.asy-dashboard__welcome span{display:block;color:#777;font-size:12px}.asy-dashboard__welcome strong{display:block;margin:6px 0 12px}.asy-dashboard__welcome b{display:block;background:#e8e5df;border-radius:10px;height:8px}.asy-dashboard__welcome b i{display:block;width:40%;height:100%;background:#ef3340;border-radius:10px}.asy-dashboard__tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.asy-dashboard__tiles span{background:#fff;border-radius:12px;padding:16px;font-weight:700}.asy-dashboard__tiles em{display:block;font-style:normal;color:#777;font-size:12px;margin-top:6px}.asy-dashboard__next{background:#ef3340;color:#fff;border-radius:14px;padding:18px}.asy-dashboard__next span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.asy-dashboard__next strong{display:block;margin:5px 0 12px}.asy-dashboard__next button{border:0;border-radius:999px;padding:9px 14px;background:#fff;font-weight:700}
.asy-final-cta{background:#ef3340;color:#fff;padding:72px 0}.asy-final-cta>.asy-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.asy-final-cta h2{font-size:clamp(40px,5vw,66px);margin:10px 0}.asy-final-cta p{font-size:18px;max-width:720px;line-height:1.6}.asy-final-cta .asy-eyebrow{color:#fff}.asy-mobile-join{display:none}
@media(max-width:980px){.asy-proof-band__grid{grid-template-columns:1fr 1fr}.asy-proof-band__grid div:nth-child(2){border-right:0}.asy-proof-band__grid div{border-bottom:1px solid #e5e1db}.asy-process-facts,.asy-home-events{grid-template-columns:1fr}.asy-map-layout,.asy-reviews>.asy-wrap,.asy-panel-preview{grid-template-columns:1fr}.asy-home-team{grid-template-columns:1fr 1fr}.asy-review-grid{grid-template-columns:1fr}.asy-home-person{min-height:340px}.asy-final-cta>.asy-wrap{display:block}.asy-final-cta .asy-button{margin-top:18px}}
@media(max-width:680px){body{padding-bottom:68px}.asy-proof-band{padding:48px 0}.asy-proof-band__grid{margin-top:25px}.asy-proof-band__grid div{padding:20px 10px}.asy-proof-band__grid strong{font-size:27px}.asy-home-team{grid-template-columns:1fr 1fr;gap:10px}.asy-home-person{min-height:260px}.asy-home-person div{padding:16px}.asy-home-person h3{font-size:21px}.asy-poland-map{padding:14px}.asy-mobile-join{display:block;position:fixed;z-index:9998;left:12px;right:12px;bottom:10px;text-align:center;background:#ef3340;color:#fff;padding:15px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.28)}.asy-callback__trigger{bottom:82px}.asy-final-cta{padding:55px 0}}
@media(prefers-reduced-motion:reduce){.asy-poland-map circle{animation:none}}

/* Corrections - 0.8.1 */
.asy-poland-map{position:relative;display:grid;place-items:center;min-height:480px;overflow:hidden}.asy-poland-map img{width:min(92%,470px);height:auto;filter:invert(13%) sepia(8%) saturate(800%) hue-rotate(167deg) brightness(93%);opacity:.98}.asy-map-pin{position:absolute;width:15px;height:15px;border:3px solid #fff;border-radius:50%;background:#ef3340;box-shadow:0 0 0 7px rgba(239,51,64,.18);animation:asyPinPulse 2.4s ease-in-out infinite}.pin-gdansk{left:52%;top:20%}.pin-poznan{left:36%;top:41%}.pin-warsaw{left:62%;top:42%}.pin-sieradz{left:49%;top:51%}.pin-lublin{left:69%;top:58%}.pin-rzeszow{left:65%;top:72%}.pin-krakow{left:50%;top:70%}.pin-wroclaw{left:34%;top:65%}@keyframes asyPinPulse{50%{transform:scale(1.18);box-shadow:0 0 0 12px rgba(239,51,64,.08)}}
.asy-review-grid{display:flex;overflow:hidden;gap:0}.asy-review{min-width:100%;transform:translateX(calc(var(--asy-review-index,0) * -100%));transition:transform .65s cubic-bezier(.22,.61,.36,1);padding:34px}.asy-review blockquote{font-size:20px}.asy-reviews__summary:after{content:"Opinie przesuwają się automatycznie";display:block;margin-top:16px;color:#888;font-size:12px}
.asy-real-panel{background:radial-gradient(circle at 10% 0,rgba(185,28,28,.25),transparent 34%),linear-gradient(180deg,#202020,#151515);border-radius:24px;padding:22px;color:#f8fafc;box-shadow:0 30px 80px rgba(13,15,17,.25);font-family:Arial,sans-serif}.asy-real-panel__head{display:flex;align-items:center;gap:12px}.asy-real-panel__head img{width:52px;height:52px;object-fit:contain;background:rgba(255,255,255,.05);border-radius:14px;padding:5px}.asy-real-panel__head span,.asy-real-panel__head small{display:block;color:rgba(248,250,252,.62);font-size:10px}.asy-real-panel__head strong{display:block;font-size:23px;margin:3px 0}.asy-real-panel__nav{display:flex;gap:7px;overflow:hidden;margin:17px 0}.asy-real-panel__nav span,.asy-real-panel__nav b{flex:0 0 auto;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 11px;font-size:10px}.asy-real-panel__nav b{background:#b91c1c}.asy-real-panel__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.asy-real-panel__stats div,.asy-real-panel__grid article{background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(9,9,11,.98));border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:14px}.asy-real-panel__stats span,.asy-real-panel__grid>article>span{display:block;color:rgba(248,250,252,.56);text-transform:uppercase;font-size:8px;letter-spacing:.06em}.asy-real-panel__stats strong{display:block;font-size:24px;margin-top:6px}.asy-real-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.asy-real-panel__grid h3{font-size:16px;margin:8px 0}.asy-real-panel__grid p{font-size:10px;color:rgba(248,250,252,.65)}.asy-real-panel__grid article div{display:flex;gap:5px;flex-wrap:wrap}.asy-real-panel__grid article div b{font-size:9px;padding:6px 8px;background:rgba(34,197,94,.14);color:#bbf7d0;border-radius:999px}.asy-real-panel__quick{margin-top:12px}.asy-real-panel__quick b{justify-content:space-between;flex:1;background:rgba(255,255,255,.06)!important;color:#fff!important}.asy-real-panel__quick i{font-style:normal;margin-left:8px}
@media(max-width:680px){.asy-poland-map{min-height:370px}.asy-real-panel{padding:14px}.asy-real-panel__stats{grid-template-columns:1fr 1fr}.asy-real-panel__grid{grid-template-columns:1fr}}

/* Homepage conversion sections - 0.8.0 */
.asy-proof-band{padding:70px 0;background:#f3f0ea;border-bottom:1px solid #ddd8cf}.asy-proof-band__intro{text-align:center;max-width:850px}.asy-proof-band__intro h2{font-size:clamp(34px,5vw,66px);margin:12px 0}.asy-proof-band__intro h2 span{color:#ef3340}.asy-proof-band__intro p{color:#666}.asy-proof-band__grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border:1px solid #d9d4cc;background:#fff;border-radius:22px;overflow:hidden}.asy-proof-band__grid div{padding:28px;text-align:center;border-right:1px solid #e5e1db}.asy-proof-band__grid div:last-child{border:0}.asy-proof-band__grid strong{display:block;font-size:36px;color:#111}.asy-proof-band__grid span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6a6b70;font-weight:700}
.asy-process-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.asy-process-facts article{background:#fff;border:1px solid #ddd8d0;border-radius:18px;padding:24px}.asy-process-facts span{color:#ef3340;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.asy-process-facts strong{display:block;font-size:21px;margin:10px 0}.asy-process-facts p,.asy-process-note{color:#686970;line-height:1.65}.asy-process-note{font-size:13px;margin:18px 0 0}
.asy-map-layout{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.asy-map-layout h2{font-size:clamp(36px,4vw,58px);margin:14px 0}.asy-map-layout>div>p{font-size:18px;line-height:1.7;color:#65666b}.asy-map-legend{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.asy-map-legend span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #ded9d2;font-size:13px;font-weight:700}.asy-poland-map{background:#111417;border-radius:28px;padding:30px;box-shadow:0 28px 60px rgba(14,16,18,.16)}.asy-poland-map svg{display:block;width:100%;max-height:430px}.asy-poland-map path{fill:#202428;stroke:#4a5156;stroke-width:3}.asy-poland-map circle{fill:#ef3340;r:8;stroke:#fff;stroke-width:3;transform-origin:center;animation:asyMapPulse 2.4s ease-in-out infinite}.asy-poland-map circle:nth-child(even){animation-delay:.6s}@keyframes asyMapPulse{50%{r:12;opacity:.7}}
.asy-home-team{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.asy-home-person{position:relative;min-height:390px;border-radius:20px;overflow:hidden;background:#111}.asy-home-person img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}.asy-home-person:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.asy-home-person div{position:absolute;z-index:1;bottom:0;padding:24px;color:#fff}.asy-home-person h3{font-size:25px;margin:0 0 5px}.asy-home-person span{color:#ddd}.asy-home-person:hover img{transform:scale(1.045)}
.asy-home-events{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.asy-home-event{background:#fff;color:#17191b;border-radius:20px;overflow:hidden}.asy-home-event>img{width:100%;height:210px;object-fit:cover}.asy-home-event>div{padding:24px}.asy-home-event h3{font-size:23px;margin:10px 0}.asy-home-event p{color:#666;min-height:48px}.asy-home-event__actions{display:flex;gap:10px;margin-top:18px}.asy-home-event__actions .asy-button{padding:12px 17px}
.asy-reviews{background:#fff}.asy-reviews>.asy-wrap{display:grid;grid-template-columns:.65fr 1.35fr;gap:55px;align-items:center}.asy-reviews__summary h2{font-size:76px;line-height:1;margin:15px 0 7px}.asy-reviews__summary h2 small{font-size:26px;color:#666}.asy-stars{color:#f6b300;letter-spacing:3px;font-size:22px}.asy-reviews__summary p{color:#666;line-height:1.6}.asy-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.asy-review{border:1px solid #e2ded7;border-radius:18px;padding:24px;background:#faf9f7;display:flex;flex-direction:column}.asy-review blockquote{font-size:16px;line-height:1.65;margin:18px 0;flex:1}.asy-review strong{margin-bottom:4px}.asy-review span{font-size:12px;color:#777}
.asy-panel-preview{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center}.asy-panel-preview h2{font-size:clamp(38px,4vw,58px);margin:14px 0}.asy-panel-preview>div>p{font-size:18px;color:#666;line-height:1.7}.asy-dashboard{background:#121518;border-radius:24px;padding:12px;box-shadow:0 30px 80px rgba(13,15,17,.25);color:#fff}.asy-dashboard__bar{display:flex;align-items:center;gap:7px;padding:10px 8px 17px}.asy-dashboard__bar i{width:9px;height:9px;border-radius:50%;background:#ef3340}.asy-dashboard__bar i:nth-child(2){background:#e1a826}.asy-dashboard__bar i:nth-child(3){background:#4bac74}.asy-dashboard__bar strong{font-size:12px;margin-left:8px}.asy-dashboard__body{background:#f5f3ef;border-radius:16px;padding:24px;color:#17191b}.asy-dashboard__welcome{background:#fff;border-radius:14px;padding:18px}.asy-dashboard__welcome span{display:block;color:#777;font-size:12px}.asy-dashboard__welcome strong{display:block;margin:6px 0 12px}.asy-dashboard__welcome b{display:block;background:#e8e5df;border-radius:10px;height:8px}.asy-dashboard__welcome b i{display:block;width:40%;height:100%;background:#ef3340;border-radius:10px}.asy-dashboard__tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.asy-dashboard__tiles span{background:#fff;border-radius:12px;padding:16px;font-weight:700}.asy-dashboard__tiles em{display:block;font-style:normal;color:#777;font-size:12px;margin-top:6px}.asy-dashboard__next{background:#ef3340;color:#fff;border-radius:14px;padding:18px}.asy-dashboard__next span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.asy-dashboard__next strong{display:block;margin:5px 0 12px}.asy-dashboard__next button{border:0;border-radius:999px;padding:9px 14px;background:#fff;font-weight:700}
.asy-final-cta{background:#ef3340;color:#fff;padding:72px 0}.asy-final-cta>.asy-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.asy-final-cta h2{font-size:clamp(40px,5vw,66px);margin:10px 0}.asy-final-cta p{font-size:18px;max-width:720px;line-height:1.6}.asy-final-cta .asy-eyebrow{color:#fff}.asy-mobile-join{display:none}
@media(max-width:980px){.asy-proof-band__grid{grid-template-columns:1fr 1fr}.asy-proof-band__grid div:nth-child(2){border-right:0}.asy-proof-band__grid div{border-bottom:1px solid #e5e1db}.asy-process-facts,.asy-home-events{grid-template-columns:1fr}.asy-map-layout,.asy-reviews>.asy-wrap,.asy-panel-preview{grid-template-columns:1fr}.asy-home-team{grid-template-columns:1fr 1fr}.asy-review-grid{grid-template-columns:1fr}.asy-home-person{min-height:340px}.asy-final-cta>.asy-wrap{display:block}.asy-final-cta .asy-button{margin-top:18px}}
@media(max-width:680px){body{padding-bottom:68px}.asy-proof-band{padding:48px 0}.asy-proof-band__grid{margin-top:25px}.asy-proof-band__grid div{padding:20px 10px}.asy-proof-band__grid strong{font-size:27px}.asy-home-team{grid-template-columns:1fr 1fr;gap:10px}.asy-home-person{min-height:260px}.asy-home-person div{padding:16px}.asy-home-person h3{font-size:21px}.asy-poland-map{padding:14px}.asy-mobile-join{display:block;position:fixed;z-index:9998;left:12px;right:12px;bottom:10px;text-align:center;background:#ef3340;color:#fff;padding:15px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.28)}.asy-callback__trigger{bottom:82px}.asy-final-cta{padding:55px 0}}
@media(prefers-reduced-motion:reduce){.asy-poland-map circle{animation:none}}

/* Corrections - 0.8.1 */
.asy-poland-map{position:relative;display:grid;place-items:center;min-height:480px;overflow:hidden}.asy-poland-map img{width:min(92%,470px);height:auto;filter:invert(13%) sepia(8%) saturate(800%) hue-rotate(167deg) brightness(93%);opacity:.98}.asy-map-pin{position:absolute;width:15px;height:15px;border:3px solid #fff;border-radius:50%;background:#ef3340;box-shadow:0 0 0 7px rgba(239,51,64,.18);animation:asyPinPulse 2.4s ease-in-out infinite}.pin-gdansk{left:52%;top:20%}.pin-poznan{left:36%;top:41%}.pin-warsaw{left:62%;top:42%}.pin-sieradz{left:49%;top:51%}.pin-lublin{left:69%;top:58%}.pin-rzeszow{left:65%;top:72%}.pin-krakow{left:50%;top:70%}.pin-wroclaw{left:34%;top:65%}@keyframes asyPinPulse{50%{transform:scale(1.18);box-shadow:0 0 0 12px rgba(239,51,64,.08)}}
.asy-review-grid{display:flex;overflow:hidden;gap:0}.asy-review{min-width:100%;transform:translateX(calc(var(--asy-review-index,0) * -100%));transition:transform .65s cubic-bezier(.22,.61,.36,1);padding:34px}.asy-review blockquote{font-size:20px}.asy-reviews__summary:after{content:"Opinie przesuwają się automatycznie";display:block;margin-top:16px;color:#888;font-size:12px}
.asy-real-panel{background:radial-gradient(circle at 10% 0,rgba(185,28,28,.25),transparent 34%),linear-gradient(180deg,#202020,#151515);border-radius:24px;padding:22px;color:#f8fafc;box-shadow:0 30px 80px rgba(13,15,17,.25);font-family:Arial,sans-serif}.asy-real-panel__head{display:flex;align-items:center;gap:12px}.asy-real-panel__head img{width:52px;height:52px;object-fit:contain;background:rgba(255,255,255,.05);border-radius:14px;padding:5px}.asy-real-panel__head span,.asy-real-panel__head small{display:block;color:rgba(248,250,252,.62);font-size:10px}.asy-real-panel__head strong{display:block;font-size:23px;margin:3px 0}.asy-real-panel__nav{display:flex;gap:7px;overflow:hidden;margin:17px 0}.asy-real-panel__nav span,.asy-real-panel__nav b{flex:0 0 auto;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 11px;font-size:10px}.asy-real-panel__nav b{background:#b91c1c}.asy-real-panel__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.asy-real-panel__stats div,.asy-real-panel__grid article{background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(9,9,11,.98));border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:14px}.asy-real-panel__stats span,.asy-real-panel__grid>article>span{display:block;color:rgba(248,250,252,.56);text-transform:uppercase;font-size:8px;letter-spacing:.06em}.asy-real-panel__stats strong{display:block;font-size:24px;margin-top:6px}.asy-real-panel__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.asy-real-panel__grid h3{font-size:16px;margin:8px 0}.asy-real-panel__grid p{font-size:10px;color:rgba(248,250,252,.65)}.asy-real-panel__grid article div{display:flex;gap:5px;flex-wrap:wrap}.asy-real-panel__grid article div b{font-size:9px;padding:6px 8px;background:rgba(34,197,94,.14);color:#bbf7d0;border-radius:999px}.asy-real-panel__quick{margin-top:12px}.asy-real-panel__quick b{justify-content:space-between;flex:1;background:rgba(255,255,255,.06)!important;color:#fff!important}.asy-real-panel__quick i{font-style:normal;margin-left:8px}
@media(max-width:680px){.asy-poland-map{min-height:370px}.asy-real-panel{padding:14px}.asy-real-panel__stats{grid-template-columns:1fr 1fr}.asy-real-panel__grid{grid-template-columns:1fr}}

/* 0.8.2 - map, videos, reviews, panel gallery and branded shop */
.asy-map-layout{grid-template-columns:1.05fr .95fr}.asy-map-legend{max-height:205px;overflow:auto;padding-right:8px}.asy-map-legend span{font-size:12px}.asy-poland-map{background:radial-gradient(circle at 50% 42%,#293038 0,#171b1f 58%,#0d1013 100%);border:1px solid rgba(255,255,255,.08)}.asy-poland-map:before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.06);border-radius:20px}.asy-poland-map img{filter:brightness(0) invert(1);opacity:.28;width:min(90%,500px)}.asy-poland-map>strong{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);color:rgba(255,255,255,.12);font-size:clamp(28px,4vw,52px);letter-spacing:.24em}.asy-map-pin{z-index:2}
.asy-home-videos{background:#fff}.asy-home-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.asy-home-video{border:1px solid #e2ded7;border-radius:20px;overflow:hidden;background:#f7f5f1;box-shadow:0 16px 35px rgba(17,20,23,.07)}.asy-home-video__media{aspect-ratio:16/9;background:#111}.asy-home-video__media iframe,.asy-home-video__media video{width:100%;height:100%;display:block;object-fit:cover;border:0}.asy-home-video__copy{padding:22px}.asy-home-video__copy h3{font-size:24px;margin:0 0 10px}.asy-home-video__copy p{color:#666;line-height:1.6}.asy-home-video__copy .asy-button{margin-top:6px}
.asy-review-carousel{min-width:0}.asy-review-viewport{overflow:hidden;border-radius:20px}.asy-review-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}.asy-review-track .asy-review{flex:0 0 100%;min-width:0;transform:none;padding:36px}.asy-review-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:16px}.asy-review-controls>button{width:42px;height:42px;border-radius:50%;border:1px solid #d9d4cd;background:#fff;font-size:20px;cursor:pointer}.asy-review-dots{display:flex;gap:8px}.asy-review-dots button{width:9px;height:9px;border:0;border-radius:50%;background:#cbc6bf;padding:0;cursor:pointer}.asy-review-dots button.is-active{background:#ef3340;transform:scale(1.3)}.asy-review-links{display:flex;flex-wrap:wrap;gap:8px}.asy-review-links .asy-button{padding:11px 15px;font-size:12px}.asy-reviews__summary:after{display:none}
.asy-panel-gallery{min-width:0}.asy-panel-tabs{display:flex;gap:8px;margin-bottom:12px}.asy-panel-tabs button{border:1px solid #d8d3cc;background:#fff;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.asy-panel-tabs button.is-active{background:#ef3340;color:#fff;border-color:#ef3340}.asy-panel-screens{position:relative}.asy-panel-screen{display:none;min-height:390px}.asy-panel-screen.is-active{display:block;animation:asyPanelIn .45s ease both}@keyframes asyPanelIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.asy-panel-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.asy-panel-cards article{display:flex;gap:13px;align-items:center;background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(9,9,11,.98));border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:16px}.asy-panel-cards article:first-child{grid-column:1/-1}.asy-panel-cards i{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#b91c1c;font-style:normal}.asy-panel-cards span,.asy-exam-list span{font-size:9px;color:rgba(255,255,255,.55);letter-spacing:.08em}.asy-panel-cards h3,.asy-exam-list h3{margin:5px 0;font-size:15px}.asy-panel-cards b{font-size:10px;color:#fca5a5}.asy-exam-list{display:grid;gap:10px;margin-top:20px}.asy-exam-list article{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(9,9,11,.98));border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:16px}.asy-exam-list time{font-size:26px;font-weight:900;text-align:center;color:#fff}.asy-exam-list time small{display:block;font-size:9px;color:#fca5a5}.asy-exam-list p{margin:0;color:rgba(255,255,255,.62);font-size:11px}.asy-exam-list>article>b{background:rgba(185,28,28,.24);color:#fecaca;padding:8px 10px;border-radius:999px;font-size:10px}
.asy-brand-shop{border-top:3px solid #ef3340}.asy-brand-shop .asy-section__head>div>p{max-width:700px;color:#686868;line-height:1.6}.asy-brand-shop .asy-products{grid-template-columns:repeat(5,1fr)}.asy-product__image{position:relative}.asy-product__badge{position:absolute;top:12px;left:12px;background:#ef3340;color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;padding:6px 9px;border-radius:999px}
@media(max-width:980px){.asy-home-video-grid{grid-template-columns:1fr 1fr}.asy-brand-shop .asy-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.asy-map-legend{max-height:180px}.asy-home-video-grid{grid-template-columns:1fr}.asy-panel-tabs{overflow-x:auto}.asy-panel-tabs button{flex:0 0 auto}.asy-panel-screen{min-height:430px}.asy-panel-cards{grid-template-columns:1fr}.asy-panel-cards article:first-child{grid-column:auto}.asy-exam-list article{grid-template-columns:auto 1fr}.asy-exam-list>article>b{grid-column:2}.asy-brand-shop .asy-products{grid-template-columns:1fr 1fr}.asy-review-track .asy-review{padding:25px}.asy-reviews__summary h2{font-size:60px}}
.asy-review__source{align-self:flex-start;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.02em}.asy-review__source--facebook{background:#eaf2ff;color:#1877f2}.asy-review__source+blockquote{margin-top:20px}
.asy-facebook-voices{background:linear-gradient(180deg,#f5f8ff 0,#fff 100%);border-top:1px solid #e3eaf7;border-bottom:1px solid #e3eaf7}.asy-facebook-voices .asy-eyebrow{color:#1877f2}.asy-facebook-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.asy-facebook-grid article{background:#fff;border:1px solid #dfe7f4;border-radius:22px;padding:28px;box-shadow:0 18px 45px rgba(24,119,242,.08)}.asy-facebook-card__head{display:flex;align-items:center;gap:12px}.asy-facebook-card__head>div{flex:1}.asy-facebook-card__head strong,.asy-facebook-card__head span{display:block}.asy-facebook-card__head span{font-size:12px;color:#7b8290;margin-top:3px}.asy-facebook-card__head>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1877f2;color:#fff;font:900 23px Arial}.asy-facebook-avatar{display:grid!important;place-items:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#1877f2,#56a2ff);color:#fff!important;font-weight:900;font-size:14px!important;margin:0!important}.asy-facebook-grid blockquote{font-size:18px;line-height:1.65;margin:24px 0;color:#292d34}.asy-facebook-reactions{display:flex;justify-content:space-between;border-top:1px solid #edf0f5;padding-top:16px;color:#69707c;font-size:12px}
.asy-portal-showcase{overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(239,51,64,.08),transparent 28%),#f5f2ec}.asy-portal-heading{text-align:center;max-width:820px;margin:0 auto 35px}.asy-portal-heading h2{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:15px 0}.asy-portal-heading p{font-size:19px;color:#666;line-height:1.6}.asy-portal-showcase .asy-panel-tabs{justify-content:center;margin-bottom:18px}.asy-browser-mockup{max-width:1120px;margin:auto;border:8px solid #15181c;border-radius:28px;overflow:hidden;background:#11151a;box-shadow:0 38px 100px rgba(15,18,22,.3),0 0 0 1px rgba(255,255,255,.7)}.asy-browser-bar{height:48px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 17px;background:#20242a;color:#aeb4bd;font-size:10px}.asy-browser-bar>div{display:flex;gap:7px}.asy-browser-bar i{width:9px;height:9px;border-radius:50%;background:#ff5f57}.asy-browser-bar i:nth-child(2){background:#febc2e}.asy-browser-bar i:nth-child(3){background:#28c840}.asy-browser-bar>span{text-align:center;background:#15181c;border-radius:8px;padding:7px}.asy-browser-bar>b{text-align:right;color:#7ed9a8;font-size:9px}.asy-portal-shell{display:grid;grid-template-columns:170px 1fr;min-height:520px}.asy-portal-shell aside{background:#101318;padding:22px 14px;display:flex;flex-direction:column;gap:8px;border-right:1px solid rgba(255,255,255,.07)}.asy-portal-shell aside img{width:58px;height:58px;object-fit:contain;margin:0 8px 22px;filter:brightness(0) invert(1)}.asy-portal-shell aside span{color:#88909a;padding:11px 12px;border-radius:9px;font-size:11px;font-weight:700}.asy-portal-shell aside span.is-active{background:linear-gradient(90deg,#c91d2a,#ef3340);color:#fff}.asy-portal-shell main{padding:22px;background:radial-gradient(circle at 10% 0,rgba(239,51,64,.13),transparent 35%),#171b21}.asy-portal-shell .asy-real-panel{box-shadow:none;padding:0;background:transparent;border-radius:0;min-height:0}.asy-real-panel__head em{margin-left:auto;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#ef3340,#9e1720);font-style:normal;font-weight:900}.asy-portal-shell .asy-real-panel__head strong{font-size:27px}.asy-portal-shell .asy-real-panel__stats{margin-top:24px}.asy-portal-shell .asy-real-panel__stats div{padding:18px}.asy-portal-shell .asy-real-panel__stats strong{font-size:18px}.asy-portal-shell .asy-real-panel__grid article{padding:20px;min-height:155px}.asy-portal-progress,.asy-course-progress{height:7px;background:rgba(255,255,255,.09);border-radius:99px;margin:16px 0;overflow:hidden}.asy-portal-progress i,.asy-course-progress b{display:block;width:42%;height:100%;background:linear-gradient(90deg,#ef3340,#ff717a);border-radius:99px}.asy-course-progress b{width:68%}.asy-portal-action{display:inline-block!important;margin-top:12px!important;background:#ef3340!important;color:#fff!important}.asy-portal-actions{max-width:1120px;margin:18px auto 0;display:flex;align-items:center;justify-content:space-between;color:#737373;font-size:12px}
@media(max-width:800px){.asy-facebook-grid{grid-template-columns:1fr}.asy-portal-heading{text-align:left}.asy-portal-shell{grid-template-columns:1fr}.asy-portal-shell aside{display:none}.asy-browser-bar{grid-template-columns:auto 1fr}.asy-browser-bar>b{display:none}.asy-browser-bar>span{margin-left:14px}.asy-portal-shell main{padding:14px;min-height:500px}.asy-portal-showcase .asy-panel-tabs{justify-content:flex-start}.asy-portal-actions{align-items:flex-start;gap:14px;flex-direction:column}.asy-browser-mockup{border-width:5px;border-radius:20px}.asy-facebook-grid blockquote{font-size:16px}}
.asy-button--facebook{background:#1877f2;color:#fff;border-color:#1877f2}.asy-button--facebook:hover{background:#0f65d8;color:#fff;border-color:#0f65d8}.asy-review-author{display:flex;align-items:center;gap:12px;margin-top:auto}.asy-review-author>div{display:flex;flex-direction:column;gap:3px}.asy-review-avatar{display:grid!important;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:50%;color:#fff!important;font-size:12px!important;font-weight:900;box-shadow:0 5px 14px rgba(0,0,0,.14)}.asy-review-avatar--google{background:linear-gradient(135deg,#fbbc05,#ea4335 48%,#4285f4)}.asy-review-avatar--facebook{background:linear-gradient(135deg,#1877f2,#55a4ff)}
.asy-portal-shell .asy-panel-cards article:first-child{position:relative;min-height:270px;align-items:flex-end;overflow:hidden;background:linear-gradient(0deg,rgba(4,7,12,.96),rgba(4,7,12,.1) 72%),url('/wp-content/uploads/2026/03/DSC3797-1024x683-1.jpg') center 38%/cover no-repeat;border-color:rgba(255,255,255,.18)}.asy-portal-shell .asy-panel-cards article:first-child:before{content:'Podgląd lekcji wideo';position:absolute;left:18px;top:16px;padding:7px 10px;border-radius:999px;background:rgba(0,0,0,.62);color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em}.asy-portal-shell .asy-panel-cards article:first-child>i{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);width:62px;height:62px;background:#ef3340;box-shadow:0 12px 34px rgba(239,51,64,.42);font-size:22px}.asy-portal-shell .asy-panel-cards article:first-child>div{position:relative;z-index:2;width:100%}.asy-portal-shell .asy-panel-cards article:first-child h3{font-size:21px;color:#fff}.asy-portal-shell .asy-panel-cards article:first-child span,.asy-portal-shell .asy-panel-cards article:first-child b{color:#fff}.asy-brand-shop .asy-products{grid-template-columns:repeat(4,1fr)}
@media(max-width:680px){.asy-review-links{flex-direction:column;align-items:stretch}.asy-review-links .asy-button{text-align:center}.asy-portal-shell .asy-panel-cards article:first-child{min-height:235px}.asy-brand-shop .asy-products{grid-template-columns:1fr 1fr}}
.asy-map-pin--small{width:9px;height:9px;border-width:2px;box-shadow:0 0 0 4px rgba(239,51,64,.14);transform:translate(-50%,-50%)}.asy-map-pin--small:hover{z-index:5;transform:translate(-50%,-50%) scale(1.8);box-shadow:0 0 0 7px rgba(239,51,64,.2)}
.asy-step{position:relative;overflow:hidden;padding-top:82px}.asy-step:before{position:absolute;left:28px;top:26px;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(239,51,64,.12);color:#ff4a55;font-size:21px}.asy-step:nth-child(1):before{content:'♟'}.asy-step:nth-child(2):before{content:'▤'}.asy-step:nth-child(3):before{content:'◎'}.asy-step:nth-child(4):before{content:'▣'}.asy-process-facts article{position:relative;padding-top:72px}.asy-process-facts article:before{position:absolute;left:25px;top:24px;font-size:28px;color:#ef3340}.asy-process-facts article:nth-child(1):before{content:'◷'}.asy-process-facts article:nth-child(2):before{content:'▤'}.asy-process-facts article:nth-child(3):before{content:'◈'}
.asy-order-docs{background:#fff}.asy-order-docs__hero{padding:110px 0 90px;background:radial-gradient(circle at 85% 15%,rgba(239,51,64,.18),transparent 27%),linear-gradient(135deg,#101316,#1c2024);color:#fff}.asy-order-docs__hero .asy-wrap{max-width:920px;text-align:center}.asy-order-docs__hero h1{font-size:clamp(46px,6vw,78px);line-height:1.02;margin:20px 0}.asy-order-docs__hero p{max-width:720px;margin:0 auto;color:#c8cbd0;font-size:20px;line-height:1.65}.asy-order-docs__actions{display:flex;justify-content:center;gap:12px;margin-top:32px}.asy-order-docs__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.asy-order-docs__steps article{position:relative;background:#fff;border:1px solid #e3ded7;border-radius:20px;padding:30px;box-shadow:0 12px 35px rgba(18,20,23,.06)}.asy-order-docs__steps article>span{position:absolute;right:20px;top:18px;font-size:48px;font-weight:900;color:#f1ede7}.asy-order-docs__steps i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#ef3340;color:#fff;font-style:normal;font-size:22px}.asy-order-docs__steps h2{font-size:24px;margin:20px 0 10px}.asy-order-docs__steps p{color:#6b6d72;line-height:1.6}.asy-order-docs__layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:start}.asy-order-docs__layout aside{position:sticky;top:130px}.asy-order-docs__layout aside>h2{font-size:clamp(42px,5vw,64px);margin:15px 0}.asy-order-docs__layout aside>p{font-size:18px;line-height:1.7;color:#67696e}.asy-order-docs__note{margin-top:28px;padding:22px;border-radius:18px;background:#f6f2ec;border-left:4px solid #ef3340}.asy-order-docs__note p{color:#666}.asy-order-docs__note a{font-weight:800;color:#ef3340}.asy-order-docs__form{border:1px solid #e1ddd6;border-radius:24px;padding:34px;background:#faf9f7;box-shadow:0 24px 60px rgba(20,22,25,.08)}.asy-order-docs__form .ff-el-form-control{border-radius:10px!important;min-height:50px!important;border:1px solid #d8d3cc!important;background:#fff!important;padding:12px 14px!important}.asy-order-docs__form .ff-btn-submit{border:0!important;border-radius:999px!important;background:#ef3340!important;color:#fff!important;padding:14px 24px!important;font-weight:800!important}.asy-order-docs__form label{font-weight:700!important;color:#292b2e!important}
@media(max-width:800px){.asy-map-pin--small{width:7px;height:7px}.asy-order-docs__hero{padding:75px 0 65px}.asy-order-docs__actions{flex-direction:column}.asy-order-docs__steps,.asy-order-docs__layout{grid-template-columns:1fr}.asy-order-docs__layout{gap:30px}.asy-order-docs__layout aside{position:static}.asy-order-docs__form{padding:20px}.asy-step{padding-top:72px}}

/* ASY 0.8.8 - reviews navigation: arrows only */
.asy-review-dots {
    display: none !important;
}

.asy-review-controls {
    justify-content: center;
    gap: 18px;
}

/* ASY 0.9.1 - katalog szkoleń */
.asy-training-catalog{padding:76px 0;background:#f4f1eb}.asy-training-catalog__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.asy-training-card{overflow:hidden;border:1px solid var(--asy-line);border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(10,12,14,.06)}.asy-training-card>a{display:block;color:inherit;text-decoration:none}.asy-training-card__image{height:220px;overflow:hidden;background:#17191b}.asy-training-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.asy-training-card:hover img{transform:scale(1.035)}.asy-training-card__body{padding:24px}.asy-training-card__body span{color:var(--asy-red);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.asy-training-card h3{margin:9px 0 10px;font-size:25px;line-height:1.08}.asy-training-card p{margin:0;color:var(--asy-muted)}.asy-training-card__link{display:inline-block;margin-top:19px;font-weight:850}.asy-training-hero{padding:82px 0;background:var(--asy-ink);color:#fff}.asy-training-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.7fr);gap:64px;align-items:center}.asy-training-hero h1{max-width:830px;margin:15px 0 22px;color:#fff;font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.06em}.asy-training-hero p{max-width:760px;color:rgba(255,255,255,.72);font-size:19px}.asy-training-hero figure{margin:0;overflow:hidden;border-radius:24px}.asy-training-hero figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.asy-training-back{display:block;margin-bottom:25px;color:rgba(255,255,255,.68)}.asy-training-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.asy-training-content{max-width:920px}.asy-training-content h2{margin-top:48px;font-size:clamp(31px,4vw,48px)}.asy-training-content h3{margin-top:32px;font-size:25px}.asy-training-content p,.asy-training-content li{font-size:18px;line-height:1.75}.asy-training-content ul{padding-left:24px}.asy-training-empty{grid-column:1/-1;padding:40px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.05)}@media(max-width:980px){.asy-training-catalog__grid{grid-template-columns:repeat(2,1fr)}.asy-training-hero__grid{grid-template-columns:1fr}}@media(max-width:640px){.asy-training-catalog__grid{grid-template-columns:1fr}.asy-training-hero{padding:58px 0}.asy-training-card__image{height:200px}}

/* ASY 1.0.1 - member link in the collapsed menu and full-width mobile map */
.asy-nav__member { display: none; }
@media (max-width: 1080px) {
    .asy-nav__member { display: list-item; }
    .asy-nav__member a {
        margin-top: 10px;
        padding: 13px 18px;
        border-radius: 12px;
        background: #111214;
        color: #fff;
        text-align: center;
    }
    .asy-nav__member a:hover { background: #b91922; }
}
@media (max-width: 980px) {
    .asy-map-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }
    .asy-map-layout > div { min-width: 0; }
    .asy-poland-map {
        width: 100%;
        min-width: 0;
    }
}

/* ASY 1.0.2 - aligned map, video posters and refreshed footer */
.asy-map-legend button {
    padding: 8px 12px;
    border: 1px solid #ded9d2;
    border-radius: 999px;
    background: #fff;
    color: #27292d;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.asy-map-legend button:hover { border-color: #e32b2f; }
.asy-map-legend button[aria-pressed="true"] { border-color: #e32b2f; background: #e32b2f; color: #fff; }
.asy-poland-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.asy-map-canvas { position: relative; z-index: 1; width: min(100%, 500px); aspect-ratio: 1; }
.asy-poland-map .asy-map-canvas img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.asy-map-canvas > strong {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,.12);
    font-size: clamp(24px, 4vw, 52px);
    letter-spacing: .24em;
    pointer-events: none;
}
.asy-map-canvas .asy-map-pin--small {
    width: 11px;
    height: 11px;
    border-width: 2px;
    animation: none;
}
.asy-map-canvas .asy-map-pin--small.is-selected {
    z-index: 5;
    width: 17px;
    height: 17px;
    box-shadow: 0 0 0 7px rgba(239,51,64,.24), 0 0 0 15px rgba(239,51,64,.12);
    animation: asySelectedMapPin 1.5s ease-in-out infinite;
}
@keyframes asySelectedMapPin {
    50% { transform: translate(-50%, -50%) scale(1.2); box-shadow: 0 0 0 10px rgba(239,51,64,.14), 0 0 0 18px rgba(239,51,64,.07); }
}
.asy-map-selection { z-index: 1; margin: 0; color: #d1d4d8; font-size: 12px; text-align: center; }
.asy-home-video__media video { background: #111; }
.asy-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0 0 30px;
    background: radial-gradient(circle at 83% 4%, rgba(227,43,47,.2), transparent 32%), linear-gradient(145deg,#101318 0%,#090b0d 70%);
    color: #aeb6bf;
}
.asy-footer:before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,#a51925,#f14a55 48%,transparent); }
.asy-footer:after { content: "ASY"; position: absolute; top: 12px; right: -20px; z-index: 0; color: rgba(255,255,255,.025); font-size: clamp(160px,24vw,370px); font-weight: 900; line-height: 1; pointer-events: none; }
.asy-footer > .asy-wrap { position: relative; z-index: 1; }
.asy-footer__masthead { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(270px,.55fr); align-items: end; gap: 45px; padding: 76px 0 60px; border-bottom: 1px solid rgba(255,255,255,.12); }
.asy-footer__brand { display: flex; align-items: center; gap: 28px; }
.asy-footer__brand img { width: 100px; height: 100px; flex: 0 0 100px; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
.asy-footer__kicker { display: block; margin-bottom: 12px; color: #fa6b72; font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.asy-footer__brand h2 { margin: 0; color: #fff; font-size: clamp(36px,4.8vw,66px); line-height: .98; letter-spacing: -.055em; }
.asy-footer__brand h2 em { color: #fa5c65; font-style: normal; }
.asy-footer__intro p { margin: 0 0 18px; color: #d2d6db; font-size: 16px; line-height: 1.7; }
.asy-footer__intro a, .asy-footer__locations a { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.asy-footer__intro a span, .asy-footer__locations a span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.asy-footer__intro a:hover span, .asy-footer__locations a:hover span { background: #e32b2f; transform: translate(2px,-2px); }
.asy-footer__grid { grid-template-columns: 1fr 1fr 1.2fr; gap: 58px; padding: 42px 0 50px; }
.asy-footer h3 { margin: 0 0 17px; color: #fff; font-size: 11px; letter-spacing: .16em; }
.asy-footer ul { gap: 11px; font-size: 14px; }
.asy-footer ul a { display: inline-block; transition: color .2s ease, transform .2s ease; }
.asy-footer ul a:hover { color: #fff; transform: translateX(4px); }
.asy-footer__contact { display: flex; flex-direction: column; align-items: flex-start; }
.asy-footer__phone { color: #fff; font-size: clamp(21px,2.5vw,30px); font-weight: 850; letter-spacing: -.035em; line-height: 1.1; }
.asy-footer__mail { margin-top: 10px; color: #fa737b; font-size: 15px; overflow-wrap: anywhere; }
.asy-footer__contact p { margin: 17px 0 0; font-size: 13px; line-height: 1.65; }
.asy-footer__details { grid-template-columns: minmax(220px,.8fr) minmax(0,2.2fr); gap: 34px; margin: 0; padding: 38px 0 48px; border-top: 1px solid rgba(255,255,255,.12); }
.asy-footer__locations h3 { margin: 0 0 15px; font-size: clamp(26px,2.7vw,36px); letter-spacing: -.04em; line-height: 1.07; text-transform: none; }
.asy-footer__locations p { margin: 0 0 20px; color: #abb2bb; font-size: 13px; line-height: 1.7; }
.asy-footer__offices { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.asy-footer__office { min-width: 0; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.022)); transition: border-color .2s ease, transform .2s ease; }
.asy-footer__office:hover { border-color: rgba(250,107,114,.55); transform: translateY(-3px); }
.asy-footer__office:before { content: ""; display: block; width: 27px; height: 2px; margin-bottom: 18px; background: #ef3340; }
.asy-footer__office h3 { min-height: 2.4em; margin-bottom: 12px; font-size: 10px; line-height: 1.3; }
.asy-footer__office strong { font-size: 15px; }
.asy-footer__office address, .asy-footer__office p { font-size: 12px; line-height: 1.65; }
.asy-footer__account { font-size: 13px; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.asy-footer__bottom { align-items: center; margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.12); }
.asy-footer__bottom-links { display: flex; flex-wrap: wrap; gap: 22px; }
.asy-footer__bottom a:hover { color: #fff; }
@media (max-width: 1080px) {
    .asy-footer__masthead { grid-template-columns: 1fr; align-items: start; gap: 22px; }
    .asy-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px; }
    .asy-footer__details { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .asy-map-canvas { width: min(100%, 440px); }
    .asy-footer { padding-bottom: 76px; }
    .asy-footer__masthead { padding: 55px 0 38px; }
    .asy-footer__brand { gap: 16px; align-items: flex-start; }
    .asy-footer__brand img { width: 68px; height: 68px; flex-basis: 68px; }
    .asy-footer__brand h2 { font-size: clamp(34px,8vw,50px); }
    .asy-footer__grid { grid-template-columns: 1fr; gap: 30px; padding: 34px 0; }
    .asy-footer__details { gap: 28px; padding: 34px 0; }
    .asy-footer__offices { grid-template-columns: 1fr; }
    .asy-footer__office h3 { min-height: 0; }
    .asy-footer__bottom { align-items: flex-start; gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .asy-map-canvas .asy-map-pin--small.is-selected { animation: none; }
    .asy-footer__office, .asy-footer ul a, .asy-footer__intro a span, .asy-footer__locations a span { transition: none; }
}


/* ASY 1.0.3 - films archive and desktop menu fit */
.asy-films-hero { padding: 105px 0 92px; background: radial-gradient(circle at 85% 30%, rgba(239,51,64,.24), transparent 27%), linear-gradient(130deg,#111417,#1e2226); }
.asy-films-hero:after { content: "▶"; right: 10%; bottom: -35px; color: rgba(255,255,255,.045); font-family: inherit; font-size: clamp(220px,30vw,450px); }
.asy-films-hero h1 { margin: 12px 0 0; font-size: clamp(64px,10vw,128px); }
.asy-films-hero p { max-width: 690px; margin-top: 23px; }
.asy-films-hero__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.asy-films-hero__links a { display: inline-flex; align-items: center; gap: 16px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; transition: background .2s ease,border-color .2s ease; }
.asy-films-hero__links a:hover { background: #ed313d; border-color: #ed313d; }
.asy-films-section { scroll-margin-top: 115px; }
.asy-films-section__head { align-items: end; margin-bottom: 30px; }
.asy-films-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.asy-films-card { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 23px; box-shadow: 0 20px 50px rgba(6,7,9,.14); }
.asy-films-card__media { position: relative; overflow: hidden; background: #090b0e; }
.asy-films-card__media video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.asy-films-card .asy-video-card__copy { flex: 1; padding: 24px 28px 30px; }
.asy-films-card__index { color: #fa5c65; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.asy-films-card h3 { margin: 11px 0 8px; color: #fff; font-size: clamp(24px,2.8vw,34px); line-height: 1.12; letter-spacing: -.035em; }
.asy-films-card p { margin: 0; color: #bcc1c6; font-size: 15px; line-height: 1.65; }
@media (min-width:1081px) and (max-width:1240px) {
    .asy-nav { position: fixed; inset: 121px 0 auto; display: none; padding: 26px 20px 34px; border-bottom: 1px solid var(--asy-line); background: #fff; box-shadow: var(--asy-shadow); }
    .asy-menu-open .asy-nav { display: block; }
    .asy-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
    .asy-nav a { display: block; padding: 13px 0; font-size: 17px; }
    .asy-nav a:after { display: none; }
    .asy-menu-toggle { display: block; }
    .asy-header__actions .asy-button { display: none; }
    .asy-nav__member { display: list-item; }
    .asy-nav__member a { margin-top: 10px; padding: 13px 18px; border-radius: 12px; background: #111214; color: #fff; text-align: center; }
}
@media (max-width:760px) {
    .asy-films-hero { padding: 70px 0 66px; }
    .asy-films-hero:after { right: -10%; bottom: 10px; font-size: 210px; }
    .asy-films-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
    .asy-films-card .asy-video-card__copy { padding: 21px 22px 25px; }
    .asy-films-section__head { display: block; }
}

.asy-poland-map .asy-map-canvas img { filter: none; opacity: 1; }

/* ASY 1.0.4 - landing for association rallies */
.asy-rallies-hero{position:relative;overflow:hidden;padding:102px 0 88px;color:#fff;background:radial-gradient(circle at 14% 8%,rgba(227,43,47,.19),transparent 32%),linear-gradient(130deg,#111417,#1e2226)}
.asy-rallies-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.asy-rallies-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:64px}
.asy-rallies-hero__copy{position:relative;z-index:1}
.asy-rallies-hero .asy-eyebrow{color:#ff7a83}
.asy-rallies-hero h1{margin:14px 0 24px;color:#fff;font-size:clamp(70px,8.5vw,126px);line-height:.9;letter-spacing:-.075em}
.asy-rallies-hero__copy>p{max-width:630px;margin:0;color:rgba(255,255,255,.75);font-size:clamp(18px,1.65vw,22px);line-height:1.65}
.asy-rallies-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:33px}
.asy-rallies-hero__actions .asy-button{display:inline-flex;align-items:center;gap:12px}
.asy-rallies-hero__signature{display:flex;gap:18px;align-items:center;margin-top:60px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}
.asy-rallies-hero__signature span{color:#f15360;font:italic 62px/.9 Georgia,serif}
.asy-rallies-hero__signature p{margin:0;color:rgba(255,255,255,.66);font-size:12px;font-weight:750;line-height:1.35;letter-spacing:.06em;text-transform:uppercase}
.asy-rallies-hero__photo{position:relative;min-height:540px;height:100%;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:#202428;box-shadow:0 32px 80px rgba(0,0,0,.35);transform:rotate(1deg)}
.asy-rallies-hero__photo:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(0deg,rgba(5,7,9,.88),transparent);pointer-events:none}
.asy-rallies-hero__photo img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.asy-rallies-hero__photo figcaption{position:absolute;z-index:1;left:35px;right:35px;bottom:32px;display:grid;gap:6px;color:#fff}
.asy-rallies-hero__photo figcaption strong{font-size:25px;line-height:1.1}
.asy-rallies-hero__photo figcaption span{font-size:14px;color:rgba(255,255,255,.85)}
.asy-rallies-intro{padding:85px 0;background:#fff}
.asy-rallies-intro__grid{display:grid;grid-template-columns:.42fr 1fr;gap:72px;align-items:start}
.asy-rallies-intro h2{max-width:790px;margin:0;font-size:clamp(40px,5vw,68px);line-height:1.02;letter-spacing:-.06em}
.asy-rallies-intro p{max-width:770px;margin:20px 0 0;color:#62676d;font-size:18px;line-height:1.75}
.asy-rallies-index{padding:76px 0 84px;background:#f3f0e9;scroll-margin-top:115px}
.asy-rallies-index__head{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;margin-bottom:36px}
.asy-rallies-index h2{margin:11px 0 0;font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.06em}
.asy-rallies-index__head>p{max-width:430px;margin:0;color:#62676d;font-size:16px;line-height:1.7}
.asy-rallies-index__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.asy-rallies-index__links a{display:flex;flex-direction:column;min-height:165px;padding:22px;border:1px solid #e0dcd4;border-radius:19px;background:#fff;font-size:20px;font-weight:850;line-height:1.17;letter-spacing:-.035em;box-shadow:0 12px 32px rgba(12,14,16,.04);transition:transform .2s ease,border-color .2s ease}
.asy-rallies-index__links a:hover{transform:translateY(-4px);border-color:#e32b2f}
.asy-rallies-index__links a span{margin-bottom:20px;color:#df2d36;font-size:11px;letter-spacing:.15em}
.asy-rallies-index__links a b{margin:auto 0 0 auto;color:#e32b2f;font-size:22px}
.asy-rally-edition{padding:98px 0;scroll-margin-top:105px;background:#fff}
.asy-rally-edition--archive.asy-rally-edition--reverse{background:#f9f7f3}
.asy-rally-edition--upcoming{color:#fff;background:radial-gradient(circle at 92% 12%,rgba(227,43,47,.16),transparent 27%),#1a1d20}
.asy-rally-edition__overview{display:grid;grid-template-columns:1fr .94fr;gap:76px;align-items:center}
.asy-rally-edition--reverse .asy-rally-edition__image{order:-1}
.asy-rally-edition__label{display:flex;align-items:center;gap:20px;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#d42e38}
.asy-rally-edition__label b{color:#96999d;font-size:11px}
.asy-rally-edition--upcoming .asy-rally-edition__label{color:#fa6974}
.asy-rally-edition h2{max-width:730px;margin:18px 0 17px;font-size:clamp(42px,5.2vw,72px);line-height:.99;letter-spacing:-.065em}
.asy-rally-edition--upcoming h2{color:#fff}
.asy-rally-edition__meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0 0 25px;font-size:13px;font-weight:800;color:#4b5057}
.asy-rally-edition__meta span{display:inline-flex;align-items:center;gap:8px}
.asy-rally-edition__meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:#e32b2f}
.asy-rally-edition--upcoming .asy-rally-edition__meta{color:#d6d8db}
.asy-rally-edition__story>p{max-width:660px;margin:0 0 26px;color:#62676d;font-size:18px;line-height:1.73}
.asy-rally-edition--upcoming .asy-rally-edition__story>p{color:rgba(255,255,255,.75)}
.asy-rally-edition__highlights{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:0;list-style:none}
.asy-rally-edition__highlights li{padding:8px 12px;border:1px solid #e7e1da;border-radius:999px;background:#f6f2ec;font-size:12px;font-weight:750}
.asy-rally-edition--upcoming .asy-rally-edition__highlights li{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.07)}
.asy-rally-edition__image{position:relative;min-height:410px;height:100%;max-height:530px;margin:0;overflow:hidden;border-radius:24px;background:#202328;box-shadow:0 22px 60px rgba(15,18,20,.13)}
.asy-rally-edition__image:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(0deg,rgba(7,9,11,.76),transparent)}
.asy-rally-edition__image img{display:block;width:100%;height:100%;object-fit:cover}
.asy-rally-edition__image figcaption{position:absolute;z-index:1;left:22px;bottom:18px;color:#fff;font-size:12px;font-weight:850}
.asy-rally-edition__videos{margin-top:48px;padding-top:36px;border-top:1px solid rgba(20,24,28,.12)}
.asy-rally-edition--upcoming .asy-rally-edition__videos{border-color:rgba(255,255,255,.15)}
.asy-rally-edition__videos-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}
.asy-rally-edition__videos-head h3{margin:6px 0 0;font-size:clamp(24px,3vw,35px);letter-spacing:-.04em}
.asy-rally-edition--upcoming .asy-rally-edition__videos-head h3{color:#fff}
.asy-rally-edition__videos-head small{color:#898d92;font-size:12px;font-weight:800}
.asy-rally-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.asy-rally-videos--single{grid-template-columns:minmax(0,min(660px,100%))}
.asy-rally-video{overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:19px;background:#131619;color:#fff;box-shadow:0 16px 35px rgba(8,11,14,.12)}
.asy-rally-video__media{aspect-ratio:16/9;overflow:hidden;background:#08090a}
.asy-rally-video__media iframe,.asy-rally-video__media video,.asy-rally-video__media img{display:block;width:100%;height:100%;border:0;object-fit:cover}
.asy-rally-video__media a{position:relative;display:block;width:100%;height:100%;background:#24282c}
.asy-rally-video__media a span{position:absolute;bottom:14px;left:14px;padding:9px 12px;border-radius:999px;background:#e32b2f;font-size:12px;font-weight:800}
.asy-rally-video__copy{padding:18px 21px 21px}
.asy-rally-video__copy span{color:#f45661;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.asy-rally-video__copy h4{margin:5px 0 0;color:#fff;font-size:18px;line-height:1.25}
.asy-rallies-ending{padding:70px 0;background:#f3f0e9}
.asy-rallies-ending__inner{display:flex;align-items:end;justify-content:space-between;gap:42px}
.asy-rallies-ending h2{max-width:750px;margin:9px 0 13px;font-size:clamp(38px,5vw,62px);line-height:1.02;letter-spacing:-.055em}
.asy-rallies-ending p{max-width:740px;margin:0;color:#62676d;font-size:17px}
.asy-rallies-ending__actions{display:flex;flex-wrap:wrap;gap:10px}
@media(min-width:1241px) and (max-width:1400px){.asy-header__inner{gap:18px}.asy-nav ul{gap:clamp(11px,1.1vw,17px)}.asy-nav a{font-size:13px}}
@media(max-width:1080px){.asy-rallies-hero__grid,.asy-rally-edition__overview{grid-template-columns:1fr;gap:40px}.asy-rallies-hero__photo{min-height:440px;transform:none}.asy-rallies-index__links{grid-template-columns:repeat(2,minmax(0,1fr))}.asy-rally-edition--reverse .asy-rally-edition__image{order:0}.asy-rallies-ending__inner{align-items:start;flex-direction:column}}
@media(max-width:680px){.asy-rallies-hero{padding:65px 0 56px}.asy-rallies-hero h1{font-size:clamp(62px,17vw,92px)}.asy-rallies-hero__photo{min-height:310px}.asy-rallies-hero__photo figcaption{left:20px;right:20px;bottom:18px}.asy-rallies-hero__photo figcaption strong{font-size:20px}.asy-rallies-hero__signature{margin-top:32px}.asy-rallies-intro{padding:58px 0}.asy-rallies-intro__grid{grid-template-columns:1fr;gap:14px}.asy-rallies-index{padding:58px 0}.asy-rallies-index__head{grid-template-columns:1fr;gap:13px}.asy-rallies-index__links,.asy-rally-videos{grid-template-columns:1fr}.asy-rallies-index__links a{min-height:115px}.asy-rally-edition{padding:63px 0}.asy-rally-edition__overview{gap:27px}.asy-rally-edition__image{min-height:280px;height:300px}.asy-rally-edition__story>p{font-size:16px}.asy-rally-edition__videos{margin-top:30px;padding-top:25px}.asy-rallies-ending{padding:55px 0}.asy-rallies-ending__actions{width:100%}.asy-rallies-ending__actions .asy-button{text-align:center;flex:1 1 100%}}
@media(prefers-reduced-motion:reduce){.asy-rallies-index__links a{transition:none}}

.asy-rally-video__media .asy-rally-video__play{display:block;position:relative;width:100%;height:100%;border:0;background:#121518;overflow:hidden}
.asy-rally-video__play:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.27),transparent 65%);pointer-events:none}
.asy-rally-video__media .asy-rally-video__play span{position:absolute;z-index:1;left:50%;top:50%;bottom:auto;padding:0;display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:#e32b2f;color:#fff;font-size:20px;transform:translate(-50%,-50%);transition:transform .2s ease,background .2s ease}
.asy-rally-video__play:hover span,.asy-rally-video__play:focus-visible span{background:#be1f2b;transform:translate(-50%,-50%) scale(1.1)}
@media(prefers-reduced-motion:reduce){.asy-rally-video__play span{transition:none}}
