:root {
  --bg-glow: rgba(255,255,255,0.06);
  --bg-start: #080808;
  --bg-mid: #040404;
  --bg-end: #090909;
  --panel: rgba(255,255,255,0.05);
  --panel-top: rgba(255,255,255,0.08);
  --panel-bottom: rgba(255,255,255,0.02);
  --surface: rgba(255,255,255,0.03);
  --surface-strong: rgba(255,255,255,0.05);
  --line: rgba(255,255,255,0.11);
  --text: #f5f5f5;
  --muted: rgba(255,255,255,0.72);
  --soft: rgba(255,255,255,0.46);
  --pattern-dot: rgba(255,255,255,0.04);
  --shadow: 0 24px 60px rgba(0,0,0,0.42);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --container: min(1380px, calc(100% - 80px));
  --transition: 320ms cubic-bezier(.2,.8,.2,1);
  --button-bg: #ffffff;
  --button-text: #0a0a0a;
  --button-shadow: 0 18px 34px rgba(255,255,255,0.12);
  --button-secondary-bg: rgba(255,255,255,0.03);
  --button-secondary-border: rgba(255,255,255,0.14);
  --focus-ring: rgba(107,140,255,0.18);
  --glow-gradient: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.1) 16%, rgba(255,255,255,0.04) 36%, transparent 68%);
  --contact-blue-glow:
    radial-gradient(circle, #172cc7, #1425ab, #101c74, #191f48, #1e2139, #191919, #191919, #191919);
  --contact-blue-wash:
    radial-gradient(circle at 18% 18%, rgba(23, 44, 199, 0.14) 0%, rgba(20, 37, 171, 0.08) 22%, transparent 52%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg-glow: rgba(255,255,255,0.98);
  --bg-start: #ffffff;
  --bg-mid: #ffffff;
  --bg-end: #ffffff;
  --panel: rgba(255,255,255,0.92);
  --panel-top: rgba(255,255,255,0.98);
  --panel-bottom: rgba(255,255,255,0.86);
  --surface: rgba(255,255,255,0.84);
  --surface-strong: rgba(255,255,255,0.94);
  --line: rgba(20,20,20,0.1);
  --text: #161616;
  --muted: rgba(22,22,22,0.72);
  --soft: rgba(22,22,22,0.48);
  --pattern-dot: rgba(20,20,20,0.05);
  --shadow: 0 24px 60px rgba(0,0,0,0.08);
  --button-bg: #161616;
  --button-text: #faf7f2;
  --button-shadow: 0 18px 34px rgba(0,0,0,0.12);
  --button-secondary-bg: rgba(255,255,255,0.72);
  --button-secondary-border: rgba(20,20,20,0.12);
  --focus-ring: rgba(48,92,255,0.14);
  --glow-gradient: radial-gradient(circle, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.82) 18%, rgba(255,255,255,0.4) 38%, transparent 68%);
  --contact-blue-glow:
    radial-gradient(circle, rgba(58, 102, 255, 0.68), rgba(72, 118, 255, 0.48), rgba(94, 138, 255, 0.3), rgba(126, 164, 255, 0.16), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0));
  --contact-blue-wash:
    radial-gradient(circle at 18% 18%, rgba(104, 150, 255, 0.28) 0%, rgba(104, 150, 255, 0.16) 24%, rgba(104, 150, 255, 0.06) 48%, transparent 64%);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, var(--bg-glow), transparent 32%),
    linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 48%, var(--bg-end) 100%);
  overflow-x: hidden;
  transition: background 0.55s ease, color 0.55s ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(var(--pattern-dot) 0.7px, transparent 0.7px);
  background-size: 4px 4px;
  opacity: 0.22;
  z-index: 0;
}

html[data-theme="light"] body::before {
  opacity: 0.12;
}

/* ─── Light mode — Apple-style section rhythm ───────────────── */

html[data-theme="light"] .testimonials-section,
html[data-theme="light"] .contact-faq {
  position: relative;
}

html[data-theme="light"] .testimonials-section::before,
html[data-theme="light"] .contact-faq::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

html[data-theme="light"] .testimonials-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

html[data-theme="light"] .testimonials-section::before {
  background:
    linear-gradient(180deg, rgba(245,245,247,0.45), rgba(245,245,247,0)),
    url("/page/image/serrageDeMain4.jpg") center center / cover no-repeat;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

html[data-theme="light"] .testimonials-section::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 90% at 0% 0%, rgba(55, 100, 255, 0.13) 0%, transparent 55%),
    radial-gradient(ellipse 70% 80% at 100% 100%, rgba(6, 6, 6, 0.1) 0%, transparent 55%);
}

html[data-theme="light"] .contact-faq {
  padding-top: 64px;
  padding-bottom: 64px;
}

html[data-theme="light"] .contact-faq::before {
  background: #f9f9fb;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

p,
li {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

body,
.eyebrow,
.panel-card,
.interactive-shell,
.btn,
.btn-secondary,
.social-link,
.field input,
.field select,
.field-full textarea,
.field-full select,
.field-full input[type="file"],
.contact-item,
.interactive-points div,
.map-frame {
  transition:
    background 0.45s ease,
    color 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    transform var(--transition);
}

.site-shell {
  position: relative;
  z-index: 1;
  padding-top: 96px;
  padding-bottom: 0;
}

#premiumFooterSlot {
  padding-top: 28px;
}

.contact-hero,
.section-shell {
  width: 100%;
}

.contact-hero {
  position: relative;
  isolation: isolate;
  padding: 44px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 22px;
  align-items: start;
}

/* Image de fond en mode sombre */
html:not([data-theme="light"]) .contact-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-image: url('/page/imageService/claque1.jpg');
  background-size: cover;
  background-position: center 40%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, black 55%, transparent 100%);
  mask-image: linear-gradient(180deg, black 55%, transparent 100%);
}


html:not([data-theme="light"]) .contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(4,4,6,0.82), rgba(6,6,8,0.45) 50%, rgba(4,4,6,0.65)),
    linear-gradient(180deg, rgba(0,0,0,0.35), transparent 25%);
  pointer-events: none;
}

html[data-theme="light"] .contact-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-image: url('/page/imageService/claque1.jpg');
  background-size: cover;
  background-position: center 40%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, black 55%, transparent 100%);
  mask-image: linear-gradient(180deg, black 55%, transparent 100%);
}

html[data-theme="light"] .contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -132px;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.38) 50%, rgba(255,255,255,0.2)),
    linear-gradient(180deg, rgba(255,255,255,0.25), transparent 30%);
  pointer-events: none;
}

html[data-theme="light"] .contact-hero + .section-shell {
  margin-top: 68px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(104, 150, 255, 0.28);
  background: var(--surface);
  color: #7ea0ff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html[data-theme="light"] .eyebrow {
  border-color: rgba(48, 92, 255, 0.2);
  color: #305cff;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  opacity: 0.85;
  flex: none;
}

.contact-hero-copy {
  display: grid;
  align-content: start;
  gap: 19px;
  padding: 20px 0 9px;
}

h1 {
  font-size: clamp(3.15rem, 7.4vw, 6rem);
  max-width: none;
}

.contact-hero-copy p {
  max-width: 64ch;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quick-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 1rem;
}

.btn,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}

.btn {
  background: var(--button-bg);
  color: var(--button-text);
  box-shadow: var(--button-shadow);
}

html[data-theme="light"] .btn {
  background: #1425ab;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(20, 37, 171, 0.22);
}

.btn-secondary {
  border: 1px solid var(--button-secondary-border);
  background: var(--button-secondary-bg);
  color: var(--text);
}

.btn:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

html[data-theme="light"] .btn:hover,
html[data-theme="light"] .btn:focus-visible {
  background: #172cc7;
  color: #ffffff;
  box-shadow: 0 22px 40px rgba(20, 37, 171, 0.28);
}

.panel-card,
.interactive-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, var(--panel-top), var(--panel-bottom)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.info-stack {
  display: grid;
  gap: 20px;
  align-content: start;
}

.info-stack-hero {
  position: relative;
  align-self: center;
  margin-top: 26px;
  padding: 46px 0 20px 29px;
}

.info-card,
.interactive-panel,
.form-card {
  padding: 24px;
}

.map-card {
  padding: 27px;
  display: grid;
  gap: 17px;
  align-content: start;
}


.info-stack-hero .info-card {
  position: relative;
  z-index: 1;
  margin-left: 34px;
  margin-top: 82px;
}

.panel-spotlight-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    var(--contact-blue-wash),
    #191919;
}

.panel-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  border: 1px solid rgba(24,24,24,0.84);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.82), rgba(8,8,12,0.86));
  pointer-events: none;
}

html[data-theme="light"] .panel-spotlight-card {
  background:
    var(--contact-blue-wash),
    #ffffff;
}

html[data-theme="light"] .panel-spotlight-card::before {
  border: 1px solid rgba(20,20,20,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.8), rgba(252,252,255,0.72));
}

.panel-spotlight-card > *:not(.panel-spotlight-glow) {
  position: relative;
  z-index: 2;
}

.panel-spotlight-glow {
  position: absolute;
  z-index: 0;
  width: 980px;
  height: 980px;
  left: var(--glow-x, 26%);
  top: var(--glow-y, 42%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--contact-blue-glow);
  filter: blur(6px);
  opacity: 0.22;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    background 0.45s ease;
  pointer-events: none;
}

.panel-spotlight-card.is-active .panel-spotlight-glow {
  opacity: 0.96;
}

html[data-theme="light"] .panel-spotlight-glow {
  filter: blur(12px);
  opacity: 0.34;
}

html[data-theme="light"] .panel-spotlight-card.is-active .panel-spotlight-glow {
  opacity: 0.8;
}

.panel-spotlight-card .eyebrow,
.panel-spotlight-card .contact-item,
.panel-spotlight-card .social-link,
.panel-spotlight-card .contact-icon {
  background: rgba(11, 11, 14, 0.94);
}

.panel-spotlight-card .contact-item,
.panel-spotlight-card .social-link,
.panel-spotlight-card .contact-icon,
.panel-spotlight-card .eyebrow {
  border-color: rgba(255,255,255,0.09);
}

.panel-spotlight-card > .eyebrow,
.form-card .panel-head > .eyebrow {
  color: #7ea0ff;
  border-color: rgba(104, 150, 255, 0.28);
}

html[data-theme="light"] .panel-spotlight-card .eyebrow,
html[data-theme="light"] .panel-spotlight-card .contact-item,
html[data-theme="light"] .panel-spotlight-card .social-link,
html[data-theme="light"] .panel-spotlight-card .contact-icon {
  background: rgba(255,255,255,0.94);
  border-color: rgba(20,20,20,0.1);
}

html[data-theme="light"] .panel-spotlight-card > .eyebrow,
html[data-theme="light"] .form-card .panel-head > .eyebrow {
  color: #305cff;
  border-color: rgba(48, 92, 255, 0.2);
}

.contact-list,
.interactive-points {
  display: grid;
  gap: 10px;
}

.contact-item,
.interactive-points div {
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.contact-item strong,
.interactive-points strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
}

.contact-link-card {
  color: inherit;
  cursor: pointer;
}

.contact-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(80, 120, 255, 0.26);
  background: rgba(16, 16, 20, 0.98);
  box-shadow: 0 18px 34px rgba(3, 8, 26, 0.22);
}

html[data-theme="light"] .contact-link-card:hover {
  background: rgba(255,255,255,0.98);
}

.form-card .eyebrow,
.form-card .field input,
.form-card .field select,
.form-card .field-full textarea,
.form-card .field-full select,
.form-card .field-full input[type="file"] {
  background: rgba(11, 11, 14, 0.94);
  border-color: rgba(255,255,255,0.09);
}

.form-card .btn {
  box-shadow: 0 18px 34px rgba(0,0,0,0.24);
}

html[data-theme="light"] .form-card .eyebrow,
html[data-theme="light"] .form-card .field input,
html[data-theme="light"] .form-card .field select,
html[data-theme="light"] .form-card .field-full textarea,
html[data-theme="light"] .form-card .field-full select,
html[data-theme="light"] .form-card .field-full input[type="file"] {
  background: rgba(255,255,255,0.96);
  border-color: rgba(20,20,20,0.1);
}

.contact-item-text {
  min-width: 0;
}

.contact-item-value {
  display: block;
  color: var(--text);
  line-height: 1.55;
  word-break: break-word;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 20px;
  align-items: start;
}

@media (min-width: 1081px) {
  .contact-layout > aside {
    position: sticky;
    top: 110px;
  }
}

.section-shell {
  padding-bottom: 56px;
}

html[data-theme="light"] .contact-form-section {
  padding-bottom: 150px;
}

.interactive-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.interactive-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(6, 8, 18, 0.7), rgba(9, 12, 22, 0.4)),
    linear-gradient(180deg, rgba(4, 4, 8, 0.36), rgba(4, 4, 8, 0.82)),
    url("/page/imageService/claque1.jpg") center center / cover no-repeat;
  transform: scale(1.03);
  opacity: 0.88;
}

.interactive-panel {
  position: relative;
  z-index: 2;
  background: rgba(10, 10, 12, 0.76);
}

html[data-theme="light"] .interactive-panel {
  background: rgba(10, 10, 12, 0.76);
  color: #f5f5f5;
}

html[data-theme="light"] .interactive-shell::before {
  background:
    linear-gradient(135deg, rgba(6, 8, 18, 0.7), rgba(9, 12, 22, 0.4)),
    linear-gradient(180deg, rgba(4, 4, 8, 0.36), rgba(4, 4, 8, 0.82)),
    url("/page/imageService/claque1.jpg") center center / cover no-repeat;
  opacity: 0.88;
}

html[data-theme="light"] .interactive-shell {
  border-color: rgba(255,255,255,0.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    rgba(10,10,10,0.58);
  box-shadow: 0 24px 60px rgba(0,0,0,0.42);
}

html[data-theme="light"] .interactive-copy .eyebrow {
  border-color: rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.03);
  color: #305cff;
}

html[data-theme="light"] .interactive-copy h2 {
  color: #f5f5f5;
}

html[data-theme="light"] .interactive-copy p,
html[data-theme="light"] .interactive-points p {
  color: rgba(255,255,255,0.72);
}

html[data-theme="light"] .interactive-points div {
  border-color: rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.03);
}

html[data-theme="light"] .interactive-points strong {
  color: #f5f5f5;
}

html[data-theme="light"] .interactive-glow {
  background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.1) 16%, rgba(255,255,255,0.04) 36%, transparent 68%);
}

.interactive-glow {
  position: absolute;
  z-index: 1;
  width: 460px;
  height: 460px;
  left: var(--glow-x, 50%);
  top: var(--glow-y, 50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--glow-gradient);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.interactive-shell.is-active .interactive-glow {
  opacity: 1;
}

.interactive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: 20px;
  align-items: start;
}

.interactive-copy {
  display: grid;
  gap: 15px;
}

.interactive-copy h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  max-width: 13ch;
}

.panel-head {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.panel-head h2,
.info-card h3,
.map-card h3 {
  font-size: clamp(2.25rem, 4vw, 3.8rem);
}

.info-card h3 {
  margin: 10px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.field,
.field-full {
  display: grid;
  gap: 9px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label,
.field-full label {
  color: var(--soft);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field select,
.field-full textarea,
.field-full select,
.field-full input[type="file"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  color: var(--text);
  padding: 14px 15px;
  outline: none;
}

.field input:focus,
.field select:focus,
.field-full textarea:focus,
.field-full select:focus,
.field-full input[type="file"]:focus {
  border-color: rgba(107,140,255,0.6);
  background: var(--surface-strong);
  box-shadow: 0 0 0 4px var(--focus-ring);
  transform: translateY(-1px);
}

html[data-theme="light"] .field input:focus,
html[data-theme="light"] .field select:focus,
html[data-theme="light"] .field-full textarea:focus,
html[data-theme="light"] .field-full select:focus,
html[data-theme="light"] .field-full input[type="file"]:focus {
  border-color: rgba(48,92,255,0.5);
}

.field select,
.field-full select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field select:invalid,
.field-full select:invalid {
  color: var(--soft);
}

textarea {
  min-height: 180px;
  resize: vertical;
}

.field-help,
.submit-note {
  color: var(--soft);
  font-size: 1rem;
}

.form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 15px;
  margin-top: 26px;
}

.contact-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-strong);
  color: var(--text);
  flex: none;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
}

.social-link:hover {
  transform: translateY(-2px);
  color: var(--text);
  border-color: rgba(80, 120, 255, 0.26);
  background: rgba(16, 16, 20, 0.98);
  box-shadow: 0 18px 34px rgba(3, 8, 26, 0.22);
}

.social-link:focus-visible,
.social-link:active {
  color: var(--text);
  border-color: rgba(80, 120, 255, 0.3);
  background: rgba(16, 16, 20, 0.98);
  box-shadow: 0 0 0 4px rgba(20, 37, 171, 0.16), 0 18px 34px rgba(3, 8, 26, 0.22);
  outline: none;
}

html[data-theme="light"] .social-link:hover,
html[data-theme="light"] .social-link:focus-visible,
html[data-theme="light"] .social-link:active {
  background: rgba(255,255,255,0.98);
}

.map-frame {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  min-height: 300px;
}

.map-frame iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
  transition:
    opacity 700ms cubic-bezier(.2,.8,.2,1),
    transform 700ms cubic-bezier(.2,.8,.2,1),
    filter 700ms cubic-bezier(.2,.8,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 1080px) {
  .contact-hero,
  .contact-layout,
  .interactive-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    align-items: start;
  }

  .info-stack-hero {
    align-self: stretch;
    margin-top: 0;
    padding: 0;
  }

.info-stack-hero .info-card {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  .site-shell {
    padding-top: 120px;
  }

  .contact-hero {
    gap: 19px;
    padding-bottom: 42px;
  }

  .contact-hero-copy {
    gap: 15px;
    padding-bottom: 0;
  }

  .contact-hero-copy p {
    max-width: 100%;
  }

  .contact-layout {
    gap: 17px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    padding-top: 126px;
    padding-bottom: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 12vw, 4.8rem);
  }

  .contact-hero,
  .section-shell {
    padding-bottom: 40px;
  }

  .hero-actions,
  .quick-points,
  .social-row {
    gap: 9px;
  }

  .interactive-panel,
  .info-card,
  .map-card,
  .form-card {
    padding: 19px;
  }

  .btn,
  .btn-secondary,
  .social-link {
    width: 100%;
  }

  .social-link {
    justify-content: center;
  }

  .contact-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 13px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 250px;
    height: 250px;
  }
}

@media (max-width: 520px) {
  .contact-hero,
  .section-shell {
    width: min(100%, calc(100vw - 24px));
  }

  .panel-head h2,
  .info-card h3,
  .map-card h3 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .interactive-copy h2 {
    max-width: 100%;
  }

  .quick-points span {
    width: 100%;
    justify-content: center;
  }
}

/* ─── Section heads ─────────────────────────────────────────── */

.section-head {
  display: grid;
  gap: 12px;
  max-width: 700px;
}

.section-head .eyebrow,
.section-head h2 {
  justify-self: start;
}

.section-head h2 {
  max-width: 16ch;
}

.section-head p {
  max-width: 66ch;
  font-size: 1rem;
}

html[data-theme="light"] .testimonials-section .section-head h2 {
  color: #000000;
}

html[data-theme="light"] .testimonials-section .section-head p {
  color: rgba(0, 0, 0);
}

/* ─── Testimonials ──────────────────────────────────────────── */

.testimonials-section {
  display: grid;
  gap: 34px;
}

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

.testimonial-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 15px;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--panel);
  transition: border-color var(--transition);
}

.testimonial-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="light"] .testimonial-card:hover {
  border-color: rgba(20, 20, 20, 0.18);
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  font-size: 1rem;
  color: #f0c040;
  letter-spacing: 0.05em;
}

html[data-theme="light"] .testimonial-stars {
  color: #e6a800;
}

.testimonial-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.78;
  color: var(--muted);
  font-style: italic;
  padding-left: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

html[data-theme="light"] .testimonial-quote {
  border-left-color: rgba(20, 20, 20, 0.12);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  flex: none;
  overflow: hidden;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-avatar--logo {
  background: #fff;
}

.testimonial-avatar--logo img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  border-radius: 0;
}

.testimonial-author strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.testimonial-author span {
  font-size: 1rem;
  color: var(--soft);
  letter-spacing: 0.02em;
}

.testimonial-proj-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: var(--muted);
  text-decoration: none;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  transition: color var(--transition);
}

.testimonial-proj-link:hover {
  color: var(--text);
}

.testimonials-footer {
  text-align: center;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

/* ─── FAQ ───────────────────────────────────────────────────── */

.contact-faq {
  display: grid;
  gap: 34px;
}

.faq-grid {
  display: grid;
  gap: 9px;
}

.faq-item {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="light"] .faq-item:hover,
html[data-theme="light"] .faq-item.is-open {
  border-color: rgba(20, 20, 20, 0.18);
}

.faq-question {
  width: 100%;
  padding: 17px 20px;
  background: none;
  border: none;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  transition: background var(--transition);
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.03);
}

html[data-theme="light"] .faq-question:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-question svg {
  flex-shrink: 0;
  color: var(--soft);
  transition: transform var(--transition), color var(--transition);
}

.faq-item.is-open .faq-question svg {
  transform: rotate(45deg);
  color: var(--text);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 380ms cubic-bezier(.2, .8, .2, 1);
}

.faq-item.is-open .faq-answer {
  max-height: 320px;
}

.faq-answer-inner {
  padding: 0 20px 19px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.76;
}

@media (max-width: 680px) {
  .faq-question {
    padding: 15px 15px;
    font-size: 0.9rem;
  }
  .faq-answer-inner {
    padding: 0 15px 15px;
  }
}


/* ════════════════════════════════════════════════════════
   AMÉLIORATIONS DESIGN CONTACT
   ════════════════════════════════════════════════════════ */

/* Gradient italic sur "projet." */
.contact-italic {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(110deg, #f4f4f4 0%, #7ea0ff 52%, #c4d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

html[data-theme="light"] .contact-italic {
  background: linear-gradient(110deg, #0a0a0a 0%, #1425ab 52%, #305cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* H1 line-height plus serré */
.contact-hero-copy h1 {
  line-height: 1.04;
}

/* Quick-points avec dot bleu */
.quick-points span {
  gap: 7px;
  font-size: 0.95rem;
}

.quick-points span::before {
  content: "●";
  font-size: 0.45rem;
  color: #7ea0ff;
  text-shadow: 0 0 8px rgba(126,160,255,0.7);
  flex-shrink: 0;
}

html[data-theme="light"] .quick-points span::before {
  color: #305cff;
  text-shadow: 0 0 6px rgba(48,92,255,0.4);
}

/* Hero padding plus aéré */
.contact-hero {
  padding-top: 44px;
  padding-bottom: 72px;
}

/* Bouton principal plus grand */
.contact-hero-copy .btn {
  min-height: 52px;
  padding: 0 22px;
  font-size: 1rem;
  font-weight: 600;
}

/* Contact items plus espacés */
.contact-list {
  gap: 5px;
}

/* Info card border légèrement bleutée */
.info-card {
  border-color: rgba(104, 150, 255, 0.14);
}

/* ── Témoignages améliorés ─────────────────────────────── */
.testimonial-stars {
  font-size: 1.1rem;
  gap: 2px;
  letter-spacing: 0.08em;
}

.testimonial-quote {
  font-size: 1.05rem;
  line-height: 1.72;
  border-left-color: rgba(126,160,255,0.25);
  color: rgba(255,255,255,0.82);
}

html[data-theme="light"] .testimonial-quote {
  color: rgba(10,10,10,0.75);
  border-left-color: rgba(48,92,255,0.2);
}

.testimonial-card {
  padding: 27px;
  gap: 17px;
}

.testimonial-author strong {
  font-size: 1rem;
}

.testimonial-author span {
  font-size: 0.85rem;
}

.testimonial-proj-link {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7ea0ff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  transition: gap 0.2s ease, opacity 0.2s ease;
}

.testimonial-proj-link:hover {
  gap: 9px;
  opacity: 0.8;
}

html[data-theme="light"] .testimonial-proj-link {
  color: #1425ab;
}

/* ── Section headings — taille unifiée avec toutes les pages ─────── */
.section-head h2 {
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 1.06;
  max-width: 22ch;
}


.section-head {
  margin-bottom: 36px;
}

.section-head--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* Override FAQ head : flex pour centrer l'eyebrow correctement */
.section-head.section-head--faq {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── FAQ amélioré ──────────────────────────────────────── */
/* ── FAQ — même design que restaurant, accent bleu ─────── */

/* ── Upload zone ───────────────────────────────────────── */
.upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.label-opt {
  font-weight: 400;
  color: var(--soft);
  font-size: 0.88rem;
}

.upload-zone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 20px;
  border-radius: 14px;
  border: 1px dashed rgba(107,140,255,0.3);
  background: rgba(107,140,255,0.04);
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease;
  width: 100%;
  min-height: 0;
}

.upload-zone:hover {
  border-color: rgba(107,140,255,0.55);
  background: rgba(107,140,255,0.08);
}

.upload-zone.has-file {
  border-color: rgba(107,140,255,0.5);
  background: rgba(107,140,255,0.07);
  border-style: solid;
}

html[data-theme="light"] .upload-zone {
  border-color: rgba(48,92,255,0.22);
  background: rgba(48,92,255,0.03);
}

html[data-theme="light"] .upload-zone:hover,
html[data-theme="light"] .upload-zone.has-file {
  border-color: rgba(48,92,255,0.45);
  background: rgba(48,92,255,0.06);
}

.upload-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(107,140,255,0.22);
  background: rgba(107,140,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7ea0ff;
  flex-shrink: 0;
}

html[data-theme="light"] .upload-icon {
  color: #305cff;
  border-color: rgba(48,92,255,0.18);
  background: rgba(48,92,255,0.06);
}

.upload-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.upload-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.upload-meta {
  font-size: 0.8rem;
  color: var(--soft);
  letter-spacing: 0.02em;
}

/* ── Formulaire bouton submit ──────────────────────────── */
.form-submit-row {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}

.form-card .btn[type="submit"],
.form-card button[type="submit"] {
  min-height: 62px;
  padding: 0 31px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 999px;
}
