﻿/*
Theme Name: Du Sol Au Plafond
Theme URI: https://dusolauplafond.eu
Author: Du Sol Au Plafond
Description: Theme professionnel pour une entreprise de second oeuvre, renovation et amenagement interieur en Martinique.
Version: 1.7.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: dsap-caraibe-premium
*/

:root {
  --dsap-ink: #121315;
  --dsap-ink-soft: #3f4544;
  --dsap-cream: #f7f2e9;
  --dsap-paper: #fffdf8;
  --dsap-line: #ded5c7;
  --dsap-gold: #c79a4b;
  --dsap-terracotta: #a85f3e;
  --dsap-forest: #24443d;
  --dsap-white: #ffffff;
  --dsap-shadow: 0 24px 60px rgba(18, 19, 21, .12);
  --dsap-radius: 8px;
  --dsap-container: min(1180px, calc(100vw - 40px));
}

/* Google reviews header and local SEO trust polish v1.4.1 */
.dsap-header-phones {
  display: none !important;
}

.dsap-review-cta {
  order: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 177, 31, .55);
  background: rgba(255, 177, 31, .08);
  color: #fff;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.dsap-review-cta:hover,
.dsap-review-cta:focus-visible {
  border-color: #ffb11f;
  background: #ffb11f;
  color: #081120;
  transform: translateY(-1px);
}

.dsap-review-stars {
  color: #ffb11f;
  font-size: .82rem;
  letter-spacing: .08em;
  line-height: 1;
}

.dsap-review-cta:hover .dsap-review-stars,
.dsap-review-cta:focus-visible .dsap-review-stars {
  color: #081120;
}

.dsap-review-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.dsap-review-text strong {
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsap-review-text small {
  color: #c9d4ea;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.dsap-review-cta:hover small,
.dsap-review-cta:focus-visible small {
  color: #081120;
}

.dsap-footer-review-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 177, 31, .45);
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dsap-footer-review-link span {
  color: #ffb11f;
  letter-spacing: .06em;
}

.dsap-footer-review-link:hover {
  border-color: #ffb11f;
  background: #ffb11f;
  color: #081120;
}

.dsap-footer-review-link:hover span {
  color: #081120;
}

.dsap-contact-review {
  border-color: rgba(255, 177, 31, .55) !important;
  background: linear-gradient(135deg, rgba(255, 177, 31, .12), rgba(19, 37, 65, 1)) !important;
}

.dsap-contact-review .dsap-contact-icon {
  color: #ffb11f;
}

@media (max-width: 1140px) {
  .dsap-nav {
    gap: 26px;
    font-size: .74rem;
  }

  .dsap-header-cta {
    min-width: 190px;
    padding-inline: 20px;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    gap: 10px;
  }

  .dsap-review-cta {
    order: 2;
    margin-left: auto;
    min-height: 42px;
    padding: 7px 11px;
  }

  .dsap-menu-button {
    order: 3;
  }

  .dsap-nav {
    order: 4;
    top: calc(100% + 1px);
    padding: 14px;
    border-top: 1px solid #2a4774;
    background: rgba(8, 17, 32, .98) !important;
    box-shadow: 0 22px 46px rgba(0, 0, 0, .32);
  }

  .dsap-nav a {
    min-height: 46px;
    padding: 14px 12px;
    border: 1px solid rgba(42, 71, 116, .72);
    background: rgba(19, 37, 65, .86);
  }
}

@media (max-width: 560px) {
  .dsap-review-cta {
    gap: 0;
    width: 44px;
    justify-content: center;
    padding-inline: 0;
  }

  .dsap-review-stars {
    font-size: .72rem;
    letter-spacing: -.02em;
  }

  .dsap-review-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dsap-ink);
  background: var(--dsap-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.dsap-container {
  width: var(--dsap-container);
  margin-inline: auto;
}

.dsap-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(222, 213, 199, .75);
  backdrop-filter: blur(14px);
}

.admin-bar .dsap-site-header {
  top: 32px;
}

.dsap-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.dsap-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dsap-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--dsap-paper);
  background: var(--dsap-ink);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.dsap-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dsap-nav a {
  position: relative;
  padding: 12px 0;
}

.dsap-nav a::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 2px;
  background: var(--dsap-gold);
  content: "";
  transition: right .2s ease;
}

.dsap-nav a:hover::after,
.dsap-nav .current-menu-item a::after {
  right: 0;
}

.dsap-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-paper);
  cursor: pointer;
}

.dsap-menu-button span,
.dsap-menu-button span::before,
.dsap-menu-button span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--dsap-ink);
  content: "";
}

.dsap-menu-button span::before {
  transform: translateY(-7px);
}

.dsap-menu-button span::after {
  transform: translateY(5px);
}

.dsap-button,
.dsap-form button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--dsap-ink);
  border-radius: var(--dsap-radius);
  background: var(--dsap-ink);
  color: var(--dsap-white);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.dsap-button:hover,
.dsap-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(18, 19, 21, .16);
}

.dsap-button.secondary {
  background: transparent;
  color: var(--dsap-ink);
}

.dsap-button.gold {
  border-color: var(--dsap-gold);
  background: var(--dsap-gold);
  color: var(--dsap-ink);
}

.dsap-hero {
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: end;
  padding: 76px 0 44px;
  background:
    linear-gradient(90deg, rgba(18, 19, 21, .78), rgba(18, 19, 21, .36) 48%, rgba(18, 19, 21, .12)),
    var(--dsap-hero-image) center / cover no-repeat;
  color: var(--dsap-white);
}

.dsap-hero-content {
  width: min(780px, 100%);
}

.dsap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--dsap-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dsap-kicker::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.dsap-hero h1,
.dsap-page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7.8rem);
  line-height: .92;
  letter-spacing: 0;
}

.dsap-hero p,
.dsap-page-hero p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.02rem, 2vw, 1.28rem);
}

.dsap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.dsap-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: var(--dsap-container);
  margin: -34px auto 0;
  background: var(--dsap-line);
  box-shadow: var(--dsap-shadow);
}

.dsap-stat {
  min-height: 118px;
  padding: 24px;
  background: var(--dsap-paper);
}

.dsap-stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
}

.dsap-stat span {
  display: block;
  margin-top: 8px;
  color: var(--dsap-ink-soft);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsap-section {
  padding: clamp(72px, 10vw, 124px) 0;
}

.dsap-section.alt {
  background: var(--dsap-cream);
}

.dsap-section.dark {
  background: var(--dsap-ink);
  color: var(--dsap-white);
}

.dsap-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 42px;
}

.dsap-section-head h2,
.dsap-text h2,
.dsap-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.dsap-section-head p,
.dsap-text p {
  max-width: 600px;
  margin: 0;
  color: var(--dsap-ink-soft);
}

.dark .dsap-section-head p,
.dsap-section.dark .dsap-section-head p {
  color: rgba(255, 255, 255, .72);
}

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

.dsap-card {
  overflow: hidden;
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-paper);
}

.dsap-card-body {
  padding: 26px;
}

.dsap-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dsap-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.dsap-card p {
  margin: 0;
  color: var(--dsap-ink-soft);
}

.dsap-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.dsap-split.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
}

.dsap-image-stack {
  position: relative;
}

.dsap-image-stack img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--dsap-radius);
  box-shadow: var(--dsap-shadow);
}

.dsap-note {
  position: absolute;
  right: -18px;
  bottom: 28px;
  max-width: 250px;
  padding: 18px;
  border-radius: var(--dsap-radius);
  background: var(--dsap-gold);
  color: var(--dsap-ink);
  font-weight: 800;
  box-shadow: var(--dsap-shadow);
}

.dsap-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.dsap-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.dsap-list li::before {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--dsap-gold);
  content: "";
}

.dsap-page-hero {
  padding: clamp(82px, 12vw, 150px) 0 clamp(64px, 9vw, 110px);
  background:
    linear-gradient(90deg, rgba(18, 19, 21, .82), rgba(18, 19, 21, .44)),
    var(--dsap-page-image) center / cover no-repeat;
  color: var(--dsap-white);
}

.dsap-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dsap-work {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: var(--dsap-radius);
  color: var(--dsap-white);
}

.dsap-work img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dsap-work::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 19, 21, .05), rgba(18, 19, 21, .84));
  content: "";
}

.dsap-work-body {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.dsap-work h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.dsap-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: process;
}

.dsap-step {
  padding: 26px;
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-paper);
  counter-increment: process;
}

.dsap-step::before {
  display: block;
  margin-bottom: 34px;
  color: var(--dsap-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  content: "0" counter(process);
}

.dsap-contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.dsap-contact-cards {
  display: grid;
  gap: 14px;
}

.dsap-contact-card {
  padding: 22px;
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-paper);
}

.dsap-contact-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dsap-form {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-paper);
  box-shadow: var(--dsap-shadow);
}

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

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

.dsap-field label {
  display: block;
  margin-bottom: 7px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsap-field input,
.dsap-field select,
.dsap-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--dsap-line);
  border-radius: var(--dsap-radius);
  background: var(--dsap-white);
  color: var(--dsap-ink);
  font: inherit;
}

.dsap-field textarea {
  min-height: 150px;
  resize: vertical;
}

.dsap-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: var(--dsap-radius);
  background: #e8f5ec;
  color: #1f5130;
  font-weight: 700;
}

.dsap-alert.error {
  background: #fff0eb;
  color: #8a2d1a;
}

.dsap-site-footer {
  padding: 64px 0 28px;
  background: var(--dsap-ink);
  color: var(--dsap-white);
}

.dsap-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 36px;
}

.dsap-site-footer h2,
.dsap-site-footer h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.dsap-site-footer p,
.dsap-site-footer li {
  color: rgba(255, 255, 255, .72);
}

.dsap-site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsap-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .64);
  font-size: .9rem;
}

.dsap-mobile-actions {
  display: none;
}

.dsap-content {
  padding: 80px 0;
}

.dsap-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 940px) {
  .admin-bar .dsap-site-header {
    top: 46px;
  }

  .dsap-menu-button {
    display: inline-flex;
  }

  .dsap-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px var(--dsap-container);
    border-bottom: 1px solid var(--dsap-line);
    background: var(--dsap-paper);
  }

  .dsap-nav.is-open {
    display: flex;
  }

  .dsap-nav a {
    padding: 14px 0;
  }

  .dsap-header-cta {
    display: none;
  }

  .dsap-stats,
  .dsap-grid,
  .dsap-work-grid,
  .dsap-process,
  .dsap-contact-layout,
  .dsap-footer-grid,
  .dsap-split,
  .dsap-split.reverse {
    grid-template-columns: 1fr;
  }

  .dsap-section-head {
    display: block;
  }

  .dsap-section-head p {
    margin-top: 18px;
  }

  .dsap-note {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .dsap-mobile-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 177, 31, .3);
    background: rgba(8, 17, 32, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
    backdrop-filter: blur(12px);
  }

  .dsap-mobile-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 177, 31, .45);
    color: #fff;
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .dsap-mobile-actions a:first-child {
    background: #ffb11f;
    color: #081120;
  }

  .dsap-site-footer {
    padding-bottom: 96px;
  }
}

@media (max-width: 620px) {
  :root {
    --dsap-container: min(100% - 28px, 1180px);
  }

  .dsap-header-inner {
    min-height: 70px;
  }

  .dsap-brand {
    max-width: 230px;
    font-size: .96rem;
  }

  .dsap-hero {
    min-height: 760px;
    padding: 56px 0 34px;
  }

  .dsap-actions,
  .dsap-footer-bottom {
    flex-direction: column;
  }

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

  .dsap-work {
    min-height: 360px;
  }
}

/* Elementor-ready dark navy visual system. */
:root {
  --dsap-ink: #081120;
  --dsap-ink-2: #0d1a2d;
  --dsap-ink-3: #12233d;
  --dsap-ink-soft: #b5c1d6;
  --dsap-cream: #0b1627;
  --dsap-paper: #0a1322;
  --dsap-card: #132541;
  --dsap-line: #29446e;
  --dsap-gold: #ffb11f;
  --dsap-white: #ffffff;
  --dsap-shadow: 0 24px 70px rgba(0, 0, 0, .3);
}

body,
.dsap-elementor-content {
  color: var(--dsap-white);
  background: var(--dsap-paper);
}

.dsap-site-header {
  background: rgba(8, 17, 32, .96);
  border-bottom: 1px solid rgba(41, 68, 110, .45);
}

.dsap-brand-mark {
  color: var(--dsap-ink);
  background: var(--dsap-gold);
}

.dsap-nav {
  font-size: .72rem;
}

.dsap-menu-button {
  background: var(--dsap-ink-2);
}

.dsap-menu-button span,
.dsap-menu-button span::before,
.dsap-menu-button span::after {
  background: var(--dsap-white);
}

.dsap-button,
.dsap-form button,
.wp-block-button__link {
  border-color: var(--dsap-gold);
  background: #0d1829;
  color: var(--dsap-white);
}

.dsap-button.secondary {
  color: var(--dsap-white);
}

.dsap-button.gold {
  border-color: var(--dsap-gold);
  background: transparent;
  color: var(--dsap-white);
}

.dsap-button.gold:hover,
.dsap-form button:hover {
  background: var(--dsap-gold);
  color: var(--dsap-ink);
}

.dsap-hero {
  background:
    linear-gradient(90deg, rgba(8, 17, 32, .94), rgba(8, 17, 32, .76) 48%, rgba(8, 17, 32, .46)),
    var(--dsap-hero-image) center / cover no-repeat;
}

.dsap-page-hero {
  background:
    linear-gradient(90deg, rgba(8, 17, 32, .96), rgba(8, 17, 32, .68)),
    var(--dsap-page-image) center / cover no-repeat;
}

.dsap-hero h1 em,
.dsap-page-hero h1 em,
.dsap-accent {
  color: var(--dsap-gold);
  font-style: normal;
}

.dsap-stats {
  background: rgba(41, 68, 110, .72);
}

.dsap-stat,
.dsap-card,
.dsap-step {
  background: var(--dsap-card);
}

.dsap-section.alt {
  background: var(--dsap-ink-2);
}

.dsap-card,
.dsap-step,
.dsap-contact-card,
.dsap-form {
  border-color: var(--dsap-line);
}

.dsap-section-head p,
.dsap-text p,
.dsap-card p,
.dsap-stat span {
  color: var(--dsap-ink-soft);
}

.dsap-site-footer {
  background: #070d19;
}

.dsap-contact-page {
  min-height: calc(100svh - 82px);
  padding-top: clamp(74px, 9vw, 118px);
  background: var(--dsap-paper);
}

.dsap-contact-pro {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: start;
}

.dsap-contact-intro {
  position: sticky;
  top: 120px;
}

.dsap-contact-intro h1 {
  max-width: 430px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: .98;
  letter-spacing: 0;
}

.dsap-contact-intro p {
  max-width: 430px;
  margin: 18px 0 0;
  color: var(--dsap-white);
}

.dsap-contact-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.dsap-contact-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
  background: var(--dsap-card);
}

.dsap-contact-card strong {
  color: var(--dsap-white);
}

.dsap-contact-card small {
  color: var(--dsap-white);
}

.dsap-contact-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 177, 31, .32);
  background: #0b1729;
  color: var(--dsap-gold);
  font-size: 1.15rem;
}

.dsap-pro-form {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  background: var(--dsap-card);
}

.dsap-pro-form::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 3px;
  background: var(--dsap-gold);
  content: "";
}

.dsap-pro-form h2 {
  margin: 0 0 4px;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  text-transform: uppercase;
}

.dsap-pro-form > p {
  margin: 0 0 24px;
  color: var(--dsap-white);
}

.dsap-form-section {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(41, 68, 110, .72);
  color: var(--dsap-white);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.dsap-form-section span {
  color: var(--dsap-gold);
}

.dsap-pro-form .dsap-field label {
  color: var(--dsap-white);
  font-size: .68rem;
}

.dsap-pro-form .dsap-field input,
.dsap-pro-form .dsap-field select,
.dsap-pro-form .dsap-field textarea {
  min-height: 46px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--dsap-line);
  border-radius: 0;
  background: transparent;
  color: var(--dsap-white);
}

.dsap-pro-form .dsap-field select option {
  color: var(--dsap-ink);
}

.dsap-pro-form .dsap-field input::placeholder,
.dsap-pro-form .dsap-field textarea::placeholder {
  color: #71809d;
}

.dsap-pro-form .dsap-field small {
  display: block;
  margin-top: 6px;
  color: #d4def0;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.dsap-pro-form .dsap-field textarea {
  min-height: 130px;
}

@media (max-width: 940px) {
  .dsap-contact-pro {
    grid-template-columns: 1fr;
  }

  .dsap-contact-intro {
    position: static;
  }

  .dsap-nav {
    background: var(--dsap-paper);
  }
}

/* Closer to the 10Web reference: nav left, monogram centered, quote button right. */
.dsap-header-inner {
  position: relative;
  min-height: 54px;
}

.dsap-nav {
  order: 1;
  margin-right: auto;
  gap: 34px;
}

.dsap-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  order: 2;
  transform: translate(-50%, -50%);
  font-size: .85rem;
  letter-spacing: .12em;
}

.dsap-brand span:not(.dsap-brand-mark) {
  display: none;
}

.dsap-brand-mark {
  width: auto;
  min-width: 72px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: var(--dsap-white);
  font-size: .82rem;
  letter-spacing: .16em;
}

.dsap-header-cta {
  order: 3;
  min-height: 34px;
  padding: 8px 24px;
  font-size: .66rem;
}

.dsap-contact-page {
  padding-bottom: clamp(56px, 8vw, 90px);
}

.dsap-contact-intro .dsap-kicker {
  padding: 4px 10px;
  background: rgba(255, 177, 31, .1);
  font-size: .62rem;
}

.dsap-contact-intro .dsap-kicker::before {
  display: none;
}

.dsap-contact-intro h1 {
  max-width: 500px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.dsap-pro-form {
  border-radius: 0;
}

.dsap-contact-card {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 940px) {
  .dsap-header-inner {
    min-height: 70px;
  }

  .dsap-brand {
    position: static;
    order: 1;
    transform: none;
  }

  .dsap-menu-button {
    order: 2;
  }

  .dsap-nav {
    order: 4;
    gap: 0;
    margin-right: 0;
  }

  .dsap-header-cta {
    display: none;
  }
}

/* 10Web look-alike sections. */
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

.dsap-hero h1,
.dsap-page-hero h1,
.dsap-section-head h2,
.dsap-text h2,
.dsap-card h2,
.dsap-card h3,
.dsap-work h3,
.dsap-site-footer h2,
.dsap-site-footer h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.dsap-original-hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: clamp(78px, 10vw, 132px) 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 32, .97), rgba(8, 17, 32, .82)),
    var(--dsap-original-image, none) center / cover no-repeat;
  color: var(--dsap-white);
}

.dsap-original-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7.3rem);
  font-weight: 950;
  line-height: .88;
  letter-spacing: -0.07em;
}

.dsap-original-hero h1 span,
.dsap-original-hero .dsap-accent {
  color: var(--dsap-gold);
}

.dsap-original-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  line-height: 1.75;
}

.dsap-approach-hero {
  --dsap-original-image: url("assets/images/gallery/dsap-faux-plafond-placo-chantier.jpg");
}

.dsap-expertise-hero {
  --dsap-original-image: url("assets/images/gallery/dsap-cloisonnement-placo-chantier.jpg");
}

.dsap-projects-hero {
  --dsap-original-image: url("assets/images/gallery/dsap-deck-piscine-fini-vue-complete.jpg");
}

.dsap-section {
  background: var(--dsap-paper);
}

.dsap-section-panel {
  background: linear-gradient(180deg, rgba(18, 37, 65, .92), rgba(10, 19, 34, .92));
  border-block: 1px solid rgba(41, 68, 110, .42);
}

.dsap-section-head.center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.dsap-section-head.center .dsap-kicker {
  margin-bottom: 12px;
}

.dsap-section-head.center h2 {
  max-width: 900px;
}

.dsap-process-original {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(41, 68, 110, .72);
  background: rgba(41, 68, 110, .72);
}

.dsap-process-card {
  min-height: 360px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--dsap-card);
}

.dsap-process-card strong {
  display: block;
  margin-bottom: clamp(42px, 7vw, 90px);
  color: var(--dsap-gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.dsap-process-card h2 {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.04em;
}

.dsap-process-card p {
  margin: 0;
  color: var(--dsap-ink-soft);
}

.dsap-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.dsap-feature-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.dsap-feature-grid article,
.dsap-case-grid article {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(41, 68, 110, .78);
  background: rgba(19, 37, 65, .86);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.dsap-feature-grid h3,
.dsap-case-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.dsap-feature-grid p,
.dsap-case-grid p {
  margin: 0;
  color: var(--dsap-ink-soft);
}

.dsap-faq-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.dsap-faq-layout h2 {
  margin: 0 0 22px;
  max-width: 470px;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -0.065em;
}

.dsap-faq {
  border-top: 1px solid rgba(41, 68, 110, .86);
}

.dsap-faq details {
  border-bottom: 1px solid rgba(41, 68, 110, .86);
}

.dsap-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  color: var(--dsap-white);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  font-weight: 900;
  line-height: 1.25;
  cursor: pointer;
}

.dsap-faq summary::after {
  flex: 0 0 auto;
  color: var(--dsap-gold);
  content: "+";
}

.dsap-faq details[open] summary::after {
  content: "-";
}

.dsap-faq p {
  margin: -10px 0 28px;
  color: var(--dsap-ink-soft);
}

.dsap-tech-frame {
  position: relative;
  border: 1px solid rgba(41, 68, 110, .8);
  background: rgba(19, 37, 65, .9);
  box-shadow: var(--dsap-shadow);
}

.dsap-tech-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: .9;
}

.dsap-tech-caption {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-top: 3px solid var(--dsap-gold);
  color: var(--dsap-white);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .7rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.dsap-tech-caption strong {
  color: var(--dsap-gold);
}

.dsap-work {
  border: 1px solid rgba(41, 68, 110, .8);
  border-radius: 0;
}

.dsap-work-body span,
.dsap-case-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--dsap-gold);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dsap-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dsap-case-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--dsap-white);
  font-size: .84rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  .dsap-process-original,
  .dsap-feature-grid,
  .dsap-feature-grid.three,
  .dsap-faq-layout,
  .dsap-case-grid {
    grid-template-columns: 1fr;
  }

  .dsap-process-card {
    min-height: auto;
  }

  .dsap-process-card strong {
    margin-bottom: 32px;
  }
}

@media (max-width: 620px) {
  .dsap-original-hero {
    min-height: 560px;
  }

  .dsap-original-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }
}

/* Exact approach page timeline from the reference screenshot. */
.dsap-approach-page {
  background: #081120;
}

.dsap-approach-timeline-section {
  min-height: calc(100svh - 54px);
  padding: 54px 0 86px;
  background: #081120;
  border-top: 1px solid rgba(45, 71, 112, .86);
}

.dsap-approach-intro {
  max-width: 520px;
  margin: 0 auto 74px;
  color: #ffffff;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.dsap-timeline {
  position: relative;
  display: grid;
  gap: 86px;
  width: min(760px, 100%);
  margin: 0 auto;
}

.dsap-timeline::before {
  position: absolute;
  top: -26px;
  bottom: -12px;
  left: 50%;
  width: 1px;
  border-left: 1px dashed rgba(255, 177, 31, .34);
  content: "";
  transform: translateX(-50%);
}

.dsap-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.dsap-timeline-item::before {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #ffb11f;
  content: "";
  transform: translateX(-50%);
}

.dsap-timeline-image {
  margin: 0;
}

.dsap-timeline-image img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}

.dsap-timeline-item.image-left .dsap-timeline-image {
  justify-self: end;
}

.dsap-timeline-item.card-left .dsap-timeline-card {
  justify-self: end;
}

.dsap-timeline-card {
  width: 320px;
  min-height: 194px;
  padding: 22px 22px 24px;
  border: 1px solid #2a4774;
  background: #132541;
  color: #ffffff;
}

.dsap-timeline-card span {
  display: block;
  margin-bottom: 10px;
  color: #b8862c;
  font-size: 1.75rem;
  font-weight: 950;
  line-height: 1;
}

.dsap-timeline-card h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.42rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.035em;
}

.dsap-timeline-card p {
  margin: 0;
  color: #ffffff;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .dsap-timeline {
    gap: 44px;
    width: min(520px, 100%);
    padding-left: 28px;
  }

  .dsap-timeline::before,
  .dsap-timeline-item::before {
    left: 0;
  }

  .dsap-timeline-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dsap-timeline-item.image-left .dsap-timeline-image,
  .dsap-timeline-item.card-left .dsap-timeline-card {
    justify-self: start;
  }

  .dsap-timeline-item.card-left .dsap-timeline-card {
    order: 2;
  }

  .dsap-timeline-item.card-left .dsap-timeline-image {
    order: 1;
  }

  .dsap-timeline-card,
  .dsap-timeline-image img {
    width: min(100%, 330px);
  }
}

/* Final safety layer: keep the entire site in the dark 10Web visual system. */
html,
body,
#page,
.site,
.site-content,
.entry-content,
.wp-site-blocks,
.dsap-content,
.dsap-elementor-content,
main {
  background: #081120 !important;
  color: #ffffff;
}

.dsap-site-header,
.dsap-site-footer {
  background: #081120 !important;
}

.dsap-section,
.dsap-section.alt,
.dsap-section.dark,
.dsap-contact-page {
  background: #081120 !important;
}

.dsap-card,
.dsap-step,
.dsap-feature-grid article,
.dsap-case-grid article,
.dsap-contact-card,
.dsap-form,
.dsap-pro-form,
.dsap-timeline-card {
  background: #132541 !important;
  border-color: #2a4774 !important;
  color: #ffffff;
}

.dsap-section-head p,
.dsap-text p,
.dsap-card p,
.dsap-step p,
.dsap-feature-grid p,
.dsap-case-grid p,
.dsap-site-footer p,
.dsap-site-footer li {
  color: #c9d4ea !important;
}

.dsap-button.gold,
.dsap-header-cta {
  border-color: #ffb11f !important;
  color: #ffffff !important;
  background: transparent !important;
}

.dsap-button.gold:hover,
.dsap-header-cta:hover {
  background: #ffb11f !important;
  color: #081120 !important;
}

.dsap-gallery-hero {
  padding: clamp(96px, 12vw, 168px) 0 clamp(56px, 7vw, 90px);
  background:
    linear-gradient(90deg, rgba(8, 17, 32, .94), rgba(8, 17, 32, .72)),
    url("assets/images/gallery/dsap-pergola-bois-piscine-vue-complete.jpg") center / cover no-repeat;
}

.dsap-gallery-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 4.8vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.dsap-gallery-hero h1 span {
  color: #ffb11f;
}

.dsap-gallery-hero p {
  max-width: 820px;
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.dsap-gallery-section {
  padding-top: clamp(56px, 7vw, 92px);
}

.dsap-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.dsap-gallery-filters button {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #2a4774;
  background: #132541;
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.dsap-gallery-filters button.is-active,
.dsap-gallery-filters button:hover {
  border-color: #ffb11f;
  color: #081120;
  background: #ffb11f;
}

.dsap-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.dsap-gallery-item {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid #2a4774;
  background: #132541;
}

.dsap-gallery-item.featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 536px;
}

.dsap-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.dsap-gallery-item:hover img {
  transform: scale(1.04);
  opacity: .88;
}

.dsap-gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 4px;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(8, 17, 32, .92));
  color: #fff;
  font-size: .88rem;
  line-height: 1.35;
}

.dsap-gallery-item strong {
  color: #ffb11f;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.dsap-lightbox-open {
  overflow: hidden;
}

.dsap-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: minmax(54px, 1fr) minmax(0, 1180px) minmax(54px, 1fr);
  grid-template-rows: 72px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: rgba(4, 9, 18, .94);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity .2s ease;
}

.dsap-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.dsap-lightbox-figure {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  align-self: stretch;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(86, 125, 184, .5);
  background: #081120;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .55);
}

.dsap-lightbox-figure img {
  width: 100%;
  height: 100%;
  max-height: calc(100svh - 190px);
  object-fit: contain;
  background: #050b15;
}

.dsap-lightbox-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-top: 1px solid rgba(86, 125, 184, .36);
  background: #132541;
}

.dsap-lightbox-figure strong {
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dsap-lightbox-figure span {
  color: #d7e0f2;
  font-size: .86rem;
}

.dsap-lightbox-close,
.dsap-lightbox-nav {
  border: 1px solid rgba(255, 177, 31, .58);
  background: rgba(255, 177, 31, .12);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.dsap-lightbox-close:hover,
.dsap-lightbox-close:focus-visible,
.dsap-lightbox-nav:hover,
.dsap-lightbox-nav:focus-visible {
  background: #ffb11f;
  color: #081120;
  transform: translateY(-1px);
}

.dsap-lightbox-close {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsap-lightbox-nav {
  grid-row: 2;
  display: grid;
  width: 52px;
  height: 72px;
  place-items: center;
  border-radius: 999px;
  font-size: 2.2rem;
  line-height: 1;
}

.dsap-lightbox-nav.prev {
  grid-column: 1;
  justify-self: end;
}

.dsap-lightbox-nav.next {
  grid-column: 3;
  justify-self: start;
}

.dsap-lightbox-count {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  padding: 8px 12px;
  border: 1px solid rgba(86, 125, 184, .38);
  background: rgba(19, 37, 65, .88);
  color: #ffb11f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

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

@media (max-width: 780px) {
  .dsap-lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 58px minmax(0, 1fr) 58px 44px;
    padding: 12px;
  }

  .dsap-lightbox-close {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .dsap-lightbox-figure {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .dsap-lightbox-figure figcaption {
    display: grid;
    gap: 4px;
  }

  .dsap-lightbox-nav {
    grid-row: 3;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 1.7rem;
  }

  .dsap-lightbox-nav.prev {
    grid-column: 1;
  }

  .dsap-lightbox-nav.next {
    grid-column: 2;
  }

  .dsap-lightbox-count {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

@media (max-width: 620px) {
  .dsap-gallery-grid {
    grid-template-columns: 1fr;
  }

  .dsap-gallery-item.featured {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 320px;
  }
}

/* Final typography polish: closer to the reference, cleaner and easier to read. */
body {
  font-size: 16px;
  letter-spacing: 0;
}

.dsap-site-header {
  border-bottom: 1px solid #2a4774;
}

.dsap-header-inner {
  min-height: 58px;
}

.dsap-nav {
  gap: 46px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .085em;
}

.dsap-header-cta {
  min-height: 48px;
  min-width: 242px;
  padding: 12px 28px;
  font-size: .82rem;
  letter-spacing: .075em;
}

.dsap-original-hero {
  min-height: 0;
  padding: clamp(112px, 13vw, 190px) 0 clamp(64px, 8vw, 98px);
}

.dsap-original-hero h1,
.dsap-hero h1,
.dsap-page-hero h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 4.8vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.dsap-original-hero p,
.dsap-hero p,
.dsap-page-hero p {
  max-width: 860px;
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
  line-height: 1.62;
  font-weight: 500;
}

.dsap-kicker {
  padding: 8px 16px;
  border: 1px solid rgba(255, 177, 31, .3);
  background: rgba(255, 177, 31, .08);
  font-size: .82rem;
  letter-spacing: .12em;
}

.dsap-kicker::before {
  display: none;
}

.dsap-section-head h2,
.dsap-text h2,
.dsap-faq-layout h2 {
  font-size: clamp(2.4rem, 3.6vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.dsap-section-head p,
.dsap-text p,
.dsap-feature-grid p,
.dsap-case-grid p,
.dsap-faq p {
  font-size: 1rem;
  line-height: 1.75;
}

.dsap-feature-grid h3,
.dsap-case-grid h3,
.dsap-work h3 {
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.dsap-tech-caption,
.dsap-work-body span,
.dsap-case-grid span {
  font-size: .78rem;
}

.dsap-approach-timeline-section {
  padding: 58px 0 90px;
}

.dsap-approach-intro {
  max-width: 620px;
  margin-bottom: 82px;
  font-size: .96rem;
  line-height: 1.5;
}

.dsap-timeline {
  width: min(820px, 100%);
  gap: 78px;
}

.dsap-timeline-item {
  gap: 90px;
}

.dsap-timeline-image img {
  width: 210px;
  height: 210px;
}

.dsap-timeline-card {
  width: 330px;
  min-height: 176px;
  padding: 24px 24px 25px;
}

.dsap-timeline-card span {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.dsap-timeline-card h2 {
  margin-bottom: 18px;
  font-size: 1.38rem;
  letter-spacing: -0.025em;
}

.dsap-timeline-card p {
  font-size: .84rem;
  line-height: 1.55;
  font-weight: 600;
}

.dsap-pro-form h2 {
  font-size: 1.65rem;
  letter-spacing: -0.025em;
}

.dsap-pro-form .dsap-field label {
  font-size: .74rem;
}

.dsap-pro-form .dsap-field input,
.dsap-pro-form .dsap-field select,
.dsap-pro-form .dsap-field textarea {
  font-size: .95rem;
}

@media (max-width: 940px) {
  .dsap-nav {
    gap: 0;
    font-size: .84rem;
  }

  .dsap-original-hero {
    padding-top: 72px;
  }

  .dsap-original-hero h1,
  .dsap-hero h1,
  .dsap-page-hero h1 {
    font-size: clamp(2.8rem, 10vw, 4.3rem);
  }
}

@media (max-width: 620px) {
  .dsap-original-hero p,
  .dsap-hero p,
  .dsap-page-hero p {
    font-size: 1.05rem;
  }

  .dsap-kicker {
    font-size: .72rem;
  }
}

/* WordPress editor content styling. */
.dsap-editor-content {
  min-height: 60vh;
  padding: clamp(48px, 8vw, 96px) 0;
  background: #081120;
  color: #ffffff;
}

.dsap-editor-inner {
  max-width: 980px;
}

.dsap-editor-inner > *:first-child {
  margin-top: 0;
}

.dsap-editor-inner h1,
.dsap-editor-inner h2,
.dsap-editor-inner h3 {
  color: #fff;
  line-height: 1.08;
}

.dsap-editor-inner p,
.dsap-editor-inner li {
  color: #d7e0f2;
  font-size: 1.04rem;
  line-height: 1.75;
}

.dsap-editable-hero,
.dsap-editable-section {
  color: #fff;
  background: #081120;
}

.dsap-editable-hero {
  min-height: 680px;
  display: grid;
  align-items: center;
  margin: -96px calc(50% - 50vw) 0;
  padding: clamp(90px, 12vw, 170px) max(24px, calc((100vw - 1180px) / 2));
  background-size: cover;
  background-position: center;
}

.dsap-editable-wrap,
.dsap-editable-section {
  max-width: 980px;
}

.dsap-editable-section {
  padding: clamp(48px, 8vw, 96px) 0;
}

.dsap-editable-kicker {
  display: inline-flex;
  padding: 8px 16px;
  border: 1px solid rgba(255, 177, 31, .3);
  background: rgba(255, 177, 31, .08);
  color: #ffb11f !important;
  font-size: .8rem !important;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dsap-editable-hero h1,
.dsap-editable-section h1 {
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.dsap-editable-hero h1 span,
.dsap-editable-section h1 span {
  color: #ffb11f;
}

.dsap-editable-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.dsap-editable-cards article {
  padding: 24px;
  border: 1px solid #2a4774;
  background: #132541;
}

.dsap-editable-cards h2 {
  margin-top: 0;
  color: #fff;
  font-size: 1.35rem;
}

.dsap-shortcode-form {
  margin-top: 34px;
}

.dsap-header-phones {
  display: grid;
  gap: 2px;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}

.dsap-header-phones a:hover {
  color: #ffb11f;
}

.dsap-brand {
  position: static;
  transform: none;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .11em;
}

.dsap-brand span:not(.dsap-brand-mark) {
  display: inline;
}

.dsap-brand-mark {
  display: none !important;
}

.dsap-home-hero .dsap-hero-content {
  max-width: 900px;
}

.dsap-home-hero h1 {
  font-size: clamp(3.4rem, 6vw, 6.6rem);
}

.dsap-home-trust .dsap-stat strong {
  color: #ffb11f;
}

.dsap-trade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dsap-trade-grid article {
  min-height: 290px;
  padding: 28px;
  border: 1px solid #2a4774;
  background: #132541;
  color: #fff;
}

.dsap-trade-grid span {
  display: block;
  margin-bottom: 42px;
  color: #ffb11f;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.dsap-trade-grid h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.dsap-trade-grid p {
  margin: 0;
  color: #c9d4ea;
  font-size: .98rem;
  line-height: 1.65;
}

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

@media (max-width: 700px) {
  .dsap-trade-grid {
    grid-template-columns: 1fr;
  }

  .dsap-trade-grid article {
    min-height: auto;
  }

  .dsap-trade-grid span {
    margin-bottom: 24px;
  }
}

@media (max-width: 940px) {
  .dsap-header-phones {
    display: none;
  }

  .dsap-editable-cards {
    grid-template-columns: 1fr;
  }
}

/* Premium editable layouts v1.3.2 */
.dsap-luxe-home {
  min-height: min(780px, 92vh);
  border-bottom: 1px solid rgba(255, 177, 31, .28);
}

.dsap-luxe-home .dsap-editable-wrap {
  max-width: 1040px;
}

.dsap-luxe-home h1 {
  max-width: 980px;
  font-size: clamp(2.75rem, 5.4vw, 6rem);
  line-height: .98;
}

.dsap-luxe-lead {
  max-width: 820px;
  color: #e6edf8 !important;
  font-size: clamp(1.02rem, 1.35vw, 1.25rem) !important;
  line-height: 1.75 !important;
}

.dsap-luxe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.dsap-luxe-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  margin-top: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 177, 31, .25);
  background: rgba(255, 177, 31, .25);
}

.dsap-luxe-proof article {
  min-height: 118px;
  padding: 22px;
  background: rgba(10, 24, 45, .88);
  backdrop-filter: blur(10px);
}

.dsap-luxe-proof strong {
  display: block;
  color: #ffb11f;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  line-height: 1;
}

.dsap-luxe-proof span {
  display: block;
  margin-top: 10px;
  color: #f7fbff;
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.35;
  text-transform: uppercase;
}

.dsap-luxe-intro,
.dsap-luxe-expertise,
.dsap-luxe-realisations {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(255, 177, 31, .08), transparent 34%),
    #081120;
}

.dsap-luxe-intro h2,
.dsap-luxe-expertise h1,
.dsap-luxe-realisations h1 {
  max-width: 920px;
  margin: 18px 0;
}

.dsap-luxe-intro h2 {
  color: #fff;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  line-height: 1.04;
}

.dsap-luxe-intro > p,
.dsap-luxe-expertise > p,
.dsap-luxe-realisations > p {
  max-width: 820px;
  color: #d9e3f5;
  font-size: 1.06rem;
  line-height: 1.8;
}

.dsap-luxe-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.dsap-luxe-columns article,
.dsap-luxe-timeline article,
.dsap-luxe-mastercard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(86, 125, 184, .46);
  background:
    linear-gradient(145deg, rgba(31, 55, 91, .92), rgba(13, 30, 55, .96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
}

.dsap-luxe-columns article {
  min-height: 210px;
  padding: 28px;
}

.dsap-luxe-columns article::before,
.dsap-luxe-timeline article::before,
.dsap-luxe-mastercard::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ffb11f, rgba(255, 177, 31, 0));
}

.dsap-luxe-columns h3,
.dsap-luxe-timeline h2,
.dsap-luxe-mastercard h2 {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 950;
  line-height: 1.1;
}

.dsap-luxe-columns p,
.dsap-luxe-timeline p,
.dsap-luxe-mastercard p {
  margin: 0;
  color: #d5def0;
  font-size: .98rem;
  line-height: 1.7;
}

.dsap-luxe-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.dsap-luxe-timeline article {
  min-height: 310px;
  padding: 30px;
}

.dsap-luxe-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 38px;
  border: 1px solid rgba(255, 177, 31, .45);
  color: #ffb11f;
  font-size: 1.15rem;
  font-weight: 950;
}

.dsap-luxe-timeline h2 {
  font-size: 1.32rem;
}

.dsap-luxe-mastercard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 34px;
  background:
    linear-gradient(120deg, rgba(255, 177, 31, .17), rgba(19, 37, 65, .96)),
    #132541;
}

.dsap-luxe-mastercard h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.8rem);
}

.dsap-luxe-mastercard p {
  max-width: 760px;
}

@media (max-width: 980px) {
  .dsap-luxe-proof,
  .dsap-luxe-columns,
  .dsap-luxe-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsap-luxe-mastercard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dsap-luxe-home {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 48px;
  }

  .dsap-luxe-home h1 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .dsap-luxe-proof,
  .dsap-luxe-columns,
  .dsap-luxe-timeline {
    grid-template-columns: 1fr;
  }

  .dsap-luxe-proof article {
    min-height: 92px;
  }

  .dsap-luxe-timeline article,
  .dsap-luxe-columns article,
  .dsap-luxe-mastercard {
    padding: 24px;
  }

  .dsap-luxe-timeline span {
    margin-bottom: 24px;
  }
}

/* Navigation and contact polish v1.3.3 */
body.dsap-menu-open {
  overflow: hidden;
}

.dsap-menu-button {
  position: relative;
  z-index: 80;
  border-color: rgba(255, 177, 31, .45);
  background: rgba(8, 17, 32, .88);
}

.dsap-menu-button span,
.dsap-menu-button span::before,
.dsap-menu-button span::after {
  background: #fff;
  transition: transform .22s ease, opacity .22s ease;
}

.dsap-menu-button[aria-expanded="true"] span {
  background: transparent;
}

.dsap-menu-button[aria-expanded="true"] span::before {
  transform: translateY(0) rotate(45deg);
}

.dsap-menu-button[aria-expanded="true"] span::after {
  transform: translateY(-2px) rotate(-45deg);
}

@media (max-width: 940px) {
  .dsap-site-header {
    background: rgba(8, 17, 32, .96);
    border-bottom: 1px solid rgba(255, 177, 31, .2);
  }

  .dsap-header-inner {
    gap: 14px;
  }

  .dsap-brand {
    max-width: calc(100vw - 96px);
    color: #fff;
    font-size: .82rem;
    letter-spacing: .08em;
    white-space: normal;
  }

  .dsap-nav {
    position: fixed;
    inset: 70px 14px auto;
    z-index: 70;
    display: grid;
    gap: 8px;
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(255, 177, 31, .28);
    background:
      linear-gradient(145deg, rgba(18, 35, 61, .98), rgba(7, 13, 25, .98));
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .dsap-nav.is-open {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dsap-nav a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
    color: #fff;
    font-size: .76rem;
    letter-spacing: .1em;
  }

  .dsap-nav a::after {
    display: none;
  }

  .dsap-nav a:hover,
  .dsap-nav .current-menu-item a {
    border-color: rgba(255, 177, 31, .42);
    background: rgba(255, 177, 31, .1);
    color: #ffb11f;
  }
}

.dsap-pro-form {
  border: 1px solid rgba(86, 125, 184, .42);
  background:
    linear-gradient(145deg, rgba(20, 39, 70, .98), rgba(10, 22, 41, .98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.dsap-pro-form h2 {
  color: #fff;
  letter-spacing: .01em;
}

.dsap-pro-form > p {
  max-width: 650px;
  color: #d8e2f2;
}

.dsap-form-section {
  margin-top: 20px;
  color: #fff;
}

.dsap-form-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.dsap-form-section span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 177, 31, .42);
  color: #ffb11f;
  font-size: .72rem;
}

.dsap-pro-form .dsap-field input,
.dsap-pro-form .dsap-field select,
.dsap-pro-form .dsap-field textarea {
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(107, 139, 188, .38);
  background: rgba(4, 12, 24, .36);
  color: #fff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.dsap-pro-form .dsap-field input:focus,
.dsap-pro-form .dsap-field select:focus,
.dsap-pro-form .dsap-field textarea:focus {
  outline: 0;
  border-color: rgba(255, 177, 31, .8);
  background: rgba(4, 12, 24, .58);
  box-shadow: 0 0 0 3px rgba(255, 177, 31, .12);
}

.dsap-pro-form .dsap-field label {
  margin-bottom: 8px;
  color: #f7fbff;
  font-size: .72rem;
  letter-spacing: .12em;
}

.dsap-pro-form .dsap-field textarea {
  min-height: 170px;
  resize: vertical;
}

.dsap-pro-form .dsap-actions {
  margin-top: 26px;
}

.dsap-pro-form button[type="submit"] {
  width: 100%;
  min-height: 56px;
  border-color: #ffb11f;
  background: #ffb11f;
  color: #081120;
}

.dsap-contact-card {
  border: 1px solid rgba(86, 125, 184, .36);
  background: rgba(19, 37, 65, .88);
}

.dsap-contact-icon {
  width: 52px;
  height: 52px;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.dsap-contact-card {
  grid-template-columns: 52px 1fr;
}

.dsap-shortcode-gallery {
  margin-top: 42px;
}

.dsap-luxe-realisations .dsap-gallery-filters {
  justify-content: flex-start;
}

/* Clean approach page v1.3.4 */
.dsap-clean-approach {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(180deg, rgba(255, 177, 31, .06), transparent 240px),
    #081120;
}

.dsap-clean-approach h1 {
  max-width: 980px;
  margin: 18px 0;
  color: #fff;
  font-size: clamp(2.45rem, 4.8vw, 5.35rem);
  line-height: 1;
}

.dsap-clean-approach h1 span {
  color: #ffb11f;
}

.dsap-approach-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(42px, 6vw, 72px);
}

.dsap-approach-principles article {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(86, 125, 184, .46);
  background:
    linear-gradient(145deg, rgba(19, 37, 65, .96), rgba(10, 22, 41, .98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .18);
}

.dsap-approach-principles article::before,
.dsap-luxe-timeline article::after,
.dsap-trade-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(145deg, rgba(8, 17, 32, .84), rgba(8, 17, 32, .96)),
    var(--dsap-card-image);
  background-size: cover;
  background-position: center;
  opacity: .42;
  transform: scale(1.03);
  transition: opacity .25s ease, transform .25s ease;
}

.dsap-approach-principles article:hover::before,
.dsap-luxe-timeline article:hover::after,
.dsap-trade-grid article:hover::after {
  opacity: .58;
  transform: scale(1.06);
}

.dsap-approach-principles article > *,
.dsap-luxe-timeline article > *,
.dsap-trade-grid article > * {
  position: relative;
  z-index: 1;
}

.dsap-approach-principles strong {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  border: 1px solid rgba(255, 177, 31, .45);
  color: #ffb11f;
  font-size: 1rem;
  line-height: 1;
}

.dsap-approach-principles article:nth-child(1) {
  --dsap-card-image: url("assets/images/gallery/dsap-cloisonnement-placo-chantier.jpg");
}

.dsap-approach-principles article:nth-child(2) {
  --dsap-card-image: url("assets/images/gallery/dsap-pose-carrelage-gris-salon-ecarteurs.jpg");
}

.dsap-approach-principles article:nth-child(3) {
  --dsap-card-image: url("assets/images/gallery/dsap-etancheite-douche-hydroprotection-bleue.jpg");
}

.dsap-approach-principles article:nth-child(4) {
  --dsap-card-image: url("assets/images/gallery/dsap-faux-plafond-placo-chantier.jpg");
}

.dsap-approach-principles article:nth-child(5) {
  --dsap-card-image: url("assets/images/gallery/dsap-carrelage-gris-large-piece-principale.jpg");
}

.dsap-approach-principles article:nth-child(6) {
  --dsap-card-image: url("assets/images/gallery/dsap-salle-de-bain-complete-fini-spots-plafond.jpg");
}

.dsap-luxe-timeline article,
.dsap-trade-grid article {
  position: relative;
  overflow: hidden;
}

.dsap-luxe-timeline article:nth-child(1),
.dsap-trade-grid article:nth-child(1) {
  --dsap-card-image: url("assets/images/gallery/dsap-bassin-fontaine-octogonale-avant-travaux.jpg");
}

.dsap-luxe-timeline article:nth-child(2),
.dsap-trade-grid article:nth-child(2) {
  --dsap-card-image: url("assets/images/gallery/dsap-cloisonnement-placo-chantier.jpg");
}

.dsap-luxe-timeline article:nth-child(3),
.dsap-trade-grid article:nth-child(3) {
  --dsap-card-image: url("assets/images/gallery/dsap-etancheite-bleue-salle-bain-plomberie.jpg");
}

.dsap-luxe-timeline article:nth-child(4),
.dsap-trade-grid article:nth-child(4) {
  --dsap-card-image: url("assets/images/gallery/dsap-faux-plafond-placo-chantier-fourrures.jpg");
}

.dsap-luxe-timeline article:nth-child(5),
.dsap-trade-grid article:nth-child(5) {
  --dsap-card-image: url("assets/images/gallery/dsap-faux-plafond-ossature-metallique-chantier.jpg");
}

.dsap-luxe-timeline article:nth-child(6),
.dsap-trade-grid article:nth-child(6) {
  --dsap-card-image: url("assets/images/gallery/dsap-pose-carrelage-gris-salon-ecarteurs.jpg");
}

.dsap-luxe-timeline article:nth-child(7),
.dsap-trade-grid article:nth-child(7) {
  --dsap-card-image: url("assets/images/gallery/dsap-douche-italienne-travertin-niche-eclairage.jpg");
}

.dsap-luxe-timeline article:nth-child(8),
.dsap-trade-grid article:nth-child(8) {
  --dsap-card-image: url("assets/images/gallery/dsap-salle-de-bain-complete-fini-faux-plafond.jpg");
}

.dsap-luxe-timeline article:nth-child(9),
.dsap-trade-grid article:nth-child(9) {
  --dsap-card-image: url("assets/images/gallery/dsap-pergola-bois-deck-vue-palmiers.jpg");
}

.dsap-approach-principles h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.dsap-approach-principles p,
.dsap-approach-local p {
  margin: 0;
  color: #d9e3f5;
  font-size: .98rem;
  line-height: 1.72;
}

.dsap-approach-local {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(86, 125, 184, .42);
  background: rgba(19, 37, 65, .68);
}

.dsap-approach-local h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.7vw, 2.8rem);
  line-height: 1.05;
}

.dsap-approach-local .dsap-button {
  width: max-content;
  margin-top: 22px;
}

@media (max-width: 980px) {
  .dsap-approach-principles {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 640px) {
  .dsap-approach-principles {
    grid-template-columns: 1fr;
  }

  .dsap-approach-principles article {
    min-height: auto;
  }

  .dsap-approach-principles strong {
    margin-bottom: 22px;
  }
}

@media (max-width: 700px) {
  .dsap-contact-page {
    padding-top: 42px;
  }

  .dsap-contact-intro h1 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .dsap-pro-form {
    padding: 22px;
  }

  .dsap-gallery-filters {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .dsap-gallery-filters button {
    flex: 0 0 auto;
  }
}

/* Local SEO pages v1.4.0 */
.dsap-seo-page {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 177, 31, .12), transparent 32%),
    #081120;
}

.dsap-seo-page h1 {
  max-width: 980px;
  margin: 18px 0;
  color: #fff;
  font-size: clamp(2.35rem, 4.6vw, 5rem);
  line-height: 1;
}

.dsap-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vw, 58px);
}

.dsap-seo-grid article,
.dsap-seo-cta,
.dsap-seo-faq,
.dsap-seo-links {
  border: 1px solid rgba(86, 125, 184, .44);
  background:
    linear-gradient(145deg, rgba(19, 37, 65, .94), rgba(10, 22, 41, .98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .16);
}

.dsap-seo-grid article,
.dsap-seo-cta,
.dsap-seo-faq {
  padding: clamp(24px, 3vw, 34px);
}

.dsap-seo-page h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
}

.dsap-seo-page p,
.dsap-seo-page li {
  color: #d9e3f5;
  font-size: 1rem;
  line-height: 1.75;
}

.dsap-seo-page ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.dsap-seo-cta,
.dsap-seo-faq,
.dsap-seo-links {
  margin-top: 18px;
}

.dsap-seo-faq details {
  border-top: 1px solid rgba(86, 125, 184, .35);
  padding: 16px 0;
}

.dsap-seo-faq details:first-of-type {
  border-top: 0;
}

.dsap-seo-faq summary {
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.dsap-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px;
}

.dsap-seo-links h2 {
  width: 100%;
  margin-bottom: 4px;
}

.dsap-seo-links a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 177, 31, .28);
  background: rgba(255, 177, 31, .08);
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
}

.dsap-seo-links a:hover {
  border-color: rgba(255, 177, 31, .72);
  color: #ffb11f;
}

@media (max-width: 820px) {
  .dsap-seo-grid {
    grid-template-columns: 1fr;
  }
}

/* Final override: review-first header without phone numbers. */
.dsap-header-phones {
  display: none !important;
}

.dsap-review-cta {
  order: 3;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 177, 31, .55);
  background: rgba(255, 177, 31, .08);
  color: #fff;
  white-space: nowrap;
}

.dsap-review-cta:hover,
.dsap-review-cta:focus-visible {
  border-color: #ffb11f;
  background: #ffb11f;
  color: #081120;
}

.dsap-review-stars {
  color: #ffb11f;
  font-size: .82rem;
  letter-spacing: .08em;
  line-height: 1;
}

.dsap-review-cta:hover .dsap-review-stars,
.dsap-review-cta:focus-visible .dsap-review-stars {
  color: #081120;
}

.dsap-review-text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.dsap-review-text strong {
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dsap-review-text small {
  color: #c9d4ea;
  font-size: .68rem;
  font-weight: 700;
}

.dsap-review-cta:hover small,
.dsap-review-cta:focus-visible small {
  color: #081120;
}

@media (max-width: 940px) {
  .dsap-header-inner {
    gap: 10px;
  }

  .dsap-review-cta {
    order: 2;
    margin-left: auto;
    min-height: 42px;
    padding: 7px 11px;
  }

  .dsap-menu-button {
    order: 3;
  }

  .dsap-nav {
    order: 4;
    top: calc(100% + 1px);
    padding: 14px;
    border-top: 1px solid #2a4774;
    background: rgba(8, 17, 32, .98) !important;
    box-shadow: 0 22px 46px rgba(0, 0, 0, .32);
  }

  .dsap-nav a {
    min-height: 46px;
    padding: 14px 12px;
    border: 1px solid rgba(42, 71, 116, .72);
    background: rgba(19, 37, 65, .86);
  }
}

@media (max-width: 560px) {
  .dsap-review-cta {
    width: 44px;
    justify-content: center;
    padding-inline: 0;
  }

  .dsap-review-stars {
    font-size: .72rem;
    letter-spacing: -.02em;
  }

  .dsap-review-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

/* Header premium BTP v1.4.3: more structured, less generic. */
.dsap-site-header {
  border-bottom: 1px solid rgba(86, 125, 184, .34) !important;
  background:
    linear-gradient(180deg, rgba(13, 25, 45, .98), rgba(8, 17, 32, .98)) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.dsap-site-header::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ffb11f, #d9471e 72%, transparent);
  content: "";
}

.dsap-header-inner {
  min-height: 72px !important;
  gap: 18px;
}

.dsap-brand {
  position: static !important;
  order: 1 !important;
  transform: none !important;
  display: inline-flex;
  align-items: center;
  min-width: 174px;
  min-height: 46px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 177, 31, .42);
  background: rgba(255, 177, 31, .06);
  color: #fff;
  font-size: .76rem !important;
  font-weight: 950;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

.dsap-brand span:not(.dsap-brand-mark) {
  display: inline !important;
}

.dsap-brand::before {
  display: inline-block;
  width: 4px;
  height: 26px;
  margin-right: 10px;
  background: linear-gradient(180deg, #ffb11f, #d9471e);
  content: "";
}

.dsap-nav {
  order: 2 !important;
  flex: 1 1 auto;
  justify-content: center;
  gap: 6px !important;
  margin: 0 !important;
  padding: 6px;
  border: 1px solid rgba(42, 71, 116, .55);
  background: rgba(5, 12, 24, .28);
}

.dsap-nav a {
  min-height: 40px;
  padding: 12px 14px;
  color: #eef4ff;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.dsap-nav a::after {
  display: none !important;
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item a {
  background: rgba(255, 177, 31, .12);
  color: #ffb11f;
}

.dsap-review-cta {
  order: 3 !important;
  min-height: 46px;
  padding: 8px 14px;
  border-color: rgba(42, 71, 116, .8);
  background: rgba(19, 37, 65, .88);
}

.dsap-header-cta {
  order: 4 !important;
  min-width: 168px !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  background: #ffb11f !important;
  color: #081120 !important;
  box-shadow: inset 0 0 0 1px rgba(8, 17, 32, .18);
}

.dsap-header-cta:hover {
  background: #fff !important;
  color: #081120 !important;
}

.dsap-menu-button {
  border-color: rgba(255, 177, 31, .5);
  background: rgba(19, 37, 65, .88);
}

@media (max-width: 1180px) {
  .dsap-brand {
    min-width: auto;
    padding-inline: 11px;
  }

  .dsap-brand span:not(.dsap-brand-mark) {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dsap-nav a {
    padding-inline: 10px;
    font-size: .68rem;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    min-height: 68px !important;
  }

  .dsap-brand {
    order: 1 !important;
    min-height: 42px;
  }

  .dsap-review-cta {
    order: 2 !important;
    margin-left: auto;
  }

  .dsap-menu-button {
    order: 3 !important;
  }

  .dsap-nav {
    order: 4 !important;
    display: none;
    justify-content: stretch;
    gap: 8px !important;
    padding: 12px;
    border-inline: 0;
    background: #081120 !important;
  }

  .dsap-nav.is-open {
    display: grid;
  }

  .dsap-nav a {
    min-height: 48px;
    padding: 15px 14px;
    border: 1px solid rgba(42, 71, 116, .8);
    background: #132541;
    color: #fff;
  }

  .dsap-nav a:hover,
  .dsap-nav .current-menu-item a {
    border-color: #ffb11f;
    background: rgba(255, 177, 31, .14);
  }
}

@media (max-width: 620px) {
  .dsap-brand {
    max-width: 158px;
    font-size: .66rem !important;
  }

  .dsap-brand::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .dsap-header-cta {
    display: none !important;
  }
}

/* Direction premium v1.4.4: confident buttons, no wrapped menu, no basic bullets. */
.dsap-header-inner {
  flex-wrap: nowrap;
}

.dsap-brand,
.dsap-nav a,
.dsap-review-cta,
.dsap-header-cta {
  white-space: nowrap;
}

.dsap-nav {
  display: flex;
  flex-wrap: nowrap;
  min-width: 0;
  border: 0;
  background: transparent;
}

.dsap-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid rgba(86, 125, 184, .55);
  background: rgba(19, 37, 65, .52);
  color: #fff;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item a {
  border-color: rgba(255, 177, 31, .72);
  background: linear-gradient(180deg, rgba(255, 177, 31, .2), rgba(255, 177, 31, .08));
  color: #ffb11f;
}

.dsap-review-cta {
  flex: 0 0 auto;
}

.dsap-header-cta {
  flex: 0 0 auto;
  letter-spacing: .06em;
}

.dsap-seo-page ul,
.dsap-editable-section ul:not(.dsap-gallery-filters):not(.wp-block-navigation__container) {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsap-seo-page li,
.dsap-editable-section ul:not(.dsap-gallery-filters):not(.wp-block-navigation__container) > li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(86, 125, 184, .28);
  background: rgba(19, 37, 65, .42);
  color: #d9e3f5;
}

.dsap-seo-page li::before,
.dsap-editable-section ul:not(.dsap-gallery-filters):not(.wp-block-navigation__container) > li::before {
  position: absolute;
  left: 15px;
  top: 17px;
  width: 10px;
  height: 2px;
  background: #ffb11f;
  content: "";
}

@media (max-width: 1280px) {
  .dsap-header-inner {
    gap: 10px;
  }

  .dsap-brand {
    min-width: auto;
    max-width: 190px;
  }

  .dsap-nav {
    gap: 4px !important;
  }

  .dsap-nav a {
    padding-inline: 11px;
    font-size: .66rem;
    letter-spacing: .055em;
  }

  .dsap-review-cta {
    padding-inline: 11px;
  }

  .dsap-header-cta {
    min-width: 146px !important;
    padding-inline: 14px !important;
    font-size: .72rem;
  }
}

@media (max-width: 1080px) and (min-width: 941px) {
  .dsap-review-cta {
    width: 46px;
    justify-content: center;
    padding-inline: 0;
  }

  .dsap-review-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    flex-wrap: wrap;
  }

  .dsap-nav {
    flex-basis: 100%;
    flex-wrap: nowrap;
  }

  .dsap-nav a {
    justify-content: flex-start;
    width: 100%;
    font-size: .78rem;
    letter-spacing: .07em;
  }
}

/* Header correction v1.4.5: clean WordPress menu list output and stronger layout. */
.dsap-site-header {
  overflow: visible;
}

.dsap-header-inner {
  min-height: 74px !important;
  display: flex;
  align-items: center;
}

.dsap-brand {
  flex: 0 0 230px;
  max-width: 230px !important;
  min-width: 230px !important;
  justify-content: flex-start;
  overflow: hidden;
  border-color: rgba(255, 177, 31, .55);
}

.dsap-brand span:not(.dsap-brand-mark) {
  display: block !important;
  max-width: none !important;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dsap-nav {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: 8px !important;
  padding: 0;
}

.dsap-nav ul,
.dsap-nav .menu {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsap-nav li,
.dsap-nav .menu-item {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsap-nav li::marker,
.dsap-nav .menu-item::marker {
  content: "";
}

.dsap-nav a {
  min-width: 0;
  min-height: 42px;
  padding: 12px 15px;
  border: 1px solid rgba(86, 125, 184, .62);
  background: linear-gradient(180deg, rgba(19, 37, 65, .86), rgba(12, 25, 45, .86));
  color: #f6f9ff;
  font-size: .72rem;
  letter-spacing: .055em;
  text-align: center;
  text-decoration: none;
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item > a {
  border-color: #ffb11f;
  background: #ffb11f;
  color: #081120;
}

.dsap-review-cta {
  min-width: 142px;
  max-width: 142px;
  gap: 8px;
}

.dsap-review-mark {
  display: inline-grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 177, 31, .7);
  color: #ffb11f;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
}

.dsap-review-cta:hover .dsap-review-mark,
.dsap-review-cta:focus-visible .dsap-review-mark {
  border-color: #081120;
  color: #081120;
}

.dsap-header-cta {
  min-width: 150px !important;
  border-color: #ffb11f !important;
}

@media (max-width: 1260px) {
  .dsap-brand {
    flex-basis: 205px;
    max-width: 205px !important;
    min-width: 205px !important;
  }

  .dsap-nav {
    gap: 6px !important;
  }

  .dsap-nav a {
    padding-inline: 12px;
    font-size: .68rem;
  }

  .dsap-review-cta {
    min-width: 46px;
    max-width: 46px;
    justify-content: center;
    padding-inline: 0;
  }

  .dsap-review-cta .dsap-review-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 1080px) and (min-width: 941px) {
  .dsap-brand {
    flex-basis: 176px;
    max-width: 176px !important;
    min-width: 176px !important;
    font-size: .66rem !important;
  }

  .dsap-nav a {
    padding-inline: 9px;
    font-size: .63rem;
  }

  .dsap-header-cta {
    min-width: 128px !important;
    font-size: .66rem !important;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    min-height: 68px !important;
    flex-wrap: wrap;
  }

  .dsap-brand {
    flex: 0 1 210px;
    max-width: min(210px, calc(100vw - 150px)) !important;
    min-width: 0 !important;
  }

  .dsap-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none !important;
    padding: 14px var(--dsap-container-gutter, 20px);
  }

  .dsap-nav.is-open {
    display: grid !important;
  }

  .dsap-nav li,
  .dsap-nav .menu-item {
    display: block;
  }

  .dsap-nav a {
    justify-content: flex-start;
    width: 100%;
    padding: 16px;
    font-size: .82rem;
  }
}

/* World-class commercial direction v1.4.7 */
.dsap-world-home {
  min-height: min(820px, 92vh);
  display: grid;
  align-items: end;
  padding: clamp(120px, 14vw, 190px) 0 clamp(52px, 7vw, 82px);
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 177, 31, .35);
}

.dsap-world-wrap {
  width: min(1180px, calc(100vw - 40px));
  margin-inline: auto;
}

.dsap-world-home h1,
.dsap-world-page h1 {
  max-width: 1040px;
  margin: 22px 0 20px;
  color: #fff;
  font-size: clamp(2.75rem, 5.6vw, 6.7rem);
  line-height: .98;
  letter-spacing: -0.045em;
}

.dsap-world-lead {
  max-width: 850px;
  color: #e6edf8;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.75;
}

.dsap-world-actions,
.dsap-world-linkbar,
.dsap-world-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.dsap-world-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 980px;
  margin-top: clamp(38px, 6vw, 76px);
  border: 1px solid rgba(86, 125, 184, .38);
  background: rgba(86, 125, 184, .38);
}

.dsap-world-proof article {
  padding: 22px;
  background: rgba(8, 17, 32, .86);
}

.dsap-world-proof strong {
  display: block;
  color: #ffb11f;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.dsap-world-proof span,
.dsap-world-mini span {
  color: #d8e2f3;
  font-size: .86rem;
  line-height: 1.45;
}

.dsap-world-intro,
.dsap-world-services,
.dsap-world-page {
  background: #081120 !important;
}

.dsap-world-split,
.dsap-world-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.dsap-world-split h2,
.dsap-world-services h2,
.dsap-world-final h2,
.dsap-world-gallery-intro h2 {
  max-width: 900px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.dsap-world-split p,
.dsap-world-final p,
.dsap-world-gallery-intro p {
  max-width: 760px;
  color: #d8e2f3;
  font-size: 1.02rem;
  line-height: 1.8;
}

.dsap-world-photo,
.dsap-world-page-hero img {
  border: 1px solid rgba(86, 125, 184, .45);
  background: #132541;
}

.dsap-world-photo img,
.dsap-world-page-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dsap-world-photo p {
  margin: 0;
  padding: 16px;
  color: #d8e2f3;
  font-size: .9rem;
}

.dsap-world-mini span,
.dsap-world-linkbar a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 177, 31, .34);
  background: rgba(255, 177, 31, .08);
  color: #fff;
  font-weight: 850;
}

.dsap-world-linkbar a:hover {
  border-color: #ffb11f;
  color: #ffb11f;
}

.dsap-world-service-grid,
.dsap-world-timeline,
.dsap-world-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.dsap-world-service-grid article,
.dsap-world-timeline article,
.dsap-world-method article {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(86, 125, 184, .38);
  background: linear-gradient(180deg, #132541, #0d1b31);
}

.dsap-world-service-grid img {
  width: calc(100% + 52px);
  height: 180px;
  margin: -26px -26px 24px;
  object-fit: cover;
}

.dsap-world-service-grid span,
.dsap-world-timeline span,
.dsap-world-method strong {
  display: block;
  margin-bottom: 18px;
  color: #ffb11f;
  font-size: 1.45rem;
  font-weight: 950;
}

.dsap-world-service-grid h3,
.dsap-world-timeline h2,
.dsap-world-method h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.12;
}

.dsap-world-service-grid p,
.dsap-world-timeline p,
.dsap-world-method p {
  margin: 0;
  color: #c9d4ea;
  line-height: 1.7;
}

.dsap-world-page {
  padding-top: clamp(78px, 10vw, 132px);
}

.dsap-world-page-hero {
  margin-bottom: clamp(36px, 6vw, 84px);
}

.dsap-world-final,
.dsap-world-gallery-intro {
  margin-top: clamp(34px, 5vw, 70px);
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(255, 177, 31, .28);
  background:
    linear-gradient(135deg, rgba(255, 177, 31, .11), transparent 40%),
    #132541;
}

@media (max-width: 1020px) {
  .dsap-world-proof,
  .dsap-world-service-grid,
  .dsap-world-timeline,
  .dsap-world-method {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsap-world-split,
  .dsap-world-page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .dsap-world-home {
    min-height: auto;
    padding-top: 108px;
  }

  .dsap-world-proof,
  .dsap-world-service-grid,
  .dsap-world-timeline,
  .dsap-world-method {
    grid-template-columns: 1fr;
  }

  .dsap-world-service-grid article,
  .dsap-world-timeline article,
  .dsap-world-method article {
    min-height: auto;
  }
}

/* Stable premium polish v1.5.1: keep the v147 identity, clean the header, improve readability. */
.dsap-site-header {
  background: rgba(8, 17, 32, .96) !important;
  border-bottom: 1px solid rgba(255, 177, 31, .2) !important;
}

.dsap-header-inner {
  min-height: 76px;
  gap: 12px;
}

.dsap-brand {
  flex: 0 1 auto;
  max-width: 210px;
  color: #fff !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .04em;
  line-height: 1;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.dsap-brand span:not(.dsap-brand-mark) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dsap-nav,
.dsap-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dsap-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 6px !important;
  min-width: 0;
}

.dsap-nav a {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(86, 125, 184, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #f7fbff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
}

.dsap-nav a::after {
  display: none !important;
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item a,
.dsap-nav .current_page_item a {
  border-color: rgba(255, 177, 31, .72);
  background: rgba(255, 177, 31, .13);
  color: #ffb11f;
}

.dsap-review-cta {
  min-height: 40px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
}

.dsap-review-stars {
  color: #ffb11f;
  font-size: .72rem;
  letter-spacing: .02em;
}

.dsap-review-text strong {
  font-size: .66rem;
  letter-spacing: .04em;
}

.dsap-review-text small {
  font-size: .62rem;
}

.dsap-header-cta {
  min-width: 142px;
  min-height: 42px;
  padding-inline: 16px;
  border-radius: 999px;
  font-size: .68rem;
  letter-spacing: .04em;
}

.dsap-world-home h1,
.dsap-world-split h2,
.dsap-world-services h2,
.dsap-world-final h2,
.dsap-world-gallery-intro h2,
.dsap-world-page h1,
.dsap-world-page h2 {
  letter-spacing: 0 !important;
}

.dsap-world-home h1 {
  max-width: 860px;
  font-size: clamp(3.1rem, 5.6vw, 6.4rem);
}

.dsap-world-split h2,
.dsap-world-services h2,
.dsap-world-final h2,
.dsap-world-gallery-intro h2 {
  font-size: clamp(1.75rem, 2.8vw, 3.2rem);
}

.dsap-world-page h1 {
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
}

.dsap-world-page h2 {
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
}

@media (max-width: 1180px) {
  .dsap-nav a {
    padding-inline: 11px;
    font-size: .63rem;
  }

  .dsap-review-text small {
    display: none;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    min-height: 68px !important;
  }

  .dsap-brand {
    max-width: 178px;
  }

  .dsap-nav {
    position: fixed;
    inset: 74px 14px auto;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px !important;
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(255, 177, 31, .28);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(18, 35, 61, .99), rgba(7, 13, 25, .99)) !important;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s ease, transform .22s ease;
  }

  .dsap-nav.is-open {
    display: grid;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .dsap-nav a {
    justify-content: flex-start;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: .75rem;
  }
}

@media (max-width: 620px) {
  .dsap-brand {
    max-width: 142px;
    font-size: .62rem !important;
  }

  .dsap-review-cta {
    width: 42px;
    min-width: 42px;
    padding: 0;
    justify-content: center;
  }

  .dsap-review-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .dsap-world-home h1 {
    font-size: clamp(2.35rem, 11vw, 3.3rem);
  }
}

/* Page hero spacing and image coherence polish v1.5.3 */
.dsap-editable-section.dsap-world-page {
  padding-top: clamp(28px, 4.2vw, 58px) !important;
}

.dsap-world-page-hero {
  margin-top: 0 !important;
  margin-bottom: clamp(30px, 5vw, 62px) !important;
}

.dsap-world-page h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 3.8vw, 4.4rem) !important;
}

.dsap-world-page-hero img {
  aspect-ratio: 16 / 10;
  object-position: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

@media (max-width: 940px) {
  .dsap-editable-section.dsap-world-page {
    padding-top: 24px !important;
  }

  .dsap-world-page h1 {
    font-size: clamp(2.2rem, 8vw, 3.4rem) !important;
  }
}

/* Template authority v1.5.4: remove editor wrapper gaps on generated theme pages. */
.dsap-generated-content {
  padding: 0 !important;
}

.dsap-generated-content .dsap-editable-section.dsap-world-page {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px;
  margin-inline: auto;
  padding-top: clamp(22px, 3.4vw, 42px) !important;
}

.dsap-generated-content .dsap-world-page-hero {
  grid-template-columns: minmax(0, .95fr) minmax(360px, .82fr);
  align-items: center;
}

.dsap-generated-content .dsap-world-page-hero img {
  width: 100%;
  max-height: 420px;
  background: #132541;
}

.dsap-hero-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(86, 125, 184, .42);
  background:
    linear-gradient(145deg, rgba(19, 37, 65, .94), rgba(8, 17, 32, .98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.dsap-hero-mosaic figure {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  background: #132541;
}

.dsap-hero-mosaic figure:first-child {
  grid-row: span 2;
}

.dsap-hero-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: scale(1.01);
}

.dsap-hero-mosaic figure:first-child img {
  aspect-ratio: 4 / 5;
}

.dsap-hero-mosaic span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 12px;
  border: 1px solid rgba(255, 177, 31, .38);
  background: rgba(8, 17, 32, .84);
  color: #ffb11f;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

@media (max-width: 940px) {
  .dsap-generated-content .dsap-editable-section.dsap-world-page {
    width: min(100% - 28px, 1180px);
    padding-top: 20px !important;
  }

  .dsap-generated-content .dsap-world-page-hero {
    grid-template-columns: 1fr;
  }

  .dsap-hero-mosaic img {
    min-height: 118px;
  }
}

/* DSAP brand premium v1.5.9 */
:root {
  --dsap-ink: #071120;
  --dsap-paper: #081220;
  --dsap-gold: #d29a2d;
  --dsap-gold-soft: #f6cd6a;
  --dsap-line: rgba(210, 154, 45, .28);
  --dsap-muted: #c9d4ea;
}

body {
  background:
    radial-gradient(circle at 15% -10%, rgba(210, 154, 45, .12), transparent 28rem),
    linear-gradient(180deg, #071120 0%, #081220 44%, #071120 100%);
  color: #fff;
}

.dsap-site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(210, 154, 45, .24);
  background: rgba(4, 9, 18, .88) !important;
  backdrop-filter: blur(18px);
}

.dsap-site-header::before {
  background: linear-gradient(90deg, transparent, rgba(210, 154, 45, .7), transparent);
  opacity: .45;
}

.dsap-header-inner {
  gap: 14px;
}

.dsap-brand {
  min-width: 190px;
  gap: 12px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.dsap-brand img,
.dsap-brand .custom-logo {
  width: auto;
  max-width: 124px;
  height: 48px;
  object-fit: contain;
}

.dsap-brand span:not(.dsap-brand-mark) {
  color: #fff;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.dsap-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
}

.dsap-nav a {
  min-height: 38px;
  padding: 11px 16px;
  border: 1px solid rgba(201, 212, 234, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #f7fbff !important;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
}

.dsap-nav a::after {
  display: none !important;
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item > a,
.dsap-nav .current_page_item > a {
  border-color: rgba(210, 154, 45, .78);
  background: linear-gradient(135deg, rgba(210, 154, 45, .22), rgba(210, 154, 45, .07));
  color: #f6cd6a !important;
}

.dsap-review-cta {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border-color: rgba(210, 154, 45, .42);
  background: rgba(255, 255, 255, .035);
}

.dsap-review-stars {
  color: #f6cd6a;
  font-size: .68rem;
  letter-spacing: .01em;
}

.dsap-review-text strong {
  font-size: .66rem;
}

.dsap-review-text small {
  font-size: .62rem;
}

.dsap-header-cta {
  min-width: 156px;
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(210, 154, 45, .16);
}

.dsap-world-home {
  min-height: clamp(620px, 76vh, 780px);
  border-bottom: 1px solid rgba(210, 154, 45, .24);
}

.dsap-world-home h1,
.dsap-world-page h1 {
  max-width: 920px;
  font-size: clamp(3rem, 6.2vw, 5.9rem);
  line-height: .98;
  letter-spacing: 0;
}

.dsap-world-page h1 {
  font-size: clamp(2.6rem, 5.4vw, 5rem);
}

.dsap-world-lead {
  max-width: 820px;
  color: #e5edf8;
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
}

.dsap-editable-section {
  background: transparent;
}

.dsap-world-proof article,
.dsap-world-service-grid article,
.dsap-world-timeline article,
.dsap-world-method article,
.dsap-world-final,
.dsap-world-gallery-intro,
.dsap-seo-grid article,
.dsap-seo-cta,
.dsap-seo-faq,
.dsap-seo-links {
  border: 1px solid rgba(210, 154, 45, .22);
  background: linear-gradient(180deg, rgba(18, 33, 56, .78), rgba(10, 20, 36, .82));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.dsap-world-service-grid article,
.dsap-world-timeline article,
.dsap-world-method article {
  border-radius: 8px;
}

.dsap-world-service-grid img,
.dsap-world-photo img,
.dsap-world-page-hero img,
.dsap-hero-mosaic figure {
  border-color: rgba(210, 154, 45, .25);
}

.dsap-shortcode-gallery {
  padding-top: 18px;
}

.dsap-gallery-filters {
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.dsap-gallery-filters button {
  border-radius: 999px;
  border-color: rgba(210, 154, 45, .28);
  background: rgba(255, 255, 255, .035);
  color: #eef5ff;
}

.dsap-gallery-filters button.is-active,
.dsap-gallery-filters button:hover {
  border-color: rgba(210, 154, 45, .8);
  background: #d29a2d;
  color: #071120;
}

.dsap-gallery-item {
  border-color: rgba(210, 154, 45, .18);
  background: rgba(255, 255, 255, .035);
}

.dsap-gallery-item span {
  min-height: 84px;
  color: #dfe9f8;
}

.dsap-gallery-item strong {
  color: #f6cd6a;
}

.dsap-editable-section ul:not(.dsap-gallery-filters):not(.wp-block-navigation__container) > li::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d29a2d;
  box-shadow: 0 0 0 4px rgba(210, 154, 45, .13);
}

.dsap-site-footer {
  border-top: 1px solid rgba(210, 154, 45, .24);
  background: #050b14;
}

@media (max-width: 1180px) {
  .dsap-brand {
    min-width: 150px;
  }

  .dsap-brand span:not(.dsap-brand-mark) {
    display: none;
  }

  .dsap-nav a {
    padding-inline: 12px;
    font-size: .66rem;
  }
}

@media (max-width: 940px) {
  .dsap-site-header {
    min-height: 66px;
  }

  .dsap-brand {
    min-width: auto;
  }

  .dsap-brand img,
  .dsap-brand .custom-logo {
    height: 42px;
    max-width: 104px;
  }

  .dsap-menu-button {
    border-radius: 999px;
    border-color: rgba(210, 154, 45, .42);
    background: rgba(255, 255, 255, .045);
  }

  .dsap-nav {
    top: calc(100% + 1px);
    left: 12px;
    right: 12px;
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(210, 154, 45, .24);
    border-radius: 0 0 14px 14px;
    background: rgba(5, 11, 20, .98) !important;
  }

  .dsap-nav a {
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    font-size: .78rem;
  }

  .dsap-header-cta {
    display: none;
  }

  .dsap-world-home {
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 64px;
  }
}

@media (max-width: 620px) {
  .dsap-world-home h1,
  .dsap-world-page h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .dsap-world-actions,
  .dsap-world-linkbar,
  .dsap-world-mini {
    align-items: stretch;
  }

  .dsap-world-actions a,
  .dsap-world-linkbar a {
    justify-content: center;
    width: 100%;
  }

  .dsap-review-cta {
    width: 42px;
    padding: 0;
  }
}

/* v1.6.0 accueil plus centre et galerie plus sobre */
.dsap-generated-content .dsap-world-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 124px;
  padding-bottom: 80px;
  text-align: center;
}

.dsap-generated-content .dsap-world-wrap {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}

.dsap-generated-content .dsap-world-home h1,
.dsap-generated-content .dsap-world-home .dsap-world-lead {
  margin-right: auto;
  margin-left: auto;
}

.dsap-generated-content .dsap-world-home h1 {
  max-width: 980px;
  font-size: clamp(3rem, 5.3vw, 5.35rem);
}

.dsap-generated-content .dsap-world-actions,
.dsap-generated-content .dsap-world-proof {
  justify-content: center;
}

.dsap-generated-content .dsap-world-proof {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.dsap-generated-content .dsap-world-proof article {
  text-align: left;
}

.dsap-generated-content .dsap-world-intro,
.dsap-generated-content .dsap-world-services,
.dsap-generated-content .dsap-world-final,
.dsap-generated-content .dsap-world-page {
  width: min(1180px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
}

.dsap-shortcode-gallery .dsap-gallery-filters {
  display: none !important;
}

.dsap-shortcode-gallery .dsap-gallery-item span {
  min-height: 70px;
}

.dsap-shortcode-gallery .dsap-gallery-item strong {
  color: #f6cd6a;
  font-size: .78rem;
}

@media (max-width: 760px) {
  .dsap-generated-content .dsap-world-home {
    padding-top: 112px;
    padding-bottom: 54px;
  }

  .dsap-generated-content .dsap-world-home h1 {
    font-size: clamp(2.45rem, 12.5vw, 4rem);
  }

  .dsap-generated-content .dsap-world-proof article {
    text-align: center;
  }
}

/* v1.6.1 header wordmark DSAP */
.dsap-brand {
  min-width: 245px;
}

.dsap-brand img,
.dsap-brand .custom-logo {
  max-width: 112px;
  height: 46px;
}

.dsap-brand .dsap-brand-wordmark,
.dsap-brand span.dsap-brand-wordmark:not(.dsap-brand-mark) {
  display: inline-block;
  max-width: 150px;
  color: #f8f4eb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .96rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.05;
  text-transform: none;
  white-space: normal;
  text-shadow: 0 0 18px rgba(210, 154, 45, .22);
}

.dsap-brand .dsap-brand-wordmark::first-letter {
  color: #f6cd6a;
  font-size: 1.08em;
}

.dsap-brand .dsap-brand-wordmark::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 5px;
  background: linear-gradient(90deg, #f6cd6a, rgba(210, 154, 45, 0));
}

.dsap-review-cta {
  gap: 0;
  min-width: 126px;
  justify-content: center;
  border-color: rgba(210, 154, 45, .34);
  background: rgba(255, 255, 255, .025);
}

.dsap-review-stars {
  display: none !important;
}

.dsap-review-text {
  text-align: center;
}

.dsap-review-text strong {
  color: #fff;
  letter-spacing: .075em;
}

.dsap-review-text small {
  color: #d7dfec;
}

.dsap-nav a,
.dsap-review-cta,
.dsap-header-cta {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.dsap-header-cta {
  background: linear-gradient(135deg, #d29a2d, #f6cd6a);
  color: #071120 !important;
  border-color: rgba(246, 205, 106, .82);
}

@media (max-width: 1180px) {
  .dsap-brand {
    min-width: 190px;
  }

  .dsap-brand .dsap-brand-wordmark,
  .dsap-brand span.dsap-brand-wordmark:not(.dsap-brand-mark) {
    max-width: 110px;
    font-size: .78rem;
  }
}

@media (max-width: 940px) {
  .dsap-brand {
    min-width: auto;
  }

  .dsap-brand .dsap-brand-wordmark,
  .dsap-brand span.dsap-brand-wordmark:not(.dsap-brand-mark) {
    display: none;
  }
}

/* v1.6.2 accueil banniere premium avec vraies photos DSAP */
.dsap-generated-content .dsap-home-banner {
  min-height: auto;
  padding: 112px 20px 36px;
  background:
    radial-gradient(circle at 18% 0%, rgba(210, 154, 45, .18), transparent 24rem),
    linear-gradient(180deg, #050a12 0%, #081220 100%);
  text-align: left;
}

.dsap-home-frame {
  position: relative;
  width: min(1240px, 100%);
  min-height: 640px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(246, 205, 106, .5);
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .48);
}

.dsap-home-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .72)),
    radial-gradient(circle at 72% 30%, rgba(246, 205, 106, .1), transparent 24rem);
  pointer-events: none;
}

.dsap-home-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 112px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 205, 106, .55), transparent);
}

.dsap-home-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
  padding: clamp(76px, 8vw, 118px) clamp(28px, 5vw, 72px) 150px;
}

.dsap-home-copy .dsap-editable-kicker {
  display: inline-flex;
  margin-bottom: 22px;
  border-color: rgba(246, 205, 106, .45);
  background: rgba(5, 10, 18, .58);
}

.dsap-home-copy h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dsap-home-copy h1::first-line {
  color: #fff;
}

.dsap-home-copy h1 em,
.dsap-home-copy h1 span {
  color: #f6cd6a;
}

.dsap-home-copy .dsap-world-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: #edf3fb;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 700;
}

.dsap-home-copy .dsap-world-actions {
  justify-content: flex-start;
  margin-top: 30px;
}

.dsap-generated-content .dsap-home-frame .dsap-home-copy h1 {
  max-width: 680px !important;
  margin: 0 !important;
  color: #fff;
  font-size: clamp(2.75rem, 5.35vw, 5.05rem) !important;
  line-height: .96 !important;
  text-align: left !important;
  text-transform: uppercase;
}

.dsap-generated-content .dsap-home-frame .dsap-home-copy .dsap-world-lead {
  max-width: 640px !important;
  margin: 24px 0 0 !important;
  text-align: left !important;
}

.dsap-generated-content .dsap-home-frame .dsap-home-copy .dsap-world-actions {
  justify-content: flex-start !important;
}

.dsap-generated-content .dsap-home-frame .dsap-home-copy .dsap-button {
  width: auto !important;
}

.dsap-home-trustbar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 112px;
  border-top: 1px solid rgba(246, 205, 106, .35);
  background: rgba(3, 8, 16, .9);
  backdrop-filter: blur(12px);
}

.dsap-home-trustbar article {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: center;
  column-gap: 14px;
  padding: 22px 26px;
  border-right: 1px solid rgba(246, 205, 106, .2);
}

.dsap-home-trustbar article:last-child {
  border-right: 0;
}

.dsap-home-trustbar span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(246, 205, 106, .55);
  border-radius: 50%;
  color: #f6cd6a;
  font-size: .78rem;
  font-weight: 950;
}

.dsap-home-trustbar strong {
  color: #fff;
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .045em;
  line-height: 1.1;
  text-transform: uppercase;
}

.dsap-home-trustbar small {
  margin-top: 4px;
  color: #cbd6e7;
  font-size: .76rem;
  font-weight: 700;
}

.dsap-luxe-band {
  border-top: 1px solid rgba(210, 154, 45, .18);
}

@media (max-width: 980px) {
  .dsap-home-frame {
    min-height: 720px;
  }

  .dsap-home-copy {
    padding-bottom: 270px;
  }

  .dsap-home-trustbar {
    grid-template-columns: repeat(2, 1fr);
    min-height: 220px;
  }

  .dsap-home-trustbar article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .dsap-generated-content .dsap-home-banner {
    padding: 92px 12px 24px;
  }

  .dsap-home-frame {
    min-height: 780px;
    border-radius: 8px;
    background-position: center;
  }

  .dsap-home-copy {
    padding: 44px 20px 366px;
  }

  .dsap-home-copy h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.5rem);
  }

  .dsap-home-copy .dsap-world-actions {
    align-items: stretch;
  }

  .dsap-home-trustbar {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dsap-home-trustbar article {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(246, 205, 106, .18);
    padding: 18px;
  }
}

/* v1.6.4 direction prestige coherente sur tout le site */
:root {
  --dsap-prestige-black: #030507;
  --dsap-prestige-ink: #080d15;
  --dsap-prestige-panel: rgba(10, 14, 21, .88);
  --dsap-prestige-gold: #d29a2d;
  --dsap-prestige-gold-soft: #f6cd6a;
  --dsap-prestige-line: rgba(210, 154, 45, .34);
}

body {
  background:
    radial-gradient(circle at 20% 0, rgba(210, 154, 45, .10), transparent 27rem),
    linear-gradient(180deg, #030507 0%, #071120 48%, #030507 100%) !important;
}

.dsap-site-header {
  background: rgba(3, 5, 7, .92) !important;
  border-bottom: 1px solid rgba(210, 154, 45, .22) !important;
}

.dsap-header-inner {
  min-height: 88px;
}

.dsap-brand img,
.dsap-brand .custom-logo {
  height: 72px;
  max-width: 150px;
  object-fit: contain;
}

.dsap-nav {
  gap: 16px;
}

.dsap-nav a {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.dsap-nav a::after {
  bottom: 3px;
  height: 1px;
  background: linear-gradient(90deg, var(--dsap-prestige-gold), var(--dsap-prestige-gold-soft));
}

.dsap-nav a:hover,
.dsap-nav .current-menu-item a {
  color: var(--dsap-prestige-gold-soft) !important;
}

.dsap-review-cta {
  min-width: 120px;
  min-height: 42px;
  border-color: rgba(210, 154, 45, .32);
  background: rgba(255, 255, 255, .025);
}

.dsap-header-cta,
.dsap-button.gold {
  background: linear-gradient(135deg, #c98a21 0%, #f6cd6a 100%) !important;
  color: #05070b !important;
  border-color: rgba(246, 205, 106, .86) !important;
  box-shadow: 0 14px 32px rgba(210, 154, 45, .18);
}

.dsap-button.secondary {
  border-color: rgba(246, 205, 106, .62) !important;
  color: #fff !important;
  background: rgba(3, 5, 7, .22) !important;
}

.dsap-prestige-home {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #030507;
  background-image: none !important;
  background-position: initial !important;
  background-size: auto !important;
}

.dsap-prestige-hero {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 88px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.dsap-prestige-shell {
  width: min(1280px, calc(100vw - 80px));
  margin: 0 auto;
  padding: clamp(86px, 10vw, 148px) 0 158px;
}

.dsap-generated-content > .dsap-prestige-home,
.dsap-generated-content .dsap-prestige-hero,
.dsap-generated-content .dsap-prestige-services,
.dsap-generated-content .dsap-prestige-about,
.dsap-generated-content .dsap-prestige-contact-strip {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.dsap-prestige-copy {
  width: min(680px, 100%);
}

.dsap-prestige-kicker,
.dsap-prestige-heading p {
  margin: 0 0 18px;
  color: var(--dsap-prestige-gold-soft);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.dsap-prestige-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.1vw, 6rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.dsap-prestige-copy h1::first-line {
  color: #fff;
}

.dsap-prestige-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.75;
}

.dsap-prestige-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.dsap-prestige-proofbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, 100%);
  margin-top: 32px;
  border: 1px solid rgba(210, 154, 45, .30);
  background: rgba(210, 154, 45, .20);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.dsap-prestige-proofbar span {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 96px;
  padding: 18px 16px;
  background: rgba(3, 5, 7, .78);
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
}

.dsap-prestige-proofbar strong {
  color: var(--dsap-prestige-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  font-weight: 600;
  line-height: 1;
}

.dsap-prestige-trust {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(210, 154, 45, .22);
  background: linear-gradient(180deg, rgba(3, 5, 7, .82), rgba(3, 5, 7, .96));
  backdrop-filter: blur(14px);
}

.dsap-prestige-trust article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 6px 16px;
  align-content: center;
  min-height: 118px;
  padding: 22px 28px;
  border-right: 1px solid rgba(210, 154, 45, .18);
}

.dsap-prestige-trust article:last-child {
  border-right: 0;
}

.dsap-prestige-trust span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(246, 205, 106, .62);
  border-radius: 50%;
  color: var(--dsap-prestige-gold-soft);
  font-weight: 900;
}

.dsap-prestige-trust strong {
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.15;
  text-transform: uppercase;
}

.dsap-prestige-trust small {
  color: rgba(255, 255, 255, .70);
  font-size: .78rem;
}

.dsap-prestige-services,
.dsap-prestige-about,
.dsap-prestige-contact-strip,
.dsap-generated-content .dsap-world-page,
.dsap-contact-page {
  background:
    radial-gradient(circle at 82% 4%, rgba(210, 154, 45, .09), transparent 24rem),
    linear-gradient(180deg, #05070b 0%, #080d15 100%) !important;
}

.dsap-prestige-services {
  padding: clamp(64px, 8vw, 104px) max(22px, calc((100vw - 1180px) / 2));
}

.dsap-prestige-heading {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.dsap-prestige-heading h2,
.dsap-prestige-about h2,
.dsap-generated-content .dsap-world-page h1,
.dsap-generated-content .dsap-world-page h2,
.dsap-contact-intro h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.dsap-prestige-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.05;
}

.dsap-prestige-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dsap-prestige-service,
.dsap-generated-content .dsap-world-timeline article,
.dsap-generated-content .dsap-world-method article,
.dsap-generated-content .dsap-world-gallery-intro,
.dsap-generated-content .dsap-world-final,
.dsap-contact-card,
.dsap-form {
  overflow: hidden;
  border: 1px solid rgba(210, 154, 45, .26) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(18, 22, 30, .94), rgba(5, 8, 13, .96)) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28) !important;
}

.dsap-prestige-service img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05) brightness(.78);
}

.dsap-prestige-service div {
  padding: 20px 20px 22px;
}

.dsap-prestige-service h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: .98rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dsap-prestige-service p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .91rem;
  line-height: 1.55;
}

.dsap-prestige-linkline,
.dsap-world-linkbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.dsap-prestige-linkline a,
.dsap-world-linkbar a {
  min-height: 44px;
  padding: 13px 18px;
  border: 1px solid rgba(210, 154, 45, .34);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dsap-prestige-about {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) max(22px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(210, 154, 45, .20);
}

.dsap-prestige-brand-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 154, 45, .25);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .42)),
    #080d15;
}

.dsap-prestige-brand-panel img {
  width: min(360px, 78%);
  height: auto;
}

.dsap-prestige-about-text p:not(.dsap-prestige-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.02rem;
  line-height: 1.75;
}

.dsap-prestige-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(210, 154, 45, .24);
  background: rgba(210, 154, 45, .18);
}

.dsap-prestige-stats span {
  display: grid;
  gap: 4px;
  padding: 18px;
  background: #080d15;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
}

.dsap-prestige-stats strong {
  color: var(--dsap-prestige-gold-soft);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
}

.dsap-prestige-contact-strip {
  display: grid;
  grid-template-columns: 1.1fr 1fr .85fr auto;
  gap: 28px;
  align-items: center;
  padding: 30px max(22px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(210, 154, 45, .26);
  border-bottom: 1px solid rgba(210, 154, 45, .26);
}

.dsap-prestige-contact-strip strong {
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-transform: uppercase;
}

.dsap-prestige-contact-strip p,
.dsap-prestige-contact-strip a:not(.dsap-button),
.dsap-prestige-contact-strip span {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.dsap-prestige-contact-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--dsap-prestige-gold-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dsap-prestige-contact-strip a:not(.dsap-button) {
  display: block;
}

.dsap-generated-content .dsap-world-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(76px, 8vw, 118px) max(22px, calc((100vw - 1180px) / 2)) !important;
}

.dsap-generated-content .dsap-world-page-hero {
  width: min(1180px, 100%);
  margin: 0 auto clamp(52px, 6vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .75fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.dsap-generated-content .dsap-world-page h1 {
  max-width: 720px;
  font-size: clamp(2.55rem, 4.6vw, 5rem) !important;
  line-height: 1 !important;
}

.dsap-generated-content .dsap-world-page .dsap-world-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .80);
  line-height: 1.75;
}

.dsap-hero-mosaic {
  border: 1px solid rgba(210, 154, 45, .26) !important;
  border-radius: 8px;
  background: #05070b !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35) !important;
}

.dsap-hero-mosaic img {
  filter: saturate(.88) contrast(1.06) brightness(.82);
}

.dsap-generated-content .dsap-world-timeline,
.dsap-generated-content .dsap-world-method {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.dsap-generated-content .dsap-world-timeline article,
.dsap-generated-content .dsap-world-method article {
  padding: clamp(22px, 3vw, 34px);
}

.dsap-generated-content .dsap-world-timeline span,
.dsap-generated-content .dsap-world-method strong {
  color: var(--dsap-prestige-gold-soft) !important;
}

.dsap-generated-content .dsap-world-timeline h2,
.dsap-generated-content .dsap-world-method h2,
.dsap-generated-content .dsap-world-final h2,
.dsap-generated-content .dsap-world-gallery-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .02em;
}

.dsap-generated-content .dsap-world-final,
.dsap-generated-content .dsap-world-gallery-intro {
  width: min(1180px, 100%) !important;
  margin: clamp(42px, 5vw, 72px) auto 0 !important;
  padding: clamp(26px, 4vw, 46px);
}

.dsap-contact-page {
  padding: clamp(70px, 8vw, 118px) 0 !important;
}

.dsap-contact-pro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.dsap-contact-intro .dsap-kicker {
  border-color: rgba(210, 154, 45, .42);
  background: rgba(255, 255, 255, .03);
  color: var(--dsap-prestige-gold-soft);
}

.dsap-contact-intro h1 {
  margin-top: 24px;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: 1;
}

.dsap-contact-intro p,
.dsap-form p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.dsap-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.dsap-contact-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  color: #fff !important;
}

.dsap-contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(246, 205, 106, .42);
  color: var(--dsap-prestige-gold-soft) !important;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.dsap-form h2 {
  margin-top: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.dsap-form-section {
  border-color: rgba(210, 154, 45, .24) !important;
  color: var(--dsap-prestige-gold-soft) !important;
}

.dsap-field label {
  color: #fff;
}

.dsap-field input,
.dsap-field select,
.dsap-field textarea {
  border: 1px solid rgba(210, 154, 45, .26) !important;
  background: rgba(255, 255, 255, .05) !important;
  color: #fff !important;
}

.dsap-field input::placeholder,
.dsap-field textarea::placeholder {
  color: rgba(255, 255, 255, .44);
}

.dsap-field small {
  color: rgba(255, 255, 255, .56);
}

.dsap-site-footer {
  background: #030507 !important;
}

.dsap-footer-logo {
  display: block;
  width: min(170px, 72%);
  height: auto;
  margin: 0 0 18px;
}

.dsap-footer-review-link span {
  display: none;
}

/* v1.6.7 accueil rapproche de la maquette premium fournie */
.dsap-generated-content {
  overflow-x: clip;
}

.dsap-generated-content > .dsap-prestige-home {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #030507 !important;
}

.dsap-generated-content .dsap-prestige-hero {
  width: 100% !important;
  min-height: clamp(560px, 72svh, 760px) !important;
  margin: 0 !important;
  background-position: center right !important;
  background-size: cover !important;
}

.dsap-generated-content .dsap-prestige-shell {
  width: min(1500px, calc(100vw - 80px)) !important;
  margin: 0 auto !important;
  padding: clamp(74px, 8vw, 116px) 0 150px !important;
}

.dsap-generated-content .dsap-prestige-copy {
  width: min(590px, 100%) !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.dsap-generated-content .dsap-prestige-copy h1 {
  max-width: 640px !important;
  font-size: clamp(2.25rem, 4.15vw, 4.45rem) !important;
  line-height: 1.02 !important;
  letter-spacing: .025em !important;
}

.dsap-generated-content .dsap-prestige-kicker {
  margin-bottom: 14px !important;
  font-size: .72rem !important;
  letter-spacing: .24em !important;
}

.dsap-generated-content .dsap-prestige-lead {
  max-width: 520px !important;
  margin-top: 18px !important;
  font-size: .96rem !important;
  line-height: 1.55 !important;
}

.dsap-generated-content .dsap-prestige-actions {
  margin-top: 24px !important;
  gap: 12px !important;
}

.dsap-generated-content .dsap-prestige-actions .dsap-button {
  min-height: 42px !important;
  padding: 11px 18px !important;
  font-size: .68rem !important;
}

.dsap-generated-content .dsap-prestige-proofbar {
  width: min(900px, 100%) !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin-top: 24px !important;
}

.dsap-generated-content .dsap-prestige-proofbar span {
  min-height: 72px !important;
  padding: 11px 10px !important;
  font-size: .63rem !important;
  line-height: 1.25 !important;
}

.dsap-generated-content .dsap-prestige-proofbar strong {
  font-size: clamp(1rem, 1.05vw, 1.22rem) !important;
  line-height: .98 !important;
  white-space: nowrap;
}

.dsap-generated-content .dsap-prestige-proofbar span:last-child {
  background: linear-gradient(180deg, rgba(210, 154, 45, .20), rgba(3, 5, 7, .86)) !important;
}

.dsap-generated-content .dsap-prestige-trust article {
  min-height: 96px !important;
  padding: 18px 26px !important;
}

.dsap-generated-content .dsap-prestige-trust span {
  width: 38px !important;
  height: 38px !important;
  font-size: .72rem !important;
}

.dsap-generated-content .dsap-prestige-trust strong {
  font-size: .76rem !important;
}

.dsap-generated-content .dsap-prestige-trust small {
  font-size: .7rem !important;
}

.dsap-generated-content .dsap-prestige-services {
  padding-top: clamp(40px, 5vw, 62px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.dsap-generated-content .dsap-prestige-heading {
  margin-bottom: 24px !important;
}

.dsap-generated-content .dsap-prestige-heading h2 {
  font-size: clamp(1.45rem, 2.15vw, 2.25rem) !important;
  letter-spacing: .08em !important;
}

.dsap-generated-content .dsap-prestige-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: min(1180px, calc(100vw - 72px));
  margin: 0 auto;
}

.dsap-generated-content .dsap-prestige-service img {
  aspect-ratio: 16 / 9 !important;
}

.dsap-generated-content .dsap-prestige-service div {
  padding: 15px 15px 17px !important;
  text-align: center;
}

.dsap-generated-content .dsap-prestige-service h3 {
  font-size: .78rem !important;
  line-height: 1.2 !important;
}

.dsap-generated-content .dsap-prestige-service p {
  font-size: .74rem !important;
  line-height: 1.42 !important;
}

.dsap-generated-content .dsap-prestige-about {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr) !important;
  padding-top: clamp(44px, 6vw, 76px) !important;
  padding-bottom: clamp(44px, 6vw, 76px) !important;
}

.dsap-generated-content .dsap-prestige-brand-panel {
  min-height: 300px !important;
}

.dsap-generated-content .dsap-prestige-about h2 {
  font-size: clamp(1.65rem, 2.8vw, 3rem) !important;
}

.dsap-generated-content .dsap-prestige-stats {
  display: none !important;
}

.dsap-generated-content .dsap-prestige-contact-strip {
  min-height: 104px;
}

@media (min-width: 1180px) {
  .dsap-generated-content .dsap-prestige-service-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 940px) {
  .dsap-generated-content .dsap-prestige-hero {
    min-height: auto !important;
  }

  .dsap-generated-content .dsap-prestige-shell {
    width: min(100% - 28px, 1180px) !important;
    padding-top: 58px !important;
    padding-bottom: 242px !important;
  }

  .dsap-generated-content .dsap-prestige-service-grid {
    width: min(100% - 28px, 1180px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dsap-generated-content .dsap-prestige-about {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  .dsap-generated-content .dsap-prestige-shell {
    width: min(100% - 22px, 1180px) !important;
    padding-top: 42px !important;
    padding-bottom: 382px !important;
  }

  .dsap-generated-content .dsap-prestige-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  .dsap-generated-content .dsap-prestige-service-grid,
  .dsap-generated-content .dsap-prestige-proofbar {
    grid-template-columns: 1fr !important;
  }

  .dsap-generated-content .dsap-prestige-trust {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1120px) {
  .dsap-prestige-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dsap-prestige-contact-strip,
  .dsap-contact-pro,
  .dsap-generated-content .dsap-world-page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    min-height: 72px;
  }

  .dsap-brand img,
  .dsap-brand .custom-logo {
    height: 52px;
    max-width: 112px;
  }

  .dsap-nav {
    border-top: 1px solid rgba(210, 154, 45, .20);
    background: rgba(3, 5, 7, .98) !important;
  }

  .dsap-nav a {
    min-height: 48px;
    padding: 14px 12px;
    border: 1px solid rgba(210, 154, 45, .20) !important;
    background: rgba(255, 255, 255, .035) !important;
  }

  .dsap-prestige-shell {
    width: min(100% - 28px, 1180px);
    padding-bottom: 310px;
  }

  .dsap-prestige-trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsap-prestige-trust article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .dsap-prestige-service-grid,
  .dsap-prestige-about,
  .dsap-prestige-stats,
  .dsap-prestige-trust {
    grid-template-columns: 1fr;
  }

  .dsap-prestige-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 72px;
    padding-bottom: 470px;
  }

  .dsap-prestige-services,
  .dsap-prestige-about,
  .dsap-prestige-contact-strip {
    padding-right: 12px;
    padding-left: 12px;
  }

  .dsap-prestige-copy h1,
  .dsap-generated-content .dsap-world-page h1,
  .dsap-contact-intro h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem) !important;
  }

  .dsap-prestige-trust article {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 154, 45, .16);
  }

  .dsap-prestige-actions,
  .dsap-prestige-proofbar,
  .dsap-prestige-linkline,
  .dsap-world-linkbar {
    align-items: stretch;
  }

  .dsap-prestige-proofbar {
    grid-template-columns: 1fr;
  }

  .dsap-prestige-actions a,
  .dsap-prestige-linkline a,
  .dsap-world-linkbar a {
    justify-content: center;
    width: 100%;
  }
}

/* DSAP v1.7.0 - proofbar and mobile header polish */
.dsap-generated-content .dsap-prestige-proofbar {
  width: min(1120px, 100%) !important;
  grid-template-columns: repeat(5, minmax(156px, 1fr)) !important;
  align-items: stretch !important;
  margin-top: 28px !important;
}

.dsap-generated-content .dsap-prestige-proofbar span {
  min-height: 96px !important;
  padding: 18px 20px !important;
  align-content: center !important;
  gap: 8px !important;
  overflow: hidden !important;
  font-size: .74rem !important;
  line-height: 1.3 !important;
}

.dsap-generated-content .dsap-prestige-proofbar strong {
  display: block !important;
  max-width: 100% !important;
  color: var(--dsap-prestige-gold-soft) !important;
  font-size: clamp(1.52rem, 1.85vw, 2rem) !important;
  line-height: .95 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
}

.dsap-generated-content .dsap-prestige-proofbar span:nth-child(4) strong,
.dsap-generated-content .dsap-prestige-proofbar span:nth-child(5) strong {
  font-size: clamp(1.34rem, 1.55vw, 1.7rem) !important;
}

.dsap-site-header .dsap-review-cta,
.dsap-site-header .dsap-header-cta {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 1260px) {
  .dsap-site-header .dsap-review-cta {
    min-width: 122px !important;
    max-width: none !important;
    padding: 8px 14px !important;
  }

  .dsap-site-header .dsap-review-cta .dsap-review-text {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
}

@media (max-width: 980px) {
  .dsap-generated-content .dsap-prestige-proofbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar span:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 940px) {
  .dsap-header-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    gap: 8px !important;
  }

  .dsap-brand {
    grid-column: 1 !important;
  }

  .dsap-menu-button {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .dsap-site-header .dsap-review-cta,
  .dsap-site-header .dsap-header-cta {
    grid-row: 2 !important;
    min-height: 38px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: .66rem !important;
  }

  .dsap-site-header .dsap-review-cta {
    grid-column: 1 / 3 !important;
    min-width: 0 !important;
  }

  .dsap-site-header .dsap-header-cta {
    grid-column: 3 !important;
    min-width: 112px !important;
    padding-inline: 14px !important;
  }
}

@media (max-width: 560px) {
  .dsap-generated-content .dsap-prestige-proofbar {
    grid-template-columns: 1fr !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar span:last-child {
    grid-column: auto !important;
  }

  .dsap-site-header .dsap-review-cta small {
    display: inline !important;
  }

  .dsap-site-header .dsap-header-cta {
    min-width: 104px !important;
    padding-inline: 12px !important;
  }
}

/* DSAP v1.7.1 - premium stacked proof bands */
.dsap-generated-content .dsap-prestige-hero {
  min-height: clamp(650px, 78svh, 840px) !important;
}

.dsap-generated-content .dsap-prestige-shell {
  padding-bottom: 250px !important;
}

.dsap-generated-content .dsap-prestige-proofbar {
  position: absolute !important;
  right: 0 !important;
  bottom: 112px !important;
  left: 0 !important;
  z-index: 4 !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  border-width: 1px 0 0 !important;
  border-style: solid !important;
  border-color: rgba(210, 154, 45, .36) !important;
  background: linear-gradient(180deg, rgba(3, 5, 7, .68), rgba(3, 5, 7, .92)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
}

.dsap-generated-content .dsap-prestige-proofbar span {
  min-height: 116px !important;
  padding: 26px clamp(20px, 2vw, 42px) !important;
  align-content: center !important;
  gap: 8px !important;
  border-right: 1px solid rgba(210, 154, 45, .18) !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .86) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.dsap-generated-content .dsap-prestige-proofbar span:last-child {
  border-right: 0 !important;
  background: linear-gradient(180deg, rgba(210, 154, 45, .12), rgba(3, 5, 7, .08)) !important;
}

.dsap-generated-content .dsap-prestige-proofbar strong {
  display: block !important;
  color: var(--dsap-prestige-gold-soft) !important;
  font-size: clamp(1.8rem, 2.2vw, 2.55rem) !important;
  line-height: .94 !important;
  white-space: normal !important;
}

.dsap-generated-content .dsap-prestige-proofbar span:nth-child(4) strong,
.dsap-generated-content .dsap-prestige-proofbar span:nth-child(5) strong {
  font-size: clamp(1.55rem, 1.8vw, 2.1rem) !important;
}

.dsap-generated-content .dsap-prestige-trust {
  z-index: 5 !important;
  min-height: 112px !important;
  border-top: 1px solid rgba(210, 154, 45, .28) !important;
  background: linear-gradient(180deg, rgba(3, 5, 7, .94), rgba(3, 5, 7, .99)) !important;
}

.dsap-generated-content .dsap-prestige-trust article {
  min-height: 112px !important;
}

@media (max-width: 980px) {
  .dsap-generated-content .dsap-prestige-hero {
    min-height: auto !important;
  }

  .dsap-generated-content .dsap-prestige-shell {
    padding-bottom: 24px !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar,
  .dsap-generated-content .dsap-prestige-trust {
    position: static !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 28px !important;
    border-width: 1px !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar span {
    min-height: 104px !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar span:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 560px) {
  .dsap-generated-content .dsap-prestige-proofbar {
    grid-template-columns: 1fr !important;
  }

  .dsap-generated-content .dsap-prestige-proofbar span,
  .dsap-generated-content .dsap-prestige-proofbar span:last-child {
    grid-column: auto !important;
  }
}
