@font-face {
    font-family: 'Fraunces';
    src: url('/assets/fonts/fraunces-v24-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/assets/fonts/fraunces-v24-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/lexend-v21-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/lexend-v21-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('/assets/fonts/lexend-v21-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --ar-rose-pale: #FFECF9;
    --ar-blush:     #FFB7DF;
    --ar-coral:     #EB7EA8;
    --ar-berry:     #BD5884;

    --ar-bg:   #1A0D14;
    --ar-bg-2: #261320;
    --ar-bg-3: #33192B;

    --ar-text:       #FFECF9;
    --ar-text-soft:  #F2C4DB;
    --ar-text-muted: #C48EA8;

    --ar-accent:   #EB7EA8;
    --ar-accent-2: #FFB7DF;

    --ar-border: #4D1F37;
    --ar-edge:   #3A1628;
    --ar-glow:   #5C2240;

    --ar-btn-primary-border:  #9B3F68;
    --ar-btn-primary-shadow:  #7A2E50;
    --ar-btn-primary-hover:   #CA6090;
    --ar-btn-primary-depth:   #3D0E22;
    --ar-btn-soft-depth:      #0D0509;
    --ar-btn-soft-hover:      #3F2035;

    --ff-head: 'Fraunces', Georgia, serif;
    --ff-body: 'Lexend', system-ui, sans-serif;

    --fw-md:  500;
    --fw-sb:  600;
    --fw-bd:  700;
    --fw-xbd: 900;

    --fz-legal: 0.875rem;
    --fz-sm:    0.9375rem;
    --fz-md:    1.0625rem;
    --fz-lg:    1.1875rem;
    --fz-h5: clamp(1.0625rem, 2vw, 1.25rem);
    --fz-h4: clamp(1.1875rem, 2.4vw, 1.5rem);
    --fz-h3: clamp(1.375rem, 3vw, 1.875rem);
    --fz-h2: clamp(1.75rem, 3.8vw, 2.5rem);
    --fz-h1: clamp(2.25rem, 5vw, 3.75rem);

    --container: 1240px;
    --radius:    14px;
    --radius-sm: 8px;
    --radius-lg: 22px;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

body {
    font-family: var(--ff-body);
    font-size: var(--fz-md);
    font-weight: var(--fw-sb);
    line-height: 1.65;
    color: var(--ar-text);
    background-color: var(--ar-bg);
    min-height: 100vh;
}

img, picture, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    transition: color 0.22s ease;
}

a:not([class]) {
    text-decoration: underline;
    text-underline-offset: 3px;
}

a:not([class]):hover {
    color: var(--ar-accent);
}

nav a, .ar-btn {
    text-decoration: none;
}

a:focus-visible {
    outline: 2px solid var(--ar-accent);
    outline-offset: 2px;
    border-radius: 3px;
}

h1, .ar-h1 {
    font-family: var(--ff-head);
    font-size: var(--fz-h1);
    font-weight: var(--fw-xbd);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--ar-text);
    margin-bottom: 1.5rem;
}

h2, .ar-h2 {
    font-family: var(--ff-head);
    font-size: var(--fz-h2);
    font-weight: var(--fw-bd);
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--ar-text);
    margin-bottom: 1.25rem;
}

h3, .ar-h3 {
    font-family: var(--ff-head);
    font-size: var(--fz-h3);
    font-weight: var(--fw-bd);
    line-height: 1.28;
    letter-spacing: -0.01em;
    color: var(--ar-text);
    margin-bottom: 1rem;
}

h4, .ar-h4 {
    font-family: var(--ff-body);
    font-size: var(--fz-h4);
    font-weight: var(--fw-bd);
    line-height: 1.34;
    color: var(--ar-text);
    margin-bottom: 0.875rem;
}

h5, .ar-h5 {
    font-family: var(--ff-body);
    font-size: var(--fz-h5);
    font-weight: var(--fw-bd);
    line-height: 1.42;
    color: var(--ar-text-soft);
    margin-bottom: 0.75rem;
}

h6, .ar-h6 {
    font-family: var(--ff-body);
    font-size: var(--fz-sm);
    font-weight: var(--fw-bd);
    line-height: 1.5;
    color: var(--ar-text-muted);
    margin-bottom: 0.625rem;
}

p, .ar-p {
    font-size: var(--fz-md);
    font-weight: var(--fw-sb);
    line-height: 1.76;
    color: var(--ar-text-soft);
    margin-bottom: 1rem;
}

.ar-p--sm {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    line-height: 1.65;
    color: var(--ar-text-muted);
    margin-bottom: 0.75rem;
}

.ar-legal {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    line-height: 1.6;
    color: var(--ar-text-muted);
}

small {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    line-height: 1.55;
    color: var(--ar-text-muted);
}

.ar-wrap {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.ar-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: -0.15em;
    flex-shrink: 0;
}

.ar-ico--xs  { width: 14px; height: 14px; }
.ar-ico--sm  { width: 18px; height: 18px; }
.ar-ico--md  { width: 24px; height: 24px; }
.ar-ico--lg  { width: 32px; height: 32px; }
.ar-ico--xl  { width: 44px; height: 44px; }

.ar-ico--light  { filter: brightness(0) invert(1); }
.ar-ico--accent { filter: brightness(0) saturate(100%) invert(60%) sepia(40%) saturate(800%) hue-rotate(300deg) brightness(105%) contrast(95%); }
.ar-ico--berry  { filter: brightness(0) saturate(100%) invert(38%) sepia(45%) saturate(900%) hue-rotate(298deg) brightness(88%) contrast(94%); }
.ar-ico--muted  { filter: brightness(0) saturate(100%) invert(68%) sepia(18%) saturate(500%) hue-rotate(295deg) brightness(98%) contrast(88%); }

.ar-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-family: var(--ff-body);
    font-weight: var(--fw-bd);
    font-size: var(--fz-sm);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    padding: 0.9em 1.9em;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: background 150ms cubic-bezier(0, 0, 0.58, 1), transform 150ms cubic-bezier(0, 0, 0.58, 1);
}

.ar-btn:focus-visible {
    outline: 2.5px solid var(--ar-blush);
    outline-offset: 3px;
}

.ar-btn--primary {
    background: var(--ar-berry);
    color: var(--ar-rose-pale);
    border: 2px solid var(--ar-btn-primary-border);
}

.ar-btn--primary::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ar-btn-primary-shadow);
    border-radius: inherit;
    box-shadow: 0 0 0 2px var(--ar-btn-primary-border), 0 0.625em 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.ar-btn--primary:hover {
    background: var(--ar-btn-primary-hover);
    transform: translate(0, 0.25em);
}

.ar-btn--primary:hover::before {
    box-shadow: 0 0 0 2px var(--ar-btn-primary-border), 0 0.5em 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 0.5em, -1em);
}

.ar-btn--primary:active {
    background: var(--ar-btn-primary-hover);
    transform: translate(0, 0.75em);
}

.ar-btn--primary:active::before {
    box-shadow: 0 0 0 2px var(--ar-btn-primary-border), 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 0, -1em);
}

.ar-btn--soft {
    background: var(--ar-bg-3);
    color: var(--ar-accent-2);
    border: 2px solid var(--ar-border);
}

.ar-btn--soft::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ar-bg-2);
    border-radius: inherit;
    box-shadow: 0 0 0 2px var(--ar-border), 0 0.625em 0 0 var(--ar-btn-soft-depth);
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}

.ar-btn--soft:hover {
    background: var(--ar-btn-soft-hover);
    transform: translate(0, 0.25em);
}

.ar-btn--soft:hover::before {
    box-shadow: 0 0 0 2px var(--ar-border), 0 0.5em 0 0 var(--ar-btn-soft-depth);
    transform: translate3d(0, 0.5em, -1em);
}

.ar-btn--soft:active {
    background: var(--ar-btn-soft-hover);
    transform: translate(0, 0.75em);
}

.ar-btn--soft:active::before {
    box-shadow: 0 0 0 2px var(--ar-border), 0 0 var(--ar-btn-soft-depth);
    transform: translate3d(0, 0, -1em);
}

.ar-btn--full { width: 100%; }
.ar-btn--sm { font-size: var(--fz-legal); padding: 0.7em 1.4em; }
.ar-btn--lg { font-size: var(--fz-md); padding: 1em 2.2em; }

.ar-topbar {
    background: var(--ar-bg-2);
    border-bottom: 1px solid var(--ar-border);
    padding: 0.55rem 0;
}

.ar-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ar-topbar__side {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    white-space: nowrap;
    flex: 1;
}

.ar-topbar__side--right {
    text-align: right;
}

.ar-topbar__center {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.ar-topbar__age {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ar-berry);
    border: 2px solid var(--ar-btn-primary-border);
    font-family: var(--ff-head);
    font-size: 1.125rem;
    font-weight: var(--fw-xbd);
    color: var(--ar-rose-pale);
    letter-spacing: -0.02em;
    transform-style: preserve-3d;
    flex-shrink: 0;
}

.ar-topbar__age::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ar-btn-primary-shadow);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--ar-btn-primary-border), 0 5px 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 5px, -1em);
}

.ar-topbar__age-label {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    white-space: nowrap;
}

.ar-header {
    background: var(--ar-bg);
    border-bottom: 1px solid var(--ar-border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.ar-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    height: 84px;
}

.ar-header__nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.ar-header__nav-link {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-sm);
    transition: color 0.22s ease, background 0.22s ease;
    position: relative;
    white-space: nowrap;
}

.ar-header__nav-link:hover {
    color: var(--ar-text);
    background: var(--ar-bg-3);
}

.ar-header__nav-link--active {
    color: var(--ar-text);
}

.ar-header__nav-link--active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0.75rem;
    right: 0.75rem;
    height: 2px;
    background: var(--ar-coral);
    border-radius: 2px;
}

.ar-header__nav-link--highlight {
    color: var(--ar-accent);
}

.ar-header__nav-link--highlight:hover {
    color: var(--ar-blush);
    background: var(--ar-bg-3);
}

.ar-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 0;
}

.ar-header__logo-img {
    height: 44px;
    width: auto;
    flex-shrink: 0;
    min-width: 0;
}

.ar-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.ar-header__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.ar-header__burger-line {
    width: 20px;
    height: 2px;
    background: var(--ar-text);
    border-radius: 2px;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.ar-header__burger[aria-expanded="true"] .ar-header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ar-header__burger[aria-expanded="true"] .ar-header__burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.ar-header__burger[aria-expanded="true"] .ar-header__burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ar-nav-mobile {
    position: fixed;
    inset: 0;
    background: var(--ar-bg);
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 1.5rem) env(safe-area-inset-left, 0px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.ar-nav-mobile[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ar-nav-mobile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem clamp(1rem, 4vw, 2rem);
    border-bottom: 1px solid var(--ar-border);
    height: 84px;
    flex-shrink: 0;
}

.ar-nav-mobile__links {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    padding: 2rem clamp(1rem, 4vw, 2rem);
    overflow-y: auto;
}

.ar-nav-mobile__link {
    font-family: var(--ff-head);
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    transition: color 0.22s ease;
    text-align: center;
}

.ar-nav-mobile__link:hover,
.ar-nav-mobile__link--active {
    color: var(--ar-text);
}

.ar-nav-mobile__link--highlight {
    color: var(--ar-accent);
}

.ar-nav-mobile__bottom {
    padding: 1.5rem clamp(1rem, 4vw, 2rem);
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 1.5rem));
    border-top: 1px solid var(--ar-border);
    flex-shrink: 0;
}

.ar-agegate {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(10, 4, 8, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ar-agegate__card {
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem 2rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.52);
}

.ar-agegate__badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--ar-berry);
    border: 3px solid var(--ar-btn-primary-border);
    font-family: var(--ff-head);
    font-size: 2rem;
    font-weight: var(--fw-xbd);
    color: var(--ar-rose-pale);
    letter-spacing: -0.03em;
    transform-style: preserve-3d;
    margin: 0 auto 1.75rem;
}

.ar-agegate__badge::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ar-btn-primary-shadow);
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--ar-btn-primary-border), 0 10px 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 10px, -1em);
}

.ar-agegate__title {
    margin-bottom: 0.875rem;
}

.ar-agegate__text {
    margin-bottom: 0.5rem;
}

.ar-agegate__sub {
    margin-bottom: 2rem;
}

.ar-agegate__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ar-cookie {
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    width: calc(100% - 2.5rem);
    max-width: 860px;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.42);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ar-cookie--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px);
}

.ar-cookie__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ar-cookie__body {
    flex: 1;
    min-width: 0;
}

.ar-cookie__title {
    font-size: var(--fz-sm);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    margin-bottom: 0.2rem;
}

.ar-cookie__text {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    line-height: 1.5;
    margin: 0;
}

.ar-cookie__text a {
    color: var(--ar-accent);
    text-underline-offset: 2px;
}

.ar-cookie__actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

@media (max-width: 899px) {
    .ar-topbar { display: none; }

    .ar-header__nav,
    .ar-header__actions .ar-btn,
    .ar-header__actions .ar-header__nav-link {
        display: none;
    }

    .ar-header__inner {
        grid-template-columns: auto 1fr auto;
        height: 76px;
        gap: 1rem;
    }

    .ar-header__logo {
        order: 1;
        justify-content: flex-start;
        grid-column: 1;
    }

    .ar-header__nav {
        order: 2;
        grid-column: 2;
    }

    .ar-header__actions {
        order: 3;
        gap: 0;
        grid-column: 3;
    }

    .ar-header__burger {
        display: flex;
    }

    .ar-cookie {
        flex-wrap: wrap;
        bottom: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
        transform: none;
    }

    .ar-cookie--hidden {
        transform: translateY(12px);
    }

    .ar-cookie__actions {
        width: 100%;
        flex-direction: column;
    }

    .ar-cookie__actions .ar-btn {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .ar-nav-mobile { display: none !important; }
}

.ar-hero {
    position: relative;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ar-hero__pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.ar-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(ellipse 70% 90% at 30% 50%, transparent 30%, var(--ar-bg) 80%);
    pointer-events: none;
}

.ar-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.ar-hero__content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ar-hero__label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-berry);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
}

.ar-hero__title {
    font-family: var(--ff-head);
    font-size: var(--fz-h1);
    font-weight: var(--fw-xbd);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--ar-text);
    margin-bottom: 0.5rem;
}

.ar-hero__title-accent {
    color: var(--ar-coral);
    display: block;
}

.ar-hero__sub {
    font-size: var(--fz-sm);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    margin-bottom: 1.75rem;
    letter-spacing: 0.02em;
}

.ar-hero__heading {
    font-family: var(--ff-head);
    font-size: var(--fz-h2);
    font-weight: var(--fw-bd);
    line-height: 1.28;
    color: var(--ar-text-soft);
    margin-bottom: 2rem;
}

.ar-hero__action {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ar-hero__note {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-hero__visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    min-height: 480px;
}

.ar-hero__illus {
    position: absolute;
    bottom: -4rem;
    right: -2rem;
    width: 540px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
}

.ar-hero__footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--ar-border);
    padding: 1.25rem 0;
}

.ar-hero__stats {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.ar-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.ar-hero__stat-num {
    font-family: var(--ff-head);
    font-size: var(--fz-h3);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1;
}

.ar-hero__stat-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-hero__stat-div {
    width: 1px;
    height: 36px;
    background: var(--ar-border);
    flex-shrink: 0;
}

@media (max-width: 899px) {
    .ar-hero {
        min-height: auto;
    }

    .ar-hero__inner {
        grid-template-columns: 1fr;
        padding-top: 3rem;
        padding-bottom: 2rem;
        gap: 0;
    }

    .ar-hero__visual {
        min-height: 280px;
        justify-content: center;
        align-items: flex-end;
    }

    .ar-hero__illus {
        position: relative;
        bottom: auto;
        right: auto;
        width: 320px;
        margin: 0 auto;
    }

    .ar-hero__stats {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .ar-hero__action {
        flex-direction: column;
        align-items: flex-start;
    }

    .ar-hero__btn {
        width: 100%;
    }
}

.ar-criteria {
    padding: 6rem 0 5rem;
    background: var(--ar-bg);
}

.ar-criteria__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
}

.ar-criteria__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ar-criteria__illus {
    width: 420px;
    max-width: 100%;
    height: auto;
    margin-left: -2rem;
}

.ar-criteria__text {
    display: flex;
    flex-direction: column;
    gap: 0;
}



.ar-criteria__tabs {
    position: relative;
}

.ar-criteria__tab-nav {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--ar-border);
    border-radius: var(--radius);
    background: var(--ar-bg-2);
    padding: 0.375rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.ar-criteria__tab-nav::-webkit-scrollbar {
    display: none;
}

.ar-criteria__tab-btn {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    border-radius: calc(var(--radius) - 4px);
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: var(--ff-body);
    font-size: var(--fz-legal);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    white-space: nowrap;
    transition: background 0.22s ease, color 0.22s ease;
    position: relative;
}

.ar-criteria__tab-btn:hover {
    color: var(--ar-text-soft);
}

.ar-criteria__tab-btn[aria-selected="true"] {
    background: var(--ar-bg-3);
    color: var(--ar-text);
    box-shadow: 0 1px 4px rgba(0,0,0,0.28);
}

.ar-criteria__tab-btn[aria-selected="true"] .ar-ico {
    filter: brightness(0) saturate(100%) invert(60%) sepia(40%) saturate(800%) hue-rotate(300deg) brightness(105%) contrast(95%);
}

.ar-criteria__panels {
    position: relative;
    min-height: 260px;
}

.ar-criteria__panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.ar-criteria__panel[aria-hidden="false"] {
    display: grid;
}

.ar-criteria__panel-body {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.ar-criteria__panel-title {
    margin-bottom: 0;
}

.ar-criteria__panel-text {
    margin-bottom: 0;
}

.ar-criteria__panel-facts {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--ar-border);
}

.ar-criteria__fact {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    line-height: 1.5;
}

.ar-criteria__panel-card {
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ar-criteria__card-icon {
    width: 48px;
    height: 48px;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ar-criteria__card-stat {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ar-criteria__card-num {
    font-family: var(--ff-head);
    font-size: var(--fz-h2);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1;
}

.ar-criteria__card-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-criteria__card-note {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 899px) {
    .ar-criteria__intro {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ar-criteria__visual {
        justify-content: center;
    }

    .ar-criteria__illus {
        margin-left: 0;
        width: 280px;
    }

    .ar-criteria__panel[aria-hidden="false"] {
        grid-template-columns: 1fr;
    }

    .ar-criteria__tab-btn span {
        display: none;
    }

    .ar-criteria__tab-btn {
        flex: 0 0 auto;
        padding: 0.625rem 1rem;
    }
}

.ar-offers {
    padding: 5rem 0;
    background: var(--ar-bg);
}

.ar-section-head {
    margin-bottom: 3rem;
    max-width: 640px;
}

.ar-section-head--center {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ar-section-head__title {
    margin-bottom: 0.75rem;
}

.ar-section-head__title-accent {
    color: var(--ar-coral);
}

.ar-section-head__divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.ar-section-head__divider-line {
    flex: 1;
    height: 1px;
    background: var(--ar-border);
}

.ar-section-head__eyebrow {
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    white-space: nowrap;
    flex-shrink: 0;
}

.ar-offers__head {
    margin-bottom: 3rem;
    max-width: 640px;
}

.ar-offers__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ar-offer {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 120px 1fr auto;
    align-items: center;
    gap: 0;
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid var(--ar-border);
    overflow: hidden;
}

.ar-offer::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.ar-offer:first-child {
    border-top: 1px solid var(--ar-border);
}

.ar-offer--alt {
    background: var(--ar-bg-2);
}

.ar-offer--alt::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cdefs%3E%3Cpattern id='wp' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse' patternTransform='rotate(22)'%3E%3Cpath d='M0 20 Q20 10 40 20 Q60 30 80 20 L80 36 Q60 46 40 36 Q20 26 0 36 Z' fill='%234D1F37' opacity='0.22'/%3E%3Cpath d='M0 58 Q20 48 40 58 Q60 68 80 58 L80 74 Q60 84 40 74 Q20 64 0 74 Z' fill='%234D1F37' opacity='0.22'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23wp)'/%3E%3C/svg%3E");
    opacity: 1;
    left: 50%;
}

.ar-offer--top {
    border-top: 2px solid var(--ar-coral) !important;
    box-shadow: 0 -2px 24px rgba(235, 126, 168, 0.10);
}

.ar-offer__mid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 1.5rem;
}

.ar-offer__name {
    margin-bottom: 0;
    font-size: var(--fz-h4);
    color: var(--ar-text);
}

.ar-offer__tags {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ar-offer__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: 6px;
    padding: 0.2rem 0.55rem;
}

.ar-offer__tag--lic {
    color: var(--ar-accent);
    border-color: var(--ar-glow);
}

.ar-offer__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ar-offer__stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.ar-offer__star {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.ar-offer__star::before {
    content: '★';
    font-size: 14px;
    line-height: 1;
    color: var(--ar-border);
}

.ar-offer__star--full::before {
    color: var(--ar-coral);
}

.ar-offer__star--half {
    position: relative;
    overflow: hidden;
}

.ar-offer__star--half::before {
    color: var(--ar-border);
}

.ar-offer__star--half::after {
    content: '★';
    font-size: 14px;
    line-height: 1;
    color: var(--ar-coral);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.ar-offer__score {
    font-family: var(--ff-head);
    font-size: var(--fz-lg);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1;
}

.ar-offer__score span {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-offer__logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.ar-offer__logo-wrap {
    width: 100px;
    height: 52px;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    flex-shrink: 0;
}

.ar-offer__logo {
    max-width: 80px;
    max-height: 36px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ar-offer__features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0 1.5rem;
    border-left: 1px solid var(--ar-border);
}

.ar-offer__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text);
    line-height: 1.45;
}

.ar-offer__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    padding-left: 1.75rem;
    min-width: 140px;
}

.ar-offer__rank {
    font-family: var(--ff-head);
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    letter-spacing: 0.06em;
}

.ar-offer__rank--top {
    color: var(--ar-coral);
}

.ar-offer__age {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    margin-top: 0.25rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--ar-border);
    width: 100%;
    text-align: center;
}

@media (max-width: 899px) {
    .ar-offer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 1rem 0.75rem;
        padding: 1.25rem 0;
    }

    .ar-offer__mid {
        grid-column: 1 / 3;
        padding: 0;
        order: 1;
    }

    .ar-offer__logo-col {
        grid-column: 1 / 2;
        justify-content: flex-start;
        padding: 0;
        order: 2;
    }

    .ar-offer__features {
        grid-column: 1 / 3;
        border-left: none;
        padding: 0;
        order: 3;
        border-top: 1px solid var(--ar-border);
        padding-top: 0.75rem;
    }

    .ar-offer__actions {
        grid-column: 2 / 3;
        grid-row: 2;
        align-items: flex-end;
        padding-left: 0;
        order: 2;
    }

    .ar-offer--alt::after {
        left: 0;
    }
}

@media (max-width: 599px) {
    .ar-offer {
        grid-template-columns: 1fr;
    }

    .ar-offer__logo-col,
    .ar-offer__actions {
        grid-column: 1;
    }

    .ar-offer__actions {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .ar-offer__actions .ar-btn {
        flex: 1;
    }
}

.ar-compare {
    position: relative;
    padding: 5rem 0;
    background: var(--ar-bg-2);
    overflow: hidden;
}

.ar-compare__pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
}

.ar-compare__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.ar-compare__head {
    flex: 1;
    max-width: 560px;
}

.ar-compare__illus {
    width: 160px;
    height: auto;
    flex-shrink: 0;
    align-self: center;
    opacity: 0.92;
}

.ar-compare__hint {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    margin-bottom: 1.25rem;
}

.ar-compare__hint-arrow {
    display: flex;
    gap: 3px;
}

.ar-compare__hint-arrow span {
    width: 20px;
    height: 2px;
    background: var(--ar-border);
    border-radius: 2px;
    display: inline-block;
}

.ar-compare__hint-arrow span:last-child {
    width: 12px;
    background: var(--ar-coral);
}

.ar-compare__track-wrap {
    position: relative;
    z-index: 1;
}

.ar-compare__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 1rem;
    cursor: grab;
}

.ar-compare__track::-webkit-scrollbar {
    display: none;
}

.ar-compare__track:active {
    cursor: grabbing;
}

.ar-compare__card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    transition: border-color 0.22s ease;
}

.ar-compare__card:hover {
    border-color: var(--ar-glow);
}

.ar-compare__card--top {
    border-color: var(--ar-coral);
}

.ar-compare__card--top:hover {
    border-color: var(--ar-coral);
}

.ar-compare__badge {
    position: absolute;
    top: -1px;
    right: 1.25rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-bg);
    background: var(--ar-coral);
    padding: 0.2rem 0.6rem;
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ar-compare__logo-zone {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.ar-compare__logo-box {
    width: 52px;
    height: 52px;
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    flex-shrink: 0;
}

.ar-compare__logo {
    max-width: 40px;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ar-compare__name {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.ar-compare__name h3 {
    font-size: var(--fz-h5);
    margin-bottom: 0;
    color: var(--ar-text);
}

.ar-compare__year {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-compare__criteria {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.ar-compare__criterion {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ar-compare__criterion-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ar-compare__criterion-bar {
    display: flex;
    gap: 3px;
}

.ar-compare__bar-seg {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: var(--ar-border);
    transition: background 0.22s ease;
}

.ar-compare__bar-seg--fill {
    background: var(--ar-coral);
}

.ar-compare__bar-seg--fill-soft {
    background: var(--ar-berry);
}

.ar-compare__criterion-val {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
}

.ar-compare__criterion-val--no {
    color: var(--ar-text-muted);
}

.ar-compare__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-top: 1px solid var(--ar-border);
    padding-top: 1rem;
}

.ar-compare__score {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ar-compare__score-num {
    font-family: var(--ff-head);
    font-size: var(--fz-h2);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1;
}

.ar-compare__score-num span {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-compare__score-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-compare__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 1.5rem;
    position: relative;
    z-index: 1;
}

.ar-compare__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ar-border);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.22s ease, width 0.22s ease;
}

.ar-compare__dot--active {
    background: var(--ar-coral);
    width: 18px;
    border-radius: 3px;
}

@media (max-width: 899px) {
    .ar-compare__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ar-compare__illus {
        display: none;
    }

    .ar-compare__card {
        flex: 0 0 220px;
    }
}

@media (max-width: 599px) {
    .ar-compare__card {
        flex: 0 0 calc(85vw);
    }
}

.ar-games {
    padding: 5rem 0;
    background: var(--ar-bg);
}

.ar-games__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}

.ar-games__card {
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-lg);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ar-games__card:hover {
    border-color: var(--ar-glow);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(92, 34, 64, 0.28);
}

.ar-games__card--wide {
    grid-column: 1 / 3;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.ar-games__card--full {
    grid-column: 1 / 4;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
}

.ar-games__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex: 1;
    min-width: 0;
}

.ar-games__card-img {
    width: 200px;
    height: 160px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: var(--radius);
}

.ar-games__card--wide .ar-games__card-img {
    width: 220px;
    height: 180px;
}

.ar-games__tag {
    display: inline-flex;
    align-self: flex-start;
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid var(--ar-border);
    border-radius: 6px;
    padding: 0.18rem 0.55rem;
}

.ar-games__icon {
    width: 44px;
    height: 44px;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ar-games__title {
    margin-bottom: 0;
    color: var(--ar-text);
}

.ar-games__text {
    margin-bottom: 0;
    color: var(--ar-text-soft);
}

.ar-games__fact {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    margin-top: auto;
}

@media (max-width: 899px) {
    .ar-games__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ar-games__card--wide {
        grid-column: 1 / 3;
    }

    .ar-games__card--full {
        grid-column: 1 / 3;
        flex-direction: column;
        align-items: flex-start;
    }

    .ar-games__card--full .ar-games__card-img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
}

@media (max-width: 599px) {
    .ar-games__grid {
        grid-template-columns: 1fr;
    }

    .ar-games__card--wide,
    .ar-games__card--full {
        grid-column: 1;
        flex-direction: column;
    }

    .ar-games__card--wide .ar-games__card-img,
    .ar-games__card--full .ar-games__card-img {
        width: 100%;
        height: 180px;
        order: -1;
    }
}

.ar-resp {
    padding: 5rem 0;
    background: var(--ar-bg-2);
}

.ar-resp__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.ar-resp__signals {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1.5rem;
}

.ar-resp__signal {
    border-bottom: 1px solid var(--ar-border);
}

.ar-resp__signal:first-child {
    border-top: 1px solid var(--ar-border);
}

.ar-resp__signal-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--ff-body);
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    transition: color 0.22s ease;
}

.ar-resp__signal-btn:hover {
    color: var(--ar-text);
}

.ar-resp__signal-btn[aria-expanded="true"] {
    color: var(--ar-text);
}

.ar-resp__signal-btn[aria-expanded="true"] .ar-resp__chevron {
    transform: rotate(180deg);
}

.ar-resp__chevron {
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.22s ease;
}

.ar-resp__signal-body {
    display: none;
    padding: 0 0 0.875rem 2.25rem;
    font-size: var(--fz-sm);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    line-height: 1.65;
}

.ar-resp__signal-body[aria-hidden="false"] {
    display: block;
}

.ar-resp__resources-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}

.ar-resp__resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.ar-resp__resource {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius);
    padding: 0.875rem 1rem;
    text-decoration: none;
    transition: border-color 0.22s ease, background 0.22s ease;
    position: relative;
}

.ar-resp__resource:hover {
    border-color: var(--ar-glow);
    background: var(--ar-bg-2);
}

.ar-resp__resource-icon {
    width: 36px;
    height: 36px;
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ar-resp__resource-info {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.ar-resp__resource-name {
    font-size: var(--fz-sm);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1.3;
}

.ar-resp__resource-url {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ar-resp__resource-arrow {
    flex-shrink: 0;
    margin-left: auto;
}

.ar-cta {
    padding: 3rem 0 4rem;
    background: var(--ar-bg);
}

.ar-cta__card {
    position: relative;
    overflow: hidden;
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-lg);
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
}

.ar-cta__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
}

.ar-cta__content {
    position: relative;
    z-index: 1;
}

.ar-cta__title {
    font-family: var(--ff-head);
    font-size: var(--fz-h2);
    font-weight: var(--fw-bd);
    line-height: 1.18;
    color: var(--ar-text);
    margin-bottom: 1rem;
}

.ar-cta__title-accent {
    color: var(--ar-coral);
}

.ar-cta__facts {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    flex-wrap: wrap;
}

.ar-cta__facts-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--ar-border);
    flex-shrink: 0;
}

.ar-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ar-cta__note {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 899px) {
    .ar-resp__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ar-resp__resources {
        grid-template-columns: 1fr;
    }

    .ar-cta__card {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }

    .ar-cta__actions {
        width: 100%;
    }

    .ar-cta__actions .ar-btn {
        width: 100%;
    }

    .ar-cta__note {
        white-space: normal;
        text-align: center;
    }
}

.ar-disclaimer {
    padding: 4rem 0;
    background: var(--ar-bg-2);
}

.ar-disclaimer__card {
    position: relative;
    overflow: hidden;
    background: var(--ar-bg-3);
    border: 1px solid var(--ar-border);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
}

.ar-disclaimer__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
}

.ar-disclaimer__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--ar-border);
    margin-bottom: 1.75rem;
}

.ar-disclaimer__top-content {
    flex: 1;
    min-width: 0;
}

.ar-disclaimer__eyebrow {
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-berry);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.ar-disclaimer__title {
    font-family: var(--ff-head);
    font-size: var(--fz-h3);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    margin-bottom: 0.75rem;
    line-height: 1.28;
}

.ar-disclaimer__lead {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.ar-disclaimer__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ar-disclaimer__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    background: var(--ar-bg-2);
    border: 1px solid var(--ar-border);
    border-radius: 20px;
    padding: 0.3rem 0.75rem;
}

.ar-disclaimer__badge {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--ar-berry);
    border: 3px solid var(--ar-btn-primary-border);
    font-family: var(--ff-head);
    font-size: 2rem;
    font-weight: var(--fw-xbd);
    color: var(--ar-rose-pale);
    letter-spacing: -0.03em;
    transform-style: preserve-3d;
}

.ar-disclaimer__badge::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ar-btn-primary-shadow);
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--ar-btn-primary-border), 0 10px 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 10px, -1em);
}

.ar-disclaimer__rows {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ar-disclaimer__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
    align-items: start;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--ar-border);
}

.ar-disclaimer__row:last-child {
    border-bottom: none;
}

.ar-disclaimer__row-label {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.ar-disclaimer__row-title {
    font-size: var(--fz-sm);
    font-weight: var(--fw-bd);
    color: var(--ar-text);
    line-height: 1.4;
}

.ar-disclaimer__row-sub {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-disclaimer__row-text {
    font-size: var(--fz-sm);
    font-weight: var(--fw-md);
    color: var(--ar-text-soft);
    line-height: 1.72;
    margin: 0;
}

@media (max-width: 899px) {
    .ar-disclaimer__top {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .ar-disclaimer__badge {
        width: 72px;
        height: 72px;
        font-size: 1.5rem;
    }

    .ar-disclaimer__badge::before {
        box-shadow: 0 0 0 3px var(--ar-btn-primary-border), 0 8px 0 0 var(--ar-btn-primary-depth);
        transform: translate3d(0, 8px, -1em);
    }

    .ar-disclaimer__row {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

.ar-footer {
    background: var(--ar-bg-2);
}

.ar-footer__main {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 3rem;
    border-bottom: 1px solid var(--ar-border);
}

.ar-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ar-footer__logo {
    display: inline-flex;
    text-decoration: none;
}

.ar-footer__logo-img {
    height: 40px;
    width: auto;
}

.ar-footer__desc {
    font-size: var(--fz-sm);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin: 0;
}

.ar-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.ar-footer__contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    text-decoration: none;
    transition: color 0.22s ease;
}

.ar-footer__contact:hover {
    color: var(--ar-text-soft);
}

.ar-footer__nav-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ar-footer__nav-label {
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.25rem;
}

.ar-footer__nav-link {
    font-size: var(--fz-sm);
    font-weight: var(--fw-sb);
    color: var(--ar-text-soft);
    text-decoration: none;
    transition: color 0.22s ease;
    line-height: 1.4;
}

.ar-footer__nav-link:hover {
    color: var(--ar-text);
}

.ar-footer__nav-link--highlight {
    color: var(--ar-accent);
}

.ar-footer__nav-link--highlight:hover {
    color: var(--ar-blush);
}

.ar-footer__logos-bar {
    background: var(--ar-bg-3);
    border-bottom: 1px solid var(--ar-border);
    padding: 1.5rem 0;
    overflow: hidden;
}

.ar-footer__logos-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.ar-footer__logos-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.5rem 1.25rem;
    text-decoration: none;
    position: relative;
    transition: opacity 0.22s ease;
    opacity: 0.45;
}

.ar-footer__logos-link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: var(--ar-border);
}

.ar-footer__logos-link:hover {
    opacity: 1;
}

.ar-footer__logos-link img {
    height: 48px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ar-footer__legal {
    background: var(--ar-bg-2);
    border-bottom: 1px solid var(--ar-border);
    padding: 2rem 0;
}

.ar-footer__legal-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}

.ar-footer__legal-block {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.ar-footer__legal-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: var(--fz-legal);
    font-weight: var(--fw-bd);
    color: var(--ar-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ar-footer__legal-text {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
    line-height: 1.65;
    margin: 0;
}

.ar-footer__bottom {
    background: var(--ar-bg);
    padding: 1rem 0;
}

.ar-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.ar-footer__copy {
    font-size: var(--fz-legal);
    font-weight: var(--fw-md);
    color: var(--ar-text-muted);
}

.ar-footer__badge18 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ar-berry);
    border: 2px solid var(--ar-btn-primary-border);
    font-family: var(--ff-head);
    font-size: 0.6875rem;
    font-weight: var(--fw-xbd);
    color: var(--ar-rose-pale);
    letter-spacing: -0.02em;
    transform-style: preserve-3d;
    flex-shrink: 0;
}

.ar-footer__badge18::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--ar-btn-primary-shadow);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--ar-btn-primary-border), 0 4px 0 0 var(--ar-btn-primary-depth);
    transform: translate3d(0, 4px, -1em);
}

.ar-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.ar-footer__bottom-link {
    font-size: var(--fz-legal);
    font-weight: var(--fw-sb);
    color: var(--ar-text-muted);
    text-decoration: none;
    transition: color 0.22s ease;
}

.ar-footer__bottom-link:hover {
    color: var(--ar-text-soft);
}

@media (max-width: 899px) {
    .ar-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .ar-footer__brand {
        grid-column: 1 / 3;
    }

    .ar-footer__logos-inner {
        flex-wrap: wrap;
    }

    .ar-footer__logos-link {
        flex: 0 0 33.333%;
    }

    .ar-footer__logos-link:nth-child(3)::after,
    .ar-footer__logos-link:nth-child(6)::after {
        display: none;
    }
}

@media (max-width: 599px) {
    .ar-footer__main {
        grid-template-columns: 1fr;
    }

    .ar-footer__brand {
        grid-column: 1;
    }

    .ar-footer__legal-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ar-footer__logos-link {
        flex: 0 0 50%;
    }

    .ar-footer__logos-link:nth-child(2)::after,
    .ar-footer__logos-link:nth-child(4)::after,
    .ar-footer__logos-link:nth-child(6)::after {
        display: none;
    }

    .ar-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        text-align: center;
    }
}