:root {
    --bg: #f6f7f9;
    --surface: #ffffff;
    --ink: #141821;
    --muted: #5f6673;
    --line: #dfe4eb;
    --brand: #d8272f;
    --brand-dark: #a9151c;
    --accent: #f2b705;
    --whatsapp: #1f9d55;
    --dark: #121826;
    --shadow: 0 18px 45px rgba(18, 24, 38, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.site-header {
    background: var(--dark);
    color: #fff;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px clamp(18px, 5vw, 64px);
    background: #080c14;
    color: #d9dee8;
    font-size: 0.92rem;
    font-weight: 700;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.topbar a:first-child {
    color: var(--accent);
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 14px clamp(18px, 5vw, 64px);
    background: rgba(18, 24, 38, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: #c9ced8;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-links a {
    color: #eef2f7;
    text-decoration: none;
    font-weight: 700;
}

.nav-links a:hover {
    color: var(--accent);
}

.nav-call,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.nav-call,
.btn-primary {
    background: var(--brand);
    color: #fff;
}

.nav-call:hover,
.btn-primary:hover {
    background: var(--brand-dark);
}

.btn-secondary {
    background: var(--whatsapp);
    color: #fff;
}

.btn-secondary:hover {
    background: #157d42;
}

.btn-light {
    background: #fff;
    color: var(--ink);
}

.btn-light:hover {
    background: #e9edf3;
}

.menu-toggle {
    display: none;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-weight: 800;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    min-height: 640px;
    padding: clamp(38px, 7vw, 82px) clamp(18px, 5vw, 64px);
}

.hero-copy {
    max-width: 650px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--brand);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--accent);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 5vw, 4.9rem);
    line-height: 1.02;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.12;
    letter-spacing: 0;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.hero-text {
    max-width: 560px;
    color: #d6dbe5;
    font-size: 1.2rem;
}

.hero-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.trust-list li,
.coverage-list span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-weight: 700;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
    max-width: 620px;
}

.hero-stats span {
    display: block;
    min-height: 76px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #d6dbe5;
}

.hero-stats strong {
    display: block;
    color: #fff;
    font-size: 1.15rem;
}

.hero-media {
    position: relative;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 3px solid var(--accent);
    border-radius: 8px;
}

.hero-media img {
    position: relative;
    width: 100%;
    height: clamp(340px, 42vw, 540px);
    border-radius: 8px;
    box-shadow: var(--shadow);
    object-fit: cover;
}

.quick-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: min(1120px, calc(100% - 36px));
    margin: -42px auto 0;
    position: relative;
    z-index: 5;
}

.quick-contact a {
    display: block;
    padding: 22px;
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
    text-decoration: none;
}

.quick-contact span {
    display: block;
    color: var(--muted);
}

.quick-contact strong {
    display: block;
    color: var(--brand);
    font-size: clamp(1.25rem, 3vw, 2rem);
}

.emergency-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1120px, calc(100% - 36px));
    margin: 22px auto 0;
    padding: 18px 20px;
    border-radius: 8px;
    background: var(--accent);
    color: #1d1600;
    box-shadow: 0 14px 32px rgba(242, 183, 5, 0.24);
}

.emergency-strip p {
    margin: 0;
    font-weight: 700;
}

.emergency-strip a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--dark);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.section,
.why-section,
.process-section,
.split-section,
.gallery-section,
.coverage-section,
.contact-section,
.local-seo-section,
.routes-section,
.review-section,
.faq-section {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(56px, 8vw, 94px) 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-card {
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 10px 28px rgba(18, 24, 38, 0.07);
}

.service-card h3 {
    color: var(--brand);
}

.service-card p,
.content-stack p,
.contact-details,
.site-footer {
    color: var(--muted);
}

.why-section {
    padding-bottom: 0;
}

.why-grid,
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.why-grid article,
.process-grid article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 24, 38, 0.07);
}

.why-grid span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--dark);
    color: var(--accent);
    font-weight: 900;
}

.why-grid h3,
.process-grid h3 {
    color: var(--ink);
}

.why-grid p,
.process-grid p {
    color: var(--muted);
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(24px, 5vw, 64px);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.content-stack {
    font-size: 1.05rem;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    padding: 14px 16px;
    border-left: 4px solid var(--accent);
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
}

.process-section {
    padding-top: 0;
}

.process-grid article {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.process-grid strong {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-size: 1.4rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gallery-grid button {
    overflow: hidden;
    min-height: 240px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #dce2ea;
    cursor: pointer;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.gallery-grid button:hover img {
    transform: scale(1.04);
}

.coverage-section {
    padding-top: 0;
}

.coverage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.coverage-list span {
    border-color: var(--line);
    background: #fff;
    color: var(--ink);
}

.local-seo-section {
    padding-top: 0;
}

.section-heading p:not(.eyebrow) {
    color: var(--muted);
    font-size: 1.06rem;
}

.local-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.local-grid article {
    min-height: 220px;
    padding: 24px;
    border-radius: 8px;
    background: var(--dark);
    color: #fff;
    box-shadow: var(--shadow);
}

.local-grid h3 {
    color: var(--accent);
}

.local-grid p {
    color: #d6dbe5;
}

.routes-section {
    padding-top: 0;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.route-grid article {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 24, 38, 0.07);
}

.route-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.route-grid div {
    padding: 20px;
}

.route-grid p {
    color: var(--muted);
}

.review-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(56px, 8vw, 94px);
    padding: clamp(28px, 5vw, 42px);
    border-radius: 8px;
    background: var(--dark);
    color: #fff;
    box-shadow: var(--shadow);
}

.review-section h2 {
    max-width: 760px;
}

.review-section p:not(.eyebrow) {
    max-width: 760px;
    color: #d6dbe5;
}

.review-section .btn {
    flex: 0 0 auto;
}

.faq-section {
    padding-top: 0;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 24, 38, 0.05);
}

.faq-list summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--ink);
    font-weight: 900;
}

.faq-list p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--muted);
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 20px;
    align-items: start;
}

.contact-panel,
.contact-form {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 24, 38, 0.07);
}

.contact-details {
    margin-top: 28px;
}

.contact-details p {
    margin-bottom: 10px;
}

.contact-details a {
    color: var(--brand);
    font-weight: 800;
}

label {
    display: block;
    margin: 12px 0 6px;
    font-weight: 800;
}

input,
textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #cfd6df;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

input:focus,
textarea:focus {
    border-color: var(--brand);
    outline: 3px solid rgba(216, 39, 47, 0.15);
}

.contact-form .btn {
    width: 100%;
    margin-top: 16px;
}

.map-section {
    height: 360px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #dce2ea;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.site-footer {
    padding: 28px 18px 92px;
    background: var(--dark);
    color: #cbd3df;
    text-align: center;
}

.site-footer p {
    margin-bottom: 6px;
}

.mobile-bar {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.mobile-bar a {
    display: grid;
    place-items: center;
    min-height: 52px;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: var(--shadow);
}

.mobile-bar a:last-child {
    background: var(--whatsapp);
}

.gallery-modal {
    width: min(960px, calc(100% - 32px));
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
}

.gallery-modal::backdrop {
    background: rgba(5, 8, 14, 0.84);
}

.gallery-modal img {
    width: 100%;
    max-height: 82vh;
    border-radius: 8px;
    object-fit: contain;
    background: #111;
}

.thanks-page {
    min-height: 100vh;
    background: var(--dark);
}

.thanks-wrap {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 24px;
}

.thanks-card {
    width: min(720px, 100%);
    padding: clamp(28px, 6vw, 54px);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.thanks-card h1 {
    color: var(--ink);
}

.modal-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 980px) {
    .hero,
    .split-section,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-grid,
    .process-grid,
    .route-grid {
        grid-template-columns: 1fr;
    }

    .local-grid {
        grid-template-columns: 1fr;
    }

    .review-section {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        font-size: 0.86rem;
    }

    .navbar {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: 10px;
    }

    .nav-links.is-open {
        display: flex;
    }

    .nav-links a {
        display: block;
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-call {
        display: none;
    }

    .hero {
        padding-bottom: 70px;
    }

    .hero h1 {
        font-size: 2.35rem;
    }

    .hero-text {
        font-size: 1.05rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-media::before {
        display: none;
    }

    .quick-contact,
    .service-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .quick-contact {
        margin-top: -36px;
    }

    .emergency-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .emergency-strip a {
        width: 100%;
    }

    .gallery-grid button {
        min-height: 220px;
    }

    .mobile-bar {
        display: grid;
    }
}
