/* =====================================================
   IMPERIAL GOLD CONTRACTOR HOME WASHING LLC
   STYLES.CSS COMPLETO CORREGIDO
===================================================== */

/* =========================
   RESET GENERAL
========================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --black: #050505;
    --dark: #0b0b0b;
    --card: #151515;
    --gold: #d4af37;
    --gold2: #f7dc76;
    --gold-dark: #9f7420;
    --white: #ffffff;
    --muted: #d8d8d8;
    --green: #25D366;
    --line: rgba(212, 175, 55, 0.28);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 34%),
        radial-gradient(circle at 90% 20%, rgba(244, 212, 106, 0.08), transparent 28%),
        linear-gradient(180deg, #050505 0%, #090909 45%, #030303 100%);
    color: var(--white);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 44px 44px;
}

a {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
}

section {
    scroll-margin-top: 145px;
}

/* =========================
   TOPBAR PÁGINA PRINCIPAL
========================= */

.topbar,
.top-bar {
    width: 100%;
    min-height: 36px;
    background: linear-gradient(90deg, #8d6619, #f8dc78 22%, #d4af37 50%, #f8dc78 78%, #8d6619);
    color: #000;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 8px 14px;
    flex-wrap: wrap;
    text-align: center;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    z-index: 1001;
}

.topbar a,
.top-bar a {
    color: #000;
}

/* =========================
   NAVBAR PÁGINA PRINCIPAL
========================= */

.navbar {
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(4, 4, 4, 0.88);
    border-bottom: 1px solid rgba(212, 175, 55, 0.28);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 6%;
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 45px rgba(0,0,0,0.38);
}

.brand {
    display: flex;
    align-items: center;
}

.brand img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid var(--gold);
    box-shadow: 0 0 0 6px rgba(212, 175, 55, 0.08), 0 14px 35px rgba(0,0,0,0.45);
}

.navbar ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
}

.navbar a {
    color: #ffffff;
    font-weight: 900;
}

.navbar a:not(.nav-cta) {
    position: relative;
    padding: 11px 8px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.92);
    transition: 0.25s ease;
}

.navbar a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 5px;
    height: 2px;
    background: var(--gold2);
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.25s ease;
}

.navbar a:not(.nav-cta):hover {
    color: var(--gold2);
}

.navbar a:not(.nav-cta):hover::after {
    transform: scaleX(1);
}

.nav-cta,
.nav-projects-btn {
    background: linear-gradient(135deg, #b98520, #f7dc76, #c89b2b);
    color: #000 !important;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
    transition: 0.25s ease;
}

.nav-cta:hover,
.nav-projects-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(212, 175, 55, 0.35);
}

.lang-btn {
    background: #ffffff;
    color: #000000;
    border: 0;
    padding: 11px 16px;
    border-radius: 50px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(212, 175, 55, 0.22);
    transition: 0.25s ease;
}

.lang-btn:hover {
    transform: translateY(-2px);
}

.menu-btn {
    display: none;
    background: var(--gold);
    color: #000;
    border: 0;
    border-radius: 10px;
    width: 46px;
    height: 46px;
    font-size: 22px;
    cursor: pointer;
}

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

.hero {
    position: relative;
    overflow: hidden;
    min-height: 102vh;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.66) 45%, rgba(0,0,0,0.88) 100%),
        radial-gradient(circle at center, rgba(212, 175, 55, 0.18), transparent 45%),
        url("images/lavado1.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 190px 22px 115px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0.82)),
        radial-gradient(circle at 18% 28%, rgba(247, 220, 118, 0.17), transparent 28%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 130px;
    background: linear-gradient(to bottom, transparent, #050505);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    padding: 34px 30px;
    border: 1px solid rgba(212, 175, 55, 0.20);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(8,8,8,0.42), rgba(8,8,8,0.22));
    box-shadow: var(--shadow);
    backdrop-filter: blur(6px);
}

.hero-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.hero-logo {
    width: 112px;
    height: 112px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid var(--gold);
    box-shadow: 0 0 0 8px rgba(212, 175, 55, 0.10), 0 18px 45px rgba(0,0,0,0.55);
}

.eyebrow {
    display: inline-block;
    background: rgba(212, 175, 55, 0.10);
    color: var(--gold2);
    border: 1px solid rgba(247, 220, 118, 0.55);
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 900;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 13px;
}

.hero h1 {
    max-width: 1050px;
    margin: 0 auto;
    font-size: clamp(2.45rem, 6.7vw, 5.7rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    text-shadow: 0 10px 30px #000;
}

.hero h1 strong {
    display: block;
    margin-top: 6px;
    background: linear-gradient(90deg, #b88722, #fff0a3, #d4af37, #9f7420);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    line-height: 1.7;
    max-width: 880px;
    margin: 20px auto;
    color: #f1f1f1;
    text-shadow: 0 8px 25px rgba(0,0,0,0.75);
}

.hero h2 {
    color: #ffe68b;
    font-size: clamp(1.3rem, 3vw, 2.1rem);
    text-shadow: 0 10px 30px rgba(0,0,0,0.85);
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.btn {
    min-height: 54px;
    padding: 16px 28px;
    border-radius: 50px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 15px 34px rgba(0,0,0,0.32);
}

.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.45);
}

.gold {
    background: linear-gradient(135deg, #b98520, #f7dc76, #c89b2b);
    color: #000000;
}

.light {
    background: rgba(255,255,255,0.94);
    color: #000000;
}

.green {
    background: linear-gradient(135deg, #128c45, #25D366);
    color: #ffffff;
}

.hero-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 999px;
    background: rgba(0,0,0,0.42);
    color: #ffffff;
}

.hero-highlights i {
    color: var(--gold2);
}

/* =========================
   SECCIONES GENERALES
========================= */

.section {
    padding: 112px 7%;
    position: relative;
}

.heading {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 60px;
}

.heading span {
    display: inline-block;
    color: var(--gold2);
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
}

.heading h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    color: #ffffff;
    margin: 15px 0;
    letter-spacing: -1px;
}

.heading h2::after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    margin: 22px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--gold2), transparent);
}

.heading p {
    color: #d2d2d2;
    font-size: 20px;
    line-height: 1.75;
}

/* =========================
   STATS
========================= */

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1260px;
    margin: -62px auto 0;
    padding: 0 8% 75px;
    position: relative;
    z-index: 3;
}

.stat {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(32,32,32,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 24px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(212,175,55,0.18), transparent 55%);
    opacity: 0.8;
}

.stat > * {
    position: relative;
    z-index: 1;
}

.stat i {
    color: var(--gold);
    font-size: 36px;
}

.stat strong {
    display: block;
    font-size: 42px;
    margin: 12px 0;
    color: #fff4bd;
}

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

/* =========================
   DOS COLUMNAS
========================= */

.two-col {
    max-width: 1350px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
}

.image-card,
.video-card {
    position: relative;
}

.image-card img,
.video-card {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 28px;
    border: 1px solid rgba(247, 220, 118, 0.24);
    overflow: hidden;
    box-shadow: 0 24px 65px rgba(0,0,0,0.38);
}

.video-card {
    background: transparent;
}

.video-card video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* =========================
   TARJETAS DE TEXTO
========================= */

.badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: var(--gold);
    color: #000;
    border-radius: 50px;
    padding: 16px 24px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(0,0,0,0.35);
}

.text-card {
    background: linear-gradient(180deg, rgba(26,26,26,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 28px;
    padding: 46px;
    box-shadow: 0 22px 60px rgba(0,0,0,0.32);
}

.text-card h3,
.text-card h2 {
    color: #f6d96e;
    font-size: 34px;
    margin-bottom: 18px;
}

.text-card p {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.85;
}

.mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 25px;
}

.mini-grid span {
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(212, 175, 55, 0.18);
    color: #eeeeee;
    font-weight: 800;
    border-radius: 14px;
    padding: 15px;
}

/* =========================
   MISSION / PROMISE
========================= */

.mission,
.promise,
.testimonials,
.faq {
    padding: 95px 8%;
    background:
        radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.10), transparent 35%),
        #070707;
}

.mission-card,
.promise-card {
    max-width: 1050px;
    margin: auto;
    text-align: center;
    background: linear-gradient(180deg, rgba(26,26,26,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 30px;
    padding: 55px;
    box-shadow: 0 22px 60px rgba(0,0,0,0.32);
    position: relative;
    overflow: hidden;
}

.mission-card i {
    font-size: 52px;
    color: var(--gold);
}

.mission-card h2,
.promise-card h2 {
    color: #f6d96e;
    font-size: 45px;
    margin: 20px;
}

.mission-card p,
.promise-card p {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.8;
}

.promise-card strong {
    display: block;
    color: var(--gold2);
    font-size: 27px;
    margin-top: 25px;
}

/* =========================
   GRIDS Y CARDS
========================= */

.cards-grid,
.services-grid,
.gallery-grid,
.price-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.cards-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.service,
.price,
.testimonial {
    background: linear-gradient(180deg, rgba(26,26,26,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 28px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 22px 60px rgba(0,0,0,0.32);
    position: relative;
}

.feature-card:hover,
.service:hover,
.price:hover,
.testimonial:hover,
.gallery-grid img:hover {
    transform: translateY(-8px);
    border-color: rgba(247, 220, 118, 0.62);
    box-shadow: 0 28px 75px rgba(0,0,0,0.48);
}

.feature-card {
    padding: 32px;
}

.feature-card div {
    width: 65px;
    height: 65px;
    background: var(--gold);
    color: #000;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.feature-card h3,
.service h3,
.price h3 {
    color: #f6d96e;
    font-size: 26px;
    margin: 20px;
}

.feature-card p,
.service p,
.testimonial p {
    color: #d4d4d4;
    line-height: 1.7;
    margin: 0 20px 25px;
}

.service img,
.price img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: 0.45s ease;
}

.service:hover img,
.price:hover img {
    filter: contrast(1.08) saturate(1.06);
    transform: scale(1.025);
}

.gallery-grid img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 26px;
    border: 1px solid rgba(212, 175, 55, 0.28);
    box-shadow: 0 24px 65px rgba(0,0,0,0.38);
    transition: 0.45s ease;
}

.price {
    text-align: center;
    padding-bottom: 28px;
}

.price span {
    color: var(--gold2);
    font-weight: 900;
}

.price strong {
    display: block;
    font-size: 58px;
    margin: 10px;
    color: #ffffff;
    text-shadow: 0 0 28px rgba(212, 175, 55, 0.25);
}

.price a {
    display: inline-block;
    background: var(--gold);
    color: #000;
    border-radius: 50px;
    padding: 13px 22px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(212,175,55,0.18);
    transition: 0.25s ease;
}

.price a:hover {
    transform: translateY(-4px);
}

/* =========================
   GALERÍA PRO
========================= */

.gallery {
    background:
        radial-gradient(circle at top, rgba(212, 175, 55, 0.10), transparent 38%),
        linear-gradient(180deg, #050505, #090909);
}

.gallery-grid-pro {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gallery-item {
    position: relative;
    height: 260px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: #111;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 58%),
        linear-gradient(to bottom, rgba(212, 175, 55, 0.10), transparent 35%);
    opacity: 0;
    transition: 0.35s ease;
    z-index: 1;
}

.gallery-item figcaption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 2;
    transform: translateY(18px);
    opacity: 0;
    transition: 0.35s ease;
}

.gallery-item figcaption span {
    display: inline-block;
    color: #000;
    background: linear-gradient(90deg, #bd931f, #f7d774, #bd931f);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-item figcaption strong {
    display: block;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.85);
}

.gallery-item:hover img {
    transform: scale(1.08);
    filter: contrast(1.08) saturate(1.08);
}

.gallery-item:hover::before,
.gallery-item:hover figcaption {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   VIDEO SECTION
========================= */

.video-section {
    padding: 105px 8%;
    background:
        linear-gradient(180deg, #050505, #0c0c0c),
        radial-gradient(circle at right, rgba(212, 175, 55, 0.12), transparent 36%);
}

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

.testimonial {
    padding: 30px;
}

.testimonial b {
    display: block;
    color: var(--gold2);
    letter-spacing: 3px;
    margin-bottom: 14px;
    font-size: 24px;
}

.testimonial strong {
    color: var(--gold2);
}

.faq-list {
    max-width: 980px;
    margin: auto;
}

.faq-list details {
    background: linear-gradient(180deg, rgba(26,26,26,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 18px;
    padding: 22px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq-list summary {
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    color: #fff;
}

.faq-list details[open] summary {
    color: var(--gold2);
}

.faq-list p {
    color: var(--muted);
    margin-top: 14px;
}

/* =========================
   BOOKING / CONTACTO
========================= */

.booking {
    background:
        radial-gradient(circle at 15% 0%, rgba(212,175,55,0.11), transparent 34%),
        linear-gradient(180deg, #050505, #0b0b0b);
    color: #ffffff;
    padding-top: 130px;
}

.booking.section {
    padding-left: 22px;
    padding-right: 22px;
}

.booking .heading {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.booking .heading span {
    color: #f7d774;
    text-shadow: 0 0 18px rgba(247, 215, 116, 0.28);
}

.booking .heading h2 {
    color: #ffffff !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
    font-size: clamp(2.25rem, 4vw, 3.85rem);
}

.booking .heading p {
    color: #e6e6e6 !important;
}

.booking-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 35px;
    max-width: 1350px;
    margin: auto;
    align-items: stretch;
}

.booking-grid-pro {
    width: min(100%, 1240px);
    grid-template-columns: minmax(620px, 1.25fr) minmax(330px, 0.75fr);
    gap: 30px;
    align-items: start;
}

.contact-form,
.contact-panel {
    background: linear-gradient(180deg, rgba(26,26,26,0.94), rgba(10,10,10,0.96));
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 22px 60px rgba(0,0,0,0.32);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 13px;
    font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212,175,55,0.13);
}

.form-row,
.form-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-form textarea {
    min-height: 125px;
    resize: vertical;
}

.contact-form button {
    width: 100%;
    padding: 16px;
    border: 0;
    background: linear-gradient(90deg, #bd931f, #f4d46a, #bd931f);
    color: #000;
    border-radius: 50px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    transform: translateY(-3px);
}

.map-help {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    margin: -6px 0 10px;
}

.client-map-box {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid rgba(212, 175, 55, 0.30);
}

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

.map-client-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #080808, #151515);
    color: #d4af37;
    padding: 13px;
    border-radius: 50px;
    font-weight: 900;
    margin-bottom: 15px;
    border: 1px solid rgba(212, 175, 55, 0.45);
}

/* =========================
   UPLOAD
========================= */

.upload-box {
    margin-bottom: 15px;
    padding: 16px;
    border: 1px dashed #d4af37;
    border-radius: 18px;
    background: rgba(255,255,255,0.045);
}

.upload-title {
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    color: #ffffff;
}

.upload-box input[type="file"] {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.upload-box small {
    display: block;
    color: #d1d1d1;
    font-size: 13px;
    line-height: 1.5;
}

.preview-fotos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.preview-fotos img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #d4af37;
}

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

.contact-panel {
    color: #111;
    background:
        linear-gradient(rgba(255,255,255,0.94), rgba(255,255,255,0.98)),
        url("images/lavado1.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.contact-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #d4af37;
    margin: 0 auto 15px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.22);
}

.review-stars {
    color: #d4af37;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.contact-panel h3 {
    color: #a67c10;
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
    line-height: 1.15;
    margin-bottom: 15px;
}

.contact-intro {
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 20px;
}

.contact-services {
    list-style: none;
    margin-bottom: 25px;
}

.contact-services li {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(212,175,55,0.45);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #111;
    font-size: 14.5px;
}

.contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-btn {
    display: block;
    text-align: center;
    padding: 13px 12px;
    border-radius: 50px;
    font-weight: 900;
    transition: 0.3s;
    font-size: 14px;
}

.contact-btn:hover {
    transform: translateY(-3px);
}

.contact-btn.call {
    background: #111;
    color: #fff;
}

.contact-btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.contact-info-box {
    background: #111;
    color: #fff;
    border-radius: 18px;
    padding: 18px 16px;
    border: 1px solid rgba(247, 215, 116, 0.30);
}

.contact-info-box p {
    font-size: 14.5px;
    margin: 9px 0;
}

/* =========================
   SOCIAL FLOAT
========================= */

.social-float {
    position: fixed;
    right: 22px;
    bottom: 95px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
}

.social-float a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.22);
}

.social-float a:hover {
    transform: translateY(-4px) scale(1.05);
}

.social-float .whatsapp {
    background: #25D366;
}

.social-float .facebook {
    background: #1877F2;
}

.social-float .instagram {
    background: #E4405F;
}

.social-float .tiktok {
    background: #000000;
}

.social-float .phone {
    background: #d4af37;
    color: #000;
}

.whatsapp-float {
    display: none !important;
}

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

.footer {
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(212,175,55,0.11), transparent 38%),
        #030303;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    padding: 70px 20px;
    color: #ffffff;
}

.footer img,
.footer-logo img {
    width: 105px;
    height: auto;
    max-height: 105px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.footer-line {
    width: 180px;
    height: 2px;
    background: #d4af37;
    margin: 30px auto;
    border: none;
}

.footer-title {
    color: #f5d76e;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.copyright {
    text-align: center;
    color: #bdbdbd;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyright strong {
    color: #d4af37;
    font-size: 20px;
    font-weight: 700;
}

/* =========================
   REVEAL ANIMATION
========================= */

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: 0.75s;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
   PÁGINA PROYECTOS
===================================================== */

.project-page {
    background: #050505;
    color: #ffffff;
}

/* Barra superior de proyectos */
.project-page .project-top-bar {
    width: 100%;
    min-height: 36px;
    background: linear-gradient(90deg, #8d6619, #f8dc78 22%, #d4af37 50%, #f8dc78 78%, #8d6619);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    padding: 8px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

/* Header limpio solo para proyectos */
.project-only-header {
    width: 100%;
    min-height: 96px;
    background: rgba(5, 5, 5, 0.98);
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 9999;
    overflow: visible !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.35);
}

/* Logo proyectos sin distorsión */
.project-only-logo {
    width: 98px;
    min-width: 98px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    flex-shrink: 0;
}

.project-only-logo a {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: visible !important;
}

.project-only-logo img {
    width: 88px !important;
    height: auto !important;
    max-width: 88px !important;
    max-height: 88px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Navegación de proyectos */
.project-only-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
    flex-wrap: nowrap;
}

.project-only-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: 0.3s ease;
}

.project-only-nav a:hover {
    color: #f5d76e;
}

.project-only-nav a.active {
    background: linear-gradient(135deg, #c89b1d, #f5d76e);
    color: #000000 !important;
    padding: 13px 20px;
    border-radius: 35px;
    box-shadow: 0 8px 25px rgba(245, 215, 110, 0.45);
}

.project-estimate-btn {
    background: linear-gradient(135deg, #c89b1d, #f5d76e);
    color: #000000 !important;
    padding: 14px 24px;
    border-radius: 35px;
    box-shadow: 0 8px 25px rgba(245, 215, 110, 0.45);
}

.project-lang-btn {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 13px 22px;
    border-radius: 35px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

/* Hero proyectos */

/* =========================================================
   FIX FINAL VISUAL PÁGINA PROYECTOS
   Pegar al FINAL de styles.css
========================================================= */

/* Ajustar altura del hero para que no quede tan vacío */
body.project-page .projects-hero {
    min-height: 62vh !important;
    padding: 130px 20px 90px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at left center, rgba(212, 175, 55, 0.18), transparent 35%),
        radial-gradient(circle at right center, rgba(212, 175, 55, 0.12), transparent 35%),
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.88)),
        url("images/proyecto1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
}

/* Caja del título más elegante */
body.project-page .projects-hero-content {
    max-width: 760px !important;
    padding: 42px 35px !important;
    border-radius: 28px !important;
    background: rgba(0, 0, 0, 0.58) !important;
    border: 1px solid rgba(212, 175, 55, 0.30) !important;
    box-shadow: 0 25px 70px rgba(0,0,0,0.55) !important;
    backdrop-filter: blur(5px) !important;
    text-align: center !important;
}

/* Título principal */
body.project-page .projects-hero-content h1 {
    color: #f5d76e !important;
    font-size: clamp(3rem, 5.5vw, 5.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    text-shadow: 0 12px 30px rgba(0,0,0,0.75) !important;
}

/* Texto del hero */
body.project-page .projects-hero-content p {
    max-width: 650px !important;
    margin: 0 auto !important;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* Badge portafolio */
.projects-mini-title {
    display: inline-block !important;
    margin-bottom: 18px !important;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    background: rgba(212, 175, 55, 0.14) !important;
    border: 1px solid rgba(245, 215, 110, 0.50) !important;
    color: #f5d76e !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

/* Sección trabajos realizados */
body.project-page .projects-section {
    background: #050505 !important;
    padding: 90px 7% 110px !important;
    border-top: 1px solid rgba(212, 175, 55, 0.30) !important;
}

/* Contenedor centrado */
body.project-page .projects-container {
    width: 100% !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Título Trabajos realizados */
body.project-page .projects-container > h2 {
    display: block !important;
    color: #f5d76e !important;
    font-size: clamp(2.4rem, 4.8vw, 4rem) !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.1 !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
}

body.project-page .projects-container > h2::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    margin: 24px auto 0;
    border-radius: 50px;
    background: linear-gradient(90deg, transparent, #f5d76e, transparent);
    box-shadow: 0 0 24px rgba(245, 215, 110, 0.35);
}

/* Descripción centrada */
body.project-page .projects-description {
    display: block !important;
    max-width: 780px !important;
    margin: 0 auto 55px !important;
    color: #e8e8e8 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

/* Galería de proyectos */
body.project-page .projects-gallery-only {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Tarjetas */
body.project-page .project-card-location {
    min-height: 390px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    position: relative !important;
    border: 1px solid rgba(212, 175, 55, 0.40) !important;
    box-shadow: 0 22px 55px rgba(0,0,0,0.50) !important;
}

body.project-page .project-card-location img {
    width: 100% !important;
    height: 100% !important;
    min-height: 390px !important;
    object-fit: cover !important;
    display: block !important;
}

/* CTA dorado final */
body.project-page .projects-cta {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 85px 20px !important;
    min-height: 280px !important;
    background: linear-gradient(135deg, #9f7420, #f7dc76, #c89b2b) !important;
    color: #000000 !important;
}

body.project-page .projects-cta h2 {
    max-width: 900px !important;
    margin: 0 auto 18px !important;
    color: #000000 !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

body.project-page .projects-cta p {
    color: #111111 !important;
    font-size: 18px !important;
    margin-bottom: 28px !important;
}

body.project-page .btn-projects {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 15px 34px !important;
    border-radius: 999px !important;
    background: #000000 !important;
    color: #f5d76e !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 14px 35px rgba(0,0,0,0.35) !important;
}

/* Footer con más separación */
body.project-page .footer {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

/* Responsive tablet */
@media (max-width: 1024px) {
    body.project-page .projects-gallery-only {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Responsive celular */
@media (max-width: 768px) {
    body.project-page .projects-hero {
        min-height: 58vh !important;
        padding: 105px 16px 70px !important;
    }

    body.project-page .projects-hero-content {
        padding: 30px 20px !important;
        border-radius: 22px !important;
    }

    body.project-page .projects-hero-content h1 {
        font-size: clamp(2.3rem, 12vw, 3.4rem) !important;
        letter-spacing: 1px !important;
    }

    body.project-page .projects-hero-content p {
        font-size: 16px !important;
    }

    body.project-page .projects-section {
        padding: 70px 18px 85px !important;
    }

    body.project-page .projects-gallery-only {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    body.project-page .project-card-location,
    body.project-page .project-card-location img {
        min-height: 310px !important;
    }

    body.project-page .projects-cta {
        padding: 65px 18px !important;
        min-height: 260px !important;
    }

    body.project-page .projects-cta h2 {
        font-size: 28px !important;
    }
}












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

@media(max-width: 1100px) {
    .navbar ul {
        display: none;
        position: absolute;
        top: 96px;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.96);
        flex-direction: column;
        padding: 25px;
        border-bottom: 1px solid var(--gold);
        box-shadow: 0 25px 45px rgba(0,0,0,0.45);
    }

    .navbar ul.active {
        display: flex;
    }

    .menu-btn {
        display: block;
    }

    .stats,
    .cards-grid,
    .services-grid,
    .gallery-grid,
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-col,
    .booking-grid,
    .booking-grid-pro {
        grid-template-columns: 1fr;
    }

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

    .project-only-header {
        flex-direction: column;
        gap: 15px;
        padding: 15px 5%;
    }

    .project-only-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .project-only-logo,
    .project-only-logo a {
        width: 82px;
        height: 82px;
    }

    .project-only-logo img {
        width: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
    }

    .project-page .projects-grid {
        grid-template-columns: 1fr 1fr;
    }
}

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

@media(max-width: 760px) {
    .topbar,
    .top-bar {
        gap: 12px;
        font-size: 13px;
        padding: 8px 10px;
    }

    .topbar span:nth-child(2),
    .topbar span:nth-child(3) {
        display: none;
    }

    .navbar {
        top: 34px;
        padding: 10px 18px;
    }

    .brand img {
        width: 58px;
        height: 58px;
    }

    .navbar ul {
        top: 78px;
    }

    .hero {
        min-height: auto;
        padding: 150px 16px 82px;
        background-attachment: scroll;
    }

    .hero-content {
        border-radius: 26px;
        padding: 25px 16px;
    }

    .hero-logo {
        width: 88px;
        height: 88px;
    }

    .hero h1 {
        letter-spacing: -1px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-highlights span {
        justify-content: center;
    }

    .stats {
        grid-template-columns: 1fr;
        margin-top: -35px;
        padding: 0 20px 35px;
    }

    .cards-grid,
    .services-grid,
    .gallery-grid,
    .price-grid,
    .cards-grid.three,
    .gallery-grid-pro {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section,
    .video-section,
    .mission,
    .promise,
    .testimonials,
    .faq {
        padding: 75px 18px;
    }

    .heading {
        margin-bottom: 38px;
    }

    .heading h2 {
        font-size: clamp(1.9rem, 9vw, 3rem);
    }

    .text-card {
        padding: 28px 20px;
    }

    .image-card img,
    .video-card {
        height: 360px;
    }

    .service img,
    .price img,
    .gallery-grid img,
    .gallery-item {
        height: 245px;
    }

    .mini-grid,
    .form-row,
    .form-two-columns,
    .contact-actions {
        grid-template-columns: 1fr;
    }

    .mission-card,
    .promise-card {
        padding: 35px 20px;
    }

    .contact-form,
    .contact-panel {
        padding: 25px 20px;
    }

    .client-map-box {
        height: 170px;
    }

    .social-float {
        right: 12px;
        bottom: 20px;
        gap: 9px;
    }

    .social-float a {
        width: 48px;
        height: 48px;
        font-size: 23px;
    }

    .project-page .project-top-bar {
        flex-direction: column;
        gap: 5px;
        padding: 8px 5%;
        font-size: 13px;
    }

    .project-only-header {
        padding: 15px 5%;
    }

    .project-only-nav {
        gap: 12px;
    }

    .project-only-nav a,
    .project-estimate-btn,
    .project-lang-btn {
        font-size: 13px;
    }

    .project-page .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-page .projects-hero {
        padding: 90px 6% 60px;
        min-height: 50vh;
    }

    .project-page .projects-hero-content h1 {
        font-size: 34px;
        letter-spacing: 1.5px;
    }

    .project-page .projects-hero-content p {
        font-size: 16px;
    }

    .project-page .projects-section {
        padding: 70px 6%;
    }

    .project-page .projects-cta {
        padding: 60px 6%;
    }
}


/* =========================================================
   FIX FORMULARIO DE CITAS / CONTACTO
   Restaurar diseño profesional del formulario
========================================================= */

.booking {
    background:
        radial-gradient(circle at 15% 0%, rgba(212,175,55,0.11), transparent 34%),
        linear-gradient(180deg, #050505, #0b0b0b) !important;
    color: #ffffff !important;
    padding-top: 130px;
}

.booking .heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.booking .heading span {
    display: inline-block;
    color: #f7d774 !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.booking .heading h2 {
    color: #ffffff !important;
    font-size: clamp(2.3rem, 4.5vw, 4rem);
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 18px;
    text-shadow: 0 8px 28px rgba(0,0,0,0.55);
}

.booking .heading h2::after {
    content: "";
    display: block;
    width: 95px;
    height: 4px;
    margin: 25px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, #f7d774, transparent);
    box-shadow: 0 0 20px rgba(247, 215, 116, 0.35);
}

.booking .heading p {
    color: #e6e6e6 !important;
    font-size: 18px;
    line-height: 1.7;
}

/* Contenedor principal */
.booking-grid,
.booking-grid-pro {
    width: min(100%, 1240px);
    margin: auto;
    display: grid;
    grid-template-columns: minmax(620px, 1.25fr) minmax(330px, 0.75fr);
    gap: 30px;
    align-items: start;
}

/* Caja del formulario */
.contact-form,
.booking-form-pro {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(247, 215, 116, 0.10), transparent 34%),
        linear-gradient(180deg, rgba(18,18,18,0.98), rgba(8,8,8,0.98)) !important;
    border: 1px solid rgba(247, 215, 116, 0.26);
    box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    color: #ffffff;
}

.booking-form-pro::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #8f6b13, #f7d774, #8f6b13);
}

/* Encabezado interno del formulario */
.form-header-pro {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.form-icon-pro {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #090909;
    background: linear-gradient(135deg, #bd931f, #f7d774, #bd931f);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.20);
    font-size: 24px;
}

.form-header-pro span {
    display: block;
    color: #f7d774;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.form-header-pro h3 {
    color: #ffffff;
    font-size: clamp(1.7rem, 2.4vw, 2.25rem);
    line-height: 1.12;
    margin-bottom: 6px;
}

.form-header-pro p {
    color: #d8d8d8;
    line-height: 1.5;
    font-size: 15px;
}

/* Pasos 1 2 3 */
.form-progress-pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 22px;
}

.form-progress-pro span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(212, 175, 55, 0.14);
    color: #e9e9e9;
    font-weight: 800;
}

.form-progress-pro b {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d4af37;
    color: #060606;
    font-size: 13px;
}

.form-progress-pro small {
    font-size: 12px;
}

/* Columnas internas */
.form-row,
.form-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group-pro {
    margin-bottom: 14px;
}

.form-group-pro label {
    display: block;
    color: #f0f0f0;
    font-weight: 900;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Iconos dentro de inputs */
.input-icon-pro {
    position: relative;
}

.input-icon-pro i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4af37;
    font-size: 15px;
    z-index: 2;
    pointer-events: none;
}

.booking-form-pro .input-icon-pro input,
.booking-form-pro .input-icon-pro select {
    padding-left: 46px;
}

/* Inputs */
.booking-form-pro input,
.booking-form-pro textarea,
.booking-form-pro select,
.booking-form-pro .upload-box input[type="file"],
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    min-height: 52px;
    background: rgba(255,255,255,0.96);
    color: #111111;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 14px;
    padding: 16px;
    font-size: 15.5px;
    margin-bottom: 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.booking-form-pro input::placeholder,
.booking-form-pro textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #6f6f6f;
}

.booking-form-pro input:focus,
.booking-form-pro textarea:focus,
.booking-form-pro select:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 4px rgba(212,175,55,0.13);
}

.booking-form-pro textarea,
.contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.select-icon-pro {
    position: relative;
}

.select-icon-pro::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #111111;
    pointer-events: none;
}

/* Mapa */
.booking-form-pro .map-help,
.map-help {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    margin: 8px 0 10px;
}

.booking-form-pro .client-map-box,
.client-map-box {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid rgba(212, 175, 55, 0.30);
    box-shadow: 0 15px 35px rgba(0,0,0,0.22);
}

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

.booking-form-pro .map-client-btn,
.map-client-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #080808, #151515);
    color: #d4af37;
    padding: 13px;
    border-radius: 50px;
    font-weight: 900;
    margin-bottom: 18px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    box-shadow: 0 14px 30px rgba(212,175,55,0.18);
}

/* Subida de fotos */
.upload-box,
.upload-box-pro {
    margin-bottom: 15px;
    padding: 18px;
    border: 1px dashed rgba(247, 215, 116, 0.60);
    border-radius: 18px;
    background: rgba(255,255,255,0.045);
}

.upload-title {
    display: block;
    font-weight: 900;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 15px;
}

.upload-box small,
.upload-box-pro small {
    display: block;
    color: #d1d1d1;
    font-size: 13px;
    line-height: 1.5;
}

.preview-fotos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.preview-fotos img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #d4af37;
}

/* Botón enviar */
.booking-form-pro button[type="submit"],
.contact-form button {
    width: 100%;
    min-height: 54px;
    border: 0;
    background: linear-gradient(90deg, #bd931f, #f4d46a, #bd931f);
    color: #000000;
    border-radius: 50px;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.booking-form-pro button[type="submit"]:hover,
.contact-form button:hover {
    transform: translateY(-3px);
    opacity: 0.95;
}

/* Estado del formulario */
.form-status {
    display: none;
    border-radius: 14px;
    padding: 12px 14px;
    margin: 14px 0;
    font-weight: 800;
    line-height: 1.4;
}

.form-status.show {
    display: block;
}

.form-status.success {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.35);
    color: #9df2bd;
}

.form-status.error {
    background: rgba(255, 80, 80, 0.12);
    border: 1px solid rgba(255, 80, 80, 0.35);
    color: #ffb4b4;
}

.form-status.loading {
    background: rgba(247, 215, 116, 0.12);
    border: 1px solid rgba(247, 215, 116, 0.35);
    color: #ffe998;
}

.form-privacy-note {
    color: #bdbdbd;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
}

/* Panel derecho */
.contact-panel,
.contact-panel-pro {
    min-height: auto;
    padding: 34px 28px;
    position: sticky;
    top: 96px;
    border-radius: 30px;
    border: 1px solid rgba(247, 215, 116, 0.32);
    box-shadow: 0 30px 75px rgba(0,0,0,0.36);
    background:
        linear-gradient(rgba(255,255,255,0.93), rgba(255,255,255,0.97)),
        url("images/lavado1.png");
    background-size: cover;
    background-position: center;
    color: #111111;
    text-align: center;
    overflow: hidden;
}

.contact-panel-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(247, 215, 116, 0.20), transparent 38%);
    pointer-events: none;
}

.contact-panel-pro > * {
    position: relative;
    z-index: 1;
}

.contact-logo {
    width: 96px;
    height: 96px;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #d4af37;
    margin: 0 auto 14px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.22);
}

.review-stars {
    color: #d4af37;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.contact-panel h3,
.contact-panel-pro h3 {
    color: #a67c10;
    font-size: clamp(1.65rem, 2.4vw, 2.25rem);
    line-height: 1.15;
    margin-bottom: 15px;
}

.contact-intro {
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 20px;
}

.contact-services {
    list-style: none;
    margin-bottom: 25px;
    padding: 0;
}

.contact-services li {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(212,175,55,0.45);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #111111;
    font-size: 14.5px;
}

.contact-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-btn {
    display: block;
    text-align: center;
    padding: 13px 12px;
    border-radius: 50px;
    font-weight: 900;
    transition: 0.3s;
    font-size: 14px;
}

.contact-btn:hover {
    transform: translateY(-3px);
}

.contact-btn.call {
    background: #111111;
    color: #ffffff;
}

.contact-btn.whatsapp {
    background: #25D366;
    color: #ffffff;
}

.contact-info-box {
    background: #111111;
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 16px;
    border: 1px solid rgba(247, 215, 116, 0.30);
}

.contact-info-box p {
    font-size: 14.5px;
    margin: 9px 0;
}

/* Responsive formulario */
@media(max-width: 1100px) {
    .booking-grid,
    .booking-grid-pro {
        grid-template-columns: 1fr;
        max-width: 860px;
    }

    .contact-panel,
    .contact-panel-pro {
        position: relative;
        top: auto;
    }
}

@media(max-width: 760px) {
    .booking.section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .booking-grid,
    .booking-grid-pro {
        width: 100%;
    }

    .contact-form,
    .booking-form-pro {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .form-header-pro,
    .form-two-columns,
    .form-row,
    .form-progress-pro,
    .contact-actions {
        grid-template-columns: 1fr;
    }

    .form-header-pro {
        text-align: center;
    }

    .form-icon-pro {
        margin: 0 auto;
    }

    .form-progress-pro span {
        justify-content: flex-start;
    }

    .booking-form-pro .client-map-box,
    .client-map-box {
        height: 210px;
    }

    .contact-panel,
    .contact-panel-pro {
        padding: 30px 20px;
    }
}


/* =========================================================
   FIX FINAL: HEADER, TOPBAR Y FONDO COMO ANTES
   Pegar al FINAL de styles.css
========================================================= */

/* =========================
   QUITAR FONDO NUEVO / CUADRÍCULA
========================= */

body {
    background: #050505 !important;
    color: #ffffff !important;
    overflow-x: hidden;
}

/* Quita la cuadrícula o brillo agregado al fondo */
body::before {
    display: none !important;
    content: none !important;
}

/* =========================
   BARRA DORADA SUPERIOR
   Ya NO queda fija
========================= */

.topbar,
.top-bar,
.project-top-bar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    z-index: 10 !important;
    min-height: 36px;
    background: linear-gradient(90deg, #8d6619, #f8dc78 22%, #d4af37 50%, #f8dc78 78%, #8d6619) !important;
    color: #000000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 8px 14px;
    font-weight: 900;
    text-align: center;
    flex-wrap: wrap;
}

/* =========================
   MENÚ PRINCIPAL
   Solo el menú queda pegado arriba
========================= */

.navbar {
    position: sticky !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.94) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.38);
}

/* Header de proyectos: solo este queda fijo, no la barra dorada */
.project-only-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.96) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
}

/* =========================
   HERO COMO ANTES
========================= */

.hero {
    min-height: 100vh !important;
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85)),
        url("images/lavado1.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 20px 85px !important;
}

/* Quita efectos extras que cambiaban el fondo */
.hero::before {
    display: none !important;
    content: none !important;
}

.hero::after {
    display: none !important;
    content: none !important;
}

/* Quita el recuadro grande que estaba oscureciendo el hero */
.hero-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0 20px !important;
    max-width: 1150px !important;
}

/* Mantener texto limpio */
.hero h1 {
    color: #ffffff !important;
    text-shadow: 0 10px 30px #000000 !important;
}

.hero h1 strong {
    display: block;
    color: #d4af37 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
}

.hero p {
    color: #ffffff !important;
    text-shadow: 0 8px 25px rgba(0,0,0,0.75) !important;
}

/* =========================
   FONDO DE SECCIONES COMO ANTES
========================= */

.section,
.video-section,
.booking,
.mission,
.promise,
.testimonials,
.faq {
    background: #050505 !important;
}

.mission,
.promise,
.testimonials,
.faq {
    background: #0b0b0b !important;
}

/* =========================
   STATS / TARJETAS
========================= */

.stats {
    background: transparent !important;
}

.stat,
.feature-card,
.service,
.price,
.testimonial,
.text-card,
.mission-card,
.promise-card {
    background: linear-gradient(#171717, #0d0d0d) !important;
    border: 1px solid rgba(212, 175, 55, 0.30) !important;
}

/* =========================
   LOGO SIN DISTORSIÓN
========================= */

.brand img,
.logo img,
.hero-logo,
.contact-logo {
    object-fit: contain !important;
}

/* Logo exclusivo de proyectos */
.project-only-logo img {
    width: 88px !important;
    height: auto !important;
    max-width: 88px !important;
    max-height: 88px !important;
    object-fit: contain !important;
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    transform: none !important;
}

/* =========================
   PROYECTOS: FONDO NORMAL
========================= */

.project-page {
    background: #050505 !important;
}

.project-page .projects-hero {
    background:
        linear-gradient(rgba(0,0,0,0.82), rgba(0,0,0,0.82)),
        url("images/proyecto1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

.project-page .projects-section {
    background: #050505 !important;
}

.project-page .projects-cta {
    background: linear-gradient(135deg, #b8860b, #f5d76e, #c99a18) !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 760px) {
    .topbar,
    .top-bar,
    .project-top-bar {
        font-size: 13px;
        gap: 10px;
        padding: 8px 10px;
    }

    .hero {
        background-attachment: scroll !important;
        padding: 110px 16px 70px !important;
    }

    .project-only-header {
        position: relative !important;
    }

    .navbar {
        position: sticky !important;
        top: 0 !important;
    }
}












/* =========================================================
   PROYECTOS SOLO IMAGEN + LUGAR
========================================================= */

.projects-gallery-only {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 20px;
}

.project-card-location {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: #111;
    min-height: 360px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.project-card-location:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(212, 175, 55, 0.18);
}

.project-card-location img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.project-card-location:hover img {
    transform: scale(1.08);
}

.project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 20px 22px;
    background: linear-gradient(to top, rgba(0,0,0,0.92), rgba(0,0,0,0.15));
    text-align: left;
}

.project-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c89b1d, #f5d76e);
    color: #000;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(212,175,55,0.25);
}

.project-overlay h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    line-height: 1.15;
    text-shadow: 0 8px 18px rgba(0,0,0,0.65);
}

@media (max-width: 1000px) {
    .projects-gallery-only {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .projects-gallery-only {
        grid-template-columns: 1fr;
    }

    .project-card-location,
    .project-card-location img {
        min-height: 300px;
    }

    .project-overlay h3 {
        font-size: 24px;
    }
}





/* =========================================================
   MENÚ SIEMPRE VISIBLE AL HACER SCROLL
   PEGAR AL FINAL DE styles.css
========================================================= */

/* Barra dorada superior */
.topbar,
.top-bar,
.project-top-bar,
.project-page .project-top-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999998 !important;
}

/* Menú negro principal del index */
.navbar {
    position: fixed !important;
    top: 36px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.96) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.45) !important;
}

/* Menú negro de proyectos */
.project-only-header {
    position: fixed !important;
    top: 36px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: rgba(0, 0, 0, 0.96) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.45) !important;
}

/* Espacio para que el contenido no quede debajo del menú */
body {
    padding-top: 132px !important;
}

/* Ajuste especial para proyectos */
body.project-page {
    padding-top: 132px !important;
}

/* Que al hacer clic en enlaces ancla no queden tapados */
section,
#inicio,
#home,
#acerca,
#porque,
#servicios,
#galeria,
#citas,
#contact,
#contacto {
    scroll-margin-top: 140px !important;
}

/* =========================
   CELULAR
========================= */
@media (max-width: 768px) {
    .topbar,
    .top-bar,
    .project-top-bar,
    .project-page .project-top-bar {
        padding: 8px 10px !important;
        min-height: auto !important;
    }

    .navbar,
    .project-only-header {
        top: 52px !important;
    }

    body,
    body.project-page {
        padding-top: 145px !important;
    }
}