/* ============================================================
   JoroBus — style.css (редизайн 2026)
   Палитра: тъмно нави + жълто-кехлибарен акцент
   Шрифт: Sofia Sans (проектиран за българска кирилица)
   ============================================================ */

:root {
    --ink:          #0b1424;   /* най-тъмно нави */
    --navy:         #12203a;   /* тъмни секции */
    --navy-soft:    #1a2c4e;   /* карти върху тъмно */
    --accent:       #ffb703;   /* основен акцент */
    --accent-deep:  #e89b00;   /* hover на акцента */
    --accent-soft:  #fff3d6;   /* светъл акцентен фон */
    --text-dark:    #1c2536;
    --text-muted:   #5b6577;
    --bg-light:     #ffffff;
    --bg-muted:     #f4f6fa;
    --border-soft:  #e6eaf1;
    --success:      #2fbf71;
}

/* --- GLOBAL --- */
*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth !important;
    scroll-padding-top: 100px;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Sofia Sans', 'Segoe UI', Tahoma, sans-serif;
    color: var(--text-dark);
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    background: var(--bg-light);
}

img, iframe, video, canvas, svg { max-width: 100%; }
section, .container, .container-fluid { max-width: 100%; }

h1, h2, h3, h4, h5 { font-weight: 800; letter-spacing: -0.01em; }

.text-accent      { color: var(--accent) !important; }
.text-accent-deep { color: var(--accent-deep) !important; }
.req-star         { color: #dc3545; }

/* --- БУТОНИ --- */
.btn-accent {
    background: var(--accent);
    border: 2px solid var(--accent);
    color: var(--ink);
    font-weight: 800;
    transition: all .25s ease;
}
.btn-accent:hover, .btn-accent:focus {
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: var(--ink);
    transform: translateY(-2px);
}
.btn-outline-light:hover { color: var(--ink); }

/* --- ГОРНА ЛЕНТА --- */
.top-bar {
    background: var(--ink);
    color: #b9c3d6;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    overflow-x: hidden;
}
.top-bar-item i { color: var(--accent); }
.top-bar-sep { color: #33415c; }
.top-bar-highlight { color: #e7ecf5; font-weight: 600; }
.top-bar-phone { color: #fff; }
.top-bar .social-links-distinct a {
    color: #b9c3d6 !important;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 1rem;
    display: inline-block;
    width: 28px; height: 28px; line-height: 28px;
    text-align: center;
    border-radius: 50%;
}
.top-bar .social-links-distinct a:hover {
    color: var(--ink) !important;
    background: var(--accent);
}

/* --- NAVBAR --- */
.main-navbar {
    background: var(--navy);
    box-shadow: 0 4px 20px rgba(6, 12, 24, .35);
}
.logo-icon { height: 38px; width: auto; }
.mobile-logo-img { height: 30px; width: auto; }
.logo-main-text {
    font-weight: 800;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: .02em;
}
.logo-slogan-text {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--accent);
}
.mobile-logo-title { color: #fff; font-size: 1.05rem; }
.mobile-logo-slogan { color: var(--accent); font-size: .6rem; letter-spacing: .12em; font-weight: 700; }

.nav-link-custom {
    font-size: 17px;
    font-weight: 600;
    color: #dbe3f0 !important;
    white-space: nowrap;
    transition: color .2s ease;
}
.nav-link-custom:hover, .nav-link-custom:focus { color: var(--accent) !important; }

.navbar-phone {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}
.navbar-phone i { color: var(--accent); margin-right: 4px; }
.navbar-phone:hover { color: var(--accent); }

.dropdown-menu-dark-custom {
    background: var(--navy-soft);
    border-radius: 14px;
    padding: .5rem;
    margin-top: .5rem;
}
.dropdown-menu-dark-custom .dropdown-item {
    color: #dbe3f0;
    font-weight: 600;
    border-radius: 9px;
    padding: .55rem .9rem;
}
.dropdown-menu-dark-custom .dropdown-item:hover {
    background: rgba(255, 183, 3, .12);
    color: #fff;
}

/* Offcanvas (mobile menu) */
@media (max-width: 991.98px) {
    .offcanvas-lg { background: var(--navy) !important; }
    .offcanvas-header-dark { background: var(--ink); color: #fff; }
    .offcanvas-header-dark .offcanvas-title { color: var(--accent); }
    .offcanvas-body .dropdown-menu {
        background: transparent;
        border: 0;
        padding-left: 2.4rem;
    }
    .offcanvas-body .dropdown-menu .dropdown-item { color: #b9c3d6; font-weight: 500; padding: .45rem .5rem; }
    .offcanvas-actions { background: var(--ink); border-color: rgba(255,255,255,.08) !important; }
    .offcanvas-actions-label { color: #7c8aa5; }
    .offcanvas-phone { color: #fff; }
    .offcanvas-phone-icon {
        width: 40px; height: 40px;
        background: var(--accent);
        color: var(--ink);
    }
    .nav-link-custom i.d-lg-none { color: var(--accent); width: 18px; }
}

/* --- HERO --- */
.hero-section {
    position: relative;
    background:
        radial-gradient(ellipse 900px 480px at 78% 12%, rgba(255, 183, 3, .14), transparent 60%),
        linear-gradient(160deg, var(--ink) 0%, var(--navy) 55%, #16294a 100%);
    color: #fff;
    padding: 84px 0 64px;
    overflow: hidden;
}
.hero-bg-glow {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%);
    pointer-events: none;
}
.hero-eyebrow {
    display: inline-block;
    background: rgba(255, 183, 3, .14);
    border: 1px solid rgba(255, 183, 3, .4);
    color: var(--accent);
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .45rem 1.1rem;
    margin-bottom: 1.2rem;
}
.hero-title {
    font-size: clamp(2.3rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1.1rem;
}
.hero-accent {
    color: var(--accent);
    position: relative;
    white-space: nowrap;
}
.hero-subtitle {
    font-size: 1.15rem;
    color: #c3cde0;
    max-width: 540px;
    margin-bottom: 1.6rem;
}
.hero-checks li {
    margin-bottom: .7rem;
    font-size: 1.02rem;
    color: #e7ecf5;
    font-weight: 500;
}
.hero-checks i { color: var(--accent); margin-right: .55rem; }
.hero-cta { font-size: 1.1rem; }

.hero-img-wrap {
    position: relative;
    display: inline-block;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45));
}
.hero-img-wrap::before {
    content: '';
    position: absolute;
    inset: auto 8% -6% 8%;
    height: 40px;
    background: radial-gradient(ellipse at center, rgba(255,183,3,.35), transparent 70%);
    filter: blur(12px);
}
.hero-img { position: relative; }

.hero-stats-row {
    display: flex;
    justify-content: center;
    gap: 2.2rem;
    margin-top: 2rem;
}
.hero-stat { text-align: center; }
.hero-stat-num {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}
.hero-stat-label {
    font-size: .8rem;
    color: #93a1bb;
    font-weight: 600;
}

/* --- СЕКЦИИ: общи --- */
.section-light { background: var(--bg-light); }
.section-muted { background: var(--bg-muted); }
.section-dark  {
    background: linear-gradient(160deg, var(--ink) 0%, var(--navy) 100%);
    color: #fff;
}
.section-eyebrow {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: .4rem 1rem;
}
.section-eyebrow-dark {
    background: rgba(255, 183, 3, .14);
    border: 1px solid rgba(255, 183, 3, .35);
    color: var(--accent);
}
.section-title {
    font-size: clamp(1.6rem, 3.2vw, 2.3rem);
    font-weight: 800;
    color: var(--text-dark);
}
.section-title-dark { color: #fff; }
.section-subtitle {
    max-width: 640px;
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* --- УСЛУГИ (карти) --- */
.service-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    padding: 1.8rem 1.6rem;
    text-decoration: none;
    color: var(--text-dark);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.service-card::after {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--accent);
    opacity: 0;
    transition: opacity .3s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(12, 22, 44, .12);
    border-color: transparent;
    color: var(--text-dark);
}
.service-card:hover::after { opacity: 1; }
.service-card-icon {
    width: 58px; height: 58px;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
    transition: all .3s ease;
}
.service-card:hover .service-card-icon {
    background: var(--accent);
    color: var(--ink);
}
.service-card-title { font-size: 1.2rem; margin-bottom: .5rem; }
.service-card-text  { color: var(--text-muted); font-size: .95rem; flex-grow: 1; }
.service-card-link  {
    color: var(--accent-deep);
    font-weight: 700;
    font-size: .92rem;
}
.service-card-cta {
    background: linear-gradient(160deg, var(--ink), var(--navy));
    color: #fff;
    border: 0;
}
.service-card-cta .service-card-title { color: #fff; }
.service-card-cta .service-card-text  { color: #b9c3d6; }
.service-card-cta .service-card-icon  { background: rgba(255,183,3,.15); color: var(--accent); }
.service-card-cta:hover { color: #fff; }

/* --- КАК РАБОТИ --- */
.step-card {
    position: relative;
    background: var(--navy-soft);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 2.2rem 1.6rem 1.8rem;
    height: 100%;
    text-align: center;
}
.step-num {
    position: absolute;
    top: -18px; left: 50%;
    transform: translateX(-50%);
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--ink);
    font-weight: 800;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(255, 183, 3, .4);
}
.step-icon {
    font-size: 1.9rem;
    color: var(--accent);
    margin-bottom: .9rem;
}
.step-title { color: #fff; font-size: 1.15rem; margin-bottom: .55rem; }
.step-text  { color: #b9c3d6; font-size: .95rem; margin-bottom: 0; }

/* --- ХАРАКТЕРИСТИКИ НА БУСА --- */
.specs-card {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    padding: 1.8rem;
    box-shadow: 0 10px 30px rgba(12, 22, 44, .06);
}
.specs-heading {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
    padding-bottom: .8rem;
    border-bottom: 2px solid var(--accent);
    display: inline-block;
}
.specs-list li {
    padding: .55rem 0;
    border-bottom: 1px solid var(--border-soft);
    font-size: 1.02rem;
}
.specs-list li:last-child { border-bottom: 0; }
.specs-list i {
    color: var(--accent-deep);
    width: 26px;
    text-align: center;
    margin-right: .4rem;
}

.van-cabin-specs {
    margin-top: 1.2rem;
    background: var(--bg-muted);
    border-radius: 16px;
    padding: 1rem;
}
.van-cabin-specs-label {
    font-weight: 800;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--text-muted);
    margin-bottom: .8rem;
}
.van-spec-mini {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border-radius: 10px;
    padding: .55rem .7rem;
    height: 100%;
}
.van-spec-mini i { color: var(--accent-deep); font-size: 1rem; }
.van-spec-key { display: block; font-size: .72rem; color: var(--text-muted); font-weight: 600; }
.van-spec-val { display: block; font-size: .88rem; font-weight: 700; }

/* Галерия */
.van-thumb-wrap {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 6px 18px rgba(12, 22, 44, .1);
}
.van-thumb {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.van-thumb-wrap:hover .van-thumb { transform: scale(1.06); }

.slider-mobile-edge { margin: 0 -12px; }
.carousel-img-custom {
    height: 420px;
    object-fit: cover;
}
.carousel-control-prev-icon, .carousel-control-next-icon { background-size: 50%; opacity: .85; }

/* --- ЗА НАС --- */
.about-stats-panel {
    background: linear-gradient(165deg, var(--ink), var(--navy));
    border-radius: 22px;
    padding: 1.9rem 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.about-stat-row { display: flex; align-items: center; gap: 1.1rem; padding: .55rem 0; }
.about-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
    min-width: 92px;
}
.about-stat-num span { font-size: 1.05rem; }
.about-stat-label { font-size: .9rem; color: #b9c3d6; font-weight: 600; line-height: 1.25; }
.about-stat-divider { height: 1px; background: rgba(255,255,255,.09); }

.about-content-panel {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 22px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(12, 22, 44, .05);
}
.about-main-text { font-size: 1.13rem; font-weight: 600; color: var(--text-dark); }
.about-secondary-text { color: var(--text-muted); font-size: 1rem; }
.about-pills { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.2rem 0 1.5rem; }
.about-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--bg-muted);
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    padding: .45rem 1rem;
    font-size: .9rem;
    font-weight: 700;
}
.about-pill i { color: var(--success); }
.about-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.about-phone-link {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--text-dark);
    text-decoration: none;
}
.about-phone-link i { color: var(--accent-deep); margin-right: .4rem; }
.about-phone-link:hover { color: var(--accent-deep); }

.van-description-card {
    display: flex;
    gap: 1.4rem;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-left: 5px solid var(--accent);
    border-radius: 18px;
    padding: 1.7rem;
    box-shadow: 0 10px 30px rgba(12, 22, 44, .05);
}
.van-desc-icon-wrap {
    flex-shrink: 0;
    width: 56px; height: 56px;
    border-radius: 16px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.van-desc-heading { font-weight: 800; font-size: 1.1rem; margin-bottom: .5rem; }
.van-desc-text { color: var(--text-muted); margin-bottom: 0; }

/* --- FAQ --- */
.faq-accordion .accordion-item {
    border: 1px solid var(--border-soft);
    border-radius: 14px !important;
    margin-bottom: .8rem;
    overflow: hidden;
    background: #fff;
}
.faq-accordion .accordion-button {
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--text-dark);
    background: #fff;
    box-shadow: none;
    padding: 1.05rem 1.3rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--accent-soft);
    color: var(--text-dark);
}
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-button::after {
    filter: grayscale(1) brightness(.4);
}
.faq-accordion .accordion-body {
    color: var(--text-muted);
    padding: 1.05rem 1.3rem;
}
.faq-accordion .accordion-body a { color: var(--accent-deep); font-weight: 700; }

/* --- КОНТАКТИ --- */
.contact-method-card {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 18px;
    padding: 1.5rem 1.3rem;
    text-decoration: none;
    color: var(--text-dark);
    transition: all .3s ease;
    height: 100%;
}
.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(12, 22, 44, .12);
    color: var(--text-dark);
}
.contact-method-icon {
    width: 50px; height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: .9rem;
    color: #fff;
}
.phone-card    .contact-method-icon { background: var(--accent); color: var(--ink); }
.viber-card    .contact-method-icon { background: #7360f2; }
.whatsapp-card .contact-method-icon { background: #25d366; }
.inquiry-card  .contact-method-icon { background: var(--navy); }
.contact-method-label { font-weight: 800; font-size: 1.05rem; }
.contact-method-value { color: var(--text-muted); font-size: .9rem; }
.contact-method-arrow {
    position: absolute;
    top: 1.3rem; right: 1.3rem;
    color: var(--border-soft);
    transition: all .3s ease;
}
.contact-method-card:hover .contact-method-arrow {
    color: var(--accent-deep);
    transform: translateX(4px);
}

.contact-info-panel {
    background: linear-gradient(165deg, var(--ink), var(--navy));
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.info-panel-header { padding: 1.6rem 1.7rem .6rem; }
.info-panel-body   { padding: .4rem 1.7rem; flex-grow: 1; }
.info-row {
    display: flex;
    gap: 1rem;
    padding: .85rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.info-row-icon {
    flex-shrink: 0;
    width: 42px; height: 42px;
    border-radius: 12px;
    background: rgba(255, 183, 3, .14);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-row-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: #7c8aa5; font-weight: 700; }
.info-row-value { color: #e7ecf5; font-weight: 600; }
.info-panel-footer { padding: 1.2rem 1.7rem 1.6rem; }
.trust-badges { display: flex; flex-wrap: wrap; gap: .6rem; }
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    padding: .4rem .9rem;
    font-size: .82rem;
    font-weight: 700;
    color: #e7ecf5;
}
.trust-badge i { color: var(--accent); }

.map-modern-wrapper {
    border-radius: 22px;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(12, 22, 44, .08);
}

/* --- CTA BAND --- */
.cta-band {
    background:
        radial-gradient(ellipse 700px 300px at 15% 50%, rgba(255, 183, 3, .16), transparent 60%),
        linear-gradient(160deg, var(--ink), var(--navy));
    color: #fff;
    padding: 3.2rem 0;
}
.cta-band-title { font-size: clamp(1.4rem, 3vw, 2rem); color: #fff; }
.cta-band-text  { color: #b9c3d6; font-size: 1.05rem; }

/* --- ПОДСТРАНИЦИ (услуги) --- */
.page-hero {
    position: relative;
    background:
        radial-gradient(ellipse 900px 480px at 80% 0%, rgba(255, 183, 3, .13), transparent 60%),
        linear-gradient(160deg, var(--ink) 0%, var(--navy) 60%, #16294a 100%);
    color: #fff;
    padding: 42px 0 56px;
    overflow: hidden;
}
.page-hero-title {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 1rem;
}
.page-hero-lead {
    font-size: 1.12rem;
    color: #c3cde0;
    max-width: 640px;
}
.page-hero-img { filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .45)); }

.page-breadcrumb .breadcrumb { font-size: .88rem; }
.page-breadcrumb .breadcrumb-item a { color: var(--accent); text-decoration: none; font-weight: 600; }
.page-breadcrumb .breadcrumb-item.active { color: #93a1bb; }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #55617a; }

.service-article h2 {
    font-size: 1.5rem;
    margin: 2.2rem 0 .9rem;
    color: var(--text-dark);
}
.service-article h2:first-child { margin-top: 0; }
.service-article p { color: #3d4757; font-size: 1.04rem; line-height: 1.65; }
.service-article a { color: var(--accent-deep); font-weight: 700; }

.svc-list { list-style: none; padding-left: 0; }
.svc-list li {
    position: relative;
    padding: .45rem 0 .45rem 1.9rem;
    font-size: 1.02rem;
    color: #3d4757;
    line-height: 1.55;
}
.svc-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0; top: .45rem;
    color: var(--accent-deep);
}
.svc-list-cols { columns: 2; column-gap: 2rem; }
@media (max-width: 575.98px) { .svc-list-cols { columns: 1; } }

.related-card {
    display: flex;
    align-items: center;
    gap: .8rem;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    padding: 1rem 1.2rem;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
    font-size: .95rem;
    transition: all .25s ease;
    height: 100%;
}
.related-card i { color: var(--accent-deep); font-size: 1.2rem; }
.related-card:hover {
    border-color: var(--accent);
    color: var(--text-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(12, 22, 44, .1);
}

/* --- МОДАЛ --- */
.modal-header-dark {
    background: linear-gradient(160deg, var(--ink), var(--navy));
    color: #fff;
}

/* --- FOOTER --- */
.site-footer {
    background: var(--ink);
    border-top: 4px solid var(--accent);
}
.footer-logo-box {
    background: #fff;
    border-radius: 12px;
    padding: .5rem;
    width: 72px; height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-slogan { font-size: 11px; letter-spacing: 1px; }
.footer-about-text { line-height: 1.6; }
.footer-heading { font-size: 1.05rem; }
.footer-link {
    color: #b9c3d6;
    text-decoration: none;
    font-size: .98rem;
    transition: color .2s ease;
}
.footer-link:hover { color: var(--accent); }
.social-links-footer .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #e7ecf5;
    margin-left: .45rem;
    text-decoration: none;
    transition: all .3s ease;
}
.social-links-footer .social-btn:hover {
    background: var(--accent);
    color: var(--ink);
    transform: translateY(-3px);
}

/* --- SHARE БУТОНИ --- */
.btn-share {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(255,255,255,.35);
    background: transparent;
    color: #e7ecf5;
    border-radius: 999px;
    padding: .55rem 1.2rem;
    font-weight: 600;
    font-size: .92rem;
    transition: all .25s ease;
    cursor: pointer;
}
.btn-share:hover { background: rgba(255,255,255,.12); color: #fff; }

/* --- FLOATING БУТОНИ --- */
.floating-contacts {
    position: fixed;
    right: 18px; bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1040;
}
@media (min-width: 992px) { .floating-contacts { bottom: 24px; } }
.float-btn {
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(6, 12, 24, .35);
    transition: transform .25s ease;
}
.float-btn:hover { transform: scale(1.1); color: #fff; }
.float-phone { background: var(--accent); color: var(--ink); }
.float-phone:hover { color: var(--ink); }
.float-viber { background: #7360f2; }

/* --- STICKY BOTTOM BAR (mobile) --- */
.sticky-bottom-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1039;
    box-shadow: 0 -4px 16px rgba(6, 12, 24, .25);
}
.sticky-bottom-bar .col-action {
    flex: 1;
    padding: .95rem 0;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
}
.sticky-bottom-bar .btn-call    { background: var(--accent); color: var(--ink) !important; }
.sticky-bottom-bar .btn-inquiry { background: var(--navy); color: #fff; }
@media (max-width: 991.98px) { body { padding-bottom: 56px; } }

/* --- ДРЕБНИ ПОПРАВКИ --- */
.row { --bs-gutter-x: 1.5rem; }
