* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: #030713;
}

body.adsource-promo-body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: #ffffff;
    background: #030713;
}

.adsource-landing {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 22% 38%, rgba(0, 84, 255, 0.32), transparent 31rem),
        radial-gradient(circle at 78% 45%, rgba(255, 0, 87, 0.26), transparent 28rem),
        linear-gradient(180deg, #050816 0%, #030713 62%, #02040c 100%);
}

.adsource-landing__bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image: url("/assets/landing/adsource-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.24;
    filter: saturate(1.15);
}

.adsource-landing::before,
.adsource-landing::after {
    position: absolute;
    content: "";
    z-index: -3;
    pointer-events: none;
}

.adsource-landing::before {
    inset: 0;
    background:
        linear-gradient(rgba(31, 111, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 111, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 74%, transparent 100%);
}

.adsource-landing::after {
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 19, 0.26), rgba(3, 7, 19, 0.82));
}

.adsource-landing__glow {
    position: absolute;
    z-index: -2;
    width: 44rem;
    height: 44rem;
    border-radius: 999px;
    filter: blur(52px);
    opacity: 0.38;
    pointer-events: none;
}

.adsource-landing__glow--left {
    left: -18rem;
    bottom: 6rem;
    background: rgba(0, 99, 255, 0.48);
}

.adsource-landing__glow--right {
    right: -18rem;
    bottom: 0;
    background: rgba(255, 0, 91, 0.5);
}

.adsource-landing__header {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: min(100% - 3rem, 1840px);
    margin: 0 auto;
    padding: 1.25rem 0 0.55rem;
}

.adsource-landing__top-ad {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: min(100% - 3rem, 1500px);
    min-height: 60px;
    margin: 0 auto 0.15rem;
}

.adsource-promo-ad-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    overflow: visible;
}

.adsource-promo-ad-slot--banner {
    flex: 1 1 0;
    min-width: 0;
}

.adsource-promo-ad-slot--link {
    flex: 1 1 100%;
}

.adsource-promo-ad-slot .lum-direct-host {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.adsource-landing__logo {
    flex: 0 0 auto;
    color: #f6f8ff;
    font-size: clamp(1.45rem, 2vw, 2.55rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    font-style: italic;
    text-shadow: 0 0 22px rgba(255, 255, 255, 0.24);
}

.adsource-landing__logo span,
.adsource-landing__hero h1 span {
    color: #ff0b57;
    text-shadow: 0 0 22px rgba(255, 0, 91, 0.52);
}

.adsource-landing__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1rem, 2.1vw, 2.8rem);
    flex: 1 1 auto;
}

.adsource-landing__nav a,
.adsource-footer a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.18s ease, text-shadow 0.18s ease;
}

.adsource-landing__nav a:hover,
.adsource-footer a:hover {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(30, 144, 255, 0.7);
}

.adsource-landing__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
}

.adsource-btn,
.adsource-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.75rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(6, 10, 30, 0.62);
    text-decoration: none;
    font: inherit;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.adsource-btn:hover,
.adsource-lang:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.32);
}

.adsource-btn--primary {
    border-color: rgba(255, 0, 88, 0.78);
    background: linear-gradient(135deg, #ff0b57, #d90642);
    box-shadow: 0 0 24px rgba(255, 0, 88, 0.42);
}

.adsource-btn--outline:hover {
    box-shadow: 0 0 20px rgba(0, 117, 255, 0.32);
}

.adsource-lang {
    min-width: 5.7rem;
    cursor: pointer;
}

.adsource-landing__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 18rem) minmax(0, 1fr) minmax(0, 18rem);
    gap: 1.6rem;
    width: min(100% - 3rem, 1760px);
    margin: 0 auto;
    padding: 0.15rem 0 0.9rem;
}

.adsource-landing__hero {
    grid-column: 2;
    text-align: center;
    align-self: end;
}

.adsource-landing__hero h1 {
    margin: 0;
    color: #f8fbff;
    font-size: clamp(3.8rem, 7.8vw, 8rem);
    font-weight: 950;
    line-height: 0.92;
    letter-spacing: 0;
    font-style: italic;
    text-shadow: 0 0 28px rgba(255, 255, 255, 0.24);
}

.adsource-landing__hero p {
    margin: 0.8rem 0 0.4rem;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.25rem, 2.1vw, 2rem);
    line-height: 1.25;
}

.adsource-landing__hero strong {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1rem, 1.45vw, 1.45rem);
    font-weight: 400;
    line-height: 1.35;
}

.adsource-orbit {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 1.25rem;
    min-height: 12rem;
}

.adsource-orbit--left {
    grid-column: 1;
    grid-row: 1 / 3;
}

.adsource-orbit--right {
    grid-column: 3;
    grid-row: 1 / 3;
}

.adsource-mini-panel {
    width: 100%;
    min-height: 13.4rem;
    padding: 1.5rem;
    border: 1px solid rgba(0, 117, 255, 0.28);
    border-radius: 8px;
    background: rgba(4, 9, 32, 0.54);
    box-shadow: inset 0 0 36px rgba(0, 117, 255, 0.12), 0 0 28px rgba(0, 117, 255, 0.08);
}

.adsource-mini-panel span {
    color: rgba(207, 225, 255, 0.78);
    font-size: 0.95rem;
}

.adsource-mini-panel svg {
    width: 100%;
    height: 9rem;
    margin-top: 1rem;
}

.adsource-mini-panel polyline,
.adsource-mini-panel path {
    fill: none;
    stroke: #ff0b57;
    stroke-width: 2.5;
    filter: drop-shadow(0 0 8px rgba(255, 0, 88, 0.85));
}

.adsource-mini-panel--donut {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1.2rem;
}

.adsource-donut {
    width: 7.8rem;
    height: 7.8rem;
    border-radius: 999px;
    background: conic-gradient(#ff0b57 0 28%, #b21696 28% 57%, #006dff 57% 82%, #6331ff 82% 100%);
    box-shadow: 0 0 26px rgba(255, 0, 88, 0.36), 0 0 30px rgba(0, 117, 255, 0.26);
}

.adsource-donut::after {
    display: block;
    width: 3.9rem;
    height: 3.9rem;
    margin: 1.95rem;
    border-radius: inherit;
    background: #060a1f;
    content: "";
}

.adsource-promo-card-ad {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.adsource-promo-card-ad-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 300px);
    min-height: 200px;
    padding: 0.5rem;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(5, 9, 31, 0.58);
    box-shadow: inset 0 0 36px rgba(255, 255, 255, 0.025), 0 0 24px rgba(0, 117, 255, 0.08);
}

.adsource-promo-card-ad-slot .lum-direct-host {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.adsource-landing__cards {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem 1.35rem;
    margin-top: 0.35rem;
}

.adsource-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 10.9rem;
    padding: 1.45rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: rgba(5, 9, 31, 0.74);
    box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.025), 0 0 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.adsource-card::before {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
        repeating-linear-gradient(135deg, transparent 0 8px, rgba(255, 255, 255, 0.04) 9px 10px);
    content: "";
    pointer-events: none;
}

.adsource-card--pink {
    border-color: rgba(255, 0, 88, 0.62);
    box-shadow: inset 0 0 42px rgba(255, 0, 88, 0.08), 0 0 24px rgba(255, 0, 88, 0.16);
}

.adsource-card--blue {
    border-color: rgba(0, 117, 255, 0.66);
    box-shadow: inset 0 0 42px rgba(0, 117, 255, 0.08), 0 0 24px rgba(0, 117, 255, 0.15);
}

.adsource-card:hover {
    transform: translateY(-4px);
}

.adsource-card--pink:hover {
    box-shadow: inset 0 0 46px rgba(255, 0, 88, 0.16), 0 0 34px rgba(255, 0, 88, 0.34);
}

.adsource-card--blue:hover {
    box-shadow: inset 0 0 46px rgba(0, 117, 255, 0.16), 0 0 34px rgba(0, 117, 255, 0.34);
}

.adsource-card > i {
    position: relative;
    z-index: 1;
    color: #2f93ff;
    font-size: 3rem;
    line-height: 1;
    text-shadow: 0 0 18px rgba(47, 147, 255, 0.8);
}

.adsource-card--pink > i {
    color: #ff0b57;
    text-shadow: 0 0 18px rgba(255, 0, 88, 0.8);
}

.adsource-card__title,
.adsource-card__text,
.adsource-card__arrow {
    position: relative;
    z-index: 1;
}

.adsource-card__title {
    margin-top: 1rem;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
}

.adsource-card__text {
    max-width: 15rem;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.96rem;
    line-height: 1.25;
}

.adsource-card__arrow {
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.8rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: #2f93ff;
}

.adsource-card--pink .adsource-card__arrow {
    color: #ff0b57;
}

.adsource-info-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0.05rem clamp(0rem, 2vw, 3rem) 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(5, 9, 31, 0.72);
    box-shadow: 0 0 28px rgba(0, 117, 255, 0.12);
}

.adsource-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    padding: 0.25rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.adsource-info:last-child {
    border-right: 0;
}

.adsource-info i,
.adsource-stat i {
    flex: 0 0 auto;
    color: #2f93ff;
    font-size: 2.4rem;
    text-shadow: 0 0 16px rgba(47, 147, 255, 0.82);
}

.adsource-info:nth-child(4n) i,
.adsource-stat:nth-child(odd) i {
    color: #ff0b57;
    text-shadow: 0 0 16px rgba(255, 0, 88, 0.82);
}

.adsource-info span {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.adsource-info p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.25;
}

.adsource-landing__stats {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
    border: 1px solid rgba(255, 0, 88, 0.74);
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 0, 88, 0.08), rgba(0, 117, 255, 0.06), rgba(255, 0, 88, 0.08));
    box-shadow: 0 0 24px rgba(255, 0, 88, 0.22), inset 0 0 36px rgba(0, 117, 255, 0.06);
}

.adsource-stat {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-width: 0;
    min-height: 6.6rem;
    padding: 1.1rem 1.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.adsource-stat:last-child {
    border-right: 0;
}

.adsource-stat__value {
    color: #ffffff;
    font-size: clamp(1.45rem, 2.2vw, 2.3rem);
    font-weight: 850;
    line-height: 1.05;
    text-shadow: 0 0 18px rgba(255, 255, 255, 0.2);
}

.adsource-stat__label {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.88rem, 1.15vw, 1.2rem);
    line-height: 1.2;
}

.adsource-footer {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
}

.adsource-landing--inner {
    min-height: 100vh;
}

.adsource-page {
    position: relative;
    z-index: 2;
    width: min(100% - 3rem, 1500px);
    margin: 0 auto;
    padding: 3rem 0 3.5rem;
}

.adsource-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: stretch;
}

.adsource-page-hero__topline {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 48rem;
    margin: 0 0 1rem;
}

.adsource-page-hero__ad {
    display: flex;
    justify-content: center;
    flex: 1 1 468px;
    min-width: 260px;
    min-height: 60px;
}

.adsource-page-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border: 1px solid rgba(47, 147, 255, 0.38);
    border-radius: 999px;
    color: #9fcaff;
    background: rgba(47, 147, 255, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.adsource-page-hero h1 {
    max-width: 58rem;
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: clamp(2.6rem, 5vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: 0;
    text-shadow: 0 0 26px rgba(255, 255, 255, 0.18);
}

.adsource-page-hero p {
    max-width: 56rem;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
    line-height: 1.45;
}

.adsource-page-text {
    max-width: 52rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 1rem;
    line-height: 1.55;
}

.adsource-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.6rem;
}

.adsource-page-terminal {
    position: relative;
    min-height: 18rem;
    overflow: hidden;
    border: 1px solid rgba(255, 0, 88, 0.42);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 0, 88, 0.12), rgba(0, 117, 255, 0.08)),
        rgba(5, 9, 31, 0.72);
    box-shadow: inset 0 0 48px rgba(0, 117, 255, 0.1), 0 0 30px rgba(255, 0, 88, 0.14);
}

.adsource-page-terminal__top {
    display: flex;
    gap: 0.45rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.adsource-page-terminal__top span {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: #ff0b57;
    box-shadow: 0 0 12px rgba(255, 0, 88, 0.82);
}

.adsource-page-terminal__top span:nth-child(2) {
    background: #2f93ff;
    box-shadow: 0 0 12px rgba(47, 147, 255, 0.82);
}

.adsource-page-terminal__top span:nth-child(3) {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.52);
}

.adsource-page-terminal__body {
    display: grid;
    align-content: center;
    gap: 0.9rem;
    min-height: 14rem;
    padding: 1.4rem;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: 0.98rem;
}

.adsource-page-terminal--with-side-ad .adsource-page-terminal__body {
    padding-right: 17rem;
}

.adsource-page-terminal__side-ad {
    position: absolute;
    right: 2.4rem;
    top: 5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    min-height: 300px;
}

.adsource-page-side-ad-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    max-width: 100%;
    min-height: 300px;
}

.adsource-page-side-ad-slot .lum-direct-host {
    width: 100%;
    max-width: 100%;
}

.adsource-page-terminal__body b {
    color: #2f93ff;
    font-weight: 700;
}

.adsource-page-metrics,
.adsource-page-grid,
.adsource-news-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.adsource-page-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.adsource-page-metric,
.adsource-page-card,
.adsource-news-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(5, 9, 31, 0.72);
    box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.025), 0 0 22px rgba(0, 117, 255, 0.08);
}

.adsource-page-metric {
    display: grid;
    gap: 0.45rem;
    min-height: 8.2rem;
    padding: 1.2rem;
}

.adsource-page-metric i,
.adsource-page-card i {
    color: #2f93ff;
    font-size: 2.2rem;
    text-shadow: 0 0 16px rgba(47, 147, 255, 0.7);
}

.adsource-page-metric:nth-child(odd) i,
.adsource-page-card:nth-child(odd) i {
    color: #ff0b57;
    text-shadow: 0 0 16px rgba(255, 0, 88, 0.7);
}

.adsource-page-metric strong {
    color: #ffffff;
    font-size: 1.65rem;
    line-height: 1;
}

.adsource-page-metric span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
}

.adsource-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adsource-page-card {
    min-height: 14rem;
    padding: 1.35rem;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

a.adsource-page-card:hover,
.adsource-news-card a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 0, 88, 0.45);
    box-shadow: 0 0 28px rgba(255, 0, 88, 0.18);
}

.adsource-page-card h2,
.adsource-news-card h2 {
    margin: 1rem 0 0;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.2;
}

.adsource-page-card p,
.adsource-news-card p {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.45;
}

.adsource-page-timeline {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.adsource-page-timeline article {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.25rem;
    border: 1px solid rgba(47, 147, 255, 0.22);
    border-radius: 8px;
    background: rgba(5, 9, 31, 0.72);
}

.adsource-page-timeline article span {
    color: #ff0b57;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 16px rgba(255, 0, 88, 0.6);
}

.adsource-page-timeline h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.22rem;
}

.adsource-page-timeline p {
    margin: 0.45rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.45;
}

.adsource-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adsource-news-card {
    min-height: 12rem;
    padding: 1.25rem;
}

.adsource-news-card__date {
    color: #9fcaff;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.adsource-news-card__read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
    border: 0;
    color: #ffffff;
    background: transparent;
    font-weight: 800;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.adsource-news-card__read:hover {
    color: #9fcaff;
}

body.adsource-modal-open {
    overflow: hidden;
}

.adsource-news-modal[hidden] {
    display: none;
}

.adsource-news-modal {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: grid;
    place-items: center;
    padding: 1.2rem;
}

.adsource-news-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 4, 12, 0.78);
    backdrop-filter: blur(10px);
}

.adsource-news-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    max-height: min(78vh, 760px);
    overflow: auto;
    padding: 1.6rem;
    border: 1px solid rgba(255, 0, 88, 0.62);
    border-radius: 8px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 0, 88, 0.12), rgba(0, 117, 255, 0.08)),
        rgba(5, 9, 31, 0.96);
    box-shadow: 0 0 44px rgba(255, 0, 88, 0.24), inset 0 0 38px rgba(0, 117, 255, 0.08);
}

.adsource-news-modal__close {
    position: sticky;
    top: 0;
    float: right;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: -0.4rem -0.4rem 0.4rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(5, 9, 31, 0.88);
    cursor: pointer;
}

.adsource-news-modal__date {
    color: #9fcaff;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.adsource-news-modal h2 {
    margin: 0.7rem 0 1rem;
    color: #ffffff;
    font-size: clamp(1.45rem, 3vw, 2.4rem);
    line-height: 1.12;
}

.adsource-news-modal__body {
    clear: both;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.65;
    white-space: pre-wrap;
}

@media (max-width: 1360px) {
    .adsource-landing__header {
        flex-wrap: wrap;
    }

    .adsource-landing__nav {
        order: 3;
        flex-basis: 100%;
    }

    .adsource-landing__main {
        grid-template-columns: 1fr;
    }

    .adsource-landing__hero,
    .adsource-landing__cards,
    .adsource-orbit,
    .adsource-info-row,
    .adsource-landing__stats,
    .adsource-footer {
        grid-column: 1;
    }

    .adsource-orbit {
        display: none;
    }

    .adsource-info-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-right: 0;
        margin-left: 0;
    }

    .adsource-info:nth-child(3n) {
        border-right: 0;
    }
}

@media (max-width: 980px) {
    body.adsource-promo-body {
        min-height: 100%;
    }

    .adsource-landing {
        min-height: 100%;
        overflow: visible;
    }

    .adsource-landing__header,
    .adsource-landing__main,
    .adsource-landing__top-ad {
        width: min(100% - 2rem, 760px);
    }

    .adsource-landing__header {
        justify-content: center;
        gap: 1rem;
        padding-top: 1rem;
    }

    .adsource-landing__logo {
        margin-right: auto;
    }

    .adsource-landing__nav {
        display: none;
    }

    .adsource-landing__actions {
        gap: 0.55rem;
    }

    .adsource-btn {
        min-height: 2.75rem;
        padding: 0.65rem 0.85rem;
    }

    .adsource-lang {
        display: none;
    }

    .adsource-landing__main {
        padding-top: 1.8rem;
    }

    .adsource-landing__top-ad {
        margin-bottom: 0;
    }

    .adsource-landing__hero {
        min-width: 0;
        overflow: hidden;
    }

    .adsource-landing__hero h1,
    .adsource-page-hero h1 {
        max-width: 100%;
        overflow-wrap: normal;
    }

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

    .adsource-info-row,
    .adsource-landing__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adsource-page {
        width: min(100% - 2rem, 760px);
        padding-top: 2rem;
    }

    .adsource-page-hero {
        grid-template-columns: 1fr;
    }

    .adsource-page-terminal--with-side-ad .adsource-page-terminal__body {
        padding-right: 15rem;
    }

    .adsource-page-terminal__side-ad {
        right: 1.4rem;
    }

    .adsource-page-metrics,
    .adsource-page-grid,
    .adsource-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .adsource-info,
    .adsource-stat {
        border-right: 0;
    }

    .adsource-info:nth-child(odd),
    .adsource-stat:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.13);
    }

    .adsource-info {
        padding: 0.8rem;
    }

    .adsource-stat {
        min-height: 6rem;
        padding: 1rem;
    }
}

@media (max-width: 820px) {
    .adsource-landing__header {
        width: min(100% - 1.2rem, 680px);
    }

    .adsource-landing__logo {
        width: 100%;
        margin-right: 0;
    }

    .adsource-landing__actions {
        width: 100%;
    }

    .adsource-landing__actions .adsource-btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .adsource-landing__hero h1 {
        font-size: clamp(3.1rem, 13.4vw, 5.4rem);
    }

    .adsource-landing__hero p,
    .adsource-landing__hero strong {
        max-width: min(100%, 32rem);
        margin-right: auto;
        margin-left: auto;
    }

    .adsource-landing__cards {
        grid-template-columns: 1fr;
    }

    .adsource-card {
        min-height: 11rem;
    }
}

@media (max-width: 620px) {
    .adsource-landing__bg {
        opacity: 0.16;
        background-size: auto 100%;
    }

    .adsource-landing__header,
    .adsource-landing__main,
    .adsource-landing__top-ad {
        width: min(100% - 1rem, 460px);
    }

    .adsource-landing__header {
        align-items: flex-start;
        padding-top: 1.15rem;
    }

    .adsource-landing__actions {
        width: 100%;
        gap: 0.6rem;
    }

    .adsource-btn {
        flex: 1 1 0;
        min-width: 0;
        min-height: 2.75rem;
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }

    .adsource-landing__hero h1 {
        width: 100%;
        font-size: clamp(2.65rem, 15.2vw, 3.85rem);
        line-height: 0.96;
        overflow-wrap: normal;
    }

    .adsource-landing__hero p {
        max-width: 22rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.08rem;
        line-height: 1.28;
    }

    .adsource-landing__hero strong {
        max-width: 21rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.98rem;
    }

    .adsource-landing__cards,
    .adsource-info-row,
    .adsource-landing__stats {
        grid-template-columns: 1fr;
    }

    .adsource-card {
        min-height: 9.6rem;
        padding: 1.15rem;
    }

    .adsource-card > i {
        font-size: 2.5rem;
    }

    .adsource-card__title {
        margin-top: 0.8rem;
        font-size: 1.18rem;
    }

    .adsource-card__text {
        font-size: 0.9rem;
    }

    .adsource-info,
    .adsource-info:nth-child(odd),
    .adsource-stat,
    .adsource-stat:nth-child(odd) {
        border-right: 0;
    }

    .adsource-info:not(:last-child),
    .adsource-stat:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .adsource-footer {
        flex-direction: column;
        gap: 0.3rem;
        padding-bottom: 1rem;
    }

    .adsource-page {
        width: min(100% - 1.2rem, 460px);
        padding-top: 1.4rem;
    }

    .adsource-page-actions,
    .adsource-page-actions .adsource-btn {
        width: 100%;
    }

    .adsource-page-terminal--with-side-ad .adsource-page-terminal__body {
        padding-right: 1.4rem;
    }

    .adsource-page-terminal__side-ad {
        position: static;
        width: 100%;
        margin: 0 auto 1.4rem;
        padding: 0 1.4rem;
    }

    .adsource-page-hero__topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .adsource-page-hero__ad {
        width: 100%;
        min-width: 0;
    }

    .adsource-page-metrics,
    .adsource-page-grid,
    .adsource-news-grid {
        grid-template-columns: 1fr;
    }

    .adsource-page-timeline article {
        grid-template-columns: 1fr;
    }
}
