.page-hero {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.26), transparent 35%),
    radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.22), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
}

.gradient-text {
  background: linear-gradient(90deg, #22d3ee 0%, #60a5fa 35%, #f472b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glass-panel {
  background: rgba(15, 23, 42, 0.52);
  border: 1px solid rgba(148, 163, 184, 0.18);
  backdrop-filter: blur(10px);
}

.guide-card,
.related-card,
.faq-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.guide-card:hover,
.related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
  border-color: rgba(59, 130, 246, 0.28);
}

.section-eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-list li {
  position: relative;
  padding-left: 1.25rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #22d3ee, #60a5fa);
}

.sticky-callout {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(59, 130, 246, 0.08));
  border: 1px solid rgba(56, 189, 248, 0.22);
}

.guide-page {
  background: #ffffff;
  color: #0f172a;
}

.guide-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.guide-topbar {
  background: #ffffff;
  padding: 2.5rem 0 1.5rem;
}

.guide-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.guide-topbar-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.guide-topbar-logo {
  flex: none;
}

.guide-topbar-logo img {
  display: block;
  width: auto;
  height: 2.5rem;
}

.guide-topbar-links {
  display: none;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}

.guide-topbar-links a {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  color: #334155;
  transition: background-color 160ms ease, color 160ms ease;
}

.guide-topbar-links a:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.guide-download-button,
.guide-outline-button,
.guide-dark-button-primary,
.guide-dark-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.7rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.guide-download-button {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.guide-download-button:hover {
  transform: translateY(-1px);
  background: #1e293b;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.guide-outline-button {
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.96);
  color: #334155;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.guide-outline-button:hover {
  transform: translateY(-1px);
  border-color: rgba(100, 116, 139, 0.4);
  color: #0f172a;
}

.guide-dark-button-primary {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
}

.guide-dark-button-primary:hover {
  transform: translateY(-1px);
  background: #e0f2fe;
}

.guide-dark-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #ffffff;
}

.guide-dark-button-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08);
}

.guide-hero {
  padding: 0.5rem 0 4.5rem;
  background: #ffffff;
}

.guide-hero-shell {
  text-align: center;
}

.guide-hero-kicker {
  color: #0f172a;
}

.guide-hero-title {
  max-width: 62rem;
  margin: 1.5rem auto 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  color: #0f172a;
}

.guide-hero-copy {
  max-width: 48rem;
  margin: 1.5rem auto 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
}

.guide-hero-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.guide-hero-points {
  max-width: 48rem;
  margin: 2.5rem auto 0;
  display: grid;
  gap: 0.85rem 2rem;
  text-align: left;
  color: #475569;
}

.guide-hero-image {
  width: 100%;
  max-width: 72rem;
  margin: 3rem auto 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #f8fafc;
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.1);
}

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

.guide-pricing-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.guide-page .glass-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.1);
}

.guide-section-light {
  position: relative;
  background: #ffffff;
}

.guide-section-shell,
.guide-pricing-shell,
.guide-footer-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.guide-section-shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.guide-section-intro {
  max-width: 48rem;
}

.guide-section-title {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.guide-section-copy {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
}

.guide-card-grid,
.guide-faq-grid {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
}

.guide-bridge-grid {
  display: grid;
  gap: 1.5rem;
}

.guide-related-grid {
  display: grid;
  gap: 1.5rem;
}

.guide-card,
.related-card,
.faq-card,
.sticky-callout {
  border-radius: 1.5rem;
  padding: 2rem;
}

.guide-section-bridge {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.guide-section-dark {
  background:
    radial-gradient(circle at top center, rgba(56, 189, 248, 0.14), transparent 26%),
    linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #ffffff;
}

.guide-section-dark .section-eyebrow {
  color: #a5f3fc;
}

.guide-section-dark .guide-section-title {
  color: #ffffff;
}

.guide-section-dark .guide-section-copy,
.guide-section-dark .guide-pricing-copy p {
  color: #cbd5e1;
}

.guide-page .guide-card,
.guide-page .related-card,
.guide-page .faq-card {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
}

.guide-page .guide-card:hover,
.guide-page .related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.34);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.guide-page .faq-card {
  box-shadow: none;
}

.guide-card h3,
.related-card h3,
.faq-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.15;
  color: #0f172a;
}

.guide-card p,
.related-card p,
.faq-card p {
  color: #475569;
  line-height: 1.7;
}

.guide-card h3 + p,
.faq-card h3 + p {
  margin-top: 1rem;
}

.related-card > p:first-child {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0891b2;
}

.related-card > h3 {
  margin-top: 0.9rem;
}

.related-card > h3 + p {
  margin-top: 1rem;
}

.related-card.guide-related-card {
  display: block;
  height: 100%;
}

.guide-related-card-wide {
  grid-column: span 1;
}

.guide-page .related-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a;
  font-weight: 700;
  margin-top: 1.25rem;
}

.guide-page .related-card a::after {
  content: "→";
  transition: transform 160ms ease;
}

.guide-page .related-card:hover a::after {
  transform: translateX(3px);
}

.guide-page .sticky-callout {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(14, 165, 233, 0.12), rgba(59, 130, 246, 0.05));
  border: 1px solid rgba(56, 189, 248, 0.2);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

.sticky-callout > h2 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #0f172a;
}

.sticky-callout > .feature-list {
  margin-top: 1.5rem;
  color: #334155;
}

.guide-pricing-shell {
  max-width: 72rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.guide-pricing-panel {
  max-width: 48rem;
  margin: 2.5rem auto 0;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.24);
}

.guide-pricing-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.guide-pricing-copy {
  max-width: 28rem;
}

.guide-pricing-copy p + p {
  margin-top: 0.75rem;
}

.guide-pricing-price {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}

.guide-faq-grid .faq-card {
  text-align: left;
}

.guide-site-footer {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.guide-footer-shell {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.guide-footer-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.guide-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: #475569;
}

.guide-footer-links a:hover {
  color: #0f172a;
}

@media (min-width: 40rem) {
  .guide-shell {
    padding: 0 1.5rem;
  }

  .guide-section-shell,
  .guide-pricing-shell,
  .guide-footer-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .guide-hero-actions,
  .guide-pricing-actions {
    flex-direction: row;
    align-items: center;
  }

  .guide-hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .guide-related-card-wide {
    grid-column: span 2;
  }
}

@media (min-width: 48rem) {
  .guide-topbar-links {
    display: flex;
  }

  .guide-pricing-row {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }

  .guide-footer-row {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media (min-width: 64rem) {
  .guide-shell {
    padding: 0 2rem;
  }

  .guide-section-shell,
  .guide-pricing-shell,
  .guide-footer-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .guide-card-grid,
  .guide-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .guide-bridge-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
  }
}

@media (max-width: 767px) {
  .guide-topbar {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
  }

  .guide-hero-title {
    font-size: 2.9rem;
    line-height: 1.02;
  }
}

.workflow-guides-shell {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 1rem;
}

.workflow-guides-intro {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
}

.workflow-guides-kicker {
  color: #0891b2;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-guides-title {
  margin-top: 1rem;
  color: #0f172a;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.workflow-guides-copy {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.workflow-guides-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

.workflow-guide-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.workflow-guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.14);
}

.workflow-guide-label {
  color: #0891b2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workflow-guide-title {
  margin-top: 0.9rem;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.workflow-guide-body {
  margin-top: 1rem;
  flex: 1;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.75;
}

.workflow-guide-cta {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

.workflow-guide-cta::after {
  content: "→";
  font-size: 0.95rem;
  transition: transform 180ms ease;
}

.workflow-guide-card:hover .workflow-guide-cta::after {
  transform: translateX(3px);
}

@media (min-width: 768px) {
  .workflow-guides-shell {
    padding: 0 1.5rem;
  }

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

@media (min-width: 1280px) {
  .workflow-guides-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
