body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    background: #181929;
    color: #fff;
}

/* NAVBAR */
header {
    background: #121328;
    padding: 0;
}
.navbar {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 32px;
}
.nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 70px;
}
.nav-menu li {
    margin: 0 16px;
    font-size: 20px;
}
.nav-menu a {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
}
.nav-menu a:hover {
    color: #45a0f5;
}
.nav-icons {
    display: flex;
    align-items: center;
}
.nav-icons a {
    margin: 0 4px;
    font-size: 22px;
}
.nav-divider {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 0 6px;
    border-radius: 3px;
    opacity: 0.3;
}

/* HERO SECTION */
.hero-section {
    min-height: 60vh;
    background: radial-gradient(ellipse 65% 65% at 50% 30%, #354156 0%, #232739 100%);
    padding-top: 28px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-section h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}
.hero-section img {
    width: 90px;
    height: auto;
    margin-bottom: 8px;
    vertical-align: middle;
}
.hero-section .tagline {
    font-size: 27px;
    color: #eaf4fe;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.hero-section p {
    font-size: 20px;
    color: #d6e4ee;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 18px auto;
}
.hero-cards {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.card {
    background: linear-gradient(135deg, #4092e2 0%, #64b6f7 100%);
    color: #fff;
    border-radius: 16px;
    width: 320px;
    padding: 32px 28px;
    box-shadow: 0 2px 16px rgba(44,108,180,0.12);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}
.card p {
    font-size: 18px;
    margin-bottom: 38px;
}
.card-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s;
}
.card-link i {
    margin-left: 6px;
}

/* ABOUT SECTION */
.about-section {
    background: #181929;
    padding: 80px 0 40px 0;
}
.about-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 48px;
    flex-wrap: wrap;
}
.about-title {
    display: flex;
    align-items: baseline;
    font-size: 60px;
    font-weight: 700;
    margin-right: 48px;
    color: #fff;
    gap: 18px;
    flex-direction: column;
}
.about-story-main {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 8px;
}
.about-story-sub {
    font-size: 44px;
    font-weight: 700;
    color: #4092e2;
    margin-bottom: 8px;
}
.about-desc {
    max-width: 600px;
}
.about-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}
.about-desc p {
    font-size: 20px;
    color: #d6e4ee;
    line-height: 1.5;
    margin-bottom: 14px;
}

/* SERVICES SECTION */
.services-section {
    background: #181929;
    padding: 70px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.services-head {
    text-align: center;
    margin-bottom: 34px;
}
.services-head h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 12px;
}
.services-head p {
    font-size: 22px;
    color: #d6e4ee;
    margin-bottom: 30px;
}
.services-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 28px;
}
.btn {
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 12px 38px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.btn-blue {
    background: linear-gradient(135deg,#4092e2 0%, #64b6f7 100%);
    color: #fff;
}
.btn-blue:hover {
    background: #4092e2;
}
.btn-white {
    background: #fff;
    color: #181929;
}
.btn-white:hover {
    background: #e4e4e4;
}
.services-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}
.service-card {
    background: linear-gradient(135deg, #54a1ea 0%, #87c5f9 100%);
    color: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 2px 16px rgba(44,108,180,0.12);
    min-height: 160px;
}
.service-arrow {
    font-size: 32px;
    margin-top: 6px;
    margin-right: 8px;
    color: #fff;
    flex-shrink: 0;
}
.service-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-card p {
    font-size: 18px;
    margin: 0;
}

/* BANNER ROW Marquee */
.banner-row {
    background: #eaf4fe;
    color: #4092e2;
    font-weight: 700;
    font-size: 24px;
    padding: 18px 0;
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-bottom: 0;
}
.banner-marquee {
    display: flex;
    gap: 32px;
    animation: banner-scroll 18s linear infinite;
    width: max-content;
}
.banner-text {
    white-space: nowrap;
    padding-right: 32px;
}
.banner-text i {
    margin-right: 8px;
    color: #4092e2;
}
@keyframes banner-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1200px);
    }
}

/* INSURANCE & PAYMENT SECTION */
.insurance-payment-section {
    background: #232739;
    color: #eaf4fe;
    padding: 50px 0 40px 0;
}
.insurance-payment-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}
.insurance-payment-content h2 {
    font-size: 34px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
}
.insurance-payment-content h3 {
    font-size: 24px;
    color: #4092e2;
    margin-bottom: 10px;
    font-weight: 700;
}
.insurance-payment-content ul {
    list-style: disc inside;
    margin-bottom: 20px;
}
.insurance-payment-content li {
    font-size: 18px;
    margin-bottom: 8px;
}
.insurance-payment-content p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #eaf4fe;
}
.insurance-payment-methods {
    font-size: 18px;
    margin-bottom: 14px;
    color: #d6e4ee;
}

/* CONTACTS SECTION w/ road image */
.contacts-section.contacts-road-bg {
    background: #181929;
    padding: 70px 0;
    text-align: center;
    position: relative;
}
.contacts-road-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}
.contacts-road-img img {
    width: 600px;
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    object-fit: cover;
    box-shadow: 0 2px 16px rgba(44,108,180,0.12);
}
.contacts-road-form {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 340px;
}
.contacts-info {
    font-size: 22px;
    color: #d6e4ee;
    margin-bottom: 24px;
    display: flex;
    gap: 32px;
    align-items: center;
}
.contacts-info i {
    margin-right: 8px;
    color: #4092e2;
    font-size: 22px;
}
.styled-form label {
    font-size: 18px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #fff;
    display: block;
}
.input-group {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}
.input-group input {
    flex: 1;
    padding: 16px 46px 16px 18px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #181929;
    outline: none;
}
.input-icon {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    color: #4092e2;
    font-size: 22px;
}
.input-asterisk {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #4092e2;
    font-size: 22px;
    font-weight: bold;
}
.styled-form textarea {
    width: 100%;
    padding: 16px 18px;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #181929;
    outline: none;
    margin-bottom: 18px;
}
.styled-form button {
    width: 60%;
    align-self: flex-start;
    margin-top: 12px;
}
.contacts-phone {
    font-size: 22px;
    margin-top: 18px;
    color: #d6e4ee;
}
.contacts-phone strong {
    color: #fff;
}

/* SCROLL UP BUTTON (fixed, box with up arrow, always visible) */
.scroll-up, .main-scroll-up {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #fff;
    color: #4092e2;
    border: none;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 12px rgba(44,108,180,0.1);
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    font-size: 28px;
}
.scroll-up i, .main-scroll-up i {
    color: #4092e2;
    font-size: 28px;
    margin: 0;
    pointer-events: none;
}
.scroll-up:hover, .main-scroll-up:hover {
    background: #eaf4fe;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .contacts-road-grid {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .contacts-road-img img {
        width: 90vw;
        max-width: 600px;
    }
    .contacts-road-form {
        min-width: 0;
        width: 100%;
        max-width: 500px;
    }
    .services-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .hero-cards, .services-cards {
        flex-direction: column;
        display: flex;
        gap: 28px;
    }
    .services-cards {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 700px) {
    .hero-section h2 {
        font-size: 32px;
    }
    .hero-section .tagline {
        font-size: 18px;
    }
    .card {
        width: 100%;
        padding: 20px 12px;
    }
    .services-cards {
        gap: 20px;
    }
}