/* =============================================
   The Garage Guatemala — Sitio público (tema)
   Alineado con ERP: rojo → negro, moderno, mobile
   ============================================= */

:root {
    --tgg-red: #991f1f;
    --tgg-red-light: #b32a2a;
    --tgg-red-mid: #a82424;
    --tgg-red-dark: #7a1818;
    --tgg-red-deep: #5c1515;
    --tgg-black: #0a0a0c;
    --tgg-surface: #ffffff;
    --tgg-surface-muted: #faf7f7;
    --tgg-surface-warm: linear-gradient(180deg, #ffffff 0%, #fefafa 55%, #fdf5f5 100%);
    --tgg-border: #ece4e4;
    --tgg-radius: 16px;
    --tgg-radius-sm: 12px;
    /* Gradientes dominados por rojo; negro solo al final */
    --tgg-nav-gradient: linear-gradient(to bottom, #c03030 0%, #b32a2a 18%, #991f1f 45%, #8a2222 72%, #6b1818 92%, #4a1414 100%);
    --tgg-nav-gradient-scrolled: linear-gradient(to bottom, rgba(192, 48, 48, 0.98) 0%, rgba(153, 31, 31, 0.97) 55%, rgba(107, 24, 24, 0.98) 100%);
    --tgg-footer-gradient: linear-gradient(to bottom, #b32a2a 0%, #991f1f 30%, #7a1818 62%, #5c1515 88%, #3d1010 100%);
    --tgg-hero-gradient: linear-gradient(165deg, #c03030 0%, #b32a2a 20%, #991f1f 42%, #8a2222 65%, #7a1818 82%, #5c1515 100%);
    --tgg-hero-home-gradient: linear-gradient(to bottom, #5c1515 0%, #4a1414 22%, #3d1010 45%, #2a1212 68%, #1a1214 85%, #0a0a0c 100%);
    --tgg-section-red: linear-gradient(180deg, #b32a2a 0%, #991f1f 35%, #8a2222 70%, #7a1818 100%);
    --tgg-accent-gold: #e8c547;
    --tgg-accent-gold-light: #f5e08a;
    --tgg-accent-gold-bright: #fff6d0;
    --tgg-accent-gold-deep: #c9a020;
    --tgg-accent-gold-soft: rgba(232, 197, 71, 0.15);
    --tgg-gold-shine-gradient: linear-gradient(180deg, #fff8dc 0%, #ffe566 22%, #f5e08a 45%, #e8c547 72%, #d4ad2a 100%);
    --tgg-gold-shine-filter: drop-shadow(0 0 14px rgba(245, 224, 138, 0.42)) drop-shadow(0 1px 2px rgba(201, 160, 32, 0.35));
}

body {
    font-family: 'Plus Jakarta Sans', 'Roboto', sans-serif;
    background: var(--tgg-surface);
}

.font-oswald,
.navbar-brand,
.footer h5,
.service-card h3,
.about-text h2,
.contact h2,
.payment-methods h3,
.carwash-hero-title,
.hero-title {
    font-family: 'Oswald', sans-serif;
}

/* ========== Navbar ========== */
.public-navbar,
.navbar.fixed-top {
    background: var(--tgg-nav-gradient) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
    padding: 0.65rem 0;
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.public-navbar.public-navbar--scrolled,
.navbar.fixed-top.public-navbar--scrolled {
    background: var(--tgg-nav-gradient-scrolled) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.navbar-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.35rem !important;
    letter-spacing: 0.02em;
}

.navbar-brand i.fa-car {
    display: none;
}

.navbar-logo {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.navbar-brand-text {
    line-height: 1.1;
}

.navbar-brand-text small {
    display: block;
    font-size: 0.58em;
    font-weight: 500;
    opacity: 0.85;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    padding: 0.4rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-link {
    margin: 0 0.15rem !important;
    padding: 0.5rem 0.85rem !important;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
}

.navbar-nav .nav-link::after {
    display: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
    transform: none;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    border: 1px solid var(--tgg-border);
    border-radius: var(--tgg-radius-sm);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.navbar-nav .dropdown-item {
    border-radius: 8px;
    padding: 0.55rem 0.85rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #1f2937;
    transition: background 0.2s ease, color 0.2s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background: rgba(153, 31, 31, 0.08);
    color: var(--tgg-red);
}

.navbar-nav .dropdown-item i {
    color: var(--tgg-red);
    width: 1.1rem;
}

.btn-system,
.navbar-nav .nav-link.btn-system {
    background: linear-gradient(135deg, #f5e08a 0%, #e8c547 45%, #d4ad2a 100%) !important;
    color: #4a1010 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 999px !important;
    padding: 0.5rem 1.15rem !important;
    font-weight: 700 !important;
    margin-left: 0.35rem !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
    text-shadow: none !important;
}

.btn-system i,
.navbar-nav .nav-link.btn-system i {
    color: #4a1010 !important;
}

.btn-system:hover,
.btn-system:focus,
.navbar-nav .nav-link.btn-system:hover,
.navbar-nav .nav-link.btn-system:focus {
    background: #fff !important;
    color: var(--tgg-red) !important;
    border-color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.btn-system:hover i,
.navbar-nav .nav-link.btn-system:hover i {
    color: var(--tgg-red) !important;
}

/* ========== Hero creativo (Index + páginas internas) ========== */
.hero-creative {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--tgg-hero-gradient);
    padding-top: 88px;
    color: #fff;
}

.hero-background,
.hero-overlay,
.hero-particles,
.hero-decorations {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-background { z-index: 1; }

.hero-overlay {
    z-index: 2;
    background: linear-gradient(to bottom, rgba(179, 42, 42, 0.12) 0%, rgba(122, 24, 24, 0.28) 100%) !important;
}

.hero-particles {
    z-index: 3;
    background:
        radial-gradient(ellipse 80% 50% at 20% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 55%),
        radial-gradient(ellipse 70% 45% at 85% 65%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.12) 0%, transparent 45%);
    animation: heroAmbientPulse 16s ease-in-out infinite;
}

@keyframes heroAmbientPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.hero-decorations {
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.hero-vehicle-scene {
    inset: 0;
}

.hero-scene-icon,
.hero-silhouette {
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
    will-change: transform;
    opacity: 0.88;
    pointer-events: none;
}

.hero-scene-icon--vehicle,
.hero-silhouette--vehicle {
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
}

.hero-scene-icon--tool,
.hero-silhouette--tool {
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: currentColor !important;
    color: rgba(232, 197, 71, 0.1) !important;
    filter: none !important;
}

.hero-scene-icon-1,
.hero-silhouette-1 {
    top: 12%;
    left: 2%;
    animation: silhouetteDriftRight 16s ease-in-out infinite;
}

.hero-scene-icon-2,
.hero-silhouette-2 {
    top: 8%;
    right: 4%;
    animation: silhouetteDriftLeft 18s ease-in-out infinite;
    animation-delay: -4s;
}

.hero-scene-icon-3,
.hero-silhouette-3 {
    bottom: 20%;
    left: 8%;
    animation: silhouetteFloat 8s ease-in-out infinite;
}

.hero-scene-icon-4,
.hero-silhouette-4 {
    bottom: 16%;
    right: 5%;
    animation: silhouetteFloat 9s ease-in-out infinite;
    animation-delay: -3s;
}

.hero-scene-icon-5,
.hero-silhouette-5 {
    top: 42%;
    left: -1%;
    animation: silhouetteDriftRight 20s ease-in-out infinite;
    animation-delay: -8s;
}

.hero-scene-icon-6,
.hero-silhouette-6 {
    top: 28%;
    right: 18%;
    animation: silhouetteToolSpin 12s ease-in-out infinite;
}

.hero-scene-icon-7,
.hero-silhouette-7 {
    bottom: 14%;
    right: 22%;
    animation: silhouetteFloat 8s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-scene-icon-8,
.hero-silhouette-8 {
    top: 46%;
    right: 24%;
    animation: silhouetteToolSpin 14s ease-in-out infinite;
    animation-delay: -3s;
}

@keyframes silhouetteDriftRight {
    0%, 100% { transform: translateX(0) translateY(0); }
    50% { transform: translateX(10%) translateY(-8px); }
}

@keyframes silhouetteDriftLeft {
    0%, 100% { transform: translateX(0) translateY(0) scaleX(-1); }
    50% { transform: translateX(-8%) translateY(-10px) scaleX(-1); }
}

@keyframes silhouetteFloat {
    0%, 100% { transform: translateY(0); opacity: 0.75; }
    50% { transform: translateY(-12px); opacity: 0.95; }
}

@keyframes silhouetteToolSpin {
    0%, 100% { transform: rotate(-10deg) translateY(0); }
    50% { transform: rotate(10deg) translateY(-8px); }
}

#home.hero-creative {
    background: var(--tgg-hero-home-gradient) !important;
}

#home.hero-creative .hero-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.38) 55%,
        rgba(0, 0, 0, 0.52) 100%
    ) !important;
}

#home.hero-creative .hero-particles {
    background:
        radial-gradient(ellipse 70% 45% at 25% 20%, rgba(153, 31, 31, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 80% 70%, rgba(90, 20, 20, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.35) 0%, transparent 55%);
    opacity: 0.9;
}

#home.hero-creative .stat-item {
    background: rgba(0, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.1);
}

#home.hero-creative .stat-item:hover {
    background: rgba(0, 0, 0, 0.3);
}

#home.hero-creative .hero-scene-icon:not(.hero-scene-icon--tool),
#home.hero-creative .hero-silhouette:not(.hero-silhouette--tool) {
    color: rgba(255, 255, 255, 0.07);
}

#home.hero-creative .hero-scene-icon--tool,
#home.hero-creative .hero-silhouette--tool {
    color: rgba(232, 197, 71, 0.09) !important;
}

.hero-creative .container,
.hero-creative .position-relative {
    position: relative;
    z-index: 4;
}

.hero-title-main {
    display: block;
    font-size: clamp(2.2rem, 6vw, 4rem);
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hero-title-sub {
    display: block;
    font-size: clamp(1.6rem, 4.5vw, 3rem);
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
}

.stat-item {
    text-align: center;
    padding: 1rem 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--tgg-radius-sm);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 0.25s ease, background 0.25s ease;
}

.stat-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.stat-number {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.btn-hero-primary {
    background: #fff;
    color: var(--tgg-red);
    border: none;
    padding: 0.85rem 1.6rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-hero-primary:hover {
    color: var(--tgg-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.btn-hero-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    padding: 0.8rem 1.55rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: all 0.2s ease;
}

.btn-hero-secondary:hover {
    background: #fff;
    color: var(--tgg-red);
    border-color: #fff;
    transform: translateY(-2px);
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.scroll-down {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.35rem;
    animation: publicBounce 2s infinite;
}

.scroll-down:hover {
    color: #fff;
}

@keyframes publicBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* Heroes de subpáginas */
#hero-carwash-page,
#hero-bolsa-empleo,
#hero-cotizador-vehiculos,
#hero-cotizador-repuestos,
#hero-calculadora-financiamiento {
    background: var(--tgg-hero-gradient) !important;
    border-bottom: 3px solid var(--tgg-accent-gold) !important;
    min-height: 52vh;
    padding: 110px 0 48px !important;
}

#hero-carwash-page .hero-overlay,
#hero-bolsa-empleo .hero-overlay,
#hero-cotizador-vehiculos .hero-overlay,
#hero-cotizador-repuestos .hero-overlay,
#hero-calculadora-financiamiento .hero-overlay {
    background: linear-gradient(to bottom, rgba(179, 42, 42, 0.1) 0%, rgba(122, 24, 24, 0.22) 100%) !important;
}

/* Dorado brillante unificado (como WASH en Carwash) */
.tgg-gold-shine,
.carwash-gold,
.hero-title-sub,
.carwash-hero-kicker,
.footer-link-accent,
.footer a.footer-link-accent:hover,
.main-wrapper .carwash-strip-icon,
.main-wrapper .carwash-strip-link:hover {
    background: var(--tgg-gold-shine-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--tgg-accent-gold-light) !important;
    filter: var(--tgg-gold-shine-filter);
}

.carwash-hero-kicker {
    letter-spacing: 0.14em;
    font-weight: 700;
}

.carwash-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.carwash-hero-lead {
    max-width: 640px;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.carwash-section-title {
    color: var(--tgg-red) !important;
    font-size: clamp(1.75rem, 4vw, 2.2rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    text-align: center;
    line-height: 1.2;
}

.carwash-plans-header {
    max-width: 640px;
    margin: 0 auto 3rem;
    padding: 0 0.5rem;
}

.carwash-plans-lead {
    color: #64748b;
    font-size: clamp(0.95rem, 2.2vw, 1.05rem);
    line-height: 1.65;
    margin: 0 auto;
    max-width: 520px;
    text-align: center;
}

.carwash-plans-grid {
    margin-left: 0;
    margin-right: 0;
}

.carwash-tiers {
    background: var(--tgg-surface-warm);
}

.carwash-strip {
    background: var(--tgg-section-red) !important;
    color: #fff;
}

.main-wrapper .carwash-strip-link {
    color: #fff;
}

.main-wrapper .carwash-feature-list .fa-check,
.main-wrapper .carwash-feature-list .fa-star,
.main-wrapper .carwash-feature-list .fa-cog,
.main-wrapper .carwash-feature-list .fa-couch,
.main-wrapper .carwash-feature-list .fa-circle-notch,
.main-wrapper .carwash-feature-list .fa-spray-can {
    background: var(--tgg-gold-shine-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--tgg-accent-gold) !important;
    filter: drop-shadow(0 0 8px rgba(245, 224, 138, 0.35));
}

/* ========== Cotizadores y calculadora ========== */
.public-content-section {
    background: var(--tgg-surface);
    padding: 4rem 0;
}

.public-content-section--warm {
    background: var(--tgg-surface-warm);
    padding: 4rem 0;
}

.public-content-section h2,
.public-content-section h3 {
    color: var(--tgg-red);
    font-family: 'Oswald', sans-serif;
}

.public-form-card,
.payment-card {
    background: #fff;
    padding: 2rem;
    border-radius: var(--tgg-radius);
    border: 1px solid var(--tgg-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.payment-card:hover {
    border-color: rgba(153, 31, 31, 0.3);
}

.payment-header {
    text-align: center;
    margin-bottom: 1.25rem;
}

.payment-header i {
    color: var(--tgg-red) !important;
}

.payment-header h4 {
    color: var(--tgg-red);
    font-family: 'Oswald', sans-serif;
    margin-top: 0.75rem;
    font-weight: 600;
}

.payment-description {
    text-align: center;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.public-section-muted {
    background: var(--tgg-surface-warm) !important;
}

.public-btn-primary,
.btn-calc-submit {
    background: var(--tgg-section-red) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    padding: 0.75rem 1.25rem !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 6px 20px rgba(153, 31, 31, 0.28) !important;
}

.public-btn-primary:hover,
.btn-calc-submit:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(153, 31, 31, 0.35) !important;
    filter: brightness(1.05);
}

.public-form-card .form-control:focus,
.public-form-card .form-select:focus,
.payment-card .form-control:focus,
.payment-card .form-select:focus {
    border-color: var(--tgg-red);
    box-shadow: 0 0 0 0.2rem rgba(153, 31, 31, 0.15);
}

.benefit-icon-red {
    color: var(--tgg-red) !important;
}

/* ========== Bolsa de empleo — formulario ========== */
.bolsa-form-card {
    overflow: hidden;
    padding: 0;
}

.bolsa-form-header {
    background: var(--tgg-section-red);
    color: #fff;
    padding: 1.75rem 1.5rem;
    border-radius: var(--tgg-radius) var(--tgg-radius) 0 0;
}

.bolsa-form-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff !important;
}

.bolsa-form-title i {
    color: #fff !important;
}

.bolsa-form-subtitle {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.95rem;
}

.bolsa-form-section-title {
    color: var(--tgg-red);
    font-family: 'Oswald', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    border-bottom: 2px solid rgba(153, 31, 31, 0.12);
    padding-bottom: 0.5rem;
}

.bolsa-form-section-title i {
    color: var(--tgg-red);
    opacity: 0.85;
}

.bolsa-form-card .form-label {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
}

.bolsa-form-card .form-control,
.bolsa-form-card .form-select {
    border-color: var(--tgg-border);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
}

.bolsa-form-card .form-control:focus,
.bolsa-form-card .form-select:focus {
    border-color: var(--tgg-red);
    box-shadow: 0 0 0 0.2rem rgba(153, 31, 31, 0.12);
}

.btn-whatsapp-submit {
    background: #25d366 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.btn-whatsapp-submit:hover {
    background: #20bd5a !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.38) !important;
}

.btn-tgg-outline {
    background: transparent !important;
    color: var(--tgg-red) !important;
    border: 2px solid var(--tgg-red) !important;
    border-radius: 999px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.btn-tgg-outline:hover {
    background: var(--tgg-red) !important;
    color: #fff !important;
    border-color: var(--tgg-red) !important;
}

.bolsa-form-alert {
    background: rgba(153, 31, 31, 0.06);
    border: 1px solid rgba(153, 31, 31, 0.14);
    border-left: 4px solid var(--tgg-red);
    border-radius: var(--tgg-radius-sm);
    padding: 1rem 1.15rem;
    color: #4b5563;
}

.bolsa-form-alert-title {
    color: var(--tgg-red);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bolsa-form-alert strong {
    color: var(--tgg-red-dark);
}

/* ========== Secciones ========== */
.services {
    padding: 5rem 0;
    background: var(--tgg-surface-warm);
}

.services h2.font-oswald,
.section-heading {
    color: var(--tgg-red) !important;
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
}

.service-card {
    border-radius: var(--tgg-radius);
    border: 1px solid var(--tgg-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.service-card:hover {
    border-color: rgba(153, 31, 31, 0.35);
    box-shadow: 0 16px 40px rgba(153, 31, 31, 0.12);
}

.service-icon {
    background: var(--tgg-section-red);
    border-radius: 14px;
    width: 56px;
    height: 56px;
    font-size: 1.35rem;
}

.btn-service {
    background: var(--tgg-section-red);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(153, 31, 31, 0.25);
}

.btn-service:hover {
    background: linear-gradient(180deg, var(--tgg-red-light) 0%, var(--tgg-red) 100%);
    color: #fff;
    filter: brightness(1.06);
}

.about {
    padding: 5rem 0;
}

.contact {
    background: var(--tgg-section-red) !important;
    padding: 5rem 0;
}

.contact-form,
.contact-info,
.map-container {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--tgg-radius) !important;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--tgg-accent-gold);
    box-shadow: 0 0 0 0.2rem var(--tgg-accent-gold-soft);
}

.carwash-tier-card {
    border-radius: var(--tgg-radius);
    border: 1px solid var(--tgg-border);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.carwash-tiers .row > [class*="col-"] {
    display: flex;
}

.carwash-tier-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.carwash-tier-body .btn-service {
    margin-top: auto;
}

.carwash-feature-list {
    flex: 1 1 auto;
    margin-bottom: 0 !important;
}

.carwash-tier-featured {
    border-color: var(--tgg-accent-gold);
    box-shadow: 0 12px 32px rgba(232, 197, 71, 0.15);
}

.system-access {
    background: linear-gradient(180deg, #fff 0%, var(--tgg-surface-muted) 100%);
}

.btn-system-large {
    background: var(--tgg-nav-gradient);
    border-radius: 999px;
}

/* ========== Footer ========== */
.footer {
    background: var(--tgg-footer-gradient) !important;
    color: rgba(255, 255, 255, 0.88);
    padding: 3.5rem 0 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer h5 {
    color: #fff !important;
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.78);
    display: inline-block;
    padding: 0.15rem 0;
}

.footer a:hover {
    color: var(--tgg-accent-gold-light) !important;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.12);
}

.footer .text-center p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
}

.footer-credit {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.footer-link-accent {
    font-weight: 600;
}

/* ========== WhatsApp flotante ========== */
.whatsapp-btn {
    width: 56px;
    height: 56px;
    bottom: 1.5rem;
    right: 1.5rem;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

/* ========== Mobile ========== */
@media (max-width: 991.98px) {
    .navbar-brand {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .navbar-collapse {
        background: rgba(18, 18, 20, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--tgg-radius-sm);
        padding: 0.75rem;
        margin-top: 0.75rem;
        box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    }

    .navbar-nav .nav-link {
        padding: 0.65rem 0.85rem !important;
    }

    .navbar-nav .dropdown-menu {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
    }

    .navbar-nav .dropdown-item {
        color: rgba(255, 255, 255, 0.9);
    }

    .navbar-nav .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .btn-system,
    .navbar-nav .nav-link.btn-system {
        margin-left: 0 !important;
        margin-top: 0.35rem;
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .hero-scene-icon-5,
    .hero-scene-icon-7,
    .hero-scene-icon-8,
    .hero-silhouette-5,
    .hero-silhouette-7,
    .hero-silhouette-8 {
        display: none;
    }

    .navbar-brand {
        position: static !important;
        transform: none !important;
        font-size: 1.15rem !important;
    }

    .navbar-logo {
        height: 36px;
    }

    .hero-creative {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 3rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .hero-buttons .btn {
        width: 100%;
        margin: 0 !important;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .about-content {
        flex-direction: column;
    }

    .footer .col-lg-4,
    .footer .col-md-6 {
        text-align: center;
    }

    .footer ul {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .stat-item {
        margin-bottom: 0.5rem;
    }

    .hero-scene-icon-4,
    .hero-scene-icon-6,
    .hero-silhouette-4,
    .hero-silhouette-6 {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-scene-icon,
    .hero-silhouette,
    .hero-particles {
        animation: none !important;
    }
}
