:root {
  --bg: #f7f9fc;
  --panel: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --soft: #e2e8f0;
  --soft-2: #f1f5f9;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --navy: #0b1220;
  --green: #10b981;
  --green-dark: #059669;
  --amber: #f59e0b;
  --pink: #ec4899;
  --violet: #8b5cf6;
  --red: #ef4444;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.62;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--soft);
}

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0f172a);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}

.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  color: #334155;
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.small-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
}
.faq-wrap details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
}

.faq-wrap details summary::-webkit-details-marker {
  display: none;
}

.faq-wrap details summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-wrap details[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.btn:hover {
  transform: translateY(-1px);
  color: #fff;
     }

.btn-primary {
  background: #ff3b18;
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 59, 24, 0.22);
}

.btn-primary:hover {
  background: #e43112;
}

.btn-dark {
  background: #ff3b18;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.22);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #e43112;
}
.btn-white:hover {
  color: #e43112 !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(59,130,246,.35), transparent 34%),
    radial-gradient(circle at 20% 85%, rgba(16,185,129,.18), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0f172a 45%, #1d4ed8 100%);
  color: #fff;
  padding: 76px 0 62px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .34;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(37, 99, 235, .22);
  border: 1px solid rgba(147, 197, 253, .28);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

h1 {
  margin: 20px 0 18px;
  max-width: 820px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -0.06em;
}

.hero-lead {
  color: #cbd5e1;
  font-size: 18px;
  max-width: 720px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
  max-width: 780px;
}

.stat {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
}

.stat strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.stat span {
  display: block;
  color: #cbd5e1;
  font-size: 12px;
  margin-top: 6px;
}

.search-card {
  background: #fff;
  color: var(--text);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}

.search-card h2 {
  margin: 0 0 6px;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.search-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
}

.domain-form {
  display: flex;
  border: 2px solid var(--soft);
  border-radius: 18px;
  overflow: hidden;
  background: var(--soft-2);
}

.domain-form input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 16px 14px;
  font: inherit;
  font-weight: 800;
  color: var(--text);
  outline: none;
  min-width: 0;
}

.domain-form span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-left: 1px solid var(--soft);
  font-weight: 900;
  color: #334155;
  background: #e2e8f0;
}

.search-card .btn {
  width: 100%;
  margin-top: 14px;
  padding: 16px 18px;
}

.checklist {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.checklist div {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.checkmark {
  color: var(--green);
  font-weight: 900;
}

.logos {
  padding: 24px 0;
  background: #fff;
  border-bottom: 1px solid var(--soft);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--soft);
  border-radius: 18px;
  background: #fff;
}

.trust-item .icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #eff6ff;
  font-size: 18px;
}

.trust-item strong {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.trust-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 2px;
}

.section {
  padding: 72px 0;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #e43112;
  background: #fff7f3;
  border: 1px solid #ffd3c7;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.section-head p {
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 16px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-card {
  background: var(--panel);
  border: 1px solid var(--soft);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.035);
  min-height: 230px;
}

.feature-card .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 22px;
  background: linear-gradient(135deg, #dbeafe, #fce7f3);
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.feature-card p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
}

.scenario-wrap {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 30px;
  padding: 10px;
  box-shadow: var(--shadow);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.scenario {
  padding: 26px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid transparent;
}

.scenario:nth-child(2) {
  background: #eef6ff;
  border-color: #dbeafe;
}

.scenario h3 {
  margin: 0 0 8px;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.scenario p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.scenario ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  list-style: disc !important;
}

.scenario ul li {
  list-style: disc !important;
}

.dark-band {
  background:
    radial-gradient(circle at 12% 25%, rgba(37,99,235,.24), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0f172a 58%, #111827 100%);
  color: #fff;
}

.transfer-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.dark-band .section-kicker {
  color: #bfdbfe;
  border-color: rgba(147,197,253,.26);
  background: rgba(37,99,235,.2);
}

.dark-band h2 {
  color: #fff;
}

.dark-band p {
  color: #cbd5e1;
}

.transfer-panel {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 26px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(37, 99, 235, .22);
  border: 1px solid rgba(147, 197, 253, .25);
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #bfdbfe;
}

.step strong {
  display: block;
  color: #fff;
  margin-bottom: 2px;
}

.step span {
  display: block;
  color: #cbd5e1;
  font-size: 14px;
}

.text-link {
  color: #1f48b8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.text-link:hover {
  color: #e43112;
}

.transfer-card {
  background: #fff;
  color: var(--text);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.transfer-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.045em;
}

.transfer-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.transfer-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
  padding: 6px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.transfer-mode-tab {
  border: 0;
  border-radius: 12px;
  padding: 11px 10px;
  font-weight: 900;
  color: #475569;
  background: transparent;
  cursor: pointer;
  transition: all .18s ease;
  font: inherit;
  font-size: 13px;
}
.transfer-mode-tab:hover {
      color: #0f172a;
}
.transfer-mode-tab.active {
  background: #0f172a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
}

.field-note {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.transfer-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 2px 0 4px;
}

.transfer-summary-item {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 14px;
  padding: 10px;
}

.transfer-summary-item span {
  display: block;
  font-size: 11px;
  color: #64748b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 4px;
}

.transfer-summary-item strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 950;
}

.transfer-alert {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
}

.transfer-alert.transfer-alert-error {
  border-color: #fca5a5;
  background: #fef2f2;
  color: #991b1b;
}

.btn.btn-dark.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.input-group label {
  display: block;
  font-size: 12px;
  color: #64748b;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 7px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid var(--soft);
  background: #f8fafc;
  padding: 14px;
  border-radius: 14px;
  outline: none;
  font: inherit;
  color: var(--text);
}

.input-group textarea {
  min-height: 140px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.55;
}

.market-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.chart-card {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(15,23,42,.035);
  overflow: hidden;
}

.chart-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.chart-card .sub {
  margin: 6px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.donut-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: center;
}

.donut {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background:
    conic-gradient(
      #2563eb 0deg 150.1deg,
      #10b981 150.1deg 284.2deg,
      #8b5cf6 284.2deg 329.7deg,
      #f59e0b 329.7deg 341.1deg,
      #94a3b8 341.1deg 360deg
    );
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
  margin: auto;
}

.donut::after {
  content: "";
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(15,23,42,.05);
}

.legend {
  display: grid;
  gap: 11px;
}

.legend-item {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #334155;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  display: inline-block;
}

.legend-item strong {
  font-weight: 900;
  color: var(--text);
}

.bars {
  display: grid;
  gap: 13px;
  margin-top: 8px;
}

.bar-row {
  display: grid;
  grid-template-columns: 130px 1fr 58px;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}

.bar-label {
  color: #334155;
  font-weight: 800;
  white-space: nowrap;
}

.bar-track {
  height: 22px;
  border-radius: 999px;
  background: #edf2f7;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #34d399);
}

.bar-value {
  color: #334155;
  font-weight: 900;
  text-align: right;
}

.source-note {
  border-top: 1px solid var(--soft);
  margin-top: 22px;
  padding-top: 14px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.source-note a {
  color: var(--blue);
  font-weight: 800;
}

.value-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 28px;
  padding: 24px;
}

.value-item {
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
}

.value-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.value-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.api-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: start;
}

.api-card {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.api-list {
  display: grid;
  gap: 13px;
  margin: 20px 0 0;
}

.api-list div {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 13px;
  border-radius: 16px;
  background: #f8fafc;
}

.code-box {
  background: #0b1220;
  color: #dbeafe;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #1e293b;
}

.code-box pre {
  overflow-x: auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}

.faq-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.faq-panel {
  max-width: 980px;
  margin: 0 auto;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.035);
}

.faq-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.faq-intro h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.faq-intro p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.faq-wrap {
  display: grid;
  gap: 16px;
  max-width: 100%;
  margin: 0 auto;
}

details {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 20px;
  padding: 19px 21px;
  box-shadow: 0 8px 18px rgba(15,23,42,.03);
}

summary {
  cursor: pointer;
  font-weight: 900;
  letter-spacing: -0.02em;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 14px;
}

.related-links-section {
  background: #f8fafc;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.related-links-box {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.4fr);
  gap: 28px;
  align-items: start;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .05);
}

.related-links-box h2 {
  margin: 10px 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.05em;
  color: #0f172a;
}

.related-links-box p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  font-size: 14px;
}

.related-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.related-link-grid a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  color: #1e40af;
  font-weight: 850;
  text-decoration: none;
  font-size: 14px;
}

.related-link-grid a:hover {
    color: var(--orange-dark);
    border-color: #ffd3c7;
    background: #fff7f3;
}

.cta {
  background:
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.16), transparent 28%),
    radial-gradient(circle at 16% 78%, rgba(255,59,24,.25), transparent 24%),
    linear-gradient(135deg, #21106e 0%, #312a91 48%, #161b4f 100%);
  color: #fff;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}

.cta h2 {
  margin: 0 auto 14px;
  max-width: 760px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.cta p {
  margin: 0 auto;
  max-width: 740px;
  color: #eef2ff;
  font-size: 17px;
}

.cta-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

footer {
  background: #07111f;
  color: #94a3b8;
  padding: 44px 0 28px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 34px;
}

footer strong {
  color: #fff;
}

footer a {
  display: block;
  color: #94a3b8;
  margin-top: 9px;
}

footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 12px;
}

.domain-multi-form {
  border: 2px solid var(--soft);
  border-radius: 20px;
  overflow: hidden;
  background: #f8fafc;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.domain-multi-form:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
}

.domain-multi-form textarea {
  width: 100%;
  min-height: 118px;
  border: 0;
  background: transparent;
  padding: 17px 16px;
  font: inherit;
  font-size: 15px;
  font-weight: 750;
  color: var(--text);
  outline: none;
  resize: vertical;
  line-height: 1.55;
}

.search-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.search-actions .btn {
  margin-top: 0;
  padding: 14px 12px;
  font-size: 13px;
}

.search-output {
  display: none;
  margin-top: 14px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
  border-radius: 16px;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  white-space: pre-line;
}

.mini-note {
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.consult-panel {
  background:
    radial-gradient(circle at 10% 15%, rgba(37, 99, 235, .15), transparent 30%),
    linear-gradient(135deg, #ffffff, #f8fbff);
  border: 1px solid #dbeafe;
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.consult-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.consult-panel h2 {
  margin: 0;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.consult-panel p {
  color: var(--muted);
}

.advisor-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #047857;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
}

.consult-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.consult-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.consult-list b {
  display: block;
  margin-bottom: 2px;
}

.consult-list span:last-child {
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.ai-answer-card {
  background: #0b1220;
  color: #dbeafe;
  border-radius: 26px;
  padding: 26px;
  border: 1px solid #1e293b;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .18);
}

.ai-answer-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.ai-answer-card p {
  color: #cbd5e1;
  margin: 0 0 14px;
  font-size: 14px;
}

.quote-box {
  border-left: 4px solid #34d399;
  background: rgba(255,255,255,.06);
  padding: 14px 16px;
  border-radius: 14px;
  color: #f8fafc;
  font-size: 14px;
  line-height: 1.55;
}

.intent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.intent-tags span {
  border: 1px solid rgba(147,197,253,.28);
  background: rgba(37, 99, 235, .18);
  color: #bfdbfe;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 850;
}

.bulk-command {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}

.bulk-command-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px;
  align-items: stretch;
}

.bulk-primary h3,
.bulk-summary-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: -0.045em;
}

.bulk-primary p,
.bulk-summary-card p {
  color: #475569;
  margin: 0 0 18px;
  font-size: 14px;
}

.bulk-textarea {
  min-height: 250px !important;
  font-size: 14px !important;
  background: #f8fafc !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.bulk-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.bulk-summary-card {
  background: #f8fafc;
  border: 1px solid #dbe3ef;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.summary-rows {
  display: grid;
  gap: 0;
  margin-top: 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 0;
  color: #475569;
  font-size: 14px;
}

.summary-row strong {
  color: #0f172a;
  text-align: right;
}

.summary-row .green {
  color: #059669;
}

.bulk-note {
  border-top: 1px solid #e2e8f0;
  margin-top: 22px;
  padding-top: 14px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .transfer-grid,
  .api-grid,
  .market-grid,
  .consult-grid,
  .bulk-command-grid {
    grid-template-columns: 1fr;
  }

  .donut-layout {
    grid-template-columns: 1fr;
  }

  .trust-row,
  .cards,
  .scenario-grid,
  .value-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand span,
  .small-pill,
  .nav-cta .btn {
    display: none;
  }

  .nav {
    height: 66px;
  }

  .hero {
    padding: 54px 0 46px;
  }

  .hero-stats,
  .trust-row,
  .cards,
  .scenario-grid,
  .value-grid,
  .footer-grid,
  .faq-intro {
    grid-template-columns: 1fr;
  }

  .faq-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .search-card,
  .consult-panel,
  .transfer-card,
  .feature-card,
  .chart-card,
  .api-card {
    padding: 22px;
    border-radius: 22px;
  }

  .section {
    padding: 54px 0;
  }

  .search-actions {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 100px 1fr 48px;
    gap: 8px;
  }

  .bar-label {
    font-size: 12px;
  }
}

:root {
  --orange: #ff3b18;
  --orange-dark: #e43112;
  --orange-soft: #fff1ec;
}

.hero-commercial {
  padding: 58px 0 58px;
  background:
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.20), transparent 18%),
    radial-gradient(circle at 10% 70%, rgba(255,255,255,.12), transparent 22%),
    linear-gradient(135deg, #21106e 0%, #312a91 46%, #161b4f 100%);
}

.hero-commercial::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 72%, rgba(255,255,255,.95) 0 10px, transparent 11px),
    radial-gradient(ellipse at 20% 72%, rgba(255,255,255,.95) 0 12px, transparent 13px),
    radial-gradient(ellipse at 22% 72%, rgba(255,255,255,.95) 0 10px, transparent 11px),
    radial-gradient(ellipse at 76% 28%, rgba(255,255,255,.95) 0 10px, transparent 11px),
    radial-gradient(ellipse at 78% 28%, rgba(255,255,255,.95) 0 12px, transparent 13px),
    radial-gradient(ellipse at 80% 28%, rgba(255,255,255,.95) 0 10px, transparent 11px);
  opacity: .7;
}

.hero-search-panel,
.hero-after-grid {
  position: relative;
  z-index: 1;
}

.hero-search-panel {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  color: var(--text);
  border-radius: 26px;
  padding: 34px 38px 30px;
  box-shadow: 0 26px 80px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.55);
}

.hero-search-topline {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.eyebrow-orange {
  background: var(--orange-soft);
  border-color: #ffd3c7;
  color: var(--orange-dark);
}

.hero-mini-trust {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.hero-search-panel h1 {
  margin: 10px 0 10px;
  color: #050816;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  max-width: 980px;
}

.hero-subline {
  color: #334155;
  max-width: 920px;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.5;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 8px 0 16px;
  color: var(--orange);
  font-weight: 800;
}

.price-line .old-price {
  color: #64748b;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 700;
  margin-right: 2px;
}

.price-line strong {
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--orange);
  font-weight: 950;
}

.account-price-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 16px;
  align-items: stretch;
  margin: 16px 0 18px;
}

.main-price-card {
  border: 1px solid #ffd3c7;
  background: linear-gradient(135deg, #fff7f3, #ffffff);
  border-radius: 18px;
  padding: 14px 16px;
  min-width: 0;
}

.main-price-card .price-label {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
}

.main-price-card .price-number {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  color: var(--orange);
  font-weight: 900;
}

.main-price-card .old-price {
  color: #64748b;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 750;
}

.main-price-card strong {
  color: var(--orange);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.main-price-card .price-note {
  margin: 7px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.tier-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tier-price-item {
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  border-radius: 16px;
  padding: 11px 10px;
  text-align: center;
  min-width: 0;
}

.tier-price-item span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.tier-price-item strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.15;
  margin-top: 4px;
  font-weight: 950;
}

.tier-price-item small {
  display: block;
  color: #64748b;
  font-size: 11px;
  margin-top: 3px;
  font-weight: 750;
}

.tier-price-item.vip {
  border-color: #bfdbfe;
  background: #eff6ff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .08);
}

.tier-price-item.vip strong,
.tier-price-item.vip span {
  color: #1d4ed8;
}

.price-level-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.price-level-note a {
  color: #1d4ed8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quick-domain-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  border: 1.5px solid #111827;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  min-height: 56px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.quick-domain-form:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,59,24,.12), 0 14px 32px rgba(15,23,42,.08);
}

.quick-domain-form input {
  border: 0;
  outline: none;
  padding: 0 22px;
  height: 56px;
  font: inherit;
  font-size: 16px;
  color: #0f172a;
  min-width: 0;
}

.quick-domain-form input::placeholder {
  color: #94a3b8;
}

.quick-tld {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  color: #475569;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.quick-search-button {
  height: 44px;
  margin-right: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0 24px;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 9px 20px rgba(255,59,24,.25);
}

.quick-search-button:hover {
  background: var(--orange-dark);
}

.quick-actions-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0;
  flex-wrap: wrap;
}

.soft-action-button {
  border: 0;
  background: #f0f0f0;
  color: #111827;
  border-radius: 999px;
  padding: 13px 22px;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.soft-action-button:hover {
  background: #e5e7eb;
  color: #111827;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.trust-chips span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.hero-after-grid {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 24px;
  margin-top: 24px;
  align-items: stretch;
}

.hero-text-block,
.advisor-card-top {
  border-radius: 26px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.hero-text-block h2,
.advisor-card-top h2 {
  color: #fff;
  margin: 0 0 12px;
  font-size: clamp(26px, 3.3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.hero-text-block p,
.advisor-card-top p {
  color: #dbeafe;
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.compact-stats {
  margin-top: 22px;
}

.advisor-card-top {
  background: rgba(15,23,42,.55);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advisor-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.advisor-links a {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero-after-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-commercial {
    padding: 34px 0 44px;
  }

  .hero-search-panel {
    padding: 24px 18px 22px;
    border-radius: 22px;
  }

  .quick-domain-form {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 8px;
  }

  .quick-domain-form input {
    height: 48px;
    padding: 0 12px;
  }

  .quick-tld {
    display: none;
  }

  .quick-search-button {
    width: 100%;
    margin: 0;
    height: 46px;
  }

  .quick-actions-row {
    gap: 10px;
  }

  .soft-action-button {
    flex: 1 1 150px;
    padding: 12px 14px;
  }

  .trust-chips span {
    white-space: normal;
  }
}

.hero-helper {
  margin: 12px 0 0;
  text-align: center;
  color: #475569;
  font-size: 13px;
  font-weight: 750;
}

.hero-helper a {
  color: #2563eb;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.logos {
  padding: 28px 0 20px;
  background: #fff;
}

#advantages {
  padding-top: 56px;
}

#market {
  padding-top: 64px;
}

@media (max-width: 880px) {
  .account-price-panel {
    grid-template-columns: 1fr;
  }

  .tier-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .tier-price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-price-card strong {
    font-size: 27px;
  }
}

.hero-commercial {
  padding: 46px 0 48px !important;
}

.hero-search-panel.compact-hero {
  padding: 32px 38px 26px;
}

.hero-search-panel.compact-hero h1 {
  max-width: 850px;
  font-size: clamp(38px, 4.8vw, 58px);
  margin-bottom: 10px;
}

.hero-search-panel.compact-hero .hero-subline {
  max-width: 890px;
  margin-bottom: 18px;
  font-size: 17px;
}

.compact-price-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0 8px;
  align-items: stretch;
}

.compact-price-item {
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  border-radius: 15px;
  padding: 11px 13px;
  min-width: 0;
  text-align: center;
}

.compact-price-item.main {
  text-align: left;
  border-color: #ffd3c7;
  background: linear-gradient(135deg, #fff7f3, #ffffff);
}

.compact-price-item span {
  display: block;
  color: #64748b;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.compact-price-item strong {
  display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.compact-price-item.main strong {
  color: var(--orange);
  font-size: 26px;
}

.compact-price-item del {
  color: #64748b;
  font-size: 14px;
  font-weight: 750;
  margin-right: 4px;
}

.compact-price-item small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
}

.compact-price-item.vip {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.compact-price-item.vip span,
.compact-price-item.vip strong {
  color: #1d4ed8;
}

.compact-price-note {
  margin: 0 0 14px;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
  text-align: center;
}

.compact-price-note a {
  color: #1d4ed8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section {
  padding: 58px 0 !important;
}

.section-head {
  margin-bottom: 30px !important;
}

.hero-commercial {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 59, 24, .10), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(76, 84, 190, .20), transparent 34%),
    linear-gradient(135deg, #17114f 0%, #261c78 44%, #0d1744 100%) !important;
}

.hero-commercial::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

.hero::before {
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1px) !important;
  background-size: 20px 20px !important;
  opacity: .18 !important;
}

.dark-band {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 59, 24, .08), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(47, 38, 143, .24), transparent 34%),
    linear-gradient(135deg, #070b16 0%, #101b3e 54%, #17124a 100%) !important;
}

.dark-band .section-kicker {
  color: #ffe2da !important;
  border-color: rgba(255, 211, 199, .28) !important;
  background: rgba(255, 59, 24, .12) !important;
}

.transfer-panel {
  background: rgba(255,255,255,.055) !important;
  border-color: rgba(255,255,255,.13) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.steps {
  gap: 16px !important;
}

.step {
  grid-template-columns: 44px 1fr !important;
  align-items: start !important;
  column-gap: 14px !important;
}

.step-number {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 1px 0 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
  color: #eef2ff !important;
  background: linear-gradient(135deg, rgba(47, 72, 156, .72), rgba(28, 42, 103, .72)) !important;
  border: 1px solid rgba(191, 219, 254, .30) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.chart-card {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(15,23,42,.035);
  overflow: hidden;
}

.chart-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.chart-card .sub {
  margin: 6px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.tld-market-template .section-head {
  max-width: 900px;
}

.tld-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 24px;
}

.tld-metric-card {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.035);
  text-align: center;
}

.tld-metric-card .metric-icon {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #eaf1ff, #fff1ec);
}

.tld-metric-card .metric-label {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.tld-metric-card strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #2563eb;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.tld-metric-card p {
  margin: 10px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.tld-market-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
  align-items: stretch;
}

.tld-market-layout-secondary {
  margin-top: 22px;
}

.tld-donut-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 16px;
}

.tld-donut-v2 {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  background:
    conic-gradient(
      #2563eb 0deg 150.1deg,
      #10b981 150.1deg 284.3deg,
      #8b5cf6 284.3deg 329.8deg,
      #94a3b8 329.8deg 360deg
    );
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
}

.tld-donut-v2::after {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(15,23,42,.05);
}

.tld-legend-v2 {
  display: grid;
  gap: 11px;
}

.tld-legend-v2 div {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 8px;
  align-items: center;
  color: #334155;
  font-size: 13px;
}

.tld-legend-v2 i,
.tld-legend-v2 span:first-child {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  display: inline-block;
}

.dot-blue { background: #2563eb; }
.dot-green { background: #10b981; }
.dot-purple { background: #8b5cf6; }
.dot-orange { background: #f59e0b; }
.dot-slate { background: #94a3b8; }

.tld-legend-v2 strong {
  font-weight: 950;
  color: #0f172a;
}

.reason-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.reason-list div {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 18px;
  padding: 15px 16px;
}

.reason-list b {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
}

.reason-list p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.tld-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tld-growth-bars .latest .trend-track {
  background: #dbeafe;
}

.tld-growth-bars .latest .trend-fill {
  background: linear-gradient(90deg, #1d4ed8, #60a5fa);
}

.premium-sales-bars .bar-fill {
  background: linear-gradient(90deg, #10b981, #34d399);
}

.tld-value-grid {
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .tld-market-layout,
  .tld-metric-grid {
    grid-template-columns: 1fr;
  }

  .tld-donut-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .tld-metric-card strong {
    font-size: 30px;
  }
}

.tld-market-template .section-head p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.market-conversion-box {
  margin-top: 22px;
  padding: 24px 26px;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.035);
}

.market-conversion-box h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #0f172a;
}

.market-conversion-box p {
  margin: 0 auto 16px;
  max-width: 760px;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.trend-bars {
  display: grid;
  gap: 13px;
  margin-top: 20px;
}

.trend-row {
  display: grid;
  grid-template-columns: 64px 1fr 78px;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}

.trend-row span {
  color: #334155;
  font-weight: 900;
}

.trend-track {
  height: 22px;
  border-radius: 999px;
  background: #edf2f7;
  overflow: hidden;
}

.trend-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.trend-row strong {
  text-align: right;
  color: #0f172a;
  font-weight: 950;
}

.bars {
  display: grid;
  gap: 13px;
  margin-top: 8px;
}

.bar-row {
  display: grid;
  grid-template-columns: 130px 1fr 58px;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}

.bar-label {
  color: #334155;
  font-weight: 800;
  white-space: nowrap;
}

.bar-track {
  height: 22px;
  border-radius: 999px;
  background: #edf2f7;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #34d399);
}

.bar-value {
  color: #334155;
  font-weight: 900;
  text-align: right;
}

.source-note {
  border-top: 1px solid var(--soft);
  margin-top: 22px;
  padding-top: 14px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.source-note a {
  color: var(--blue);
}

.tld-market-template .source-note {
  font-size: 12px;
  color: #64748b;
}

.scenario-wrap {
  background: #fff;
  border: 1px solid var(--soft);
  border-radius: 30px;
  padding: 10px;
  box-shadow: var(--shadow);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.scenario {
  padding: 26px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid transparent;
}

.scenario:nth-child(2) {
  background: #eef6ff;
  border-color: #dbeafe;
}

.scenario h3 {
  margin: 0 0 8px;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.scenario p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.scenario ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  font-size: 14px;
  list-style: disc !important;
}

.scenario ul li {
  list-style: disc !important;
}

.dark-band {
  background:
    radial-gradient(circle at 12% 25%, rgba(37,99,235,.24), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0f172a 58%, #111827 100%);
  color: #fff;
}

.transfer-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.dark-band .section-kicker {
  color: #bfdbfe;
  border-color: rgba(147,197,253,.26);
  background: rgba(37,99,235,.2);
}

.dark-band h2 {
  color: #fff;
}

.dark-band p {
  color: #cbd5e1;
}

.transfer-panel {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 26px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(37, 99, 235, .22);
  border: 1px solid rgba(147, 197, 253, .25);
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #bfdbfe;
}

.step strong {
  display: block;
  color: #fff;
  margin-bottom: 2px;
}

.step span {
  display: block;
  color: #cbd5e1;
  font-size: 14px;
}

.text-link {
  color: #1f48b8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.text-link:hover {
  color: #e43112;
}
