/*
Theme Name: HostBlast Refresh
Theme URI: https://www.hostblast.net/
Description: A light, conversion-focused child theme for HostBlast.
Author: HostBlast
Template: servereast
Version: 2.0.3
Text Domain: hostblast-refresh
*/

:root {
  --hb-bg: #f8f7fc;
  --hb-surface: #ffffff;
  --hb-soft: #f0eefb;
  --hb-ink: #17151f;
  --hb-muted: #656171;
  --hb-coral: #ff6846;
  --hb-coral-dark: #d94727;
  --hb-amber: #ffc857;
  --hb-sage: #24c7a4;
  --hb-violet: #6558f5;
  --hb-violet-dark: #4b40d5;
  --hb-mint: #4fe0bd;
  --hb-line: #e7e4ef;
  --hb-shadow: 0 22px 60px rgba(43, 35, 78, .11);
  --hb-radius: 26px;
  --hb-wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--hb-bg);
  color: var(--hb-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--hb-coral-dark); text-decoration: none; }
a:hover { color: var(--hb-ink); }
h1, h2, h3, h4 { color: var(--hb-ink); line-height: 1.08; margin: 0 0 16px; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 7vw, 78px); }
h2 { font-size: clamp(34px, 4.8vw, 56px); }
h3 { font-size: clamp(22px, 2.5vw, 29px); }
p { margin: 0 0 20px; }

.hb-wrap { width: var(--hb-wrap); margin-inline: auto; }
.hb-skip { position: fixed; left: 14px; top: -80px; z-index: 99999; background: var(--hb-ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.hb-skip:focus { top: 14px; color: #fff; }
.hb-topbar { background: var(--hb-ink); color: #fff; font-size: 13px; }
.hb-topbar .hb-wrap { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hb-topbar a { color: #fff; opacity: .9; }
.hb-topbar-links { display: flex; gap: 20px; }
.hb-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 250, 243, .94); border-bottom: 1px solid rgba(234, 223, 212, .85); backdrop-filter: blur(18px); }
.admin-bar .hb-header { top: 32px; }
.hb-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.hb-logo { display: inline-flex; align-items: center; color: var(--hb-ink); flex: 0 0 auto; }
.hb-logo svg { width: 214px; height: auto; display: block; }
.hb-menu { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); margin: 0; padding: 0; list-style: none; }
.hb-menu a { color: var(--hb-ink); font-weight: 750; font-size: 14px; }
.hb-menu a:hover { color: var(--hb-coral-dark); }
.hb-account { display: inline-flex; align-items: center; min-height: 44px; padding: 0 19px; border-radius: 999px; background: var(--hb-ink); color: #fff !important; }
.hb-mobile-menu { display: none; position: relative; }
.hb-mobile-menu summary { cursor: pointer; list-style: none; padding: 10px 14px; border: 1px solid var(--hb-line); border-radius: 14px; font-weight: 800; }
.hb-mobile-menu ul { position: absolute; right: 0; top: 52px; width: min(300px, 86vw); margin: 0; padding: 14px; list-style: none; background: #fff; border: 1px solid var(--hb-line); border-radius: 18px; box-shadow: var(--hb-shadow); }
.hb-mobile-menu li + li { border-top: 1px solid var(--hb-line); }
.hb-mobile-menu a { display: block; padding: 12px; color: var(--hb-ink); font-weight: 750; }

.hb-section { padding: 100px 0; }
.hb-section--soft { background: var(--hb-soft); }
.hb-section--white { background: #fff; }
.hb-section--ink { background: var(--hb-ink); color: #fff; }
.hb-section--ink h2, .hb-section--ink h3 { color: #fff; }
.hb-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--hb-coral-dark); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hb-eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--hb-amber), var(--hb-coral)); }
.hb-lead { color: var(--hb-muted); font-size: clamp(18px, 2.1vw, 22px); max-width: 700px; }
.hb-center { text-align: center; }
.hb-center .hb-lead { margin-inline: auto; }
.hb-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hb-center .hb-actions { justify-content: center; }
.hb-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 999px; background: var(--hb-coral); color: #fff !important; font-weight: 850; box-shadow: 0 12px 28px rgba(231, 111, 81, .23); }
.hb-btn:hover { background: var(--hb-coral-dark); transform: translateY(-2px); }
.hb-btn--ghost { background: transparent; color: var(--hb-ink) !important; border: 1px solid var(--hb-line); box-shadow: none; }
.hb-btn--ghost:hover { background: #fff; }
.hb-btn--light { background: #fff; color: var(--hb-ink) !important; box-shadow: none; }
.hb-grid { display: grid; gap: 22px; }
.hb-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hb-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hb-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hb-card { background: #fff; border: 1px solid var(--hb-line); border-radius: var(--hb-radius); padding: 30px; box-shadow: 0 12px 38px rgba(58, 44, 34, .06); }
.hb-card p { color: var(--hb-muted); }
.hb-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px; color: var(--hb-coral-dark); background: #fff0e9; }
.hb-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hb-hero { position: relative; overflow: hidden; padding: 105px 0 80px; background: radial-gradient(circle at 78% 20%, rgba(246, 189, 96, .27), transparent 27%), linear-gradient(135deg, #fffaf3 0 58%, #f6efe6 58%); }
.hb-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; bottom: -180px; border-radius: 50%; border: 70px solid rgba(132, 169, 140, .13); }
.hb-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hb-hero .hb-lead { max-width: 650px; }
.hb-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hb-trust span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.78); border: 1px solid var(--hb-line); color: var(--hb-ink); font-size: 13px; font-weight: 800; }
.hb-server-stage { position: relative; min-height: 500px; border-radius: 38px; background: var(--hb-ink); box-shadow: 0 36px 80px rgba(37, 50, 55, .24); overflow: hidden; }
.hb-server-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 40%, rgba(231,111,81,.18)); }
.hb-rack { position: absolute; inset: 12% 13%; display: grid; gap: 14px; align-content: center; }
.hb-server { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-radius: 16px; background: #fffaf3; box-shadow: inset 0 -4px 0 rgba(37,50,55,.09); }
.hb-server strong { letter-spacing: .02em; }
.hb-lights { display: flex; gap: 9px; }
.hb-lights i { width: 11px; height: 11px; border-radius: 50%; background: var(--hb-sage); box-shadow: 19px 0 var(--hb-amber); margin-right: 19px; }
.hb-float { position: absolute; z-index: 2; padding: 13px 16px; border-radius: 15px; background: #fff; color: var(--hb-ink); font-size: 13px; font-weight: 900; box-shadow: var(--hb-shadow); }
.hb-float--a { left: 2%; top: 14%; }
.hb-float--b { right: 2%; bottom: 12%; }

.hb-proof { position: relative; z-index: 2; margin-top: -1px; background: #fff; border-block: 1px solid var(--hb-line); }
.hb-proof .hb-wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.hb-proof div { padding: 24px 18px; text-align: center; border-right: 1px solid var(--hb-line); }
.hb-proof div:last-child { border: 0; }
.hb-proof b { display: block; font-size: 18px; color: var(--hb-ink); }
.hb-proof span { color: var(--hb-muted); font-size: 13px; }

.hb-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.hb-section-head > * { max-width: 700px; }
.hb-plans { align-items: stretch; }
.hb-plan { position: relative; display: flex; flex-direction: column; }
.hb-plan--featured { border-color: var(--hb-coral); transform: translateY(-12px); box-shadow: 0 24px 58px rgba(231, 111, 81, .17); }
.hb-tag { display: inline-flex; align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: #fff0e9; color: var(--hb-coral-dark); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.hb-price { margin: 18px 0 4px; color: var(--hb-ink); font-size: 48px; line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.hb-price small { font-size: 14px; font-weight: 750; letter-spacing: 0; color: var(--hb-muted); }
.hb-note { color: var(--hb-muted); font-size: 13px; }
.hb-list { display: grid; gap: 11px; padding: 0; margin: 24px 0 28px; list-style: none; }
.hb-list li { position: relative; padding-left: 25px; color: #4d5b5f; }
.hb-list li::before { content: "✓"; position: absolute; left: 0; color: var(--hb-sage); font-weight: 950; }
.hb-plan .hb-btn { margin-top: auto; }

.hb-split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.hb-migration { padding: 48px; border-radius: 34px; background: linear-gradient(135deg, var(--hb-coral), #d85c46); color: #fff; box-shadow: 0 24px 60px rgba(231,111,81,.22); }
.hb-migration h2, .hb-migration h3 { color: #fff; }
.hb-migration p { color: rgba(255,255,255,.86); }
.hb-steps { counter-reset: step; }
.hb-step { position: relative; padding-left: 80px; }
.hb-step + .hb-step { margin-top: 30px; }
.hb-step::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: -2px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: #fff0e9; color: var(--hb-coral-dark); font-weight: 950; }
.hb-step p { color: var(--hb-muted); }
.hb-quote { position: relative; }
.hb-quote::before { content: "“"; position: absolute; top: 14px; right: 22px; color: #f2d8ca; font: 900 82px/1 Georgia, serif; }
.hb-quote blockquote { position: relative; margin: 0 0 22px; color: var(--hb-ink); font-size: 18px; }
.hb-quote cite { color: var(--hb-muted); font-style: normal; font-weight: 800; }
.hb-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.hb-logos span { padding: 12px 17px; border: 1px solid var(--hb-line); border-radius: 999px; background: #fff; color: var(--hb-muted); font-weight: 850; }

.hb-faq { display: grid; gap: 12px; }
.hb-faq details { background: #fff; border: 1px solid var(--hb-line); border-radius: 18px; padding: 20px 22px; }
.hb-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; color: var(--hb-ink); font-weight: 850; }
.hb-faq summary::after { content: "+"; color: var(--hb-coral-dark); font-size: 22px; }
.hb-faq details[open] summary::after { content: "−"; }
.hb-faq details p { margin: 14px 0 0; color: var(--hb-muted); }

.hb-page-hero { padding: 76px 0 64px; background: linear-gradient(135deg, #fffaf3, #f6efe6); text-align: center; border-bottom: 1px solid var(--hb-line); }
.hb-page-hero h1 { font-size: clamp(40px, 6vw, 64px); }
.hb-page-hero .hb-lead { margin-inline: auto; }
.hb-comparison { overflow-x: auto; border: 1px solid var(--hb-line); border-radius: 24px; background: #fff; }
.hb-comparison table { width: 100%; min-width: 760px; border-collapse: collapse; }
.hb-comparison th, .hb-comparison td { padding: 18px 20px; border-bottom: 1px solid var(--hb-line); text-align: center; }
.hb-comparison th:first-child, .hb-comparison td:first-child { text-align: left; }
.hb-comparison th { background: var(--hb-soft); color: var(--hb-ink); }
.hb-comparison tr:last-child td { border-bottom: 0; }
.hb-protocols { display: flex; flex-wrap: wrap; gap: 10px; }
.hb-protocols span { padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--hb-line); font-weight: 800; }
.hb-contact-card a { word-break: break-word; }
.hb-article { display: flow-root; width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.hb-article h2, .hb-article h3, .hb-article h4 { margin-top: 34px; }
.hb-article p, .hb-article li { color: #4d5b5f; }
.hb-article table { width: 100%; border-collapse: collapse; background: #fff; }
.hb-article th, .hb-article td { padding: 14px; border: 1px solid var(--hb-line); }

.hb-footer { clear: both; padding: 74px 0 30px; background: var(--hb-ink); color: rgba(255,255,255,.76); }
.hb-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 52px; }
.hb-footer .hb-logo { color: #fff; margin-bottom: 20px; }
.hb-footer .hb-logo svg { width: 205px; }
.hb-footer h3 { color: #fff; font-size: 17px; letter-spacing: 0; }
.hb-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.hb-footer a { color: rgba(255,255,255,.78); }
.hb-footer a:hover { color: var(--hb-amber); }
.hb-footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }

@media (max-width: 980px) {
  .hb-menu { display: none; }
  .hb-mobile-menu { display: block; }
  .hb-hero-grid, .hb-split { grid-template-columns: 1fr; }
  .hb-server-stage { min-height: 420px; }
  .hb-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hb-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hb-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .hb-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 782px) { .admin-bar .hb-header { top: 46px; } }
@media (max-width: 640px) {
  :root { --hb-wrap: min(100% - 28px, 1180px); }
  .hb-topbar .hb-wrap { justify-content: center; }
  .hb-topbar span { display: none; }
  .hb-nav { min-height: 70px; }
  .hb-logo svg { width: 184px; }
  .hb-hero { padding: 70px 0 58px; }
  .hb-section { padding: 72px 0; }
  .hb-server-stage { min-height: 350px; }
  .hb-grid--2, .hb-grid--3, .hb-grid--4 { grid-template-columns: 1fr; }
  .hb-plan--featured { transform: none; }
  .hb-proof .hb-wrap { grid-template-columns: repeat(2, 1fr); }
  .hb-proof div:nth-child(2) { border-right: 0; }
  .hb-proof div:nth-child(-n+2) { border-bottom: 1px solid var(--hb-line); }
  .hb-section-head { align-items: flex-start; flex-direction: column; }
  .hb-migration { padding: 30px; }
  .hb-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .hb-footer-grid > :first-child { grid-column: 1 / -1; }
  .hb-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* HostBlast 2.0 — clean, colorful technology direction */
body { background: var(--hb-bg); }
.hb-topbar { background: linear-gradient(90deg, #17151f, #2a2340); }
.hb-topbar .hb-wrap { min-height: 42px; }
.hb-topbar-status { display: inline-flex; align-items: center; gap: 9px; font-weight: 760; letter-spacing: .01em; }
.hb-topbar-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--hb-mint); box-shadow: 0 0 0 5px rgba(79,224,189,.12); animation: hb-pulse 2.4s ease-in-out infinite; }
.hb-topbar-links a { padding: 4px 0; font-weight: 700; }
.hb-topbar-links a:hover { color: var(--hb-mint); }

.hb-header { background: rgba(255,255,255,.92); border-bottom-color: rgba(231,228,239,.92); box-shadow: 0 8px 26px rgba(38,31,65,.04); }
.hb-header--scrolled { box-shadow: 0 14px 40px rgba(38,31,65,.10); }
.hb-nav { min-height: 84px; gap: 22px; }
.hb-logo svg { width: 218px; }
.hb-desktop-nav { margin-left: auto; }
.hb-menu { gap: 2px; padding: 6px; border: 1px solid var(--hb-line); border-radius: 999px; background: #f7f6fa; }
.hb-menu a { display: block; padding: 9px 13px; border-radius: 999px; font-size: 13px; letter-spacing: -.01em; }
.hb-menu a:hover { background: #fff; color: var(--hb-violet-dark); box-shadow: 0 6px 18px rgba(43,35,78,.09); }
.hb-account { gap: 10px; min-height: 48px; padding: 0 19px; background: linear-gradient(135deg, var(--hb-violet), var(--hb-violet-dark)); box-shadow: 0 12px 26px rgba(101,88,245,.24); }
.hb-account:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(101,88,245,.32); }
.hb-account b { font-size: 18px; transition: transform .2s ease; }
.hb-account:hover b { transform: translateX(3px); }
.hb-mobile-menu summary { display: flex; align-items: center; gap: 10px; border-color: var(--hb-line); background: #f7f6fa; }
.hb-mobile-menu summary i, .hb-mobile-menu summary i::before, .hb-mobile-menu summary i::after { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--hb-ink); }
.hb-mobile-menu summary i { position: relative; }
.hb-mobile-menu summary i::before, .hb-mobile-menu summary i::after { content: ""; position: absolute; left: 0; }
.hb-mobile-menu summary i::before { top: -6px; }
.hb-mobile-menu summary i::after { top: 6px; }
.hb-mobile-menu ul { border-color: var(--hb-line); box-shadow: 0 24px 70px rgba(36,28,65,.18); }
.hb-mobile-menu a:hover { color: var(--hb-violet-dark); }

.hb-eyebrow { color: var(--hb-violet-dark); }
.hb-eyebrow::before { background: linear-gradient(90deg, var(--hb-mint), var(--hb-violet)); }
.hb-btn { background: linear-gradient(135deg, var(--hb-violet), var(--hb-violet-dark)); box-shadow: 0 13px 28px rgba(101,88,245,.24); transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.hb-btn:hover { background: linear-gradient(135deg, #7469fb, #4a3ed2); box-shadow: 0 18px 34px rgba(101,88,245,.30); }
.hb-btn--ghost { color: var(--hb-ink) !important; background: rgba(255,255,255,.7); border-color: var(--hb-line); box-shadow: none; }
.hb-btn--ghost:hover { background: #fff; box-shadow: 0 10px 26px rgba(43,35,78,.09); }

.hb-hero { padding: 88px 0 76px; background: radial-gradient(circle at 12% 8%, rgba(79,224,189,.15), transparent 25%), radial-gradient(circle at 84% 22%, rgba(101,88,245,.15), transparent 31%), #fff; }
.hb-hero::after { border-color: rgba(101,88,245,.08); }
.hb-hero-grid { grid-template-columns: .92fr 1.08fr; gap: 58px; }
.hb-hero h1 { font-size: clamp(46px, 6.1vw, 76px); }
.hb-hero-photo { position: relative; min-height: 520px; margin: 0; border-radius: 34px; overflow: hidden; background: #dedbe8; box-shadow: 0 34px 80px rgba(35,29,61,.22); }
.hb-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(23,21,31,.72)); pointer-events: none; }
.hb-hero-photo img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; object-position: 64% center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hb-hero-photo:hover img { transform: scale(1.025); }
.hb-hero-photo figcaption { position: absolute; z-index: 2; left: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 800; }
.hb-hero-photo figcaption i { width: 9px; height: 9px; border-radius: 50%; background: var(--hb-mint); box-shadow: 0 0 0 6px rgba(79,224,189,.18); }
.hb-float { border: 1px solid rgba(255,255,255,.7); box-shadow: 0 18px 48px rgba(23,21,31,.20); animation: hb-float 5s ease-in-out infinite; }
.hb-float b { color: var(--hb-violet-dark); }
.hb-float--a { left: 4%; top: 9%; }
.hb-float--b { right: 4%; bottom: 10%; animation-delay: -2.3s; }
.hb-trust span { background: #fff; border-color: var(--hb-line); box-shadow: 0 8px 22px rgba(43,35,78,.06); }

.hb-proof { border: 0; box-shadow: 0 14px 40px rgba(43,35,78,.06); }
.hb-proof b { color: var(--hb-violet-dark); }
.hb-section--soft { background: linear-gradient(135deg, #f0eefb, #f7f6fb); }
.hb-section--ink { background: radial-gradient(circle at 90% 10%, rgba(101,88,245,.42), transparent 33%), #17151f; }
.hb-card { border-color: var(--hb-line); box-shadow: 0 12px 34px rgba(43,35,78,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.hb-card:hover { transform: translateY(-7px); border-color: rgba(101,88,245,.32); box-shadow: 0 22px 54px rgba(43,35,78,.13); }
.hb-grid > .hb-card:nth-child(4n+1) .hb-icon { color: #6558f5; background: #efedff; }
.hb-grid > .hb-card:nth-child(4n+2) .hb-icon { color: #0c987b; background: #e5fbf5; }
.hb-grid > .hb-card:nth-child(4n+3) .hb-icon { color: #d94727; background: #fff0eb; }
.hb-grid > .hb-card:nth-child(4n+4) .hb-icon { color: #a26b00; background: #fff6dc; }
.hb-icon { border-radius: 16px; transition: transform .3s ease; }
.hb-card:hover .hb-icon { transform: rotate(-5deg) scale(1.08); }
.hb-plan--featured { border-color: var(--hb-violet); box-shadow: 0 24px 58px rgba(101,88,245,.17); }
.hb-tag { color: var(--hb-violet-dark); background: #efedff; }
.hb-list li::before { color: #0c987b; }
.hb-migration { background: radial-gradient(circle at 90% 12%, rgba(79,224,189,.24), transparent 28%), linear-gradient(135deg, #5a4ee9, #332b84); box-shadow: 0 26px 64px rgba(75,64,213,.25); }
.hb-step::before { color: var(--hb-violet-dark); background: #efedff; }

.hb-page-hero { padding: 70px 0; text-align: left; background: radial-gradient(circle at 8% 18%, rgba(79,224,189,.13), transparent 28%), radial-gradient(circle at 92% 20%, rgba(101,88,245,.12), transparent 30%), #fff; }
.hb-page-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: center; }
.hb-page-hero:not(.hb-page-hero--photo) .hb-page-hero-grid { display: block; }
.hb-page-hero:not(.hb-page-hero--photo) .hb-page-hero-copy { max-width: 840px; margin-inline: auto; text-align: center; }
.hb-page-hero:not(.hb-page-hero--photo) .hb-lead { margin-inline: auto; }
.hb-page-hero h1 { font-size: clamp(40px, 5.4vw, 66px); }
.hb-page-photo { position: relative; min-height: 390px; margin: 0; border-radius: 30px; overflow: hidden; background: #dedbe8; box-shadow: 0 28px 70px rgba(35,29,61,.20); }
.hb-page-photo img { width: 100%; height: 100%; min-height: 390px; display: block; object-fit: cover; object-position: 62% center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hb-page-photo:hover img { transform: scale(1.03); }
.hb-photo-badge { position: absolute; right: 18px; bottom: 18px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 14px; background: rgba(255,255,255,.93); color: var(--hb-ink); box-shadow: var(--hb-shadow); font-size: 13px; }
.hb-photo-badge b { color: var(--hb-violet-dark); }

.hb-footer { padding-top: 0; background: radial-gradient(circle at 100% 0, rgba(101,88,245,.25), transparent 30%), #15131c; }
.hb-footer-cta { transform: translateY(-1px); display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 44px 48px; margin-bottom: 68px; border-radius: 0 0 32px 32px; background: linear-gradient(120deg, #6558f5, #4d41ce 58%, #34305c); color: #fff; box-shadow: 0 28px 70px rgba(13,10,28,.25); }
.hb-footer-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(28px, 3.8vw, 44px); }
.hb-footer-cta .hb-eyebrow { color: var(--hb-mint); }
.hb-footer-cta .hb-eyebrow::before { background: var(--hb-mint); }
.hb-footer-grid { padding-bottom: 24px; }
.hb-footer h3 { color: #fff; }
.hb-footer a:hover { color: var(--hb-mint); }
.hb-footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.hb-footer-badges span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 800; letter-spacing: .03em; }

.hb-motion-ready .hb-reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease var(--hb-delay, 0ms), transform .72s cubic-bezier(.2,.75,.25,1) var(--hb-delay, 0ms); }
.hb-motion-ready .hb-reveal.hb-in-view { opacity: 1; transform: none; }
@keyframes hb-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .65; transform: scale(.86); } }
@keyframes hb-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 1120px) {
  .hb-menu a { padding-inline: 10px; }
  .hb-logo svg { width: 196px; }
}
@media (max-width: 980px) {
  .hb-desktop-nav, .hb-nav > .hb-account { display: none; }
  .hb-hero-grid, .hb-page-hero-grid { grid-template-columns: 1fr; }
  .hb-page-photo { min-height: 360px; }
  .hb-footer-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .hb-topbar-links a:first-child { display: none; }
  .hb-logo svg { width: 188px; }
  .hb-hero { padding-top: 58px; }
  .hb-hero-grid { gap: 38px; }
  .hb-hero-photo, .hb-hero-photo img { min-height: 360px; }
  .hb-hero-photo { border-radius: 24px; }
  .hb-page-hero { padding: 54px 0; }
  .hb-page-hero-grid { gap: 34px; }
  .hb-page-photo, .hb-page-photo img { min-height: 290px; }
  .hb-page-photo { border-radius: 23px; }
  .hb-footer-cta { padding: 34px 26px; margin-bottom: 56px; border-radius: 0 0 25px 25px; }
  .hb-footer-cta .hb-actions { width: 100%; }
  .hb-footer-cta .hb-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hb-motion-ready .hb-reveal { opacity: 1; transform: none; }
  .hb-topbar-status i, .hb-float { animation: none; }
  .hb-hero-photo img, .hb-page-photo img { transition: none; }
}
