.content-page {
  background: #050b14;
  color: var(--ink);
}

.content-page::before {
  opacity: 0.72;
}

.content-main {
  background: #f4f7fa;
  color: var(--dark);
}

.content-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(46px, 7vw, 108px);
  align-items: center;
  min-height: min(760px, calc(100vh - 92px));
  padding: clamp(72px, 8vw, 126px) clamp(22px, 6vw, 92px) clamp(86px, 10vw, 144px);
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(5, 11, 20, 0.98), rgba(7, 23, 38, 0.94)),
    #050b14;
}

.content-hero::after {
  content: "";
  position: absolute;
  left: clamp(22px, 6vw, 92px);
  right: clamp(22px, 6vw, 92px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(45, 212, 255, 0.58), rgba(200, 162, 74, 0.22), transparent 72%);
}

.content-hero-copy,
.content-hero-panel {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0 0 28px;
  color: #8fa2b8;
  font-size: 12px;
  font-weight: 820;
}

.breadcrumb a {
  color: #b9cada;
  text-decoration: none;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 9px;
  color: #557086;
}

.content-hero h1 {
  max-width: 920px;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.content-hero-copy > p:not(.eyebrow):not(.breadcrumb) {
  max-width: 760px;
  color: #bbcada;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.65;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.content-hero-panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(174, 199, 224, 0.17);
  border-radius: 8px;
  background: rgba(10, 23, 38, 0.78);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.content-hero-panel > span {
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-hero-panel h2 {
  margin: 12px 0 24px;
  color: #ffffff;
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.12;
}

.signal-list,
.check-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(174, 199, 224, 0.12);
  color: #c8d7e6;
  line-height: 1.48;
}

.plain-list li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-bottom: 1px solid rgba(20, 49, 76, 0.1);
  color: #40556b;
  line-height: 1.55;
}

.plain-list li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0ea5d8;
  content: "";
}

.signal-list li::before {
  content: attr(data-step);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(45, 212, 255, 0.34);
  border-radius: 6px;
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 950;
}

.content-band {
  padding: clamp(78px, 9vw, 132px) clamp(22px, 6vw, 92px);
  background: #ffffff;
}

.content-band.muted {
  background: #eef3f7;
}

.content-band.dark {
  background: #071321;
  color: #eef6ff;
}

.content-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.content-heading {
  max-width: 820px;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.content-heading h2 {
  margin-bottom: 20px;
  color: #071321;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.03;
  letter-spacing: 0;
}

.dark .content-heading h2 {
  color: #ffffff;
}

.content-heading > p:not(.eyebrow) {
  color: #526579;
  font-size: 18px;
  line-height: 1.7;
}

.dark .content-heading > p:not(.eyebrow) {
  color: #aebfd1;
}

.answer-block {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
  margin-bottom: clamp(52px, 7vw, 88px);
  padding: clamp(26px, 4vw, 42px) 0;
  border-top: 1px solid #cdd8e3;
  border-bottom: 1px solid #cdd8e3;
}

.answer-block > strong {
  color: #0b7aa5;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.answer-block p {
  margin: 0;
  color: #14283d;
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 730;
  line-height: 1.45;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.content-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #d9e2eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(29, 48, 67, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.content-card:hover {
  border-color: rgba(14, 165, 233, 0.38);
  box-shadow: 0 18px 42px rgba(29, 48, 67, 0.1);
  transform: translateY(-3px);
}

.content-card > span {
  color: #0e7490;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.content-card h3 {
  margin: 18px 0 12px;
  color: #071321;
  font-size: 22px;
  line-height: 1.18;
}

.content-card p {
  margin: 0;
  color: #5a6b7c;
  line-height: 1.68;
}

.dark .content-card {
  border-color: rgba(174, 199, 224, 0.14);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.dark .content-card h3 {
  color: #ffffff;
}

.dark .content-card p {
  color: #aebfd1;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.split-feature h2,
.editorial-copy h2 {
  color: #071321;
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.05;
}

.split-feature p,
.editorial-copy p,
.editorial-copy li {
  color: #506276;
  font-size: 17px;
  line-height: 1.75;
}

.check-list li {
  position: relative;
  padding: 16px 0 16px 38px;
  border-bottom: 1px solid #d7e1ea;
  color: #1d3449;
  font-weight: 720;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dff7fd;
  color: #08789e;
  font-size: 12px;
}

.data-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d5e0e9;
  border-radius: 8px;
  background: #ffffff;
}

.data-table-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1.35fr) minmax(180px, 1fr);
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #e2e9ef;
}

.data-table-row:last-child {
  border-bottom: 0;
}

.data-table-row.head {
  background: #0b1a2b;
  color: #a9c2d8;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.data-table-row:not(.head) span {
  color: #253b50;
  line-height: 1.45;
}

.data-table-row:not(.head) strong {
  color: #071321;
}

.pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 999px;
  background: #ecf9fd;
  color: #08789e;
  font-size: 11px;
  font-weight: 900;
}

.editorial-copy {
  max-width: 820px;
}

.editorial-copy h2 {
  margin-top: 54px;
  margin-bottom: 18px;
}

.editorial-copy h3 {
  margin-top: 36px;
  color: #10263b;
  font-size: 24px;
}

.editorial-copy a {
  color: #08789e;
}

.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 36px;
  color: #6b7d8f;
  font-size: 13px;
  font-weight: 720;
}

.quote-block {
  margin: 40px 0;
  padding: 28px 32px;
  border-left: 3px solid #0ea5e9;
  background: #eaf5f9;
  color: #19344a;
  font-size: 20px;
  font-weight: 720;
  line-height: 1.55;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan-grid.two-plans {
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-grid.two-plans .plan-card {
  min-height: 620px;
}

.plan-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #d7e1ea;
  border-radius: 8px;
  background: #ffffff;
}

.plan-card.featured {
  border-color: rgba(14, 165, 233, 0.55);
  box-shadow: 0 24px 54px rgba(14, 95, 130, 0.14);
}

.plan-card > span {
  color: #0b7aa5;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 14px 0 12px;
  color: #071321;
  font-size: 30px;
}

.plan-card > p {
  min-height: 82px;
  color: #5c6f82;
  line-height: 1.62;
}

.plan-card .check-list {
  margin: 10px 0 28px;
}

.plan-card .button {
  margin-top: auto;
}

.plan-card .button.secondary {
  border-color: #b7c8d6;
  background: #f5f9fc;
  color: #12354a;
  box-shadow: none;
}

.plan-card .button.secondary:hover {
  border-color: #7ba9c0;
  background: #eaf5f9;
}

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

.faq-list details {
  border: 1px solid #d7e1ea;
  border-radius: 8px;
  background: #ffffff;
}

.faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: #0d2337;
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 18px;
  color: #0b7aa5;
  font-size: 26px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: #53677b;
  line-height: 1.7;
}

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

.resource-link {
  display: grid;
  min-height: 230px;
  align-content: space-between;
  padding: 30px;
  border: 1px solid #d7e1ea;
  border-radius: 8px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.resource-link:hover {
  border-color: rgba(14, 165, 233, 0.48);
  box-shadow: 0 18px 42px rgba(29, 48, 67, 0.1);
  transform: translateY(-3px);
}

.resource-link span {
  color: #0b7aa5;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.resource-link h3 {
  margin: 18px 0 12px;
  color: #071321;
  font-size: 27px;
  line-height: 1.13;
}

.resource-link p {
  color: #5b6e81;
  line-height: 1.62;
}

.resource-link strong {
  color: #08789e;
  font-size: 13px;
}

.content-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: clamp(40px, 6vw, 72px);
  border: 1px solid rgba(174, 199, 224, 0.16);
  border-radius: 8px;
  background: #081522;
  color: #ffffff;
}

.content-cta h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.content-cta p {
  max-width: 720px;
  margin: 0;
  color: #aebfd1;
  line-height: 1.65;
}

.content-cta .content-actions {
  margin: 0;
}

@media (max-width: 1060px) {
  .content-hero,
  .split-feature {
    grid-template-columns: 1fr;
  }

  .content-hero {
    min-height: auto;
  }

  .content-hero-panel {
    max-width: 760px;
  }

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

@media (max-width: 720px) {
  .content-hero {
    gap: 42px;
    padding-top: 54px;
    padding-bottom: 78px;
  }

  .content-hero h1 {
    font-size: 43px;
  }

  .content-actions,
  .content-actions .button {
    width: 100%;
  }

  .answer-block,
  .content-cta {
    grid-template-columns: 1fr;
  }

  .content-grid,
  .content-grid.two,
  .plan-grid,
  .plan-grid.two-plans,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .data-table {
    overflow-x: auto;
  }

  .data-table-row {
    min-width: 720px;
  }

  .content-card,
  .resource-link,
  .plan-card,
  .plan-grid.two-plans .plan-card {
    min-height: auto;
  }

  .plan-card > p {
    min-height: auto;
  }

  .content-cta .content-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-card,
  .resource-link {
    transition: none;
  }
}
