/* ==========================================================
   GMB.CSS — Landing page Google Business Profile
   ========================================================== */

/* ===== HERO ===== */
#gmb-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #0d1b3e 0%, #1a1060 50%, #080010 100%);
  overflow: hidden;
  padding-top: 90px;
}
.gmb-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 50%, rgba(37,99,235,.18) 0%, transparent 70%),
    radial-gradient(ellipse 400px 300px at 80% 30%, rgba(124,58,237,.15) 0%, transparent 70%);
}
.gmb-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.gmb-hero-orb.orb1 {
  width: 500px; height: 500px;
  background: rgba(37,99,235,.15);
  top: -100px; left: -100px;
}
.gmb-hero-orb.orb2 {
  width: 350px; height: 350px;
  background: rgba(245,158,11,.1);
  bottom: -50px; right: 10%;
}
.gmb-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 60px 0;
}
.gmb-hero-content { color: #fff; }
.hero-badge-gmb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(66,133,244,.2);
  border: 1px solid rgba(66,133,244,.4);
  color: #93c5fd;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.gmb-hero-content h1 {
  font-family: 'Sora', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #fff;
}
.highlight-gmb {
  background: linear-gradient(135deg, #4285f4, #fbbc04);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead {
  color: rgba(255,255,255,.7);
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-btns-gmb {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero-trust-gmb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.trust-item-gmb {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.65);
  font-size: .85rem;
}
.trust-item-gmb i { color: #22c55e; }

/* Phone mock */
.gmb-hero-mock {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mock-phone {
  width: 300px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 12px rgba(255,255,255,.05);
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.1);
}
.mock-screen { padding: 20px 16px; }
.mock-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: .85rem;
  color: #374151;
  margin-bottom: 12px;
}
.mock-maps-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: #1e40af;
  font-size: .75rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.mock-result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
}
.mock-result.top3 { background: #f0fdf4; border-radius: 10px; padding: 10px; margin-bottom: 4px; border-bottom: none; }
.mock-rank {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mock-rank.gray { background: #e2e8f0; color: #64748b; }
.mock-info { flex: 1; }
.mock-info strong { display: block; font-size: .82rem; color: #1f2937; }
.mock-info span { display: block; font-size: .72rem; color: #64748b; }
.mock-addr { color: #64748b !important; font-size: .7rem !important; }
.mock-addr i { color: #ea4335; margin-right: 3px; }
.mock-badge-top {
  background: #16a34a;
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}
.mock-badge-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  font-size: .8rem;
  white-space: nowrap;
}
.mock-badge-float strong { display: block; font-size: .95rem; color: #1f2937; }
.mock-badge-float small { color: #64748b; }
.audit-badge { top: -20px; right: -30px; }
.score-badge { bottom: 20px; left: -30px; }
.scroll-down-gmb {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.4);
  font-size: 1.2rem;
  animation: bounce 2s infinite;
  z-index: 1;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* ===== CARTE POSITIONNEMENT (hero) ===== */
.carte-positionnement-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08);
  overflow: hidden;
  width: 100%;
  max-width: 420px;
}
.carte-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #374151;
  text-transform: uppercase;
  background: #f8fafc;
}
.carte-img-wrap {
  position: relative;
  background: #e5e7eb;
}
.carte-img {
  width: 100%;
  height: auto;
  display: block;
}
.carte-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  background: #fff;
  border-top: 1px solid #f1f5f9;
  flex-wrap: wrap;
}
.leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  color: #374151;
  font-weight: 600;
}
.leg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.carte-stats {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.carte-stat {
  text-align: center;
}
.carte-stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1f2937;
}
.carte-stat span {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #64748b;
}
.carte-stat-sep {
  width: 1px;
  height: 36px;
  background: #e2e8f0;
}
.carte-cta-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  background: #f0fdf4;
  border-top: 1px solid #bbf7d0;
  font-size: .78rem;
  font-weight: 700;
  color: #16a34a;
}

/* ===== TRUST BAR ===== */
#gmb-trust-bar {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 2px 15px rgba(0,0,0,.05);
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-size: .85rem;
  font-weight: 600;
}
.trust-bar-item i { color: #2563eb; font-size: 1rem; }
.trust-bar-sep { color: #d1d5db; font-size: 1.2rem; }

/* ===== PROBLÈME ===== */
#gmb-problem {
  background: #f8fafc;
  padding: 100px 0;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.problem-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  border: 1px solid #e2e8f0;
  transition: all .3s ease;
  text-align: center;
}
.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(239,68,68,.12);
  border-color: rgba(239,68,68,.2);
}
.problem-icon { font-size: 2.5rem; margin-bottom: 16px; }
.problem-card h3 { font-size: 1rem; font-weight: 700; color: #1f2937; margin-bottom: 10px; }
.problem-card p { font-size: .88rem; color: #64748b; line-height: 1.6; }
.problem-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.problem-cta p { color: #64748b; font-size: 1rem; }

/* ===== SERVICES GMB ===== */
#services-gmb { background: #fff; padding: 100px 0; }
.gmb-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gmb-service-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 36px 28px;
  border: 2px solid #e2e8f0;
  transition: all .35s ease;
  position: relative;
}
.gmb-service-card:hover {
  border-color: #2563eb;
  box-shadow: 0 20px 50px rgba(37,99,235,.12);
  transform: translateY(-6px);
}
.gmb-service-card.featured {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  border-color: transparent;
  color: #fff;
}
.gmb-service-card.featured:hover {
  box-shadow: 0 20px 50px rgba(37,99,235,.4);
}
.featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  white-space: nowrap;
}
.gmb-service-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.gmb-service-card.featured .gmb-service-icon {
  background: rgba(255,255,255,.15);
}
.gmb-service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}
.gmb-service-card.featured h3 { color: #fff; }
.gmb-service-card p {
  font-size: .9rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}
.gmb-service-card.featured p { color: rgba(255,255,255,.75); }
.gmb-service-list { list-style: none; margin-bottom: 24px; }
.gmb-service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: #374151;
  margin-bottom: 8px;
}
.gmb-service-card.featured .gmb-service-list li { color: rgba(255,255,255,.85); }
.gmb-service-list li i { color: #22c55e; font-size: .8rem; flex-shrink: 0; }
.gmb-service-price {
  font-size: 1rem;
  color: #64748b;
  font-weight: 600;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}
.gmb-service-card.featured .gmb-service-price {
  color: rgba(255,255,255,.7);
  border-top-color: rgba(255,255,255,.15);
}
.gmb-service-price strong { font-size: 1.4rem; color: #1f2937; }
.gmb-service-card.featured .gmb-service-price strong { color: #fbbf24; }

/* ===== AUDIT HIGHLIGHT ===== */
#audit-section {
  background: linear-gradient(135deg, #1e3a8a 0%, #2d1b69 60%, #080010 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#audit-section::before {
  content: '';
  position: absolute;
  top: -100px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(37,99,235,.2);
  filter: blur(60px);
}
.audit-inner {
  display: grid;
  grid-template-columns: 60px 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.audit-icon-big {
  font-size: 3rem;
  color: #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audit-content h2 {
  font-family: 'Sora', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 8px;
}
.audit-content p {
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.audit-points { list-style: none; margin-bottom: 28px; }
.audit-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  margin-bottom: 10px;
}
.audit-points li i { color: #22c55e; }
.audit-visual { display: flex; justify-content: center; }
.audit-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  max-width: 340px;
  backdrop-filter: blur(10px);
}
.audit-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 16px;
  font-weight: 600;
}
.audit-score-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: .8rem;
}
.audit-score-row span:first-child { color: rgba(255,255,255,.6); width: 80px; flex-shrink: 0; }
.audit-bar-wrap {
  flex: 1;
  background: rgba(255,255,255,.08);
  border-radius: 50px;
  height: 8px;
  overflow: hidden;
}
.audit-bar {
  height: 100%;
  border-radius: 50px;
  transition: width 1.5s ease;
}
.audit-bar.after { animation: growBar 1.5s ease forwards; }
.audit-pct { color: rgba(255,255,255,.7); width: 36px; text-align: right; font-weight: 600; }
.audit-card-arrow {
  color: #fbbf24;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
  margin: 12px 0;
}
@keyframes growBar {
  from { width: 0; }
}

/* ===== PROCESSUS ===== */
#gmb-process { background: #f8fafc; padding: 100px 0; }
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.process-step {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  width: 200px;
  border: 2px solid #e2e8f0;
  transition: all .3s ease;
  flex-shrink: 0;
}
.process-step:hover {
  border-color: #2563eb;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(37,99,235,.12);
}
.process-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.process-icon {
  font-size: 1.8rem;
  color: #2563eb;
  margin-bottom: 14px;
}
.process-step h3 { font-size: .95rem; font-weight: 700; color: #1f2937; margin-bottom: 8px; }
.process-step p { font-size: .8rem; color: #64748b; line-height: 1.5; }
.process-arrow {
  color: #cbd5e1;
  font-size: 1.4rem;
  margin-top: 70px;
  flex-shrink: 0;
}

/* ===== RÉSULTATS ===== */
#gmb-results {
  background: linear-gradient(135deg, #1e3a8a, #1e40af);
  padding: 80px 0;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.result-stat { color: #fff; }
.result-icon {
  font-size: 2rem;
  color: #fbbf24;
  margin-bottom: 12px;
}
.result-num {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.result-label { color: rgba(255,255,255,.7); font-size: .9rem; }

/* ===== TÉMOIGNAGES ===== */
#gmb-testimonials { background: #fff; padding: 100px 0; }
.gmb-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gmb-testi {
  background: #f8fafc;
  border-radius: 20px;
  padding: 32px;
  border: 2px solid #e2e8f0;
  transition: all .3s ease;
}
.gmb-testi:hover {
  border-color: #2563eb;
  box-shadow: 0 12px 35px rgba(37,99,235,.1);
  transform: translateY(-4px);
}
.testi-stars { color: #f59e0b; margin-bottom: 16px; letter-spacing: 2px; }
.gmb-testi p {
  color: #374151;
  font-size: .9rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.testi-author strong { display: block; font-size: .9rem; color: #1f2937; }
.testi-author span { font-size: .78rem; color: #64748b; }

/* ===== FAQ ===== */
#gmb-faq { background: #f8fafc; padding: 100px 0; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all .3s ease;
}
.faq-item:hover { border-color: #2563eb; }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
  font-size: .95rem;
  gap: 16px;
}
.faq-question i { color: #2563eb; transition: transform .3s ease; flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s ease;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.7;
  padding: 0 24px;
}
.faq-item.open .faq-answer { max-height: 200px; padding: 0 24px 20px; }

/* ===== CTA FINAL ===== */
#gmb-cta {
  background: var(--dark);
  padding: 100px 0;
  text-align: center;
}
.gmb-cta-inner { max-width: 700px; margin: 0 auto; }
.cta-icon-wrap {
  width: 80px; height: 80px;
  border-radius: 24px;
  background: linear-gradient(135deg, #4285f4, #34a853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 24px;
  box-shadow: 0 12px 40px rgba(66,133,244,.4);
}
.gmb-cta-inner h2 {
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gmb-cta-inner p { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 36px; line-height: 1.7; }
.gmb-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.gmb-cta-inner h2, .gmb-cta-inner p { text-align: center; }

/* ===== CONTACT FORM ===== */
#contact { background: #fff; padding: 100px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.contact-info { padding-top: 8px; }
.contact-info h2 {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 8px;
}
.contact-info > p { color: #64748b; font-size: .95rem; line-height: 1.7; margin-bottom: 32px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.contact-detail-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-detail-text strong { display: block; font-size: .9rem; color: #1f2937; margin-bottom: 2px; }
.contact-detail-text span, .contact-detail-text a { color: #64748b; font-size: .85rem; }
.contact-detail-text a:hover { color: #2563eb; }
.audit-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  padding: 16px 20px;
  margin-top: 28px;
}
.audit-guarantee i { color: #16a34a; font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.audit-guarantee strong { display: block; font-size: .9rem; color: #15803d; margin-bottom: 4px; }
.audit-guarantee span { font-size: .82rem; color: #4ade80; }

/* Form box */
.form-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  border: 1px solid #e2e8f0;
}
.form-box h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 6px;
}
.form-sub { color: #64748b; font-size: .85rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: .82rem; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: .88rem;
  color: #1f2937;
  background: #f8fafc;
  transition: all .3s ease;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.form-group textarea { height: 110px; resize: vertical; }
.form-submit {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease;
  margin-bottom: 12px;
}
.form-submit:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37,99,235,.4);
}
.form-note { text-align: center; color: #94a3b8; font-size: .78rem; display: flex; align-items: center; justify-content: center; gap: 6px; }
.form-success {
  display: none;
  text-align: center;
  padding: 60px 20px;
}
.form-success.visible { display: block; }
.form-success i { font-size: 3.5rem; color: #22c55e; margin-bottom: 16px; }
.form-success h3 { font-size: 1.5rem; color: #1f2937; margin-bottom: 10px; }
.form-success p { color: #64748b; }

/* Scroll progress */
#progress-bar { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #4285f4, #fbbc04, #ea4335, #34a853); z-index: 9999; width: 0%; transition: width .2s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .gmb-hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .gmb-hero-content h1 { font-size: 2.3rem; }
  .hero-lead { margin: 0 auto 32px; }
  .hero-btns-gmb { justify-content: center; }
  .hero-trust-gmb { justify-content: center; }
  .gmb-hero-mock { display: flex; justify-content: center; }
  .carte-positionnement-card { max-width: 480px; width: 100%; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .gmb-services-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .audit-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .audit-icon-big { display: none; }
  .audit-points { text-align: left; max-width: 400px; margin: 0 auto 28px; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .gmb-testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-steps { gap: 8px; }
  .process-arrow { margin-top: 60px; font-size: 1rem; }
  .process-step { width: 170px; padding: 24px 16px; }
}
@media (max-width: 768px) {
  .gmb-hero-content h1 { font-size: 1.9rem; }
  .problem-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .audit-inner { grid-template-columns: 1fr; }
  .audit-card { max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .form-box { padding: 24px 20px; }
  .trust-bar-sep { display: none; }
  .process-steps { flex-direction: column; align-items: center; }
  .process-arrow { transform: rotate(90deg); margin-top: 0; }
  .process-step { width: 100%; max-width: 300px; }
  .gmb-cta-inner h2 { font-size: 1.9rem; }
}
@media (max-width: 480px) {
  .results-grid { grid-template-columns: 1fr; }
  .hero-btns-gmb { flex-direction: column; align-items: stretch; }
  .hero-btns-gmb a { text-align: center; justify-content: center; }
  .carte-positionnement-card { max-width: 100%; }
}
