*, *::before, *::after { box-sizing: border-box; }
:root {
  --blue: #0f8b8d;
  --blue-dark: #067647;
  --blue-ink: #073f43;
  --blue-soft: #e0f5f5;
  --mint: #27c29c;
  --lime: #c8f36a;
  --ink: #2c2c2a;
  --muted: #5f5e5a;
  --faint: #888780;
  --paper: #ffffff;
  --warm: #f8f7f5;
  --line: #e2e0d8;
  --dark: #1a1a18;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(20, 42, 44, .12);
}

/* Hosting-focused visual system */
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #53e4a5;
  box-shadow: 0 0 0 4px rgba(83,228,165,.14);
}
.topline a:hover { color: #fff; }
.hero.hoster-hero {
  display: flex;
  align-items: center;
  min-height: 720px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,20,30,.86) 0%, rgba(5,28,40,.72) 44%, rgba(5,28,40,.2) 78%, rgba(5,28,40,.12) 100%),
    url("assets/hero-webhosting.png") center / cover no-repeat;
}
.hoster-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,15,24,.08), rgba(2,15,24,.38));
}
.hoster-hero::after { display: none; }
.hoster-hero .hero-canvas { opacity: .08; mix-blend-mode: screen; }
.hoster-hero .hero-copy {
  max-width: 760px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(4,23,34,.68);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.hoster-hero .eyebrow {
  color: #8af1cd;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.hoster-hero h1 {
  max-width: 850px;
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-shadow: 0 4px 24px rgba(0,0,0,.2);
}
.hoster-hero h1 span { color: #6ce0c2; }
.hoster-hero .hero-text { color: rgba(255,255,255,.74); }
.hoster-hero .btn.primary { color: #062a35; background: #72e0c1; border-color: #72e0c1; box-shadow: 0 14px 34px rgba(39,194,156,.22); }
.hoster-hero .btn.primary:hover { background: #96edd4; border-color: #96edd4; }
.hoster-hero .btn.secondary { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.24); }
.hoster-hero .hero-trust span { color: rgba(255,255,255,.82); background: transparent; border: 0; padding-left: 0; font-weight: 600; }
.hoster-hero .server-tower { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(218,244,242,.9)); box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.hoster-hero .orbit-card { border-color: rgba(114,224,193,.24); background: rgba(6,30,45,.88); box-shadow: 0 18px 48px rgba(0,0,0,.26); }
.hoster-hero .orbit-card small, .hoster-hero .orbit-card span { color: rgba(255,255,255,.58); }
.hoster-hero .orbit-card strong { color: #fff; }
.hoster-stats {
  justify-content: space-around;
  padding-top: 22px;
  padding-bottom: 22px;
  color: var(--blue-ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.hoster-stats span { display: flex; align-items: baseline; gap: 8px; color: var(--muted); font-weight: 600; }
.hoster-stats strong { color: var(--blue-ink); font-size: 18px; }
.domain-quick {
  display: grid;
  grid-template-columns: minmax(260px,.75fr) minmax(430px,1.25fr);
  gap: 44px;
  align-items: center;
  padding: 52px 5%;
  color: #fff;
  background: linear-gradient(110deg, #0f8b8d, #067647);
}
.domain-quick h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); line-height: 1.15; }
.domain-quick .eyebrow { color: #c8f36a; }
.domain-search-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 64px;
  padding: 7px 8px 7px 22px;
  color: var(--muted);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}
.domain-search-link strong { padding: 13px 18px; color: #fff; background: var(--blue-ink); border-radius: 7px; }
.hosting-preview { background: #f6f9f9; }
.section-head.centered { margin-right: auto; margin-left: auto; text-align: center; }
.homepage-pricing { max-width: 1120px; margin: 0 auto; }
.homepage-pricing .price-card { min-height: 430px; padding-top: 30px; }
.homepage-pricing .price-card h3 { margin: 8px 0 12px; font-size: 28px; }
.homepage-pricing .price-card strong { font-size: 36px; }
.homepage-pricing .price-card li::marker { color: var(--mint); }
.homepage-pricing .btn { margin-top: auto; }
.pricing-note { margin: 32px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.linked-services .service-card { min-height: 260px; }
.linked-services .service-card strong { font-size: 14px; }
.infrastructure-section { color: #fff; background: #071f2c; }
.infrastructure-intro {
  display: grid;
  grid-template-columns: minmax(300px,.85fr) minmax(340px,1.15fr);
  gap: 64px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 42px;
}
.infrastructure-intro h2 { margin-bottom: 0; font-size: clamp(32px,4vw,50px); line-height: 1.08; }
.infrastructure-intro > p { margin-bottom: 4px; color: rgba(255,255,255,.66); font-size: 17px; }
.infrastructure-section .eyebrow { color: #72e0c1; }
.infrastructure-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  overflow: hidden;
}
.infrastructure-grid article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.infrastructure-grid article:last-child { border-right: 0; }
.infrastructure-grid h3 { margin: 22px 0 10px; font-size: 19px; }
.infrastructure-grid p { color: rgba(255,255,255,.58); font-size: 14px; }
.tech-label { display: inline-flex; min-width: 48px; padding: 6px 9px; justify-content: center; color: #72e0c1; border: 1px solid rgba(114,224,193,.4); border-radius: 4px; font: 800 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 1.5px; }
.support-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,.75fr);
  gap: 70px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.support-panel h2 { font-size: clamp(32px,4vw,48px); line-height: 1.1; }
.support-panel p { color: var(--muted); font-size: 17px; }
.support-facts { display: grid; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 18px 46px rgba(7,63,67,.08); }
.support-facts span { display: flex; align-items: center; gap: 16px; padding: 17px 20px; border-bottom: 1px solid var(--line); color: var(--blue-ink); font-weight: 700; }
.support-facts span:last-child { border-bottom: 0; }
.support-facts b { color: var(--blue); font: 800 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 5%;
  color: rgba(255,255,255,.82);
  background: var(--blue-ink);
  font-size: 13px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 0 5%;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(15,139,141,.18);
  box-shadow: 0 10px 32px rgba(7,63,67,.08);
  backdrop-filter: blur(12px);
}
.brand img { width: 240px; display: block; }
.main-nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.main-nav a:hover { color: var(--blue); }
.nav-order {
  padding: 9px 16px;
  color: #fff !important;
  background: var(--blue);
  border-radius: var(--radius);
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(15,139,141,.2);
}
.nav-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; }
.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  align-items: center;
  gap: 54px;
  min-height: calc(100vh - 105px);
  padding: 88px 5% 72px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.94) 0%, rgba(224,245,245,.88) 42%, rgba(10,93,96,.88) 100%),
    radial-gradient(circle at 84% 20%, rgba(200,243,106,.42), transparent 34%),
    linear-gradient(135deg, #ffffff, #e0f5f5);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -80px -6%;
  height: 210px;
  background: #fff;
  clip-path: polygon(0 46%, 100% 12%, 100% 100%, 0 100%);
}
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .42;
  mix-blend-mode: multiply;
}
.hero-copy, .hero-stage { position: relative; z-index: 2; }
.hero-copy { max-width: 760px; }
.hero .eyebrow {
  display: inline-flex;
  padding: 7px 14px;
  color: var(--blue-dark);
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(15,139,141,.18);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(7,63,67,.08);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1, h2, h3, h4, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: .98;
  font-weight: 720;
  letter-spacing: 0;
}
.hero-text { max-width: 650px; color: #3e5555; font-size: 20px; line-height: 1.55; }
.hero-actions, .order-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 650;
}
.btn.primary, .price-card button {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 12px 24px rgba(15,139,141,.22);
}
.btn.primary:hover, .price-card button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn.secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}
.btn.secondary:disabled { color: var(--faint); cursor: not-allowed; background: #f1f0ec; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.hero-trust span {
  padding: 7px 11px;
  color: var(--blue-ink);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(15,139,141,.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}
.hero-stage {
  min-height: 500px;
  display: grid;
  place-items: center;
}
.server-tower {
  width: min(310px, 78vw);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,252,252,.82));
  box-shadow: 0 24px 70px rgba(7,63,67,.28);
  animation: floatTower 5.8s ease-in-out infinite;
}
.tower-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.pulse { width: 11px; height: 11px; border-radius: 50%; background: #28c76f; box-shadow: 0 0 0 8px rgba(40,199,111,.16); }
.rack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  height: 54px;
  margin: 10px 0;
  padding: 12px;
  background: var(--blue-ink);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.rack b {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.24), rgba(200,243,106,.9));
  animation: rackPulse 1.7s ease-in-out infinite alternate;
}
.rack b:nth-child(2) { animation-delay: .35s; }
.rack b:nth-child(3) { animation-delay: .7s; }
.rack.active { background: linear-gradient(90deg, var(--blue), var(--blue-dark)); }
.tower-label {
  margin-top: 16px;
  color: var(--blue-ink);
  font-weight: 850;
  text-align: center;
}
.orbit-card {
  position: absolute;
  width: 190px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: var(--radius);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(7,63,67,.18);
  backdrop-filter: blur(10px);
  animation: orbitFloat 6.2s ease-in-out infinite;
}
.orbit-card small, .orbit-card span { display: block; color: var(--faint); }
.orbit-card strong { display: block; margin: 3px 0; color: var(--blue-ink); font-size: 18px; }
.dns-card { top: 36px; left: 0; }
.web-card { right: 0; top: 125px; animation-delay: .8s; }
.isp-card { left: 46px; bottom: 58px; animation-delay: 1.35s; }
.strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 18px 5%;
  background: linear-gradient(90deg, var(--blue-ink), var(--blue), var(--blue-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.section { padding: 88px 5%; }
.section.muted {
  background:
    linear-gradient(180deg, #fff 0%, var(--warm) 15%, var(--warm) 100%);
}
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2 { margin-bottom: 12px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; font-weight: 550; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .price-card, .addon-row article, .summary, fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.service-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(7,63,67,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--lime));
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,139,141,.45);
  box-shadow: 0 18px 40px rgba(7,63,67,.12);
}
.service-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: var(--blue-soft);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
}
.service-card h3 { margin-bottom: 8px; font-size: 20px; }
.service-card p, .price-card li, .addon-row span, .summary p { color: var(--muted); }
.linked-services .service-card strong {
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
}
.proof-section { padding-top: 64px; }
.proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 50px rgba(7,63,67,.08);
}
.proof-panel h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.lead { color: var(--muted); font-size: 18px; }
.proof-panel aside {
  padding: 24px;
  color: #fff;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue-ink), var(--blue));
}
.proof-panel aside strong { display: block; margin-bottom: 12px; font-size: 22px; line-height: 1.2; }
.proof-panel aside p { color: rgba(255,255,255,.78); }
.proof-panel aside span { color: var(--lime); font-weight: 800; }
.service-values .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,63,67,.06);
}
.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: var(--blue-soft);
  font-size: 23px;
}
.value-grid h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.value-grid p { color: var(--muted); }
.ops-band { padding-top: 70px; padding-bottom: 70px; }
.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: 28px;
  align-items: center;
}
.ops-grid h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.ops-grid p { color: var(--muted); }
.ops-list {
  display: grid;
  gap: 10px;
}
.ops-list span {
  padding: 15px 18px;
  color: var(--blue-ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}
.product-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .45fr);
  align-items: center;
  gap: 42px;
  padding: 88px 5%;
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(255,255,255,.96), rgba(224,245,245,.9) 48%, rgba(15,139,141,.2)),
    radial-gradient(circle at 82% 24%, rgba(200,243,106,.42), transparent 34%);
}
.product-hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -96px -6%;
  height: 190px;
  background: #fff;
  clip-path: polygon(0 44%, 100% 14%, 100% 100%, 0 100%);
}
.product-hero > * { position: relative; z-index: 1; }
.product-hero h1 {
  font-size: clamp(40px, 6vw, 72px);
}
.product-fact {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 24px 64px rgba(7,63,67,.18);
  backdrop-filter: blur(12px);
}
.product-fact strong {
  display: block;
  color: var(--blue-ink);
  font-size: 26px;
  line-height: 1.15;
}
.product-fact span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.product-motion {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.mini-browser,
.resolver-ring,
.clock-face,
.update-loop,
.site-links,
.monitor-bars,
.portal-phone {
  position: relative;
  width: 180px;
  height: 132px;
  margin: 0 auto 24px;
}
.mini-browser {
  border: 2px solid rgba(15,139,141,.28);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, var(--blue-soft));
  box-shadow: inset 0 30px 0 rgba(15,139,141,.12);
  animation: productFloat 4.8s ease-in-out infinite;
}
.mini-browser i {
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}
.mini-browser i:nth-child(1) { left: 16px; }
.mini-browser i:nth-child(2) { left: 31px; opacity: .65; }
.mini-browser i:nth-child(3) { left: 46px; opacity: .35; }
.mini-browser b,
.mini-browser span {
  position: absolute;
  left: 22px;
  right: 22px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--lime));
}
.mini-browser b { top: 62px; animation: webLoad 2.6s ease-in-out infinite; }
.mini-browser span:nth-of-type(1) { top: 86px; right: 58px; opacity: .48; }
.mini-browser span:nth-of-type(2) { top: 108px; right: 82px; opacity: .32; }
.resolver-ring {
  border: 2px dashed rgba(15,139,141,.38);
  border-radius: 50%;
  animation: rotateSlow 10s linear infinite;
}
.resolver-ring b {
  position: absolute;
  inset: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--blue);
  animation: counterRotate 10s linear infinite;
}
.resolver-ring i {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 10px rgba(200,243,106,.18);
}
.resolver-ring i:nth-child(1) { top: -8px; left: 72px; }
.resolver-ring i:nth-child(2) { right: 8px; bottom: 18px; animation-delay: .4s; }
.resolver-ring i:nth-child(3) { left: 8px; bottom: 18px; animation-delay: .8s; }
.clock-face {
  border: 6px solid var(--blue);
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  animation: productFloat 5.3s ease-in-out infinite;
}
.clock-face i,
.clock-face b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 50px;
  border-radius: 999px;
  background: var(--blue-ink);
  transform-origin: 50% 0;
}
.clock-face i { animation: clockHand 6s linear infinite; }
.clock-face b { height: 36px; background: var(--mint); animation: clockHand 18s linear infinite; }
.clock-face span {
  position: absolute;
  inset: 58px;
  border-radius: 50%;
  background: var(--blue);
}
.update-loop {
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(7,63,67,.92), rgba(15,139,141,.9));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  animation: productFloat 5s ease-in-out infinite;
}
.update-loop i,
.update-loop b {
  position: absolute;
  top: 58px;
  width: 58px;
  height: 18px;
  border-radius: 999px;
  background: var(--lime);
}
.update-loop i { left: 24px; animation: dynMoveA 2.5s ease-in-out infinite; }
.update-loop b { right: 24px; animation: dynMoveB 2.5s ease-in-out infinite; }
.update-loop span {
  position: absolute;
  inset: 42px 66px;
  display: grid;
  place-items: center;
  color: var(--blue-ink);
  background: #fff;
  border-radius: 12px;
  font-weight: 900;
}
.site-links i {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid rgba(15,139,141,.35);
  box-shadow: 0 12px 28px rgba(7,63,67,.1);
}
.site-links i:nth-child(1) { left: 66px; top: 0; }
.site-links i:nth-child(2) { left: 0; bottom: 8px; }
.site-links i:nth-child(3) { right: 0; bottom: 8px; }
.site-links b {
  position: absolute;
  inset: 28px 26px 40px;
  border: 3px solid var(--blue);
  border-top-color: transparent;
  border-radius: 50%;
  animation: networkPulse 2.7s ease-in-out infinite;
}
.monitor-bars {
  padding: 22px;
  border-radius: 18px;
  background: var(--blue-ink);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  animation: productFloat 5s ease-in-out infinite;
}
.monitor-bars i {
  display: block;
  height: 15px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--lime));
  transform-origin: left center;
  animation: monitorBar 2.2s ease-in-out infinite alternate;
}
.monitor-bars i:nth-child(2) { animation-delay: .25s; }
.monitor-bars i:nth-child(3) { animation-delay: .5s; }
.monitor-bars b {
  display: block;
  height: 28px;
  margin-top: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
}
.portal-phone {
  width: 112px;
  height: 164px;
  border: 7px solid var(--blue-ink);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, var(--blue-soft));
  box-shadow: 0 18px 40px rgba(7,63,67,.18);
  animation: productFloat 4.8s ease-in-out infinite;
}
.portal-phone i {
  position: absolute;
  top: 12px;
  left: 34px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: rgba(7,63,67,.28);
}
.portal-phone b {
  position: absolute;
  top: 42px;
  left: 19px;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: var(--blue);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.14);
}
.portal-phone span {
  position: absolute;
  left: -42px;
  right: -42px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--lime));
  opacity: .75;
  animation: voucherScan 2.4s ease-in-out infinite;
}
.portal-phone span:nth-of-type(1) { top: 112px; }
.portal-phone span:nth-of-type(2) { top: 133px; animation-delay: .45s; opacity: .46; }
.portal-phone em {
  position: absolute;
  right: -54px;
  top: 54px;
  padding: 6px 9px;
  color: var(--blue-ink);
  background: #fff;
  border: 1px solid rgba(15,139,141,.22);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(7,63,67,.12);
}
.web-hero { background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(224,245,245,.9) 48%, rgba(15,139,141,.25)); }
.dns-hero { background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(224,245,245,.88) 42%, rgba(6,118,71,.26)); }
.hotspot-hero { background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(224,245,245,.86) 42%, rgba(39,194,156,.3)); }
.ntp-hero { background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(224,245,245,.88) 42%, rgba(200,243,106,.34)); }
.isp-hero { background: linear-gradient(115deg, rgba(255,255,255,.94), rgba(224,245,245,.84) 42%, rgba(7,63,67,.34)); }
.managed-hero { background: linear-gradient(115deg, rgba(255,255,255,.96), rgba(248,247,245,.9) 38%, rgba(15,139,141,.24)); }
.product-order { background: var(--warm); }
.order-section[hidden] { display: none !important; }
.order-section.is-visible { animation: order-reveal .32s ease-out both; }
@keyframes order-reveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .order-section.is-visible { animation: none; }
}
.pricing-group { margin-top: 46px; }
.group-title { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 16px; }
.group-title h3 { margin-bottom: 0; font-size: 24px; }
.group-title p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-grid.three { grid-template-columns: repeat(3, 1fr); }
.price-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 34px 26px 26px;
  min-height: 405px;
  box-shadow: 0 16px 38px rgba(7,63,67,.08);
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 112px;
  background: linear-gradient(135deg, rgba(15,139,141,.12), rgba(200,243,106,.18));
  z-index: 0;
}
.price-card > * { position: relative; z-index: 1; }
.price-card.featured {
  border: 2px solid var(--blue);
  box-shadow: 0 20px 54px rgba(15,139,141,.18);
  transform: translateY(-8px);
}
.card-ribbon {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 5px 10px;
  color: var(--blue-ink);
  background: #fff;
  border: 1px solid rgba(15,139,141,.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}
.featured .card-ribbon { color: #fff; background: var(--blue); border-color: var(--blue); }
.price-card small { color: var(--faint); font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.price-card h4 { margin: 7px 0 10px; font-size: 25px; }
.price-card strong { color: var(--blue); font-size: 34px; line-height: 1; }
.price-card strong span { color: var(--muted); font-size: 13px; font-weight: 500; }
.price-card ul { flex: 1; padding-left: 18px; margin: 18px 0; }
.price-card button { min-height: 46px; border-radius: var(--radius); cursor: pointer; font-weight: 800; border: 0; }
.addon-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.addon-row article { padding: 18px; }
.addon-row strong, .addon-row span { display: block; }
.domain-section {
  background:
    linear-gradient(90deg, rgba(7,63,67,.92), rgba(15,139,141,.86)),
    var(--blue);
  color: #fff;
}
.domain-section .eyebrow { color: var(--lime); }
.domain-section .section-head p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.domain-check { max-width: 860px; padding: 24px; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius); background: rgba(255,255,255,.12); box-shadow: 0 18px 48px rgba(0,0,0,.12); }
.domain-check label, label span { display: block; margin-bottom: 8px; font-weight: 700; }
.domain-input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}
input[readonly] { color: var(--muted); background: #f7f6f3; cursor: pointer; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--blue-soft); border-color: var(--blue); }
select option:disabled { color: var(--faint); background: #f1f0ec; }
.domain-result { margin: 12px 0 0; color: rgba(255,255,255,.8); }
.domain-result.ok { color: var(--lime); font-weight: 800; }
.domain-result.no { color: #ffd5cb; font-weight: 800; }
.domain-transfer-action { display: flex; align-items: center; gap: 16px; margin-top: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); background: rgba(4,31,43,.28); }
.domain-transfer-action[hidden] { display: none !important; }
.domain-transfer-action .btn { flex: 0 0 auto; }
.domain-transfer-action p { margin: 0; color: rgba(255,255,255,.86); font-size: 14px; }
.order-section { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; background: var(--warm); }
.order-section .section-head { grid-column: 1 / -1; }
.order-form { display: grid; gap: 16px; }
fieldset { margin: 0; padding: 20px; }
legend { padding: 0 8px; color: var(--blue-dark); font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.wide { display: block; margin-top: 14px; }
.field-hint { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.additional-domains { margin-top: 14px; }
.check-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding-top: 24px;
  color: var(--muted);
  font-weight: 700;
}
.check-inline input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.check-grid label { display: flex; gap: 10px; align-items: center; font-weight: 500; }
.check-grid input { width: auto; }
.summary { position: sticky; top: 90px; align-self: start; padding: 22px; }
.summary dl { display: grid; grid-template-columns: 130px 1fr; gap: 8px 12px; margin: 0; }
.summary dt { color: var(--faint); }
.summary dd { margin: 0; font-weight: 650; }
.form-status { margin-top: 18px; padding: 14px 16px; border-radius: 8px; border: 1px solid transparent; }
.form-status.ok { color: #16543c; background: #e8f7ef; border-color: #b9e7ce; }
.form-status.no { color: #7c2d12; background: #fff1e8; border-color: #ffc9aa; }
.contact {
  padding: 78px 5%;
  color: #fff;
  text-align: center;
  background: var(--blue);
}
.contact .eyebrow { color: rgba(255,255,255,.72); }
.contact h2 { font-size: 34px; margin-bottom: 8px; }
.contact p { color: rgba(255,255,255,.82); }
.contact-actions { justify-content: center; }
.contact-actions a { padding: 12px 20px; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius); background: rgba(255,255,255,.14); font-weight: 700; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 26px 5%;
  color: rgba(255,255,255,.56);
  background: var(--dark);
  font-size: 13px;
}
.footer a { color: rgba(255,255,255,.68); }
.footer a:hover { color: #fff; }
.legal-hero {
  padding: 70px 5%;
  background: var(--warm);
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 56px);
}
.legal-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 62px 5%;
}
.legal-block {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.legal-block h2 {
  margin-bottom: 12px;
  color: var(--blue-ink);
  font-size: 20px;
}
.legal-block p {
  color: var(--muted);
}
.legal-block a { color: var(--blue); font-weight: 700; }
.legal-date {
  color: var(--faint);
  font-size: 14px;
}

/* Consistent product pages */
.product-hero {
  min-height: 520px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(15,139,141,.34), transparent 30%),
    linear-gradient(125deg, #071f2c 0%, #083946 62%, #075d5e 100%);
}
.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 54px 54px;
}
.product-hero::after { display: none; }
.product-hero h1 { max-width: 820px; margin-bottom: 22px; letter-spacing: -.04em; }
.product-hero .eyebrow { color: #72e0c1; }
.product-hero .hero-text { color: rgba(255,255,255,.7); }
.product-hero .btn.primary { color: #062a35; background: #72e0c1; border-color: #72e0c1; box-shadow: none; }
.product-hero .btn.primary:hover { background: #96edd4; border-color: #96edd4; }
.product-hero .btn.secondary { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.24); }
.product-hero .product-fact {
  border-color: rgba(255,255,255,.16);
  background: rgba(5,28,40,.72);
  box-shadow: 0 26px 70px rgba(0,0,0,.25);
}
.product-hero .product-fact strong { color: #fff; }
.product-hero .product-fact > span { color: rgba(255,255,255,.58); }
.product-hero .mini-browser { background: linear-gradient(180deg,#fff,#dff5f2); }
.product-hero .resolver-ring, .product-hero .clock-face { background-color: rgba(255,255,255,.94); }
.product-hero { grid-template-columns: minmax(0,1fr) minmax(380px,.72fr); }
.product-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 380px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #071f2c;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.product-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,31,44,.18),transparent 45%); pointer-events: none; }
.product-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-values .value-grid article { min-height: 190px; }
.service-values .value-grid article::before { content: ""; display: block; width: 38px; height: 3px; margin-bottom: 22px; background: var(--blue); }
.product-hero {
  display: flex;
  align-items: center;
  min-height: 620px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-hero.web-hero { background-image: linear-gradient(90deg,rgba(4,20,30,.84),rgba(5,28,40,.64) 48%,rgba(5,28,40,.15)),url("assets/hero-webhosting.png"); }
.product-hero.dns-hero { background-image: linear-gradient(90deg,rgba(4,20,30,.86),rgba(5,28,40,.66) 48%,rgba(5,28,40,.16)),url("assets/hero-dns.png"); }
.product-hero.hotspot-hero { background-image: linear-gradient(90deg,rgba(4,20,30,.88),rgba(5,28,40,.72) 48%,rgba(5,28,40,.22)),url("assets/hero-hotspot.png"); }
.product-hero.ntp-hero { background-image: linear-gradient(90deg,rgba(4,20,30,.88),rgba(5,28,40,.7) 48%,rgba(5,28,40,.18)),url("assets/hero-ntp.png"); }
.product-hero.isp-hero { background-image: linear-gradient(90deg,rgba(4,20,30,.9),rgba(5,28,40,.72) 48%,rgba(5,28,40,.16)),url("assets/hero-isp.png"); }
.product-hero > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(4,23,34,.68);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}
.pricing-group { max-width: 1280px; margin-right: auto; margin-left: auto; }
.price-card { border-color: #d9e1e1; box-shadow: 0 12px 34px rgba(7,31,44,.07); }
.price-card::before { height: 5px; background: var(--blue); }
.price-card.featured { border-width: 1px; border-color: var(--blue); transform: translateY(-6px); }
.price-card .card-ribbon { margin-bottom: 20px; color: var(--blue-dark); background: var(--blue-soft); border: 0; border-radius: 4px; }
.price-card.featured .card-ribbon { color: #fff; background: var(--blue); }
.product-order .section-head, .order-section .section-head { max-width: 900px; }
.order-form fieldset { border-color: #d8e0df; box-shadow: 0 8px 24px rgba(7,31,44,.035); }
.summary { border-top: 4px solid var(--blue); box-shadow: 0 12px 32px rgba(7,31,44,.07); }
@media (max-width: 980px) {
  .hero, .order-section, .product-hero, .proof-panel, .ops-grid { grid-template-columns: 1fr; min-height: auto; }
  .infrastructure-intro, .support-panel { grid-template-columns: 1fr; gap: 28px; }
  .infrastructure-grid { grid-template-columns: repeat(2,1fr); }
  .infrastructure-grid article:nth-child(2) { border-right: 0; }
  .infrastructure-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .domain-quick { grid-template-columns: 1fr; gap: 24px; }
  .hero-stage { min-height: 440px; }
  .service-grid, .price-grid, .price-grid.three, .addon-row, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .summary { position: static; }
  .product-visual { height: 360px; }
}
@media (max-width: 720px) {
  .domain-transfer-action { align-items: stretch; flex-direction: column; }
  .topline { display: none; }
  .site-header { min-height: 64px; }
  .brand img { width: 190px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 5% 16px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .nav-order { text-align: center; }
  .hero { padding-top: 54px; gap: 22px; }
  .hero.hoster-hero { min-height: auto; padding: 54px 5%; background-position: 62% center; }
  .hoster-hero .hero-copy { padding: 28px 22px; border-radius: 10px; }
  .hoster-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .domain-quick { padding-top: 38px; padding-bottom: 38px; }
  .domain-search-link { grid-template-columns: 1fr; gap: 10px; padding: 10px; }
  .domain-search-link span { padding: 5px 10px; }
  .domain-search-link strong { text-align: center; }
  .hero-stage { min-height: 410px; }
  .server-tower { width: min(280px, 88vw); }
  .orbit-card { width: 168px; padding: 12px; }
  .dns-card { left: 0; top: 16px; }
  .web-card { right: 0; top: 118px; }
  .isp-card { left: 12px; bottom: 24px; }
  .product-hero { padding-top: 54px; }
  .product-hero { min-height: auto; padding: 54px 5%; background-position: 62% center; }
  .product-hero > div:first-child { padding: 28px 22px; border-radius: 10px; }
  .product-fact { padding: 20px; }
  .product-visual { height: 260px; border-radius: 10px; }
  .metric-grid, .service-grid, .price-grid, .price-grid.three, .addon-row, .form-grid, .check-grid, .value-grid { grid-template-columns: 1fr; }
  .infrastructure-grid { grid-template-columns: 1fr; }
  .infrastructure-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .infrastructure-grid article:last-child { border-bottom: 0; }
  .proof-panel { padding: 22px; }
  .group-title { display: block; }
  .domain-input-row { grid-template-columns: 1fr; }
  .route-map { grid-template-columns: 1fr; }
  .route-map i { display: none; }
  .summary dl { grid-template-columns: 1fr; }
}
@keyframes floatTower {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}
@keyframes orbitFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes rackPulse {
  from { opacity: .35; transform: scaleX(.65); }
  to { opacity: 1; transform: scaleX(1); }
}
@keyframes productFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes webLoad {
  0%, 100% { right: 100px; }
  50% { right: 22px; }
}
@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}
@keyframes counterRotate {
  to { transform: rotate(-360deg); }
}
@keyframes clockHand {
  from { transform: rotate(-90deg); }
  to { transform: rotate(270deg); }
}
@keyframes dynMoveA {
  0%, 100% { transform: translateX(0); opacity: .45; }
  50% { transform: translateX(74px); opacity: 1; }
}
@keyframes dynMoveB {
  0%, 100% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(-74px); opacity: .45; }
}
@keyframes networkPulse {
  0%, 100% { opacity: .35; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.05); }
}
@keyframes monitorBar {
  from { transform: scaleX(.42); opacity: .55; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes voucherScan {
  0%, 100% { transform: translateX(-14px) scaleX(.65); }
  50% { transform: translateX(14px) scaleX(1); }
}
