:root {
  --ink: #132236;
  --muted: #5a6b7f;
  --line: #dce8ef;
  --paper: #ffffff;
  --soft: #f5f8fa;
  --teal: #00a4a6;
  --teal-dark: #087f86;
  --blue: #1c78d4;
  --green: #6ecb63;
  --yellow: #f5c84c;
  --shadow: 0 18px 45px rgba(19, 34, 54, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
.site-header { align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); display: flex; gap: 24px; min-height: 72px; padding: 0 32px; position: sticky; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 12px; text-decoration: none; }
.brand img { display: block; height: auto; max-height: 58px; width: auto; }
.nav-links { display: flex; gap: 22px; margin-left: auto; overflow-x: auto; }
.nav-links a, .header-cta { font-size: .94rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-links a:hover { color: var(--teal-dark); }
.header-cta, .button, .large-cta { border-radius: 6px; display: inline-flex; font-weight: 800; justify-content: center; text-decoration: none; }
.header-cta { background: var(--ink); color: #fff; padding: 11px 16px; }
.hero { background: radial-gradient(circle at 86% 20%, rgba(245,200,76,.32), transparent 25%), linear-gradient(115deg, #073d51 0%, #0b7888 54%, #eaf8fb 54%, #f7fbfd 100%); min-height: 590px; overflow: hidden; }
.hero-inner { align-items: center; display: grid; gap: 42px; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); margin: 0 auto; max-width: 1180px; padding: 72px 32px 78px; }
.hero-panel { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; box-shadow: var(--shadow); color: #fff; padding: 42px; }
.eyebrow { color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .08em; margin: 0 0 10px; text-transform: uppercase; }
.hero .eyebrow { color: #b9f2f2; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 3.18rem; line-height: 1.03; margin-bottom: 18px; max-width: 720px; }
h2 { font-size: 2.15rem; line-height: 1.18; margin-bottom: 0; }
.hero-copy { color: rgba(255,255,255,.86); font-size: 1.12rem; margin-bottom: 26px; max-width: 610px; }
.hero-search { display: grid; grid-template-columns: minmax(0,1fr) 126px; margin-bottom: 18px; max-width: 640px; }
.hero-search input { border: 0; border-radius: 6px 0 0 6px; color: var(--ink); font: inherit; min-height: 56px; padding: 0 18px; }
.hero-search button { background: var(--green); border: 0; border-radius: 0 6px 6px 0; color: #0d3311; cursor: pointer; font: inherit; font-weight: 900; min-height: 56px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-action { border: 1px solid rgba(255,255,255,.46); border-radius: 6px; color: #fff; font-weight: 800; padding: 12px 16px; text-decoration: none; }
.hero-action.primary { background: var(--green); border-color: var(--green); color: #0d3311; }
.hero-visual { min-height: 390px; position: relative; }
.hero-visual::before { background: rgba(0,164,166,.2); border: 28px solid rgba(0,164,166,.2); border-radius: 50%; content: ""; height: 520px; position: absolute; right: -170px; top: -70px; width: 520px; }
.browser-window { background: #fff; border: 1px solid rgba(19,34,54,.1); border-radius: 8px; box-shadow: var(--shadow); margin: 34px 0 0 auto; max-width: 430px; padding: 18px; position: relative; z-index: 1; }
.browser-dots { display: flex; gap: 7px; margin-bottom: 30px; }
.browser-dots span { background: var(--line); border-radius: 50%; height: 10px; width: 10px; }
.domain-card { background: linear-gradient(135deg, #eef9fb, #fff); border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 7px; min-height: 258px; padding: 26px; text-decoration: none; }
.domain-card strong { font-size: 1.82rem; }
.domain-card span:last-child { color: var(--muted); }
.highlight-card small { color: var(--teal-dark); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.highlight-card b { color: var(--teal-dark); font-size: .86rem; margin-top: 8px; }
.status-dot { background: var(--green); border-radius: 50%; height: 12px; width: 12px; }
.section { margin: 0 auto; max-width: 1180px; padding: 86px 32px; width: 100%; }
.stats-strip { display: grid; gap: 14px; grid-template-columns: repeat(4,1fr); padding-bottom: 34px; }
.stats-strip article { background: var(--soft); border: 1px solid #edf2f5; border-radius: 8px; padding: 24px; text-align: center; }
.stats-strip strong { display: block; font-size: 2rem; }
.stats-strip span { color: var(--muted); font-weight: 800; }
.section-heading { margin-bottom: 28px; }
.split { align-items: end; display: flex; gap: 24px; justify-content: space-between; }
.split > a { color: var(--teal-dark); font-weight: 900; white-space: nowrap; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.filter-bar button { background: #fff; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; font: inherit; font-weight: 800; padding: 10px 15px; }
.filter-bar button.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.result-count { color: var(--muted); font-weight: 800; margin: 0 0 16px; }
.market-tabs { margin-bottom: 18px; }
.pagination { align-items: center; display: flex; gap: 14px; justify-content: center; margin-top: 26px; }
.pagination button { background: #fff; border: 1px solid var(--line); border-radius: 6px; color: var(--teal-dark); cursor: pointer; font: inherit; font-weight: 900; min-width: 104px; padding: 11px 14px; }
.pagination button:disabled { color: var(--muted); cursor: not-allowed; opacity: .48; }
.pagination span { color: var(--muted); font-weight: 900; }
.premium-search-section { padding-top: 42px; }
.premium-search { display: grid; grid-template-columns: minmax(0,1fr) 210px; margin-bottom: 34px; max-width: 820px; }
.premium-search input { border: 1px solid var(--line); border-radius: 6px 0 0 6px; color: var(--ink); font: inherit; min-height: 54px; padding: 0 16px; }
.premium-search button { background: var(--ink); border: 1px solid var(--ink); border-radius: 0 6px 6px 0; color: #fff; cursor: pointer; font: inherit; font-weight: 900; min-height: 54px; }
.top-domain-block { background: var(--soft); border: 1px solid #edf2f5; border-radius: 8px; display: grid; gap: 24px; grid-template-columns: 260px minmax(0,1fr); padding: 26px; }
.top-domain-block h3 { font-size: 1.45rem; margin-bottom: 0; }
.top-domain-list { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.top-domain-item { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; gap: 14px; justify-content: space-between; min-height: 58px; padding: 12px 14px; text-decoration: none; }
.top-domain-item strong { overflow-wrap: anywhere; }
.top-domain-item span { color: var(--muted); font-size: .86rem; font-weight: 800; text-align: right; white-space: nowrap; }
.top-domain-empty { color: var(--muted); font-weight: 800; margin: 0; }
.hosting-section { padding-top: 42px; }
.hosting-intro { color: var(--muted); font-size: 1.04rem; max-width: 760px; }
.hosting-plans { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); margin-top: 24px; }
.hosting-plan { background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; min-height: 390px; padding: 24px; }
.hosting-plan.recommended { background: #eef9fb; border-color: #bee7eb; box-shadow: 0 14px 32px rgba(8,127,134,.12); }
.hosting-plan-head { border-bottom: 1px solid var(--line); display: grid; gap: 2px; margin-bottom: 18px; padding-bottom: 18px; }
.hosting-plan-head span { color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hosting-plan-head strong { color: var(--ink); font-size: 2.15rem; line-height: 1; }
.hosting-plan-head small { color: var(--muted); font-weight: 800; }
.hosting-plan p { color: var(--muted); margin-bottom: 18px; }
.hosting-plan ul { display: grid; gap: 9px; list-style: none; margin: auto 0 0; padding: 0; }
.hosting-plan li { color: var(--ink); font-size: .94rem; font-weight: 700; padding-left: 24px; position: relative; }
.hosting-plan li::before { background: var(--green); border-radius: 50%; content: ""; height: 8px; left: 2px; position: absolute; top: .56em; width: 8px; }
.hosting-note { align-items: center; background: var(--soft); border: 1px solid #edf2f5; border-radius: 8px; display: flex; gap: 20px; justify-content: space-between; margin-top: 16px; padding: 18px 20px; }
.hosting-note span { color: var(--muted); font-weight: 800; }
.domain-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); }
.sale-card { background: var(--soft); border: 1px solid #edf2f5; border-radius: 8px; display: flex; flex-direction: column; min-height: 310px; padding: 24px; }
.sale-card.featured { background: #eef9fb; border-color: #bee7eb; }
.sale-card-top { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.sale-card-top span { color: var(--teal-dark); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sale-card-top b { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; }
.sale-card h3 { font-size: 1.65rem; margin-bottom: 10px; overflow-wrap: anywhere; }
.sale-card p { color: var(--muted); margin-bottom: 18px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: auto 0 20px; }
.tag-row span { background: #fff; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .78rem; font-weight: 800; padding: 6px 9px; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.product-card { background: var(--soft); border: 1px solid #edf2f5; border-radius: 8px; display: flex; flex-direction: column; min-height: 315px; padding: 28px; }
.product-card.featured { background: #eef9fb; border-color: #bee7eb; }
.product-icon { border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 3px var(--line); height: 54px; margin-bottom: 24px; width: 54px; }
.domain-icon { background: linear-gradient(90deg, transparent 45%, #fff 45% 55%, transparent 55%), linear-gradient(0deg, transparent 45%, #fff 45% 55%, transparent 55%), var(--teal); }
.links-icon { background: radial-gradient(circle at 34% 50%, #fff 0 12%, transparent 13%), radial-gradient(circle at 66% 50%, #fff 0 12%, transparent 13%), linear-gradient(#fff 0 0) 50% 50% / 28px 5px no-repeat, var(--yellow); }
.hosting-icon { background: linear-gradient(#fff 0 0) 50% 32% / 26px 5px no-repeat, linear-gradient(#fff 0 0) 50% 50% / 26px 5px no-repeat, linear-gradient(#fff 0 0) 50% 68% / 26px 5px no-repeat, var(--blue); }
.product-card h3 { font-size: 1.55rem; margin-bottom: 12px; }
.product-card p { color: var(--muted); margin-bottom: 26px; }
.button { align-self: flex-start; border: 1px solid var(--teal); color: var(--teal-dark); margin-top: auto; padding: 12px 18px; }
.button.primary { background: var(--teal); color: #fff; }
.domain-strip { align-items: center; background: #f2f7fa; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); display: grid; gap: 34px; grid-template-columns: .82fr 1.18fr; margin-bottom: 76px; }
.support-copy { color: var(--muted); margin: 14px 0 0; }
.large-cta { align-self: center; background: var(--green); color: #0d3311; justify-self: end; padding: 16px 22px; }
.site-footer { align-items: start; border-top: 1px solid var(--line); color: var(--muted); display: grid; gap: 28px; grid-template-columns: .85fr 1.3fr 1fr; padding: 34px max(32px, calc((100% - 1116px) / 2)); }
.site-footer section { display: grid; gap: 8px; }
.site-footer h3 { color: var(--ink); font-size: 1rem; margin: 0 0 4px; }
.site-footer p { font-size: .86rem; margin: 0; }
.site-footer a { color: var(--teal-dark); font-size: .86rem; font-weight: 800; text-decoration: none; }
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; min-height: auto; padding: 18px 22px; }
  .nav-links { margin-left: 0; order: 3; width: 100%; }
  .header-cta { margin-left: auto; }
  .hero-inner, .domain-strip, .top-domain-block { grid-template-columns: 1fr; }
  .hero-panel { padding: 30px; }
  h1 { font-size: 2.45rem; }
  .hero-visual { display: none; }
  .stats-strip, .product-grid, .domain-grid, .hosting-plans { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .large-cta { justify-self: start; }
}
@media (max-width: 620px) {
  .nav-links { gap: 14px; overflow-x: auto; padding-bottom: 2px; }
  .hero-inner, .section { padding-left: 20px; padding-right: 20px; }
  .hero { background: linear-gradient(135deg, #073d51 0%, #0b7888 100%); }
  .hero-search, .premium-search, .stats-strip, .product-grid, .domain-grid, .top-domain-list, .hosting-plans { grid-template-columns: 1fr; }
  .hosting-note { align-items: flex-start; flex-direction: column; }
  .hero-search input, .hero-search button, .premium-search input, .premium-search button { border-radius: 6px; }
  .hero-search button, .premium-search button { margin-top: 10px; }
  .hero-action { width: 100%; }
  .split { align-items: flex-start; flex-direction: column; }
}
