/* ==========================================================================
   Citiwell Serbia · "About us" (about-us.html, about-us-ru.html, about-us-en.html)
   The look of the promotions and price pages («Контраст»: deep navy, aqua
   highlights, coral actions, big left-aligned headings) on a light base:
   light and dark blocks alternate down the page. Everything is scoped to
   .ab-* so the site header, footer and booking modal keep their own styles.
   Pages are generated by tools/build-about-pages.py.
   ========================================================================== */
.about-v3 {
    --ab-navy: #0b2135;
    --ab-navy-2: #11304b;
    --ab-navy-3: #1b4668;
    --ab-blue: #1d8fbd;
    --ab-blue-dark: #15779e;
    --ab-aqua: #5fd0e3;
    --ab-aqua-soft: #e4f5f9;
    --ab-coral: #ff6b6b;
    --ab-coral-dark: #f04f5a;
    --ab-ink: #0e2033;
    --ab-text: #30414f;
    --ab-muted: #607282;
    --ab-line: #dce6ed;
    --ab-bg: #f2f6f9;
    --ab-radius: 22px;
    --ab-radius-lg: clamp(24px, 3vw, 36px);
    --ab-shadow: 0 18px 44px rgba(11, 33, 53, 0.10);
    --ab-shadow-soft: 0 8px 24px rgba(11, 33, 53, 0.07);
    --ab-pad: clamp(56px, 7.5vw, 108px);
    --ab-bridge: 44px;
    --ab-header-h: 80px;
    background: #fff;
}

@media (max-width: 1024px) {
    .about-v3 { --ab-header-h: 76px; }
}

.about-v3 .fixed-background { display: none; }

/* ---------- base ---------- */
.ab-main {
    display: block;
    padding-top: var(--ab-header-h);
    overflow-x: clip;
    background: var(--ab-bg);
    color: var(--ab-text);
    font-family: var(--font-main, 'Manrope', 'Montserrat', sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.ab-main *, .ab-main *::before, .ab-main *::after { box-sizing: border-box; }

.ab-main h1, .ab-main h2, .ab-main h3 {
    margin: 0;
    color: var(--ab-ink);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-align: left;
    text-transform: none;
    text-wrap: balance;
}

.ab-main p { margin: 0; color: inherit; }
.ab-main :where(ul, ol, dl, dd, figure) { margin: 0; padding: 0; list-style: none; }
.ab-main img { display: block; max-width: 100%; height: auto; }
.ab-main a { text-decoration: none; -webkit-tap-highlight-color: transparent; }
.ab-main :focus-visible { outline: 3px solid var(--ab-coral); outline-offset: 3px; border-radius: 8px; }

.ab-wrap { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.ab-ico { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

/* small label above a heading */
.ab-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-self: start;
    padding: 7px 14px 7px 10px;
    border-radius: 999px;
    background: rgba(29, 143, 189, 0.11);
    color: var(--ab-blue-dark);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ab-main p.ab-eyebrow { color: var(--ab-blue-dark); }
.ab-eyebrow .ab-ico { width: 1.15em; height: 1.15em; }
.ab-eyebrow--glass { background: rgba(255, 255, 255, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16); }
.ab-main p.ab-eyebrow--glass { color: var(--ab-aqua); }

/* icon tile */
.ab-tile {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: var(--ab-aqua-soft);
    color: var(--ab-blue);
    font-size: 1.1rem;
}

.ab-tile--aqua { background: rgba(95, 208, 227, 0.16); color: var(--ab-aqua); }
.ab-tile--glass { background: rgba(255, 255, 255, 0.09); color: var(--ab-aqua); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14); }

/* ---------- buttons ---------- */
.ab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.ab-btn .ab-ico { width: 1.15em; height: 1.15em; transition: transform 0.18s ease; }
.ab-btn:hover .ab-ico:last-child { transform: translateX(3px); }

.ab-main .ab-btn--primary { color: #fff; background: linear-gradient(135deg, var(--ab-coral) 0%, var(--ab-coral-dark) 100%); box-shadow: 0 12px 26px rgba(240, 79, 90, 0.34); }
.ab-main .ab-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(240, 79, 90, 0.42); }
.ab-main .ab-btn--primary:active { transform: translateY(0); }
.ab-main .ab-btn--outline { color: var(--ab-ink); background: #fff; box-shadow: inset 0 0 0 1.5px rgba(14, 32, 51, 0.16); }
.ab-main .ab-btn--outline:hover { color: var(--ab-blue-dark); box-shadow: inset 0 0 0 1.5px var(--ab-blue); transform: translateY(-2px); }
.ab-main .ab-btn--ghost-light { color: #fff; background: rgba(255, 255, 255, 0.08); box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28); }
.ab-main .ab-btn--ghost-light:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }

.ab-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- hero: light ---------- */
.ab-hero {
    position: relative;
    isolation: isolate;
    padding-block: clamp(32px, 4.6vw, 68px) clamp(96px, 10vw, 148px);
    background:
        radial-gradient(820px 520px at 94% -12%, rgba(95, 208, 227, 0.36), transparent 62%),
        radial-gradient(640px 440px at -8% 108%, rgba(29, 143, 189, 0.16), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #eef6fa 100%);
}

.ab-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(11, 33, 53, 0.10) 1px, transparent 1.4px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
    pointer-events: none;
}

.ab-hero__grid { display: grid; gap: clamp(36px, 5vw, 72px); align-items: center; }
.ab-hero__copy { display: grid; gap: 20px; justify-items: start; }

.ab-hero h1 {
    font-size: clamp(2.9rem, 1.5rem + 5.4vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.ab-hero h1 span {
    display: block;
    margin-top: 0.22em;
    color: var(--ab-blue);
    font-size: 0.5em;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .ab-hero h1 span {
        background: linear-gradient(100deg, var(--ab-blue-dark) 0%, #22b2cf 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.ab-hero__lead { max-width: 590px; color: var(--ab-text); font-size: clamp(1.05rem, 0.98rem + 0.42vw, 1.26rem); line-height: 1.55; }
.ab-hero__note { display: flex; align-items: flex-start; gap: 10px; max-width: 540px; color: var(--ab-muted); font-size: 0.93rem; line-height: 1.5; }
.ab-main p.ab-hero__note { color: var(--ab-muted); }
.ab-hero__note .ab-ico { margin-top: 2px; color: var(--ab-blue); }

.ab-hero__visual { --ab-drop: clamp(30px, 4vw, 48px); position: relative; padding: 0 0 var(--ab-drop) clamp(26px, 4vw, 56px); }

.ab-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -5%;
    right: -7%;
    width: 72%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid rgba(29, 143, 189, 0.22);
    box-shadow: 0 0 0 34px rgba(29, 143, 189, 0.05), 0 0 0 68px rgba(29, 143, 189, 0.03);
}

.ab-hero__photo {
    overflow: hidden;
    aspect-ratio: 16 / 11;
    border-radius: var(--ab-radius-lg);
    background: var(--ab-aqua-soft);
    box-shadow: 0 34px 80px rgba(11, 33, 53, 0.18);
}

.ab-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }

.ab-hero__inset {
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(118px, 36%, 236px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 6px solid #fff;
    border-radius: clamp(18px, 2.4vw, 26px);
    background: var(--ab-aqua-soft);
    box-shadow: var(--ab-shadow);
}

.ab-hero__inset img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }

.ab-hero__badge {
    position: absolute;
    right: clamp(10px, 1.4vw, 16px);
    bottom: calc(var(--ab-drop) + clamp(12px, 1.8vw, 22px));
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 58%;
    padding: 10px 18px 10px 10px;
    border-radius: 18px;
    background: var(--ab-navy);
    box-shadow: 0 16px 36px rgba(11, 33, 53, 0.34);
    line-height: 1.2;
}

.ab-main p.ab-hero__badge { color: #fff; }
.ab-hero__badge strong { display: block; font-size: 0.98rem; font-weight: 800; }
.ab-hero__badge small { display: block; margin-top: 2px; color: rgba(255, 255, 255, 0.7); font-size: 0.82rem; }

@media (min-width: 901px) {
    .ab-hero__grid { grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); }
    .ab-hero__photo { aspect-ratio: 1 / 1.02; }
    .ab-hero__photo img { object-position: center 18%; }
    .ab-hero__badge { right: -14px; }
}

/* ---------- four pillars: a white card bridging the light hero and the dark band ---------- */
.ab-pillars { position: relative; z-index: 3; margin-top: clamp(-84px, -6.4vw, -52px); }

.ab-pillars__list {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border-radius: var(--ab-radius);
    background: var(--ab-line);
    box-shadow: var(--ab-shadow);
}

.ab-pillar { display: flex; align-items: center; gap: 14px; padding: 18px 18px; background: #fff; }
.ab-pillar__text { display: grid; gap: 3px; min-width: 0; }
.ab-pillar__text strong { color: var(--ab-ink); font-size: 1.04rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; }
.ab-pillar__text span { color: var(--ab-muted); font-size: 0.88rem; line-height: 1.35; }

@media (min-width: 620px) { .ab-pillars__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1080px) {
    .ab-pillars__list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .ab-pillar { align-items: flex-start; padding: 26px 22px; }
}

/* ---------- dark band: own production ---------- */
.ab-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: calc(var(--ab-bridge) * -1);
    padding-block: calc(var(--ab-bridge) + var(--ab-pad)) var(--ab-pad);
    background:
        radial-gradient(900px 520px at 88% -10%, rgba(95, 208, 227, 0.26), transparent 62%),
        radial-gradient(700px 480px at -8% 108%, rgba(29, 143, 189, 0.34), transparent 60%),
        linear-gradient(160deg, var(--ab-navy) 0%, var(--ab-navy-2) 100%);
    color: rgba(255, 255, 255, 0.8);
}

.ab-band::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1.4px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
    pointer-events: none;
}

.ab-band__mark {
    position: absolute;
    z-index: -1;
    top: clamp(28px, 5vw, 70px);
    right: -0.05em;
    color: rgba(255, 255, 255, 0.04);
    font-size: clamp(7rem, 23vw, 21rem);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.05em;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

@supports (-webkit-text-stroke: 1px #fff) {
    .ab-band__mark { color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.09); }
}

.ab-band h2 { color: #fff; font-size: clamp(2rem, 1.2rem + 3.1vw, 3.4rem); line-height: 1.04; letter-spacing: -0.035em; }
.ab-band h2 span { display: block; color: var(--ab-aqua); }

/* ---------- two-column blocks ---------- */
.ab-split { display: grid; gap: clamp(36px, 5vw, 76px); align-items: center; }
.ab-split__copy { display: grid; gap: 18px; justify-items: start; min-width: 0; }
.ab-split__copy h2 { font-size: clamp(1.8rem, 1.15rem + 2.5vw, 2.9rem); }
.ab-band .ab-split__copy h2 { font-size: clamp(2rem, 1.2rem + 3.1vw, 3.4rem); }
.ab-split__copy > p:not(.ab-eyebrow) { max-width: 600px; font-size: clamp(1rem, 0.96rem + 0.28vw, 1.14rem); line-height: 1.65; }
.ab-split__media { position: relative; min-width: 0; }

@media (min-width: 960px) {
    .ab-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .ab-split--media-first .ab-split__media { order: -1; }
    .ab-training__media .ab-photo { aspect-ratio: 1 / 0.94; }
    .ab-training__media .ab-photo img { object-position: 46% center; }
}

.ab-photo { overflow: hidden; aspect-ratio: 16 / 11; border-radius: var(--ab-radius-lg); background: var(--ab-aqua-soft); box-shadow: var(--ab-shadow); }
.ab-photo img { width: 100%; height: 100%; object-fit: cover; }

.ab-checks { display: grid; gap: 12px; width: 100%; }
.ab-checks li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; align-items: start; color: var(--ab-ink); font-weight: 600; line-height: 1.5; }
.ab-checks .ab-ico { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--ab-aqua-soft); color: var(--ab-blue); stroke-width: 3; }
.ab-checks--light li { color: rgba(255, 255, 255, 0.9); font-weight: 500; }
.ab-checks--light .ab-ico { background: rgba(95, 208, 227, 0.16); color: var(--ab-aqua); }

.ab-production__media { margin-bottom: 30px; }
.ab-production__media .ab-photo { box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(255, 255, 255, 0.12); }
.ab-production__media::before { content: ""; position: absolute; z-index: -1; inset: 12% -6% -8% 14%; border-radius: 50%; background: radial-gradient(closest-side, rgba(95, 208, 227, 0.28), transparent); filter: blur(10px); }

.ab-device {
    position: absolute;
    left: clamp(12px, 2vw, 22px);
    bottom: -30px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: calc(100% - 24px);
    padding: 10px 20px 10px 10px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.ab-device figure { width: 58px; height: 74px; flex: 0 0 auto; overflow: hidden; border-radius: 13px; background: #eef1f3; }
.ab-device img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.ab-device strong { display: block; color: var(--ab-ink); font-size: 1.05rem; font-weight: 800; line-height: 1.2; }
.ab-device span { display: block; margin-top: 3px; color: var(--ab-muted); font-size: 0.86rem; line-height: 1.3; }

@media (min-width: 960px) {
    .ab-device { left: -26px; }
}

.ab-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: clamp(44px, 5.4vw, 72px); }

.ab-specs > div {
    container-type: inline-size;
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 20px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.ab-specs dt { color: #fff; font-size: clamp(1.3rem, 15cqi, 2.3rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; }
.ab-specs dd { color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; line-height: 1.4; }

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .ab-specs dt {
        background: linear-gradient(100deg, #fff 10%, var(--ab-aqua) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

@media (min-width: 860px) {
    .ab-specs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .ab-specs > div { padding: 26px 24px; }
}

/* ---------- light sections ---------- */
.ab-section { padding-block: var(--ab-pad); }
.ab-section--white { background: #fff; }

.ab-head { display: grid; gap: 14px; justify-items: start; max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.ab-head h2 { font-size: clamp(1.8rem, 1.15rem + 2.5vw, 2.9rem); }
.ab-head > p:not(.ab-eyebrow) { color: var(--ab-muted); font-size: clamp(1rem, 0.95rem + 0.3vw, 1.175rem); line-height: 1.6; }

/* training centre */
.ab-training__media { margin-bottom: 22px; }

.ab-float-chip {
    position: absolute;
    left: clamp(12px, 2vw, 22px);
    bottom: -22px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 24px);
    padding: 12px 18px 12px 14px;
    border-radius: 16px;
    background: var(--ab-navy);
    box-shadow: 0 14px 30px rgba(11, 33, 53, 0.28);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.3;
}

.ab-main p.ab-float-chip { color: #fff; }
.ab-float-chip .ab-ico { color: var(--ab-aqua); width: 1.35em; height: 1.35em; }

.ab-points { display: grid; width: 100%; margin-top: 6px; border-top: 1px solid var(--ab-line); }
.ab-point { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(14px, 2vw, 22px); padding: 20px 0; border-bottom: 1px solid var(--ab-line); }
.ab-point__no { min-width: 2.1em; padding-top: 3px; color: var(--ab-blue); font-size: 0.95rem; font-weight: 800; letter-spacing: 0.06em; font-variant-numeric: tabular-nums; }
.ab-point h3 { font-size: 1.16rem; line-height: 1.25; letter-spacing: -0.015em; }
.ab-point p { margin-top: 6px; color: var(--ab-muted); font-size: 0.98rem; line-height: 1.55; }
.ab-main .ab-point p { color: var(--ab-muted); }

/* service */
.ab-minis { display: grid; gap: 12px; width: 100%; margin-top: 4px; }
.ab-mini { display: flex; align-items: center; gap: 14px; padding: 14px 18px 14px 14px; border-radius: 18px; background: #fff; box-shadow: inset 0 0 0 1px var(--ab-line); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.ab-mini:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(29, 143, 189, 0.45), var(--ab-shadow-soft); }
.ab-mini__text { display: grid; gap: 2px; min-width: 0; }
.ab-mini__text strong { color: var(--ab-ink); font-size: 1.02rem; font-weight: 800; line-height: 1.25; }
.ab-mini__text span { color: var(--ab-muted); font-size: 0.92rem; line-height: 1.4; }

.ab-service__media::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 18px -10px -14px 18px;
    border: 2px solid rgba(29, 143, 189, 0.32);
    border-radius: var(--ab-radius-lg);
}

.ab-service__media .ab-photo { position: relative; z-index: 1; }

@media (min-width: 960px) {
    .ab-service__media::before { inset: 26px -22px -22px 26px; }
}

/* ---------- dark card: what it means for the client ---------- */
.ab-dark-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    border-radius: var(--ab-radius-lg);
    background:
        radial-gradient(560px 340px at 100% 0%, rgba(95, 208, 227, 0.30), transparent 65%),
        radial-gradient(460px 320px at 0% 100%, rgba(29, 143, 189, 0.28), transparent 62%),
        linear-gradient(135deg, var(--ab-navy) 0%, var(--ab-navy-3) 100%);
    color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 70px rgba(11, 33, 53, 0.22);
}

.ab-dark-card__head { display: grid; gap: 14px; justify-items: start; max-width: 720px; margin-bottom: clamp(26px, 3.6vw, 44px); }
.ab-main .ab-dark-card h2 { color: #fff; font-size: clamp(1.8rem, 1.15rem + 2.5vw, 2.9rem); }
.ab-dark-card__head > p:not(.ab-eyebrow) { font-size: clamp(1rem, 0.95rem + 0.3vw, 1.175rem); line-height: 1.6; }

.ab-benefits { display: grid; gap: 14px; }
.ab-benefit { display: grid; gap: 12px; align-content: start; padding: 22px 20px 24px; border-radius: 20px; background: rgba(255, 255, 255, 0.06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); transition: transform 0.18s ease, background-color 0.18s ease; }
.ab-benefit:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.1); }
.ab-main .ab-benefit h3 { margin-top: 4px; color: #fff; font-size: 1.14rem; line-height: 1.25; letter-spacing: -0.015em; }
.ab-main .ab-benefit p { color: rgba(255, 255, 255, 0.72); font-size: 0.96rem; line-height: 1.55; }

@media (min-width: 640px) { .ab-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .ab-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ---------- four steps ---------- */
.ab-steps { display: grid; gap: 14px; }

.ab-step {
    position: relative;
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 24px 22px 26px;
    border-radius: var(--ab-radius);
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--ab-line), var(--ab-shadow-soft);
}

.ab-step__no { color: var(--ab-blue); font-size: 2.5rem; font-weight: 800; line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }

@supports (-webkit-text-stroke: 1px #000) {
    .ab-step__no { color: transparent; -webkit-text-stroke: 1.5px var(--ab-blue); }
}

.ab-step h3 { margin-top: 6px; font-size: 1.16rem; line-height: 1.25; letter-spacing: -0.015em; }
.ab-main .ab-step p { color: var(--ab-muted); font-size: 0.97rem; line-height: 1.55; }

@media (min-width: 640px) { .ab-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1080px) {
    .ab-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
    .ab-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 44px;
        right: -22px;
        width: 22px;
        height: 2px;
        background: linear-gradient(90deg, rgba(29, 143, 189, 0.5), rgba(95, 208, 227, 0.5));
    }
}

/* ---------- the network, in one sentence ---------- */
.ab-network { display: grid; gap: clamp(28px, 4.5vw, 64px); align-items: center; }
.ab-network__copy { display: grid; gap: 18px; justify-items: start; min-width: 0; }
.ab-network__copy h2 { font-size: clamp(1.8rem, 1.15rem + 2.5vw, 2.9rem); }
.ab-network__copy > p:not(.ab-eyebrow) { max-width: 600px; font-size: clamp(1rem, 0.96rem + 0.28vw, 1.14rem); line-height: 1.65; }
.ab-network__map { overflow: hidden; border-radius: var(--ab-radius-lg); background: #eef7fb; box-shadow: inset 0 0 0 1px var(--ab-line); }
.ab-network__map img { width: 100%; }

.ab-shared { display: grid; gap: 12px; margin-top: 6px; }
.ab-shared__label { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.ab-main p.ab-shared__label { color: var(--ab-muted); }
.ab-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ab-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px 10px 12px; border-radius: 999px; background: var(--ab-aqua-soft); color: var(--ab-ink); font-size: 0.95rem; font-weight: 700; line-height: 1.25; }
.ab-chips .ab-ico { width: 1.1em; height: 1.1em; color: var(--ab-blue); stroke-width: 3; }

@media (min-width: 960px) {
    .ab-network { grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); }
}

/* ---------- closing call: dark ---------- */
.ab-final { padding-block: 0 var(--ab-pad); background: #fff; }

.ab-final__card {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 26px;
    align-items: center;
    overflow: hidden;
    padding: clamp(28px, 5vw, 64px);
    border-radius: var(--ab-radius-lg);
    background:
        radial-gradient(520px 320px at 100% 0%, rgba(95, 208, 227, 0.32), transparent 65%),
        linear-gradient(135deg, var(--ab-navy) 0%, var(--ab-navy-3) 100%);
    color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 30px 70px rgba(11, 33, 53, 0.22);
}

.ab-final__card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -110px;
    right: -90px;
    width: 340px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.035), 0 0 0 84px rgba(255, 255, 255, 0.02);
}

.ab-final__copy { display: grid; gap: 16px; justify-items: start; min-width: 0; }
.ab-main .ab-final__card h2 { color: #fff; font-size: clamp(1.8rem, 1.1rem + 2.8vw, 3.1rem); max-width: 720px; }
.ab-final__copy > p { max-width: 580px; font-size: clamp(1rem, 0.96rem + 0.3vw, 1.2rem); line-height: 1.6; }
.ab-final__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.ab-final__facts li { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px 9px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14); color: rgba(255, 255, 255, 0.8); font-size: 0.92rem; line-height: 1.25; }
.ab-final__facts strong { color: #fff; font-weight: 800; }
.ab-final__facts .ab-ico { color: var(--ab-aqua); width: 1.15em; height: 1.15em; }
.ab-final__actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (min-width: 1000px) {
    .ab-final__card { grid-template-columns: minmax(0, 1fr) auto; column-gap: 48px; }
    .ab-final__actions { flex-direction: column; align-items: stretch; }
}

/* ---------- phones ---------- */
@media (max-width: 959px) {
    .ab-split__media { order: 2; }
    .ab-photo { aspect-ratio: 16 / 10.5; }
}

@media (max-width: 599px) {
    .ab-wrap { width: min(1200px, calc(100% - 32px)); }
    .ab-hero__copy { gap: 16px; }
    .ab-hero__visual { --ab-drop: 26px; padding-left: 18px; }
    .ab-hero__inset { border-width: 4px; }
    .ab-hero__badge { padding: 8px 14px 8px 8px; gap: 10px; border-radius: 16px; }
    .ab-hero__badge .ab-tile { width: 38px; height: 38px; border-radius: 12px; }
    .ab-hero__badge strong { font-size: 0.88rem; }
    .ab-hero__badge small { font-size: 0.76rem; }
    .ab-actions, .ab-final__actions { width: 100%; }
    .ab-actions .ab-btn, .ab-final__actions .ab-btn, .ab-band .ab-btn { width: 100%; }
    .ab-btn { padding: 0 22px; }
    .ab-pillar { padding: 16px 16px; }
    .ab-specs > div { padding: 18px 16px; }
    .ab-float-chip { font-size: 0.88rem; padding: 10px 14px 10px 12px; }
    .ab-device { padding: 8px 16px 8px 8px; }
    .ab-device figure { width: 50px; height: 64px; }
    .ab-step { grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; padding: 20px 18px 22px; }
    .ab-step__no { grid-row: 1 / span 2; min-width: 1.35em; font-size: 2.1rem; }
    .ab-step h3 { margin-top: 2px; }
    .ab-benefit { grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; row-gap: 6px; padding: 18px 16px 20px; }
    .ab-benefit .ab-tile { grid-row: 1 / span 2; }
    .ab-main .ab-benefit h3 { margin-top: 2px; }
}

@media (prefers-reduced-motion: reduce) {
    .ab-main *, .ab-main *::before, .ab-main *::after { transition: none !important; animation: none !important; }
}
