/*
Theme Name: Dilitant Land
Description: Лэндинг подписки на журнал «Дилетант» в Армении
Version: 1.0
Author: Local Project
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: Georgia, "Times New Roman", serif;
    background: #050507;
    color: #f4e8c6;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Геро-блок */

.hero {
    position: relative;
    width: 100%;
    height: clamp(360px, 56.25vw, 900px);
    min-height: 360px;
    overflow: hidden;
    background: #050507;
}

.hero-slides {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transform-origin: center center;
    animation-duration: 56s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    will-change: opacity, transform;
}

.hero-slide--1 {
    animation-name: hero-slide-1;
}

.hero-slide--2 {
    animation-name: hero-slide-2;
}

.hero-slide--3 {
    animation-name: hero-slide-3;
    background-position: left center;
}

.hero-slide--4 {
    animation-name: hero-slide-4;
    background-position: center 18%;
}

.hero-slide--5 {
    animation-name: hero-slide-5;
}

.hero-slide--6 {
    animation-name: hero-slide-6;
}

.hero-slide--7 {
    animation-name: hero-slide-7;
    background-position: center center;
}

@keyframes hero-slide-1 {
    0%, 12% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    14%, 100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.08);
    }
}

@keyframes hero-slide-2 {
    0%, 12% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.08);
    }

    14%, 26% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.02);
    }

    28%, 100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.08);
    }
}

@keyframes hero-slide-3 {
    0%, 26% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.08) translateX(0);
    }

    28%, 40% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.14) translateX(-2%);
    }

    42%, 100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.18) translateX(-3%);
    }
}

@keyframes hero-slide-4 {
    0%, 40% {
        opacity: 0;
        visibility: hidden;
        background-position: center 18%;
    }

    42%, 54% {
        opacity: 1;
        visibility: visible;
        background-position: center 12%;
    }

    56%, 100% {
        opacity: 0;
        visibility: hidden;
        background-position: center 12%;
    }
}

@keyframes hero-slide-5 {
    0%, 54% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1);
    }

    56%, 68% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.08);
    }

    70%, 100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.12);
    }
}

@keyframes hero-slide-6 {
    0%, 68% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.05);
    }

    70%, 82% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.12);
    }

    84%, 100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.16);
    }
}

@keyframes hero-slide-7 {
    0%, 82% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.04) translateX(0);
    }

    84%, 98% {
        opacity: 1;
        visibility: visible;
        transform: scale(1.12) translateX(-2%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.14) translateX(-3%);
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
        180deg,
        rgba(5, 5, 7, 0.08) 0%,
        rgba(5, 5, 7, 0.18) 55%,
        rgba(5, 5, 7, 0.55) 100%
    );
    pointer-events: none;
}

.hero-cta {
    position: absolute;
    left: 50%;
    bottom: 28%;
    transform: translateX(-50%);
    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.hero-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 999px;
    background: rgba(12, 8, 4, 0.88);
    border: 1px solid rgba(255, 223, 142, 0.28);
    color: #f9e9bd;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hero-cta a:hover {
    transform: translateY(-2px);
    background: rgba(31, 20, 10, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

@media (max-width: 980px) {
    .hero {
        height: clamp(320px, 62vw, 680px);
    }

    .hero-cta {
        bottom: 24%;
    }
}

@media (max-width: 640px) {
    .hero {
        height: 72vh;
        min-height: 420px;
    }

    .hero-cta {
        bottom: 18%;
    }
}

.editorial {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
    background:
        radial-gradient(circle at 18% 18%, rgba(184, 132, 52, 0.18), transparent 34rem),
        linear-gradient(180deg, #050507 0%, #090806 42%, #050507 100%);
}

.editorial::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 223, 142, 0.08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 223, 142, 0.05) 1px, transparent 1px);
    background-size: 4rem 4rem;
    opacity: 0.18;
    pointer-events: none;
}

.editorial__inner {
    position: relative;
    z-index: 2;
    max-width: 74rem;
    margin: 0 auto;
}

.editorial__label {
    margin: 0 0 1.75rem;
    color: #b9944f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.22rem;
    text-transform: uppercase;
}

.editorial__grid {
    display: grid;
    grid-template-columns: minmax(17rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.editorial__portrait {
    min-height: 28rem;
    display: flex;
    align-items: stretch;
}

.editorial__portrait-frame {
    position: relative;
    width: 100%;
    min-height: 28rem;
    border: 1px solid rgba(255, 223, 142, 0.22);
    background:
        linear-gradient(145deg, rgba(255, 223, 142, 0.10), rgba(255, 223, 142, 0.02)),
        #0b0907;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.editorial__portrait-frame::after {
    content: "Алексей Венедиктов";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 0.9rem 1rem;
    color: #f6e5b7;
    background: rgba(5, 5, 7, 0.72);
    border: 1px solid rgba(255, 223, 142, 0.16);
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorial__portrait-frame img {
    width: 100%;
    height: 100%;
    min-height: 28rem;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: sepia(0.18) contrast(1.06);
}

.editorial__eyebrow {
    margin: 0 0 1.1rem;
    color: #d4b761;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.6;
}

.editorial__content h2 {
    margin: 0 0 1.35rem;
    max-width: 46rem;
    color: #f7e8bd;
    font-size: clamp(2.35rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.editorial__lead {
    color: #ead8a8;
    font-size: clamp(1.18rem, 1.8vw, 1.55rem);
    line-height: 1.65;
}

.editorial__content p {
    max-width: 43rem;
    margin: 0 0 1.2rem;
    color: #cbb98c;
    font-size: clamp(1rem, 1.1vw, 1.12rem);
    line-height: 1.85;
}

.editorial__quote {
    margin-top: 2rem;
    max-width: 42rem;
    padding: 1.4rem 1.6rem;
    border-left: 2px solid #d4b761;
    background: rgba(255, 223, 142, 0.06);
}

.editorial__quote span {
    display: block;
    margin: 0 0 0.55rem;
    color: #a88a4a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.editorial__quote strong {
    display: block;
    color: #f4e8c6;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.35;
    font-weight: 400;
}

@media (max-width: 860px) {
    .editorial__grid {
        grid-template-columns: 1fr;
    }

    .editorial__portrait,
    .editorial__portrait-frame,
    .editorial__portrait-frame img {
        min-height: 22rem;
    }
}

@media (max-width: 640px) {
    .editorial {
        padding: 4rem 1rem;
    }

    .editorial__portrait,
    .editorial__portrait-frame,
    .editorial__portrait-frame img {
        min-height: 18rem;
    }

    .editorial__quote {
        padding: 1.15rem 1.2rem;
    }
}

.subscribe-anchor {
    padding: 6rem 2rem 8rem;
    background: #050507;
}

.subscribe-anchor__inner {
    max-width: 74rem;
    margin: 0 auto;
    text-align: center;
    color: #dfd2a5;
}

.image-debug {
    padding: 2rem 4vw;
    background: #09090c;
    color: #f3e8c3;
}

.image-debug h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #d4b761;
}

.image-debug__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.image-debug__grid img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border: 1px solid rgba(255, 223, 142, 0.18);
    background: #040405;
}

.subscribe-anchor__inner h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    margin: 0 0 1rem;
}

.subscribe-anchor__inner p {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.8;
    color: #c8b68b;
}

.covers-carousel {
    position: relative;
    padding: clamp(4.5rem, 7vw, 7.5rem) 2rem 4rem;
    background: linear-gradient(180deg, #050507 0%, #0f0d0c 28%, #050507 100%);
    color: #f3e1b3;
    overflow: hidden;
}

.covers-carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(215, 180, 100, 0.12), transparent 18rem),
        radial-gradient(circle at 82% 20%, rgba(255, 223, 142, 0.06), transparent 16rem);
    pointer-events: none;
}

.covers-carousel__inner {
    position: relative;
    z-index: 2;
    max-width: 78rem;
    margin: 0 auto;
}

.covers-carousel__label {
    margin: 0 0 1rem;
    color: #d4b761;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.covers-carousel__header h2 {
    margin: 0 0 1rem;
    color: #f8e8bf;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
}

.covers-carousel__header p {
    margin: 0;
    max-width: 56rem;
    color: #d7c091;
    font-size: clamp(1rem, 1.1vw, 1.3rem);
    line-height: 1.75;
}

.covers-carousel__wrap {
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
}

.covers-carousel__track {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    min-width: calc(8 * 18rem + 7 * 1.5rem);
    animation: covers-carousel-scroll 32s linear infinite;
    will-change: transform;
}

.covers-carousel:hover .covers-carousel__track {
    animation-play-state: paused;
}

.covers-carousel__card {
    flex: 0 0 18rem;
    aspect-ratio: 4 / 5;
    border-radius: 1.8rem;
    overflow: hidden;
    box-shadow: 0 1.8rem 4.2rem rgba(0, 0, 0, 0.36);
    background: #0b0907;
    scroll-snap-align: center;
    transform: scale(0.99);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.covers-carousel__card:nth-child(4) {
    transform: scale(1.05);
}

.covers-carousel__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.covers-carousel__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.26) 100%);
    pointer-events: none;
}

.covers-carousel__card:hover {
    transform: scale(1.08);
    box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.45);
}

.covers-carousel__wrap {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

@keyframes covers-carousel-scroll {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-56rem);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 980px) {
    .covers-carousel {
        padding-top: clamp(4rem, 8vw, 6rem);
    }

    .covers-carousel__track {
        animation: none;
        overflow-x: auto;
    }

    .covers-carousel__wrap {
        overflow-x: auto;
    }

    .covers-carousel__card {
        flex: 0 0 min(65vw, 20rem);
    }
}

@media (max-width: 640px) {
    .covers-carousel {
        padding: 3.5rem 1rem 3rem;
    }

    .covers-carousel__header h2 {
        font-size: clamp(1.8rem, 5vw, 2.6rem);
    }

    .covers-carousel__track {
        gap: 1rem;
    }

    .covers-carousel__card {
        flex: 0 0 min(78vw, 18rem);
    }
}

/* Что получает подписчик */

.benefits {
    position: relative;
    padding: clamp(4rem, 7vw, 7rem) 2rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(212, 183, 97, 0.08), transparent 24rem),
        linear-gradient(180deg, #120d09 0%, #1a130d 100%);
    color: #f4e8c6;
    overflow: hidden;
}

.benefits::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 223, 142, 0.06), transparent 18rem),
        linear-gradient(90deg, rgba(255, 223, 142, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 223, 142, 0.03) 1px, transparent 1px);
    background-size: auto, 4rem 4rem, 4rem 4rem;
    opacity: 0.8;
    pointer-events: none;
}

.benefits__inner {
    position: relative;
    z-index: 2;
    max-width: 78rem;
    margin: 0 auto;
}

.benefits__header {
    text-align: center;
    max-width: 52rem;
    margin: 0 auto 4rem;
}

.benefits__label {
    margin: 0 0 1rem;
    color: #d4b761;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.benefits__header h2 {
    margin: 0 0 1rem;
    color: #f7e8bd;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
}

.benefits__intro {
    margin: 0;
    color: #d3bf90;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.8;
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.benefits__card {
    padding: 2rem;
    border: 1px solid rgba(255, 223, 142, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 223, 142, 0.04), rgba(255, 223, 142, 0.02)),
        rgba(10, 8, 7, 0.58);
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.benefits__card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 223, 142, 0.35);
    box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.26);
}

.benefits__icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.benefits__card h3 {
    margin: 0 0 1rem;
    color: #f4e8c6;
    font-size: 1.35rem;
    line-height: 1.25;
}

.benefits__card p {
    margin: 0;
    color: #cdbb8f;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .benefits {
        padding: 4rem 1rem;
    }

    .benefits__header {
        margin-bottom: 2.5rem;
    }

    .benefits__grid {
        grid-template-columns: 1fr;
    }

    .benefits__card {
        padding: 1.5rem;
    }
}

/* Подписка */

.subscription {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
    background:
        radial-gradient(circle at 18% 18%, rgba(212, 183, 97, 0.10), transparent 28rem),
        radial-gradient(circle at 86% 10%, rgba(255, 223, 142, 0.07), transparent 22rem),
        linear-gradient(180deg, #1a130d 0%, #080706 100%);
    color: #f4e8c6;
}

.subscription::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 223, 142, 0.07) 1px, transparent 1px);
    background-size: 5rem 5rem;
    opacity: 0.18;
    pointer-events: none;
}

.subscription__inner {
    position: relative;
    z-index: 2;
    max-width: 78rem;
    margin: 0 auto;
}

.subscription__header {
    max-width: 58rem;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.subscription__label {
    margin: 0 0 1rem;
    color: #d4b761;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.subscription__header h2 {
    margin: 0 0 1.2rem;
    color: #f8e8bf;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

.subscription__header p {
    margin: 0;
    color: #d4c093;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    line-height: 1.8;
}

.subscription__plans {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.subscription-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.7rem;
    border: 1px solid rgba(255, 223, 142, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 223, 142, 0.055), rgba(255, 223, 142, 0.018)),
        rgba(10, 8, 7, 0.72);
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.22);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.subscription-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 223, 142, 0.36);
    box-shadow: 0 2.2rem 5rem rgba(0, 0, 0, 0.32);
}

.subscription-card--featured {
    border-color: rgba(240, 205, 120, 0.48);
    background:
        linear-gradient(180deg, rgba(240, 205, 120, 0.13), rgba(255, 223, 142, 0.035)),
        rgba(18, 13, 9, 0.88);
    transform: translateY(-0.8rem);
}

.subscription-card--featured:hover {
    transform: translateY(-1.15rem);
}

.subscription-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.45rem 0.7rem;
    color: #120d09;
    background: #d4b761;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.subscription-card__period {
    margin: 0 0 0.8rem;
    color: #d4b761;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.subscription-card h3 {
    margin: 0 0 1rem;
    color: #fff0c8;
    font-size: clamp(1.35rem, 1.7vw, 1.85rem);
    line-height: 1.1;
}

.subscription-card__note {
    margin: 0 0 1.6rem;
    color: #d7c091;
    line-height: 1.7;
}

.subscription-card__list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    color: #d8c79a;
    line-height: 1.7;
}

.subscription-card__list li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.7rem;
}

.subscription-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #d4b761;
}

.subscription-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0.95rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 142, 0.34);
    color: #120d09;
    background: #d4b761;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background 0.25s ease;
}

.subscription-card__button:hover {
    transform: translateY(-2px);
    background: #f0cd78;
}

.subscription__afterword {
    max-width: 44rem;
    margin: 2rem auto 0;
    color: #bda977;
    text-align: center;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .subscription__plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 46rem;
        margin: 0 auto;
    }

    .subscription-card--featured {
        transform: none;
    }

    .subscription-card--featured:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 640px) {
    .subscription {
        padding: 4rem 1rem;
    }

    .subscription__plans {
        grid-template-columns: 1fr;
        max-width: 34rem;
    }

    .subscription-card {
        padding: 1.5rem;
    }

    .subscription-card__badge {
        position: static;
        align-self: flex-start;
        margin-bottom: 1rem;
    }
}


/* «Дилетант» в Армении */

.armenia-presence {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
    background:
        radial-gradient(circle at 20% 16%, rgba(212, 183, 97, 0.12), transparent 28rem),
        radial-gradient(circle at 86% 20%, rgba(255, 223, 142, 0.08), transparent 22rem),
        linear-gradient(180deg, #080706 0%, #16100b 100%);
    color: #f4e8c6;
}

.armenia-presence::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 223, 142, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 223, 142, 0.035) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    opacity: 0.42;
    pointer-events: none;
}

.armenia-presence__inner {
    position: relative;
    z-index: 2;
    max-width: 78rem;
    margin: 0 auto;
}

.armenia-presence__header {
    max-width: 58rem;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.armenia-presence__label {
    margin: 0 0 1rem;
    color: #d4b761;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.armenia-presence__header h2 {
    margin: 0 0 1.2rem;
    color: #f8e8bf;
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

.armenia-presence__header p {
    margin: 0;
    color: #d4c093;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    line-height: 1.8;
}

.armenia-presence__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.armenia-presence-card {
    position: relative;
    min-height: 100%;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 223, 142, 0.2);
    background:
        linear-gradient(180deg, rgba(255, 223, 142, 0.055), rgba(255, 223, 142, 0.018)),
        rgba(10, 8, 7, 0.72);
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.22);
}

.armenia-presence-card--sales {
    border-color: rgba(240, 205, 120, 0.34);
}

.armenia-presence-card__kicker {
    margin: 0 0 0.85rem;
    color: #d4b761;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.armenia-presence-card h3 {
    margin: 0 0 1rem;
    color: #fff0c8;
    font-size: clamp(1.65rem, 2.4vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.armenia-presence-card__text {
    margin: 0 0 1.25rem;
    color: #d7c091;
    line-height: 1.8;
}

.armenia-presence-card__details {
    margin: 1.6rem 0 2rem;
    padding: 0;
}

.armenia-presence-card__details div {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 223, 142, 0.14);
}

.armenia-presence-card__details div:last-child {
    border-bottom: 1px solid rgba(255, 223, 142, 0.14);
}

.armenia-presence-card__details dt {
    margin: 0 0 0.35rem;
    color: #a88a4a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.armenia-presence-card__details dd {
    margin: 0;
    color: #f4e8c6;
    font-size: 1.08rem;
    line-height: 1.5;
}

.armenia-presence-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 142, 0.34);
    color: #120d09;
    background: #d4b761;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.armenia-presence-card__button:hover {
    transform: translateY(-2px);
    background: #f0cd78;
}

.armenia-presence-card__button--ghost {
    color: #f4e8c6;
    background: transparent;
    margin-top: 8rem;
}

.armenia-presence-card__button--ghost:hover {
    color: #120d09;
    background: #f0cd78;
}

@media (max-width: 860px) {
    .armenia-presence__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .armenia-presence {
        padding: 4rem 1rem;
    }

    .armenia-presence__header {
        margin-bottom: 2.5rem;
    }

    .armenia-presence-card__button {
        width: 100%;
    }
}

/* FAQ */

.faq {
    padding: clamp(4rem, 7vw, 7rem) 2rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 183, 97, 0.07), transparent 24rem),
        #050507;
    color: #f4e8c6;
}

.faq__inner {
    max-width: 60rem;
    margin: 0 auto;
}

.faq__label {
    margin: 0 0 1rem;
    text-align: center;
    color: #d4b761;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.faq h2 {
    margin: 0 0 3rem;
    text-align: center;
    color: #f8e8bf;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
}

.faq__accordion {
    border-top: 1px solid rgba(255, 223, 142, 0.15);
}

.faq-item {
    border-bottom: 1px solid rgba(255, 223, 142, 0.15);
}

.faq-item__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
    background: none;
    border: 0;
    color: #f4e8c6;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.15rem;
    line-height: 1.4;
    text-align: left;
}

.faq-item__question:hover {
    color: #fff0c8;
}

.faq-item__icon {
    color: #d4b761;
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}

.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item--open .faq-item__answer {
    max-height: 12rem;
}

.faq-item__answer p {
    margin: 0 0 1.5rem;
    color: #cdbb8f;
    line-height: 1.8;
}

@media (max-width: 640px) {
    .faq {
        padding: 4rem 1rem;
    }

    .faq h2 {
        margin-bottom: 2rem;
    }

    .faq-item__question {
        font-size: 1.05rem;
    }
}

/* Подвал */

.site-footer {
    position: relative;
    padding: 2rem;
    background: #030304;
    color: #f4e8c6;
    border-top: 1px solid rgba(255, 223, 142, 0.14);
}

.site-footer__inner {
    max-width: 78rem;
    margin: 0 auto;
}

.site-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem 1.35rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 223, 142, 0.12);
}

.site-footer__legal a {
    color: #d4b761;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer__legal a:hover {
    color: #f0cd78;
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.9rem 1.5rem;
    color: #a99870;
    font-size: 0.92rem;
    text-align: center;
}

.site-footer__developer {
    color: #cdbb8f;
}

.site-footer__developer:hover {
    color: #f0cd78;
}

.site-footer__copyright {
    margin: 0;
}

.site-footer__payments {
    display: block;
    width: auto;
    max-width: min(17rem, 100%);
    max-height: 2.2rem;
    object-fit: contain;
}

@media (max-width: 640px) {
    .site-footer {
        padding: 2rem 1rem;
    }

    .site-footer__legal,
    .site-footer__bottom {
        flex-direction: column;
        align-items: center;
    }

    .site-footer__legal {
        gap: 0.9rem;
    }

    .site-footer__payments {
        max-height: 2rem;
    }
}

/* Дилетантские чтения */

.readings {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 8rem) 2rem;
    background:
        radial-gradient(circle at 18% 14%, rgba(212, 183, 97, 0.12), transparent 28rem),
        radial-gradient(circle at 82% 18%, rgba(255, 223, 142, 0.07), transparent 24rem),
        linear-gradient(180deg, #050507 0%, #0d0a08 48%, #050507 100%);
    color: #f4e8c6;
    border-top: 1px solid rgba(255, 223, 142, 0.12);
}

.readings::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 223, 142, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 223, 142, 0.035) 1px, transparent 1px);
    background-size: 4.5rem 4.5rem;
    opacity: 0.34;
    pointer-events: none;
}

.readings__header,
.readings__content {
    position: relative;
    z-index: 2;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
}

.readings__header {
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.readings__header .section-label {
    display: block;
    margin: 0 0 1rem;
    color: #d4b761;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.readings__header h2 {
    margin: 0;
    color: #f8e8bf;
    font-size: clamp(2.4rem, 6vw, 5.4rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    text-transform: lowercase;
}

.readings__content {
    display: grid;
    grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.readings__speakers {
    display: grid;
    gap: 1rem;
}

.speaker,
.readings__speaker {
    display: grid;
    grid-template-columns: 9.5rem minmax(0, 1fr);
    min-height: 10.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 223, 142, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 223, 142, 0.055), rgba(255, 223, 142, 0.016)),
        rgba(7, 6, 6, 0.78);
    box-shadow: 0 1.5rem 3.8rem rgba(0, 0, 0, 0.22);
}

.speaker img,
.readings__speaker img {
    width: 100%;
    height: 100%;
    min-height: 10.5rem;
    display: block;
    object-fit: cover;
    object-position: center center;
    filter: sepia(0.12) contrast(1.06) saturate(0.9);
}

.speaker__name,
.readings__speaker-name {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.35rem;
    color: #d4b761;
    font-size: clamp(1.35rem, 2.1vw, 2.15rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.readings__info {
    color: #e7d6a9;
}

.readings__info h3 {
    margin: 0 0 1.4rem;
    max-width: 42rem;
    color: #fff0c8;
    font-size: clamp(2rem, 4vw, 3.9rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.readings__info p {
    max-width: 43rem;
    margin: 0 0 1.2rem;
    color: #d8c79a;
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.75;
}

.readings__info strong {
    color: #f1c96f;
    font-weight: 700;
}

.readings__counter,
.counter {
    max-width: 40rem;
    margin: 2.2rem 0 1.8rem;
    padding: clamp(1.35rem, 2.5vw, 2rem);
    border: 1px solid rgba(255, 223, 142, 0.22);
    background:
        linear-gradient(180deg, rgba(255, 223, 142, 0.06), rgba(255, 223, 142, 0.02)),
        rgba(5, 5, 7, 0.58);
    box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.22);
}

.counter__title {
    margin: 0 0 0.55rem;
    color: #d4b761;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.counter__numbers {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
    color: #f8e8bf;
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.counter__numbers small {
    color: #c8b68b;
    font-size: 0.48em;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.counter__progress {
    width: 100%;
    height: 0.95rem;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 142, 0.22);
    background: rgba(255, 255, 255, 0.05);
}

.counter__fill {
    height: 100%;
    min-width: 0.35rem;
    border-radius: inherit;
    background: linear-gradient(90deg, #a9792f 0%, #d4b761 54%, #f0cd78 100%);
}

.readings .button,
.readings .button--gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(100%, 22rem);
    padding: 1rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 142, 0.36);
    color: #120d09;
    background: #d4b761;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.readings .button:hover,
.readings .button--gold:hover {
    transform: translateY(-2px);
    background: #f0cd78;
    box-shadow: 0 1.6rem 3.6rem rgba(0, 0, 0, 0.36);
}

@media (max-width: 980px) {
    .readings__content {
        grid-template-columns: 1fr;
        max-width: 48rem;
    }

    .readings__header {
        text-align: left;
        max-width: 48rem;
    }
}

@media (max-width: 640px) {
    .readings {
        padding: 4rem 1rem;
    }

    .speaker,
    .readings__speaker {
        grid-template-columns: 7.2rem minmax(0, 1fr);
        min-height: 8.8rem;
    }

    .speaker img,
    .readings__speaker img {
        min-height: 8.8rem;
    }

    .speaker__name,
    .readings__speaker-name {
        padding: 1rem;
        font-size: 1.25rem;
    }

    .readings .button,
    .readings .button--gold {
        width: 100%;
        min-width: 0;
    }
}
