/* =========================================================
   GLOBAL
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #111417;
    background: #f1f2f3;
    line-height: 1.55;
}

.wrap {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}


/* =========================================================
   TOP NAVIGATION
========================================================= */

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #d9dcdd;
}

.nav {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111417;
    margin-right: auto;
}

.brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f4c400;
    display: grid;
    place-items: center;
    font-size: 24px;
}

.brand small,
.brand b {
    display: block;
    line-height: 1;
}

.brand small {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.nav nav {
    display: flex;
    gap: 25px;
}

.nav nav a,
.text-link {
    color: #111417;
    text-decoration: none;
    font-weight: 650;
}

.nav nav a:hover,
.text-link:hover {
    color: #c99d00;
}

.nav-actions {
    display: flex;
    gap: 10px;
}

.phone-pill,
.wa-pill {
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 800;
}

.phone-pill {
    border: 1px solid #d5d8da;
    color: #111417;
    background: #fff;
}

.phone-pill:hover {
    background: #f1f2f3;
}

.wa-pill {
    background: #25d366;
    color: #071b0e;
}

.wa-pill:hover {
    background: #20bd5a;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    background: #f1f2f3;
    padding: 70px 0 72px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 55px;
    align-items: center;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #9a7500;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: clamp(48px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -3px;
    margin: 0 0 24px;
    color: #111417;
}

.hero h1 span {
    color: #c99d00;
}

.lead {
    font-size: 20px;
    max-width: 610px;
    color: #555d63;
    margin-bottom: 22px;
}


/* =========================================================
   HERO BADGES
========================================================= */

.hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hero-badges span {
    background: #ffffff;
    border: 1px solid #d9dcdd;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 700;
    color: #30363a;
}


/* =========================================================
   BUTTONS
========================================================= */

.cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 23px;
    border-radius: 10px;
    text-decoration: none;
    border: 0;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

.btn-primary {
    background: #f4c400;
    color: #111417;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover {
    background: #d9a900;
}

.btn-dark {
    background: #171a1d;
    color: #fff;
}

.btn-dark:hover {
    background: #282d31;
}

.btn-white {
    background: #fff;
    color: #111417;
}

.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.micro {
    font-size: 12px;
    color: #737a80;
    margin-top: 13px;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.hero-card {
    min-height: 480px;
    border-radius: 28px;
    background: #1c2226;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.door-scene {
    height: 100%;
    min-height: 480px;
    position: relative;

    background:
        radial-gradient(
            circle at 75% 25%,
            #59666d,
            transparent 32%
        ),
        linear-gradient(
            120deg,
            #293238,
            #111619
        );

    overflow: hidden;
}

.door {
    position: absolute;
    right: 14%;
    top: 10%;
    width: 58%;
    height: 82%;

    background: linear-gradient(
        90deg,
        #707778,
        #363b3d
    );

    border: 12px solid #111517;
    box-shadow: inset 0 0 0 5px #777d7e;
}

.door-panel {
    position: absolute;
    inset: 8%;
    border: 2px solid rgba(255, 255, 255, 0.16);
}


/* =========================================================
   LOCK
========================================================= */

.lock {
    position: absolute;
    left: 25%;
    top: 43%;
    width: 70px;
    height: 100px;
}

.lock-body {
    width: 58px;
    height: 55px;
    border-radius: 8px;
    background: #d4d8d7;
    box-shadow: 0 5px 12px #111;
}

.lock-hole {
    position: absolute;
    left: 21px;
    top: 18px;
    width: 15px;
    height: 25px;
    border-radius: 50%;
    background: #202527;
}

.handle {
    position: absolute;
    left: 17%;
    top: 53%;
    width: 90px;
    height: 14px;
    background: #c6ccca;
    border-radius: 10px;
    box-shadow: 0 4px 10px #111;
}


/* =========================================================
   TOOLBOX
========================================================= */

.toolbox {
    position: absolute;
    left: 6%;
    bottom: 7%;
    width: 42%;
    transform: rotate(-7deg);
}

.toolbox-top {
    height: 18px;
    background: #f4c400;
    border-radius: 8px 8px 0 0;
}

.toolbox-body {
    height: 115px;
    background: #d6a900;
    border-radius: 5px 5px 12px 12px;
    display: flex;
    gap: 9px;
    padding: 25px 14px;
}

.toolbox-body span {
    display: block;
    width: 12px;
    height: 70px;
    background: #333;
    border-radius: 6px;
}


/* =========================================================
   HERO NOTE
========================================================= */

.hero-note {
    position: absolute;
    left: 6%;
    top: 8%;
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-note strong,
.hero-note small {
    display: block;
}

.hero-note small {
    color: #666;
    margin-top: 4px;
}


/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip {
    background: #171a1d;
    color: #fff;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 23px 0;
}

.trust-grid div {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #34393d;
}

.trust-grid div:last-child {
    border: 0;
}

.trust-grid strong {
    font-size: 23px;
}

.trust-grid span {
    font-size: 12px;
    color: #b9bec2;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.section {
    padding: 90px 0;
    background: #f1f2f3;
}

.section.alt {
    background: #e7e9ea;
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}

.section-head h2,
.split h2,
.contact h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin: 0;
    color: #111417;
}

.section-head > p {
    max-width: 430px;
    color: #626a70;
}


/* =========================================================
   SERVICES
========================================================= */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.service {
    border: 1px solid #d9dcdd;
    border-radius: 16px;
    padding: 27px;
    background: #ffffff;
    transition: 0.2s;
}

.service:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.icon {
    font-size: 30px;
    margin-bottom: 18px;
}

.service h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #111417;
}

.service p {
    color: #626a70;
    min-height: 72px;
}

.service a {
    color: #9a7500;
    font-weight: 800;
    text-decoration: none;
}

.service a:hover {
    color: #c99d00;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.split {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 70px;
    align-items: center;
}

.large {
    font-size: 19px;
    color: #626a70;
    max-width: 600px;
}

.check-list {
    margin-top: 35px;
    display: grid;
    gap: 18px;
}

.check-list div {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.check-list b {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4c400;
    color: #111417;
}

.check-list strong {
    font-size: 16px;
    color: #111417;
}

.check-list span {
    color: #626a70;
}


/* =========================================================
   QUOTE CARD
========================================================= */

.quote-card {
    background: #171a1d;
    color: #fff;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.quote-mark {
    font-size: 70px;
    color: #f4c400;
    line-height: 0.6;
}

.quote-card p {
    font-size: 23px;
    line-height: 1.35;
}

.quote-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}


/* =========================================================
   REVIEWS
========================================================= */

.center-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.center-head h2 {
    font-size: 48px;
    line-height: 1.05;
    margin: 0 0 12px;
    color: #111417;
}

.center-head p {
    color: #6b7278;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.review {
    padding: 28px;
    border: 1px solid #d9dcdd;
    border-radius: 16px;
    background: #fff;
}

.stars {
    letter-spacing: 3px;
    color: #c09400;
}

.review p {
    font-size: 17px;
    color: #30363a;
}

.review b {
    font-size: 13px;
    color: #666d72;
}


/* =========================================================
   EMERGENCY CTA
========================================================= */

.emergency {
    background: #171a1d;
    color: #fff;
    padding: 55px 0;
}

.emergency-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.emergency h2 {
    font-size: 45px;
    margin: 0;
}

.emergency p {
    color: #adb3b7;
    margin: 5px 0 0;
}


/* =========================================================
   FAQ
========================================================= */

.narrow {
    max-width: 820px;
}

.narrow details {
    border-bottom: 1px solid #d4d7d9;
    padding: 20px 0;
}

.narrow summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    color: #111417;
}

.narrow details p {
    color: #626a70;
}


/* =========================================================
   CONTACT
========================================================= */

.contact {
    background: #e5e7e8;
    padding: 90px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 70px;
}

.contact-points {
    display: grid;
    gap: 10px;
    margin: 30px 0;
}

.contact-points span {
    font-size: 18px;
    color: #30363a;
}

.contact small {
    color: #6b7278;
}


/* =========================================================
   CONTACT FORM
========================================================= */

form {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

label {
    display: block;
    font-weight: 800;
    margin-bottom: 15px;
    color: #111417;
}

input,
textarea {
    display: block;
    width: 100%;
    margin-top: 7px;
    padding: 13px;
    border: 1px solid #d5d8da;
    border-radius: 9px;
    font: inherit;
    background: #fff;
    color: #111417;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #c99d00;
}

textarea {
    min-height: 110px;
    resize: vertical;
}

.form-note {
    font-size: 11px;
    color: #888;
}

.contact form .btn {
    width: 100%;
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #0f1113;
    color: #aaa;
    padding: 24px 0;
    font-size: 12px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}


/* =========================================================
   FLOATING BUTTONS
========================================================= */

.floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.float-wa,
.float-call {
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20);
}

.float-wa {
    background: #25d366;
    color: #071b0e;
    border-radius: 30px;
    padding: 13px 17px;
}

.float-wa:hover {
    background: #20bd5a;
}

.float-call {
    width: 48px;
    height: 48px;
    background: #f4c400;
    color: #111417;
    border-radius: 50%;
}

.float-call:hover {
    background: #d9a900;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .nav {
        height: 70px;
    }

    .nav nav {
        display: none;
    }

    .nav-actions .phone-pill {
        display: none;
    }

    .hero {
        padding: 45px 0;
    }

    .hero-grid,
    .split,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-card {
        min-height: 390px;
    }

    .door-scene {
        min-height: 390px;
    }

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

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .trust-grid div:nth-child(2) {
        border: 0;
    }

    .section-head {
        display: block;
    }

    .section-head > p {
        margin-top: 15px;
    }

    .emergency-inner {
        display: block;
    }

    .emergency-inner .cta-row {
        margin-top: 25px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .wrap {
        width: min(100% - 28px, 1180px);
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand small {
        font-size: 8px;
    }

    .hero h1 {
        font-size: 50px;
    }

    .lead {
        font-size: 17px;
    }

    .hero-card {
        min-height: 320px;
        border-radius: 20px;
    }

    .door-scene {
        min-height: 320px;
    }

    .service-grid,
    .review-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 62px 0;
    }

    .center-head h2 {
        font-size: 37px;
    }

    .section-head h2,
    .split h2,
    .contact h2 {
        font-size: 38px;
    }

    .emergency h2 {
        font-size: 36px;
    }

    .footer-inner {
        display: block;
    }

    .footer-inner span {
        display: block;
        margin: 5px 0;
    }

    .nav-actions .wa-pill {
        padding: 10px 12px;
    }

    .hero-badges {
        gap: 7px;
    }

    .hero-badges span {
        font-size: 11px;
    }

    .cta-row .btn {
        flex: 1;
    }

    .floating {
        right: 12px;
        bottom: 12px;
    }
}
