@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root{
  --black:#050505;
  --black-2:#0b0b0b;
  --black-3:#121212;
  --panel:#171717;
  --panel-2:#1e1e1e;
  --gold:#c8a96b;
  --gold-soft:#e0c893;
  --gold-dark:#9f7f45;
  --white:#f7f7f4;
  --muted:#b6b2aa;
  --line:#2a2a2a;
  --green:#25d366;
  --shadow:0 20px 50px rgba(0,0,0,.38);
  --radius:18px;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--white);
  background:var(--black);
  font-family:"DM Sans",Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),88%);margin:auto}
.section{padding:96px 0}
.alt{background:var(--black-2)}
.kicker{
  display:inline-block;
  margin-bottom:13px;
  color:var(--gold);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.section-title{max-width:760px;margin-bottom:46px}
.section-title.center{text-align:center;margin-left:auto;margin-right:auto}
.section-title h2{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(2.2rem,4vw,4.2rem);
  line-height:1.04;
  font-weight:500;
}
.section-title h2 em{color:var(--gold-soft);font-weight:500}
.section-title p{color:var(--muted);line-height:1.8}

/* NAV */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  color:white;transition:.3s ease;
  background:linear-gradient(to bottom,rgba(0,0,0,.72),transparent);
}
.navbar.scrolled{
  background:rgba(5,5,5,.96);
  box-shadow:0 3px 25px rgba(0,0,0,.4);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{
  font-family:"Playfair Display",serif;
  font-size:1.7rem;font-weight:600;letter-spacing:.03em
}
.brand span{color:var(--gold);font-style:italic}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.9rem}
.nav-links a{opacity:.9}
.nav-links a:hover{color:var(--gold-soft)}
.reserve-top{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--gold);color:#0a0a0a!important;
  padding:12px 20px;border-radius:999px;font-weight:800;
  box-shadow:0 0 0 1px rgba(255,255,255,.04)
}
.reserve-top:hover{background:var(--gold-soft)}
.menu-btn{display:none;border:0;background:transparent;color:inherit;font-size:1.6rem;cursor:pointer}

/* HERO */
.hero{
  min-height:96vh;
  position:relative;display:flex;align-items:center;color:white;
  background:
    linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 52%,rgba(0,0,0,.25) 100%),
    url("images/ARC DE TRIOMPHE.jpg") center/cover no-repeat;
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:160px;
  background:linear-gradient(transparent,var(--black));
}
.hero-content{position:relative;z-index:2;padding-top:90px;max-width:780px}
.hero h1{
  margin:0 0 24px;
  font-family:"Playfair Display",serif;
  font-size:clamp(3.5rem,7vw,6.9rem);
  line-height:.94;font-weight:500;
}
.hero h1 em{display:block;color:var(--gold-soft)}
.hero .lead{max-width:610px;font-size:1.08rem;line-height:1.8;color:rgba(255,255,255,.82)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:15px 24px;border-radius:999px;font-weight:800;
  transition:.2s;border:1px solid transparent;cursor:pointer
}
.btn-primary{background:var(--gold);color:#090909}
.btn-primary:hover{background:var(--gold-soft)}
.btn-light{border-color:rgba(255,255,255,.3);color:white;background:rgba(255,255,255,.04)}
.btn-light:hover{border-color:var(--gold);color:var(--gold-soft)}
.trust-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.trust-pill{
  border:1px solid rgba(200,169,107,.35);
  background:rgba(0,0,0,.32);
  backdrop-filter:blur(7px);
  padding:9px 14px;border-radius:999px;font-size:.82rem;color:#ddd
}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:center}
.about-photo{
  min-height:480px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  background:
    linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.32)),
    url("images/LOUVRE.jpg") center/cover;
  border:1px solid var(--line)
}
.about-copy p{color:var(--muted);line-height:1.85}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.check{
  background:var(--panel);border:1px solid var(--line);
  padding:14px 16px;border-radius:14px;font-size:.92rem;color:#ddd
}

/* CARDS */
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-card{
  background:linear-gradient(180deg,var(--panel),#111);
  border:1px solid var(--line);
  padding:30px;border-radius:var(--radius);
  box-shadow:0 8px 25px rgba(0,0,0,.22);
  transition:.25s
}
.info-card:hover{transform:translateY(-4px);border-color:rgba(200,169,107,.55)}
.info-card .number{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;background:#0f0f0f;color:var(--gold);
  font-weight:800;margin-bottom:20px;border:1px solid #343434
}
.info-card h3{font-family:"Playfair Display",serif;font-size:1.45rem;margin:0 0 10px}
.info-card p{color:var(--muted);line-height:1.7;margin:0}

/* DESTINATIONS */
.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.destination-card{
  position:relative;height:360px;overflow:hidden;border-radius:var(--radius);
  box-shadow:var(--shadow);border:1px solid var(--line)
}
.destination-card img{width:100%;height:100%;object-fit:cover;transition:.45s;filter:saturate(.88) contrast(1.03)}
.destination-card:hover img{transform:scale(1.055);filter:saturate(1)}
.destination-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(transparent 40%,rgba(0,0,0,.92))
}
.destination-info{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:white}
.destination-info h3{margin:0;font-family:"Playfair Display",serif;font-size:1.65rem}
.destination-info p{margin:5px 0 0;color:var(--gold-soft);font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}

/* VEHICLES */
.vehicle-groups{display:grid;gap:46px}
.vehicle-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.vehicle-head h3{margin:0;font-family:"Playfair Display",serif;font-size:1.7rem;color:var(--gold-soft)}
.vehicle-head:after{content:"";height:1px;background:var(--line);flex:1}
.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.vehicle-card{
  background:linear-gradient(180deg,var(--panel),#111);
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.22)
}
.vehicle-visual{
  aspect-ratio:4/3;
  background:radial-gradient(circle at 50% 35%,#2c2c2c 0,#181818 45%,#0b0b0b 100%);
  display:flex;align-items:center;justify-content:center;padding:28px;text-align:center;color:var(--muted)
}
.car-silhouette{font-size:4rem;filter:grayscale(1);opacity:.9}
.vehicle-body{padding:22px}
.vehicle-body small{color:var(--gold);text-transform:uppercase;letter-spacing:.13em;font-weight:700}
.vehicle-body h4{margin:8px 0 8px;font-family:"Playfair Display",serif;font-size:1.35rem}
.vehicle-body p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.6}

/* BOOKING */
.booking-wrap{
  background:
    linear-gradient(145deg,#0e0e0e,#050505);
  color:white;border-radius:30px;padding:48px;
  box-shadow:var(--shadow);border:1px solid #262626
}
.booking-wrap .section-title{margin-bottom:28px}
.booking-wrap .section-title h2{color:white}
.booking-wrap .section-title p{color:rgba(255,255,255,.65)}
.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-soft)}
.field input,.field select,.field textarea{
  width:100%;border:1px solid #303030;background:#141414;
  color:white;padding:15px 16px;border-radius:12px;outline:none
}
.field select option{color:white;background:#141414}
.field textarea{min-height:115px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#777}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,169,107,.12)}
.whatsapp-btn{
  grid-column:1/-1;border:0;background:var(--green);color:#092914;
  border-radius:999px;padding:17px 28px;font-weight:800;cursor:pointer;font-size:1rem
}
.booking-note{grid-column:1/-1;margin:0;text-align:center;color:rgba(255,255,255,.5);font-size:.82rem}

/* PAGE HERO */
.page-hero{
  padding:155px 0 78px;
  background:
    radial-gradient(circle at 80% 20%,rgba(200,169,107,.12),transparent 28%),
    linear-gradient(135deg,#111,#020202);
  color:white;border-bottom:1px solid var(--line)
}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(3rem,6vw,5.5rem);margin:0}
.page-hero p{max-width:650px;color:rgba(255,255,255,.68);line-height:1.7}

/* TARIFFS */
.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.tab{
  border:1px solid var(--line);background:var(--panel);padding:11px 18px;border-radius:999px;
  cursor:pointer;color:var(--muted);font-weight:700
}
.tab:hover{border-color:var(--gold);color:var(--gold-soft)}
.tab.active{background:var(--gold);color:#080808;border-color:var(--gold)}
.table-wrap{overflow:auto;display:none}
.table-wrap.active{display:block}
.price-table{
  width:100%;border-collapse:collapse;min-width:640px;background:var(--panel);
  border:1px solid var(--line);box-shadow:var(--shadow)
}
.price-table th,.price-table td{padding:17px 19px;border-bottom:1px solid var(--line);text-align:left}
.price-table th{background:#101010;color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.price-table tr:last-child td{border-bottom:0}
.price-table tr:hover td{background:#1b1b1b}
.price-table td:not(:first-child){font-weight:700}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}
.contact-cards{display:grid;gap:14px}
.contact-card{
  background:linear-gradient(180deg,var(--panel),#111);
  border:1px solid var(--line);padding:24px;border-radius:18px
}
.contact-card small{color:var(--gold);text-transform:uppercase;letter-spacing:.1em}
.contact-card strong{display:block;margin-top:6px;font-size:1.05rem}
.contact-card p{color:var(--muted)}
.contact-form{
  background:linear-gradient(180deg,var(--panel),#111);
  border:1px solid var(--line);padding:34px;border-radius:var(--radius)
}
.contact-form .field label{color:var(--gold-soft)}
.contact-form .field input,.contact-form .field textarea{background:#0f0f0f;color:white;border:1px solid #303030}
.send-btn{grid-column:1/-1;border:0;background:var(--gold);color:#080808;padding:16px;border-radius:999px;font-weight:800;cursor:pointer}

/* FAQ FOOTER */
.faq-list{max-width:860px;margin:auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{
  width:100%;padding:22px 0;border:0;background:transparent;text-align:left;cursor:pointer;
  display:flex;justify-content:space-between;gap:20px;color:var(--white);
  font-family:"Playfair Display",serif;font-size:1.18rem
}
.faq-question span{color:var(--gold)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s}
.faq-answer p{color:var(--muted);line-height:1.7;margin:0;padding:0 0 22px}
.footer{background:#020202;color:white;padding:55px 0 28px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px}
.footer h4{color:var(--gold-soft);margin:0 0 12px}
.footer p,.footer a{color:rgba(255,255,255,.58);font-size:.9rem;line-height:1.7}
.footer a:hover{color:var(--gold-soft)}
.footer-bottom{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.4);font-size:.82rem}

@media(max-width:950px){
  .nav-links{
    position:fixed;top:0;right:-100%;width:min(360px,84%);height:100vh;
    background:#0a0a0a;color:white;padding:110px 34px;
    flex-direction:column;align-items:flex-start;transition:.3s;border-left:1px solid var(--line)
  }
  .nav-links.open{right:0}
  .menu-btn{display:block}
  .about-grid,.contact-grid{grid-template-columns:1fr}
  .cards-3,.destination-grid,.vehicle-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .section{padding:72px 0}
  .hero{min-height:840px}
  .hero h1{font-size:3.55rem}
  .cards-3,.destination-grid,.vehicle-grid,.booking-grid{grid-template-columns:1fr}
  .field.full,.whatsapp-btn,.booking-note{grid-column:auto}
  .checks{grid-template-columns:1fr}
  .booking-wrap{padding:28px 20px;border-radius:24px}
  .footer-grid{grid-template-columns:1fr}
  .reserve-top{display:none}
}
.vehicle-visual {
    padding: 0;
    overflow: hidden;
}

.vehicle-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* MOBILE : masquer la photo du Louvre et les engagements */
@media (max-width: 680px) {

    .about-photo {
        display: none;
    }

    .checks {
        display: none;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


/* ==========================================
   CORRECTION MENU MOBILE
========================================== */

@media (max-width: 980px) {

  .navbar {
    position: relative;
    z-index: 9999;
  }

  .nav-inner {
    position: relative;
  }

  .menu-btn {
    display: block;
    position: relative;
    z-index: 10001;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    padding: 6px 10px;
  }

  .nav-links {
    display: none !important;

    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    width: 240px;
    height: auto !important;
    min-height: 0 !important;

    padding: 16px;

    background: #000000;

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;

    box-shadow: 0 15px 35px rgba(0,0,0,0.35);

    flex-direction: column;
    align-items: stretch;

    gap: 4px;

    z-index: 10000;
  }

  .nav-links.open {
    display: flex !important;
  }

  .nav-links a {
    display: block;

    width: 100%;

    padding: 11px 12px;

    color: #ffffff !important;

    font-size: 15px;

    border-radius: 8px;

    text-align: left;
  }

  .nav-links a:hover {
    background: rgba(255,255,255,0.08);
  }

  .nav-links .reserve-top {
    margin-top: 5px;

    text-align: center;

    background: #e0b15d;

    color: #000000 !important;
  }

}


/* ==========================================
   BOUTONS RÉSERVATION MOBILE
========================================== */

@media (max-width: 700px) {

  .reservation-actions {
    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    gap: 12px !important;

    width: 100%;
  }

  .reservation-actions .btn,
  .reservation-actions .whatsapp-btn {
    width: 100% !important;

    max-width: 340px !important;

    min-height: 46px !important;

    flex: none !important;

    padding: 11px 18px !important;

    font-size: 14px !important;

    border-radius: 9px !important;
  }

}
@media (max-width: 700px) {

  .booking-grid {
    grid-template-columns: 1fr !important;
  }

  .booking-grid .field,
  .booking-grid .field.full {
    width: 100% !important;
    min-width: 0 !important;
  }

  .booking-grid input,
  .booking-grid select,
  .booking-grid textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .booking-grid input[type="datetime-local"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

}

/* ==========================================
   HEADER PC - TOUT SUR UNE SEULE LIGNE
========================================== */
@media (min-width: 981px) {
  .nav-inner {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  .nav-brand-contact {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  .nav-inline-contact {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
  }

  .nav-inline-contact a {
    display: inline-block !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  .nav-links {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin-left: auto !important;
    gap: 18px !important;
  }

  .nav-links a {
    white-space: nowrap !important;
  }

  .language-switcher-wrap {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-left: 0 !important;
  }
}

/* ============================================
   MOYENS DE PAIEMENT
============================================ */
.payment-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(224,177,93,.08), transparent 35%),
    #000 !important;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.payment-container {
  text-align: center;
}

.payment-header {
  max-width: 850px;
  margin: 0 auto 50px;
}

.payment-header .kicker {
  color: #e0b15d !important;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.payment-header h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.payment-header h2 em {
  color: #e0b15d;
  font-weight: 400;
}

.payment-brands {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.payment-brand {
  height: 76px;
  min-width: 135px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  color: #101010;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  overflow: hidden;
}

.payment-brand.visa {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -2px;
  color: #173b8f;
}

.mastercard-logo {
  position: relative;
  width: 78px;
  height: 46px;
  flex: 0 0 78px;
}

.mastercard-logo span {
  position: absolute;
  top: 4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.mastercard-logo span:first-child {
  left: 4px;
  background: #eb001b;
}

.mastercard-logo span:last-child {
  right: 4px;
  background: #f79e1b;
  opacity: .92;
}

.payment-brand.amex {
  flex-direction: column;
  background: #1877a8;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.05;
}

.payment-brand.apple {
  gap: 5px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

.apple-logo {
  display: block;
  width: 34px;
  height: 38px;
  max-width: 34px;
  max-height: 38px;
  flex: 0 0 34px;
}

.payment-brand.gpay {
  font-size: 27px;
  font-weight: 500;
}

.payment-brand.gpay .google-g {
  margin-right: 6px;
  font-size: 31px;
  font-weight: 800;
  color: #4285f4;
}

.payment-brand.paypal {
  min-width: 95px;
}

.paypal-logo {
  display: block;
  width: 42px;
  height: 48px;
  max-width: 42px;
  max-height: 48px;
  flex: 0 0 42px;
}

/* ============================================
   MOBILE : FORMULAIRE + PAIEMENT
============================================ */
@media (max-width: 700px) {
  .booking-wrap {
    padding: 28px 20px;
    overflow: hidden;
  }

  .booking-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .booking-grid .field,
  .booking-grid .field.full {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
    overflow: hidden !important;
  }

  .booking-grid input,
  .booking-grid select,
  .booking-grid textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* iPhone / Safari : empêche datetime-local de dépasser du cadre */
  .booking-grid #date {
    display: block !important;
    inline-size: -webkit-fill-available !important;
    width: -webkit-fill-available !important;
    max-width: -webkit-fill-available !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 15px 12px !important;
    font-size: 16px !important;
    overflow: hidden !important;
  }

  .booking-grid #date::-webkit-date-and-time-value {
    min-width: 0 !important;
    width: 100% !important;
    text-align: left !important;
  }

  .reservation-actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .reservation-actions .btn,
  .reservation-actions .whatsapp-btn {
    width: 100% !important;
    max-width: none !important;
  }

  .payment-section {
    padding: 72px 0;
    overflow: hidden;
  }

  .payment-brands {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .payment-brand {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 72px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
  }

  .apple-logo {
    width: 30px !important;
    height: 34px !important;
    max-width: 30px !important;
    max-height: 34px !important;
    flex: 0 0 30px !important;
  }

  .paypal-logo {
    width: 35px !important;
    height: 42px !important;
    max-width: 35px !important;
    max-height: 42px !important;
    flex: 0 0 35px !important;
  }
}

/* ============================================
   BULLE WHATSAPP FLOTTANTE
============================================ */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 34px rgba(0,0,0,.45);
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  display: block;
  fill: #fff;
}

@media (max-width: 700px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

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

.date-field{min-width:0;max-width:100%;overflow:hidden;}
.reviews-section{
  background:#050505;
}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.review-card{
  background:linear-gradient(180deg,#151515,#0d0d0d);
  border:1px solid rgba(200,169,107,.25);
  border-radius:22px;
  padding:24px;
  transition:.3s;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.review-card:hover{
  transform:translateY(-6px);
  border-color:#c8a96b;
}

.review-header{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:18px;
}

.review-avatar{
  width:55px;
  height:55px;
  border-radius:50%;
  background:linear-gradient(135deg,#c8a96b,#f0d39b);
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
  flex-shrink:0;
}

.review-user{
  flex:1;
}

.review-user h4{
  margin:0;
  color:#fff;
  font-size:16px;
}

.review-user span{
  color:#8b8b8b;
  font-size:12px;
}

.review-stars{
  color:#F4B400;
  letter-spacing:2px;
  margin:4px 0;
  font-size:15px;
}

.review-card p{
  color:#d4d4d4;
  line-height:1.8;
  font-size:14px;
  margin:0;
}

.google-icon{
  width:26px;
  height:26px;
}

.reviews-footer{
  text-align:center;
  margin-top:45px;
}

@media(max-width:950px){
  .reviews-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

  .review-card{
    padding:20px;
  }
}