/* ==========================================================================
   PREMIUM AUTO GARAGE
   ========================================================================== */

:root {
    --bg: #090b0e;
    --bg-soft: #0e1115;
    --panel: #11151a;
    --panel-2: #151a20;
    --line: rgba(255,255,255,.09);
    --text: #f4f6f7;
    --muted: #9299a1;
    --accent: #d8ff3e;
    --accent-dark: #a9cf16;
    --white-soft: rgba(255,255,255,.72);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

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

.site-shell { overflow: hidden; }

h1,h2,h3,h4,h5,h6 {
    font-family: "Manrope", sans-serif;
    letter-spacing: -.035em;
}

.premium-nav {
    padding: 18px 0;
    transition: .3s ease;
    border-bottom: 1px solid transparent;
}

.premium-nav.scrolled {
    background: rgba(9,11,14,.86);
    backdrop-filter: blur(18px);
    border-bottom-color: var(--line);
    padding: 11px 0;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.brand-lockup > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-lockup strong {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    letter-spacing: .04em;
}

.brand-lockup small {
    color: #737b84;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .23em;
    margin-top: 5px;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--accent);
    color: #0b0d0f;
    font-size: 17px;
}

.nav-link {
    color: rgba(255,255,255,.56) !important;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 12px !important;
    transition: .2s ease;
}

.nav-link:hover { color: #fff !important; }

.nav-cta {
    border-color: rgba(255,255,255,.18);
    font-size: 12px;
    padding: 10px 17px;
    transition: .25s ease;
}

.nav-cta:hover {
    background: #fff;
    color: #0a0c0f;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(circle at 72% 44%, rgba(216,255,62,.08), transparent 25%),
        radial-gradient(circle at 20% 20%, rgba(74,96,116,.13), transparent 28%),
        var(--bg);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .26;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -160px;
    top: 22%;
    background: rgba(216,255,62,.055);
    filter: blur(100px);
    border-radius: 50%;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.pulse-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(216,255,62,.08);
}

.hero-title {
    max-width: 780px;
    margin: 24px 0 20px;
    font-size: clamp(3.4rem, 7vw, 6.5rem);
    line-height: .94;
    font-weight: 800;
}

.hero-title span,
.section-heading h2 span,
.feature-title span,
.process-heading h2 span,
.cta-box h2 span {
    color: var(--accent);
}

.hero-copy {
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

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

.btn-primary-premium {
    background: var(--accent);
    color: #0a0c0e;
    border: 1px solid var(--accent);
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
}

.btn-primary-premium:hover {
    background: #e5ff76;
    border-color: #e5ff76;
    color: #080a0b;
    transform: translateY(-2px);
}

.btn-ghost-premium {
    border: 1px solid var(--line);
    color: rgba(255,255,255,.75);
    padding: 13px 20px;
    border-radius: 999px;
    font-size: 13px;
    transition: .25s ease;
}

.btn-ghost-premium:hover {
    color: #fff;
    border-color: rgba(255,255,255,.25);
    background: rgba(255,255,255,.04);
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 55px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.trust-item strong {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: var(--accent);
}

.trust-item span {
    color: #737b83;
    font-size: 9px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.trust-line {
    height: 25px;
    width: 1px;
    background: var(--line);
}

.hero-visual {
    position: relative;
    height: 590px;
    margin-left: auto;
    width: 100%;
    max-width: 500px;
}

.hero-image-frame {
    position: absolute;
    inset: 35px 0 20px 45px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    transform: rotate(2deg);
    box-shadow: 0 40px 100px rgba(0,0,0,.45);
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,10,12,.15), rgba(8,10,12,.72));
}

.floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgba(16,19,23,.88);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}

.card-top { top: 55px; left: 0; }
.card-bottom { right: -12px; bottom: 45px; }

.floating-icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(216,255,62,.1);
    color: var(--accent);
}

.floating-card small,
.contact-action small,
.feature-badge small,
.contact-details small {
    display: block;
    color: #69717a;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 3px;
}

.floating-card strong,
.contact-action strong,
.feature-badge strong {
    display: block;
    color: #e9edf0;
    font-size: 12px;
}

.floating-number {
    font-family: "Manrope", sans-serif;
    color: var(--accent);
    font-size: 23px;
    font-weight: 800;
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e656d;
    font-size: 8px;
    letter-spacing: .2em;
}

.hero-scroll i { color: var(--accent); font-size: 15px; }

.intro-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
    background: #0b0e11;
}

.intro-text {
    color: #7d858d;
    font-size: 13px;
    line-height: 1.7;
}

.section-pad { padding: 115px 0; }

.section-heading h2,
.process-heading h2,
.cta-box h2 {
    margin: 12px 0 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.02;
    font-weight: 800;
}

.section-heading p,
.process-heading p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.service-card {
    height: 100%;
    min-height: 275px;
    padding: 25px;
    background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
    border: 1px solid var(--line);
    border-radius: 20px;
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(216,255,62,.22);
    background: linear-gradient(145deg, rgba(216,255,62,.06), rgba(255,255,255,.02));
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-number {
    color: #535b63;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.service-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(216,255,62,.08);
    color: var(--accent);
    font-size: 18px;
}

.service-card h3 {
    font-size: 20px;
    margin: 32px 0 10px;
}

.service-card p {
    color: #777f87;
    font-size: 12px;
    line-height: 1.75;
    max-width: 320px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #aab1b8;
    font-size: 11px;
    font-weight: 600;
}

.service-link i { color: var(--accent); }

.feature-section {
    padding: 110px 0;
    background: #0d1013;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.feature-image-wrap {
    position: relative;
    max-width: 530px;
}

.feature-image-wrap img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 24px;
    filter: saturate(.8);
    border: 1px solid var(--line);
}

.feature-badge {
    position: absolute;
    right: -30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    background: #151a1e;
    border: 1px solid var(--line);
    border-radius: 15px;
    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.badge-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--accent);
    color: #0b0d0f;
}

.feature-title {
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.03;
    margin: 14px 0;
}

.feature-lead {
    max-width: 570px;
    color: var(--muted);
    line-height: 1.8;
    font-size: 14px;
}

.feature-list { margin: 30px 0; }

.feature-list-item {
    display: flex;
    gap: 13px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.feature-list-item > span {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(216,255,62,.1);
    color: var(--accent);
    font-size: 13px;
}

.feature-list-item strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.feature-list-item p {
    color: #6d757d;
    margin: 0;
    font-size: 11px;
}

.text-link {
    color: #dce1e4;
    font-size: 12px;
    font-weight: 600;
}

.text-link i { color: var(--accent); margin-left: 5px; }

.process-heading { max-width: 700px; }

.process-row {
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
}

.process-card {
    min-height: 250px;
    padding: 28px;
    position: relative;
    border-right: 1px solid var(--line);
    background: rgba(255,255,255,.018);
}

.process-card:last-child { border-right: 0; }

.process-card > span {
    color: #4f575f;
    font-size: 10px;
    font-weight: 700;
}

.process-card i {
    display: block;
    color: var(--accent);
    font-size: 26px;
    margin-top: 55px;
}

.process-card h3 {
    margin: 15px 0 6px;
    font-size: 19px;
}

.process-card p {
    color: #6e767e;
    font-size: 11px;
    line-height: 1.7;
    margin: 0;
}

.work-section { background: #0b0e11; }

.work-card {
    position: relative;
    height: 330px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--line);
}

.work-large { height: 520px; }

.work-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    filter: saturate(.8);
}

.work-card:hover img { transform: scale(1.045); }

.work-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,8,10,.88), transparent 55%);
}

.work-caption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 23px;
}

.work-caption span {
    color: var(--accent);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.work-caption h3 {
    font-size: 22px;
    margin: 6px 0 0;
}

.work-caption > i {
    position: absolute;
    right: 0;
    bottom: 2px;
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    color: #fff;
}

.stats-section {
    padding: 65px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.stat strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
}

.stat strong span { color: var(--accent); }

.stat small {
    display: block;
    color: #656d75;
    margin-top: 9px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.testimonial-section {
    background:
        radial-gradient(circle at center, rgba(216,255,62,.045), transparent 38%),
        var(--bg);
}

.quote-mark {
    color: var(--accent);
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: .5;
    text-align: center;
}

.testimonial-copy {
    max-width: 850px;
    margin: 30px auto 0;
    text-align: center;
}

.testimonial-copy > p {
    font-family: "Manrope", sans-serif;
    color: #e4e8eb;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    line-height: 1.4;
}

.testimonial-person {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    text-align: left;
}

.avatar {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1a2025;
    color: var(--accent);
    font-size: 10px;
    font-weight: 700;
}

.testimonial-person strong,
.testimonial-person small {
    display: block;
}

.testimonial-person strong { font-size: 11px; }
.testimonial-person small { color: #606870; font-size: 9px; margin-top: 2px; }

.cta-section { padding: 80px 0 100px; }

.cta-box {
    position: relative;
    overflow: hidden;
    padding: 65px;
    border: 1px solid rgba(216,255,62,.14);
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(216,255,62,.07), rgba(255,255,255,.025) 45%, rgba(255,255,255,.015));
}

.cta-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -180px;
    top: -220px;
    border-radius: 50%;
    background: rgba(216,255,62,.1);
    filter: blur(80px);
}

.cta-box h2 { margin-top: 13px; }

.cta-box p {
    max-width: 540px;
    color: #7b838b;
    line-height: 1.8;
    font-size: 13px;
    margin-top: 17px;
}

.cta-actions { display: grid; gap: 9px; }

.contact-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(0,0,0,.15);
    transition: .2s ease;
}

.contact-action:hover {
    border-color: rgba(216,255,62,.2);
    background: rgba(216,255,62,.04);
}

.contact-action > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(216,255,62,.08);
    color: var(--accent);
}

.contact-details > div > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
}

.contact-details i {
    color: var(--accent);
    font-size: 17px;
}

.contact-details strong {
    display: block;
    color: #b8bec3;
    font-size: 11px;
}

.site-footer {
    border-top: 1px solid var(--line);
    padding: 45px 0 35px;
    background: #080a0c;
}

.footer-copy {
    color: #545c63;
    font-size: 10px;
    margin: 14px 0 0;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-links a {
    color: #6c747c;
    font-size: 10px;
    transition: .2s;
}

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

.copyright {
    color: #42494f;
    font-size: 9px;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border-radius: 999px;
    background: #25d366;
    color: #061109;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 12px 35px rgba(37,211,102,.22);
    transition: .25s ease;
}

.floating-whatsapp:hover {
    color: #061109;
    transform: translateY(-3px);
}

.floating-whatsapp i { font-size: 17px; }

.reveal {
    opacity: 0;
    transform: translateY(18px);
    animation: reveal .8s ease forwards;
}

.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .3s; }
.delay-4 { animation-delay: .4s; }

@keyframes reveal {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .premium-nav { background: rgba(9,11,14,.92); }
    .navbar-collapse {
        margin-top: 12px;
        padding: 15px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: rgba(15,18,22,.97);
    }
    .nav-cta { margin-top: 10px; display: inline-block; }
    .hero-section .min-vh-100 { min-height: auto !important; padding-top: 145px !important; padding-bottom: 95px !important; }
    .hero-title { font-size: clamp(3rem, 10vw, 5rem); }
    .section-pad, .feature-section { padding: 85px 0; }
    .process-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
    .process-card:last-child { border-bottom: 0; }
    .process-card i { margin-top: 25px; }
    .cta-box { padding: 45px 30px; }
    .footer-links { justify-content: flex-start; }
}

@media (max-width: 575.98px) {
    .container { padding-left: 20px; padding-right: 20px; }
    .brand-mark { width: 34px; height: 34px; border-radius: 10px; }
    .hero-title { font-size: 3.1rem; }
    .hero-copy { font-size: 14px; }
    .hero-actions .btn { width: 100%; text-align: center; }
    .hero-trust { gap: 10px; justify-content: space-between; }
    .trust-item span { font-size: 7px; }
    .trust-line { height: 20px; }
    .section-pad, .feature-section { padding: 70px 0; }
    .feature-badge { right: 10px; }
    .work-large, .work-card { height: 300px; }
    .cta-box { border-radius: 20px; padding: 35px 22px; }
    .floating-whatsapp { right: 14px; bottom: 14px; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; }
}
