/* ─── 1. HERO ─── */
#vt-warszawa-hero {
    position: relative;
    min-height: 360px;
    display: flex; align-items: flex-end;
    padding: 80px 0 60px !important;
    background: #1f2c37 url('https://vtgroup-realestate.com/wp-content/uploads/2022/10/contact_banner-1.jpg') center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}
#vt-warszawa-hero .vtg-w-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(15,24,32,0.55) 0%, rgba(15,24,32,0.75) 100%);
    z-index: 1;
}
#vt-warszawa-hero .vtg-w-hero-wrap {
    position: relative; z-index: 2;
}
#vt-warszawa-hero .vtg-w-hero-crumbs {
    font-size: 13px; color: rgba(255,255,255,0.7);
    margin-bottom: 18px;
    display: flex; align-items: center; gap: 10px;
}
#vt-warszawa-hero .vtg-w-hero-crumbs a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#vt-warszawa-hero .vtg-w-hero-crumbs a:hover { color: #fff; }
#vt-warszawa-hero .vtg-w-hero-title {
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 18px;
    max-width: 880px;
}
/* Hero subheadline (city pages with H1+H2 hero; warszawa has none) */
#vt-warszawa-hero .vtg-w-hero-h2 {
    font-size: clamp(17px, 2.1vw, 24px);
    font-weight: 500;
    color: rgba(255,255,255,0.92);
    line-height: 1.35;
    letter-spacing: -0.3px;
    margin: 0 0 16px;
    max-width: 780px;
}
#vt-warszawa-hero .vtg-w-hero-lead {
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin: 0 0 24px;
    max-width: 720px;
}
#vt-warszawa-hero .vtg-w-hero-meta {
    display: flex; flex-wrap: wrap; gap: 10px;
}
#vt-warszawa-hero .vtg-w-hero-badge {
    display: inline-flex; align-items: center;
    width: fit-content;
    padding: 8px 16px;
    line-height: 18px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100px;
    font-size: 13px; font-weight: 600;
    color: #fff;
    backdrop-filter: blur(6px);
}
#vt-warszawa-hero .vtg-w-hero-badge > span {
    color: #fbbc04;
    font-size: 15px;
    margin-right: 4px;
}

@media (max-width: 720px) {
    #vt-warszawa-hero { min-height: 280px; padding: 60px 0 40px !important; }
}

/* ─── Warszawa landing — shared section styles ─── */
#vtg-w-about, #vtg-w-stats, #vtg-w-services, #vt-warszawa-ceny, #vt-warszawa-rayony, #vt-warszawa-otzyvy,
#vt-warszawa-komanda, #vt-warszawa-tarify, #vt-warszawa-faq, #vt-warszawa-cta, #vt-warszawa-seo,
#vt-warszawa-novosti, #vt-warszawa-obyavleniya {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

#vtg-w-about, #vtg-w-services, #vt-warszawa-ceny, #vt-warszawa-komanda, #vt-warszawa-faq, #vt-warszawa-seo, #vt-warszawa-novosti, #vt-warszawa-obyavleniya { background: #ffffff; }
#vtg-w-stats, #vt-warszawa-rayony, #vt-warszawa-tarify, #vt-warszawa-otzyvy { background: var(--vtg-color-bg-light, #f7f8fa); }
#vt-warszawa-cta { background: #1e2535 !important; color: #fff !important; }

.vtg-w-wrap {
    max-width: 1200px; margin: 0 auto; padding: 0 32px;
}

.vtg-w-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600; letter-spacing: 2.5px;
    text-transform: uppercase; color: var(--vtg-color-brand, #1f2c37);
    margin-bottom: 18px;
}
.vtg-w-eyebrow::before {
    content: ''; width: 28px; height: 1px; background: var(--vtg-color-brand, #1f2c37); display: block;
}

.vtg-w-title {
    font-size: clamp(28px, 3.5vw, 44px); font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f); letter-spacing: -1px;
    line-height: 1.15; margin: 0 0 28px;
}

/* ─── 2. ABOUT + VIDEO ─── */
#vtg-w-about .vtg-w-about-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
#vtg-w-about .vtg-w-about-text p {
    font-size: 16px; color: var(--vtg-color-text-muted, #555);
    line-height: 1.75; margin: 0 0 18px;
}
#vtg-w-about .vtg-w-langs {
    display: flex; flex-wrap: wrap; gap: 8px;
    justify-content: center;
    margin: 28px 0 32px;
}
#vtg-w-about .vtg-w-about-text { text-align: left; }
#vtg-w-about .vtg-w-about-text p { text-align: left; }
#vtg-w-about .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vtg-w-about .vtg-w-title { text-align: center; }
#vtg-w-about .vtg-w-about-btn { display: inline-flex; }
#vtg-w-about .vtg-w-about-btn-wrap { text-align: center; }
#vtg-w-about .vtg-w-lang {
    display: inline-flex; align-items: center;
    padding: 8px 14px; border-radius: 999px;
    background: var(--vtg-color-bg-light, #f7f8fa);
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    font-size: 13px; font-weight: 500;
    color: var(--vtg-color-text, #1d1d1f);
}
#vtg-w-about .vtg-w-about-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    background: var(--vtg-color-brand, #1f2c37);
    color: #fff; text-decoration: none;
    border-radius: 12px; font-size: 15px; font-weight: 600;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#vtg-w-about .vtg-w-about-btn:hover {
    opacity: 0.9; transform: translateY(-1px);
}
#vtg-w-about .vtg-w-video-wrap {
    position: relative; width: 100%; aspect-ratio: 16/9;
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
}
#vtg-w-about .vtg-w-video-wrap iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}
/* Click-to-load YouTube facade (replaces Seraphinite's blank data:-URL facade) */
#vtg-w-about .vtg-yt-facade {
    position: absolute; inset: 0; display: block;
    background: #000 center / cover no-repeat;
    cursor: pointer; text-decoration: none;
}
#vtg-w-about .vtg-yt-facade .vtg-yt-play {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 68px; height: 48px; pointer-events: none;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.4));
    transition: transform .2s ease;
}
#vtg-w-about .vtg-yt-facade:hover .vtg-yt-play { transform: translate(-50%, -50%) scale(1.08); }

/* ─── 3. STATS (homepage-matching style) ─── */
#vtg-w-stats .vtg-w-stats-head { text-align: center; margin-bottom: 0; }
#vtg-w-stats .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vtg-w-stats .vtg-w-title { margin-bottom: 0; }
#vtg-w-stats .vtg-w-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #e0e0e5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 48px;
}
#vtg-w-stats .vtg-w-stat {
    background: var(--vtg-color-bg-light, #f7f8fa);
    padding: 48px 32px;
    text-align: center;
}
/* 2×3 grid (6 items): no --wide override needed — all cells equal */
#vtg-w-stats .vtg-w-stat-num {
    font-size: clamp(42px, 4.5vw, 64px);
    font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    letter-spacing: -2.5px;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}
#vtg-w-stats .vtg-w-stat-star {
    color: #fbbc04;
    margin-left: 4px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 0.55em;
    vertical-align: middle;
    position: relative;
    top: -0.08em;
}
#vtg-w-stats .vtg-w-stat-desc {
    font-size: 14px;
    color: var(--vtg-color-text-sub, #6e6e73);
    margin: 0;
    line-height: 1.5;
}
/* Stat card secondary line (city pages; warszawa has none) */
#vtg-w-stats .vtg-w-stat-sub {
    font-size: 12.5px;
    color: var(--vtg-color-text-sub, #8a8a8f);
    line-height: 1.45;
    margin: 6px 0 0;
    opacity: 0.85;
}
#vtg-w-stats .vtg-w-stat-desc a {
    color: var(--vtg-color-brand, #1f2c37);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.18s ease;
}
#vtg-w-stats .vtg-w-stat-desc a:hover { opacity: 0.7; }
#vtg-w-stats .vtg-w-stats-note {
    margin: 28px auto 0;
    max-width: 820px;
    text-align: center;
    font-size: 13px;
    color: var(--vtg-color-text-muted, #555);
    opacity: 0.75;
    line-height: 1.6;
    font-style: italic;
}

@media (max-width: 600px) {
    #vtg-w-stats .vtg-w-stats-grid { grid-template-columns: repeat(2, 1fr); }
    #vtg-w-stats .vtg-w-stat { padding: 24px 12px; }
    #vtg-w-stats .vtg-w-stat-num { font-size: clamp(32px, 8vw, 42px); letter-spacing: -1.5px; }
    #vtg-w-stats .vtg-w-stat-desc { font-size: 12.5px; }
}

/* ─── 4. SERVICES ─── */
#vtg-w-services .vtg-w-services-head { text-align: center; margin-bottom: 0; }
#vtg-w-services .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vtg-w-services .vtg-w-title { margin-bottom: 14px; }
#vtg-w-services .vtg-w-subtitle {
    font-size: 17px;
    color: var(--vtg-color-text-muted, #555);
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.5;
}
#vtg-w-services .vtg-w-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
}
#vtg-w-services .vtg-w-service {
    background: var(--vtg-color-bg-light, #f7f8fa);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
}
#vtg-w-services .vtg-w-service:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.08);
    color: inherit !important;
}
#vtg-w-services .vtg-w-service-ico {
    width: 44px; height: 44px;
    background: var(--vtg-color-brand, #1f2c37);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}
#vtg-w-services .vtg-w-service-ico svg { width: 22px; height: 22px; }
#vtg-w-services .vtg-w-service-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 10px;
    line-height: 1.3;
}
#vtg-w-services .vtg-w-service-desc {
    font-size: 14px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
}
#vtg-w-services .vtg-w-service-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--vtg-color-brand, #1f2c37);
    align-self: flex-start;
}

@media (max-width: 900px) {
    #vtg-w-services .vtg-w-service { width: calc((100% - 14px) / 2); padding: 24px 20px; }
    #vtg-w-services .vtg-w-services-grid { gap: 14px; }
}
@media (max-width: 560px) {
    #vtg-w-services .vtg-w-service { width: 100%; }
}

/* ─── 5.5 PRICES ─── */
#vt-warszawa-ceny .vtg-w-prices-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-ceny .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-ceny .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-ceny .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 720px; line-height: 1.5;
}
#vt-warszawa-ceny .vtg-w-prices-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    margin-top: 48px;
}
#vt-warszawa-ceny .vtg-w-price-col {
    background: #ffffff;
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    border-radius: 20px;
    padding: 36px 32px;
}
#vt-warszawa-ceny .vtg-w-price-tag {
    display: inline-block;
    font-size: 12px; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vtg-color-brand, #1f2c37);
    background: var(--vtg-color-bg-light, #f7f8fa);
    padding: 6px 14px; border-radius: 100px;
    margin-bottom: 16px;
}
#vt-warszawa-ceny .vtg-w-price-title {
    font-size: 22px; font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 24px;
    line-height: 1.3;
}
#vt-warszawa-ceny .vtg-w-price-list {
    list-style: none; padding: 0; margin: 0 0 20px;
}
#vt-warszawa-ceny .vtg-w-price-list li {
    display: flex; justify-content: space-between; align-items: baseline;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--vtg-color-divider, #e5e7eb);
}
#vt-warszawa-ceny .vtg-w-price-list li:last-child { border-bottom: 0; }
#vt-warszawa-ceny .vtg-w-price-label {
    font-size: 14px; color: var(--vtg-color-text-muted, #555);
    flex: 1;
}
#vt-warszawa-ceny .vtg-w-price-val {
    font-size: 14px; font-weight: 600;
    color: var(--vtg-color-text, #1d1d1f);
    text-align: right;
    white-space: nowrap;
}
#vt-warszawa-ceny .vtg-w-price-note {
    font-size: 13px; color: var(--vtg-color-text-muted, #555);
    line-height: 1.6; margin: 16px 0 0;
}
#vt-warszawa-ceny .vtg-w-prices-cta {
    text-align: center; margin-top: 40px;
}
#vt-warszawa-ceny .vtg-w-price-btn {
    display: inline-flex; align-items: center;
    padding: 16px 32px;
    background: var(--vtg-color-brand, #1f2c37);
    color: #fff !important; text-decoration: none !important;
    border-radius: 100px;
    font-size: 15px; font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#vt-warszawa-ceny .vtg-w-price-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(31,44,55,0.25);
}

#vt-warszawa-ceny { background: #ffffff !important; }
#vt-warszawa-ceny .vtg-w-expert {
    margin-top: 32px;
    background: var(--vtg-color-bg-light, #f7f8fa);
    border-left: 4px solid var(--vtg-color-brand, #1f2c37);
    border-radius: 0 16px 16px 0;
    padding: 32px 36px;
}
#vt-warszawa-ceny .vtg-w-expert-title {
    font-size: 20px; font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 20px;
    line-height: 1.3;
}
#vt-warszawa-ceny .vtg-w-expert-list {
    list-style: none; counter-reset: vw-exp;
    padding: 0; margin: 0;
}
#vt-warszawa-ceny .vtg-w-expert-list li {
    position: relative;
    counter-increment: vw-exp;
    padding: 12px 0 12px 40px;
    font-size: 15px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.65;
}
#vt-warszawa-ceny .vtg-w-expert-list li::before {
    content: counter(vw-exp);
    position: absolute; left: 0; top: 12px;
    width: 28px; height: 28px;
    background: var(--vtg-color-brand, #1f2c37);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700;
}
#vt-warszawa-ceny .vtg-w-expert-list li strong {
    color: var(--vtg-color-text, #1d1d1f);
    font-weight: 700;
}
#vt-warszawa-ceny .vtg-w-price-source {
    font-size: 13px;
    color: var(--vtg-color-text-muted, #555);
    text-align: center;
    margin: 28px auto 0;
    max-width: 760px;
    line-height: 1.6;
    opacity: 0.75;
}

@media (max-width: 900px) {
    #vt-warszawa-ceny .vtg-w-prices-grid { grid-template-columns: 1fr; gap: 16px; }
    #vt-warszawa-ceny .vtg-w-price-col { padding: 28px 24px; border-radius: 16px; }
    #vt-warszawa-ceny .vtg-w-price-val { white-space: normal; }
    #vt-warszawa-ceny .vtg-w-expert { padding: 24px 22px; }
}

/* ─── 6. DISTRICTS ─── */
#vt-warszawa-rayony .vtg-w-districts-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-rayony .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-rayony .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-rayony .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 760px; line-height: 1.5;
}
#vt-warszawa-rayony .vtg-w-districts-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-top: 48px;
}
#vt-warszawa-rayony .vtg-w-district {
    background: #ffffff;
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    border-radius: 18px;
    padding: 28px 26px;
    display: flex; flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
}
#vt-warszawa-rayony .vtg-w-district--link:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.08);
    border-color: var(--vtg-color-brand, #1f2c37);
    color: inherit !important;
}
#vt-warszawa-rayony .vtg-w-district-num {
    font-size: 13px; font-weight: 700;
    color: var(--vtg-color-brand, #1f2c37);
    opacity: 0.4;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
#vt-warszawa-rayony .vtg-w-district-name {
    font-size: 22px; font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 12px;
    line-height: 1.2;
}
#vt-warszawa-rayony .vtg-w-district-desc {
    font-size: 14px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.65;
    margin: 0 0 14px;
    flex: 1;
}
#vt-warszawa-rayony { background: #ffffff !important; }
#vt-warszawa-rayony .vtg-w-district-cyr {
    font-size: 13px;
    color: var(--vtg-color-text-sub, #6e6e73);
    margin: -8px 0 14px;
    letter-spacing: 0.3px;
}
#vt-warszawa-rayony .vtg-w-district-cta {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex; align-items: center;
    font-size: 13px; font-weight: 600;
    color: var(--vtg-color-brand, #1f2c37);
    text-decoration: none;
    padding-top: 12px;
    border-top: 1px solid var(--vtg-color-divider, #e5e7eb);
    width: 100%;
    transition: color 0.18s ease;
}
#vt-warszawa-rayony .vtg-w-district-cta:hover { opacity: 0.7; }
#vt-warszawa-rayony .vtg-w-district { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
#vt-warszawa-rayony .vtg-w-district:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.08);
    border-color: var(--vtg-color-brand, #1f2c37);
}
#vt-warszawa-rayony .vtg-w-district-link {
    font-size: 13px; font-weight: 600;
    color: var(--vtg-color-brand, #1f2c37);
    align-self: flex-start;
}
#vt-warszawa-rayony .vtg-w-districts-more {
    margin: 48px auto 0;
    max-width: 820px;
    text-align: left;
    font-size: 15px;
    line-height: 1.75;
    color: var(--vtg-color-text-muted, #555);
}
#vt-warszawa-rayony .vtg-w-districts-more strong {
    color: var(--vtg-color-text, #1d1d1f);
    font-weight: 600;
}
#vt-warszawa-rayony .vtg-w-districts-more a {
    color: var(--vtg-color-brand, #1f2c37);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

@media (max-width: 900px) {
    #vt-warszawa-rayony .vtg-w-districts-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    #vt-warszawa-rayony .vtg-w-district { padding: 22px 20px; border-radius: 14px; }
}
@media (max-width: 560px) {
    #vt-warszawa-rayony .vtg-w-districts-grid { grid-template-columns: 1fr; }
}

/* District grid — center incomplete last row (lodz/poznan only, TZ #1319) */
#vt-warszawa-rayony .vtg-w-districts-grid--centerlast {
    display: flex; flex-wrap: wrap; justify-content: center;
}
#vt-warszawa-rayony .vtg-w-districts-grid--centerlast .vtg-w-district {
    flex: 0 1 calc((100% - 40px) / 3); min-width: 0;
}
@media (max-width: 900px) {
    #vt-warszawa-rayony .vtg-w-districts-grid--centerlast .vtg-w-district {
        flex-basis: calc((100% - 14px) / 2);
    }
}
@media (max-width: 560px) {
    #vt-warszawa-rayony .vtg-w-districts-grid--centerlast .vtg-w-district {
        flex-basis: 100%;
    }
}

/* ─── 8. TEAM ─── */
#vt-warszawa-komanda .vtg-w-team-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-komanda .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-komanda .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-komanda .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 720px; line-height: 1.5;
}
#vt-warszawa-komanda { background: #ffffff !important; }
#vt-warszawa-komanda .vtg-w-team-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px;
    margin-top: 48px;
}
#vt-warszawa-komanda .vtg-w-team-grid > .vtg-w-member { grid-column: span 2; }
@media (min-width: 901px) {
    /* 5 cards: row 1 = 3 cards × 2 cols each (1-2, 3-4, 5-6).
       Row 2 = 2 cards centered: card 4 cols 2-3, card 5 cols 4-5 */
    #vt-warszawa-komanda .vtg-w-team-grid > .vtg-w-member:nth-child(4) { grid-column: 2 / span 2; }
    #vt-warszawa-komanda .vtg-w-team-grid > .vtg-w-member:nth-child(5) { grid-column: 4 / span 2; }
}
#vt-warszawa-komanda .vtg-w-member {
    background: #ffffff;
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    border-radius: 18px;
    overflow: hidden;
    display: flex; flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#vt-warszawa-komanda .vtg-w-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.1);
    border-color: var(--vtg-color-brand, #1f2c37);
    color: inherit !important;
}
#vt-warszawa-komanda .vtg-w-member-img {
    height: 320px; overflow: hidden; background: #e8e8e8;
}
#vt-warszawa-komanda .vtg-w-member-img img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block;
    transition: transform 0.4s ease;
}
#vt-warszawa-komanda .vtg-w-member:hover .vtg-w-member-img img { transform: scale(1.05); }
#vt-warszawa-komanda .vtg-w-member-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
#vt-warszawa-komanda .vtg-w-member-name {
    font-size: 17px; font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 4px;
}
#vt-warszawa-komanda .vtg-w-member-role {
    font-size: 13px;
    color: var(--vtg-color-text-sub, #6e6e73);
    margin: 0 0 10px;
}
#vt-warszawa-komanda .vtg-w-member-spec,
#vt-warszawa-komanda .vtg-w-member-langs {
    font-size: 13px;
    color: var(--vtg-color-text-muted, #555);
    margin: 0 0 6px;
    line-height: 1.55;
}
#vt-warszawa-komanda .vtg-w-member-langs { margin-bottom: 0; margin-top: 4px; }
#vt-warszawa-komanda .vtg-w-member-label {
    font-weight: 600;
    color: var(--vtg-color-text, #1d1d1f);
}

@media (max-width: 900px) {
    #vt-warszawa-komanda .vtg-w-team-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    #vt-warszawa-komanda .vtg-w-team-grid > .vtg-w-member { grid-column: span 1 !important; }
    #vt-warszawa-komanda .vtg-w-member-img { height: 280px; }
}
@media (max-width: 560px) {
    #vt-warszawa-komanda .vtg-w-team-grid { grid-template-columns: 1fr; }
    #vt-warszawa-komanda .vtg-w-team-grid > .vtg-w-member { grid-column: span 1 !important; }
    #vt-warszawa-komanda .vtg-w-member-img { height: 360px; }
}

/* ─── 8.5 TARIFFS ─── */
#vt-warszawa-tarify { background: var(--vtg-color-bg-light, #f7f8fa) !important; }
#vt-warszawa-tarify .vtg-w-tariffs-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-tarify .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-tarify .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-tarify .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 720px; line-height: 1.5;
}
#vt-warszawa-tarify .vtg-w-tariffs-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    margin-top: 48px;
}
#vt-warszawa-tarify .vtg-w-tariff {
    background: #ffffff;
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    border-radius: 18px;
    padding: 32px 28px;
    display: flex; flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#vt-warszawa-tarify .vtg-w-tariff:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.06);
    border-color: var(--vtg-color-brand, #1f2c37);
}
#vt-warszawa-tarify .vtg-w-tariff-name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--vtg-color-brand, #1f2c37);
    opacity: 0.7;
    margin-bottom: 10px;
}
#vt-warszawa-tarify .vtg-w-tariff-price {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    color: var(--vtg-color-brand, #1f2c37);
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
#vt-warszawa-tarify .vtg-w-tariff-desc {
    font-size: 14px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}
#vt-warszawa-tarify .vtg-w-tariff-flex {
    margin: 40px auto 0;
    max-width: 880px;
    background: #ffffff;
    border-left: 4px solid var(--vtg-color-brand, #1f2c37);
    border-radius: 0 16px 16px 0;
    padding: 24px 32px;
}
#vt-warszawa-tarify .vtg-w-tariff-flex p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--vtg-color-text-muted, #555);
}
#vt-warszawa-tarify .vtg-w-tariff-flex a {
    color: var(--vtg-color-brand, #1f2c37);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
#vt-warszawa-tarify .vtg-w-tariffs-cta {
    text-align: center; margin-top: 32px;
}
#vt-warszawa-tarify .vtg-w-price-btn {
    display: inline-flex; align-items: center;
    padding: 16px 32px;
    background: var(--vtg-color-brand, #1f2c37);
    color: #fff !important; text-decoration: none !important;
    border-radius: 100px;
    font-size: 15px; font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#vt-warszawa-tarify .vtg-w-price-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(31,44,55,0.25);
}

@media (max-width: 900px) {
    #vt-warszawa-tarify .vtg-w-tariffs-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    #vt-warszawa-tarify .vtg-w-tariff { padding: 26px 22px; }
    #vt-warszawa-tarify .vtg-w-tariff-flex { padding: 22px 24px; }
}
@media (max-width: 560px) {
    #vt-warszawa-tarify .vtg-w-tariffs-grid { grid-template-columns: 1fr; }
}

/* ─── 9. FAQ ─── */
#vt-warszawa-faq { background: #ffffff !important; }
#vt-warszawa-faq .vtg-w-faq-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-faq .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-faq .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-faq .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 760px; line-height: 1.5;
}
#vt-warszawa-faq .vtg-w-faq-list {
    max-width: 880px; margin: 48px auto 0;
}
#vt-warszawa-faq .vtg-w-faq-item {
    background: #ffffff;
    border: 1px solid var(--vtg-color-divider, #e5e7eb);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
#vt-warszawa-faq .vtg-w-faq-item[open] {
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    border-color: var(--vtg-color-brand, #1f2c37);
}
#vt-warszawa-faq .vtg-w-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
    cursor: pointer;
    list-style: none;
    font-size: 16px; font-weight: 600;
    color: var(--vtg-color-text, #1d1d1f);
    line-height: 1.5;
}
#vt-warszawa-faq .vtg-w-faq-q::-webkit-details-marker { display: none; }
#vt-warszawa-faq .vtg-w-faq-q-text { flex: 1; }
#vt-warszawa-faq .vtg-w-faq-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--vtg-color-bg-light, #f7f8fa);
    position: relative;
    transition: background 0.2s ease, transform 0.2s ease;
}
#vt-warszawa-faq .vtg-w-faq-icon::before,
#vt-warszawa-faq .vtg-w-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 12px; height: 2px;
    background: var(--vtg-color-brand, #1f2c37);
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, background 0.2s ease;
}
#vt-warszawa-faq .vtg-w-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
#vt-warszawa-faq .vtg-w-faq-item[open] .vtg-w-faq-icon {
    background: var(--vtg-color-brand, #1f2c37);
}
#vt-warszawa-faq .vtg-w-faq-item[open] .vtg-w-faq-icon::before,
#vt-warszawa-faq .vtg-w-faq-item[open] .vtg-w-faq-icon::after {
    background: #ffffff;
}
#vt-warszawa-faq .vtg-w-faq-item[open] .vtg-w-faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
#vt-warszawa-faq .vtg-w-faq-a {
    padding: 0 28px 24px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--vtg-color-text-muted, #555);
}
#vt-warszawa-faq .vtg-w-faq-a a {
    color: var(--vtg-color-brand, #1f2c37);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

@media (max-width: 720px) {
    #vt-warszawa-faq .vtg-w-faq-q { padding: 18px 20px; font-size: 15px; }
    #vt-warszawa-faq .vtg-w-faq-a { padding: 0 20px 20px; font-size: 14px; }
}

/* ─── 7. GOOGLE REVIEWS ─── */
#vt-warszawa-otzyvy .vtg-w-reviews-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-otzyvy .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-otzyvy .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-otzyvy .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; line-height: 1.5;
    display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center;
}
#vt-warszawa-otzyvy .vtg-w-reviews-rating {
    font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    font-size: 20px;
}
#vt-warszawa-otzyvy .vtg-w-reviews-count a {
    color: var(--vtg-color-brand, #1f2c37);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid currentColor;
}
#vt-warszawa-otzyvy .vtg-w-reviews-widget {
    margin-top: 48px;
}

/* ─── NEWS & LISTINGS — shared card grid ─── */
#vt-warszawa-novosti .vtg-w-news-head,
#vt-warszawa-obyavleniya .vtg-w-listings-head { text-align: center; margin-bottom: 0; }
#vt-warszawa-novosti .vtg-w-eyebrow,
#vt-warszawa-obyavleniya .vtg-w-eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
#vt-warszawa-novosti .vtg-w-title,
#vt-warszawa-obyavleniya .vtg-w-title { margin-bottom: 14px; }
#vt-warszawa-novosti .vtg-w-subtitle,
#vt-warszawa-obyavleniya .vtg-w-subtitle {
    font-size: 17px; color: var(--vtg-color-text-muted, #555);
    margin: 0 auto; max-width: 720px; line-height: 1.5;
}
#vt-warszawa-novosti .vtg-w-news-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-top: 48px;
}
#vt-warszawa-obyavleniya .vtg-w-listings-grid {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 24px;
    margin-top: 48px;
}
#vt-warszawa-obyavleniya .vtg-w-listing { width: calc((100% - 48px) / 3); }

.vtg-w-news-card, .vtg-w-listing {
    background: var(--vtg-color-bg-light, #f7f8fa);
    border-radius: 16px;
    overflow: hidden;
    display: flex; flex-direction: column;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vtg-w-news-card:hover, .vtg-w-listing:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    color: inherit !important;
}
.vtg-w-news-img, .vtg-w-listing-img {
    height: 200px;
    background: #e8e8e8 center/cover no-repeat;
}
.vtg-w-news-body, .vtg-w-listing-body {
    padding: 22px;
    flex: 1;
    display: flex; flex-direction: column;
}
.vtg-w-news-date {
    font-size: 12px;
    color: var(--vtg-color-text-sub, #6e6e73);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}
.vtg-w-news-title, .vtg-w-listing-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    margin: 0 0 10px;
    line-height: 1.35;
}
.vtg-w-news-excerpt {
    font-size: 14px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.6;
    margin: 0 0 14px;
    flex: 1;
}
.vtg-w-news-link, .vtg-w-listing-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--vtg-color-brand, #1f2c37);
    align-self: flex-start;
    margin-top: auto;
}
.vtg-w-listing-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--vtg-color-brand, #1f2c37);
    margin-bottom: 14px;
}
.vtg-w-news-more, .vtg-w-listings-more { text-align: center; margin-top: 40px; }
.vtg-w-news-all, .vtg-w-listings-all {
    display: inline-flex; align-items: center;
    padding: 14px 28px;
    background: transparent;
    color: var(--vtg-color-brand, #1f2c37) !important;
    text-decoration: none !important;
    border: 1.5px solid var(--vtg-color-brand, #1f2c37);
    border-radius: 100px;
    font-size: 14px; font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}
.vtg-w-news-all:hover, .vtg-w-listings-all:hover {
    background: var(--vtg-color-brand, #1f2c37);
    color: #fff !important;
}

@media (max-width: 900px) {
    #vt-warszawa-novosti .vtg-w-news-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    #vt-warszawa-obyavleniya .vtg-w-listings-grid { gap: 16px; }
    #vt-warszawa-obyavleniya .vtg-w-listing { width: calc((100% - 16px) / 2); }
}
@media (max-width: 560px) {
    #vt-warszawa-novosti .vtg-w-news-grid { grid-template-columns: 1fr; }
    #vt-warszawa-obyavleniya .vtg-w-listing { width: 100%; }
}

/* ─── TG PLATES (rent channel + community chat) ─── */
.vtg-w-tg-plate {
    display: flex; align-items: center; gap: 16px;
    margin: 36px auto 0;
    max-width: 880px;
    padding: 20px 28px;
    background: linear-gradient(135deg, #3aa6e1 0%, #2589bd 100%);
    border-radius: 16px;
    text-decoration: none !important;
    color: #fff !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vtg-w-tg-plate:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(58,166,225,0.35);
    color: #fff !important;
}
.vtg-w-tg-plate-chat {
    background: linear-gradient(135deg, #1f2c37 0%, #0f1820 100%);
}
.vtg-w-tg-plate-chat:hover {
    box-shadow: 0 16px 40px rgba(30,37,53,0.4);
}
.vtg-w-tg-plate-ico {
    flex-shrink: 0;
    width: 48px; height: 48px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.vtg-w-tg-plate-ico svg { width: 26px; height: 26px; }
.vtg-w-tg-plate-text {
    flex: 1;
    display: flex; flex-direction: column; gap: 4px;
}
.vtg-w-tg-plate-text strong { font-size: 16px; font-weight: 700; }
.vtg-w-tg-plate-text span:not(:first-child) { font-size: 13px; opacity: 0.9; line-height: 1.45; }
.vtg-w-tg-plate-arrow {
    font-size: 22px;
    opacity: 0.85;
    margin-left: auto;
}
@media (max-width: 560px) {
    .vtg-w-tg-plate { flex-direction: row; padding: 16px 18px; gap: 12px; }
    .vtg-w-tg-plate-text strong { font-size: 14px; }
    .vtg-w-tg-plate-text span:not(:first-child) { font-size: 12px; }
    .vtg-w-tg-plate-ico { width: 40px; height: 40px; }
    .vtg-w-tg-plate-ico svg { width: 22px; height: 22px; }
}

/* ─── 10. FINAL CTA (dark) ─── */
#vt-warszawa-cta .vtg-w-wrap { text-align: center; }
#vt-warszawa-cta .vtg-w-cta-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600;
    letter-spacing: 2.5px; text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 24px;
}
#vt-warszawa-cta .vtg-w-cta-eyebrow::before,
#vt-warszawa-cta .vtg-w-cta-eyebrow::after {
    content: ''; width: 24px; height: 1px;
    background: rgba(255,255,255,0.2); display: block;
}
#vt-warszawa-cta .vtg-w-cta-title {
    font-size: clamp(28px, 4vw, 48px); font-weight: 700;
    color: #fff; letter-spacing: -1px;
    margin: 0 0 16px;
    line-height: 1.15;
}
#vt-warszawa-cta .vtg-w-cta-subtitle {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    max-width: 680px;
    margin: 0 auto 40px;
    line-height: 1.5;
}
#vt-warszawa-cta .vtg-w-cta-btns {
    display: flex; gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
#vt-warszawa-cta .vtg-w-cta-btn-main {
    display: inline-flex; align-items: center;
    background: #fff;
    color: #1e2535 !important;
    text-decoration: none !important;
    font-size: 15px; font-weight: 700;
    padding: 16px 36px;
    border-radius: 100px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#vt-warszawa-cta .vtg-w-cta-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    color: #1e2535 !important;
}
#vt-warszawa-cta .vtg-w-cta-btn-sec {
    display: inline-flex; align-items: center;
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px; font-weight: 600;
    padding: 16px 36px;
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background 0.2s ease, transform 0.2s ease;
}
#vt-warszawa-cta .vtg-w-cta-btn-sec:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-2px);
    color: #fff !important;
}
#vt-warszawa-cta .vtg-w-cta-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 48px auto;
    max-width: 600px;
}
#vt-warszawa-cta .vtg-w-cta-contacts {
    display: flex; align-items: center; justify-content: center;
    gap: 28px; flex-wrap: wrap;
}
#vt-warszawa-cta .vtg-w-cta-phone {
    font-size: 24px; font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: -0.5px;
}
#vt-warszawa-cta .vtg-w-cta-socials {
    display: flex; gap: 12px;
}
#vt-warszawa-cta .vtg-w-cta-socials a {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.18s ease, background 0.18s ease;
}
#vt-warszawa-cta .vtg-w-cta-socials a:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.18);
}
#vt-warszawa-cta .vtg-w-cta-socials svg { width: 22px; height: 22px; }

@media (max-width: 560px) {
    #vt-warszawa-cta .vtg-w-cta-contacts { flex-direction: column; gap: 18px; }
    #vt-warszawa-cta .vtg-w-cta-phone { font-size: 20px; }
    #vt-warszawa-cta .vtg-w-cta-btns { flex-direction: column; align-items: center; }
    #vt-warszawa-cta .vtg-w-cta-btn-main,
    #vt-warszawa-cta .vtg-w-cta-btn-sec { width: 100%; justify-content: center; max-width: 320px; }
}

/* ─── SEO TEXT ─── */
#vt-warszawa-seo .vtg-w-seo {
    max-width: 860px;
}
#vt-warszawa-seo .vtg-w-seo-h3 {
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 700;
    color: var(--vtg-color-text, #1d1d1f);
    line-height: 1.3;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
#vt-warszawa-seo .vtg-w-seo-h3:not(:first-child) { margin-top: 48px; }
#vt-warszawa-seo .vtg-w-seo p {
    font-size: 16px;
    color: var(--vtg-color-text-muted, #555);
    line-height: 1.75;
    margin: 0 0 16px;
}
#vt-warszawa-seo .vtg-w-seo a {
    color: var(--vtg-color-brand, #1f2c37);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
#vt-warszawa-seo .vtg-w-seo strong {
    color: var(--vtg-color-text, #1d1d1f);
    font-weight: 600;
}
@media (max-width: 560px) {
    #vtg-w-stats .vtg-w-stat { padding: 28px 16px; }
    #vtg-w-stats .vtg-w-stat-num { font-size: 36px; letter-spacing: -1.5px; }
}

@media (max-width: 900px) {
    #vtg-w-about, #vtg-w-stats, #vtg-w-services, #vt-warszawa-ceny, #vt-warszawa-rayony,
    #vt-warszawa-komanda, #vtg-w-tariffs, #vtg-w-faq, #vtg-w-cta {
        padding-top: 60px !important; padding-bottom: 60px !important;
    }
    .vtg-w-wrap { padding: 0 16px; }
    #vtg-w-about .vtg-w-about-grid { grid-template-columns: 1fr; gap: 36px; }
}
