:root{
  --brown-light:#AD9275;
  --brown-dark:#765E44;
  --green-dark:#577948;
  --green-light:#87A872;
  --text:#2b2b2b;
  --bg:#ffffff; /* Fond de page uni */
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text)}
body{font-family:"Lora", serif; line-height:1.6}

.sidebar{position:fixed;left:0;top:0;bottom:0;width:220px;background:var(--brown-light);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:24px;z-index:10}
.brand{display:flex;align-items:center;gap:10px}
.brand .logo{width:64px;height:64px;border-radius:8px;background:transparent;color:var(--brown-light);display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}
.brand .logo img{width:100%;height:100%;object-fit:contain;display:block}
.sidebar .aside-note{font-size:12px;color:var(--brown-light);margin:8px 0 12px;line-height:1.4}
.sidebar .cta.compact{display:block;width:100%;padding:8px 12px;border-radius:8px;background:var(--green-dark);color:#fff;text-align:center;font-weight:600;margin:12px 0}
.sidebar .cta.compact:hover{background:var(--green);color:#fff}
.sidebar .contact{font-size:13px;color:var(--brown-light);margin-top:8px}
.brand .group{font-weight:700;letter-spacing:.5px}
.menu-toggle{display:none}
.menu{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.menu a{color:#fff;text-decoration:none;font-size:.95rem}
.menu a:hover{opacity:.85}
.menu a.active{background:rgba(255,255,255,0.18);color:#fff;border-radius:999px;padding:6px 10px;outline:2px solid #fff;outline-offset:2px;font-weight:700}
.contact{font-size:.85rem;color:#fff;opacity:.95}
.contact .name{margin-top:12px;background:#fff;color:var(--brown-dark);padding:8px 10px;border-radius:20px;text-align:center;font-weight:600}

.content{margin-left:220px;min-height:100vh;background:var(--bg);position:relative;z-index:2;padding:0 48px}
/* === ANIMATIONS === */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease-out;
}

.animate-slide-up {
    animation: slideUp 0.8s ease-out;
}

.delay-1 { animation-delay: 0.2s; animation-fill-mode: both; }
.delay-2 { animation-delay: 0.4s; animation-fill-mode: both; }
.delay-3 { animation-delay: 0.6s; animation-fill-mode: both; }

.pulse {
    animation: pulse 2s infinite;
}

/* === HERO === */
.hero {
    position: relative;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: visible; /* permet au fond d’aller en full-bleed */
    background: var(--bg);
    justify-content: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* s'étend à gauche jusqu'au bord du viewport */
    margin-right: -50vw; /* s'étend à droite jusqu'au bord du viewport */
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

/* Full-bleed background pour le haut de page */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw; /* étend à gauche jusqu'au bord du viewport */
  margin-right: -50vw; /* étend à droite jusqu'au bord du viewport */
  width: auto; /* largeur contrôlée par left/right + margins */
  z-index: 0; /* derrière le contenu et .hero-bg */
  background: var(--bg) !important; /* fond uni pour le hero en full-bleed */
}

/* Fondu doux en bas du hero pour éviter toute démarcation */
.hero::after { display: none; }

.hero-gradient { display: none !important; }

.hero-particles {
    display: block;
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}

/* === LIQUID SHAPES (HERO, GOOEY) === */
.liquid-shapes{position:absolute;inset:0;z-index:1;pointer-events:none;filter:url(#goo)}
.drop{position:absolute;width:180px;height:180px;border-radius:50%;opacity:.45;background:var(--green-light)}
.drop-1{top:12%;left:8%;animation:wanderA 16s ease-in-out infinite}
.drop-2{bottom:12%;right:10%;animation:wanderB 18s ease-in-out infinite;background:var(--brown-light)}
.drop-3{top:42%;left:60%;transform:translate(-50%,-50%);animation:wanderC 20s ease-in-out infinite;background:var(--brown-dark);opacity:.35}
.drop-4{top:22%;right:18%;width:140px;height:140px;animation:wanderD 17s ease-in-out infinite;background:var(--green-dark);opacity:.40}
.drop-5{bottom:18%;left:14%;width:120px;height:120px;animation:wanderE 19s ease-in-out infinite;background:var(--brown-light);opacity:.38}

@keyframes wanderA{0%{transform:translate(0,0)}25%{transform:translate(40px,-20px)}50%{transform:translate(-20px,10px)}75%{transform:translate(20px,20px)}100%{transform:translate(0,0)}}
@keyframes wanderB{0%{transform:translate(0,0)}25%{transform:translate(-30px,20px)}50%{transform:translate(20px,-10px)}75%{transform:translate(-10px,-20px)}100%{transform:translate(0,0)}}
@keyframes wanderC{0%{transform:translate(-50%,-50%)}25%{transform:translate(-45%,-55%)}50%{transform:translate(-55%,-48%)}75%{transform:translate(-50%,-45%)}100%{transform:translate(-50%,-50%)}}
@keyframes wanderD{0%{transform:translate(0,0)}25%{transform:translate(15px,25px)}50%{transform:translate(-10px,-15px)}75%{transform:translate(20px,-5px)}100%{transform:translate(0,0)}}
@keyframes wanderE{0%{transform:translate(0,0)}25%{transform:translate(-25px,-10px)}50%{transform:translate(10px,20px)}75%{transform:translate(-15px,10px)}100%{transform:translate(0,0)}}

@media (max-width: 900px){
  .drop{width:140px;height:140px}
  .drop-1{top:10%;left:6%}
  .drop-2{bottom:10%;right:6%}
  .drop-3{top:48%;left:58%}
  .drop-4{top:20%;right:10%;width:110px;height:110px}
  .drop-5{bottom:16%;left:12%;width:100px;height:100px}
}

@media (prefers-reduced-motion: reduce){
  .drop{animation:none}
}

.eyebrow {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brown-dark);
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--brown-dark);
}

.text-gradient {
    color: var(--brown-dark);
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #6c757d;
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--green-dark);
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

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

.cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--green-dark) 0%, #6a8f5a 100%);
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--green-dark);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(87,121,72,0.25);
}

.cta::before {
    display: none;
}

.cta:hover::before {
    left: 100%;
}

.cta:hover {
    background: linear-gradient(135deg, var(--green-light) 0%, #9db88a 100%);
    border-color: var(--green-light);
    transform: translateY(-2px);
    box-shadow: none;
}

.cta.secondary {
    background: transparent;
    color: var(--green-dark);
    border: 2px solid var(--green-dark);
}

.cta.secondary:hover {
    border-color: var(--green-light);
    color: var(--green-light);
}

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

/* === Notices === */
.notice {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 2px solid transparent;
    margin: 16px 0;
}
.notice-success {
    background: rgba(87,121,72,0.08); /* var(--green-dark) light */
    border-color: var(--green-dark);
    color: var(--green-dark);
}
.notice .icon {
    width: 20px; height: 20px;
}
.notice .title { font-weight: 700; }
.notice .desc { opacity: .8; font-size: .95rem; }

/* === SECTIONS === */
.section {
    padding: 5rem 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Espacement vertical entre sections de la page d'accueil */
.content > section {
    margin-bottom: 64px;
}
@media (max-width: 900px) {
    .content > section { margin-bottom: 48px; }
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--brown-dark);
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* === Confiance (stats + logo wall) === */
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;align-items:stretch;justify-content:center;margin:32px 0}
.stats-grid .stat{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;text-align:center}
.logo-wall{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:24px}
.logo-item{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;text-align:center;color:#495057}
.logo-item:hover{border-color:var(--brown-dark)}

/* === FAQ (Homepage) === */
.faq-list details { background:#fff; border:1px solid rgba(0,0,0,0.08); border-radius:12px; padding:12px 14px; margin:10px 0; }
.faq-list summary { cursor:pointer; font-weight:600; color: var(--brown-dark); }
.faq-list p { color:#495057; margin:8px 0 0; }

/* === SERVICES === */
.services {
    background: var(--bg);
}

/* Section Gamers: légère différenciation visuelle */
.offers-gamers {
    background: transparent;
}

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

.service-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(135deg, rgba(87,121,72,0.25), rgba(173,146,117,0.25)) border-box;
}

/* === Gamers: Style gaming néon/dark === */
.service-card.gaming {
    background: #0b0f17;
    color: #e6f1ff;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(#0b0f17, #0b0f17) padding-box,
                linear-gradient(135deg, rgba(124,58,237,0.45), rgba(34,211,238,0.45)) border-box;
    box-shadow: 0 12px 32px rgba(2, 8, 23, 0.35);
}
.service-card.gaming::before {
    content: "";
    position: absolute; left: -1px; right: -1px; top: -1px; height: 2px;
    border-top-left-radius: 16px; border-top-right-radius: 16px;
    background: linear-gradient(90deg, #7c3aed, #22d3ee, #7c3aed);
    background-size: 200% 100%;
    animation: glowShift 3s linear infinite;
}
.service-card.gaming:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(2, 8, 23, 0.5);
    filter: brightness(1.03);
}
.service-card.gaming::after {
    content: "";
    position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: radial-gradient(160px 100px at 0% 0%, rgba(34,211,238,0.12), transparent 60%),
                radial-gradient(180px 120px at 100% 0%, rgba(124,58,237,0.12), transparent 60%);
}
.service-card.gaming h3 { color: #f0f7ff; }
.service-card.gaming p { color: #c9d7e6; }
.service-card.gaming .service-icon {
    background: rgba(124,58,237,0.14);
    border: 1px solid rgba(124,58,237,0.35);
    color: #22d3ee;
    width: 64px; height: 64px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: inset 0 0 24px rgba(34,211,238,0.12);
}
.service-card.gaming .service-features li { color: #d6e3f3; }
.service-card.gaming .service-features li::before {
    content: "";
    display: inline-block;
    width: 10px; height: 10px; border-radius: 2px;
    margin-right: 10px; transform: translateY(1px);
    background: linear-gradient(135deg, #22d3ee, #7c3aed);
    box-shadow: 0 0 8px rgba(124,58,237,0.5);
}
.service-card.gaming .cta {
    background: linear-gradient(90deg, #22d3ee, #7c3aed);
    color: #fff; border: none;
}
.service-card.gaming .cta:hover { filter: brightness(1.08); transform: translateY(-1px); }
.service-card.gaming .service-head { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:8px; }
.service-card.gaming .tag-platform {
    font-size: 12px; font-weight: 700; letter-spacing: .3px;
    padding: 4px 10px; border-radius: 999px; color: #fff;
    background: linear-gradient(90deg, #22d3ee, #7c3aed);
    box-shadow: 0 8px 18px rgba(124,58,237,0.28);
}

/* Ruban en coin */
.service-card.gaming .ribbon {
    position: absolute; top: 10px; right: 12px;
    padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700;
    background: linear-gradient(90deg, #22d3ee, #7c3aed);
    color: #fff; box-shadow: 0 8px 18px rgba(124,58,237,0.28);
}

/* Chips de fonctionnalités */
.service-card.gaming .tag-strip { display:flex; gap:8px; flex-wrap:wrap; margin: 10px 0 12px; }
.service-card.gaming .chip {
    padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600;
    background: rgba(124,58,237,0.16); color: #e6f1ff; border: 1px solid rgba(124,58,237,0.35);
}

@keyframes glowShift {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}
/* overlay décoratif pour renforcer le relief */
.service-card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(140px 90px at 0% 0%, rgba(87,121,72,0.18), transparent 60%),
              radial-gradient(180px 120px at 100% 100%, rgba(173,146,117,0.16), transparent 65%);
  opacity: 0; transition: opacity 200ms ease;
}

.service-card::before { content: none; }

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
    filter: saturate(105%);
}
.service-card:hover::after { opacity: 1; }

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e8f5e9, #f3ede5);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    color: var(--brown-dark);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.service-card:hover .service-icon { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.1); }

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1rem;
}

.service-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* micro-interactions pour rendre la lecture plus vivante */
.service-features li { transition: color 160ms ease, transform 160ms ease; }
.service-features li::before { transition: transform 160ms ease, color 160ms ease; }
.service-card:hover .service-features li { transform: translateX(2px); }
.service-card:hover .service-features li::before { transform: scale(1.08); }

.service-features li {
    padding: 0.25rem 0;
    color: #495057;
    position: relative;
    padding-left: 1.5rem;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green-dark);
    font-weight: bold;
}

/* === PORTFOLIO === */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio-item {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.portfolio-image {
    height: 200px;
    background: var(--brown-dark);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.portfolio-content {
    padding: 1.5rem;
}

.portfolio-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.portfolio-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.portfolio-tech {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tech-tag {
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
}

/* === APPOINTMENT === */
.appointment {
    background: var(--green-dark);
    color: white;
}

.appointment .section-title,
.appointment .section-subtitle {
    color: white;
}

.appointment-form {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

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

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}

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

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .services-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid, .logo-wall { grid-template-columns: 1fr; }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .cta {
        text-align: center;
    }
}

.block{padding:56px 48px}
.block h2{font-family:"Cormorant Garamond", serif;color:var(--brown-dark);letter-spacing:1px;margin:0 0 20px}

.type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.type-sample{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;background:#fff}
.type-sample .label{font-size:.8rem;color:var(--brown-dark);margin-bottom:8px}
.type-sample h3{font-family:"Cormorant Garamond", serif;margin:8px 0;font-size:1.6rem}
.display{font-family:"Cormorant Garamond", serif;letter-spacing:.2em}

.palette{display:flex;flex-wrap:wrap;gap:20px}
.swatch{width:140px;height:160px;border-radius:36px;background:var(--sw);display:flex;align-items:flex-end;justify-content:center;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.swatch span{background:rgba(0,0,0,.18);padding:6px 10px;border-radius:14px;margin-bottom:12px}

.contact-section .contact-form{display:flex;flex-direction:column;gap:12px}
.contact-form .row{display:flex;gap:12px}
.contact-form input, .contact-form textarea{width:100%;padding:10px;border:1px solid rgba(0,0,0,.1);border-radius:10px;font-family:"Lora", serif}
.contact-form button{align-self:flex-start}

/* Supprime les styles d'arrière-plan animé et d'animations de slide */

/* Mobile Navbar Styles */
.mobile-navbar{
  display:none;
}

/* Hide mobile navbar on desktop */
.mobile-navbar {
  display: none;
}

@media (max-width: 900px){
  .sidebar{display:none}
  .content{margin-left:0;padding-top:70px}
  
  .mobile-navbar{
    display:block;
    position:fixed;
    top:0;
    left:0;
    right:0;
    background:var(--brown-light);
    border-bottom:1px solid rgba(0,0,0,0.1);
    z-index:1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  
  .mobile-nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 20px;
    max-width:100%;
  }
  
  .mobile-brand{
    display:flex;
    align-items:center;
    gap:8px;
  }
  
  .mobile-logo{
    width:32px;
    height:32px;
    border-radius:6px;
  }
  
  .mobile-brand-text{
    font-size:16px;
    font-weight:600;
    color:white;
    letter-spacing:0.5px;
  }
  
  .mobile-menu-toggle{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:30px;
    height:30px;
    background:transparent;
    border:none;
    cursor:pointer;
    padding:0;
  }
  
  .hamburger-line{
    width:20px;
    height:2px;
    background:white;
    margin:2px 0;
    transition:all 0.3s ease;
    border-radius:1px;
  }
  
  .mobile-menu{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,0.1);
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease;
  }
  
  .mobile-menu.open{
    max-height:400px;
  }
  
  .mobile-menu-item{
    display:block;
    padding:15px 20px;
    color:#333;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    border-bottom:1px solid rgba(0,0,0,0.05);
    transition:background-color 0.2s ease;
  }
  
  .mobile-menu-item:hover{
    background:rgba(0,0,0,0.05);
  }
  
  .mobile-menu-item.active{
    background:var(--green-light);
    color:#fff;
    font-weight:600;
  }
  
  .mobile-menu-toggle.open .hamburger-line:nth-child(1){
    transform:rotate(45deg) translate(5px, 5px);
  }
  
  .mobile-menu-toggle.open .hamburger-line:nth-child(2){
    opacity:0;
  }
  
  .mobile-menu-toggle.open .hamburger-line:nth-child(3){
    transform:rotate(-45deg) translate(7px, -6px);
  }
}

/* === PAGE RENDEZ-VOUS === */
.page-rdv { padding-top: 48px; padding-bottom: 64px; }
.content.page-rdv { background: #ffffff; }
.rdv-header { padding: 0 0 16px; border-bottom: 1px solid rgba(0,0,0,0.06); margin-bottom: 24px; }
.rdv-header .section-eyebrow { color: var(--brown-dark); font-weight: 600; letter-spacing: .04em; }
.rdv-header h1 { font-family: "Cormorant Garamond", serif; color: var(--brown-dark); margin: 8px 0 8px; }
.rdv-header p { color: #495057; max-width: 720px; }

.rdv-layout { display: grid; grid-template-columns: 1fr; gap: 32px; justify-items: center; }
.rdv-info-panel .info-block { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 12px; padding: 16px; margin-bottom: 16px; }
.rdv-info-panel h2 { font-family: "Cormorant Garamond", serif; color: var(--brown-dark); margin: 0 0 10px; }
.info-list { padding-left: 18px; color: #495057; }

.rdv-form-panel { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; padding: 20px; width: 100%; max-width: 800px; margin: 0 auto; }
.form-wrapper { display: grid; place-items: center; }
.form-card { width: 100%; max-width: 720px; }
.rdv-footnote { text-align: center; margin-top: 12px; color: #495057; }
.appointment-form .form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.appointment-form .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.appointment-form .form-group { display: flex; flex-direction: column; gap: 8px; }
.appointment-form .form-group.full { grid-column: 1 / -1; }
.appointment-form label { font-weight: 600; color: var(--brown-dark); }
.appointment-form input,
.appointment-form select,
.appointment-form textarea { width: 100%; padding: 10px; border: 1px solid rgba(0,0,0,.12); border-radius: 10px; font-family: "Lora", serif; }
.appointment-form textarea { resize: vertical; }
.appointment-form .choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px; }
.appointment-form .consent { grid-column: 1 / -1; }
.appointment-form .btn-full { width: 100%; justify-content: center; background: var(--green-dark); color: #fff; }
.appointment-form .btn-full:hover { background: var(--green-light); }

/* Objectifs: tags cliquables */
.choice-tags { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }

/* --- Mobile navbar cleanup: show only logo, TAYBI GROUP and green menu button --- */
@media (max-width: 768px) {
  .sidebar .aside-note,
  .sidebar .contact {
    display: none !important;
  }
}
.choice-tag { background: #fff; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 10px 12px; cursor: pointer; display: flex; flex-direction: column; gap: 4px; transition: border-color .2s ease, background-color .2s ease; }
.choice-tag input { display: none; }
.choice-tag .tag-title { font-weight: 600; color: var(--brown-dark); }
.choice-tag small { color: #6c757d; }
.choice-tag:hover { border-color: var(--brown-dark); }
.choice-tag.selected { border-color: var(--green-dark); background: rgba(135,168,114,0.12); }

@media (max-width: 1024px) {
  .rdv-layout { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .page-rdv { padding: 24px; }
  .appointment-form .form-grid,
  .appointment-form .form-row { grid-template-columns: 1fr; }
}

/* === PAGE OFFRES === */
.page-offres .section { padding: 1.75rem 0; }
.page-offres .section:first-of-type { padding-top: 0.75rem; }
.page-offres .section-header { margin-bottom: 0.75rem; }
.page-offres .section-divider { margin: 8px 0 12px; }

.section-tabs { display:flex; align-items:center; justify-content:center; gap:8px; margin:8px 0 16px; }
.section-tabs .pill { display:inline-flex; align-items:center; gap:6px; padding:8px 14px; border:1px solid rgba(0,0,0,0.12); border-radius:999px; color:rgba(0,0,0,0.7); background:#fff; text-decoration:none; font-weight:600; }
.section-tabs .pill:hover { border-color: rgba(0,0,0,0.2); }
.section-tabs .pill.active { background: var(--green-dark); color:#fff; border-color: var(--green-dark); }

.section-divider { height:1px; background: rgba(0,0,0,0.08); margin:16px 0 24px; }

/* Section Gamers: renforcer la différenciation visuelle */
/* Gamers: retirer fond et gradient pour un look neutre */
.offers-gamers { background: transparent; }
.offers-gamers .service-icon { background: transparent; color: inherit; }
.offers-gamers .service-card::before { content: none; }
.sidebar{overflow:hidden}
.sidebar::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:
    radial-gradient(120px 80px at 120% 10%, rgba(135,168,114,0.18), rgba(135,168,114,0) 60%),
    radial-gradient(160px 100px at -10% 85%, rgba(87,121,72,0.15), rgba(87,121,72,0) 65%),
    radial-gradient(80px 60px at 20% 20%, rgba(135,168,114,0.10), rgba(135,168,114,0) 60%);
  background-repeat:no-repeat;
}
.sidebar .brand,.sidebar .menu,.sidebar .aside-note,.sidebar .contact{position:relative;z-index:1}
/* Réorganisation de la sidebar: liens plus haut, note en dessous, contact en bas */
.sidebar .menu{order:1;margin-top:64px}
.sidebar .aside-note{order:2}
.sidebar .contact{order:3;margin-top:auto}
/* Anneaux décoratifs */
.ring{position:absolute;width:480px;height:480px;border-radius:50%;border:2px solid rgba(87,121,72,.25);animation:spin-slow 22s linear infinite, float 14s ease-in-out infinite}
/* === CAROUSEL === */
.carousel { position: relative; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; -ms-overflow-style: none; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { width: 0; height: 0; display: none; }
.carousel-track > * { scroll-snap-align: start; }
.carousel-track.is-continuous { scroll-snap-type: none; }
.carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid rgba(0,0,0,0.12); color: rgba(0,0,0,0.7); width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.carousel-nav:hover { border-color: rgba(0,0,0,0.2); }
.carousel-nav.prev { left: -8px; }
.carousel-nav.next { right: -8px; }

/* Offres: tailles des slides (utilise .services-grid comme piste) */
@media (max-width: 640px) {
  .carousel-track.services-grid > .service-card { flex: 0 0 80%; }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .carousel-track.services-grid > .service-card { flex: 0 0 50%; }
}
@media (min-width: 1025px) {
  .carousel-track.services-grid > .service-card { flex: 0 0 33.3333%; }
}

/* Logo wall comme piste */
.carousel-track.logo-wall { display: flex; gap: 12px; }
.carousel-track.logo-wall .logo-item { flex: 0 0 140px; text-align: center; }

/* Dots (indicateurs) */
.carousel-dots { display:flex; gap:8px; align-items:center; justify-content:center; margin-top:12px; }
.carousel-dots button { width:8px; height:8px; border-radius:999px; border:1px solid rgba(0,0,0,0.25); background:#fff; padding:0; cursor:pointer; }
.carousel-dots button.active { background: var(--green-dark); border-color: var(--green-dark); }
.carousel-dots button:focus { outline: 2px solid var(--green-dark); outline-offset: 2px; }

/* Subtil hover/active */
.carousel-track > * { transition: transform .28s ease, opacity .28s ease, box-shadow .28s ease; }
.carousel-track > *:hover { transform: translateY(-2px); }
.carousel-track > *.is-active { transform: scale(1.02); box-shadow: 0 8px 24px rgba(0,0,0,0.10); }
.ring-1{top:10%;left:8%;transform:rotate(8deg)}
.ring-2{bottom:12%;right:6%;transform:rotate(-6deg)}
.ring-3{top:56%;left:70%;transform:translate(-50%,-50%) rotate(12deg);width:360px;height:360px;border-color:rgba(173,146,117,.25)}

@keyframes spin-slow{
  from{transform:rotate(0)}
  to{transform:rotate(360deg)}
}

/* === SECTION THEMES & ANIMATION UTILITIES === */
.theme-cream { background: #fff7ed; }
.theme-green { background: #f0fff4; }
.theme-sand { background: #f9f7f3; }
.theme-stone { background: #f5f5f7; }

.section.theme-cream,
.section.theme-green,
.section.theme-sand,
.section.theme-stone,
.services.theme-sand {
  padding-top: 64px;
  padding-bottom: 64px;
}

.anim-fade-up,
.anim-slide-left,
.anim-slide-right,
.anim-scale-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.anim-slide-left { transform: translateX(24px); }
.anim-slide-right { transform: translateX(-24px); }
.anim-scale-in { transform: scale(0.96); }

.is-visible { opacity: 1; transform: none; }

/* Stagger: apparition séquencée sur grilles */
.services-grid.stagger .service-card.is-visible:nth-child(1) { transition-delay: 0ms; }
.services-grid.stagger .service-card.is-visible:nth-child(2) { transition-delay: 120ms; }
.services-grid.stagger .service-card.is-visible:nth-child(3) { transition-delay: 240ms; }
.services-grid.stagger .service-card.is-visible:nth-child(4) { transition-delay: 360ms; }
.services-grid.stagger .service-card.is-visible:nth-child(5) { transition-delay: 480ms; }
.services-grid.stagger .service-card.is-visible:nth-child(6) { transition-delay: 600ms; }

.type-grid.stagger .type-sample.is-visible:nth-child(1) { transition-delay: 0ms; }
.type-grid.stagger .type-sample.is-visible:nth-child(2) { transition-delay: 120ms; }
.type-grid.stagger .type-sample.is-visible:nth-child(3) { transition-delay: 240ms; }
.type-grid.stagger .type-sample.is-visible:nth-child(4) { transition-delay: 360ms; }

/* Séparateurs décoratifs entre sections */
.accent-divider { display: none; }

/* Full-bleed backgrounds for themed sections inside constrained container */
.section.theme-cream::before,
.section.theme-green::before,
.section.theme-sand::before,
.section.theme-stone::before,
.services.theme-sand::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1; /* place background behind section content */
}

.section.theme-cream::before { background: #fff7ed; }
.section.theme-green::before { background: #f0fff4; }
.section.theme-sand::before { background: #f9f7f3; }
.section.theme-stone::before { background: #f5f5f7; }
.services.theme-sand::before { background: #f9f7f3; }

/* Ensure services sections can host absolute pseudo-elements */
.services { position: relative; }

/* === Fond de page uni: neutraliser les thèmes de section === */
.theme-cream,
.theme-green,
.theme-sand,
.theme-stone {
  background: var(--bg) !important; /* force fond uni sur toutes les sections thématiques */
}
.section.theme-cream::before,
.section.theme-green::before,
.section.theme-sand::before,
.section.theme-stone::before,
.services.theme-sand::before,
#confiance.section::before {
  background: transparent !important;
}
/* Barre de garanties / réassurance */
.guarantee-bar { position: relative; padding: 2rem 0; background: var(--bg) !important; }
.guarantee-bar .guarantee-items { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; align-items: center; }
.guarantee-item { display: flex; align-items: center; gap: 0.75rem; background: rgba(255,255,255,0.6); backdrop-filter: saturate(130%) blur(4px); border-radius: 12px; padding: 0.75rem 1rem; }
.guarantee-item .badge { display: inline-block; font-weight: 600; background: var(--green-dark); color: #fff; padding: 0.25rem 0.5rem; border-radius: 999px; font-size: 0.875rem; }
.guarantee-item .label { color: var(--brown-dark); font-size: 0.95rem; }

/* Témoignages */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.testimonial-card { background: #fff; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); padding: 1rem; }
.testimonial-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.5rem; }
.testimonial-header .avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #e0e7ff, #f0f9ff); }
.testimonial-header .meta { display: flex; flex-direction: column; font-size: 0.9rem; }
.testimonial-card .rating { color: #f5a623; font-size: 1rem; margin-bottom: 0.5rem; }
.testimonial-card .quote { font-size: 0.95rem; color: #333; }

/* CTA flottant */
.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 20; background: var(--green-dark); color: #fff; padding: 0.75rem 1rem; border-radius: 999px; box-shadow: 0 8px 24px rgba(87,121,72,0.35); display: inline-flex; align-items: center; gap: 0.5rem; transition: transform 200ms ease, box-shadow 200ms ease; text-decoration: none; }
.floating-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(87,121,72,0.4); }
.floating-cta span { font-weight: 600; }

@media (max-width: 900px) {
  .guarantee-bar .guarantee-items { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
}
/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; align-items: start; }
.pricing-card { background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); padding: 1.25rem; border: 1px solid transparent; position: relative;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(135deg, rgba(87,121,72,0.25), rgba(173,146,117,0.25)) border-box;
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}
/* Bandeau supérieur d’accent qui apparaît au hover */
.pricing-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-top-left-radius: 16px; border-top-right-radius: 16px;
  background: linear-gradient(90deg, rgba(87,121,72,0.35), rgba(173,146,117,0.35)); opacity: 0; transition: opacity 200ms ease; }
.pricing-card:hover::before { opacity: 1; }
.pricing-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(140px 90px at 0% 0%, rgba(87,121,72,0.18), transparent 60%),
              radial-gradient(180px 120px at 100% 100%, rgba(173,146,117,0.16), transparent 65%);
  opacity: 0; transition: opacity 200ms ease; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0,0,0,0.16); filter: saturate(105%); }
.pricing-card:hover::after { opacity: 1; }
.pricing-card.featured { box-shadow: 0 16px 44px rgba(87,121,72,0.22); position: relative; }
.pricing-card.featured { transform: translateY(-2px) scale(1.02); }
.pricing-card.featured::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  background: radial-gradient(120px 80px at 20% 10%, rgba(87,121,72,0.22), transparent 60%),
              radial-gradient(160px 100px at 90% 80%, rgba(173,146,117,0.18), transparent 65%);
}
.pricing-card .badge { position: absolute; top: 14px; right: 14px; background: var(--green-dark); color: #fff; border-radius: 999px; font-size: .8rem; padding: .2rem .6rem; font-weight: 600; }
/* Icône d’offre en en-tête */
.pricing-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #e8f5e9, #f3ede5); display: flex; align-items: center; justify-content: center; color: var(--brown-dark);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08); margin-bottom: .75rem; font-size: 1.25rem; transition: transform 200ms ease, box-shadow 200ms ease; }
.pricing-card:hover .pricing-icon { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,0.10); }
.pricing-head { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-bottom: .75rem; }
.pricing-head h3 { margin: 0; color: var(--brown-dark); font-size: 1.25rem; }
.pricing-head .price { color: var(--green-dark); font-weight: 700; }
.pricing-features { list-style: none; padding: 0; margin: .75rem 0 1rem; display: grid; gap: .5rem; }
.pricing-features li { display: flex; align-items: center; gap: .5rem; color: #333; }
.pricing-features li { transition: color 160ms ease, transform 160ms ease; }
.pricing-features li::before { content: "✓"; color: var(--green-dark); font-weight: 700; }
.pricing-features li::before { transition: transform 160ms ease, color 160ms ease; }
.pricing-card:hover .pricing-features li { transform: translateX(2px); }
.pricing-card:hover .pricing-features li::before { transform: scale(1.08); }
.pricing-cta { display: flex; }
.pricing-cta .cta { width: 100%; justify-content: center; border-radius: 999px; background: linear-gradient(135deg, var(--green-dark), #9eb59b); color: #fff; box-shadow: 0 10px 24px rgba(87,121,72,0.25); }
.pricing-cta .cta:hover { box-shadow: 0 16px 32px rgba(87,121,72,0.35); transform: translateY(-1px); }

/* Variantes colorées pour les cartes d'offres - Palette tendance */
.pricing-card.theme-vitrine {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #ec4899, #f97316) border-box;
}

.pricing-card.theme-vitrine::before {
    background: linear-gradient(90deg, #ec4899, #f97316);
}

.pricing-card.theme-vitrine::after {
    background: radial-gradient(circle at center, rgba(236, 72, 153, 0.08), transparent 70%);
}

.pricing-card.theme-vitrine:hover::after {
    background: radial-gradient(circle at center, rgba(236, 72, 153, 0.15), transparent 70%);
}

.pricing-card.theme-vitrine .pricing-icon {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(249, 115, 22, 0.15));
    color: #ec4899;
}

.pricing-card.theme-vitrine .cta-button {
    background: linear-gradient(135deg, #ec4899, #f97316);
}

.pricing-card.theme-vitrine .badge {
    background: linear-gradient(135deg, #ec4899, #f97316);
}

.pricing-card.theme-seo {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #10b981, #06b6d4) border-box;
}

.pricing-card.theme-seo::before {
    background: linear-gradient(90deg, #10b981, #06b6d4);
}

.pricing-card.theme-seo::after {
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.08), transparent 70%);
}

.pricing-card.theme-seo:hover::after {
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.15), transparent 70%);
}

.pricing-card.theme-seo .pricing-icon {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(6, 182, 212, 0.15));
    color: #10b981;
}

.pricing-card.theme-seo .cta-button {
    background: linear-gradient(135deg, #10b981, #06b6d4);
}

.pricing-card.theme-seo .badge {
    background: linear-gradient(135deg, #10b981, #06b6d4);
}

.pricing-card.theme-ecommerce {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #8b5cf6, #3b82f6) border-box;
}

.pricing-card.theme-ecommerce::before {
    background: linear-gradient(90deg, #8b5cf6, #3b82f6);
}

.pricing-card.theme-ecommerce::after {
    background: radial-gradient(circle at center, rgba(139, 92, 246, 0.08), transparent 70%);
}

.pricing-card.theme-ecommerce:hover::after {
    background: radial-gradient(circle at center, rgba(139, 92, 246, 0.15), transparent 70%);
}

.pricing-card.theme-ecommerce .pricing-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.15));
    color: #8b5cf6;
}

.pricing-card.theme-ecommerce .cta-button {
    background: linear-gradient(135deg, #8b5cf6, #3b82f6);
}

.pricing-card.theme-ecommerce .badge {
    background: linear-gradient(135deg, #8b5cf6, #3b82f6);
}

@media (max-width: 900px){
  .pricing-grid { grid-template-columns: 1fr; }
}

/* Hosting-style cards (hébergeur) */
.hosting-grid { margin-top: 0.5rem; }

/* Offres: réduire la hauteur du bandeau garantie pour remonter le contenu */
.page-offres .guarantee-bar { padding: 1rem 0; }
.hosting-card { display: flex; flex-direction: column; gap: .5rem; }
.hosting-card .pricing-head { align-items: center; }
.pricing-price { display: flex; align-items: baseline; gap: .5rem; margin: .25rem 0 .5rem; }
.pricing-price .amount { font-size: 1.75rem; font-weight: 700; color: var(--green-dark); }
.pricing-price .period { color: rgba(0,0,0,0.6); font-weight: 600; }
.pricing-price .hint { color: rgba(0,0,0,0.5); }

/* Toggle de facturation retiré (mensuel/annuel) — styles supprimés */

/* Modern Footer */
.modern-footer {
  background: rgba(173, 146, 117, 0.05);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(173, 146, 117, 0.1);
  margin-top: 4rem;
  margin-left: 220px;
  padding: 2rem 0 1.5rem;
}

.footer-container {
  max-width: none;
  margin: 0;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.footer-brand-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brown-dark);
  letter-spacing: 0.5px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.footer-link {
  color: var(--brown-dark);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: var(--brown-light);
  transform: translateY(-1px);
}

.footer-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brown-light);
  transition: width 0.3s ease;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-copyright {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(173, 146, 117, 0.1);
  width: 100%;
}

.footer-copyright p {
  margin: 0;
  color: rgba(118, 94, 68, 0.7);
  font-size: 0.85rem;
}

/* Footer responsive */
@media (max-width: 900px) {
  .modern-footer {
    margin-left: 0;
    padding: 1.5rem 0 1rem;
    margin-top: 2rem;
  }
  
  .footer-container {
    padding: 0 1rem;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-links {
    gap: 1rem;
  }
  
  .footer-link {
    font-size: 0.85rem;
  }
}
