﻿:root {
  --bg: #f7f6f1;
  --paper: #ffffff;
  --ink: #171511;
  --muted: #6f6b61;
  --line: #e4ded2;
  --accent: #d4af37;
  --accent-strong: #d5b62b;
  --danger: #8c2522;
  --deep: #171511;
  --soft: #f0ebe0;
  --sage: #d8e3d0;
  --sky: #dde8f2;
  --blush: #f2ddd6;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(40, 32, 18, 0.1);
}

* {
  box-sizing: border-box;
}

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

section[id],
.promo-sale[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fbfaf6 0, var(--bg) 520px),
    var(--bg);
  color: var(--ink);
  font-family: Arial, sans-serif;
  line-height: 1.45;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(228, 222, 210, 0.82);
  background: rgba(251, 250, 246, 0.9);
  backdrop-filter: blur(18px);
}

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

.brand strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--ink);
  font-size: 14px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

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

.main-nav a:hover {
  color: var(--ink);
}

.header-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(23, 21, 17, 0.18);
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
}

.header-cart strong {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
}

.catalog-shell,
.hero,
.proof-strip,
.service-band,
.info-band,
.deal-section,
.mktu-section,
.request-section,
.admin-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(410px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: 610px;
  padding: 62px 0 88px;
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    radial-gradient(circle at 84% 28%, rgba(212, 175, 55, 0.32), transparent 28%),
    radial-gradient(circle at 72% 78%, rgba(221, 232, 242, 0.8), transparent 32%),
    linear-gradient(135deg, #fffef9 0%, #f2eee4 58%, #ebe5d7 100%);
}

.hero::after {
  content: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

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

.hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.8vw, 88px);
  letter-spacing: -0.02em;
}

.hero p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: #58544b;
  font-size: 22px;
  line-height: 1.45;
}

.hero .hero-note {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(140, 37, 34, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  color: var(--danger);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-visual {
  display: grid;
  align-items: center;
  min-height: 480px;
  color: inherit;
  text-decoration: none;
}

.brand-stage {
  position: relative;
  width: min(500px, 100%);
  min-height: 500px;
  margin-left: auto;
  transition: transform 0.25s ease;
}

.hero-visual:hover .brand-stage {
  transform: translateY(-4px);
}

.brand-card {
  position: absolute;
  display: grid;
  gap: 12px;
  min-width: 250px;
  padding: 28px;
  border: 1px solid rgba(23, 21, 17, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 90px rgba(60, 48, 25, 0.14);
  backdrop-filter: blur(18px);
}

.brand-card-primary {
  top: 62px;
  right: 22px;
  min-width: 330px;
  min-height: 210px;
  background:
    linear-gradient(140deg, rgba(212, 175, 55, 0.78), rgba(255, 255, 255, 0.78) 54%),
    #fff;
}

.brand-card-secondary {
  left: 10px;
  top: 190px;
  min-width: 292px;
  transform: rotate(-5deg);
  background:
    linear-gradient(140deg, rgba(221, 232, 242, 0.9), rgba(255, 255, 255, 0.86)),
    #fff;
}

.brand-card-tertiary {
  right: 66px;
  bottom: 72px;
  min-width: 284px;
  transform: rotate(4deg);
  background:
    linear-gradient(140deg, rgba(242, 221, 214, 0.9), rgba(255, 255, 255, 0.84)),
    #fff;
}

.brand-mark {
  width: fit-content;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}

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

.brand-card-mini {
  left: 44px;
  bottom: 34px;
  grid-template-columns: repeat(2, 1fr);
  min-width: 210px;
  padding: 14px;
  gap: 8px;
  transform: rotate(2deg);
}

.brand-card-mini span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 6px;
  background: var(--soft);
  font-size: 13px;
  font-weight: 800;
}

.brand-card-mini span:nth-child(2) {
  background: var(--sage);
}

.brand-card-mini span:nth-child(3) {
  background: var(--sky);
}

.brand-card-mini span:nth-child(4) {
  background: var(--accent);
}

.brand-metric {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 6px;
  width: 190px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--deep);
  color: #fff;
  box-shadow: 0 24px 70px rgba(23, 21, 17, 0.18);
}

.brand-metric strong {
  color: var(--accent);
  font-size: 46px;
  line-height: 1;
}

.brand-metric span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: -48px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.proof-strip div {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid rgba(23, 21, 17, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 20px 60px rgba(50, 42, 28, 0.08);
}

.proof-strip strong {
  color: var(--danger);
  font-size: 36px;
  line-height: 1;
}

.proof-strip span {
  color: var(--muted);
}

.catalog-shell {
  padding: 64px 0;
}

.catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--danger);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 860px;
  font-size: clamp(34px, 5vw, 68px);
}

.catalog-head h1,
.catalog-head h2 {
  font-size: clamp(32px, 4.5vw, 58px);
}

.catalog-head p:not(.eyebrow),
.request-copy p,
.admin-section > div p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(23, 21, 17, 0.18);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

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

.button-accent {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent-strong);
  box-shadow: 0 12px 34px rgba(213, 182, 43, 0.18);
}

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

.button-ghost {
  border-color: rgba(23, 21, 17, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.button:hover,
.header-cart:hover {
  transform: translateY(-1px);
}

.toolbar {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(140px, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
}

textarea {
  resize: vertical;
}

.catalog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
  color: var(--muted);
}

.link-button {
  border: 0;
  background: transparent;
  color: var(--danger);
  cursor: pointer;
  text-decoration: underline;
}

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

.tm-card {
  position: relative;
  display: grid;
  grid-template-rows: 160px 1fr;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 16px 46px rgba(45, 36, 22, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tm-card:hover {
  transform: translateY(-3px);
  border-color: #d4c7ad;
  box-shadow: 0 28px 80px rgba(45, 36, 22, 0.12);
}

.tm-logo {
  display: grid;
  gap: 8px;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 76% 20%, rgba(212, 175, 55, 0.52), transparent 30%),
    linear-gradient(135deg, #fffdf6, #eee7d8);
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.tm-logo strong {
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border: 2px solid rgba(23, 21, 17, 0.86);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.54);
  overflow-wrap: anywhere;
  font-size: 27px;
  line-height: 1;
}

.tm-logo span {
  color: var(--muted);
  font-size: 13px;
}

.tm-logo img {
  display: block;
  width: min(230px, calc(100% - 42px));
  height: 96px;
  object-fit: contain;
  border-radius: 6px;
}

.favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.favorite-button.is-active {
  background: var(--accent);
  border-color: var(--accent-strong);
}

.tm-card-body {
  display: grid;
  grid-template-rows: auto auto auto minmax(42px, auto) minmax(34px, auto) auto auto;
  gap: 12px;
  padding: 18px;
}

.tm-type,
.business {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.tm-type {
  color: var(--danger);
  font-weight: 700;
  text-transform: uppercase;
}

.tm-card h2 {
  font-size: 20px;
}

.registry-link {
  color: var(--danger);
  font-weight: 700;
  font-size: 14px;
  text-underline-offset: 3px;
}

.class-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.class-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
  padding-top: 4px;
}

.price-row strong {
  font-size: 17px;
}

.price-row span:not(:empty) {
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
  align-self: end;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  margin-top: 26px;
}

.pagination button {
  flex: 0 0 auto;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
  font-weight: 700;
}

.pagination button.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.info-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
  padding: 72px 0 54px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-band h1,
.info-band h2,
.request-section h1,
.request-section h2,
.admin-section h2 {
  font-size: clamp(28px, 4vw, 46px);
}

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

.steps li {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(45, 36, 22, 0.05);
}

.steps li strong {
  font-size: 18px;
}

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

.service-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 36px;
  padding: 72px 0;
}

.service-heading {
  position: sticky;
  top: 92px;
  align-self: start;
}

.service-heading h1,
.service-heading h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.service-grid,
.benefit-grid {
  display: grid;
  gap: 14px;
}

.service-grid article,
.benefit-grid article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 55px rgba(45, 36, 22, 0.05);
}

.service-grid article span,
.benefit-grid article span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(140, 37, 34, 0.16);
  border-radius: var(--radius);
  background: #fff8d0;
  color: var(--danger);
  font-weight: 700;
  font-size: 20px;
}

.service-grid h3,
.benefit-grid h3 {
  margin: 0;
  font-size: 24px;
}

.service-grid p,
.benefit-grid p {
  margin: 0;
  color: var(--muted);
}

.deal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 32px;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.deal-copy h1,
.deal-copy h2,
.mktu-head h1,
.mktu-head h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.deal-copy p:not(.eyebrow),
.mktu-head p {
  max-width: 740px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
}

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

.team-grid article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 55px rgba(45, 36, 22, 0.05);
}

.team-grid article:first-child {
  grid-column: span 2;
}

.team-grid a,
.mktu-head a:not(.button) {
  color: var(--danger);
  font-weight: 700;
}

.team-grid span {
  color: var(--muted);
}

.mktu-section {
  padding: 72px 0 32px;
}

.mktu-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  margin-bottom: 20px;
}

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

.mktu-grid article {
  display: grid;
  gap: 9px;
  min-height: 190px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.16), transparent 40%),
    var(--paper);
  box-shadow: 0 18px 55px rgba(45, 36, 22, 0.04);
}

.mktu-grid strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.mktu-grid h3 {
  margin: 0;
  font-size: 17px;
}

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

.request-section,
.admin-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 1fr);
  gap: 36px;
  padding: 56px 0;
}

.request-section {
  position: relative;
  padding: 64px 0;
}

.request-section::before {
  content: "";
  position: absolute;
  inset: 28px calc(50% - 50vw);
  z-index: -1;
  background: #eee8dd;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.admin-section {
  align-items: start;
  padding-top: 72px;
  border-top: 1px solid var(--line);
}

.admin-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(140, 37, 34, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.admin-note strong {
  color: var(--danger);
}

.admin-note span {
  color: var(--muted);
}

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

.admin-form label:has(textarea),
.admin-actions,
.admin-form .form-note {
  grid-column: 1 / -1;
}

.admin-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.admin-manager {
  grid-column: 2;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius);
  background: #ffffff;
  color: #141414;
}

.admin-manager-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.admin-manager h3 {
  margin: 0;
  font-size: 22px;
}

.admin-manager p {
  margin: 6px 0 0;
  color: #666666;
  font-size: 14px;
}

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

.admin-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #f7f7f7;
}

.admin-item div {
  display: grid;
  gap: 4px;
}

.admin-item span,
.admin-empty {
  color: #666666;
  font-size: 13px;
}

.admin-item button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #141414;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  font-weight: 800;
}

.admin-manager .button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.faq-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.faq-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
}

.faq-head h1,
.faq-head h2 {
  font-size: clamp(32px, 4.5vw, 58px);
}

.faq-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 55px rgba(45, 36, 22, 0.04);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
  padding: 18px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--danger);
  font-size: 20px;
  line-height: 1;
}

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

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.request-form,
.admin-form,
.lead-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

[hidden] {
  display: none !important;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox input {
  width: 18px;
  min-height: 18px;
}

.privacy-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.privacy-consent input {
  width: 16px;
  min-height: 16px;
  margin: 1px 0 0;
  accent-color: var(--accent-strong);
}

.privacy-consent a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--danger);
  font-size: 14px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 20, 20, 0.58);
}

.modal-panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(780px, calc(100vh - 40px));
  overflow: auto;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--bg);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  font-size: 24px;
}

.cart-items {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.cart-item button {
  border: 0;
  background: transparent;
  color: var(--danger);
  cursor: pointer;
}

.cart-class-picker {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.cart-class-picker > span {
  color: #666666;
  font-size: 13px;
}

.cart-class-picker > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cart-class-picker label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 4px 9px;
  border: 1px solid #141414;
  border-radius: 8px;
  background: #d4af37;
  color: #141414;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.cart-class-picker input {
  width: 14px;
  height: 14px;
  accent-color: #141414;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 52px;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-brand h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.footer-brand a,
.footer-details a {
  color: var(--danger);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

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

.footer-details div {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.footer-details span {
  color: var(--muted);
  font-size: 13px;
}

.footer-details strong {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .service-band,
  .catalog-head,
  .info-band,
  .deal-section,
  .mktu-head,
  .faq-head,
  .site-footer,
  .request-section,
  .admin-section {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: start;
    flex-wrap: wrap;
  }

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

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

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

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

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

  .hero-visual {
    min-height: 300px;
  }

  .brand-stage {
    margin: 0 auto;
  }
}

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

  section[id],
  .promo-sale[id] {
    scroll-margin-top: 156px;
  }

  .site-header {
    gap: 12px;
  }

  .main-nav {
    display: none;
  }

  .catalog-shell {
    padding-top: 28px;
  }

  h1 {
    font-size: 36px;
  }

  .hero {
    min-height: auto;
    padding: 34px 0 48px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 342px;
  }

  .proof-strip {
    margin-top: -22px;
  }

  .toolbar,
  .faq-head,
  .faq-list,
  .admin-form,
  .admin-actions,
  .grid,
  .card-actions,
  .team-grid,
  .footer-details,
  .mktu-grid {
    grid-template-columns: 1fr;
  }

  .team-grid article:first-child {
    grid-column: auto;
  }

  .brand-stage {
    width: 100%;
    min-height: 342px;
  }

  .brand-card-primary {
    top: 24px;
    right: 0;
    left: 6px;
    min-width: 0;
    min-height: 158px;
    padding: 22px;
  }

  .brand-card-secondary,
  .brand-card-tertiary {
    display: none;
  }

  .brand-mark {
    font-size: 34px;
  }

  .brand-card-mini {
    left: 0;
    bottom: 18px;
    min-width: 198px;
  }

  .brand-metric {
    right: 0;
    bottom: 18px;
    width: 144px;
    padding: 14px;
  }

  .brand-metric strong {
    font-size: 34px;
  }

  .tm-card {
    grid-template-rows: 135px 1fr;
  }

  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* PatentVsem visual alignment */
:root {
  --bg: #141414;
  --paper: #ffffff;
  --ink: #141414;
  --muted: #cfcfcf;
  --line: rgba(255, 255, 255, 0.16);
  --accent: #d4af37;
  --accent-strong: #d4af37;
  --danger: #d4af37;
  --deep: #141414;
  --soft: #f1f1e8;
  --shadow: none;
}

body {
  background: #141414;
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
}

.site-header {
  grid-template-columns: auto 1fr auto;
  min-height: 80px;
  border: 0;
  background: #d4af37;
  color: #000000;
  backdrop-filter: none;
}

.brand {
  gap: 12px;
  color: #000000;
}

.brand strong {
  position: relative;
  width: 64px;
  height: 54px;
  border-radius: 0;
  background: transparent;
}

.brand strong::before,
.brand strong::after,
.brand strong span {
  position: absolute;
  content: "";
  transform: none;
}

.brand strong::before {
  left: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  border: 2px solid #141414;
  background: transparent;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.brand strong::after {
  left: 24px;
  bottom: 0;
  width: 34px;
  height: 44px;
  border: 2px solid #141414;
  background: rgba(20, 20, 20, 0.18);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.brand strong span {
  display: none;
}

.brand span:last-child {
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.02em;
}

.main-nav {
  gap: clamp(16px, 2.4vw, 34px);
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}

.main-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-cart,
.button {
  min-height: 40px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-cart {
  border: 1px solid #141414;
  background: transparent;
}

.header-cart strong {
  background: #141414;
  color: #d4af37;
}

.hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.88fr);
  min-height: 440px;
  margin-top: 62px;
  margin-bottom: 86px;
  padding: clamp(34px, 5vw, 52px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.38), transparent 24%),
    linear-gradient(135deg, #d4af37 0%, #d4af37 62%, #b99016 100%);
  color: #141414;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: none;
}

.hero .eyebrow,
.eyebrow {
  color: #d4af37;
  font-size: 12px;
  font-weight: 900;
}

.hero .eyebrow {
  color: #141414;
}

.hero h1 {
  max-width: 720px;
  color: #141414;
  font-size: clamp(44px, 5.6vw, 78px);
  font-weight: 900;
  letter-spacing: -0.035em;
}

.hero p:not(.eyebrow) {
  max-width: 620px;
  color: #141414;
  font-size: 18px;
}

.hero .hero-note {
  border-color: rgba(20, 20, 20, 0.18);
  background: rgba(255, 255, 255, 0.2);
  color: #141414;
}

.button-dark,
.button-accent {
  border-color: #141414;
  background: #141414;
  color: #ffffff;
  box-shadow: none;
}

.button-ghost,
.button-outline {
  border-color: #141414;
  background: transparent;
  color: #141414;
}

.brand-stage {
  min-height: 380px;
}

.brand-card {
  border: 0;
  background: #141414;
  color: #ffffff;
  box-shadow: none;
}

.brand-card-primary {
  top: 24px;
  background: #ffffff;
  color: #141414;
}

.brand-card-secondary,
.brand-card-tertiary {
  background: #141414;
  color: #ffffff;
}

.brand-mark {
  border-color: currentColor;
  font-weight: 900;
}

.brand-card small {
  color: currentColor;
  opacity: 0.72;
}

.brand-card-mini {
  background: #ffffff;
  color: #141414;
}

.brand-card-mini span,
.brand-card-mini span:nth-child(2),
.brand-card-mini span:nth-child(3),
.brand-card-mini span:nth-child(4) {
  background: #d4af37;
}

.brand-metric {
  background: #141414;
  color: #ffffff;
}

.brand-metric strong {
  color: #d4af37;
}

.proof-strip {
  margin-top: -54px;
}

.proof-strip div,
.toolbar,
.tm-card,
.steps li,
.benefit-grid article,
.team-grid article,
.mktu-grid article,
.request-form,
.admin-form,
.lead-form,
.footer-details div,
.faq-list details {
  border: 0;
  background: #ffffff;
  color: #141414;
  box-shadow: none;
}

.proof-strip strong,
.footer-brand a,
.footer-details a,
.team-grid a,
.mktu-head a:not(.button),
.registry-link {
  color: #141414;
}

.proof-strip span,
.catalog-head p:not(.eyebrow),
.request-copy p,
.admin-section > div p,
.deal-copy p:not(.eyebrow),
.mktu-head p,
.faq-head p:not(.eyebrow),
.steps span,
.benefit-grid p,
.team-grid span,
.mktu-grid p,
.business,
.footer-brand span,
.footer-details span,
.faq-list p,
label,
.form-note {
  color: #666666;
}

.catalog-shell,
.info-band,
.service-band,
.deal-section,
.mktu-section,
.request-section,
.admin-section,
.faq-section,
.site-footer {
  color: #ffffff;
}

.catalog-head h1,
.catalog-head h2,
.info-band h1,
.info-band h2,
.service-heading h1,
.service-heading h2,
.deal-copy h1,
.deal-copy h2,
.mktu-head h1,
.mktu-head h2,
.request-section h1,
.request-section h2,
.admin-section h2,
.faq-head h1,
.faq-head h2,
.footer-brand h2 {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.catalog-head h1::first-line,
.catalog-head h2::first-line,
.info-band h1::first-line,
.info-band h2::first-line,
.service-heading h1::first-line,
.service-heading h2::first-line,
.deal-copy h1::first-line,
.deal-copy h2::first-line,
.mktu-head h1::first-line,
.mktu-head h2::first-line,
.faq-head h1::first-line,
.faq-head h2::first-line {
  color: #d4af37;
}

.catalog-shell,
.info-band,
.service-band,
.deal-section,
.mktu-section,
.request-section,
.admin-section,
.faq-section {
  padding-top: 86px;
  padding-bottom: 86px;
  border-color: rgba(255, 255, 255, 0.16);
}

.toolbar {
  border-radius: 10px;
}

input,
select,
textarea {
  border-color: #d9d9d9;
  border-radius: 7px;
  background: #ffffff;
  color: #141414;
}

.tm-logo {
  background: #d4af37;
}

.tm-logo strong {
  border-color: #141414;
  background: #ffffff;
}

.tm-logo img {
  background: #ffffff;
  padding: 8px;
  border: 1px solid rgba(20, 20, 20, 0.18);
}

.favorite-button {
  border: 1px solid #d8d8d8;
  background: #ffffff;
}

.favorite-button.is-active,
.price-row span:not(:empty),
.class-list span,
.service-grid article span,
.benefit-grid article span,
.mktu-grid strong,
.faq-list summary::after {
  background: #d4af37;
  color: #141414;
  border-color: #d4af37;
}

.tm-type {
  color: #141414;
}

.request-section::before {
  background: #d4af37;
  border: 0;
}

.admin-note {
  border: 0;
  background: #d4af37;
  color: #141414;
}

.admin-note strong,
.admin-note span {
  color: #141414;
}

.site-footer {
  border-color: rgba(255, 255, 255, 0.16);
}

.modal-panel {
  background: #ffffff;
  color: #141414;
}

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

  .brand-stage {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
  }

  .brand strong {
    width: 46px;
    height: 40px;
  }

  .brand strong::before,
  .brand strong::after {
    height: 34px;
  }

  .brand strong::before {
    width: 34px;
  }

  .brand strong::after {
    left: 18px;
    width: 28px;
  }

  .header-cart {
    width: 100%;
    justify-content: center;
  }

  .hero {
    margin-top: 28px;
    margin-bottom: 52px;
    padding: 26px 18px;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-visual {
    min-height: 310px;
  }

  .brand-stage {
    min-height: 310px;
  }

  .proof-strip {
    margin-top: -32px;
  }
}

.brand .brand-logo {
  display: block;
  width: 168px;
  max-width: 42vw;
  height: auto;
}

.brand strong,
.brand > span {
  display: none;
}

@media (max-width: 640px) {
  .brand .brand-logo {
    width: 132px;
  }
}

/* Second TZ pass */
.hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.15;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
}

.hero-actions {
  align-items: center;
}

.brand-card {
  line-height: 1.15;
}

.brand-card-primary {
  min-width: 360px;
}

.brand-card-secondary {
  min-width: 330px;
}

.brand-card-tertiary {
  min-width: 305px;
}

.brand-mark {
  font-size: clamp(32px, 3.4vw, 46px);
}

.brand-card small {
  max-width: 320px;
  line-height: 1.35;
}

.brand-card-mini span {
  font-size: 13px;
  font-weight: 900;
}

.proof-strip strong {
  font-weight: 900;
}

.benefit-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
}

.benefit-grid article::after {
  content: "";
  position: absolute;
  inset: auto -34px -42px auto;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: #d4af37;
  opacity: 0.22;
}

.benefit-grid article span {
  width: 72px;
  height: 72px;
  border: 2px solid #141414;
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.6), transparent 34%),
    #d4af37;
  color: #141414;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 8px 8px 0 #141414;
  overflow: hidden;
}

.benefit-grid article span img {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.expert-card {
  min-height: 158px;
}

.expert-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.expert-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #141414;
  border-radius: 999px;
  background: #d4af37;
  color: #141414;
  font-size: 13px;
  text-decoration: none;
}

.mktu-grid a[data-mktu-select] {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d4af37;
  border-radius: 10px;
  background: #d4af37;
  color: #141414;
  font-weight: 900;
  text-decoration: none;
}

.mktu-grid a[data-mktu-select]:hover,
.mktu-grid a[data-mktu-select]:focus-visible {
  background: #141414;
  color: #d4af37;
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}

.cart-item button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #141414;
  border-radius: 8px;
  background: #141414;
  color: #ffffff;
  font-weight: 800;
}

.cart-item button:hover {
  background: #d4af37;
  color: #141414;
}

.admin-section[hidden] {
  display: none !important;
}

@media (max-width: 1180px) {
  .hero h1 span {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .hero h1 span {
    white-space: normal;
  }

  .brand-card-primary {
    min-width: 0;
  }

  .brand-card small {
    max-width: 100%;
  }

  .benefit-grid article span {
    width: 64px;
    height: 64px;
    box-shadow: 5px 5px 0 #141414;
  }
}

/* Promo and placement contrast */
.promo-sale {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(212, 175, 55, 0.28), transparent 28%),
    #ffffff;
  color: #141414;
}

.hero + .promo-sale {
  margin-top: -42px;
  margin-bottom: 54px;
}

.promo-sale + .proof-strip {
  margin-top: 0;
}

.promo-sale .eyebrow {
  color: #141414;
}

.promo-sale h2 {
  max-width: 860px;
  margin: 8px 0 0;
  color: #141414;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
}

.promo-sale p {
  max-width: 820px;
  margin: 12px 0 0;
  color: #333333;
  font-size: 18px;
}

.promo-sale details {
  margin-top: 18px;
  border-top: 1px solid rgba(20, 20, 20, 0.16);
  padding-top: 16px;
}

.promo-sale summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #141414;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.promo-sale summary::-webkit-details-marker {
  display: none;
}

.promo-sale summary::before {
  content: "+";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d4af37;
  color: #141414;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.promo-sale details[open] summary::before {
  content: "-";
}

.promo-sale details[open] summary {
  background: #d4af37;
  color: #141414;
  box-shadow: inset 0 0 0 1px #141414;
}

.promo-sale details[open] summary::before {
  background: #141414;
  color: #d4af37;
}

/* Hero trademark logos */
.hero-logo-board {
  position: relative;
  width: min(470px, 100%);
  min-height: 350px;
  margin-left: auto;
}

.hero-logo-board::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 10px;
  top: 54px;
  bottom: 42px;
  border: 1px solid rgba(20, 20, 20, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 80% 18%, rgba(212, 175, 55, 0.52), transparent 30%),
    rgba(255, 255, 255, 0.42);
  box-shadow: 14px 14px 0 rgba(20, 20, 20, 0.12);
  transform: rotate(-2deg);
  z-index: 0;
}

.hero-logo-board::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 24px;
  transform: rotate(9deg);
  z-index: 1;
}

.hero-logo-tile {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 20, 20, 0.18);
}

.hero-logo-tile img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-key {
  left: 18px;
  top: 52px;
  width: 78px;
  height: 74px;
  transform: rotate(-5deg);
  z-index: 3;
}

.logo-building {
  left: 96px;
  top: 26px;
  width: 124px;
  height: 104px;
  transform: rotate(1deg);
  z-index: 4;
}

.logo-cubes {
  right: 104px;
  top: 64px;
  width: 96px;
  height: 76px;
  transform: rotate(-2deg);
  z-index: 3;
}

.logo-bars {
  right: 12px;
  top: 42px;
  width: 78px;
  height: 86px;
  transform: rotate(3deg);
  z-index: 5;
}

.logo-ervilen {
  right: 30px;
  top: 140px;
  width: 330px;
  height: 86px;
  transform: rotate(-0.5deg);
  z-index: 7;
}

.logo-rotonda {
  left: 0;
  bottom: 42px;
  width: 218px;
  height: 78px;
  transform: rotate(1.2deg);
  z-index: 6;
}

.logo-geraldin {
  right: 4px;
  bottom: 18px;
  width: 238px;
  height: 80px;
  transform: rotate(-1.5deg);
  z-index: 8;
}

@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.56fr);
  }

  .hero h1 {
    max-width: 660px;
    font-size: clamp(40px, 3.55vw, 52px);
  }
}

@media (max-width: 980px) {
  .hero-visual {
    min-height: auto;
  }

  .brand-stage {
    width: 100%;
    min-height: auto;
  }

  .hero-logo-board {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .hero-copy,
  .hero-visual {
    width: 100%;
  }

  .hero p:not(.eyebrow) {
    max-width: 100%;
  }

  .hero-logo-board {
    width: 100%;
    min-height: 330px;
  }

  .hero-logo-board::before {
    left: 20px;
    right: 10px;
    top: 48px;
    bottom: 36px;
    border-radius: 22px;
    box-shadow: 10px 10px 0 rgba(20, 20, 20, 0.12);
  }

  .hero-logo-board::after {
    left: 0;
    top: 26px;
    width: 104px;
    height: 104px;
    border-radius: 18px;
  }

  .hero-logo-tile {
    padding: 7px;
    border-radius: 7px;
    box-shadow: 0 10px 22px rgba(20, 20, 20, 0.16);
  }

  .logo-key {
    left: 4px;
    top: 56px;
    width: 64px;
    height: 62px;
  }

  .logo-building {
    left: 62px;
    top: 30px;
    width: 102px;
    height: 84px;
  }

  .logo-cubes {
    right: 82px;
    top: 72px;
    width: 78px;
    height: 64px;
  }

  .logo-bars {
    right: 0;
    top: 50px;
    width: 64px;
    height: 74px;
  }

  .logo-ervilen {
    right: 8px;
    top: 144px;
    width: 270px;
    height: 76px;
  }

  .logo-rotonda {
    left: 0;
    bottom: 58px;
    width: 166px;
    height: 66px;
  }

  .logo-geraldin {
    right: 0;
    bottom: 36px;
    width: 178px;
    height: 66px;
  }
}

.request-section,
.request-section h2,
.request-section .eyebrow,
.request-section .request-copy p {
  color: #141414;
}

.request-section h2 {
  font-weight: 900;
}

.request-section .eyebrow {
  opacity: 0.78;
}

body .request-section,
body .request-section .request-copy,
body .request-section .request-copy *,
body .request-section .request-copy .eyebrow,
body .request-section .request-copy h1,
body .request-section .request-copy h2,
body .request-section .request-copy p {
  color: #141414 !important;
}

body .request-section .request-copy h1,
body .request-section .request-copy h2 {
  text-shadow: none;
}

body .request-section .request-form .privacy-consent span,
body .request-section .request-form .privacy-consent a {
  color: #333333;
}

/* Benefit icons */
.benefit-grid article .benefit-icon {
  position: relative;
  isolation: isolate;
  width: 72px;
  height: 72px;
  border: 2px solid #141414;
  border-radius: 18px;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.72), transparent 30%),
    #d4af37;
  box-shadow: 8px 8px 0 #141414;
  overflow: visible;
}

.benefit-grid article .benefit-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 52px;
  height: 52px;
  fill: none;
  stroke: #141414;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-grid article .benefit-icon .icon-paper {
  fill: rgba(255, 255, 255, 0.72);
}

.benefit-grid article .benefit-icon .icon-accent {
  stroke-width: 4;
}

.benefit-grid article .benefit-icon .icon-dot {
  fill: #141414;
  stroke: none;
}

@media (max-width: 640px) {
  .benefit-grid article .benefit-icon {
    width: 64px;
    height: 64px;
    box-shadow: 5px 5px 0 #141414;
  }

  .benefit-grid article .benefit-icon svg {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 640px) {
  .admin-manager {
    grid-column: auto;
  }

  .admin-manager-head,
  .admin-item {
    grid-template-columns: 1fr;
  }

  .admin-item button {
    width: 100%;
  }

  .promo-sale {
    border-radius: 18px;
  }

  .hero + .promo-sale {
    margin-top: -22px;
    margin-bottom: 34px;
  }

  .promo-sale h2 {
    font-size: 30px;
  }

  .promo-sale p {
    font-size: 16px;
  }
}

/* Designer polish pass */
html {
  scroll-padding-top: 128px;
}

section[id],
.promo-sale[id] {
  scroll-margin-top: 128px;
}

.site-header {
  min-height: 88px;
  box-shadow: 0 10px 34px rgba(20, 20, 20, 0.08);
}

.main-nav {
  align-items: center;
}

.main-nav a {
  padding: 8px 0;
}

.hero {
  min-height: 590px;
  padding-top: 60px;
  padding-bottom: 76px;
  border-radius: 18px;
}

.hero h1,
.service-heading h1,
.service-heading h2,
.deal-copy h1,
.deal-copy h2,
.mktu-head h1,
.mktu-head h2,
.request-section h1,
.request-section h2,
.admin-section h2,
.faq-head h1,
.faq-head h2,
.footer-brand h2 {
  letter-spacing: 0;
}

.hero h1 {
  font-size: 52px;
  line-height: 1.12;
}

.hero p:not(.eyebrow) {
  max-width: 560px;
  font-size: 20px;
}

.hero .hero-note {
  max-width: 590px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.5);
  color: #141414;
}

.hero-actions {
  display: grid;
  grid-template-columns: fit-content(260px) fit-content(360px);
  align-items: center;
  gap: 10px 12px;
}

.hero-actions .button {
  justify-content: center;
}

.hero-actions .button-accent {
  background: #141414;
  border-color: #141414;
  color: #ffffff;
  box-shadow: none;
}

.hero-actions .button-ghost {
  min-height: 42px;
  padding: 0 14px;
  border-color: rgba(20, 20, 20, 0.42);
  background: rgba(255, 255, 255, 0.18);
}

.hero-actions .button-ghost:last-child {
  grid-column: 1 / -1;
  width: fit-content;
}

.hero-logo-tile {
  border-color: rgba(20, 20, 20, 0.18);
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.16);
}

.service-heading {
  top: 128px;
}

.service-heading h1,
.service-heading h2,
.deal-copy h1,
.deal-copy h2,
.mktu-head h1,
.mktu-head h2 {
  font-size: 46px;
  line-height: 1.12;
}

.service-grid,
.benefit-grid {
  gap: 12px;
}

.service-grid article,
.benefit-grid article {
  min-height: 118px;
  padding: 20px 22px;
  border-color: rgba(20, 20, 20, 0.1);
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.04);
}

.benefit-grid article::after {
  content: none;
}

.service-grid h3,
.benefit-grid h3 {
  font-size: 23px;
  line-height: 1.22;
}

.service-grid p,
.benefit-grid p {
  font-size: 16px;
  line-height: 1.45;
}

.cart-class-picker label {
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.08);
}

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

  section[id],
  .promo-sale[id] {
    scroll-margin-top: 152px;
  }

  .site-header {
    grid-template-columns: auto 1fr;
    gap: 10px 16px;
  }

  .brand {
    grid-column: 1;
  }

  .header-cart {
    grid-column: 2;
    justify-self: end;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding: 2px 0 4px;
    gap: 8px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(20, 20, 20, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 13px;
    line-height: 1;
  }

  .service-heading {
    position: static;
  }

  .service-band {
    gap: 26px;
  }

  .service-heading h1,
  .service-heading h2,
  .deal-copy h1,
  .deal-copy h2,
  .mktu-head h1,
  .mktu-head h2 {
    font-size: 38px;
  }
}

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

  section[id],
  .promo-sale[id] {
    scroll-margin-top: 164px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand,
  .header-cart,
  .main-nav {
    grid-column: 1;
  }

  .brand {
    justify-content: center;
  }

  .header-cart {
    justify-self: stretch;
    min-height: 40px;
  }

  .main-nav {
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 2px;
  }

  .hero {
    margin-top: 24px;
    margin-bottom: 44px;
    gap: 22px;
    padding: 28px 18px 30px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.14;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 18px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button,
  .hero-actions .button-ghost:last-child {
    width: 100%;
  }

  .hero-logo-board {
    min-height: 300px;
  }

  .proof-strip {
    gap: 10px;
  }

  .proof-strip div {
    padding: 20px 22px;
  }

  .proof-strip strong {
    font-size: 34px;
  }

  .info-band,
  .service-band,
  .deal-section,
  .mktu-section,
  .request-section,
  .admin-section,
  .faq-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .info-band h1,
  .info-band h2,
  .service-heading h1,
  .service-heading h2,
  .deal-copy h1,
  .deal-copy h2,
  .mktu-head h1,
  .mktu-head h2,
  .request-section h1,
  .request-section h2,
  .admin-section h2,
  .faq-head h1,
  .faq-head h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  .service-grid article,
  .benefit-grid article {
    grid-template-columns: 64px 1fr;
    gap: 8px 16px;
    padding: 18px;
  }

  .service-grid h3,
  .benefit-grid h3 {
    font-size: 22px;
  }

  .service-grid p,
  .benefit-grid p {
    font-size: 15px;
  }

  .modal-panel {
    padding: 22px 18px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-class-picker label {
    min-height: 34px;
    padding: 5px 10px;
  }
}

/* Header logo emphasis */
.site-header .brand {
  padding: 4px 8px;
  border-radius: 10px;
}

.site-header .brand-logo {
  width: 188px;
  max-width: 46vw;
  filter: contrast(1.16) saturate(1.08) drop-shadow(0 2px 0 rgba(20, 20, 20, 0.22));
}

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

  section[id],
  .promo-sale[id] {
    scroll-margin-top: 24px;
  }

  .site-header {
    position: static;
  }

  .site-header .brand-logo {
    width: 150px;
    max-width: 62vw;
  }
}

/* MKTU finder */
.mktu-layout {
  display: grid;
  gap: 18px;
}

.mktu-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.mktu-panel-head {
  display: grid;
  gap: 6px;
}

.mktu-panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
}

.mktu-panel-head p {
  max-width: 780px;
  margin: 0;
  color: #8d8d8d;
}

.mktu-grid button[data-mktu-preview],
.mktu-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d4af37;
  border-radius: 8px;
  background: #d4af37;
  color: #141414;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.mktu-grid button[data-mktu-preview]:hover,
.mktu-number:hover,
.mktu-number.is-active {
  background: #141414;
  color: #d4af37;
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}

.mktu-finder {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  align-items: start;
}

.mktu-finder .mktu-panel-head,
.mktu-search,
.mktu-class-groups,
.mktu-search-results {
  grid-column: 1;
}

.mktu-detail {
  grid-column: 2;
  grid-row: 1 / span 4;
  position: sticky;
  top: 132px;
  display: grid;
  gap: 12px;
  min-height: 320px;
  padding: 22px;
  border-radius: 10px;
  background: #ffffff;
  color: #141414;
}

.mktu-search {
  display: grid;
  gap: 8px;
  color: #8d8d8d;
}

.mktu-search input {
  min-height: 54px;
  padding: 0 18px;
  border: 2px solid rgba(212, 175, 55, 0.36);
  border-radius: 999px;
  background: #ffffff;
  color: #141414;
  outline: none;
}

.mktu-search input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
}

.mktu-class-groups {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 10px;
  background: #ffffff;
  color: #141414;
}

.mktu-class-groups h4 {
  margin: 0 0 10px;
  font-size: 18px;
}

.mktu-number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mktu-search-results {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mktu-search-results:empty {
  display: none;
}

.mktu-search-results button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
}

.mktu-search-results button:hover {
  background: #d4af37;
  color: #141414;
}

.mktu-detail > span {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #d4af37;
  font-size: 13px;
  font-weight: 900;
}

.mktu-detail h4 {
  margin: 0;
  font-size: 28px;
  line-height: 1.14;
}

.mktu-detail p {
  margin: 0;
  color: #555555;
  font-size: 16px;
}

.mktu-detail-block {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}

.mktu-detail-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.mktu-detail-block h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #1587c8;
  font-size: 20px;
  line-height: 1.2;
}

.mktu-detail-block h5 strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #42bfe9;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.mktu-detail-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: #141414;
}

.mktu-detail-block li::marker {
  color: #1587c8;
}

.mktu-terms {
  max-height: 210px;
  overflow: auto;
  padding-right: 6px;
  color: #141414 !important;
  font-size: 15px !important;
  line-height: 1.45;
}

.mktu-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

@media (max-width: 980px) {
  .mktu-finder {
    grid-template-columns: 1fr;
  }

  .mktu-finder .mktu-panel-head,
  .mktu-search,
  .mktu-class-groups,
  .mktu-search-results,
  .mktu-detail {
    grid-column: auto;
    grid-row: auto;
  }

  .mktu-detail {
    position: static;
  }
}

@media (max-width: 640px) {
  .service-heading h1,
  .service-heading h2,
  .deal-copy h1,
  .deal-copy h2,
  .mktu-head h1,
  .mktu-head h2 {
    font-size: 32px;
    line-height: 1.25;
  }

  .mktu-panel {
    padding: 16px;
  }

  .mktu-panel-head h3 {
    font-size: 22px;
  }

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

  .mktu-grid article {
    min-height: auto;
  }

  .mktu-class-groups {
    padding: 14px;
  }

  .mktu-number-list {
    gap: 7px;
  }

  .mktu-number,
  .mktu-grid button[data-mktu-preview] {
    width: 42px;
    height: 42px;
  }

  .mktu-detail {
    min-height: auto;
    padding: 18px;
  }

  .mktu-detail h4 {
    font-size: 24px;
  }

  .mktu-detail-actions .button {
    width: 100%;
  }
}

/* Gold reference theme */
:root {
  --bg: #1a1208;
  --paper: #ffffff;
  --ink: #0d0a04;
  --muted: #68635b;
  --line: rgba(212, 175, 55, 0.2);
  --accent: #d4af37;
  --accent-strong: #e8c547;
  --danger: #d4af37;
  --deep: #0d0a04;
  --soft: #241906;
  --sage: #d4af37;
  --sky: #e8c547;
  --blush: #f3e2a1;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

body {
  background:
    radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.18), transparent 34rem),
    linear-gradient(180deg, #33270d 0, #1a1208 120px, #0d0a04 100%);
  color: #ffffff;
}

.site-header {
  border-bottom: 1px solid rgba(13, 10, 4, 0.32);
  background: linear-gradient(180deg, #f5d966 0%, #d4af37 46%, #b99016 100%);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.brand,
.main-nav,
.main-nav a,
.header-cart {
  color: var(--ink);
}

.site-header .brand-logo,
.brand-logo {
  filter: sepia(0.52) saturate(0.72) brightness(0.78) contrast(1.18) drop-shadow(0 2px 0 rgba(20, 20, 20, 0.22));
}

.brand strong,
.header-cart strong {
  background: var(--deep);
  color: var(--accent-strong);
}

.main-nav {
  font-weight: 900;
}

.main-nav a:hover {
  color: #000000;
}

.header-cart {
  border-color: rgba(13, 10, 4, 0.34);
  background: linear-gradient(180deg, #f0cf5a 0%, #d4af37 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 8px 20px rgba(0, 0, 0, 0.22);
}

.hero,
.catalog-shell,
.proof-strip,
.service-band,
.info-band,
.deal-section,
.mktu-section,
.request-section,
.admin-section,
.site-footer,
.page-hero,
.promo-sale {
  color: #ffffff;
}

.hero::before {
  background:
    radial-gradient(circle at 78% 24%, rgba(212, 175, 55, 0.28), transparent 30%),
    radial-gradient(circle at 28% 18%, rgba(232, 197, 71, 0.12), transparent 34%),
    linear-gradient(135deg, #33270d 0%, #1a1208 48%, #0d0a04 100%);
}

.hero h1,
.catalog-head h1,
.catalog-head h2,
.request-copy h2,
.admin-section h2,
.page-hero h1,
.promo-sale h2,
.mktu-head h2 {
  color: #ffffff;
}

.hero p:not(.eyebrow),
.catalog-head p:not(.eyebrow),
.request-copy p,
.admin-section > div p,
.page-hero p,
.promo-sale p,
.mktu-head p,
.result-count {
  color: rgba(255, 255, 255, 0.68);
}

.eyebrow,
.hero .eyebrow,
.registry-link,
.team-grid a,
.mktu-head a:not(.button),
.link-button {
  color: var(--accent-strong);
}

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

.hero .hero-note,
.promo-sale {
  border-color: rgba(212, 175, 55, 0.42);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.98), rgba(240, 207, 90, 0.92));
  color: var(--ink);
}

.hero .hero-note,
.promo-sale p,
.promo-sale h2,
.promo-sale .eyebrow {
  color: var(--ink);
}

.content-section {
  padding: 44px var(--page-pad) 72px;
}

.content-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

.content-card h2 {
  margin: 30px 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card p,
.content-card li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.content-card a {
  color: var(--ink);
  font-weight: 800;
}

.content-card ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.button-dark,
.button-primary,
.card-actions .button-dark {
  border-color: rgba(212, 175, 55, 0.55);
  background: linear-gradient(180deg, #2f230d 0%, #0d0a04 100%);
  color: var(--accent-strong);
  box-shadow: inset 0 1px 0 rgba(232, 197, 71, 0.34), 0 12px 30px rgba(0, 0, 0, 0.28);
}

.button-dark:hover,
.button-primary:hover {
  border-color: var(--accent-strong);
  background: linear-gradient(180deg, #3d2d0f 0%, #120d04 100%);
  color: #ffe58a;
}

.button-outline,
.button-ghost {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.toolbar,
.request-form,
.admin-form,
.lead-form,
.modal-panel,
.mktu-class-groups,
.mktu-detail,
.mktu-search input {
  border-color: rgba(212, 175, 55, 0.16);
  background: #ffffff;
  color: var(--ink);
}

.toolbar {
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.toolbar span,
.mktu-search,
.business,
.team-grid span,
.steps span,
.proof-strip span,
.mktu-detail p {
  color: var(--muted);
}

input,
select,
textarea {
  border-color: rgba(13, 10, 4, 0.16);
  background: #ffffff;
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus,
.mktu-search input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.tm-card,
.proof-strip div,
.steps li,
.team-grid article,
.faq-item,
.admin-card,
.service-card,
.info-card,
.deal-card {
  border-color: rgba(212, 175, 55, 0.16);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
}

.tm-card:hover {
  border-color: rgba(232, 197, 71, 0.5);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.32);
}

.tm-card-head,
.tm-logo {
  background:
    radial-gradient(circle at 22% 0, rgba(232, 197, 71, 0.9), transparent 34%),
    linear-gradient(135deg, #f0cf5a 0%, #d4af37 48%, #b99016 100%);
  color: var(--ink);
}

.tm-logo-img,
.tm-logo-text,
.favorite-button {
  background: #ffffff;
  color: var(--ink);
}

.class-pill,
.class-list span,
.price-row span:not(:empty),
.mktu-number,
.mktu-detail > span,
.tag,
.badge {
  border-color: rgba(13, 10, 4, 0.18);
  background: linear-gradient(180deg, #f0cf5a 0%, #d4af37 100%);
  color: var(--ink);
  box-shadow: 0 4px 12px rgba(13, 10, 4, 0.12);
}

.mktu-number:hover,
.mktu-number.is-active,
.mktu-grid button[data-mktu-preview]:hover {
  background: var(--deep);
  color: var(--accent-strong);
  outline-color: var(--accent);
}

.mktu-panel {
  border-color: rgba(212, 175, 55, 0.24);
  background: rgba(13, 10, 4, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.mktu-panel-head h3,
.mktu-detail h4,
.mktu-class-groups h4,
.faq-item summary,
.price-row strong,
.tm-card h2,
.tm-type {
  color: var(--ink);
}

.mktu-panel-head p,
.mktu-search-results button {
  color: rgba(255, 255, 255, 0.72);
}

.mktu-search-results button {
  border-color: rgba(212, 175, 55, 0.58);
}

.mktu-search-results button:hover {
  background: var(--accent);
  color: var(--ink);
}

.mktu-detail-block h5,
.mktu-detail-block li::marker {
  color: #b8941f;
}

.mktu-detail-block h5 strong {
  background: var(--accent);
  color: var(--ink);
}

.mktu-detail-block ul,
.mktu-terms {
  color: var(--ink) !important;
}

.site-footer {
  border-top-color: rgba(212, 175, 55, 0.22);
}

.footer-details article {
  border-color: rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.footer-details,
.footer-details a,
.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-details div span,
.footer-details div strong,
.footer-details div a {
  color: var(--ink);
}

.privacy-consent span,
.privacy-consent a,
body .request-section .request-form .privacy-consent span,
body .request-section .request-form .privacy-consent a {
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  max-width: 620px;
  padding: 16px;
  border: 2px solid var(--accent);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

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

.cookie-actions a {
  color: var(--ink);
  font-weight: 800;
}

.cookie-actions .button {
  min-height: 42px;
  padding: 10px 16px;
}

@media (max-width: 680px) {
  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: space-between;
  }
}

.team-grid .expert-card > a,
.team-grid .expert-card > strong {
  color: var(--ink);
  text-decoration: none;
}

.team-grid .expert-links a {
  border-color: var(--ink);
  background: linear-gradient(180deg, #f0cf5a 0%, #d4af37 100%);
  color: var(--ink);
}

.footer-details div a {
  text-decoration: none;
}


.seo-catalog-directory,
.ai-answer-section,
.tm-detail-page,
.seo-answer-block {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 0;
}

.seo-catalog-directory,
.ai-answer-section,
.seo-answer-block {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.seo-directory-head {
  max-width: 780px;
}

.seo-directory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
  max-height: 520px;
  overflow: auto;
  padding-right: 8px;
}

.seo-directory-list a {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
}

.seo-directory-list span,
.tm-facts dt,
.ai-answer-section dt {
  color: var(--muted);
  font-size: 13px;
}

.ai-answer-section dl,
.tm-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}

.ai-answer-section div,
.tm-facts div {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.tm-detail-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 24px;
  padding: 64px 0 22px;
}

.tm-detail-hero {
  display: grid;
  gap: 16px;
}

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

.tm-card h2 a {
  color: inherit;
  text-decoration: none;
}

.tm-card h2 a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .seo-directory-list,
  .ai-answer-section dl,
  .tm-facts,
  .tm-detail-page {
    grid-template-columns: 1fr;
  }
}

.site-footer .footer-brand > span {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.35;
}

.site-footer .footer-brand > a[href^="tel:"] {
  width: fit-content;
  color: #d4af37;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.site-footer .footer-brand > a[href^="tel:"]:hover {
  color: #ffffff;
}

@media (max-width: 680px) {
  .hero {
    text-align: center;
  }

  .hero-copy {
    justify-items: center;
  }

  .hero .eyebrow,
  .hero h1,
  .hero p:not(.eyebrow) {
    max-width: 100%;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.16;
  }

  .hero .hero-note {
    justify-self: stretch;
    padding: 18px 16px;
    text-align: center;
  }

  .hero-actions {
    width: 100%;
    justify-items: stretch;
  }

  .hero-actions .button {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 54px;
    padding: 10px 14px;
    text-align: center;
    white-space: normal;
    line-height: 1.18;
  }
}

@media (max-width: 680px) {
  body .hero {
    text-align: center !important;
  }

  body .hero-copy {
    justify-items: center !important;
    text-align: center !important;
  }

  body .hero .eyebrow,
  body .hero h1,
  body .hero p:not(.eyebrow),
  body .hero .hero-note {
    text-align: center !important;
  }

  body .hero h1 span {
    display: block;
  }

  body .hero-actions .button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    white-space: normal !important;
  }
}

/* Home SEO block layout */
.ai-answer-section + .proof-strip {
  z-index: 1;
  margin-top: 28px !important;
}

.ai-answer-section + .proof-strip div {
  align-content: start;
}
