.astone-seo-catalogue {
  --astone-seo-ink: #26322b;
  --astone-seo-muted: #667068;
  --astone-seo-green: #2f6a45;
  --astone-seo-green-dark: #235238;
  --astone-seo-soft: #f4f6f3;
  --astone-seo-line: #dfe6df;
  box-sizing: border-box;
  width: min(1180px, calc(100% - 48px));
  margin: 72px auto 96px;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  color: var(--astone-seo-ink);
}

.astone-seo-catalogue *,
.astone-seo-catalogue *::before,
.astone-seo-catalogue *::after {
  box-sizing: border-box;
}

.astone-seo-catalogue__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--astone-seo-line);
}

.astone-seo-catalogue__kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--astone-seo-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.astone-seo-catalogue h2,
.astone-seo-catalogue h3,
.astone-seo-catalogue p {
  margin-top: 0;
}

.astone-seo-catalogue h2 {
  margin-bottom: 0;
  color: var(--astone-seo-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.astone-seo-catalogue__intro p,
.astone-seo-catalogue__delivery p {
  margin-bottom: 0;
  color: var(--astone-seo-muted);
  font-size: 17px;
  line-height: 1.7;
}

.astone-seo-catalogue__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 72px;
  overflow: hidden;
  border: 1px solid var(--astone-seo-line);
  border-radius: 20px;
  background: var(--astone-seo-line);
}

.astone-seo-catalogue__grid article {
  min-height: 260px;
  padding: 32px;
  background: #fff;
}

.astone-seo-catalogue__grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--astone-seo-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.astone-seo-catalogue__grid h3 {
  margin-bottom: 12px;
  color: var(--astone-seo-ink);
  font-size: 23px;
  line-height: 1.2;
}

.astone-seo-catalogue__grid p {
  margin-bottom: 20px;
  color: var(--astone-seo-muted);
  font-size: 15px;
  line-height: 1.65;
}

.astone-seo-catalogue__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.astone-seo-catalogue__links a {
  color: var(--astone-seo-green-dark) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(47, 106, 69, 0.35);
  text-underline-offset: 4px;
}

.astone-seo-catalogue__service-card {
  background: var(--astone-seo-green-dark) !important;
}

.astone-seo-catalogue__service-card > span,
.astone-seo-catalogue__service-card h3,
.astone-seo-catalogue__service-card p {
  color: #fff !important;
}

.astone-seo-catalogue__service-card > span {
  opacity: 0.72;
}

.astone-seo-catalogue__service-card p {
  opacity: 0.76;
}

.astone-seo-catalogue__button,
.astone-seo-catalogue__cta a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  background: #fff;
  color: var(--astone-seo-green-dark) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.astone-seo-catalogue__delivery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 48px;
  align-items: end;
  padding: 48px;
  border-radius: 20px;
  background: var(--astone-seo-soft);
}

.astone-seo-catalogue__faq {
  width: min(860px, 100%);
  margin: 72px auto;
}

.astone-seo-catalogue__faq h2 {
  margin-bottom: 28px;
  font-size: clamp(28px, 3vw, 40px);
}

.astone-seo-catalogue__faq details {
  border-top: 1px solid var(--astone-seo-line);
}

.astone-seo-catalogue__faq details:last-child {
  border-bottom: 1px solid var(--astone-seo-line);
}

.astone-seo-catalogue__faq summary {
  padding: 22px 44px 22px 0;
  color: var(--astone-seo-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.4;
  cursor: pointer;
}

.astone-seo-catalogue__faq summary:focus-visible,
.astone-seo-catalogue a:focus-visible {
  outline: 3px solid rgba(47, 106, 69, 0.38);
  outline-offset: 4px;
}

.astone-seo-catalogue__faq details p {
  margin: -6px 0 24px;
  color: var(--astone-seo-muted);
  font-size: 15px;
  line-height: 1.7;
}

.astone-seo-catalogue__cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  border-radius: 16px;
  background: var(--astone-seo-green-dark);
}

.astone-seo-catalogue__cta p {
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

@media (max-width: 959px) {
  .astone-seo-catalogue {
    width: min(100% - 32px, 720px);
    margin-top: 56px;
    margin-bottom: 72px;
  }

  .astone-seo-catalogue__intro,
  .astone-seo-catalogue__delivery {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .astone-seo-catalogue__grid {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .astone-seo-catalogue__grid article {
    min-height: 0;
  }

  .astone-seo-catalogue__grid article > span {
    margin-bottom: 28px;
  }

  .astone-seo-catalogue__delivery {
    padding: 32px;
  }
}

@media (max-width: 569px) {
  .astone-seo-catalogue {
    width: calc(100% - 24px);
    margin-top: 44px;
    margin-bottom: 56px;
  }

  .astone-seo-catalogue__intro {
    gap: 16px;
    padding-bottom: 28px;
  }

  .astone-seo-catalogue__intro p,
  .astone-seo-catalogue__delivery p {
    font-size: 16px;
  }

  .astone-seo-catalogue__grid {
    margin-top: 28px;
    border-radius: 16px;
  }

  .astone-seo-catalogue__grid article,
  .astone-seo-catalogue__delivery {
    padding: 24px;
  }

  .astone-seo-catalogue__faq {
    margin: 52px auto;
  }

  .astone-seo-catalogue__faq summary {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 16px;
  }

  .astone-seo-catalogue__cta {
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }

  .astone-seo-catalogue__cta a,
  .astone-seo-catalogue__button {
    width: 100%;
  }
}
