:root {
  --bg: #020611;
  --panel: rgba(8, 22, 32, 0.58);
  --panel-strong: rgba(6, 18, 28, 0.78);
  --line: rgba(133, 255, 205, 0.22);
  --line-bright: rgba(127, 255, 210, 0.48);
  --text: #f5fbff;
  --muted: #b9c9d4;
  --soft: #7fffd2;
  --accent: #32e6a5;
  --accent-2: #00c7c7;
  --shadow: rgba(0, 0, 0, 0.38);
  --radius-card: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 15%, rgba(34, 229, 169, 0.17), transparent 34rem),
    radial-gradient(circle at 15% 55%, rgba(0, 199, 199, 0.14), transparent 32rem),
    linear-gradient(180deg, #020611 0%, #06111c 48%, #031017 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

#auroraCanvas,
.sky-glow {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}

#auroraCanvas {
  z-index: -2;
}

.sky-glow {
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 6, 17, 0.18), rgba(2, 6, 17, 0.46) 78%),
    radial-gradient(circle at 62% 50%, rgba(50, 230, 165, 0.07), transparent 33rem);
}

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(127, 255, 210, 0.7);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  transition: transform 180ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(127, 255, 210, 0.36);
  border-radius: 8px;
  color: #041016;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 34px rgba(50, 230, 165, 0.42);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(2, 9, 16, 0.46);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px var(--shadow);
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
}

.site-header.is-scrolled .site-nav {
  background: rgba(2, 9, 16, 0.78);
}

.site-nav a {
  color: rgba(245, 251, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav .menu-item {
  margin: 0;
  list-style: none;
}

.site-nav .menu-item a {
  display: block;
}

.site-nav a:hover {
  color: var(--soft);
}

.site-nav .nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(50, 230, 165, 0.7);
  border-radius: 999px;
  color: var(--text);
}

.site-nav .nav-cta a {
  color: var(--text);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: 56px;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 78px 0 96px;
}

.hero-content {
  max-width: 760px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 6.1rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 3.4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  line-height: 1.18;
}

.hero-copy,
.section-heading p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  color: #031013;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 54px rgba(50, 230, 165, 0.26);
}

.button-secondary {
  border: 1px solid rgba(127, 255, 210, 0.48);
  color: var(--text);
  background: rgba(4, 16, 24, 0.44);
}

.trust-strip,
.glass-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(5, 18, 28, 0.68);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 80px var(--shadow);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
  overflow: hidden;
}

.trust-strip div {
  padding: 18px 20px;
}

.trust-strip div + div {
  border-left: 1px solid rgba(127, 255, 210, 0.16);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--soft);
  font-size: 1.04rem;
}

.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-panel {
  align-self: end;
  padding: 28px;
}

.hero-panel p {
  color: var(--soft);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  margin-bottom: 12px;
  font-size: 1.7rem;
  line-height: 1.1;
}

.hero-panel span {
  color: var(--muted);
}

.status-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.status-bars i {
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(127, 255, 210, 0.96), rgba(0, 199, 199, 0.18));
  transform-origin: bottom;
  animation: pulseBar 1.8s ease-in-out infinite alternate;
}

.status-bars i:nth-child(2) {
  animation-delay: 0.2s;
}

.status-bars i:nth-child(3) {
  animation-delay: 0.4s;
}

.status-bars i:nth-child(4) {
  animation-delay: 0.6s;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.card-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.feature-card,
.support-item {
  min-height: 270px;
  padding: 28px;
}

.featured-card {
  border-color: var(--line-bright);
  background:
    linear-gradient(135deg, rgba(50, 230, 165, 0.18), rgba(255, 255, 255, 0.04)),
    var(--panel-strong);
}

.card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid rgba(127, 255, 210, 0.36);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(127, 255, 210, 0.08);
  font-weight: 900;
}

.service-card h3,
.feature-card h3,
.support-item h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
}

.service-card p,
.feature-card p,
.support-item p,
.security-band p,
.contact-section p {
  color: var(--muted);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--soft);
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  margin-left: 10px;
  content: "→";
}

.price {
  display: block;
  margin: 20px 0 18px;
  color: var(--soft);
  font-size: 1.28rem;
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
}

.feature-list li::before {
  margin-right: 10px;
  color: var(--soft);
  content: "✓";
}

.split-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  align-items: center;
  gap: 48px;
}

.domain-card,
.contact-form {
  padding: 28px;
}

.domain-form label,
.contact-form label {
  display: grid;
  gap: 10px;
  color: rgba(245, 251, 255, 0.9);
  font-weight: 800;
}

.domain-form {
  display: grid;
  gap: 18px;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(127, 255, 210, 0.24);
  border-radius: 8px;
  color: var(--text);
  background: rgba(1, 8, 14, 0.62);
}

input,
select {
  min-height: 54px;
  padding: 0 16px;
}

textarea {
  min-height: 128px;
  padding: 14px 16px;
  resize: vertical;
}

select {
  color-scheme: dark;
}

input::placeholder,
textarea::placeholder {
  color: rgba(185, 201, 212, 0.68);
}

.form-note {
  min-height: 28px;
  margin: 0;
  color: var(--muted);
}

.form-note.is-positive {
  color: var(--soft);
}

.tld-row,
.contact-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tld-row span,
.contact-facts span {
  padding: 10px 12px;
  border: 1px solid rgba(127, 255, 210, 0.18);
  border-radius: 999px;
  color: rgba(245, 251, 255, 0.86);
  background: rgba(127, 255, 210, 0.07);
  font-size: 0.9rem;
}

.feature-card {
  min-height: 220px;
}

.security-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 42px;
  align-items: center;
  padding: 34px;
}

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

.security-grid div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(127, 255, 210, 0.16);
  border-radius: 8px;
  background: rgba(1, 8, 14, 0.36);
}

.security-grid strong,
.security-grid span {
  display: block;
}

.security-grid strong {
  color: var(--soft);
  font-size: 1.2rem;
}

.security-grid span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.support-list {
  display: grid;
  gap: 16px;
}

.support-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 18px;
  min-height: 0;
}

.support-item span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  color: #041016;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 900;
}

.support-item h3,
.support-item p {
  grid-column: 2;
}

.contact-layout {
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 44px;
  border-top: 1px solid rgba(127, 255, 210, 0.16);
  color: var(--muted);
}

.site-footer span:first-child {
  color: var(--text);
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero {
  padding-top: 118px;
  padding-bottom: 44px;
}

.page-hero .section-heading {
  max-width: 900px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: 4.2rem;
  line-height: 1.02;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: 42px;
}

.service-archive {
  padding-top: 42px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr) minmax(260px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

.content-card {
  padding: 28px;
}

.wp-content {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.wp-content > *:last-child {
  margin-bottom: 0;
}

.wp-content a {
  color: var(--soft);
  font-weight: 800;
}

.service-template .contact-section {
  padding-top: 54px;
}

.reveal-card {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseBar {
  from {
    transform: scaleY(0.38);
    opacity: 0.62;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 2.9rem;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(127, 255, 210, 0.35);
    border-radius: 8px;
    color: var(--text);
    background: rgba(4, 16, 24, 0.72);
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: min(340px, calc(100vw - 32px));
    padding: 18px;
    border-radius: 8px;
  }

  .site-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 4px;
  }

  .site-nav .nav-cta {
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 58px;
  }

  .hero-panel {
    align-self: auto;
  }

  .card-grid,
  .split-layout,
  .contact-layout,
  .security-band,
  .service-hero,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header,
  .hero,
  .section,
  .site-footer {
    width: min(100% - 24px, 1160px);
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 3.25rem;
    line-height: 1;
  }

  .page-hero h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-copy,
  .section-heading p {
    font-size: 1.05rem;
  }

  .hero-actions,
  .button,
  .input-row {
    width: 100%;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div {
    border-top: 1px solid rgba(127, 255, 210, 0.16);
    border-left: 0;
  }

  .section {
    padding: 70px 0;
  }

  .service-card,
  .feature-card,
  .support-item,
  .domain-card,
  .contact-form,
  .security-band,
  .content-card {
    padding: 22px;
  }

  .security-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .support-item {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .support-item span {
    width: 40px;
    height: 40px;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }

  .reveal-card {
    opacity: 1;
    transform: none;
  }
}
