:root {
  --bg: #070b0d;
  --ink: #f2f7f6;
  --muted: #a4b6b4;
  --line: rgba(255, 255, 255, 0.12);
  --card: rgba(255, 255, 255, 0.065);
  --dark: #070b0d;
  --cyan: #00b8d9;
  --lime: #b8f35a;
  --coral: #ff6b5f;
  --panel: rgba(12, 23, 25, 0.78);
  --panel-strong: rgba(15, 29, 31, 0.94);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background:
    linear-gradient(115deg, rgba(0, 184, 217, 0.09), transparent 28%),
    linear-gradient(245deg, rgba(184, 243, 90, 0.08), transparent 24%),
    var(--bg);
  color: var(--ink);
  line-height: 1.7;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(184, 243, 90, 0.28); color: #ffffff; }

.cursor-trail {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.cursor-trail.is-active {
  opacity: 1;
}

.cursor-trail-dot {
  --dot-size: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  box-shadow: 0 0 18px rgba(0, 184, 217, 0.42);
  opacity: 0.95;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

.cursor-trail-dot:nth-child(1) { --dot-size: 4px; opacity: 0.3; }
.cursor-trail-dot:nth-child(2) { --dot-size: 5px; opacity: 0.38; }
.cursor-trail-dot:nth-child(3) { --dot-size: 6px; opacity: 0.46; }
.cursor-trail-dot:nth-child(4) { --dot-size: 7px; opacity: 0.54; }
.cursor-trail-dot:nth-child(5) { --dot-size: 8px; opacity: 0.64; }
.cursor-trail-dot:nth-child(6) { --dot-size: 9px; opacity: 0.74; }
.cursor-trail-dot:nth-child(7) { --dot-size: 10px; opacity: 0.84; }
.cursor-trail-dot:nth-child(8) { --dot-size: 11px; opacity: 0.92; }
.cursor-trail-dot:nth-child(9) { --dot-size: 12px; opacity: 1; }

.whatsapp-support {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 16px 9px 10px;
  border: 1px solid rgba(184, 243, 90, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.18), rgba(184, 243, 90, 0.16)),
    rgba(7, 11, 13, 0.9);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(150%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.whatsapp-support:hover,
.whatsapp-support:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(184, 243, 90, 0.56);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(0, 184, 217, 0.1);
}

.whatsapp-support__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  color: #06100a;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.28);
}

.whatsapp-support__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.whatsapp-support__text {
  white-space: nowrap;
}

.announcement-bar {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 7, 8, 0.86);
  color: rgba(242, 247, 246, 0.78);
  font-size: .70rem;
  font-weight: 200;
}

.announcement-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 38px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.announcement-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  white-space: nowrap;
}

.announcement-links a {
  color: rgba(242, 247, 246, 0.86);
  font-weight: 500;
  transition: color 180ms ease;
}

.announcement-links a:hover,
.announcement-links a.active {
  color: var(--lime);
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  margin: 12px auto 0;
  background: rgba(9, 18, 20, 0.86);
  backdrop-filter: blur(22px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.home-header {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.home-header:hover {
  background: rgba(9, 18, 20, 0.52);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.home-header.is-scrolled:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

.site-header:hover {
  background: rgba(11, 22, 24, 0.9);
  border-color: rgba(0, 184, 217, 0.32);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.5), 0 0 34px rgba(0, 184, 217, 0.08);
}

.nav {
  width: 100%;
  min-height: 70px;
  padding: 0 12px 0 18px;
  display: grid;
  grid-template-columns: minmax(148px, 1fr) auto minmax(148px, 1fr);
  align-items: center;
  gap: 20px;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 220ms ease;
}

.brand::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.96), rgba(184, 243, 90, 0.94)),
    var(--cyan);
  box-shadow: 0 12px 28px rgba(0, 184, 217, 0.36);
  transition: transform 350ms ease, box-shadow 220ms ease;
}

.brand::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--dark);
  border-right: 3px solid var(--dark);
  transform: rotate(45deg);
  transition: transform 350ms ease;
}

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

.brand:hover::before {
  transform: rotate(10deg) scale(1.04);
  box-shadow: 0 16px 30px rgba(0, 184, 217, 0.34);
}

.brand:hover::after {
  transform: translateX(2px) rotate(45deg);
}

.brand span { color: var(--cyan); }

.logo-brand {
  position: relative;
  width: clamp(148px, 15vw, 205px);
  min-width: 148px;
  gap: 0;
}

.logo-brand::before,
.logo-brand::after {
  display: none;
}

.logo-brand img {
  width: 100%;
  height: auto;
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 184, 217, 0.14));
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.logo-brand .logo-normal {
  opacity: 0;
}

.logo-brand .logo-invert {
  position: absolute;
  inset: 50% auto auto 0;
  opacity: 1;
  transform: translateY(-50%);
}

.home-header.is-scrolled .logo-normal {
  opacity: 1;
}

.home-header.is-scrolled .logo-invert {
  opacity: 0;
}

.footer .logo-brand .logo-normal {
  opacity: 0;
}

.footer .logo-brand .logo-invert {
  opacity: 1;
}

.logo-brand:hover .logo-normal,
.footer .logo-brand:hover img {
  transform: translateY(-1px);
  filter: drop-shadow(0 14px 26px rgba(0, 184, 217, 0.24));
}

.logo-brand:hover .logo-invert {
  transform: translateY(calc(-50% - 1px));
  filter: drop-shadow(0 14px 26px rgba(0, 184, 217, 0.24));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 4px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.nav-links a {
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 0.74rem;
  font-weight: 300;
  color: rgba(242, 247, 246, 0.76);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.nav-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.14), rgba(184, 243, 90, 0.2));
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: -1;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, 0.105);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(0, 184, 217, 0.16);
}

.nav-links a:hover::before,
.nav-links a.active::before {
  opacity: 1;
  transform: scale(1);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.home-header.is-scrolled .nav-links {
  background: rgba(7, 11, 13, 0.055);
  border-color: rgba(7, 11, 13, 0.1);
}

.home-header.is-scrolled .nav-links a {
  color: rgba(7, 11, 13, 0.76);
}

.home-header.is-scrolled .nav-links a:hover,
.home-header.is-scrolled .nav-links a.active {
  color: var(--dark);
  background: rgba(0, 184, 217, 0.09);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(0, 184, 217, 0.14);
}

.search-box {
  position: relative;
  justify-self: end;
  display: flex;
  align-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  overflow: hidden;
  transition: width 320ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.search-box.open,
.search-box:focus-within {
  width: min(260px, 24vw);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 184, 217, 0.38);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.search-box input {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 48px 0 18px;
  border: 0;
  background: transparent;
  color: var(--ink);
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 180ms ease, transform 260ms ease;
}

.search-box.open input,
.search-box:focus-within input {
  opacity: 1;
  transform: translateX(0);
}

.search-toggle {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.search-toggle::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--dark);
  border-radius: 50%;
}

.search-toggle::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--dark);
  transform: rotate(45deg);
}

.search-toggle:hover {
  transform: rotate(8deg) scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 184, 217, 0.28);
}

.home-header.is-scrolled .search-box {
  background: rgba(7, 11, 13, 0.055);
  border-color: rgba(7, 11, 13, 0.1);
}

.home-header.is-scrolled .search-box input {
  color: var(--dark);
}

.search-box input:focus {
  box-shadow: none;
  background: transparent;
}

.home-header.is-scrolled .nav-toggle {
  background: rgba(7, 11, 13, 0.055);
  border-color: rgba(7, 11, 13, 0.12);
}

.home-header.is-scrolled .nav-toggle span {
  background: var(--dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 240ms ease, opacity 180ms ease;
}

.nav-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 12px);
  margin: -80px 0 0;
  padding: 190px max(16px, calc((100vw - 1180px) / 2)) 88px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 380px);
  align-items: end;
  justify-content: space-between;
  gap: 38px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 8, 0.96) 0%, rgba(3, 7, 8, 0.82) 44%, rgba(3, 7, 8, 0.34) 100%),
    linear-gradient(180deg, rgba(3, 7, 8, 0.46) 0%, rgba(3, 7, 8, 0.14) 42%, rgba(3, 7, 8, 0.92) 100%);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 13% 0 auto auto;
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: radial-gradient(circle, rgba(0, 184, 217, 0.22), rgba(184, 243, 90, 0.08) 38%, transparent 68%);
  filter: blur(8px);
  transform-origin: center;
  animation: heartBreath 5.8s ease-in-out infinite;
  z-index: -1;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slider {
  z-index: -3;
  background: var(--dark);
}

.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1400ms ease, transform 5200ms ease;
  animation: heartBreathBg 8s ease-in-out infinite;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5.2vw, 4.55rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: 0;
}

.hero p,
.page-hero p,
.section-heading p {
  color: var(--muted);
  font-size: 1.06rem;
}

.hero .eyebrow { color: var(--cyan); }

.hero-copy {
  max-width: 760px;
  padding-top: 24px;
}

.hero-copy p {
  max-width: 680px;
  color: rgba(242, 247, 246, 0.78);
  font-weight: 400;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-hero .eyebrow,
.section-heading .eyebrow,
.panel .eyebrow,
.domain-search-panel .eyebrow,
.payment-section .eyebrow {
  color: var(--cyan);
  font-weight: 400 !important;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transform-style: preserve-3d;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  transition: transform 260ms ease, box-shadow 260ms ease, color 260ms ease;
  animation: buttonGlow 2.8s ease-in-out infinite;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.btn::before {
  inset: 50% auto auto 50%;
  width: 160%;
  aspect-ratio: 1 / 1;
  background: conic-gradient(#ffffff 0%, #000000 3%, var(--lime) 60%, #ffffff 100%);
  opacity: 0.85;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: buttonSpin 2.4s linear infinite;
  z-index: -1;
}

.btn::after {
  inset: 2px;
  background: rgba(0, 0, 0, 0.87);
  backdrop-filter: blur(12px);
  z-index: -1;
  transition: background 220ms ease, inset 220ms ease;
}

.btn:hover {
  transform: translateY(-4px) scale(1.02);
  animation-play-state: paused;
  box-shadow: 0 24px 70px rgba(0, 184, 217, 0.24), 0 0 38px rgba(200, 36, 45, 0.16);
}

.btn:hover::after {
  inset: 3px;
  background: rgba(0, 0, 0, 0.82);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn.primary,
.btn.ghost {
  background: #000000;
  color: #ffffff;
}

.btn.ghost::before {
  background: conic-gradient(#ffffff 0%, #000000 3%, var(--lime) 60%, #ffffff 100%);
}

.hero .btn.primary {
  background: #000000;
  color: #ffffff;
}

.hero .btn.ghost {
  border-color: transparent;
  background: #000000;
  color: #fff;
}

.hero .btn.ghost:hover {
  background: #000000;
}

@keyframes buttonSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  }
  50% {
    box-shadow: 0 20px 64px rgba(0, 184, 217, 0.2), 0 0 28px rgba(200, 36, 45, 0.14);
  }
}

.hero-status {
  align-self: end;
  display: grid;
  gap: 12px;
  width: min(100%, 360px);
}

.hero-status div {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  animation: heroStatusFloat 4.8s ease-in-out infinite;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hero-status div:nth-child(2) {
  animation-delay: 0.55s;
}

.hero-status div:nth-child(3) {
  animation-delay: 1.1s;
}

.hero-status div::before,
.hero-status div::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 230%;
  height: 230%;
  transform: translate(-50%, -78%) rotate(0deg);
  pointer-events: none;
  transition: top 520ms ease, opacity 240ms ease;
  z-index: -1;
}

.hero-status div::before {
  top: 28px;
  border-radius: 45%;
  background: rgba(7, 11, 13, 0.92);
  animation: liquidStatus 10s linear infinite;
}

.hero-status div::after {
  top: 38px;
  border-radius: 40%;
  background: rgba(7, 11, 13, 0.5);
  animation: liquidStatus 14s linear infinite reverse;
}

.hero-status div:hover {
  transform: translateX(-6px) translateY(-4px);
  animation-play-state: paused;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.82), rgba(184, 243, 90, 0.72));
  border-color: rgba(184, 243, 90, 0.45);
  box-shadow: 0 24px 62px rgba(0, 184, 217, 0.22), inset 0 0 50px rgba(0, 0, 0, 0.22);
}

.hero-status div:hover::before,
.hero-status div:hover::after {
  top: -82px;
}

.hero-status div > * {
  position: relative;
  z-index: 1;
}

.hero-status strong {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-icon::before,
.hero-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.design-icon::before {
  width: 21px;
  height: 15px;
  border: 2px solid var(--dark);
  border-radius: 5px;
}

.design-icon::after {
  width: 14px;
  height: 2px;
  background: var(--dark);
  bottom: 11px;
  box-shadow: 0 5px 0 var(--dark);
}

.dev-icon::before {
  width: 19px;
  height: 19px;
  border-left: 3px solid var(--dark);
  border-bottom: 3px solid var(--dark);
  transform: rotate(45deg);
}

.dev-icon::after {
  width: 19px;
  height: 19px;
  border-right: 3px solid var(--dark);
  border-top: 3px solid var(--dark);
  transform: rotate(45deg);
}

.host-icon::before {
  width: 24px;
  height: 18px;
  border: 2px solid var(--dark);
  border-radius: 7px;
  box-shadow: 0 7px 0 -2px var(--dark);
}

.host-icon::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dark);
  right: 14px;
  top: 17px;
  box-shadow: -7px 0 0 var(--dark);
}

.hero-status div:hover .hero-icon::before {
  transform: scale(1.08);
}

.hero-status div:hover .dev-icon::before {
  transform: rotate(45deg) translate(-2px, 2px);
}

.hero-status div:hover .dev-icon::after {
  transform: rotate(45deg) translate(2px, -2px);
}

@keyframes liquidStatus {
  0% {
    transform: translate(-50%, -78%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -78%) rotate(360deg);
  }
}

@keyframes heroStatusFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.hero-status span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

@keyframes heartBreath {
  0%, 100% { transform: scale(0.94); opacity: 0.64; }
  28% { transform: scale(1.06); opacity: 0.92; }
  42% { transform: scale(0.98); opacity: 0.74; }
  62% { transform: scale(1.11); opacity: 1; }
}

@keyframes heartBreathBg {
  0%, 100% { filter: saturate(1) brightness(0.96); }
  50% { filter: saturate(1.08) brightness(1.04); }
}

.trust-band,
.section,
.split-section,
.cta,
.page-hero,
.about-preview,
.testimonials-section,
.trusted-clients-section,
.values,
.work-grid,
.service-list,
.home-hosting-plans,
.team-grid,
.contact-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.legal-content {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 82px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.052);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.legal-content h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.2;
  font-weight: 600;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: rgba(164, 182, 180, 0.92);
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--lime);
  font-weight: 500;
}

.trust-band {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.12), transparent 34%),
    linear-gradient(225deg, rgba(184, 243, 90, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.045);
  padding: 14px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translateY(-28px);
}

.trust-band::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.6), rgba(184, 243, 90, 0.28), transparent 70%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.trust-band div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.16), transparent 38%),
    rgba(7, 11, 13, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px 24px 22px;
  transition: background 260ms ease, transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.trust-band div::after {
  content: "";
  position: absolute;
  inset: auto 20px 18px auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 243, 90, 0.16), transparent 68%);
  transform: scale(0.82);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  z-index: -1;
}

.trust-band div:hover {
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 184, 217, 0.38);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 36px rgba(0, 184, 217, 0.08);
  transform: translateY(-8px);
}

.trust-band div:hover::after {
  opacity: 1;
  transform: scale(1);
}

.trust-band strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 600;
}

.trust-band div > span:not(.trust-icon) {
  color: rgba(164, 182, 180, 0.9);
}

.trust-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 6px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.18), rgba(184, 243, 90, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.05);
  color: var(--lime);
}

.trust-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-icon svg path {
  vector-effect: non-scaling-stroke;
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 62px 0 34px;
}

.about-preview-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.about-preview-media::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(184, 243, 90, 0.22);
  border-radius: 8px;
  z-index: 1;
  pointer-events: none;
}

.about-preview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 11, 13, 0.72)),
    linear-gradient(135deg, rgba(0, 184, 217, 0.16), rgba(184, 243, 90, 0.08));
  pointer-events: none;
}

.about-preview-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 720ms ease, filter 720ms ease;
}

.about-preview-media:hover img {
  transform: scale(1.07);
  filter: saturate(1.12) brightness(1.04);
}

.about-preview-copy {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.26);
}

.about-preview-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 3px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--lime));
}

.about-preview-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(1.85rem, 3.4vw, 3.25rem);
  line-height: 1.12;
  font-weight: 600;
}

.about-preview-copy p:not(.eyebrow) {
  margin: 0 0 16px;
  color: rgba(164, 182, 180, 0.92);
}

.about-preview-copy .btn {
  margin-top: 12px;
}

.section { padding: 96px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2,
.split-section h2,
.cta h2,
.two-col h2,
.contact-info h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.3vw, 2.85rem);
  line-height: 1.14;
  font-weight: 600;
}

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

.feature-card,
.service-card,
.team-card,
.work-item,
.panel,
.contact-form,
.contact-info {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.panel:hover,
.contact-form:hover,
.contact-info:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 184, 217, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.32);
}

.feature-card,
.service-card,
.team-card,
.work-item {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.feature-card::before,
.service-card::before,
.team-card::before,
.work-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 72%);
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 220ms ease, transform 520ms ease;
  pointer-events: none;
}

.feature-card:hover,
.service-card:hover,
.team-card:hover,
.work-item:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 184, 217, 0.48);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 184, 217, 0.08);
}

.feature-card:hover::before,
.service-card:hover::before,
.team-card:hover::before,
.work-item:hover::before {
  opacity: 1;
  transform: translateX(42%);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(0, 184, 217, 0.14);
  color: var(--lime);
  font-weight: 600;
}

.feature-card h3,
.service-card h3,
.team-card h3,
.work-item h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-weight: 600;
}

.feature-card p,
.service-card p,
.team-card p,
.work-item p,
.panel p,
.contact-info p,
.two-col p {
  color: var(--muted);
  margin-bottom: 0;
}

.split-section {
  padding: 0 0 96px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: stretch;
}

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

.timeline div {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.timeline div:hover {
  transform: translateX(6px);
  border-color: rgba(184, 243, 90, 0.34);
  background: rgba(255, 255, 255, 0.09);
}

.timeline span,
.work-item span {
  color: var(--lime);
  font-weight: 600;
}

.timeline p { margin: 0; font-weight: 500; }

.testimonials-section {
  padding: 10px 0 86px;
}

.testimonials-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 28px;
  max-width: none;
}

.testimonials-section .section-heading h2 {
  text-align: left;
}

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

.testimonial-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.14), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  right: 22px;
  top: 8px;
  color: rgba(184, 243, 90, 0.16);
  font-size: 7rem;
  line-height: 1;
  font-weight: 600;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 260ms ease;
}

.testimonial-card:hover {
  transform: translateY(-9px);
  border-color: rgba(0, 184, 217, 0.42);
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.16), transparent 40%),
    rgba(255, 255, 255, 0.085);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.36), 0 0 38px rgba(0, 184, 217, 0.08);
}

.testimonial-card:hover::after {
  transform: scaleX(1);
}

.testimonial-card.featured {
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(0, 184, 217, 0.12), rgba(255, 255, 255, 0.06));
}

.stars {
  color: var(--lime);
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.testimonial-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(242, 247, 246, 0.86);
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviewer span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: var(--dark);
  font-weight: 700;
  font-size: 0.86rem;
}

.reviewer strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
}

.reviewer small {
  display: block;
  color: var(--muted);
}

.trusted-clients-section {
  padding: 0 0 86px;
}

.trusted-clients-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.56fr);
  align-items: end;
  gap: 28px;
  max-width: none;
}

.trusted-clients-section .section-heading h2 {
  text-align: left;
}

.client-logo-carousel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(0, 184, 217, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.client-logo-carousel::before,
.client-logo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(150px, 18vw);
  pointer-events: none;
}

.client-logo-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 11, 13, 0.98), transparent);
}

.client-logo-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(7, 11, 13, 0.98), transparent);
}

.client-logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: clientLogoMarquee 26s linear infinite;
}

.client-logo-carousel:hover .client-logo-track {
  animation-play-state: paused;
}

.client-logo {
  display: grid;
  place-items: center;
  min-width: clamp(150px, 17vw, 210px);
  min-height: 96px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.12), transparent 42%),
    rgba(7, 11, 13, 0.62);
  box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.035);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.client-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 243, 90, 0.34);
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.client-logo.logo-white-bg,
.client-logo.logo-white-bg:hover {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.84);
}

.client-logo.logo-black-bg,
.client-logo.logo-black-bg:hover {
  background: #000000;
  border-color: rgba(255, 255, 255, 0.16);
}

.client-logo img {
  width: auto;
  max-width: 132px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(0.95) brightness(1.08);
}

@keyframes clientLogoMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 7px));
  }
}

.cta {
  margin-bottom: 76px;
  padding: 48px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.16), transparent 42%),
    linear-gradient(145deg, #0c1719, #0f2426);
  color: #fff;
  overflow: hidden;
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.cta::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(184, 243, 90, 0.35), transparent 70%);
}

.cta p { max-width: 720px; color: #d5e1de; }
.cta .btn { margin-top: 14px; }

.page-hero {
  padding: 104px 0 58px;
  max-width: 980px;
  position: relative;
}

.about-work-hero {
  width: min(1180px, calc(100% - 32px));
  max-width: min(1180px, calc(100% - 32px));
  padding: 8px 0 34px;
}

.services-page-hero {
  width: min(1180px, calc(100% - 32px));
  max-width: min(1180px, calc(100% - 32px));
}

.contact-page-hero {
  width: min(1180px, calc(100% - 32px));
  max-width: min(1180px, calc(100% - 32px));
}

.team-page-hero {
  width: min(1180px, calc(100% - 32px));
  max-width: min(1180px, calc(100% - 32px));
}

.portfolio-page-hero {
  width: min(1180px, calc(100% - 32px));
  max-width: min(1180px, calc(100% - 32px));
}

.portfolio-page-hero p:not(.eyebrow) {
  max-width: 980px;
}

.about-hero {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  padding: 104px 0 72px;
  isolation: isolate;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 12% auto auto -8%;
  width: min(460px, 44vw);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 184, 217, 0.22), rgba(184, 243, 90, 0.08) 44%, transparent 70%);
  filter: blur(10px);
  animation: aboutAccentPulse 6s ease-in-out infinite;
}

.about-hero::after {
  display: none;
}

.about-hero-copy,
.about-hero-visual {
  position: relative;
  z-index: 1;
}

.about-hero-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.about-hero-heading .eyebrow {
  margin-bottom: 14px;
}

.about-hero h1 {
  max-width: 940px;
}

.about-hero-story {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.about-hero-story p {
  margin: 0;
  color: rgba(196, 211, 209, 0.92);
  font-size: 1.02rem;
  line-height: 1.82;
}

.about-hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.about-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 46%, rgba(7, 11, 13, 0.84)),
    linear-gradient(135deg, rgba(0, 184, 217, 0.13), rgba(184, 243, 90, 0.08));
  pointer-events: none;
}

.about-hero-visual img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
  transform: scale(1.02);
  animation: aboutImageFloat 7s ease-in-out infinite;
}

.about-steps {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.about-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(7, 11, 13, 0.72);
  backdrop-filter: blur(14px);
  transform: translateX(0);
  transition: transform 220ms ease, border-color 220ms ease;
}

.about-steps div:hover {
  transform: translateX(6px);
  border-color: rgba(184, 243, 90, 0.32);
}

.about-steps span {
  color: var(--lime);
  font-weight: 700;
}

.about-steps strong {
  color: var(--ink);
  font-weight: 600;
}

@keyframes aboutAccentPulse {
  0%, 100% {
    opacity: 0.62;
    transform: scale(0.94);
  }
  50% {
    opacity: 0.96;
    transform: scale(1.06);
  }
}

@keyframes aboutImageFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px) scale(1.02);
  }
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 20px;
}

.values { padding-bottom: 82px; }

.work-grid,
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding-bottom: 82px;
}

.hosting-suite {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 82px;
}

.domain-search-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(0, 184, 217, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.16), transparent 38%),
    linear-gradient(135deg, rgba(0, 184, 217, 0.14), rgba(255, 255, 255, 0.045));
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.domain-search-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
  opacity: 0.84;
}

.domain-search-panel h2,
.hosting-suite .section-heading h2,
.service-detail-grid h2,
.payment-section h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.14;
  font-weight: 600;
}

.domain-search-panel p:not(.eyebrow),
.hosting-suite .section-heading p,
.hosting-plan p,
.hosting-feature-band p,
.payment-section p {
  margin: 0;
  color: rgba(164, 182, 180, 0.92);
}

.domain-checker {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 11, 13, 0.56);
}

.domain-checker label {
  color: rgba(242, 247, 246, 0.82);
  font-size: 0.86rem;
}

.domain-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.domain-field input {
  min-height: 48px;
}

.domain-extension-grid,
.hosting-plan-grid,
.hosting-feature-band,
.service-detail-grid,
.payment-section {
  display: grid;
  gap: 18px;
}

.domain-extension-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 76px;
}

.domain-extension-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.052);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.domain-extension-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 243, 90, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.domain-extension-grid strong {
  display: block;
  color: var(--lime);
  font-size: 1.26rem;
  font-weight: 600;
}

.domain-extension-grid span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hosting-suite .section-heading {
  max-width: 820px;
}

.hosting-plan-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 18px;
}

.hosting-plan {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hosting-plan::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 72%);
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 220ms ease, transform 520ms ease;
  pointer-events: none;
}

.hosting-plan:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 184, 217, 0.48);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 184, 217, 0.08);
}

.hosting-plan:hover::before {
  opacity: 1;
  transform: translateX(42%);
}

.hosting-plan.featured {
  border-color: rgba(184, 243, 90, 0.36);
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.plan-tag {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(184, 243, 90, 0.28);
  border-radius: 999px;
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
}

.hosting-plan h3,
.hosting-feature-band h3 {
  margin: 0;
  font-size: 1.14rem;
  font-weight: 600;
}

.hosting-plan strong {
  color: var(--ink);
  font-size: 1.34rem;
  font-weight: 600;
}

.hosting-plan ul,
.support-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-plan li,
.support-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(164, 182, 180, 0.92);
}

.hosting-plan li::before,
.support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.hosting-plan .btn {
  margin-top: 8px;
  width: fit-content;
}

.hosting-feature-band {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 76px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.045);
}

.hosting-feature-band article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(7, 11, 13, 0.56);
}

.shared-hosting-plans {
  margin-bottom: 76px;
}

.shared-hosting-plans .section-heading {
  max-width: 820px;
}

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

.shared-plan-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.1), transparent 38%),
    var(--card);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.shared-plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 72%);
  opacity: 0;
  transform: translateX(-40%);
  transition: opacity 220ms ease, transform 520ms ease;
  pointer-events: none;
}

.shared-plan-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 184, 217, 0.48);
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 184, 217, 0.08);
}

.shared-plan-card:hover::before {
  opacity: 1;
  transform: translateX(42%);
}

.shared-plan-card.featured {
  border-color: rgba(184, 243, 90, 0.36);
  background:
    radial-gradient(circle at top right, rgba(184, 243, 90, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.075);
}

.shared-plan-card h3 {
  margin: 2px 0 0;
  font-size: 1.08rem;
  font-weight: 600;
}

.shared-plan-card strong {
  color: var(--ink);
  font-size: clamp(1.34rem, 2vw, 1.72rem);
  line-height: 1.1;
  font-weight: 600;
}

.shared-plan-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.shared-plan-card p {
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.shared-plan-card ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.shared-plan-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(164, 182, 180, 0.92);
  font-size: 0.86rem;
  line-height: 1.45;
}

.shared-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
}

.shared-plan-card .btn {
  width: 100%;
  margin-top: 6px;
}

.feature-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.18), rgba(184, 243, 90, 0.16));
  color: var(--lime);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
}

.speed-icon::before {
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.speed-icon::after {
  width: 11px;
  height: 2px;
  background: currentColor;
  transform: rotate(-36deg);
}

.shield-icon::before {
  width: 22px;
  height: 26px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 8px 8px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

.support-icon::before {
  width: 24px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
}

.support-icon::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  left: 17px;
  bottom: 10px;
  transform: rotate(-18deg);
}

.service-detail-grid {
  grid-template-columns: 1.1fr 0.9fr;
  margin-bottom: 18px;
}

.mini-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mini-stat-grid span {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
}

.mini-stat-grid strong {
  color: var(--lime);
  font-size: 1.1rem;
  font-weight: 600;
}

.payment-section {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(0, 184, 217, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at bottom left, rgba(184, 243, 90, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.052);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

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

.payment-grid span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.12), rgba(184, 243, 90, 0.08)),
    rgba(7, 11, 13, 0.58);
  color: var(--ink);
  font-weight: 600;
  text-align: center;
  transition: transform 220ms ease, border-color 220ms ease;
}

.payment-grid span:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 243, 90, 0.34);
}

.team-grid { padding-bottom: 82px; }

.team-showcase {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 82px;
}

.team-showcase .section-heading {
  max-width: 820px;
}

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

.portfolio-slicer {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(9, 16, 20, 0.82);
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.34);
}

.portfolio-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.portfolio-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.portfolio-slice-media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 640px;
  overflow: hidden;
}

.portfolio-slice-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 520ms ease, transform 760ms cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.portfolio-slice-media span {
  position: relative;
  z-index: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(7, 11, 13, 0.04), rgba(7, 11, 13, 0.26)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.16));
  transform: translateY(34px) scale(1.04);
  opacity: 0;
  transition: transform 760ms cubic-bezier(.2, .8, .2, 1), opacity 520ms ease;
}

.portfolio-slice-media span:last-child {
  border-right: 0;
}

.portfolio-slice-media span:nth-child(1) { --slice: 0; transition-delay: 40ms; }
.portfolio-slice-media span:nth-child(2) { --slice: 1; transition-delay: 120ms; }
.portfolio-slice-media span:nth-child(3) { --slice: 2; transition-delay: 200ms; }
.portfolio-slice-media span:nth-child(4) { --slice: 3; transition-delay: 280ms; }

.portfolio-slide.active .portfolio-slice-media span {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.portfolio-slide.active .portfolio-slice-media img {
  opacity: 1;
  animation: portfolioImageBreath 7s ease-in-out infinite;
}

@keyframes portfolioImageBreath {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

.portfolio-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(0, 184, 217, 0.12), transparent 42%),
    rgba(7, 11, 13, 0.92);
}

.portfolio-slide-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 88px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--lime));
}

.portfolio-slide-content span {
  width: fit-content;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-slide-content h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 700;
}

.portfolio-slide-content p {
  margin: 0;
  max-width: 520px;
  color: rgba(242, 247, 246, 0.78);
}

.portfolio-slicer-controls {
  position: absolute;
  left: clamp(18px, 4vw, 42px);
  right: clamp(18px, 4vw, 42px);
  bottom: 26px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.portfolio-slicer-controls button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 11, 13, 0.72);
  color: var(--ink);
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.portfolio-prev,
.portfolio-next {
  min-width: 76px;
  min-height: 40px;
  padding: 0 16px;
}

.portfolio-slicer-controls button:hover,
.portfolio-slicer-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 243, 90, 0.46);
  background: rgba(7, 11, 13, 0.9);
}

.portfolio-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.portfolio-dots button {
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  padding: 0;
}

.portfolio-dots button.active {
  width: 34px;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
  border-color: transparent;
}

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

.team-flip-card {
  min-height: 380px;
  perspective: 1200px;
  outline: none;
}

.team-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
  transform-style: preserve-3d;
  transition: transform 720ms cubic-bezier(0.2, 0.74, 0.18, 1);
}

.team-flip-card:hover .team-flip-inner,
.team-flip-card:focus .team-flip-inner,
.team-flip-card:focus-within .team-flip-inner {
  transform: rotateY(180deg);
}

.team-flip-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(0, 184, 217, 0.14), transparent 40%),
    rgba(255, 255, 255, 0.058);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  backface-visibility: hidden;
}

.team-flip-face::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--cyan), var(--lime));
  transform: scaleX(0.36);
  transform-origin: left;
  transition: transform 260ms ease;
}

.team-flip-card:hover .team-flip-face::after,
.team-flip-card:focus .team-flip-face::after,
.team-flip-card:focus-within .team-flip-face::after {
  transform: scaleX(1);
}

.team-flip-back {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at bottom left, rgba(184, 243, 90, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(0, 184, 217, 0.1), rgba(255, 255, 255, 0.055));
}

.team-profile-pic {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 4px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(0, 184, 217, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.team-flip-face h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 600;
  text-align: center;
}

.team-flip-face p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.team-flip-front > span {
  margin-top: 8px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.team-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 14px;
  color: var(--lime);
  font-size: 1.18rem;
  letter-spacing: 0.06em;
}

.team-rating span {
  line-height: 1;
}

.home-hosting-plans {
  padding: 10px 0 82px;
}

.avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  color: var(--dark);
  font-weight: 700;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding-bottom: 82px;
}

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

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  background: rgba(255, 255, 255, 0.065);
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

option {
  background: #0c1719;
  color: var(--ink);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 184, 217, 0.58);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 0 0 4px rgba(0, 184, 217, 0.1);
}

::placeholder { color: rgba(164, 182, 180, 0.72); }

textarea { resize: vertical; }
.note { padding-top: 18px; border-top: 1px solid var(--line); }

.footer {
  border-top: 1px solid var(--line);
  padding: 0 16px;
  color: var(--muted);
  background:
    linear-gradient(115deg, rgba(0, 184, 217, 0.1), transparent 34%),
    linear-gradient(245deg, rgba(184, 243, 90, 0.08), transparent 26%),
    rgba(3, 7, 8, 0.72);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 1px auto auto 50%;
  width: min(780px, 70vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 217, 0.7), rgba(184, 243, 90, 0.5), transparent);
  transform: translateX(-50%);
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 56px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 0.7fr 0.8fr;
  gap: 32px;
}

.footer-brand {
  max-width: 470px;
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
  color: rgba(164, 182, 180, 0.86);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 600;
}

.footer-col a {
  position: relative;
  width: fit-content;
  color: rgba(242, 247, 246, 0.72);
  transition: color 220ms ease, transform 220ms ease;
}

.footer-col a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.footer-col a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-col a:hover::after {
  transform: scaleX(1);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a[aria-label="Facebook"] svg,
.social-links a[aria-label="LinkedIn"] svg,
.social-links a[aria-label="GitHub"] svg {
  fill: currentColor;
  stroke: none;
}

.social-links a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: opacity 240ms ease, transform 240ms ease;
  z-index: -1;
}

.social-links a:hover {
  color: var(--dark);
  transform: translateY(-5px) rotateX(10deg);
  border-color: rgba(184, 243, 90, 0.45);
  box-shadow: 0 18px 42px rgba(0, 184, 217, 0.2);
}

.social-links a:hover::before {
  opacity: 1;
  transform: rotateX(0deg);
}

.footer-bottom {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.55rem;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(4px);
  transition: opacity 760ms ease, transform 760ms ease, filter 760ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 880px) {
  .announcement-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 9px 0;
  }
  .announcement-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    white-space: normal;
  }
  .site-header {
    top: 8px;
    margin-top: 8px;
  }
  .nav-toggle { display: inline-grid; place-items: center; }
  .nav {
    grid-template-columns: 1fr auto auto;
  }
  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(9, 18, 20, 0.96);
    backdrop-filter: blur(18px);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .nav-links.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    background: #ffffff;
    border-color: rgba(7, 11, 13, 0.08);
  }
  .home-header.is-scrolled .nav-links.open {
    background: #ffffff;
    border-color: rgba(7, 11, 13, 0.08);
  }
  .nav-links a {
    padding: 13px 14px;
  }
  .nav-links.open a {
    color: #070b0d;
  }
  .home-header.is-scrolled .nav-links.open a {
    color: #070b0d;
  }
  .nav-links.open a:hover,
  .nav-links.open a.active {
    color: #070b0d;
    background: rgba(0, 184, 217, 0.08);
  }
  .home-header.is-scrolled .nav-links.open a:hover,
  .home-header.is-scrolled .nav-links.open a.active {
    color: #070b0d;
    background: rgba(0, 184, 217, 0.08);
  }
  body.nav-menu-open main,
  body.nav-menu-open .announcement-bar,
  body.nav-menu-open [data-include],
  body.nav-menu-open .footer,
  body.nav-menu-open .whatsapp-support {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
  }
  .search-box {
    width: 42px;
    height: 42px;
  }
  .search-box.open,
  .search-box:focus-within {
    position: absolute;
    top: 14px;
    right: 64px;
    width: min(260px, calc(100vw - 128px));
    z-index: 2;
  }
  .hero,
  .split-section,
  .two-col,
  .about-hero,
  .about-preview,
  .contact-wrap,
  .domain-search-panel,
  .service-detail-grid,
  .payment-section {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    margin-top: -78px;
    padding-top: 170px;
    padding-bottom: 64px;
  }
  .hero-status {
    width: 100%;
  }
  .about-hero {
    padding: 62px 22px 54px;
  }
  .about-hero-heading {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .about-hero-visual {
    position: relative;
    top: auto;
  }
  .trust-band,
  .feature-grid,
  .values,
  .team-grid,
  .team-flip-grid,
  .testimonial-grid,
  .work-grid,
  .service-list,
  .domain-extension-grid,
  .hosting-plan-grid,
  .hosting-feature-band,
  .shared-plan-grid {
    grid-template-columns: 1fr;
  }
  .domain-extension-grid,
  .hosting-feature-band,
  .shared-hosting-plans {
    margin-bottom: 56px;
  }
  .domain-field {
    grid-template-columns: 1fr;
  }
  .domain-field .btn,
  .hosting-plan .btn {
    width: 100%;
  }
  .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-section .section-heading {
    grid-template-columns: 1fr;
  }
  .trusted-clients-section .section-heading {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .section { padding: 72px 0; }
  .about-preview { padding: 42px 0 22px; }
  .split-section { padding-bottom: 72px; }
}

@media (max-width: 540px) {
  .hero h1,
  .page-hero h1 { font-size: 2.18rem; }
  .hero-actions,
  .hero-actions .btn { width: 100%; }
  .cta { padding: 32px 22px; }
  .legal-content { padding: 24px 20px; }
  .hosting-suite { padding-bottom: 64px; }
  .feature-card,
  .service-card,
  .team-card,
  .team-flip-face,
  .work-item,
  .panel,
  .about-preview-copy,
  .contact-form,
  .contact-info { padding: 22px; }
  .domain-search-panel,
  .hosting-plan,
  .payment-section {
    padding: 22px;
  }
  .about-hero-story p {
    font-size: 0.95rem;
    line-height: 1.78;
  }
  .mini-stat-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-trail {
    display: none;
  }

  .portfolio-slide.active .portfolio-slice-media img {
    animation: none;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .announcement-bar {
    display: none;
  }

  .whatsapp-support {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 8px;
  }

  .whatsapp-support__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}
.team-faq-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 88px;
}

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

.team-faq-list {
  display: grid;
  gap: 12px;
}

.team-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(12, 18, 28, 0.68);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.team-faq-item:hover,
.team-faq-item[open] {
  border-color: rgba(16, 182, 255, 0.28);
  background: rgba(14, 22, 34, 0.9);
  transform: translateY(-2px);
}

.team-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  gap: 18px;
  padding: 19px 20px;
  cursor: pointer;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  outline: none;
}

.team-faq-item summary::-webkit-details-marker {
  display: none;
}

.team-faq-item summary i {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(47, 217, 138, 0.28);
  background: rgba(47, 217, 138, 0.08);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.team-faq-item summary i::before,
.team-faq-item summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: var(--lime);
  transform: translate(-50%, -50%);
}

.team-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.team-faq-item[open] summary i {
  transform: rotate(45deg);
  border-color: rgba(16, 182, 255, 0.38);
  background: rgba(16, 182, 255, 0.12);
}

.team-faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  max-width: 820px;
  color: rgba(238, 241, 246, 0.76);
  line-height: 1.75;
}

.team-faq-item summary:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(16, 182, 255, 0.38);
}

@media (max-width: 900px) {
  .portfolio-slide {
    grid-template-columns: 1fr;
  }

  .portfolio-slicer {
    min-height: 760px;
  }

  .portfolio-slice-media {
    min-height: 420px;
  }

  .portfolio-slide-content {
    min-height: 340px;
    justify-content: flex-start;
    padding-bottom: 92px;
  }
}

@media (max-width: 767px) {
  .portfolio-slicer-section {
    width: min(100% - 24px, 1180px);
    padding-bottom: 64px;
  }

  .portfolio-slicer {
    min-height: 720px;
  }

  .portfolio-slice-media {
    min-height: 330px;
  }

  .portfolio-slide-content {
    min-height: 390px;
    padding: 24px 20px 96px;
  }

  .portfolio-slide-content::before {
    display: none;
  }

  .portfolio-slicer-controls {
    left: 16px;
    right: 16px;
    bottom: 18px;
  }

  .portfolio-prev,
  .portfolio-next {
    min-width: 62px;
    padding: 0 12px;
  }

  .team-faq-section {
    width: min(100% - 24px, 1180px);
    padding-bottom: 64px;
  }

  .team-faq-item summary {
    grid-template-columns: minmax(0, 1fr) 30px;
    padding: 16px;
    font-size: 0.96rem;
  }

  .team-faq-item summary i {
    width: 30px;
    height: 30px;
  }

  .team-faq-item p {
    padding: 0 16px 16px;
  }
}
