/* ============================================
   GT SOLUTIONS - STYLE OAK HARBOR
   Design inspiré de oakharborwebdesigns.com
   ============================================ */

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* Palette Oak Harbor */
    --navy-dark: #001f3d;
    --navy: #002b4d;
    --navy-light: #003d5c;
    --cyan: #33c3f0;
    --cyan-light: #5ed4fa;
    --white: #ffffff;
    --off-white: #f5f5f5;
    --gray-light: #e8e8e8;
    --gray: #999999;
    --gray-dark: #666666;
    
    /* Typography */
    --font-main: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);
    --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.25);
    
    /* Transitions */
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-main);
    color: var(--gray-dark);
    line-height: 1.7;
    background: var(--white);
    overflow-x: hidden;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.2;
    color: var(--navy-dark);
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.section-label {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gray);
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-align: center;
}

.section-title {
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--navy-dark);
}

.section-title-white {
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--white);
}

.section-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.125rem;
    text-align: center;
    color: var(--gray-dark);
    line-height: 1.8;
}

@media (max-width: 768px) {
    .section-title,
    .section-title-white {
        font-size: 2rem;
    }
}

/* ============================================
   CONTAINER
   ============================================ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-family: var(--font-main);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-align: center;
}

.btn-primary {
    background: var(--navy-dark);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--navy);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-cyan {
    background: var(--cyan);
    color: var(--navy-dark);
}

.btn-cyan:hover {
    background: var(--cyan-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline {
    background: transparent;
    color: var(--navy-dark);
    border: 2px solid var(--navy-dark);
}

.btn-outline:hover {
    background: var(--navy-dark);
    color: var(--white);
}

.btn-white-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-white-outline:hover {
    background: var(--white);
    color: var(--navy-dark);
}

.btn-lg {
    padding: 1.25rem 3rem;
    font-size: 1rem;
}

.btn-sm {
    padding: 0.625rem 1.5rem;
    font-size: 0.75rem;
}

.btn-block {
    display: block;
    width: 100%;
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: var(--transition);
    padding: 1.5rem 0;
}

.nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;    /* Garantit le centrage vertical exact */
    height: 90px;           /* Augmenté de 70px à 90px */
    background: rgba(255, 255, 255, 0.98);
    padding: 0 2rem;
    border-radius: 60px;
    box-shadow: var(--shadow-md);
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 80px;
     margin-top: 30px;     /* Décalage vers la droite */
    flex-shrink: 0;
}

.logo-img {
    height: 150px;           /* Augmenté de 50px à 65px */
    width: auto;
    max-width: 300px;       /* Augmenté pour éviter de brider l'image */
    object-fit: contain;
    display: block;
}

.logo span {
    display: none; /* Cache le texte */
}

/* Cache le menu par défaut pour le mobile (sera géré par le burger) */
.nav-links {
    display: none;
}

/* Affiche le menu sur ordinateur */
@media (min-width: 992px) {
    .nav-links {
        display: flex; /* CHANGÉ : de none à flex */
        align-items: center;
        gap: 1.5rem; 
        margin-right: 10px; /* Petit espace par rapport au bord droit de la pilule */
    }
}

.nav-link {
    color: var(--gray-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--cyan);
}

/* Mobile Menu */
.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    position: relative;
}

@media (min-width: 992px) {
    .mobile-menu-btn {
        display: none;
    }
}

.mobile-menu-btn span {
    width: 26px;
    height: 3px;
    background: var(--navy-dark);
    transition: var(--transition);
    border-radius: 2px;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile menu styles */
@media (max-width: 991px) {
    .nav-wrapper {
        padding: 0 1rem;
    }
    
    .nav-container {
        padding: 0 1.5rem;
    }
    
    .nav-links {
        display: none;
    }
    
    /* Menu ouvert */
    .nav-links.mobile-open {
        display: flex !important;
        position: fixed !important;
        top: 110px !important;
        left: 1rem !important;
        right: 1rem !important;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(10px) !important;
        flex-direction: column !important;
        padding: 2rem !important;
        border-radius: 20px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
        z-index: 1000 !important;
        gap: 0 !important;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
    
    .nav-links.mobile-open .nav-link {
        font-size: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid var(--gray-light);
        text-align: center;
    }
    
    .nav-links.mobile-open .nav-link:last-of-type {
        border-bottom: none;
    }
    
    .nav-links.mobile-open .btn {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        padding: 1rem 2rem;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    background: var(--navy-dark);
    color: var(--white);
    padding: 10rem 0 8rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(51, 195, 240, 0.1) 0%, transparent 70%);
    animation: float 20s infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-30px, -30px) rotate(5deg); }
}

.hero-container {
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.hero-content {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-label {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(51, 195, 240, 0.2);
    color: var(--cyan);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 1.5rem;
}

.hero-title .highlight {
    background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--cyan);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.hero-cta {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero {
        padding: 8rem 0 6rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-text {
        font-size: 1rem;
    }
    
    .hero-cta {
        flex-direction: column;
    }
}

/* Hero Mockup Image - Ombres réalistes avec double ombre + flottaison */
.hero-mockup {
    position: relative;
    animation: fadeIn 1s ease-out 0.3s both;
    max-width: 100%;
}

/* Deux ombres portées au sol : une pour le PC, une pour le téléphone */
.hero-mockup::after {
    content: "";
    position: absolute;
    bottom: 5px; /* Rapproché de l'image */
    left: 0;
    width: 100%;
    height: 40px;
    /* Création de deux ombres : une large pour le PC, une petite pour le tel */
    background: 
        radial-gradient(ellipse, rgba(0, 0, 0, 0.45) 0%, transparent 70%), /* Ombre PC */
        radial-gradient(ellipse, rgba(0, 0, 0, 0.45) 0%, transparent 70%); /* Ombre Tel */
    background-size: 65% 100%, 25% 100%; /* Tailles respectives */
    background-position: 5% center, 90% center; /* Positionnement sous chaque objet */
    background-repeat: no-repeat;
    filter: blur(12px); /* Blur réduit pour plus de précision */
    z-index: -1;
    transition: var(--transition);
    animation: shadow-pulse 4s ease-in-out infinite; /* Synchronisation avec la flottaison */
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hero-mockup-image {
    width: 120%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
    /* Ombre plus serrée et plus sombre pour plus de punch */
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5)); 
    position: relative;
    z-index: 1;
    animation: floating-mockup 4s ease-in-out infinite;
}

/* L'image monte et descend légèrement */
@keyframes floating-mockup {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); } 
}

/* L'ombre devient plus claire et plus petite quand l'objet s'éloigne */
@keyframes shadow-pulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 1; 
    }
    50% { 
        transform: scale(0.9); /* L'ombre rétrécit quand le PC monte */
        opacity: 0.5;          /* Et devient plus transparente */
    }
}

@media (max-width: 992px) {
    .hero-mockup-image {
        margin-top: 2rem;
        max-width: 100%;
        width: 100%;
    }
    
    .hero-mockup::after {
        bottom: 0;
        height: 30px;
        background-size: 70% 100%, 30% 100%;
    }
}

/* Wave Divider */
.wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: auto;
}

/* ============================================
   WHY SECTION
   ============================================ */
.why-section {
    padding: 6rem 0;
    background: var(--off-white);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-dark);
    color: var(--cyan);
    border-radius: 16px;
}

.feature-card h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--navy-dark);
}

.feature-card p {
    color: var(--gray-dark);
    line-height: 1.7;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
}

/* ============================================
   PRICING SECTION
   ============================================ */
.pricing-section {
    padding: 6rem 0;
    background: var(--white);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.pricing-card {
    background: var(--off-white);
    border: 3px solid var(--gray-light);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    transition: var(--transition);
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--cyan);
}

.pricing-card.featured {
    background: var(--navy-dark);
    border-color: var(--navy-dark);
    color: var(--white);
    transform: scale(1.05);
    box-shadow: var(--shadow-xl);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-8px);
}

.pricing-card.featured h3,
.pricing-card.featured p,
.pricing-card.featured li {
    color: var(--white);
}

.pricing-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cyan);
    color: var(--navy-dark);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.pricing-subtitle {
    text-align: center;
    color: var(--gray);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.pricing-card.featured .pricing-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-amount {
    text-align: center;
    padding: 1.5rem 0;
    border-top: 2px solid var(--gray-light);
    border-bottom: 2px solid var(--gray-light);
    margin-bottom: 1.5rem;
}

.pricing-card.featured .pricing-amount {
    border-color: rgba(255, 255, 255, 0.2);
}

.price {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--navy-dark);
    line-height: 1;
}

.pricing-card.featured .price {
    color: var(--cyan);
}

.price-note {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gray);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-card.featured .price-note {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-features {
    list-style: none;
    margin: 1rem 0;
}

.pricing-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--gray-dark);
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--cyan);
    font-weight: 700;
    font-size: 1.125rem;
}

.pricing-examples,
.pricing-example-case {
    background: rgba(51, 195, 240, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    font-size: 0.8125rem;
}

.pricing-card.featured .pricing-examples,
.pricing-card.featured .pricing-example-case {
    background: rgba(51, 195, 240, 0.15);
}

.pricing-examples ul {
    list-style: none;
    margin-top: 0.75rem;
}

.pricing-examples li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
}

.pricing-examples li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--cyan);
}

.pricing-meta {
    margin: 1rem 0;
}

.pricing-meta p {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.perfect-for {
    background: var(--gray-light);
    padding: 0.875rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    margin-top: 1rem;
}

.pricing-card.featured .perfect-for {
    background: rgba(51, 195, 240, 0.15);
    color: var(--white);
}

/* Decision & Evolution Boxes */
.decision-box,
.evolution-box {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    background: var(--off-white);
    border-left: 4px solid var(--cyan);
    border-radius: 8px;
    text-align: center;
}

.decision-box h4,
.evolution-box h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: var(--navy-dark);
}

.decision-box ul {
    list-style: none;
    margin: 1.5rem 0;
    text-align: left;
}

.decision-box li {
    padding: 0.5rem 0;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.featured {
        transform: scale(1);
    }
}

/* ============================================
   STATS SECTION
   ============================================ */
.stats-section {
    padding: 6rem 0;
    background: var(--navy-dark);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(51, 195, 240, 0.1) 0%, transparent 50%);
}

.stats-section .container {
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin: 3rem 0;
    text-align: center;
}

.stat-card {
    padding: 2rem;
}

.stat-number {
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--cyan);
    line-height: 1;
    margin-bottom: 1rem;
}

.stat-label {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
}

.stats-benefits {
    max-width: 800px;
    margin: 3rem auto;
}

.benefit-row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.benefit-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.benefit-row p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 3.5rem;
    }
}

/* ============================================
   PORTFOLIO/TESTIMONIALS SECTION
   ============================================ */
.portfolio-section {
    padding: 6rem 0;
    background: var(--off-white);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.testimonial-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.quote-mark {
    font-size: 4rem;
    line-height: 1;
    color: var(--navy-dark);
    opacity: 0.15;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-weight: 900;
}

.quote-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-dark);
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
}

.testimonial-author {
    border-top: 2px solid var(--gray-light);
    padding-top: 1rem;
}

.author-name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--navy-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.author-company {
    font-size: 0.875rem;
    color: var(--gray);
}

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin: 4rem 0 3rem;
}

.portfolio-item {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.portfolio-mockup {
    background: var(--off-white);
    padding: 0;
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.portfolio-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-info {
    padding: 2rem;
    text-align: center;
}

.portfolio-info h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--navy-dark);
}

.portfolio-info p {
    color: var(--gray-dark);
    margin-bottom: 1.5rem;
    font-size: 0.9375rem;
}

.portfolio-stat {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy-dark);
    margin-top: 3rem;
}

/* ============================================
   METHOD SECTION
   ============================================ */
.method-section {
    padding: 6rem 0;
    background: var(--white);
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.timeline-step {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--off-white);
    border-radius: 12px;
    transition: var(--transition);
}

.timeline-step:hover {
    background: var(--white);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-dark);
    color: var(--cyan);
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 50%;
}

.step-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: var(--navy-dark);
}

.step-content p {
    color: var(--gray-dark);
    line-height: 1.7;
}

.method-highlight {
    max-width: 700px;
    margin: 3rem auto 0;
    padding: 3rem 2rem;
    background: var(--navy-dark);
    color: var(--white);
    border-radius: 12px;
    text-align: center;
}

.method-highlight h3 {
    font-size: 1.5rem;
    color: var(--cyan);
    margin-bottom: 1rem;
}

.method-highlight p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
}

.highlight-big {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-top: 1rem;
}

/* ============================================
   CONTACT SECTION (Style panneau autoroute)
   ============================================ */
.contact-section {
    background: var(--off-white);
    padding: 0;
    position: relative;
    overflow: visible;
}

.contact-section.highway-sign {
    padding: 6rem 0;
}

.highway-posts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
}

.highway-posts::before,
.highway-posts::after {
    content: '';
    width: 30px;
    background: linear-gradient(to bottom, 
        var(--gray) 0%, 
        var(--gray) 45%, 
        transparent 45%, 
        transparent 55%, 
        var(--gray) 55%, 
        var(--gray) 100%
    );
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
}

.highway-posts::before {
    left: calc(50% - 350px);
}

.highway-posts::after {
    right: calc(50% - 350px);
}

.contact-header {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 2.5rem;
    background: var(--navy-dark);
    border-radius: 20px;
    box-shadow: var(--shadow-2xl);
    position: relative;
    z-index: 10;
}

.contact-header::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 30px solid var(--navy-dark);
}

.contact-header::after {
    content: '';
    position: absolute;
    inset: -8px;
    background: var(--navy-dark);
    border-radius: 24px;
    z-index: -1;
    box-shadow: 0 0 0 8px var(--gray-light);
}

.contact-header h2 {
    font-size: 3rem;
    color: var(--white);
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .highway-posts::before,
    .highway-posts::after {
        display: none;
    }
    
    .contact-header {
        padding: 2.5rem 2rem;
    }
    
    .contact-header h2 {
        font-size: 2.25rem;
    }
}

/* ============================================
   FORM SECTION
   ============================================ */
.form-section {
    padding: 6rem 0;
    background: var(--off-white);
}

.form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .form-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.form-left h3 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--navy-dark);
}

.form-left > p {
    color: var(--gray);
    margin-bottom: 2rem;
}

.contact-benefits {
    margin-bottom: 2rem;
}

.contact-benefit {
    display: flex;
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--gray-light);
}

.contact-benefit:last-child {
    border-bottom: none;
}

.contact-benefit .benefit-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-benefit strong {
    display: block;
    font-size: 1rem;
    color: var(--navy-dark);
    margin-bottom: 0.25rem;
}

.contact-benefit p {
    color: var(--gray-dark);
    font-size: 0.9375rem;
    margin: 0;
}

.contact-direct {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
}

.contact-direct h4 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--navy-dark);
}

.contact-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 0.5rem;
}

.contact-phone,
.contact-email {
    display: block;
    font-size: 1.125rem;
    color: var(--cyan);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-phone:hover,
.contact-email:hover {
    text-decoration: underline;
}

.contact-hours,
.contact-response {
    font-size: 0.875rem;
    color: var(--gray-dark);
    margin-top: 0.5rem;
}

/* Form */
.form-right {
    position: relative;
}

.contact-form {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    font-family: var(--font-main);
    font-size: 1rem;
    border: 2px solid var(--gray-light);
    border-radius: 8px;
    transition: var(--transition);
    background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--cyan);
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.form-success {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
    background: var(--white);
    border-radius: 12px;
}

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

.success-check {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #22c55e;
    color: var(--white);
    font-size: 3rem;
    border-radius: 50%;
}

.form-success h3 {
    font-size: 1.5rem;
    color: var(--navy-dark);
    margin-bottom: 0.75rem;
}

.form-success p {
    color: var(--gray-dark);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--navy-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.footer-logo span {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.footer-col h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: var(--cyan);
}

.footer-contact p {
    margin-bottom: 0.75rem;
}

.footer-contact a {
    color: var(--cyan);
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.875rem;
}

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

/* ============================================
   WHATSAPP BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6);
    }
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 36px;
    height: 36px;
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 56px;
        height: 56px;
    }
    
    .whatsapp-float svg {
        width: 32px;
        height: 32px;
    }
}
