/* Experimental hosting-page X2 presentation. */
.hosting-x2-hero { padding-bottom: clamp(92px, 10vw, 142px); }
.hosting-x2-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 27px; }
.hosting-x2-secondary { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius-sm); color: #fff; font-weight: 700; text-decoration: none; background: rgba(255,255,255,.08); }
.hosting-x2-secondary:hover { color: #fff; background: rgba(255,255,255,.14); }

.hosting-x2-visual { min-height: 555px; isolation: isolate; }
.hosting-x2-glow { position: absolute; inset: 8% -4% 0; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(81,207,171,.2), rgba(78,171,235,.14) 48%, transparent 72%); filter: blur(10px); }
.hosting-x2-dashboard { position: absolute; top: 52px; right: 0; left: 36px; overflow: hidden; padding-bottom: 8px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 32px 68px rgba(1,29,54,.31); transform: rotate(1.2deg); }
.hosting-x2-dashboard-head { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; padding: 18px 21px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg,#fff,#eef7ff); }
.hosting-x2-dashboard-head > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--blue); background: var(--blue-soft); }
.hosting-x2-dashboard-head strong { font-size: 1.05rem; }
.hosting-x2-dashboard-head small { color: var(--muted); font-weight: 600; }
.hosting-x2-site { display: grid; grid-template-columns: 45px minmax(0,1fr) auto; align-items: center; gap: 12px; margin: 13px 16px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hosting-x2-site-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; color: var(--blue); background: var(--blue-soft); }
.hosting-x2-site strong, .hosting-x2-site small { display: block; overflow-wrap: anywhere; }
.hosting-x2-site strong { font-size: .86rem; }
.hosting-x2-site small { margin-top: 2px; color: var(--muted); font-size: .69rem; }
.hosting-x2-add { grid-template-columns: 34px 1fr; border-style: dashed; color: var(--blue); background: #f8fbfe; }
.hosting-x2-add > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); }
.x2-status { display: inline-flex; padding: 4px 9px; border-radius: 999px; font-size: .64rem; font-weight: 700; }
.x2-status-live { color: var(--green-dark); background: var(--green-soft); }
.x2-status-ready { color: var(--blue-dark); background: var(--blue-soft); }
.hosting-x2-capacity { position: absolute; right: -12px; bottom: 42px; z-index: 4; width: 250px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.7); border-radius: 19px; color: var(--ink); background: rgba(255,255,255,.98); box-shadow: 0 22px 48px rgba(1,29,54,.28); transform: rotate(-2deg); }
.hosting-x2-capacity small { display: block; margin-bottom: 10px; color: var(--green-dark); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hosting-x2-capacity div { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.hosting-x2-capacity div span { display: grid; height: 39px; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--blue); font-weight: 700; background: #fff; }
.hosting-x2-capacity div span.active { border-color: var(--green); color: #fff; background: var(--green); }
.hosting-x2-foundation { position: absolute; bottom: -14px; left: 7px; z-index: 3; display: flex; gap: 8px; }
.hosting-x2-foundation span { display: inline-flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(4,52,91,.42); font-size: .67rem; font-weight: 600; }

.hosting-x2-included { position: relative; z-index: 5; margin-top: -45px; }
.hosting-x2-included-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-included-grid > div { min-width: 0; padding: 23px 18px; border-right: 1px solid var(--line); }
.hosting-x2-included-grid > div:last-child { border: 0; }
.hosting-x2-included-grid > div > span { display: block; margin-bottom: 9px; color: var(--green); }
.hosting-x2-included-grid strong, .hosting-x2-included-grid small { display: block; }
.hosting-x2-included-grid strong { color: var(--ink); font-size: .9rem; }
.hosting-x2-included-grid small { margin-top: 3px; color: var(--muted); font-size: .75rem; line-height: 1.4; }

.hosting-x2-plans { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.hosting-x2-plan { position: relative; display: flex; min-width: 0; padding: 28px 23px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-plan.featured { border: 2px solid var(--green); box-shadow: 0 19px 46px rgba(8,122,85,.13); }
.hosting-x2-popular { position: absolute; top: -14px; left: 22px; padding: 5px 11px; border-radius: 999px; color: #fff; background: var(--green); font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hosting-x2-plan-capacity { align-self: flex-start; margin-bottom: 15px; padding: 4px 10px; border-radius: 999px; color: var(--blue); background: var(--blue-soft); font-size: .7rem; font-weight: 700; }
.hosting-x2-plan.featured .hosting-x2-plan-capacity { color: var(--green-dark); background: var(--green-soft); }
.hosting-x2-plan h3 { margin-bottom: 7px; }
.hosting-x2-fit { min-height: 72px; margin-bottom: 15px; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.hosting-x2-price { margin-bottom: 18px; color: var(--ink); font-size: 1.72rem; font-weight: 700; letter-spacing: -.04em; }
.hosting-x2-price small { display: block; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: 0; }
.hosting-x2-plan ul { margin: 0 0 24px; padding: 0; list-style: none; }
.hosting-x2-plan li { position: relative; padding: 8px 0 8px 23px; border-bottom: 1px solid #edf2f7; font-size: .82rem; }
.hosting-x2-plan li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.hosting-x2-plan .button { width: 100%; margin-top: auto; }
.hosting-x2-plan-note { max-width: 900px; margin: 25px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.hosting-x2-fit strong { color:var(--ink); }
.hosting-x2-plan-decision { display:grid; gap:12px; margin-top:26px; }
.hosting-x2-move-help { display:grid; grid-template-columns:54px minmax(0,1fr) auto; gap:18px; align-items:center; padding:23px; border:1px solid #bdd8e8; border-radius:var(--radius); background:linear-gradient(115deg,#fff 0%,#eef8ff 100%); box-shadow:var(--shadow-sm); }
.hosting-x2-move-help .tool-icon { width:54px; height:54px; }
.hosting-x2-move-help h3 { margin:2px 0 5px; font-size:1.18rem; }
.hosting-x2-move-help p { margin:0; font-size:.87rem; }
.hosting-x2-move-help .button { white-space:nowrap; }
.hosting-x2-plan-confidence { display:flex; flex-wrap:wrap; gap:9px; align-items:center; padding:15px 19px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.hosting-x2-plan-confidence strong { margin-right:5px; color:var(--ink); font-size:.84rem; }
.hosting-x2-plan-confidence span { padding:5px 9px; border-radius:999px; color:var(--green-dark); background:var(--green-soft); font-size:.72rem; font-weight:750; }

.hosting-x2-tools { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hosting-x2-tools article { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 0 14px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-tools .tool-icon { grid-row: 1; width: 52px; height: 52px; }
.hosting-x2-tools article > div { align-self: center; }
.hosting-x2-tools article h3 { margin: 0; }
.hosting-x2-tools article > p { grid-column: 1/-1; margin: 18px 0 0; font-size: .9rem; }

.hosting-x2-multisite { overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 18%,rgba(21,148,229,.34),transparent 27%),linear-gradient(135deg,var(--blue-deep),#075b93); }
.hosting-x2-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px,8vw,100px); align-items: center; }
.hosting-x2-multisite .eyebrow { color: #b9ffe5; }
.hosting-x2-multisite .eyebrow::before { background: #78e5bd; box-shadow: 0 0 0 5px rgba(120,229,189,.15); }
.hosting-x2-multisite h2 { color: #fff; }
.hosting-x2-multisite p { color: rgba(255,255,255,.8); }
.hosting-x2-checks { margin: 24px 0 28px; padding: 0; list-style: none; }
.hosting-x2-checks li { position: relative; margin: 11px 0; padding-left: 25px; color: rgba(255,255,255,.9); }
.hosting-x2-checks li::before { content: "✓"; position: absolute; left: 0; color: #87efc7; font-weight: 800; }
.hosting-x2-capacity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.hosting-x2-capacity-grid article { min-height: 180px; padding: 25px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.hosting-x2-capacity-grid strong, .hosting-x2-capacity-grid span, .hosting-x2-capacity-grid small { display: block; }
.hosting-x2-capacity-grid strong { color: #fff; font-size: 2.35rem; line-height: 1; }
.hosting-x2-capacity-grid span { margin: 11px 0 4px; color: #fff; font-weight: 700; }
.hosting-x2-capacity-grid small { color: rgba(255,255,255,.68); }

.hosting-x2-responsibility { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; max-width: 920px; margin-inline: auto; }
.hosting-x2-responsibility article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-responsibility h3 { margin: 17px 0 13px; }
.hosting-x2-responsibility ul { margin: 0; padding: 0; list-style: none; }
.hosting-x2-responsibility li { position: relative; margin: 9px 0; padding-left: 23px; font-size: .9rem; }
.hosting-x2-responsibility li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.hosting-x2-security { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,7vw,85px); align-items: center; }
.hosting-x2-security h2 { margin-bottom: 16px; }
.hosting-x2-security > div:first-child > p:not(.eyebrow) { margin-bottom: 25px; }
.hosting-x2-security-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.hosting-x2-security-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-security-grid article > svg { color: var(--green); }
.hosting-x2-security-grid h3 { margin: 12px 0 6px; }
.hosting-x2-security-grid p { margin: 0; font-size: .85rem; }

.hosting-x2-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-table-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; }
.hosting-x2-table-wrap th, .hosting-x2-table-wrap td { padding: 16px 17px; border-bottom: 1px solid var(--line); text-align: center; }
.hosting-x2-table-wrap thead th { color: #fff; background: var(--blue-dark); }
.hosting-x2-table-wrap th:first-child, .hosting-x2-table-wrap td:first-child { text-align: left; }
.hosting-x2-table-wrap tbody th { color: var(--ink); font-weight: 600; }
.hosting-x2-table-wrap td { color: var(--green-dark); font-size: .86rem; font-weight: 600; }

.hosting-x2-final { padding: 68px 0; color: #fff; background: linear-gradient(135deg,var(--blue-dark),#0b72ba); }
.hosting-x2-final .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.hosting-x2-final h2 { margin-bottom: 8px; color: #fff; }
.hosting-x2-final p { margin: 0; color: rgba(255,255,255,.82); }
.hosting-x2-final .button { flex: 0 0 auto; }

@media (max-width: 1080px) {
  .hosting-x2-plans { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hosting-x2-included-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hosting-x2-included-grid > div:nth-child(3) { border-right: 0; }
  .hosting-x2-included-grid > div:nth-child(n+4) { border-top: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .hosting-x2-included { margin-top: -35px; }
  .hosting-x2-tools { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hosting-x2-split, .hosting-x2-security { grid-template-columns: 1fr; }
  .hosting-x2-security > div:first-child { max-width: 700px; }
  .hosting-x2-move-help { grid-template-columns:54px 1fr; }
  .hosting-x2-move-help .button { grid-column:2; justify-self:start; }
}
@media (max-width: 680px) {
  .hosting-x2-actions { display: grid; }
  .hosting-x2-actions > * { width: 100%; }
  .hosting-x2-included-grid, .hosting-x2-plans, .hosting-x2-tools, .hosting-x2-responsibility, .hosting-x2-security-grid { grid-template-columns: 1fr; }
  .hosting-x2-included-grid > div { border-right: 0; border-top: 1px solid var(--line); }
  .hosting-x2-included-grid > div:first-child { border-top: 0; }
  .hosting-x2-fit { min-height: 0; }
  .hosting-x2-move-help { grid-template-columns:46px 1fr; padding:19px; }
  .hosting-x2-move-help .tool-icon { width:46px; height:46px; }
  .hosting-x2-move-help .button { grid-column:1/-1; width:100%; white-space:normal; }
  .hosting-x2-plan-confidence { align-items:flex-start; }
  .hosting-x2-capacity-grid { gap: 11px; }
  .hosting-x2-capacity-grid article { min-height: 150px; padding: 20px; }
  .hosting-x2-final .container { align-items: stretch; flex-direction: column; }
  .hosting-x2-final .button { width: 100%; }
}
@media (max-width: 390px) {
  .hosting-x2-capacity-grid { grid-template-columns: 1fr; }
  .hosting-x2-capacity-grid article { min-height: 0; }
  .hosting-x2-tools article { grid-template-columns: 46px minmax(0,1fr); padding: 20px; }
  .hosting-x2-tools .tool-icon { width: 46px; height: 46px; }
}
/* Plesk-led hosting journey: capacity first, then the customer's build route. */
.hosting-x2-included-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.hosting-x2-platform { background: radial-gradient(circle at 92% 12%, rgba(21,116,182,.1), transparent 28rem), var(--blue-soft); }
.hosting-x2-platform-grid { display: grid; grid-template-columns: minmax(16rem,.82fr) minmax(0,1.18fr); gap: 20px; align-items: stretch; }
.hosting-x2-plesk-panel, .hosting-x2-build-route { border-radius: var(--radius); }
.hosting-x2-plesk-panel { padding: clamp(24px,3vw,38px); color: #fff; background: linear-gradient(145deg,var(--blue-deep),#075f94); box-shadow: var(--shadow); }
.hosting-x2-platform-icon, .hosting-x2-route-icon { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 16px; }
.hosting-x2-platform-icon { margin-bottom: 22px; color: #fff; background: rgba(255,255,255,.14); }
.hosting-x2-plesk-panel .included { color: #8ff2d2; }
.hosting-x2-plesk-panel h3 { margin: 6px 0 11px; color: #fff; font-size: clamp(28px,3vw,38px); }
.hosting-x2-plesk-panel p { margin: 0; color: rgba(255,255,255,.78); }
.hosting-x2-plesk-panel ul { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.hosting-x2-plesk-panel li { display: flex; gap: 10px; align-items: center; font-weight: 700; }
.hosting-x2-plesk-panel li::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #8ff2d2; }
.hosting-x2-build-routes { display: grid; gap: 16px; }
.hosting-x2-build-route { display: flex; gap: 16px; padding: 21px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.hosting-x2-build-route.featured { border-color: rgba(0,131,92,.28); background: linear-gradient(135deg,#fff,#f0fbf7); }
.hosting-x2-route-icon { color: var(--blue); background: var(--blue-soft); }
.hosting-x2-build-route.featured .hosting-x2-route-icon { color: var(--green); background: #dff7ee; }
.hosting-x2-build-route h3 { margin: 3px 0 6px; }
.hosting-x2-build-route p { margin: 0; color: var(--copy); }
.hosting-x2-route-note { margin-top: 12px !important; padding-top: 12px; border-top: 1px solid rgba(0,131,92,.18); font-size: 14px; }
@media (max-width: 1080px) { .hosting-x2-included-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } .hosting-x2-platform-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .hosting-x2-included-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .hosting-x2-build-route { align-items: flex-start; } }
@media (max-width: 340px) { .hosting-x2-included-grid { grid-template-columns: 1fr; } }
@media (max-width: 380px) { .hosting-x2-build-route { flex-direction: column; } }

/* Hero illustration: several build routes managed through one calm workspace. */
.hosting-x2-dashboard { display: flex; flex-direction: column; gap: 12px; padding-bottom: 18px; }
.hosting-x2-dashboard-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(135deg,var(--blue-soft),#f7fbfe); }
.hosting-x2-dashboard-summary > div { display: grid; gap: 3px; }
.hosting-x2-dashboard-summary small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hosting-x2-dashboard-summary strong { color: var(--ink); font-size: 14px; }
.hosting-x2-capacity-path { justify-items: end; }
.hosting-x2-capacity-path strong { display: flex; align-items: center; gap: 5px; }
.hosting-x2-capacity-path strong span { display: grid; min-width: 27px; height: 27px; place-items: center; padding: 0 6px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); background: var(--white); font-size: 11px; }
.hosting-x2-capacity-path strong span:first-child { border-color: var(--green); color: var(--white); background: var(--green); }
.hosting-x2-site { flex: 0 0 auto; }
.x2-status-secure { color: var(--green-dark); background: var(--green-soft); }
.hosting-x2-dashboard-status { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 2px; }
.hosting-x2-dashboard-status > span { display: flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; padding: 10px 7px; border: 1px solid var(--line); border-radius: 10px; color: var(--green); background: #fbfefd; }
.hosting-x2-dashboard-status small { overflow: hidden; color: var(--copy); font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 1080px) { .hosting-x2-dashboard-summary { align-items: flex-start; flex-direction: column; } .hosting-x2-capacity-path { justify-items: start; } }

/* Colourful hosting control centre used by the outcome-led hero. */
.hosting-x2-colour-console { min-height: 575px; }
.hosting-x2-console-glow { position: absolute; inset: 4% -4% 1%; z-index: -1; border-radius: 44%; background: radial-gradient(circle at 18% 28%,rgba(47,173,255,.33),transparent 30%),radial-gradient(circle at 82% 72%,rgba(255,202,58,.22),transparent 28%),radial-gradient(circle,rgba(38,220,170,.2),transparent 68%); filter: blur(12px); }
.hosting-x2-site-stack { position: absolute; top: 14px; right: 3%; left: 7%; height: 104px; z-index: -1; }
.hosting-x2-site-stack span { position: absolute; inset: 0 6% auto 2%; height: 84px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.31); border-radius: 22px; color: rgba(255,255,255,.67); background: rgba(7,67,119,.58); box-shadow: 0 18px 42px rgba(3,38,70,.16); font-size: 10px; font-weight: 700; transform: rotate(-2.5deg); }
.hosting-x2-site-stack span:last-child { inset: 6px 2% auto 7%; border-color: rgba(79,212,173,.34); transform: rotate(2.5deg); }
.hosting-x2-console { position: absolute; inset: 35px 0 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.74); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: 0 34px 80px rgba(3,34,67,.3); transform: rotate(1deg); }
.hosting-x2-console-bar { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 18px; border-bottom: 1px solid var(--line); background: linear-gradient(105deg,#fff 52%,#f1f8ff); }
.hosting-x2-console-title { display: flex; min-width: 0; align-items: center; gap: 10px; }
.hosting-x2-console-title > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--blue); background: var(--blue-soft); }
.hosting-x2-console-title div { display: grid; gap: 1px; }
.hosting-x2-console-title small,.hosting-x2-console-capacity small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hosting-x2-console-title strong { color: var(--ink); font-size: 16px; }
.hosting-x2-console-capacity { display: grid; justify-items: end; gap: 4px; }
.hosting-x2-console-capacity strong { display: flex; align-items: center; gap: 4px; }
.hosting-x2-console-capacity span { display: grid; min-width: 25px; height: 25px; place-items: center; padding: 0 5px; border: 1px solid #f1d477; border-radius: 8px; color: #6d5100; background: var(--gold-soft); font-size: 10px; }
.hosting-x2-console-capacity i { color: #bd9010; font-size: 10px; font-style: normal; }
.hosting-x2-console-body { position: relative; display: grid; gap: 14px; min-height: calc(100% - 72px); padding: 17px; background: radial-gradient(circle at 12% 14%,rgba(69,160,255,.12),transparent 31%),radial-gradient(circle at 88% 35%,rgba(15,188,151,.1),transparent 29%),#f7fbfe; }
.hosting-x2-console-sites { position: relative; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr); gap: 12px; }
.hosting-x2-console-sites::after { content: ""; position: absolute; right: 8%; bottom: -9px; left: 8%; height: 1px; background: linear-gradient(90deg,transparent,rgba(7,94,174,.28) 18%,rgba(8,122,85,.3) 82%,transparent); }
.hosting-x2-console-site { min-width: 0; overflow: hidden; border: 1px solid rgba(16,36,59,.1); border-radius: 17px; background: var(--white); box-shadow: 0 10px 24px rgba(16,36,59,.1); }
.hosting-x2-console-site.is-wordpress { border-color: rgba(7,94,174,.28); box-shadow: 0 15px 34px rgba(7,94,174,.17); }
.hosting-x2-console-side-sites { display: grid; gap: 12px; }
.hosting-x2-mini-browser { overflow: hidden; border-bottom: 1px solid rgba(16,36,59,.08); }
.hosting-x2-browser-bar { display: flex; height: 22px; align-items: center; gap: 4px; padding: 0 8px; background: rgba(255,255,255,.82); }
.hosting-x2-browser-bar span { width: 5px; height: 5px; border-radius: 50%; background: #ff8c78; }
.hosting-x2-browser-bar span:nth-child(2) { background: var(--gold); }
.hosting-x2-browser-bar span:nth-child(3) { background: #4fd4ad; }
.hosting-x2-browser-bar small { overflow: hidden; margin-left: 5px; color: var(--muted); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.hosting-x2-wordpress-preview { background: linear-gradient(135deg,#075eae 0%,#1689d3 58%,#71c4ff 100%); }
.hosting-x2-preview-content { display: grid; grid-template-columns: auto 1fr; gap: 13px; min-height: 151px; align-items: center; padding: 18px; color: var(--white); background: radial-gradient(circle at 86% 16%,rgba(255,255,255,.22),transparent 30%); }
.hosting-x2-preview-mark { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; background: rgba(255,255,255,.17); }
.hosting-x2-preview-content div { display: grid; gap: 5px; }
.hosting-x2-preview-content small { color: #bde6ff; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.hosting-x2-preview-content strong { font-size: 21px; line-height: .98; }
.hosting-x2-preview-content i { width: 74%; height: 5px; border-radius: 5px; background: rgba(255,255,255,.56); }
.hosting-x2-preview-content i:last-child { width: 52%; background: rgba(255,255,255,.3); }
.hosting-x2-sitejet-preview { background: linear-gradient(135deg,#0aa58e,#5de0c2); }
.hosting-x2-sitejet-shape { position: relative; height: 64px; overflow: hidden; }
.hosting-x2-sitejet-shape i { position: absolute; border-radius: 50%; background: rgba(255,255,255,.3); }
.hosting-x2-sitejet-shape i:first-child { width: 74px; height: 74px; top: 13px; left: 12px; }
.hosting-x2-sitejet-shape i:nth-child(2) { width: 55px; height: 55px; top: -14px; right: 13px; background: rgba(255,246,216,.52); }
.hosting-x2-sitejet-shape i:last-child { width: 83px; height: 13px; right: 24px; bottom: 12px; border-radius: 8px; background: rgba(255,255,255,.76); }
.hosting-x2-application-preview { background: linear-gradient(135deg,#ff8f67,#ffc45c); }
.hosting-x2-app-code { display: grid; gap: 5px; height: 64px; align-content: center; padding: 12px 18px; }
.hosting-x2-app-code i { width: 78%; height: 5px; border-radius: 4px; background: rgba(88,45,17,.45); }
.hosting-x2-app-code i:nth-child(2) { width: 55%; margin-left: 12px; background: rgba(255,255,255,.72); }
.hosting-x2-app-code i:nth-child(3) { width: 67%; }
.hosting-x2-app-code i:last-child { width: 42%; margin-left: 12px; background: rgba(255,255,255,.72); }
.hosting-x2-console-site-meta { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 8px; align-items: center; padding: 10px 11px; }
.hosting-x2-site-product { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: var(--blue); background: var(--blue-soft); }
.is-sitejet .hosting-x2-site-product { color: var(--green); background: var(--green-soft); }
.is-application .hosting-x2-site-product { color: #ad551e; background: #fff0e7; }
.hosting-x2-console-site-meta div { display: grid; min-width: 0; gap: 1px; }
.hosting-x2-console-site-meta strong { overflow: hidden; color: var(--ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hosting-x2-console-site-meta small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hosting-x2-colour-status { padding: 4px 6px; border-radius: 999px; font-size: 8px; font-weight: 800; }
.hosting-x2-colour-status.is-live,.hosting-x2-colour-status.is-secure { color: var(--green-dark); background: var(--green-soft); }
.hosting-x2-colour-status.is-building { color: #8a6300; background: var(--gold-soft); }
.hosting-x2-shared-services { display: grid; gap: 8px; }
.hosting-x2-shared-services > small { justify-self: center; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hosting-x2-shared-services > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.hosting-x2-shared-services span { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 6px; padding: 9px 6px; border: 1px solid rgba(8,122,85,.16); border-radius: 11px; color: var(--green); background: rgba(233,248,241,.78); }
.hosting-x2-shared-services strong { overflow: hidden; color: var(--green-dark); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 1080px) {
  .hosting-x2-console { inset: 46px 0 34px; }
  .hosting-x2-console-capacity i { display: none; }
  .hosting-x2-console-capacity strong { gap: 3px; }
  .hosting-x2-console-capacity span { min-width: 22px; padding: 0 4px; }
  .hosting-x2-preview-content { min-height: 137px; padding: 14px; }
  .hosting-x2-console-site-meta { grid-template-columns: auto minmax(0,1fr); }
  .hosting-x2-colour-status { display: none; }
}
