:root {
  --ink: #101829;
  --muted: #657084;
  --navy: #0a1b31;
  --brand: #0061ff;
  --brand-dark: #0049c4;
  --brand-soft: #e8f0ff;
  --blue: var(--brand);
  --sky: #eaf6ff;
  --sky-strong: #b7dcfb;
  --line: #dce6f2;
  --soft: #f7fbff;
  --header-offset: 102px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  background: #ffffff;
  padding-top: var(--header-offset);
  overflow-x: hidden;
}

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

a:hover,
a:focus {
  color: var(--blue);
}

.btn,
.feature-card,
.pricing-table-card,
.stats-card,
.hero-panel,
.hero-price-tile,
.hero-image-caption {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
}

.reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

.supports-scroll-reveal .reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
}

.supports-scroll-reveal .reveal-on-scroll.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.feature-section .row.g-4 > *:nth-child(2) .feature-card.is-visible {
  animation-delay: 90ms;
}

.feature-section .row.g-4 > *:nth-child(3) .feature-card.is-visible {
  animation-delay: 180ms;
}

.feature-section .row.g-4 > *:nth-child(4) .feature-card.is-visible {
  animation-delay: 270ms;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10000;
}

.anchor-target {
  display: block;
  position: relative;
  top: calc((var(--header-offset) + 1rem) * -1);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#pricing,
#domains,
#faq,
#contact,
#hosting-plans,
#hosting-features,
#hosting-faq {
  scroll-margin-top: calc(var(--header-offset) + 1.25rem);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(13, 23, 41, 0.08);
}

.offer-bar {
  color: #ffffff;
  background: linear-gradient(90deg, #07142d, #0a244f);
  font-size: 0.8rem;
}

.offer-bar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.offer-message {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}

.offer-label {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-message strong {
  overflow: hidden;
  color: #dce8ff;
  font-weight: 700;
  text-overflow: ellipsis;
}

.offer-message a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quick-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
}

.quick-links a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8rem;
  opacity: 0.88;
}

.quick-links i {
  font-size: 1rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-mark img {
  width: auto;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
}

.navbar {
  box-shadow: 0 1px 0 rgba(16, 24, 41, 0.06);
}

.navbar .nav-link {
  color: #26324b;
  font-weight: 600;
}

.navbar .dropdown-menu {
  min-width: 320px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.65rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 58px rgba(13, 23, 41, 0.14);
}

.navbar .dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  border-radius: 10px;
  padding: 0.85rem;
  color: var(--ink);
  white-space: normal;
}

.navbar .dropdown-item i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 10px;
  font-size: 1.05rem;
}

.navbar .dropdown-item strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.25;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: var(--ink);
  background: #f4f8ff;
}

.navbar .dropdown-item:hover i,
.navbar .dropdown-item:focus i {
  color: #ffffff;
  background: var(--brand);
}

.mega-menu {
  min-width: min(920px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(16, 24, 41, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 32px 80px rgba(10, 27, 49, 0.16);
}

.mega-menu-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 320px);
  gap: 1rem;
}

.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.mega-menu-group {
  border: 1px solid rgba(220, 230, 242, 0.9);
  border-radius: 18px;
  padding: 0.9rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.mega-menu-label,
.mega-menu-feature-kicker {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mega-menu-link {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  border-radius: 14px;
  padding: 0.85rem;
  color: var(--ink);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mega-menu-link + .mega-menu-link {
  margin-top: 0.35rem;
}

.mega-menu-link i {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 12px;
  font-size: 1.05rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mega-menu-link strong {
  display: block;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.3;
}

.mega-menu-link small {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.mega-menu-link:hover,
.mega-menu-link:focus {
  color: var(--ink);
  background: #f4f8ff;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0, 70, 184, 0.06);
}

.mega-menu-link:hover i,
.mega-menu-link:focus i {
  color: #ffffff;
  background: var(--brand);
  transform: scale(1.02);
}

.mega-menu-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  padding: 1.1rem 1.05rem;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #07142d 0%, #0a244f 55%, #0d3570 100%);
}

.mega-menu-feature strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.4;
}

.mega-menu-feature p {
  margin: 0.7rem 0 0;
  color: rgba(220, 232, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.65;
}

.mega-menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.mega-menu-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown:hover > .dropdown-toggle,
  .navbar .dropdown:focus-within > .dropdown-toggle {
    color: var(--brand);
  }

  .navbar .nav-item.dropdown {
    position: static;
  }

  .navbar .dropdown-menu.mega-menu {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar .dropdown-menu.mega-menu::before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: transparent;
    content: "";
  }

  .navbar .dropdown-menu.mega-menu::after {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 1px solid rgba(16, 24, 41, 0.08);
    border-left: 1px solid rgba(16, 24, 41, 0.08);
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    content: "";
  }
}

@media (max-width: 991px) {
  .mega-menu {
    min-width: 0;
    padding: 0.35rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mega-menu-inner,
  .mega-menu-columns {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .mega-menu-group {
    padding: 0.75rem;
    border-radius: 14px;
  }

  .mega-menu-feature {
    padding: 1rem;
    border-radius: 16px;
  }
}

.btn-brand {
  color: #ffffff;
  background: var(--brand);
  border-color: var(--brand);
  font-weight: 800;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #ffffff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.hero-section {
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 4.25rem 0 4.75rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 70, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 78%, #ffffff 100%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hero-copy-block {
  animation: revealUp 760ms ease 80ms both;
}

.section-kicker,
.hero-eyebrow {
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(0, 70, 184, 0.16);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(13, 23, 41, 0.06);
}

.hero-title {
  max-width: 620px;
  color: #07142d;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.12;
}

.hero-copy,
.section-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-copy {
  max-width: 590px;
  margin: 1.45rem 0 1.9rem;
  font-size: 0.98rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 570px;
  margin-top: 1.7rem;
}

.hero-metrics div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
}

.hero-metrics strong {
  display: block;
  color: var(--brand-dark);
  font-size: 1.3rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 0.42rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(13, 23, 41, 0.12);
  animation: heroImageIn 850ms ease 180ms both;
}

.hero-image-caption span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-image-caption strong {
  display: block;
  margin-top: 0.2rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 0.85rem;
}

.hero-price-tile {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem;
  background: #f8fbff;
}

.hero-price-tile span {
  display: block;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-price-tile strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1;
}

.hero-price-tile small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.hero-image-strip {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1.65;
  background: #dceeff;
}

.hero-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(220, 230, 242, 0.86);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(13, 23, 41, 0.12);
  backdrop-filter: blur(10px);
}

.hero-image-caption i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: #ffffff;
  border-radius: 50%;
  background: var(--brand);
}

.index3-page .index3-hero-section {
  position: relative;
  display: block;
  /* Keep every carousel slide the same height so the page does not jump while sliding. */
  height: clamp(640px, calc(100svh - var(--header-offset)), 760px);
  min-height: 640px;
  padding: 0;
  color: #ffffff;
  background: #061228;
}

.index3-page #index3HeroCarousel,
.index3-page .carousel-inner,
.index3-page .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.index3-page .index3-hero-slide {
  position: relative;
  align-items: center;
  min-height: 100%;
  overflow: hidden;
  padding: 5rem 0 8.5rem;
  isolation: isolate;
}

.index3-page .index3-hero-slide::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 15, 35, 0.62) 0%, rgba(4, 15, 35, 0.2) 48%, rgba(4, 15, 35, 0.72) 100%),
    linear-gradient(90deg, rgba(4, 15, 35, 0.92) 0%, rgba(4, 15, 35, 0.74) 42%, rgba(4, 15, 35, 0.34) 68%, rgba(4, 15, 35, 0.84) 100%);
  content: "";
}

.index3-page .index3-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.index3-page .index3-hero-domain .index3-hero-bg {
  object-position: center 42%;
}

.index3-page .index3-hero-hosting .index3-hero-bg {
  object-position: center;
}

.index3-page .index3-hero-sms .index3-hero-bg {
  object-position: 82% 42%;
}

.index3-page .index3-hero-section .container-xl {
  position: relative;
  z-index: 1;
}

.index3-page .hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 5.5rem);
  width: min(100%, 1240px);
  min-height: 440px;
  margin-inline: auto;
  padding: 0;
}

.index3-page .hero-copy-block {
  position: relative;
  padding: 0;
}

.index3-page .hero-eyebrow {
  position: relative;
  gap: 0.55rem;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 1rem;
  color: #beddff;
  background: transparent;
  box-shadow: none;
}

.index3-page .hero-eyebrow::before {
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: #78f2b0;
  content: "";
}

.index3-page .hero-title,
.index3-page .hero-copy {
  color: #ffffff;
}

.index3-page .hero-title {
  max-width: 790px;
  margin: 0 0 1.25rem;
  font-size: clamp(2.6rem, 3.75vw, 4.4rem);
  font-weight: 700;
  line-height: 1.03;
  text-wrap: balance;
}

.index3-page .hero-copy {
  color: rgba(255, 255, 255, 0.84);
  max-width: 620px;
  margin: 0 0 2rem;
  font-size: 1rem;
}

.index3-page .hero-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.index3-page .hero-action-row .btn {
  min-height: 48px;
  border-radius: 8px;
  padding-inline: 1rem;
}

.index3-page .hero-action-row .btn-light {
  color: var(--brand-dark);
  font-weight: 800;
}

.index3-page .index3-service-rail {
  position: relative;
  justify-self: end;
  width: min(100%, 340px);
  padding: 0 0 0 1.2rem;
  color: #ffffff;
}

.index3-page .index3-service-rail::before {
  position: absolute;
  top: 0.15rem;
  bottom: 0.15rem;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(120, 242, 176, 0.8), rgba(255, 255, 255, 0.22));
  content: "";
}

.index3-page .rail-kicker {
  display: inline-flex;
  align-items: center;
  color: #beddff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.index3-page .index3-service-rail strong {
  display: block;
  margin-top: 0.25rem;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.5vw, 2.3rem);
  line-height: 1;
}

.index3-page .rail-items {
  display: grid;
  gap: 0.62rem;
  margin-top: 1.1rem;
}

.index3-page .rail-items span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 40px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 800;
}

.index3-page .rail-items i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.index3-page .index3-hero-indicators {
  right: auto;
  bottom: 1.85rem;
  left: max(1rem, calc((100vw - 1320px) / 2 + 0.75rem));
  z-index: 3;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  gap: 0.45rem;
}

.index3-page .index3-hero-indicators [data-bs-target] {
  width: 34px;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.48);
  opacity: 1;
  transition: width 180ms ease, background-color 180ms ease;
}

.index3-page .index3-hero-indicators .active {
  width: 54px;
  background-color: #78f2b0;
}

.index3-page .index3-hero-control {
  top: auto;
  bottom: 1.3rem;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(4, 15, 35, 0.2);
  opacity: 1;
  backdrop-filter: blur(8px);
}

.index3-page .carousel-control-prev.index3-hero-control {
  right: calc(max(1rem, (100vw - 1320px) / 2 + 0.75rem) + 54px);
  left: auto;
}

.index3-page .carousel-control-next.index3-hero-control {
  right: max(1rem, calc((100vw - 1320px) / 2 + 0.75rem));
}

.index2-page {
  background: #f7fbff;
}

.index2-hero-section {
  padding: 0.45rem 0 1rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 70, 184, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 44%, #eef6ff 100%);
}

.index2-hero-section .container-xl {
  max-width: min(100%, 2048px);
  padding-inline: clamp(0.5rem, 1.5vw, 1.25rem);
}

.index2-hero-card {
  position: relative;
  min-height: clamp(560px, 35vw, 680px);
  overflow: hidden;
  border: 1px solid rgba(0, 70, 184, 0.12);
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 54%, rgba(0, 94, 255, 0.78), transparent 30%),
    linear-gradient(115deg, #061733 0%, #0049c4 42%, #07101e 100%);
  box-shadow: 0 34px 90px rgba(0, 50, 127, 0.24);
  isolation: isolate;
}

.index2-hero-card.hero-image-missing {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(79, 209, 197, 0.2), transparent 28%),
    linear-gradient(115deg, #061733 0%, #0049c4 42%, #07101e 100%);
}

.index2-hero-card::before {
  position: absolute;
  inset: 1px 1px auto;
  height: 42%;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent);
  content: "";
  pointer-events: none;
}

.index2-hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.3;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
}

.index2-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 55%, rgba(0, 101, 255, 0.7), transparent 31%),
    radial-gradient(circle at 40% 75%, rgba(183, 220, 251, 0.24), transparent 25%),
    linear-gradient(90deg, rgba(7, 20, 45, 0.98) 0%, rgba(0, 50, 127, 0.78) 35%, rgba(7, 11, 20, 0.9) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.82));
}

.index2-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(4.4rem, 6.5vw, 7.3rem) clamp(1.1rem, 4vw, 3rem) 1.4rem;
  text-align: center;
  animation: revealUp 760ms ease 80ms both;
}

.index2-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(188, 214, 255, 0.28);
  border-radius: 999px;
  padding: 0.46rem 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.index2-hero-content h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.65vw, 5.2rem);
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

.index2-hero-content p:not(.index2-hero-kicker) {
  max-width: 760px;
  margin: 1.25rem auto 1.75rem;
  color: rgba(238, 245, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.index2-domain-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  padding: 0.62rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(0, 16, 43, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
}

.index2-domain-search > i {
  margin-left: 0.5rem;
  color: #6b7280;
  font-size: 1.35rem;
}

.index2-domain-search input {
  width: 100%;
  min-height: 56px;
  border: 0;
  color: #20242b;
  background: transparent;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 500;
  outline: 0;
}

.index2-domain-search input::placeholder {
  color: #737982;
  opacity: 1;
}

.index2-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  border-radius: 12px;
  padding: 0 1.45rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 70, 184, 0.28);
}

.index2-search-button:hover,
.index2-search-button:focus {
  color: #ffffff;
  background: var(--brand);
}

.index2-tld-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin: 1.05rem auto 0;
}

.index2-tld-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0 1rem;
  color: #0a1b31;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(0, 16, 43, 0.12);
  backdrop-filter: blur(10px);
}

.index2-tld-pills a:hover,
.index2-tld-pills a:focus {
  color: #ffffff;
  background: var(--brand);
}

.index2-hero-content small {
  display: block;
  margin-top: 1.15rem;
  margin-bottom: clamp(1.4rem, 3vw, 2.5rem);
  color: rgba(232, 240, 255, 0.78);
  font-weight: 400;
}

.index2-story-link {
  display: none;
  position: relative;
  width: fit-content;
  margin: 0.8rem auto 0;
  align-items: center;
  gap: 0.55rem;
  z-index: 1;
  border: 1px solid rgba(188, 214, 255, 0.72);
  border-radius: 999px;
  padding: 0.82rem 1.15rem;
  color: #dce8ff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.index2-story-link:hover,
.index2-story-link:focus {
  color: #ffffff;
  border-color: var(--brand);
  background: var(--brand);
}

.index2-quick-stats {
  margin-top: -0.4rem;
  padding: 0 0 3rem;
  background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
}

.index2-quick-stats .hero-metrics {
  max-width: 820px;
  margin: 0 auto;
}

.hosting-hero-section {
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 70, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 76%, #ffffff 100%);
}

.hosting-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.hosting-hero-copy {
  animation: revealUp 760ms ease 80ms both;
}

.hosting-hero-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(13, 23, 41, 0.12);
  animation: heroImageIn 850ms ease 180ms both;
}

.hosting-dashboard-top {
  border-radius: 12px;
  padding: 1rem 1.1rem;
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
}

.hosting-dashboard-top span {
  display: block;
  color: #bcd6ff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hosting-dashboard-top strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.hosting-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.85rem 0;
}

.hosting-dashboard-grid div {
  display: grid;
  place-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem 0.45rem;
  color: var(--brand-dark);
  background: #f8fbff;
  font-weight: 800;
}

.hosting-dashboard-grid i {
  color: var(--brand);
  font-size: 1.35rem;
}

.hosting-hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  border-radius: 12px;
  object-fit: cover;
}

.hosting-plans-section,
.hosting-process-section {
  padding: 5rem 0;
  background: #ffffff;
}

.hosting-plan-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.6rem;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(13, 23, 41, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hosting-plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 70, 184, 0.22);
  box-shadow: 0 24px 58px rgba(13, 23, 41, 0.1);
}

.hosting-plan-card.featured {
  border-color: rgba(0, 70, 184, 0.3);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.plan-label {
  display: inline-flex;
  border: 1px solid rgba(0, 70, 184, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hosting-plan-card h3 {
  margin-top: 1.1rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.hosting-plan-card p {
  color: var(--muted);
  line-height: 1.65;
}

.hosting-plan-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.hosting-plan-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #253650;
  font-weight: 700;
}

.hosting-plan-card li i {
  color: #1a8d53;
}

.hosting-pricing-group {
  margin-top: 1.5rem;
}

.hosting-performance-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 760px);
  margin: 0 auto 2.4rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.25rem;
  background: #ffffff;
}

.hosting-performance-toggle button {
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: center;
}

.hosting-performance-toggle button.active {
  color: #ffffff;
  background: #111111;
}

.hosting-performance-toggle strong,
.hosting-performance-toggle span {
  display: block;
}

.hosting-performance-toggle strong {
  font-weight: 800;
}

.hosting-performance-toggle span {
  margin-top: 0.2rem;
  font-size: 0.84rem;
}

.hosting-pricing-group + .hosting-pricing-group {
  margin-top: 3rem;
}

.hosting-price-title {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.hosting-price-title h3 {
  margin: 0.65rem 0 0;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.18;
}

.hosting-price-title > i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 12px;
  font-size: 1.35rem;
}

.hosting-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hosting-package-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.45rem;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(13, 23, 41, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.hosting-package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 70, 184, 0.22);
  box-shadow: 0 24px 58px rgba(13, 23, 41, 0.1);
}

.hosting-package-card.featured {
  border-color: rgba(0, 70, 184, 0.3);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hosting-package-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
}

.hosting-package-price {
  margin-top: 1.1rem;
  border-radius: 10px;
  padding: 1rem 0;
  background: #f4f8ff;
}

.hosting-package-price strong {
  display: block;
  color: var(--brand-dark);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1;
}

.hosting-package-price span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-weight: 700;
}

.hosting-package-card p {
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.65;
}

.hosting-package-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 0.7rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.hosting-package-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #253650;
  font-weight: 700;
}

.hosting-package-card li i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: #111111;
  border: 1px solid #dce6f2;
  border-radius: 7px;
  font-size: 0.9rem;
}

.hosting-package-card .btn {
  width: 100%;
  margin-top: auto;
  border-color: #111111;
  color: #ffffff;
  background: #111111;
  font-weight: 800;
}

.hosting-package-card .btn:hover,
.hosting-package-card .btn:focus {
  color: #ffffff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.hosting-price-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.1rem;
  border-radius: 10px;
  padding: 1rem;
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-dark), #073f98);
  font-weight: 800;
  text-align: center;
}

.hosting-price-summary i {
  color: #9df7ae;
}

.hosting-process-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #f8fbff;
}

.hosting-process-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
}

.hosting-process-steps {
  display: grid;
  gap: 1rem;
}

.hosting-process-steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1rem;
  background: #ffffff;
}

.hosting-process-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  grid-row: span 2;
  color: #ffffff;
  background: var(--brand);
  border-radius: 50%;
  font-weight: 800;
}

.hosting-process-steps strong {
  color: var(--ink);
}

.hosting-process-steps small {
  color: var(--muted);
  line-height: 1.5;
}

.feature-card:hover,
.pricing-table-card:hover,
.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(13, 23, 41, 0.11);
}

.pricing-section {
  padding: 5rem 0;
  background: #f8fbff;
}

.pricing-heading {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.pricing-heading h2,
.feature-section h2,
.faq-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.16;
}

.pricing-heading p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.7;
}

.pricing-table-card {
  width: min(100%, 1120px);
  margin-inline: auto;
  border: 1px solid rgba(15, 40, 73, 0.08);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(13, 23, 41, 0.1);
}

.pricing-card-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 70, 184, 0.96), rgba(4, 27, 62, 0.98)),
    var(--brand-dark);
}

.pricing-card-intro strong {
  display: block;
  margin-top: 0.18rem;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  line-height: 1.25;
}

.pricing-card-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
  color: #cfe3ff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-card-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.pricing-card-stats span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.pricing-search {
  position: relative;
  flex: 1 1 auto;
}

.pricing-search i {
  position: absolute;
  left: 1rem;
  top: 50%;
  color: var(--muted);
  transform: translateY(-50%);
}

.pricing-search .form-control {
  min-height: 50px;
  border-color: #cfdeef;
  border-radius: 10px;
  padding-left: 2.75rem;
  color: var(--ink);
  font-weight: 600;
}

/* --- Hero Redesign --- */
.hero-redesign-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  min-height: 100%;
  padding-top: 1.5rem;
}

.hero-copy-block {
  max-width: 760px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.hero-trust-row i {
  color: #78f2b0;
}

.hero-focus-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(8, 24, 52, 0.54);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-focus-panel::before {
  position: absolute;
  inset: 0 0 auto;
  height: 120px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  pointer-events: none;
}

.hero-panel-head {
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}

.hero-panel-kicker {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: #beddff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel-head strong {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-feature-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.95rem;
}

.hero-feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-feature-item:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 242, 176, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.hero-feature-item i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #78f2b0;
  background: rgba(120, 242, 176, 0.12);
  border: 1px solid rgba(120, 242, 176, 0.16);
  border-radius: 12px;
  font-size: 1.05rem;
}

.hero-feature-item strong {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.hero-feature-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.95rem;
  background: rgba(120, 242, 176, 0.12);
  border: 1px solid rgba(120, 242, 176, 0.24);
  color: #78f2b0;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  animation: revealUp 760ms ease 40ms both;
}

.hero-badge i {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .hero-redesign-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 0;
  }

  .hero-focus-panel {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .hero-feature-item {
    padding: 0.9rem;
  }

  .hero-trust-row {
    gap: 0.6rem;
  }

  .hero-trust-row span {
    min-height: 38px;
    padding: 0.55rem 0.8rem;
    font-size: 0.76rem;
  }

  .index3-page .hero-title {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
  }
}

@media (max-width: 767px) {
  .hero-trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-trust-row span {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .hero-redesign-shell {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 440px);
  }

  .hero-copy-block {
    padding-right: 1rem;
  }
}


.pricing-filter-note {
  flex: 0 0 auto;
  border: 1px solid rgba(0, 70, 184, 0.16);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  color: var(--brand-dark);
  background: var(--brand-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.pricing-table-shell {
  overflow: visible;
  background: #ffffff;
}

.pricing-table {
  width: 100%;
  table-layout: fixed;
}

.pricing-table th,
.pricing-table td {
  overflow-wrap: anywhere;
}

.pricing-table thead th {
  color: #53647b;
  background: #f8fbff;
  border: 0;
  padding: 1rem 1.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-table tbody th,
.pricing-table tbody td {
  border-color: #edf2f8;
  padding: 1.05rem 1.35rem;
  color: #253650;
  font-weight: 700;
}

.pricing-table tbody tr {
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.pricing-table tbody tr:hover {
  background: #fbfdff;
  box-shadow: inset 4px 0 0 var(--brand);
}

.pricing-table tbody th {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.tld-name {
  display: inline-flex;
  align-items: center;
  min-width: 86px;
  font-size: 1.02rem;
}

.price-pill,
.transfer-pill,
.coming-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  min-width: 104px;
  border-radius: 8px;
  padding: 0.45rem 0.8rem;
  font-weight: 800;
}

.price-pill {
  border: 1px solid rgba(0, 70, 184, 0.12);
  color: #082f72;
  background: #eef6ff;
}

.transfer-pill {
  border: 1px solid rgba(10, 122, 51, 0.18);
  color: #07552b;
  background: #e6f8ec;
}

.coming-pill,
.muted-price {
  border: 1px solid #dce6f2;
  color: #44546a;
  background: #f5f8fc;
}

.pricing-empty {
  margin: 1rem 1.15rem 0;
  border: 1px dashed #c8d8eb;
  border-radius: 10px;
  padding: 1rem;
  color: var(--muted);
  background: #f8fbff;
  font-weight: 700;
  text-align: center;
}

.pricing-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 1rem;
  color: #183150;
  background: #f8fbff;
  font-weight: 800;
  text-align: center;
}

.pricing-summary i {
  color: #087735;
  font-size: 1.2rem;
}

.payment-slider-section {
  padding: 0 0 3rem;
  background: #f8fbff;
}

.payment-slider-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.4rem;
  width: min(100%, 1120px);
  margin-inline: auto;
  border: 1px solid rgba(15, 40, 73, 0.08);
  border-radius: 8px;
  padding: 1.15rem;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 23, 41, 0.08);
  overflow: hidden;
}

.payment-slider-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.28;
}

.payment-logo-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  padding: 0.2rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.payment-logo-slider::before,
.payment-logo-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 42px;
  content: "";
  pointer-events: none;
}

.payment-logo-slider::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.payment-logo-slider::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.payment-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0.85rem;
  animation: paymentLogoSlide 34s linear infinite;
}

.payment-logo-slider:hover .payment-logo-track,
.payment-logo-slider:focus-within .payment-logo-track {
  animation-play-state: paused;
}

.payment-logo-item {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 150px;
  height: 74px;
  border: 1px solid #e7eef7;
  border-radius: 8px;
  padding: 0.75rem;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(13, 23, 41, 0.05);
  outline: 0;
}

.payment-logo-item img {
  display: block;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.payment-logo-name {
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  z-index: 4;
  max-width: 138px;
  border-radius: 8px;
  padding: 0.35rem 0.55rem;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(13, 23, 41, 0.18);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, 6px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.payment-logo-item:hover,
.payment-logo-item:focus {
  border-color: rgba(0, 70, 184, 0.22);
  box-shadow: 0 12px 28px rgba(13, 23, 41, 0.1);
}

.payment-logo-item:hover .payment-logo-name,
.payment-logo-item:focus .payment-logo-name {
  opacity: 1;
  transform: translate(-50%, 0);
}

.stats-section {
  padding: 3rem 0;
}

.stats-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(13, 23, 41, 0.08);
}

.stat-item {
  min-height: 145px;
  padding: 2rem;
  border-right: 1px solid var(--line);
}

.stat-item:nth-child(4) {
  border-right: 0;
}

.stat-item i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #3183e2;
  background: #eaf4ff;
  border-radius: 12px;
  font-size: 1.35rem;
}

.stat-item strong {
  display: block;
  margin-top: 1rem;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 800;
}

.stat-item span {
  color: #536683;
}

.why-section {
  padding: 5rem 0;
  background: #ffffff;
}

.why-heading {
  max-width: 780px;
  margin-bottom: 2.5rem;
}

.why-heading h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.14;
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.55fr);
  gap: 1.5rem;
  max-width: 1180px;
  margin-inline: auto;
}

.why-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(13, 23, 41, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 70, 184, 0.2);
  box-shadow: 0 24px 58px rgba(13, 23, 41, 0.1);
}

.why-card-tall {
  display: grid;
  grid-row: span 2;
  grid-template-rows: auto minmax(280px, 1fr);
}

.why-card-wide {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(280px, 1fr);
  min-height: 250px;
}

.why-card-copy {
  padding: clamp(1.35rem, 2.8vw, 2rem);
}

.why-card-copy i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 12px;
  font-size: 1.35rem;
}

.why-card-copy h3 {
  margin-top: 1.2rem;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.12;
}

.why-card-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.why-card-media {
  min-height: 100%;
}

.why-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.feature-section,
.faq-section {
  padding: 5rem 0;
}

.feature-section {
  background: var(--soft);
}

.feature-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.feature-card i {
  color: var(--blue);
  font-size: 2rem;
}

.feature-card h3 {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.65;
}

.faq-card {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(13, 23, 41, 0.08);
}

.faq-card .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 70, 184, 0.12);
  --bs-accordion-active-color: var(--brand-dark);
  --bs-accordion-active-bg: #f4f8ff;
}

.faq-card .accordion-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
}

.faq-card .accordion-item + .accordion-item {
  margin-top: 0.8rem;
}

.faq-card .accordion-button {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.faq-card .accordion-body {
  color: var(--muted);
  line-height: 1.7;
}

.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.25rem rgba(21, 101, 179, 0.14);
}

.result-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 8px;
  padding: 1.2rem;
  color: #ffffff;
  background: var(--navy);
}

.result-panel span {
  color: #bac8dc;
  font-weight: 600;
}

.result-panel strong {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.footer-section {
  color: #ffffff;
  padding: 4rem 0 2rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 70, 184, 0.28), transparent 34%),
    linear-gradient(180deg, #08213a 0%, #071b2f 100%);
}

.footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  border: 1px solid rgba(196, 220, 255, 0.22);
  border-radius: 8px;
  padding: clamp(1.35rem, 2.8vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 38%),
    linear-gradient(100deg, #05245a 0%, #0745aa 58%, #0056d6 100%);
  box-shadow: 0 28px 70px rgba(0, 20, 45, 0.3);
  transform: none;
}

.footer-cta::before {
  position: absolute;
  inset: 1px auto 1px 1px;
  width: 5px;
  background: linear-gradient(180deg, #9fd3ff, #ffffff, #78f2b0);
  content: "";
}

.footer-cta::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 49%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 16px);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.footer-cta > * {
  position: relative;
  z-index: 1;
}

.footer-cta > div {
  max-width: 980px;
}

.footer-cta span,
.footer-kicker {
  display: block;
  color: #cfe3ff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-cta strong {
  display: block;
  max-width: 980px;
  margin-top: 0.42rem;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.footer-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  color: var(--brand-dark) !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  min-height: 56px;
  padding: 0.85rem 1.35rem;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 20, 45, 0.18);
  font-weight: 800;
  white-space: nowrap;
}

.footer-cta .btn::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 1rem;
  line-height: 1;
  content: "\F138";
  transition: transform 180ms ease;
}

.footer-cta .btn:hover,
.footer-cta .btn:focus {
  color: var(--brand-dark) !important;
  background: #eef5ff;
}

.footer-cta .btn:hover::after,
.footer-cta .btn:focus::after {
  transform: translateX(3px);
}

.footer-main {
  margin-top: 3rem;
}

.footer-lead {
  border: 1px solid rgba(188, 214, 255, 0.13);
  border-radius: 12px;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
}

.footer-section p {
  color: #d3dceb;
  max-width: 380px;
  margin: 0.75rem 0 0;
  line-height: 1.7;
  font-weight: 400;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(188, 214, 255, 0.14);
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  color: #e8f0ff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-weight: 700;
}

.footer-badges i {
  color: #9df7ae;
}

.footer-section h2 {
  color: #9eb3cc;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section a:not(.brand-mark) {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  color: #edf4ff;
  font-weight: 400;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-section a:not(.brand-mark):hover,
.footer-section a:not(.brand-mark):focus {
  color: #9df7ae;
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9aa9bb;
  font-size: 0.92rem;
  font-weight: 400;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom a:not(.brand-mark) {
  margin-top: 0;
  color: #b7c6d8;
}

@media (max-width: 1199.98px) {
  .hero-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
    gap: clamp(1.8rem, 3.5vw, 3.5rem);
  }

  .hero-title {
    font-size: clamp(2.1rem, 3.6vw, 3.55rem);
  }

  .index2-story-link {
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 991.98px) {
  :root {
    --header-offset: 112px;
  }

  .navbar-collapse {
    padding-top: 1rem;
  }

  .navbar .dropdown-menu {
    min-width: 0;
    margin-top: 0.35rem;
    border-radius: 10px;
    box-shadow: none;
  }

  .navbar .btn-brand {
    width: 100%;
    margin-top: 0.5rem;
  }

  .hero-section {
    min-height: auto;
    padding: 3rem 0 4rem;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hosting-hero-grid,
  .hosting-process-card {
    grid-template-columns: 1fr;
  }

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

  .hosting-hero-card {
    max-width: 720px;
    margin-inline: auto;
  }

  .hero-panel {
    max-width: 720px;
    margin-inline: auto;
  }

  .stat-item {
    border-bottom: 1px solid var(--line);
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

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

  .why-card-tall {
    grid-row: auto;
    grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 1fr);
    grid-template-rows: none;
  }

  .index2-hero-section {
    padding-top: 0.75rem;
  }

  .index2-hero-card {
    min-height: auto;
  }

  .index2-hero-content {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
  }

  .index2-story-link {
    right: auto;
    bottom: auto;
    transform: none;
    white-space: nowrap;
  }

}

@media (max-width: 767.98px) {
  .pricing-heading {
    margin-bottom: 1.7rem;
  }

  .index3-page .index3-hero-section {
    height: clamp(600px, calc(100svh - var(--header-offset)), 680px);
    min-height: 600px;
    padding: 0;
  }

  .index3-page #index3HeroCarousel,
  .index3-page .carousel-inner,
  .index3-page .carousel-item {
    height: 100%;
    min-height: 100%;
  }

  .index3-page .index3-hero-slide {
    min-height: 100%;
    padding: 2.4rem 0 5rem;
  }

  .index3-page .index3-hero-slide::before {
    background: linear-gradient(180deg, rgba(6, 18, 40, 0.9) 0%, rgba(6, 18, 40, 0.76) 58%, rgba(6, 18, 40, 0.42) 100%);
  }

  .index3-page .index3-hero-sms {
    background-position: center;
  }

  .index3-page .hero-copy-block {
    max-width: 100%;
  }

  .index3-page .hero-shell {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .index3-page .hero-copy-block {
    padding-left: 0;
  }

  .index3-page .hero-title {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .index3-page .hero-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .index3-page .hero-action-row .btn {
    width: 100%;
  }

  .index3-page .index3-service-rail {
    display: none;
  }

  .index3-page .index3-hero-indicators {
    right: auto;
    bottom: 1.35rem;
    left: 1rem;
    transform: none;
  }

  .index3-page .index3-hero-control {
    bottom: 1rem;
  }

  .index3-page .carousel-control-prev.index3-hero-control {
    right: 4.25rem;
  }

  .index3-page .carousel-control-next.index3-hero-control {
    right: 1rem;
  }

  .pricing-table-card {
    border-radius: 8px;
  }

  .pricing-card-intro {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
  }

  .pricing-card-stats {
    justify-content: flex-start;
    width: 100%;
  }

  .pricing-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.85rem;
  }

  .pricing-filter-note {
    width: 100%;
    border-radius: 8px;
    text-align: center;
  }

  .payment-slider-section {
    padding-bottom: 2.5rem;
  }

  .payment-slider-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .payment-logo-item {
    width: 128px;
    height: 66px;
  }

  .payment-logo-item img {
    max-height: 38px;
  }

  .stats-card {
    border-radius: 12px;
  }

  .stat-item {
    min-height: 128px;
    padding: 1.35rem;
  }

  .feature-card {
    padding: 1.35rem;
  }

  .why-section {
    padding: 3.5rem 0;
  }

  .why-heading {
    margin-bottom: 1.6rem;
  }

  .why-card-tall,
  .why-card-wide {
    grid-template-columns: 1fr;
  }

  .why-card-media img {
    min-height: 260px;
  }

  .footer-section {
    padding-top: 3.5rem;
  }

  .footer-cta {
    align-items: stretch;
    flex-direction: column;
    transform: none;
  }

  .footer-cta .btn {
    align-self: stretch;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .footer-main {
    margin-top: 3rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3rem;
  }

  .index2-hero-card {
    border-radius: 16px;
  }

  .index2-hero-image {
    object-position: 62% center;
    opacity: 0.34;
  }

  .index2-hero-content {
    padding: 3.2rem 1rem 1.4rem;
  }

  .index2-domain-search {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem;
    border-width: 4px;
    border-radius: 14px;
  }

  .index2-domain-search input {
    min-height: 50px;
    font-size: 1rem;
  }

  .index2-search-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 50px;
  }

  .index2-tld-pills {
    gap: 0.42rem;
  }

  .index2-tld-pills a {
    min-height: 36px;
    border-radius: 10px;
    padding: 0 0.72rem;
    font-size: 0.9rem;
  }

  .index2-story-link {
    position: static;
    width: fit-content;
    max-width: calc(100% - 2rem);
    margin: 1.35rem auto 0.95rem;
    transform: none;
  }

}

@media (max-width: 575.98px) {
  :root {
    --header-offset: 122px;
  }

  .offer-bar-inner {
    min-height: 42px;
    justify-content: space-between;
  }

  .offer-message {
    justify-content: flex-start;
    white-space: normal;
    text-align: left;
    gap: 0.55rem;
  }

  .offer-message strong {
    max-width: 210px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .offer-message a,
  .quick-links a:not([aria-label]) {
    display: none;
  }

  .quick-links {
    justify-content: center;
    gap: 0.65rem;
  }

  .brand-mark {
    max-width: 160px;
  }

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

  .hero-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .hero-panel {
    padding: 0.8rem;
  }

  .hero-panel-grid {
    gap: 0.55rem;
  }

  .hero-price-tile {
    padding: 0.7rem 0.55rem;
  }

  .hero-price-tile strong {
    font-size: 1rem;
  }

  .hero-price-tile small {
    font-size: 0.68rem;
  }

  .hero-image-strip {
    aspect-ratio: 1.08;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .hero-metrics div {
    padding: 0.7rem 0.55rem;
  }

  .hero-metrics strong {
    font-size: 1.15rem;
  }

  .hero-metrics span {
    font-size: 0.66rem;
  }

  .pricing-section,
  .feature-section,
  .faq-section,
  .hosting-plans-section,
  .hosting-process-section {
    padding: 3rem 0;
  }

  .pricing-table-card,
  .faq-card {
    padding: 0;
  }

  .pricing-table-shell {
    overflow: visible;
  }

  /* On phones, each table row becomes a small card so prices stay readable without sideways scrolling. */
  .pricing-table {
    display: block;
    padding: 0.75rem;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tbody {
    display: grid;
    gap: 0.75rem;
  }

  .pricing-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid #e5edf6;
    border-radius: 8px;
    padding: 0.85rem;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(13, 23, 41, 0.06);
  }

  .pricing-table tbody tr:hover {
    box-shadow: 0 12px 30px rgba(13, 23, 41, 0.08);
  }

  .pricing-table thead th,
  .pricing-table tbody th,
  .pricing-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 0;
    padding: 0.58rem 0;
    font-size: 0.84rem;
  }

  .pricing-table tbody th {
    padding-top: 0;
    border-bottom: 1px solid #edf2f8;
    white-space: normal;
  }

  .pricing-table tbody td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .tld-name {
    min-width: 0;
    font-size: 1.05rem;
  }

  .price-pill,
  .transfer-pill,
  .coming-pill {
    min-height: 32px;
    min-width: 104px;
    padding: 0.36rem 0.55rem;
    font-size: 0.78rem;
  }

  .pricing-summary {
    align-items: flex-start;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: left;
  }

  .stat-item {
    min-height: 132px;
    padding: 1.4rem;
  }

  .why-card-media img {
    min-height: 230px;
  }

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

  .hosting-hero-section {
    padding: 3rem 0;
  }

  .index2-hero-section {
    padding-top: 0.5rem;
  }

  .index2-hero-card {
    width: calc(100% + 0.5rem);
    margin-left: -0.25rem;
    border-radius: 14px;
  }

  .index2-hero-content h1 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }

  .index2-hero-content p:not(.index2-hero-kicker) {
    font-size: 0.95rem;
  }

  .index2-hero-kicker {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .index2-quick-stats {
    padding-bottom: 2.25rem;
  }

  .hosting-hero-card img {
    aspect-ratio: 1.08;
  }

  .hosting-package-grid {
    grid-template-columns: 1fr;
  }

  .hosting-performance-toggle {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 0.35rem;
  }

  .hosting-performance-toggle button {
    border-radius: 14px;
  }

  .hosting-price-summary {
    align-items: flex-start;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: left;
  }

  .footer-section {
    padding-top: 3.5rem;
  }

  .footer-cta {
    padding: 1.2rem;
  }

  .footer-lead {
    padding: 1.2rem;
  }
}

@media (max-width: 420px) {
  .offer-label {
    padding-inline: 0.45rem;
    font-size: 0.62rem;
  }

  .offer-message strong {
    max-width: 170px;
  }

  .hero-eyebrow {
    max-width: 100%;
    align-items: flex-start;
    border-radius: 20px;
    line-height: 1.35;
  }

  .hero-title {
    font-size: clamp(1.95rem, 9.6vw, 2.45rem);
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .hero-image-caption {
    padding: 0.85rem 0.9rem;
  }

  .hero-image-caption strong {
    font-size: 0.92rem;
  }

  .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .hero-price-tile {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.65rem;
    align-items: center;
  }

  .hero-price-tile small {
    grid-column: 2;
    margin-top: 0.2rem;
  }

  .hero-metrics {
    gap: 0.4rem;
  }

  .hero-metrics div {
    padding: 0.62rem 0.42rem;
  }

  .hero-metrics span {
    font-size: 0.6rem;
    line-height: 1.25;
  }

  .pricing-table tbody th {
    white-space: normal;
  }

  .pricing-search .form-control {
    min-height: 46px;
    font-size: 0.9rem;
  }

}

@media (max-width: 340px) {
  .offer-message strong {
    display: none;
  }

  .hero-metrics strong {
    font-size: 1rem;
  }

  .hero-title {
    font-size: clamp(1.8rem, 9vw, 2.2rem);
  }

  .hero-image-caption {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
  }

  .pricing-table thead th,
  .pricing-table tbody th,
  .pricing-table tbody td {
    padding-inline: 0;
    font-size: 0.76rem;
  }

  .price-pill,
  .transfer-pill,
  .coming-pill {
    min-width: 92px;
    padding-inline: 0.3rem;
    font-size: 0.72rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .payment-logo-track {
    animation: none;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes paymentLogoSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.425rem));
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(13, 23, 41, 0.06);
  }

  50% {
    box-shadow: 0 16px 34px rgba(0, 70, 184, 0.13);
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
