/* Activity detail, match site section rhythm (activities / services) */
.page-activity-detail {
  --actd-bg: var(--gotezu-bg, #f7f4ef);
  --actd-ink: #1c2539;
  --actd-muted: #5d666f;
  --actd-line: rgba(28, 37, 57, 0.12);
  --actd-orange: #fa8b17;
  --actd-soft: #efeae2;
  --actd-max: 1180px;
  --actd-gutter: 24px;
  background: var(--actd-bg);
  color: var(--actd-ink);
  font-family: "DM Sans", sans-serif;
}

.actd {
  overflow: visible;
}

.actd-wrap,
.actd-hero__inner {
  max-width: var(--actd-max);
  margin: 0 auto;
  padding: 0 var(--actd-gutter);
}

/* Same outer width as other pages; prose stays readable without shrinking the section */
.actd-wrap--narrow {
  max-width: var(--actd-max);
}

.actd-wrap--content {
  max-width: 720px;
}

.actd-wrap--narrow .actd-block > p,
.actd-wrap--narrow .actd-benefits,
.actd-wrap--narrow .actd-bullets,
.actd-wrap--narrow .actd-best,
.actd-wrap--narrow .actd-variations,
.actd-wrap--narrow .actd-steps,
.actd-wrap--content .actd-block > p,
.actd-wrap--content .actd-benefits,
.actd-wrap--content .actd-bullets,
.actd-wrap--content .actd-best,
.actd-wrap--content .actd-variations,
.actd-wrap--content .actd-steps,
.actd-cta .actd-wrap p {
  max-width: 720px;
}

.actd-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--actd-line);
}

.actd-block--intro {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 24px;
}

.actd-spectrum {
  position: sticky;
  top: 110px;
  padding: 0;
  margin-top: 30px;
  text-align: center;
}

.actd-spectrum .actd-section-label {
  text-align: center;
}

.actd-section-label {
  margin: 0 0 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--actd-orange);
}

.actd-spectrum__list {
  list-style: none;
  margin: 0;
  padding: 22px 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(28, 37, 57, 0.04);
}

.actd-spectrum__meta {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--actd-ink);
  text-align: center;
}

.actd-spectrum__track {
  height: 8px;
  border-radius: 999px;
  background: var(--actd-soft);
  overflow: hidden;
}

.actd-spectrum__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--actd-orange), #ffb457);
  animation: actd-fill 0.9s ease both;
}

.actd-hero {
  position: relative;
  padding: 36px 0 72px;
  background:
    radial-gradient(ellipse 55% 45% at 12% 18%, rgba(250, 139, 23, 0.12), transparent 60%), radial-gradient(ellipse 40% 35% at 88% 12%, rgba(250, 139, 23, 0.06), transparent 55%), var(--actd-bg);
  overflow: visible;
}

.actd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      -18deg, transparent 0, transparent 46px, rgba(250, 139, 23, 0.045) 46px, rgba(250, 139, 23, 0.045) 47px
    );
  mask-image: radial-gradient(ellipse 75% 65% at 40% 30%, #000 15%, transparent 72%);
  opacity: 0.9;
}

.actd-hero__inner {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.actd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--actd-muted);
}

.actd-breadcrumb a {
  color: var(--actd-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.actd-breadcrumb a:hover {
  color: var(--actd-orange);
  border-bottom-color: var(--actd-orange);
}

.actd-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  overflow: visible;
}

.actd-hero__copy {
  max-width: 560px;
  animation: actd-rise 0.65s ease both;
}

.actd-hero__badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 10px 21px;
  border-radius: 999px;
  border: 1.5px solid rgba(250, 139, 23, 0.45);
  background: rgba(250, 139, 23, 0.1);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--actd-ink);
  letter-spacing: 0.01em;
}

.actd-hero__title {
  margin: 0 0 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(3.12rem, 6.24vw, 5.46rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--actd-ink);
  text-transform: none;
}

.actd-hero__title em {
  font-style: normal;
  color: var(--actd-orange);
}

.actd-hero__subtitle {
  margin: 0 0 16px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--actd-ink);
}

.actd-hero__hook {
  margin: 0 0 28px;
  max-width: 40ch;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  line-height: 1.65;
  color: var(--actd-muted);
}

.actd-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.actd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 18px 29px;
  border-radius: 999px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

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

.actd-btn--primary {
  background: var(--actd-orange);
  color: #fff;
  border: 1.5px solid var(--actd-orange);
  box-shadow: 0 12px 28px rgba(250, 139, 23, 0.28);
}

.actd-btn--primary:hover {
  background: #e67a0f;
  border-color: #e67a0f;
  color: #fff;
}

.actd-btn--arrow {
  padding-right: 16px;
}

.actd-btn__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--actd-orange);
}

.actd-btn__icon svg {
  width: 18px;
  height: 18px;
}

.actd-btn--primary:hover .actd-btn__icon {
  color: #e67a0f;
}

.actd-btn--ghost {
  background: transparent;
  color: var(--actd-ink);
  border: 1.5px solid rgba(28, 37, 57, 0.18);
}

.actd-btn--ghost:hover {
  border-color: var(--actd-orange);
  color: var(--actd-orange);
}

.actd-hero__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 460px);
  margin-bottom: 22px;
  overflow: visible;
  animation: actd-rise 0.7s ease 0.08s both;
}

.actd-hero__proof {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: -200px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: none;
  padding: 14px 20px 14px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(250, 139, 23, 0.18);
  box-shadow: 0 16px 40px rgba(28, 37, 57, 0.14);
}

.actd-hero__avatars {
  display: flex;
  align-items: center;
  padding-left: 8px;
}

.actd-hero__avatars img {
  width: 42px;
  height: 42px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: contain;
  background: #fff;
}

.actd-hero__proof p {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--actd-muted);
  white-space: nowrap;
}

.actd-hero__proof strong {
  color: var(--actd-orange);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  font-size: 16px;
}

.actd-hero__media {
  position: relative;
  margin: 0;
  border-radius: 36px;
  overflow: hidden;
  background: var(--actd-soft);
  box-shadow: 0 22px 50px rgba(28, 37, 57, 0.12);
}

.actd-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.actd-hero__caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--actd-orange);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: 0 10px 24px rgba(250, 139, 23, 0.35);
  transform: translate(-50%, 50%);
}

/* Quick overview, metric cards */
.actd-facts {
  padding: 48px 0 56px;
  background: var(--actd-bg);
  border-block: 1px solid var(--actd-line);
}

.actd-facts__eyebrow {
  margin: 0 0 22px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--actd-orange);
}

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

.actd-fact-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 18px 16px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
  box-shadow: 0 10px 28px rgba(28, 37, 57, 0.05);
}

.actd-fact-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(250, 139, 23, 0.1);
  border: 1px solid rgba(250, 139, 23, 0.22);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--actd-ink);
}

.actd-fact-card__icon {
  display: inline-grid;
  place-items: center;
  color: var(--actd-orange);
}

.actd-fact-card__icon svg {
  width: 14px;
  height: 14px;
}

.actd-fact-card__value {
  margin: auto 0 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--actd-ink);
  word-break: break-word;
}

.actd-fact-card__detail {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--actd-muted);
}

.actd-body {
  padding: 40px 0 16px;
}

/* How It Works, match Services Programs band */
.page-activity-detail .actd-how.svc-art-band {
  --svc-ink: #1c2539;
  --svc-muted: #5d666f;
  --svc-accent: #fa8b17;
  --svc-bg: var(--gotezu-bg, #f7f4ef);
  --svc-navy: #1c2539;
  --svc-line: #e4e0d8;
  --svc-white: #fff;
  margin: 24px 0 40px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--svc-bg);
  color: var(--svc-ink);
  font-family: "DM Sans", sans-serif;
}

.page-activity-detail .actd-how .svc-section__title,
.page-activity-detail .actd-how .svc-module__title {
  font-family: "Red Hat Display", sans-serif;
  color: var(--svc-ink);
}

.page-activity-detail .actd-how .svc-module {
  cursor: default;
}

/* Benefits deck, match team-building “Why your company needs…” */
.page-activity-detail .actd-benefits-section {
  --svcp-gutter: 24px;
  --svc-ink: #1c2539;
  --svc-muted: #5d666f;
  --svc-accent: #fa8b17;
  --svc-navy: #1c2539;
  --svc-line: #e4e0d8;
  --svc-white: #fff;
  --svc-bg: var(--gotezu-bg, #f7f4ef);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  font-family: "DM Sans", sans-serif;
}

.page-activity-detail .actd-benefits-section .svcp-benefits-head__title,
.page-activity-detail .actd-benefits-section .svcp-benefit-card__title {
  font-family: "Red Hat Display", sans-serif;
}

/* Who It’s Best For, same as homepage Why Gotezu is Different */
.page-activity-detail .actd-best-for.why-gotezu {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Prep cards, same as team-building “What is…” overview cards */
.page-activity-detail .actd-prep-section {
  --svc-ink: #1c2539;
  --svc-muted: #5d666f;
  --svc-accent: #fa8b17;
  --svc-bg: var(--gotezu-bg, #f7f4ef);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--svc-bg);
  font-family: "DM Sans", sans-serif;
}

.page-activity-detail .actd-prep-section .svcp-overview-head__title,
.page-activity-detail .actd-prep-section .svcp-overview-card__title {
  font-family: "Red Hat Display", sans-serif;
}

.page-activity-detail .actd-prep-section .svcp-overview-card {
  min-height: 340px;
}

.page-activity-detail .actd-prep-section .svcp-overview-card__points {
  max-width: 36ch;
}

/* Variations, same as team-building “How Gotezu delivers…” process */
.page-activity-detail .actd-variations-section {
  --svc-ink: #1c2539;
  --svc-muted: #5d666f;
  --svc-accent: #fa8b17;
  --svc-bg: var(--gotezu-bg, #f7f4ef);
  --svc-navy: #1c2539;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--svc-bg);
  font-family: "DM Sans", sans-serif;
}

.page-activity-detail .actd-variations-section .svcp-process-head__title,
.page-activity-detail .actd-variations-section .svcp-process-card__label,
.page-activity-detail .actd-variations-section .svcp-process-card__metric {
  font-family: "Red Hat Display", sans-serif;
}

.page-activity-detail .actd-variations-section .svcp-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .page-activity-detail .actd-variations-section .svcp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-activity-detail .actd-variations-section .svcp-process-grid {
    grid-template-columns: 1fr;
  }
}

.actd-block {
  padding: 40px 0;
  border-bottom: 1px solid var(--actd-line);
}

.actd-block:last-child {
  border-bottom: 0;
}

.actd-block h2,
.actd-related h2,
.actd-faq h2 {
  margin: 0 0 16px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--actd-ink);
}

.actd-block h3 {
  margin: 0 0 8px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--actd-ink);
}

.actd-block p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--actd-muted);
}

.actd-block p:last-child {
  margin-bottom: 0;
}

.actd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.actd-step {
  padding: 22px 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
  box-shadow: 0 10px 30px rgba(28, 37, 57, 0.04);
}

.actd-step__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.actd-step__num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--actd-ink);
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.actd-step__time {
  margin: 2px 0 0 !important;
  font-size: 13px !important;
  color: var(--actd-orange) !important;
  font-weight: 600;
}

.actd-benefits,
.actd-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.actd-benefits li,
.actd-bullets li {
  position: relative;
  padding-left: 20px;
}

.actd-benefits li::before,
.actd-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--actd-orange);
}

.actd-benefits p,
.actd-bullets li {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--actd-muted);
}

.actd-best {
  display: grid;
  gap: 16px;
}

.actd-best__item {
  padding: 18px 20px;
  border-left: 3px solid var(--actd-orange);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0 16px 16px 0;
}

.actd-variations {
  display: grid;
  gap: 16px;
}

.actd-variation {
  padding: 22px 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
}

.actd-related {
  /* Same tokens as .act-grid so related cards keep orange Read More buttons */
  --ag-ink: #1c2539;
  --ag-muted: #5d666f;
  --ag-accent: #fa8b17;
  --ag-card: #fffaf4;
  padding: 72px 0;
  background: #fff;
  border-block: 1px solid var(--actd-line);
}

.actd-related__lead {
  margin: 0 0 40px;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--actd-muted);
}

.actd-related__cards.act-grid__list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.actd-related .act-card__btn {
  background: var(--ag-accent);
  color: #fff;
  border-color: var(--ag-accent);
  box-shadow: 0 8px 20px rgba(250, 139, 23, 0.22);
}

.actd-related .act-card__btn:hover {
  background: #e07a0f;
  border-color: #e07a0f;
  color: #fff;
}

.actd-related__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.actd-related__more .actd-btn {
  min-height: 52px;
  padding: 0 32px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .actd-related__cards.act-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .actd-related__cards.act-grid__list {
    grid-template-columns: 1fr;
  }
}

.actd-faq {
  padding: 72px 0 40px;
}

.actd-faq .actd-wrap--narrow {
  max-width: 720px;
  margin-inline: auto;
}

.actd-faq h2 {
  text-align: center;
}

.actd-faq__list {
  display: grid;
  gap: 12px;
}

.actd-faq__item {
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
}

.actd-faq__item summary {
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--actd-ink);
  list-style: none;
}

.actd-faq__item summary::-webkit-details-marker {
  display: none;
}

.actd-faq__item summary::after {
  content: "+";
  float: right;
  color: var(--actd-orange);
  font-weight: 700;
}

.actd-faq__item[open] summary::after {
  content: "–";
}

.actd-faq__item p {
  margin: 12px 0 0;
  font-size: 16px;
  color: var(--actd-muted);
  line-height: 1.6;
}

.actd-cta {
  padding: 40px 0 88px;
}

.actd-cta p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--actd-muted);
}

@keyframes actd-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes actd-fill {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 991px) {
  .actd-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .actd-hero__copy {
    max-width: none;
  }

  .actd-hero__visual {
    justify-self: center;
    width: min(100%, 420px);
    margin-top: 12px;
  }

  .actd-hero__proof {
    left: -24px;
    top: 16px;
    padding: 12px 16px 12px 12px;
  }

  .actd-hero__avatars img {
    width: 36px;
    height: 36px;
  }

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

  .actd-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .actd-spectrum {
    position: static;
    max-width: 420px;
  }

  .actd-spectrum__list {
    grid-template-columns: 1fr;
  }

  .actd-related, .actd-faq {
    padding: 56px 0;
  }

  .actd-cta {
    padding: 32px 0 64px;
  }
}

@media (max-width: 575px) {
  .page-activity-detail {
    --actd-gutter: 16px;
  }

  .actd-hero {
    padding: 20px 0 56px;
  }

  .actd-hero__title {
    font-size: clamp(2.6rem, 11.7vw, 3.38rem);
  }

  .actd-hero__subtitle {
    font-size: clamp(1.3rem, 4vw, 1.6rem);
  }

  .actd-hero__hook {
    font-size: 18px;
  }

  .actd-btn {
    font-size: 17px;
    padding: 15px 24px;
  }

  .actd-btn__icon {
    width: 36px;
    height: 36px;
  }

  .actd-hero__proof {
    left: 8px;
    right: 8px;
    width: auto;
    max-width: none;
  }

  .actd-hero__proof p {
    white-space: normal;
  }

  .actd-hero__caption {
    max-width: calc(100% - 16px);
    font-size: 12px;
    padding: 10px 14px;
  }

  .actd-facts {
    padding: 36px 0 40px;
  }

  .actd-facts__grid {
    grid-template-columns: 1fr;
  }

  .actd-body {
    padding: 24px 0 8px;
  }

  .actd-block {
    padding: 32px 0;
  }

  .actd-spectrum {
    max-width: none;
  }

  .actd-related, .actd-faq {
    padding: 48px 0;
  }

  .actd-cta {
    padding: 24px 0 56px;
  }
}

.actd-keyword-seo {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px 0 72px;
  overflow: hidden;
}

.actd-keyword-seo::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(250, 139, 23, 0.1), transparent 58%), radial-gradient(ellipse 50% 45% at 92% 18%, rgba(28, 37, 57, 0.05), transparent 52%), linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, transparent 100%);
}

.actd-keyword-seo__panel {
  position: relative;
  z-index: 1;
  width: 100%;
}

.actd-keyword-seo__head {
  margin-bottom: 24px;
}

.actd-keyword-seo h2 {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--actd-ink);
}

.actd-keyword-seo__intro {
  margin-bottom: 24px;
  padding: 28px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 4px 24px rgba(28, 37, 57, 0.06), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.actd-keyword-seo__intro p {
  margin: 0;
  max-width: none;
  font-size: 16px;
  line-height: 1.65;
  color: var(--actd-muted);
}

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

.actd-keyword-seo__card {
  padding: 28px 26px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.06);
  box-shadow: 0 10px 30px rgba(28, 37, 57, 0.05);
}

.actd-keyword-seo__card h3 {
  margin: 0 0 14px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--actd-ink);
}

.actd-keyword-seo__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--actd-muted);
}

.actd-keyword-seo__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.actd-keyword-seo__list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--actd-muted);
}

.actd-keyword-seo__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--actd-orange);
}

.actd-keyword-seo a {
  color: var(--actd-orange);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.actd-keyword-seo a:hover,
.actd-keyword-seo a:focus-visible {
  color: #e07a0f;
  text-decoration: underline;
  outline: none;
}

@media (max-width: 991px) {
  .actd-keyword-seo {
    padding: 48px 0 56px;
  }

  .actd-keyword-seo__grid {
    grid-template-columns: 1fr;
  }

  .actd-keyword-seo__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .actd-keyword-seo {
    padding: 40px 0 48px;
  }

  .actd-keyword-seo__intro, .actd-keyword-seo__card {
    padding: 22px 20px 24px;
    border-radius: 20px;
  }
}
