:root {
  --blue: #2457f5;
  --blue-dark: #081936;
  --cream: #f2ede4;
  --paper: #fffdfa;
  --ink: #0c1528;
  --muted: #626b7b;
  --line: #d8dde7;
  --orange: #ff7448;
  --white-wave-texture: url("assets/texture-vagues-blanches-v1.png");
  --premium-shadow: 0 28px 80px rgba(21, 35, 72, 0.13);
  --card-shadow: 0 14px 35px rgba(21, 35, 72, 0.08);
  --raised-frame-shadow:
    0 2px 2px rgba(8, 25, 54, 0.06),
    0 16px 28px rgba(21, 35, 72, 0.12),
    0 42px 82px rgba(21, 35, 72, 0.11);
  --raised-card-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(8, 25, 54, 0.045),
    0 5px 9px rgba(21, 35, 72, 0.07),
    0 20px 38px rgba(21, 35, 72, 0.1);
}

body {
  background-color: #f4f5f8;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 243, 250, 0.76)),
    var(--white-wave-texture);
  background-position: center, center top;
  background-size: cover, cover;
  background-attachment: fixed;
}

h1, h2, h3, h4 { text-wrap: balance; }
.eyebrow {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: var(--blue);
  background: #e7edff;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.button {
  min-height: 52px;
  padding-inline: 25px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(21, 53, 145, 0.16);
}

/* En-tête */
.hero {
  min-height: 0;
  align-content: start;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  overflow: hidden;
  padding-bottom: 0;
  background-color: #f3f4f7;
  background-image:
    radial-gradient(ellipse at 12% 8%, rgba(255, 255, 255, 0.68), transparent 42%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.6), rgba(235, 241, 251, 0.66)),
    var(--white-wave-texture);
  background-position: center, center, center 42%;
  background-size: cover, cover, cover;
  border-bottom: 0;
}

.hero .hero-identity {
  grid-column: 2;
  justify-self: center;
  transform: translateX(calc((20px - var(--page)) / 2));
  padding-inline: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-brand {
  font-size: clamp(72px, 7.3vw, 136px);
  letter-spacing: -0.065em;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.82),
    0 9px 18px rgba(9, 25, 57, 0.16),
    0 24px 38px rgba(9, 25, 57, 0.11);
}
.hero-animated-logo { grid-column: 3; justify-self: end; }

.hero-services {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  column-gap: 0;
  color: var(--blue);
  font-size: clamp(10.5px, 0.88vw, 13.5px);
  letter-spacing: 0.07em;
  text-align: center;
}
.hero-services span { width: 100%; padding: 0; color: var(--blue); opacity: 1; text-align: center; }
.hero-services i { position: absolute; top: 50%; color: #767e8d; font-style: normal; opacity: 0.9; transform: translate(-50%, -50%); }
.hero-services i:nth-of-type(1) { left: 25%; }
.hero-services i:nth-of-type(2) { left: 50%; }
.hero-services i:nth-of-type(3) { left: 75%; }
.hero-message {
  padding-block: 0;
  background: linear-gradient(105deg, #07162f 0%, #102d6f 50%, #2457f5 100%);
  box-shadow: 0 24px 55px rgba(12, 36, 93, 0.25);
}

.hero-message::before {
  width: 190px;
  height: 190px;
  position: absolute;
  top: -100px;
  right: 8%;
  border: 38px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.hero-quick-menu {
  width: min(100%, 1120px);
  min-height: 64px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.75vw, 12px);
  margin-inline: auto;
  padding: 9px var(--page) 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.hero-message h1 { position: relative; z-index: 1; padding: clamp(20px, 2vw, 30px) var(--page) 16px; }
.hero-quick-menu a {
  min-height: 42px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px clamp(15px, 1.5vw, 25px);
  color: #fff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 850;
  letter-spacing: 0.015em;
  text-decoration: none;
  white-space: nowrap;
  filter: drop-shadow(0 8px 13px rgba(3, 14, 42, 0.18));
  transition: color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}
.hero-quick-menu a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(98, 142, 255, 0.13));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
  content: "";
  transform: skewX(-14deg);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.hero-quick-menu a[aria-current="page"] { color: #102d6f; }
.hero-quick-menu a[aria-current="page"]::before {
  border-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, #fff 0%, #dbe6ff 100%);
  box-shadow: 0 9px 24px rgba(3, 14, 42, 0.23), inset 0 1px #fff;
}
.hero-quick-menu a:hover,
.hero-quick-menu a:focus-visible {
  color: #fff;
  filter: drop-shadow(0 11px 18px rgba(3, 14, 42, 0.28));
  transform: translateY(-3px);
}
.hero-quick-menu a:hover::before,
.hero-quick-menu a:focus-visible::before {
  border-color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.31), rgba(102, 149, 255, 0.24));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.24);
}
.hero-quick-menu a[aria-current="page"]:hover,
.hero-quick-menu a[aria-current="page"]:focus-visible { color: #0b2f87; }
.hero-quick-menu a[aria-current="page"]:hover::before,
.hero-quick-menu a[aria-current="page"]:focus-visible::before {
  background: linear-gradient(135deg, #fff 0%, #c9d9ff 100%);
}
.hero-quick-menu a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

/* Configurateur */
.configurator {
  padding-bottom: clamp(75px, 8vw, 120px);
  background-color: #f3f5f9;
  background-image:
    radial-gradient(circle at 10% 14%, rgba(36, 87, 245, 0.04), transparent 24%),
    linear-gradient(rgba(247, 249, 253, 0.72), rgba(240, 244, 250, 0.78)),
    var(--white-wave-texture);
  background-position: center, center, center top;
  background-size: cover, cover, cover;
}

.configurator-heading {
  max-width: 1320px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  text-align: center;
}

.configurator-heading .eyebrow { margin-inline: auto; }
.configurator-heading h2 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.configurator-heading > p:not(.eyebrow) { margin-inline: auto; }
.configurator-promise { color: var(--blue); }

.calculator {
  max-width: 1720px;
  margin-inline: auto;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-shadow: var(--premium-shadow);
}

.slider-panel,
.price-panel {
  overflow: hidden;
  box-shadow: none;
}

.slider-panel {
  padding: clamp(30px, 4vw, 58px);
  background: #fff;
  border: 0;
  border-radius: 30px 0 0 30px;
}

.profession-help-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(310px, 1.1fr);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: end;
}
.profession-label,
.custom-profession-form > label {
  display: block;
  margin-bottom: 11px;
  color: #17366f;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 850;
  letter-spacing: -0.015em;
  text-transform: none;
}
.range-heading label {
  color: #687187;
  font-size: 10px;
  letter-spacing: 0.13em;
}

#profession {
  width: 100%;
  max-width: 520px;
  min-height: 62px;
  margin-bottom: 0;
  padding-inline: 18px;
  background: #f8f9fd;
  border: 1px solid #cfd7e8;
  border-radius: 14px;
  font-size: 17px;
}
.custom-profession-form > div { display: flex; gap: 8px; }
.custom-profession-form input {
  width: 100%;
  min-width: 0;
  min-height: 62px;
  padding: 14px 17px;
  color: var(--ink);
  background: #f8f9fd;
  border: 1px solid #cfd7e8;
  border-radius: 14px;
  font: inherit;
}
.custom-profession-form button {
  min-height: 62px;
  padding: 0 20px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 14px;
  font-weight: 850;
  cursor: pointer;
  white-space: nowrap;
}
.profession-advice {
  margin: 18px 0 0;
  padding: 13px 16px;
  color: #17366f;
  background: #eaf0ff;
  border-left: 4px solid var(--blue);
  border-radius: 0 10px 10px 0;
  font-weight: 700;
}

.range-heading {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #e0e5ee;
}

.range-heading output {
  color: var(--blue);
  font-size: clamp(45px, 5vw, 72px);
  letter-spacing: -0.07em;
}

.range-step {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  color: #fff;
  background: var(--blue-dark);
  border: 0;
  border-radius: 50%;
  font-size: 27px;
  box-shadow: 0 10px 22px rgba(8, 25, 54, 0.18);
}

.range-step:disabled { opacity: 0.28; }
input[type="range"] { accent-color: var(--blue); }
.suggestion {
  margin-top: 26px;
  padding: 18px 20px;
  color: var(--ink);
  background: #eef2ff;
  border-left: 5px solid var(--blue);
  border-radius: 0 12px 12px 0;
}

.witness-heading { margin-top: 50px; }
.witness-heading h3 { font-size: clamp(35px, 3.4vw, 52px); }
.witness-mini-grid { gap: 12px; }
.witness-mini-card {
  background: #fff;
  border-color: #dce2ed;
  border-radius: 16px;
  box-shadow: 0 7px 19px rgba(23, 41, 82, 0.055);
}
.witness-mini-card:hover,
.witness-mini-card.is-page-match {
  border-color: var(--blue);
  box-shadow: 0 15px 32px rgba(32, 72, 181, 0.14);
}

.witness-mini-card.municipal-mini-card {
  grid-column: 1 / -1;
  border-color: #bbccbe;
  background: linear-gradient(105deg, #f3f7f1, #ffffff 70%);
  box-shadow: inset 5px 0 0 #2f6948, 0 10px 24px rgba(24, 71, 51, .1);
}

.witness-mini-card.municipal-mini-card > b {
  color: #2f6948;
}
.witness-library-link {
  min-height: 55px;
  display: grid;
  place-items: center;
  background: linear-gradient(105deg, #0a1b3b, #183f9f);
}

/* Tarifs */
.price-panel {
  position: relative;
  background-color: #081936;
  background-image:
    radial-gradient(circle at 90% 6%, rgba(77, 124, 255, 0.3), transparent 27%),
    linear-gradient(155deg, #07142c 0%, #0c2453 58%, #163e9d 100%);
  border-radius: 0 30px 30px 0;
}

.price-panel::before {
  height: 5px;
  position: absolute;
  inset: 0 0 auto;
  background: var(--blue);
  content: "";
}

.price-label { color: #9db5f9; }
.creation-price-line dd strong { color: #fff; font-size: 1.12em; }
.price-panel dl div { border-color: rgba(255, 255, 255, 0.14); }
.renewal,
.banner-gift,
.promo-explainer,
.grand-total,
.custom-project-card {
  border-radius: 16px;
}
.renewal { background: rgba(255, 255, 255, 0.075); }
.visual-price-option {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  transition: 0.18s ease;
}
.visual-price-option:hover { transform: translateX(3px); }
.promo-explainer { background: #f8f9ff; }
.grand-total {
  padding: 25px;
  background: linear-gradient(130deg, #fff, #eef3ff);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.13);
}
.grand-total strong { color: var(--blue-dark); }
.grand-total > span { color: #31508d; }
.grand-total > small {
  display: block;
  margin-top: 13px;
  color: #0d2a64;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}
.grand-total > p { color: #61708d; }
.following-year-total {
  margin-top: 18px;
  padding: 22px;
  color: #102757;
  background: #dfe9ff;
  border: 1px solid #a9c0f3;
  border-radius: 16px;
}
.following-year-total > span {
  color: #31508d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.following-year-total h3 { margin: 7px 0 10px; color: #102757; font-size: 18px; }
.following-year-total > strong {
  display: block;
  padding: 12px 14px;
  color: #fff;
  background: #173e9f;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.4;
}
.following-year-total ul { margin: 15px 0 12px; padding-left: 20px; }
.following-year-total li { margin: 5px 0; color: #253b68; font-size: 13px; }
.following-year-total p { margin: 0; color: #53678f; font-size: 12px; line-height: 1.45; }
.custom-project-card {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(5, 16, 39, 0.55);
}

.shop-highlight {
  margin-top: 55px;
  padding: clamp(28px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(145deg, #07152f, #122c66);
  border: 0;
  border-radius: 24px;
  box-shadow: var(--card-shadow);
}
.shop-highlight .eyebrow { color: #b8c9ff; background: rgba(255, 255, 255, 0.08); }
.shop-highlight h3 { color: #fff; }
.shop-highlight .shop-intro,
.shop-highlight .shop-note { color: rgba(255, 255, 255, 0.68); }
.shop-price-list { color: var(--ink); border: 0; border-radius: 16px; }
.shop-page-link { background: var(--blue); }
.mini-shop-quote { border-color: rgba(255, 255, 255, 0.18); }

.forum-offer {
  max-width: 1720px;
  margin: 25px auto 0;
  padding: 32px 38px;
  background: linear-gradient(100deg, #ff7448, #ff9c55);
  border: 0;
  border-radius: 22px;
  box-shadow: var(--card-shadow);
}
.forum-offer a { border-radius: 999px; }
.forum-promo-card {
  position: relative;
  margin-top: 22px;
  padding: 25px 26px;
  display: grid;
  gap: 7px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 116, 72, 0.3), transparent 28%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  text-decoration: none;
}
.forum-promo-card::after {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -62px;
  bottom: -88px;
  border: 24px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}
.forum-promo-label {
  width: fit-content;
  padding: 6px 9px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.forum-promo-card > strong {
  max-width: 510px;
  margin-top: 8px;
  font-size: clamp(24px, 2.5vw, 37px);
  line-height: 1.02;
}
.forum-promo-card > strong em { color: #ffb199; font-style: normal; }
.forum-promo-card > .forum-promo-title {
  max-width: none;
  margin-top: 16px;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.forum-promo-card > .forum-promo-title em {
  display: block;
  color: #ff9b78;
}
.forum-promo-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 17px 0 9px;
  color: #fff;
}
.forum-promo-price b {
  color: #fff;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1;
}
.forum-promo-price small {
  color: #ffb9a2;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 900;
}
.forum-promo-card > span:not(.forum-promo-label) { color: rgba(255, 255, 255, 0.82); font-size: 15px; }
.forum-promo-card > small { color: rgba(255, 255, 255, 0.58); font-size: 11px; }
.forum-promo-card > b { margin-top: 9px; color: #fff; font-size: 13px; }
.forum-promo-card:hover,
.forum-promo-card:focus-visible { background-color: rgba(255, 255, 255, 0.11); transform: translateY(-2px); }

/* Explications */
.cost-explainer {
  max-width: 1720px;
  margin: 80px auto 0;
  padding: clamp(35px, 5vw, 70px);
  background: #fff;
  border: 1px solid #dce1ec;
  border-radius: 30px;
  box-shadow: var(--premium-shadow);
}
.cost-explainer-main > .eyebrow { margin-inline: auto; }
.cost-explainer h2 { max-width: 1200px; margin-inline: auto; text-align: center; }
.cost-explainer-grid { gap: 14px; }
.cost-explainer-grid article {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  background: #f7f9fd;
  border: 1px solid #e0e5ef;
  border-radius: 18px;
}
.offered-stamp {
  position: absolute;
  top: 18px;
  right: 19px;
  z-index: 1;
  padding: 7px 12px 5px;
  overflow: hidden;
  color: rgba(168, 28, 32, 0.8);
  background:
    repeating-linear-gradient(105deg, transparent 0 5px, rgba(255, 255, 255, 0.42) 6px 8px),
    rgba(255, 250, 246, 0.32);
  border: 3px double rgba(168, 28, 32, 0.68);
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(168, 28, 32, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 950;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-9deg);
  opacity: 0.88;
  mix-blend-mode: multiply;
}
.offered-stamp::after {
  position: absolute;
  inset: -3px;
  background: repeating-linear-gradient(17deg, transparent 0 8px, rgba(255, 255, 255, 0.58) 9px 12px);
  content: "";
  pointer-events: none;
}
.cost-explainer-grid article:nth-child(-n+2) h3 { padding-right: 112px; }
.cost-explainer-grid h3 { color: var(--blue); }
.cost-transparency {
  padding: 20px 23px;
  background: #eef2ff;
  border-left: 5px solid var(--blue);
  border-radius: 0 14px 14px 0;
}

/* Inclus */
.included-section {
  gap: clamp(40px, 6vw, 90px);
  background-color: #f4f5f8;
  background-image:
    linear-gradient(112deg, rgba(246, 248, 252, 0.78), rgba(236, 241, 249, 0.72)),
    var(--white-wave-texture);
  background-position: center, center 58%;
  background-size: cover, cover;
}
.included-copy { position: sticky; top: 35px; align-self: start; }
.included-copy h2 { color: var(--blue-dark); }
.included-key-points {
  margin-top: 30px;
  display: grid;
  gap: 11px;
}
.included-key-points p {
  margin: 0;
  padding: 17px 19px;
  color: #334057;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(205, 212, 225, 0.82);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(21, 35, 72, 0.06);
  font-size: 16px;
  line-height: 1.45;
}
.included-key-points strong { color: var(--blue-dark); }
.included-list { gap: 13px; }
.included-list article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(205, 212, 225, 0.8);
  border-radius: 18px;
  box-shadow: var(--card-shadow);
}
.included-list article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
}

/* Espace propriétaire */
.owner-interface-section {
  color: #fff;
  background-color: #06142f;
  background-image:
    radial-gradient(ellipse at 79% 48%, rgba(78, 126, 255, 0.26), transparent 38%),
    linear-gradient(105deg, #06142f 0%, #0a2454 50%, #123a8c 100%);
}
.owner-interface-heading .eyebrow,
.owner-subheading .eyebrow { color: #b9c9ff; background: rgba(255, 255, 255, 0.08); }
.owner-interface-heading h2,
.owner-subheading h3 { color: #fff; }
.owner-interface-heading > p { color: rgba(255, 255, 255, 0.7); }
.owner-interface-heading > .owner-device-note {
  margin-top: -12px;
  color: #c9d5ff;
  font-size: 14px;
  font-weight: 800;
}
.owner-device-badges span { color: #fff; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15); }
.owner-interface-button { color: var(--blue-dark); background: #fff; }
.owner-dashboard-preview {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.3),
    0 0 95px rgba(77, 122, 255, 0.16);
  transform: none;
}
.owner-dashboard-caption {
  margin: 24px 0 0;
  padding-top: 22px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}
.owner-base-packs,
.owner-paid-options { border-color: rgba(255, 255, 255, 0.14); }
.owner-unified-pack {
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}
.owner-unified-pack h4 { color: var(--blue-dark); }
.owner-unified-pack div > p,
.owner-unified-pack li { color: #526078; }
.owner-unified-pack li { border-color: #e3e8f1; }
.owner-unified-pack li::before { color: var(--blue); }
.owner-base-packs .owner-subheading > p:last-child:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.74);
}
.owner-option-grid article {
  color: var(--ink);
  background: #fff;
  border: 0;
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transition: transform 0.18s ease;
}
.owner-option-grid article:hover { transform: translateY(-4px); }
.owner-options-note { background: var(--orange); border-radius: 18px; }

/* Maintenance, domaine et contact */
.maintenance-section {
  color: #fff;
  background: linear-gradient(135deg, #2457f5, #173ca1);
}
.maintenance-section .eyebrow { color: #fff; background: rgba(255, 255, 255, 0.13); }
.maintenance-content {
  padding: clamp(28px, 4vw, 52px);
  background: rgba(6, 21, 55, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
}
.maintenance-content p { color: rgba(255, 255, 255, 0.78); }

.domain-section {
  background-color: #f4f5f8;
  background-image:
    linear-gradient(112deg, rgba(247, 249, 253, 0.76), rgba(236, 241, 249, 0.74)),
    var(--white-wave-texture);
  background-position: center, center 72%;
  background-size: cover, cover;
}
.domain-copy {
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
  border: 1px solid #dce1ea;
  border-radius: 24px;
  box-shadow: var(--card-shadow);
}

.project-contact-section {
  background-color: #f7f8fb;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(241, 245, 251, 0.8)),
    var(--white-wave-texture);
  background-position: center, center bottom;
  background-size: cover, cover;
}
.project-contact-intro {
  padding: clamp(32px, 5vw, 65px);
  color: #fff;
  background: linear-gradient(145deg, #07152f, #173b91);
  border-radius: 28px;
  box-shadow: var(--premium-shadow);
}
.project-contact-intro .eyebrow { color: #b9c9ff; background: rgba(255, 255, 255, 0.08); }
.project-contact-intro h2 { color: #fff; }
.project-contact-intro > p { color: rgba(255, 255, 255, 0.7); }
.project-contact-intro blockquote { color: #fff; border-color: var(--orange); }
.project-contact-form {
  padding: clamp(28px, 4vw, 52px);
  background: #f7f8fc;
  border: 1px solid #dce1ec;
  border-radius: 28px;
}
.project-contact-form input[type="text"],
.project-contact-form input[type="email"],
.project-contact-form textarea {
  background: #fff;
  border: 1px solid #cfd7e5;
  border-radius: 12px;
}
.project-submit { background: var(--blue); }
.project-contact-consent { display: flex; gap: 10px; align-items: flex-start; color: #34435e; font-size: 14px; }
.project-contact-consent input { margin-top: 3px; flex: 0 0 auto; }
.project-submit:disabled { cursor: wait; opacity: 0.62; }
.contact-trap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.project-form-status {
  min-height: 24px;
  margin: 14px 0 0;
  font-weight: 750;
}
.project-form-status:empty { min-height: 0; margin-top: 0; }
.project-form-status.is-sending { color: #31508d; }
.project-form-status.is-success { padding: 13px 15px; color: #155b36; background: #e7f7ed; border-radius: 10px; }
.project-form-status.is-error { padding: 13px 15px; color: #8a2525; background: #fff0f0; border-radius: 10px; }

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #050e20;
  border: 0;
}
.site-footer .brand { color: #fff; }

/* Relief des cadres sur le fond texturé */
.calculator,
.cost-explainer,
.domain-copy,
.project-contact-form {
  border: 1px solid rgba(255, 255, 255, 0.94);
  box-shadow: var(--raised-frame-shadow);
}

.calculator {
  outline: 1px solid rgba(24, 55, 111, 0.055);
  outline-offset: -2px;
}

.slider-panel {
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(8, 25, 54, 0.055);
}

.price-panel {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 1px 0 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.included-key-points p,
.included-list article,
.owner-unified-pack,
.owner-option-grid article {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--raised-card-shadow);
}

.project-contact-intro {
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 7px 14px rgba(8, 25, 54, 0.16),
    0 34px 72px rgba(8, 25, 54, 0.2);
}

.owner-dashboard-preview {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 16px rgba(0, 0, 0, 0.24),
    0 38px 90px rgba(0, 0, 0, 0.3),
    0 0 95px rgba(77, 122, 255, 0.16);
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 42vw); }
  .hero .hero-identity { grid-column: 1; justify-self: end; transform: none; }
  .hero-animated-logo { grid-column: 2; }
  .included-copy { position: static; }
  .slider-panel { border-radius: 22px 22px 0 0; }
  .price-panel { border-radius: 0 0 22px 22px; }
  .cost-explainer,
  .project-contact-intro,
  .project-contact-form { border-radius: 22px; }
  .profession-help-grid { grid-template-columns: 1fr; align-items: stretch; }
  #profession { max-width: none; }
}

@media (max-width: 760px) {
  .eyebrow { margin-inline: auto; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(135px, 35vw); }
  .hero-brand { font-size: clamp(30px, 8vw, 44px); }
  .hero .hero-identity { padding-inline: 8px; background: transparent; }
  .hero-message { padding-block: 0; }
  .hero-quick-menu { min-height: 0; padding: 12px 14px 16px; flex-wrap: wrap; gap: 9px; }
  .hero-quick-menu a { min-height: 44px; flex: 1 1 calc(50% - 9px); padding: 9px 12px; font-size: 12px; text-align: center; white-space: normal; }
  .hero-quick-menu a:last-child { flex-basis: 100%; }
  .hero-services { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; font-size: 10px; }
  .hero-services i { display: none; }
  .configurator-heading h2 { white-space: normal; }
  .calculator { gap: 0; border-radius: 20px; }
  .slider-panel { border-radius: 20px 20px 0 0; }
  .price-panel { border-radius: 0 0 20px 20px; }
  .custom-profession-form > div { flex-direction: column; }
  .shop-highlight { padding: 24px 18px; }
  .forum-offer { padding: 27px 22px; }
  .cost-explainer { margin-top: 45px; padding: 28px 18px; }
  .included-list article { padding: 22px 18px; }
  .owner-interface-section { text-align: left; }
  .owner-dashboard-caption { text-align: left; }
  .owner-interface-heading .eyebrow,
  .owner-subheading .eyebrow { margin-inline: 0; }
  .project-contact-intro,
  .project-contact-form { padding: 28px 20px; }
}
