.go2b-rich {
  --go2b-brand: #2e4f20;
  --go2b-brand-soft: #64a244;
  --go2b-ink: #142015;
  --go2b-muted: #566651;
  --go2b-line: #dde8d8;
  --go2b-bg: #f6faf4;
  --go2b-card: transparent;
  --go2b-radius: 18px;
  color: var(--go2b-ink);
}

.go2b-rich > * + * {
  margin-top: 88px;
}

.go2b-rich a {
  color: var(--go2b-brand);
  text-underline-offset: 0.18em;
}

.go2b-rich a:hover {
  color: var(--go2b-brand-soft);
}

.go2b-rich a:focus-visible,
.go2b-rich summary:focus-visible {
  outline: 3px solid rgba(100, 162, 68, 0.35);
  outline-offset: 3px;
  border-radius: 10px;
}

.go2b-eyebrow {
  margin: 0 0 14px;
  color: var(--go2b-brand);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.go2b-title,
.go2b-h2,
.go2b-band__title {
  margin: 0;
  color: var(--go2b-ink);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.go2b-title {
  font-size: clamp(1.9rem, 1.2rem + 1.7vw, 3.1rem);
  max-width: 16ch;
}

.go2b-h2 {
  font-size: clamp(1.35rem, 1.05rem + 0.9vw, 2rem);
}

.go2b-band__title {
  font-size: clamp(1.3rem, 1rem + 0.8vw, 1.9rem);
  color: var(--go2b-brand);
  margin-bottom: 10px;
}

.go2b-sublead,
.go2b-rich p,
.go2b-rich li,
.go2b-rich td,
.go2b-rich th {
  font-size: 1rem;
  line-height: 1.7;
}

.go2b-sublead,
.go2b-muted,
.go2b-note,
.go2b-band p,
.go2b-rich figcaption,
.go2b-compare__list p {
  color: var(--go2b-muted);
}

.go2b-hero {
  padding: clamp(28px, 2vw, 42px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(100, 162, 68, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf6 100%);
}

.go2b-hero__copy {
  max-width: 900px;
}

.go2b-usps,
.go2b-list {
  margin: 22px 0 0;
  padding-left: 1.2rem;
}

.go2b-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.go2b-badge,
.go2b-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 0;
  background: rgba(46, 79, 32, 0.08);
  color: var(--go2b-brand);
  font-size: 0.92rem;
  font-weight: 700;
}

.go2b-grid {
  display: grid;
  gap: 22px;
}

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

.go2b-card,
.go2b-band,
.go2b-compare,
.go2b-consulting {
  border: 0;
  border-radius: 0;
  background: var(--go2b-card);
}

.go2b-card,
.go2b-band,
.go2b-compare,
.go2b-consulting {
  padding: 0;
}

.go2b-card--soft,
.go2b-band--soft {
  background: transparent;
}

.go2b-media iframe,
.go2b-figure img {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 14px;
}

.go2b-media iframe {
  aspect-ratio: 16 / 9;
}

.go2b-video-gate {
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

.go2b-video-gate__facade {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #e9efe5;
}

.go2b-video-gate__poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.go2b-video-gate__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: clamp(20px, 2.2vw, 28px);
  background:
    linear-gradient(180deg, rgba(20, 32, 21, 0.1) 0%, rgba(20, 32, 21, 0.82) 100%);
}

.go2b-video-gate__eyebrow {
  margin: 0 0 8px;
  color: rgba(244, 248, 241, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.go2b-video-gate__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.1rem, 0.95rem + 0.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.go2b-video-gate__text {
  margin: 10px 0 0;
  max-width: 54ch;
  color: rgba(244, 248, 241, 0.92);
}

.go2b-video-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.go2b-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--go2b-line);
  border-bottom: 1px solid var(--go2b-line);
  border-radius: 0;
  background: transparent;
}

.go2b-h2 + .go2b-table-wrap {
  margin-top: 20px;
}

.go2b-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.go2b-table th,
.go2b-table td {
  padding: 14px 16px;
  border-top: 1px solid var(--go2b-line);
  text-align: left;
  vertical-align: top;
}

.go2b-table tbody tr:first-child th,
.go2b-table tbody tr:first-child td,
.go2b-table thead + tbody tr:first-child th,
.go2b-table thead + tbody tr:first-child td {
  border-top: 0;
}

.go2b-table th {
  width: 230px;
  background: rgba(46, 79, 32, 0.04);
  color: var(--go2b-brand);
  font-weight: 700;
}

.go2b-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.go2b-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--go2b-brand);
  border-radius: 12px;
  background: rgba(46, 79, 32, 0.04);
}

.go2b-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.go2b-option-card {
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid var(--go2b-line);
  border-radius: 0;
  background: transparent;
  transition: border-color 0.2s ease;
}

.go2b-option-card:hover {
  border-color: rgba(100, 162, 68, 0.65);
}

.go2b-option-card--recommended {
  border-color: rgba(46, 79, 32, 0.52);
}

.go2b-option-card h3,
.go2b-compare__list h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  color: var(--go2b-ink);
}

.go2b-price-diff {
  margin: 14px 0 0;
  font-weight: 700;
  color: var(--go2b-brand);
}

.go2b-accordion {
  margin: 16px 0 0;
  border-top: 1px solid var(--go2b-line);
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.go2b-accordion summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 18px 56px 18px 0;
  font-weight: 700;
  color: var(--go2b-ink);
}

.go2b-accordion summary::-webkit-details-marker {
  display: none;
}

.go2b-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--go2b-brand);
  font-size: 1.4rem;
  font-weight: 400;
}

.go2b-accordion[open] summary::after {
  content: "-";
}

.go2b-accordion > div,
.go2b-accordion > .go2b-gallery {
  padding: 0 0 20px;
}

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

.go2b-gallery figure {
  margin: 0;
}

.go2b-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border: 0;
  border-radius: 12px;
  background: #f4f6f2;
}

.go2b-gallery figcaption {
  margin-top: 8px;
  font-size: 0.92rem;
}

.go2b-cable {
  align-items: start;
}

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

.go2b-mosaic figure {
  margin: 0;
}

.go2b-mosaic figure:nth-child(5n + 1),
.go2b-mosaic figure:nth-child(5n + 2) {
  grid-column: span 6;
}

.go2b-mosaic figure:nth-child(5n + 3),
.go2b-mosaic figure:nth-child(5n + 4),
.go2b-mosaic figure:nth-child(5n + 5) {
  grid-column: span 4;
}

.go2b-mosaic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  border: 0;
}

.go2b-compare__list {
  display: grid;
  gap: 14px;
}

.go2b-compare__list article {
  padding-top: 14px;
  border-top: 1px solid var(--go2b-line);
}

.go2b-compare__list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.go2b-table-wrap--compare {
  display: none;
  margin-top: 20px;
}

.go2b-grid--faq {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: start;
}

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

.go2b-faq .go2b-accordion {
  margin: 0;
}

.go2b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--go2b-brand);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.go2b-button:hover {
  background: var(--go2b-brand-soft);
  transform: translateY(-1px);
}

.go2b-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.go2b-button--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

@media (min-width: 900px) {
  .go2b-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .go2b-table-wrap--compare {
    display: block;
  }

  .go2b-compare__list {
    display: none;
  }
}

@media (max-width: 1024px) {
  .go2b-rich > * + * {
    margin-top: 72px;
  }

  .go2b-grid--two,
  .go2b-grid--faq,
  .go2b-option-grid {
    grid-template-columns: 1fr;
  }

  .go2b-mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .go2b-mosaic figure:nth-child(5n + 1),
  .go2b-mosaic figure:nth-child(5n + 2) {
    grid-column: span 3;
  }

  .go2b-mosaic figure:nth-child(5n + 3),
  .go2b-mosaic figure:nth-child(5n + 4),
  .go2b-mosaic figure:nth-child(5n + 5) {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .go2b-rich > * + * {
    margin-top: 48px;
  }

  .go2b-hero,
  .go2b-card,
  .go2b-band,
  .go2b-compare,
  .go2b-consulting {
    padding: 0;
    border-radius: 0;
  }

  .go2b-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .go2b-table th,
  .go2b-table td {
    padding: 0;
    white-space: normal;
  }

  .go2b-table-wrap {
    overflow: visible;
    border-top: 0;
    border-bottom: 0;
  }

  .go2b-table,
  .go2b-table tbody,
  .go2b-table tr,
  .go2b-table th,
  .go2b-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .go2b-table {
    min-width: 0;
  }

  .go2b-table tr {
    padding: 14px 0;
    border-top: 1px solid var(--go2b-line);
  }

  .go2b-table tbody tr:last-child {
    border-bottom: 1px solid var(--go2b-line);
  }

  .go2b-table th {
    width: auto;
    margin: 0 0 6px;
    padding: 0;
    background: transparent;
    border-top: 0;
    font-size: 0.95rem;
  }

  .go2b-table td {
    border-top: 0;
    padding: 0;
  }

  .go2b-video-gate__overlay {
    position: static;
    inset: auto;
    justify-content: start;
    display: grid;
    padding: 18px;
    background: linear-gradient(180deg, rgba(20, 32, 21, 0.9) 0%, rgba(20, 32, 21, 0.96) 100%);
  }

  .go2b-video-gate__actions {
    flex-direction: column;
  }

  .go2b-video-gate__actions .go2b-button,
  .go2b-video-gate__actions .go2b-button--ghost {
    width: 100%;
  }

  .go2b-video-gate__poster {
    aspect-ratio: auto;
    max-height: 220px;
  }

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

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

  .go2b-mosaic figure {
    grid-column: span 1 !important;
  }

  .go2b-mosaic img {
    aspect-ratio: 1 / 1;
  }
}
