.feature-post-page {
  background: #fffaf3;
  color: #20252b;
}

.feature-post-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 42px 22px 84px;
}

.feature-post {
  display: grid;
  gap: 64px;
}

.feature-post-hero {
  display: grid;
  max-width: 920px;
  gap: 18px;
  padding-top: 12px;
}

.feature-post-kicker,
.feature-section-kicker {
  margin: 0;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.feature-post-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(44px, 7.8vw, 78px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.do-post-hero {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  max-width: none;
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
}

.do-post-hero-copy {
  display: grid;
  gap: 18px;
}

.do-post-page .do-post-hero h1 {
  letter-spacing: -0.045em;
}

.do-title-line {
  display: block;
  white-space: nowrap;
}

.do-post-hero-mascot {
  display: grid;
  min-width: 0;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  padding: clamp(12px, 2vw, 24px);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.96) 0 49%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(44, 151, 212, 0.16) 0 67%, transparent 68%);
}

.do-post-hero-mascot img {
  display: block;
  width: min(100%, 480px);
  height: auto;
  filter: drop-shadow(0 16px 20px rgba(23, 48, 68, 0.11));
}

.do-post-page .feature-post {
  gap: 44px;
}

.do-quick-intro {
  display: grid;
  max-width: 820px;
  gap: 14px;
}

.do-quick-intro h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.do-quick-intro p {
  max-width: 760px;
  margin: 0;
  color: #3b444e;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.58;
}

.do-quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 2px 0 0;
  padding: 0;
  color: #59616b;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.do-quick-points li::before {
  margin-right: 7px;
  color: var(--brand-blue);
  content: "✓";
}

.feature-post-deck {
  max-width: 800px;
  margin: 0;
  color: #4d5661;
  font-size: clamp(20px, 2.7vw, 26px);
  font-weight: 700;
  line-height: 1.4;
}

.feature-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  color: #7a818a;
  font-size: 14px;
  font-weight: 850;
}

.feature-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 30px;
  border-radius: 20px;
  padding: clamp(28px, 5vw, 50px);
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 8%, rgba(44, 151, 212, 0.34), transparent 31%),
    radial-gradient(circle at 75% 115%, rgba(245, 130, 32, 0.27), transparent 42%),
    #173044;
  box-shadow: 0 24px 52px rgba(23, 48, 68, 0.15);
}

.feature-intro h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 4.2vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.feature-intro p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.58;
}

.feature-intro-points {
  display: grid;
  align-content: end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-intro-points li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.feature-section {
  display: grid;
  gap: 24px;
}

.feature-section-head {
  display: grid;
  max-width: 820px;
  gap: 9px;
}

.feature-section h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 4.5vw, 44px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.feature-copy {
  display: grid;
  max-width: 820px;
  gap: 16px;
}

.feature-copy p,
.feature-copy li {
  margin: 0;
  color: #3b444e;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.64;
}

.feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.feature-screenshot {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
}

.feature-screenshot-frame {
  overflow: hidden;
  border: 1px solid rgba(23, 48, 68, 0.13);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(33, 46, 57, 0.12);
}

.feature-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-screenshot figcaption {
  color: #737b84;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

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

.feature-card {
  border: 1px solid rgba(23, 48, 68, 0.1);
  border-radius: 16px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(33, 46, 57, 0.06);
}

.feature-card .material-symbols-outlined {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: var(--brand-orange);
  background: #fff1df;
}

.feature-card h3 {
  margin: 15px 0 8px;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin: 0;
  color: #59616b;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.feature-takeaway {
  border-left: 5px solid var(--brand-orange);
  border-radius: 0 16px 16px 0;
  padding: clamp(24px, 4vw, 36px);
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(33, 46, 57, 0.07);
}

.feature-takeaway p {
  max-width: 850px;
  margin: 0;
  color: #27313b;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.feature-post-link {
  color: var(--brand-blue);
  font-weight: 850;
}

.editorial-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editorial-stat {
  display: grid;
  align-content: start;
  gap: 8px;
}

.editorial-stat strong {
  color: var(--brand-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.editorial-stat span {
  color: #59616b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.editorial-note {
  max-width: 820px;
  border-left: 4px solid var(--brand-blue);
  border-radius: 0 14px 14px 0;
  padding: 20px 22px;
  background: rgba(44, 151, 212, 0.08);
  color: #35414b;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.55;
}

.editorial-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.do-example-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(23, 48, 68, 0.13);
}

.do-example-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid rgba(23, 48, 68, 0.13);
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease;
}

.do-example-card:hover,
.do-example-card:focus-visible {
  color: var(--brand-blue);
}

.do-example-card:focus-visible {
  outline: 3px solid rgba(44, 151, 212, 0.42);
  outline-offset: 4px;
}

.do-example-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(23, 48, 68, 0.1);
  border-radius: 10px;
  object-fit: cover;
}

.do-example-body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 2px 0;
}

.do-example-body h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.do-example-body p {
  margin: 0;
  color: #59616b;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.52;
}

.do-example-prompt {
  font-style: italic;
}

.do-example-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 900;
}

.do-example-action .material-symbols-outlined {
  font-size: 18px;
}

.do-trust-note {
  max-width: 820px;
  margin: 2px 0 0;
  color: #626b74;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.do-final-cta {
  border-top: 1px solid rgba(23, 48, 68, 0.13);
  padding-top: 36px;
}

@media (max-width: 900px) {
  .editorial-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .do-example-card {
    grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
  }

  .do-post-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(230px, 0.85fr);
    gap: 24px;
  }

  .do-post-page .do-post-hero h1 {
    font-size: clamp(42px, 7vw, 62px);
  }
}

@media (max-width: 760px) {
  .feature-post-shell {
    padding: 28px 18px 64px;
  }

  .feature-post {
    gap: 48px;
  }

  .feature-intro,
  .feature-grid,
  .editorial-stat-grid {
    grid-template-columns: 1fr;
  }

  .do-example-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .do-example-card img {
    height: auto;
  }

  .do-post-hero {
    grid-template-columns: 1fr;
  }

  .do-post-hero-mascot {
    width: min(100%, 430px);
    margin: -8px auto 0;
  }

  .feature-screenshot-frame {
    overflow-x: auto;
    border-radius: 12px;
  }

  .feature-screenshot img {
    width: 900px;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .feature-post-hero h1 {
    font-size: 42px;
  }

  .feature-card {
    padding: 20px;
  }
}
