:root {
    --air-cx-ink: #111827;
    --air-cx-muted: #5f6b7a;
    --air-cx-line: #e5eaf1;
    --air-cx-surface: #ffffff;
    --air-cx-soft: #f5f7fb;
    --air-cx-blue: #2563eb;
    --air-cx-blue-dark: #1747b7;
    --air-cx-indigo: #5b4bff;
    --air-cx-navy: #0d172a;
    --air-cx-radius-lg: 26px;
    --air-cx-radius-md: 18px;
    --air-cx-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
}

body.airundown-category-experience {
    background: #fff;
}

.airundown-cx,
.airundown-cx * {
    box-sizing: border-box;
}

.airundown-cx {
    color: var(--air-cx-ink);
    overflow: hidden;
}

.airundown-cx a {
    text-decoration: none;
}

.airundown-cx__container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.airundown-cx__hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 44px;
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    background:
        linear-gradient(135deg, rgba(246, 248, 255, 0.98), rgba(238, 246, 255, 0.9)),
        radial-gradient(circle at 75% 20%, rgba(91, 75, 255, 0.13), transparent 34%);
}

.airundown-cx__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.airundown-cx__hero-inner {
    position: relative;
    z-index: 2;
}

.airundown-cx__hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    pointer-events: none;
}

.airundown-cx__hero-glow--one {
    top: -120px;
    right: 9%;
    width: 280px;
    height: 280px;
    background: rgba(91, 75, 255, 0.11);
}

.airundown-cx__hero-glow--two {
    bottom: -180px;
    left: 5%;
    width: 340px;
    height: 340px;
    background: rgba(37, 99, 235, 0.08);
}

.airundown-cx__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 25px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.airundown-cx__breadcrumb a {
    color: #465269;
}

.airundown-cx__breadcrumb a:hover {
    color: var(--air-cx-blue);
}

.airundown-cx__eyebrow,
.airundown-cx__section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--air-cx-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.airundown-cx__eyebrow-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.airundown-cx__eyebrow-icon svg,
.airundown-cx__read-time svg,
.airundown-cx__button svg,
.airundown-cx__text-link svg,
.airundown-cx__empty > span svg {
    width: 100%;
    height: 100%;
}

.airundown-cx__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    align-items: end;
    margin-top: 12px;
}

.airundown-cx__hero h1 {
    max-width: 820px;
    margin: 0;
    color: #101827;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.airundown-cx__description {
    max-width: 820px;
    margin: 20px 0 0;
    color: #465269;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.65;
}

.airundown-cx__hero-stat {
    min-width: 170px;
    padding: 20px 22px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.08);
    backdrop-filter: blur(12px);
}

.airundown-cx__hero-stat strong,
.airundown-cx__hero-stat span {
    display: block;
}

.airundown-cx__hero-stat strong {
    color: var(--air-cx-blue);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.airundown-cx__hero-stat span {
    margin-top: 8px;
    color: #687386;
    font-size: 13px;
    font-weight: 650;
}

.airundown-cx__topics {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 34px;
}

.airundown-cx__topics-label {
    margin-right: 3px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 750;
}

.airundown-cx__topics a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(37, 99, 235, 0.13);
    border-radius: 999px;
    color: #34405a;
    background: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.airundown-cx__topics a:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.4);
    color: var(--air-cx-blue);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
}

.airundown-cx__content {
    padding-top: 70px;
    padding-bottom: 86px;
}

.airundown-cx__featured {
    margin-bottom: 78px;
}

.airundown-cx__section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.airundown-cx__section-heading--compact {
    margin-bottom: 22px;
}

.airundown-cx__section-heading h2 {
    margin: 7px 0 0;
    color: #121a2a;
    font-size: clamp(29px, 3vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.airundown-cx__section-heading > p {
    margin: 0 0 4px;
    color: #768195;
    font-size: 13px;
    font-weight: 650;
}

.airundown-cx__featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--air-cx-line);
    border-radius: var(--air-cx-radius-lg);
    background: var(--air-cx-surface);
    box-shadow: var(--air-cx-shadow);
}

.airundown-cx__featured-media,
.airundown-cx__card-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #0d172a;
}

.airundown-cx__featured-media img,
.airundown-cx__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(.2,.75,.2,1);
}

.airundown-cx__featured-card:hover .airundown-cx__featured-media img,
.airundown-cx__card:hover .airundown-cx__card-media img {
    transform: scale(1.035);
}

.airundown-cx__featured-media {
    min-height: 430px;
}

.airundown-cx__image-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(135deg, rgba(47, 75, 152, 0.25), rgba(19, 30, 51, 0.1)),
        radial-gradient(circle at 15% 15%, rgba(66, 153, 225, 0.35), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(91, 75, 255, 0.32), transparent 24%),
        #0b1528;
}

.airundown-cx__image-fallback::before,
.airundown-cx__image-fallback::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
}

.airundown-cx__image-fallback::before {
    width: 68%;
    aspect-ratio: 1;
    top: -23%;
    right: -13%;
}

.airundown-cx__image-fallback::after {
    width: 43%;
    aspect-ratio: 1;
    bottom: -25%;
    left: -10%;
}

.airundown-cx__image-fallback span {
    position: relative;
    z-index: 2;
    max-width: 80%;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.airundown-cx__featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px;
}

.airundown-cx__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.airundown-cx__badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #194aa8;
    background: #eaf2ff;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.airundown-cx__badge--soft {
    color: #4f5d73;
    background: #f1f3f7;
}

.airundown-cx__featured-copy h3 {
    margin: 19px 0 15px;
    font-size: clamp(31px, 3.3vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.048em;
}

.airundown-cx__featured-copy h3 a,
.airundown-cx__card h3 a {
    color: #13203a;
}

.airundown-cx__featured-copy h3 a:hover,
.airundown-cx__card h3 a:hover {
    color: var(--air-cx-blue);
}

.airundown-cx__featured-copy > p {
    margin: 0;
    color: var(--air-cx-muted);
    font-size: 16px;
    line-height: 1.72;
}

.airundown-cx__featured-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.airundown-cx__post-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #7b8494;
    font-size: 12px;
    font-weight: 620;
}

.airundown-cx__read-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.airundown-cx__read-time svg {
    width: 15px;
    height: 15px;
}

.airundown-cx__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 11px 17px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--air-cx-blue), var(--air-cx-indigo));
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.21);
    font-size: 13px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.airundown-cx__button:hover {
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.airundown-cx__button svg,
.airundown-cx__text-link svg {
    width: 17px;
    height: 17px;
}

.airundown-cx__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.airundown-cx__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--air-cx-line);
    border-radius: var(--air-cx-radius-md);
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.055);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.airundown-cx__card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.23);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.11);
}

.airundown-cx__card-media {
    aspect-ratio: 16 / 9;
}

.airundown-cx__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px 25px 23px;
}

.airundown-cx__card h3 {
    margin: 16px 0 12px;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.12;
    letter-spacing: -0.038em;
}

.airundown-cx__card-body > p {
    margin: 0;
    color: var(--air-cx-muted);
    font-size: 14px;
    line-height: 1.68;
}

.airundown-cx__card-footer {
    margin-top: auto;
    padding-top: 25px;
}

.airundown-cx__text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--air-cx-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.airundown-cx__text-link svg {
    transition: transform 180ms ease;
}

.airundown-cx__text-link:hover svg {
    transform: translateX(3px);
}

.airundown-cx__pagination {
    margin-top: 50px;
}

.airundown-cx__pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.airundown-cx__pagination a,
.airundown-cx__pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border: 1px solid var(--air-cx-line);
    border-radius: 11px;
    color: #445066;
    background: #fff;
    font-size: 13px;
    font-weight: 750;
}

.airundown-cx__pagination a:hover,
.airundown-cx__pagination .current {
    border-color: var(--air-cx-blue);
    color: #fff;
    background: var(--air-cx-blue);
}

.airundown-cx__empty {
    padding: 70px 24px;
    border: 1px dashed #d8deea;
    border-radius: 22px;
    text-align: center;
    background: var(--air-cx-soft);
}

.airundown-cx__empty > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    color: var(--air-cx-blue);
}

.airundown-cx__empty h3 {
    margin: 15px 0 8px;
    font-size: 28px;
    letter-spacing: -0.035em;
}

.airundown-cx__empty p {
    max-width: 560px;
    margin: 0 auto 23px;
    color: var(--air-cx-muted);
}

@media (max-width: 1024px) {
    .airundown-cx__hero-grid {
        gap: 35px;
    }

    .airundown-cx__featured-card {
        grid-template-columns: 1fr 1fr;
    }

    .airundown-cx__featured-copy {
        padding: 36px;
    }

    .airundown-cx__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .airundown-cx__container {
        width: min(100% - 28px, 1180px);
    }

    .airundown-cx__hero {
        padding: 34px 0 34px;
    }

    .airundown-cx__breadcrumb {
        margin-bottom: 19px;
    }

    .airundown-cx__hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }

    .airundown-cx__hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .airundown-cx__description {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.6;
    }

    .airundown-cx__hero-stat {
        display: inline-flex;
        min-width: 0;
        width: fit-content;
        align-items: center;
        gap: 12px;
        padding: 13px 16px;
    }

    .airundown-cx__hero-stat strong {
        font-size: 26px;
    }

    .airundown-cx__hero-stat span {
        margin: 0;
    }

    .airundown-cx__topics {
        margin-top: 26px;
    }

    .airundown-cx__topics-label {
        flex: 0 0 100%;
    }

    .airundown-cx__content {
        padding-top: 48px;
        padding-bottom: 62px;
    }

    .airundown-cx__featured {
        margin-bottom: 56px;
    }

    .airundown-cx__section-heading {
        display: block;
        margin-bottom: 20px;
    }

    .airundown-cx__section-heading > p {
        margin-top: 10px;
    }

    .airundown-cx__featured-card {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 20px;
    }

    .airundown-cx__featured-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .airundown-cx__featured-copy {
        padding: 27px 24px 28px;
    }

    .airundown-cx__featured-copy h3 {
        font-size: 32px;
    }

    .airundown-cx__featured-footer {
        display: block;
    }

    .airundown-cx__featured-footer .airundown-cx__button {
        margin-top: 22px;
    }

    .airundown-cx__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .airundown-cx__card h3 {
        font-size: 27px;
    }
}

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