:root {
  --seo-gold: #c89720;
  --seo-gold-soft: #f4e6ba;
  --seo-ink: #11110f;
  --seo-muted: #66645f;
  --seo-line: rgba(17, 17, 15, .12);
  --seo-paper: #f6f3ec;
}

.b2b-home {
  background: var(--seo-paper);
  border-block: 1px solid var(--seo-line);
}

.b2b-home-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.5fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.b2b-home-copy h2,
.b2b-page h1,
.b2b-page h2 {
  text-wrap: balance;
}

.b2b-home-copy > p:not(.eyebrow) {
  color: var(--seo-muted);
  max-width: 58ch;
}

.b2b-home-copy .text-link {
  display: inline-flex;
  margin-top: 18px;
  color: #7b5a10;
  font-weight: 800;
}

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

.b2b-home-links a {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  background: #fff;
  color: var(--seo-ink);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.b2b-home-links a:hover,
.b2b-home-links a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 151, 32, .65);
  box-shadow: 0 18px 38px rgba(17, 17, 15, .08);
}

.b2b-home-links small {
  color: #8c6712;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.b2b-home-links strong {
  margin-top: 18px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.16;
}

.b2b-home-links span {
  color: var(--seo-muted);
  margin-top: 8px;
}

.b2b-home-links b {
  margin-top: auto;
  color: #8c6712;
}

.b2b-page {
  color: var(--seo-ink);
  background: #fff;
}

.b2b-page .site-header {
  background: rgba(255, 255, 255, .96);
}

.b2b-hero {
  padding: clamp(118px, 14vw, 170px) 0 clamp(66px, 8vw, 112px);
  background:
    radial-gradient(circle at 84% 12%, rgba(200, 151, 32, .22), transparent 30%),
    linear-gradient(145deg, #10100e 0%, #1a1915 62%, #252014 100%);
  color: #fff;
  overflow: hidden;
}

.b2b-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
}

.b2b-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #e7c76f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.b2b-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--seo-gold);
}

.b2b-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.45rem, 6vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.b2b-hero h1 em {
  color: #e7c76f;
  font-style: normal;
}

.b2b-hero-copy > p:not(.b2b-kicker) {
  max-width: 64ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

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

.b2b-actions .button-secondary {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
}

.b2b-hero-visual {
  min-height: 480px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .35);
}

.b2b-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .42));
}

.b2b-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b2b-proof {
  border-bottom: 1px solid var(--seo-line);
}

.b2b-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b2b-proof-grid div {
  padding: 25px clamp(12px, 2.4vw, 30px);
  border-right: 1px solid var(--seo-line);
}

.b2b-proof-grid div:last-child {
  border-right: 0;
}

.b2b-proof-grid strong,
.b2b-proof-grid span {
  display: block;
}

.b2b-proof-grid strong {
  font-size: 1.05rem;
}

.b2b-proof-grid span {
  margin-top: 5px;
  color: var(--seo-muted);
  font-size: .9rem;
}

.b2b-section {
  padding: clamp(68px, 9vw, 120px) 0;
}

.b2b-section.soft {
  background: var(--seo-paper);
}

.b2b-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.b2b-heading h2 {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.b2b-heading p {
  color: var(--seo-muted);
  max-width: 58ch;
  margin: 0;
}

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

.b2b-card {
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid var(--seo-line);
  border-radius: 22px;
  background: #fff;
}

.b2b-card > span {
  color: #8c6712;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.b2b-card h2,
.b2b-card h3 {
  margin: 22px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
}

.b2b-card p {
  color: var(--seo-muted);
}

.b2b-card ul {
  padding-left: 18px;
  color: var(--seo-muted);
}

.b2b-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #795807;
  font-weight: 800;
}

.b2b-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: process;
}

.b2b-process article {
  counter-increment: process;
  min-height: 230px;
  padding: 26px;
  border-top: 3px solid var(--seo-gold);
  background: #171714;
  color: #fff;
}

.b2b-process article::before {
  content: "0" counter(process);
  color: #e7c76f;
  font-weight: 900;
}

.b2b-process h3 {
  margin: 38px 0 10px;
}

.b2b-process p {
  color: rgba(255, 255, 255, .66);
}

.b2b-audiences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.b2b-audience {
  border-radius: 24px;
  padding: clamp(28px, 4vw, 48px);
  background: #171714;
  color: #fff;
}

.b2b-audience:nth-child(2) {
  background: #d7ad48;
  color: #18150e;
}

.b2b-audience p {
  max-width: 58ch;
  opacity: .72;
}

.b2b-audience a {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 900;
  color: inherit;
}

.b2b-faq {
  max-width: 900px;
}

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

.b2b-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 44px 22px 0;
  position: relative;
  font-weight: 800;
}

.b2b-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: #8c6712;
  font-size: 1.4rem;
}

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

.b2b-faq p {
  margin: -5px 0 22px;
  color: var(--seo-muted);
}

.b2b-cta {
  padding: clamp(64px, 9vw, 110px) 0;
  color: #fff;
  background: #11110f;
}

.b2b-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.b2b-cta h2 {
  margin: 0;
  max-width: 17ch;
  font-size: clamp(2rem, 4.7vw, 4.1rem);
  line-height: 1;
}

.b2b-cta p {
  max-width: 58ch;
  color: rgba(255, 255, 255, .66);
}

.seo-language-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.seo-language-links a {
  padding: 7px 10px;
  border: 1px solid var(--seo-line);
  border-radius: 999px;
  color: inherit;
  font-size: .78rem;
  font-weight: 800;
}

.seo-language-links a[aria-current="page"] {
  background: var(--seo-ink);
  color: #fff;
}

@media (max-width: 960px) {
  .b2b-home-grid,
  .b2b-hero-grid,
  .b2b-heading {
    grid-template-columns: 1fr;
  }

  .b2b-home-links,
  .b2b-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .b2b-proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .b2b-proof-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--seo-line);
  }

  .b2b-hero-visual {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .b2b-home-links,
  .b2b-cards,
  .b2b-process,
  .b2b-audiences {
    grid-template-columns: 1fr;
  }

  .b2b-home-links a {
    min-height: 150px;
  }

  .b2b-hero {
    padding-top: 108px;
  }

  .b2b-hero-visual {
    min-height: 310px;
    border-radius: 18px;
  }

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

  .b2b-process article {
    min-height: 180px;
  }

  .b2b-cta-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-home-links a {
    transition: none;
  }
}
