:root {
  --bg: #06101f;
  --bg-strong: #020814;
  --blue: #1268ff;
  --blue-soft: #5da1ff;
  --cyan: #77d7ff;
  --text: #07111f;
  --muted: #5c6a7f;
  --line: #dce5f2;
  --panel: #ffffff;
  --shadow: 0 24px 70px rgba(6, 16, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #f6f9fd;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(2, 8, 20, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 30px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 104, 255, 0.32);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.42);
  transform-origin: center;
}

.brand-mark svg {
  width: 36px;
  height: 36px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #1673ff, #0758dd);
  box-shadow: 0 12px 32px rgba(18, 104, 255, 0.32);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  position: relative;
  min-height: 620px;
  color: #fff;
  overflow: hidden;
  background: var(--bg-strong);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.98) 0%, rgba(2, 8, 20, 0.78) 34%, rgba(2, 8, 20, 0.18) 62%, rgba(2, 8, 20, 0.03) 100%),
    linear-gradient(180deg, rgba(2, 8, 20, 0.18), rgba(2, 8, 20, 0.54)),
    url("skyels-hero.png") right center / auto 100% no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 84px 0 110px;
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-soft);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.accent {
  color: #1f7dff;
}

.hero-copy {
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  font-size: 19px;
  line-height: 1.65;
}

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

.domain-box {
  position: relative;
  z-index: 3;
  margin: -68px auto 0;
  width: min(940px, calc(100% - 40px));
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(16, 25, 38, 0.96), rgba(31, 42, 58, 0.96));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.domain-form {
  display: grid;
  grid-template-columns: 200px 1fr 112px 138px;
  gap: 12px;
  align-items: center;
}

.domain-title {
  font-size: 18px;
  font-weight: 900;
}

.field,
.select {
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
}

.tlds {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.tlds b {
  color: #4b9cff;
}

.trust-row {
  background: #fff;
  border-bottom: 1px solid #e7edf6;
}

.trust-grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
}

.trust-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eaf2ff;
}

.icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.2;
}

.trust-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.trust-item span {
  color: var(--muted);
  font-size: 13px;
}

section {
  padding: 76px 0;
}

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

.section-head h2,
.split h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section-head p,
.split p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

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

.card,
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 22, 44, 0.06);
}

.card {
  padding: 26px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card h3 {
  margin: 20px 0 8px;
  font-size: 20px;
}

.card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.55;
}

.learn {
  color: var(--blue);
  font-weight: 900;
}

.split-band {
  background: linear-gradient(180deg, #eef5ff, #f8fbff);
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: center;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.feature {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
}

.feature h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.pricing {
  background: #fff;
}

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

.price-card {
  padding: 30px;
  position: relative;
}

.price-card.featured {
  border-color: var(--blue);
  box-shadow: 0 22px 44px rgba(18, 104, 255, 0.14);
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.price-card h3 {
  margin: 0;
  font-size: 22px;
}

.price-card .sub {
  color: var(--muted);
  min-height: 44px;
}

.price {
  margin: 22px 0;
  font-size: 42px;
  font-weight: 950;
}

.price small {
  font-size: 15px;
  color: var(--muted);
  font-weight: 700;
}

.list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  color: #27354a;
  list-style: none;
}

.list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--blue);
  flex: 0 0 auto;
}

.cta-band {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(18, 104, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #06101f, #020814);
}

.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.cta h2 {
  margin: 0 0 10px;
  font-size: 36px;
}

.cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.footer {
  color: rgba(255, 255, 255, 0.78);
  background: #020814;
  padding: 48px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 34px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer h3 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 14px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

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

  .domain-form,
  .trust-grid,
  .cards,
  .pricing-grid,
  .split,
  .footer-grid,
  .cta {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    padding: 28px 0;
  }

  .features {
    grid-template-columns: 1fr;
  }
}

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

  .nav {
    height: auto;
    padding: 14px 0;
  }

  .brand {
    font-size: 24px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .nav-actions .button-ghost {
    display: none;
  }

  .hero {
    min-height: 650px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 8, 20, 0.98) 0%, rgba(2, 8, 20, 0.8) 42%, rgba(2, 8, 20, 0.3) 100%),
      url("skyels-hero.png") center bottom / cover no-repeat;
  }

  .hero-content {
    padding: 58px 0 112px;
  }

  .domain-box {
    margin-top: -58px;
  }

  .tlds {
    gap: 16px;
  }

  section {
    padding: 56px 0;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
