body.resources-page,
body.resources-section-page {
  background:
    radial-gradient(circle at top right, rgba(74, 144, 217, 0.12), transparent 28%),
    linear-gradient(180deg, #f5f8fc 0%, #eef2f7 100%);
}

.resources-hero {
  padding: 88px 0 72px;
}

.resources-hero-inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.resources-hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 24px;
}

.resources-hero-card h2,
.resources-hero-card h3 {
  margin: 0 0 12px;
  color: var(--aero-white);
  font-size: 22px;
  line-height: 1.2;
}

.resources-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.resources-grid-section {
  padding-top: 0;
}

.resources-search-shell {
  margin-top: 24px;
  margin-bottom: 28px;
  padding: 0;
}

.resources-search-form {
  margin: 0;
}

.resources-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.resources-search-input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 72px;
  padding: 0 28px 0 70px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.9);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23939dab' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 249, 251, 0.92));
  background-repeat: no-repeat, no-repeat;
  background-position: 28px center, center;
  background-size: 20px 20px, auto;
  color: var(--aero-gray-800);
  font: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow:
    0 10px 28px rgba(114, 132, 175, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.resources-search-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.32),
    0 14px 36px rgba(114, 132, 175, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.resources-search-input::placeholder {
  color: #aab3bf;
}

.resources-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.resources-search-feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.resources-search-feedback.is-error {
  color: #a44722;
}

.resources-search-results {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.resources-search-result {
  display: block;
  padding: 18px 20px;
  border: 1px solid rgba(226, 229, 234, 0.92);
  border-radius: 18px;
  background: rgba(248, 249, 251, 0.95);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.resources-search-result:hover,
.resources-search-result:focus-visible {
  border-color: rgba(74, 144, 217, 0.86);
  box-shadow: 0 16px 34px rgba(26, 39, 68, 0.1);
  transform: translateY(-1px);
}

.resources-search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.resources-search-result-type,
.resources-search-result-section {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resources-search-result-type {
  background: rgba(74, 144, 217, 0.12);
  color: #2c5d92;
}

.resources-search-result-section {
  background: rgba(26, 39, 68, 0.08);
  color: var(--aero-navy);
}

.resources-search-result h3 {
  margin: 0 0 8px;
  color: var(--aero-navy);
}

.resources-search-result p {
  margin: 0;
  color: var(--aero-gray-600);
}

.resources-search-empty {
  padding: 20px;
  border: 1px dashed rgba(209, 213, 219, 0.98);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.resources-search-empty h3 {
  margin: 0 0 8px;
  color: var(--aero-navy);
}

.resources-search-empty p {
  margin: 0;
  color: var(--aero-gray-600);
}

.resources-search-empty .aero-cta {
  margin-top: 16px;
}

.resources-grid {
  gap: 22px;
}

.resources-card {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
}

.resources-card-thumb {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(226, 229, 234, 0.9);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(111, 177, 240, 0.16), transparent 38%),
    linear-gradient(145deg, #15284a 0%, #0f1b33 100%);
}

.resources-card-body {
  min-width: 0;
}

.resources-card.resources-card-no-thumb {
  grid-template-columns: 1fr;
}

.resources-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resources-card .aero-topic-meta {
  margin-bottom: 8px;
}

.resources-card h3 {
  margin: 0 0 8px;
  line-height: 1.25;
}

.resources-card p {
  margin: 0;
  color: var(--aero-gray-600);
  font-size: 14px;
  line-height: 1.65;
}

.resources-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--aero-gray-600);
  font-size: 13px;
  line-height: 1.55;
}

.resources-card li + li {
  margin-top: 6px;
}

.aero-topic-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aero-topic-card:hover,
.aero-topic-card:focus-visible {
  border-color: rgba(74, 144, 217, 0.86);
  box-shadow: 0 16px 34px rgba(26, 39, 68, 0.1);
  transform: translateY(-1px);
}

.aero-topic-card:hover h3,
.aero-topic-card:focus-visible h3 {
  color: var(--aero-blue);
}

.resources-preview-section {
  padding-top: 0;
}

.resources-preview-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.resources-preview-layout-single {
  grid-template-columns: minmax(0, 1fr);
}

.resources-preview-layout-single .resources-preview-panel {
  text-align: center;
}

.resources-preview-layout-single .aero-cta {
  justify-content: center;
}

.resources-preview-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 229, 234, 0.9);
  border-radius: 22px;
  padding: 28px;
}

.resources-preview-panel h2,
.resources-preview-panel h3 {
  margin: 0 0 12px;
  color: var(--aero-navy);
}

.resources-preview-panel p,
.resources-preview-panel li {
  color: var(--aero-gray-600);
}

.resources-preview-panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.resources-section-hero {
  padding: 72px 0 56px;
}

.resources-section-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 44px;
}

.resources-section-hero-copy {
  max-width: 640px;
}

.resources-section-hero-thumb {
  margin: 22px 0 0;
  width: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at top left, rgba(111, 177, 240, 0.16), transparent 38%),
    linear-gradient(145deg, #15284a 0%, #0f1b33 100%);
  box-shadow: 0 18px 38px rgba(8, 17, 34, 0.18);
}

.resources-section-hero-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.resources-section-hero-art {
  margin: 0;
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 54px rgba(8, 17, 34, 0.24);
}

.resources-section-hero-art img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.resources-section-main {
  padding-top: 0;
}

.resources-section-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
}

.resources-section-sidebar {
  display: grid;
  gap: 20px;
}

.resources-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.resources-section-header .aero-kicker {
  margin-bottom: 0;
}

.resources-section-back {
  white-space: nowrap;
}

.resources-mini-list {
  margin: 0;
  padding-left: 18px;
}

.resources-mini-list li + li {
  margin-top: 10px;
}

.resources-section-overview {
  margin-bottom: 0;
}

.resources-section-overview h3 {
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .resources-hero-inner,
  .resources-preview-layout,
  .resources-section-layout {
    grid-template-columns: 1fr;
  }

  .resources-section-hero-art {
    justify-self: start;
    max-width: 360px;
  }

  .resources-section-sidebar {
    order: -1;
  }

  .resources-card {
    grid-template-columns: 128px minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .resources-hero,
  .resources-section-hero {
    padding: 64px 0 44px;
  }

  .resources-hero-card,
  .resources-preview-panel {
    padding: 22px;
  }

  .resources-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .resources-card h3 {
    font-size: 18px;
  }

  .resources-card ul {
    font-size: 12px;
  }

  .resources-section-header {
    align-items: stretch;
  }

  .resources-section-back {
    width: 100%;
  }

  .resources-search-input {
    min-height: 62px;
    padding-left: 60px;
    font-size: 16px;
    background-position: 22px center, center;
    background-size: 18px 18px, auto;
  }
}
.resources-article-shell {
  padding-top: 0;
}

.resources-article-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: start;
}

.resources-article-main {
  min-width: 0;
}

.resources-article-body {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 229, 234, 0.9);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 24px 60px rgba(26, 39, 68, 0.08);
}

.resources-article-body > *:first-child {
  margin-top: 0;
}

.resources-article-body h2,
.resources-article-body h3 {
  color: var(--aero-navy);
  line-height: 1.2;
}

.resources-article-body h2 {
  margin: 36px 0 14px;
  font-size: 28px;
}

.resources-article-body h3 {
  margin: 26px 0 12px;
  font-size: 22px;
}

.resources-article-body p,
.resources-article-body li,
.resources-article-body blockquote {
  color: var(--aero-gray-600);
  font-size: 16px;
  line-height: 1.8;
}

.resources-article-body p,
.resources-article-body ul,
.resources-article-body ol,
.resources-article-body blockquote {
  margin: 0 0 18px;
}

.resources-article-body ul,
.resources-article-body ol {
  padding-left: 22px;
}

.resources-article-body li + li {
  margin-top: 10px;
}

.resources-article-body a {
  color: var(--aero-blue);
}

.resources-article-body strong {
  color: var(--aero-navy);
}

.resources-article-body blockquote {
  margin-left: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--aero-blue);
  background: var(--aero-gray-50);
  border-radius: 0 14px 14px 0;
}

.resources-article-hero-image {
  margin: 24px 0 28px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--aero-gray-200);
  background: var(--aero-gray-100);
}

.resources-article-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.resources-article-media-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 28px 0;
}

.resources-article-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--aero-white);
  border: 1px solid var(--aero-gray-200);
  box-shadow: 0 18px 40px rgba(26, 39, 68, 0.06);
}

.resources-article-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--aero-gray-100);
}

.resources-article-figure figcaption {
  padding: 14px 16px 16px;
  color: var(--aero-gray-600);
  font-size: 14px;
  line-height: 1.65;
}

.resources-aside-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 229, 234, 0.9);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(26, 39, 68, 0.06);
}

.resources-aside-card h3 {
  margin: 0 0 12px;
  color: var(--aero-navy);
  font-size: 17px;
}

.resources-aside-card p,
.resources-aside-card li {
  color: var(--aero-gray-600);
  font-size: 14px;
  line-height: 1.7;
}

.resources-aside-card ul {
  margin: 0;
  padding-left: 18px;
}

.resources-aside-nav {
  display: grid;
  gap: 10px;
}

.resources-aside-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--aero-gray-50);
  border: 1px solid var(--aero-gray-200);
  color: var(--aero-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.resources-aside-nav a:hover,
.resources-aside-nav a.active {
  border-color: rgba(74, 144, 217, 0.45);
  background: rgba(74, 144, 217, 0.08);
}

.resources-inline-callout {
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(74, 144, 217, 0.08), rgba(74, 144, 217, 0.02));
  border: 1px solid rgba(74, 144, 217, 0.16);
}

.resources-product-cta {
  margin: 28px 0;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(26, 39, 68, 0.04), rgba(74, 144, 217, 0.06));
  border: 1px solid rgba(74, 144, 217, 0.18);
}

.resources-product-cta h2,
.resources-product-cta h3 {
  margin-top: 0;
}

.resources-product-checklist {
  margin: 0 0 18px;
  padding-left: 20px;
}

.resources-product-proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 30px;
}

.resources-product-proof-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--aero-white);
  border: 1px solid var(--aero-gray-200);
  box-shadow: 0 18px 40px rgba(26, 39, 68, 0.06);
}

.resources-product-proof-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--aero-gray-100);
}

.resources-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--aero-gray-100);
}

.resources-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.resources-product-proof-card figcaption {
  padding: 16px 18px 18px;
}

.resources-product-proof-card h3 {
  margin: 0 0 8px;
  color: var(--aero-navy);
  font-size: 18px;
}

.resources-product-proof-card p {
  margin: 0;
  color: var(--aero-gray-600);
  font-size: 14px;
  line-height: 1.7;
}

.resources-calculator-shell {
  margin: 24px 0 28px;
}

.resources-calculator-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.resources-calculator-col {
  flex: 1 1 340px;
  min-width: 0;
}

.resources-calculator-form {
  margin: 0;
}

.resources-calculator-fieldset {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(209, 213, 219, 0.95);
  border-radius: 16px;
  background: rgba(248, 249, 251, 0.72);
}

.resources-calculator-fieldset legend {
  padding: 0 8px;
  color: var(--aero-navy);
  font-size: 14px;
  font-weight: 700;
}

.resources-calculator-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 10px 0;
  color: var(--aero-gray-600);
  font-size: 15px;
  line-height: 1.5;
}

.resources-calculator-label span {
  flex: 1;
}

.resources-calculator-label input[type="number"] {
  width: 124px;
  max-width: 124px;
  padding: 8px 10px;
  border: 1px solid var(--aero-gray-300);
  border-radius: 10px;
  background: var(--aero-white);
  color: var(--aero-gray-800);
  font: inherit;
  text-align: right;
}

.resources-calculator-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(248, 249, 251, 0.72);
  border: 1px solid rgba(209, 213, 219, 0.95);
}

.resources-calculator-table th,
.resources-calculator-table td {
  padding: 10px 12px;
  text-align: right;
  color: var(--aero-gray-600);
  font-size: 15px;
}

.resources-calculator-table th:first-child,
.resources-calculator-table td:first-child {
  text-align: left;
}

.resources-calculator-table thead th {
  color: var(--aero-navy);
  border-bottom: 2px solid rgba(107, 114, 128, 0.9);
}

.resources-calculator-table tbody tr.section-gap td {
  border-top: 2px solid rgba(107, 114, 128, 0.9);
  padding-top: 14px;
}

.resources-calculator-table tbody tr.section-label td {
  border-top: 1px solid rgba(156, 163, 175, 0.9);
  font-weight: 700;
  color: var(--aero-navy);
  text-align: left;
}

.resources-product-proof-card.is-placeholder img {
  object-fit: contain;
  padding: 18px;
}

.resources-product-proof-meta {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--aero-gray-50);
  border: 1px solid var(--aero-gray-200);
  color: var(--aero-gray-600);
  font-size: 12px;
  font-weight: 700;
}

.resources-phase-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 28px;
}

.resources-phase-card {
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.96));
  border: 1px solid var(--aero-gray-200);
  box-shadow: 0 18px 40px rgba(26, 39, 68, 0.06);
}

.resources-phase-card h3 {
  margin: 0 0 12px;
}

.resources-phase-card ul {
  margin: 0;
  padding-left: 20px;
}

.resources-phase-card li {
  margin-top: 0;
}

@media (max-width: 960px) {
  .resources-article-layout {
    grid-template-columns: 1fr;
  }

  .resources-phase-grid,
  .resources-product-proof-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .resources-article-body,
  .resources-aside-card {
    padding: 22px;
  }

  .resources-article-body h2 {
    font-size: 24px;
  }

  .resources-calculator-label {
    flex-direction: column;
    align-items: flex-start;
  }

  .resources-calculator-label input[type="number"] {
    width: 100%;
    max-width: none;
    text-align: left;
  }
}
