/*
Theme Name: Grabpfleger24
Theme URI: https://grabpfleger24.de
Author: CSPRINT / Toni Andric
Description: Maßgeschneidertes, zweisprachiges WordPress-Theme für Grabpfleger24 mit zentraler Preisverwaltung, SEO-Metadaten und Consent-Management.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: grabpfleger24
*/

:root {
  --black: #0a0d0b;
  --anthracite: #141916;
  --anthracite-soft: #1b211d;
  --forest-deep: #153c2a;
  --forest: #215e40;
  --forest-bright: #438161;
  --sage: #9bad8b;
  --sage-soft: #dce4d7;
  --paper: #f5f5ef;
  --warm-white: #fbfbf7;
  --white: #ffffff;
  --ink: #151a17;
  --muted: #667169;
  --line: rgba(21, 26, 23, 0.14);
  --light-line: rgba(255, 255, 255, 0.16);
  --background: var(--warm-white);
  --foreground: var(--ink);
  --primary: var(--forest);
  --primary-foreground: var(--white);
  --border: var(--line);
  --radius: 0.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

svg {
  display: block;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

main {
  overflow: clip;
}

.shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 30px;
  height: 1px;
  flex: 0 0 30px;
  background: currentColor;
  opacity: 0.65;
}

.eyebrow-light {
  color: #aebda9;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(180deg, rgba(6, 9, 7, 0.64), rgba(6, 9, 7, 0.08));
}

.header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.logo-link {
  justify-self: start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--forest-deep);
}

.brand-light {
  color: var(--white);
}

.brand-image {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f5ef;
}

.brand-image img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  letter-spacing: -0.035em;
}

.brand-name strong {
  font-weight: 780;
}

.brand-name em {
  margin-left: 2px;
  color: var(--sage);
  font-style: normal;
  font-weight: 800;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  position: relative;
  padding: 8px 0;
  color: #e0e5e1;
  font-size: 11px;
  font-weight: 650;
  transition: color 180ms ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 1px;
  background: var(--sage);
  transition: right 180ms ease;
}

nav a:hover {
  color: var(--white);
}

nav a:hover::after {
  right: 0;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 12, 9, 0.24);
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-switcher a {
  padding: 8px 1px;
  transition: color 180ms ease;
}

.language-switcher a:hover,
.language-switcher a[aria-current="page"] {
  color: var(--white);
}

.language-switcher span {
  color: rgba(255, 255, 255, 0.28);
}

.header-cta:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta > svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  background: var(--black);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: max(760px, 100svh);
  background:
    linear-gradient(90deg, rgba(7, 10, 8, 0.95) 0%, rgba(7, 10, 8, 0.86) 35%, rgba(7, 10, 8, 0.34) 66%, rgba(7, 10, 8, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 10, 8, 0.52) 0%, transparent 48%);
}

.hero-copy-inner {
  width: min(1220px, calc(100% - 48px));
  margin: auto;
  padding: 132px 0 82px;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(54px, 5.7vw, 82px);
  line-height: 0.98;
}

.hero h1 em {
  display: block;
  margin-top: 10px;
  color: #9db196;
  font-style: italic;
}

.hero-lead {
  max-width: 610px;
  margin: 29px 0 0;
  color: #b9c2bc;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 780;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.header-cta svg,
.stone-card > a svg,
.care-link svg,
.mobile-whatsapp svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(24, 77, 51, 0.25);
}

.button-primary:hover {
  background: #2c704e;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #dce2dd;
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.hero-proof {
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-proof > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #98a39c;
  font-size: 10px;
  line-height: 1.45;
}

.hero-proof svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: none;
  stroke: var(--sage);
  stroke-width: 2;
}

.hero-proof strong {
  display: block;
  color: #e6eae7;
  font-size: 11px;
  font-weight: 750;
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--anthracite);
}

.hero-photo > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
  filter: saturate(0.72) contrast(1.08) brightness(0.78);
}

.hero-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 11, 9, 0.24), transparent 58%),
    linear-gradient(0deg, rgba(8, 11, 9, 0.42), transparent 44%);
}

.hero-location-card {
  position: absolute;
  left: auto;
  right: max(24px, calc((100vw - 1220px) / 2));
  bottom: 36px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 13, 11, 0.75);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.location-dot {
  position: relative;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: #87b690;
  box-shadow: 0 0 0 5px rgba(135, 182, 144, 0.16);
}

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

.hero-location-card small {
  margin-bottom: 4px;
  color: #aab4ad;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-location-card strong {
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 400;
}

.hero-watermark {
  position: absolute;
  top: 105px;
  right: max(30px, calc((100vw - 1220px) / 2));
  width: 92px;
  height: 92px;
  object-fit: contain;
  opacity: 0.16;
  filter: grayscale(1) brightness(2.4);
}

.trust-bar {
  background: var(--forest-deep);
  color: var(--white);
}

.trust-grid {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  align-items: center;
}

.trust-grid p {
  margin: 0;
  color: #dbe4dd;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.trust-grid div {
  padding-left: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: #ced8d1;
  font-size: 10px;
}

.trust-grid div span {
  margin-right: 8px;
  color: #9fb49e;
  font-weight: 800;
}

.services {
  background: var(--warm-white);
}

.section-heading h2,
.pricing-heading h2,
.cleaning-copy h2,
.proof-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 1.03;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 58px;
}

.split-heading > p,
.pricing-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 32px 25px 27px;
  border-right: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:first-child {
  border-left: 1px solid var(--line);
}

.service-card:hover {
  background: var(--paper);
  transform: translateY(-4px);
}

.card-index {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
}

.card-index i {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.service-card h3 {
  margin: 55px 0 17px;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.service-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-card > strong {
  margin-top: auto;
  padding-top: 30px;
  color: var(--forest);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cleaning {
  padding: 120px 0;
  background:
    radial-gradient(circle at 100% 30%, rgba(43, 100, 69, 0.15), transparent 30%),
    var(--anthracite);
  color: var(--white);
}

.cleaning-intro {
  min-height: 610px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: var(--black);
}

.cleaning-image {
  position: relative;
  min-height: 610px;
  overflow: hidden;
}

.cleaning-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 13, 11, 0.5), transparent 42%);
}

.cleaning-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.62) contrast(1.04) brightness(0.88);
}

.cleaning-image > span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(10, 13, 11, 0.7);
  color: #ccd4ce;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}

.cleaning-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px 70px;
}

.cleaning-copy h2 {
  max-width: 600px;
  font-size: clamp(42px, 4.25vw, 61px);
}

.cleaning-copy > p {
  max-width: 560px;
  margin: 25px 0 0;
  color: #b8c2bb;
  font-size: 14px;
  line-height: 1.78;
}

.one-off-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.one-off-prices > div {
  padding: 20px 17px;
  border-right: 1px solid var(--light-line);
}

.one-off-prices > div:first-child {
  padding-left: 0;
}

.one-off-prices > div:last-child {
  border-right: 0;
}

.one-off-prices span,
.one-off-prices strong {
  display: block;
}

.one-off-prices span {
  margin-bottom: 7px;
  color: #909c94;
  font-size: 9px;
  text-transform: uppercase;
}

.one-off-prices strong {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.cleaning-note {
  margin-top: 15px;
  color: #78857d;
  font-size: 9px;
}

.stone-pricing {
  margin-top: 112px;
}

.pricing-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}

.pricing-heading > p {
  color: #9ea8a1;
}

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

.stone-card {
  position: relative;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #191f1b;
}

.stone-card.featured {
  border-color: #6c9276;
  background: var(--forest-deep);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  transform: translateY(-9px);
}

.recommendation,
.care-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #aec4af;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-label {
  margin: 0 0 11px;
  color: #78907e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.stone-card h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 33px;
  font-weight: 400;
}

.package-description {
  min-height: 40px;
  margin: 12px 0 0;
  color: #aeb9b1;
  font-size: 12px;
  line-height: 1.55;
}

.package-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 26px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--light-line);
}

.package-price strong {
  font-family: Georgia, serif;
  font-size: 39px;
  font-weight: 400;
}

.package-price span {
  color: #849087;
  font-size: 9px;
}

.stone-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stone-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #c6cec8;
  font-size: 11px;
  line-height: 1.45;
}

.stone-card li svg,
.included-row svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #93ad98;
  stroke-width: 2;
}

.stone-card > a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
  color: #dce3de;
  font-size: 11px;
  font-weight: 750;
}

.annual-care {
  background: var(--warm-white);
}

.annual-heading {
  margin-bottom: 36px;
}

.included-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  padding: 19px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.included-row > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-right: 1px solid var(--line);
  color: #4f5c54;
  font-size: 10px;
}

.included-row > span:last-child {
  border-right: 0;
}

.included-row svg {
  stroke: var(--forest);
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.care-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px 30px;
  border: 1px solid var(--line);
  background: var(--white);
}

.care-card.featured {
  border-color: var(--forest);
  background: var(--forest-deep);
  color: var(--white);
  box-shadow: 0 22px 55px rgba(21, 60, 42, 0.18);
  transform: translateY(-9px);
}

.care-badge {
  color: #9eb6a1;
}

.care-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line);
}

.featured .care-card-head {
  border-color: rgba(255, 255, 255, 0.15);
}

.care-card-head small {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.featured .care-card-head small {
  color: #91ad96;
}

.care-card h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.care-card-head > strong {
  margin-top: 4px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: var(--forest);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured .care-card-head > strong {
  border-color: rgba(255, 255, 255, 0.18);
  color: #dce5de;
}

.care-price-list {
  display: grid;
  margin-top: 10px;
}

.care-price-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.featured .care-price-list > div {
  border-color: rgba(255, 255, 255, 0.13);
}

.care-price-list span {
  color: var(--muted);
  font-size: 11px;
}

.featured .care-price-list span {
  color: #aebbb2;
}

.care-price-list strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.care-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 25px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 750;
}

.featured .care-link {
  color: var(--white);
}

.annual-note {
  max-width: 890px;
  margin: 29px auto 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
  text-align: center;
}

.proof-section {
  padding: 0 0 120px;
  background: var(--warm-white);
}

.proof-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  background: var(--sage-soft);
}

.proof-photo {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.proof-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 13, 11, 0.44), transparent 45%);
}

.proof-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.76) contrast(1.02);
}

.proof-photo-label {
  position: absolute;
  left: 25px;
  bottom: 23px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof-photo-label span {
  width: 24px;
  height: 1px;
  background: var(--white);
}

.proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

.proof-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 25px 0 0;
  color: #526058;
  font-size: 14px;
  line-height: 1.78;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(21, 26, 23, 0.16);
}

.proof-points > div > span,
.proof-points > div > strong {
  display: block;
}

.proof-points > div > span {
  margin-bottom: 13px;
  color: var(--forest);
  font-size: 9px;
  font-weight: 800;
}

.proof-points > div > strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.proof-points p {
  margin: 7px 0 0;
  color: #667169;
  font-size: 9px;
  line-height: 1.55;
}

.process {
  background: var(--paper);
}

.centered-heading {
  margin-bottom: 62px;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 16%;
  right: 16%;
  border-top: 1px dashed #adb7ae;
}

.process-grid article {
  position: relative;
  z-index: 1;
  padding: 0 33px;
  text-align: center;
}

.step-number {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 27px;
  border: 1px solid #bac3bc;
  border-radius: 50%;
  background: var(--paper);
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 21px;
}

.process-grid h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.process-grid p {
  max-width: 310px;
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.process-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-top: 55px;
}

.process-cta > span {
  color: var(--muted);
  font-size: 10px;
}

.faq {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 116px;
}

.faq-intro h2 {
  font-size: clamp(40px, 4vw, 56px);
}

.faq-intro > p:not(.eyebrow) {
  max-width: 400px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.faq-intro > a {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(33, 94, 64, 0.35);
  color: var(--forest);
  font-size: 13px;
  font-weight: 780;
}

.faq-intro > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list > div {
  border-bottom: 1px solid var(--line);
}

.faq-list button {
  min-height: 82px;
  padding: 20px 2px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  text-decoration: none !important;
}

.faq-list button:hover {
  color: var(--forest);
}

.faq-list [data-slot="accordion-content"] {
  padding: 0 42px 24px 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background:
    linear-gradient(115deg, rgba(10, 13, 11, 0.31), transparent 45%),
    var(--forest-deep);
  color: var(--white);
}

.final-watermark {
  position: absolute;
  right: -70px;
  top: -120px;
  width: 530px;
  height: 530px;
  object-fit: contain;
  opacity: 0.08;
  filter: grayscale(1) brightness(2.4);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  max-width: 750px;
  font-size: clamp(48px, 5.6vw, 76px);
}

.final-cta-inner > p:not(.eyebrow) {
  max-width: 620px;
  margin: 25px 0 0;
  color: #c8d3cb;
  font-size: 15px;
  line-height: 1.75;
}

.final-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 35px;
}

.button-white {
  background: var(--white);
  color: var(--forest-deep);
}

.button-white:hover {
  background: #edf1eb;
}

.final-actions > a:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--white);
  font-size: 13px;
  font-weight: 750;
}

.imprint {
  padding: 74px 0;
  border-bottom: 1px solid var(--line);
  background: #eef1eb;
}

.imprint-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 95px;
  align-items: start;
}

.imprint-heading .eyebrow {
  margin-bottom: 17px;
}

.imprint-heading h2 {
  margin: 0;
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.imprint-heading > p:last-child {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.imprint-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.imprint-card > div {
  min-height: 134px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 27px;
  border-right: 1px solid var(--line);
}

.imprint-card > div:first-child {
  border-left: 1px solid var(--line);
}

.imprint-card small {
  margin-bottom: 11px;
  color: var(--forest);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.imprint-card strong,
.imprint-card address,
.imprint-card a {
  color: #455148;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.imprint-card a:hover {
  color: var(--forest);
}

footer {
  padding: 62px 0 24px;
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.9fr 0.7fr;
  gap: 50px;
  padding-bottom: 54px;
}

.footer-grid > div:first-child > p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid small {
  margin-bottom: 7px;
  color: var(--forest);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid button,
.footer-grid > div:not(:first-child) p {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #536058;
  font: inherit;
  font-size: 11px;
  line-height: 1.65;
  text-align: left;
  cursor: pointer;
}

.footer-grid a:hover,
.footer-grid button:hover {
  color: var(--forest);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: #849087;
  font-size: 9px;
}

.mobile-whatsapp {
  display: none;
}

.consent-dialog {
  position: fixed;
  display: grid;
  z-index: 300 !important;
  top: auto !important;
  left: 8px !important;
  right: 8px !important;
  bottom: max(8px, env(safe-area-inset-bottom));
  width: auto !important;
  max-width: none !important;
  max-height: calc(100dvh - 16px - env(safe-area-inset-bottom));
  grid-template-columns: 1fr;
  gap: 18px !important;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 22px 18px calc(22px + env(safe-area-inset-bottom)) !important;
  border: 1px solid rgba(21, 26, 23, 0.16) !important;
  border-radius: 3px !important;
  background: var(--warm-white) !important;
  box-shadow: 0 24px 70px rgba(4, 9, 6, 0.28) !important;
  translate: none !important;
  transform: none !important;
}

@media (min-width: 641px) {
  .consent-dialog {
    left: 50% !important;
    right: auto !important;
    bottom: 20px;
    width: min(880px, calc(100% - 32px)) !important;
    max-width: 880px !important;
    max-height: calc(100svh - 40px);
    gap: 22px !important;
    padding: 30px !important;
    transform: translateX(-50%) !important;
  }
}

.consent-overlay {
  z-index: 290 !important;
}

.consent-header {
  gap: 10px !important;
  text-align: left !important;
}

.consent-kicker {
  color: var(--forest);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.consent-header [data-slot="dialog-title"] {
  color: var(--ink);
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.consent-header [data-slot="dialog-description"] {
  max-width: 760px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.consent-categories {
  display: grid;
  border-top: 1px solid var(--line);
}

.consent-category {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.consent-category strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
}

.consent-category p {
  max-width: 680px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.consent-category > span {
  color: var(--forest);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.consent-category [data-slot="switch"] {
  width: 38px;
  height: 22px;
  padding: 2px;
}

.consent-category [data-slot="switch-thumb"] {
  width: 16px;
  height: 16px;
}

.consent-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.consent-action {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--forest-deep);
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.consent-accept {
  background: var(--forest-deep);
  color: var(--white);
}

.consent-accept:hover {
  background: var(--forest);
  border-color: var(--forest);
}

.consent-reject {
  background: var(--forest-deep);
  color: var(--white);
}

.consent-reject:hover {
  background: var(--forest);
  border-color: var(--forest);
}

.consent-settings {
  border-color: rgba(21, 26, 23, 0.23);
  background: transparent;
  color: var(--ink);
}

.consent-settings:hover {
  border-color: var(--forest);
  color: var(--forest);
}

.consent-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #78837b;
  font-size: 9px;
  line-height: 1.55;
}

.consent-meta a {
  flex: 0 0 auto;
  color: var(--forest);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  min-height: 100svh;
  background: var(--warm-white);
}

.legal-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.legal-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-home-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-hero {
  padding: 158px 0 92px;
  background:
    radial-gradient(circle at 78% 25%, rgba(67, 129, 97, 0.25), transparent 36%),
    var(--forest-deep);
  color: var(--white);
}

.legal-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(54px, 7vw, 86px);
  line-height: 0.98;
}

.legal-hero > .shell > p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: #cad5cd;
  font-size: 14px;
  line-height: 1.78;
}

.legal-hero small {
  display: block;
  margin-top: 24px;
  color: #9eb1a4;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 86px;
  padding-top: 92px;
  padding-bottom: 110px;
}

.legal-toc {
  position: sticky;
  top: 26px;
  align-self: start;
}

.legal-toc > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-toc nav {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.legal-toc nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: #657068;
  font-size: 10px;
  line-height: 1.45;
}

.legal-toc nav a:hover {
  color: var(--forest);
}

.legal-content {
  min-width: 0;
}

.legal-content section {
  scroll-margin-top: 28px;
  padding: 0 0 54px;
  margin: 0 0 54px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.08;
}

.legal-content p,
.legal-content li {
  color: #556159;
  font-size: 13px;
  line-height: 1.82;
}

.legal-content p {
  margin: 0 0 17px;
  white-space: pre-line;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 23px;
  padding: 0;
  list-style: none;
}

.legal-content li {
  position: relative;
  padding-left: 20px;
}

.legal-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--forest-bright);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.legal-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(33, 94, 64, 0.35);
  color: var(--forest);
  font-size: 10px;
  font-weight: 780;
}

.legal-footer {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.legal-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #77837a;
  font-size: 10px;
}

.legal-footer-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-footer a,
.legal-footer button {
  padding: 0;
  border: 0;
  background: none;
  color: #536058;
  font: inherit;
  cursor: pointer;
}

.legal-footer a:hover,
.legal-footer button:hover {
  color: var(--forest);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #90b398;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero-copy-inner {
    width: min(1220px, calc(100% - 48px));
  }

  .hero h1 {
    font-size: clamp(49px, 6vw, 67px);
  }

  .hero-proof {
    max-width: 650px;
  }

  .hero-location-card {
    right: 24px;
  }

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

  .service-card:nth-child(3) {
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .service-card:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .cleaning-copy,
  .proof-copy {
    padding: 55px 45px;
  }

  .stone-card,
  .care-card {
    padding-inline: 25px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 860px) {
  .section,
  .cleaning {
    padding: 92px 0;
  }

  .hero {
    min-height: 740px;
  }

  .hero-copy {
    min-height: 740px;
    background:
      linear-gradient(90deg, rgba(7, 10, 8, 0.93) 0%, rgba(7, 10, 8, 0.77) 58%, rgba(7, 10, 8, 0.25) 100%),
      linear-gradient(0deg, rgba(7, 10, 8, 0.52) 0%, transparent 48%);
  }

  .hero-copy-inner {
    width: min(700px, calc(100% - 48px));
    padding: 116px 0 74px;
  }

  .hero-photo {
    min-height: 0;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 22px 0;
  }

  .trust-grid p {
    grid-column: 1 / -1;
    margin-bottom: 18px;
    text-align: center;
  }

  .split-heading,
  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .split-heading > p,
  .pricing-heading > p {
    max-width: 620px;
  }

  .cleaning-intro,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .cleaning-image,
  .proof-photo {
    min-height: 520px;
  }

  .cleaning-copy,
  .proof-copy {
    padding: 58px 44px 64px;
  }

  .stone-pricing {
    margin-top: 86px;
  }

  .stone-grid,
  .care-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stone-card,
  .care-card {
    min-height: auto;
  }

  .stone-card.featured,
  .care-card.featured {
    transform: none;
  }

  .stone-card > a,
  .care-link {
    margin-top: 30px;
  }

  .proof-section {
    padding-bottom: 92px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .faq-intro {
    position: static;
  }

  .imprint-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc nav {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 28px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 16px;
  }

  main:has(.mobile-whatsapp) {
    padding-bottom: 68px;
  }

  .shell {
    width: min(100% - 32px, 1220px);
  }

  .section,
  .cleaning {
    padding: 76px 0;
  }

  .site-header {
    height: 60px;
  }

  .brand {
    gap: 8px;
  }

  .brand-image {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .brand-image img {
    width: 28px;
    height: 28px;
  }

  .brand-name {
    font-size: 15px;
  }

  .header-cta {
    display: none;
  }

  .language-switcher {
    min-height: 34px;
    padding-inline: 10px;
  }

  .consent-dialog {
    border-radius: 2px !important;
  }

  .consent-actions {
    grid-template-columns: 1fr;
  }

  .consent-action {
    min-height: 44px;
  }

  .consent-meta {
    flex-direction: column;
    gap: 8px;
  }

  .legal-header {
    height: 60px;
  }

  .legal-home-link {
    display: none;
  }

  .legal-hero {
    padding: 120px 0 70px;
  }

  .legal-hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .legal-layout {
    padding-top: 66px;
    padding-bottom: 80px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }

  .legal-content section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 12px;
  }

  .legal-footer-inner {
    flex-direction: column;
  }

  .hero,
  .hero-copy {
    min-height: 790px;
  }

  .hero-copy {
    background:
      linear-gradient(90deg, rgba(7, 10, 8, 0.92) 0%, rgba(7, 10, 8, 0.76) 74%, rgba(7, 10, 8, 0.45) 100%),
      linear-gradient(0deg, rgba(7, 10, 8, 0.58) 0%, transparent 52%);
  }

  .hero-copy-inner {
    width: calc(100% - 32px);
    padding: 102px 0 78px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: clamp(44px, 13.5vw, 58px);
    line-height: 1;
  }

  .hero h1 em {
    margin-top: 9px;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 29px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-photo {
    min-height: 0;
  }

  .hero-photo > img:first-child {
    object-position: center 57%;
  }

  .hero-location-card {
    display: none;
  }

  .hero-watermark {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 25px 0 27px;
  }

  .trust-grid p {
    margin: 0 0 8px;
    text-align: left;
  }

  .trust-grid div {
    padding: 0;
    border: 0;
  }

  .section-heading h2,
  .pricing-heading h2,
  .cleaning-copy h2,
  .proof-copy h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: clamp(38px, 11vw, 49px);
  }

  .split-heading {
    margin-bottom: 40px;
  }

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

  .service-card {
    min-height: 300px;
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .service-card:first-child {
    border-top: 0;
  }

  .service-card h3 {
    margin-top: 42px;
  }

  .cleaning-intro {
    width: 100%;
  }

  .cleaning-image,
  .proof-photo {
    min-height: 410px;
  }

  .cleaning-copy,
  .proof-copy {
    padding: 50px 22px 56px;
  }

  .one-off-prices {
    grid-template-columns: 1fr;
  }

  .one-off-prices > div,
  .one-off-prices > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--light-line);
  }

  .one-off-prices > div:last-child {
    border-bottom: 0;
  }

  .one-off-prices span {
    margin: 0;
  }

  .stone-pricing {
    margin-top: 74px;
  }

  .stone-card,
  .care-card {
    padding: 29px 23px 27px;
  }

  .recommendation,
  .care-badge {
    top: 17px;
    right: 17px;
  }

  .included-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px 18px;
  }

  .included-row > span {
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .included-row > span:last-child {
    border-bottom: 0;
  }

  .care-card-head {
    flex-direction: column;
  }

  .care-card-head > strong {
    margin-top: 0;
  }

  .proof-section {
    padding: 0 0 76px;
  }

  .proof-grid {
    width: 100%;
  }

  .proof-points {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proof-points > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 8px;
  }

  .proof-points > div > span {
    grid-row: 1 / 3;
  }

  .proof-points p {
    margin-top: 4px;
  }

  .centered-heading {
    margin-bottom: 45px;
    text-align: left;
  }

  .centered-heading .eyebrow {
    justify-content: flex-start;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .process-grid::before {
    display: none;
  }

  .process-grid article {
    padding: 0;
    text-align: left;
  }

  .step-number {
    margin: 0 0 20px;
  }

  .process-grid p {
    margin-left: 0;
  }

  .process-cta {
    align-items: stretch;
    flex-direction: column;
    margin-top: 42px;
  }

  .process-cta > span {
    text-align: center;
  }

  .faq-grid {
    gap: 39px;
  }

  .faq-list button {
    min-height: 74px;
    font-size: 17px;
  }

  .faq-list [data-slot="accordion-content"] {
    padding-right: 10px;
  }

  .final-cta {
    padding: 78px 0 82px;
  }

  .final-watermark {
    top: -55px;
    right: -115px;
    width: 340px;
    height: 340px;
  }

  .final-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .final-actions > a:last-child {
    align-self: center;
  }

  .imprint {
    padding: 62px 0;
  }

  .imprint-grid {
    gap: 31px;
  }

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

  .imprint-card > div {
    min-height: 112px;
    padding: 21px 20px;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .imprint-card > div:last-child {
    border-bottom: 0;
  }

  footer {
    padding-top: 58px;
  }

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

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

  .mobile-whatsapp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--forest);
    color: var(--white);
    box-shadow: 0 -10px 30px rgba(10, 13, 11, 0.18);
    font-size: 13px;
    font-weight: 800;
  }
}

/* WordPress and native-control adaptations. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 16px;
  background: #fff;
  color: #153c2a;
}

.faq-list > details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 2px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary:hover {
  color: var(--forest);
}

.faq-list summary > span {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.faq-list summary > span::before,
.faq-list summary > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  right: 3px;
  height: 1px;
  background: currentColor;
}

.faq-list summary > span::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary > span::after {
  transform: rotate(0deg);
}

.faq-answer {
  padding: 0 42px 24px 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.faq-answer p {
  margin: 0;
}

.consent-root[hidden] {
  display: none !important;
}

.consent-root {
  position: fixed;
  inset: 0;
  z-index: 1000000;
}

.consent-open {
  overflow: hidden;
}

.consent-root .consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 1 !important;
  background: rgba(7, 10, 8, 0.72);
  backdrop-filter: blur(2px);
}

.consent-root .consent-dialog {
  z-index: 2 !important;
}

.consent-header h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.consent-header > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.68;
}

.consent-category {
  position: relative;
}

.consent-category input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-toggle {
  position: relative;
  width: 42px;
  height: 24px;
  flex: 0 0 42px;
  border: 1px solid #9ba79f;
  border-radius: 999px;
  background: #e2e7e3;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.consent-toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  transition: transform 160ms ease;
}

.consent-category input:checked + .consent-toggle {
  border-color: var(--forest);
  background: var(--forest);
}

.consent-category input:checked + .consent-toggle::after {
  transform: translateX(18px);
}

.consent-category input:focus-visible + .consent-toggle {
  outline: 3px solid rgba(67, 129, 97, .35);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .faq-list summary {
    min-height: 72px;
    font-size: 17px;
  }

  .faq-answer {
    padding-right: 4px;
    font-size: 12px;
  }

  .consent-root .consent-dialog {
    top: auto !important;
    left: max(10px, env(safe-area-inset-left)) !important;
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom))) !important;
    margin: 0 !important;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom)) !important;
    transform: none !important;
    translate: none !important;
  }

  .consent-header h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .consent-category {
    gap: 14px;
  }

  .consent-category p {
    font-size: 10px;
  }
}

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

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