/* =========================================================
   PVC-ALU  STYLE.CSS MASTER CLEAN
   Base propre, premium, mobile-first, stable
========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(28, 76, 173, 0.08), transparent 26%),
    linear-gradient(180deg, #f6f8fc 0%, #eef3fa 100%);
  color: #0c1830;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #1f5fbf;
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: #123f84;
}

p {
  margin: 0 0 16px;
}

h1, h2, h3 {
  margin: 0 0 16px;
  line-height: 1.12;
  color: #0a1630;
}

h1 {
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 800;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* =========================
   GLOBAL BACKGROUND HELPERS
========================= */
.gallery-luxury,
.footer-prestige-band,
.footer-clean-lux {
  background:
    radial-gradient(circle at top left, rgba(42, 103, 255, 0.12), transparent 20%),
    radial-gradient(circle at bottom right, rgba(20, 211, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #07152f 0%, #041126 100%);
}

.devis-section {
  background:
    radial-gradient(circle at top right, rgba(32, 102, 255, 0.06), transparent 20%),
    linear-gradient(180deg, #f7f9fc 0%, #eef4fb 100%);
}

.devis-section-white {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(2px);
}

/* =========================
   TOP UTILITY CLASSES
========================= */
.section-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #bc8d1e;
}

.section-tag-gold {
  color: #f2c35c;
}

.section-tag-light {
  color: #f5c96d;
}

.urgency-text {
  margin-top: 20px;
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffcb57;
}

.trust-bar {
  margin-top: 10px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.86);
}

.micro-cta-inline {
  margin-top: 14px;
  font-weight: 600;
}

/* =========================
   BUTTONS
========================= */
.hero-btn,
.secondary-btn,
.header-wow-cta,
.popup-btn,
.footer-clean-btn,
.footer-prestige-btn,
.btn-luxury-next,
.micro-cta-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.hero-btn,
.header-wow-cta,
.footer-clean-btn-primary,
.footer-prestige-btn-primary,
.popup-btn,
.micro-cta-mini-btn-primary,
.btn-luxury-next {
  color: #fff;
  background:
    linear-gradient(135deg, #ffbf3f 0%, #ff971c 50%, #ff6b2c 100%);
  box-shadow:
    0 14px 28px rgba(255, 134, 34, 0.28),
    0 0 0 1px rgba(255,255,255,0.08) inset;
}

.hero-btn:hover,
.header-wow-cta:hover,
.footer-clean-btn-primary:hover,
.footer-prestige-btn-primary:hover,
.popup-btn:hover,
.micro-cta-mini-btn-primary:hover,
.btn-luxury-next:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow:
    0 18px 36px rgba(255, 125, 23, 0.34),
    0 0 0 1px rgba(255,255,255,0.12) inset;
}

.secondary-btn,
.footer-clean-btn-whatsapp,
.footer-prestige-btn-whatsapp,
.micro-cta-mini-btn-secondary,
.top-mini-wa {
  color: #fff;
  background:
    linear-gradient(135deg, #23cf62 0%, #18b954 55%, #12a54a 100%);
  box-shadow:
    0 14px 28px rgba(18, 174, 79, 0.24),
    0 0 0 1px rgba(255,255,255,0.08) inset;
}

.secondary-btn:hover,
.footer-clean-btn-whatsapp:hover,
.footer-prestige-btn-whatsapp:hover,
.micro-cta-mini-btn-secondary:hover,
.top-mini-wa:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow:
    0 18px 36px rgba(18, 174, 79, 0.32),
    0 0 0 1px rgba(255,255,255,0.12) inset;
}

.footer-prestige-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

.footer-prestige-btn-secondary:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255,255,255,0.18);
}

.top-mini-btn,
.header-wow-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.top-mini-phone,
.top-mini-mail,
.header-wow-phone {
  background: rgba(255,255,255,0.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
}

.top-mini-phone:hover,
.top-mini-mail:hover,
.header-wow-phone:hover {
  color: #fff;
  background: rgba(255,255,255,0.22);
}

/* =========================
   HEADER
========================= */
.luxury-header {
  position: relative;
  z-index: 50;
}

.header-wow-topbar {
  background:
    linear-gradient(90deg, #b92710 0%, #de5e1a 35%, #f0aa1e 100%);
  color: #fff;
}

.header-wow-topbar-inner {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  min-height: 54px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.header-wow-topbar-left {
  font-size: 0.9rem;
  font-weight: 700;
}

.header-wow-topbar-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-wow-main-premium {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(10, 22, 48, 0.08);
  box-shadow: 0 14px 36px rgba(9, 29, 64, 0.08);
  backdrop-filter: blur(10px);
}

.header-wow-main-inner-premium {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 16px 0;
}

.header-wow-logo-premium {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.header-logo-shell-premium,
.footer-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  border: 1px solid rgba(15, 31, 62, 0.08);
  border-radius: 26px;
  box-shadow:
    0 16px 30px rgba(18, 40, 84, 0.08),
    0 0 0 1px rgba(255,255,255,0.6) inset;
}

.header-logo-shell-premium {
  width: 150px;
  height: 98px;
  padding: 14px;
}

.footer-logo-shell {
  width: 110px;
  height: 82px;
  padding: 12px;
}

.header-site-logo-premium,
.footer-clean-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-wow-center-note {
  min-width: 0;
}

.header-wow-center-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  color: #b88618;
}

.header-wow-center-note p {
  margin: 0;
  font-size: 1rem;
  color: #3a4a66;
  font-weight: 600;
}

.header-wow-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.mobile-menu-toggle {
  display: none;
  width: 58px;
  height: 58px;
  border-radius: 22px;
  border: 1px solid rgba(12, 24, 48, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
  box-shadow: 0 10px 26px rgba(15, 34, 76, 0.08);
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #172947;
  transition: 0.25s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

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

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* =========================
   NAV
========================= */
.nav-wow {
  background:
    linear-gradient(90deg, #1989ff 0%, #0d68d8 48%, #0a57b5 100%);
  box-shadow: 0 12px 28px rgba(8, 61, 133, 0.18);
  position: relative;
  z-index: 30;
}

.nav-wow-inner {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-wow-inner a {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 14px 14px;
  border-radius: 12px;
}

.nav-wow-inner a:hover {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.nav-mobile-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(84vw, 360px);
  height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(64, 129, 255, 0.16), transparent 22%),
    linear-gradient(180deg, #07152f 0%, #041126 100%);
  box-shadow: -24px 0 60px rgba(0,0,0,0.28);
  z-index: 120;
  transition: right 0.32s ease;
  overflow-y: auto;
  padding: 88px 18px 24px;
}

.nav-mobile-panel.open {
  right: 0;
}

.nav-mobile-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav-mobile-panel-inner a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.08);
}

.nav-mobile-panel-inner a:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

/* =========================
   HERO
========================= */
.page-hero-devis {
  position: relative;
  overflow: hidden;
  padding: 90px 0 84px;
  color: #fff;
}

.page-hero-devis::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 47, 0.08) 0%, rgba(7, 21, 47, 0.28) 100%);
  pointer-events: none;
}

.page-hero-devis-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  max-width: 920px;
}

.page-hero-devis h1,
.page-hero-devis p,
.page-hero-devis a,
.page-hero-devis span {
  position: relative;
  z-index: 2;
}

.page-hero-devis h1 {
  color: #fff;
  text-shadow: 0 10px 24px rgba(0,0,0,0.22);
  max-width: 980px;
}

.page-hero-devis-text {
  max-width: 860px;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

.page-hero-devis-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.page-hero-devis-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.page-hero-devis-points span,
.footer-prestige-points span,
.footer-balanced-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

/* =========================
   SECTION LAYOUTS
========================= */
.devis-intro-band,
.devis-section,
.devis-section-white,
.faq-section-lux,
.gallery-luxury,
.zones-lux,
.footer-prestige-band {
  padding: 78px 0;
}

.devis-head {
  max-width: 900px;
  margin-bottom: 36px;
}

.devis-head p:last-child {
  margin-bottom: 0;
  color: #45536b;
  font-size: 1.05rem;
}

.devis-grid-3,
.testimonials-wow-grid,
.faq-lux-grid,
.zones-lux-grid {
  display: grid;
  gap: 22px;
}

.devis-grid-3,
.testimonials-wow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-lux-grid,
.zones-lux-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* =========================
   CARDS
========================= */
.devis-card,
.testimonial-wow-card,
.faq-lux-item,
.zones-lux-card,
.micro-cta-box,
.popup-box {
  border-radius: 28px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(13, 29, 59, 0.08);
  box-shadow:
    0 22px 42px rgba(14, 36, 75, 0.08),
    0 0 0 1px rgba(255,255,255,0.45) inset;
}

.devis-card,
.testimonial-wow-card,
.faq-lux-item,
.zones-lux-card {
  padding: 28px;
}

.devis-card p:last-child,
.testimonial-wow-card p:last-child,
.faq-lux-item p:last-child,
.zones-lux-card p:last-child {
  margin-bottom: 0;
}

.devis-card-kicker,
.zones-lux-kicker,
.testimonial-wow-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 188, 61, 0.16), rgba(255, 129, 34, 0.12));
  color: #b6780d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.devis-card h3,
.testimonial-wow-card h3,
.faq-lux-item h3,
.zones-lux-card strong {
  margin-top: 12px;
}

/* =========================
   MICRO CTA
========================= */
.micro-cta-box {
  padding: 28px;
}

.micro-cta-box p {
  margin: 0 0 18px;
  font-size: 1.06rem;
  color: #1a2947;
}

.micro-cta-box-actions,
.footer-balanced-actions,
.footer-prestige-actions,
.gallery-wow-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================
   GALLERY
========================= */
.gallery-luxury {
  color: #fff;
}

.gallery-luxury .devis-head h2,
.gallery-luxury .devis-head p,
.gallery-wow-bottom p {
  color: #fff;
}

.gallery-luxury-intro,
.faq-lux-intro,
.zones-lux-intro {
  color: rgba(255,255,255,0.84);
}

.gallery-wow-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 220px;
}

.gallery-wow-main {
  position: relative;
  grid-row: span 2;
  border-radius: 28px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: 0 28px 56px rgba(0,0,0,0.24);
}

.gallery-wow-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 220px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}

.gallery-wow-main img,
.gallery-wow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wow-overlay,
.gallery-wow-mini {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 18, 48, 0.92) 100%);
}

.gallery-wow-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffca58 0%, #ff9831 100%);
  color: #111a2d;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gallery-wow-overlay h3,
.gallery-wow-mini h3 {
  color: #fff;
  margin-top: 12px;
}

.gallery-wow-mini span {
  color: #f0c96f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-wow-bottom {
  margin-top: 26px;
}

/* =========================
   TESTIMONIALS
========================= */
.testimonial-wow-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.testimonial-wow-stars {
  color: #ffbf49;
  font-size: 1.12rem;
  letter-spacing: 0.12em;
}

.testimonial-wow-meta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #49556c;
}

/* =========================
   FAQ
========================= */
.faq-section-lux {
  background:
    radial-gradient(circle at top left, rgba(36, 94, 214, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
}

.faq-lux-top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.faq-lux-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b60d4 0%, #3ba7ff 100%);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(20, 99, 214, 0.24);
}

/* =========================
   ZONES
========================= */
.zones-lux {
  color: #fff;
}

.zones-lux-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.zones-lux-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.zones-lux-head h2 {
  color: #fff;
}

.zones-lux-card {
  display: block;
  color: #122138;
  background: rgba(255,255,255,0.95);
}

.zones-lux-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 48px rgba(0,0,0,0.16),
    0 0 0 1px rgba(255,255,255,0.45) inset;
}

/* =========================
   FOOTER PRESTIGE BAND
========================= */
.footer-prestige-band {
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-prestige-band-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.footer-prestige-kicker {
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #f1c76a;
}

.footer-prestige-band h2,
.footer-prestige-text {
  color: #fff;
}

.footer-prestige-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 26px 0;
}

/* =========================
   FOOTER CLEAN
========================= */
.footer-clean-lux {
  color: #fff;
  position: relative;
}

.footer-clean-topline {
  height: 2px;
  background: linear-gradient(90deg, #ff9a2f 0%, #ffc54d 40%, #4de18c 100%);
  opacity: 0.95;
}

.footer-balanced-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 42px 0 28px;
}

.footer-balanced-col h3,
.footer-brand-title {
  color: #fff;
  margin-bottom: 14px;
}

.footer-brand-title {
  font-size: 1.2rem;
  font-weight: 900;
}

.footer-balanced-text,
.footer-balanced-contact-box span,
.footer-balanced-contact-box a,
.footer-clean-links a {
  color: rgba(255,255,255,0.82);
}

.footer-clean-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-clean-links li {
  margin-bottom: 10px;
}

.footer-clean-links a:hover,
.footer-balanced-contact-box a:hover {
  color: #fff;
}

.footer-balanced-contact-box p {
  margin-bottom: 12px;
}

.footer-balanced-contact-box strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.footer-seo-links {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.footer-seo-links a {
  color: #5ec1ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-seo-links a:hover {
  color: #fff;
}

.footer-balanced-actions {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 0 20px;
}

.footer-balanced-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-balanced-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.footer-balanced-bottom-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-balanced-bottom-links a {
  color: rgba(255,255,255,0.86);
  font-weight: 700;
}

/* =========================
   POPUP
========================= */
.popup-hidden {
  display: none;
}

#popup-offer {
  position: fixed;
  inset: 0;
  background: rgba(3, 12, 25, 0.66);
  z-index: 300;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.popup-box {
  width: min(100%, 420px);
  padding: 28px;
  text-align: center;
}

.popup-box h3 {
  font-size: 1.5rem;
}

.popup-close {
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
  font-weight: 800;
  color: #5e6980;
}

/* =========================
   FLOAT + MOBILE CTA
========================= */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 92px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  color: #fff;
  z-index: 140;
  background: linear-gradient(135deg, #1ec95d 0%, #0ea94a 100%);
  box-shadow:
    0 16px 34px rgba(17, 176, 79, 0.34),
    0 0 30px rgba(18, 196, 92, 0.18);
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

.mobile-cta-ultra {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  display: flex;
  gap: 8px;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: rgba(6, 18, 39, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 -14px 34px rgba(0,0,0,0.16);
}

.mobile-cta-ultra a {
  flex: 1;
  min-height: 58px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 14px;
}

.cta-call {
  background: linear-gradient(135deg, #156df0 0%, #1f8fff 100%);
  box-shadow: 0 12px 28px rgba(18, 103, 230, 0.28);
}

.cta-wa {
  background: linear-gradient(135deg, #1ec95d 0%, #13b252 100%);
  box-shadow: 0 12px 28px rgba(18, 174, 79, 0.28);
}

.cta-call:hover,
.cta-wa:hover {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .header-wow-main-inner-premium {
    grid-template-columns: 150px 1fr;
  }

  .header-wow-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .footer-balanced-inner {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .gallery-wow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-wow-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .header-wow-topbar-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .header-wow-topbar-left {
    text-align: center;
  }

  .header-wow-topbar-right {
    justify-content: center;
  }

  .header-wow-main-inner-premium {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .header-wow-center-note {
    display: none;
  }

  .header-wow-actions {
    grid-column: auto;
    gap: 10px;
  }

  .nav-desktop {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .header-wow-phone,
  .header-wow-cta {
    display: none;
  }

  .devis-grid-3,
  .testimonials-wow-grid,
  .faq-lux-grid,
  .zones-lux-grid,
  .footer-balanced-inner {
    grid-template-columns: 1fr;
  }

  .gallery-wow-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-wow-main,
  .gallery-wow-card {
    min-height: 280px;
    grid-row: auto;
  }

  .page-hero-devis {
    padding: 62px 0 84px;
  }

  .page-hero-devis-actions,
  .micro-cta-box-actions,
  .footer-prestige-actions,
  .gallery-wow-actions,
  .footer-balanced-actions {
    flex-direction: column;
  }

  .page-hero-devis-actions a,
  .micro-cta-box-actions a,
  .footer-prestige-actions a,
  .gallery-wow-actions a,
  .footer-balanced-actions a {
    width: 100%;
  }

  .footer-balanced-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 90px;
  }

  .container,
  .page-hero-devis-inner,
  .zones-lux-inner,
  .footer-prestige-band-inner,
  .footer-balanced-inner,
  .footer-seo-links,
  .footer-balanced-actions,
  .footer-balanced-bottom,
  .header-wow-main-inner-premium,
  .header-wow-topbar-inner,
  .nav-wow-inner {
    width: min(100% - 22px, 1180px);
  }

  .header-logo-shell-premium {
    width: 120px;
    height: 84px;
    border-radius: 22px;
  }

  .page-hero-devis h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .page-hero-devis-text {
    font-size: 1rem;
  }

  .devis-intro-band,
  .devis-section,
  .devis-section-white,
  .faq-section-lux,
  .gallery-luxury,
  .zones-lux,
  .footer-prestige-band {
    padding: 60px 0;
  }

  .devis-card,
  .testimonial-wow-card,
  .faq-lux-item,
  .zones-lux-card,
  .micro-cta-box,
  .popup-box {
    border-radius: 22px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 14px;
    bottom: 92px;
  }

  .mobile-cta-ultra a {
    font-size: 0.98rem;
  }
}

/* =========================================================
   PATCH URGENT  MOBILE FIRST + VISUAL BOOST
   Pune acest bloc LA FINALUL lui style.css
========================================================= */

/* 1) ZONES SECTION  FIX vizibilitate */
.zones-lux {
  background:
    radial-gradient(circle at top left, rgba(49, 113, 255, 0.18), transparent 20%),
    radial-gradient(circle at bottom right, rgba(28, 228, 196, 0.10), transparent 24%),
    linear-gradient(180deg, #07152f 0%, #041126 100%) !important;
  color: #fff !important;
}

.zones-lux-head h2 {
  color: #ffffff !important;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.zones-lux-head .section-tag {
  color: #f3c96f !important;
}

.zones-lux-intro {
  color: rgba(255, 255, 255, 0.88) !important;
}

.zones-lux-card {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(255,255,255,0.28) inset !important;
}

.zones-lux-card strong {
  color: #0a1830;
}

.zones-lux-card p {
  color: #43506a;
}


/* 2) HERO  mai wow ?i mai clar */
.page-hero-devis {
  position: relative;
}

.page-hero-devis::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(65, 131, 255, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 189, 70, 0.12), transparent 22%);
  pointer-events: none;
  z-index: 1;
}

.page-hero-devis h1 {
  text-shadow:
    0 14px 28px rgba(0,0,0,0.22),
    0 2px 0 rgba(255,255,255,0.02);
}

.page-hero-devis-text {
  color: rgba(255,255,255,0.95) !important;
}

.page-hero-devis-points span {
  background: rgba(255,255,255,0.10) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}


/* 3) BUTTONS  mai sexy / mai clickabile */
.hero-btn,
.header-wow-cta,
.footer-clean-btn-primary,
.footer-prestige-btn-primary,
.popup-btn,
.micro-cta-mini-btn-primary,
.btn-luxury-next {
  background:
    linear-gradient(135deg, #ffc94d 0%, #ffa126 45%, #ff6d2d 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(255, 122, 24, 0.34),
    0 0 0 1px rgba(255,255,255,0.10) inset !important;
}

.hero-btn:hover,
.header-wow-cta:hover,
.footer-clean-btn-primary:hover,
.footer-prestige-btn-primary:hover,
.popup-btn:hover,
.micro-cta-mini-btn-primary:hover,
.btn-luxury-next:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 22px 42px rgba(255, 122, 24, 0.42),
    0 0 0 1px rgba(255,255,255,0.14) inset !important;
}

.secondary-btn,
.footer-clean-btn-whatsapp,
.footer-prestige-btn-whatsapp,
.micro-cta-mini-btn-secondary,
.top-mini-wa,
.cta-wa {
  background:
    linear-gradient(135deg, #20d766 0%, #16bc57 55%, #109d48 100%) !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(17, 178, 80, 0.30),
    0 0 0 1px rgba(255,255,255,0.10) inset !important;
}

.secondary-btn:hover,
.footer-clean-btn-whatsapp:hover,
.footer-prestige-btn-whatsapp:hover,
.micro-cta-mini-btn-secondary:hover,
.top-mini-wa:hover,
.cta-wa:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 22px 42px rgba(17, 178, 80, 0.40),
    0 0 0 1px rgba(255,255,255,0.14) inset !important;
}

.cta-call {
  background:
    linear-gradient(135deg, #1582ff 0%, #0e67e2 100%) !important;
  box-shadow: 0 14px 30px rgba(17, 110, 235, 0.34) !important;
}


/* 4) CARDS  mai premium ?i mai curate */
.devis-card,
.testimonial-wow-card,
.faq-lux-item,
.micro-cta-box {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow:
    0 22px 46px rgba(11, 33, 74, 0.08),
    0 0 0 1px rgba(255,255,255,0.42) inset !important;
}

.devis-card:hover,
.testimonial-wow-card:hover,
.faq-lux-item:hover,
.zones-lux-card:hover {
  transform: translateY(-3px);
  transition: all 0.22s ease;
}

.devis-card h3,
.testimonial-wow-card h3,
.faq-lux-item h3 {
  color: #09162e;
}

.devis-card p,
.testimonial-wow-card p,
.faq-lux-item p {
  color: #44526b;
}


/* 5) GALLERY  mai cinematic */
.gallery-wow-main,
.gallery-wow-card {
  box-shadow:
    0 24px 48px rgba(0,0,0,0.22),
    0 0 0 1px rgba(255,255,255,0.04) inset !important;
}

.gallery-wow-overlay,
.gallery-wow-mini {
  background: linear-gradient(180deg, transparent 0%, rgba(4, 16, 38, 0.94) 100%) !important;
}


/* 6) FOOTER  mai clar ?i mai premium */
.footer-clean-lux {
  background:
    radial-gradient(circle at top left, rgba(60, 119, 255, 0.14), transparent 18%),
    radial-gradient(circle at bottom right, rgba(20, 211, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #061228 0%, #04101f 100%) !important;
}

.footer-seo-links a {
  color: #77c6ff !important;
}

.footer-seo-links a:hover {
  color: #ffffff !important;
}

.footer-balanced-bottom-links a:hover {
  color: #ffffff !important;
}


/* 7) MOBILE FIRST  foarte important */
@media (max-width: 768px) {
  .page-hero-devis {
    padding: 54px 0 88px !important;
  }

  .page-hero-devis-inner {
    width: min(100% - 22px, 1180px) !important;
  }

  .page-hero-devis h1 {
    font-size: clamp(2.05rem, 9vw, 3rem) !important;
    line-height: 1.06 !important;
    margin-bottom: 16px !important;
  }

  .page-hero-devis-text {
    font-size: 1.03rem !important;
    line-height: 1.65 !important;
  }

  .section-tag,
  .section-tag-gold,
  .section-tag-light {
    font-size: 0.76rem !important;
    letter-spacing: 0.20em !important;
  }

  .page-hero-devis-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 24px !important;
  }

  .page-hero-devis-actions a,
  .micro-cta-box-actions a,
  .gallery-wow-actions a,
  .footer-prestige-actions a,
  .footer-balanced-actions a {
    width: 100% !important;
    min-height: 56px !important;
    font-size: 1rem !important;
  }

  .page-hero-devis-points {
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .page-hero-devis-points span {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 42px;
  }

  .devis-intro-band,
  .devis-section,
  .devis-section-white,
  .gallery-luxury,
  .faq-section-lux,
  .zones-lux,
  .footer-prestige-band {
    padding: 52px 0 !important;
  }

  .devis-head {
    margin-bottom: 26px !important;
  }

  .devis-head h2 {
    font-size: clamp(1.65rem, 7vw, 2.4rem) !important;
    line-height: 1.12 !important;
  }

  .devis-head p,
  .devis-card p,
  .faq-lux-item p,
  .testimonial-wow-card p,
  .zones-lux-card p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  .devis-card,
  .testimonial-wow-card,
  .faq-lux-item,
  .zones-lux-card,
  .micro-cta-box,
  .popup-box {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .gallery-wow-main,
  .gallery-wow-card {
    min-height: 260px !important;
  }

  .gallery-wow-overlay,
  .gallery-wow-mini {
    padding: 18px !important;
  }

  .header-wow-topbar-right {
    gap: 8px !important;
  }

  .top-mini-btn {
    min-height: 42px !important;
    font-size: 0.92rem !important;
    padding: 10px 14px !important;
  }

  .mobile-cta-ultra {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .mobile-cta-ultra a {
    min-height: 58px !important;
    font-size: 0.98rem !important;
    border-radius: 18px !important;
    font-weight: 900 !important;
  }

  .whatsapp-float {
    width: 58px !important;
    height: 58px !important;
    right: 14px !important;
    bottom: 92px !important;
    font-size: 1.4rem !important;
  }
}


/* 8) SMALL MOBILE  super important */
@media (max-width: 480px) {
  .header-logo-shell-premium {
    width: 112px !important;
    height: 78px !important;
    padding: 10px !important;
  }

  .mobile-menu-toggle {
    width: 54px !important;
    height: 54px !important;
    border-radius: 20px !important;
  }

  .page-hero-devis h1 {
    font-size: clamp(1.92rem, 9vw, 2.6rem) !important;
  }

  .page-hero-devis-text,
  .trust-bar,
  .urgency-text {
    font-size: 0.96rem !important;
  }

  .devis-head h2 {
    font-size: clamp(1.52rem, 7.2vw, 2.1rem) !important;
  }

  .footer-prestige-kicker,
  .header-wow-center-kicker,
  .section-tag {
    letter-spacing: 0.16em !important;
  }
}

/* =========================================================
   PATCH MOBILE IMPACT + STICKY BOOST
   Pune acest bloc LA FINALUL lui style.css
========================================================= */

@media (max-width: 768px) {

  /* 1) Bara mobila de jos  mai sticky, mai wow */
  .mobile-cta-ultra {
    background:
      linear-gradient(180deg, rgba(7, 18, 39, 0.92) 0%, rgba(4, 12, 28, 0.98) 100%) !important;
    backdrop-filter: blur(14px) saturate(1.15) !important;
    box-shadow:
      0 -14px 34px rgba(0,0,0,0.22),
      0 -2px 0 rgba(255,255,255,0.05) inset !important;
    border-top: 1px solid rgba(255,255,255,0.10) !important;
  }

  .mobile-cta-ultra::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,196,77,0.65) 30%, rgba(36,215,102,0.65) 70%, transparent 100%);
    opacity: 0.9;
    pointer-events: none;
  }

  .mobile-cta-ultra a {
    position: relative;
    overflow: hidden;
    font-weight: 900 !important;
    box-shadow:
      0 10px 24px rgba(0,0,0,0.14),
      0 0 0 1px rgba(255,255,255,0.07) inset !important;
  }

  .mobile-cta-ultra a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.16) 50%, transparent 80%);
    transform: translateX(-120%);
    animation: ctaShine 3.6s ease-in-out infinite;
    pointer-events: none;
  }

  .cta-call {
    background:
      linear-gradient(135deg, #1e8fff 0%, #116ee7 55%, #0a59c8 100%) !important;
    box-shadow:
      0 14px 28px rgba(17, 110, 235, 0.34),
      0 0 18px rgba(41, 142, 255, 0.18) !important;
  }

  .cta-wa {
    background:
      linear-gradient(135deg, #28df6c 0%, #18c25a 55%, #0fa34a 100%) !important;
    box-shadow:
      0 14px 28px rgba(17, 178, 80, 0.34),
      0 0 18px rgba(34, 217, 103, 0.18) !important;
  }

  .cta-call:active,
  .cta-wa:active {
    transform: scale(0.98);
  }

  /* 2) Hero CTA  mai magnetice */
  .page-hero-devis-actions a,
  .micro-cta-box-actions a,
  .gallery-wow-actions a {
    position: relative;
    overflow: hidden;
  }

  .page-hero-devis-actions a::after,
  .micro-cta-box-actions a::after,
  .gallery-wow-actions a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.15) 50%, transparent 80%);
    transform: translateX(-130%);
    animation: ctaShine 4.2s ease-in-out infinite;
    pointer-events: none;
  }

  .page-hero-devis-actions .hero-btn,
  .micro-cta-box-actions .micro-cta-mini-btn-primary {
    box-shadow:
      0 18px 34px rgba(255, 127, 24, 0.34),
      0 0 20px rgba(255, 156, 44, 0.14),
      0 0 0 1px rgba(255,255,255,0.10) inset !important;
  }

  .page-hero-devis-actions .secondary-btn,
  .micro-cta-box-actions .micro-cta-mini-btn-secondary {
    box-shadow:
      0 18px 34px rgba(17, 178, 80, 0.30),
      0 0 18px rgba(34, 217, 103, 0.12),
      0 0 0 1px rgba(255,255,255,0.10) inset !important;
  }

  /* 3) Hero  pu?in mai intens vizual pe mobil */
  .page-hero-devis {
    background-position: center center !important;
  }

  .page-hero-devis::before {
    background:
      radial-gradient(circle at top right, rgba(74, 139, 255, 0.22), transparent 24%),
      radial-gradient(circle at bottom left, rgba(255, 188, 70, 0.16), transparent 22%) !important;
  }

  .page-hero-devis h1 {
    text-shadow:
      0 16px 30px rgba(0,0,0,0.24),
      0 0 24px rgba(8, 31, 71, 0.10) !important;
  }

  /* 4) Carduri  mai moderne ?i mai alive */
  .devis-card,
  .testimonial-wow-card,
  .faq-lux-item,
  .zones-lux-card,
  .micro-cta-box {
    box-shadow:
      0 18px 34px rgba(10, 32, 72, 0.08),
      0 0 0 1px rgba(255,255,255,0.35) inset !important;
  }

  .devis-card-kicker,
  .zones-lux-kicker,
  .testimonial-wow-tag {
    background:
      linear-gradient(135deg, rgba(255, 199, 86, 0.20), rgba(255, 132, 34, 0.14)) !important;
    box-shadow: 0 8px 18px rgba(255, 162, 43, 0.10);
  }

  /* 5) WhatsApp float  mai premium */
  .whatsapp-float {
    background:
      linear-gradient(135deg, #27db6a 0%, #14ba53 55%, #0f9d48 100%) !important;
    box-shadow:
      0 16px 32px rgba(17, 178, 80, 0.34),
      0 0 20px rgba(34, 217, 103, 0.20),
      0 0 0 1px rgba(255,255,255,0.10) inset !important;
  }

  /* 6) Footer mobil  mai compact ?i mai clar */
  .footer-clean-lux {
    background:
      radial-gradient(circle at top left, rgba(64, 120, 255, 0.16), transparent 18%),
      radial-gradient(circle at bottom right, rgba(20, 211, 255, 0.10), transparent 20%),
      linear-gradient(180deg, #061228 0%, #04101f 100%) !important;
  }

  /* 7) Tag-uri ?i puncte  mai vizibile */
  .page-hero-devis-points span,
  .footer-prestige-points span,
  .footer-balanced-badges span {
    box-shadow:
      0 10px 22px rgba(0,0,0,0.12),
      0 0 0 1px rgba(255,255,255,0.08) inset !important;
  }
}

/* very small devices */
@media (max-width: 480px) {
  .mobile-cta-ultra a {
    font-size: 0.93rem !important;
  }

  .page-hero-devis-actions a,
  .micro-cta-box-actions a,
  .gallery-wow-actions a {
    min-height: 52px !important;
  }
}

/* anima?ie luciu discret pe CTA */
@keyframes ctaShine {
  0% {
    transform: translateX(-130%);
  }
  22% {
    transform: translateX(130%);
  }
  100% {
    transform: translateX(130%);
  }
}

/* =========================================================
   INDEX FINAL ULTIMATE  MOBILE FIRST FINISH
   ΐ ajouter ΰ la fin de style.css
========================================================= */

/* ---------- Base ---------- */
.homepage-hero-ultimate,
.homepage-intro-ultimate,
.homepage-actions-quick,
.homepage-materials-ultimate,
.homepage-prix-devis-ultimate,
.homepage-proof-human,
.homepage-realisations-ultimate,
.homepage-local-proof-ultimate,
.homepage-process-ultimate,
.homepage-faq-ultimate,
.homepage-final-cta-ultimate {
  position: relative;
}

.homepage-hero-ultimate .page-hero-devis-inner,
.homepage-intro-ultimate .container,
.homepage-actions-quick .container,
.homepage-materials-ultimate .container,
.homepage-prix-devis-ultimate .container,
.homepage-proof-human .container,
.homepage-realisations-ultimate .container,
.homepage-local-proof-ultimate .container,
.homepage-process-ultimate .container,
.homepage-faq-ultimate .container,
.homepage-final-cta-ultimate .footer-prestige-band-inner {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

/* ---------- Hero ---------- */
.homepage-hero-ultimate {
  min-height: 82vh;
  display: flex;
  align-items: center;
  padding: 34px 0 26px;
}

.homepage-hero-ultimate .page-hero-devis-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
}

.homepage-hero-ultimate .section-tag-gold {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f7d78d;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.homepage-hero-ultimate h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2rem, 5.2vw, 4.3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.homepage-hero-ultimate .page-hero-devis-text {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1rem, 2.7vw, 1.18rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.92);
}

.homepage-hero-ultimate .page-hero-devis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.homepage-hero-ultimate .hero-btn,
.homepage-hero-ultimate .secondary-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.20);
}

.homepage-hero-ultimate .hero-btn {
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #18243d;
}

.homepage-hero-ultimate .secondary-btn {
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.homepage-hero-ultimate .hero-btn:hover,
.homepage-hero-ultimate .secondary-btn:hover {
  transform: translateY(-1px);
}

.homepage-hero-ultimate .urgency-text {
  margin: 2px 0 0;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffe29f;
}

.homepage-hero-ultimate .trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 8px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.90);
}

.homepage-hero-ultimate .page-hero-devis-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.homepage-hero-ultimate .page-hero-devis-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 700;
}

/* ---------- Intro band ---------- */
.homepage-intro-ultimate {
  padding: 34px 0 18px;
  background: #fff;
}

.homepage-intro-ultimate p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #26334f;
}

.homepage-intro-ultimate a {
  color: #11326a;
  font-weight: 700;
  text-decoration: none;
}

.homepage-quick-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.homepage-quick-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  background: #f5f7fb;
  border: 1px solid #e4e9f3;
  color: #13284f;
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

/* ---------- Sections ---------- */
.homepage-actions-quick,
.homepage-materials-ultimate,
.homepage-prix-devis-ultimate,
.homepage-proof-human,
.homepage-local-proof-ultimate,
.homepage-process-ultimate {
  padding: 42px 0;
}

.homepage-actions-quick,
.homepage-prix-devis-ultimate,
.homepage-local-proof-ultimate {
  background: #fbfcfe;
}

.homepage-materials-ultimate,
.homepage-proof-human,
.homepage-process-ultimate {
  background: #fff;
}

.homepage-actions-quick .devis-head,
.homepage-materials-ultimate .devis-head,
.homepage-prix-devis-ultimate .devis-head,
.homepage-proof-human .devis-head,
.homepage-realisations-ultimate .devis-head,
.homepage-local-proof-ultimate .devis-head,
.homepage-process-ultimate .devis-head,
.homepage-faq-ultimate .faq-lux-inner > .section-tag,
.homepage-faq-ultimate .faq-lux-inner > h2,
.homepage-faq-ultimate .faq-lux-inner > .faq-lux-intro {
  text-align: center;
}

.homepage-actions-quick .devis-head h2,
.homepage-materials-ultimate .devis-head h2,
.homepage-prix-devis-ultimate .devis-head h2,
.homepage-proof-human .devis-head h2,
.homepage-realisations-ultimate .devis-head h2,
.homepage-local-proof-ultimate .devis-head h2,
.homepage-process-ultimate .devis-head h2,
.homepage-faq-ultimate h2 {
  margin: 10px auto 12px;
  max-width: 900px;
  font-size: clamp(1.6rem, 4.4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #13284f;
}

.homepage-actions-quick .devis-head p,
.homepage-materials-ultimate .devis-head p,
.homepage-prix-devis-ultimate .devis-head p,
.homepage-proof-human .devis-head p,
.homepage-realisations-ultimate .devis-head p,
.homepage-local-proof-ultimate .devis-head p,
.homepage-process-ultimate .devis-head p,
.homepage-faq-ultimate .faq-lux-intro {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.85;
  color: #42506b;
}

/* ---------- Section tags ---------- */
.homepage-actions-quick .section-tag,
.homepage-materials-ultimate .section-tag,
.homepage-prix-devis-ultimate .section-tag,
.homepage-proof-human .section-tag,
.homepage-realisations-ultimate .section-tag,
.homepage-local-proof-ultimate .section-tag,
.homepage-process-ultimate .section-tag,
.homepage-faq-ultimate .section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf2fb;
  color: #16366b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

/* ---------- Service bullets ---------- */
.homepage-service-bullets {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 26px;
}

.homepage-service-bullets span {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(16, 34, 70, 0.05);
  font-size: 0.96rem;
  font-weight: 700;
  color: #21314f;
}

/* ---------- Cards ---------- */
.homepage-materials-ultimate .devis-grid-3,
.homepage-proof-human .devis-grid-3,
.homepage-process-ultimate .devis-grid-3,
.homepage-prix-devis-ultimate .devis-grid-2 {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.homepage-materials-ultimate .devis-grid-3,
.homepage-proof-human .devis-grid-3,
.homepage-process-ultimate .devis-grid-3 {
  grid-template-columns: 1fr;
}

.homepage-prix-devis-ultimate .devis-grid-2 {
  grid-template-columns: 1fr;
}

.homepage-materials-ultimate .devis-card,
.homepage-proof-human .devis-card,
.homepage-process-ultimate .devis-card,
.homepage-prix-devis-ultimate .devis-card {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: 0 14px 38px rgba(14, 28, 61, 0.06);
}

.homepage-materials-ultimate .devis-card h3,
.homepage-proof-human .devis-card h3,
.homepage-process-ultimate .devis-card h3,
.homepage-prix-devis-ultimate .devis-card h3 {
  margin: 8px 0 10px;
  font-size: 1.18rem;
  line-height: 1.24;
  color: #13284f;
}

.homepage-materials-ultimate .devis-card p,
.homepage-proof-human .devis-card p,
.homepage-process-ultimate .devis-card p,
.homepage-prix-devis-ultimate .devis-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.78;
  color: #46536d;
}

.homepage-materials-ultimate .devis-card a,
.homepage-proof-human .devis-card a,
.homepage-process-ultimate .devis-card a,
.homepage-prix-devis-ultimate .devis-card a {
  color: #133975;
  font-weight: 700;
  text-decoration: none;
}

.homepage-materials-ultimate .devis-card-kicker,
.homepage-proof-human .devis-card-kicker,
.homepage-process-ultimate .devis-card-kicker,
.homepage-prix-devis-ultimate .devis-card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #17366b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

/* ---------- Mini arrows ---------- */
.mini-link-arrow {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-size: 0.95rem;
  font-weight: 800;
}

.mini-link-arrow::after {
  content: "?";
  margin-left: 8px;
}

/* ---------- Micro CTA ---------- */
.homepage-prix-devis-ultimate .micro-cta-box {
  margin-top: 24px;
  padding: 24px 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, #13284f, #1a3d78);
  color: #fff;
  box-shadow: 0 18px 46px rgba(13, 29, 61, 0.18);
}

.homepage-prix-devis-ultimate .micro-cta-box p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

.homepage-prix-devis-ultimate .micro-cta-box-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.homepage-prix-devis-ultimate .micro-cta-mini-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0 16px;
}

.homepage-prix-devis-ultimate .micro-cta-mini-btn-primary {
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #16253f;
}

.homepage-prix-devis-ultimate .micro-cta-mini-btn-secondary {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
}

/* ---------- Gallery ---------- */
.homepage-realisations-ultimate {
  padding: 48px 0;
  background: linear-gradient(180deg, #0f1d35, #162846);
  color: #fff;
}

.homepage-realisations-ultimate .devis-head h2,
.homepage-realisations-ultimate .devis-head p,
.homepage-realisations-ultimate .gallery-luxury-intro {
  color: #fff;
}

.homepage-realisations-ultimate .gallery-wow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.homepage-realisations-ultimate .gallery-wow-main,
.homepage-realisations-ultimate .gallery-wow-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  min-height: 240px;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0,0,0,0.25);
}

.homepage-realisations-ultimate .gallery-wow-main img,
.homepage-realisations-ultimate .gallery-wow-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.homepage-realisations-ultimate .gallery-wow-main:hover img,
.homepage-realisations-ultimate .gallery-wow-card:hover img {
  transform: scale(1.04);
}

.homepage-realisations-ultimate .gallery-wow-overlay,
.homepage-realisations-ultimate .gallery-wow-mini {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.72));
  color: #fff;
}

.homepage-realisations-ultimate .gallery-wow-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 0.74rem;
  font-weight: 800;
}

.homepage-realisations-ultimate .gallery-wow-overlay h3,
.homepage-realisations-ultimate .gallery-wow-mini h3 {
  margin: 10px 0 6px;
  font-size: 1.08rem;
  line-height: 1.3;
  color: #fff;
}

.homepage-realisations-ultimate .gallery-wow-overlay p,
.homepage-realisations-ultimate .gallery-wow-mini span {
  margin: 0;
  color: rgba(255,255,255,0.92);
  font-size: 0.92rem;
}

.homepage-realisations-ultimate .gallery-wow-bottom {
  margin-top: 24px;
  text-align: center;
}

.homepage-realisations-ultimate .gallery-wow-bottom p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.94);
  font-size: 1rem;
}

.homepage-realisations-ultimate .gallery-wow-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.homepage-realisations-ultimate .btn-luxury-next,
.homepage-realisations-ultimate .secondary-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 800;
  padding: 0 16px;
}

.homepage-realisations-ultimate .btn-luxury-next {
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #16253f;
}

.homepage-realisations-ultimate .secondary-btn {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
}

/* ---------- Local grid ---------- */
.homepage-local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.homepage-local-item {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5eaf2;
  color: #14346a;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 8px 10px;
  box-shadow: 0 10px 25px rgba(15, 29, 58, 0.05);
}

/* ---------- FAQ ---------- */
.homepage-faq-ultimate {
  padding: 48px 0;
  background: #fff;
}

.homepage-faq-ultimate .faq-lux-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.homepage-faq-ultimate .faq-lux-item {
  background: #fbfcfe;
  border: 1px solid #e6ebf3;
  border-radius: 20px;
  padding: 20px 16px;
}

.homepage-faq-ultimate .faq-lux-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.homepage-faq-ultimate .faq-lux-number {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #183a72;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.homepage-faq-ultimate .faq-lux-item h3 {
  margin: 2px 0 0;
  font-size: 1rem;
  line-height: 1.35;
  color: #162a4f;
}

.homepage-faq-ultimate .faq-lux-item p {
  margin: 12px 0 0;
  font-size: 0.96rem;
  line-height: 1.76;
  color: #4a5771;
}

/* ---------- Final CTA ---------- */
.homepage-final-cta-ultimate {
  padding: 50px 0;
}

.homepage-final-cta-ultimate .footer-prestige-band-inner {
  padding: 30px 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, #102243, #193b73);
  color: #fff;
  text-align: center;
  box-shadow: 0 20px 52px rgba(11, 25, 53, 0.22);
}

.homepage-final-cta-ultimate .footer-prestige-kicker {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: #f0cf7d;
  font-weight: 800;
}

.homepage-final-cta-ultimate h2 {
  margin: 0 auto 12px;
  max-width: 860px;
  font-size: clamp(1.55rem, 4.5vw, 3rem);
  line-height: 1.14;
  color: #fff;
}

.homepage-final-cta-ultimate .footer-prestige-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
}

.homepage-final-cta-ultimate .footer-prestige-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.homepage-final-cta-ultimate .footer-prestige-points span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
}

.homepage-final-cta-ultimate .footer-prestige-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.homepage-final-cta-ultimate .footer-prestige-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-decoration: none;
  padding: 0 16px;
  font-size: 0.96rem;
  font-weight: 800;
}

.homepage-final-cta-ultimate .footer-prestige-btn-primary {
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #16253f;
}

.homepage-final-cta-ultimate .footer-prestige-btn-whatsapp,
.homepage-final-cta-ultimate .footer-prestige-btn-secondary {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
}

/* ---------- Footer improvements ---------- */
.footer-balanced-actions .footer-clean-btn,
.mobile-cta-ultra a,
.top-mini-btn,
.header-wow-cta,
.header-wow-phone {
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.footer-balanced-actions .footer-clean-btn:hover,
.mobile-cta-ultra a:hover,
.top-mini-btn:hover,
.header-wow-cta:hover,
.header-wow-phone:hover {
  transform: translateY(-1px);
}

/* ---------- Mobile bar ---------- */
.mobile-cta-ultra {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mobile-cta-ultra a {
  min-height: 50px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
}

.mobile-cta-ultra .cta-call {
  background: #13284f;
  color: #fff;
}

.mobile-cta-ultra .cta-wa {
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #16253f;
}

/* ---------- Popup ---------- */
.popup-box {
  width: min(92vw, 380px);
  padding: 24px 18px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.popup-box h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  color: #172b4f;
}

.popup-box p {
  margin: 0 0 16px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #4b5871;
}

.popup-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 0 16px;
  background: linear-gradient(135deg, #f0c96b, #d9ab43);
  color: #16253f;
  text-decoration: none;
  font-weight: 800;
}

/* ---------- Tablet ---------- */
@media (min-width: 768px) {
  .homepage-quick-links {
    grid-template-columns: repeat(4, 1fr);
  }

  .homepage-service-bullets {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-materials-ultimate .devis-grid-3,
  .homepage-proof-human .devis-grid-3,
  .homepage-process-ultimate .devis-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage-prix-devis-ultimate .devis-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-local-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .homepage-faq-ultimate .faq-lux-grid {
    grid-template-columns: 1fr 1fr;
  }

  .homepage-realisations-ultimate .gallery-wow-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .homepage-realisations-ultimate .gallery-wow-main {
    grid-row: span 2;
    min-height: 100%;
  }

  .homepage-realisations-ultimate .gallery-wow-card {
    min-height: 220px;
  }

  .homepage-realisations-ultimate .gallery-wow-actions,
  .homepage-final-cta-ultimate .footer-prestige-actions,
  .homepage-prix-devis-ultimate .micro-cta-box-actions {
    flex-direction: row;
    justify-content: center;
  }
}

/* ---------- Desktop ---------- */
@media (min-width: 992px) {
  .homepage-hero-ultimate {
    min-height: 88vh;
    padding: 56px 0 34px;
  }

  .homepage-hero-ultimate .page-hero-devis-inner {
    gap: 18px;
  }

  .homepage-actions-quick,
  .homepage-materials-ultimate,
  .homepage-prix-devis-ultimate,
  .homepage-proof-human,
  .homepage-realisations-ultimate,
  .homepage-local-proof-ultimate,
  .homepage-process-ultimate,
  .homepage-faq-ultimate {
    padding: 64px 0;
  }

  .homepage-intro-ultimate {
    padding: 42px 0 24px;
  }

  .homepage-materials-ultimate .devis-card,
  .homepage-proof-human .devis-card,
  .homepage-process-ultimate .devis-card,
  .homepage-prix-devis-ultimate .devis-card {
    padding: 26px 22px;
  }

  .homepage-final-cta-ultimate .footer-prestige-band-inner {
    padding: 40px 32px;
  }

  .mobile-cta-ultra {
    display: none;
  }
}

/* ---------- Small mobile refinements ---------- */
@media (max-width: 480px) {
  .homepage-hero-ultimate {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .homepage-hero-ultimate .page-hero-devis-actions {
    flex-direction: column;
  }

  .homepage-hero-ultimate .hero-btn,
  .homepage-hero-ultimate .secondary-btn {
    width: 100%;
  }

  .homepage-quick-links {
    grid-template-columns: 1fr;
  }

  .homepage-local-grid {
    grid-template-columns: 1fr;
  }

  .homepage-final-cta-ultimate .footer-prestige-actions {
    flex-direction: column;
  }
}

.footer-partner-lux {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
}

.footer-partner-lux a {
  display: inline-block;
  margin-top: 6px;
  color: rgba(255,255,255,0.75);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
  transition: all 0.2s ease;
}

.footer-partner-lux a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}


