:root {
    --avc-bg: #020a12;
    --avc-panel: #06101a;
    --avc-panel-2: #08131e;
    --avc-gold: #e4aa43;
    --avc-gold-light: #f5d084;
    --avc-text: #f8f7f2;
    --avc-muted: #c8cbd0;
    --avc-line: rgba(224, 164, 54, .56);
    --avc-radius: 24px;
    --avc-page-space: 14px;
}

.avc-page,
.avc-page * {
    box-sizing: border-box;
}

body.avc-contact-page-active {
    overflow-x: clip;
}

body.avc-contact-page-active .entry-title,
body.avc-contact-page-active .page-title {
    display: none !important;
}

body.avc-contact-page-active .entry-content,
body.avc-contact-page-active .page-content {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.avc-page {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    direction: rtl;
    color: var(--avc-text);
    background: linear-gradient(180deg, var(--avc-bg) 0%, #06101a 48%, var(--avc-bg) 100%);
    padding: 18px var(--avc-page-space) 42px;
    font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
    isolation: isolate;
}

.avc-page a {
    color: inherit;
    text-decoration: none;
}

.avc-page button,
.avc-page input {
    font: inherit;
}

.avc-container {
    width: 100%;
    max-width: none;
    margin: 0;
}

.avc-panel {
    position: relative;
    overflow: hidden;
    background: var(--avc-panel);
    border: 1px solid var(--avc-line);
    border-radius: var(--avc-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    contain: layout paint;
    margin-bottom: 18px;
}

.avc-hero {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 500px;
}

.avc-hero__content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 92px 50px 48px 58px;
    background: linear-gradient(90deg, rgba(3, 11, 18, .62), rgba(5, 15, 24, .98));
}


.avc-hero__copy { width: 100%; text-align: right; }

.avc-hero h1 {
    margin: 0 0 26px;
    color: var(--avc-gold-light);
    font-size: clamp(34px, 3.8vw, 66px);
    line-height: 1.25;
    font-weight: 900;
    text-shadow: 0 4px 24px rgba(228, 170, 67, .18);
}

.avc-hero__description {
    margin: 0;
    color: #f4f2ec;
    font-size: clamp(17px, 1.45vw, 25px);
    line-height: 2;
}

.avc-hero__visual {
    min-height: 500px;
    background: #02070b;
}

.avc-hero__visual img,
.avc-split__visual > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.avc-hero__visual img { object-position: center; }

.avc-split {
    display: grid;
    grid-template-columns: 59% 41%;
    min-height: 0;
    align-items: center;
}

.avc-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 48px;
}

.avc-split__content p {
    max-width: 850px;
    margin: 12px 0 22px;
    color: #e7e8ea;
    font-size: clamp(15px, 1.35vw, 21px);
    line-height: 2.1;
}

.avc-heading-row {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--avc-gold);
}

.avc-heading-row svg {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avc-heading-row h2 {
    margin: 0;
    color: var(--avc-gold-light);
    font-size: clamp(26px, 2.4vw, 43px);
    line-height: 1.4;
    font-weight: 900;
}

.avc-split__visual {
    position: relative;
    min-height: 0;
    height: clamp(260px, 24vw, 320px);
    align-self: center;
    overflow: hidden;
    border-inline-start: 1px solid rgba(224, 164, 54, .32);
}

.avc-globe-visual img,
.avc-groups .avc-split__visual img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
    display: block;
}

.avc-newsletter .avc-split__visual,
.avc-groups .avc-split__visual {
    background: #02070b;
}

.avc-newsletter .avc-split__visual picture,
.avc-groups .avc-split__visual picture {
    display: block;
    width: 100%;
    height: 100%;
}

.avc-newsletter .avc-split__visual picture img,
.avc-groups .avc-split__visual picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.avc-stat {
    position: absolute;
    inset: auto 10% 50% auto;
    transform: translateY(50%);
    display: grid;
    gap: 8px;
    color: #f2f0e9;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .9);
}

.avc-stat strong {
    color: var(--avc-gold-light);
    font-size: clamp(34px, 4vw, 60px);
    line-height: 1;
    font-weight: 900;
}

.avc-stat span { font-size: clamp(14px, 1.35vw, 21px); line-height: 1.8; }

.avc-telegram-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: stretch;
    width: 100%;
    max-width: 880px;
    color: inherit;
    text-decoration: none;
}

.avc-telegram-cta__main {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(224, 164, 54, .74);
    border-radius: 16px;
    background: rgba(2, 9, 15, .48);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.avc-telegram-cta__icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #37b8f2, #168dcc);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(34, 158, 217, .24);
}

.avc-telegram-cta__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avc-telegram-cta__copy {
    min-width: 0;
    display: grid;
    gap: 3px;
    text-align: right;
}

.avc-telegram-cta__copy strong {
    color: #f7f8fa;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 800;
}

.avc-telegram-cta__copy small {
    color: #bfc7cf;
    font-size: 13px;
    line-height: 1.6;
}

.avc-telegram-cta__button {
    min-width: 190px;
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #fff;
    background: linear-gradient(135deg, #31afe8, #168ac7);
    border: 1px solid rgba(85, 194, 244, .8);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(34, 158, 217, .2);
    font-size: 17px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .avc-telegram-cta:hover .avc-telegram-cta__main {
        border-color: #48bff3;
        background: rgba(16, 64, 88, .2);
    }

    .avc-telegram-cta:hover .avc-telegram-cta__button {
        transform: translateY(-2px);
        filter: brightness(1.05);
        box-shadow: 0 14px 30px rgba(34, 158, 217, .3);
    }
}

.avc-telegram-cta:focus-visible {
    outline: 3px solid rgba(47, 175, 232, .38);
    outline-offset: 4px;
    border-radius: 17px;
}

.avc-btn {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 12px 26px;
    border: 1px solid transparent;
    border-radius: 13px;
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .avc-btn:hover { transform: translateY(-2px); }
}

.avc-btn svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avc-btn--gold {
    color: #221604;
    background: linear-gradient(135deg, #f5d084, #dca03b);
    box-shadow: 0 10px 24px rgba(205, 145, 45, .19);
}

.avc-btn--gold:hover { box-shadow: 0 14px 30px rgba(205, 145, 45, .28); }

.avc-btn--outline {
    color: var(--avc-gold-light);
    border-color: rgba(228, 170, 67, .86);
    background: rgba(2, 9, 15, .33);
}

.avc-btn--outline:hover { background: rgba(228, 170, 67, .08); }

.avc-form-status {
    grid-column: 1 / -1;
    min-height: 1.5em;
    color: #dfe5ea;
    font-size: 14px;
}

.avc-form-status.is-success { color: #8ee2b1; }
.avc-form-status.is-error { color: #ff9d9d; }

.avc-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.avc-actions .avc-btn { min-width: 225px; }

.avc-telegram-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 820px;
}

.avc-telegram-action {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    text-align: center;
}

.avc-telegram-action svg {
    flex: 0 0 25px;
}

.avc-telegram-action:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 395px);
    justify-self: center;
}


.avc-consult {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 356px) minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 26px 34px;
}

.avc-consult__side {
    display: grid;
    align-items: center;
    gap: 14px;
}

.avc-consult__side--left {
    grid-template-columns: minmax(0, 1fr) 220px;
}

.avc-consult__side--right {
    grid-template-columns: 220px minmax(0, 1fr);
}

.avc-consult__contacts {
    display: grid;
    gap: 24px;
}

.avc-consult-connector {
    width: 220px;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avc-consult-connector__img {
    display: block;
    width: 100%;
    height: auto;
}

.avc-contact-line {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 68px;
}

.avc-contact-line > div {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.avc-contact-line strong {
    color: var(--avc-gold-light);
    font-size: 18px;
    line-height: 1.1;
}

.avc-contact-line a {
    color: #f0f1f2;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    direction: ltr;
    unicode-bidi: embed;
}

.avc-contact-line--reverse {
    flex-direction: row-reverse;
    text-align: right;
}

.avc-contact-line--reverse > div {
    justify-items: end;
}

.avc-round-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: grid;
    place-items: center;
    color: var(--avc-gold);
    border: 2px solid rgba(228, 170, 67, .82);
    border-radius: 50%;
}

.avc-round-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avc-round-icon svg path {
    vector-effect: non-scaling-stroke;
}


.avc-phone-icon {
    transform: scaleX(-1);
    transform-origin: center;
}

.avc-round-icon .avc-whatsapp-icon {
    width: 26px;
    height: 26px;
}

.avc-round-icon--whatsapp {
    border: none;
    background: transparent;
}

.avc-whatsapp-image-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.avc-round-icon--whatsapp .avc-whatsapp-image-icon {
    width: 62px;
    height: 62px;
}

.avc-contact-card__icon--whatsapp .avc-whatsapp-image-icon {
    width: 58px;
    height: 58px;
}


.avc-icon-image {
    display: block;
    object-fit: contain;
}

.avc-icon-image--round {
    width: 28px;
    height: 28px;
}

.avc-heading-row .avc-icon-image--heading,
.avc-heading-row--center .avc-icon-image--heading {
    width: 40px;
    height: 40px;
}

.avc-btn .avc-icon-image--button {
    width: 24px;
    height: 24px;
}

.avc-consult__center {
    text-align: center;
}

.avc-heading-row--center {
    justify-content: center;
    margin-bottom: 12px;
}

.avc-heading-row--center h2 {
    font-size: clamp(24px, 2vw, 38px);
}

.avc-consult-card {
    width: 100%;
    margin-inline: auto;
    padding: 24px 22px 16px;
    border: 2px solid rgba(228, 170, 67, .72);
    border-radius: 22px;
    background: rgba(5, 13, 21, .82);
}

.avc-consult-card p {
    margin: 0 0 14px;
    color: #f2f3f4;
    line-height: 1.9;
}

.avc-consult-card .avc-btn {
    width: 100%;
    min-height: 56px;
}

.avc-consult-card small {
    display: block;
    margin-top: 10px;
    color: #d3d5d7;
}

.avc-contact-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 10px 16px 34px;
}

.avc-contact-card {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 22px 14px;
    text-align: center;
    background: #0b141c;
    border: 1px solid rgba(224, 164, 54, .65);
    border-radius: 19px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .14);
    contain: layout paint;
}

.avc-contact-card__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--avc-gold-light);
}

.avc-contact-card__icon svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.avc-contact-card h3 {
    margin: 2px 0 0;
    color: var(--avc-gold-light);
    font-size: 19px;
}

.avc-contact-card span,
.avc-contact-card a {
    color: #f2f3f4;
    font-size: 16px;
    line-height: 1.8;
}

.avc-contact-card a { direction: ltr; unicode-bidi: embed; }

.avc-faq { padding: 0 10px 10px; }

.avc-faq > h2 {
    margin: 0 0 24px;
    color: #fff;
    text-align: center;
    font-size: clamp(27px, 2.5vw, 42px);
    line-height: 1.5;
}

.avc-faq__list { display: grid; gap: 9px; }

.avc-faq-item {
    overflow: hidden;
    border: 1px solid rgba(224, 164, 54, .45);
    border-radius: 14px;
    background: #080e14;
}

.avc-faq-question {
    width: 100%;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 20px;
    color: #f7f7f7;
    border: 0;
    background: #0d141a;
    cursor: pointer;
    text-align: right;
    font-size: 17px;
}

.avc-faq-question b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    font-size: 23px;
    font-weight: 300;
    transition: transform .25s ease;
}

.avc-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    background: #f5f5f3;
    color: #23272a;
    transition: grid-template-rows .28s ease;
}

.avc-faq-answer > div {
    overflow: hidden;
    padding: 0 20px;
    line-height: 1.9;
    text-align: right;
}

.avc-faq-item.is-open .avc-faq-answer { grid-template-rows: 1fr; }
.avc-faq-item.is-open .avc-faq-answer > div { padding-block: 11px; }
.avc-faq-item.is-open .avc-faq-question b { transform: rotate(45deg); }


.avc-hero__visual picture,
.avc-split__visual picture {
    display: block;
    width: 100%;
    height: 100%;
}

.avc-hero__visual img,
.avc-split__visual img {
    aspect-ratio: auto;
}

@supports (content-visibility: auto) {
    .avc-container > .avc-panel:not(.avc-hero),
    .avc-container > .avc-contact-cards,
    .avc-container > .avc-faq {
        content-visibility: auto;
        contain-intrinsic-size: auto 420px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .avc-page *,
    .avc-page *::before,
    .avc-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1100px) {
    .avc-hero { grid-template-columns: 46% 54%; min-height: 430px; }
    .avc-hero__visual { min-height: 430px; }
    .avc-hero__content { padding-inline: 34px; }
    .avc-split { grid-template-columns: 58% 42%; }
    .avc-split__content { padding: 30px 32px; }
    .avc-consult { grid-template-columns: minmax(0, 1fr) minmax(280px, 336px) minmax(0, 1fr); padding-inline: 24px; gap: 16px; }
    .avc-consult__side--left { grid-template-columns: minmax(0, 1fr) 150px; }
    .avc-consult__side--right { grid-template-columns: 150px minmax(0, 1fr); }
    .avc-consult-connector { width: 150px; min-width: 150px; }
    .avc-round-icon { width: 56px; height: 56px; flex-basis: 56px; }
    .avc-contact-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .avc-page { --avc-page-space: min(var(--avc-page-space), 10px); }
    .avc-panel { border-radius: 18px; }

    .avc-hero,
    .avc-split {
        grid-template-columns: 1fr;
    }

    .avc-hero__content {
        order: 1;
        min-height: 310px;
        padding: 34px 24px;
        text-align: center;
    }

    .avc-hero__copy { text-align: center; }
    .avc-hero__visual { order: 2; min-height: 360px; }

    .avc-split__content { order: 1; padding: 28px 22px 30px; }
    .avc-split__visual {
        order: 2;
        min-height: 0;
        height: clamp(220px, 58vw, 280px);
        border-inline-start: 0;
        border-top: 1px solid rgba(224, 164, 54, .32);
    }
    .avc-heading-row { align-items: flex-start; }
    .avc-heading-row svg { width: 38px; height: 38px; flex-basis: 38px; }

    .avc-consult {
        grid-template-columns: 1fr;
        padding: 26px 22px;
    }

    .avc-consult__side--left,
    .avc-consult__side--right {
        grid-template-columns: 1fr;
    }

    .avc-consult__contacts { gap: 18px; }
    .avc-consult-connector { display: none; }
    .avc-consult__center { order: -1; }
    .avc-contact-line--reverse { flex-direction: row; text-align: right; }
    .avc-contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: 0; }
}

@media (max-width: 560px) {
    .avc-page { padding-block-start: 8px; }
    .avc-hero h1 { font-size: 34px; }
    .avc-hero__description { font-size: 15px; line-height: 1.9; }
    .avc-hero__visual { min-height: 270px; }
    .avc-hero__visual img { object-position: 48% center; }
    .avc-heading-row h2 { font-size: 25px; }
    .avc-split__content p { font-size: 14px; line-height: 2; }
    .avc-split__visual { height: 220px; }
    .avc-telegram-cta__main { min-height: 62px; padding: 9px 14px; }
    .avc-telegram-cta__icon { width: 42px; height: 42px; flex-basis: 42px; }
    .avc-telegram-cta__copy strong { font-size: 15px; }
    .avc-telegram-cta__copy small { font-size: 12px; }
    .avc-telegram-cta { grid-template-columns: 1fr; }
    .avc-telegram-cta__button { width: 100%; min-width: 0; min-height: 58px; }
    .avc-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
    .avc-actions .avc-btn { min-width: 0; width: 100%; }
    .avc-telegram-actions { grid-template-columns: 1fr; }
    .avc-telegram-action:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
    .avc-stat { inset-inline-end: 8%; }
    .avc-contact-card { min-height: 170px; padding: 18px 10px; }
    .avc-contact-card__icon { width: 46px; height: 46px; }
    .avc-contact-card__icon svg { width: 42px; height: 42px; }
    .avc-contact-card__icon--whatsapp .avc-whatsapp-image-icon { width: 46px; height: 46px; }
    .avc-contact-card h3 { font-size: 16px; }
    .avc-contact-card span,
    .avc-contact-card a { font-size: 13px; }
    .avc-faq-question { font-size: 14px; padding-inline: 14px; }
    .avc-faq-answer > div { font-size: 13px; }
}


/* =========================================================
   Compact professional UI — v1.5.0
   Full-width page background with a centered, readable layout
========================================================= */

.avc-page {
    padding: 16px max(var(--avc-page-space), 12px) 30px;
}

.avc-container {
    width: min(100%, var(--avc-content-max, 1380px));
    max-width: var(--avc-content-max, 1380px);
    margin-inline: auto;
}

.avc-panel {
    margin-bottom: 14px;
    border-radius: min(var(--avc-radius), 20px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.avc-hero {
    grid-template-columns: 40% 60%;
    min-height: 390px;
}

.avc-hero__content {
    min-height: 390px;
    padding: 42px 38px;
}

.avc-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(32px, 3.1vw, 50px);
    line-height: 1.3;
}

.avc-hero__description {
    font-size: clamp(15px, 1.15vw, 19px);
    line-height: 1.9;
}

.avc-hero__visual {
    min-height: 390px;
}

.avc-split {
    grid-template-columns: 57% 43%;
}

.avc-split__content {
    padding: 26px 32px;
}

.avc-split__content p {
    max-width: 760px;
    margin: 10px 0 18px;
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.95;
}

.avc-heading-row {
    gap: 11px;
}

.avc-heading-row svg {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
}

.avc-heading-row h2 {
    font-size: clamp(23px, 1.9vw, 32px);
    line-height: 1.45;
}

.avc-split__visual {
    height: clamp(230px, 20vw, 280px);
}

.avc-stat {
    gap: 5px;
}

.avc-stat strong {
    font-size: clamp(30px, 3vw, 45px);
}

.avc-stat span {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.65;
}

.avc-telegram-cta {
    max-width: 760px;
    gap: 10px;
}

.avc-telegram-cta__main,
.avc-telegram-cta__button {
    min-height: 58px;
}

.avc-telegram-cta__main {
    padding: 8px 15px;
    border-radius: 13px;
}

.avc-telegram-cta__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
}

.avc-telegram-cta__icon svg {
    width: 22px;
    height: 22px;
}

.avc-telegram-cta__copy strong,
.avc-telegram-cta__button {
    font-size: 15px;
}

.avc-telegram-cta__copy small {
    font-size: 12px;
}

.avc-telegram-cta__button {
    min-width: 165px;
    padding: 10px 18px;
    border-radius: 13px;
}

.avc-btn {
    min-height: 50px;
    gap: 9px;
    padding: 9px 18px;
    border-radius: 12px;
    font-size: 15px;
}

.avc-btn svg {
    width: 22px;
    height: 22px;
}

.avc-telegram-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
}

.avc-telegram-action {
    min-height: 50px;
}

.avc-telegram-action:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
}

.avc-consult {
    grid-template-columns: minmax(0, 1fr) minmax(275px, 310px) minmax(0, 1fr);
    gap: 14px;
    padding: 20px 24px;
}

.avc-consult__side--left {
    grid-template-columns: minmax(0, 1fr) 160px;
}

.avc-consult__side--right {
    grid-template-columns: 160px minmax(0, 1fr);
}

.avc-consult-connector {
    width: 160px;
    min-width: 160px;
}

.avc-consult__contacts {
    gap: 15px;
}

.avc-contact-line {
    min-height: 54px;
    gap: 12px;
}

.avc-contact-line strong {
    font-size: 16px;
}

.avc-contact-line a {
    font-size: 14px;
}

.avc-round-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
}

.avc-round-icon svg {
    width: 25px;
    height: 25px;
}

.avc-round-icon--whatsapp .avc-whatsapp-image-icon {
    width: 52px;
    height: 52px;
}

.avc-heading-row--center {
    margin-bottom: 8px;
}

.avc-heading-row--center h2 {
    font-size: clamp(22px, 1.7vw, 29px);
}

.avc-consult-card {
    padding: 17px 18px 12px;
    border-radius: 18px;
}

.avc-consult-card p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 1.8;
}

.avc-consult-card .avc-btn {
    min-height: 48px;
}

.avc-consult-card small {
    margin-top: 7px;
    font-size: 12px;
}

.avc-contact-cards {
    gap: 12px;
    margin: 4px 0 24px;
}

.avc-contact-card {
    min-height: 155px;
    gap: 7px;
    padding: 17px 12px;
    border-radius: 16px;
}

.avc-contact-card__icon {
    width: 46px;
    height: 46px;
}

.avc-contact-card__icon svg {
    width: 40px;
    height: 40px;
}

.avc-contact-card__icon--whatsapp .avc-whatsapp-image-icon {
    width: 46px;
    height: 46px;
}

.avc-contact-card h3 {
    font-size: 16px;
}

.avc-contact-card span,
.avc-contact-card a {
    font-size: 14px;
    line-height: 1.65;
}

.avc-faq {
    width: min(100%, 1100px);
    margin-inline: auto;
    padding: 0 0 8px;
}

.avc-faq > h2 {
    margin-bottom: 16px;
    font-size: clamp(23px, 2vw, 31px);
}

.avc-faq__list {
    gap: 7px;
}

.avc-faq-item {
    border-radius: 11px;
}

.avc-faq-question {
    min-height: 46px;
    padding: 9px 16px;
    font-size: 15px;
}

.avc-faq-question b {
    width: 25px;
    height: 25px;
    font-size: 20px;
}

.avc-faq-answer > div {
    padding-inline: 16px;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .avc-container {
        width: min(100%, 1040px);
    }

    .avc-hero {
        min-height: 350px;
    }

    .avc-hero__content,
    .avc-hero__visual {
        min-height: 350px;
    }

    .avc-consult {
        grid-template-columns: minmax(0, 1fr) 290px minmax(0, 1fr);
    }

    .avc-consult__side--left {
        grid-template-columns: minmax(0, 1fr) 115px;
    }

    .avc-consult__side--right {
        grid-template-columns: 115px minmax(0, 1fr);
    }

    .avc-consult-connector {
        width: 115px;
        min-width: 115px;
    }
}

@media (max-width: 900px) {
    .avc-container {
        width: 100%;
    }

    .avc-hero,
    .avc-split {
        grid-template-columns: 1fr;
    }

    .avc-hero__content {
        min-height: 220px;
        padding: 28px 24px;
        text-align: center;
    }

    .avc-hero__copy {
        text-align: center;
    }

    .avc-hero__visual {
        min-height: 270px;
    }

    .avc-split__content {
        padding: 23px 20px;
    }

    .avc-split__visual {
        height: 230px;
        border-inline-start: 0;
        border-top: 1px solid rgba(224, 164, 54, .32);
    }

    .avc-telegram-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .avc-consult {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }

    .avc-consult__center {
        order: -1;
    }

    .avc-consult__side--left,
    .avc-consult__side--right {
        grid-template-columns: 1fr;
    }

    .avc-consult-connector {
        display: none;
    }

    .avc-contact-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .avc-page {
        padding: 8px 8px 22px;
    }

    .avc-panel {
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .avc-hero h1 {
        font-size: 29px;
    }

    .avc-hero__description {
        font-size: 14px;
        line-height: 1.85;
    }

    .avc-hero__visual {
        min-height: 225px;
    }

    .avc-heading-row h2 {
        font-size: 22px;
    }

    .avc-split__content p {
        font-size: 13px;
        line-height: 1.85;
    }

    .avc-split__visual {
        height: 200px;
    }

    .avc-telegram-cta {
        grid-template-columns: 1fr;
    }

    .avc-telegram-cta__button {
        width: 100%;
        min-width: 0;
        min-height: 52px;
    }

    .avc-telegram-actions {
        grid-template-columns: 1fr;
    }

    .avc-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .avc-contact-card {
        min-height: 140px;
        padding: 14px 8px;
    }

    .avc-faq-question {
        font-size: 13px;
        padding-inline: 12px;
    }
}


/* =========================================================
   Section rhythm and responsive spacing — v1.5.1
========================================================= */

.avc-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.avc-container > .avc-panel,
.avc-container > .avc-contact-cards,
.avc-container > .avc-faq {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 1180px) {
    .avc-container {
        gap: 26px;
    }
}

@media (max-width: 900px) {
    .avc-container {
        gap: 22px;
    }
}

@media (max-width: 600px) {
    .avc-container {
        gap: 16px;
    }
}
