.seo-page {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.seo-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.seo-logo {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.seo-logo span {
  color: var(--text-secondary);
}

.seo-nav__link,
.seo-widget__full,
.seo-links a {
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-visual {
  margin: 6px 0 24px;
}

.seo-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 165, 138, 0.14);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.10);
}

.seo-visual figcaption {
  max-width: 720px;
  margin: 10px auto 0;
  color: var(--text-secondary);
  font-size: 13.5px;
  line-height: 1.5;
  text-align: center;
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 36px;
  padding: 48px 0 34px;
}

.seo-hero__text {
  min-width: 0;
}

.seo-eyebrow {
  margin: 0 0 10px;
  color: var(--text-accent);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.seo-hero h1 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(30px, 6vw, 52px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.08;
}

.seo-hero__text > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.55;
}

.seo-widget {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
}

.seo-widget h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: 20px;
  line-height: 1.25;
}

.seo-widget__hint {
  margin: 0;
  color: var(--text-secondary);
  font-size: 13.5px;
  line-height: 1.45;
}

.seo-transfer-status,
.seo-selected {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30, 165, 138, 0.22);
  background: rgba(255, 255, 255, 0.24);
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.4;
}

.seo-transfer-status.is-ready {
  color: var(--text-success);
  border-color: rgba(18, 138, 110, 0.28);
  background: rgba(18, 138, 110, 0.10);
}

.seo-transfer-status.is-error {
  color: var(--text-danger);
  border-color: rgba(177, 55, 55, 0.28);
  background: rgba(177, 55, 55, 0.10);
}

.seo-transfer-pick,
.seo-transfer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30, 165, 138, 0.26);
  color: var(--text-primary);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.seo-btn-primary {
  background: rgba(30, 165, 138, 0.18);
}

.seo-btn-secondary {
  background: rgba(255, 255, 255, 0.30);
}

.seo-btn:hover {
  border-color: rgba(30, 165, 138, 0.48);
  background: rgba(30, 165, 138, 0.20);
}

.seo-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 13px;
}

.seo-progress__bar {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(30, 165, 138, 0.12);
}

.seo-progress__bar span {
  width: 0%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--text-accent);
  transition: width var(--duration-fast) var(--ease-ios);
}

.seo-section {
  margin-top: 22px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(30, 165, 138, 0.16);
}

.seo-section h2 {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-size: 22px;
  line-height: 1.25;
}

.seo-section p,
.seo-steps,
.seo-faq p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.6;
}

.seo-steps {
  padding-left: 22px;
}

.seo-steps li + li {
  margin-top: 8px;
}

.seo-safety {
  padding: 20px;
  border: 1px solid rgba(18, 138, 110, 0.28);
  border-radius: var(--radius-md);
  background: rgba(18, 138, 110, 0.10);
}

.seo-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-faq article {
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.24);
}

.seo-faq h3 {
  margin: 0 0 6px;
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.3;
}

.seo-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.seo-links h2 {
  flex-basis: 100%;
}

.seo-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(30, 165, 138, 0.16);
}

.seo-footer a {
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-footer a:hover {
  color: var(--text-primary);
}

@media (max-width: 760px) {
  .seo-page {
    width: min(100% - 24px, 560px);
    padding-top: 18px;
  }

  .seo-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 0 24px;
  }

  .seo-hero h1 {
    font-size: 32px;
  }

  .seo-transfer-pick,
  .seo-transfer-actions,
  .seo-faq {
    grid-template-columns: 1fr;
  }
}
