/* Professional /hosting page. All rules are isolated from the application UI. */
.hx-hosting {
  --hx-ink: #071b3a;
  --hx-ink-2: #53657d;
  --hx-navy: #061a38;
  --hx-blue: var(--accent, #2457e6);
  --hx-sky: #4ac7ff;
  --hx-coral: #ff7859;
  --hx-paper: #f3f7fc;
  --hx-line: #d9e3ef;
  --hx-white: #fff;
  overflow: hidden;
  color: var(--hx-ink);
  background: var(--hx-white);
  font-family: var(--sans);
}
.hx-hosting *, .hx-hosting *::before, .hx-hosting *::after { box-sizing: border-box; }
.hx-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.hx-section { padding: 104px 0; }
.hx-heading { max-width: 720px; margin-bottom: 42px; }
.hx-heading h2, .hx-builders h2, .hx-final h2 {
  margin: 0; color: var(--hx-ink); font-family: var(--sans);
  font-size: clamp(2.25rem, 4vw, 4.25rem); font-weight: 650; line-height: 1; letter-spacing: -.045em;
}
.hx-heading > p:last-child, .hx-builders__copy > p { margin: 20px 0 0; color: var(--hx-ink-2); font-size: 1rem; line-height: 1.7; }
.hx-kicker { margin: 0 0 16px; color: #c7ddf7; font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hx-kicker span { display: inline-block; width: 28px; height: 2px; margin: 0 9px 3px 0; background: var(--hx-coral); }
.hx-kicker--blue { color: var(--hx-blue); }
.hx-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hx-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: .84rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.hx-btn:hover { transform: translateY(-2px); }
.hx-btn:focus-visible, .hx-textlink:focus-visible, .hx-hosting summary:focus-visible { outline: 3px solid var(--hx-coral); outline-offset: 3px; }
.hx-btn--light { color: var(--hx-navy); background: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.hx-btn--ghost { color: #fff; border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.06); }
.hx-btn--blue { color: #fff; background: var(--hx-blue); }
.hx-textlink { display: inline-flex; gap: 8px; margin-top: 25px; color: var(--hx-blue); font-size: .84rem; font-weight: 800; text-decoration: none; }

/* Hero */
.hx-hero { position: relative; padding: 70px 0 82px; color: #fff; background: var(--hx-navy); isolation: isolate; }
.hx-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 16% 20%, rgba(36,87,230,.28), transparent 33%), linear-gradient(115deg, transparent 56%, rgba(74,199,255,.08)); }
.hx-hero__grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(440px,1.12fr); gap: clamp(42px,6vw,88px); align-items: center; }
.hx-hero__copy { padding-block: 25px; animation: hx-copy-in .7s ease both; }
.hx-hero h1 { max-width: 10ch; margin: 0; font-family: var(--sans); font-size: clamp(3.3rem, 6.2vw, 6.5rem); font-weight: 650; line-height: .91; letter-spacing: -.06em; text-wrap: balance; }
.hx-hero__lede { max-width: 600px; margin: 27px 0 0; color: #bed0e5; font-size: clamp(1rem,1.5vw,1.16rem); line-height: 1.7; }
.hx-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 29px 0 0; padding: 0; color: #d9e8f8; list-style: none; font-size: .76rem; }
.hx-hero__trust li { display: inline-flex; gap: 6px; align-items: center; }
.hx-hero__trust svg { color: var(--hx-sky); }
.hx-hero__visual { position: relative; min-width: 0; animation: hx-visual-in .8s .12s cubic-bezier(.2,.75,.25,1) both; }
.hx-hero__visual > picture { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.hx-hero__visual img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; transition: transform .8s ease; }
.hx-hero__visual:hover img { transform: scale(1.025); }
.hx-hero__status { position: absolute; left: -25px; bottom: 25px; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; width: min(310px,80%); padding: 14px 16px; color: var(--hx-ink); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.hx-live { width: 9px; height: 9px; border-radius: 50%; background: #0bad7a; box-shadow: 0 0 0 6px rgba(11,173,122,.12); animation: hx-live 2.2s ease-in-out infinite; }
.hx-hero__status b, .hx-hero__status small { display: block; }
.hx-hero__status b { font-size: .76rem; }
.hx-hero__status small { margin-top: 3px; color: #6a7789; font-size: .62rem; line-height: 1.35; }
.hx-hero__metric { position: absolute; right: -15px; top: 24px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.19); border-radius: 11px; background: rgba(5,24,53,.78); backdrop-filter: blur(12px); }
.hx-hero__metric b, .hx-hero__metric span { display: block; }
.hx-hero__metric b { color: var(--hx-sky); font-family: var(--sans); font-size: 1.65rem; font-weight: 650; }
.hx-hero__metric span { color: #c2d5e9; font-size: .61rem; }
@keyframes hx-copy-in { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:none; } }
@keyframes hx-visual-in { from { opacity:0; transform:translateX(38px) scale(.97); } to { opacity:1; transform:none; } }
@keyframes hx-live { 50% { box-shadow:0 0 0 10px rgba(11,173,122,0); } }

.hx-servicebar { border-bottom: 1px solid var(--hx-line); background: #fff; }
.hx-servicebar .hx-shell { display: grid; grid-template-columns: repeat(3,1fr); }
.hx-servicebar p { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; margin: 0; padding: 25px 28px; border-right: 1px solid var(--hx-line); }
.hx-servicebar p:first-child { padding-left: 0; }
.hx-servicebar p:last-child { border: 0; }
.hx-servicebar i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--hx-blue); border-radius: 9px; background: #eaf2ff; }
.hx-servicebar b, .hx-servicebar small { display: block; }
.hx-servicebar b { font-size: .78rem; }
.hx-servicebar small { margin-top: 3px; color: #718096; font-size: .66rem; line-height: 1.4; }

/* Workload guide */
.hx-fit { background: #fff; }
.hx-fit__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.hx-fitcard { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border: 1px solid var(--hx-line); border-radius: 16px; background: #f8fafd; transition: transform .25s ease, box-shadow .25s ease; }
.hx-fitcard:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,27,58,.09); }
.hx-fitcard::after { content:''; position:absolute; width:150px; height:150px; right:-75px; bottom:-75px; border:1px solid var(--hx-blue); border-radius:50%; opacity:.15; }
.hx-fitcard__icon { display:grid; width:48px; height:48px; margin-bottom:44px; place-items:center; color:var(--hx-blue); border-radius:11px; background:#e7f0ff; }
.hx-fitcard small { color: var(--hx-blue); font-size:.64rem; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.hx-fitcard h3 { margin:8px 0 11px; font-family:var(--sans); font-size:1.45rem; font-weight:650; letter-spacing:-.025em; }
.hx-fitcard p { max-width:34ch; margin:0; color:var(--hx-ink-2); font-size:.8rem; line-height:1.6; }

/* Full live plan catalogue */
.hx-pricing { background: var(--hx-paper); }
.hx-heading--row { display:grid; grid-template-columns:1fr minmax(280px,440px); gap:45px; align-items:end; max-width:none; }
.hx-heading--row > p { margin:0 0 5px; color:var(--hx-ink-2); line-height:1.65; }
.hx-hosting .plangrid { grid-template-columns:repeat(auto-fit,minmax(265px,1fr)); gap:15px; align-items:stretch; }
.hx-hosting .plan { min-width:0; padding:27px 25px; border-color:#cfdbea; border-radius:15px; background:#fff; box-shadow:0 8px 25px rgba(7,27,58,.055); }
.hx-hosting .plan:hover { transform:translateY(-5px); box-shadow:0 22px 48px rgba(7,27,58,.12); }
.hx-hosting .plan--featured { border-color:var(--hx-blue); box-shadow:inset 0 3px 0 var(--hx-blue),0 18px 42px rgba(36,87,230,.13); }
.hx-hosting .plan__flag { right:18px; padding:5px 9px; color:#fff; border-radius:0 0 7px 7px; background:var(--hx-blue); font-size:.59rem; }
.hx-hosting .plan__name { color:var(--hx-ink); font-size:1rem; letter-spacing:.02em; text-transform:uppercase; }
.hx-hosting .plan > .muted { min-height:36px; margin-top:8px; color:#738198; line-height:1.45; }
.hx-hosting .plan__price { margin:24px 0 8px; color:var(--hx-ink); font-family:var(--sans); font-size:clamp(2rem,2.7vw,2.75rem); font-weight:650; white-space:nowrap; }
.hx-hosting .plan__period { font-size:.66rem; }
.hx-hosting .plan__specs { gap:0; margin:23px 0; border-top:1px solid #e4eaf1; }
.hx-hosting .plan__spec { min-height:39px; align-items:center; padding:10px 0; border-bottom:1px solid #e8edf3; font-size:.72rem; }
.hx-hosting .plan__spec:last-child { padding-bottom:10px; border-bottom:1px solid #e8edf3; }
.hx-hosting .plan__spec .muted { color:#65758a; }
.hx-hosting .plan__spec b { color:var(--hx-ink); font-size:.69rem; }
.hx-hosting .plan__features { gap:8px; margin-bottom:24px; padding:0; }
.hx-hosting .plan__features li { color:#53647a; font-size:.72rem; }
.hx-hosting .plan__cta .btn { min-height:42px; border-radius:8px; font-size:.73rem; font-weight:750; }
.hx-pricing__note { margin:24px 0 0; color:#738198; font-size:.68rem; text-align:center; }
.hx-empty { padding:55px 25px; text-align:center; border:1px solid var(--hx-line); border-radius:16px; background:#fff; }
.hx-empty > span { display:grid; width:52px; height:52px; margin:0 auto 15px; place-items:center; color:var(--hx-blue); border-radius:12px; background:#e9f1ff; }
.hx-empty h3 { margin:0; font-family:var(--sans); font-size:1.6rem; font-weight:650; }
.hx-empty p { margin:9px 0 20px; color:var(--hx-ink-2); }

/* Operations to deployment */
.hx-builders { background:#fff; }
.hx-builders__grid { display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(50px,8vw,110px); align-items:center; }
.hx-builders__visual { position:relative; }
.hx-builders__visual picture { display:block; overflow:hidden; border-radius:21px; box-shadow:0 28px 70px rgba(7,27,58,.16); }
.hx-builders__visual img { display:block; width:100%; aspect-ratio:16/11; object-fit:cover; }
.hx-builders__label { position:absolute; left:20px; bottom:20px; padding:10px 14px; color:var(--hx-ink); border-radius:99px; background:rgba(255,255,255,.93); box-shadow:0 8px 20px rgba(0,0,0,.13); font-size:.68rem; font-weight:800; }
.hx-builders__label i { margin-right:6px; color:var(--hx-blue); }
.hx-builders__copy ul { display:grid; gap:16px; margin:27px 0 0; padding:0; list-style:none; }
.hx-builders__copy li { display:grid; grid-template-columns:28px 1fr; align-items:start; }
.hx-builders__copy li > span { display:grid; width:22px; height:22px; margin-top:2px; place-items:center; color:#fff; border-radius:50%; background:var(--hx-blue); }
.hx-builders__copy li p { margin:0; }
.hx-builders__copy li b, .hx-builders__copy li small { display:block; }
.hx-builders__copy li b { font-size:.8rem; }
.hx-builders__copy li small { margin-top:4px; color:var(--hx-ink-2); font-size:.72rem; line-height:1.5; }

/* Included services */
.hx-included { background:var(--hx-paper); }
.hx-included__layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:55px; align-items:start; }
.hx-features { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.hx-feature { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:20px; border:1px solid var(--hx-line); border-radius:12px; background:#fff; }
.hx-feature > span { display:grid; width:42px; height:42px; place-items:center; color:var(--hx-blue); border-radius:9px; background:#e9f1ff; }
.hx-feature h3 { margin:1px 0 5px; font-size:.82rem; }
.hx-feature p { margin:0; color:var(--hx-ink-2); font-size:.7rem; line-height:1.5; }
.hx-included__ad .adslot { margin:0; }
.hx-included__ad .adslot__rail { grid-template-columns:1fr; }

/* FAQ and close */
.hx-faq { background:#fff; }
.hx-faq__grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(50px,8vw,110px); align-items:start; }
.hx-faq .hx-heading { position:sticky; top:100px; margin:0; }
.hx-faq__list { border-top:1px solid var(--hx-line); }
.hx-faq details { border-bottom:1px solid var(--hx-line); }
.hx-faq summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:21px 4px; color:var(--hx-ink); font-size:.86rem; font-weight:750; list-style:none; cursor:pointer; }
.hx-faq summary::-webkit-details-marker { display:none; }
.hx-faq summary span { transition:transform .2s ease; }
.hx-faq details[open] summary span { transform:rotate(180deg); }
.hx-faq details > p { margin:0; padding:0 40px 22px 4px; color:var(--hx-ink-2); font-size:.78rem; line-height:1.65; }
.hx-final { padding:75px 0; color:#fff; background:var(--hx-blue); }
.hx-final .hx-shell { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,420px) auto; gap:42px; align-items:center; }
.hx-final .hx-kicker { margin-bottom:11px; color:rgba(255,255,255,.75); }
.hx-final h2 { color:#fff; font-size:clamp(2rem,3.5vw,3.4rem); }
.hx-final .hx-shell > p { margin:0; color:rgba(255,255,255,.78); font-size:.82rem; line-height:1.6; }

@media (max-width:1050px) {
  .hx-hero__grid { grid-template-columns:1fr; }
  .hx-hero__copy { max-width:760px; }
  .hx-hero h1 { max-width:12ch; }
  .hx-hero__visual { max-width:850px; }
  .hx-heading--row { grid-template-columns:1fr; gap:15px; }
  .hx-hosting .plangrid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hx-included__layout { grid-template-columns:1fr; }
  .hx-included__ad { max-width:620px; }
  .hx-final .hx-shell { grid-template-columns:1fr auto; }
  .hx-final .hx-shell > p { grid-column:1; }
}
@media (max-width:760px) {
  .hx-shell { width:min(100% - 28px,1320px); }
  .hx-section { padding:74px 0; }
  .hx-hero { padding:55px 0 70px; }
  .hx-hero__grid { grid-template-columns:minmax(0,1fr); }
  .hx-hero h1 { font-size:clamp(3rem,15vw,4.7rem); }
  .hx-hero__status { left:10px; bottom:10px; }
  .hx-hero__metric { right:10px; top:10px; }
  .hx-servicebar .hx-shell, .hx-fit__grid, .hx-builders__grid, .hx-faq__grid { grid-template-columns:1fr; }
  .hx-servicebar p, .hx-servicebar p:first-child { padding:18px 0; border-right:0; border-bottom:1px solid var(--hx-line); }
  .hx-servicebar p:last-child { border-bottom:0; }
  .hx-hosting .plangrid, .hx-features { grid-template-columns:1fr; }
  .hx-faq .hx-heading { position:static; margin-bottom:30px; }
  .hx-final .hx-shell { grid-template-columns:1fr; gap:22px; }
  .hx-final .hx-shell > p { grid-column:auto; }
  .hx-final .hx-btn { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .hx-hosting *, .hx-hosting *::before, .hx-hosting *::after { animation:none!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
}
