* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5fbff;
    color: #10232d;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 84px 0;
    position: relative;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(245, 251, 255, 0.9);
    border-bottom: 1px solid rgba(7, 59, 76, 0.09);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(7, 59, 76, 0.22);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1rem;
    color: var(--primary);
}

.brand small {
    font-size: 0.76rem;
    color: #627985;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav a {
    font-weight: 700;
    font-size: 0.92rem;
    color: #23414d;
}

.main-nav a:hover {
    color: var(--secondary);
}

.nav-cta {
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff !important;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--primary);
    border-radius: 14px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    border-radius: 999px;
}

.hero {
    min-height: 740px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(17, 138, 178, 0.22), transparent 36%),
        radial-gradient(circle at bottom right, rgba(255, 209, 102, 0.25), transparent 34%),
        linear-gradient(135deg, #f5fbff 0%, #e9f8ff 100%);
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--secondary);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    background: var(--accent);
    border-radius: 999px;
}

h1,
h2,
h3 {
    color: var(--primary);
    line-height: 1.08;
}

h1 {
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    letter-spacing: -0.07em;
    max-width: 820px;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: -0.05em;
}

h3 {
    font-size: 1.35rem;
}

.hero-text {
    margin-top: 22px;
    font-size: 1.15rem;
    color: #455f6b;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent), #ffb703);
    color: #1d2a2f;
    box-shadow: 0 18px 36px rgba(255, 183, 3, 0.28);
}

.btn-light {
    background: #fff;
    color: var(--primary);
    box-shadow: 0 16px 34px rgba(7, 59, 76, 0.1);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 42px;
    max-width: 620px;
}

.hero-stats div {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(7, 59, 76, 0.08);
    box-shadow: 0 16px 34px rgba(7, 59, 76, 0.07);
}

.hero-stats strong {
    display: block;
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}

.hero-stats span {
    color: #5c7480;
    font-size: 0.9rem;
}

.hero-card {
    position: relative;
    min-height: 520px;
    border-radius: 44px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.58)),
        radial-gradient(circle at 70% 20%, rgba(17, 138, 178, 0.24), transparent 32%);
    box-shadow: 0 30px 80px rgba(7, 59, 76, 0.18);
    border: 1px solid rgba(255,255,255,0.78);
    overflow: hidden;
}

.car-visual {
    position: absolute;
    inset: 34px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(17,138,178,0.12), rgba(255,255,255,0.2)),
        repeating-linear-gradient(135deg, rgba(7,59,76,0.04) 0, rgba(7,59,76,0.04) 2px, transparent 2px, transparent 16px);
}

.car-body {
    position: absolute;
    left: 50%;
    top: 46%;
    width: 320px;
    height: 124px;
    transform: translate(-50%, -50%);
    border-radius: 80px 80px 34px 34px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: inset 0 -18px 0 rgba(0,0,0,0.12), 0 24px 40px rgba(7,59,76,0.24);
}

.car-body::before {
    content: "";
    position: absolute;
    left: 62px;
    top: -52px;
    width: 190px;
    height: 92px;
    border-radius: 95px 95px 8px 8px;
    background: linear-gradient(135deg, var(--secondary), #8ed8f3);
}

.car-window {
    position: absolute;
    left: 95px;
    top: -34px;
    width: 120px;
    height: 54px;
    border-radius: 60px 60px 8px 8px;
    background: rgba(255,255,255,0.72);
}

.car-light {
    position: absolute;
    top: 62px;
    width: 30px;
    height: 14px;
    background: var(--accent);
    border-radius: 999px;
}

.car-light.left {
    left: 18px;
}

.car-light.right {
    right: 18px;
}

.wheel {
    position: absolute;
    top: calc(46% + 48px);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #142c36;
    border: 12px solid #e8f7fd;
    box-shadow: 0 10px 20px rgba(7,59,76,0.2);
}

.wheel-left {
    left: calc(50% - 142px);
}

.wheel-right {
    right: calc(50% - 142px);
}

.foam {
    position: absolute;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(7,59,76,0.09);
    animation: floatFoam 4s ease-in-out infinite;
}

.foam-one {
    width: 80px;
    height: 80px;
    left: 12%;
    top: 18%;
}

.foam-two {
    width: 52px;
    height: 52px;
    right: 18%;
    top: 18%;
    animation-delay: 0.8s;
}

.foam-three {
    width: 66px;
    height: 66px;
    right: 14%;
    bottom: 20%;
    animation-delay: 1.4s;
}

.shine-line {
    position: absolute;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    transform: rotate(-22deg);
}

.line-one {
    width: 160px;
    top: 88px;
    left: 84px;
}

.line-two {
    width: 90px;
    top: 130px;
    right: 96px;
}

.booking-card {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    gap: 14px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 18px 40px rgba(7,59,76,0.15);
    backdrop-filter: blur(14px);
}

.status-dot {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-radius: 50%;
    background: #20c997;
    box-shadow: 0 0 0 8px rgba(32,201,151,0.15);
    flex: 0 0 auto;
}

.booking-card strong {
    color: var(--primary);
}

.booking-card p {
    color: #5c7480;
    font-size: 0.92rem;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255,255,255,0.7);
    animation: floatFoam 6s ease-in-out infinite;
}

.bubble-one {
    width: 90px;
    height: 90px;
    left: 4%;
    top: 18%;
}

.bubble-two {
    width: 52px;
    height: 52px;
    right: 8%;
    top: 16%;
    animation-delay: 1.2s;
}

.bubble-three {
    width: 120px;
    height: 120px;
    right: 14%;
    bottom: 8%;
    animation-delay: 2s;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.section-heading p {
    color: #5c7480;
    margin-top: 12px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card,
.process-card,
.testimonial-card,
.showcase-card,
.trust-panel,
.final-card {
    border: 1px solid rgba(7,59,76,0.08);
    background: rgba(255,255,255,0.82);
    box-shadow: 0 20px 48px rgba(7,59,76,0.08);
}

.service-card {
    position: relative;
    padding: 26px;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(7,59,76,0.13);
}

.service-card.featured {
    background: linear-gradient(145deg, var(--primary), #0e566b);
    color: #eaf9ff;
}

.service-card.featured h3,
.service-card.featured strong {
    color: #fff;
}

.service-card.featured p {
    color: rgba(255,255,255,0.76);
}

.popular-label {
    position: absolute;
    top: 18px;
    right: 18px;
    background: var(--accent);
    color: #1d2a2f;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
}

.service-icon,
.mini-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 18px;
    background: rgba(17,138,178,0.13);
    color: var(--secondary);
    font-weight: 900;
}

.service-card p {
    color: #5c7480;
    margin: 12px 0 20px;
}

.service-card strong {
    color: var(--primary);
}

.trust-section {
    background:
        linear-gradient(135deg, rgba(7,59,76,0.96), rgba(17,138,178,0.92)),
        radial-gradient(circle at top right, rgba(255,209,102,0.2), transparent 40%);
    color: #eaf9ff;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 34px;
    align-items: center;
}

.trust-section h2 {
    color: #fff;
}

.trust-content > p:not(.eyebrow) {
    color: rgba(255,255,255,0.76);
    margin-top: 18px;
}

.trust-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.trust-list div {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
}

.trust-list span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--accent);
    color: #10232d;
    font-weight: 900;
    flex: 0 0 auto;
}

.trust-panel {
    padding: 30px;
    border-radius: 34px;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.18);
}

.trust-panel h3 {
    color: #fff;
    margin-bottom: 18px;
}

.trust-panel ul {
    list-style: none;
    display: grid;
    gap: 14px;
}

.trust-panel li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-panel li span {
    width: 32px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), #fff);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-card {
    padding: 24px;
    border-radius: 30px;
}

.process-card span {
    display: inline-flex;
    margin-bottom: 24px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    color: rgba(17,138,178,0.23);
}

.process-card p {
    margin-top: 10px;
    color: #5c7480;
}

.showcase-section {
    background: #eaf7fc;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto;
    gap: 18px;
}

.showcase-card {
    position: relative;
    min-height: 230px;
    padding: 30px;
    border-radius: 34px;
    overflow: hidden;
}

.showcase-card.large {
    grid-row: span 2;
    min-height: 480px;
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.8), transparent 22%),
        linear-gradient(135deg, var(--secondary), #8ed8f3);
}

.showcase-card.large h3,
.showcase-card.large p {
    position: relative;
    z-index: 2;
    color: #fff;
}

.showcase-card.large h3 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    max-width: 420px;
}

.showcase-card.large p {
    max-width: 360px;
    margin-top: 14px;
}

.showcase-card.dark {
    background: linear-gradient(135deg, var(--primary), #0f5c72);
}

.showcase-card.dark h3,
.showcase-card.dark p {
    color: #fff;
}

.showcase-card p {
    color: #5c7480;
    margin-top: 10px;
}

.water-drops span {
    position: absolute;
    width: 74px;
    height: 104px;
    border-radius: 60% 40% 65% 35%;
    background: rgba(255,255,255,0.34);
    transform: rotate(24deg);
}

.water-drops span:nth-child(1) {
    right: 80px;
    top: 70px;
}

.water-drops span:nth-child(2) {
    right: 190px;
    bottom: 90px;
    width: 50px;
    height: 72px;
}

.water-drops span:nth-child(3) {
    right: 52px;
    bottom: 50px;
    width: 44px;
    height: 64px;
}

.water-drops span:nth-child(4) {
    left: 48px;
    bottom: 58px;
    width: 90px;
    height: 126px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    padding: 26px;
    border-radius: 30px;
}

.stars {
    color: #f5a400;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-card p {
    color: #455f6b;
    margin-bottom: 18px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 34px;
    align-items: start;
}

.faq-intro p:not(.eyebrow) {
    color: #5c7480;
    margin-top: 14px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(7,59,76,0.08);
    box-shadow: 0 14px 34px rgba(7,59,76,0.06);
    overflow: hidden;
}

.faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 20px;
    color: var(--primary);
    font-weight: 900;
    cursor: pointer;
}

.faq-item button::after {
    content: "+";
    float: right;
    color: var(--secondary);
    font-size: 1.3rem;
}

.faq-item.active button::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #5c7480;
}

.faq-item.active .faq-answer {
    display: block;
}

.final-cta {
    padding-top: 40px;
}

.final-card {
    text-align: center;
    border-radius: 42px;
    padding: 54px 28px;
    background:
        radial-gradient(circle at top left, rgba(255,209,102,0.24), transparent 30%),
        linear-gradient(135deg, #fff, #eaf8ff);
}

.final-card h2 {
    max-width: 820px;
    margin: 0 auto;
}

.final-card > p:not(.eyebrow) {
    color: #5c7480;
    max-width: 680px;
    margin: 16px auto 0;
}

.final-card .eyebrow {
    justify-content: center;
}

.contact-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.contact-details a,
.contact-details span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--primary);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7,59,76,0.07);
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    padding: 14px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(37,211,102,0.28);
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatFoam {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-16px);
    }
}

@media (max-width: 960px) {
    .section {
        padding: 68px 0;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid,
    .trust-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-card {
        min-height: 440px;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .showcase-card.large {
        min-height: 360px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .main-nav {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 86px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 16px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 22px 60px rgba(7,59,76,0.18);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .nav-toggle {
        display: block;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .header-inner {
        min-height: 68px;
    }

    .brand small {
        display: none;
    }

    h1 {
        font-size: clamp(2.45rem, 16vw, 4rem);
    }

    .hero-stats,
    .service-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-card {
        min-height: 360px;
        border-radius: 30px;
    }

    .car-visual {
        inset: 18px;
    }

    .car-body {
        width: 230px;
        height: 96px;
    }

    .car-body::before {
        left: 46px;
        top: -42px;
        width: 138px;
        height: 76px;
    }

    .car-window {
        left: 74px;
        top: -29px;
        width: 82px;
        height: 44px;
    }

    .wheel {
        width: 54px;
        height: 54px;
        border-width: 10px;
        top: calc(46% + 36px);
    }

    .wheel-left {
        left: calc(50% - 108px);
    }

    .wheel-right {
        right: calc(50% - 108px);
    }

    .booking-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .contact-details {
        flex-direction: column;
    }

    .whatsapp-float {
        left: 16px;
        right: 16px;
        text-align: center;
    }
}