:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f4f4f5;
  --text: #18181b;
  --muted: #71717a;
  --primary: #facc00;
  --primary-ink: #655300;
  --primary-dark: #18181b;
  --line: rgba(24, 24, 27, 0.14);
  --line-strong: #18181b;
  --field: #ffffff;
  --shadow: 0 24px 70px rgba(24, 24, 27, 0.14);
  --shadow-soft: 0 16px 42px rgba(24, 24, 27, 0.1);
  --radius: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--text);
  color: var(--surface);
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.legal-page {
  width: min(960px, calc(100% - 48px));
  padding-top: 172px;
}

.legal-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.legal-heading h1 {
  margin: 12px 0 18px;
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-heading p {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.legal-heading small {
  color: var(--muted);
  font-weight: 700;
}

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

.legal-content section {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.25;
}

.legal-content p {
  max-width: 820px;
  margin: 0 0 14px;
  color: #3f3f46;
  line-height: 1.75;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content a,
.form-privacy a,
.footer-legal-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.form-privacy {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.error-page {
  display: grid;
  align-content: center;
  min-height: 82svh;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 160px 0 80px;
}

.error-page h1 {
  max-width: 780px;
  margin: 14px 0 22px;
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.error-page p {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1232px, calc(100% - 48px));
  margin: 0 auto -96px;
  padding: 16px 22px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 18px 54px rgba(24, 24, 27, 0.16);
}

.site-header.is-footer-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
}

.brand,
.main-nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 0;
  overflow: hidden;
  background: var(--surface);
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(24, 24, 27, 0.12);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-size: 17px;
  font-weight: 900;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.main-nav {
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
}

.main-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 6px;
  padding: 11px 14px;
  color: var(--text);
}

.main-nav a:hover {
  background: var(--surface-2);
}

.main-nav a[aria-current="page"]:not(.nav-cta) {
  box-shadow: inset 0 -4px 0 var(--primary);
}

.main-nav .nav-cta {
  border: 0;
  background: var(--primary);
  color: var(--text);
  box-shadow: inset 0 -4px 0 rgba(24, 24, 27, 0.18);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--surface-2);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 8px),
    linear-gradient(180deg, #18181b 0%, #27272a 72%, #ffffff 72%, #ffffff 100%);
  padding: 164px 24px 92px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(24, 24, 27, 0.98) 0%, rgba(24, 24, 27, 0.86) 48%, rgba(24, 24, 27, 0.18) 100%);
}

.hero-media img {
  position: absolute;
  top: 174px;
  right: max(26px, calc((100vw - 1180px) / 2));
  width: min(44vw, 560px);
  height: min(46vw, 500px);
  border: 0;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
  filter: saturate(0.85) contrast(1.06);
  opacity: 0.58;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 46px;
  align-items: end;
  width: min(1180px, 100%);
  min-height: 500px;
  margin: 0 auto;
}

.hero-main {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 40px;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 4px solid var(--primary);
  border-radius: 0;
  padding: 8px 14px;
  background: transparent;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: none;
}

.hero .eyebrow {
  color: var(--surface);
  border-bottom-color: var(--primary);
}

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

h1,
h2,
h3,
p,
a,
button,
strong,
span,
small,
li,
summary,
label {
  overflow-wrap: anywhere;
}

h1,
h2,
.service-card h2,
.service-card h3,
.steps strong {
  font-family: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--surface);
  font-size: 78px;
  line-height: 0.92;
}

h1 .accent,
.accent {
  display: block;
  color: var(--primary);
}

h2 {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 56px;
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.18;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.48;
}

.hero-actions,
.contact-actions,
.section-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 15px 22px;
  color: var(--text);
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translate(-1px, -1px);
}

.button:active,
.filter-button:active,
.check-option:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.button.primary {
  background: var(--primary);
  color: var(--text);
  box-shadow: inset 0 -5px 0 rgba(24, 24, 27, 0.16);
}

.button.secondary {
  background: var(--surface);
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(24, 24, 27, 0.14);
}

.button.ghost {
  background: var(--surface);
}

.button.whatsapp-inline,
.whatsapp-inline {
  background: #25d366;
  color: #0b2616;
  box-shadow: inset 0 -5px 0 rgba(11, 38, 22, 0.18);
}

.hero-proof {
  position: relative;
  align-self: end;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.hero-proof img {
  width: 100%;
  aspect-ratio: 5 / 3;
  border-bottom: 0;
  object-fit: cover;
  transition: opacity 180ms ease, transform 240ms ease;
}

.hero-proof-body {
  padding: 24px;
}

.hero-proof.is-switching img {
  opacity: 0.45;
  transform: scale(1.015);
}

.stage-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-proof strong {
  display: block;
  margin-bottom: 10px;
  font-family: Impact, "Arial Narrow", sans-serif;
  color: var(--text);
  font-size: 28px;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-proof p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.stage-controls {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}

.stage-arrow {
  position: absolute;
  top: 24%;
  z-index: 4;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  cursor: pointer;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(24, 24, 27, 0.18);
  transition: transform 160ms ease, background 160ms ease;
}

.stage-arrow:hover {
  transform: translateY(-1px);
  background: var(--primary);
}

.stage-arrow.prev {
  left: 16px;
}

.stage-arrow.next {
  right: 16px;
}

.stage-dot {
  width: 42px;
  height: 8px;
  border: 0;
  border-radius: 99px;
  background: rgba(24, 24, 27, 0.16);
  cursor: pointer;
}

.stage-dot.is-active {
  background: var(--primary);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 36px 0 0;
}

.trust-strip div {
  min-height: 92px;
  padding: 16px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.trust-strip dt {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.trust-strip dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.enterprise-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(250, 204, 0, 0.12) 0 12%, transparent 12% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #111113 0%, #18181b 54%, #242426 100%),
    #18181b;
  color: var(--surface);
  isolation: isolate;
}

.home-enterprise {
  height: min(100svh, 820px);
  min-height: 640px;
  padding: 124px 24px 34px;
}

.page-enterprise {
  width: min(1180px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto 38px;
  border-radius: 22px;
  padding: 72px 48px 42px;
  box-shadow: var(--shadow);
}

.enterprise-hero::before,
.enterprise-hero::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.enterprise-hero::before {
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, rgba(250, 204, 0, 0.92) 0 10px, transparent 10px);
  opacity: 0.95;
}

.enterprise-hero::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: var(--primary);
}

.enterprise-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.enterprise-hero-bg::before {
  position: absolute;
  inset: -18% -10%;
  background:
    linear-gradient(110deg, transparent 0 44%, rgba(250, 204, 0, 0.2) 44% 47%, transparent 47% 100%),
    linear-gradient(110deg, transparent 0 62%, rgba(255, 255, 255, 0.08) 62% 63%, transparent 63% 100%);
  content: "";
  transform: skewX(-7deg);
}

.enterprise-hero-bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 19, 0.98) 0%, rgba(17, 17, 19, 0.9) 42%, rgba(17, 17, 19, 0.38) 100%),
    linear-gradient(180deg, rgba(17, 17, 19, 0.1), rgba(17, 17, 19, 0.74));
  content: "";
}

.enterprise-frame {
  position: absolute;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  transform-origin: center;
  animation: enterprise-pan 16s ease-in-out infinite alternate;
}

.enterprise-frame.frame-a {
  top: 118px;
  right: max(0px, calc((100vw - 1180px) / 2 - 18px));
  width: min(52vw, 710px);
  height: min(46vw, 560px);
  clip-path: polygon(18% 0, 100% 0, 86% 100%, 0 100%);
  opacity: 0.64;
}

.enterprise-frame.frame-b {
  top: 258px;
  right: max(390px, calc((100vw - 1180px) / 2 + 500px));
  width: min(21vw, 250px);
  height: min(22vw, 270px);
  border: 6px solid rgba(250, 204, 0, 0.72);
  animation-delay: -6s;
  opacity: 0.46;
}

.enterprise-frame.frame-c {
  right: max(18px, calc((100vw - 1180px) / 2 + 20px));
  bottom: 70px;
  width: min(34vw, 470px);
  height: min(17vw, 220px);
  animation-delay: -10s;
  opacity: 0.44;
}

.enterprise-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
  gap: 48px;
  align-items: end;
  width: min(1180px, 100%);
  min-height: 490px;
  margin: 0 auto;
}

.home-enterprise .enterprise-hero-inner {
  height: 100%;
  min-height: 0;
}

.page-enterprise .enterprise-hero-inner {
  min-height: 450px;
}

.enterprise-copy {
  max-width: 770px;
}

.enterprise-hero h1 {
  max-width: 820px;
  color: var(--surface);
  font-size: 84px;
  line-height: 0.94;
  overflow-wrap: normal;
  word-break: normal;
}

.home-enterprise h1 {
  margin-bottom: 18px;
  font-size: 72px;
}

.home-enterprise .hero-copy {
  font-size: 17px;
  line-height: 1.46;
}

.home-enterprise .hero-actions {
  margin-top: 22px;
}

.home-enterprise .button {
  min-height: 50px;
  padding: 13px 18px;
}

.page-enterprise h1 {
  max-width: 780px;
  font-size: 70px;
}

.enterprise-hero .eyebrow {
  color: var(--surface);
}

.enterprise-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  box-shadow: var(--shadow);
}

.home-enterprise .enterprise-panel {
  padding: 20px;
}

.enterprise-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--primary);
  content: "";
}

.enterprise-panel > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.enterprise-panel > strong {
  display: block;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.home-enterprise .enterprise-panel > strong {
  font-size: 28px;
}

.home-enterprise .enterprise-panel > span {
  margin-bottom: 12px;
}

.home-enterprise .enterprise-stats {
  gap: 8px;
  margin-top: 18px;
}

.home-enterprise .enterprise-stats div {
  min-height: 50px;
  padding-top: 8px;
}

.home-enterprise .enterprise-stats dt {
  width: 40px;
  height: 40px;
  font-size: 21px;
}

.enterprise-stats {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.enterprise-stats div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 60px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.enterprise-stats dt {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--primary);
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 23px;
}

.enterprise-stats dd {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
}

@keyframes enterprise-pan {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-18px, 12px, 0) scale(1.045);
  }
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0;
}

.intro {
  max-width: 100%;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  text-align: center;
}

.intro h2,
.intro p,
.intro .section-kicker {
  margin-inline: auto;
}

.intro p {
  max-width: 820px;
}

.authority-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  padding-top: 52px;
}

.authority-copy,
.authority-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.authority-copy {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto auto;
  gap: 22px;
  overflow: hidden;
  min-width: 0;
  border-radius: 18px;
  padding: 36px;
  background: var(--text);
  color: var(--surface);
}

.authority-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
}

.authority-copy .section-kicker {
  margin-bottom: 0;
  color: var(--surface);
  border-bottom-color: var(--primary);
}

.authority-copy h2 {
  max-width: 100%;
  margin-bottom: 0;
  color: var(--surface);
  font-size: 46px;
}

.authority-copy p {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.authority-copy > p {
  align-self: start;
}

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

.authority-facts span {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.authority-facts strong {
  color: var(--surface);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.authority-facts small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.authority-detail {
  display: grid;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 5px solid var(--primary);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.authority-detail span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.authority-detail strong {
  color: var(--surface);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
}

.authority-detail p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 100%;
  gap: 12px;
}

.authority-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  background: linear-gradient(90deg, var(--surface), #f7f7f8);
  color: var(--text);
  cursor: pointer;
  text-align: left;
  appearance: none;
}

.authority-card > div {
  min-width: 0;
}

.authority-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--primary);
  transform: scaleY(0.28);
  transform-origin: top;
}

.authority-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 84px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), rgba(250, 204, 0, 0));
  transform: scaleX(0.24);
  transform-origin: left;
  opacity: 0.72;
}

.authority-card:hover,
.authority-card:focus-visible,
.authority-card.is-active {
  border-color: rgba(24, 24, 27, 0.24);
  box-shadow: 0 20px 52px rgba(24, 24, 27, 0.13);
  outline: 0;
}

.authority-card:hover::before,
.authority-card:focus-visible::before,
.authority-card.is-active::before {
  transform: scaleY(1);
}

.authority-card:hover::after,
.authority-card:focus-visible::after,
.authority-card.is-active::after {
  transform: scaleX(1);
  opacity: 1;
}

.authority-card.is-active {
  background: linear-gradient(90deg, rgba(250, 204, 0, 0.13), var(--surface));
}

.authority-mark {
  display: grid;
  width: 46px;
  height: 46px;
  align-self: start;
  place-items: center;
  border-radius: 8px;
  background: var(--primary);
  color: var(--text);
  font-size: 18px;
  font-weight: 1000;
}

.authority-label {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.authority-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 28px;
  line-height: 1.18;
  text-transform: uppercase;
}

.authority-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.showcase {
  border-bottom: 1px solid var(--line);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1040px;
  margin: 0 auto;
}

.compare-card,
.showcase-panel {
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.compare-viewport {
  --split: 58%;
  position: relative;
  height: clamp(360px, 34vw, 460px);
  min-height: 0;
  overflow: hidden;
  cursor: ew-resize;
  background: #18181b;
  touch-action: none;
  user-select: none;
}

.compare-viewport:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}

.compare-viewport.is-dragging::after {
  transform: translate(-50%, -50%) scale(1.08);
}

.compare-viewport img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.88) contrast(1.05);
}

.compare-after {
  position: absolute;
  inset: 0;
  width: auto;
  overflow: hidden;
  clip-path: polygon(0 0, var(--split) 0, var(--split) 100%, 0 100%);
}

.compare-after img {
  max-width: none;
}

.compare-viewport::after {
  position: absolute;
  top: 50%;
  left: var(--split);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(24, 24, 27, 0.25);
  content: "";
  transform: translate(-50%, -50%);
}

.compare-viewport::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  z-index: 2;
  width: 4px;
  background: var(--primary);
  content: "";
  transform: translateX(-50%);
}

.compare-tag {
  position: absolute;
  top: 18px;
  z-index: 2;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.compare-tag.before {
  left: 18px;
}

.compare-tag.after {
  right: 18px;
}

.showcase-panel {
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 34px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 8px),
    #18181b;
  color: var(--surface);
}

.showcase-panel span {
  width: fit-content;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.showcase-panel strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 48px;
  line-height: 0.96;
  text-transform: uppercase;
}

.showcase-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.showcase-panel .button.secondary {
  width: fit-content;
}

.project-check {
  border-bottom: 1px solid var(--line);
}

.work-finder {
  padding: 32px 0;
}

.work-finder .section-heading {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.78fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 12px;
}

.work-finder .section-heading h2 {
  margin-bottom: 6px;
  font-size: 40px;
  line-height: 1.14;
}

.work-finder .section-heading p {
  max-width: 540px;
  font-size: 14.5px;
  line-height: 1.42;
}

.check-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.check-controls {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.check-option,
.filter-button {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.check-option:hover,
.filter-button:hover,
.check-option.is-active,
.filter-button.is-active {
  background: var(--primary);
  box-shadow: inset 0 -4px 0 rgba(24, 24, 27, 0.18);
}

.guide-options {
  align-content: start;
}

.guide-option {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: start;
  gap: 6px 13px;
  min-height: 150px;
  overflow: hidden;
  padding: 16px;
  isolation: isolate;
  text-align: left;
  text-transform: none;
}

.guide-option::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 5px;
  background: var(--text);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.guide-option span {
  display: inline-grid;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--surface-2);
  color: var(--muted);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 18px;
}

.guide-option strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 22px;
  line-height: 0.98;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.guide-option small {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 750;
  line-height: 1.36;
}

.guide-option:hover span,
.guide-option.is-active span {
  background: var(--text);
  color: var(--primary);
}

.guide-option:hover::after,
.guide-option.is-active::after {
  transform: scaleX(1);
}

.guide-option:hover small,
.guide-option.is-active small {
  color: rgba(24, 24, 27, 0.78);
}

.check-result {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.78fr);
  gap: 10px 28px;
  align-items: end;
  min-height: 0;
  border: 0;
  border-radius: 16px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.26), transparent 45%),
    var(--surface);
  box-shadow: var(--shadow);
}

.check-result > span,
.check-result > strong,
.check-result > p {
  grid-column: 1;
}

.check-result span {
  color: var(--primary-ink);
  font-weight: 950;
  text-transform: uppercase;
}

.check-result strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  max-width: 860px;
  font-size: 36px;
  line-height: 0.96;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.check-result p {
  max-width: 760px;
  margin-bottom: 0;
}

.guide-next {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-next li {
  position: relative;
  min-height: 0;
  border: 1px solid var(--line);
  padding: 10px 12px 10px 34px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.guide-next li::before {
  position: absolute;
  top: 10px;
  left: 13px;
  color: var(--primary-dark);
  font-weight: 950;
  content: ">";
}

.guide-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.guide-actions .button {
  min-height: 50px;
  padding: 13px 18px;
}

.work-finder-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  gap: 16px;
  align-items: stretch;
}

.work-stage {
  display: grid;
  grid-template-rows: minmax(252px, 1fr) auto;
  min-height: 462px;
  overflow: hidden;
  border-radius: 18px;
  background: #18181b;
  box-shadow: var(--shadow);
  color: var(--surface);
}

.work-stage-media {
  position: relative;
  min-height: 252px;
  overflow: hidden;
  background: #18181b;
}

.work-stage-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: opacity 220ms ease, transform 420ms ease;
}

.work-stage-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 24, 27, 0.08) 18%, rgba(24, 24, 27, 0.82) 100%),
    linear-gradient(90deg, rgba(24, 24, 27, 0.76), transparent 58%);
  content: "";
}

.work-stage-tag {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  max-width: 760px;
  gap: 7px;
}

.work-stage-tag span {
  width: fit-content;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 6px;
  color: var(--surface);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.work-stage-tag strong {
  color: var(--surface);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 0.96;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.work-stage-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 16px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 8px),
    #18181b;
}

.work-stage-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.42;
}

.work-brief-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-brief-list li {
  position: relative;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 8px 9px 8px 26px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.28;
}

.work-brief-list li::before {
  position: absolute;
  top: 8px;
  left: 9px;
  color: var(--primary);
  font-weight: 950;
  content: ">";
}

.work-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.work-actions .button {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 12.5px;
}

.work-menu {
  display: grid;
  gap: 6px;
}

.work-row {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 86px minmax(0, 1fr);
  align-content: center;
  gap: 1px 12px;
  min-height: 72px;
  overflow: hidden;
  padding: 10px 13px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.work-row::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--primary);
  content: "";
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 180ms ease;
}

.work-row span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.work-row strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 21px;
  line-height: 0.96;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.work-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}

.work-row:hover,
.work-row.is-active {
  background: #18181b;
  color: var(--surface);
  box-shadow: var(--shadow-soft);
}

.work-row:hover::before,
.work-row.is-active::before {
  transform: scaleY(1);
}

.work-row:hover span,
.work-row.is-active span {
  color: var(--primary);
}

.work-row:hover strong,
.work-row.is-active strong {
  color: var(--surface);
}

.work-row:hover small,
.work-row.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 36px;
}

.service-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -8px 0 26px;
}

.filter-button {
  min-width: 118px;
  padding: 11px 16px;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 0 24px 60px rgba(24, 24, 27, 0.16);
}

.service-card.is-hidden {
  display: none;
}

.service-card:nth-child(2n) {
  background: var(--surface-2);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08);
}

.service-card div {
  padding: 24px;
}

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

.service-card h2,
.service-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 0.98;
}

.service-card a:not(.button) {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin-top: 20px;
  color: var(--text);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.service-card.text-only {
  display: grid;
  min-height: 100%;
  align-items: end;
  background: linear-gradient(135deg, var(--primary), #ffe57a);
  color: var(--text);
}

.service-card.text-only p {
  color: rgba(37, 40, 42, 0.72);
}

.service-card.text-only a {
  color: var(--text);
}

.section-action {
  margin-top: 30px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: min(1180px, calc(100% - 32px));
  margin: 126px auto 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.breadcrumbs a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.breadcrumbs a::after {
  margin-left: 9px;
  color: var(--muted);
  content: "/";
}

.page-hero,
.detail-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 42px;
}

.page-hero h1,
.detail-hero h1 {
  max-width: 1000px;
  color: var(--text);
  font-size: 72px;
}

.page-hero p {
  max-width: 840px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  min-height: 0;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 22px;
  padding: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 8px),
    #18181b;
  color: var(--surface);
  box-shadow: var(--shadow);
}

.service-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: var(--primary);
  content: "";
}

.service-hero > div {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  max-width: none;
  min-height: 430px;
  padding: 44px;
}

.service-hero h1,
.service-hero .eyebrow {
  color: var(--surface);
}

.service-hero h1 {
  font-size: 52px;
  text-wrap: balance;
  word-break: normal;
}

.service-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.service-hero img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 0;
  opacity: 1;
  box-shadow: none;
}

.service-hero .hero-actions {
  margin-top: 30px;
}

.service-facts {
  position: relative;
  z-index: 3;
  width: min(1060px, calc(100% - 48px));
  margin: -48px auto 18px;
}

.service-facts dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.service-facts div {
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.service-facts dt {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 38px;
  line-height: 0.95;
  text-transform: uppercase;
}

.service-facts dd {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
}

.content-grid article,
.content-grid aside,
.checklist,
.calc-form,
.calc-result,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.content-grid article,
.content-grid aside,
.checklist {
  padding: 28px;
}

.content-grid ul,
.checklist ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.service-scope {
  display: grid;
  gap: 16px;
}

.service-scope ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  padding-left: 0;
  list-style: none;
}

.service-scope li {
  position: relative;
  padding: 16px 16px 16px 46px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-weight: 800;
}

.service-scope li::before {
  position: absolute;
  top: 17px;
  left: 16px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 5px;
  background: var(--primary);
  color: var(--text);
  content: "";
  font-size: 13px;
  font-weight: 950;
}

.service-process {
  padding-top: 54px;
}

.service-process .steps li {
  cursor: default;
}

.service-process .steps li:hover {
  transform: translateY(-2px);
}

.service-process .steps span {
  max-width: 240px;
}

.service-process .section-heading {
  margin-bottom: 26px;
}

.service-gallery {
  padding-top: 50px;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.visual-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #18181b;
  box-shadow: var(--shadow-soft);
}

.visual-card:first-child {
  min-height: 380px;
}

.visual-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.visual-card:hover img {
  transform: scale(1.035);
}

.visual-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(24, 24, 27, 0.86));
  content: "";
}

.visual-card figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: var(--surface);
}

.visual-card span {
  width: fit-content;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-card strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 36px;
  line-height: 0.96;
  text-transform: uppercase;
}

.service-depth,
.seo-copy,
.related-services {
  padding-top: 56px;
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.depth-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.depth-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--primary);
  color: var(--text);
  font-weight: 950;
}

.depth-grid h3 {
  margin-bottom: 10px;
}

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

.seo-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.64fr);
  gap: 34px;
  align-items: stretch;
}

.seo-copy > div,
.seo-copy ul {
  border-radius: 16px;
  padding: 32px;
}

.seo-copy > div {
  background:
    linear-gradient(135deg, rgba(250, 204, 0, 0.24), transparent 44%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.seo-copy h2 {
  max-width: none;
  font-size: 40px;
  line-height: 1.04;
  overflow-wrap: normal;
  hyphens: none;
}

.seo-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--muted);
  list-style: none;
}

.seo-copy li {
  position: relative;
  padding-left: 22px;
  font-weight: 850;
}

.seo-copy li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  content: "";
}

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

.related-card {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.related-card span {
  color: var(--primary-ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.related-card strong {
  display: block;
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 34px;
  line-height: 0.98;
  text-transform: uppercase;
}

.related-card small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.guide-library {
  padding-top: 48px;
}

.guide-article {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 48px;
  align-items: start;
  scroll-margin-top: 128px;
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.guide-article:last-child {
  border-bottom: 1px solid var(--line);
}

.guide-article > div {
  min-width: 0;
}

.guide-article .eyebrow {
  margin-bottom: 16px;
  color: var(--text);
}

.guide-article h2 {
  max-width: 720px;
  font-size: 48px;
  line-height: 1.02;
}

.guide-number {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  background: var(--primary);
  color: var(--text);
  font-weight: 950;
}

.guide-points {
  padding-top: 70px;
}

.guide-points h3 {
  margin-bottom: 18px;
}

.guide-points ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.guide-points li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-weight: 780;
  line-height: 1.45;
}

.guide-points li::before {
  position: absolute;
  top: 13px;
  left: 12px;
  color: var(--primary-ink);
  content: "✓";
  font-weight: 950;
}

.guide-points p {
  font-size: 15px;
}

/* Ratgeber: ausführliche Beratung bleibt durch klare Ebenen gut scanbar. */
.advice-hero h1 {
  max-width: 760px;
}

.guide-facts {
  margin-bottom: 18px;
}

.guide-overview {
  scroll-margin-top: 120px;
  padding-bottom: 58px;
}

.guide-topic-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.guide-topic-nav a {
  position: relative;
  display: grid;
  min-height: 150px;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.guide-topic-nav a::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--primary);
  content: "";
}

.guide-topic-nav a:hover,
.guide-topic-nav a:focus-visible {
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.guide-topic-nav span {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(24, 24, 27, 0.16);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 44px;
}

.guide-topic-nav strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.guide-topic-nav small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}

.guide-principle {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 58px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-copy {
  position: sticky;
  top: 124px;
}

.principle-copy h2 {
  font-size: 48px;
}

.decision-steps,
.process-list,
.system-build ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-steps {
  display: grid;
  gap: 0;
}

.decision-steps li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.decision-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.decision-steps span,
.process-list li::before {
  color: var(--primary-ink);
  font-size: 13px;
  font-weight: 950;
}

.decision-steps strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 19px;
}

.decision-steps p {
  margin: 0;
  font-size: 15px;
}

.advisor-section {
  scroll-margin-top: 112px;
  padding-top: 96px;
  border-top: 1px solid var(--line);
}

.advisor-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 30px;
  max-width: 1040px;
  margin-bottom: 48px;
}

.advisor-header .guide-number {
  margin: 0;
}

.advisor-header .eyebrow {
  margin-bottom: 14px;
  color: var(--text);
}

.advisor-header h2 {
  max-width: 920px;
  font-size: 58px;
  text-wrap: balance;
}

.advisor-header p:last-child {
  max-width: 900px;
}

.advisor-columns,
.guide-media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: start;
}

.advisor-columns h3,
.guide-media-split h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.advice-panel {
  border-left: 6px solid var(--primary);
  padding: 8px 0 8px 28px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-weight: 760;
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  top: 12px;
  left: 2px;
  color: var(--primary-ink);
  content: "✓";
  font-weight: 950;
}

.check-list.spacious li {
  padding-block: 16px;
}

.plain-note {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 15px;
}

.plain-note strong {
  color: var(--text);
}

.process-list {
  counter-reset: process;
  display: grid;
}

.process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 46px minmax(150px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
}

.process-list strong {
  color: var(--text);
  line-height: 1.4;
}

.process-list span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.process-list.compact li {
  grid-template-columns: 40px minmax(140px, 0.7fr) minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
}

.guide-deep-dive {
  margin-top: 18px;
  border-radius: 8px;
}

.guide-deep-dive summary {
  position: relative;
  padding-right: 64px;
}

.guide-deep-dive summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--primary-ink);
  content: "+";
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.guide-deep-dive[open] summary::after {
  content: "−";
}

.guide-deep-dive > div {
  max-width: 920px;
  padding: 0 22px 22px;
}

.guide-deep-dive p:last-child {
  margin-bottom: 0;
}

.advisor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.text-link {
  width: fit-content;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 4px;
  color: var(--text);
  font-weight: 900;
}

.comparison-table-wrap {
  max-width: 100%;
  margin: 24px 0 32px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  min-width: 190px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 14.5px;
  line-height: 1.55;
}

.comparison-table thead th {
  background: #18181b;
  color: var(--surface);
  font-size: 13px;
  text-transform: uppercase;
}

.comparison-table tbody th {
  min-width: 155px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 16px;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
  border-right: 0;
}

.floor-table {
  min-width: 1040px;
}

.advice-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  margin-top: 36px;
}

.advice-duo article {
  border-top: 6px solid var(--primary);
  padding-top: 22px;
}

.advice-duo h3 {
  font-size: 28px;
}

.advice-duo p {
  font-size: 16px;
}

.advice-duo strong {
  color: var(--text);
}

.advisor-tip,
.advisor-warning {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 34px;
  border-radius: 8px;
  padding: 26px;
  background: var(--primary);
}

.advisor-tip strong,
.advisor-warning strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.advisor-tip p,
.advisor-warning p {
  margin: 0;
  color: var(--text);
  font-size: 15.5px;
}

.guide-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface-2);
  box-shadow: var(--shadow-soft);
}

.guide-visual-wide {
  margin-bottom: 30px;
}

.guide-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.guide-visual figcaption {
  border-top: 1px solid var(--line);
  padding: 16px 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.guide-visual figcaption strong {
  color: var(--text);
}

.guide-media-split {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.guide-media-split.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

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

.coating-comparison article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.coating-comparison article:nth-child(2) {
  background: var(--surface-2);
}

.material-tag {
  width: fit-content;
  margin-bottom: 22px;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 5px;
  color: var(--text);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.coating-comparison h3 {
  min-height: 58px;
  font-size: 25px;
}

.coating-comparison h4 {
  margin: 12px 0 8px;
  color: var(--text);
  font-size: 13px;
  text-transform: uppercase;
}

.coating-comparison p,
.coating-comparison li {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.coating-comparison ul {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  padding-left: 18px;
}

.coating-comparison .text-link {
  margin-top: auto;
}

.system-build {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: 34px;
  margin-top: 32px;
  border-radius: 8px;
  padding: 30px;
  background: #18181b;
  color: var(--surface);
}

.system-build h3,
.system-build .section-kicker {
  color: var(--surface);
}

.system-build p,
.system-build small {
  color: rgba(255, 255, 255, 0.7);
}

.system-build ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.system-build li {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 170px;
  padding: 18px;
  background: #18181b;
}

.system-build li span {
  color: var(--primary);
  font-weight: 950;
}

.system-build li strong {
  color: var(--surface);
  font-size: 16px;
}

.system-build li small {
  font-size: 12.5px;
  line-height: 1.45;
}

.repair-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.repair-steps article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.repair-steps span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  background: var(--primary);
  color: var(--text);
  font-weight: 950;
}

.repair-steps p {
  margin: 0;
  font-size: 15px;
}

.qualification-band {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  border-radius: 8px;
  padding: 28px;
  background: var(--primary);
}

.qualification-mark {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 64px;
  line-height: 1;
}

.qualification-band h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.qualification-band p {
  margin: 0;
  color: var(--text);
  font-size: 15.5px;
}

.cost-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: 48px;
  align-items: start;
  scroll-margin-top: 112px;
  border-top: 8px solid var(--primary);
  border-radius: 8px;
  padding: 46px;
  background: #18181b;
  color: var(--surface);
}

.cost-guide h2,
.cost-guide h3,
.cost-guide .section-kicker {
  color: var(--surface);
}

.cost-guide p {
  color: rgba(255, 255, 255, 0.72);
}

.cost-guide .button {
  margin-top: 12px;
}

.cost-factors {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 38px;
}

.cost-factors ul {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.cost-factors li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.5;
}

.cost-factors strong {
  color: var(--surface);
}

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

.request-grid article {
  border-top: 6px solid var(--primary);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface-2);
}

.request-grid article > span {
  color: var(--primary-ink);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.request-grid h3 {
  margin-top: 18px;
  font-size: 25px;
}

.request-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.guide-faq {
  max-width: 980px;
}

.guide-faq h2 {
  margin-bottom: 32px;
}

.guide-faq details {
  border-radius: 8px;
}

.source-note {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-note h2 {
  font-size: 42px;
}

.source-note ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-note a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 820;
}

.source-note a::after {
  margin-left: 8px;
  color: var(--primary-ink);
  content: "↗";
}

.partner-showcase {
  padding-top: 42px;
  padding-bottom: 42px;
}

.partner-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 0;
  background: var(--surface-2);
}

.partner-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: partner-scroll 48s linear infinite;
  will-change: transform;
}

.partner-marquee:hover .partner-track {
  animation-play-state: paused;
}

.partner-set {
  display: flex;
  gap: 16px;
}

.partner-logo {
  display: grid;
  flex: 0 0 196px;
  width: 196px;
  height: 96px;
  place-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(24, 24, 27, 0.12);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
}

.partner-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 54px;
  object-fit: contain;
}

@keyframes partner-scroll {
  to {
    transform: translate3d(calc(-50% - 8px), 0, 0);
  }
}

.calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.calc-form,
.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(24, 24, 27, 0.16);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: var(--field);
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  outline: 2px solid rgba(247, 201, 72, 0.45);
  outline-offset: 2px;
}

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

.calc-result {
  position: sticky;
  top: 108px;
  padding: 28px;
  background: var(--primary);
  color: var(--text);
  box-shadow: var(--shadow);
}

.calc-result span {
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.calc-result strong {
  display: block;
  margin: 10px 0 16px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 56px;
  line-height: 0.95;
}

.calc-result p {
  color: rgba(37, 40, 42, 0.72);
}

.contact-page {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
}

.request-checklist span,
.message-preview span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.form-status {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font-weight: 850;
  line-height: 1.45;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-pending {
  border-color: rgba(202, 155, 0, 0.38);
  background: rgba(250, 204, 0, 0.14);
}

.form-status.is-success {
  border-color: rgba(22, 101, 52, 0.35);
  background: rgba(22, 101, 52, 0.08);
  color: #14532d;
}

.form-status.is-error {
  border-color: rgba(185, 28, 28, 0.35);
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
}

.form-actions .button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-actions button.button {
  font: inherit;
}

.contact-page-upgraded {
  grid-template-columns: minmax(0, 1fr) minmax(0, 390px);
  align-items: start;
  padding-top: 32px;
}

.contact-guidance {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 16px;
}

.request-checklist,
.trust-mini-grid div,
.message-preview {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.request-checklist {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.request-checklist ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.45;
}

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

.trust-mini-grid div {
  min-height: 112px;
  padding: 16px;
}

.trust-mini-grid strong,
.trust-mini-grid span {
  display: block;
}

.trust-mini-grid strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 16px;
  line-height: 0.96;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.trust-mini-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.smart-contact-form {
  gap: 22px;
  min-width: 0;
}

.form-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.form-heading h1 {
  max-width: 680px;
  margin: 0;
  color: var(--text);
  font-size: 48px;
  line-height: 0.98;
}

.form-heading p {
  max-width: 680px;
  margin: 0;
  font-size: 15px;
}

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

.smart-contact-form .form-grid > label:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.form-heading > *,
.form-grid > *,
.contact-guidance,
.contact-guidance > * {
  min-width: 0;
}

.message-preview {
  display: grid;
  gap: 10px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(250, 204, 0, 0.2), transparent 46%),
    var(--surface);
}

.message-preview p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  font-weight: 760;
  white-space: pre-line;
}

.photo-upload {
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--surface);
}

.photo-upload > label {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.photo-upload > label small,
.photo-upload-note,
.photo-file-list small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.photo-upload-input {
  min-height: 58px;
  padding: 8px;
  cursor: pointer;
}

.photo-upload-input::file-selector-button {
  min-height: 40px;
  margin-right: 12px;
  border: 0;
  border-radius: 6px;
  padding: 9px 14px;
  background: var(--primary);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.photo-upload-note {
  margin: 0;
  line-height: 1.45;
}

.photo-file-list {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.photo-file-list[hidden] {
  display: none;
}

.photo-file-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 9px;
}

.photo-file-list li > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.photo-file-list strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.35;
}

.photo-file-list button {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.photo-file-list button:hover,
.photo-file-list button:focus-visible {
  border-color: var(--primary);
  outline: 2px solid rgba(247, 201, 72, 0.45);
  outline-offset: 2px;
}

.contact-process {
  padding-top: 42px;
}

.contact-process .steps li {
  cursor: default;
}

.quality-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  padding: 86px max(24px, calc((100vw - 1180px) / 2));
  border-block: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 8px),
    #27272a;
  color: var(--surface);
}

.quality-band h2 {
  max-width: 650px;
  color: var(--surface);
}

.quality-band h3 {
  color: var(--surface);
}

.quality-band p,
.quality-band .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.quality-band .section-kicker {
  border-bottom-color: var(--primary);
  background: transparent;
}

.quality-list {
  display: grid;
  gap: 14px;
}

.quality-list article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.quality-list span {
  color: var(--primary);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 26px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: stretch;
}

.process-board .steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps li {
  min-height: 218px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  counter-increment: step;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.steps li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.steps li.is-active {
  background: #18181b;
  color: var(--surface);
}

.steps li::before {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: var(--primary);
  color: var(--text);
  content: counter(step);
  font-weight: 950;
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  font-size: 24px;
}

.steps span {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.steps li.is-active span,
.steps li.is-active strong {
  color: var(--surface);
}

.process-detail {
  display: grid;
  align-content: end;
  gap: 16px;
  min-height: 100%;
  border-radius: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(250, 204, 0, 0.22), transparent 44%),
    #27272a;
  box-shadow: var(--shadow);
  color: var(--surface);
}

.process-detail span {
  color: var(--primary);
  font-weight: 950;
  text-transform: uppercase;
}

.process-detail strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 48px;
  line-height: 0.96;
  text-transform: uppercase;
}

.process-detail p {
  color: rgba(255, 255, 255, 0.78);
}

.reviews {
  padding-top: 24px;
}

.reviews-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: center;
  border-radius: 18px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(250, 204, 0, 0.24), transparent 42%),
    var(--surface);
  box-shadow: var(--shadow);
}

.reviews-card h2 {
  max-width: 760px;
}

.reviews-card p {
  max-width: 760px;
}

.reviews-actions {
  display: grid;
  gap: 14px;
}

.review-slider {
  position: relative;
  display: grid;
  gap: 16px;
}

.review-window {
  overflow: hidden;
  border-radius: 18px;
  background: #18181b;
  box-shadow: var(--shadow-soft);
}

.review-track {
  display: flex;
  transition: transform 420ms ease;
}

.review-slide {
  display: grid;
  min-width: 100%;
  gap: 16px;
  padding: 34px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 8px),
    #18181b;
  color: var(--surface);
}

.review-slide span {
  width: fit-content;
  border-bottom: 4px solid var(--primary);
  padding-bottom: 8px;
  color: var(--surface);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.review-slide strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 44px;
  line-height: 0.98;
  text-transform: uppercase;
}

.review-slide p {
  color: rgba(255, 255, 255, 0.76);
}

.review-slide a {
  width: fit-content;
  color: var(--primary);
  font-weight: 950;
  text-transform: uppercase;
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: var(--text);
  cursor: pointer;
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 14px 32px rgba(24, 24, 27, 0.2);
}

.review-arrow.prev {
  left: -22px;
}

.review-arrow.next {
  right: -22px;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dots button {
  width: 34px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 24, 27, 0.18);
  cursor: pointer;
}

.review-dots button.is-active {
  background: var(--primary);
}


.area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
}

.area-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.area-panel strong {
  color: var(--text);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.area-panel a {
  color: var(--primary);
  font-weight: 900;
}

.area-panel span {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

summary {
  cursor: pointer;
  padding: 22px;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 40px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 80px;
  padding: 48px;
  border: 0;
  border-radius: 18px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 8px),
    #18181b;
  box-shadow: var(--shadow);
  color: var(--surface);
}

.contact.mini {
  margin-top: 24px;
}

.contact h2,
.contact .section-kicker {
  color: var(--surface);
}

.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-actions {
  justify-content: flex-end;
}

.footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(160px, 0.72fr));
  gap: 34px;
  scroll-margin-top: 136px;
  width: 100%;
  margin: 0;
  padding: 58px max(24px, calc((100vw - 1180px) / 2)) 30px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 2px, transparent 2px 8px),
    #18181b;
  color: var(--surface);
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer a:hover {
  color: var(--primary);
}

.footer-brand {
  display: grid;
  gap: 18px;
  max-width: 390px;
}

.footer-brand .brand {
  color: var(--surface);
}

.footer-brand .brand small {
  color: rgba(255, 255, 255, 0.64);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column strong {
  margin-bottom: 8px;
  color: var(--surface);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  font-size: 14px;
  font-weight: 820;
  line-height: 1.45;
}

.footer-column a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 18px;
  background: #25d366;
  color: #0b2616;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(11, 38, 22, 0.22);
}

.whatsapp-float:hover {
  transform: translateY(-1px);
}

.consent-is-open {
  overflow: hidden;
}

.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(10, 10, 12, 0.82);
  backdrop-filter: blur(5px);
}

.consent-overlay[hidden] {
  display: none;
}

.consent-dialog {
  width: min(1240px, 100%);
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  border: 1px solid #444449;
  border-top: 5px solid var(--primary);
  border-radius: 6px;
  background: #1b1b1e;
  color: #fff;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
  overscroll-behavior: contain;
  scrollbar-color: var(--primary) #2c2c30;
}

.consent-header {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 44px;
  gap: 20px;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #3b3b40;
}

.consent-brand-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  background: #fff;
}

.consent-brand-mark img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.consent-close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #56565c;
  border-radius: 4px;
  background: #29292d;
  color: #fff;
  font: inherit;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

.consent-close:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.consent-heading,
.consent-copy,
.consent-preferences-heading,
.consent-category-title {
  min-width: 0;
}

.consent-label {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  text-align: center;
}

.consent-heading h2 {
  margin: 0;
  font-family: inherit;
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.consent-heading h2:focus {
  outline: none;
}

.consent-copy {
  display: grid;
  justify-items: center;
  padding: 34px 56px 20px;
  text-align: center;
}

.consent-copy[hidden],
.consent-controls[hidden],
.consent-preferences[hidden],
.consent-category-details[hidden] {
  display: none;
}

.consent-copy p {
  max-width: 1060px;
  margin: 0 0 14px;
  color: #dedee2;
  font-size: 17px;
  line-height: 1.65;
}

.consent-copy .consent-lead {
  color: #fff;
  font-weight: 750;
}

.consent-copy .consent-reject-text {
  margin-top: 6px;
  color: #fff;
  font-weight: 750;
}

.consent-inline-reject {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.consent-inline-reject:hover {
  color: var(--primary);
}

.consent-copy p:last-of-type {
  margin-bottom: 16px;
}

.consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
}

.consent-privacy-link,
.consent-settings-button {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.consent-privacy-link {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.consent-privacy-link:hover {
  color: var(--primary);
}

.consent-controls {
  display: grid;
  gap: 14px;
  padding: 0 56px 34px;
}

.consent-preferences {
  display: grid;
  gap: 20px;
  padding: 30px 56px 38px;
  border-top: 1px solid #444449;
  background: #232327;
}

.consent-dialog.is-preferences {
  width: min(1240px, 100%);
}

.consent-preferences-heading h3 {
  margin: 0 0 8px;
  font-family: inherit;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.consent-preferences-heading h3:focus {
  outline: none;
}

.consent-preferences-heading p {
  max-width: 900px;
  margin: 0;
  color: #c8c8cd;
  font-size: 15px;
  line-height: 1.55;
}

.consent-preference-list {
  display: grid;
  gap: 10px;
}

.consent-category {
  border: 1px solid #56565c;
  background: #303035;
}

.consent-category.is-open {
  border-left: 4px solid var(--primary);
}

.consent-category-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 68px;
}

.consent-category-trigger {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  align-self: stretch;
  border: 0;
  padding: 14px 16px;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.consent-category-trigger:hover .consent-category-title {
  color: var(--primary);
}

.consent-category-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  background: var(--primary);
  color: #18181b;
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.consent-category-title {
  font-size: 16px;
  font-weight: 900;
}

.consent-required-badge {
  margin-right: 18px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.consent-category-details {
  padding: 17px 20px 20px 54px;
  border-top: 1px solid #56565c;
  background: #242428;
}

.consent-category-details p {
  max-width: 720px;
  margin: 0 0 12px;
  color: #d5d5d9;
  font-size: 14px;
  line-height: 1.6;
}

.consent-category-details p:last-of-type {
  margin-bottom: 14px;
}

.consent-provider-note strong {
  color: #fff;
}

.consent-provider-link {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent-switch {
  position: relative;
  display: inline-flex;
  margin-right: 18px;
  cursor: pointer;
}

.consent-switch-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}

.consent-switch-control {
  position: relative;
  display: block;
  width: 52px;
  height: 30px;
  border: 2px solid #6d6d73;
  border-radius: 999px;
  background: #4b4b50;
  transition: border-color 160ms ease, background 160ms ease;
}

.consent-switch-control::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform 160ms ease, background 160ms ease;
}

.consent-switch-input:checked + .consent-switch-control {
  border-color: var(--primary);
  background: var(--primary);
}

.consent-switch-input:checked + .consent-switch-control::after {
  transform: translateX(22px);
  background: #18181b;
}

.consent-switch-input:focus-visible + .consent-switch-control {
  outline: 3px solid rgba(255, 204, 0, 0.35);
  outline-offset: 3px;
}

.consent-preferences-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.consent-status {
  margin: 0;
  color: #b8b8be;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.consent-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.consent-button {
  min-height: 58px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 13px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
}

.consent-button.primary {
  background: var(--primary);
  color: #18181b;
}

.consent-actions .consent-button.primary {
  width: min(520px, 100%);
  justify-self: center;
}

.consent-button.consent-settings {
  width: 100%;
  background: #f5f5f6;
  color: #18181b;
}

.consent-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(24, 24, 27, 0.13);
}

.consent-button.primary:hover {
  background: #e8bb00;
}

.consent-settings-button {
  min-height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.consent-settings-button:hover {
  color: var(--primary);
}

@media (max-width: 760px) {
  .consent-overlay {
    align-items: center;
    padding: 0;
  }

  .consent-dialog {
    width: 100%;
    max-height: 100svh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .consent-header {
    grid-template-columns: 48px minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 18px;
  }

  .consent-brand-mark,
  .consent-brand-mark img {
    width: 48px;
    height: 48px;
  }

  .consent-close {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .consent-heading h2 {
    font-size: 23px;
  }

  .consent-copy {
    padding: 24px 18px 16px;
  }

  .consent-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .consent-controls,
  .consent-preferences {
    padding-right: 18px;
    padding-left: 18px;
  }

  .consent-controls {
    padding-bottom: 24px;
  }

  .consent-preferences {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .consent-preferences-heading h3 {
    font-size: 22px;
  }

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

@media (max-width: 420px) {
  .consent-header {
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    gap: 9px;
    padding: 14px;
  }

  .consent-brand-mark,
  .consent-brand-mark img {
    width: 42px;
    height: 42px;
  }

  .consent-close {
    width: 36px;
    height: 36px;
  }

  .consent-label {
    font-size: 10px;
  }

  .consent-heading h2 {
    font-size: 20px;
  }

  .consent-copy,
  .consent-controls,
  .consent-preferences {
    padding-right: 16px;
    padding-left: 16px;
  }

  .consent-category-header {
    gap: 6px;
  }

  .consent-category-trigger {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    padding: 12px;
  }

  .consent-category-icon {
    width: 24px;
    height: 24px;
  }

  .consent-category-title {
    font-size: 14px;
  }

  .consent-required-badge,
  .consent-switch {
    margin-right: 12px;
  }

  .consent-category-details {
    padding: 15px;
  }
}

@media (max-width: 1500px) {
  .whatsapp-float {
    display: none;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}

.reveal-item {
  opacity: 0.82;
  transform: translateY(16px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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

  .partner-marquee {
    overflow-x: auto;
  }

  .partner-track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }
}

@media (max-width: 1100px) {
  .whatsapp-float {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    display: none;
    width: min(340px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 14px;
  }

  .enterprise-hero h1 {
    font-size: 72px;
  }

  .page-enterprise h1 {
    font-size: 64px;
  }
}

@media (min-width: 921px) and (max-width: 1100px) {
  .home-enterprise h1 {
    font-size: 58px;
  }

  .home-enterprise .hero-copy {
    font-size: 16px;
  }

  .home-enterprise .enterprise-panel > strong {
    font-size: 24px;
  }
}

@media (min-width: 921px) and (max-height: 700px) {
  .home-enterprise {
    padding-bottom: 20px;
  }

  .home-enterprise h1 {
    margin-bottom: 14px;
    font-size: 58px;
  }

  .home-enterprise .eyebrow {
    min-height: 34px;
    margin-bottom: 14px;
    padding: 6px 12px;
  }

  .home-enterprise .hero-copy {
    font-size: 15px;
    line-height: 1.4;
  }

  .home-enterprise .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .home-enterprise .button {
    min-height: 44px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .home-enterprise .enterprise-panel {
    padding: 16px;
  }

  .home-enterprise .enterprise-panel > span {
    margin-bottom: 8px;
  }

  .home-enterprise .enterprise-panel > strong {
    font-size: 24px;
  }

  .home-enterprise .enterprise-stats {
    gap: 4px;
    margin-top: 12px;
  }

  .home-enterprise .enterprise-stats div {
    min-height: 44px;
    padding-top: 6px;
  }

  .home-enterprise .enterprise-stats dt {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }
}

@media (max-width: 920px) {
  h1,
  .page-hero h1,
  .detail-hero h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 16px;
    display: none;
    width: min(340px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 14px;
  }

  .hero-content,
  .section-heading,
  .authority-board,
  .showcase-grid,
  .check-shell,
  .work-finder-shell,
  .reviews-card,
  .quality-band,
  .area,
  .contact,
  .detail-hero,
  .content-grid,
  .calculator,
  .process-board,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .contact-guidance {
    position: static;
  }

  .form-heading {
    display: grid;
  }

  .form-heading p {
    max-width: none;
  }

  .hero {
    padding-top: 132px;
  }

  .home-enterprise {
    height: auto;
    min-height: auto;
    padding: 132px 20px 54px;
  }

  .page-enterprise {
    min-height: auto;
    padding: 64px 28px 34px;
  }

  .enterprise-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .enterprise-hero h1 {
    font-size: 68px;
  }

  .enterprise-panel {
    max-width: 620px;
  }

  .enterprise-frame.frame-a {
    top: 110px;
    right: -120px;
    width: 76vw;
    height: 420px;
    opacity: 0.35;
  }

  .enterprise-frame.frame-b {
    top: auto;
    right: 22px;
    bottom: 120px;
    width: 210px;
    height: 210px;
    opacity: 0.4;
  }

  .enterprise-frame.frame-c {
    right: auto;
    bottom: 34px;
    left: 24px;
    width: 260px;
    height: 150px;
    opacity: 0.34;
  }

  .hero-content {
    min-height: auto;
  }

  .hero-media img {
    top: 120px;
    right: 24px;
    width: min(50vw, 380px);
    opacity: 0.35;
  }

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

  .authority-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    height: auto;
  }

  .authority-copy {
    border-color: var(--line);
    background: var(--surface);
    color: var(--text);
  }

  .authority-copy .section-kicker,
  .authority-copy h2,
  .authority-facts strong {
    color: var(--text);
  }

  .authority-copy p,
  .authority-facts small {
    color: var(--muted);
  }

  .authority-facts span {
    border-color: var(--line);
    background: var(--field);
  }

  .authority-grid > .authority-detail {
    scroll-margin-top: 104px;
    scroll-margin-bottom: 20px;
    border-color: rgba(255, 255, 255, 0.16);
    border-left-color: var(--primary);
    background: var(--text);
    box-shadow: var(--shadow);
  }

  .authority-card p {
    display: none;
  }

  .project-check.work-finder > .section-heading {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 24px;
  }

  .project-check.work-finder > .section-heading > * {
    width: 100%;
    min-width: 0;
  }

  .project-check.work-finder > .section-heading .section-kicker {
    width: fit-content;
    max-width: 100%;
  }

  .project-check.work-finder > .section-heading p {
    max-width: 680px;
  }

  .compare-viewport,
  .compare-viewport img {
    min-height: 0;
  }

  .compare-viewport {
    height: 420px;
  }

  .guide-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-option:nth-child(5) {
    grid-column: 1 / -1;
  }

  .guide-result,
  .check-result {
    grid-template-columns: 1fr;
    grid-column: auto;
    grid-row: auto;
  }

  .check-result > span,
  .check-result > strong,
  .check-result > p,
  .guide-next,
  .guide-actions {
    grid-column: auto;
    grid-row: auto;
  }

  .guide-result {
    align-items: start;
  }

  .work-stage {
    min-height: 0;
  }

  .work-stage-copy {
    grid-template-columns: 1fr;
  }

  .work-brief-list {
    grid-template-columns: 1fr;
  }

  .work-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-menu > .work-stage {
    grid-column: 1 / -1;
    width: 100%;
    margin: 2px 0 6px;
    scroll-margin-top: 104px;
    scroll-margin-bottom: 20px;
  }

  .work-row {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .work-row span {
    grid-row: auto;
  }

  .service-grid,
  .steps,
  .process-board .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calc-result {
    position: static;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .service-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .service-hero > div {
    min-width: 0;
    min-height: auto;
    padding: 56px 38px 54px;
  }

  .service-hero h1 {
    font-size: 50px;
  }

  .service-hero img {
    width: 100%;
    min-width: 0;
    min-height: 340px;
    max-height: 430px;
  }

  .service-facts {
    width: min(760px, calc(100% - 32px));
    margin-top: -36px;
  }

  .service-facts dl,
  .service-scope ul {
    grid-template-columns: 1fr;
  }

  .depth-grid,
  .visual-grid,
  .related-grid,
  .seo-copy,
  .footer {
    grid-template-columns: 1fr;
  }

  .guide-article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guide-points {
    padding-top: 0;
  }

  .guide-topic-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-principle,
  .advisor-columns,
  .guide-media-split,
  .guide-media-split.reverse,
  .system-build,
  .cost-guide,
  .source-note {
    grid-template-columns: 1fr;
  }

  .principle-copy {
    position: static;
  }

  .advisor-header h2 {
    font-size: 48px;
  }

  .advice-duo,
  .coating-comparison,
  .repair-steps,
  .request-grid {
    grid-template-columns: 1fr;
  }

  .coating-comparison h3 {
    min-height: 0;
  }

  .system-build ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-build li:last-child {
    grid-column: 1 / -1;
  }

  .cost-factors {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    padding-top: 28px;
    padding-left: 0;
  }

  .visual-card,
  .visual-card:first-child {
    min-height: 340px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 640px) {
  .seo-copy h2 {
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: auto;
    padding: 112px 16px 50px;
  }

  .home-enterprise {
    padding: 112px 16px 46px;
  }

  .page-enterprise {
    width: calc(100% - 24px);
    margin-bottom: 24px;
    border-radius: 16px;
    padding: 52px 20px 28px;
  }

  .enterprise-hero h1 {
    font-size: 44px;
    line-height: 0.94;
  }

  .enterprise-panel {
    padding: 22px;
  }

  .enterprise-panel > strong {
    font-size: 28px;
  }

  .enterprise-stats div {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .enterprise-stats dt {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .hero-media img {
    top: 96px;
    right: -72px;
    width: 300px;
    opacity: 0.22;
  }

  h1,
  .page-hero h1,
  .detail-hero h1 {
    font-size: 48px;
    line-height: 0.96;
  }

  h2 {
    font-size: 40px;
  }

  .hero-copy,
  p {
    font-size: 16px;
  }

  .project-check.work-finder > .section-heading h2 {
    font-size: 34px;
    line-height: 1.05;
    overflow-wrap: normal;
    word-break: normal;
  }

  .project-check.work-finder > .section-heading p {
    max-width: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .authority-copy {
    padding: 28px 22px;
  }

  .authority-facts {
    grid-template-columns: 1fr;
  }

  .authority-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 20px;
  }

  .authority-card::after {
    right: 20px;
    left: 72px;
  }

  .authority-mark {
    width: 40px;
    height: 40px;
  }

  .trust-strip,
  .check-controls,
  .form-grid,
  .service-grid,
  .steps,
  .process-board .steps {
    grid-template-columns: 1fr;
  }

  .compare-viewport,
  .compare-viewport img {
    min-height: 0;
  }

  .compare-viewport {
    height: 340px;
  }

  .showcase-panel {
    padding: 26px;
  }

  .guide-option {
    min-height: 0;
    padding: 15px;
  }

  .guide-result {
    padding: 22px;
  }

  .guide-next li {
    font-size: 13.5px;
  }

  .work-stage {
    grid-template-rows: minmax(220px, auto) auto;
  }

  .work-stage-media {
    min-height: 230px;
  }

  .work-stage-tag {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .work-stage-tag strong {
    font-size: 28px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .work-stage-copy {
    padding: 18px;
  }

  .work-menu {
    grid-template-columns: 1fr;
  }

  .work-row {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 0;
    padding: 14px 15px;
  }

  .work-row span {
    grid-row: 1 / span 2;
  }

  .work-row strong {
    font-size: 22px;
  }

  .work-row small {
    font-size: 13px;
  }

  .stage-dot {
    flex: 1;
  }

  .stage-arrow {
    top: 18%;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .review-arrow.prev {
    left: 10px;
  }

  .review-arrow.next {
    right: 10px;
  }

  .section {
    padding: 68px 0;
  }

  .work-finder {
    padding: 44px 0;
  }

  .quality-band {
    padding-block: 64px;
  }

  .contact {
    padding: 28px;
  }

  .page-hero,
  .detail-hero,
  .breadcrumbs,
  .section,
  .contact {
    width: calc(100% - 24px);
  }

  .footer {
    width: 100%;
  }

  .content-grid article,
  .content-grid aside,
  .checklist,
  .calc-form,
  .calc-result,
  .contact-form,
  .reviews-card,
  .service-card div {
    padding: 22px;
  }

  .calc-result strong {
    font-size: 40px;
  }

  .button {
    width: 100%;
  }

  .form-actions {
    display: grid;
  }

  .photo-upload-input {
    color: transparent;
  }

  .photo-upload-input::file-selector-button {
    width: 100%;
    margin-right: 0;
  }

  .request-checklist {
    padding: 20px;
  }

  .trust-mini-grid {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    flex-basis: 160px;
    width: 160px;
    height: 84px;
    padding: 14px 18px;
  }

  .partner-logo img {
    max-height: 44px;
  }

  .footer {
    display: grid;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 12px;
  }

  .service-hero {
    width: calc(100% - 24px);
    border-radius: 16px;
  }

  .service-hero > div {
    padding: 42px 22px;
  }

  .service-hero img {
    min-height: 280px;
    max-height: 340px;
  }

  .service-hero h1 {
    max-width: 100%;
    font-size: 44px;
  }

  .service-hero .hero-actions {
    display: grid;
  }

  .advice-hero .hero-actions {
    display: grid;
  }

  .service-facts {
    width: calc(100% - 24px);
    margin-top: -28px;
  }

  .service-facts div,
  .service-scope li {
    padding: 18px;
  }

  .service-scope li {
    padding-left: 42px;
  }

  .depth-grid article,
  .seo-copy > div,
  .seo-copy ul,
  .related-card {
    padding: 22px;
  }

  .guide-overview,
  .guide-principle,
  .advisor-section,
  .request-guide,
  .source-note {
    padding-block: 58px;
  }

  .guide-topic-nav {
    grid-template-columns: 1fr;
  }

  .guide-topic-nav a {
    min-height: 132px;
  }

  .principle-copy h2,
  .source-note h2 {
    font-size: 38px;
  }

  .advisor-header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .advisor-header h2 {
    font-size: 40px;
  }

  .advisor-columns,
  .guide-media-split,
  .guide-media-split.reverse {
    gap: 30px;
  }

  .process-list li,
  .process-list.compact li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .process-list li span,
  .process-list.compact li span {
    grid-column: 2;
  }

  .advisor-tip,
  .advisor-warning {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .comparison-table th,
  .comparison-table td {
    min-width: 180px;
    padding: 15px;
  }

  .system-build,
  .cost-guide {
    padding: 24px;
  }

  .system-build ol {
    grid-template-columns: 1fr;
  }

  .system-build li,
  .system-build li:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .qualification-band {
    grid-template-columns: 1fr;
  }

  .qualification-mark {
    font-size: 54px;
  }

  .advisor-actions {
    display: grid;
  }

  .advisor-actions .text-link {
    margin-bottom: 8px;
  }

  .visual-card,
  .visual-card:first-child {
    min-height: 290px;
  }

  .footer {
    padding: 42px 18px 26px;
  }
}
