@import url("/consent.css");

:root {
  color-scheme: dark;
  --page: #05070b;
  --surface: #0b0f16;
  --surface-2: #101722;
  --line: #232b38;
  --text: #f5f7fb;
  --muted: #a8b2c2;
  --blue: #4385f5;
  --blue-soft: #132443;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% -10%, rgba(41, 102, 210, .2), transparent 36rem),
    var(--page);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.seo-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.seo-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(5,7,11,.88);
  backdrop-filter: blur(18px);
}
.seo-nav { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.seo-logo { display: inline-flex; align-items: center; text-decoration: none; }
.seo-logo img { display: block; width: 155px; height: auto; }
.seo-nav nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.seo-nav nav a { color: #c7ceda; text-decoration: none; font-weight: 600; }
.seo-nav nav a:hover { color: white; }

.seo-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #4b8dfb;
  border-radius: 10px;
  padding: 11px 20px;
  background: var(--blue);
  color: #061020;
  font-weight: 800;
  text-decoration: none;
}
.seo-button:hover { background: #65a0ff; }
.seo-button-small { min-height: 42px; padding: 8px 16px; }
.seo-button-quiet { border-color: var(--line); background: transparent; color: var(--text); }
.seo-button-quiet:hover { background: var(--surface-2); }

.seo-hero { padding-block: clamp(78px, 11vw, 150px) clamp(60px, 8vw, 104px); }
.seo-hero h1,
.article-page h1 {
  max-width: 1000px;
  margin: 12px 0 24px;
  font-size: clamp(2.65rem, 6vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 650;
}
.seo-hero > p:not(.seo-eyebrow),
.article-deck {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.65;
}
.seo-eyebrow,
.seo-kicker {
  margin: 0;
  color: #78a9ff;
  font-size: .78rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: #8793a5; font-size: .88rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: white; }
.comparison-table-wrap { margin: 28px 0 42px; overflow-x: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.comparison-table { width: 100%; min-width: 680px; border-collapse: collapse; background: rgba(255,255,255,.025); }
.comparison-table caption { padding: 18px 20px; color: white; font-weight: 700; text-align: left; }
.comparison-table th, .comparison-table td { padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.1); text-align: left; vertical-align: top; }
.comparison-table thead th { color: white; background: rgba(255,255,255,.045); }
.comparison-table tbody th { width: 24%; color: #dbe4f2; }
.seo-draft-notice { margin: 0 0 28px; padding: 16px 18px; border: 1px solid #d6a84a; border-radius: 12px; background: rgba(214,168,74,.1); color: #f6ddb0; }
.product-screenshot { margin: 12px auto 54px; }
.product-screenshot img { display: block; width: 100%; height: auto; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.product-screenshot figcaption { margin-top: 12px; color: #8793a5; font-size: .9rem; }

.seo-section { padding-block: 74px; border-top: 1px solid rgba(255,255,255,.08); }
.section-heading { max-width: 820px; margin-bottom: 32px; }
.seo-section h2,
.seo-cta h2 {
  margin: 8px 0 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 650;
}
.seo-section h3 { margin: 8px 0; font-size: 1.25rem; line-height: 1.25; }
.seo-section p { color: var(--muted); }
.solution-grid,
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.seo-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(16,23,34,.96), rgba(8,12,18,.96));
}
.seo-card h2 { margin: 10px 0 14px; font-size: 1.6rem; line-height: 1.25; letter-spacing: -.025em; }
.seo-card h2 a { text-decoration: none; }
.seo-card p { margin: 0 0 20px; }
.seo-text-link { color: #85b2ff; font-weight: 750; text-decoration: none; }
.seo-text-link:hover { color: white; }
.benefit-mark { display: block; width: 28px; height: 3px; margin-bottom: 20px; border-radius: 10px; background: var(--blue); }

.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 7vw, 100px); align-items: start; }
.signal-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.signal-list li { position: relative; border: 1px solid var(--line); border-radius: 12px; padding: 17px 18px 17px 52px; background: var(--surface); font-weight: 650; }
.signal-list li::before { content: "✓"; position: absolute; left: 19px; color: var(--blue); font-weight: 900; }
.prompt-example > div { border: 1px solid #2d4d7f; border-radius: 18px; padding: clamp(28px, 5vw, 54px); background: linear-gradient(120deg, #0c1523, #101d32); }
.prompt-example blockquote { margin: 14px 0 0; color: #e7edf8; font-size: clamp(1.12rem, 2.3vw, 1.5rem); line-height: 1.65; }
.seo-faq { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.seo-faq summary { cursor: pointer; color: var(--text); font-size: 1.14rem; font-weight: 750; }
.seo-faq p { max-width: 850px; margin: 12px 0 0; }
.related-solutions > div { display: flex; flex-wrap: wrap; gap: 12px; }
.related-solutions a { border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; color: #c7d8f4; text-decoration: none; }
.related-solutions a:hover { border-color: var(--blue); color: white; }

.seo-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-block: 80px; border: 1px solid #284b7e; border-radius: 20px; padding: clamp(28px, 5vw, 54px); background: linear-gradient(120deg, #0d1727, #102241); }
.seo-cta h2 { max-width: 750px; margin-bottom: 8px; }
.seo-cta p { margin: 0; color: var(--muted); }

.article-page { max-width: 940px; padding-block: 72px 100px; }
.article-page h1 { font-size: clamp(2.6rem, 5.4vw, 4.8rem); }
.article-page header { padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 27px; color: #94a0b1; font-size: .94rem; }
.article-cover { margin: 36px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #070a11; }
.article-cover img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { max-width: 780px; margin: 48px auto 0; }
.article-body h2 { margin: 56px 0 15px; font-size: 2rem; line-height: 1.2; letter-spacing: -.035em; }
.article-body h3 { margin: 40px 0 12px; font-size: 1.45rem; }
.article-body p,
.article-body li { color: #c0c8d5; }
.article-body p { margin: 0 0 22px; }
.article-body li { margin: 8px 0; padding-left: 5px; }
.article-body strong { color: white; }
.article-body a { color: #82afff; }
.article-body code { border: 1px solid var(--line); border-radius: 5px; padding: 2px 5px; background: var(--surface-2); }
.article-body blockquote { margin: 28px 0; border-left: 3px solid var(--blue); padding: 8px 0 8px 22px; color: #dce8fa; font-size: 1.15rem; }
.article-page .seo-cta { width: 100%; margin-top: 72px; }

.seo-footer { border-top: 1px solid var(--line); background: #030509; }
.seo-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr .8fr; gap: 42px; padding-block: 58px; }
.seo-footer p { max-width: 320px; color: #7f8998; }
.seo-footer h2 { margin: 0 0 15px; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.seo-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.seo-footer li,
.seo-footer a { color: #939ead; font-size: .92rem; text-decoration: none; }
.seo-footer a:hover { color: white; }
.seo-footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 20px; color: #697383; font-size: .86rem; }

@media (max-width: 900px) {
  .seo-nav nav { display: none; }
  .seo-nav .seo-button { margin-left: auto; }
  .solution-grid,
  .blog-grid,
  .benefit-grid,
  .two-column,
  .seo-footer-grid { grid-template-columns: 1fr; }
  .seo-footer-grid { gap: 30px; }
  .seo-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .seo-shell { width: min(calc(100% - 28px), var(--max)); }
  .seo-nav { min-height: 68px; }
  .seo-logo img { width: 132px; }
  .seo-nav .seo-button { min-height: 38px; padding: 7px 12px; font-size: .85rem; }
  .seo-card { padding: 22px; }
  .seo-footer-bottom { flex-direction: column; }
}

.brand-transition-banner {
  position: relative;
  z-index: 120;
  color: #07111f;
  background: linear-gradient(90deg, #dceaff, #f1f6ff 55%, #dceaff);
  border-bottom: 1px solid rgba(49,112,218,.28);
}
.brand-transition-inner {
  width: min(calc(100% - 40px), 1180px);
  min-height: 48px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 9px 0;
  font-family: Inter, Arial, sans-serif;
  font-size: .88rem;
  line-height: 1.35;
  text-align: center;
}
.brand-transition-inner > strong {
  flex: 0 0 auto;
  padding: 4px 8px;
  color: #fff;
  background: #2269df;
  border-radius: 5px;
  font-size: .68rem;
  letter-spacing: .12em;
}
.brand-transition-inner > span { color: #28384d; }
.brand-transition-inner > a {
  color: #0b4fb8;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 760px) {
  .brand-transition-inner {
    width: min(calc(100% - 24px), 1180px);
    min-height: 0;
    flex-wrap: wrap;
    gap: 5px 10px;
    padding: 10px 0 11px;
    font-size: .78rem;
  }
  .brand-transition-inner > span { order: 2; flex: 1 1 100%; }
  .brand-transition-inner > a { order: 3; }
}
