/* SecuTest commercial SEO landing pages — intentionally scoped. */
.seo-page {
  margin: 0;
  background: #07111f;
  color: #eef5ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.seo-page *, .seo-page *::before, .seo-page *::after { box-sizing: border-box; }
.seo-page a { color: inherit; }
.seo-container { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.seo-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  background:
    radial-gradient(circle at 78% 22%, rgba(72, 101, 255, .17), transparent 34%),
    radial-gradient(circle at 18% 30%, rgba(57, 217, 255, .11), transparent 30%),
    #07111f;
}
.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
}
.seo-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: 64px; align-items: center; }
.seo-breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 28px; color: #71869f; font-size: 12px; }
.seo-breadcrumbs a { text-decoration: none; }
.seo-breadcrumbs a:hover { color: #cbd9e8; }
.seo-eyebrow { margin: 0 0 14px; color: #7ee8ff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.seo-hero h1, .seo-section h2, .seo-related h2, .seo-cta h2 { letter-spacing: -.045em; }
.seo-hero h1 { max-width: 820px; margin: 0; color: #f7fbff; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
.seo-lead { max-width: 720px; margin: 26px 0 0; color: #a7b7c9; font-size: 18px; line-height: 1.72; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.seo-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border-radius: 11px; font-size: 14px; font-weight: 760; text-decoration: none; transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease; }
.seo-button:hover { transform: translateY(-1px); }
.seo-button-primary { border: 1px solid transparent; background: linear-gradient(135deg,#3478f6,#2463eb); color: #fff; box-shadow: 0 14px 30px rgba(36,99,235,.25); }
.seo-button-secondary { border: 1px solid rgba(143,174,211,.24); background: rgba(255,255,255,.035); color: #d9e5f2; }
.seo-page .seo-button-light {
  border: 1px solid rgba(255,255,255,.92);
  background: #fff;
  color: #07111f;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}
.seo-page .seo-button-light:hover {
  background: #eef5ff;
  color: #07111f;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.seo-assurances { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #8297af; font-size: 12px; }
.seo-assurances li::before { content: "✓"; margin-right: 7px; color: #5dff9c; }
.seo-signal-card { padding: 28px; border: 1px solid rgba(129,164,204,.17); border-radius: 18px; background: linear-gradient(180deg,rgba(18,34,54,.9),rgba(10,24,40,.94)); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.seo-card-label { color: #6f89a6; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.seo-signal-card h2 { margin: 12px 0 22px; font-size: 26px; line-height: 1.2; }
.seo-signal-list { display: grid; gap: 10px; }
.seo-signal-list > div { display: grid; gap: 5px; padding: 14px 0; border-top: 1px solid rgba(139,170,207,.12); }
.seo-signal-list span { color: #eaf3fd; font-size: 14px; font-weight: 750; }
.seo-signal-list strong { color: #7f94ad; font-size: 12px; font-weight: 600; }
.seo-section { padding: 90px 0; background: #f7f9fc; color: #17283b; }
.seo-section-dark { background: #0a1625; color: #eef5ff; }
.seo-section-heading { max-width: 800px; margin-bottom: 40px; }
.seo-section h2, .seo-related h2, .seo-cta h2 { margin: 0; font-size: clamp(30px,4vw,46px); line-height: 1.08; }
.seo-section-heading > p:last-child, .seo-section-dark p, .seo-copy-stack p, .seo-related p, .seo-cta p { line-height: 1.75; }
.seo-section-heading > p:last-child { color: #5e7084; font-size: 16px; }
.seo-section .seo-eyebrow { color: #3478f6; }
.seo-section-dark .seo-eyebrow, .seo-cta .seo-eyebrow { color: #7ee8ff; }
.seo-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.seo-info-card { padding: 25px; border: 1px solid #dfe7f0; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(22,44,70,.05); }
.seo-info-card h3 { margin: 0 0 10px; color: #12263c; font-size: 18px; }
.seo-info-card p { margin: 0; color: #637589; font-size: 14px; line-height: 1.65; }
.seo-info-card a { display: inline-block; margin-top: 17px; color: #2463eb; font-size: 13px; font-weight: 750; text-decoration: none; }
.seo-two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.seo-section-dark .seo-two-column > div > p:last-child { color: #9aacc0; }
.seo-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.seo-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 18px; border: 1px solid rgba(130,164,202,.15); border-radius: 13px; background: rgba(255,255,255,.035); }
.seo-section:not(.seo-section-dark) .seo-steps li { border-color: #dfe7f0; background: #fff; }
.seo-steps li > span { color: #6fa5ff; font-size: 12px; font-weight: 800; }
.seo-steps h3 { margin: 0 0 5px; font-size: 16px; }
.seo-steps p { margin: 0; color: #91a4ba; font-size: 13px; line-height: 1.55; }
.seo-section:not(.seo-section-dark) .seo-steps p { color: #687b90; }
.seo-copy-stack { display: grid; gap: 14px; color: #5e7084; }
.seo-copy-stack p { margin: 0; }
.seo-copy-stack a { color: #2463eb; font-weight: 700; }
.seo-copy-stack code { padding: 2px 6px; border-radius: 6px; background: #e9eef6; color: #253c57; }
.seo-related { padding: 70px 0; background: #eef3f9; color: #17283b; }
.seo-related .seo-container { max-width: 900px; margin-left: max(20px, calc((100% - 1180px)/2)); }
.seo-related p { max-width: 780px; color: #607389; }
.seo-related .seo-eyebrow { color: #3478f6; }
.seo-text-link { display: inline-block; margin-top: 10px; color: #2463eb !important; font-weight: 800; text-decoration: none; }
.seo-cta { padding: 82px 0; text-align: center; background: radial-gradient(circle at 50% 0,rgba(72,101,255,.2),transparent 44%),#07111f; color: #fff; }
.seo-cta .seo-container { max-width: 790px; }
.seo-cta p:not(.seo-eyebrow) { color: #9cafc4; }
.seo-cta .seo-button { margin-top: 16px; }
@media (max-width: 900px) {
  .seo-hero-grid, .seo-two-column { grid-template-columns: 1fr; gap: 42px; }
  .seo-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .seo-signal-card { max-width: 680px; }
}
@media (max-width: 620px) {
  .seo-container { width: min(calc(100% - 32px),1180px); }
  .seo-hero { padding: 70px 0 62px; }
  .seo-section { padding: 66px 0; }
  .seo-card-grid { grid-template-columns: 1fr; }
  .seo-actions { flex-direction: column; align-items: stretch; }
  .seo-button { width: 100%; }
  .seo-related .seo-container { margin-inline: auto; }
}
@media (prefers-reduced-motion: reduce) { .seo-button { transition: none; } }
