/*
 * Exit Five — /clay-marketing-strategy/ pillar page styles.
 * Scoped under .clay-lp-page.
 */

@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7106f71dcd3d0755fd5_OnsiteStandard-Light.woff") format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d710744b16e3070a5338_OnsiteStandard-Regular.woff") format("woff");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Onsite Standard";
  src: url("https://cdn.prod.website-files.com/662f071987728937d4adcba6/6740d7107ec1b7a124e1c544_OnsiteStandard-Medium.woff") format("woff");
  font-weight: 500; font-style: normal; font-display: swap;
}

/* -----------------------------------------------------------------
 * Base
 * ----------------------------------------------------------------- */

.clay-lp-page {
  background: #fdfff3;
  color: #04130d;
  font-family: "Onsite Standard", "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

.clay-lp-page * { box-sizing: border-box; }
.clay-lp-page a { color: inherit; text-decoration: none; }
.clay-lp-page img { display: block; max-width: 100%; }

.clay-shell {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
}

.clay-eyebrow {
  display: inline-block;
  font-family: "Rajdhani", "Onsite Standard", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #04130d;
  background: rgba(138, 255, 128, 0.45);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------
 * Hero — full-width, single column
 * ----------------------------------------------------------------- */

.clay-hero {
  padding: 80px 0 64px;
  position: relative;
}

.clay-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(138, 255, 128, 0.18), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(4, 19, 13, 0.04), transparent 60%);
  pointer-events: none;
}

.clay-hero-inner {
  position: relative;
}

.clay-hero-inner h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}

.clay-hero-body {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 28px;
  color: rgba(4, 19, 13, 0.78);
}

.clay-hero-topics {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.clay-hero-topics li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.clay-hero-topics svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #1f7a1f;
}

/* Hero image (optional) */

.clay-hero-image {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(4, 19, 13, 0.1);
}

.clay-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* -----------------------------------------------------------------
 * Article body — full-width single column
 * ----------------------------------------------------------------- */

.clay-article-section {
  padding: 72px 0 80px;
  border-top: 1px solid rgba(4, 19, 13, 0.08);
}

.clay-article-body {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(4, 19, 13, 0.88);
}

/* ACF article section blocks */

.clay-article-section-block {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(4, 19, 13, 0.08);
}

.clay-article-section-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.clay-section-image {
  margin-bottom: 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(4, 19, 13, 0.08);
  background: rgba(4, 19, 13, 0.02);
}

.clay-section-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: cover;
}

.clay-further-reading-label {
  font-size: 14px;
  margin: 24px 0 8px !important;
}

.clay-further-reading {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 6px !important;
}

.clay-further-reading li {
  padding-left: 0 !important;
  font-size: 14px;
}

.clay-further-reading li::before { display: none !important; }

.clay-further-reading a {
  color: #1f7a1f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Article typography */

.clay-article-body h2 {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  line-height: 1.25;
  margin: 56px 0 16px;
  color: #04130d;
  letter-spacing: -0.01em;
}

.clay-article-body h2:first-child { margin-top: 0; }

.clay-article-body h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 32px 0 12px;
  color: #04130d;
}

.clay-article-body p { margin: 0 0 20px; }
.clay-article-body p:last-child { margin-bottom: 0; }

.clay-article-body ul,
.clay-article-body ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clay-article-body ul li,
.clay-article-body ol li {
  padding-left: 24px;
  position: relative;
}

.clay-article-body ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(4, 19, 13, 0.4);
  font-weight: 400;
}

.clay-article-body ol { counter-reset: list-counter; }
.clay-article-body ol li { counter-increment: list-counter; }
.clay-article-body ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: rgba(4, 19, 13, 0.4);
  font-weight: 600;
  font-size: 14px;
}

.clay-article-body strong { font-weight: 600; color: #04130d; }
.clay-article-body em { font-style: italic; }

.clay-article-body a {
  color: #1f7a1f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clay-article-body a:hover { color: #04130d; }

.clay-article-body hr {
  border: none;
  border-top: 1px solid rgba(4, 19, 13, 0.1);
  margin: 48px 0;
}

/* -----------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------- */

.clay-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #8aff80;
  color: #04130d;
  transition: background 0.15s ease, transform 0.15s ease;
}

.clay-primary-button:hover {
  background: #c8ffbf;
  transform: translateY(-1px);
}

.clay-text-link {
  font-size: 15px;
  font-weight: 500;
  color: rgba(253, 255, 243, 0.65);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clay-text-link:hover { color: #fdfff3; }

/* -----------------------------------------------------------------
 * Membership upsell
 * ----------------------------------------------------------------- */

.clay-upsell-section {
  padding: 80px 0;
  background: #04130d;
  color: #fdfff3;
}

.clay-upsell-section .clay-shell {
  width: min(1100px, calc(100% - 32px));
}

.clay-upsell-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .clay-upsell-card { grid-template-columns: 1fr; gap: 40px; }
}

.clay-upsell-copy h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.clay-upsell-copy > p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 24px;
  color: rgba(253, 255, 243, 0.8);
}

.clay-upsell-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.clay-upsell-price span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(253, 255, 243, 0.5);
}

.clay-upsell-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.clay-upsell-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(253, 255, 243, 0.9);
}

.clay-upsell-bullets svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #8aff80;
}

.clay-upsell-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.clay-upsell-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
