/* --- Base Reset & Variables --- */
:root {
    --navy-dark: #0a192f;
    --navy-medium: #112240;
    --cyan: #00f2ff;
    --cyan-hover: #33f5ff;
    --white: #ffffff;
    --gray-light: #a8b2d1;
    --whatsapp-green: #25D366;
    --header-height: 80px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--navy-dark);
    color: var(--white);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* --- Header Section --- */
.site-header {
    width: 100%;
    background: #061a2f; /* tu azul actual */
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 100px;
    height: auto;
}

.brand-name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #e6f8ff;
    text-transform: uppercase;
}

.main-nav a {
    margin: 0 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

    .main-nav a:hover {
        color: #00f0ff;
    }

.header-cta {
    display: flex;
    gap: 12px;
}

.logo-nav-center {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start; /* Adjusted for the new layout */
    margin-left: 60px;
}

.logo img {
    height: 80px;
    width: auto;
    margin-right: 40px;
    filter: brightness(1.5) saturate(1.5);
}

    .logo img:hover {
        /* Intensify the glow when the user hovers */
        filter: drop-shadow(0 0 12px rgba(0, 242, 255, 0.2));
    }

.main-nav a {
    color: var(--gray-light);
    font-size: 15px;
    font-weight: 500;
    margin-right: 25px;
}

    .main-nav a:hover {
        color: var(--cyan);
    }

.header-ctas {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* --- Button Styles --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background-color: var(--whatsapp-green);
    color: var(--white);
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 20px;
}

    .btn-whatsapp i {
        margin-right: 8px;
        font-size: 16px;
    }

    .btn-whatsapp:hover {
        background-color: #20bd5a;
    }

.btn-phone {
    background-color: var(--cyan);
    color: var(--navy-dark);
    padding: 8px 16px;
    font-size: 14px;
}

    .btn-phone:hover {
        background-color: var(--cyan-hover);
    }

.btn-schedule-header {
    background-color: transparent;
    color: var(--cyan);
    border: 1px solid var(--cyan);
    padding: 8px 16px;
    font-size: 14px;
}

    .btn-schedule-header:hover {
        background-color: rgba(0, 242, 255, 0.1);
    }

.btn-cyan {
    background-color: var(--cyan);
    color: var(--navy-dark);
    border: none;
}

    .btn-cyan:hover {
        background-color: var(--cyan-hover);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 242, 255, 0.2);
    }

.btn-outline {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

    .btn-outline:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: var(--cyan);
        color: var(--cyan);
    }

.btn-large {
    padding: 14px 32px;
    font-size: 16px;
}

/* --- Header Section --- */
/*.top-band {
    background-color: rgba(10, 25, 47, 0.95);
    height: var(--header-height);
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
	
}

.logo-nav-center {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start;*/ /* Adjusted for the new layout */
    /*margin-left: 40px;
}

.logo img {
    height: 80px;
    width: auto;
    margin-right: 40px;
	filter: brightness(1.5) saturate(1.5);
	}.logo img:hover {*/
    /* Intensify the glow when the user hovers */
    /*filter: drop-shadow(0 0 12px rgba(0, 242, 255, 0.2));
}

.main-nav a {
    color: var(--gray-light);
    font-size: 15px;
    font-weight: 500;
    margin-right: 25px;
}

.main-nav a:hover {
    color: var(--cyan);
}

.header-ctas {
    display: flex;
    align-items: center;
    gap: 15px;
}*/

/* --- Button Styles --- */
/*.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background-color: var(--whatsapp-green);
    color: var(--white);
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 20px;
}

.btn-whatsapp i {
    margin-right: 8px;
    font-size: 16px;
}

.btn-whatsapp:hover {
    background-color: #20bd5a;
}

.btn-phone {
    background-color: var(--cyan);
    color: var(--navy-dark);
    padding: 8px 16px;
    font-size: 14px;
}

.btn-phone:hover {
    background-color: var(--cyan-hover);
}

.btn-schedule-header {
    background-color: transparent;
    color: var(--cyan);
    border: 1px solid var(--cyan);
    padding: 8px 16px;
    font-size: 14px;
}

.btn-schedule-header:hover {
    background-color: rgba(0, 242, 255, 0.1);
}

.btn-cyan {
    background-color: var(--cyan);
    color: var(--navy-dark);
    border: none;
}

.btn-cyan:hover {
    background-color: var(--cyan-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 242, 255, 0.2);
}

.btn-outline {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--cyan);
    color: var(--cyan);
}

.btn-large {
    padding: 14px 32px;
    font-size: 16px;
}*/

/* --- Hero Section --- */
.hero-section {
    position: relative;
    /* REPLACE with the actual path to the image from Hero 2 */
    background-image: url("../images/Redesign/hero.png");
    background-size: cover;
    background-position: center;
    min-height: 700px;
    padding-top: calc(var(--header-height) + 60px);
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(10, 25, 47, 0.95) 0%,
        rgba(10, 25, 47, 0.75) 40%,
        rgba(10, 25, 47, 0.1) 100%
    );
    z-index: 1;
}

.hero-content-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* Hero Left Content */
.hero-left {
    max-width: 580px;
}

.hero-badge {
    display: inline-block;
    color: var(--cyan);
    border: 1px solid var(--cyan);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--white);
}

.subheadline {
    font-size: 18px;
    color: var(--gray-light);
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.trust-indicators {
    display: flex;
    gap: 30px;
    color: var(--cyan);
    font-size: 14px;
    font-weight: 600;
	
}

/* Hero Right Info Card */
.hero-info-card {
    background: rgba(17, 34, 64, 0.1);
    backdrop-filter: blur(5px);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid rgba(0, 242, 255, 0.15);
    width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-info-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--white);
}

.hero-info-card ul {
    list-style: none;
}

.hero-info-card li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 15px;
    color: var(white);
    line-height: 1.5;
}

.hero-info-card li:last-child {
    margin-bottom: 0;
}

.hero-info-card li i {
    color: white;
    font-size: 5px;
    margin-right: 15px;
    margin-top: 10px;
}

.hero-info-card li strong {
    display: block;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
}

/* /* --- PROMO BAND (White Section) --- */
.promo-band {
    background: White;
    backdrop-filter: blur(5px);
    color: var(--navy-dark);
    padding: 30px 0;
    border-bottom: 4px solid var(--cyan);
}

.promo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.promo-icon {
    font-size: 32px;
    color: var(--cyan);
}

.promo-band h2 {
    font-size: 24px;
    font-weight: 700;
    max-width: 700px;
}

.btn-navy {
    background-color: var(--navy-dark);
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
}

/* --- SERVICES GRID --- */
.services-main {
    background-color: var(--navy-dark);
}

.section-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    color: #fff;
}

.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.s-card {
    background: rgba(17, 34, 64, 0.4);
    border: 1px solid rgba(0, 242, 255, 0.1);
    padding: 40px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .s-card i {
        font-size: 36px;
        color: var(--cyan);
        margin-bottom: 20px;
    }

    .s-card h4 {
        font-size: 22px;
        margin-bottom: 12px;
        color: #fff;
    }

    .s-card p {
        color: var(--gray-light);
        line-height: 1.5;
    }

    .s-card:hover {
        background: rgba(17, 34, 64, 0.8);
        border-color: var(--cyan);
        transform: translateY(-5px);
    }

.s-highlight {
    border-color: rgba(0, 242, 255, 0.4);
}
@media (max-width: 600px) {
    .services-modern-grid {
        grid-template-columns: 1fr;
    }
}
/* --- Responsive Adjustments --- */
@media (max-width: 1024px) {
    .logo-nav-center {
        margin-left: 20px;
    }
    .logo img {
        margin-right: 20px;
    }
    .main-nav a {
        margin-right: 15px;
    }
    h1 {
        font-size: 40px;
    }
    .hero-info-card {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        padding: 15px 20px;
        gap: 15px;
    }
    .top-band {
        height: auto;
    }
    .logo-nav-center {
        width: 100%;
        margin-left: 0;
        justify-content: space-between;
    }
    .logo img {
        height: 40px;
    }
    .main-nav {
        display: none; /* Hide nav for now, would use a hamburger menu */
    }
    .header-ctas {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .header-ctas .btn {
        flex-grow: 1;
        text-align: center;
    }
    .hero-section {
        padding-top: 160px; /* Adjust based on header height */
        text-align: center;
    }
    .hero-content-container {
        flex-direction: column;
        align-items: center;
    }
    .hero-left {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .hero-actions {
        justify-content: center;
    }
    .trust-indicators {
        justify-content: center;
    }
    .hero-info-card {
        width: 100%;
        max-width: 450px;
    }
}/* --- Services Page Specific Styles --- */



/* Mini Hero */
.mini-hero {
    padding: 180px 0 80px;
    background: linear-gradient(180deg, var(--navy-dark) 0%, var(--navy-medium) 100%);
    text-align: center;
}

.mini-hero h1 {
    font-size: 56px;
    margin-bottom: 15px;
}

.mini-hero p {
    color: var(--gray-light);
    font-size: 20px;
    margin-bottom: 30px;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: rgba(17, 34, 64, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 242, 255, 0.15);
    padding: 40px;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--cyan);
}

.icon-cyan {
    color: var(--cyan);
    font-size: 40px;
    margin-bottom: 25px;
    display: block;
}

.service-card h3 {
    margin-bottom: 15px;
}

/* Service Details */
.detail-text {
    max-width: 700px;
}

.detail-list {
    list-style: none;
    margin: 25px 0 35px;
}

.detail-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: var(--gray-light);
}

.detail-list li i {
    color: var(--cyan);
    margin-right: 15px;
}

/* Process Section */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
}

.process-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.step {
    flex: 1;
    text-align: center;
}

.step-num {
    font-size: 48px;
    font-weight: 800;
    color: rgba(0, 242, 255, 0.1);
    display: block;
    margin-bottom: -20px;
}

.step h4 {
    color: var(--cyan);
    margin-bottom: 10px;
}

/* Service Areas */
.area-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

/* Footer CTA */
.footer-cta {
    background: linear-gradient(90deg, var(--navy-dark) 0%, #061121 100%);
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 242, 255, 0.1);
}

.footer-cta h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.footer-cta p {
    font-size: 18px;
    color: var(--gray-light);
    margin-bottom: 40px;
}

/* --- Mobile Fixes --- */
@media (max-width: 768px) {
    .process-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .mini-hero h1 {
        font-size: 38px;
    }
}



/* ===== BASE SECTION STYLES ===== */
.why-choose-us {
    background: #0A1628;
    padding: 72px 20px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

    .why-choose-us .container {
        max-width: 1100px;
        margin: 0 auto;
    }

/* ===== HEADINGS ===== */
.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #d8f7ff;
    margin-bottom: 16px;
}

.intro-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.7;
    color: #cbd7e4;
}

/* ===== LIST BASE ===== */
.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 28px;
}

/* Single-column list (default: mobile) */
.why-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start;
    gap: 16px;
}

.why-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 209, 255, 0.14);
    color: #17d1ff;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px rgba(23, 209, 255, 0.25);
}

.why-item h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
}

.why-item p {
    margin: 0;
    font-size: 16px;
    color: #c6d3e2;
    line-height: 1.6;
}

/* ===== DESKTOP RESPONSIVE GRID ===== */
@media (min-width: 820px) {
    .why-list {
        grid-template-columns: 1fr 1fr; /* Two-column layout */
        column-gap: 48px;
        row-gap: 36px;
    }

    .why-item {
        grid-template-columns: 52px 1fr; /* Slightly larger icons on desktop */
    }

        .why-item h3 {
            font-size: 20px;
        }

    .section-title {
        font-size: 44px;
    }
}


/* --- AREAS WE SERVE SECTION --- */
.areas-section {
    background-color: White; /* Contrast against navy sections */
    color: var(--navy-dark);
    padding: 100px 0;
}

.areas-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.section-label {
    display: inline-block;
    color: var(--cyan);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.areas-intro h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--navy-dark);
}

.areas-intro p {
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}

/* Map & List Wrapper */
.areas-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 60px;
}

/* Map Container */
.map-container {
    flex: 1;
    position: relative;
}

.map-placeholder {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8;
}

/* Map Pins (Subtle Highlight) */


    .map-pin.palm-beach {
        top: 30%;
        left: 60%;
    }

    .map-pin.broward {
        top: 50%;
        left: 55%;
    }

    .map-pin.miami-dade {
        top: 75%;
        left: 50%;
    }

/* County Lists */
.county-lists {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.county-group h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 15px;
    border-bottom: 2px solid var(--cyan);
    display: inline-block;
    padding-bottom: 5px;
}

    .county-group h4 i {
        color: var(--cyan);
        margin-right: 8px;
    }

.city-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Clean 2-column city display */
    gap: 10px;
}

 .city-list li {
     font-size: 15px;
     color: gray-light;
     position: relative;
     padding-left: 15px;
 }



.areas-footer {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

    .areas-footer p {
        font-size: 18px;
        margin-bottom: 25px;
    }

.areas-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-navy {
    background-color: var(--navy-dark);
    color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: 700;
}

.btn-whatsapp-outline {
    border: 2px solid #25D366;
    color: #25D366;
    padding: 14px 30px;
    border-radius: 4px;
    font-weight: 700;
}

    .btn-whatsapp-outline:hover {
        background-color: #25D366;
        color: #fff;
    }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
    .areas-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .map-container {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .city-list {
        grid-template-columns: 1fr;
    }

    .areas-actions {
        flex-direction: column;
    }

    .areas-intro h2 {
        font-size: 32px;
    }
}

.section-padding {
    padding: 50px 0;
}

.bg-alt {
    background-color: var(--navy-medium);
}

.hero-brand-typing {
    font-size: 14px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(180,240,255,0.85);
    margin-bottom: 12px;
}

.hero-brand-typing::after {
    content: "|";
    margin-left: 4px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

/* =========================
   PROMO BAND — APPLE STYLE
   ========================= */

.promo-band-v2 {
    padding: 80px 0;
    background: #ffffff;
}

    .promo-band-v2 .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
        text-align: center;
    }

.promo-headline {
    margin: 0;
    font-size: clamp(24px, 2.3vw, 36px);
    font-weight: 800;
    color: #0b1f3a;
    letter-spacing: -0.02em;
}

.cyan-divider {
    width: 72px;
    height: 2px;
    background: #00d7ff;
    margin: 16px auto 44px;
    border-radius: 999px;
}

/* Remove any panel feeling */
.promo-navy-panel {
    background: transparent;
    padding: 0;
}

/* LINEAR GRID */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
}

/* ITEM */
.promo-item {
    padding: 0 26px;
    text-align: center;
}

    /* SOFT SEPARATORS */
    .promo-item:not(:last-child) {
        border-right: 1px solid rgba(11, 31, 58, 0.12);
    }

/* BADGE — minimal, editorial */
.promo-badge {
    margin: 0 auto 16px;
    font-size: 22px;
    font-weight: 700;
    color: #0b1f3a;
    letter-spacing: -0.01em;
}

/* TITLES */
.promo-item h4 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00bfe5;
}

/* COPY */
.promo-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(11, 31, 58, 0.75);
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/* TABLET */
@media (max-width: 1024px) {
    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }

    .promo-item {
        padding: 0 20px;
    }

        .promo-item:not(:last-child) {
            border-right: none;
        }

        .promo-item:nth-child(1),
        .promo-item:nth-child(2) {
            border-bottom: 1px solid rgba(11, 31, 58, 0.12);
            padding-bottom: 40px;
        }
}

/* MOBILE */
@media (max-width: 600px) {
    .promo-band-v2 {
        padding: 60px 0;
    }

    .promo-grid {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .promo-item {
        padding: 0;
    }

        .promo-item:not(:last-child) {
            border-right: none;
            border-bottom: 1px solid rgba(11, 31, 58, 0.12);
            padding-bottom: 28px;
        }

    .promo-badge {
        font-size: 20px;
    }
}


/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
    .promo-grid {
        grid-template-columns: 1fr; /* Stacked layout */
        row-gap: 40px;
    }

    .promo-headline {
        font-size: 24px;
        padding: 0 20px;
    }

    .promo-badge {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }

    .promo-navy-panel {
        padding: 40px 20px;
        margin: 0 15px;
    }

    .promo-item p {
        font-size: 14px;
    }
}

. /* --- DIAGNOSTICS & VAN SECTION --- */
:root {
    --navy-deep: #08101a;
    --cyan-accent: #26d0ce;
    --white: #ffffff;
}

.precision-hero-section {
    position: relative;
    width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    /* Background: Gradient overlay (dark on left, clear on right) + Van Image */
    background: linear-gradient(to right, rgba(8, 16, 26, 0.85) 0%, rgba(8, 16, 26, 0.2) 70%), url('../images/redesign/truck-in-miami.jpg') no-repeat;
    background-size: cover;
    background-position: left center; /* Ensures van remains visible on the left side */
    padding: 80px 0;
    overflow: hidden;
}

.precision-flex-container {
    display: flex;
    justify-content: flex-end; /* Positions the card on the right side */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.precision-glass-card {
    background: rgba(8, 32, 80, 0.4); /* Highly transparent navy */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 208, 240, 0.25); /* Subtle cyan border */
    border-radius: 16px;
    padding: 50px;
    max-width: 540px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: left;
}

/* Eyebrow Pill Style */
.eyebrow-pill {
    display: inline-block;
    color: var(--cyan-accent);
    border: 1px solid var(--cyan-accent);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.precision-title {
    color: var(--white);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.precision-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* Checklist Styling */
.precision-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

    .precision-checklist li {
        display: flex;
        align-items: center;
        color: var(--white);
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

.check-icon {
    color: var(--cyan-accent);
    font-size: 1.2rem;
    margin-right: 12px;
    font-weight: 900;
}

/* CTA Button */
.btn-book {
    display: inline-block;
    background-color: var(--cyan-accent);
    color: var(--navy-deep);
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

    .btn-book:hover {
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(38, 208, 206, 0.3);
    }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
    .precision-hero-section {
        background-position: 25% center; /* Adjust position to keep van visible as viewport shrinks */
    }

    .precision-flex-container {
        justify-content: center; /* Centers card for mobile/tablets */
    }

    .precision-glass-card {
        padding: 35px;
        max-width: 100%;
    }

    .precision-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .btn-book {
        width: 100%; /* Full-width button for touch-friendly mobile use */
    }
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
    .precision-diagnostics {
        background-position: 20% center; /* Adjusts image slightly to prioritize van on tablets */
        padding: 80px 20px;
        justify-content: center;
    }

    .glass-flex-container {
        justify-content: center; /* Centers card for smaller tablets/phones */
    }

    .precision-glass-card {
        padding: 35px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .precision-glass-card h2 {
        font-size: 1.8rem;
    }

    .btn-main {
        width: 100%;
    }
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
    .precision-repair-section {
        background-position: 30% center; /* Adjusts background to keep van visible */
        padding: 60px 20px;
    }

    .glass-layout-container {
        justify-content: center; /* Center card on mobile */
    }

    .glass-card {
        padding: 30px;
        max-width: 100%;
    }

        .glass-card h2 {
            font-size: 2rem;
        }
}

:root {
    --bg-navy: #08101a;
    --cyan-accent: #26d0ce;
    --text-white: #ffffff;
    --text-gray: #a0aec0;
    --divider: rgba(38, 208, 206, 0.15);
}

.why-choose-us {
    background-color: var(--bg-navy);
    color: var(--text-white);
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Header Styling */
.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.section-header h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-header p {
    color: var(--text-muted-gray);
    max-width: 650px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Checklist Grid */
.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    text-align: left;
}

.list-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--divider);
}

    /* Remove border from last items in columns */
    .list-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

.icon-badge {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--cyan-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-badge svg {
        width: 100%;
        height: 100%;
    }

/* CTA Buttons */
.cta-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}

.btn-sm {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    background-color: var(--cyan-accent);
    color: var(--bg-navy);
    transition: opacity 0.2s;
}

.btn-sm:hover {
    opacity: 0.9;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .feature-list {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .list-item:nth-last-child(2) {
        border-bottom: 1px solid var(--divider);
    }

    .cta-group {
        flex-direction: column;
        align-items: center;
    }
}

/* ====== FOOTER (Cooling Masters) ====== */
.cm-footer {
    background: #061a2f; /* tu navy */
    color: rgba(255,255,255,0.78);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.cm-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 32px 40px;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 0.75fr 0.9fr;
    gap: 40px;
}

/* Brand */
.cm-footer__logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    margin-bottom: 16px;
}

.cm-footer__logoImg {
    height: 50px;
    width: auto;
    display: block;
    filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
    brightness (1.05)
}

/* Nombre de la compañía */
.cm-footer__logoText {
    font-size: 18px;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
}

    .cm-footer__logoText span {
        color: #00f0ff;
    }

}

.cm-footer__about {
    font-size: 12px;
    line-height: 1.65;
    margin: 0 0 14px;
    color: rgba(255,255,255,0.68);
    max-width: 58ch;
}

/* Titles */
.cm-footer__title {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.92);
    margin: 8px 0 16px;
}

/* Lists */
.cm-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .cm-footer__list a {
        color: rgba(255,255,255,0.72);
        text-decoration: none;
        font-size: 14px;
        padding: 4px 0;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: 200ms ease;
    }

        .cm-footer__list a:hover {
            color: #00f0ff;
            transform: translateX(2px);
        }

/* Contact */
.cm-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .cm-footer__contact li {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 10px 12px;
        border: 1px solid rgba(255,255,255,0.06);
        background: rgba(255,255,255,0.02);
        border-radius: 14px;
    }

.cm-footer__icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00f0ff;
    background: rgba(0,240,255,0.08);
    border: 1px solid rgba(0,240,255,0.18);
    flex: 0 0 auto;
}

.cm-footer__label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 2px;
}

.cm-footer__value {
    color: rgba(255,255,255,0.86);
    text-decoration: none;
    font-size: 14px;
}

    .cm-footer__value:hover {
        color: #00f0ff;
    }

/* CTA buttons */
.cm-footer__cta {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cm-footer__btn {
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 999px;
    background: #00f0ff;
    color: #061a2f;
    font-weight: 650;
    font-size: 13px;
    transition: 200ms ease;
}

    .cm-footer__btn:hover {
        transform: translateY(-1px);
        filter: brightness(1.02);
    }

.cm-footer__btn--ghost {
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.10);
}

    .cm-footer__btn--ghost:hover {
        border-color: rgba(0,240,255,0.35);
        color: #00f0ff;
    }

/* Bottom bar */
.cm-footer__bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
    border-top: 1px solid rgba(255,255,255,.06);
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}

    .cm-footer__bottom span {
        color: #00f0ff;
    }

.cm-footer__bottomInner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 32px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.cm-footer__copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.70);
}

.cm-footer__accent {
    color: #00f0ff;
}

.cm-footer__cac {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.10em;
    color: rgba(255,255,255,0.60);
}
    /* Respeta accesibilidad */
@media (prefers-reduced-motion: reduce) {
    .cm-footer__logoImg,
    .cm-footer__logoText {
        animation: none !important;
        transform: none !important;
    }

    /* Micro-animación estilo Apple */
    .cm-footer__logoImg {
        animation: cmBreath 6s ease-in-out infinite;
        will-change: transform, filter;
    }

    .cm-footer__logoText {
        animation: cmTextBreath 6s ease-in-out infinite;
        will-change: opacity;
    }

    /* Más “premium” al pasar el mouse */
    .cm-footer__logo:hover .cm-footer__logoImg {
        filter: drop-shadow(0 12px 26px rgba(0, 240, 255, 0.18)) drop-shadow(0 18px 40px rgba(0, 0, 0, 0.35));
        transform: translateY(-1px);
    }

    @keyframes cmBreath {
        0%, 100% {
            transform: translateY(0);
            filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
        }

        50% {
            transform: translateY(-1.5px);
            filter: drop-shadow(0 12px 26px rgba(0, 240, 255, 0.14)) drop-shadow(0 10px 22px rgba(0,0,0,.45));
        }
    }

    @keyframes cmTextBreath {
        0%, 100% {
            opacity: 0.92;
        }

        50% {
            opacity: 1;
        }
    }

    /* ====== Responsive ====== */
    @media (max-width: 980px) {
        .cm-footer__inner {
            grid-template-columns: 1fr 1fr;
            gap: 28px;
        }
    }

    @media (max-width: 640px) {
        .cm-footer__inner {
            grid-template-columns: 1fr;
            padding: 44px 18px 30px;
        }

        .cm-footer__bottomInner {
            padding: 16px 18px 20px;
        }
    }
}

.link-to {
    color: var(--cyan);
    font-weight: bold;
}
