:root {
    --color-yellow: #F6E742;
    --color-yellow-dark: #ffef40;
    --color-bg: #716f6f;/*#3a3a3a*/
    --color-surface: #484848;
    --color-surface-light: #f2f2f2;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-text: #b8b8b8;
    --color-text-light: #e8e8e8;
    --color-promo-start: #ff6b6b;
    --color-promo-end: #ee5a24;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --container-width: 1200px;
    --radius: 15px;
    --radius-lg: 30px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text-light);
    line-height: 1.5;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.75rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    border: 2px solid transparent;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn:active {
    transform: translateY(1px);
}

.btn-lg {
    min-height: 3.1rem;
    padding: 0.85rem 1.5rem;
    font-size: 1.05rem;
}

.btn-call {
    background: var(--color-yellow);
    color: var(--color-black);
}

.btn-call:hover {
    background: var(--color-yellow-dark);
    color: var(--color-black);
}

.btn-secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.45);
    color: var(--color-white);
}

.btn-secondary:hover {
    border-color: var(--color-yellow);
    color: var(--color-yellow);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: auto;
}

.header-phone {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--color-yellow);
}

.social-icons--compact a {
    width: 36px;
    height: 36px;
}

.hero {
    margin-bottom: 28px;
    padding: 8px 0 4px;
}

.hero-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(246, 231, 66, 0.18);
    color: var(--color-yellow);
    font-size: 0.85rem;
    font-weight: 600;
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 4.5vw, 2.4rem);
    font-weight: 900;
    color: var(--color-white);
    line-height: 1.15;
    margin: 0 0 12px;
    max-width: 18ch;
}

.hero-lead {
    margin: 0 0 16px;
    max-width: 40rem;
    color: var(--color-text-light);
    font-size: 1.05rem;
}

.hero-ss,
.hero-rn {
    margin: 0 0 16px;
}

.hero-ss img,
.hero-rn img {
    width: 100%;
    max-width: 920px;
    height: auto;
    display: block;
}

.hero-ss .hero-ss__mob,
.hero-rn .hero-rn__mob {
    display: none;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 14px;
}

.hero-disclaimer {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-text);
    max-width: 42rem;
}

.sticky-call {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(58, 58, 58, 0.96);
    border-top: 1px solid rgba(246, 231, 66, 0.35);
}

.sticky-call .btn {
    width: 100%;
}

.branch-card__call {
    width: 100%;
    margin: 4px 0 10px;
}

.form-lead {
    text-align: center;
    color: var(--color-black);
    margin: -8px 0 14px;
    font-weight: 500;
}

.form-callout {
    text-align: center;
    margin: 0 0 18px;
}

.form-callout .btn-call {
    background: var(--color-black);
    color: var(--color-yellow);
}

.form-callout .btn-call:hover {
    background: #1a1a1a;
    color: var(--color-yellow);
}

.branch-radios legend {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-black);
    margin-bottom: 8px;
}

.center-block__text .btn-call {
    margin-top: 14px;
}

.thankyou-note {
    margin: 0 0 16px;
    color: var(--color-text-light);
}

.thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px;
}

.thankyou-phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 0.95rem;
}

.thankyou-phones a {
    color: var(--color-yellow);
    font-weight: 600;
}

.steps-titles h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 900;
    color: var(--color-white);
    text-align: center;
}

.steps-subtitle {
    margin: 0;
    color: var(--color-yellow);
    font-weight: 600;
    text-align: center;
}

.step-card__title {
    margin: 10px 0 6px;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-white);
}

.step-card__text {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-text);
}

.honeypot,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

fieldset.branch-radios {
    border: none;
    padding: 0;
    margin: 0 0 16px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: var(--color-bg);
    padding: 20px 0 0;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.75rem;
}

.logo-link img {
    height: 40px;
    width: auto;
}

.logo-link .logo-r {
    color: var(--color-yellow);
}

.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.social-icons a:hover {
    background: var(--color-yellow);
}

.social-icons svg {
    width: 20px;
    height: 20px;
    fill: var(--color-white);
    transition: fill 0.2s;
}

.social-icons a:hover svg {
    fill: var(--color-black);
}

/* Promo */
.promo-banner {
    background: linear-gradient(135deg, var(--color-promo-start), var(--color-promo-end));
    color: var(--color-white);
    text-align: center;
    padding: 18px 24px;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    margin-bottom: 24px;
    border-radius: var(--radius);
}

/* Branch cards */
.branches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.branch-card {
    background: var(--color-surface);
    border: 1px solid rgba(246, 231, 66, 0.25);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
    transition: border-color 0.2s;
}

.branch-card:hover {
    border-color: var(--color-yellow);
}

.branch-card__address {
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--color-text-light);
}

.branch-card__hours {
    font-size: 0.85rem;
    color: var(--color-text);
    margin-bottom: 8px;
}

.branch-card__metro {
    display: inline-block;
    background: rgba(246, 231, 66, 0.2);
    color: var(--color-yellow);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.branch-card__phone {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-yellow);
    margin-bottom: 8px;
}

.branch-card__route {
    font-size: 0.8rem;
    color: var(--color-text);
    text-decoration: underline;
}

.branch-card__route:hover {
    color: var(--color-yellow);
}

/* Form */
.form-section {
    background: var(--color-yellow);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 48px;
    box-shadow: 0 0 30px rgba(246, 231, 66, 0.3);
}

.form-section h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 20px;
}

.request-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-black);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-black);
    background: var(--color-white);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 2px solid var(--color-black);
}

.form-group textarea {
    resize: vertical;
    min-height: 90px;
}

.branch-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.branch-radios label {
    flex: 1 1 auto;
    min-width: 140px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--color-white);
    border-radius: var(--radius);
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--color-black);
    transition: box-shadow 0.2s;
}

.branch-radios input {
    accent-color: var(--color-black);
}

.branch-radios label:has(input:checked) {
    box-shadow: inset 0 0 0 2px var(--color-black);
}

.btn-submit {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: var(--radius);
    background: var(--color-yellow);
    color: var(--color-black);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.btn-submit:hover {
    transform: translateY(-1px);
    background: var(--color-yellow-dark);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

#formStatus {
    margin-top: 12px;
    text-align: center;
    font-weight: 600;
    color: var(--color-black);
}

/* Brand badge */
.brand-section {
    text-align: center;
    margin-bottom: 40px;
    padding: 32px 20px;
    background: var(--color-surface);
    border-radius: var(--radius);
}

.brand-section img {
    /*max-width: min(520px, 95%);*/
    width: 100%;
    margin: 0 auto;
}

/* Steps */
.steps-section {
    margin-bottom: 48px;
    padding: 32px 24px;
    background: var(--color-surface);
    border-radius: var(--radius);
}

.steps-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.steps-titles img {
    /*max-width: 600px;*/
}

.steps-titles__mobile {
    display: none;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: start;
}

.step-card {
    text-align: center;
}

.step-card__number {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--color-black);
    background: var(--color-yellow);
    border-bottom: 4px solid var(--color-yellow-dark);
    border-radius: 12px;
    padding: 4px 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    min-width: 36px;
}

.step-card img {
    width: 100%;
    border-radius: var(--radius);
    background: var(--color-surface-light);
    padding: 10px;
    object-fit: contain;
    min-height: 120px;
    max-height: 160px;
}

/* Centers */
.centers-section {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.center-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 0;
    padding: 24px;
    background: var(--color-surface);
    border-radius: var(--radius);
}

.center-block:last-child {
    margin-bottom: 0;
}

.center-block:nth-child(even) .center-block__media {
    order: 2;
}

.center-block:nth-child(even) .center-block__text {
    order: 1;
}

.center-block__media {
    min-width: 0;
}

.center-carousel {
    position: relative;
}

.center-carousel__viewport {
    overflow: hidden;
    border-radius: var(--radius);
    background: #2a2a2a;
}

.center-carousel__track {
    display: flex;
    transition: transform 0.35s ease;
}

.center-carousel__slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.center-carousel__slide img,
.center-carousel__slide video {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: var(--radius);
    background: #1a1a1a;
}

.center-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(246, 231, 66, 0.92);
    color: var(--color-black);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s, transform 0.2s;
}

.center-carousel__btn:hover {
    background: var(--color-yellow);
    transform: translateY(-50%) scale(1.05);
}

.center-carousel__btn--prev {
    left: 10px;
}

.center-carousel__btn--next {
    right: 10px;
}

.center-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.center-carousel__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.center-carousel__dot.is-active {
    background: var(--color-yellow);
    transform: scale(1.15);
}

.center-block__text h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-yellow);
    margin-bottom: 12px;
}

.center-block__text p {
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.7;
}

/* Maps */
.maps-section {
    margin-bottom: 48px;
}

.maps-section h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    text-align: center;
    color: var(--color-yellow);
    margin-bottom: 32px;
}

.map-block {
    margin-bottom: 32px;
}

.map-block h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--color-yellow);
    margin-bottom: 12px;
}

.map-container {
    position: relative;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: var(--radius);
    display: block;
}

.map-container--reviews iframe {
    height: 480px;
}

.map-container--widget iframe {
    height: 300px;
}

.map-attribution {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 10px;
    color: #b3b3b3;
    font-family: 'YS Text', sans-serif;
}

/* Footer */
.site-footer {
    background: #2e2e2e;
    padding: 40px 0 24px;
    margin-top: 24px;
}

.footer-branches {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.footer-branch h4 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: var(--color-yellow);
    margin-bottom: 8px;
}

.footer-branch p {
    font-size: 0.85rem;
    color: var(--color-text);
    margin-bottom: 4px;
}

.footer-branch a {
    color: var(--color-yellow);
    font-weight: 700;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s;
}

.footer-social a:hover {
    background: var(--color-yellow);
}

.footer-social svg {
    width: 22px;
    height: 22px;
    fill: var(--color-white);
}

.footer-social a:hover svg {
    fill: var(--color-black);
}

.footer-legal {
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-text);
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.footer-legal strong {
    color: var(--color-text-light);
}

.footer-copy {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8rem;
    color: var(--color-text);
}

.thankyou-section {
    text-align: center;
    padding: 60px 20px 80px;
}

.thankyou-section h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    color: var(--color-yellow);
    margin-bottom: 16px;
}

.thankyou-section h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: var(--color-text-light);
    margin-bottom: 32px;
}

.thankyou-btn {
    display: inline-block;
    width: auto;
    min-width: 260px;
    text-align: center;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .step-card img {
        min-height: 160px;
    }

    .step-card:nth-child(4),
    .step-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 5.5rem;
    }

    .sticky-call {
        display: block;
    }

    .header-phone {
        display: none;
    }

    .branches-grid,
    .footer-branches {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .step-card img {
        min-height: 140px;
        padding: 12px;
    }

    .center-block,
    .center-block:nth-child(even) .center-block__media,
    .center-block:nth-child(even) .center-block__text {
        grid-template-columns: 1fr;
        order: unset;
    }

    .center-carousel__slide img,
    .center-carousel__slide video {
        height: 260px;
    }

    .header-top {
        justify-content: space-between;
        text-align: left;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .social-icons--compact {
        display: none;
    }

    .branch-radios label {
        min-width: 100%;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-ss .hero-ss__desk,
    .hero-rn .hero-rn__desk {
        display: none;
    }

    .hero-ss .hero-ss__mob,
    .hero-rn .hero-rn__mob {
        display: block;
    }

    .thankyou-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-card img {
        min-height: 200px;
    }

    .brand-section img {
        max-width: 100%;
    }

    .promo-banner {
        font-size: 0.95rem;
        padding: 14px 16px;
    }
}
