/* ============================================================
   TLD Detail Page — Unified CSS
   Extracted from nicenic_com_production_ready_v12.html
   All .COM-specific text has been removed; TLD is injected via PHP
   ============================================================ */

: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;
  --orange: #ff3b18;
  --orange-dark: #e43112;
  --orange-soft: #fff1ec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font: 12px / 1.5 "Montserrat", "tohama", "Arial", "Microsoft YaHei";
  color: var(--text);
  background: #f1f1f1;
  font-family: "Montserrat", sans-serif;
}

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

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

/* ---- Topbar / Nav ---- */
.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;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  background: #ECECEC;
  color: #000000;
}

.cta .btn,
.transfer-card .btn {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  padding: 13px 18px !important;
  text-align: center !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.btn:hover { transform: translateY(-1px); background: #ff3500; color: #fff; }

.btn-primary { background: #ff3500; color: #fff;  box-shadow: 0 10px 24px rgba(110, 113, 117, 0.25); }
.btn-primary:hover { background: #ff3500; color: #fff; }

.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 5px 12px rgba(15, 23, 42, 0.22); }
.btn-dark:hover { background: #e43112; }

.transfer-submit-btn { background: #ff3500; color: #fff; }

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

.btn-white {
  background: #fff;
  color: var(--blue);
}
.btn-white:hover { background: #f1f5f9; color: var(--blue); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  border: 0;
  background: #ECECEC;
  color: #000000;
  border-radius: 999px;
  padding: 12px 22px;
  font: inherit;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.btn-secondary:hover { background: #ff3500; color: #fff; }

/* ---- Domain Check Search Box ---- */
.domain-check-search-box {
  display: flex;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
  background: #FFFFFF;
  align-items: center;
  max-height: 50px;
  box-sizing: border-box;
}

.domain-check-search-input {
  flex: 1;
  border: none;
  padding: 0 20px;
  height: 35px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  outline: none;
}

.sh_btn {
  /* background: #f8f8f8; */
  /* border: 1px solid #e0e0e0; */
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #666;
  /* border-radius: 0; */
}

.domain-check-search-btn {
  background: #ff3500;
  color: #fff;
  border: none;
  padding: 0 20px;
  height: 35px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s;
  border-radius: 999px;
  margin: 10px;
  font-weight: bold;
}

.domain-check-search-btn:hover {
  background: #FF3500;
  color: #FFFFFF;
}

.domain-check-search-btn i {
  font-size: 12px;
}

/* ---- Hero Commercial ---- */
.hero-commercial {
    width: 100%;
    background: #001133; 
    background-size: cover; 
    overflow: hidden; 
    position: relative;
}

.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);

  padding: 40px 38px 40px;
  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 {
  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;
}

.eyebrow-orange {
  background: #fff1ec;
  border-color: #ff3500;
  color: #ff3500;
}

.hero-search-panel h1 {
  margin: 20px 0 20px;
  color: #000000;
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  max-width: 850px;
  margin-bottom: 16px;
  font-weight: bold;
}

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

/* ---- Quick Domain Search Form ---- */
.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: 50px;
  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: 50px;
  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: 50px;
  padding: 0 20px;
  color: #475569;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.quick-search-button {
  height: 40px;
  margin-right: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0 22px;
  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: 14px;
  margin: 20px 0 24px;
  flex-wrap: wrap;
}

.soft-action-button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  border: 0;
  background: #ECECEC;
  color: #000000;
  border-radius: 999px;
  padding: 12px 22px;
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.soft-action-button1:hover { background: #ff3500; color: #fff; }

/* ---- Compact Price Grid ---- */
.compact-price-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0 20px;
  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: #ff3500;
  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 10px;
  color: #475569;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 750;
  text-align: center;
}
.compact-price-note a {
  color: #ff3500;
  font-weight: 900;
  text-decoration: none;
}

/* ---- Trust Chips ---- */
.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: #ECECEC;
  color: #334155;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.hero-helper {
  margin: 10px 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 / Trust Row ---- */
.logos {
  padding: 28px 0 20px;
  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 ---- */
.section {
  padding: 46px 0;
  background-color: #FFFFFF;
}

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

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

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

/* ---- Feature Cards ---- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.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: 60px;
  height: 60px;
  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; font-weight: bold;}
.feature-card p { color: var(--muted); margin: 0; font-size: 15px; }

/* ---- Scenario ---- */
/* .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: 20px;
  background-color: #FFFFFF;
  
}

.scenario {
  padding: 26px;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;

}
/* .scenario:nth-child(2) { background: #FFFFFF; border-color: #FF3500; } */
.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: 0; color: #334155; font-size: 14px; list-style: none; }
.scenario ul li { position: relative; padding-left: 20px; margin-bottom: 8px; }
.scenario ul li::before { content: '✓'; position: absolute; left: 0; color: #FF3500; font-weight: bold; }
.scenario-divider { border: none; border-top: 1px solid #e2e8f0; margin: 16px 0; }

/* ---- Dark Band / Transfer ---- */
.dark-band {
  position: relative;
  background: #fff;
}

.dark-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: #001133 url(../img/index_domains.png);
  background-size: cover;
  background-position: center;
  border-radius: 0 0 150px 150px;
  z-index: 0;
}

.dark-band > * {
  position: relative;
  z-index: 1;
}

.dark-band .section-kicker { 
    color: #ff3500;
    background: #fff1ec;
    border: 1px solid #ff3500;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
.dark-band h2 { color: #1e293b; }
.dark-band p { color: #64748b; }

.transfer-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.transfer-grid p{
  font-size: 14px;
}
.transfer-grid h2{
  font-size: clamp(30px, 4vw, 44px);
}
.transfer-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 26px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

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

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

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ECECEC;
  border: 1px solid rgba(191, 207, 241, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #2563eb;
  line-height: 42px;
  text-align: center;
  padding-top: 0;
}

.step strong { display: block; color: #1e293b; margin-bottom: 2px; }
.step span { display: block; color: #64748b; font-size: 14px; }

/* ---- Transfer Card ---- */
.transfer-card {
  background: #fff;
  color: var(--text);
  border-radius: 0;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  font-size: 14px;
}
.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: 999px;
  padding: 11px 10px;
  color: #000000;
  background: #ECECEC;
  cursor: pointer;
  transition: all .18s ease;
  font: inherit;
  font-size: 14px;
  font-weight: 900;

}
.transfer-mode-tab:hover { background: #ff3500; color: #fff; }
.transfer-mode-tab.active { background: #FF3500; color: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.18); }

.field-note { display: block; margin-top: 7px; font-size: 14px; 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: #ECECEC;
  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 #e2e8f0;;
  background: #ECECEC;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.55;
}

/* ---- Input Group ---- */
.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: #ECECEC;
  padding: 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 / Charts ---- */
.market-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.chart-card {
  background: #fff;
  border: 1px solid var(--soft);
  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; }

.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: #F3F4F5;
  overflow: hidden;
}
.trend-fill {
  height: 100%;
  border-radius: 999px;
  background: #001133;
}
.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: #F3F4F5;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: #FF3500;
}
.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 ---- */
.value-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: #fff;
  border: 1px solid var(--soft);
  padding: 24px;
}
.value-item { padding: 18px; background: #ECECEC; }
.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; }

/* ---- Bulk Section ---- */
.bulk-command {
  background: #fff;
  border: 1px solid #dbe3ef;
  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: 22px; 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: #ECECEC !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: #ECECEC;
  border: 1px solid #dbe3ef;
  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;
}

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

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

.api-list { display: grid; gap: 13px; margin: 20px 0 0; }
.api-list div {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 13px;
  background: #ECECEC;
}

.check {
  color: var(--green);
  font-weight: 900;
  background: none !important;
  display: inline !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.api-list div span {
  font-size: 14px;
}

.code-box {
  background: #0b1220;
  color: #dbeafe;
  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 ---- */
.faq-section {
  background: #fff;
  border-top: 1px solid #e2e8f0;
}

.faq-panel {
  max-width: 980px;
  margin: 0 auto;
  background: #ECECEC;
  border: 1px solid #e2e8f0;
  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: 18px; line-height: 1.08; letter-spacing: -0.055em; }
.faq-intro p { margin: 6px 0 0; color: #475569; font-size: 14px; line-height: 1.6; }

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

details {
  background: #fff;
  border: 1px solid var(--soft);
  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; }

/* ---- CTA ---- */
.cta {
  background:
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #F1F1F1, #F1F1F1);
  color: #fff;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}
.cta h2 { margin: 0 auto 14px; max-width: 760px; font-size: 18px; line-height: 1.05; letter-spacing: -0.055em; color: #000000; font-weight: bold; }
.cta p { margin: 0 auto; max-width: 740px; color: #666666; font-size: 14px; }
.cta-actions { margin-top: 28px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-actions a { font-size: 14px; }

/* CTA Buttons Custom Styles */
.cta .btn-white {
  background: #FF3500;
  color: #FFFFFF;
}
.cta .btn-white:hover {
  background: #e43112;
  color: #FFFFFF;
}

.cta .btn-ghost {
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  border: 1px solid #e2e8f0;
}
.cta .btn-ghost:hover {
  background: #f1f5f9;
  color: #000000;
}

/* ---- Footer ---- */
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;
}

/* ---- Responsive ---- */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .hero-after-grid,
  .transfer-grid,
  .api-grid,
  .market-grid,
  .bulk-command-grid { grid-template-columns: 1fr; }
  .trust-row,
  .cards,
  .scenario-grid,
  .value-grid,
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-price-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-price-item.main { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand span, .small-pill, .nav-cta .btn { display: none; }
  .nav { height: 66px; }
  .hero-commercial { padding: 32px 0 28px; }
  .hero-search-panel { padding: 24px 18px 22px; border-radius: 22px; }
  .hero-search-panel h1 { font-size: 32px; }
  .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; }
  .soft-action-button1 { min-width: 0; flex: 1 1 150px; padding: 12px 14px; }
  .trust-chips span { white-space: normal; }
  .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: 40px 0; }
  .compact-price-grid { grid-template-columns: 1fr; }
  .bar-row { grid-template-columns: 100px 1fr 48px; gap: 8px; }
  .bar-label { font-size: 12px; }
  .search-actions { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .compact-price-grid { grid-template-columns: 1fr; }
  .hero-search-panel h1 { font-size: 32px; }
}
