/* ─── FONT FACE ─────────────────────────────── */
@font-face {
    font-family: HeadingNow;
    src: url('../fonts/HeadingNow.otf') format('opentype');
    font-weight: 400; font-style: normal; font-display: swap;
}

/* ─── RESET & BASE ─────────────────────────── */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: Montserrat, sans-serif;
    background-color: #e5e5e5;
    color: #202020;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
}
section, div[id] { scroll-margin-top: 80px; }

/* ─── HEADER ─────────────────────────────── */
.header { background-color: transparent; padding: .75rem 2rem; position: sticky; top: 0; z-index: 1000; width: 100%; }
.header-wrapper { display: flex; justify-content: center; }
.header-container {
    width: 1160px; max-width: 100%;
    background-color: rgba(248,248,248,.92); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
    border-radius: 24px; padding: .6rem 2rem;
    display: flex; align-items: center; gap: 2rem; justify-content: space-between;
    border: 1px solid rgba(255,255,255,.3); box-shadow: 0 4px 6px rgba(0,0,0,.05);
}
.logo { display: flex; gap: 10px; align-items: center; font-family: HeadingNow, sans-serif; font-size: 22px; color: #202020; text-decoration: none; flex-shrink: 0; }
.logo img {
    width: 60px;
}
.nav { display: flex; align-items: center; gap: 1.75rem; flex: 1; justify-content: center; }
.nav-link { color: #202020; text-decoration: none; font-weight: 600; font-size: 13px; transition: opacity .2s; white-space: nowrap; }
.nav-link:hover { opacity: .5; }
.header-right { display: flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.phone-button {
    background-color: #fff; border: none; border-radius: 30px; padding: .875rem 1.5rem;
    display: flex; align-items: center; gap: .625rem; cursor: pointer; text-decoration: none;
    font-family: Montserrat, sans-serif; font-weight: 600; font-size: 14px; color: #202020;
    transition: opacity .2s; white-space: nowrap;
}
.phone-button:hover { opacity: .85; }
.tg-btn { width: 44px; height: 44px; border-radius: 50%; background: #2AABEE; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-size: 18px; transition: opacity .2s; flex-shrink: 0; }
.tg-btn:hover { opacity: .85; }
.menu-btn { display: none; background: #fff; border: none; border-radius: 30px; width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer; font-size: 18px; }

/* ─── HERO ─────────────────────────────────── */
.hero-card { background-color: #e5e5e5; padding: .75rem 2rem; }
.hero-card-container {
    width: 1160px; max-width: 100%; margin: 0 auto;
    background-color: #f8f8f8; border-radius: 24px; padding: 1.5rem 2.5rem 3rem;
    position: relative; overflow: hidden;
    display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem;
}
.hero-left { flex: 1; display: flex; flex-direction: column; gap: 1.5rem; z-index: 2; padding-top: 3.5rem; }
.hero-right { display: flex; flex-direction: column; align-items: flex-end; gap: 1.5rem; flex-shrink: 0; }
.hero-tags { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero-tags-floating { display: flex; gap: .75rem; flex-wrap: wrap; position: absolute; top: 24px; right: 40px; z-index: 3; }
.hero-tag { background-color: rgba(224,224,224,.5); backdrop-filter: blur(5px); border-radius: 16px; padding: .5rem 1rem; display: flex; align-items: center; gap: .5rem; color: #606060; font-size: 14px; font-weight: 700; }
.hero-title { font-family: HeadingNow, Arial, sans-serif; font-size: 52px; color: #1f1f1f; letter-spacing: -.8px; line-height: 62px; }
.hero-buttons { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.hero-cta { background-color: #202020; border: none; border-radius: 36px; padding: 1rem 2rem; color: #f3f3f3; font-size: 17px; font-weight: 600; font-family: Montserrat, sans-serif; cursor: pointer; transition: opacity .2s; min-width: 200px; text-decoration: none; display: inline-block; text-align: center; }
.hero-cta:hover { opacity: .9; }
.hero-tg { width: 50px; height: 50px; border-radius: 50%; background: #2AABEE; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; font-size: 20px; transition: opacity .2s; flex-shrink: 0; }
.hero-tg:hover { opacity: .9; }
.hero-img { width: 240px; height: 240px; object-fit: cover; border-radius: 20px; display: block; }

/* ─── BIKE STREET ─────────────────────────── */
.bike-street-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.bike-street-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.bike-street-container {
    background-size: cover; background-position: center;
    border-radius: 24px; min-height: 780px; position: relative; padding: 2rem;
    display: flex; flex-direction: column; justify-content: space-between; overflow: hidden;
}
.bike-street-container::before { content:''; position:absolute; inset:0; background: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.1) 55%,transparent 100%); border-radius: 24px; }
.bike-street-badge { background: rgba(248,248,248,.85); border-radius: 16px; padding: .5rem 1rem; display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 14px; color: #606060; position: relative; z-index: 2; align-self: flex-start; }
.bike-street-card { background: #fff; border-radius: 24px; padding: 2rem; max-width: 380px; align-self: flex-start; margin-top: auto; margin-bottom: 1.5rem; position: relative; z-index: 2; }
.bike-street-brand { font-weight: 600; font-size: 14px; color: #909090; display: block; margin-bottom: .25rem; }
.bike-street-title { font-family: HeadingNow, sans-serif; font-size: 44px; color: #202020; line-height: 1.15; }
.bike-street-desc { font-size: 14px; color: #909090; line-height: 1.5; margin-top: .5rem; }
.bike-street-pricing { margin: 1.25rem 0; }
.pricing-new { font-size: 22px; font-weight: 600; color: #202020; }
.bike-street-cta { width: 100%; background: #202020; border: none; border-radius: 36px; padding: 1rem 2rem; color: #f3f3f3; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 16px; cursor: pointer; transition: opacity .2s; }
.bike-street-cta:hover { opacity: .9; }
.bike-street-features { background: #fff; border-radius: 24px; padding: 1rem 2rem; display: flex; gap: 1.5rem; flex-wrap: wrap; width: 100%; margin-top: 1rem; }
.feature-item { display: flex; align-items: center; gap: 1rem; flex: 1; min-width: 160px; padding: .75rem 0; }
.feat-icon { font-size: 16px; background: #f8f8f8; border-radius: 8px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #202020; }
.feature-text { font-size: 14px; color: #202020; font-weight: 500; line-height: 1.4; }
.feature-text b { font-weight: 700; }

/* ─── BIKE DETAILS ─────────────────────────── */
.bike-details-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.bike-details-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.bike-details-container { display: grid; grid-template-columns: 3fr 7fr; gap: 2rem; align-items: stretch; }
.bike-details-left { background: #f8f8f8; border-radius: 24px; padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.bike-details-title { font-family: HeadingNow, sans-serif; font-size: 24px; color: #202020; line-height: 1.3; }
.bike-details-list { list-style: none; display: flex; flex-direction: column; gap: .25rem; }
.bike-details-item { display: flex; align-items: center; gap: .875rem; font-size: 15px; color: #606060; cursor: pointer; transition: all .2s; padding: .75rem .75rem; border-radius: 12px; font-weight: 500; }
.bike-details-item i { width: 18px; text-align: center; font-size: 14px; flex-shrink: 0; color: #909090; }
.bike-details-item .arrow { margin-left: auto; font-size: 12px; color: #ccc; }
.bike-details-item.active { color: #202020; font-weight: 700; background: #eee; }
.bike-details-item.active i { color: #202020; }
.bike-details-item.active .arrow { color: #202020; }
.bike-details-item:hover:not(.active) { background: rgba(0,0,0,.04); color: #202020; transform: translateX(3px); }
.bike-details-btn { background: #202020; color: #fff; border: none; border-radius: 12px; padding: 1rem 2rem; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 16px; cursor: pointer; transition: opacity .2s; align-self: flex-start; margin-top: auto; width: 100%; }
.bike-details-btn:hover { opacity: .85; }
.bike-details-right { background: #f8f8f8; border-radius: 24px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; position: relative; }
.bike-detail-panel { display: none; flex-direction: column; gap: 1.5rem; animation: fadeIn .3s ease; }
.bike-detail-panel.active { display: flex; }
@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.detail-img { width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; }
.detail-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.detail-info-card { background: #fff; border-radius: 16px; padding: 1.5rem; }
.detail-info-card h4 { font-family: HeadingNow, sans-serif; font-size: 20px; margin-bottom: .5rem; }
.detail-info-card p { font-size: 14px; color: #606060; line-height: 1.6; }
.bike-specs-bar { background: #fff; border-radius: 16px; padding: 1.25rem 1.5rem; display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-around; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.bike-spec-item { display: flex; align-items: center; gap: .75rem; flex: 1; min-width: 100px; }
.bike-spec-item i { font-size: 18px; color: #202020; }
.spec-heading { font-size: 13px; color: #909090; }
.spec-subheading { font-size: 14px; font-weight: 700; color: #202020; }

@keyframes popular {
    0% {
        box-shadow: 0 0 5px #88F7FB;
    }
    50% {
        box-shadow: 0 0 30px #88F7FB;
    }
    100% {
        box-shadow: 0 0 5px #88F7FB;
    }
}

/* ─── TARIFFS ─────────────────────────────── */
.tariffs-section { background-color: #e5e5e5; padding: 1.5rem 2rem; }
.tariffs-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.tariffs-title { font-family: HeadingNow, sans-serif; font-size: 36px; color: #202020; margin: 0 0 2rem; text-align: center; }
.tariffs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.tariff-item { background: #fff; border-radius: 24px; box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; overflow: hidden; position: relative; border: 2px solid transparent; }
.tariff-item:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.tariff-item.popular { border: 1px solid #88F7FB; animation: linear infinite popular 5s; }
.tariff-badge { position: absolute; top: 16px; right: 16px; background: #88F7FB; color: #202020; padding: .4rem .875rem; border-radius: 8px; font-weight: 600; font-size: 11px; z-index: 10; text-transform: uppercase; letter-spacing: .5px; }
.tariff-tag { position: absolute; top: 16px; left: 16px; background: #f3f3f3; color: #202020; padding: .4rem .875rem; border-radius: 20px; font-weight: 600; font-size: 11px; z-index: 10; }
.tariff-img-wrap { width: 100%; height: 220px; min-height: 220px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 3rem .5rem .5rem; }
.tariff-img-inner { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; }
.tariff-img-inner img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tariff-content { display: flex; flex-direction: column; padding: .25rem; flex: 1; }
.tariff-content-inner { display: flex; flex-direction: column; gap: .5rem; background: #f3f3f3; border-radius: 20px; padding: 1.25rem 1.5rem; height: 100%; }
.tariff-title { font-family: HeadingNow, sans-serif; font-size: 24px; color: #202020; }
.tariff-price { font-weight: 700; font-size: 18px; color: #202020; }
.tariff-desc { font-size: 13px; color: #606060; line-height: 1.5; flex: 1; }
.tariff-btn { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 15px; color: #fff; background: #202020; border: none; border-radius: 12px; padding: .875rem 1.5rem; cursor: pointer; transition: opacity .2s; margin-top: auto; width: 100%; text-decoration: none; text-align: center; display: block; }
.tariff-btn:hover { opacity: .85; }

/* ─── CTA BLOCK ───────────────────────────── */
.cta-block-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.cta-block { width: 1160px; max-width: 100%; margin: 0 auto; background: #202020; border-radius: 24px; padding: 3rem 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-block-left { flex: 1; }
.cta-block-tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #555; margin-bottom: 12px; }
.cta-block h2 { font-family: HeadingNow, sans-serif; font-size: 38px; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.cta-block p { font-size: 15px; color: #888; line-height: 1.6; }
.cta-block-btns { display: flex; flex-direction: column; gap: .875rem; align-items: flex-start; flex-shrink: 0; }
.cta-btn-primary { background: #fff; color: #202020; border: none; border-radius: 36px; padding: 1rem 2rem; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: opacity .2s; white-space: nowrap; }
.cta-btn-primary:hover { opacity: .9; }
.cta-btn-tg { background: #2AABEE; color: #fff; border: none; border-radius: 36px; padding: 1rem 2rem; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: opacity .2s; text-decoration: none; display: flex; align-items: center; gap: .625rem; white-space: nowrap; }
.cta-btn-tg:hover { opacity: .9; }

/* ─── ADVANTAGES ─────────────────────────── */
.adv-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.adv-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.adv-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.5rem; }
.adv-title { font-family: HeadingNow, sans-serif; font-size: 32px; color: #202020; }
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.adv-card { background: #f8f8f8; border-radius: 20px; padding: 1.75rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; transition: transform .2s; }
.adv-card:hover { transform: translateY(-3px); }
.adv-card.popular {
    border: 1px solid #88F7FB;
    animation: linear infinite popular 5s;
}
.adv-icon { width: 48px; height: 48px; background: #202020; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; }
.adv-card h4 { font-family: HeadingNow, sans-serif; font-size: 18px; color: #202020; line-height: 1.25; }
.adv-card p { font-size: 13px; color: #606060; line-height: 1.6; }

/* ─── STEPS ──────────────────────────────── */
.steps-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.steps-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; background: #f8f8f8; border-radius: 24px; padding: 2.5rem 3rem; }
.steps-header { text-align: center; margin-bottom: 2.5rem; padding: 0 2rem; }
.steps-title { font-family: HeadingNow, sans-serif; font-size: 32px; color: #202020; margin-bottom: .5rem; }
.steps-sub { font-size: 14px; color: #909090; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 28px; left: 10%; right: 10%; height: 2px; background: repeating-linear-gradient(90deg, #ddd 0, #ddd 8px, transparent 8px, transparent 16px); z-index: 0; }
.step-card { display: flex; flex-direction: column; gap: .875rem; align-items: flex-start; position: relative; z-index: 1; background: #f8f8f8; }
.step-num { width: 56px; height: 56px; background: #202020; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: HeadingNow, sans-serif; font-size: 22px; color: #fff; flex-shrink: 0; }
.step-card h4 { font-weight: 700; font-size: 15px; color: #202020; }
.step-card p { font-size: 13px; color: #606060; line-height: 1.6; }

/* ─── MAP ─────────────────────────────────── */
.map-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.map-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.map-card { background: #f8f8f8; border-radius: 24px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.map-title { font-family: HeadingNow, sans-serif; font-size: 32px; color: #202020; text-align: center; }
.map-layout { display: grid; grid-template-columns: 300px 1fr; gap: 1.5rem; align-items: start; }
.map-points { display: flex; flex-direction: column; gap: .75rem; }
.map-point-btn { background: #fff; border: 2px solid transparent; border-radius: 16px; padding: 1.125rem 1.25rem; text-align: left; cursor: pointer; transition: all .2s; display: flex; flex-direction: column; gap: .375rem; font-family: Montserrat, sans-serif; width: 100%; }
.map-point-btn:hover { border-color: #e0e0e0; }
.map-point-btn.active { border-color: #202020; background: #fff; }
.map-point-btn .pt-num { font-size: 11px; font-weight: 700; color: #909090; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.map-point-btn .pt-name { font-size: 14px; font-weight: 700; color: #202020; }
.map-point-btn .pt-addr { font-size: 12px; color: #606060; line-height: 1.4; }
.map-point-btn .pt-hours { font-size: 12px; color: #909090; margin-top: 5px; }
.map-point-all { background: #202020; color: #fff; border: 2px solid #202020; border-radius: 16px; padding: .875rem 1.25rem; text-align: center; cursor: pointer; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 13px; transition: opacity .2s; width: 100%; }
.map-point-all:hover { opacity: .85; }
.map-container { border-radius: 20px; overflow: hidden; height: 420px; }
#ymap { width: 100%; height: 100%; }

/* ─── FAQ ─────────────────────────────────── */
.faq-section { background-color: #e5e5e5; padding: 1.5rem 2rem; }
.faq-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.faq-title { font-family: HeadingNow, sans-serif; font-size: 36px; color: #202020; text-align: center; margin: 0 0 2.5rem; }
.faq-accordion { display: flex; flex-direction: column; gap: .875rem; }
.faq-item { background: #fff; border-radius: 20px; overflow: hidden; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.375rem 2rem; background: none; border: none; cursor: pointer; text-align: left; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 16px; color: #202020; }
.faq-question span { flex: 1; padding-right: 1rem; }
.faq-icon { flex-shrink: 0; transition: transform .3s; }
.faq-question.active .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer.open { max-height: 500px; }
.faq-answer-content { padding: 0 2rem 1.5rem; font-size: 15px; color: #606060; line-height: 1.7; }

/* ─── TEST RIDE ───────────────────────────── */
.test-ride-section { background-color: #e5e5e5; padding: .75rem 2rem 1.5rem; }
.test-ride-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.test-ride-card { background: #f8f8f8; border-radius: 24px; padding: 2rem; display: grid; grid-template-columns: 3fr 1fr; gap: 2rem; align-items: center; }
.test-ride-title { font-family: HeadingNow, sans-serif; font-size: 32px; color: #202020; line-height: 1.2; margin-bottom: 1rem; }
.test-ride-subtitle { font-size: 14px; color: #606060; line-height: 1.6; margin-bottom: 1.5rem; }
.test-ride-btn { background: #202020; color: #f3f3f3; border: none; border-radius: 36px; padding: .875rem 1.75rem; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 14px; cursor: pointer; transition: opacity .2s; }
.test-ride-btn:hover { opacity: .85; }
.test-ride-right { border-radius: 20px; overflow: hidden; min-height: 200px; }
.test-ride-right img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ─── FOOTER ─────────────────────────────── */
.footer-section { background-color: #e5e5e5; padding: .75rem 2rem; }
.footer-wrapper { width: 1160px; max-width: 100%; margin: 0 auto; }
.footer-card { background: #f8f8f8; border-radius: 24px; padding: 2rem; }
.footer-info { display: flex; flex-direction: column; gap: 1rem; }
.footer-item { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.footer-label { font-weight: 700; font-size: 14px; color: #202020; min-width: 80px; }
.footer-text { font-size: 14px; color: #606060; }
.footer-phone { font-size: 14px; color: #606060; text-decoration: none; }
.footer-phone:hover { color: #202020; }

/* ─── MODAL ───────────────────────────────── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); display: flex; align-items: center; justify-content: center; z-index: 10000; padding: 1rem; backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-content { background: #f8f8f8; border-radius: 24px; padding: 2.5rem; max-width: 520px; width: 100%; position: relative; box-shadow: 0 8px 40px rgba(0,0,0,.2); transform: scale(.92) translateY(-16px); transition: transform .25s; }
.modal-overlay.open .modal-content { transform: scale(1) translateY(0); }
.modal-close { position: absolute; top: 1.25rem; right: 1.25rem; background: #eee; border: none; cursor: pointer; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #606060; transition: background .2s; }
.modal-close:hover { background: #ddd; }
.modal-title { font-family: HeadingNow, sans-serif; font-size: 28px; color: #202020; margin-bottom: .375rem; }
.modal-sub { font-size: 14px; color: #606060; margin-bottom: 1.5rem; line-height: 1.5; }
.modal-form { display: flex; flex-direction: column; gap: .875rem; margin-bottom: 1.5rem; }
.form-field { display: flex; flex-direction: column; gap: .375rem; }
.form-field label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: #909090; }
.form-field input, .form-field textarea { background: #fff; border: 1.5px solid #e0e0e0; border-radius: 12px; padding: .875rem 1rem; font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 500; color: #202020; outline: none; transition: border-color .2s; resize: none; }
.form-field input:focus, .form-field textarea:focus { border-color: #202020; }
.form-status { font-size: 13px; border-radius: 10px; padding: .625rem .875rem; display: none; }
.form-status.success { background: #e8f5e9; color: #388e3c; display: block; }
.form-status.error   { background: #ffebee; color: #c62828; display: block; }
.form-submit { width: 100%; background: #202020; color: #fff; border: none; border-radius: 12px; padding: 1rem; font-family: Montserrat, sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: opacity .2s; }
.form-submit:hover { opacity: .85; }
.form-submit:disabled { opacity: .5; cursor: not-allowed; }
.modal-divider { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.modal-divider::before, .modal-divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }
.modal-divider span { font-size: 12px; color: #aaa; font-weight: 600; white-space: nowrap; }
.modal-alt-btns { display: flex; gap: .75rem; }
.modal-alt-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .875rem; border-radius: 12px; border: none; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 14px; cursor: pointer; text-decoration: none; transition: opacity .2s; }
.modal-alt-btn.tg { background: #2AABEE; color: #fff; }
.modal-alt-btn.phone { background: #202020; color: #fff; }
.modal-alt-btn:hover { opacity: .85; }
.checkbox-label { display: flex; align-items: flex-start; gap: .625rem; cursor: pointer; font-size: 13px; color: #606060; line-height: 1.5; }
.checkbox-label input[type="checkbox"] { width: 18px; height: 18px; border-radius: 5px; border: 2px solid #d0d0d0; cursor: pointer; flex-shrink: 0; margin-top: 1px; accent-color: #202020; }
.pd-link { background: none; border: none; padding: 0; font-family: Montserrat, sans-serif; font-size: 13px; color: #202020; text-decoration: underline; cursor: pointer; font-weight: 600; }
.pd-link:hover { opacity: .65; }

/* ─── PD MODAL ────────────────────────────── */
.pd-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; z-index: 20000; padding: 1rem; backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .2s; }
.pd-modal-overlay.open { opacity: 1; pointer-events: all; }
.pd-modal { background: #fff; border-radius: 20px; padding: 2rem 2rem 1.5rem; max-width: 480px; width: 100%; max-height: 80vh; overflow-y: auto; position: relative; box-shadow: 0 8px 40px rgba(0,0,0,.2); transform: scale(.93); transition: transform .2s; }
.pd-modal-overlay.open .pd-modal { transform: scale(1); }
.pd-modal-close { position: absolute; top: 1rem; right: 1rem; background: #f0f0f0; border: none; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 15px; color: #606060; display: flex; align-items: center; justify-content: center; }
.pd-modal-close:hover { background: #e0e0e0; }
.pd-modal h3 { font-family: HeadingNow, sans-serif; font-size: 22px; color: #202020; margin-bottom: 1rem; padding-right: 2rem; }
.pd-modal p { font-size: 13px; color: #606060; line-height: 1.75; margin-bottom: .875rem; }
.pd-modal strong { color: #202020; }

/* ─── MOBILE MENU ─────────────────────────── */
.mobile-menu-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 1000; display: none; }
.mobile-menu-overlay.open { display: block; }
.mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #f8f8f8; z-index: 1001; display: none; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; border-bottom: 1px solid #e0e0e0; }
.mobile-close { background: none; border: none; cursor: pointer; font-size: 28px; color: #333; }
.mobile-nav { display: flex; flex-direction: column; padding: 2rem 1.5rem; flex: 1; gap: .75rem; align-items: center; justify-content: center; }
.mobile-nav-link { color: #202020; text-decoration: none; font-weight: 600; font-size: 1.1rem; padding: .75rem; border-bottom: 2px solid transparent; }
.mobile-nav-link:hover { color: #88F7FB; }
.mobile-menu-footer { padding: 1.5rem; border-top: 1px solid #e0e0e0; display: flex; flex-direction: column; gap: .75rem; }
.mobile-btn { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: .875rem; border-radius: 12px; border: none; font-family: Montserrat, sans-serif; font-weight: 600; font-size: 14px; color: #202020; background: #fff; text-decoration: none; cursor: pointer; }
.mobile-btn.tg { background: #2AABEE; color: #fff; }

/* ─── GAP ─────────────────────────────────── */
.sg { height: .75rem; }

/* ─── VISIBILITY HELPERS ──────────────────── */
@media (min-width: 901px) { .hero-tags-inline { display: none; } }
@media (max-width: 900px) { .hero-tags-floating { display: none !important; } .hero-tags-inline { display: flex; } }

/* ─── RESPONSIVE ══════════════════════════════════════════ */
@media (max-width: 1200px) {
    .phone-button.phone-secondary { display: none; }
}

@media (max-width: 1024px) {
    .adv-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid::before { display: none; }
    .tariffs-grid { grid-template-columns: repeat(2, 1fr); }
    .tariffs-grid .tariff-item:last-child { grid-column: 1 / -1; max-width: 480px; justify-self: center; width: 100%; }
}

@media (max-width: 900px) {
    .header { padding: .75rem 1.25rem; }
    .hero-card, .bike-street-section, .bike-details-section,
    .tariffs-section, .cta-block-section, .adv-section,
    .steps-section, .map-section, .faq-section,
    .test-ride-section, .footer-section { padding: .75rem 1.25rem; }
    .hero-card-container { padding: 1.5rem 1.75rem 2.5rem; }
    .hero-right { position: absolute; right: 0; }
    .hero-img {
        width: 140px;
        height: 140px;
    }
    .hero-left { padding-top: 0; }
    .hero-title { font-size: clamp(30px, 5vw, 46px); line-height: 1.2; }
    .bike-details-container { grid-template-columns: 1fr; }
    .bike-details-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
    .bike-details-item { font-size: 13px; padding: .625rem .75rem; }
    .bike-details-item .arrow { display: none; }
    .cta-block { flex-direction: column; padding: 2.5rem 2rem; gap: 1.5rem; }
    .cta-block-btns { flex-direction: row; width: 100%; }
    .cta-btn-primary, .cta-btn-tg { flex: 1; justify-content: center; }
    .map-layout { grid-template-columns: 1fr; }
    .map-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .map-container { height: 340px; }
    .test-ride-card { grid-template-columns: 1fr; }
    .test-ride-right { display: none; }
    .tariffs-grid .tariff-item:last-child { grid-column: auto; max-width: none; justify-self: auto; }
}

@media (max-width: 700px) {
    .nav { display: none; }
    .menu-btn { display: flex; }
    .phone-button { display: none; }
}

@media (max-width: 640px) {
    .header { padding: .75rem 1rem; }
    .header-container { padding: .5rem 1rem; border-radius: 18px; }
    .hero-card, .bike-street-section, .bike-details-section,
    .tariffs-section, .cta-block-section, .adv-section,
    .steps-section, .map-section, .faq-section,
    .test-ride-section, .footer-section { padding: .75rem .875rem; }
    .hero-card-container { padding: 1.25rem 1.25rem 2rem; border-radius: 20px; }
    .hero-title { font-size: clamp(26px, 8vw, 36px); letter-spacing: -.5px; line-height: 1.15; }
    .hero-cta { min-width: 0; width: 100%; font-size: 15px; padding: .875rem 1.5rem; }
    .bike-street-container { min-height: 380px; padding: 1.25rem; }
    .bike-street-card { padding: 1.5rem; margin-bottom: 0; }
    .bike-street-title { font-size: 32px; }
    .bike-street-features { padding: .875rem 1.25rem; gap: 0; }
    .feature-item { min-width: 140px; padding: .5rem 0; }
    .bike-details-left { padding: 1.5rem 1.25rem; }
    .bike-details-list { grid-template-columns: 1fr; }
    .bike-details-right { padding: 1.25rem; }
    .detail-info-card { padding: 1.25rem; }
    .tariffs-grid { grid-template-columns: 1fr; }
    .tariffs-grid .tariff-item:last-child { grid-column: auto; max-width: none; justify-self: auto; }
    .tariff-img-wrap { height: 180px; min-height: 180px; }
    .adv-grid { grid-template-columns: 1fr 1fr; gap: .75rem; }
    .adv-card { padding: 1.25rem 1rem; }
    .steps-wrapper { padding: 1.75rem 1.25rem; }
    .steps-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .cta-block { padding: 2rem 1.25rem; border-radius: 20px; }
    .cta-block h2 { font-size: 26px; }
    .cta-block-btns { flex-direction: column; width: 100%; }
    .cta-btn-primary, .cta-btn-tg { width: 100%; justify-content: center; }
    .map-card { padding: 1.25rem; border-radius: 20px; }
    .map-points { grid-template-columns: 1fr; }
    .map-container { height: 280px; }
    .map-title { font-size: 24px; }
    .faq-question { padding: 1.125rem 1.25rem; font-size: 14px; }
    .faq-answer-content { padding: 0 1.25rem 1.25rem; font-size: 14px; }
    .faq-title { font-size: 28px; }
    .test-ride-card { padding: 1.5rem 1.25rem; }
    .test-ride-title { font-size: 26px; }
    .modal-content { padding: 2rem 1.25rem; border-radius: 20px; }
    .modal-alt-btns { flex-direction: column; }
}

@media (max-width: 400px) {
    .hero-title { font-size: clamp(22px, 7vw, 28px); }
    .adv-grid { grid-template-columns: 1fr; }
    .bike-street-title { font-size: 28px; }
    .feature-item { min-width: 100%; }
    .tariff-img-wrap { height: 150px; min-height: 150px; }
}
