        :root {
            --main-blue: #1564CB;
            --main-blue-light: #6BA5EF;
            --main-bg: #F8FBFF;
            --text-dark: #25304A;
            --footer-bg: #142846;
        }
        html, body {
            font-family: 'Poppins', Arial, sans-serif;
            background: var(--main-bg);
            color: var(--text-dark);
            overflow-x: hidden;
        }
        .navbar {
            background: #F8FBFF !important;
            border-radius: 0 0 1.2rem 1.2rem;
            margin: 0px 18px 0 18px;
            padding: 0.7rem 1.2rem;
            box-shadow: 0 2px 14px #1564CB12;
            border: 1.5px solid #1564CB1a;
            top: 0; z-index: 100;
        }
        .navbar .navbar-brand img { height: 38px;}
        .navbar-nav .nav-link {
            font-weight: 500;
            font-size: 1.1rem;
            color: var(--main-blue) !important;
            border-radius: 1rem;
            margin-right: 8px;
            padding: .42rem 1.08rem;
            transition: background .17s, color .15s;
            letter-spacing: .01em;
        }
        .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
            background: var(--main-blue-light);
            color: #fff !important;
            box-shadow: 0 2px 9px #1564CB15;
        }
        .navbar-nav .dropdown-menu {
            border-radius: 1rem;
            border: 1px solid #1564CB30;
            box-shadow: 0 4px 18px #1564CB15;
        }
        .phone-btn {
            margin-left: 10px;
            font-weight: 600;
            border-radius: 1.2rem;
            background: linear-gradient(90deg, #1564CB 60%, #6BA5EF 100%);
            color: #fff !important;
            display: flex;
            align-items: center;
            padding: .41rem 1.18rem;
            font-size: 1.06rem;
            border: none;
            box-shadow: 0 2px 12px #1564CB25;
            transition: background .18s, box-shadow .18s;
            text-decoration: none;
        }
        .phone-btn i {
            font-size: 1.15rem;
            margin-right: .48em;
        }
        .phone-btn:hover {
            background: #1564CB;
            color: #fff !important;
            box-shadow: 0 6px 18px #1564CB40;
            text-decoration: none;
        }
        header.hero,
        header.hero-404 {
            background: url('/img/about/black-bmw.webp') center/cover no-repeat;
            color: white;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0 0 2.5rem 2.5rem;
            min-height: 360px;
            padding-top: 80px;
        }
        header.hero::after,
        header.hero-404::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 100%);
            z-index: 1;
            border-radius: 0 0 1.5rem 1.5rem;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 60px 30px 40px 30px;
            text-align: center;
            max-width: 520px;
            margin: auto;
            animation: fadeInUp 1.2s;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .hero-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 4px solid var(--main-blue);
            box-shadow: 0 2px 14px #1564CB20;
            background: #F8FBFF;
        }
        .hero-content h1 {
            font-size: 2.15rem;
            font-weight: 700;
            line-height: 1.12;
            letter-spacing: .01em;
            text-shadow: 0 4px 20px #1564CB33;
            margin-bottom: 0.8rem;
        }
        .hero-content p {
            font-size: 1.11rem;
            margin-bottom: 2rem;
            font-weight: 500;
            text-shadow: 0 2px 10px #1564CB14;
        }
        .btn.hero-btn,
        .btn-primary, .btn-primary:active, .btn-primary:visited {
            background: var(--main-blue);
            border: none;
            font-weight: 600;
            letter-spacing: .01em;
            border-radius: 1.1rem;
            color: #fff !important;
            box-shadow: 0 2px 10px #1564CB15;
            transition: background .2s, color .2s;
        }
        .btn.hero-btn:hover, .btn-primary:hover {
            background: var(--main-blue-light);
            color: #fff !important;
        }
        .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
            border-radius: 1.1rem;
            color: var(--main-blue) !important;
            border-color: var(--main-blue);
            font-weight: 600;
            letter-spacing: .01em;
            background: #F8FBFF;
            transition: background .2s, color .2s;
        }
        .btn-outline-primary:hover {
            color: #fff !important;
            background: var(--main-blue);
            border-color: var(--main-blue);
        }
        .section-card {
            border-radius: 2rem;
            margin-bottom: 2rem;
            overflow: hidden;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1s forwards;
            padding: 2.1rem 2.1rem;
        }
        .section-card.animated { animation-delay: 0.3s; }
        .section-card img {
            border-radius: 2rem;
            box-shadow: 0 2px 12px #1564CB20;
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: transform .35s;
            transform: scale(1) rotate(-2deg);
        }
        .section-card:hover img {
            transform: scale(1.02) rotate(0deg);
        }
        .testimonial-section {
            border-radius: 2rem;
            padding: 2rem 1rem 2.6rem 1rem;
            margin-bottom: 2.2rem;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1.1s forwards;
        }
        .bg-light-blue {
            background: #e6f1fa;
            box-shadow: 0 3px 18px #1564CB13;
        }
        .bg-light-white {
            background: #F8FBFF;
            box-shadow: 0 2px 18px #1564CB0D;
        }
        .testimonial-title {
            color: var(--main-blue);
            text-align: center;
            font-weight: 700;
            font-size: 1.55rem;
            margin-bottom: 1.5rem;
            letter-spacing: .01em;
        }
        .testimonial-cards {
            display: flex;
            gap: 1.1rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        .testimonial-card {
            background: #F8FBFF;
            border-radius: 1.2rem;
            box-shadow: 0 2px 13px #6BA5EF33;
            padding: 1.2rem 1.1rem;
            max-width: 280px;
            min-width: 200px;
            margin: .4rem 0;
            flex: 1 0 220px;
            display: flex;
            flex-direction: column;
            align-items: center;
            opacity: 0;
            transform: translateY(32px);
            animation: fadeInUp .85s forwards;
        }
        .testimonial-card:nth-child(1) { animation-delay: .2s;}
        .testimonial-card:nth-child(2) { animation-delay: .35s;}
        .testimonial-card:nth-child(3) { animation-delay: .5s;}
        .testimonial-avatar {
            width: 46px;
            height: 46px;
            border-radius: 50%;
            margin-bottom: .7rem;
            object-fit: cover;
            background: #e7f3ff;
            border: 2.5px solid var(--main-blue);
        }
        .testimonial-text {
            font-size: 1.01rem;
            margin-bottom: .4rem;
            text-align: center;
            color: #315189;
        }
        .testimonial-name {
            font-weight: 600;
            color: var(--main-blue);
            font-size: .97rem;
        }
        .prices-card {
            border-radius: 2rem;
            box-shadow: 0 2px 12px #1564CB10;
            background: #F8FBFF;
            transition: box-shadow .35s, transform .35s;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1s forwards;
            padding: 2.1rem 1.6rem;
            margin-bottom: 1.2rem;
            border: 2px solid #6BA5EF18;
        }
        .prices-card:hover {
            box-shadow: 0 4px 36px #1564CB25;
            transform: scale(1.03) translateY(-4px);
        }
        .prices-card .display-6 {
            color: var(--main-blue);
        }
        .gallery-section {
            border-radius: 2rem;
            padding: 2.2rem 1.2rem;
            margin-bottom: 2.2rem;
            opacity: 0;
            transform: translateY(40px);
            animation: fadeInUp 1.1s forwards;
        }
        .section-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 2.1rem;
            letter-spacing: .01em;
            color: var(--main-blue);
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.2rem;
            margin-bottom: .7rem;
        }
        .gallery-img {
            border-radius: 1.2rem;
            box-shadow: 0 2px 9px #6BA5EF33;
            cursor: pointer;
            width: 100%;
            object-fit: cover;
            height: 300px;
            transition: transform .22s, box-shadow .22s;
            background: #F8FBFF;
            border: 2px solid #cce3fb;
        }
        .gallery-img:hover {
            transform: scale(1.05) rotate(-1deg);
            box-shadow: 0 4px 20px #1564CB26;
            border-color: var(--main-blue);
        }
        .services-cards {
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: 2rem;
        }
        .service-card {
            flex: 1 1 260px;
            text-align: center;
            padding: 2rem 1.2rem;
            border-radius: 2rem;
            box-shadow: 0 2px 12px #1564CB20;
        }
        .service-card i {
            font-size: 3rem;
            color: var(--main-blue);
            margin-bottom: 0.8rem;
        }
        .service-card h3 {
            font-weight: 700;
            margin-bottom: 0.6rem;
            color: var(--main-blue);
        }
        .service-card p {
            margin-bottom: 1rem;
        }
        footer {
            background: var(--footer-bg);
            color: #fff;
            padding: 50px 0 20px;
            border-radius: 2rem 2rem 0 0;
            margin-top: 3rem;
            box-shadow: 0 -4px 18px #1564CB0A;
        }
        .footer-logo img { height: 48px; margin-bottom: 1rem;}
        .footer-link, .footer-link:visited { color: #6BA5EF; text-decoration: none; transition: color .2s;}
        .footer-link:hover { color: #fff; text-decoration: underline;}
        .footer-title { font-weight: 600; color: #fff; margin-bottom: .7rem; letter-spacing: .03em;}
        .footer-social a {
            color: #6BA5EF; font-size: 1.4rem; margin-right: .7rem; transition: color .2s;
        }
        .footer-social a:hover { color: #fff;}
        .footer-copyright {
            color: #bddcff; font-size: .98rem; border-top: 1px solid #203d6b;
            padding-top: 18px; margin-top: 30px;
        }
        .messenger-fab {
            position: fixed;
            right: 28px;
            bottom: 30px;
            z-index: 9999;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 6px 28px #6BA5EF22, 0 2px 9px #1564CB33;
            width: 64px;
            height: 64px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: box-shadow .22s, transform .18s;
            cursor: pointer;
            border: 3px solid var(--main-blue);
        }
        .messenger-fab:hover {
            box-shadow: 0 8px 36px #1564CB44, 0 2px 12px #6BA5EF60;
            transform: scale(1.09) rotate(-6deg);
            border-color: #e5f1fb;
        }
        .messenger-fab i {
            font-size: 40px;
        }

        .scroll-animate {
            opacity: 0;
            transform: translateY(40px);
            transition: all .6s ease-out;
        }
        .scroll-animate[data-animation="left"] { transform: translateX(-40px); }
        .scroll-animate[data-animation="right"] { transform: translateX(40px); }
        .scroll-animate.in-view { opacity: 1; transform: translateX(0) translateY(0); }
        @media (max-width: 1200px) {
            .section-card, .gallery-section { padding: 2.1rem 1.3rem; }
            .hero-content { padding: 40px 10px 32px 10px; }
        }
        @media (max-width: 992px) {
            .navbar { margin: 6px 3px 0 3px; border-radius: 0 0 1rem 1rem; }
            header.hero, header.hero-404 { min-height: 240px; border-radius: 0 0 1.3rem 1.3rem; }
            .section-card, .gallery-section { border-radius: 1.2rem;}
            .prices-card { padding: 1.5rem 1rem;}
            footer { border-radius: 1.2rem 1.2rem 0 0; padding: 32px 0 12px;}
            .gallery-img { height: 150px;}
            .testimonial-cards { flex-direction: column; align-items: center;}
            .testimonial-card { max-width: 99vw;}
        }
        @media (max-width: 768px) {
            .navbar { padding: 0.5rem 0.7rem;}
            header.hero, header.hero-404 { min-height: 160px; }
            .hero-content { padding: 18px 2vw 12px 2vw;}
            .hero-content h1 { font-size: 1.24rem;}
            .section-card img { height: 350px;}
            .section-card { padding: 1.1rem 0.7rem;}
            .gallery-img { height: 160px;}
            .section-title { font-size: 1.13rem;}
            .prices-card { padding: 1.2rem .7rem;}
            .footer-logo img { height: 36px;}
            .footer-title { font-size: 1.07rem; }
            .footer-social a { font-size: 1.1rem;}
            footer { font-size: 0.97rem; }
            .messenger-fab { width: 48px; height: 48px; right: 10px; bottom: 14px; border-width: 2px; }
            .messenger-fab i { font-size: 24px; }
            .messenger-fab svg { width: 24px; height: 24px;}
            .gallery-grid { grid-template-columns: 1fr 1fr;}
            .testimonial-section { padding: 1.2rem .3rem 2rem .3rem;}
        }
        @media (max-width: 576px) {
            .navbar { margin: 2px 0 0 0; border-radius: 0 0 0.6rem 0.6rem;}
            header.hero, header.hero-404 { min-height: 120px;}
            .hero-content { max-width: 99vw; padding: 8vw 1vw 7vw 1vw;}
            .hero-content h1 { font-size: 1.06rem; margin-bottom: 0.78rem;}
            .hero-content p { font-size: 0.95rem; margin-bottom: 1.1rem;}
            .btn.hero-btn { font-size: .96rem; padding: .63em 1.3em;}
            .section-card, .gallery-section, .prices-card { border-radius: 0.8rem; margin-bottom: 1rem;}
            .section-card img { height: 250px;}
            .gallery-img { height: 270px;}
            main.container { padding-left: 0.1rem; padding-right: 0.1rem;}
            .footer-title { margin-bottom: .4rem; }
            .footer-logo img { margin-bottom: .3rem;}
            .footer-copyright { font-size: .91rem;}
            .gallery-grid { grid-template-columns: 1fr; gap: .6rem;}
            .testimonial-cards { flex-direction: column; }
        }
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(40px);}
            to { opacity: 1; transform: translateY(0);}
        }


        .online-registration-section {
            background: linear-gradient(135deg, #1564CB, #1E90FF);
            color: white;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            margin-top: 50px;
        }

        .online-registration-section h2 {
            font-size: 2rem;
            font-weight: bold;
        }

        .online-registration-section p {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
        }

        .online-registration-btn {
            background-color: #fff;
            color: #1564CB;
            font-weight: bold;
            padding: 0.8rem 2rem;
            border-radius: 2rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .online-registration-btn:hover {
            background-color: #1564CB;
            color: #fff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }


        .contact-list a {
            color: #1564CB;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s ease;
        }
