:root {
  --bg: #070a0f;
  --ink: #f8fafc;
  --muted: #a9b4c4;
  --panel: #101722;
  --line: rgba(255, 255, 255, .1);
  --blue: #4f8cff;
  --green: #35d78f;
  --violet: #9a7cff;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(53, 215, 143, .14), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(79, 140, 255, .22), transparent 34%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
}
body:after {
  content: "";
  position: fixed;
  inset: auto 0 0;
  height: 38vh;
  z-index: -1;
  background: linear-gradient(transparent, rgba(7, 10, 15, .94));
}
a { color: inherit; }
.seo-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.seo-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 10, 15, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.seo-nav { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.seo-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.seo-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #04130e;
  box-shadow: 0 14px 34px rgba(53, 215, 143, .22);
}
.seo-nav-links { display: flex; align-items: center; gap: 10px; }
.seo-nav-links a { text-decoration: none; font-weight: 800; color: #d7e0ec; }
.seo-link-soft { padding: 10px 12px; border-radius: 8px; }
.seo-link-soft:hover { background: rgba(255, 255, 255, .07); color: #fff; }
.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
}
.seo-btn-primary { background: linear-gradient(135deg, var(--green), #24b979); color: #04120c; box-shadow: 0 18px 42px rgba(53, 215, 143, .25); }
.seo-btn-secondary { background: rgba(255, 255, 255, .055); color: #fff; border-color: var(--line); }
.seo-btn-secondary:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .22); }
.seo-hero {
  background:
    linear-gradient(135deg, rgba(53, 215, 143, .13), transparent 38%),
    linear-gradient(180deg, rgba(17, 25, 37, .76), rgba(7, 10, 15, .24));
  color: #fff;
  padding: 72px 0 58px;
}
.seo-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #bdc8d9; font-size: 14px; }
.seo-breadcrumbs a { color: #dce7f6; text-decoration: none; }
.seo-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 40px; align-items: center; }
.seo-eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(53, 215, 143, .12);
  border: 1px solid rgba(53, 215, 143, .32);
  color: #aaf5d0;
  font-size: 13px;
  font-weight: 900;
}
.seo-hero h1 { margin: 20px 0 16px; font-family: Outfit, Manrope, sans-serif; font-size: clamp(36px, 5.6vw, 66px); line-height: 1.03; letter-spacing: 0; }
.seo-hero p { margin: 0; color: #c6d1e0; font-size: 18px; max-width: 700px; }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.seo-note { margin-top: 12px; color: #9fb0c4; font-size: 14px; }
.seo-hero-card {
  padding: 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--shadow);
}
.seo-hero-card strong { display: block; font-size: 22px; margin-bottom: 12px; }
.seo-hero-card ul { margin: 0; padding-left: 20px; color: #d6e0ee; }
.seo-section { padding: 58px 0; }
.seo-section h2 { margin: 0 0 16px; font-family: Outfit, Manrope, sans-serif; font-size: clamp(28px, 4vw, 44px); line-height: 1.1; letter-spacing: 0; }
.seo-section p { color: var(--muted); }
.seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.seo-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.seo-card, .seo-step, .seo-plan, .seo-faq-item, .seo-related-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .035));
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
}
.seo-card, .seo-step, .seo-plan { padding: 22px; }
.seo-card h3, .seo-step h3, .seo-plan h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.2; }
.seo-step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(53, 215, 143, .13);
  color: #aaf5d0;
  font-weight: 900;
}
.seo-copy { max-width: 880px; }
.seo-copy p { margin: 0 0 14px; }
.seo-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.seo-plan { display: flex; flex-direction: column; gap: 12px; min-height: 300px; }
.seo-plan-kicker { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.seo-price { font-family: Outfit, Manrope, sans-serif; font-size: 42px; font-weight: 800; line-height: 1; }
.seo-price small { font-family: Manrope, sans-serif; font-size: 15px; color: var(--muted); }
.seo-plan .seo-btn { margin-top: auto; }
.seo-faq { max-width: 880px; margin: 0 auto; }
.seo-faq-item { margin-bottom: 10px; overflow: hidden; }
.seo-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font: 900 16px Manrope, sans-serif;
  text-align: left;
  cursor: pointer;
}
.seo-faq-question:after { content: "+"; color: var(--green); font-size: 24px; line-height: 1; }
.seo-faq-item.open .seo-faq-question:after { content: "x"; color: var(--muted); }
.seo-faq-answer { display: grid; grid-template-rows: 0fr; transition: .24s ease; }
.seo-faq-item.open .seo-faq-answer { grid-template-rows: 1fr; }
.seo-faq-answer p { overflow: hidden; margin: 0; padding: 0 20px 20px; color: var(--muted); }
.seo-related-box { padding: 26px; background: linear-gradient(135deg, rgba(79, 140, 255, .13), rgba(53, 215, 143, .08)); border-color: rgba(79, 140, 255, .24); }
.seo-related-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.seo-related-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .045);
  color: #d9e3ee;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.seo-related-links a:hover { background: rgba(53, 215, 143, .1); border-color: rgba(53, 215, 143, .35); }
.seo-footer { border-top: 1px solid var(--line); padding: 42px 0 86px; color: var(--muted); background: rgba(0, 0, 0, .12); }
.seo-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 28px; }
.seo-footer a { display: block; margin: 9px 0; color: var(--muted); text-decoration: none; }
.seo-footer h4 { margin: 0 0 12px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.seo-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  padding: 10px 14px;
  background: rgba(7, 10, 15, .9);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--line);
}
.seo-mobile-cta .seo-btn { width: 100%; }

@media (max-width: 980px) {
  .seo-hero-grid, .seo-grid, .seo-pricing { grid-template-columns: 1fr; }
  .seo-steps { grid-template-columns: repeat(2, 1fr); }
  .seo-footer-grid { grid-template-columns: 1fr 1fr; }
  .seo-mobile-cta { display: block; }
}

@media (max-width: 620px) {
  .seo-container { width: min(100% - 28px, 1120px); }
  .seo-nav { height: 64px; }
  .seo-nav-links .seo-link-soft { display: none; }
  .seo-nav .seo-btn { min-height: 42px; padding: 10px 12px; font-size: 13px; }
  .seo-hero { padding: 42px 0 44px; }
  .seo-hero h1 { font-size: 38px; }
  .seo-hero p { font-size: 17px; }
  .seo-actions .seo-btn { width: 100%; }
  .seo-steps { grid-template-columns: 1fr; }
  .seo-section { padding: 42px 0; }
  .seo-footer-grid { grid-template-columns: 1fr; }
  .seo-price { font-size: 38px; }
}
