@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-400-800.woff2?v=1") format("woff2");
}

:root {

  --brand-50:  #f5f1ff;
  --brand-100: #ece4ff;
  --brand-200: #d9c8ff;
  --brand-300: #bda1ff;
  --brand-400: #9d6bff;
  --brand-500: #7a34ff;
  --brand-600: #6d28d9;
  --brand-700: #5b21b6;
  --brand-800: #4c1d95;
  --brand-900: #2e1065;
  --brand-chrome: #4c1d95;

  --accent: #7a34ff;
  --accent-soft: #f3edff;
  --accent-ring: rgba(122, 52, 255, 0.28);

  --bg: #fdfcff;
  --bg-subtle: #f8f5fc;
  --bg-muted: #f0eaf7;
  --bg-card: #ffffff;
  --bg-inset: #f5f1f9;
  --bg-code: #f3edff;

  --surface-border: #e5e5eb;
  --surface-border-strong: #d7d7df;
  --hairline: #eeeef2;

  --ink: #14122a;
  --ink-2: #26243f;
  --ink-3: #4a4767;
  --ink-4: #6c6885;
  --ink-5: #9b97b3;

  --shadow-xs: 0 1px 2px rgba(20, 18, 42, 0.04);
  --shadow-sm: 0 6px 16px rgba(20, 18, 42, 0.055);
  --shadow-md: 0 16px 34px rgba(20, 18, 42, 0.09);
  --shadow-lg: 0 28px 56px rgba(20, 18, 42, 0.12);
  --shadow-glow: 0 24px 60px -24px rgba(109, 40, 217, 0.35);
  --shadow-brand: 0 16px 36px -12px rgba(122, 52, 255, 0.42);

  --radius-xs: 8px;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 14px;
  --radius-2xl: 18px;
  --radius-pill: 999px;

  --gradient-brand: linear-gradient(135deg, #7a34ff 0%, #6d28d9 55%, #5b21b6 100%);
  --gradient-brand-bright: linear-gradient(135deg, #9d6bff 0%, #7a34ff 50%, #6d28d9 100%);
  --gradient-soft: linear-gradient(180deg, #faf8ff 0%, #f2edfa 100%);
  --gradient-hero: linear-gradient(165deg, #f8f5ff 0%, #f1ecfb 55%, #ede7f9 100%);

  --container: 1160px;
  --container-narrow: 860px;

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --transition: 200ms cubic-bezier(0.2, 0.7, 0.3, 1);
  --transition-slow: 420ms cubic-bezier(0.2, 0.7, 0.3, 1);

  --gradient-hero-mesh:
    radial-gradient(at 0% 0%, rgba(122, 52, 255, 0.22) 0px, transparent 48%),
    radial-gradient(at 100% 0%, rgba(102, 43, 224, 0.14) 0px, transparent 48%),
    radial-gradient(at 100% 100%, rgba(157, 107, 255, 0.16) 0px, transparent 48%),
    radial-gradient(at 0% 100%, rgba(102, 43, 224, 0.10) 0px, transparent 48%);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
:where([id], section[id]) { scroll-margin-top: 96px; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: #f6f2fa;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01";
  overflow-x: clip;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-600); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-700); }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; letter-spacing: -0.022em; color: var(--ink); font-weight: 700; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.6rem); font-weight: 800; letter-spacing: -0.038em; }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.5rem); letter-spacing: -0.03em; }
h3 { font-size: 1.18rem; font-weight: 600; }
p  { margin: 0 0 1rem; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

:focus-visible { outline: 3px solid var(--accent-ring); outline-offset: 2px; border-radius: 6px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container.narrow { max-width: var(--container-narrow); }

.section { padding: 88px 0; position: relative; background: transparent; }
.section.tight { padding: 52px 0; }
.section.tight-bottom { padding-bottom: 40px; }
.section.tight-top { padding-top: 40px; }
.section-flush-top { padding-top: 52px; }
.section-flush-top::before { opacity: 1; }
.page-hero + .section.tight,
.page-hero-glow + .section.tight, .page-hero + .section.tight { background: var(--brand-chrome); padding-top: 0; padding-bottom: 54px; }
.page-hero + .section.tight::before,
.page-hero-glow + .section.tight::before, .page-hero + .section.tight::before { content: none; }
.page-hero + .section.tight .hero-stat,
.page-hero-glow + .section.tight .hero-stat, .page-hero + .section.tight .hero-stat {
  min-height: 94px; padding: 17px 14px; border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
  border-color: rgba(255,255,255,.19);
  box-shadow: 0 14px 30px -24px rgba(12,4,38,.72), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.page-hero + .section.tight .hero-stat .v,
.page-hero-glow + .section.tight .hero-stat .v { color: #fff; font-size: 1.12rem; letter-spacing: 0; }
.page-hero + .section.tight .hero-stat .l,
.page-hero-glow + .section.tight .hero-stat .l { color: rgba(255,255,255,.68); margin-top: 6px; font-size: .76rem; }
.page-hero + .section.tight + .section.section-flush-top,
.page-hero-glow + .section.tight + .section.section-flush-top { background: transparent; }
.page-hero ~ .section:has(.plan-card-grid, .server-card-grid, .product-grid, .bento, .location-grid, .addon-showcase, .compare-table-shell, .steps) { background: transparent; }
.page-hero ~ .section:nth-of-type(even):has(.plan-card-grid, .server-card-grid, .product-grid, .bento, .location-grid, .addon-showcase, .compare-table-shell, .steps) { background: transparent; }
.section.alt, .section.tinted { background: transparent; }
.section > .container { position: relative; z-index: 1; }
.section::before { content: none; }
.section.alt::before { content: none; }

.section::after { content: none; }

.section-head { max-width: 760px; margin: 0 0 42px; text-align: left; position: relative; z-index: 1; }
.section-head .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.74rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase;
  color: #ffffff; background: var(--brand-700); border: 0;
  padding: 7px 12px; border-radius: 6px; margin-bottom: 16px; box-shadow: none;
}
.section-head .eyebrow::before {
  content: ''; width: 14px; height: 2px; border-radius: 2px;
  background: #d8c7ff; animation: none; box-shadow: none;
}
.section-head h2 { max-width: 20ch; margin: 0 0 16px; line-height: 1.08; letter-spacing: -0.038em; }
.section-head p { color: var(--ink-2); font-size: 1.05rem; margin: 0; max-width: 700px; line-height: 1.65; }
.section-head.left { text-align: left; margin-left: 0; }
.section-head.left p { margin-left: 0; }
.section-head.offset-top { margin-top: 32px; }
.section-head.compact { margin-bottom: 28px; }
.section-head-wide { max-width: 1000px; }
.section-head-wide h2 { max-width: none; }

.eyebrow-soft {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #ffffff; background: var(--brand-700);
  border: 0; padding: 7px 12px;
  border-radius: 6px; margin-bottom: 20px;
}
.grad {
  background: var(--gradient-brand-bright) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent !important; color: transparent !important;
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--brand-chrome);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 0;
  box-shadow: 0 8px 28px rgba(31, 10, 70, 0.2);
  transition: box-shadow var(--transition), border-color var(--transition);
}
.header-inner { display: flex; align-items: center; gap: 32px; height: 76px; }

.brand { display: flex; align-items: center; flex: 0 0 auto; transition: transform var(--transition); }
.brand img { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); }
.brand:hover { opacity: 0.9; transform: translateY(-1px); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link {
  position: relative; display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px; border-radius: var(--radius-sm);
  font-size: 0.93rem; font-weight: 500; color: rgba(255,255,255,.82);
  transition: background var(--transition), color var(--transition), transform var(--transition);
  background: transparent;
}
.nav-link:hover { transform: translateY(-1px); background: rgba(255,255,255,.1); color: #ffffff; }
.nav-link.active { color: #ffffff; }
.nav-link.active::after {
  content: ""; position: absolute; left: 50%; bottom: -24px; width: 28px; height: 2px;
  background: #b8edff; border-radius: 2px; transform: translateX(-50%);
}
.nav-link .caret { font-size: 0.62rem; opacity: 0.55; transition: transform var(--transition); }
.nav-item.open .caret { transform: rotate(180deg); }
.nav-link .nav-ic { font-size: 0.78rem; opacity: 0.6; }

.mega {
  display: none;
  position: absolute; top: calc(100% + 16px); left: -10px;
  min-width: 320px; padding: 10px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 50;
}
.mega::before {
  content: ""; position: absolute; top: -6px; left: 22px; width: 12px; height: 12px;
  background: var(--bg-card); border-top: 1px solid var(--surface-border);
  border-left: 1px solid var(--surface-border); transform: rotate(45deg);
}
.nav-item.open .mega { display: block; opacity: 1; visibility: visible; transform: translateY(0); }
.mega.mega-wide { width: min(900px, calc(100vw - 56px)); min-width: 320px; padding: 22px 24px; }
.mega-grid { display: grid; gap: 22px; }
.mega-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mega-section { min-width: 0; }
.mega-section-title {
  margin: 0 0 12px; padding-bottom: 10px;
  border-bottom: 1px solid var(--hairline);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--brand-700);
}
.mega-link {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 13px; border-radius: var(--radius-sm);
  color: var(--ink-2); transition: background var(--transition), transform var(--transition), color var(--transition);
}
.mega-link:hover { transform: translateX(3px); background: var(--bg-muted); color: var(--brand-700); }
.mega-link .ic {
  width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #ffffff 100%);
  color: var(--brand-600); border-radius: 11px; font-size: 0.92rem;
  box-shadow: 0 1px 2px rgba(122, 52, 255, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}
.mega-link:hover .ic { transform: scale(1.06); box-shadow: 0 4px 10px rgba(122, 52, 255, 0.16); }
.mega-link strong { display: block; font-size: 0.92rem; font-weight: 600; color: var(--ink); }
.mega-link:hover strong { color: var(--brand-700); }
.mega-link small { display: block; color: var(--ink-4); font-size: 0.78rem; margin-top: 1px; }

.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.site-header .header-actions .btn-outline { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.site-header .header-actions .btn-outline:hover { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.12); }
.site-header .header-actions .btn-primary { color: var(--brand-900); border-color: #fff; background: #fff; box-shadow: none; }
.site-header .header-actions .btn-primary:hover { color: var(--brand-900); background: #eee7ff; }
.mobile-toggle {
  display: none; width: 44px; height: 44px; border-radius: 11px;
  border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08);
  align-items: center; justify-content: center;
  transition: border-color var(--transition), background var(--transition);
}
.mobile-toggle:hover { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.14); }
.mobile-toggle i { font-size: 1.05rem; color: #fff; }
.mobile-nav-subttl {
  margin: 14px 0 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--brand-600);
}
.mobile-nav-subttl:first-of-type { margin-top: 2px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: var(--radius-sm);
  font-size: 0.94rem; font-weight: 600; line-height: 1;
  border: 1px solid transparent; cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition),
              background var(--transition), border-color var(--transition), color var(--transition);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--gradient-brand); color: #fff;
  box-shadow: var(--shadow-brand);
}
.btn-primary:hover {
  background: var(--gradient-brand-bright); color: #fff;
  box-shadow: 0 20px 44px -12px rgba(122, 52, 255, 0.52);
  transform: translateY(-2px);
}
.btn-outline {
  background: var(--bg); color: var(--ink); border-color: var(--surface-border-strong);
}
.btn-outline:hover {
  border-color: var(--brand-400); color: var(--brand-700);
  background: var(--accent-soft); transform: translateY(-2px);
  box-shadow: 0 8px 18px -8px rgba(122, 52, 255, 0.24);
}
.btn-ghost { background: transparent; color: var(--ink-2); }
.btn-ghost:hover { background: var(--bg-muted); color: var(--brand-700); }
.btn-sm { padding: 9px 15px; font-size: 0.85rem; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; box-sizing: border-box; }

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: var(--radius-pill);
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-subtle) 100%);
  color: var(--ink-3); border: 1px solid var(--surface-border-strong);
  box-shadow: 0 1px 2px rgba(122, 52, 255, 0.06);
}
.pill.ghost { background: var(--bg); border-color: var(--surface-border-strong); color: var(--ink-3); }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.14); }

.tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  border: 1px solid var(--surface-border-strong); background: var(--bg); color: var(--ink-3);
}
.tag.popular { background: #fff7ed; border-color: #fdba74; color: #9a3412; }
.tag.new { background: #ecfdf5; border-color: #86efac; color: #166534; }
.tag.featured { background: var(--brand-100); border-color: transparent; color: var(--brand-800); }

.hero { position: relative; padding: 92px 0 96px; background: var(--bg); overflow: hidden; }
.hero .container { position: relative; z-index: 2; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, #fbfaff 0%, #ffffff 58%, #f8f8fa 100%); pointer-events: none; }
.hero::after { content: none; }
.hero-grid {
  position: relative; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.96fr);
  gap: 48px; align-items: center;
}
.hero-copy { max-width: 560px; }
.hero h1 { margin-bottom: 20px; max-width: 11ch; line-height: 1.0; letter-spacing: -0.048em; }
.hero h1 .grad {
  background: var(--gradient-brand-bright);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 12px 22px rgba(122, 52, 255, 0.20));
}
.hero-lead { font-size: 1.06rem; color: var(--ink-2); margin-bottom: 28px; max-width: 32rem; line-height: 1.62; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.hero-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  justify-content: center; align-items: stretch; gap: 16px;
  max-width: 920px; padding: 0; background: transparent; border: 0; box-shadow: none;
}
.hero-stat {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 126px; text-align: center; padding: 24px 18px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm), 0 2px 0 rgba(122, 52, 255, 0.06) inset, 0 0 0 1px rgba(122, 52, 255, 0.05);
}
.hero-stat .v { display: block; font-size: 1.42rem; font-weight: 800; color: var(--ink); letter-spacing: -0.022em; line-height: 1.05; }
.hero-stat .l { display: block; font-size: 0.88rem; color: var(--ink-4); margin-top: 8px; line-height: 1.3; }

.home-hero-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 600px; gap: 14px;
}
.home-hero-stats .hero-stat {
  display: grid; grid-template-rows: minmax(38px, auto) minmax(40px, auto);
  align-content: center; justify-items: center;
  min-height: 92px; padding: 8px 14px; border: 0; border-left: 1px solid #dedde5;
  border-radius: 0; background: transparent; backdrop-filter: none; box-shadow: none;
}
.home-hero-stats .hero-stat:first-child { border-left: 0; }
.home-hero-stats .hero-stat .v {
  display: flex; align-items: center; justify-content: center; width: 100%;
  font-size: 1.34rem; line-height: 1; color: var(--brand-700);
}
.home-hero-stats .hero-stat .l {
  display: flex; align-items: flex-start; justify-content: center;
  width: 100%; max-width: 11ch; margin-top: 8px;
  font-size: 0.92rem; line-height: 1.25; text-align: center;
}

.hero-home .hero-grid { grid-template-columns: minmax(0, 580px) minmax(440px, 1fr); justify-content: space-between; gap: 60px; }
.hero-home .hero-copy { max-width: 580px; }
.hero-home .pill { margin-bottom: 20px; }
.hero-home-title {
  max-width: 14ch; margin-top: 0; margin-bottom: 24px;
  font-size: clamp(3rem, 5.8vw, 4.5rem);
  line-height: 1.0; letter-spacing: -0.048em; text-wrap: balance;
}
.hero-home-title .grad {
  display: inline; margin-top: 0;
  background: var(--gradient-brand-bright);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-home .hero-lead { max-width: 34rem; font-size: 1.14rem; line-height: 1.6; margin-bottom: 34px; color: var(--ink-2); }
.hero-home .hero-cta { margin-bottom: 36px; }
.hero-home .hero-visual { max-width: 620px; }
.hero-home .hero-card { padding: 7px; border: 1px solid rgba(122, 52, 255, 0.18); border-radius: var(--radius-lg); background: var(--brand-700); box-shadow: 0 24px 50px -18px rgba(91, 33, 182, 0.48); }
.hero-home .hero-card img { width: 100%; height: auto; object-fit: contain; border-radius: 7px; }

.hero-visual { position: relative; width: 100%; max-width: 540px; margin-left: auto; }
.hero-card {
  background: var(--bg-card); border: 1px solid var(--surface-border);
  border-radius: var(--radius-2xl); box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card img { width: 100%; display: block; }
.hero-card.floating {
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  animation: heroFloat 7s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: perspective(1200px) rotateY(-4deg) rotateX(2deg) translateY(0); }
  50% { transform: perspective(1200px) rotateY(-4deg) rotateX(2deg) translateY(-12px); }
}
.hero-glyph { display: none; }
.hero-glyph.g1 { width: 280px; height: 280px; top: -90px; right: -70px; background: rgba(122, 52, 255, 0.26); animation: blobMove 16s ease-in-out infinite; }
.hero-glyph.g2 { width: 220px; height: 220px; bottom: -60px; left: -80px; background: rgba(102, 43, 224, 0.18); animation: blobMove 20s ease-in-out infinite reverse; }
@keyframes blobMove { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(22px, -22px) scale(1.1); } }

.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 280px)); justify-content: start; align-items: stretch; gap: 20px; }
.product-grid .card { min-width: 0; }
.product-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: center; max-width: 1000px; align-items: start; }
.product-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; max-width: 860px; }
.plan-layout { display: grid; gap: 22px; }
.plan-layout .plan-card-full { grid-column: 1 / -1; }
.plan-subcards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1120px; gap: 24px; }
.home-product-grid.home-product-grid-five { grid-template-columns: repeat(6, minmax(0, 1fr)); max-width: 1160px; gap: 20px; }
.home-product-grid.home-product-grid-five .card { grid-column: span 2; padding: 26px; border-radius: var(--radius-lg); }
.home-product-grid.home-product-grid-five .card:nth-child(4) { grid-column: 2 / span 2; }
.home-product-grid.home-product-grid-five .card:nth-child(5) { grid-column: 4 / span 2; }
.home-product-grid.home-product-grid-five .card-icon { width: 44px; height: 44px; margin-bottom: 18px; border-radius: 12px; }
.home-product-grid.home-product-grid-five .card h3 { font-size: 1.08rem; line-height: 1.18; }
.home-product-grid.home-product-grid-five .card .desc { min-height: 3.9em; margin-bottom: 12px; }
.home-product-grid.home-product-grid-five .card .price { margin-bottom: 16px; }
.home-product-grid.home-product-grid-five .card .price strong { font-size: 1.42rem; }
.home-product-grid.home-product-grid-five .feat-list { gap: 8px; margin-bottom: 18px; }
.home-product-grid.home-product-grid-five .feat-list li { font-size: 0.86rem; }
.home-product-grid.home-product-grid-five .card .btn { margin-top: auto; }
.home-product-grid.home-product-grid-six { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1160px; gap: 20px; }
.home-product-grid.home-product-grid-six .card { padding: 26px; border-radius: var(--radius-lg); }
.home-product-grid.home-product-grid-six .card-icon { width: 44px; height: 44px; margin-bottom: 18px; border-radius: 12px; }
.home-product-grid.home-product-grid-six .card h3 { font-size: 1.08rem; line-height: 1.18; }
.home-product-grid.home-product-grid-six .card .desc { min-height: 3.9em; margin-bottom: 12px; }
.home-product-grid.home-product-grid-six .card .price { margin-bottom: 16px; }
.home-product-grid.home-product-grid-six .card .price strong { font-size: 1.42rem; }
.home-product-grid.home-product-grid-six .feat-list { gap: 8px; margin-bottom: 18px; }
.home-product-grid.home-product-grid-six .feat-list li { font-size: .86rem; }
.home-product-grid.home-product-grid-six .card .btn { margin-top: auto; }
.home-product-grid.home-product-grid-two { grid-template-columns: repeat(2, minmax(320px, 420px)); max-width: 880px; }
.bgp-automation-band { padding: 34px 0 10px; background: transparent; }
.bgp-automation-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 34px;
  align-items: center;
  padding: 30px 32px;
  border: 1px solid rgba(122, 52, 255, .16);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(240,232,251,.92));
  box-shadow: 0 20px 48px -38px rgba(49, 18, 103, .55);
}
.bgp-automation-copy .eyebrow { margin: 0 0 10px; }
.bgp-automation-copy h2 { max-width: 720px; margin: 0 0 12px; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; }
.bgp-automation-copy > p { max-width: 720px; margin: 0; color: var(--ink-3); line-height: 1.65; }
.bgp-automation-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 20px; }
.bgp-automation-link { color: var(--brand-700); font-size: .86rem; font-weight: 800; }
.bgp-automation-link i { margin-left: 5px; font-size: .75rem; transition: transform var(--transition); }
.bgp-automation-link:hover i { transform: translateX(3px); }
.bgp-automation-steps { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bgp-automation-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid rgba(122,52,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.76); }
.bgp-automation-steps li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--brand-700); font-size: .78rem; font-weight: 900; }
.bgp-automation-steps li div { display: grid; gap: 2px; min-width: 0; }
.bgp-automation-steps strong { color: var(--ink); font-size: .88rem; }
.bgp-automation-steps small { color: var(--ink-4); font-size: .75rem; line-height: 1.4; }
.home-automation-section { padding-top: 30px; }
.home-automation-shell {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(520px, 1.18fr);
  gap: 48px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius-xl);
  color: #fff;
  background: var(--brand-900);
  box-shadow: var(--shadow-brand);
}
.home-automation-intro h2 { max-width: 12ch; margin: 10px 0 14px; color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.02; }
.home-automation-intro p { max-width: 520px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; }
.home-automation-intro .eyebrow { color: #d8c7ff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.15); }
.home-automation-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.home-automation-link { color: #fff; font-size: .88rem; font-weight: 700; }
.home-automation-link:hover { color: #c5f1ff; }
.home-automation-flow { display: grid; gap: 8px; }
.home-automation-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  color: #fff;
  background: rgba(255,255,255,.07);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}
.home-automation-item::after { content: "\f061"; color: rgba(255,255,255,.48); font-family: "Font Awesome 6 Free"; font-size: .78rem; font-weight: 900; }
.home-automation-item:hover { transform: translateX(4px); color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.home-automation-item .ic { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: var(--brand-900); background: #c5f1ff; }
.home-automation-item span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.home-automation-item strong { font-size: .9rem; }
.home-automation-item small { color: rgba(255,255,255,.64); font-size: .72rem; line-height: 1.35; }

#products { margin-top: -1px; padding-top: 138px; background: linear-gradient(180deg, var(--brand-chrome) 0, #e8dff4 132px, #f6f2fa 250px); border: 0; }
#products::before { background: none; }

@media (max-width: 1180px) {
  .home-product-grid.home-product-grid-five { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 820px; }
  .home-product-grid.home-product-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
  .home-product-grid.home-product-grid-five .card:nth-child(4),
  .home-product-grid.home-product-grid-five .card:nth-child(5) { grid-column: span 2; }
}

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg-card); border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl); padding: 28px;
  min-width: 0; box-sizing: border-box;
  overflow-wrap: break-word; word-wrap: break-word;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
  box-shadow: var(--shadow-xs);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d9d9e1; }
.card:is(a) { color: inherit; text-decoration: none; }
.card.featured { border-color: var(--surface-border); background: linear-gradient(150deg, #ffffff 0%, #f0e6ff 100%); box-shadow: var(--shadow-sm); }
.card .tag { position: absolute; top: 20px; right: 20px; }
.card-icon {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gradient-brand); color: #ffffff; font-size: 1.12rem; margin-bottom: 20px;
  border: 1px solid transparent; box-shadow: none;
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover .card-icon { transform: translateY(-2px); box-shadow: 0 5px 14px rgba(20, 18, 42, 0.08); }
.card.runtime-card { text-align: center; align-items: center; }
.card.runtime-card .card-icon { width: auto; height: auto; background: none; border: 0; box-shadow: none; font-size: 3.5rem; margin-bottom: 14px; color: var(--ink); }
.card.runtime-card .card-icon i { color: inherit; }
.card.runtime-card .card-icon .fa-node-js { color: #339933; }
.card.runtime-card .card-icon .fa-python { color: #3776AB; }
.card.runtime-card .card-icon .fa-java { color: #E76F00; }
.card.runtime-card h3 { margin-bottom: 8px; }
.card.runtime-card .desc { text-align: center; min-height: 0; }
.card.runtime-card .feat-list { text-align: left; width: 100%; }
.card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.card h3 i { margin-right: 8px; color: var(--brand-600); }
.card .desc { color: var(--ink-3); font-size: 0.94rem; margin-bottom: 14px; min-height: 4.2em; line-height: 1.45; display: flex; align-items: flex-start; }
.card .price { font-size: 0.88rem; color: var(--ink-4); margin-bottom: 20px; }
.card .price strong { font-size: 1.55rem; color: var(--brand-700); font-weight: 800; letter-spacing: -0.022em; }
.card .price .per { color: var(--ink-4); font-size: 0.85rem; }
.card .btn { margin-top: 0; }
.card .btn.btn-block { margin-top: 4px; }
.card > * { position: relative; z-index: 1; }

.feat-list { display: grid; gap: 10px; margin: 0 0 22px; }
.feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--ink-3); }
.feat-list li i { color: #16a34a; margin-top: 3px; font-size: 0.82rem; }

.plan-specs { display: grid; gap: 8px; margin: 0 0 20px; padding: 16px; background: var(--bg-inset); border: 1px solid var(--hairline); border-radius: var(--radius-md); }
.plan-specs .spec-item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.plan-specs .spec-ic { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: linear-gradient(135deg, var(--accent-soft) 0%, #ffffff 100%); color: var(--brand-600); font-size: 0.84rem; border: 1px solid var(--surface-border); box-shadow: 0 1px 2px rgba(122, 52, 255, 0.06); }
.plan-specs .spec-text { display: flex; align-items: baseline; gap: 8px; min-width: 0; line-height: 1.3; }
.plan-specs .spec-val { font-size: 0.92rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
.plan-specs .spec-label { font-size: 0.78rem; color: var(--ink-4); }
.plan-specs.specs-full { grid-template-columns: 1fr; }
.plan-badge { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px; padding: 5px 11px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; background: var(--brand-100); border: 1px solid transparent; color: var(--brand-800); }
.plan-badge i { font-size: 0.7rem; }
.plan-usecase { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 18px; padding: 12px 14px; border-radius: var(--radius-sm); background: var(--bg-subtle); border: 1px solid var(--hairline); font-size: 0.86rem; color: var(--ink-3); line-height: 1.45; min-height: 5.6em; }
.plan-usecase i { color: var(--brand-500); margin-top: 3px; font-size: 0.82rem; flex: 0 0 auto; }

.plan-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.plan-card {
  min-height: 100%;
}
.plan-card .plan-specs {
  grid-template-columns: 1fr;
}
.plan-card .price {
  margin-bottom: 16px;
}

/* Storage VPS */
.storage-launch-offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(122, 52, 255, .2);
  border-radius: var(--radius-lg);
  background: linear-gradient(110deg, #ffffff 0%, #f2eaff 58%, #e5f7ff 100%);
  box-shadow: var(--shadow-xs);
}
.storage-launch-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--gradient-brand);
  font-size: 1.1rem;
}
.storage-launch-offer h2 { margin: 5px 0 4px; font-size: 1.45rem; }
.storage-launch-offer p { margin: 0; color: var(--ink-3); }
.storage-launch-rate { min-width: 145px; text-align: right; }
.storage-launch-rate small,
.storage-launch-rate span { display: block; color: var(--ink-4); font-size: .72rem; font-weight: 700; }
.storage-launch-rate strong { display: block; color: var(--brand-700); font-size: 2rem; line-height: 1.05; }
.storage-vps-page .storage-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  width: min(100%, 640px);
  margin: 0 auto;
}
.storage-vps-page .storage-location-grid .location-card {
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 290px;
  overflow: hidden;
  padding: 0;
  gap: 0;
}
.storage-vps-page .storage-location-grid .location-mascot {
  align-self: stretch;
  width: 100%;
  height: 290px;
  margin: 0;
  padding: 18px 10px;
  object-fit: contain;
  background: #f4edff;
}
.storage-vps-page .storage-location-grid .location-card > div { min-width: 0; padding: 30px 34px; }
.storage-vps-page .storage-location-grid .location-card h3 { margin-bottom: 10px; font-size: 1.3rem; }
.storage-vps-page .storage-location-grid .location-card p { font-size: 1rem; line-height: 1.55; }
.storage-plan-card { display: flex; min-height: 100%; flex-direction: column; border-top: 3px solid transparent; }
.storage-plan-card.featured { border-color: rgba(122, 52, 255, .26); border-top-color: var(--brand-500); background: linear-gradient(180deg, #f3ecff 0%, #fff 38%); box-shadow: 0 18px 42px -32px rgba(76, 29, 149, .65); }
.storage-plan-card > .card-icon { display: grid; }
.storage-plan-card.featured h3 { padding-right: 78px; }
.storage-plan-card .desc { min-height: 2.9em; margin-bottom: 16px; }
.storage-plan-card .price { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: baseline; gap: 2px 5px; margin-bottom: 16px; }
.storage-price-label { grid-column: 1 / -1; color: var(--brand-700); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.storage-plan-card .storage-was { grid-column: 1 / -1; color: var(--ink-4); font-size: .72rem; }
.storage-plan-card .price strong { color: var(--brand-700); }
.storage-plan-card .plan-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 18px; padding: 0; background: transparent; }
.storage-plan-card .plan-specs .spec-item { min-width: 0; min-height: 58px; align-items: center; padding: 9px 10px; border: 1px solid var(--surface-border); border-radius: 8px; background: var(--bg-subtle); }
.storage-plan-card .plan-specs .spec-text { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 1px; }
.storage-plan-card .plan-specs .spec-val { white-space: normal; line-height: 1.2; }
.storage-plan-card .plan-specs .spec-label { font-size: .61rem; letter-spacing: .025em; text-transform: uppercase; }
.storage-plan-card .plan-specs .storage-hdd-spec { border-color: rgba(122, 52, 255, .2); background: #f4edff; }
.storage-plan-card .plan-specs .storage-hdd-spec .spec-val { color: var(--brand-800); }
.storage-plan-upgrade {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: -4px 0 18px;
  padding: 11px 12px;
  border: 1px solid rgba(122, 52, 255, .2);
  border-radius: 8px;
  background: linear-gradient(100deg, #f5efff 0%, #eef8ff 100%);
}
.storage-plan-upgrade-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--gradient-brand);
  font-size: .78rem;
}
.storage-plan-upgrade span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.storage-plan-upgrade strong { color: var(--ink); font-size: .8rem; line-height: 1.2; }
.storage-plan-upgrade small { color: var(--ink-4); font-size: .65rem; line-height: 1.25; }
.storage-plan-upgrade b { color: var(--brand-700); font-size: .82rem; white-space: nowrap; }
.storage-plan-card > .btn { margin-top: auto; }
.storage-vps-page .nav-link { white-space: nowrap; }

.storage-platform-section { padding-top: 72px; }
.storage-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  box-shadow: var(--shadow-xs);
}
.storage-platform-item {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 22px;
  border-right: 1px solid var(--surface-border);
}
.storage-platform-item:nth-child(3n) { border-right: 0; }
.storage-platform-item:nth-child(-n+3) { border-bottom: 1px solid var(--surface-border); }
.storage-platform-item .ic {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 8px;
  color: var(--brand-700);
  background: var(--accent-soft);
}
.storage-platform-item h3 { margin: 1px 0 6px; font-size: 1rem; }
.storage-platform-item p { margin: 0; color: var(--ink-3); font-size: .84rem; line-height: 1.5; }
.storage-network-upgrade {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(122, 52, 255, .22);
  border-radius: var(--radius-lg);
  background: linear-gradient(105deg, #fff 0%, #f2eaff 62%, #e6f7ff 100%);
  box-shadow: var(--shadow-xs);
}
.storage-network-upgrade-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--gradient-brand);
  font-size: 1.05rem;
}
.storage-network-upgrade h3 { margin: 5px 0 4px; font-size: 1.15rem; }
.storage-network-upgrade p { margin: 0; color: var(--ink-3); font-size: .9rem; }
.storage-network-upgrade-price { color: var(--brand-700); font-size: 1.8rem; white-space: nowrap; }
.storage-network-upgrade-price span { display: block; color: var(--ink-4); font-size: .68rem; text-align: right; }

@media (max-width: 700px) {
  .storage-launch-offer { grid-template-columns: auto minmax(0, 1fr); gap: 15px; padding: 18px; }
  .storage-launch-rate { grid-column: 1 / -1; padding-top: 14px; border-top: 1px solid rgba(122, 52, 255, .15); text-align: left; }
  .storage-vps-page .storage-location-grid .location-card { grid-template-columns: 1fr; }
  .storage-vps-page .storage-location-grid .location-mascot { height: 235px; padding: 12px; }
  .storage-vps-page .storage-location-grid .location-card > div { padding: 24px; }
  .storage-plan-card .plan-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .storage-network-upgrade { grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
  .storage-network-upgrade-price { grid-column: 2; font-size: 1.45rem; }
  .storage-network-upgrade-price span { display: inline; margin-left: 4px; }
}
@media (max-width: 1050px) {
  .storage-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .storage-platform-item { border-right: 1px solid var(--surface-border); border-bottom: 1px solid var(--surface-border); }
  .storage-platform-item:nth-child(2n) { border-right: 0; }
  .storage-platform-item:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 390px) {
  .storage-plan-card .plan-specs { grid-template-columns: 1fr; }
  .storage-plan-upgrade { grid-template-columns: auto minmax(0, 1fr); }
  .storage-plan-upgrade b { grid-column: 2; }
  .storage-platform-grid { grid-template-columns: 1fr; }
  .storage-platform-item { border-right: 0; border-bottom: 1px solid var(--surface-border); }
  .storage-platform-item:last-child { border-bottom: 0; }
}

.server-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.server-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl);
  background: linear-gradient(165deg, #ffffff 0%, var(--bg-subtle) 100%);
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.server-plan-card:hover {
  transform: translateY(-4px);
  border-color: #d9d9e1;
  box-shadow: var(--shadow-md);
}
.server-plan-card.featured { border-color: var(--surface-border); box-shadow: var(--shadow-sm); }
.server-plan-card .tag {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
}
.server-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  padding: 22px 24px;
  background: linear-gradient(135deg, var(--brand-100) 0%, #f8f4ff 100%);
  border-bottom: 1px solid var(--hairline);
}
.server-card-media img {
  max-width: 138px;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0.2);
}
.server-card-media span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  color: var(--brand-600);
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-xs);
  font-size: 1.24rem;
}
.server-card-head {
  padding: 24px 24px 0;
}
.server-card-head h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}
.server-card-head p {
  margin: 0 0 18px;
  color: var(--ink-3);
  font-size: 0.94rem;
  line-height: 1.5;
}
.server-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 24px 22px;
}
.server-spec-grid .spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--hairline);
}
.server-card-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding: 18px 24px 24px;
  border-top: 1px solid var(--hairline);
}
.server-card-foot .price {
  margin: 0;
}
.server-card-foot .btn {
  min-width: 116px;
}

/* Dedicated inventory uses a denser layout than general server cards. */
.dedicated-page .dedicated-offer-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #d8c7ff;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #f2ebff, #f7fbff);
}
.dedicated-page .dedicated-offer-note p { margin: 3px 0 0; color: var(--ink-3); font-size: .9rem; line-height: 1.45; }
.dedicated-page .dedicated-offer-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #fff;
  background: var(--gradient-brand);
}
.dedicated-page .dedicated-live-summary {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: -5px 0 20px;
  padding: 0 2px;
  color: var(--ink-3);
  font-size: .78rem;
}
.dedicated-page .dedicated-live-summary[hidden] { display: none; }
.dedicated-page .dedicated-live-summary span { display: inline-flex; align-items: center; gap: 6px; }
.dedicated-page .dedicated-live-summary span:first-child { color: #087a55; }
.dedicated-page .dedicated-live-summary span:first-child i { font-size: .7rem; }
.dedicated-page .dedicated-live-summary strong { color: var(--ink); }
.dedicated-page .dedicated-inventory-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 34px;
  padding: 6px;
  border: 1px solid #d8cbea;
  border-radius: var(--radius-lg);
  background: #e9dff5;
}
.dedicated-page .dedicated-inventory-nav a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  color: var(--ink-2);
}
.dedicated-page .dedicated-inventory-nav a:hover { color: var(--brand-700); background: rgba(255,255,255,.58); }
.dedicated-page .dedicated-inventory-nav a:first-child { background: #fff; box-shadow: var(--shadow-xs); }
.dedicated-page .dedicated-inventory-nav a > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
  background: var(--gradient-brand);
}
.dedicated-page .dedicated-inventory-nav strong { font-size: .9rem; }
.dedicated-page .dedicated-inventory-nav small { color: var(--ink-4); font-size: .72rem; }
.dedicated-page .dedicated-range-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 18px;
  scroll-margin-top: 110px;
}
.dedicated-page .dedicated-range-head h3 { margin: 5px 0 0; font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.dedicated-page .dedicated-range-head p { max-width: 510px; margin: 0; color: var(--ink-3); font-size: .86rem; line-height: 1.5; text-align: right; }
.dedicated-page .dedicated-custom-head { margin-top: 64px; }
.dedicated-page .dedicated-custom-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #d9ddea;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.72);
}
.dedicated-page .dedicated-custom-summary span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 9px;
  color: var(--ink-3);
  font-size: .74rem;
  font-weight: 700;
}
.dedicated-page .dedicated-custom-summary span + span { border-left: 1px solid #d9ddea; }
.dedicated-page .dedicated-custom-summary i { color: var(--brand-600); }
.dedicated-page .server-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dedicated-page .custom-server-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dedicated-page .custom-server-grid .custom-order-1 { order: 1; }
.dedicated-page .custom-server-grid .custom-order-2 { order: 2; }
.dedicated-page .custom-server-grid .custom-order-3 { order: 3; }
.dedicated-page .custom-server-grid .custom-order-4 { order: 4; }
.dedicated-page .custom-server-grid .custom-order-5 { order: 5; }
.dedicated-page .custom-server-grid .custom-order-6 { order: 6; }
.dedicated-page .custom-server-grid .custom-order-7 { order: 7; }
.dedicated-page .custom-server-grid .custom-order-8 { order: 8; }
.dedicated-page .custom-server-grid .custom-order-9 { order: 9; }
.dedicated-page .custom-server-grid .custom-order-10 { order: 10; }
.dedicated-page .custom-server-grid .custom-order-11 { order: 11; }
.dedicated-page .custom-server-grid .custom-order-12 { order: 12; }
.dedicated-page .server-plan-card { border-radius: var(--radius-lg); background: #fff; }
.dedicated-page .server-plan-card:hover { transform: translateY(-2px); }
.dedicated-page .unavailable-server-card { border-color: #d7d9e0; background: #f7f7f9; }
.dedicated-page .unavailable-server-card .server-card-media,
.dedicated-page .unavailable-server-card .spec-item { filter: grayscale(.75); opacity: .72; }
.dedicated-page .server-card-head .tag.unavailable {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: #525866;
  background: transparent;
  border: 0;
  padding: 0;
}
.dedicated-page .server-card-head .tag.stock {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: #087a55;
  background: transparent;
  border: 0;
  padding: 0;
}
.dedicated-page .server-card-head .tag.stock::before,
.dedicated-page .server-card-head .tag.unavailable::before,
.dedicated-page .server-card-head .tag.coming-soon::before,
.dedicated-page .dedicated-card-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.dedicated-page .coming-soon-server-card { border-color: #cbb8f1; background: linear-gradient(165deg, #fff, #faf7ff); }
.dedicated-page .coming-soon-server-card .server-card-media { background: linear-gradient(135deg, #f2ebff, #f5f9ff); }
.dedicated-page .server-card-head .tag.coming-soon {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--brand-800);
  background: transparent;
  border: 0;
  padding: 0;
}
.dedicated-page .coming-soon-server-card .server-card-foot { background: #f8f4ff; border-top-color: #e2d5f7; }
.dedicated-page .coming-soon-server-card .server-card-foot .price strong { color: var(--brand-700); font-size: 1.35rem; }
.dedicated-page .launch-storage-card .server-card-foot { grid-template-columns: 1fr; align-items: stretch; }
.dedicated-page .launch-storage-card .server-card-foot .btn { width: 100%; }
.dedicated-page .launch-storage-card .launch-price-note {
  flex-basis: 100%;
  margin-top: 5px;
  color: var(--ink-4);
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.4;
}
.dedicated-page .launch-storage-card .launch-price-note b { color: var(--brand-700); }
.dedicated-page .server-card-head h3 a { color: inherit; }
.dedicated-page .server-card-head h3 a:hover { color: var(--brand-700); }
.dedicated-page .dedicated-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 15px; margin-bottom: 11px; }
.dedicated-page .dedicated-card-status,
.dedicated-page .dedicated-card-location { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-4); font-size: .72rem; font-weight: 700; }
.dedicated-page .dedicated-card-status.in-stock { color: #087a55; }
.dedicated-page .dedicated-card-status.out-of-stock { color: #626775; }
.dedicated-page .dedicated-card-location i { color: var(--brand-600); }
.dedicated-page .dedicated-live-features {
  display: grid;
  gap: 5px;
  margin: -4px 17px 15px;
  padding: 11px 12px;
  border-radius: var(--radius-sm);
  color: var(--ink-3);
  background: #f7f3ff;
  font-size: .7rem;
  list-style: none;
}
.dedicated-page .dedicated-live-features li { display: flex; align-items: flex-start; gap: 7px; }
.dedicated-page .dedicated-live-features i { margin-top: 2px; color: #0aa36c; }
.dedicated-page .btn-disabled {
  cursor: not-allowed;
  color: #747988;
  background: #e7e8ec;
  border-color: #d7d9df;
  box-shadow: none;
}
.dedicated-page .server-plan-card.dedicated-sale-card { border-color: var(--border); border-top: 3px solid var(--brand-500); box-shadow: 0 8px 22px rgba(32, 23, 64, .07); }
.dedicated-page .server-card-head .tag.sale {
  display: none;
}
.dedicated-page .server-card-media { justify-content: flex-start; min-height: 68px; padding: 14px 16px; }
.dedicated-page .server-card-media img { max-width: 102px; max-height: 30px; }
.dedicated-page .server-card-media > span { display: none; }
.dedicated-page .server-card-head { padding: 17px 17px 0; }
.dedicated-page [data-dedicated-stock-grid] .server-card-head > .plan-badge {
  margin: 0 0 11px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink-4);
  background: transparent;
  font-size: .72rem;
  letter-spacing: 0;
}
.dedicated-page [data-dedicated-stock-grid] .server-card-head > .plan-badge i { color: var(--brand-600); }
.dedicated-page .server-card-head h3 { margin-bottom: 5px; font-size: 1.08rem; }
.dedicated-page .server-card-head p { min-height: 2.7em; margin-bottom: 13px; color: var(--ink-3); font-size: .8rem; line-height: 1.42; }
.dedicated-page .server-spec-grid { gap: 7px; padding: 0 17px 15px; }
.dedicated-page .server-spec-grid .spec-item { min-height: 56px; gap: 7px; padding: 8px; border: 0; background: var(--bg-subtle); }
.dedicated-page .server-spec-grid .spec-ic { flex: 0 0 24px; width: 24px; height: 24px; font-size: .72rem; }
.dedicated-page .server-spec-grid .spec-text { display: flex; flex: 1 1 auto; min-width: 0; flex-direction: column; align-items: flex-start; gap: 3px; }
.dedicated-page .server-spec-grid .spec-val { display: block; max-width: 100%; font-size: .76rem; line-height: 1.28; overflow-wrap: anywhere; }
.dedicated-page .server-spec-grid .spec-label { display: block; color: var(--ink-4); font-size: .62rem; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
.dedicated-page .server-card-foot { padding: 14px 17px 17px; gap: 10px; }
.dedicated-page .dedicated-sale-card .server-card-foot {
  background: linear-gradient(110deg, #f4efff, #fbf9ff);
  border-top-color: #dfd0ff;
}
.dedicated-page .server-card-foot .price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; }
.dedicated-page .server-card-foot .price strong { font-size: 1.35rem; }
.dedicated-page .dedicated-sale-card .server-card-foot .price strong {
  color: var(--brand-700);
  font-size: 1.55rem;
  line-height: 1;
}
.dedicated-page .was-price { flex-basis: 100%; color: var(--ink-4); font-size: .76rem; }
.dedicated-page .was-price del { text-decoration-thickness: 1px; }
.dedicated-page .server-card-foot .btn { min-width: 88px; padding-inline: 12px; }
.dedicated-page .custom-order-card {
  border-color: #c9d8ea;
  background: linear-gradient(165deg, #ffffff, #f7fbff);
}
.dedicated-page .custom-order-card .server-card-media {
  background: linear-gradient(135deg, #eef5ff, #f5efff);
}
.dedicated-page .custom-server-grid .server-card-head p { min-height: 0; }
.dedicated-page .custom-server-grid .server-spec-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dedicated-page .custom-server-grid .server-card-foot { min-height: 82px; }
.dedicated-page .ryzen-order-card .server-card-media { background: linear-gradient(135deg, #fff3e8, #f5efff); }
.dedicated-page .ai-order-card { border-color: #b9d7e8; background: linear-gradient(165deg, #fff, #f1faff); }
.dedicated-page .ai-order-card .server-card-media { background: linear-gradient(135deg, #e8f8ff, #f2edff); }
.dedicated-page .consumer-ai-card { border-color: #d8c8f1; background: linear-gradient(165deg, #fff, #faf6ff); }
.dedicated-page .consumer-ai-card .server-card-media { background: linear-gradient(135deg, #f5edff, #eef8ff); }
.dedicated-page .custom-order-card .tag.custom {
  position: static;
  display: table;
  margin: 0 0 10px;
  color: #164e63;
  background: #cffafe;
  border-color: #a5f3fc;
}
.dedicated-page .custom-order-card .server-card-foot {
  background: #f5f9ff;
  border-top-color: #dbe7f4;
}
.dedicated-page .custom-order-card .server-card-foot .price {
  font-size: .69rem;
  line-height: 1.2;
}
.dedicated-page .custom-order-card .server-card-foot .price strong {
  flex-basis: 100%;
  color: var(--brand-700);
  font-size: 1.26rem;
  line-height: 1.1;
}
.dedicated-page .dedicated-custom-quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d8c7ff;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #f5efff, #fff 62%, #eef8ff);
  box-shadow: var(--shadow-xs);
}
.dedicated-page .dedicated-custom-copy { display: flex; align-items: flex-start; gap: 16px; min-width: 0; }
.dedicated-page .dedicated-custom-icon {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: #fff;
  background: var(--gradient-brand);
}
.dedicated-page .dedicated-custom-quote .eyebrow { margin-bottom: 7px; }
.dedicated-page .dedicated-custom-quote h2 { margin: 0 0 7px; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.dedicated-page .dedicated-custom-quote p { max-width: 760px; margin: 0; color: var(--ink-3); font-size: .92rem; line-height: 1.55; }

@media (max-width: 1080px) {
  .dedicated-page .server-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dedicated-page .custom-server-grid .server-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .dedicated-page .dedicated-inventory-nav { grid-template-columns: 1fr; }
  .dedicated-page .dedicated-live-summary { align-items: flex-start; flex-direction: column; gap: 7px; }
  .dedicated-page .dedicated-range-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dedicated-page .dedicated-range-head p { text-align: left; }
  .dedicated-page .dedicated-custom-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dedicated-page .dedicated-custom-summary span:nth-child(3) { border-left: 0; border-top: 1px solid #d9ddea; }
  .dedicated-page .dedicated-custom-summary span:nth-child(4) { border-top: 1px solid #d9ddea; }
  .dedicated-page .dedicated-offer-note { grid-template-columns: auto 1fr; }
  .dedicated-page .dedicated-offer-note .btn { grid-column: 1 / -1; width: 100%; }
  .dedicated-page .server-card-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .dedicated-page .dedicated-custom-quote { grid-template-columns: 1fr; padding: 20px; }
  .dedicated-page .dedicated-custom-quote .btn { width: 100%; }
}

.bento { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); justify-content: center; align-items: stretch; gap: 20px; }
.bento .bento-box { min-width: 0; box-sizing: border-box; }
.bento.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: center; max-width: 860px; gap: 28px; }
.bento.cols-4 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); justify-content: center; max-width: 1160px; gap: 28px; }
.bento-box {
  display: flex; flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-xl); padding: 28px;
  min-width: 0; box-sizing: border-box;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  box-shadow: var(--shadow-xs);
}
.bento-box:nth-child(3n + 1) { background: #ffffff; }
.bento-box:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #d9d9e1; }
.bento-box .ic {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gradient-brand); color: #ffffff; font-size: 1.12rem; margin-bottom: 16px;
  border: 1px solid transparent; box-shadow: none; flex: 0 0 auto;
  transition: transform var(--transition), box-shadow var(--transition);
}
.bento-box:hover .ic { transform: translateY(-2px); box-shadow: 0 5px 14px rgba(20, 18, 42, 0.08); }
.bento-box h3 { margin-bottom: 10px; font-size: 1.12rem; }
.bento-box p { color: var(--ink-3); font-size: 0.94rem; margin: 0; line-height: 1.55; flex: 1 1 auto; }
.bento-box > * { position: relative; z-index: 1; }

.plan-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-xs); }
.plan-table th, .plan-table td { padding: 16px 20px; text-align: left; font-size: 0.9rem; border-bottom: 1px solid var(--hairline); vertical-align: middle; }
.plan-table thead th {
  background: var(--bg-inset); font-weight: 700; color: var(--ink-2);
  font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em;
  border-bottom: 2px solid var(--brand-300);
}
.plan-table tbody tr { transition: background var(--transition); }
.plan-table tbody tr:hover { background: var(--bg-subtle); }
.plan-table tbody tr.popular { background: var(--accent-soft); }
.plan-table tbody tr:last-child td { border-bottom: 0; }
.plan-table .name strong { display: block; font-size: 1rem; }
.plan-table .name span { font-size: 0.78rem; color: var(--ink-4); }
.plan-table .price-cell strong { font-size: 1.18rem; font-weight: 800; }
.plan-table .price-cell span { color: var(--ink-4); font-size: 0.82rem; }
.plan-table td .spec { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-3); }
.plan-table td .spec i { color: var(--brand-500); font-size: 0.78rem; }

.cpanel-selector { background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 26px; box-shadow: var(--shadow-sm); }
.cpanel-selector-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.cpanel-selector-head > div { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.cpanel-selector-head i { color: var(--brand-600); }
.cpanel-selector-head span { border: 1px solid var(--brand-200); border-radius: var(--radius-pill); background: var(--accent-soft); color: var(--brand-700); padding: 5px 12px; font-size: 0.78rem; font-weight: 800; white-space: nowrap; }
.cpanel-tier-row { display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: flex-start; margin-top: 14px; }
.cpanel-tier-row > span { padding-top: 9px; color: var(--ink-4); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; font-weight: 800; }
.cpanel-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cpanel-chip { border: 1px solid var(--surface-border-strong); border-radius: var(--radius-sm); background: var(--bg); color: var(--ink-2); padding: 9px 13px; display: flex; flex-direction: column; align-items: center; line-height: 1.2; cursor: pointer; transition: border-color var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition); }
.cpanel-chip strong { font-size: 0.85rem; }
.cpanel-chip small { color: var(--ink-4); font-size: 0.68rem; }
.cpanel-chip:hover { transform: translateY(-1px); border-color: var(--brand-400); }
.cpanel-chip.active { border-color: var(--brand-500); background: var(--accent-soft); color: var(--brand-700); box-shadow: 0 0 0 3px rgba(122, 52, 255, 0.14); }
.cpanel-chip.active small { color: var(--brand-600); }

.addon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  border-radius: var(--radius-lg);
  background: var(--surface-border);
  box-shadow: var(--shadow-xs);
}
.addon-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  margin-top: 18px;
  border-radius: var(--radius-lg);
  background: var(--surface-border);
  box-shadow: var(--shadow-xs);
}
.addon-tile {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: 22px 20px;
  min-height: 164px;
  background: rgba(255,255,255,0.78);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: background var(--transition);
}
.addon-tile:hover { background: #fff; }
.addon-tile-head { display: flex; align-items: flex-start; gap: 12px; position: relative; z-index: 1; }
.addon-tile-ic {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--accent-soft);
  color: var(--brand-600);
  border: 1px solid rgba(109,40,217,0.12);
}
.addon-tile h3 { margin: 0 0 4px; font-size: 0.98rem; }
.addon-tile p { margin: 0; color: var(--ink-4); font-size: 0.84rem; line-height: 1.45; position: relative; z-index: 1; }
.addon-tile-price { align-self: end; display: flex; align-items: baseline; gap: 6px; color: var(--ink); font-weight: 800; position: relative; z-index: 1; }
.addon-tile-price strong { color: var(--brand-700); font-size: 1.22rem; letter-spacing: 0; }
.addon-tile-price span { color: var(--ink-4); font-size: 0.82rem; font-weight: 700; }
.addon-tile .badge-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  line-height: 1;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.addon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 860px; margin-inline: auto; }
.addon-grid .addon-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 24px 20px; background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.addon-grid .addon-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--brand-200); }
.addon-grid .addon-card .addon-ic { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--gradient-brand); color: #ffffff; font-size: 1.2rem; border: 0; box-shadow: var(--shadow-xs); }
.addon-grid .addon-card .addon-unit { font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.addon-grid .addon-card .addon-desc { font-size: 0.86rem; color: var(--ink-4); line-height: 1.4; }
.addon-grid .addon-card .addon-price { font-size: 1.3rem; font-weight: 800; color: var(--brand-700); letter-spacing: -0.02em; }
.addon-grid .addon-card .addon-price small { font-size: 0.78rem; font-weight: 600; color: var(--ink-4); }
.addon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.78);
  border: 0;
  border-radius: 0;
  transition: background var(--transition);
}
.addon-row:hover { background: #fff; }
.addon-row .nm { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink); }
.addon-row .nm i {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--brand-600);
  font-size: 0.8rem;
}
.addon-row .ds { margin: 3px 0 0 39px; font-size: 0.82rem; color: var(--ink-4); line-height: 1.4; }
.addon-row .pr { margin-left: 0; font-size: 0.92rem; font-weight: 800; color: var(--brand-600); white-space: nowrap; }
.addon-row .pr.free { color: #059669; }

.pool-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.8fr);
  gap: 28px;
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8ff 100%);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
}
.pool-builder-controls { display: grid; gap: 18px; }
.pool-builder-head { display: grid; gap: 10px; }
.pool-builder-head p { margin: 0; color: var(--ink-3); }
.pool-builder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
.pool-builder-field {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
}
.pool-builder-field.wide { grid-column: 1 / -1; }
.pool-builder-label { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pool-builder-label strong { font-size: 0.94rem; color: var(--ink); }
.pool-builder-label span { font-size: 0.8rem; color: var(--ink-4); }
.pool-builder-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--brand-200);
  color: var(--brand-700);
  font-weight: 800;
  font-size: 0.88rem;
}
.pool-builder-value i { font-size: 0.82rem; }
.pool-builder-range {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-500) 0%, var(--brand-500) var(--slider-fill, 0%), #e8e3f5 var(--slider-fill, 0%), #e8e3f5 100%);
  outline: none;
}
.pool-builder-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand-500);
  box-shadow: 0 4px 14px rgba(122, 52, 255, 0.24);
  cursor: pointer;
}
.pool-builder-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand-500);
  box-shadow: 0 4px 14px rgba(122, 52, 255, 0.24);
  cursor: pointer;
}
.pool-builder-range::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: transparent;
}
.pool-builder-rate { font-size: 0.8rem; color: var(--ink-4); }
.pool-builder-side {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
  background: linear-gradient(180deg, var(--brand-900) 0%, #35146f 100%);
  border-radius: var(--radius-xl);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.pool-builder-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ddd6fe;
  font-size: 0.8rem;
  font-weight: 700;
}
.pool-builder-total strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}
.pool-builder-total span { color: rgba(255,255,255,0.76); font-size: 0.95rem; }
.pool-builder-breakdown { display: grid; gap: 10px; }
.pool-builder-breakdown .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.9rem;
}
.pool-builder-breakdown .row:last-child { border-bottom: 0; }
.pool-builder-breakdown .name { color: rgba(255,255,255,0.78); }
.pool-builder-breakdown .val { font-weight: 700; color: #fff; text-align: right; }
.pool-builder-meta {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.pool-builder-meta p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.88rem;
  line-height: 1.5;
}
.pool-builder-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pool-builder-actions .btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.34);
}
.pool-builder-actions .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.upgrade-builder { margin-top: 18px; }
.upgrade-builder .pool-builder-head select {
  width: 100%;
  max-width: 420px;
  appearance: none;
  padding: 13px 44px 13px 15px;
  border: 1px solid var(--surface-border-strong);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow-xs);
}
.upgrade-builder .base-plan-select {
  position: relative;
  display: grid;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  color: var(--ink-4);
  font-size: 0.78rem;
  font-weight: 800;
}
.upgrade-builder .base-plan-select::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  bottom: 17px;
  transform: translateY(50%);
  color: var(--brand-500);
  pointer-events: none;
}
.upgrade-builder .pool-builder-side { background: linear-gradient(180deg, var(--brand-900) 0%, #35146f 100%); }
.upgrade-builder-footnote {
  padding: 12px 14px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.72);
  color: var(--ink-4);
  font-size: 0.84rem;
  line-height: 1.5;
}

.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-2xl); padding: 56px 190px; background: var(--brand-900) url('/assets/mascot/hyehost-bear-wave-v3.webp') right 24px bottom -42px / 150px auto no-repeat; color: #fff; text-align: center; box-shadow: var(--shadow-glow); }
.cta-band::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 72% 18%, rgba(122, 52, 255, 0.22), transparent 46%), radial-gradient(circle at 28% 82%, rgba(102, 43, 224, 0.18), transparent 46%); pointer-events: none; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent), radial-gradient(ellipse 60% 80% at 50% 0%, rgba(122, 52, 255, 0.10), transparent 70%); pointer-events: none; }
.cta-band h2 { color: #fff; margin-bottom: 14px; position: relative; z-index: 1; }
.cta-band p { color: rgba(255, 255, 255, 0.92); font-size: 1.08rem; max-width: 580px; margin: 0 auto 28px; position: relative; z-index: 1; }
.cta-band .btn-primary { background: #fff; color: var(--ink-2); box-shadow: none; position: relative; z-index: 1; }
.cta-band .btn-primary:hover { background: var(--accent-soft); color: var(--ink); }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.5); position: relative; z-index: 1; }
.cta-band .btn-outline:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; color: #fff; }
.cta-band .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

.site-footer { position: relative; background: linear-gradient(180deg, #35146f 0%, #210b45 100%); color: #d8d1eb; padding: 84px 0 36px; margin-top: 0; }
.site-footer::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-400) 20%, var(--brand-500) 50%, var(--brand-400) 80%, transparent);
  opacity: 0.55;
}
.site-footer a { color: #b8b2cf; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.3fr) repeat(5, minmax(140px, 1fr)); gap: 36px; margin-bottom: 44px; align-items: start; }
.footer-brand img { width: auto; height: 40px; max-width: 100%; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { color: #9b94b3; font-size: 0.92rem; max-width: 320px; margin-bottom: 16px; }
.footer-brand .co { font-size: 0.82rem; color: #7b7595; line-height: 1.5; }
.footer-brand .co strong { color: #c7c2dc; }
.footer-col { display: grid; align-content: start; gap: 4px; min-width: 0; }
.footer-col h2,
.footer-col h4 { color: #fff; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a { display: block; padding: 6px 0; font-size: 0.92rem; overflow-wrap: anywhere; transition: color var(--transition), transform var(--transition); }
.footer-col a:hover { transform: translateX(3px); }
.footer-payments {
  display: grid;
  gap: 18px;
  margin: 0 0 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.025) 100%);
}
.footer-payments-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer-payments-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #ddd6fe;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-payments h2,
.footer-payments h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.04rem;
}
.footer-payments p {
  margin: 0;
  max-width: 720px;
  color: #a8a1c0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.footer-payment-secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(196, 181, 253, 0.22);
  border-radius: 999px;
  color: #d8d1ef;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.78rem;
  font-weight: 700;
}
.footer-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 10px;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.01em;
}
.payment-logo.more { background: rgba(255, 255, 255, 0.1); color: #e8e2ff; border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: none; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.85rem; color: #7b7595; }
.footer-meta { display: grid; gap: 7px; }
.edge-location {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  color: #928ba9;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
}
.edge-location-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #55d98b;
}
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: rgba(255, 255, 255, 0.06); color: #c7c2dc; transition: background var(--transition), color var(--transition), transform var(--transition); }
.socials a:hover { transform: translateY(-2px); }
.socials a:hover { background: var(--brand-600); color: #fff; }

.hh-pref-panel {
  position: fixed; right: 20px; bottom: 18px; left: 20px; z-index: 1300;
  background: transparent; display: flex; justify-content: flex-end; pointer-events: none;
}
.hh-pref-card {
  width: min(420px, 100%);
  background: linear-gradient(180deg, var(--brand-900) 0%, #210b45 100%);
  color: #f6f3ff; border: 1px solid rgba(196, 181, 229, 0.25);
  border-radius: var(--radius-lg); padding: 18px;
  box-shadow: var(--shadow-glow); display: grid; gap: 10px; pointer-events: auto;
}
.hh-pref-title { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.98rem; color: #fff; }
.hh-pref-title i { color: #c4b5fd; }
.hh-pref-card p { margin: 0; color: #c7bfeb; font-size: 0.88rem; line-height: 1.5; }
.hh-pref-actions { display: grid; gap: 8px; }
.hh-pref-card .btn-ghost { color: #ddd6fe; }
.hh-pref-card .btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.hh-pref-link { justify-self: flex-start; color: #ddd6fe; text-decoration: none; font-size: 0.82rem; font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
.hh-pref-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hh-pref-review-row { text-align: left; }
body.hh-event-open { overflow: hidden; }

.hh-summer-banner { position: relative; z-index: 12; min-height: 76px; overflow: hidden; background: linear-gradient(100deg, #ffdc66 0%, #ff9b45 34%, #ff6877 68%, #7a34ff 100%); color: #251041; box-shadow: 0 10px 30px rgba(62, 24, 124, .16); }
.hh-summer-banner-button { width: min(1180px, calc(100% - 36px)); min-height: 76px; margin: 0 auto; padding: 10px 18px 10px 138px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; position: relative; color: inherit; text-align: left; cursor: pointer; }
.hh-summer-banner-mascot { position: absolute; left: 0; bottom: -80px; width: 126px; height: 170px; filter: drop-shadow(0 10px 10px rgba(63, 29, 92, .24)); pointer-events: none; }
.hh-summer-banner-mascot img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.hh-summer-banner-copy { display: grid; min-width: 0; }
.hh-summer-banner-copy small { margin-bottom: 2px; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hh-summer-banner-copy strong { font-size: clamp(.94rem, 1.7vw, 1.2rem); line-height: 1.2; letter-spacing: 0; }
.hh-summer-banner-action { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; background: rgba(255,255,255,.9); color: var(--brand-800); font-size: .8rem; font-weight: 800; white-space: nowrap; transition: transform var(--transition), background var(--transition); }
.hh-summer-banner-button:hover .hh-summer-banner-action { transform: translateX(3px); background: #fff; }

.hh-event-layer {
  position: fixed; inset: 0; z-index: 1400;
  box-sizing: border-box;
  background: rgba(20, 18, 31, 0.6);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; opacity: 0; visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}
.hh-event-layer.open { opacity: 1; visibility: visible; }
.hh-event-card {
  width: min(760px, 100%); max-height: calc(100dvh - 40px); background: #fff;
  border-radius: var(--radius-xl); padding: 22px;
  border: 1px solid rgba(122, 52, 255, 0.16);
  box-shadow: var(--shadow-glow); position: relative;
  overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateY(16px) scale(0.98);
  transition: transform var(--transition-slow);
}
.upgrade-builder .location-select select { min-width: 230px; }
.pool-builder-field[hidden] { display: none; }
.upgrade-location-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(109, 40, 217, 0.18);
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: var(--ink-3);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}
.upgrade-location-notice[hidden] { display: none; }
.upgrade-location-notice i { color: var(--brand-500); }
.hh-event-summer-scene { width: 100%; height: auto; aspect-ratio: 16 / 9; margin: -6px -6px 16px; overflow: hidden; border-radius: var(--radius-lg); background: #e8f8ff; }
.hh-event-summer-scene img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.payment-logo img { display: block; width: auto; height: 21px; max-width: 78px; object-fit: contain; }
.payment-logo[aria-label="Mastercard"] img, .payment-logo[aria-label="Pix"] img { height: 23px; }
.payment-logo[aria-label="BLIK"] img { height: 24px; mix-blend-mode: multiply; }
.payment-logo[aria-label="Bancontact"] img, .payment-logo[aria-label="UPI"] img { max-width: 72px; }
.hh-event-layer.open .hh-event-card { transform: none; }
.hh-event-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg-muted); color: var(--ink-3);
  display: grid; place-items: center; cursor: pointer;
  z-index: 2; transition: color var(--transition), background var(--transition), transform var(--transition);
}
.hh-event-close:hover { color: var(--brand-700); background: var(--accent-soft); transform: rotate(4deg); }
.hh-event-head { display: block; margin-bottom: 18px; padding-right: 34px; }
.hh-event-head h3 { margin: 0 0 7px; font-size: 1.75rem; line-height: 1.15; }
.hh-event-kicker { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 7px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-700); }
.hh-event-flag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--ink-3); }
.hh-event-copy { color: var(--ink-3); font-size: 0.94rem; line-height: 1.55; margin: 0; }
.hh-event-sun { width: 72px; height: 72px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #ffd166, #ff8a3d); box-shadow: 0 0 30px rgba(255, 170, 60, 0.45); display: grid; place-items: center; color: #fff; font-size: 1.85rem; }
.hh-event-credit-highlight { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 14px; margin-bottom: 16px; padding: 14px; border: 1px solid var(--brand-200); border-radius: var(--radius-lg); background: linear-gradient(145deg, #faf7ff 0%, #ffffff 58%, #effaff 100%); }
.hh-event-bonus { display: grid; align-content: center; justify-items: center; min-height: 142px; padding: 14px; border-radius: var(--radius-md); background: var(--brand-900); color: #fff; text-align: center; }
.hh-event-bonus span { color: #c4b5fd; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.hh-event-bonus strong { color: #fff; font-size: 3rem; line-height: 1.05; }
.hh-event-bonus small { color: #c7bfeb; font-size: 0.72rem; }
.hh-event-credit-use { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; align-content: center; }
.hh-event-credit-use span { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 12px; border: 1px solid var(--surface-border); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.88); color: var(--ink-2); font-size: 0.84rem; font-weight: 700; }
.hh-event-credit-use i { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--accent-soft); color: var(--brand-600); }
.hh-event-credit-examples { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 14px; }
.hh-event-credit-examples div { display: grid; grid-template-columns: auto 14px auto; align-items: center; justify-content: center; gap: 7px; min-width: 0; padding: 11px 8px; border: 1px solid var(--surface-border); border-radius: var(--radius-sm); background: var(--bg-subtle); font-size: 0.8rem; }
.hh-event-credit-examples span { color: var(--ink-4); }
.hh-event-credit-examples i { color: var(--brand-400); font-size: 0.7rem; }
.hh-event-credit-examples strong { color: var(--brand-700); white-space: nowrap; }
.hh-event-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: 0.82rem; color: var(--ink-4); margin: 0 0 16px; }
.hh-event-meta i { color: var(--brand-500); }
.hh-event-actions { display: flex; gap: 10px; }
.hh-event-fineprint { margin: 12px 0 0; color: var(--ink-5); font-size: 0.72rem; line-height: 1.45; }
.hh-storage-banner { background: linear-gradient(90deg, #35106f 0%, #6120c8 52%, #7a34ff 100%); }
.hh-storage-banner .hh-summer-banner-mascot img { width: 88px; height: 118px; object-fit: contain; object-position: center bottom; }
.hh-storage-event-card { display: grid; grid-template-columns: minmax(0, 1fr) 220px; column-gap: 22px; }
.hh-storage-event-card .hh-event-close { z-index: 2; }
.hh-storage-event-card .hh-event-head,
.hh-storage-event-card .hh-storage-event-points,
.hh-storage-event-card .hh-event-meta,
.hh-storage-event-card .hh-event-actions,
.hh-storage-event-card .hh-event-fineprint { grid-column: 1; }
.hh-storage-event-art { grid-column: 2; grid-row: 1 / span 5; display: grid; align-items: end; min-height: 330px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(165deg, #f2eaff, #dff5ff); }
.hh-storage-event-art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.hh-storage-event-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-bottom: 16px; }
.hh-storage-event-points span { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 11px; border: 1px solid var(--surface-border); border-radius: var(--radius-sm); background: var(--bg-subtle); color: var(--ink-2); font-size: .8rem; font-weight: 700; }
.hh-storage-event-points i { color: var(--brand-600); }
.hh-storage-launcher { width: 176px; height: 174px; }
.hh-storage-launcher .hh-event-launcher-art { inset: 0 20px 24px 0; }
.hh-storage-launcher .hh-event-launcher-art img { transform: scale(1.06); transform-origin: center bottom; }
.hh-storage-launcher-label {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: grid;
  min-width: 112px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  background: var(--brand-900);
  color: #fff;
  box-shadow: 0 10px 24px rgba(45, 15, 93, .28);
  line-height: 1.1;
  text-align: left;
}
.hh-storage-launcher-label small { color: #c4b5fd; font-size: .48rem; font-weight: 900; letter-spacing: .1em; }
.hh-storage-launcher-label strong { font-size: .72rem; letter-spacing: 0; }

@media (max-height: 820px) and (min-width: 801px) {
  .hh-event-layer { align-items: flex-start; padding-block: 12px; }
  .hh-event-card { max-height: calc(100dvh - 24px); padding: 18px; }
  .hh-event-summer-scene { height: auto; margin: -4px -4px 13px; }
  .hh-event-head { margin-bottom: 13px; }
  .hh-event-head h3 { font-size: 1.45rem; }
  .hh-event-copy { font-size: .87rem; line-height: 1.45; }
  .hh-event-credit-highlight { grid-template-columns: 160px minmax(0, 1fr); margin-bottom: 12px; padding: 11px; }
  .hh-event-bonus { min-height: 112px; }
  .hh-event-bonus strong { font-size: 2.45rem; }
  .hh-event-credit-use span { padding: 9px; }
  .hh-event-credit-examples { margin-bottom: 11px; }
  .hh-event-credit-examples div { padding-block: 8px; }
  .hh-event-meta { margin-bottom: 12px; }
}
.hh-event-launcher { position: fixed; left: 20px; bottom: 20px; z-index: 1100; display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255, 255, 255, 0.42); background: linear-gradient(135deg, #ff8a3d 0%, #ff5e7a 100%); color: #fff; border-radius: 999px; font-size: 0.82rem; font-weight: 700; box-shadow: 0 12px 28px -8px rgba(255, 94, 122, 0.5); cursor: pointer; transition: bottom var(--transition), transform var(--transition), box-shadow var(--transition); }
.hh-event-launcher:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -9px rgba(255, 94, 122, 0.62); }
.hh-event-launcher-copy { font-weight: 700; }

.hh-event-promo-mascot { position: relative; width: 108px; height: 108px; display: grid; place-items: center; }
.hh-event-promo-mascot > .hh-event-promo-bear { width: 100%; height: 100%; object-fit: contain; }
.hh-event-promo-sign { position: absolute; left: 26%; top: 49%; width: 48%; height: 18%; display: grid; place-items: center; }
.hh-event-promo-sign img { display: block; width: 100%; height: auto; }
.hh-event-launcher { width: 150px; height: 166px; padding: 0; overflow: visible; border: 0; border-radius: 18px; background: transparent; box-shadow: none; }
.hh-event-launcher-art { position: absolute; inset: 0; filter: drop-shadow(0 14px 13px rgba(48, 17, 102, .32)); }
.hh-event-launcher-art img { width: 100%; height: 100%; object-fit: contain; }
.hh-event-launcher-sign { position: absolute; left: 19%; top: 44%; width: 62%; height: 29%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2px 4px; color: var(--brand-900); line-height: 1.02; text-align: center; box-sizing: border-box; }
.hh-event-launcher-sign small { font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.hh-event-launcher-sign strong { max-width: 100%; font-size: .78rem; letter-spacing: 0; }
.hh-event-launcher:hover { transform: translateY(-5px) rotate(-1deg); box-shadow: none; }

.mascot-band { position: relative; overflow: hidden; padding: 0; color: #fff; background: var(--brand-chrome); }
.mascot-band::before { content: none; }
.mascot-band-inner { position: relative; min-height: 620px; display: grid; grid-template-columns: minmax(480px, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(34px, 5vw, 76px); }
.mascot-copy { grid-column: 1; grid-row: 1; }
.mascot-visual { grid-column: 2; grid-row: 1; position: relative; align-self: end; width: 100%; height: 610px; }
.mascot-visual::after { content: ""; position: absolute; left: 8%; right: 5%; bottom: 17px; height: 28px; border-radius: 50%; background: rgba(14, 5, 36, .36); filter: blur(10px); }
.mascot-visual picture { display: block; width: 100%; height: 100%; }
.mascot-visual img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.mascot-service-cloud { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.mascot-service-object { position: absolute; width: 124px; aspect-ratio: 1; background-image: url('/assets/home/hyehost-service-objects-768.webp'); background-repeat: no-repeat; background-size: 300% 200%; filter: drop-shadow(0 14px 15px rgba(17, 5, 43, .28)); animation: mascotServiceFloat 5.4s ease-in-out infinite; }
.mascot-service-object.service-vps { top: 9%; left: -4%; background-position: 0 0; animation-delay: -.6s; }
.mascot-service-object.service-bare-metal { top: 10%; right: -5%; background-position: 50% 0; animation-delay: -4.1s; }
.mascot-service-object.service-web { top: 34%; right: -7%; background-position: 100% 0; animation-delay: -2.8s; }
.mascot-service-object.service-network { top: 43%; left: -7%; background-position: 0 100%; animation-delay: -1.5s; }
.mascot-service-object.service-bots { top: 66%; right: -3%; background-position: 50% 100%; animation-delay: -3.4s; }
.mascot-location-flag { position: absolute; width: 48px; aspect-ratio: 1.42; filter: drop-shadow(0 8px 8px rgba(17,5,43,.32)); animation: mascotFlagFloat 4.8s ease-in-out infinite; }
.mascot-location-flag img { display: block; width: 100%; height: 100%; border-radius: 5px; object-fit: cover; }
.mascot-location-flag.location-uk { top: 72%; left: 0; transform: rotate(-7deg); animation-delay: -1.1s; }
.mascot-location-flag.location-us { top: 72%; left: 13%; transform: rotate(5deg); animation-delay: -3.2s; }
.mascot-location-flag.location-nz { top: 81%; left: 6.5%; transform: rotate(-3deg); animation-delay: -4.1s; }
.mascot-status { position: absolute; z-index: 2; top: 48px; left: 0; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(31, 12, 69, .82); box-shadow: 0 12px 28px rgba(16, 5, 39, .2); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.mascot-status i { color: #55e395; font-size: .48rem; }
.mascot-copy { position: relative; z-index: 1; padding: 78px 0; }
.mascot-copy .eyebrow { display: inline-flex; width: auto; padding: 8px 12px; color: var(--brand-900); background: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; box-shadow: 0 8px 20px rgba(25,8,62,.16); }
.mascot-copy h1, .mascot-copy h2 { max-width: 15ch; margin: 18px 0; color: #fff; font-size: clamp(2.45rem, 4.6vw, 4.6rem); line-height: .98; letter-spacing: -.04em; }
.mascot-copy h1 span, .mascot-copy h2 span { color: #c8f3ff; }
.mascot-typed-heading { display: inline; white-space: nowrap; }
.mascot-typed-heading::after { content: ""; display: inline-block; width: 4px; height: .9em; margin-left: 7px; vertical-align: -.05em; background: #8de7ff; animation: mascotTypedCaret .8s steps(1, end) infinite; }
.mascot-copy > p { max-width: 650px; margin: 0 0 25px; color: rgba(255,255,255,.78); font-size: 1.06rem; line-height: 1.7; }
.mascot-signals { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.mascot-signals span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; font-size: .8rem; }
.mascot-signals i { color: #8de7ff; }
.mascot-actions { display: flex; align-items: center; gap: 22px; }
.mascot-hero .mascot-actions { margin-top: 24px; }
.mascot-actions .btn-light { background: #fff; color: var(--brand-800); border-color: #fff; }
.mascot-text-link { color: #fff; font-weight: 750; }
.mascot-text-link i { margin-left: 6px; transition: transform var(--transition); }
.mascot-text-link:hover i { transform: translateX(4px); }
.mascot-hero { min-height: 0; display: flex; align-items: stretch; }
.mascot-hero .mascot-band-inner { width: 100%; min-height: 620px; }
.mascot-hero .mascot-visual img { transform: scale(1.08); transform-origin: center bottom; animation: mascotBearIdle 6.5s ease-in-out infinite; }
.mascot-hero .mascot-copy > p { max-width: 610px; font-size: 1.1rem; }
@keyframes mascotBearIdle { 0%, 100% { transform: scale(1.08) translate3d(0, 0, 0); } 50% { transform: scale(1.08) translate3d(0, -6px, 0); } }
@keyframes mascotServiceFloat { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -9px, 0); } }
@keyframes mascotFlagFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes mascotTypedCaret { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
.footer-brand::after { content: ""; display: block; width: 210px; height: 270px; margin: 24px auto -36px 0; background: url('/assets/mascot/hyehost-bear-clipboard-420.webp') center bottom / contain no-repeat; filter: drop-shadow(0 16px 18px rgba(0,0,0,.28)); }

.products-section-head { width: 100%; max-width: 1160px; min-height: 205px; display: grid; grid-template-columns: minmax(0, 760px) 180px; grid-template-rows: auto auto 1fr; column-gap: 52px; align-items: start; }
.products-section-head .eyebrow { grid-column: 1; grid-row: 1; justify-self: start; }
.products-section-head h2 { grid-column: 1; grid-row: 2; }
.products-section-head p { grid-column: 1; grid-row: 3; }
.products-head-mascot { grid-column: 2; grid-row: 1 / 4; align-self: end; width: 180px; height: 205px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 16px rgba(62, 24, 124, .16)); }

/* About page */
.about-main { background: #f6f2fa; }
.about-hero { padding-block: 70px 68px; }
.about-hero .container { padding-right: min(29vw, 390px); text-align: left; }
.about-hero .breadcrumb { justify-content: flex-start; }
.about-hero h1 { max-width: 780px; margin-inline: 0; }
.about-hero .lead { max-width: 760px; margin-inline: 0; }
.about-hero .cta { justify-content: flex-start; }
.about-page .about-main .page-hero.about-hero::after { display: block; right: max(30px, calc((100vw - 1240px) / 2)); bottom: -82px; width: 300px; height: 390px; background-image: url('/assets/mascot/hyehost-bear-wave-v3.webp'); background-size: contain; background-position: center bottom; opacity: 1; filter: drop-shadow(0 18px 18px rgba(30, 8, 70, .28)); }
.about-page .hh-summer-banner + .about-main .about-hero { margin-top: 0; }
.about-main > .section { padding-block: 66px; }
.about-main > .section + .section { border-top: 1px solid rgba(97, 61, 139, .1); }
.about-story .split { max-width: 1160px; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: 58px; }
.about-story .split-text { max-width: 610px; }
.about-story .split-text h2 { margin-bottom: 18px; }
.about-story .split-media { width: 100%; max-width: none; margin: 0; }
.about-story .split-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 6px solid #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-md); }
.about-section .section-head { margin-bottom: 30px; }
.about-grid { width: 100%; max-width: 1160px; gap: 16px; }
.about-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-grid-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-grid .bento-box { min-height: 0; padding: 24px; border-radius: var(--radius-lg); }
.about-grid .bento-box .ic { width: 42px; height: 42px; margin-bottom: 14px; border-radius: 10px; }
.about-grid .bento-box h3 { font-size: 1.04rem; }
.about-grid .bento-box p { font-size: .89rem; line-height: 1.56; }
.about-metrics-section { background: linear-gradient(120deg, rgba(76, 29, 149, .06), rgba(122, 52, 255, .1), rgba(0, 183, 224, .06)) !important; }
.about-metrics { max-width: 1160px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.about-metrics .hero-stat { min-width: 0; min-height: 112px; padding: 20px 14px; background: rgba(255,255,255,.92); border-color: rgba(122,52,255,.1); border-radius: var(--radius-md); box-shadow: 0 10px 26px -22px rgba(46,16,101,.55); }
.about-metrics .hero-stat .v { max-width: 100%; font-size: clamp(1.08rem, 2vw, 1.38rem); overflow-wrap: anywhere; }
.about-metrics .hero-stat .l { margin-top: 6px; font-size: .8rem; }
.about-cta-section { padding-block: 58px 72px !important; }

@media (max-width: 900px) {
  .about-hero .container { padding-right: 250px; }
  .about-page .about-main .page-hero.about-hero::after { display: block; right: 10px; width: 230px; height: 315px; }
  .about-story .split { grid-template-columns: 1fr; gap: 34px; }
  .about-story .split-text { max-width: 720px; }
  .about-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .about-hero { padding-block: 46px 315px; }
  .about-hero .container { padding-right: 22px; text-align: center; }
  .about-hero .breadcrumb, .about-hero .cta { justify-content: center; }
  .about-hero h1, .about-hero .lead { margin-inline: auto; }
  .about-page .about-main .page-hero.about-hero::after { display: block; right: 50%; bottom: -42px; width: 250px; height: 330px; transform: translateX(50%); }
  .about-main > .section { padding-block: 50px; }
  .about-grid-four, .about-grid-six, .about-metrics { grid-template-columns: 1fr; }
  .about-grid .bento-box { padding: 21px; }
  .about-metrics { gap: 9px; }
  .about-metrics .hero-stat { min-height: 92px; }
}

/* Bot hosting */
.bot-hosting-main { background: #f6f2fa; }
.bot-hosting-hero { padding-block: 70px 66px; }
.bot-hosting-hero .container { padding-right: min(31vw, 420px); text-align: left; }
.bot-hosting-hero .breadcrumb, .bot-hosting-hero .cta { justify-content: flex-start; }
.bot-hosting-hero h1 { max-width: 760px; margin-inline: 0; }
.bot-hosting-hero .lead { max-width: 770px; margin-inline: 0; }
.bot-hosting-page .bot-hosting-main .page-hero.bot-hosting-hero::after { display: block; right: max(30px, calc((100vw - 1240px) / 2)); bottom: -82px; width: 390px; height: 440px; background-image: var(--hero-mascot-image, url('/assets/mascot/hyehost-bear-present-v3.webp')); background-size: contain; background-position: center bottom; opacity: 1; filter: drop-shadow(0 18px 18px rgba(30, 8, 70, .28)); }
.bot-hosting-main > .section { padding-block: 66px; }
.bot-hosting-main > .section + .section { border-top: 1px solid rgba(97, 61, 139, .1); }
.bot-location-section {
  background: linear-gradient(135deg, rgba(122,52,255,.08), rgba(255,255,255,.2), rgba(0,183,224,.06));
}
.bot-location-section .section-head,
.vps-location-section .section-head,
.product-location-section .section-head {
  width: min(100%, 820px);
  max-width: 820px;
  margin-inline: auto;
  margin-bottom: 34px;
  text-align: center;
}
.bot-location-section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1500px;
}
.bot-location-grid {
  grid-template-columns: repeat(2, minmax(620px, 700px));
  justify-content: center;
  align-self: center;
  width: auto;
  max-width: none;
  margin: 0;
  gap: 22px;
}
.bot-location-grid .location-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  min-height: 270px;
  padding: 24px 34px 24px 24px;
  gap: 28px;
  border-color: rgba(122,52,255,.16);
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 36px -32px rgba(76,29,149,.65);
}
.bot-location-grid .location-card:hover {
  border-color: var(--brand-300);
  background: #fff;
  transform: translateY(-2px);
}
.bot-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1240px);
}
.bot-region-card {
  display: grid;
  grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
  align-items: center;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(122,52,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 48px -38px rgba(76,29,149,.7);
}
.bot-region-visual {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 0;
  padding: 18px 8px 10px 18px;
  background: rgba(122,52,255,.055);
}
.bot-region-visual img {
  display: block;
  width: min(100%, 250px);
  height: 265px;
  object-fit: contain;
}
.bot-region-copy {
  min-width: 0;
  padding: 32px 34px;
}
.bot-region-copy h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}
.bot-region-copy p {
  margin: 0;
  color: var(--ink-3);
  font-size: 1rem;
  line-height: 1.55;
}
.bot-region-meta {
  margin-top: 18px;
}
.bot-location-section .section-head h2,
.bot-platform-section h2,
.vps-location-section .section-head h2,
.product-location-section .section-head h2 {
  max-width: 24ch;
  margin: 0 auto 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.14;
  letter-spacing: 0;
}
.bot-location-section .section-head p,
.vps-location-section .section-head p,
.product-location-section .section-head p {
  max-width: 720px;
  margin-inline: auto;
  line-height: 1.6;
}
.bot-platform-section .split-text > h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
}
.bot-location-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
  color: var(--ink-4);
  font-size: .78rem;
  text-align: center;
}
.bot-location-note i { color: var(--brand-600); }
.bot-platform-section .split { max-width: 1160px; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 56px; }
.bot-platform-section .split-media { width: 100%; max-width: none; margin: 0; padding: 10px; border-radius: var(--radius-xl); background: linear-gradient(145deg, #7a34ff, #421592); box-shadow: var(--shadow-md); }
.bot-platform-section .split-media img { width: 100%; border-radius: calc(var(--radius-xl) - 6px); }
.bot-runtime-grid, .bot-plan-grid { width: 100%; max-width: 1160px; gap: 16px; }
.bot-runtime-grid .card.runtime-card.bot-runtime-card { min-height: 0; padding: 22px; align-items: stretch; text-align: left; }
.bot-runtime-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.bot-runtime-grid .card.runtime-card .bot-runtime-head .card-icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; margin: 0; border-radius: 11px; color: #fff; font-size: 1.5rem; }
.bot-runtime-grid .runtime-card:nth-child(1) .card-icon { background: #168f4b; }
.bot-runtime-grid .runtime-card:nth-child(2) .card-icon { background: #2563a8; }
.bot-runtime-grid .runtime-card:nth-child(3) .card-icon { background: #d14b35; }
.bot-runtime-grid .card.runtime-card .card-icon i { color: #fff; }
.bot-runtime-head h3 { margin: 0 0 2px; font-size: 1.06rem; }
.bot-runtime-head span { color: var(--ink-4); font-size: .72rem; }
.bot-runtime-grid .card.runtime-card .desc { min-height: 2.8em; margin-bottom: 16px; text-align: left; font-size: .86rem; }
.bot-runtime-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin-top: auto; border: 1px solid var(--hairline); border-radius: 9px; background: var(--hairline); }
.bot-runtime-meta span { min-width: 0; display: grid; gap: 2px; padding: 11px; background: var(--bg-subtle); color: var(--ink-3); font-size: .7rem; overflow-wrap: anywhere; }
.bot-runtime-meta strong { color: var(--brand-700); font-size: .64rem; letter-spacing: .05em; text-transform: uppercase; }
.bot-plan-card { min-height: 0; padding: 24px; border-radius: var(--radius-lg); }
.bot-plan-card.featured { background: linear-gradient(180deg, #f0e7ff 0%, #ffffff 45%); border-color: rgba(122,52,255,.24); box-shadow: 0 18px 44px -32px rgba(76,29,149,.7); }
.bot-plan-card .card-icon { width: 42px; height: 42px; margin-bottom: 16px; border-radius: 10px; }
.bot-plan-card .desc { min-height: 2.8em; margin-bottom: 12px; font-size: .86rem; }
.bot-plan-card .price { margin: 2px 0 15px; }
.bot-plan-card .plan-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 15px; padding: 10px; border-radius: 10px; }
.bot-plan-card .plan-specs .spec-item { min-width: 0; gap: 7px; padding: 7px; border-radius: 8px; background: rgba(255,255,255,.76); }
.bot-plan-card .plan-specs .spec-ic { width: 26px; height: 26px; border: 0; font-size: .72rem; }
.bot-plan-card .plan-specs .spec-text { display: grid; gap: 0; }
.bot-plan-card .plan-specs .spec-val { max-width: 100%; font-size: .78rem; white-space: normal; overflow-wrap: anywhere; }
.bot-plan-card .plan-specs .spec-label { font-size: .62rem; }
.bot-plan-included { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0 0 16px; }
.bot-plan-included li { min-width: 0; display: grid; justify-items: center; align-content: center; gap: 5px; min-height: 54px; padding: 7px 4px; border: 1px solid var(--hairline); border-radius: 8px; color: var(--ink-3); font-size: .65rem; line-height: 1.2; text-align: center; overflow-wrap: anywhere; }
.bot-plan-included i { color: #16a34a; }
.bot-plan-card .btn { margin-top: auto; }
.bot-builder-section { background: linear-gradient(120deg, rgba(76,29,149,.08), rgba(122,52,255,.13), rgba(0,183,224,.07)) !important; }
.bot-builder-shell { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 20px; width: 100%; max-width: 1160px; align-items: start; }
.bot-builder-controls { display: grid; gap: 16px; min-width: 0; }
.bot-base-picker, .bot-resource-picker { min-width: 0; margin: 0; padding: 22px; border: 1px solid rgba(122,52,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.92); box-shadow: var(--shadow-xs); }
.bot-builder-step { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--ink); font-size: .9rem; font-weight: 800; letter-spacing: 0; }
.bot-builder-step span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 7px; background: var(--brand-700); color: #fff; font-size: .72rem; }
.bot-base-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.bot-base-option { position: relative; min-width: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 14px; border: 1px solid var(--surface-border); border-radius: 10px; background: #fff; cursor: pointer; transition: border-color var(--transition), background var(--transition), transform var(--transition); }
.bot-base-option:hover { transform: translateY(-2px); border-color: var(--brand-300); }
.bot-base-option:has(input:checked) { border-color: var(--brand-500); background: var(--accent-soft); box-shadow: 0 0 0 2px rgba(122,52,255,.08); }
.bot-base-option input { position: absolute; opacity: 0; pointer-events: none; }
.bot-base-option span { display: grid; min-width: 0; }
.bot-base-option strong { color: var(--ink); font-size: .88rem; }
.bot-base-option small { margin-top: 2px; color: var(--ink-4); font-size: .67rem; white-space: nowrap; }
.bot-base-option b { color: var(--brand-700); font-size: .88rem; }
.bot-resource-picker { display: grid; gap: 22px; }
.bot-resource-row { min-width: 0; }
.bot-resource-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.bot-resource-heading > span { display: grid; grid-template-columns: 28px 1fr; align-items: center; column-gap: 9px; }
.bot-resource-heading i { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--accent-soft); color: var(--brand-600); }
.bot-resource-heading strong { color: var(--ink); font-size: .88rem; }
.bot-resource-heading small { color: var(--ink-4); font-size: .7rem; }
.bot-resource-heading output { min-width: 78px; padding: 7px 9px; border-radius: 8px; background: var(--brand-800); color: #fff; font-size: .78rem; font-weight: 800; text-align: center; }
.bot-resource-row input[type='range'] { width: 100%; height: 7px; appearance: none; border-radius: 999px; background: linear-gradient(90deg, var(--brand-600) 0 var(--range-progress, 0%), #e6def3 var(--range-progress, 0%) 100%); cursor: pointer; }
.bot-resource-row input[type='range']::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; border: 4px solid #fff; border-radius: 50%; background: var(--brand-600); box-shadow: 0 2px 8px rgba(76,29,149,.32); }
.bot-resource-row input[type='range']::-moz-range-thumb { width: 14px; height: 14px; border: 4px solid #fff; border-radius: 50%; background: var(--brand-600); box-shadow: 0 2px 8px rgba(76,29,149,.32); }
.bot-range-scale { display: flex; justify-content: space-between; margin-top: 6px; color: var(--ink-5); font-size: .65rem; }
.bot-builder-summary { position: sticky; top: 92px; min-width: 0; padding: 26px; border-radius: var(--radius-xl); background: linear-gradient(150deg, #4c1d95, #6d28d9 70%, #4c1d95); color: #fff; box-shadow: 0 24px 50px -34px rgba(46,16,101,.8); }
.bot-summary-kicker { color: #d8c7ff; font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bot-builder-summary h3 { margin: 7px 0 18px; color: #fff; font-size: 1.2rem; }
.bot-summary-price { display: flex; align-items: flex-start; margin-bottom: 18px; }
.bot-summary-price sup { margin-top: 8px; color: #d8c7ff; font-size: 1rem; font-weight: 800; }
.bot-summary-price strong { color: #fff; font-size: 3.25rem; line-height: 1; }
.bot-summary-price > span { align-self: flex-end; margin: 0 0 5px 5px; color: #d8c7ff; font-size: .75rem; }
.bot-summary-breakdown { display: grid; grid-template-columns: 1fr auto; gap: 7px 16px; padding: 14px 0; border-block: 1px solid rgba(255,255,255,.16); font-size: .78rem; }
.bot-summary-breakdown span { color: #d8c7ff; }
.bot-summary-resources { display: grid; gap: 10px; margin: 18px 0; }
.bot-summary-resources li { display: flex; align-items: center; gap: 10px; color: #f5f1ff; font-size: .8rem; }
.bot-summary-resources i { width: 26px; color: #9cecff; text-align: center; }
.bot-builder-summary .btn-light { display: inline-flex; justify-content: center; background: #fff; border-color: #fff; color: var(--brand-800); opacity: 1; }
.bot-builder-summary .btn-light:hover { background: #f5f0ff; color: var(--brand-900); }
.bot-builder-summary > p { margin: 12px 0 0; color: #cfc4ec; font-size: .68rem; text-align: center; }
.bot-unit-strip { width: 100%; max-width: 1160px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 16px; overflow: hidden; border: 1px solid rgba(122,52,255,.13); border-radius: 10px; background: rgba(122,52,255,.13); }
.bot-unit-strip span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; padding: 10px; background: rgba(255,255,255,.88); color: var(--ink-3); font-size: .74rem; text-align: center; }
.bot-unit-strip i { color: var(--brand-600); }

@media (max-width: 1000px) {
  .bot-hosting-hero .container { padding-right: 270px; }
  .bot-hosting-page .bot-hosting-main .page-hero.bot-hosting-hero::after { right: 8px; width: 250px; height: 340px; }
  .bot-platform-section .split { grid-template-columns: 1fr; gap: 34px; }
  .bot-builder-shell { grid-template-columns: 1fr; }
  .bot-builder-summary { position: static; }
  .bot-unit-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bot-region-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .bot-region-visual img {
    height: 220px;
  }
}

@media (max-width: 1450px) {
  .bot-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .bot-location-grid .location-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .bot-location-grid .location-mascot {
    width: 180px;
    height: 210px;
  }
}

@media (max-width: 680px) {
  .bot-hosting-hero { padding-block: 46px 315px; }
  .bot-hosting-hero .container { padding-right: 22px; text-align: center; }
  .bot-hosting-hero .breadcrumb, .bot-hosting-hero .cta { justify-content: center; }
  .bot-hosting-hero h1, .bot-hosting-hero .lead { margin-inline: auto; }
  .bot-hosting-page .bot-hosting-main .page-hero.bot-hosting-hero::after { display: block; right: 50%; bottom: -44px; width: 250px; height: 330px; transform: translateX(50%); }
  .bot-hosting-main > .section { padding-block: 50px; }
  .bot-location-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .bot-location-grid .location-card {
    grid-template-columns: 120px minmax(0, 1fr);
    min-height: 190px;
    padding: 20px;
  }
  .bot-location-grid .location-mascot {
    width: 120px;
    height: 165px;
    margin: -8px 0 -10px -6px;
  }
  .bot-base-picker, .bot-resource-picker, .bot-builder-summary { padding: 18px; }
  .bot-base-options { grid-template-columns: 1fr; }
  .bot-base-option small { white-space: normal; }
  .bot-resource-heading { align-items: flex-start; }
  .bot-unit-strip { grid-template-columns: 1fr; }
  .bot-region-grid {
    grid-template-columns: 1fr;
  }
  .bot-region-card {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 220px;
  }
  .bot-region-visual img {
    height: 185px;
  }
  .bot-region-copy {
    padding: 24px 22px;
  }
}

@media (max-width: 900px) {
  .page-hero::after { display: none; }
  .mascot-band-inner { min-height: 540px; grid-template-columns: minmax(360px, 1fr) minmax(310px, .8fr); gap: 26px; }
  .mascot-visual { height: 530px; }
  .mascot-copy { padding: 62px 0; }
  .mascot-service-object { width: 104px; }
  .mascot-service-object.service-bare-metal,
  .mascot-service-object.service-web { display: none; }
  .mascot-service-object.service-vps { left: -2%; }
  .mascot-service-object.service-network { left: -4%; }
  .mascot-service-object.service-bots { right: -1%; }
  .mascot-location-flag { width: 42px; }
  .mascot-location-flag.location-uk { left: 0; }
  .mascot-location-flag.location-us { left: 13%; }
  .mascot-location-flag.location-nz { left: 6.5%; }
  .products-section-head { grid-template-columns: minmax(0, 1fr) 150px; column-gap: 28px; }
  .products-head-mascot { width: 150px; }
  .cta-band { padding-inline: 145px; background-size: 116px auto; background-position: right 18px bottom -28px; }
}

@media (max-width: 680px) {
  .mascot-service-object.service-bots { display: none; }
}

@media (max-width: 680px) {
  .hh-summer-banner { min-height: 70px; }
  .hh-summer-banner-button { width: 100%; min-height: 70px; padding: 9px 48px 9px 82px; grid-template-columns: 1fr; gap: 0; }
  .hh-summer-banner-mascot { left: -7px; bottom: -51px; width: 88px; height: 119px; }
  .hh-summer-banner-copy small { font-size: .58rem; }
  .hh-summer-banner-copy strong { font-size: .84rem; }
  .hh-summer-banner-action { position: absolute; right: 12px; width: 30px; height: 30px; padding: 0; display: grid; place-items: center; font-size: 0; border-radius: 50%; }
  .hh-summer-banner-action i { font-size: .7rem; }
  .cta-band { padding-inline: 24px; background-image: none; }
  .hh-event-launcher { left: 10px; bottom: 18px; width: 112px; height: 124px; }
  .hh-event-launcher.with-cookie-panel { bottom: 318px; }
  .hh-event-launcher-sign small { font-size: .4rem; }
  .hh-event-launcher-sign strong { font-size: .59rem; }
  .hh-event-credit-highlight { grid-template-columns: 1fr; }
  .hh-event-bonus { min-height: 118px; }
}
@media (max-width: 800px) {
  .hh-event-layer { align-items: flex-start; padding: 12px; overflow-x: hidden; }
  .hh-event-card { width: min(100%, 560px); flex: 0 1 min(100%, 560px); max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding: 16px; border-radius: var(--radius-xl); }
  .hh-event-close { position: absolute; top: 14px; right: 14px; display: grid; opacity: 1; visibility: visible; }
  .hh-event-head { padding-right: 46px; }
  .hh-event-summer-scene { height: auto; margin: -4px -4px 16px; }
  .hh-event-promo-mascot { width: 88px; height: 88px; }
  .hh-storage-event-card { display: block; }
  .hh-storage-event-art { min-height: 210px; margin-bottom: 15px; }
}
@media (max-width: 520px) {
  .hh-event-layer { padding: 10px; }
  .hh-event-card { min-width: 0; padding: 14px; width: calc(100vw - 20px); flex-basis: calc(100vw - 20px); max-width: calc(100vw - 20px); max-height: calc(100dvh - 20px); box-sizing: border-box; }
  .hh-event-card > *, .hh-event-head > div { min-width: 0; max-width: 100%; }
  .hh-event-head { padding-right: 44px; }
  .hh-event-summer-scene { height: auto; }
  .hh-event-sun { width: 52px; height: 52px; }
  .hh-event-head h3 { font-size: 1.2rem; line-height: 1.2; }
  .hh-event-copy, .hh-event-meta { font-size: 0.84rem; overflow-wrap: anywhere; }
  .hh-event-credit-use { grid-template-columns: 1fr 1fr; }
  .hh-event-credit-use span { padding: 10px; font-size: 0.78rem; }
  .hh-event-credit-examples { grid-template-columns: 1fr; }
  .hh-event-credit-examples div { grid-template-columns: 1fr 14px 1fr; }
  .hh-event-actions { display: grid; }
  .hh-event-actions .btn { width: 100%; }
  .hh-storage-event-points { grid-template-columns: 1fr; }
}

.page-hero {
  position: relative; padding: 64px 0 52px;
  background: var(--brand-chrome);
  color: #fff; border-bottom: 0; overflow: hidden; text-align: center;
}
.page-hero[data-reveal] { opacity: 1; transform: none; }
.page-hero::before { content: none; }
.page-hero:not(.free-hosting-hero):not(.reseller-hero)::after {
  content: ""; position: absolute; z-index: 0; right: max(22px, calc((100vw - 1420px) / 2)); bottom: -20px;
  width: var(--hero-mascot-width, 300px); height: var(--hero-mascot-height, 360px); pointer-events: none;
  background: var(--hero-mascot-image, url('/assets/mascot/hyehost-bear-present-v3.webp')) center bottom / contain no-repeat;
  filter: drop-shadow(0 16px 18px rgba(54, 20, 112, .18));
}
.page-hero .container { position: relative; display: flex; flex-direction: column; align-items: center; }
.page-hero h1, .page-hero-glow h1 { max-width: 16ch; margin: 0 auto 16px; color: #fff !important; font-size: clamp(2.6rem, 5.2vw, 3.9rem); line-height: 1.04; letter-spacing: -0.042em; }
.page-hero .lead, .page-hero-glow .lead,
.page-hero .hero-lead, .page-hero-glow .hero-lead,
.page-hero .hero-copy > p, .page-hero .container > p {
  color: rgba(255,255,255,.8) !important;
}
.page-hero .lead, .page-hero-glow .lead { font-size: 1.08rem; max-width: 680px; line-height: 1.68; margin: 0 auto 24px; }
.page-hero .cta, .page-hero-glow .cta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.page-hero .grad, .page-hero-glow .grad { display: inline; background: none !important; color: #b8edff !important; -webkit-text-fill-color: #b8edff !important; filter: none; }
.page-hero .breadcrumb, .page-hero .breadcrumb a { color: rgba(255,255,255,.64); }
.page-hero .btn-primary { background: #fff; border-color: #fff; color: var(--brand-900); box-shadow: none; }
.page-hero .btn-primary:hover { background: #eee7ff; color: var(--brand-900); }
.page-hero .btn-outline { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.42); color: #fff; }
.page-hero .btn-outline:hover, .page-hero .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); color: #fff; }
.page-hero .btn-ghost { color: rgba(255,255,255,.78); }
.page-hero .hero-glow-orb { display: none; }
.page-hero .pill {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.9);
  box-shadow: none;
}
.page-hero .pill .dot { background: #a7f3d0; box-shadow: 0 0 0 4px rgba(167,243,208,.12); }
.page-hero .hero-stats {
  width: 100%; max-width: 860px; gap: 10px; margin-top: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-hero .managed-cloud-stat-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 920px; }
.page-hero .hero-stat {
  min-height: 94px; padding: 17px 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.19); border-radius: 8px;
  box-shadow: 0 14px 30px -24px rgba(12,4,38,.72), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.page-hero .hero-stat .v { color: #fff; font-size: 1.12rem; letter-spacing: 0; }
.page-hero .hero-stat .l { color: rgba(255,255,255,.68); margin-top: 6px; font-size: .76rem; }
.free-hosting-hero .container.hero-grid,
.reseller-hero .container.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.96fr);
  gap: 48px;
  align-items: center;
  text-align: left;
}
.free-hosting-hero .breadcrumb, .reseller-hero .breadcrumb { justify-content: flex-start; }
.free-hosting-hero .hero-copy, .reseller-hero .hero-copy { max-width: 560px; }
.free-hosting-hero .hero-copy h1, .reseller-hero .hero-copy h1 { max-width: none; margin-left: 0; }
.free-hosting-hero .hero-copy .lead, .reseller-hero .hero-copy .lead { max-width: none; margin-left: 0; }
.free-hosting-hero .cta, .reseller-hero .cta { justify-content: flex-start; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.82rem; color: var(--ink-4); margin: 0 0 20px; }
.breadcrumb a { color: var(--ink-4); }
.breadcrumb a:hover { color: var(--brand-600); }
.breadcrumb .sep { opacity: 0.5; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 68px; align-items: center; }
.split.reverse .split-text { order: 2; }
.split-text { max-width: 580px; }
.split-text h2 { margin-bottom: 16px; }
.split-text p { color: var(--ink-3); font-size: 1.02rem; }
.split-text .eyebrow { margin-bottom: 20px; }
.split-text .feat-list { margin-bottom: 26px; }
.split-media {
  background: var(--brand-700); border: 0;
  border-radius: var(--radius-lg); padding: 7px;
  box-shadow: 0 20px 42px rgba(20, 18, 42, 0.16);
  max-width: 560px; margin-inline: auto;
  transition: transform var(--transition), box-shadow var(--transition);
}
.split-media:hover { transform: translateY(-4px); box-shadow: 0 26px 52px rgba(91, 33, 182, 0.26); }
.split-media img { border-radius: 7px; width: 100%; }

/* Panel platform overview */
.panel-page {
  background: #f5f1fa;
}
.panel-page main > .section {
  background: transparent;
  border: 0;
}
.panel-page .split-media {
  padding: 10px;
  border: 1px solid #ddd3e9;
  border-radius: 8px;
  background: #ece6f4;
  box-shadow: 0 14px 32px rgba(46, 16, 101, 0.08);
}
.panel-page .split-media img {
  border-radius: 5px;
  box-shadow: 0 7px 18px rgba(46, 16, 101, 0.1);
}
.panel-platform-section,
.panel-workflows {
  background: transparent;
}
.panel-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.panel-capability {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  min-width: 0;
  min-height: 136px;
  padding: 20px;
  border: 1px solid #ddd3e9;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink-1);
  box-shadow: 0 10px 24px rgba(46, 16, 101, 0.05);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.panel-capability:hover {
  transform: translateY(-2px);
  border-color: #c7b5df;
  box-shadow: 0 14px 28px rgba(46, 16, 101, 0.08);
}
.panel-capability .ic {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: #6d28d9;
  color: #fff;
  box-shadow: 0 7px 16px rgba(109, 40, 217, 0.22);
}
.panel-capability span:last-child {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 6px;
  padding-top: 1px;
}
.panel-capability strong {
  font-size: 1rem;
  line-height: 1.25;
}
.panel-capability small {
  color: var(--ink-3);
  font-size: .84rem;
  line-height: 1.45;
}
.panel-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.panel-shot {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #ddd3e9;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 32px rgba(46, 16, 101, 0.07);
}
.panel-shot > a:first-child {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  padding: 10px;
  background: #ece6f4;
}
.panel-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(46, 16, 101, 0.1);
  transition: transform .35s ease;
}
.panel-shot:hover img { transform: translateY(-2px); }
.panel-shot > div { padding: 20px; }
.panel-shot > div > span {
  color: var(--brand-700);
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.panel-shot h3 { margin: 6px 0 8px; font-size: 1.18rem; }
.panel-shot p { margin: 0 0 12px; color: var(--ink-3); }
.panel-shot > div > a { color: var(--brand-700); font-weight: 800; font-size: .88rem; }
.panel-shot > div > a i { margin-left: 5px; }
@media (max-width: 900px) {
  .panel-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .panel-capability-grid,
  .panel-shot-grid { grid-template-columns: 1fr; }
  .panel-shot > a:first-child { aspect-ratio: 16 / 10; }
  .panel-capability {
    min-height: 0;
    padding: 16px;
  }
  .panel-shot > div { padding: 17px; }
}

.managed-cloud-storage-layout { max-width: 1060px; margin: 0 auto; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 390px); align-items: start; gap: 44px; }
.managed-cloud-storage-layout .split-text { max-width: none; padding-top: 6px; }
.managed-cloud-storage-layout .split-media { width: 100%; max-width: none; margin-inline: 0; }

.product-grid, .bento, .steps, .os-grid, .price-band, .hero-stats { margin-inline: auto; }

.os-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; max-width: 1080px; }
.os-card { flex: 0 1 168px; max-width: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 142px; padding: 22px 14px; background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-md); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); box-shadow: var(--shadow-xs); }
.os-card:hover { transform: translateY(-3px); border-color: var(--brand-300); box-shadow: var(--shadow-sm); }
.os-card img { width: 42px; height: 42px; object-fit: contain; }
.os-card span { font-size: 0.86rem; font-weight: 500; color: var(--ink-2); }

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

.tabs-shell { width: 100%; max-width: 1160px; margin-inline: auto; text-align: left; }
.tabs { width: 100%; display: flex; gap: 4px; padding: 5px; background: #e5daf2; border: 1px solid #d9c8e9; border-radius: var(--radius-md); margin: 0 0 40px; box-shadow: none; }
.tab-btn { flex: 1 1 0; justify-content: center; padding: 12px 18px; border-radius: var(--radius-sm); font-size: 0.9rem; font-weight: 600; color: var(--ink-3); transition: background var(--transition), color var(--transition), box-shadow var(--transition); display: inline-flex; align-items: center; gap: 8px; }
.tab-btn:hover { color: var(--ink); }
.tab-btn.active { background: var(--bg); color: var(--ink); box-shadow: var(--shadow-xs); border: 0; }

.home-product-grid .card.home-primary-product { background: var(--gradient-brand); border-color: var(--brand-700); box-shadow: 0 18px 36px -20px rgba(91, 33, 182, 0.62); }
.home-product-grid .card.home-primary-product h3, .home-product-grid .card.home-primary-product .price strong { color: #ffffff; }
.home-product-grid .card.home-primary-product .desc, .home-product-grid .card.home-primary-product .price, .home-product-grid .card.home-primary-product .price .per, .home-product-grid .card.home-primary-product .feat-list li { color: rgba(255, 255, 255, 0.76); }
.home-product-grid .card.home-primary-product .feat-list li i { color: #c4b5fd; }
.home-product-grid .card.home-primary-product .card-icon { background: rgba(255, 255, 255, 0.09); border-color: rgba(255, 255, 255, 0.12); color: #d8c7ff; }
.home-product-grid .card.home-primary-product .btn-primary { background: #ffffff; color: var(--brand-800); box-shadow: none; }
.home-product-grid .card.home-primary-product .btn-primary:hover { background: #f0ebff; color: var(--brand-800); }
.home-product-grid .card.home-primary-product .tag { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.20); color: #ffffff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn 360ms ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 280px)); justify-content: center; align-items: stretch; gap: 20px; counter-reset: step; }
.step { position: relative; padding: 26px 20px 22px; min-height: 100%; background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); transition: transform var(--transition), box-shadow var(--transition); }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: 24px; right: 22px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient-brand); color: #fff; font-weight: 800; font-size: 0.9rem; box-shadow: var(--shadow-brand); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-3); font-size: 0.9rem; margin: 0; }

.lead-muted { color: var(--ink-3); }
.kbd { font-family: var(--font-mono); font-size: 0.85em; background: var(--bg-code); border: 1px solid var(--surface-border); border-radius: 6px; padding: 2px 7px; }
.note { background: #f3ecfb; border: 1px solid var(--surface-border); border-left: 4px solid var(--brand-600); border-radius: var(--radius-lg); padding: 18px 22px; color: var(--ink-2); font-size: 0.94rem; }
.note strong { color: var(--brand-800); }
.note i { color: var(--brand-600); margin-right: 8px; }
.note-spaced { margin-top: 20px; }
.section-subhead { display: flex; align-items: center; gap: 10px; margin: 24px 0 14px; font-size: 1.1rem; }
.section-subhead i { color: var(--brand-600); }
.single-card-grid { max-width: 400px; margin: 0 auto; }
.card-dashed { border-style: dashed; border-color: var(--surface-border-strong); background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-subtle) 100%); }
.content-narrow { max-width: 700px; }
.demo-link { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.ha-panel { display: grid; gap: 18px; }
.ha-visual { border: 1px solid var(--surface-border); border-radius: var(--radius-lg); padding: 12px; background: var(--bg-inset); }
.ha-topology-svg { width: 100%; height: auto; display: block; }
.ha-topology-svg .ha-link { fill: none; stroke: #7a34ff; stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 8 6; opacity: 0.85; }
.ha-topology-svg .ha-node { fill: #f3edff; stroke: var(--brand-400); stroke-width: 2; }
.ha-topology-svg .ha-node circle:last-child { fill: #f8f5ff; }
.ha-topology-svg .ha-node text { font-size: 0.82rem; fill: #4b5563; font-weight: 700; dominant-baseline: middle; }
.ha-topology-svg .ha-packet { fill: #6d28d9; filter: drop-shadow(0 0 6px rgba(109, 40, 217, 0.5)); }
.ha-caption { background: var(--bg-inset); border: 1px solid var(--surface-border); border-radius: var(--radius-md); padding: 15px 18px; }
.tiny-copy { color: var(--ink-3); font-size: 0.86rem; margin: 0; line-height: 1.55; }

.managed-cloud-hero .pill { margin-bottom: 20px; }
.managed-cloud-hero h1 { max-width: 14ch; }
.managed-cloud-hero .lead { max-width: 880px; }
.managed-cloud-stat-grid { max-width: 1100px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.managed-cloud-stat-grid .stat-card { min-width: 0; }
.managed-cloud-core-grid, .managed-cloud-use-grid, .managed-cloud-policy-grid { max-width: 1160px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.managed-cloud-core-grid .card, .managed-cloud-use-grid .card, .managed-cloud-policy-grid .card { min-width: 0; }
.managed-cloud-section-band { background: transparent; }
.managed-cloud-ha-layout { max-width: 1160px; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: center; gap: 46px; }
.managed-cloud-note { margin-top: 12px; }
.managed-cloud-cluster-shell { width: 100%; max-width: none; padding: 20px; background: linear-gradient(180deg, #fbf9ff 0%, #f3edff 100%); border-radius: var(--radius-xl); }
.managed-cloud-cluster-visual { border: 1px solid rgba(122, 52, 255, 0.14); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 237, 255, 0.96)); padding: 14px; }
.managed-cloud-cluster-svg { width: 100%; height: auto; display: block; }
.managed-cloud-link { fill: none; stroke: url(#linkGlow); stroke-width: 5; stroke-linecap: round; opacity: 0.9; }
.managed-cloud-fabric path { fill: none; stroke: rgba(109, 40, 217, 0.24); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 8 10; }
.managed-cloud-rack .rack-frame { fill: url(#rackGlow); stroke: rgba(122, 52, 255, 0.3); stroke-width: 2; }
.managed-cloud-rack .rack-cap { fill: rgba(122, 52, 255, 0.12); }
.managed-cloud-rack text { fill: #1f2937; font-size: 0.95rem; font-weight: 700; }
.managed-cloud-rack .rack-copy { fill: #667085; font-size: 0.68rem; font-weight: 600; text-anchor: middle; }
.managed-cloud-rack .rack-unit { fill: #ffffff; stroke: rgba(122, 52, 255, 0.16); stroke-width: 1.4; }
.managed-cloud-rack .rack-led.live { fill: #22c55e; }
.managed-cloud-rack .rack-led.sync { fill: #8b5cf6; }
.managed-cloud-packets circle { fill: #7a34ff; }
.managed-cloud-fabric-labels text { fill: #6b7280; font-size: 0.82rem; font-weight: 700; text-anchor: middle; }
.managed-cloud-steps { max-width: 1160px; }

.location-grid { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 18px; max-width: 960px; margin: 0 auto; }
.location-card { display: flex; align-items: center; gap: 16px; padding: 24px 22px; background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); transition: transform var(--transition), box-shadow var(--transition); }
.location-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.location-card.soon { opacity: 1; background: #efe5fa; }
.location-flag { width: 54px; height: 38px; flex: 0 0 auto; object-fit: cover; border-radius: 9px; border: 1px solid var(--surface-border); box-shadow: var(--shadow-xs); }
.location-mascot {
  width: 88px;
  height: 132px;
  flex: 0 0 auto;
  align-self: center;
  margin: -10px 0 -12px -8px;
  object-fit: contain;
  object-position: center;
}
.vps-location-grid .location-mascot,
.bot-location-grid .location-mascot {
  width: 96px;
  height: 142px;
}
.bot-location-grid .location-mascot {
  width: 220px;
  height: 238px;
  margin: -10px 0 -12px -8px;
}
.location-card h3 { margin: 0 0 4px; font-size: 1.05rem; }
.location-card p { margin: 0; color: var(--ink-3); font-size: 0.92rem; line-height: 1.45; }
.location-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.location-badge { display: inline-flex; align-items: center; justify-content: center; padding: 4px 11px; border-radius: 999px; border: 1px solid var(--surface-border-strong); background: var(--bg); color: var(--ink-3); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.location-badge.live { background: #ecfdf5; border-color: #86efac; color: #166534; }
.location-badge.soon { background: var(--accent-soft); border-color: var(--brand-200); color: var(--brand-700); }
.location-badge i { margin-right: 6px; }
.vps-location-section { padding-top: 58px; padding-bottom: 58px; }
.vps-location-section > .container {
  max-width: 1500px;
}
.vps-location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 1240px);
  max-width: none;
  gap: 24px;
}
.vps-location-grid .location-card {
  display: grid;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
  align-items: center;
  min-height: 290px;
  overflow: hidden;
  padding: 0;
  gap: 0;
  border-color: rgba(122,52,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 48px -38px rgba(76,29,149,.7);
}
.vps-location-grid .location-card > .location-mascot {
  align-self: stretch;
  width: 100%;
  height: 290px;
  margin: 0;
  padding: 18px 10px;
  background: rgba(122,52,255,.055);
}
.vps-location-grid .location-card > div {
  min-width: 0;
  padding: 30px 34px;
}
.vps-location-grid .location-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.vps-location-grid .location-card p {
  font-size: 1rem;
  line-height: 1.55;
}
.transit-location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1240px);
  max-width: none;
  gap: 22px;
}
.transit-location-grid .location-card {
  display: grid;
  grid-template-rows: 230px auto;
  align-items: stretch;
  min-height: 390px;
  overflow: hidden;
  padding: 0;
  gap: 0;
  border-color: rgba(122,52,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.88);
}
.transit-location-grid .location-mascot {
  width: 100%;
  height: 230px;
  margin: 0;
  padding: 14px 18px 4px;
  background: rgba(122,52,255,.055);
}
.transit-location-grid .location-card > div {
  padding: 24px 26px 28px;
  text-align: center;
}
.transit-location-grid .location-card h3 {
  font-size: 1.2rem;
}
.transit-location-grid .location-card p {
  font-size: .96rem;
  line-height: 1.5;
}
.tunnel-roadmap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 0;
  padding: 9px 13px;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.62);
  color: var(--ink-4);
  font-size: 0.8rem;
}
.tunnel-roadmap img { width: 25px; height: 17px; border-radius: 3px; object-fit: cover; }
.tunnel-roadmap strong { color: var(--ink-2); }
.ipv4-tunnels-page .tunnel-pricing-table {
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.ipv4-tunnels-page .tunnel-pricing-table thead { display: none; }
.ipv4-tunnels-page .tunnel-pricing-table tbody {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ipv4-tunnels-page .tunnel-pricing-table tbody tr {
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 250px;
  padding: 20px;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow-xs);
}
.ipv4-tunnels-page .tunnel-pricing-table tbody tr:hover {
  background: #fff;
  border-color: var(--brand-200);
  box-shadow: var(--shadow-sm);
}
.ipv4-tunnels-page .tunnel-pricing-table tbody tr.popular {
  border-color: var(--brand-400);
  background: linear-gradient(180deg, #fff 0%, #f7f1ff 100%);
}
.ipv4-tunnels-page .tunnel-pricing-table tbody tr.popular::after {
  content: "Popular";
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--accent-soft);
  color: var(--brand-700);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}
.ipv4-tunnels-page .tunnel-pricing-table td {
  display: block;
  padding: 0;
  border: 0;
}
.ipv4-tunnels-page .tunnel-pricing-table td:nth-child(3),
.ipv4-tunnels-page .tunnel-pricing-table td:nth-child(4) { display: none; }
.ipv4-tunnels-page .tunnel-pricing-table td::before { display: none; }
.ipv4-tunnels-page .tunnel-pricing-table .name-cell { padding-right: 42px; }
.ipv4-tunnels-page .tunnel-pricing-table .name strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.35rem;
}
.ipv4-tunnels-page .tunnel-pricing-table .name span {
  display: block;
  min-height: 42px;
  line-height: 1.4;
}
.ipv4-tunnels-page .tunnel-pricing-table td:nth-child(2) {
  margin-top: 18px;
  color: var(--ink-3);
}
.ipv4-tunnels-page .tunnel-pricing-table td:nth-child(2)::before {
  content: "Included addresses";
  display: block;
  margin-bottom: 5px;
  color: var(--ink-4);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.ipv4-tunnels-page .tunnel-pricing-table .price-cell {
  margin-top: auto;
  padding-top: 20px;
}
.ipv4-tunnels-page .tunnel-pricing-table .price-cell strong {
  color: var(--brand-700);
  font-size: 1.45rem;
}
.ipv4-tunnels-page .tunnel-pricing-table td:last-child { margin-top: 14px; }
.ipv4-tunnels-page .tunnel-pricing-table td:last-child .btn { width: 100%; }
@media (max-width: 980px) {
  .ipv4-tunnels-page .tunnel-pricing-table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .ipv4-tunnels-page .tunnel-pricing-table tbody { grid-template-columns: 1fr; }
  .ipv4-tunnels-page .tunnel-pricing-table tbody tr { min-height: 0; }
  .tunnel-roadmap { align-items: flex-start; }
}
.steps-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1160px; }

.error-shell { min-height: 60vh; display: flex; align-items: center; text-align: center; }
.error-inner { max-width: 680px; margin: 0 auto; }
.error-code { font-size: clamp(5rem, 18vw, 9rem); line-height: 1; font-weight: 800; margin: 0 0 8px; background: var(--gradient-brand-bright); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.error-title { font-size: 1.7rem; margin: 0 0 16px; }
.error-copy { color: var(--ink-3); font-size: 1.06rem; margin: 0 0 32px; }
.error-grid { max-width: 560px; margin: 0 auto 32px; text-align: left; }
.cert-grid { max-width: 520px; margin: 0 auto; }
.cert-grid .hero-stat { justify-content: center; }
.cert-grid img { max-width: 160px; width: 100%; height: auto; }
.divider { height: 1px; background: var(--hairline); margin: 0; border: 0; }

.prose { max-width: 780px; }
.prose h2 { font-size: 1.45rem; margin: 38px 0 16px; }
.prose h3 { font-size: 1.12rem; margin: 26px 0 12px; }
.prose p { color: var(--ink-3); }
.prose ul { list-style: disc; padding-left: 22px; margin: 0 0 16px; }
.prose ul li { margin-bottom: 6px; color: var(--ink-3); }
.prose a { color: var(--brand-600); text-decoration: underline; text-underline-offset: 3px; }
.prose .updated { color: var(--ink-4); font-size: 0.88rem; margin-bottom: 24px; }
.compare-table-shell { overflow: auto; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: var(--bg-card); }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.compare-table th, .compare-table td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--hairline); vertical-align: top; font-size: 0.92rem; line-height: 1.45; }
.compare-table thead th { background: #faf7ff; color: var(--ink-2); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; text-align: center; }
.compare-table thead th:first-child { text-align: left; }
.compare-table thead th:last-child, .compare-table tbody td:last-child, .compare-table tbody th:last-child { min-width: 250px; }
.compare-table tbody td { white-space: nowrap; text-align: center; }
.compare-table tbody tr.feature-section td { text-align: left; }
.compare-table tbody th { font-weight: 700; width: 180px; font-size: 0.85rem; color: var(--ink); white-space: nowrap; }
.compare-table tbody tr:last-child td, .compare-table tbody tr:last-child th { border-bottom: 0; }
.compare-table tbody tr.feature-section th { background: linear-gradient(180deg, var(--bg-inset) 0%, #ffffff 100%); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-700); padding-top: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--brand-200); }
.compare-table tbody tr.feature-section td { background: var(--bg-inset); border-bottom: 2px solid var(--brand-200); }
.compare-table .yes { color: #16a34a; font-size: 1rem; }
.compare-table .no { color: var(--ink-5); font-size: 1rem; }
.compare-table .partial { color: #d97706; font-size: 0.86rem; }
.compare-table td .ic-val { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-3); }
.compare-table td .ic-val i { color: var(--brand-500); font-size: 0.82rem; }
.compare-table thead th .col-name { display: block; font-size: 0.92rem; font-weight: 700; text-transform: none; letter-spacing: 0; color: var(--ink); margin-bottom: 2px; }
.compare-table thead th .col-price { display: block; font-size: 0.78rem; font-weight: 600; color: var(--brand-600); text-transform: none; letter-spacing: 0; }
.compare-table thead th.col-featured { background: linear-gradient(180deg, var(--accent-soft) 0%, #faf7ff 100%); border-bottom: 2px solid var(--brand-300); }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.faq-item:hover { border-color: var(--brand-200); box-shadow: var(--shadow-xs); background: var(--bg-subtle); }
.faq-question {
  all: unset;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: inherit;
}
.faq-question:hover { color: var(--ink); }
.faq-question:focus-visible { outline: 3px solid var(--accent-ring); outline-offset: 2px; border-radius: 8px; }
.faq-question span { display: inline-block; text-align: left; font-size: 1.05rem; font-weight: 600; line-height: 1.3; }
.faq-question::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--bg-subtle);
  color: var(--brand-700);
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--surface-border-strong);
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
  flex: 0 0 auto;
  padding-top: 1px;
}
.faq-item[data-faq-state="open"] .faq-question::after { content: "−"; transform: rotate(180deg); }
.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height var(--transition), opacity var(--transition), margin-top var(--transition);
}
.faq-item .faq-answer p { margin: 0; color: var(--ink-3); font-size: 0.94rem; }
.faq-item[data-faq-state="open"] .faq-answer,
.faq-item[data-faq-hover="open"] .faq-answer {
  max-height: 1000px;
  opacity: 1;
  margin-top: 12px;
}
.faq-item .faq-answer p { color: var(--ink-3); }
.blog-filter-panel { display: grid; gap: 13px; max-width: 1160px; margin: 0 auto 26px; padding: 14px 16px; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.84); box-shadow: var(--shadow-xs); }
.blog-filter-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.blog-filter-copy { flex: 0 0 auto; }
.blog-filter-copy span { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 3px; color: var(--brand-700); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.blog-filter-copy span::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--brand-500); box-shadow: 0 0 0 4px rgba(122, 52, 255, 0.12); }
.blog-filter-copy p { margin: 0; color: var(--ink-4); font-size: 0.8rem; line-height: 1.4; }
.blog-filter-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; width: min(100%, 650px); }
.blog-search { position: relative; flex: 1 1 250px; min-width: 180px; }
.blog-search > i { position: absolute; left: 13px; top: 50%; color: var(--ink-5); transform: translateY(-50%); pointer-events: none; }
.blog-search input { width: 100%; min-height: 40px; padding: 9px 13px 9px 38px; border-radius: var(--radius-md); border: 1px solid var(--surface-border-strong); background: var(--bg); color: var(--ink); font: inherit; box-shadow: 0 1px 2px rgba(26, 18, 67, 0.04) inset; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); }
.blog-search input::placeholder { color: var(--ink-5); }
.blog-search input:focus { outline: 0; border-color: var(--brand-300); background: #ffffff; box-shadow: 0 0 0 4px rgba(122, 52, 255, 0.12); }
.blog-topic-select { position: relative; display: flex; align-items: center; flex: 0 1 220px; min-width: 165px; }
.blog-topic-select > i { position: absolute; left: 13px; color: var(--brand-600); pointer-events: none; }
.blog-topic-select select { width: 100%; min-height: 40px; padding: 9px 34px 9px 37px; border: 1px solid var(--surface-border-strong); border-radius: var(--radius-md); background: var(--bg); color: var(--ink-2); font: inherit; font-size: 0.84rem; font-weight: 700; cursor: pointer; }
.blog-topic-select select:focus { outline: 0; border-color: var(--brand-300); box-shadow: 0 0 0 4px rgba(122, 52, 255, 0.12); }
.blog-rss-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 9px 13px; border: 1px solid #f1c6a7; border-radius: var(--radius-md); background: #fff7ed; color: #a84514; font-size: 0.82rem; font-weight: 800; white-space: nowrap; }
.blog-rss-link:hover { border-color: #e99b62; background: #ffedd5; color: #8b3410; transform: translateY(-1px); }
.blog-filter-controls { display: flex; align-items: center; gap: 7px; padding-top: 11px; border-top: 1px solid var(--hairline); overflow-x: auto; scrollbar-width: none; }
.blog-filter-controls::-webkit-scrollbar { display: none; }
.blog-filter-btn { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; min-height: 31px; padding: 6px 10px; border-radius: var(--radius-pill); border: 1px solid transparent; background: transparent; color: var(--ink-3); font-size: 0.78rem; font-weight: 700; transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition); }
.blog-filter-btn span { display: inline-grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--bg-subtle); color: var(--ink-4); font-size: 0.66rem; }
.blog-filter-btn:hover { transform: translateY(-1px); border-color: var(--brand-300); color: var(--brand-700); background: var(--accent-soft); }
.blog-filter-btn.active { border-color: var(--brand-300); color: var(--brand-800); background: var(--accent-soft); box-shadow: 0 8px 18px -12px rgba(122, 52, 255, 0.35); }
.blog-filter-btn.active span { background: #ffffff; color: var(--brand-700); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1160px; margin: 0 auto; align-items: stretch; }
.blog-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 100%; gap: 14px; padding: 18px; background: #ffffff; border: 1px solid var(--surface-border); border-radius: var(--radius-xl); box-shadow: var(--shadow-xs); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); overflow: hidden; }
.blog-card[hidden] { display: none; }
.blog-card:first-child { grid-column: span 2; min-height: 320px; padding: 32px; background: #fbfaff; border-color: var(--surface-border); }
.blog-card:hover { transform: translateY(-4px); border-color: #d9d9e1; box-shadow: var(--shadow-md); }
.blog-card-media { display: block; aspect-ratio: 16 / 9; margin: -2px -2px 2px; border-radius: calc(var(--radius-xl) - 6px); overflow: hidden; background: var(--accent-soft); border: 1px solid var(--hairline); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); }
.blog-card:hover .blog-card-media img { transform: scale(1.035); }
.blog-card:first-child .blog-card-media { aspect-ratio: 16 / 7; margin: -10px -10px 4px; }
.blog-card-meta, .article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--ink-4); font-size: 0.84rem; }
.blog-card-meta span, .article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.blog-card-meta span:last-child { padding: 4px 9px; border-radius: 999px; background: var(--brand-100); border: 1px solid transparent; color: var(--brand-800); font-size: 0.74rem; font-weight: 800; }
.blog-card h2 { margin: 0; font-size: 1.18rem; line-height: 1.28; }
.blog-card:first-child h2 { max-width: 760px; font-size: 1.72rem; }
.blog-card p { margin: 0; color: var(--ink-3); line-height: 1.6; }
.blog-card-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.blog-post-hero { padding: 54px 0 34px; background: linear-gradient(180deg, #f5f0fb 0%, #ebe0f7 100%); border-bottom: 1px solid #ddceec; }
.blog-post-hero-inner { display: grid; gap: 18px; max-width: 1040px; }
.blog-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--ink-4); font-size: 0.84rem; }
.blog-breadcrumbs a { color: var(--brand-700); font-weight: 700; }
.blog-post-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--ink-4); font-size: 0.88rem; }
.blog-post-meta span { display: inline-flex; align-items: center; gap: 7px; }
.blog-post-tag { padding: 5px 10px; border-radius: var(--radius-pill); border: 1px solid transparent; background: var(--brand-100); color: var(--brand-800); font-weight: 800; }
.blog-post-hero h1 { max-width: 920px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1.04; color: var(--ink); letter-spacing: 0; }
.self-hosted-apps-post .blog-post-hero h1 { overflow-wrap: anywhere; }
.selfhost-start-panel { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 24px; margin-bottom: 34px; padding: 26px; border: 1px solid rgba(109, 40, 217, .16); border-radius: var(--radius-lg); background: linear-gradient(135deg, #fff 0%, #f7f2ff 100%); box-shadow: var(--shadow-sm); }
.selfhost-start-copy h2 { margin: 10px 0 10px; font-size: 1.55rem; line-height: 1.15; }
.selfhost-start-copy p { margin: 0; color: var(--ink-3); }
.selfhost-start-options { display: grid; gap: 10px; }
.selfhost-start-options a { display: grid; grid-template-columns: 38px minmax(0, 1fr) 18px; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(109, 40, 217, .14); border-radius: var(--radius-sm); background: #fff; color: var(--ink); text-decoration: none; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.selfhost-start-options a:hover { transform: translateY(-2px); border-color: var(--brand-400); box-shadow: var(--shadow-sm); }
.selfhost-start-options a > i:first-child { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: var(--accent-soft); color: var(--brand-600); }
.selfhost-start-options span { display: grid; min-width: 0; }
.selfhost-start-options strong { color: var(--ink); }
.selfhost-start-options small { margin-top: 2px; color: var(--ink-4); line-height: 1.35; }
.selfhost-start-options a > i:last-child { color: var(--brand-500); }
.selfhost-app-directory { min-width: 0; margin: 0 0 38px; }
.selfhost-app-directory-head { margin-bottom: 18px; }
.selfhost-app-directory-head h2 { margin: 10px 0 6px; }
.selfhost-app-directory-head p { margin: 0; color: var(--ink-3); }
.selfhost-app-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.selfhost-app-grid a { min-height: 92px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 12px 8px; border: 1px solid rgba(109, 40, 217, .13); border-radius: var(--radius-sm); background: #fff; color: var(--ink-2); font-size: .78rem; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 4px 14px rgba(48, 25, 84, .04); transition: transform var(--transition), border-color var(--transition); }
.selfhost-app-grid a:hover { transform: translateY(-2px); border-color: var(--brand-400); }
.selfhost-app-grid img { width: 38px; height: 38px; object-fit: contain; }
.self-hosted-apps-post .blog-post-content h3 a { color: var(--brand-700); text-decoration: underline; text-decoration-color: rgba(109, 40, 217, .28); text-underline-offset: 3px; }
.blog-post-hero p { max-width: 820px; margin: 0; color: var(--ink-3); font-size: 1.1rem; line-height: 1.7; }
.blog-post-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.blog-post-cover { margin: 10px 0 0; overflow: hidden; border: 1px solid var(--surface-border); border-radius: var(--radius-xl); background: var(--bg-card); box-shadow: var(--shadow-md); }
.blog-post-cover img { width: 100%; aspect-ratio: 16 / 8.4; object-fit: cover; display: block; }
.blog-post-body { padding: 44px 0 70px; }
.blog-post-layout { display: grid; grid-template-columns: 250px minmax(0, 820px); gap: 34px; align-items: start; }
.blog-post-sidebar { position: sticky; top: 94px; display: grid; gap: 16px; }
.blog-sidebar-card { display: grid; gap: 8px; padding: 16px; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: #f3ecfb; box-shadow: var(--shadow-xs); }
.blog-sidebar-card h2 { margin: 0 0 4px; color: var(--ink); font-size: 0.9rem; line-height: 1.3; }
.blog-sidebar-card a { display: block; padding: 7px 0; color: var(--ink-3); font-size: 0.88rem; line-height: 1.35; border-top: 1px solid var(--hairline); }
.blog-sidebar-card a:first-of-type { border-top: 0; }
.blog-sidebar-card a:hover { color: var(--brand-800); }
.blog-post-content { display: grid; gap: 20px; color: var(--ink-3); font-size: 1rem; line-height: 1.75; }
.blog-post-content h2 { margin: 22px 0 0; color: var(--ink); font-size: 1.55rem; line-height: 1.25; }
.blog-post-content h3 { margin: 10px 0 0; color: var(--ink); font-size: 1.16rem; line-height: 1.35; }
.blog-post-content p { margin: 0; }
.blog-post-content ul, .blog-post-content ol { display: grid; gap: 10px; margin: 0; padding-left: 22px; }
.blog-post-content li { padding-left: 2px; }
.blog-post-content code { font-family: var(--font-mono); font-size: 0.92em; color: var(--brand-800); background: var(--bg-code); border: 1px solid var(--surface-border); border-radius: 6px; padding: 2px 6px; }
.blog-post-content pre { margin: 0; padding: 18px 20px; overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--surface-border); background: #14122a; color: #f8f6fc; box-shadow: var(--shadow-xs); }
.blog-post-content pre code { display: block; padding: 0; border: 0; background: transparent; color: inherit; font-size: 0.86rem; line-height: 1.7; }
.blog-table-wrap { overflow-x: auto; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: #ffffff; box-shadow: var(--shadow-xs); }
.blog-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
.blog-table-wrap th, .blog-table-wrap td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--hairline); line-height: 1.55; }
.blog-table-wrap th { color: var(--ink); background: var(--bg-subtle); font-size: 0.82rem; font-weight: 800; }
.blog-table-wrap tr:last-child td { border-bottom: 0; }
.blog-callout { display: grid; gap: 12px; padding: 20px 22px; border: 1px solid var(--surface-border); border-left: 3px solid var(--brand-500); border-radius: var(--radius-lg); background: #fbfaff; color: var(--ink-2); }
.blog-callout h2 { margin: 0; font-size: 1.16rem; }
.blog-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.blog-related-grid a { display: grid; gap: 5px; min-width: 0; padding: 14px; border-radius: var(--radius-md); border: 1px solid var(--surface-border); background: rgba(255, 255, 255, 0.78); color: var(--ink-2); }
.blog-related-grid a:hover { border-color: var(--brand-300); background: #ffffff; transform: translateY(-1px); }
.blog-related-grid strong { color: var(--brand-800); }
.blog-related-grid span { color: var(--ink-4); font-size: 0.86rem; line-height: 1.45; }
.blog-post-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.blog-post-nav a { display: grid; gap: 7px; min-width: 0; padding: 18px; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: linear-gradient(165deg, #ffffff 0%, var(--bg-subtle) 100%); box-shadow: var(--shadow-xs); color: var(--ink-2); }
.blog-post-nav a:hover { transform: translateY(-2px); border-color: var(--brand-300); box-shadow: var(--shadow-sm); color: var(--ink); }
.blog-post-nav span { color: var(--brand-700); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.blog-post-nav strong { color: var(--ink); font-size: 1rem; line-height: 1.35; }
.article-shell { max-width: 860px; margin: 0 auto; }
.article-body { display: grid; gap: 22px; color: var(--ink-3); font-size: 1rem; line-height: 1.75; }
.article-body h2 { color: var(--ink); font-size: 1.55rem; line-height: 1.25; margin: 20px 0 0; }
.article-body h3 { color: var(--ink); font-size: 1.16rem; line-height: 1.35; margin: 12px 0 0; }
.article-body p { margin: 0; }
.article-body ul { display: grid; gap: 10px; margin: 0; padding-left: 22px; }
.article-body li { padding-left: 2px; }
.article-body code { font-family: var(--font-mono); font-size: 0.92em; color: var(--brand-800); background: var(--bg-code); border: 1px solid var(--surface-border); border-radius: 6px; padding: 2px 6px; }
.article-body pre { margin: 0; padding: 18px 20px; overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--surface-border); background: #14122a; color: #f8f6fc; box-shadow: var(--shadow-xs); }
.article-body pre code { display: block; padding: 0; border: 0; background: transparent; color: inherit; font-size: 0.86rem; line-height: 1.7; }
.article-callout { padding: 20px 22px; border: 1px solid var(--brand-200); border-left: 4px solid var(--brand-600); border-radius: var(--radius-lg); background: #f1e8fa; color: var(--ink-2); }
.article-callout strong { color: var(--brand-800); }
.article-cover { margin: 0 0 34px; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--surface-border); box-shadow: var(--shadow-md); background: var(--bg-card); }
.article-cover img { width: 100%; aspect-ratio: 16 / 8.4; object-fit: cover; }
.article-cover figcaption { padding: 12px 16px; color: var(--ink-4); font-size: 0.86rem; line-height: 1.5; border-top: 1px solid var(--hairline); background: linear-gradient(180deg, #ffffff 0%, var(--bg-subtle) 100%); }
.article-topic-row { display: flex; flex-wrap: wrap; gap: 9px; margin: -14px 0 28px; }
.article-topic-row a { display: inline-flex; align-items: center; min-height: 32px; padding: 7px 11px; border-radius: var(--radius-pill); border: 1px solid var(--brand-200); background: var(--accent-soft); color: var(--brand-700); font-size: 0.8rem; font-weight: 800; }
.article-topic-row a::before { content: "#"; opacity: 0.72; margin-right: 2px; }
.article-topic-row a:hover { background: #ffffff; border-color: var(--brand-300); color: var(--brand-800); }
.article-guide-panel { margin: 0 0 30px; }
.article-guide-card { position: relative; overflow: hidden; display: grid; gap: 18px; padding: 20px; border: 1px solid var(--brand-200); border-radius: var(--radius-xl); background: linear-gradient(165deg, #ffffff 0%, #efe5fa 100%); box-shadow: var(--shadow-xs); }
.article-guide-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--gradient-brand-bright); opacity: 0.9; }
.article-guide-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-700); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.article-guide-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.article-toc { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid var(--hairline); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-toc strong { grid-column: 1 / -1; color: var(--ink); font-size: 0.9rem; }
.article-toc a { position: relative; display: block; padding: 8px 10px 8px 24px; border-radius: var(--radius-sm); color: var(--ink-3); font-size: 0.88rem; line-height: 1.35; background: rgba(255, 255, 255, 0.48); border: 1px solid transparent; }
.article-toc a::before { content: ""; position: absolute; left: 10px; top: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-400); opacity: 0.8; }
.article-toc a:hover { color: var(--brand-800); border-color: var(--brand-200); background: #ffffff; transform: translateX(2px); }
.article-progress { position: fixed; z-index: 220; top: 0; left: 0; right: 0; height: 3px; background: transparent; pointer-events: none; }
.article-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: var(--gradient-brand-bright); box-shadow: 0 0 18px rgba(122, 52, 255, 0.38); }
.article-floating-actions { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: grid; gap: 8px; padding: 8px; border: 1px solid rgba(212, 197, 238, 0.82); border-radius: 999px; background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow-md); }
.article-floating-actions a, .article-floating-actions button { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 999px; color: var(--ink-2); background: transparent; font-size: 0.82rem; font-weight: 800; transition: background var(--transition), color var(--transition), transform var(--transition); }
.article-floating-actions a:hover, .article-floating-actions button:hover { color: var(--brand-800); background: var(--accent-soft); transform: translateY(-1px); }
.article-floating-actions i { color: var(--brand-600); }
.article-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.article-nav-card { display: grid; gap: 7px; min-width: 0; padding: 18px; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: linear-gradient(165deg, #ffffff 0%, var(--bg-subtle) 100%); box-shadow: var(--shadow-xs); color: var(--ink-2); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.article-nav-card:hover { transform: translateY(-2px); border-color: var(--brand-300); box-shadow: var(--shadow-sm); color: var(--ink); }
.article-nav-card span { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-700); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.article-nav-card strong { color: var(--ink); font-size: 1rem; line-height: 1.35; }
.article-nav-card small { color: var(--ink-4); font-size: 0.82rem; }
.article-nav-card.next { text-align: right; }
.article-nav-card.next span { justify-content: flex-end; }
.transit-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 24px; }
.transit-choice-card { display: grid; gap: 12px; padding: 22px; border-radius: var(--radius-2xl); border: 1px solid var(--surface-border); background: linear-gradient(160deg, #ffffff 0%, var(--bg-subtle) 100%); box-shadow: var(--shadow-xs); text-align: left; cursor: pointer; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.transit-choice-card:hover { transform: translateY(-2px); border-color: var(--brand-200); box-shadow: var(--shadow-sm); }
.transit-choice-card.featured { background: linear-gradient(160deg, #ffffff 0%, #fbfaff 100%); }
.transit-choice-card.active { border-color: var(--brand-500); box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12), var(--shadow-sm); }
.transit-choice-card h3 { margin: 0; font-size: 1.2rem; }
.transit-choice-card p { margin: 0; color: var(--ink-3); line-height: 1.6; }
.transit-choice-card strong { color: var(--brand-700); font-size: 0.94rem; }
.transit-estimator { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr); gap: 22px; align-items: stretch; margin: 28px 0; padding: 24px; border-radius: var(--radius-2xl); border: 1px solid var(--brand-200); background: linear-gradient(165deg, #ffffff 0%, #eadcf7 100%); box-shadow: var(--shadow-sm); }
.transit-estimator-copy h3 { margin: 0 0 12px; font-size: 1.45rem; }
.transit-estimator-copy p { margin: 0; color: var(--ink-3); line-height: 1.65; }
.transit-estimator-card { display: grid; gap: 18px; padding: 20px; border-radius: var(--radius-xl); border: 1px solid var(--surface-border); background: rgba(255, 255, 255, 0.86); box-shadow: var(--shadow-xs); }
.transit-toggle { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 5px; border-radius: var(--radius-pill); background: var(--bg-muted); border: 1px solid var(--surface-border); }
.transit-toggle button { min-height: 38px; padding: 8px 12px; border-radius: var(--radius-pill); color: var(--ink-3); font-size: 0.82rem; font-weight: 800; transition: background var(--transition), color var(--transition), box-shadow var(--transition); }
.transit-toggle button.active { background: #ffffff; color: var(--brand-800); box-shadow: var(--shadow-xs); }
.transit-range { display: grid; gap: 12px; color: var(--ink-3); font-weight: 700; }
.transit-range span { display: flex; justify-content: space-between; gap: 12px; }
.transit-range input { width: 100%; accent-color: var(--brand-600); }
.transit-total { display: grid; gap: 4px; padding: 18px; border-radius: var(--radius-lg); background: var(--gradient-brand); color: #ffffff; box-shadow: var(--shadow-brand); }
.transit-total span { font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.86; }
.transit-total strong { font-size: 2rem; line-height: 1; letter-spacing: -0.04em; }
.transit-total small { color: rgba(255, 255, 255, 0.82); }
.transit-compare-table { margin-top: 18px; }
.savings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.savings-card { background: var(--bg-card); border: 1px solid var(--surface-border); border-radius: var(--radius-xl); padding: 24px; box-shadow: var(--shadow-xs); transition: transform var(--transition), box-shadow var(--transition); }
.savings-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.savings-card.featured { border-color: var(--surface-border); background: linear-gradient(180deg, #fbfaff 0%, #ffffff 100%); }
.savings-card .kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-4); }
.savings-card .price { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 12px; }
.savings-card .price strong { font-size: clamp(2rem, 4vw, 2.6rem); line-height: 1; color: var(--ink); letter-spacing: -0.03em; }
.savings-card .price span { color: var(--ink-4); font-size: 0.9rem; padding-bottom: 4px; }
.savings-card p { margin: 0 0 14px; color: var(--ink-3); font-size: 0.92rem; }
.stack-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.stack-list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 14px; border-radius: var(--radius-md); background: var(--bg-subtle); color: var(--ink-3); font-size: 0.88rem; transition: background var(--transition), transform var(--transition); }
.stack-list li:hover { background: var(--bg-muted); transform: translateX(2px); }
.stack-list li strong { color: var(--ink); font-size: 0.9rem; }
.stack-list li span { color: var(--brand-700); font-weight: 700; white-space: nowrap; }
.stack-note { margin-top: 14px; font-size: 0.8rem; color: var(--ink-4); }
.app-pill-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.app-pill-cloud span { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 999px; background: var(--accent-soft); border: 1px solid var(--brand-200); color: var(--brand-700); font-size: 0.78rem; font-weight: 700; }
.highlight-note { clear: both; margin: 38px 0 0; color: var(--ink-3); font-size: 0.82rem; line-height: 1.4; position: relative; z-index: 2; }
.highlight-note.compact { margin-top: 26px; }
.cta.cta-secondary { margin-top: 16px; }
.legal-embed-card { margin: 0 0 34px; padding: 24px; background: #f1e8fa; border: 1px solid var(--brand-200); border-radius: var(--radius-2xl); box-shadow: var(--shadow-xs); }
.legal-embed-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.legal-embed-head h2 { margin: 0; font-size: 1.3rem; }
.legal-embed-head p { margin: 0; color: var(--ink-3); }
.legal-embed-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--brand-700); text-decoration: none; }
.legal-embed-link:hover { color: var(--brand-800); }
.legal-iframe { width: 100%; min-height: 760px; border: 0; border-radius: var(--radius-lg); background: #fff; }

@media (max-width: 720px) {
  .legal-embed-card { padding: 18px; }
  .legal-iframe { min-height: 620px; }
}

.skip-link { position: absolute; left: 0; top: 0; transform: translateX(-120%); background: var(--brand-600); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200; }
.skip-link:focus { transform: translateX(0); color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.mobile-menu { position: fixed; inset: 0; z-index: 210; overflow: hidden; background: rgba(20, 18, 31, 0.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity var(--transition), visibility var(--transition); }
.mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(380px, 88vw); background: var(--bg); padding: 26px; overflow-y: auto; transform: translateX(100%); transition: transform 280ms cubic-bezier(0.2, 0.7, 0.3, 1); box-shadow: var(--shadow-lg); }
.mobile-menu.open .mobile-menu-panel { transform: none; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.mobile-menu-head .brand img { height: 32px; }
.mobile-menu-close { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--surface-border); display: grid; place-items: center; transition: border-color var(--transition), background var(--transition); }
.mobile-menu-close:hover { border-color: var(--brand-300); background: var(--accent-soft); }
.mobile-nav { display: grid; gap: 4px; }
.mobile-nav-group { border-top: 1px solid var(--hairline); padding-top: 16px; margin-top: 16px; }
.mobile-nav-group .ttl { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-600); padding: 0 12px 8px; }
.mobile-nav a { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: var(--radius-sm); color: var(--ink-2); font-weight: 500; }
.mobile-nav a:hover { background: var(--bg-muted); color: var(--brand-700); }
.mobile-nav a i { width: 22px; color: var(--brand-500); text-align: center; }

@media (max-width: 1080px) {
  .bgp-automation-shell { grid-template-columns: 1fr; gap: 24px; }
  .bgp-automation-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bgp-automation-steps li { align-content: start; grid-template-columns: 1fr; }
  .home-automation-shell { grid-template-columns: 1fr; gap: 30px; }
  .home-automation-intro h2 { max-width: 16ch; }
  .home-automation-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-automation-item:last-child { grid-column: 1 / -1; }
  .page-hero::after { display: none; }
  .hero-home .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-home .hero-copy, .hero-home .hero-visual { max-width: 100%; }
  .hero-home-title { max-width: 11ch; font-size: clamp(2.75rem, 7vw, 3.85rem); }
  .mega.mega-wide { width: min(740px, calc(100vw - 56px)); }
  .mega.mega-wide .mega-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega.mega-wide .mega-section:last-child { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-subcards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
  .home-product-grid.home-product-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
  .home-product-grid.home-product-grid-six { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); max-width: 660px; }
  .os-grid { max-width: 740px; }
  .steps { grid-template-columns: repeat(2, minmax(220px, 1fr)); }
  .steps-4 { grid-template-columns: repeat(2, minmax(220px, 1fr)); max-width: 780px; }
  .price-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { max-width: 540px; margin-inline: auto; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-text { order: 0; }
  .split-text { max-width: none; }
  .savings-grid { grid-template-columns: 1fr; }
  .managed-cloud-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .managed-cloud-core-grid, .managed-cloud-use-grid, .managed-cloud-policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .managed-cloud-ha-layout { grid-template-columns: 1fr; }
  .plan-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .server-card-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .blog-filter-panel { grid-template-columns: 1fr; }
  .blog-filter-status, .blog-search, .blog-filter-controls { grid-column: auto; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-card:first-child { grid-column: 1 / -1; }
  .blog-post-layout { grid-template-columns: 1fr; }
  .blog-post-sidebar { position: static; order: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .product-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .plan-subcards { grid-template-columns: 1fr; }
  .nav, .header-actions .desktop-only { display: none; }
  .mobile-toggle { display: inline-flex; }
  .section { padding: 64px 0; }
  .hero { padding: 54px 0 64px; }
  .page-hero { padding: 50px 0 44px; }
  .hero-stats { grid-template-columns: repeat(2, minmax(140px, 180px)); }
  .home-hero-stats { grid-template-columns: repeat(2, minmax(180px, 1fr)); max-width: 460px; }
  .home-product-grid.home-product-grid-five { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 820px; }
  .blog-card { padding: 22px; }
  .blog-card:first-child { min-height: 0; padding: 26px; }
  .blog-card:first-child h2 { font-size: 1.42rem; }
  .blog-filter-top { align-items: stretch; flex-direction: column; gap: 12px; }
  .blog-filter-actions { justify-content: stretch; width: 100%; }
  .blog-post-hero { padding: 42px 0 28px; }
  .blog-post-hero h1 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .self-hosted-apps-post .blog-post-hero h1 { font-size: 2.35rem; }
  .selfhost-start-panel { grid-template-columns: 1fr; padding: 20px; }
  .selfhost-start-copy, .selfhost-app-directory-head { overflow-wrap: anywhere; }
  .selfhost-app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-post-sidebar { grid-template-columns: 1fr; }
  .plan-table { display: block; }
  .plan-table thead { display: none; }
  .plan-table tbody, .plan-table tr, .plan-table td { display: block; width: 100%; }
  .plan-table tr { padding: 16px 0; border-bottom: 1px solid var(--hairline); }
  .plan-table td { border: 0; padding: 6px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .plan-table td::before { content: attr(data-label); font-size: 0.78rem; color: var(--ink-4); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
  .plan-table td.name-cell::before { display: none; }
  .plan-table td.name-cell { padding-bottom: 4px; }
  .cpanel-selector-head { align-items: flex-start; flex-direction: column; }
  .cpanel-tier-row { grid-template-columns: 1fr; gap: 8px; }
  .cpanel-tier-row > span { padding-top: 0; }
  .managed-cloud-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .addon-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pool-builder { grid-template-columns: 1fr; padding: 22px; }
  .pool-builder-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .home-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; }
  .home-hero-stats .hero-stat { min-height: 86px; }
  .home-hero-stats .hero-stat:nth-child(odd) { border-left: 0; }
  .home-product-grid.home-product-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 780px; }
  .home-product-grid.home-product-grid-five .card { grid-column: 1 / -1; }
  .blog-related-grid, .blog-post-nav { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bgp-automation-band { padding-top: 22px; }
  .bgp-automation-shell { gap: 20px; padding: 24px 20px; border-radius: var(--radius-lg); }
  .bgp-automation-copy h2 { font-size: 1.75rem; }
  .bgp-automation-actions { align-items: stretch; flex-direction: column; }
  .bgp-automation-actions .btn { width: 100%; }
  .bgp-automation-link { padding: 5px 2px; }
  .bgp-automation-steps { grid-template-columns: 1fr; }
  .bgp-automation-steps li { grid-template-columns: 34px minmax(0, 1fr); }
  .home-automation-section { padding-top: 16px; }
  .home-automation-shell { gap: 24px; padding: 26px 20px; border-radius: var(--radius-lg); }
  .home-automation-intro h2 { max-width: none; font-size: 2rem; }
  .home-automation-actions { align-items: stretch; flex-direction: column; }
  .home-automation-actions .btn { width: 100%; }
  .home-automation-link { padding: 4px 2px; }
  .home-automation-flow { grid-template-columns: 1fr; }
  .home-automation-item:last-child { grid-column: auto; }
  .container { padding: 0 20px; }
  .header-inner { gap: 12px; }
  .brand img { height: 32px; }
  .header-actions { gap: 8px; }
  .header-actions .btn-primary { display: none; }
  .mobile-toggle { width: 42px; height: 42px; }
  .hero-home .container, .hero-home .hero-grid, .hero-home .hero-copy, .hero-home .hero-visual { width: 100%; min-width: 0; }
  .hero-home .pill { max-width: 100%; white-space: normal; line-height: 1.35; }
  .hero-home-title { width: 100%; max-width: 100%; font-size: clamp(2.2rem, 10.5vw, 2.7rem); overflow-wrap: normal; }
  .hero-home .hero-lead { width: 100%; max-width: 100%; font-size: 1rem; overflow-wrap: break-word; }
  .hero-home .hero-cta { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-home .hero-cta .btn { width: 100%; min-width: 0; }
  .product-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .product-grid.cols-2, .product-grid.cols-3 { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .plan-subcards { grid-template-columns: 1fr; }
  .home-product-grid, .home-product-grid.home-product-grid-two, .home-product-grid.home-product-grid-five, .home-product-grid.home-product-grid-six { grid-template-columns: 1fr; max-width: 420px; }
  .home-product-grid.home-product-grid-five .card { grid-column: auto; }
  .product-grid.cols-4 { grid-template-columns: 1fr; max-width: 420px; }
  .bento, .bento.cols-2, .bento.cols-4 { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .location-grid { grid-template-columns: 1fr; max-width: 420px; }
  .os-grid { max-width: 520px; }
  .os-card { flex-basis: calc(50% - 7px); max-width: 220px; }
  .steps { grid-template-columns: 1fr; }
  .steps-4 { grid-template-columns: 1fr; max-width: 420px; }
  .blog-filter-panel { padding: 14px; }
  .blog-filter-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
  .blog-search { grid-column: 1 / -1; min-width: 0; }
  .blog-topic-select { min-width: 0; }
  .blog-rss-link { padding-inline: 14px; }
  .blog-filter-controls { gap: 8px; }
  .blog-filter-btn { min-height: 34px; padding: 7px 10px; font-size: 0.78rem; }
  .blog-grid { grid-template-columns: 1fr; max-width: 520px; }
  .blog-card:first-child { grid-column: auto; padding: 22px; }
  .blog-card h2, .blog-card:first-child h2 { font-size: 1.16rem; }
  .article-hero h1 { max-width: 10ch; font-size: clamp(1.9rem, 9.2vw, 2.45rem); overflow-wrap: anywhere; }
  .article-hero .hero-subtitle { max-width: 100%; font-size: 0.98rem; }
  .article-guide-card { padding: 18px; }
  .article-toc { grid-template-columns: 1fr; }
  .article-floating-actions { left: 50%; right: auto; bottom: 14px; grid-template-columns: repeat(3, auto); transform: translateX(-50%); border-radius: var(--radius-pill); }
  .article-floating-actions a, .article-floating-actions button { height: 40px; padding: 0 10px; font-size: 0.76rem; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav-card.next, .article-nav-card.next span { text-align: left; justify-content: flex-start; }
  .transit-choice-grid { grid-template-columns: 1fr; }
  .transit-estimator { grid-template-columns: 1fr; padding: 18px; }
  .transit-toggle { grid-template-columns: 1fr; border-radius: var(--radius-lg); }
  .transit-total strong { font-size: 1.65rem; }
  .plan-card-grid,
  .server-card-grid,
  .server-spec-grid,
  .server-card-foot { grid-template-columns: 1fr; }
  .addon-showcase,
  .addon-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-payments { padding: 18px; }
  .footer-payments-head { flex-direction: column; gap: 14px; }
  .footer-payment-secure { width: fit-content; }
  .payment-logo { min-height: 32px; padding: 7px 10px; font-size: 0.72rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-band { padding: 36px 22px; }
  .page-hero .hero-cta .btn { flex: 1; }
  .page-hero { padding: 40px 0 38px; }
  .page-hero .cta { width: 100%; }
  .page-hero .cta .btn { flex: 1; min-width: 0; }
  .breadcrumb { flex-wrap: wrap; }
  .tabs { width: 100%; overflow-x: auto; justify-content: flex-start; border-radius: var(--radius-lg); }
  .tabs { scroll-snap-type: x proximity; scrollbar-width: none; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab-btn { flex: 0 0 min(74vw, 240px); scroll-snap-align: start; }
  .hero-stats, .home-hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; gap: 1px; }
  .home-hero-stats .hero-stat { min-height: 82px; padding: 14px 8px; border: 0; }
  .home-hero-stats .hero-stat .v { font-size: 1.18rem; }
  .home-product-grid .card, .home-product-grid.home-product-grid-five .card { min-height: 0; padding: 20px; border-left: 4px solid var(--brand-500); border-radius: 8px; }
  .home-product-grid .card .card-icon, .home-product-grid.home-product-grid-five .card .card-icon { width: 40px; height: 40px; margin-bottom: 14px; border-radius: 8px; }
  .home-product-grid .card .desc, .home-product-grid.home-product-grid-five .card .desc { min-height: 0; margin-bottom: 12px; }
  .home-product-grid .feat-list { margin-bottom: 16px; }
  .plan-card, .server-card, .bento-box, .location-card { border-radius: 8px; }
  .managed-cloud-stat-grid, .managed-cloud-core-grid, .managed-cloud-use-grid, .managed-cloud-policy-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .managed-cloud-cluster-shell { padding: 14px; }
  .pool-builder-side { padding: 20px; }
  .pool-builder-actions { flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-home-title { max-width: none; font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .hero-home-title .grad { margin-top: 4px; }
  .mascot-band-inner { min-height: 0; grid-template-columns: 1fr; gap: 0; padding-top: 45px; }
  .mascot-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .mascot-copy h1, .mascot-copy h2 { max-width: 11ch; font-size: 2.65rem; }
  .mascot-copy > p { font-size: .96rem; }
  .mascot-signals { display: grid; grid-template-columns: 1fr 1fr; }
  .mascot-signals span:last-child { grid-column: 1 / -1; }
  .mascot-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .mascot-actions .btn { width: 100%; }
  .mascot-visual { grid-column: 1; grid-row: 2; height: 455px; margin-top: 8px; }
  .mascot-service-object { width: 86px; }
  .mascot-service-object.service-vps { top: 13%; left: -2%; }
  .mascot-service-object.service-network { top: 52%; left: -4%; }
  .mascot-location-flag { width: 32px; }
  .mascot-location-flag.location-uk { top: 71%; left: auto; right: 11%; }
  .mascot-location-flag.location-us { top: 71%; left: auto; right: -1%; }
  .mascot-location-flag.location-nz { top: 79%; left: auto; right: 5%; }
  .mascot-status { top: 34px; left: 4px; }
  .products-section-head { min-height: 0; grid-template-columns: minmax(0, 1fr) 92px; grid-template-rows: auto auto auto; column-gap: 14px; }
  .products-section-head .eyebrow { grid-column: 1; }
  .products-section-head h2 { grid-column: 1 / -1; }
  .products-section-head p { grid-column: 1 / -1; }
  .products-head-mascot { grid-column: 2; grid-row: 1; width: 92px; height: 82px; align-self: start; }
  .footer-brand::after { width: 160px; height: 205px; margin-bottom: -28px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: opacity 1ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero-particle-layer { display: none !important; }
  .mascot-typed-heading { border-right-color: transparent; }
}
@keyframes pulseDot { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.55; } }
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 560ms cubic-bezier(0.2, 0.7, 0.3, 1), transform 560ms cubic-bezier(0.2, 0.7, 0.3, 1); }
[data-reveal].in { opacity: 1; transform: none; }
.hero-particle-layer { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-particle { position: absolute; border-radius: 50%; background: var(--brand-500); will-change: transform, opacity; animation-name: particleDrift; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
@keyframes particleDrift { 0%, 100% { transform: translateY(0) translateX(0); opacity: 0.15; } 25% { transform: translateY(-20px) translateX(9px); opacity: 0.36; } 50% { transform: translateY(-36px) translateX(-7px); opacity: 0.22; } 75% { transform: translateY(-16px) translateX(11px); opacity: 0.32; } }

.product-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1160px; gap: 24px; align-items: start; }
.product-grid.cards-wide { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1160px; gap: 24px; }
.card.popular-card { border-color: var(--surface-border); box-shadow: var(--shadow-sm); }
.card.popular-card .tag.popular { background: #fff7ed; border-color: #fdba74; color: #9a3412; }
.card.popular-card .tag.new { background: #ecfdf5; border-color: #86efac; color: #166534; }
.card.popular-card .tag.featured { background: var(--brand-100); border-color: transparent; color: var(--brand-800); }
.card.popular-card .btn-primary { margin-top: auto; }

.page-hero-glow { background: var(--brand-chrome); }
.page-hero-glow .hero-glow-orb { display: none; }
.page-hero-glow .orb-1 { width: 280px; height: 280px; top: -80px; right: -60px; background: rgba(122, 52, 255, 0.26); animation: blobMove 18s ease-in-out infinite; }
.page-hero-glow .orb-2 { width: 220px; height: 220px; bottom: -70px; left: -70px; background: rgba(102, 43, 224, 0.18); animation: blobMove 22s ease-in-out infinite reverse; }

.stat-card, .hero-stat { position: relative; }
.stat-card { background: linear-gradient(165deg, #ffffff, #f0e6fa); border-radius: var(--radius-lg); border: 1px solid var(--surface-border); box-shadow: var(--shadow-xs); }

.feat-list-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.feat-list-two-col li {
  align-items: flex-start;
}

@media (max-width: 560px) {
  .feat-list-two-col {
    grid-template-columns: 1fr;
  }
}

/* Mobile layout foundation */
@media (max-width: 900px) {
  .product-grid.cols-4,
  .product-grid.cards-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .page-hero .container,
  .page-hero-glow .container {
    width: 100%;
    min-width: 0;
  }

  .page-hero .container.hero-grid,
  .page-hero-glow .container.hero-grid,
  .free-hosting-hero .container.hero-grid,
  .reseller-hero .container.hero-grid,
  .page-hero .hero-grid,
  .page-hero-glow .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    gap: 28px;
  }

  .page-hero .hero-copy,
  .page-hero-glow .hero-copy,
  .free-hosting-hero .hero-copy,
  .reseller-hero .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .free-hosting-hero .breadcrumb,
  .reseller-hero .breadcrumb,
  .free-hosting-hero .cta,
  .reseller-hero .cta {
    justify-content: center;
  }

  .free-hosting-hero .hero-copy h1,
  .reseller-hero .hero-copy h1,
  .free-hosting-hero .hero-copy .lead,
  .reseller-hero .hero-copy .lead {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .page-hero .hero-visual,
  .page-hero-glow .hero-visual {
    width: 100%;
    min-width: 0;
    max-width: 480px;
    margin-inline: auto;
  }

  .page-hero h1,
  .page-hero-glow h1 {
    max-width: 15ch;
    font-size: clamp(2.35rem, 7.5vw, 3.35rem);
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .container {
    width: 100%;
    padding-inline: 18px;
  }

  .section,
  .bot-hosting-main > .section,
  .about-main > .section {
    padding-block: 48px;
  }

  .section-head {
    width: 100%;
    margin-bottom: 26px;
  }

  .section-head h2 {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    line-height: 1.08;
  }

  .section-head p {
    font-size: .96rem;
    line-height: 1.58;
  }

  .page-hero,
  .page-hero-glow {
    padding-block: 38px 40px;
  }

  .page-hero h1,
  .page-hero-glow h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2.15rem, 10.5vw, 2.8rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  .page-hero .lead,
  .page-hero-glow .lead,
  .page-hero .hero-lead,
  .page-hero-glow .hero-lead,
  .page-hero .hero-copy > p,
  .page-hero .container > p {
    width: 100%;
    max-width: 34rem;
    font-size: .98rem;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .page-hero .cta,
  .page-hero-glow .cta,
  .hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    gap: 10px;
  }

  .page-hero .cta .btn,
  .page-hero-glow .cta .btn,
  .hero-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .breadcrumb {
    justify-content: center;
    margin-bottom: 18px;
    font-size: .76rem;
  }

  .hero-stats,
  .home-hero-stats,
  .managed-cloud-stat-grid,
  .about-metrics {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-stat,
  .about-metrics .hero-stat {
    min-width: 0;
    min-height: 82px;
    padding: 14px 8px;
    border: 1px solid var(--surface-border);
    border-radius: 8px;
  }

  .hero-stat .v,
  .about-metrics .hero-stat .v {
    max-width: 100%;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
  }

  .hero-stat .l,
  .about-metrics .hero-stat .l {
    font-size: .7rem;
  }

  .product-grid,
  .product-grid.cols-2,
  .product-grid.cols-3,
  .product-grid.cols-4,
  .product-grid.cards-wide,
  .home-product-grid,
  .home-product-grid.home-product-grid-two,
  .home-product-grid.home-product-grid-five,
  .home-product-grid.home-product-grid-six,
  .plan-card-grid,
  .server-card-grid,
  .bento,
  .bento.cols-2,
  .bento.cols-4,
  .steps,
  .steps-4,
  .location-grid,
  .managed-cloud-core-grid,
  .managed-cloud-use-grid,
  .managed-cloud-policy-grid,
  .bot-runtime-grid,
  .bot-plan-grid,
  .about-grid-four,
  .about-grid-six,
  .addon-grid,
  .managed-cloud-storage-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    gap: 14px;
  }

  .home-product-grid.home-product-grid-five .card,
  .home-product-grid.home-product-grid-six .card,
  .home-product-grid.home-product-grid-five .card:nth-child(4),
  .home-product-grid.home-product-grid-five .card:nth-child(5) {
    grid-column: auto;
  }

  .card,
  .plan-card,
  .server-card,
  .bento-box,
  .location-card,
  .bot-plan-card,
  .bot-runtime-grid .card.runtime-card.bot-runtime-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 20px;
    border-radius: 8px;
  }

  .card .desc,
  .bot-plan-card .desc,
  .bot-runtime-grid .card.runtime-card .desc {
    min-height: 0;
  }

  .tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    padding: 5px;
    overflow: visible;
    gap: 5px;
  }

  .tab-btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 9px 7px;
    white-space: normal;
    font-size: .78rem;
  }

  .products-section-head {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 88px;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
  }

  .products-section-head .eyebrow {
    grid-column: 1;
  }

  .products-section-head h2,
  .products-section-head p {
    grid-column: 1 / -1;
  }

  .products-head-mascot {
    grid-column: 2;
    grid-row: 1;
    width: 88px;
    height: 82px;
  }

  .mascot-band-inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-top: 42px;
  }

  .mascot-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }

  .mascot-copy h1,
  .mascot-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

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

  .mascot-signals span:last-child {
    grid-column: 1 / -1;
  }

  .mascot-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .mascot-actions .btn {
    width: 100%;
  }

  .mascot-visual {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 410px;
    margin-top: 8px;
  }

  .mascot-status {
    top: 28px;
    left: 0;
  }

  .compare-table-wrap,
  .blog-table-wrap {
    max-width: calc(100vw - 36px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bot-hosting-hero,
  .about-hero {
    padding-block: 40px 285px;
  }

  .bot-hosting-hero .container,
  .about-hero .container {
    padding-inline: 18px;
  }

  .bot-hosting-page .bot-hosting-main .page-hero.bot-hosting-hero::after,
  .about-page .about-main .page-hero.about-hero::after {
    bottom: -52px;
    width: 220px;
    height: 295px;
  }

  .bot-platform-section .split,
  .about-story .split {
    gap: 26px;
  }

  .bot-platform-section .split-media,
  .about-story .split-media img {
    border-radius: 8px;
  }

  .bot-builder-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .bot-base-picker,
  .bot-resource-picker,
  .bot-builder-summary {
    min-width: 0;
    padding: 18px;
    border-radius: 8px;
  }

  .bot-base-options,
  .bot-plan-card .plan-specs,
  .bot-plan-included,
  .bot-runtime-meta,
  .bot-unit-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .bot-resource-heading {
    align-items: flex-start;
    gap: 10px;
  }

  .bot-resource-heading output {
    min-width: 68px;
  }

  .bot-summary-price strong {
    font-size: 2.75rem;
  }

  .addon-row {
    min-width: 0;
    padding: 14px;
  }

  .addon-row .ds {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .container {
    padding-inline: 14px;
  }

  .hero-stats,
  .home-hero-stats,
  .managed-cloud-stat-grid,
  .about-metrics {
    gap: 7px;
  }

  .hero-stat,
  .about-metrics .hero-stat {
    padding-inline: 6px;
  }

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

  .card,
  .plan-card,
  .server-card,
  .bento-box,
  .location-card,
  .bot-plan-card {
    padding: 18px;
  }

  .addon-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 10px;
  }

  .addon-row .pr {
    width: 100%;
    margin-left: 0;
  }
}

/* Product-specific mascot roles */
.page-hero.server-mascot-hero { --hero-mascot-image: url('/assets/mascot/hyehost-bear-servers-v1.webp'); --hero-mascot-width: 420px; --hero-mascot-height: 470px; }
.page-hero.network-mascot-hero { --hero-mascot-image: url('/assets/mascot/hyehost-network-bear-v4.webp'); --hero-mascot-width: 380px; --hero-mascot-height: 450px; }
.page-hero.clipboard-mascot-hero { --hero-mascot-image: url('/assets/mascot/hyehost-bear-clipboard-v3.webp'); --hero-mascot-width: 370px; --hero-mascot-height: 440px; }

.page-hero.product-cloud-vps-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-cloud-vps-mascot-v1.webp'); }
.page-hero.product-storage-vps-mascot { --hero-mascot-image: url('/assets/mascot/hyehost-storage-vps-bear-v1.png'); --hero-mascot-width: 500px; --hero-mascot-height: 500px; }
.page-hero.product-budget-vps-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-budget-vps-mascot-v1.webp'); }
.page-hero.product-vds-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-vds-mascot-v1.webp'); }
.page-hero.product-windows-vps-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-windows-vps-mascot-v1.webp'); }
.page-hero.product-self-hosting-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-self-hosting-mascot-v1.webp'); }
.page-hero.product-resource-pools-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-resource-pools-mascot-v1.webp'); }
.page-hero.product-managed-vps-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-managed-vps-mascot-v1.webp'); }
.page-hero.product-colocation-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-colocation-mascot-v1.webp'); }
.page-hero.product-bot-hosting-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-bot-hosting-mascot-v1.webp'); }
.page-hero.product-ip-transit-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-ip-transit-mascot-v1.webp'); }
.page-hero.product-ipv4-tunnels-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-ipv4-tunnels-mascot-v1.webp'); }
.page-hero.product-ripe-ipv6-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-ripe-ipv6-mascot-v1.webp'); }
.page-hero.product-arin-ipv6-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-arin-ipv6-mascot-v1.webp'); }
.page-hero.product-datacenter-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-datacenter-mascot-v1.webp'); }
.page-hero.product-bare-metal-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-bare-metal-mascot-v1.webp'); }
.page-hero.product-managed-cloud-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-managed-cloud-mascot-v1.webp'); }
.page-hero.product-cpanel-managed-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-cpanel-managed-mascot-v1.webp'); }
.page-hero.product-clawbot-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-clawbot-mascot-v1.webp'); }
.page-hero.product-hermes-mascot { --hero-mascot-image: url('/assets/mascot/products/hyehost-hermes-mascot-v1.webp'); }

.page-hero.inline-mascot-hero::after { display: none !important; }

.product-mascot-card {
  max-width: 420px;
  margin-inline: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-mascot-card img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
}

@media (min-width: 1081px) {
  .page-hero.server-mascot-hero,
  .page-hero.network-mascot-hero,
  .page-hero.clipboard-mascot-hero,
  .page-hero.inline-mascot-hero,
  .page-hero.bot-hosting-hero {
    min-height: 596px;
    padding-block: 64px 52px;
  }

  .page-hero.server-mascot-hero > .container,
  .page-hero.network-mascot-hero > .container,
  .page-hero.clipboard-mascot-hero > .container,
  .page-hero.inline-mascot-hero > .container,
  .page-hero.bot-hosting-hero > .container {
    min-height: 480px;
    justify-content: center;
  }

  .page-hero.inline-mascot-hero .hero-grid { width: 100%; }
  .page-hero.inline-mascot-hero .product-mascot-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
  }
  .page-hero.inline-mascot-hero .product-mascot-card img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }

  .page-hero.server-mascot-hero .container,
  .page-hero.network-mascot-hero .container,
  .page-hero.clipboard-mascot-hero .container {
    align-items: flex-start;
    min-height: 480px;
    padding-right: var(--hero-copy-space, min(34vw, 470px));
    text-align: left;
  }

  .page-hero.server-mascot-hero h1,
  .page-hero.network-mascot-hero h1,
  .page-hero.clipboard-mascot-hero h1,
  .page-hero.server-mascot-hero .lead,
  .page-hero.network-mascot-hero .lead,
  .page-hero.clipboard-mascot-hero .lead {
    margin-inline: 0;
  }

  .page-hero.server-mascot-hero .breadcrumb,
  .page-hero.network-mascot-hero .breadcrumb,
  .page-hero.clipboard-mascot-hero .breadcrumb,
  .page-hero.server-mascot-hero .cta,
  .page-hero.network-mascot-hero .cta,
  .page-hero.clipboard-mascot-hero .cta {
    justify-content: flex-start;
  }

  main .page-hero.server-mascot-hero::after {
    right: max(22px, calc((100vw - 1320px) / 2));
    bottom: var(--hero-mascot-bottom, -54px);
    width: var(--hero-mascot-width, 420px);
    height: var(--hero-mascot-height, 470px);
  }

  main .page-hero.network-mascot-hero::after {
    right: max(34px, calc((100vw - 1280px) / 2));
    bottom: -76px;
    width: var(--hero-mascot-width, 380px);
    height: var(--hero-mascot-height, 450px);
  }

  main .page-hero.clipboard-mascot-hero::after {
    right: max(42px, calc((100vw - 1260px) / 2));
    bottom: -80px;
    width: var(--hero-mascot-width, 370px);
    height: var(--hero-mascot-height, 440px);
  }

  .page-hero.wide-product-mascot .container {
    padding-right: var(--hero-copy-space, min(40vw, 560px));
  }

  main .page-hero.wide-product-mascot::after {
    right: max(12px, calc((100vw - 1390px) / 2));
    bottom: -18px;
    width: var(--hero-mascot-width, 540px);
    height: var(--hero-mascot-height, 390px);
  }
}

/* Give each composition enough room instead of shrinking the character around long copy. */
.page-hero.product-resource-pools-mascot { --hero-mascot-width: 480px; --hero-mascot-height: 475px; --hero-copy-space: min(38vw, 520px); }
.page-hero.product-cloud-vps-mascot,
.page-hero.product-vds-mascot,
.page-hero.product-budget-vps-mascot { --hero-mascot-width: 445px; --hero-mascot-height: 480px; }
.page-hero.product-windows-vps-mascot,
.page-hero.product-self-hosting-mascot,
.page-hero.product-managed-vps-mascot { --hero-mascot-width: 430px; --hero-mascot-height: 470px; }
.page-hero.product-ip-transit-mascot,
.page-hero.product-ipv4-tunnels-mascot,
.page-hero.product-ripe-ipv6-mascot { --hero-mascot-width: 410px; --hero-mascot-height: 465px; }
.page-hero.product-managed-cloud-mascot,
.page-hero.product-bare-metal-mascot { --hero-copy-space: min(41vw, 570px); }
.page-hero.product-managed-cloud-mascot { --hero-mascot-width: 460px; --hero-mascot-height: 455px; }
.page-hero.wide-product-mascot { --hero-mascot-width: 540px; --hero-mascot-height: 390px; }

@media (min-width: 1081px) {
  .page-hero.server-mascot-hero .hero-stats,
  .page-hero.network-mascot-hero .hero-stats,
  .page-hero.clipboard-mascot-hero .hero-stats { margin-inline: 0; max-width: 760px; }
  .page-hero .cta-secondary { margin-top: 10px; }
  .page-hero .cta-secondary .btn { padding-inline: 8px; }

  .page-hero.product-resource-pools-mascot .hero-stats { margin-top: 14px; }
  .page-hero.product-resource-pools-mascot .hero-stat { min-height: 80px; padding-block: 12px; }
}

/* Brand resources */
.branding-main { background: #f8f6fc; }
.branding-hero { position: relative; overflow: hidden; background: var(--brand-chrome); color: #fff; }
.branding-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.38) 1px, transparent 0); background-size: 34px 34px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.branding-hero-inner { position: relative; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); align-items: end; gap: 42px; }
.branding-hero-copy { align-self: center; max-width: 760px; padding: 80px 0 76px; }
.branding-hero .breadcrumb { margin-bottom: 26px; color: rgba(255,255,255,.68); }
.branding-hero .breadcrumb a { color: rgba(255,255,255,.78); }
.branding-hero .breadcrumb a:hover { color: #fff; }
.branding-hero .eyebrow { display: inline-flex; width: auto; padding: 8px 12px; color: var(--brand-900); background: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; box-shadow: 0 8px 20px rgba(25,8,62,.16); }
.branding-hero h1 { max-width: 12ch; margin: 20px 0 22px; color: #fff; font-size: clamp(3.35rem, 6.2vw, 5.7rem); line-height: .96; letter-spacing: -.035em; }
.branding-hero h1 span { color: #c5f1ff; }
.branding-hero-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.7; }
.branding-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.branding-hero .btn-primary { background: #fff; border-color: #fff; color: var(--brand-900); box-shadow: none; }
.branding-hero .btn-primary:hover { background: var(--brand-100); color: var(--brand-900); }
.branding-hero .btn-outline { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.07); }
.branding-hero .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.13); color: #fff; }
.branding-hero-mascot { height: 540px; display: flex; align-items: flex-end; justify-content: center; }
.branding-hero-mascot img { width: min(520px, 100%); height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 26px 26px rgba(25,6,61,.28)); }

.branding-section { padding-block: 96px; background: #f8f6fc; }
.branding-section.branding-tint { background: #eee8f7; }
.brand-section-head { max-width: 780px; margin-bottom: 38px; }
.brand-section-head h2 { font-size: clamp(2.15rem, 4vw, 3.25rem); }
.brand-section-head p { max-width: 720px; }
.brand-logo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.brand-logo-card { overflow: hidden; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-xs); }
.brand-logo-card.compact { grid-column: 1 / -1; display: grid; grid-template-columns: 220px 1fr; }
.brand-logo-preview { min-height: 260px; display: grid; place-items: center; padding: 48px; }
.brand-logo-preview.light { background: #fff; }
.brand-logo-preview.dark { background: var(--brand-900); }
.brand-logo-preview.icon { min-height: 180px; background: #e9e2f4; }
.brand-logo-preview img { display: block; max-width: min(370px, 84%); max-height: 95px; object-fit: contain; }
.brand-logo-preview.icon img { width: 86px; height: 86px; }
.brand-logo-info { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border-top: 1px solid var(--surface-border); }
.brand-logo-card.compact .brand-logo-info { border-top: 0; border-left: 1px solid var(--surface-border); }
.brand-logo-info h3 { margin-bottom: 5px; font-size: 1rem; }
.brand-logo-info p { margin: 0; color: var(--ink-4); font-size: .86rem; }
.brand-logo-info .btn { flex: 0 0 auto; }
.brand-guidance-strip { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: #fff; }
.brand-guidance-strip span { min-width: 0; display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; align-items: center; padding: 20px 22px; color: var(--ink-4); font-size: .82rem; line-height: 1.45; }
.brand-guidance-strip span + span { border-left: 1px solid var(--surface-border); }
.brand-guidance-strip i { grid-row: 1 / 3; color: var(--brand-600); font-size: 1.05rem; }
.brand-guidance-strip strong { display: block; color: var(--ink); font-size: .9rem; }

.brand-asset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.brand-location-grid .brand-asset-preview {
  min-height: 330px;
  padding: 18px 18px 0;
}
.brand-location-grid .brand-asset-preview img {
  height: 310px;
}
.brand-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.brand-asset-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(52,34,89,.1); border-radius: var(--radius-lg); background: rgba(255,255,255,.88); box-shadow: 0 8px 24px -22px rgba(43,22,78,.4); transition: transform var(--transition), box-shadow var(--transition); }
.brand-asset-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -24px rgba(43,22,78,.48); }
.brand-asset-preview { position: relative; min-height: 280px; display: grid; place-items: end center; padding: 22px 22px 0; background: linear-gradient(145deg, #fff 0%, #e7dff2 100%); }
.brand-asset-preview::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(45deg, #dcd3e9 25%, transparent 25%), linear-gradient(-45deg, #dcd3e9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #dcd3e9 75%), linear-gradient(-45deg, transparent 75%, #dcd3e9 75%); background-size: 24px 24px; background-position: 0 0, 0 12px, 12px -12px, -12px 0; }
.brand-asset-preview img { position: relative; z-index: 1; width: 100%; height: 260px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 14px rgba(43,22,78,.14)); }
.brand-asset-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 19px 20px 20px; }
.brand-asset-copy h3 { font-size: 1rem; }
.brand-asset-copy p { flex: 1; margin: 7px 0 17px; color: var(--ink-4); font-size: .83rem; line-height: 1.5; }
.brand-download { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-700); font-size: .78rem; font-weight: 800; }
.brand-download:hover { color: var(--brand-900); }
.brand-product-grid .brand-asset-preview { min-height: 230px; padding-inline: 14px; }
.brand-product-grid .brand-asset-preview img { height: 215px; }
.brand-product-grid .brand-asset-copy { padding: 16px; }
.brand-product-grid .brand-asset-copy p { margin-bottom: 13px; }
.brand-hero-variant-grid .brand-asset-preview { min-height: 310px; }
.brand-hero-variant-grid .brand-asset-preview img { height: 295px; }
.brand-seasonal-grid .brand-asset-card:last-child { grid-column: span 1; }
.brand-seasonal-grid .brand-asset-card:last-child .brand-asset-preview img { width: calc(100% + 44px); height: 260px; object-fit: cover; }
.brand-calendar-head { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr); align-items: end; gap: 48px; margin: 72px 0 28px; padding-top: 52px; border-top: 1px solid rgba(52,34,89,.12); }
.brand-calendar-head .eyebrow { margin-bottom: 14px; }
.brand-calendar-head h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.brand-calendar-head p { max-width: 650px; margin: 0; color: var(--ink-4); line-height: 1.65; }
.brand-holiday-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.brand-holiday-card { min-width: 0; overflow: hidden; border: 1px solid rgba(52,34,89,.1); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 8px 24px -22px rgba(43,22,78,.4); transition: transform var(--transition), box-shadow var(--transition); }
.brand-holiday-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -24px rgba(43,22,78,.48); }
.brand-holiday-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.brand-holiday-card div { min-height: 76px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 14px 16px; }
.brand-holiday-card span { color: var(--brand-600); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.brand-holiday-card strong { overflow-wrap: anywhere; color: var(--ink); font-size: .88rem; line-height: 1.35; }
.brand-holiday-card a { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-100); color: var(--brand-700); }
.brand-holiday-card a:hover { background: var(--brand-200); color: var(--brand-900); }
.brand-editorial-archive { border: 1px solid rgba(98,47,202,.16); border-radius: var(--radius-lg); background: rgba(255,255,255,.72); box-shadow: 0 16px 42px -34px rgba(43,22,78,.42); }
.brand-editorial-archive > summary { min-height: 94px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; list-style: none; }
.brand-editorial-archive > summary::-webkit-details-marker { display: none; }
.brand-editorial-archive > summary:focus-visible { outline: 3px solid rgba(123,47,247,.3); outline-offset: 3px; border-radius: var(--radius-lg); }
.brand-editorial-summary-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-100); color: var(--brand-700); }
.brand-editorial-archive summary strong, .brand-editorial-archive summary small { display: block; }
.brand-editorial-archive summary strong { color: var(--ink); font-size: 1rem; }
.brand-editorial-archive summary small { margin-top: 4px; color: var(--ink-4); font-size: .8rem; }
.brand-editorial-chevron { color: var(--brand-700); transition: transform var(--transition); }
.brand-editorial-archive[open] .brand-editorial-chevron { transform: rotate(180deg); }
.brand-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 4px 24px 24px; }
.brand-editorial-card { min-width: 0; overflow: hidden; border: 1px solid rgba(52,34,89,.1); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 8px 24px -22px rgba(43,22,78,.4); }
.brand-editorial-card img { display: block; width: 100%; aspect-ratio: 1200 / 630; object-fit: cover; }
.brand-editorial-card div { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; }
.brand-editorial-card strong { color: var(--ink); font-size: .84rem; line-height: 1.35; }
.brand-editorial-card a { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-100); color: var(--brand-700); }
.brand-editorial-card a:hover { background: var(--brand-200); color: var(--brand-900); }
.brand-editorial-status { margin: -8px 24px 22px; color: var(--ink-4); font-size: .78rem; }

.brand-colour-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.brand-colour-card { overflow: hidden; border: 1px solid var(--surface-border); border-radius: var(--radius-lg); background: #fff; }
.brand-colour-card > span { display: block; height: 142px; background: var(--swatch); }
.brand-colour-card > span.bordered { border-bottom: 1px solid var(--surface-border); }
.brand-colour-card strong, .brand-colour-card code { display: block; margin-inline: 15px; }
.brand-colour-card strong { margin-top: 15px; font-size: .88rem; }
.brand-colour-card code { margin-top: 5px; margin-bottom: 16px; color: var(--ink-4); font-size: .78rem; }
.branding-usage { padding-bottom: 118px; }
.branding-usage-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); gap: 64px; align-items: center; }
.branding-usage-grid h2 { max-width: 14ch; margin: 17px 0 20px; font-size: clamp(2.35rem, 4.5vw, 4rem); }
.branding-usage-grid p { max-width: 720px; color: var(--ink-3); line-height: 1.7; }
.brand-contact-panel { padding: 30px; border-radius: var(--radius-lg); background: var(--brand-900); color: #fff; box-shadow: var(--shadow-brand); }
.brand-contact-panel > i { margin-bottom: 22px; color: #c5f1ff; font-size: 1.6rem; }
.brand-contact-panel h3 { color: #fff; font-size: 1.35rem; }
.brand-contact-panel p { margin: 12px 0 22px; color: rgba(255,255,255,.76); font-size: .9rem; }
.brand-contact-panel .btn-primary { background: #fff; border-color: #fff; color: var(--brand-900); box-shadow: none; }

@media (max-width: 1100px) {
  .brand-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-holiday-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-colour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .branding-hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .branding-hero-copy { padding: 54px 0 18px; }
  .branding-hero h1 { max-width: 10ch; font-size: 3.2rem; }
  .branding-hero-copy > p { font-size: .96rem; }
  .branding-hero-actions { align-items: stretch; flex-direction: column; }
  .branding-hero-actions .btn { width: 100%; }
  .branding-hero-mascot { height: 350px; }
  .branding-hero-mascot img { width: min(390px, 100%); }
  .branding-section { padding-block: 66px; }
  .brand-editorial-archive > summary { min-height: 84px; padding: 17px 18px; }
  .brand-editorial-grid { padding: 2px 16px 18px; }
  .brand-editorial-status { margin-inline: 18px; }
  .brand-logo-grid, .brand-asset-grid, .brand-product-grid, .brand-holiday-grid, .brand-editorial-grid, .branding-usage-grid { grid-template-columns: 1fr; }
  .brand-logo-card.compact { grid-column: auto; display: block; }
  .brand-logo-card.compact .brand-logo-info { border-left: 0; border-top: 1px solid var(--surface-border); }
  .brand-logo-preview { min-height: 210px; padding: 34px 24px; }
  .brand-logo-info { align-items: flex-start; flex-direction: column; }
  .brand-logo-info .btn { width: 100%; }
  .brand-guidance-strip { grid-template-columns: 1fr; }
  .brand-guidance-strip span + span { border-top: 1px solid var(--surface-border); border-left: 0; }
  .brand-asset-preview, .brand-product-grid .brand-asset-preview { min-height: 250px; }
  .brand-asset-preview img, .brand-product-grid .brand-asset-preview img { height: 235px; }
  .brand-hero-variant-grid .brand-asset-preview { min-height: 320px; }
  .brand-hero-variant-grid .brand-asset-preview img { height: 305px; }
  .brand-calendar-head { grid-template-columns: 1fr; gap: 15px; margin-top: 56px; padding-top: 42px; }
  .brand-colour-grid { grid-template-columns: 1fr 1fr; }
  .brand-colour-card > span { height: 108px; }
  .branding-usage-grid { gap: 34px; }
  .branding-usage-grid h2 { font-size: 2.7rem; }
}

@media (max-width: 680px) {
  .bgp-vps-page .bgp-vps-hero .container,
  .bgp-vps-page .bgp-vps-hero .lead,
  .bgp-vps-page .bgp-vps-hero .cta,
  .bgp-vps-page .page-hero + .section.tight .container {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .bgp-vps-page .bgp-vps-hero h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 10vw, 2.55rem);
    overflow-wrap: normal;
  }

  .bgp-vps-page .bgp-vps-hero .breadcrumb {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .bgp-vps-page .bgp-vps-hero .btn {
    white-space: normal;
  }

  .page-hero.server-mascot-hero,
  .page-hero.network-mascot-hero,
  .page-hero.clipboard-mascot-hero {
    padding-bottom: 275px;
    --hero-mascot-width: 285px;
    --hero-mascot-height: 285px;
  }

  main .page-hero.server-mascot-hero::after,
  main .page-hero.network-mascot-hero::after,
  main .page-hero.clipboard-mascot-hero::after {
    display: block;
    right: 50%;
    bottom: -52px;
    width: 220px;
    height: 285px;
    transform: translateX(50%);
  }

  main .page-hero.server-mascot-hero::after {
    width: 285px;
  }

  main .page-hero.wide-product-mascot::after {
    width: 320px;
  }

  .page-hero.wide-product-mascot { --hero-mascot-width: 320px; --hero-mascot-height: 285px; }

  .page-hero .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  .page-hero .managed-cloud-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero .hero-stat { min-height: 76px; padding: 12px 8px; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); }
  .page-hero .hero-stat .v { font-size: .98rem; }
  .page-hero .hero-stat .l { font-size: .68rem; }
}
.ipv4-tunnels-page .tunnel-facts-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: none;
}

.ipv4-tunnels-page .tunnel-facts-grid .bento-box {
    min-width: 0;
    padding: 24px 22px;
}

@media (max-width: 1050px) {
    .ipv4-tunnels-page .tunnel-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ipv4-tunnels-page .tunnel-facts-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
  .location-card {
    gap: 10px;
  }

  .location-mascot,
  .vps-location-grid .location-mascot {
    width: 84px;
    height: 122px;
    margin: -8px 0 -10px -8px;
  }
}

@media (max-width: 390px) {
  .location-card {
    flex-direction: column;
    text-align: center;
  }

  .location-mascot,
  .vps-location-grid .location-mascot {
    width: 170px;
    height: 150px;
    margin: -16px auto -6px;
  }

  .bot-location-grid .location-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .bot-location-grid .location-mascot {
    width: 190px;
    height: 175px;
    margin: -14px auto -8px;
  }

  .location-meta {
    justify-content: center;
  }
}

@media (max-width: 440px) {
  .bot-region-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bot-region-visual {
    padding: 14px 14px 0;
  }

  .bot-region-visual img {
    width: min(100%, 220px);
    height: 190px;
  }

  .bot-region-copy {
    padding: 18px 22px 24px;
  }
}

@media (max-width: 1000px) {
  .vps-location-grid .location-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .vps-location-grid .location-card > .location-mascot {
    width: 100%;
    height: 250px;
    margin: 0;
  }

  .transit-location-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .transit-location-grid .location-card {
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-rows: none;
    min-height: 250px;
  }

  .transit-location-grid .location-mascot {
    width: 100%;
    height: 250px;
    margin: 0;
  }

  .transit-location-grid .location-card > div {
    align-self: center;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .vps-location-grid {
    grid-template-columns: 1fr;
  }

  .vps-location-grid .location-card {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 220px;
  }

  .vps-location-grid .location-card > .location-mascot {
    width: 100%;
    height: 220px;
    margin: 0;
  }
}

@media (max-width: 440px) {
  .vps-location-grid .location-card,
  .transit-location-grid .location-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .vps-location-grid .location-card > .location-mascot,
  .transit-location-grid .location-mascot {
    width: 100%;
    height: 190px;
    margin: 0;
  }

  .vps-location-grid .location-card > div,
  .transit-location-grid .location-card > div {
    padding: 20px 22px 24px;
    text-align: center;
  }

  .vps-location-grid .location-meta {
    justify-content: center;
  }
}
/* HYE DNS */
.hye-dns-page {
  background: #f7f4fc;
  overflow-x: hidden;
}

.ipv6-dns-benefit {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid #d9c9f3;
  border-left: 4px solid #6d28d9;
  border-radius: 8px;
  background: linear-gradient(105deg, #fff 0%, #f5efff 100%);
  box-shadow: 0 10px 24px rgba(54, 31, 90, .06);
}

.ipv6-dns-benefit-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #6d28d9;
  font-size: 1.2rem;
}

.ipv6-dns-benefit .eyebrow {
  margin-bottom: 5px;
  padding: 0;
  color: #6d28d9;
  background: transparent;
}

.ipv6-dns-benefit h3 {
  margin-bottom: 5px;
  color: #21152f;
  font-size: 1.15rem;
}

.ipv6-dns-benefit p {
  max-width: 820px;
  margin: 0;
  color: #655b73;
  font-size: .9rem;
}

.ipv6-dns-benefit .btn {
  white-space: nowrap;
}

.hye-dns-hero {
  position: relative;
  min-height: 620px;
  padding: 92px 0 70px;
  overflow: hidden;
  color: #fff;
  background: #4d1d96;
}

.hye-dns-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 45%, rgba(139, 92, 246, .45), transparent 32%),
    linear-gradient(110deg, rgba(25, 9, 64, .5), transparent 62%);
  pointer-events: none;
}

.hye-dns-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 56px;
}

.hye-dns-hero-copy {
  min-width: 0;
  max-width: 720px;
}

.hye-dns-hero .breadcrumb {
  justify-content: flex-start;
}

.hye-dns-hero .breadcrumb,
.hye-dns-hero .breadcrumb a,
.hye-dns-hero .lead {
  color: rgba(255, 255, 255, .82);
}

.hye-dns-hero h1 {
  max-width: 760px;
  margin: 24px 0 20px;
  color: #fff;
  font-size: clamp(2.3rem, 5.2vw, 3.6rem);
  line-height: 1;
}

.hye-dns-hero .lead {
  max-width: 660px;
  font-size: 1.18rem;
}

.hye-dns-hero .cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hye-dns-hero .btn-primary {
  border-color: #fff;
  color: #4c1d95;
  background: #fff;
}

.hye-dns-hero .btn-light {
  border-color: #fff;
  color: #4c1d95;
  background: #fff;
  box-shadow: none;
}

.hye-dns-hero .btn-hero-outline {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
  background: transparent;
}

.hye-dns-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
  background: transparent;
}

.hye-dns-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 700;
}

.hye-dns-hero-notes i {
  margin-right: 6px;
  color: #9ff3e7;
}

.hye-dns-hero-art {
  position: relative;
  min-height: 455px;
  align-self: end;
}

.hye-dns-hero-art img {
  position: absolute;
  z-index: 2;
  right: 4%;
  bottom: -70px;
  width: min(390px, 84%);
  height: auto;
  filter: drop-shadow(0 24px 26px rgba(17, 6, 42, .34));
}

.dns-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 64px;
  min-height: 52px;
  padding: 10px 14px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #251040;
  background: #fff;
  box-shadow: 0 16px 34px rgba(20, 7, 54, .28);
  font-weight: 900;
}

.dns-orbit-one { top: 22%; left: 2%; }
.dns-orbit-two { top: 8%; right: 2%; color: #0b7c84; }
.dns-orbit-three { right: 0; bottom: 18%; color: #5b21b6; }

.hye-dns-benefits {
  background: #f3eefb;
}

.hye-dns-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid #dfd6ed;
  border-radius: 8px;
  background: #dfd6ed;
}

.hye-dns-benefit-grid article {
  min-height: 220px;
  padding: 30px;
  background: #fff;
}

.hye-dns-benefit-grid i {
  margin-bottom: 28px;
  color: #6d28d9;
  font-size: 1.45rem;
}

.hye-dns-benefit-grid h3 {
  margin-bottom: 8px;
}

.dns-record-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 17px 20px;
  border-radius: 8px;
  background: #251044;
  color: rgba(255, 255, 255, .72);
}

.dns-record-strip strong {
  margin-right: 8px;
  color: #fff;
}

.dns-record-strip span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 4px;
  font-size: .78rem;
  font-weight: 800;
}

.dns-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.dns-plan-card {
  display: flex;
  min-width: 0;
  min-height: 720px;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ded8e8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(45, 25, 76, .06);
}

.dns-plan-card.dns-plan-free {
  border-color: #7c3aed;
}

.dns-plan-card.dns-plan-featured {
  border-color: #7c3aed;
  box-shadow: 0 16px 35px rgba(109, 40, 217, .14);
}

.dns-plan-top {
  min-height: 244px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #e4deec;
}

.dns-plan-card .tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 6px 9px;
  border-radius: 4px;
  background: #e8fff7;
  color: #08785e;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dns-plan-card .tag.subtle {
  background: #f0ecf7;
  color: #5b526b;
}

.dns-plan-card .tag.popular {
  background: #6d28d9;
  color: #fff;
}

.dns-plan-card h3 {
  margin-bottom: 7px;
  font-size: 1.35rem;
}

.dns-plan-card .dns-plan-top > p {
  min-height: 48px;
  color: #746b82;
  font-size: .9rem;
  line-height: 1.45;
}

.dns-plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  margin: 24px 0;
}

.dns-plan-price strong {
  color: #241137;
  font-size: 2.25rem;
  line-height: 1;
}

.dns-plan-price small {
  width: 100%;
  margin-top: 7px;
  color: #7c728d;
}

.dns-plan-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 16px 16px 18px;
  background: #faf9fc;
}

.dns-plan-card dl div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  padding: 11px 10px;
  border-radius: 6px;
  background: #eef2f7;
  align-content: start;
  column-gap: 6px;
}

.dns-plan-card dl i {
  grid-row: 1 / 3;
  color: #7c3aed;
  font-size: .78rem;
  margin-top: 2px;
}

.dns-plan-card dt {
  color: #7a708b;
  font-size: .67rem;
  line-height: 1.25;
}

.dns-plan-card dd {
  margin: 4px 0 0;
  color: #21152f;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.3;
}

.dns-plan-card dd small {
  display: block;
  margin-top: 2px;
  color: #81778f;
  font-size: .62rem;
  font-weight: 500;
}

.dns-capability-title {
  margin: 0 18px;
  padding: 16px 2px 10px;
  border-top: 1px solid #e4deec;
  color: #40374d;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dns-plan-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0 20px 18px;
  list-style: none;
}

.dns-plan-card li {
  position: relative;
  padding-left: 21px;
  color: #40374d;
  font-size: .75rem;
  line-height: 1.35;
}

.dns-plan-card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0d9f6e;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.dns-plan-card li.disabled {
  color: #aaa3b4;
}

.dns-plan-card li.disabled::before {
  content: "\f068";
  color: #b9b2c2;
}

.dns-plan-card .btn {
  width: auto;
  margin: auto 16px 16px;
}

.hye-dns-operating {
  color: #fff;
  background: #251044;
}

.dns-mode-grid,
.hye-dns-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 54px;
}

.hye-dns-operating h2,
.hye-dns-operating h3 {
  color: #fff;
}

.hye-dns-operating p {
  color: rgba(255, 255, 255, .76);
}

.dns-mode-flow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.dns-mode-flow span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: rgba(255, 255, 255, .07);
  font-weight: 800;
}

.dns-mode-flow span i {
  margin-right: 7px;
  color: #a7f3d0;
}

.dns-security-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #4c1d95;
}

.dns-security-panel > i {
  margin-bottom: 26px;
  color: #a7f3d0;
  font-size: 2rem;
}

.dns-security-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.dns-security-panel div span {
  padding: 7px 9px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .11);
  font-size: .8rem;
  font-weight: 800;
}

.hye-dns-split > div {
  min-width: 0;
}

.dns-api-example {
  max-width: 100%;
  margin-top: 22px;
  padding: 24px;
  overflow-x: auto;
  border-radius: 8px;
  color: #d1fae5;
  background: #181124;
  font-size: .85rem;
  line-height: 1.65;
}

.hye-dns-panel-section {
  background: #eee8f8;
}

.dns-panel-mock {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 520px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid #d7cce9;
  border-radius: 8px;
  background: #f5f7fb;
  box-shadow: 0 28px 60px rgba(43, 26, 73, .14);
}

.dns-panel-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
  color: rgba(255, 255, 255, .8);
  background: #6d28d9;
}

.dns-panel-sidebar img {
  width: 150px;
  height: auto;
  margin: 0 auto 28px;
}

.dns-panel-sidebar span {
  padding: 12px;
  border-radius: 5px;
  font-size: .86rem;
  font-weight: 700;
}

.dns-panel-sidebar span.active {
  color: #fff;
  background: rgba(255, 255, 255, .17);
}

.dns-panel-sidebar i {
  width: 24px;
}

.dns-panel-workspace {
  min-width: 0;
  padding: 28px;
}

.dns-panel-title,
.dns-panel-tabs,
.dns-panel-stats,
.dns-panel-table > div {
  display: flex;
  align-items: center;
}

.dns-panel-title {
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 6px;
  color: #fff;
  background: #4c1d95;
}

.dns-panel-title div {
  display: grid;
}

.dns-panel-title button {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 5px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font: inherit;
  font-weight: 800;
}

.dns-panel-tabs {
  gap: 26px;
  margin: 18px 0;
  padding: 0 6px 14px;
  border-bottom: 1px solid #dce1eb;
  color: #746b82;
  font-size: .85rem;
  font-weight: 800;
}

.dns-panel-tabs .active {
  color: #6d28d9;
}

.dns-panel-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.dns-panel-stats span {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
  background: #fff;
}

.dns-panel-stats small {
  color: #7d8798;
}

.dns-panel-table {
  overflow: hidden;
  border: 1px solid #e0e4ec;
  border-radius: 6px;
  background: #fff;
}

.dns-panel-table > div {
  display: grid;
  grid-template-columns: 80px 1fr 2fr 80px;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #e8ebf0;
  font-size: .82rem;
}

.dns-panel-table > div:last-child {
  border-bottom: 0;
}

.dns-panel-table .head {
  color: #6f7888;
  background: #eef1f6;
  font-weight: 800;
}

.dns-panel-table b {
  color: #6d28d9;
}

.hye-dns-faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 12px;
  max-width: 1040px;
  margin-inline: auto;
}

.hye-dns-faq details {
  overflow: hidden;
  border: 1px solid #ded7e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(42, 24, 70, .04);
}

.hye-dns-faq summary {
  padding: 20px;
  cursor: pointer;
  color: #241a31;
  font-weight: 800;
}

.hye-dns-faq details p {
  padding: 0 20px 20px;
}

.hye-dns-closing {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #4c1d95;
}

.hye-dns-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 50%, rgba(139, 92, 246, .5), transparent 34%);
}

.hye-dns-closing-grid {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 50px;
}

.hye-dns-closing-grid > div {
  max-width: 720px;
}

.hye-dns-closing h2 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.hye-dns-closing p {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
}

.hye-dns-closing .cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hye-dns-closing .btn-light {
  border-color: #fff;
  color: #4c1d95;
  background: #fff;
}

.hye-dns-closing .btn-hero-outline {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
  background: transparent;
}

.hye-dns-closing img {
  align-self: end;
  width: 280px;
  max-height: 340px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 24px rgba(20, 7, 50, .3));
}

@media (max-width: 1100px) {
  .hye-dns-benefit-grid,
  .dns-plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dns-plan-card {
    min-height: 700px;
  }
}

@media (max-width: 820px) {
  .ipv6-dns-benefit {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .ipv6-dns-benefit .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hye-dns-hero {
    min-height: 0;
    padding: 70px 0 0;
  }

  .hye-dns-hero-grid,
  .dns-mode-grid,
  .hye-dns-split,
  .hye-dns-closing-grid {
    grid-template-columns: 1fr;
  }

  .hye-dns-hero h1 {
    font-size: clamp(2.35rem, 7.5vw, 3.35rem);
    overflow-wrap: anywhere;
  }

  .hye-dns-hero-copy,
  .hye-dns-hero .lead {
    width: 100%;
    max-width: 100%;
  }

  .hye-dns-hero-art {
    min-height: 390px;
  }

  .hye-dns-hero-art img {
    right: 50%;
    width: min(340px, 80%);
    transform: translateX(50%);
  }

  .dns-orbit-one { left: 3%; }
  .dns-orbit-two { right: 3%; }

  .dns-panel-mock {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dns-panel-sidebar {
    display: none;
  }

  .hye-dns-closing-grid {
    min-height: 0;
    padding-top: 56px;
    text-align: center;
  }

  .hye-dns-closing .cta {
    justify-content: center;
  }

  .hye-dns-closing img {
    width: 230px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .ipv6-dns-benefit {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .hye-dns-benefit-grid,
  .dns-plan-grid,
  .hye-dns-faq .faq-grid,
  .dns-panel-stats {
    grid-template-columns: 1fr;
  }

  .hye-dns-benefit-grid article {
    min-height: 0;
  }

  .dns-plan-card {
    min-height: 0;
  }

  .dns-mode-flow {
    align-items: stretch;
    flex-direction: column;
  }

  .dns-mode-flow > i {
    align-self: center;
    transform: rotate(90deg);
  }

  .dns-panel-workspace {
    padding: 14px;
  }

  .dns-panel-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .dns-panel-tabs {
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .dns-panel-table {
    overflow-x: auto;
  }

  .dns-panel-table > div {
    width: 620px;
  }

  .dns-record-strip strong {
    width: 100%;
  }

  .hye-dns-hero h1 {
    font-size: clamp(2.25rem, 10vw, 2.7rem);
  }
}

/* UK regional VPS pages */
.regional-main {
  background: #f7f4fb;
}

.regional-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  padding: 82px 0 0;
  background: #4b1f98;
  color: #fff;
}

.regional-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 18% 28%, rgba(190, 236, 255, .1) 0 2px, transparent 3px);
  background-size: 96px 96px;
}

.regional-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  align-items: end;
  gap: 54px;
  min-height: 518px;
}

.regional-hero-copy {
  align-self: center;
  max-width: 760px;
  padding-bottom: 72px;
}

.regional-hero .breadcrumb {
  justify-content: flex-start;
  color: rgba(255, 255, 255, .7);
}

.regional-hero .breadcrumb a {
  color: rgba(255, 255, 255, .82);
}

.regional-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #bdf2ff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.regional-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.65rem, 5vw, 4.35rem);
  line-height: .98;
}

.regional-hero h1 span {
  color: #bdf2ff;
}

.regional-hero .lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
  line-height: 1.7;
}

.regional-hero .cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 28px;
}

.regional-hero .btn-primary {
  border-color: #fff;
  background: #fff;
  color: #42178d;
}

.regional-hero .btn-outline {
  border-color: rgba(255, 255, 255, .42);
  background: transparent;
  color: #fff;
}

.regional-hero-art {
  position: relative;
  align-self: end;
  min-height: 510px;
}

.regional-hero-art img {
  position: absolute;
  right: 2%;
  bottom: -8px;
  width: min(420px, 96%);
  max-height: 510px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 24px rgba(26, 7, 61, .22));
}

.regional-location-chip {
  position: absolute;
  right: 0;
  bottom: 56px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 12px;
  width: min(290px, 90%);
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 6px;
  background: rgba(35, 12, 82, .88);
  box-shadow: 0 18px 40px rgba(25, 5, 64, .22);
}

.regional-location-chip i {
  grid-row: 1 / 3;
  align-self: center;
  color: #85edb7;
}

.regional-location-chip strong {
  color: #fff;
  font-size: .88rem;
}

.regional-location-chip span {
  color: rgba(255, 255, 255, .72);
  font-size: .75rem;
}

.regional-content {
  padding: 82px 0 96px;
}

.regional-section {
  margin-bottom: 88px;
}

.regional-section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.regional-section-head .eyebrow {
  margin-bottom: 14px;
}

.regional-section-head h2 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.regional-section-head p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-3);
  font-size: 1.02rem;
  line-height: 1.75;
}

.regional-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 48px;
  align-items: start;
}

.regional-copy p {
  margin: 0 0 18px;
  color: var(--ink-3);
  line-height: 1.78;
}

.regional-origin-panel {
  padding: 26px;
  border: 1px solid #dfd6eb;
  border-left: 4px solid var(--brand-600);
  border-radius: 6px;
  background: #fff;
}

.regional-origin-panel h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.regional-origin-panel p {
  margin: 0 0 18px;
  color: var(--ink-3);
  line-height: 1.65;
}

.regional-origin-panel a {
  font-weight: 800;
}

.regional-facts,
.regional-workloads,
.regional-related-grid,
.regional-hub-grid {
  display: grid;
  gap: 16px;
}

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

.regional-fact {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e2dbea;
  border-radius: 6px;
  background: #fff;
}

.regional-fact i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 6px;
  background: #eee7ff;
  color: var(--brand-700);
}

.regional-fact strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: .98rem;
}

.regional-fact span {
  display: block;
  color: var(--ink-4);
  font-size: .86rem;
  line-height: 1.55;
}

.regional-workloads {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.regional-workload {
  padding: 26px;
  border: 1px solid #e2dbea;
  border-radius: 6px;
  background: #fff;
}

.regional-workload i {
  color: var(--brand-600);
  font-size: 1.25rem;
}

.regional-workload h3 {
  margin: 16px 0 10px;
  font-size: 1.08rem;
}

.regional-workload p {
  margin: 0;
  color: var(--ink-3);
  font-size: .91rem;
  line-height: 1.65;
}

.regional-route-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid #d9cfeb;
  border-radius: 6px;
  background: #eee7f8;
}

.regional-route-note i {
  color: var(--brand-700);
  font-size: 1.35rem;
}

.regional-route-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.regional-route-note p {
  margin: 0;
  color: var(--ink-3);
  line-height: 1.6;
}

.regional-faq {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.regional-faq details {
  border: 1px solid #e0d8e9;
  border-radius: 6px;
  background: #fff;
}

.regional-faq summary {
  padding: 18px 20px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.regional-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ink-3);
  line-height: 1.65;
}

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

.regional-related-link {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px;
  border: 1px solid #dfd6ea;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.regional-related-link i {
  color: var(--brand-600);
  transition: transform .2s ease;
}

.regional-related-link:hover {
  border-color: var(--brand-300);
  color: var(--brand-700);
}

.regional-related-link:hover i {
  transform: translateX(4px);
}

.regional-directory-entry {
  display: flex;
  max-width: 780px;
  align-items: center;
  gap: 12px;
  margin: 24px auto 0;
  color: var(--ink-3);
  font-size: .9rem;
  text-align: center;
}

.regional-directory-entry i {
  color: var(--brand-600);
}

.regional-directory-entry a {
  font-weight: 800;
}

.regional-hub-hero {
  min-height: 520px;
}

.regional-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.regional-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.regional-service-card > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 6px;
  background: #eee7ff;
  color: var(--brand-700);
  font-size: 1.15rem;
}

/* Wolverhampton network */
.network-page .network-path-section {
  padding-top: 78px;
}

.network-path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.12fr);
  align-items: stretch;
  gap: 12px;
  margin-top: 34px;
}

.network-path-node {
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  border: 1px solid #ded8ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(35, 22, 63, .06);
}

.network-path-node .ic {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 8px;
  background: #eee7ff;
  color: var(--brand-700);
}

.network-path-node strong {
  color: var(--ink-1);
  font-size: 1.04rem;
}

.network-path-node small {
  margin-top: 8px;
  color: var(--ink-3);
  font-size: .84rem;
  line-height: 1.5;
}

.network-path-node-brand {
  border-color: #8152e8;
  background: #4c1d95;
}

.network-path-node-brand .ic {
  background: rgba(255, 255, 255, .14);
  color: #bdf4ff;
}

.network-path-node-brand strong,
.network-path-node-brand small {
  color: #fff;
}

.network-path-arrow {
  align-self: center;
  color: #7c3aed;
}

.network-source-note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 10px;
  margin: 24px auto 0;
  color: var(--ink-3);
  font-size: .86rem;
  line-height: 1.55;
  text-align: center;
}

.network-source-note i {
  margin-top: 4px;
  color: var(--brand-600);
}

.network-topology-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .75fr);
  align-items: end;
  gap: 64px;
  max-width: 1120px;
  margin-inline: auto;
}

.network-topology-intro h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.network-topology-intro > p {
  margin: 0 0 4px;
  color: var(--ink-3);
  line-height: 1.65;
}

.network-topology-frame {
  max-width: 1180px;
  margin: 38px auto 0;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #d7cde6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(35, 22, 63, .12);
}

.network-topology-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.network-topology-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid #ded8ea;
  border-radius: 8px;
  background: #fff;
}

.network-topology-facts > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-left: 1px solid #e6e0ed;
}

.network-topology-facts > div:first-child {
  border-left: 0;
}

.network-topology-facts i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 7px;
  background: #eee7ff;
  color: var(--brand-700);
}

.network-topology-facts span {
  display: grid;
  gap: 3px;
}

.network-topology-facts strong {
  color: var(--ink-1);
  font-size: .9rem;
}

.network-topology-facts small {
  color: var(--ink-3);
  font-size: .75rem;
  line-height: 1.4;
}

.network-topology-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.network-layer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 38px auto 0;
}

.network-layer-card {
  padding: 34px;
  border: 1px solid #ded8ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 22, 63, .06);
}

.network-layer-card-brand {
  border-top: 4px solid var(--brand-600);
}

.network-layer-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--brand-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.network-layer-card h3 {
  margin-bottom: 24px;
  font-size: 1.6rem;
}

.network-layer-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.network-layer-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: var(--ink-3);
  line-height: 1.55;
}

.network-layer-list li > i {
  margin-top: 4px;
  color: #0ba95b;
}

.network-layer-list strong {
  color: var(--ink-1);
}

.network-protection-split {
  align-items: center;
}

.network-protection-points {
  display: grid;
  gap: 12px;
}

.network-protection-points > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid #ded8ea;
  border-radius: 8px;
  background: #fff;
}

.network-protection-points > div > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #eee7ff;
  color: var(--brand-700);
}

.network-protection-points span {
  display: grid;
  gap: 4px;
}

.network-protection-points strong {
  color: var(--ink-1);
}

.network-protection-points small {
  color: var(--ink-3);
  line-height: 1.45;
}

.network-faq-list {
  display: grid;
  max-width: 980px;
  gap: 12px;
  margin: 34px auto 0;
}

.network-faq-list details {
  padding: 0 24px;
  border: 1px solid #ded8ea;
  border-radius: 8px;
  background: #fff;
}

.network-faq-list summary {
  padding: 20px 36px 20px 0;
  color: var(--ink-1);
  font-weight: 700;
  cursor: pointer;
}

.network-faq-list p {
  margin: -4px 0 22px;
  color: var(--ink-3);
}

@media (max-width: 1080px) {
  .network-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-path-arrow {
    display: none;
  }

  .network-topology-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .network-topology-facts > div:nth-child(3) {
    border-left: 0;
  }

  .network-topology-facts > div:nth-child(n + 3) {
    border-top: 1px solid #e6e0ed;
  }
}

@media (max-width: 760px) {
  .network-page .network-mascot-hero h1 {
    max-width: 100%;
    font-size: 2.55rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .network-page .network-mascot-hero .lead {
    max-width: 100%;
  }

  .network-page .network-path-section {
    padding-top: 54px;
  }

  .network-path,
  .network-layer-grid {
    grid-template-columns: 1fr;
  }

  .network-topology-frame {
    margin-inline: -10px;
    overflow-x: auto;
    padding: 5px;
    touch-action: pan-x;
  }

  .network-topology-frame img {
    width: 820px;
    max-width: none;
  }

  .network-topology-facts {
    grid-template-columns: 1fr;
  }

  .network-topology-facts > div {
    border-top: 1px solid #e6e0ed;
    border-left: 0;
  }

  .network-topology-facts > div:first-child {
    border-top: 0;
  }

  .network-path-node {
    min-height: 0;
    padding: 22px;
  }

  .network-source-note {
    text-align: left;
  }

  .network-layer-card {
    padding: 24px;
  }
}

.regional-hub-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #e0d7eb;
  border-radius: 6px;
  background: #fff;
}

.regional-hub-card .regional-city-distance {
  color: var(--brand-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.regional-hub-card h2 {
  margin: 14px 0 10px;
  font-size: 1.35rem;
}

.regional-hub-card p {
  margin: 0 0 20px;
  color: var(--ink-3);
  font-size: .9rem;
  line-height: 1.62;
}

.regional-hub-card a {
  margin-top: auto;
  font-weight: 800;
}

@media (max-width: 980px) {
  .regional-hero-grid,
  .regional-intro-grid {
    grid-template-columns: 1fr;
  }

  .regional-hero-copy {
    padding-bottom: 16px;
  }

  .regional-hero-art {
    min-height: 400px;
  }

  .regional-hero-art img {
    right: 50%;
    width: min(350px, 78%);
    transform: translateX(50%);
  }

  .regional-location-chip {
    right: 6%;
  }

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

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

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

@media (max-width: 680px) {
  .regional-main {
    overflow-x: hidden;
  }

  .regional-hero {
    padding-top: 56px;
  }

  .regional-hero-grid,
  .regional-hero-copy,
  .regional-hero-art {
    width: 100%;
    min-width: 0;
  }

  .regional-hero-grid {
    gap: 16px;
  }

  .regional-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.85rem);
    overflow-wrap: anywhere;
  }

  .regional-hero h1 span {
    display: block;
    overflow-wrap: anywhere;
  }

  .regional-hero .lead {
    font-size: .98rem;
  }

  .regional-hero .cta {
    align-items: stretch;
    flex-direction: column;
  }

  .regional-hero .cta .btn {
    width: 100%;
    max-width: 100%;
  }

  .regional-hero-art {
    min-height: 350px;
  }

  .regional-hero-art img {
    width: min(300px, 84%);
  }

  .regional-location-chip {
    right: 50%;
    bottom: 24px;
    transform: translateX(50%);
  }

  .regional-content {
    padding: 62px 0 76px;
  }

  .regional-section {
    margin-bottom: 64px;
  }

  .regional-facts,
  .regional-workloads,
  .regional-related-grid,
  .regional-hub-grid {
    grid-template-columns: 1fr;
  }

  .regional-service-grid {
    grid-template-columns: 1fr;
  }

  .regional-route-note {
    grid-template-columns: 1fr;
  }
}

/* Colocation */
.colo-hero-inclusions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.colo-hero {
  overflow: hidden;
}

.colo-hero .container,
.colo-hero h1,
.colo-hero .lead {
  min-width: 0;
}

.colo-hero-inclusions span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  font-size: .82rem;
  font-weight: 700;
}

.colo-hero-inclusions i {
  color: #bff7ff;
}

.product-grid.cols-3.colo-plan-grid {
  max-width: 1160px;
  align-items: stretch;
  gap: 18px;
}

.colo-plan-card {
  padding: 24px;
  border-radius: 8px;
}

.colo-plan-card .card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.colo-plan-kind {
  margin-bottom: 7px;
  color: var(--brand-700);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.colo-plan-card h3 {
  font-size: 1.22rem;
}

.colo-plan-card .desc {
  min-height: 3.9em;
}

.colo-plan-card .price {
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--hairline);
}

.colo-plan-card .price strong {
  font-size: 1.75rem;
}

.colo-plan-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.colo-plan-specs span {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  padding: 9px 8px;
  color: var(--ink-3);
  background: var(--bg-inset);
  border-radius: 6px;
  font-size: .75rem;
  line-height: 1.25;
}

.colo-plan-specs i {
  width: 15px;
  flex: 0 0 15px;
  color: var(--brand-600);
  text-align: center;
}

.colo-plan-specs strong {
  color: var(--ink);
  white-space: nowrap;
}

.colo-plan-card .btn {
  width: 100%;
  margin-top: auto;
}

.colo-ix-section {
  position: relative;
}

.colo-ix-section::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(122, 52, 255, .04), rgba(177, 234, 255, .1), rgba(122, 52, 255, .04));
  pointer-events: none;
}

.colo-ix-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: 44px;
  max-width: 1160px;
  margin: 0 auto 28px;
}

.colo-ix-intro h2 {
  max-width: 620px;
  margin-top: 10px;
}

.colo-ix-intro p {
  margin: 0 0 4px;
  color: var(--ink-3);
  line-height: 1.7;
}

.colo-ix-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.colo-ix-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  box-shadow: var(--shadow-xs);
}

.colo-ix-mark {
  display: grid;
  place-items: center;
  width: 92px;
  height: 72px;
  color: #fff;
  background: #111827;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 800;
}

.colo-ix-mark-alt {
  background: var(--brand-700);
}

.colo-ix-copy span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-4);
  font-size: .72rem;
  font-weight: 700;
}

.colo-ix-copy h3 {
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.colo-ix-copy p {
  margin: 0;
  color: var(--ink-3);
  font-size: .84rem;
  line-height: 1.45;
}

.colo-ix-price {
  display: grid;
  min-width: 94px;
  text-align: right;
}

.colo-ix-price small,
.colo-ix-price span {
  color: var(--ink-4);
  font-size: .72rem;
}

.colo-ix-price strong {
  color: var(--brand-700);
  font-size: 1.55rem;
}

.colo-ix-foot {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1160px;
  margin: 16px auto 0;
  padding: 15px 18px;
  color: var(--ink-3);
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  font-size: .82rem;
}

.colo-ix-foot span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.colo-ix-foot i {
  color: var(--brand-600);
}

.colo-ix-foot a {
  margin-left: auto;
  font-weight: 700;
}

.colo-panel-split {
  max-width: 1120px;
  margin-inline: auto;
}

.colo-panel-split .split-media,
.colo-facility-split .split-media {
  padding: 10px;
  background: #fff;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.colo-panel-split .split-media img,
.colo-facility-split .split-media img {
  border-radius: 4px;
}

.colo-panel-split .split-media:hover,
.colo-facility-split .split-media:hover {
  box-shadow: var(--shadow-md);
}

@media (max-width: 960px) {
  .colo-ix-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .colo-ix-card {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .colo-ix-mark {
    width: 78px;
  }

  .colo-ix-price {
    grid-column: 2;
    display: flex;
    align-items: baseline;
    gap: 5px;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .colo-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.15rem, 10.5vw, 2.65rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .colo-hero .lead {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .colo-hero-inclusions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .colo-hero-inclusions span {
    justify-content: center;
  }

  .colo-plan-card {
    padding: 20px;
  }

  .colo-plan-card .desc {
    min-height: 0;
  }

  .colo-ix-grid {
    grid-template-columns: 1fr;
  }

  .colo-ix-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .colo-ix-mark {
    width: 72px;
    height: 64px;
    font-size: .9rem;
  }

  .colo-ix-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .colo-ix-foot a {
    margin-left: 0;
  }
}
