:root {
  --ink: #19142a;
  --muted: #625d70;
  --purple: #7c3aed;
  --purple-deep: #5b21b6;
  --orange: #f7921e;
  --soft: #f7f4ff;
  --line: #e8e1f3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 400 16px/1.65 Inter, Manrope, Arial, sans-serif; }
a { color: inherit; }
.seo-shell { overflow: hidden; }
.seo-container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.seo-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.seo-brand { display: inline-flex; align-items: center; text-decoration: none; }
.seo-brand img { display: block; width: 154px; height: auto; }
.seo-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.seo-nav a { color: #494257; font-size: .92rem; font-weight: 700; text-decoration: none; }
.seo-nav a:hover, .seo-nav a:focus-visible { color: var(--purple); }
.seo-nav .nav-cta { color: #fff; background: var(--purple); border-radius: 10px; padding: 9px 14px; }
.seo-hero { position: relative; isolation: isolate; padding: 92px 0 78px; background: radial-gradient(circle at 82% 23%, rgba(247,146,30,.23), transparent 23rem), radial-gradient(circle at 15% 80%, rgba(124,58,237,.14), transparent 26rem), linear-gradient(135deg, #faf8ff 0%, #fffdfb 57%, #fff 100%); }
.seo-hero::after { position: absolute; z-index: -1; right: clamp(-120px, 7vw, 40px); top: 65px; width: 320px; height: 320px; content: ""; opacity: .55; border: 36px solid var(--purple); border-radius: 42% 58% 59% 41% / 45% 39% 61% 55%; transform: rotate(-20deg); }
.seo-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--purple-deep); font-size: .79rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--orange); }
h1, h2, h3 { letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 6vw, 4.5rem); line-height: 1.06; }
h1 em { color: var(--purple); font-style: normal; }
.seo-lead { max-width: 690px; margin: 24px 0 0; color: #504a5c; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 10px 18px; color: #fff; background: var(--purple); border: 1px solid var(--purple); border-radius: 11px; font-size: .96rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.seo-button:hover, .seo-button:focus-visible { background: var(--purple-deep); box-shadow: 0 10px 22px rgba(91,33,182,.25); transform: translateY(-1px); }
.seo-button.secondary { color: var(--purple-deep); background: #fff; border-color: #dcd1f0; }
.seo-button.secondary:hover, .seo-button.secondary:focus-visible { background: #f6f1ff; box-shadow: none; }
.seo-note { margin: 15px 0 0; color: #6b6476; font-size: .88rem; }
.seo-section { padding: 76px 0; }
.seo-section.soft { background: var(--soft); }
.seo-section h2 { max-width: 760px; margin: 0; font-size: clamp(1.75rem, 4vw, 2.65rem); line-height: 1.15; }
.seo-section-intro { max-width: 720px; margin: 14px 0 0; color: var(--muted); }
.seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.seo-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seo-card { min-height: 100%; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 23px rgba(40, 22, 78, .045); }
.seo-card .icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 16px; color: var(--purple); background: #f0eafe; border-radius: 13px; font-size: 1.35rem; }
.seo-card h3 { margin: 0; font-size: 1.22rem; }
.seo-card p { margin: 9px 0 0; color: var(--muted); }
.seo-card a { color: var(--purple-deep); font-weight: 800; text-decoration: none; }
.seo-card a:hover, .seo-card a:focus-visible { text-decoration: underline; }
.seo-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 36px; }
.seo-step { position: relative; padding-left: 56px; }
.seo-step > b { position: absolute; top: -3px; left: 0; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: .9rem; }
.seo-step h3 { margin: 0; font-size: 1.1rem; }
.seo-step p { margin: 7px 0 0; color: var(--muted); }
.seo-two-column { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 34px; align-items: start; }
.seo-aside { padding: 26px; color: #fff; background: linear-gradient(145deg, #5f24b7, #852fd4); border-radius: 20px; }
.seo-aside h2 { font-size: 1.45rem; }
.seo-aside p { color: rgba(255,255,255,.88); }
.seo-aside .seo-button { color: var(--purple-deep); background: #fff; border-color: #fff; }
.seo-prose { max-width: 750px; color: #4f495b; }
.seo-prose p { margin: 0 0 14px; }
.seo-prose h2 { margin: 35px 0 13px; font-size: 1.65rem; }
.seo-prose h2:first-child { margin-top: 0; }
.seo-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.seo-list li { position: relative; padding-left: 29px; }
.seo-list li::before { position: absolute; top: .45em; left: 0; width: 15px; height: 15px; content: "✓"; display: grid; place-items: center; color: var(--purple-deep); background: #eae1fa; border-radius: 50%; font-size: .66rem; font-weight: 900; }
.seo-faq { display: grid; gap: 11px; margin-top: 28px; }
.seo-faq details { padding: 17px 19px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.seo-faq summary { cursor: pointer; color: #2a2337; font-weight: 800; }
.seo-faq p { margin: 10px 0 0; color: var(--muted); }
.seo-cta { padding: 64px 0; background: #19142a; }
.seo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.seo-cta h2 { max-width: 650px; margin: 0; color: #fff; font-size: clamp(1.7rem, 4vw, 2.55rem); line-height: 1.15; }
.seo-cta p { max-width: 620px; margin: 12px 0 0; color: #d9d0e8; }
.seo-cta .seo-button { flex: 0 0 auto; color: #241640; background: #fff; border-color: #fff; }
.seo-footer { padding: 26px 0; color: #706a79; background: #fff; font-size: .89rem; }
.seo-footer-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.seo-footer a { color: #625778; text-decoration: none; }
.seo-footer a:hover, .seo-footer a:focus-visible { color: var(--purple); text-decoration: underline; }
@media (max-width: 760px) { .seo-container { width: min(100% - 30px, 1120px); } .seo-header { min-height: 70px; } .seo-brand img { width: 132px; } .seo-nav { gap: 12px; } .seo-nav a:not(.nav-cta) { display: none; } .seo-hero { padding: 64px 0 58px; } .seo-hero::after { top: 155px; right: -140px; width: 250px; height: 250px; border-width: 28px; } .seo-section { padding: 55px 0; } .seo-grid, .seo-grid.two, .seo-steps, .seo-two-column { grid-template-columns: 1fr; } .seo-steps { gap: 24px; } .seo-cta { padding: 50px 0; } .seo-cta-inner, .seo-footer-row { align-items: flex-start; flex-direction: column; } }
