:root {
  --ink: #102820;
  --muted: #64736e;
  --green: #123d33;
  --green-2: #1c5949;
  --cream: #f7f5ef;
  --line: #dce5df;
  --gold: #cba76a;
  --white: #fff;
  --shadow: 0 20px 60px rgba(16, 40, 32, .11)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  line-height: 1.6
}

h1,
h2,
h3,
strong,
.brand {
  font-family: Manrope, sans-serif
}

h1,
h2,
h3,
p {
  margin-top: 0
}

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

.container {
  width: min(1160px, calc(100% - 48px));
  margin: auto
}

.topline {
  background: var(--green);
  color: #d5e6db;
  font-size: 12px;
  letter-spacing: .02em
}

.topline-inner {
  display: flex;
  justify-content: space-between;
  padding: 9px 0
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8e4bc;
  display: inline-block;
  margin-right: 7px
}

.site-header {
  background: rgba(247, 245, 239, .95);
  border-bottom: 1px solid rgba(16, 40, 32, .09);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px)
}

.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  display: flex;
  gap: 11px;
  align-items: center
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  font: 800 22px Manrope;
  transform: rotate(-8deg)
}

.brand strong {
  font-size: 21px;
  letter-spacing: -.06em;
  display: block;
  line-height: 1
}

.brand strong span {
  color: var(--gold)
}

.brand small {
  font: 500 9px 'DM Sans';
  color: var(--muted);
  letter-spacing: .09em;
  text-transform: uppercase
}

.main-nav {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 14px;
  font-weight: 600
}

.main-nav a {
  color: #4c5e57;
  transition: .2s
}

.main-nav a:hover,
.main-nav .is-active {
  color: var(--green)
}

.nav-cta {
  background: var(--green) !important;
  color: #fff !important;
  padding: 13px 18px;
  border-radius: 6px
}

.nav-cta span {
  margin-left: 9px;
  color: #bfd7c5
}

.menu-toggle {
  display: none
}

.flash {
  margin-top: 18px;
  padding: 13px 18px;
  border-radius: 8px;
  background: #e7f4e8;
  color: #28643a;
  font-size: 14px
}

.hero {
  padding: 82px 0 76px;
  background: radial-gradient(circle at 89% 18%, #dce8df 0, transparent 30%), var(--cream);
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 70px;
  align-items: center
}

.eyebrow {
  color: var(--green-2);
  font: 700 11px Manrope;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px
}

.eyebrow:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 9px
}

.hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -.065em;
  margin: 0 0 22px;
  max-width: 630px
}

.hero h1 em {
  font-style: normal;
  color: var(--green-2);
  position: relative
}

.hero h1 em:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 95%;
  height: 7px;
  background: #dfc797;
  opacity: .6;
  z-index: -1;
  border-radius: 50%
}

.hero p {
  font-size: 17px;
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 30px
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  transition: .25s
}

.btn-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 9px 20px #123d3320
}

.btn-primary:hover {
  background: #0c2e26;
  transform: translateY(-2px)
}

.btn-outline {
  border: 1px solid #bdcbc2;
  color: var(--green);
  background: transparent
}

.btn-outline:hover {
  border-color: var(--green);
  background: #fff
}

.trust {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 32px;
  font-size: 12px;
  color: var(--muted)
}

.avatars {
  display: flex
}

.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -7px;
  background: #d6b582;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff
}

.avatar:first-child {
  margin-left: 0;
  background: #718c80
}

.avatar:nth-child(2) {
  background: #a28a75
}

.avatar:nth-child(3) {
  background: #355e57
}

.hero-art {
  position: relative
}

.hero-art img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 190px 14px 14px 14px;
  box-shadow: var(--shadow)
}

.hero-note {
  position: absolute;
  bottom: 24px;
  left: -28px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 7px;
  box-shadow: 0 14px 30px #123d3322;
  font-size: 13px
}

.hero-note strong {
  display: block;
  font-size: 19px
}

.section {
  padding: 92px 0
}

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

.section h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.055em;
  margin-bottom: 10px
}

.section-intro {
  color: var(--muted);
  max-width: 480px
}

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

.category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 23px;
  min-height: 220px;
  transition: .25s;
  position: relative;
  overflow: hidden
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #c0d2c7
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  gap: 14px
}

.proof-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden
}

.proof-grid img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover
}

.proof-grid .proof-main img {
  height: 310px
}

.proof-grid figcaption {
  padding: 15px 16px;
  font: 600 13px Manrope;
  color: var(--green)
}

.category-card .icon {
  font-size: 30px;
  margin-bottom: 28px
}

.category-card h3 {
  font-size: 20px;
  margin: 0 0 7px
}

.category-card p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 15px
}

.card-link {
  color: var(--green-2);
  font-weight: 700;
  font-size: 13px
}

.band {
  background: var(--green);
  color: #fff;
  padding: 74px 0
}

.band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center
}

.band h2 {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -.05em
}

.band p {
  color: #c2d6cb
}

.steps {
  display: grid;
  gap: 17px
}

.step {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff25
}

.step-num {
  font: 700 12px Manrope;
  color: #d4b77e;
  border: 1px solid #d4b77e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: none
}

.step h3 {
  font-size: 17px;
  margin: 0 0 3px
}

.step p {
  font-size: 13px;
  margin: 0;
  color: #b8ccc1
}

.testimonial {
  background: #ebece4
}

.quote {
  font: 500 27px Manrope;
  letter-spacing: -.035em;
  line-height: 1.25;
  max-width: 720px
}

.quote-by {
  font-size: 13px;
  color: var(--muted)
}

.faq-list {
  max-width: 780px;
  margin: auto
}

.faq-item {
  border-top: 1px solid var(--line);
  padding: 19px 0
}

.faq-item summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  list-style: none
}

.faq-item summary::-webkit-details-marker {
  display: none
}

.faq-item summary:after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--gold)
}

.faq-item[open] summary:after {
  content: '−'
}

.faq-item p {
  color: var(--muted);
  padding: 12px 32px 0 0;
  margin: 0;
  font-size: 14px
}

.page-hero {
  padding: 48px 0 44px;
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6
}

.page-hero .eyebrow {
  color: #e07b3a;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.page-hero .eyebrow:before {
  display: none
}

.page-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #111827
}

.page-hero h1 em {
  font-style: italic;
  color: #e07b3a
}

.page-hero p {
  color: #6b7280;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0
}

.legal-content {
  max-width: 800px
}

.legal-content h2 {
  margin-top: 36px
}

.legal-content p,
.legal-content li {
  color: #56655f
}

.contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 45px
}

.contact-card {
  background: #fff;
  padding: 27px;
  border-radius: 12px;
  border: 1px solid var(--line);
  margin-bottom: 15px
}

.contact-card h3 {
  font-size: 16px;
  margin-bottom: 4px
}

.contact-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 32px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 17px
}

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

.field label {
  font-size: 12px;
  font-weight: 700
}

.field input,
.field textarea,
.field select {
  font: inherit;
  border: 1px solid #d7e1da;
  border-radius: 6px;
  padding: 13px 14px;
  background: #fbfcfa;
  color: var(--ink)
}

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

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 2px solid #b6d0c0;
  border-color: var(--green)
}

.site-footer {
  background: #0e2b24;
  color: #c3d4cc;
  padding: 66px 0 20px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr 1.1fr;
  gap: 35px
}

.footer-brand p {
  color: #8da79b;
  max-width: 270px;
  font-size: 13px;
  margin: 20px 0
}

.brand-light strong {
  color: #fff
}

.brand-light small {
  color: #8da79b
}

.footer-phone {
  color: #fff;
  font-weight: 700
}

.footer-phone span {
  color: var(--gold);
  margin-left: 8px
}

.site-footer h3 {
  color: #fff;
  font-size: 13px;
  margin: 0 0 16px
}

.site-footer a,
.site-footer span {
  display: block;
  font-size: 13px;
  color: #9eb7ab;
  margin: 9px 0
}

.site-footer a:hover {
  color: #fff
}

.newsletter-copy {
  font-size: 13px;
  color: #8da79b
}

.newsletter-form {
  display: flex;
  border-bottom: 1px solid #537267
}

.newsletter-form input {
  background: transparent;
  border: 0;
  padding: 11px 0;
  color: #fff;
  min-width: 0;
  outline: 0
}

.newsletter-form button {
  background: none;
  border: 0;
  color: var(--gold);
  font-size: 22px;
  cursor: pointer
}

.legal-bar {
  border-top: 1px solid #ffffff18;
  margin-top: 48px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #739186
}

.legal-bar div {
  display: flex;
  gap: 18px
}

.skip-link {
  position: absolute;
  left: -9999px
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 8px;
  z-index: 9
}

@media(max-width:800px) {
  .container {
    width: min(100% - 32px, 600px)
  }

  .topline-inner span:last-child {
    display: none
  }

  .menu-toggle {
    display: flex;
    background: none;
    border: 0;
    flex-direction: column;
    gap: 5px
  }

  .menu-toggle span {
    width: 25px;
    height: 2px;
    background: var(--green)
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 20px 24px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line)
  }

  .main-nav.open {
    display: flex
  }

  .hero {
    padding: 55px 0
  }

  .hero-grid,
  .band-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .hero-art img {
    height: 330px;
    border-radius: 120px 12px 12px 12px
  }

  .hero-note {
    left: 12px
  }

  .section {
    padding: 62px 0
  }

  .section h2,
  .band h2 {
    font-size: 34px
  }

  .section-head {
    display: block
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .proof-grid {
    grid-template-columns: 1fr
  }

  .proof-grid img,
  .proof-grid .proof-main img {
    height: 220px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .legal-bar {
    display: block
  }

  .legal-bar div {
    margin-top: 12px;
    flex-wrap: wrap
  }

  .page-hero h1 {
    font-size: 42px
  }

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

  .field.full {
    grid-column: auto
  }
}

.site-footer-pro {
  padding: 0;
  background: #0b2620
}

.footer-cta {
  background: #163e33;
  border-bottom: 1px solid #ffffff18
}

.footer-cta-inner {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px
}

.footer-kicker {
  display: block;
  color: #c8a66b;
  text-transform: uppercase;
  letter-spacing: .15em;
  font: 700 10px Manrope;
  margin-bottom: 10px
}

.footer-cta h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: -.045em;
  margin: 0
}

.btn-light {
  background: #f4efe4;
  color: #123d33
}

.btn-light:hover {
  background: #fff;
  transform: translateY(-2px)
}

.footer-main {
  padding-top: 54px
}

.footer-main .footer-grid {
  grid-template-columns: 1.35fr .8fr .95fr 1.15fr;
  gap: 42px
}

.footer-main .footer-brand p {
  line-height: 1.7;
  color: #8ea99c;
  max-width: 310px;
  margin: 20px 0 22px
}

.footer-socials {
  display: flex;
  gap: 8px
}

.footer-socials a {
  width: 31px;
  height: 31px;
  border: 1px solid #456b5e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #c7d8cf;
  font: 700 10px Manrope;
  margin: 0
}

.footer-socials a:hover {
  background: #d0b177;
  border-color: #d0b177;
  color: #102820
}

.footer-column h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d6e2dc;
  margin-bottom: 19px
}

.footer-column a,
.footer-column span {
  color: #92aaa0;
  margin: 11px 0;
  font-size: 13px;
  display: block
}

.footer-column a:hover,
.footer-contact-link {
  color: #fff !important
}

.footer-contact p {
  font-size: 13px;
  color: #8ea99c;
  line-height: 1.6;
  margin-bottom: 17px
}

.footer-contact-link {
  font-weight: 600
}

.footer-contact-link span {
  display: inline !important;
  color: #d0b177;
  margin-left: 5px
}

.footer-location {
  margin-top: 18px !important;
  color: #c7d8cf !important
}

.footer-newsletter {
  border-top: 1px solid #ffffff1c;
  border-bottom: 1px solid #ffffff1c;
  margin-top: 45px;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px
}

.footer-newsletter strong,
.footer-newsletter span {
  display: block
}

.footer-newsletter strong {
  font: 600 14px Manrope;
  color: #fff
}

.footer-newsletter span {
  font-size: 12px;
  color: #8ea99c;
  margin-top: 5px
}

.footer-newsletter .newsletter-form {
  border: 1px solid #456b5e;
  border-radius: 5px;
  padding: 3px 4px 3px 14px;
  width: min(100%, 370px);
  margin: 0
}

.footer-newsletter input {
  width: 100%;
  font-size: 12px
}

.footer-newsletter button {
  background: #d0b177;
  color: #102820;
  border: 0;
  border-radius: 3px;
  padding: 10px 12px;
  font: 700 11px Manrope;
  white-space: nowrap
}

.footer-newsletter button span {
  display: inline;
  color: #102820;
  margin: 0
}

.footer-main .legal-bar {
  margin-top: 0;
  padding: 19px 0 23px;
  border-top: 0
}

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

@media(max-width:800px) {
  .footer-cta-inner {
    display: block
  }

  .footer-cta .btn {
    margin-top: 22px
  }

  .footer-main .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }

  .footer-newsletter {
    display: block
  }

  .footer-newsletter .newsletter-form {
    margin-top: 18px;
    width: 100%
  }
}



.brand-logo-wrap {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: none;
  border-radius: 50%;
  background: #041321;
  border: 2px solid #d2ac42;
  box-shadow: 0 5px 15px rgba(5, 25, 38, .2);
  overflow: hidden
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.brand-copy {
  display: block
}

.brand-copy strong {
  font-size: 20px;
  letter-spacing: -.06em;
  display: block;
  line-height: 1;
  color: #102820
}

.brand-copy small {
  font: 600 9px 'DM Sans';
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase
}

.header-assurance {
  margin-left: auto;
  margin-right: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-left: 1px solid #dce5df;
  padding-left: 19px
}

.header-assurance>span:last-child {
  display: flex;
  flex-direction: column
}

.header-assurance strong {
  font: 700 10px Manrope;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--green)
}

.header-assurance small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px
}

.assurance-dot {
  width: 8px;
  height: 8px;
  background: #6eaa78;
  border: 2px solid #dcebdd;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #edf4ed
}

.site-header:after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0, #d0ae68 22%, #d0ae68 78%, transparent 100%);
  opacity: .7
}

.main-nav {
  gap: 24px
}

.main-nav a:not(.nav-cta) {
  position: relative;
  padding: 8px 0
}

.main-nav a:not(.nav-cta):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .25s
}

.main-nav a:not(.nav-cta):hover:after,
.main-nav a:not(.nav-cta).is-active:after {
  width: 18px
}

.nav-cta {
  box-shadow: 0 7px 17px rgba(18, 61, 51, .16);
  border: 1px solid #2b5c4f
}

.brand-light .brand-copy strong {
  color: #fff
}

.brand-light .brand-copy small {
  color: #8da79b
}

.site-footer-pro .brand-logo-wrap {
  width: 56px;
  height: 56px
}

.site-footer-pro .brand {
  align-items: center
}

@media(max-width:1000px) {
  .header-assurance {
    display: none
  }

  .main-nav {
    gap: 16px
  }
}

@media(max-width:800px) {
  .brand-logo-wrap {
    width: 48px;
    height: 48px
  }

  .brand-copy strong {
    font-size: 18px
  }

  .site-header:after {
    height: 1px
  }

  .main-nav {
    gap: 17px
  }

  .main-nav a:not(.nav-cta) {
    padding: 5px 0
  }

  .site-footer-pro .brand-logo-wrap {
    width: 52px;
    height: 52px
  }
}

.service-hero {
  padding: 64px 0 72px
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr .76fr;
  gap: 65px;
  align-items: center
}

.service-hero h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -.06em;
  margin: 0 0 20px
}

.service-hero p {
  font-size: 17px;
  color: var(--muted);
  max-width: 600px
}

.service-visual {
  position: relative
}

.service-visual img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 14px 110px 14px 14px;
  box-shadow: var(--shadow)
}

.service-visual span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  color: var(--green);
  font: 700 11px Manrope;
  box-shadow: 0 8px 20px #1028201b
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px
}

.benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 21px;
  min-height: 205px
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #e8eee8;
  color: var(--green-2);
  font-weight: 700;
  margin-bottom: 25px
}

.benefit-card h3 {
  font-size: 16px;
  margin-bottom: 8px
}

.benefit-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0
}

.service-dossier {
  background: #eef1eb
}

.dossier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center
}

.dossier-grid h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.05em
}

.dossier-grid p {
  color: var(--muted)
}

.clean-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none
}

.clean-list li {
  padding: 9px 0;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px
}

.clean-list li span {
  color: #6eaa78;
  margin-right: 10px
}

.service-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 34px;
  box-shadow: 0 12px 30px rgba(16, 40, 32, .06)
}

.service-note .note-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .13em;
  font: 700 10px Manrope;
  color: var(--green-2);
  margin-bottom: 13px
}

.service-note strong {
  display: block;
  font-size: 27px;
  line-height: 1.15;
  margin-bottom: 10px
}

.service-note p {
  font-size: 13px
}

.dark-note {
  background: #153d33;
  border-color: #376456;
  color: #fff
}

.dark-note .note-label {
  color: #d4b77e
}

.dark-note p {
  color: #c2d6cb
}

.service-final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 40px 45px
}

.service-final-cta h2 {
  font-size: 32px;
  letter-spacing: -.05em;
  margin-bottom: 9px
}

.service-final-cta p {
  color: var(--muted);
  margin: 0
}

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

.service-list-card {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  transition: .25s
}

.service-list-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #bdd1c4
}

.service-list-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover
}

.service-list-card>div {
  padding: 23px
}

.service-list-card>div>span {
  font: 700 10px Manrope;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: var(--green-2)
}

.service-list-card h3 {
  font-size: 20px;
  margin: 10px 0 7px;
  line-height: 1.15
}

.service-list-card p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px
}

.service-list-card strong {
  font-size: 12px;
  color: var(--green-2)
}

.service-list-card b {
  color: var(--gold);
  margin-left: 6px
}

.presentation-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 75px;
  align-items: center
}

.presentation-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 160px 12px 12px 12px;
  box-shadow: var(--shadow)
}

.presentation-grid h2 {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -.055em
}

.presentation-grid p {
  color: var(--muted)
}

.mini-points {
  border-top: 1px solid var(--line);
  margin-top: 27px
}

.mini-points div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 13px
}

.mini-points strong {
  color: var(--green)
}

.mini-points span {
  color: var(--muted)
}

.metrics-section {
  background: #e8eee8
}

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

.metrics-grid>div {
  border-left: 2px solid #c9d8cd;
  padding-left: 18px
}

.metrics-grid strong {
  display: block;
  font-size: 35px;
  letter-spacing: -.06em;
  color: var(--green)
}

.metrics-grid strong span {
  color: var(--gold)
}

.metrics-grid>div>span {
  display: block;
  font: 700 12px Manrope;
  color: var(--green)
}

.metrics-grid small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 7px
}

.form-note {
  font-size: 11px;
  color: var(--muted);
  margin: 17px 0 0;
  line-height: 1.5
}

@media(max-width:900px) {

  .service-hero-grid,
  .dossier-grid,
  .presentation-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-list-grid {
    grid-template-columns: 1fr
  }

  .metrics-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .service-final-cta {
    display: block;
    padding: 30px
  }

  .service-final-cta .btn {
    margin-top: 22px
  }
}

@media(max-width:600px) {
  .service-hero {
    padding: 45px 0
  }

  .service-visual img {
    height: 270px;
    border-radius: 90px 12px 12px 12px
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .presentation-image {
    height: 300px;
    border-radius: 100px 12px 12px 12px
  }

  .presentation-grid h2 {
    font-size: 34px
  }

  .metrics-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .metrics-grid strong {
    font-size: 27px
  }

  .service-list-card {
    grid-template-columns: 105px 1fr
  }

  .service-list-card img {
    min-height: 230px
  }

  .service-list-card>div {
    padding: 17px 14px
  }

  .service-list-card h3 {
    font-size: 17px
  }
}

.proof-strip {
  background: #e8eee8;
  border-bottom: 1px solid #d6e0d7
}

.proof-strip .metrics-grid {
  padding: 30px 0
}

.video-callout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 55px;
  align-items: center
}

.video-callout h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.055em
}

.video-callout p {
  color: var(--muted);
  max-width: 430px
}

.video-callout video {
  width: 100%;
  height: 315px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: #0b2620
}

@media(max-width:800px) {
  .video-callout {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .video-callout h2 {
    font-size: 32px
  }

  .video-callout video {
    height: 240px
  }
}

.pricing-hero {
  background: #102f28;
  padding: 78px 0 82px;
  color: #fff;
  overflow: hidden
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.pricing-hero .eyebrow {
  color: #d4b77e
}

.pricing-hero h1 {
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: .98;
  letter-spacing: -.07em;
  margin-bottom: 25px
}

.pricing-hero h1 em {
  font-style: normal;
  color: #dbc28e
}

.pricing-hero p {
  color: #bfd2c9;
  max-width: 470px;
  font-size: 17px
}

.pricing-hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px
}

.text-link {
  color: #e0e9e2;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid #6e9685;
  padding-bottom: 5px
}

.text-link span {
  color: #d4b77e;
  margin-left: 7px
}

.pricing-hero-card {
  background: #f3efe5;
  color: var(--ink);
  border-radius: 12px;
  padding: 26px 28px 22px;
  box-shadow: 0 25px 70px #051b153d;
  position: relative
}

.pricing-hero-card:before {
  content: '';
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid #d0ac65;
  border-radius: 50%;
  opacity: .5
}

.hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8ded5;
  padding-bottom: 16px
}

.hero-card-top .eyebrow {
  color: var(--green-2);
  margin: 0;
  font-size: 10px
}

.hero-card-badge {
  background: #d2b16f;
  color: #102820;
  border-radius: 30px;
  padding: 7px 10px;
  font: 700 10px Manrope;
  text-transform: uppercase;
  letter-spacing: .06em
}

.hero-card-content {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  padding: 28px 0 23px
}

.hero-card-label {
  display: block;
  color: var(--green-2);
  font: 700 11px Manrope;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px
}

.hero-card-content h2 {
  font-size: 31px;
  line-height: 1.05;
  letter-spacing: -.06em;
  margin: 0 0 12px
}

.hero-card-content p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  max-width: 235px
}

.hero-card-price {
  text-align: right;
  white-space: nowrap
}

.hero-card-price span {
  display: block;
  font-size: 11px;
  color: var(--muted)
}

.hero-card-price strong {
  display: block;
  font-size: 34px;
  letter-spacing: -.06em;
  color: var(--green)
}

.hero-card-price del {
  font-size: 12px;
  color: #8c8171
}

.hero-card-link {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d8ded5;
  padding-top: 16px;
  font-weight: 700;
  font-size: 13px;
  color: var(--green-2)
}

.hero-card-link span {
  color: var(--gold);
  font-size: 17px
}

.pricing-proof {
  background: #e9eee8;
  border-bottom: 1px solid #d8e0d8
}

.pricing-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 2.2fr;
  gap: 20px;
  align-items: center;
  padding: 26px 0
}

.pricing-proof-grid>div {
  border-left: 2px solid #b5c9ba;
  padding-left: 15px
}

.pricing-proof-grid strong {
  display: block;
  font-size: 25px;
  letter-spacing: -.05em;
  color: var(--green)
}

.pricing-proof-grid span {
  font-size: 11px;
  color: var(--muted)
}

.pricing-proof-grid p {
  font: 600 13px Manrope;
  color: var(--green);
  margin: 0 0 0 15px
}

.pricing-section-head {
  align-items: end
}

.premium-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.premium-card {
  padding: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 11px;
  overflow: hidden
}

.premium-card:hover {
  transform: translateY(-5px)
}

.premium-card .pricing-media {
  height: 190px;
  position: relative;
  overflow: hidden;
  background: #e8eee8
}

.premium-card .pricing-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s
}

.premium-card:hover .pricing-media img {
  transform: scale(1.04)
}

.premium-card .pricing-media>span {
  position: absolute;
  left: 13px;
  bottom: 13px;
  padding: 7px 9px;
  border-radius: 4px;
  background: #fff;
  color: var(--green);
  font: 700 10px Manrope;
  text-transform: uppercase;
  letter-spacing: .05em
}

.premium-card .pricing-body {
  padding: 21px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.pricing-card-code {
  color: var(--gold);
  font: 800 11px Manrope;
  letter-spacing: .12em;
  margin-bottom: 8px
}

.premium-card .pricing-title {
  align-items: start
}

.premium-card .pricing-title h3 {
  font-size: 18px
}

.premium-card .pricing-title strong {
  font-size: 23px
}

.premium-card .pricing-body>p {
  min-height: 63px
}

.pricing-included-preview {
  border-top: 1px solid var(--line);
  padding: 13px 0 15px;
  margin-top: auto;
  margin-bottom: 14px
}

.pricing-included-preview span {
  display: block;
  font-size: 11px;
  color: var(--muted)
}

.pricing-included-preview span:first-child {
  font-weight: 700;
  color: var(--green);
  margin-bottom: 4px
}

.premium-card .btn {
  justify-content: center;
  padding: 12px
}

.pricing-reassurance {
  background: #f0eee7
}

.reassurance-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center
}

.reassurance-grid h2 {
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -.06em
}

.reassurance-grid>div>p {
  color: var(--muted);
  max-width: 480px
}

.reassurance-list {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px 25px
}

.reassurance-list>div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.reassurance-list>div:last-child {
  border-bottom: 0
}

.reassurance-list>div>span {
  font: 700 11px Manrope;
  color: var(--gold);
  padding-top: 3px
}

.reassurance-list strong {
  font-size: 14px
}

.reassurance-list p {
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0 0
}

.pricing-faq {
  background: #fff
}

.pricing-faq h2 {
  font-size: 40px;
  letter-spacing: -.06em
}

.pricing-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px
}

.pricing-faq-grid .faq-item {
  border-top: 2px solid var(--green);
  padding-top: 18px
}

.pricing-faq-grid .faq-item p {
  font-size: 13px
}

.price-note {
  margin-top: 28px;
  border-left: 3px solid var(--gold);
  padding: 15px 18px;
  background: #faf8f2;
  color: var(--muted);
  font-size: 12px
}

.price-note strong {
  color: var(--green)
}

@media(max-width:950px) {
  .pricing-hero-grid {
    gap: 35px
  }

  .pricing-proof-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .pricing-proof-grid p {
    grid-column: 1/-1;
    margin: 5px 0 0
  }

  .premium-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .reassurance-grid {
    gap: 40px
  }
}

@media(max-width:700px) {
  .pricing-hero {
    padding: 55px 0
  }

  .pricing-hero-grid {
    grid-template-columns: 1fr
  }

  .pricing-hero h1 {
    font-size: 49px
  }

  .pricing-hero-card {
    padding: 20px
  }

  .hero-card-content {
    display: block
  }

  .hero-card-price {
    text-align: left;
    margin-top: 22px
  }

  .pricing-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
  }

  .premium-grid,
  .reassurance-grid,
  .pricing-faq-grid {
    grid-template-columns: 1fr
  }

  .pricing-section-head {
    display: block
  }

  .premium-card .pricing-body>p {
    min-height: 0
  }

  .reassurance-grid h2,
  .pricing-faq h2 {
    font-size: 34px
  }
}

:root {
  --focus: #d0ae68
}

::selection {
  background: #d0ae68;
  color: #102820
}

.btn:focus-visible,
.main-nav a:focus-visible,
.text-link:focus-visible,
.card-link:focus-visible,
.site-footer a:focus-visible,
.cookie-btn:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px
}

.reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease var(--reveal-delay), transform .55s cubic-bezier(.2, .8, .2, 1) var(--reveal-delay)
}

.reveal-item.is-revealed {
  opacity: 1;
  transform: none
}

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

  *,
  *:before,
  *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important
  }

  .reveal-item {
    opacity: 1;
    transform: none
  }
}

.home-hero {
  background: #f7f5ef;
  padding: 65px 0 70px;
  overflow: hidden
}

.home-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center
}

.home-hero-copy h1 {
  font-size: clamp(43px, 5.5vw, 69px);
  line-height: 1.02;
  letter-spacing: -.075em;
  margin: 0 0 24px;
  max-width: 610px
}

.home-hero-copy h1 em {
  font-style: normal;
  color: #255e4d;
  position: relative
}

.home-hero-copy h1 em:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 7px;
  border-radius: 50%;
  background: #d7b97980;
  z-index: -1
}

.home-hero-lead {
  font-size: 17px;
  color: var(--muted);
  max-width: 545px;
  margin-bottom: 30px
}

.home-hero-points {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600
}

.home-hero-points b {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #dbe9dc;
  color: #34724e;
  margin-right: 5px
}

.home-hero-visual {
  position: relative;
  padding: 0 0 22px 24px
}

.hero-image-frame {
  position: relative;
  border-radius: 240px 14px 14px 14px;
  overflow: hidden;
  box-shadow: 0 24px 70px #10282020;
  background: #dfe9e1
}

.hero-image-frame:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 48%, #1028201a)
}

.hero-image-frame img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover
}

.image-stamp {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: #d0ae68;
  color: #102820;
  font: 800 19px/1 Manrope;
  transform: rotate(9deg)
}

.image-stamp small {
  display: block;
  font: 600 8px 'DM Sans';
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 3px
}

.hero-floating-card {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 15px 35px #1028201c;
  padding: 14px 15px;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 220px
}

.floating-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9efe9;
  color: #b48d48
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block
}

.hero-floating-card strong {
  font: 700 13px Manrope
}

.hero-floating-card small {
  font-size: 11px;
  color: var(--muted)
}

.floating-arrow {
  color: var(--gold);
  margin-left: auto
}

.home-stats {
  background: #e8eee8;
  border-top: 1px solid #dbe5dc;
  border-bottom: 1px solid #dbe5dc
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 0;
  gap: 20px
}

.home-stats-grid>div {
  padding-left: 20px;
  border-left: 2px solid #c0d2c3
}

.home-stats-grid strong {
  display: block;
  font: 800 26px Manrope;
  letter-spacing: -.06em;
  color: #255e4d
}

.home-stats-grid strong span {
  color: var(--gold)
}

.home-stats-grid span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px
}

.home-services {
  background: #fff
}

.home-section-head {
  margin-bottom: 35px
}

.dark-link {
  color: var(--green-2);
  display: inline-block;
  margin-top: 19px
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.home-service-card {
  min-height: 245px;
  padding: 22px;
  background: #fafbf8;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition: .28s;
  position: relative
}

.home-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px #10282012;
  border-color: #bdd1c3
}

.home-service-card.featured {
  background: #eaf0ea;
  border-color: #d3e1d4
}

.service-card-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #e1eae2;
  color: #27634f;
  font-size: 20px;
  margin-bottom: 28px
}

.home-service-card>div:nth-child(2) {
  margin-top: auto
}

.home-service-card>div span {
  font: 700 10px Manrope;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: #7c8e85
}

.home-service-card h3 {
  font-size: 19px;
  line-height: 1.15;
  margin: 8px 0
}

.home-service-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 0
}

.home-service-card>b {
  position: absolute;
  right: 19px;
  top: 21px;
  color: var(--gold);
  font-size: 19px
}

.home-why {
  background: #102d26;
  color: #fff;
  padding: 78px 0 72px
}

.home-why-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 40px
}

.home-why .eyebrow {
  color: #d4b77e
}

.home-why h2 {
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -.06em;
  margin: 0
}

.home-why-head>p {
  color: #b9cdc1;
  max-width: 430px;
  font-size: 14px;
  margin: 0
}

.home-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24
}

.home-why-grid>div {
  padding: 25px 20px 5px;
  border-right: 1px solid #ffffff1b;
  position: relative;
  min-height: 210px
}

.home-why-grid>div:last-child {
  border-right: 0
}

.why-number {
  display: block;
  font: 700 10px Manrope;
  color: #d4b77e;
  margin-bottom: 22px
}

.why-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid #709082;
  border-radius: 50%;
  color: #d4b77e;
  margin-bottom: 24px
}

.home-why h3 {
  font-size: 15px;
  margin-bottom: 9px
}

.home-why p {
  font-size: 12px;
  color: #b0c6ba;
  line-height: 1.65;
  margin: 0
}

.home-proof {
  background: #f7f5ef
}

.home-proof-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 14px
}

.proof-tile {
  min-height: 270px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #173b31;
  display: block
}

.proof-tile img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  opacity: .78;
  transition: .35s
}

.proof-tile:after {
  content: '';
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, #102820d9)
}

.proof-tile:hover img {
  transform: scale(1.04);
  opacity: .92
}

.proof-tile>div {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff
}

.proof-tile span {
  display: block;
  color: #d4b77e;
  font: 700 10px Manrope;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 7px
}

.proof-tile strong {
  font: 700 16px Manrope;
  line-height: 1.2
}

.home-proof-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted)
}

.home-video {
  background: #fff
}

.home-video-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 62px;
  align-items: center
}

.home-video h2 {
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -.06em
}

.home-video p {
  color: var(--muted);
  max-width: 410px
}

.video-shell {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #102d26;
  box-shadow: var(--shadow)
}

.video-shell video {
  display: block;
  width: 100%;
  height: 315px;
  object-fit: cover
}

.video-caption {
  position: absolute;
  left: 15px;
  bottom: 14px;
  background: #fff;
  color: var(--green);
  border-radius: 3px;
  padding: 7px 10px;
  font: 700 10px Manrope
}

.home-testimonial {
  background: #e8eee8
}

.home-testimonial .quote {
  max-width: 780px;
  font-size: 29px
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 25px
}

.testimonial-avatar {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #718d80;
  color: #fff;
  font: 700 13px Manrope
}

.testimonial-meta strong,
.testimonial-meta small {
  display: block
}

.testimonial-meta strong {
  font: 700 12px Manrope
}

.testimonial-meta small {
  font-size: 11px;
  color: var(--muted)
}

.home-final-cta {
  background: #1c604f;
  color: #fff;
  padding: 60px 0
}

.home-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px
}

.home-final-cta .eyebrow {
  color: #d5b879
}

.home-final-cta h2 {
  font-size: 39px;
  line-height: 1.07;
  letter-spacing: -.06em;
  margin-bottom: 13px
}

.home-final-cta p {
  color: #c2d9cc;
  margin: 0
}

.home-final-cta .btn-light {
  background: #f2eee4;
  color: var(--green)
}

@media(max-width:1000px) {
  .home-hero-grid {
    gap: 35px
  }

  .home-service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .home-why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .home-why-grid>div:nth-child(2) {
    border-right: 0
  }

  .home-why-grid>div:nth-child(-n+2) {
    border-bottom: 1px solid #ffffff1b
  }

  .home-why-grid>div:nth-child(3) {
    padding-top: 25px
  }

  .home-proof-grid {
    grid-template-columns: 1fr 1fr
  }

  .proof-tile-large {
    grid-column: 1/-1
  }

  .home-video-grid {
    gap: 35px
  }
}

@media(max-width:700px) {
  .home-hero {
    padding: 48px 0 55px
  }

  .home-hero-grid {
    grid-template-columns: 1fr
  }

  .home-hero-copy h1 {
    font-size: 47px
  }

  .home-hero-points {
    gap: 12px
  }

  .home-hero-visual {
    padding-left: 10px
  }

  .hero-image-frame {
    border-radius: 130px 12px 12px 12px
  }

  .hero-image-frame img {
    height: 330px
  }

  .image-stamp {
    top: 17px;
    right: 17px;
    width: 66px;
    height: 66px;
    font-size: 16px
  }

  .hero-floating-card {
    left: 0
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
  }

  .home-stats-grid>div {
    padding-left: 13px
  }

  .home-section-head,
  .home-why-head {
    display: block
  }

  .home-why h2 {
    font-size: 35px
  }

  .home-why-head>p {
    margin-top: 20px
  }

  .home-service-grid,
  .home-proof-grid,
  .home-video-grid {
    grid-template-columns: 1fr
  }

  .proof-tile-large {
    grid-column: auto
  }

  .home-proof-footer {
    display: block
  }

  .home-proof-footer .text-link {
    margin-top: 10px
  }

  .home-video h2 {
    font-size: 34px
  }

  .video-shell video {
    height: 240px
  }

  .home-final-cta-inner {
    display: block
  }

  .home-final-cta h2 {
    font-size: 34px
  }

  .home-final-cta .btn {
    margin-top: 24px
  }
}

.footer-brand>.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.footer-brand .brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.footer-brand .brand-copy strong {
  white-space: nowrap;
  line-height: 1.05
}

.footer-brand .brand-logo-wrap {
  flex: none
}

@media(max-width:600px) {
  .footer-brand>.brand {
    align-items: center
  }

  .footer-brand .brand-copy strong {
    font-size: 18px
  }
}

.breadcrumbs-bar {
  background: #f7f5ef;
  border-bottom: 1px solid #e4e9e3
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: #819087;
  font-size: 11px
}

.breadcrumbs a {
  transition: color .2s
}

.breadcrumbs a:hover {
  color: var(--green)
}

.breadcrumbs-separator {
  color: #c6a66a;
  font-size: 14px
}

.breadcrumbs-current {
  color: var(--green);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.breadcrumbs-bar+.main-content {}

.breadcrumbs a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px
}

@media(max-width:600px) {
  .breadcrumbs {
    min-height: 42px;
    gap: 7px;
    font-size: 10px
  }

  .breadcrumbs a:first-child {
    font-weight: 600
  }

  .breadcrumbs-current {
    max-width: 185px
  }
}

/* ==========================================================================
   InteriorStudio Mockup Perfect-Pixel Styling
   ========================================================================== */

:root {
  --studio-bg: #f5f5f7;
  --studio-surface: #ffffff;
  --studio-dark: #1b1e24;
  --studio-muted: #6b7280;
  --studio-terracotta: #dc7d41;
  --studio-terracotta-hover: #c96e34;
  --studio-slate-btn: #7d8894;
  --studio-slate-btn-hover: #697480;
  --studio-font-serif: 'Playfair Display', Georgia, serif;
  --studio-font-sans: 'DM Sans', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --studio-card-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  --studio-card-shadow-hover: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.studio-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.studio-header:after {
  display: none !important;
}

.studio-header .nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.studio-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.studio-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--studio-dark);
}

.studio-brand-text {
  font-family: var(--studio-font-sans);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: var(--studio-dark);
}

.studio-brand-text span {
  color: var(--studio-terracotta);
}

.studio-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.studio-nav a {
  font-family: var(--studio-font-sans);
  font-size: 15px;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}

.studio-nav a:hover {
  color: var(--studio-dark);
}

.studio-nav a.is-active {
  color: var(--studio-dark);
  font-weight: 600;
}

.studio-nav a.is-active::after {
  content: '' !important;
  position: absolute !important;
  bottom: -4px !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: var(--studio-dark) !important;
  border-radius: 2px !important;
}

.studio-nav a:not(.is-active)::after {
  display: none !important;
}

.btn-header-terracotta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--studio-terracotta);
  color: #ffffff !important;
  font-family: var(--studio-font-sans);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(220, 125, 65, 0.28);
  transition: all 0.25s ease;
}

.btn-header-terracotta:hover {
  background-color: var(--studio-terracotta-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(220, 125, 65, 0.36);
}

/* Studio Hero Section */
.studio-hero-section {
  background: #f1f2f4;
  position: relative;
  overflow: hidden;
  padding: 60px 0 100px;
}

.studio-hero-botanical {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 380px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.studio-hero-container {
  position: relative;
  z-index: 2;
}

.studio-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}

.studio-hero-copy {
  padding-right: 20px;
}

.studio-hero-title {
  font-family: var(--studio-font-serif);
  font-size: clamp(34px, 3.6vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--studio-dark);
  margin: 0 0 16px;
}

.studio-hero-subtitle {
  font-family: var(--studio-font-sans);
  font-size: 16.5px;
  font-weight: 400;
  color: #626c7a;
  line-height: 1.5;
  margin: 0 0 30px;
  max-width: 440px;
}

.btn-studio-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--studio-terracotta);
  color: #ffffff !important;
  font-family: var(--studio-font-sans);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(220, 125, 65, 0.32);
  transition: all 0.25s ease;
}

.btn-studio-primary:hover {
  background-color: var(--studio-terracotta-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 125, 65, 0.42);
}

.studio-hero-visual {
  position: relative;
}

.studio-hero-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.studio-hero-img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

/* 3 Floating Features Row */
.studio-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: -65px;
  position: relative;
  z-index: 10;
}

.studio-feature-card {
  background: var(--studio-surface);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: var(--studio-card-shadow);
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.studio-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--studio-card-shadow-hover);
}

.studio-feature-thumb {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-feature-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.studio-feature-title {
  font-family: var(--studio-font-sans);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--studio-dark);
  margin: 0 0 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.studio-feature-desc {
  font-family: var(--studio-font-sans);
  font-size: 11px;
  color: #7b8593;
  line-height: 1.35;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-studio-pill-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--studio-slate-btn);
  color: #ffffff !important;
  font-family: var(--studio-font-sans);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 18px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-studio-pill-gray:hover {
  background-color: var(--studio-slate-btn-hover);
}

/* Featured Collections Section */
.studio-collections-section {
  padding: 95px 0 85px;
  background: #ffffff;
}

.studio-section-header {
  margin-bottom: 30px;
}

.studio-section-title {
  font-family: var(--studio-font-serif);
  font-size: 36px;
  font-weight: 600;
  color: var(--studio-dark);
  margin: 0;
  letter-spacing: -0.3px;
}

.studio-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.studio-collection-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px 10px 16px;
  border: 1px solid #eeeeef;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.studio-collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.studio-collection-img-box {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f6;
  margin-bottom: 14px;
}

.studio-collection-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.studio-collection-card:hover .studio-collection-img-box img {
  transform: scale(1.05);
}

.studio-collection-content {
  padding: 0 4px;
}

.studio-collection-heading {
  font-family: var(--studio-font-sans);
  font-size: 16.5px;
  font-weight: 700;
  color: var(--studio-dark);
  margin: 0 0 5px;
}

.studio-collection-desc {
  font-family: var(--studio-font-sans);
  font-size: 12px;
  color: #717d8e;
  line-height: 1.45;
  margin: 0;
}

/* Latest Arrivals Section */
.studio-arrivals-section {
  background-image: linear-gradient(135deg, rgba(32, 20, 14, 0.94) 0%, rgba(20, 12, 8, 0.92) 100%), url('../images/interior/wood-bg-table.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 85px 0 95px;
  color: #ffffff;
  position: relative;
}

.studio-arrivals-container {
  position: relative;
  z-index: 2;
}

.studio-arrivals-layout {
  display: grid;
  grid-template-columns: 0.9fr 2.1fr;
  gap: 50px;
  align-items: center;
}

.studio-arrivals-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.studio-arrivals-title {
  font-family: var(--studio-font-serif);
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.3px;
}

.studio-arrivals-lead {
  font-family: var(--studio-font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
  max-width: 320px;
}

.studio-arrivals-rustic-decor {
  margin-top: 32px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 220px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.studio-rustic-img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

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

.studio-product-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 14px 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.studio-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.38);
}

.studio-product-img-wrap {
  width: 100%;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.studio-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.studio-product-card:hover .studio-product-img-wrap img {
  transform: scale(1.04);
}

.studio-product-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.studio-product-name {
  font-family: var(--studio-font-sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--studio-dark);
  margin: 0 0 4px;
}

.studio-product-text {
  font-family: var(--studio-font-sans);
  font-size: 11.5px;
  color: #727d8d;
  line-height: 1.4;
  margin: 0 0 16px;
}

.btn-studio-product {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--studio-terracotta);
  color: #ffffff !important;
  font-family: var(--studio-font-sans);
  font-size: 13px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-studio-product:hover {
  background-color: var(--studio-terracotta-hover);
  transform: translateY(-1px);
}

/* Responsive Media Queries */
@media (max-width: 1080px) {
  .studio-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .studio-hero-title {
    font-size: 44px;
  }

  .studio-hero-img {
    height: 360px;
  }

  .studio-collections-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .studio-arrivals-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .studio-arrivals-intro {
    flex-direction: row;
    align-items: center;
  }

  .studio-arrivals-rustic-decor {
    margin-top: 0;
  }
}

.mobile-nav-cta {
  display: none !important;
}

@media (max-width: 820px) {
  .desktop-only-action {
    display: none !important;
  }

  .studio-nav {
    display: none;
  }

  .studio-nav.open {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-bottom: 1px solid #eeeeef;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 100;
  }

  .studio-nav.open a {
    width: 100%;
    padding: 4px 0;
  }

  .mobile-nav-cta {
    display: block !important;
    width: 100%;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
  }

  .mobile-nav-cta .btn-header-terracotta {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .studio-menu-toggle {
    display: flex;
    background: none;
    border: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
  }

  .studio-menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--studio-dark);
    transition: 0.25s;
  }

  .studio-features-row {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .studio-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .studio-hero-copy {
    padding-right: 0;
  }

  .studio-arrivals-products-grid {
    grid-template-columns: 1fr;
  }

  .studio-arrivals-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .studio-arrivals-rustic-decor {
    margin-top: 24px;
  }
}

/* ==========================================================================
   Wastix Dark Green Mockup Footer Styling
   ========================================================================== */

.wastix-footer {
  background-color: #06251b;
  color: #ffffff;
  padding: 65px 0 30px;
  position: relative;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
}

.wastix-newsletter-bar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 24px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 55px;
}

.wastix-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.wastix-brand-text {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.4px;
}

.wastix-brand-text span {
  color: #3fa723;
}

.wastix-newsletter-heading h2 {
  font-family: var(--studio-font-serif, 'Playfair Display', Georgia, serif);
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}

.wastix-newsletter-form {
  margin: 0;
}

.wastix-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wastix-email-input {
  background-color: #113c2d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 12px 18px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: #ffffff;
  min-width: 230px;
  outline: none;
  transition: border-color 0.2s ease;
}

.wastix-email-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.wastix-email-input:focus {
  border-color: #3fa723;
}

.wastix-subscribe-btn {
  background-color: #3fa723;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.wastix-subscribe-btn:hover {
  background-color: #348f1c;
  transform: translateY(-1px);
}

.wastix-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 1.1fr 1.2fr;
  gap: 40px;
  margin-bottom: 45px;
}

.wastix-col-title {
  font-family: var(--studio-font-serif, 'Playfair Display', Georgia, serif);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px;
}

.wastix-about-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #a4c2b4;
  margin: 0 0 14px;
}

.wastix-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wastix-links-list a {
  font-size: 13.5px;
  color: #a4c2b4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.wastix-links-list a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.wastix-hours-intro {
  font-size: 13.5px;
  line-height: 1.6;
  color: #a4c2b4;
  margin: 0 0 16px;
}

.wastix-hour-row {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
}

.wastix-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wastix-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #a4c2b4;
}

.wastix-contact-list a {
  color: #a4c2b4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wastix-contact-list a:hover {
  color: #ffffff;
}

.wastix-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3fa723;
}

.wastix-socials-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wastix-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0e3b2c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wastix-social-btn:hover {
  background-color: #3fa723;
  border-color: #3fa723;
  transform: translateY(-2px);
}

.wastix-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: #769e8d;
}

.wastix-legal-links {
  display: flex;
  gap: 18px;
}

.wastix-legal-links a {
  color: #769e8d;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wastix-legal-links a:hover {
  color: #ffffff;
}

@media (max-width: 950px) {
  .wastix-newsletter-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .wastix-input-group {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .wastix-email-input {
    min-width: 0;
    width: 100%;
  }

  .wastix-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .wastix-footer-grid {
    grid-template-columns: 1fr;
  }

  .wastix-bottom-bar {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}

/* ============================================================
   TARIFS PAGE - Premium / Pixel-perfect styles (pt- namespace)
   ============================================================ */

/* ---------- shared tokens ---------- */
.pt-eyebrow {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 14px;
}

/* ============================================================
   TARIFS PAGE - DARK HERO (unique vs autres pages)
   ============================================================ */
.pt-hero-dark {
  position: relative;
  background: #111827;
  padding: 52px 0 0;
  overflow: hidden;
}

/* Decorative subtle grid background */
.pt-hero-dark-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

.pt-hero-dark>.container {
  position: relative;
  z-index: 1;
}

/* Trust badges bar */
.pt-dark-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.pt-dark-badge-official {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.25);
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}

.pt-dark-badge-germany {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(224, 123, 58, 0.12);
  color: #e07b3a;
  border: 1px solid rgba(224, 123, 58, 0.25);
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}

.pt-dark-badge-update {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  color: #6b7280;
}

/* Dark hero grid */
.pt-hero-dark-grid {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 48px;
  align-items: start;
}

/* Mode solo : sans carte à droite */
.pt-hero-dark-solo {
  max-width: 680px;
  padding-bottom: 52px;
}

.pt-hero-dark-left {
  padding-top: 10px;
  padding-bottom: 40px;
}

.pt-hero-dark-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f9fafb;
  margin: 0 0 16px;
}

.pt-hero-dark-accent {
  color: #e07b3a;
  display: block;
}

.pt-hero-dark-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.65;
  max-width: 360px;
  margin-bottom: 28px;
}

/* Inline stats */
.pt-dark-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 26px;
}

.pt-dark-stat {
  flex: 1;
  text-align: center;
}

.pt-dark-stat strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.pt-dark-stat span {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  color: #6b7280;
  margin-top: 3px;
}

.pt-dark-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin: 0 4px;
}

/* Dark hero buttons */
.pt-dark-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pt-dark-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e07b3a;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(224, 123, 58, 0.3);
  transition: all 0.22s ease;
}

.pt-dark-btn-primary:hover {
  background: #c96b2b;
  transform: translateY(-2px);
}

.pt-dark-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #d1d5db;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.pt-dark-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* Responsive dark hero */
@media (max-width: 1024px) {
  .pt-hero-dark-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pt-hero-dark-left {
    padding-bottom: 0;
  }

  .pt-hero-dark-sub {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .pt-dark-stats {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .pt-dark-stat-sep {
    width: 100%;
    height: 1px;
    margin: 0;
  }

  .pt-dark-stat {
    text-align: left;
  }
}


/* buttons */
.pt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 7px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .22s ease;
}

.pt-btn-primary {
  background: #111827;
  color: #fff;
}

.pt-btn-primary:hover {
  background: #1f2937;
  transform: translateY(-2px);
}

.pt-btn-ghost {
  background: transparent;
  border: 1.5px solid #d1d5db;
  color: #374151;
}

.pt-btn-ghost:hover {
  border-color: #9ca3af;
  background: #f3f4f6;
}

/* ---- Featured card ---- */
.pt-featured-card {
  display: grid;
  grid-template-columns: 210px 1.25fr 1fr;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  margin-bottom: 0;
}

/* photo col */
.pt-featured-img {
  position: relative;
  overflow: hidden;
  background: #111;
  min-height: 280px;
}

.pt-featured-img img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pt-featured-img-overlay {
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
}

.pt-wa-badge {
  width: 100%;
  max-width: 170px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 2px;
}

/* info col */
.pt-featured-info {
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #f0f0f0;
}

.pt-featured-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.pt-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 30px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
}

.pt-badge-popular {
  background: #e07b3a;
  color: #fff;
}

.pt-badge-cat {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

.pt-featured-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 6px;
}

.pt-featured-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.pt-featured-desc {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pt-featured-sep {
  height: 1px;
  background: #f0f0f0;
  margin-bottom: 16px;
}

.pt-featured-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pt-price-label {
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pt-price-big {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.pt-btn-cta-orange {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e07b3a;
  color: #fff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .22s ease;
  box-shadow: 0 4px 16px rgba(224, 123, 58, .28);
}

.pt-btn-cta-orange:hover {
  background: #c96b2b;
  transform: translateY(-2px);
}

/* summary col */
.pt-summary-box {
  padding: 24px 20px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pt-summary-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 14px;
}

.pt-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex: 1;
  margin-bottom: 18px;
}

.pt-summary-cell {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pt-summary-sublabel {
  display: block;
  font-size: 10.5px;
  color: #9ca3af;
  margin-bottom: 2px;
}

.pt-summary-val {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.pt-summary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #111827;
  color: #fff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .22s ease;
}

.pt-summary-cta:hover {
  background: #1f2937;
  transform: translateY(-2px);
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.pt-strip {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 0;
}

.pt-strip-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.pt-strip-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pt-strip-item strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.04em;
}

.pt-strip-item span {
  font-size: 12px;
  color: #6b7280;
}

.pt-strip-sep {
  width: 1px;
  height: 36px;
  background: #e5e7eb;
  flex-shrink: 0;
}

.pt-strip-tagline {
  margin-left: auto;
  font-size: 13px;
  color: #9ca3af;
  font-style: italic;
}

/* ============================================================
   CATALOGUE GRID
   ============================================================ */
.pt-catalogue {
  padding: 80px 0 90px;
  background: #f9f8f5;
}

.pt-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 30px;
}

.pt-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 1.15;
  letter-spacing: -.04em;
  margin: 0;
}

.pt-section-intro {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}

/* 3-column grid */
.pt-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ---- individual card ---- */
.pt-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.pt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .11);
}

/* photo */
.pt-card-photo {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #1a1a2e;
}

.pt-card-photo>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .4s ease;
}

.pt-card:hover .pt-card-photo>img {
  transform: scale(1.04);
}

.pt-card-photo-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pt-card-wa {
  width: 90px;
  border-radius: 6px;
  display: block;
}

/* body */
.pt-card-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pt-card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.pt-card-code-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.pt-card-cat-label {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
}

.pt-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.pt-card-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0 0 16px;
}

/* feature list */
.pt-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.pt-card-features li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}

.pt-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  flex-shrink: 0;
}

/* card footer */
.pt-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
  gap: 12px;
}

.pt-card-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.04em;
}

.pt-btn-details {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #e07b3a;
  color: #fff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .22s ease;
  box-shadow: 0 3px 12px rgba(224, 123, 58, .25);
}

.pt-btn-details:hover {
  background: #c96b2b;
  transform: translateY(-1px);
}

/* ============================================================
   REASSURANCE
   ============================================================ */
.pt-reassurance {
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.pt-reassurance-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.pt-reassurance-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 0 0 16px;
}

.pt-reassurance-sub {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.65;
  max-width: 440px;
  margin-bottom: 28px;
}

.pt-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pt-step {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #f3f4f6;
}

.pt-step:last-child {
  border-bottom: none;
}

.pt-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff7ed;
  border: 1.5px solid #fed7aa;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 800;
  color: #e07b3a;
  flex-shrink: 0;
}

.pt-step>div>strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.pt-step>div>p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   FAQ
   ============================================================ */
.pt-faq {
  padding: 85px 0;
  background: #f9f8f5;
}

.pt-faq-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
  letter-spacing: -.04em;
  margin: 0 0 36px;
}

.pt-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pt-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 22px 18px;
  border-top: 3px solid #e07b3a;
}

.pt-faq-item summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pt-faq-item summary::-webkit-details-marker {
  display: none;
}

.pt-faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: #e07b3a;
}

.pt-faq-item[open] summary::after {
  content: '−';
}

.pt-faq-item p {
  font-size: 13.5px;
  color: #6b7280;
  margin: 14px 0 0;
  line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .pt-featured-card {
    grid-template-columns: 200px 1fr 200px;
  }

  .pt-hero-grid {
    grid-template-columns: 1fr 1.8fr;
    gap: 36px;
  }

  .pt-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pt-hero-grid {
    grid-template-columns: 1fr;
  }

  .pt-featured-card {
    grid-template-columns: 1fr;
  }

  .pt-featured-img {
    height: 240px;
  }

  .pt-reassurance-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pt-faq-grid {
    grid-template-columns: 1fr;
  }

  .pt-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .pt-strip-tagline {
    display: none;
  }

  .pt-summary-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================================
   PREMIUM BREADCRUMBS STYLING
   ============================================================ */
.breadcrumbs-bar {
  background: #fdfdfc;
  border-bottom: 1px solid #eeece6;
  padding: 10px 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: auto;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  color: #6b7280;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  border-radius: 4px;
}

.breadcrumbs a:hover {
  color: #e07b3a;
  background: #f4f3ef;
}

.breadcrumb-home svg {
  color: #9ca3af;
  transition: color 0.2s ease;
}

.breadcrumb-home:hover svg {
  color: #e07b3a;
}

.breadcrumbs-separator {
  color: #d1d5db;
  font-size: 13px;
  font-weight: 400;
  margin: 0 1px;
  user-select: none;
}

.breadcrumbs-current {
  color: #111827;
  font-weight: 700;
  background: #f3f4f6;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}

/* ============================================================
   PRODUCT DETAIL PAGE (PDP) - HAUTE FIDÉLITÉ & DESIGN ÉPURÉ
   ============================================================ */

/* Hero & General Wrapper */
.pdp-hero {
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6;
  padding: 36px 0 56px;
  position: relative;
}

/* Category Quick Switcher */
.pdp-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e7e5dd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  overflow-x: auto;
  scrollbar-width: none;
}

.pdp-switcher::-webkit-scrollbar {
  display: none;
}

.pdp-switcher-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
}

.pdp-switcher-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f4f3f0;
  border: 1px solid transparent;
  color: #4b5563;
  text-decoration: none;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.pdp-pill-code {
  font-weight: 800;
  color: #111827;
}

.pdp-pill:hover {
  background: #ebe9e3;
  color: #111827;
}

.pdp-pill.is-active {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

.pdp-pill.is-active .pdp-pill-code {
  color: #e07b3a;
}

/* Hero Grid Layout */
.pdp-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Badges */
.pdp-badges-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.pdp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pdp-badge-category {
  background: #e07b3a;
  color: #ffffff;
}

.pdp-badge-promo {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
}

.pdp-badge-status {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.pdp-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

/* Titles and Typography */
.pdp-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.pdp-hero-lead {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 580px;
}

/* Specs Grid */
.pdp-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.pdp-spec-card {
  background: #ffffff;
  border: 1px solid #e7e5dd;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.pdp-spec-label {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8b92a0;
  margin-bottom: 4px;
}

.pdp-spec-value {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
}

/* Guarantee bar */
.pdp-guarantee-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e5dd;
}

.pdp-guar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

/* Right Visual & Pricing Card */
.pdp-card-wrap {
  position: sticky;
  top: 90px;
}

.pdp-main-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pdp-card-media {
  position: relative;
  height: 250px;
  background: #111827;
  overflow: hidden;
}

.pdp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.4s ease;
}

.pdp-main-card:hover .pdp-card-img {
  transform: scale(1.03);
}

.pdp-card-badge-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #111827;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.pdp-card-body {
  padding: 26px 24px;
}

.pdp-card-price-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.pdp-price-legend {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b92a0;
  margin-bottom: 2px;
}

.pdp-price-amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pdp-price-amount strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 38px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pdp-price-amount del {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  color: #9ca3af;
  font-weight: 500;
}

.pdp-price-tag {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 600;
  color: #4b5563;
}

/* Actions in Card */
.pdp-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.pdp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 10px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
}

.pdp-btn-primary {
  background: #e07b3a;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(224, 123, 58, 0.3);
}

.pdp-btn-primary:hover {
  background: #c96b2b;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(224, 123, 58, 0.4);
}

.pdp-btn-wa {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}

.pdp-btn-wa:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

.pdp-card-perks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pdp-perk {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  color: #4b5563;
}

/* Content Details Section */
.pdp-content-section {
  padding: 64px 0 80px;
  background: #ffffff;
}

.pdp-details-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: start;
}

.pdp-box {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e7e5dd;
  padding: 36px 32px;
  margin-bottom: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.pdp-eyebrow-accent {
  display: inline-block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #e07b3a;
  margin-bottom: 8px;
}

.pdp-box-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.pdp-prose p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.pdp-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 28px 0;
}

.pdp-subtitle {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 18px;
}

/* Inclusions Grid */
.pdp-included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pdp-included-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fcfbf9;
  border: 1px solid #eeece6;
  border-radius: 12px;
  padding: 14px 16px;
}

.pdp-inc-icon {
  background: #fff4ed;
  color: #e07b3a;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pdp-included-item strong {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2px;
}

.pdp-included-item span {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #6b7280;
  line-height: 1.4;
}

/* Steps Timeline */
.pdp-steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 14px;
}

.pdp-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.pdp-step-marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.25);
}

.pdp-step-body h4 {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}

.pdp-step-body p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

/* Sidebar Styling */
.pdp-aside-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e7e5dd;
  padding: 30px 26px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.pdp-aside-badge {
  display: inline-block;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 12px;
}

.pdp-aside-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.pdp-aside-intro {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 18px;
}

.pdp-doc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pdp-doc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #374151;
  line-height: 1.45;
}

.pdp-doc-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.pdp-aside-alert {
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pdp-aside-alert svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.pdp-aside-alert p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #92400e;
  line-height: 1.45;
  margin: 0;
}

/* Support Card */
.pdp-support-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.pdp-avatar-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f4f3f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-avatar-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pdp-online-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #10b981;
  border: 2px solid #ffffff;
}

.pdp-support-header strong {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pdp-support-header small {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #6b7280;
}

.pdp-support-text {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pdp-btn-outline-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  background: transparent;
  color: #111827;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pdp-btn-outline-full:hover {
  border-color: #111827;
  background: #f9fafb;
}

/* Other categories section */
.pdp-other-cats {
  background: #fcfbf9;
  border-top: 1px solid #eeece6;
  padding: 60px 0 70px;
}

.pdp-section-head-center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.pdp-title-center {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.pdp-intro-center {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #6b7280;
  margin: 0;
}

.pdp-other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pdp-mini-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e7e5dd;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.pdp-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pdp-mini-media {
  position: relative;
  height: 150px;
  background: #111;
}

.pdp-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-mini-code {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #111827;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  padding: 3px 9px;
  border-radius: 6px;
}

.pdp-mini-body {
  padding: 18px 20px;
}

.pdp-mini-eyebrow {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e07b3a;
  margin-bottom: 4px;
}

.pdp-mini-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
}

.pdp-mini-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.pdp-mini-price small {
  display: block;
  font-size: 10px;
  color: #9ca3af;
}

.pdp-mini-price strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: #111827;
  font-weight: 800;
}

.pdp-mini-link {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #e07b3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pdp-mini-link:hover {
  color: #c96b2b;
}

/* CTA Band */
.pdp-cta-band {
  background: #111827;
  color: #ffffff;
  padding: 56px 0;
}

.pdp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.pdp-eyebrow-light {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 8px;
}

.pdp-cta-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.pdp-cta-text p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #9ca3af;
  max-width: 540px;
  margin: 0;
  line-height: 1.55;
}

.pdp-cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.pdp-btn-white {
  background: #ffffff;
  color: #111827;
}

.pdp-btn-white:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}

.pdp-btn-transparent {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}

.pdp-btn-transparent:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* Responsive PDP */
@media (max-width: 1024px) {
  .pdp-hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 32px;
  }

  .pdp-details-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pdp-other-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdp-card-wrap {
    position: static;
  }
}

@media (max-width: 768px) {
  .pdp-hero-grid {
    grid-template-columns: 1fr;
  }

  .pdp-included-grid {
    grid-template-columns: 1fr;
  }

  .pdp-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pdp-other-grid {
    grid-template-columns: 1fr;
  }

  .pdp-specs-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SERVICE DETAIL / PERMIS PAGES (SD) - STYLING HAUTE FIDÉLITÉ
   ============================================================ */

/* Hero Section */
.sd-hero {
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6;
  padding: 34px 0 54px;
}

.sd-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e7e5dd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  overflow-x: auto;
  scrollbar-width: none;
}

.sd-switcher::-webkit-scrollbar {
  display: none;
}

.sd-switcher-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
}

.sd-switcher-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sd-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f4f3f0;
  border: 1px solid transparent;
  color: #4b5563;
  text-decoration: none;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.sd-pill-code {
  font-weight: 800;
  color: #111827;
}

.sd-pill:hover {
  background: #ebe9e3;
  color: #111827;
}

.sd-pill.is-active {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

.sd-pill.is-active .sd-pill-code {
  color: #e07b3a;
}

/* Hero Grid */
.sd-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

.sd-badges-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.sd-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
}

.sd-badge-main {
  background: #e07b3a;
  color: #ffffff;
}

.sd-badge-status {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.sd-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.sd-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.sd-hero-lead {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 22px;
}

.sd-hero-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #e7e5dd;
  border-radius: 12px;
}

.sd-highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #374151;
}

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

.sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 9px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
}

.sd-btn-primary {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.2);
}

.sd-btn-primary:hover {
  background: #1f2937;
  transform: translateY(-2px);
}

.sd-btn-gold {
  background: #e07b3a;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(224, 123, 58, 0.28);
}

.sd-btn-gold:hover {
  background: #c96b2b;
  transform: translateY(-2px);
}

.sd-btn-outline {
  border: 1.5px solid #d1d5db;
  color: #374151;
  background: transparent;
}

.sd-btn-outline:hover {
  border-color: #111827;
  background: #f9fafb;
}

/* Right Visual Card */
.sd-visual-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e7e5dd;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.sd-visual-img-box {
  position: relative;
  height: 270px;
  background: #111;
  overflow: hidden;
}

.sd-visual-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-visual-pill-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(17, 24, 39, 0.85);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sd-visual-body {
  padding: 22px 24px;
}

.sd-visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sd-visual-header small {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sd-visual-header strong {
  display: block;
  font-size: 14.5px;
  color: #111827;
}

.sd-badge-secure {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}

.sd-wa-direct-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
  transition: all 0.2s ease;
}

.sd-wa-direct-btn:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

/* Section Common */
.sd-section {
  padding: 68px 0;
}

.sd-eyebrow {
  display: inline-block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 8px;
}

.sd-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 30px;
}

.sd-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}

.sd-section-intro {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: #6b7280;
  max-width: 480px;
  margin: 0;
  line-height: 1.6;
}

/* Benefits Grid */
.sd-benefits-section {
  background: #ffffff;
}

.sd-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sd-benefit-card {
  background: #fcfbf9;
  border: 1px solid #eeece6;
  border-radius: 16px;
  padding: 24px 22px;
  transition: all 0.25s ease;
}

.sd-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: #d1d5db;
}

.sd-benefit-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.sd-benefit-card h3 {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.sd-benefit-card p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

/* Dossier Checklist & Delay */
.sd-dossier-section {
  background: #fcfbf9;
  border-top: 1px solid #eeece6;
  border-bottom: 1px solid #eeece6;
}

.sd-dossier-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 54px;
  align-items: center;
}

.sd-dossier-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.sd-dossier-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
}

.sd-doc-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sd-doc-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 600;
  color: #1f2937;
}

.sd-check-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #10b981;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.sd-note-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.sd-note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sd-note-badge {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e07b3a;
}

.sd-note-delay {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.sd-note-text {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

.sd-note-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 22px 0;
}

.sd-btn-dark-full {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #111827;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 13px;
  border-radius: 9px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sd-btn-dark-full:hover {
  background: #1f2937;
  transform: translateY(-2px);
}

/* Steps Band */
.sd-steps-band {
  background: #111827;
  color: #ffffff;
  padding: 72px 0;
}

.sd-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  align-items: center;
}

.sd-eyebrow-gold {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 10px;
}

.sd-steps-left h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.sd-steps-left p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0 0 28px;
}

.sd-steps-badge-trust {
  display: inline-flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 18px;
  border-radius: 10px;
}

.sd-steps-badge-trust strong {
  font-size: 15px;
  color: #ffffff;
}

.sd-steps-badge-trust span {
  font-size: 12px;
  color: #9ca3af;
}

.sd-steps-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sd-step-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
}

.sd-step-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e07b3a;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sd-step-content h3 {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15.5px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
}

.sd-step-content p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #9ca3af;
  line-height: 1.5;
  margin: 0;
}

/* Other categories */
.sd-other-section {
  background: #ffffff;
  padding: 68px 0;
}

.sd-other-head {
  text-align: center;
  margin-bottom: 40px;
}

.sd-other-head h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.sd-other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sd-mini-card {
  background: #fcfbf9;
  border: 1px solid #eeece6;
  border-radius: 16px;
  padding: 24px 22px;
  transition: all 0.25s ease;
}

.sd-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: #d1d5db;
}

.sd-mini-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sd-mini-badge {
  background: #111827;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
}

.sd-mini-tag {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  color: #e07b3a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sd-mini-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 14px;
}

.sd-mini-price {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeece6;
}

.sd-mini-price small {
  display: block;
  font-size: 10.5px;
  color: #9ca3af;
}

.sd-mini-price strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  color: #111827;
  font-weight: 800;
}

.sd-mini-link {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  color: #e07b3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sd-mini-link:hover {
  color: #c96b2b;
}

/* Final CTA */
.sd-final-cta-section {
  padding: 0 0 60px;
  background: #ffffff;
}

.sd-final-cta-box {
  background: #111827;
  border-radius: 20px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.15);
}

.sd-eyebrow-accent {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e07b3a;
  margin-bottom: 8px;
}

.sd-final-cta-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.sd-final-cta-text p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #9ca3af;
  max-width: 520px;
  margin: 0;
  line-height: 1.55;
}

.sd-final-cta-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sd-btn-primary-large {
  background: #e07b3a;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 9px;
  box-shadow: 0 6px 20px rgba(224, 123, 58, 0.3);
}

.sd-btn-primary-large:hover {
  background: #c96b2b;
  transform: translateY(-2px);
}

.sd-btn-outline-large {
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: transparent;
  padding: 14px 22px;
  border-radius: 9px;
}

.sd-btn-outline-large:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

/* Responsive SD */
@media (max-width: 1024px) {
  .sd-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sd-dossier-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sd-steps-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sd-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-other-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .sd-benefit-grid {
    grid-template-columns: 1fr;
  }

  .sd-other-grid {
    grid-template-columns: 1fr;
  }

  .sd-final-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .sd-final-cta-btns {
    flex-direction: column;
    width: 100%;
  }

  .sd-btn-primary-large,
  .sd-btn-outline-large {
    width: 100%;
  }
}

/* ============================================================
   LEGAL PAGES (MENTIONS LÉGALES, CGU, CONFIDENTIALITÉ)
   ============================================================ */

.legal-hero {
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6;
  padding: 44px 0 40px;
}

.legal-hero-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.legal-badge-pill {
  background: #111827;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
}

.legal-badge-date {
  background: #f3f4f6;
  color: #4b5563;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
}

.legal-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.7vw, 36px);
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.legal-hero-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15.5px;
  color: #4b5563;
  max-width: 720px;
  margin: 0;
  line-height: 1.6;
}

.legal-main-section {
  padding: 54px 0 80px;
  background: #ffffff;
}

.legal-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 48px;
  align-items: start;
}

/* Legal Sidebar */
.legal-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legal-nav-card {
  background: #fcfbf9;
  border: 1px solid #eeece6;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.legal-nav-title {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e07b3a;
  margin-bottom: 14px;
}

.legal-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-nav-links a {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: #4b5563;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
  line-height: 1.4;
}

.legal-nav-links a:hover {
  background: #f3f4f6;
  color: #111827;
  font-weight: 600;
  padding-left: 12px;
}

.legal-contact-quick {
  background: #111827;
  color: #ffffff;
  border-radius: 16px;
  padding: 22px 20px;
}

.legal-contact-quick strong {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 6px;
}

.legal-contact-quick p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  color: #9ca3af;
  margin: 0 0 14px;
  line-height: 1.45;
}

.legal-mail-btn {
  display: inline-block;
  background: #e07b3a;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.legal-mail-btn:hover {
  background: #c96b2b;
}

/* Main Content Cards */
.legal-content-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.legal-card-box {
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 16px;
  padding: 34px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  scroll-margin-top: 100px;
}

.legal-section-tag {
  display: inline-block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e07b3a;
  margin-bottom: 8px;
}

.legal-card-box h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.legal-card-box p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0 0 14px;
}

.legal-card-box p:last-child {
  margin-bottom: 0;
}

.legal-card-box ul,
.legal-card-box ol {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: #4b5563;
  line-height: 1.65;
  padding-left: 20px;
  margin: 0 0 16px;
}

.legal-card-box li {
  margin-bottom: 8px;
}

/* Info Table */
.legal-info-table {
  background: #fcfbf9;
  border: 1px solid #eeece6;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.legal-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.legal-row span {
  color: #6b7280;
  font-weight: 500;
}

.legal-row strong {
  color: #111827;
  font-weight: 600;
}

/* Alert Box */
.legal-alert-box {
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0 0;
}

.legal-alert-box svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.legal-alert-box p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #92400e;
  line-height: 1.5;
  margin: 0;
}

/* Responsive Legal */
@media (max-width: 960px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .legal-sidebar {
    position: static;
  }

  .legal-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ============================================================
   HOME PAGE - PREMIUM HERO DARK + TABLEAU + RÉASSURANCE
   ============================================================ */

/* ---- Hero ---- */
.home-studio-hero {
  position: relative;
  background: #111827;
  overflow: hidden;
  padding: 52px 0 0;
}

.home-hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.home-hero-orb {
  position: absolute;
  right: -120px;
  top: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(224, 123, 58, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.home-studio-hero-inner {
  position: relative;
  z-index: 1;
}

/* Bandeau confiance */
.home-trust-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 30px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 600;
  color: #9ca3af;
  flex-wrap: wrap;
}

.home-trust-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
  flex-shrink: 0;
}

.home-trust-sep {
  color: rgba(255, 255, 255, 0.2);
}

/* Hero Grid */
.home-studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.home-studio-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #e07b3a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.home-studio-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #f9fafb;
  margin: 0 0 18px;
}

.home-studio-title-em {
  color: #e07b3a;
  display: block;
  font-style: italic;
}

.home-studio-lead {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 16px;
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
}

.home-studio-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.home-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #e07b3a;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(224, 123, 58, 0.35);
  transition: all 0.22s ease;
}

.home-btn-primary:hover {
  background: #c96b2b;
  transform: translateY(-2px);
}

.home-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #d1d5db;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 9px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.home-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.home-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #25d366;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 9px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
  transition: all 0.22s ease;
}

.home-btn-wa:hover {
  background: #1eb956;
  transform: translateY(-2px);
}

/* Micro stats */
.home-micro-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 20px;
  max-width: 460px;
}

.home-micro-stat {
  flex: 1;
  text-align: center;
}

.home-micro-stat strong {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.home-micro-stat strong span {
  color: #e07b3a;
}

.home-micro-stat small {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}

.home-micro-stat-sep {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* Hero visual */
.home-studio-visual {
  position: relative;
  padding-bottom: 32px;
}

.home-img-frame {
  position: relative;
  border-radius: 200px 16px 16px 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.home-img-frame img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.home-img-stamp {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #e07b3a;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(10deg);
  box-shadow: 0 8px 24px rgba(224, 123, 58, 0.4);
}

.home-img-stamp strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.home-img-stamp small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

.home-floating-badge {
  position: absolute;
  bottom: 0;
  left: -16px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}

.home-floating-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-floating-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.home-floating-badge small {
  display: block;
  font-size: 11px;
  color: #6b7280;
}

/* ---- Price Table ---- */
.home-table-section {
  background: #ffffff;
  padding: 64px 0;
  border-bottom: 1px solid #eeece6;
}

.home-table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 24px;
}

.home-table-eyebrow {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e07b3a;
  margin-bottom: 6px;
}

.home-table-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}

.home-table-intro {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  color: #6b7280;
  max-width: 380px;
  margin: 0;
  line-height: 1.6;
  text-align: right;
}

/* Table */
.home-price-table {
  border: 1px solid #eeece6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.hpt-head {
  display: grid;
  grid-template-columns: 90px 170px 1fr 100px 90px;
  gap: 0;
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6;
  padding: 12px 24px;
}

.hpt-head span {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
}

.hpt-head span:nth-child(4),
.hpt-head span:nth-child(5) {
  text-align: right;
}

.hpt-row {
  display: grid;
  grid-template-columns: 90px 170px 1fr 100px 90px;
  gap: 0;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f4f3f0;
  transition: background 0.18s ease;
}

.hpt-row:last-child {
  border-bottom: none;
}

.hpt-row:hover {
  background: #fafaf8;
}

.hpt-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f59e0b;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 5px;
  min-width: 30px;
}

.hpt-name strong {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.hpt-desc {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
  padding-right: 20px;
}

.hpt-price {
  text-align: right;
}

.hpt-price strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  white-space: nowrap;
}

.hpt-action {
  text-align: right;
}

.hpt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.18s ease;
}

.hpt-btn:hover {
  background: #e07b3a;
  transform: translateY(-1px);
}

/* Table footer */
.home-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  gap: 16px;
  flex-wrap: wrap;
}

.home-table-footer span {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #9ca3af;
}

.home-table-link {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #e07b3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-table-link:hover {
  color: #c96b2b;
}

/* ---- Réassurance Strip ---- */
.home-reassurance-strip {
  background: #fcfbf9;
  border-bottom: 1px solid #eeece6;
  padding: 28px 0;
}

.home-reassurance-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.home-rstrip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 36px;
  flex: 1;
  min-width: 200px;
}

.home-rstrip-item strong {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.home-rstrip-item small {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #6b7280;
}

.home-rstrip-sep {
  width: 1px;
  height: 44px;
  background: #e5e7eb;
  flex-shrink: 0;
}

/* ---- Final CTA dark ---- */
.home-final-dark-cta {
  background: #111827;
  padding: 64px 0;
}

.home-final-dark-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.home-final-dark-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e07b3a;
  margin-bottom: 10px;
}

.home-final-dark-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.home-final-dark-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  max-width: 520px;
  line-height: 1.6;
}

.home-final-dark-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* Responsive home */
@media (max-width: 1024px) {
  .home-studio-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-studio-lead {
    max-width: 100%;
  }

  .home-micro-stats {
    max-width: 100%;
  }

  .home-floating-badge {
    left: 0;
  }

  .hpt-head,
  .hpt-row {
    grid-template-columns: 60px 140px 1fr 90px 80px;
  }

  .home-table-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-table-intro {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hpt-head {
    display: none;
  }

  .hpt-row {
    grid-template-columns: 50px 1fr auto;
    grid-template-rows: auto auto;
    gap: 6px;
    padding: 14px 16px;
  }

  .hpt-code {
    grid-row: 1;
    grid-column: 1;
  }

  .hpt-name {
    grid-row: 1;
    grid-column: 2;
  }

  .hpt-desc {
    grid-row: 2;
    grid-column: 1 / 3;
    font-size: 12px;
    padding-right: 0;
  }

  .hpt-price {
    grid-row: 1;
    grid-column: 3;
    text-align: right;
  }

  .hpt-action {
    grid-row: 2;
    grid-column: 3;
    text-align: right;
  }

  .home-reassurance-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home-rstrip-item {
    padding: 0 16px;
  }

  .home-rstrip-sep {
    display: none;
  }

  .home-final-dark-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-final-dark-btns {
    width: 100%;
  }
}

/* ============================================================
   TÉMOIGNAGES & AVIS PAGE STYLES (.tm-*)
   ============================================================ */

/* Rating Summary Bar */
.tm-rating-bar-section {
  background: #ffffff;
  border-bottom: 1px solid #eeece6;
  padding: 36px 0;
}

.tm-rating-bar-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.tm-score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
}

.tm-score-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  line-height: 1;
  letter-spacing: -0.03em;
}

.tm-score-num span {
  font-size: 20px;
  font-weight: 500;
  color: #9ca3af;
}

.tm-stars {
  color: #f59e0b;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 4px 0 2px;
}

.tm-score-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}

.tm-stat-block {
  text-align: center;
  flex: 1;
  min-width: 140px;
}

.tm-stat-num {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.02em;
}

.tm-stat-label {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  margin-top: 2px;
}

.tm-stat-desc {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  color: #9ca3af;
  margin-top: 2px;
}

.tm-rating-sep {
  width: 1px;
  height: 48px;
  background: #e5e7eb;
  flex-shrink: 0;
}

/* Main Testimonials Section */
.tm-main-section {
  background: #fcfbf9;
  padding: 60px 0;
}

.tm-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 20px;
  flex-wrap: wrap;
}

.tm-eyebrow {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e07b3a;
  margin-bottom: 6px;
}

.tm-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}

/* Cards Grid */
.tm-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tm-card {
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
}

.tm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  border-color: #d1d5db;
}

.tm-featured-card {
  border-color: rgba(224, 123, 58, 0.3);
  box-shadow: 0 8px 24px rgba(224, 123, 58, 0.06);
}

.tm-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}

.tm-avatar-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.tm-avatar-m {
  background: #eff6ff;
  color: #2563eb;
  border: 1.5px solid #bfdbfe;
}

.tm-avatar-f {
  background: #fdf2f8;
  color: #db2777;
  border: 1.5px solid #fbcfe8;
}

.tm-name {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.tm-city {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
  color: #6b7280;
}

.tm-badge {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.tm-badge-b {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.tm-badge-moto {
  background: #fffbeb;
  color: #d97706;
  border: 1px solid #fde68a;
}

.tm-badge-pro {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}

.tm-badge-be {
  background: #f5f3ff;
  color: #7c3aed;
  border: 1px solid #ddd6fe;
}

.tm-badge-m {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.tm-card-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.tm-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  line-height: 1.35;
}

.tm-card-quote {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.65;
  margin: 0 0 20px;
  flex-grow: 1;
}

.tm-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f3f4f6;
  padding-top: 14px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11.5px;
}

.tm-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #059669;
  font-weight: 600;
}

.tm-date {
  color: #9ca3af;
}

/* Photo Proof Gallery */
.tm-gallery-section {
  background: #ffffff;
  padding: 60px 0;
  border-top: 1px solid #eeece6;
}

.tm-gallery-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 36px;
}

.tm-gallery-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  color: #111827;
  margin: 8px 0 10px;
  letter-spacing: -0.02em;
}

.tm-gallery-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #6b7280;
  margin: 0;
}

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

.tm-gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #eeece6;
  background: #111827;
}

.tm-gallery-item img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tm-gallery-item:hover img {
  transform: scale(1.04);
}

.tm-gallery-caption {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  color: #ffffff;
  padding: 24px 14px 10px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .tm-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tm-cards-grid {
    grid-template-columns: 1fr;
  }

  .tm-gallery-grid {
    grid-template-columns: 1fr;
  }

  .tm-rating-bar-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .tm-rating-sep {
    width: 100%;
    height: 1px;
  }
}

/* ============================================================
   FAQ PAGE ENHANCED STYLES (.faq-*)
   ============================================================ */
.faq-main-section {
  background: #fcfbf9;
  padding: 60px 0;
}

.faq-layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}

.faq-content-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq-group {
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.faq-group-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f4f6;
}

.faq-group-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(224, 123, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-group-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}

.faq-group-desc {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item-card {
  border: 1px solid #eeece6;
  border-radius: 10px;
  background: #fafaf8;
  transition: all 0.2s ease;
  overflow: hidden;
}

.faq-item-card[open] {
  background: #ffffff;
  border-color: #d1d5db;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  list-style: none;
  gap: 12px;
  user-select: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-toggle-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eeece6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.22s ease, background 0.22s ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background: #374151;
  border-radius: 2px;
}

.faq-toggle-icon::before {
  width: 10px;
  height: 2px;
}

.faq-toggle-icon::after {
  width: 2px;
  height: 10px;
  transition: transform 0.2s ease;
}

.faq-item-card[open] .faq-toggle-icon {
  background: #e07b3a;
}

.faq-item-card[open] .faq-toggle-icon::before {
  background: #ffffff;
}

.faq-item-card[open] .faq-toggle-icon::after {
  transform: scaleY(0);
}

.faq-answer {
  padding: 0 20px 18px 20px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

.faq-answer p {
  margin: 0 0 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-bullet-list {
  margin: 8px 0;
  padding-left: 20px;
}

.faq-bullet-list li {
  margin-bottom: 6px;
}

/* FAQ Sidebar */
.faq-sidebar-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 90px;
}

.faq-card-sidebar {
  background: #111827;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.faq-sidebar-badge {
  display: inline-block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e07b3a;
  margin-bottom: 12px;
}

.faq-sidebar-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}

.faq-sidebar-text {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 20px;
}

.faq-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.faq-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.faq-btn-wa:hover {
  background: #1eb956;
  transform: translateY(-1px);
}

.faq-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: #d1d5db;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.faq-btn-contact:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.faq-sidebar-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-meta-item {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  color: #9ca3af;
}

.faq-meta-item strong {
  color: #d1d5db;
}

.faq-card-dossier {
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.faq-dossier-tag {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #059669;
  display: block;
  margin-bottom: 6px;
}

.faq-card-dossier h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
}

.faq-card-dossier p {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 16px;
}

/* ============================================================
   SERVICES PAGE ENHANCED STYLES (.srv-*)
   ============================================================ */
.srv-main-section {
  background: #fcfbf9;
  padding: 60px 0;
}

.srv-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 20px;
  flex-wrap: wrap;
}

.srv-eyebrow {
  display: block;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e07b3a;
  margin-bottom: 6px;
}

.srv-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}

.srv-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.srv-trust-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}

/* Services Grid */
.srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.srv-card {
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.srv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
  border-color: #d1d5db;
}

.srv-card-media {
  position: relative;
  height: 250px;
  background: #f1f2f4;
  overflow: hidden;
}

.srv-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.3s ease;
}

.srv-card:hover .srv-card-media img {
  transform: scale(1.04);
}

.srv-badge-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(17, 24, 39, 0.85);
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  backdrop-filter: blur(4px);
}

.srv-badge-price {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #e07b3a;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.srv-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.srv-card-eyebrow {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e07b3a;
  margin-bottom: 6px;
}

.srv-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
}

.srv-card-intro {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 18px;
}

.srv-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.srv-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.45;
}

.srv-benefits-list li svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.srv-card-footer {
  display: flex;
  gap: 10px;
  border-top: 1px solid #f3f4f6;
  padding-top: 18px;
  flex-wrap: wrap;
}

.srv-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #111827;
  color: #ffffff;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 7px;
  text-decoration: none;
  flex: 1;
  justify-content: center;
  transition: all 0.2s ease;
}

.srv-btn-primary:hover {
  background: #e07b3a;
}

.srv-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fafaf8;
  color: #374151;
  border: 1px solid #eeece6;
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.srv-btn-ghost:hover {
  border-color: #d1d5db;
  background: #ffffff;
  color: #111827;
}

/* Methodological Roadmap */
.srv-roadmap-section {
  background: #ffffff;
  padding: 60px 0;
  border-top: 1px solid #eeece6;
}

.srv-roadmap-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.srv-roadmap-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  color: #111827;
  margin: 8px 0 10px;
  letter-spacing: -0.02em;
}

.srv-roadmap-sub {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  color: #6b7280;
  margin: 0;
}

.srv-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.srv-step-card {
  background: #fafaf8;
  border: 1px solid #eeece6;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  transition: transform 0.2s ease;
}

.srv-step-card:hover {
  transform: translateY(-3px);
  border-color: #d1d5db;
}

.srv-step-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  color: #e07b3a;
  line-height: 1;
  margin-bottom: 12px;
}

.srv-step-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.srv-step-text {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .faq-layout-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .faq-sidebar-col {
    position: static;
  }

  .srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .srv-roadmap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .srv-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .faq-group {
    padding: 20px;
  }
}

/* ============================================================
   COOKIE CONSENT BANNER (.cookie-banner) -  25 TDDDG & RGPD
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 480px;
  width: calc(100% - 48px);
  background: #ffffff;
  border: 1px solid #eeece6;
  border-radius: 16px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 22px 24px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.cookie-icon {
  font-size: 18px;
}

.cookie-title {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 14.5px;
  font-weight: 700;
  color: #111827;
}

.cookie-desc {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  line-height: 1.55;
  color: #6b7280;
  margin: 0;
}

.cookie-link {
  color: #e07b3a;
  text-decoration: underline;
  font-weight: 600;
  margin-left: 4px;
}

.cookie-link:hover {
  color: #c96b2b;
}

.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 6px;
}

.cookie-btn {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.cookie-secondary {
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}

.cookie-secondary:hover {
  background: #e5e7eb;
  color: #111827;
}

.cookie-primary {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.18);
}

.cookie-primary:hover {
  background: #e07b3a;
  box-shadow: 0 4px 14px rgba(224, 123, 58, 0.3);
}

@media (max-width: 600px) {
  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px);
    max-width: none;
    padding: 18px 20px;
  }

  .cookie-actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   WHATSAPP FLOATING WIDGET (.wa-floating-widget)
   ============================================================ */
.wa-floating-widget {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 99990;
}

.wa-floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
  position: relative;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.25s ease;
}

.wa-floating-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

.wa-icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}

/* Pulsing effect ring */
.wa-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.6);
  animation: waPulseAnim 2.2s infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes waPulseAnim {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Tooltip badge */
.wa-tooltip {
  position: absolute;
  right: 68px;
  background: #111827;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wa-tooltip strong {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.wa-tooltip small {
  font-family: var(--studio-font-sans, 'DM Sans', sans-serif);
  font-size: 10.5px;
  color: #25d366;
  font-weight: 600;
}

.wa-tooltip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #111827;
}

.wa-floating-btn:hover .wa-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .wa-floating-widget {
    bottom: 20px;
    right: 20px;
  }

  .wa-floating-btn {
    width: 52px;
    height: 52px;
  }

  .wa-icon {
    width: 26px;
    height: 26px;
  }

  .wa-tooltip {
    display: none;
  }
}