:root {
  --ink: #101e29;
  --muted: #4f5c65;
  --yellow: #f8c645;
  --gold: #d4af37;
  --line: #dfe4e6;
  --pale: #f3f5f5;
}

/* Base */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.025em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

h3 {
  font-size: 1.35rem;
}

p {
  margin-bottom: 1rem;
  color: var(--muted);
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #926b00;
  outline-offset: 4px;
}

.container {
  max-width: 1224px;
  padding-right: 28px;
  padding-left: 28px;
}

.section,
.services-epaviste {
  padding: 75px 0;
}

.section-heading,
.services-heading {
  margin-bottom: 36px;
}

.section-heading > p,
.services-heading > p {
  max-width: 950px;
  margin-bottom: 0;
}

.eyebrow {
  margin-bottom: 20px;
  color: #606b72;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

#introduction .lead {
  color: var(--ink);
  font-size: 1.15rem;
}

#introduction .col-lg-7 {
  display: block;
}

#introduction p {
  display: block;
  margin-bottom: 1rem;
}

/* Navigation */
.topbar {
  padding: 8px 0;
  background: var(--ink);
  color: #e5e9ed;
  font-size: 12px;
}

.top-sep {
  margin: 0 15px;
  color: var(--yellow);
}

.navbar {
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .1em;
}

.brand-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-city {
  display: block;
  margin-top: 3px;
  font-size: 23px;
}

.brand-dot {
  color: #926b00;
}

.navbar-nav {
  gap: 5px;
  flex-wrap: wrap;
}

.navbar .nav-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.navbar .nav-link:hover {
  color: #926b00;
}

/* Boutons et liens */
.btn {
  padding: 15px 23px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.btn-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.btn-dark:hover {
  background: #263c4c;
  border-color: #263c4c;
  color: #fff;
}

.btn-yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
}

.btn-yellow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Header */
.hero {
  padding: 75px 0 85px;
  background: var(--ink);
  color: #fff;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e2e7e9;
}

.short-rule {
  flex-shrink: 0;
  width: 28px;
  height: 2px;
  background: var(--yellow);
}

.hero h1 {
  margin-bottom: 27px;
  font-size: clamp(2.4rem, 4.3vw, 3.8rem);
  line-height: 1.15;
}

.hero h1 span {
  color: var(--yellow);
}

.hero-subtitle {
  margin-bottom: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.hero-text {
  margin-bottom: 28px;
  color: #bac4cb;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.hero .text-link {
  color: #fff;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
  color: #d0d8dd;
  font-size: 14px;
}

.hero-visual {
  position: relative;
  margin: 0 0 25px 12px;
}

.hero-visual > img {
  width: 100%;
  height: 440px;
  border-radius: 9px;
  object-fit: cover;
  object-position: 67% center;
}

.photo-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  width: fit-content;
  max-width: calc(100% - 36px);
  padding: 7px 11px;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  background: #14222be6;
  color: #fff;
  font-size: 12px;
  letter-spacing: .05em;
}

.price-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: -35px 18px 0;
  padding: 18px 22px;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 10px 30px #0002;
}

.price-card > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.price-number {
  font-size: 47px;
  font-weight: 800;
  line-height: 1;
}

.price-number > span {
  font-size: 28px;
}

.price-label {
  max-width: 95px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.price-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Bandeau doré */
.trust-strip {
  padding: 28px 0;
  background: var(--yellow);
  color: var(--ink);
  border-top: 1px solid #101e2933;
  border-bottom: 1px solid #101e2933;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
}

.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
}

.trust-text {
  min-width: 0;
}

.trust-text strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.4;
}

.trust-text span {
  display: block;
  color: #292719;
  font-size: 14px;
  line-height: 1.5;
}

/* Services avec SVG */
.services-epaviste {
  background: var(--pale);
}

.services-heading {
  max-width: 950px;
}

.prestation-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px #101e290a;
}

.prestation-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 22px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--gold);
}

.prestation-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.prestation-card h3 {
  margin-bottom: 15px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.35;
}

.prestation-card p {
  margin: 0;
  line-height: 1.8;
}

/* Comment ça marche */
.steps {
  margin-top: 35px;
}

.step-number {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #856100;
  font-size: 44px;
  line-height: 1;
}

.steps p {
  margin: 18px 0 0;
  line-height: 1.8;
}

.process-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

/* Documents et FAQ */
.documents-section {
  background: #f8f8f5;
}

.faq-section {
  background: var(--pale);
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: var(--line);
  --bs-accordion-active-bg: #fff5d5;
  --bs-accordion-active-color: var(--ink);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 3px #d4af3755;
}

.accordion-button {
  gap: 18px;
  padding: 22px 18px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.accordion-body {
  padding: 20px 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

/* Zones d’intervention */
.zone-panel {
  padding: 32px;
  border-radius: 9px;
  background: var(--ink);
  color: #fff;
}

.zone-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}

.paris-badge {
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
}

.arrondissements {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.arrondissements span {
  padding: 10px 5px;
  border: 1px solid #40505c;
  border-radius: 4px;
  color: #e0e5e8;
  font-size: 14px;
  text-align: center;
}

.zone-footer {
  margin: 23px 0 0;
  padding-top: 22px;
  border-top: 1px solid #40505c;
  color: #c2cbd0;
  font-size: 14px;
}

/* Contact */
.contact-section {
  padding: 65px 0;
  background: var(--yellow);
  color: var(--ink);
}

.contact-section .eyebrow,
.contact-section p {
  color: #433b26;
}

.contact-section .btn {
  padding: 17px 24px;
  font-size: 20px;
}

/* Pied de page */
.footer {
  padding: 45px 0 25px;
  background: var(--ink);
  color: #d9e0e4;
}

.footer .navbar-brand {
  color: #fff;
}

.footer p {
  max-width: 370px;
  margin: 20px 0;
  color: #b7c2c9;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px 25px;
  font-size: 14px;
}

.footer-nav a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 33px;
  padding-top: 20px;
  border-top: 1px solid #34424d;
  color: #a6b5bf;
  font-size: 12px;
}

/* Accessibilité et appel mobile */
.mobile-call {
  display: none;
}

.skip-link {
  position: fixed;
  top: -150px;
  left: 20px;
  z-index: 2000;
  padding: 10px;
  background: var(--yellow);
  color: var(--ink);
}

.skip-link:focus {
  top: 10px;
}

/* Tablettes */
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 20px 0 10px;
  }

  .navbar-nav {
    gap: 8px;
  }

  .hero {
    padding: 55px 0 65px;
  }

  .hero-visual {
    margin-left: 0;
  }

  .section,
  .services-epaviste {
    padding: 60px 0;
  }

  .footer-nav {
    justify-content: flex-start;
    margin-top: 25px;
  }
}

/* Mobiles */
@media (max-width: 575px) {
  .container {
    padding-right: 21px;
    padding-left: 21px;
  }

  .navbar {
    padding: 11px 0;
  }

  .brand-icon {
    width: 36px;
    height: 36px;
    font-size: 29px;
  }

  .brand-city {
    font-size: 20px;
  }

  .hero {
    padding: 38px 0 45px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-checks {
    gap: 12px;
  }

  .hero-visual > img {
    height: 305px;
  }

  .price-card {
    margin: -25px 10px 0;
    padding: 16px;
  }

  .price-number {
    font-size: 38px;
  }

  .trust-strip {
    padding: 24px 0;
  }

  .trust-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section,
  .services-epaviste {
    padding: 45px 0;
  }

  .prestation-card {
    padding: 25px;
  }

  .step-number {
    font-size: 37px;
  }

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

  .zone-panel {
    padding: 24px 18px;
  }

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

  .contact-section {
    padding: 45px 0;
  }

  .contact-section .btn {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-call {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 0 -3px 15px #0001;
  }

  .mobile-call .btn {
    display: block;
    padding: 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .collapsing,
  .accordion-button::after {
    transition: none;
  }
}
.footer a,
.footer .navbar-brand {
  color: var(--yellow, #f8c645);
}

.footer a:hover,
.footer a:focus-visible {
  color: #ffe08a;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 767.98px) {
  .trust-strip .trust-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .trust-strip .trust-icon {
    margin-inline: auto;
  }

  .trust-strip .trust-icon svg {
    display: block;
    flex-shrink: 0;
  }

  .trust-strip .trust-text {
    width: 100%;
  }
}