/* NOXVA Hosting — une extension autonome du système visuel NOXVA. */
:root { --hosting-ink: #071638; --hosting-ink-2: #0d2251; --hosting-cloud: #eaf0ff; --hosting-white: #fff; --hosting-line: rgba(20,38,95,.13); --hosting-gold: #f5a623; --hosting-gold-dark: #e8941e; --hosting-blue: #1e3799; --hosting-indigo: #5c6bc0; --hosting-display: Montserrat, Arial, sans-serif; --hosting-body: "Open Sans", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hosting-page { margin: 0; background: #f7f9fe; color: var(--hosting-ink); font-family: var(--hosting-body); overflow-x: hidden; }
.hosting-page a { color: inherit; }
.hosting-page button { font: inherit; }
.hosting-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 10px 14px; color: #071638; background: var(--hosting-gold); border-radius: 0 0 8px 8px; font-weight: 800; }
.skip-link:focus { top: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; font: 800 11px/1 var(--hosting-display); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .hosting-page a:focus-visible, .hosting-page summary:focus-visible, .hosting-page button:focus-visible { outline: 3px solid var(--hosting-gold); outline-offset: 3px; }
.button--gold { color: #071638; background: var(--hosting-gold); }
.button--gold:hover { background: #ffb535; }
.button--outline { color: var(--hosting-blue); border-color: rgba(30,55,153,.35); background: transparent; }
.button--outline:hover { color: var(--hosting-white); background: var(--hosting-blue); border-color: var(--hosting-blue); }
.button--compact { min-height: 39px; padding: 10px 13px; font-size: 9px; }
.eyebrow { display: block; color: var(--hosting-gold-dark); font: 800 10px/1.3 var(--hosting-display); letter-spacing: .18em; text-transform: uppercase; }
.hosting-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--hosting-white); transition: background .25s ease, box-shadow .25s ease; }
.hosting-header.is-scrolled { position: fixed; background: rgba(7,22,56,.96); box-shadow: 0 8px 24px rgba(7,22,56,.2); }
.hosting-header__inner { display: flex; align-items: center; min-height: 82px; gap: 26px; }
.hosting-header__brand { display: flex; flex: 0 0 auto; width: 142px; }
.hosting-header__brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.hosting-header__nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.hosting-header__nav > a, .hosting-mega summary, .hosting-header__account { color: rgba(255,255,255,.88); font: 700 10px/1 var(--hosting-display); letter-spacing: .06em; text-decoration: none; white-space: nowrap; }
.hosting-header__nav > a:hover, .hosting-header__nav > a.is-current, .hosting-mega summary:hover { color: var(--hosting-gold); }
.hosting-mega { position: relative; }
.hosting-mega summary { display: flex; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
.hosting-mega summary::-webkit-details-marker { display: none; }
.hosting-mega[open] summary span { transform: rotate(45deg); }
.hosting-mega__panel { position: absolute; top: 25px; left: -20px; display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); width: 460px; padding: 12px; border: 1px solid rgba(255,255,255,.12); background: #0a1d46; box-shadow: 0 24px 54px rgba(0,0,0,.24); }
.hosting-mega__item { display: grid; gap: 6px; padding: 14px; color: var(--hosting-white); text-decoration: none; transition: background .2s ease; }
.hosting-mega__item:hover { background: rgba(92,107,192,.2); }
.hosting-mega__item span { color: var(--hosting-gold); font: 800 8px/1 var(--hosting-display); letter-spacing: .13em; }
.hosting-mega__item strong { font: 700 12px/1.2 var(--hosting-display); }
.hosting-mega__item small { color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.45; }
.hosting-header__actions { display: flex; align-items: center; gap: 15px; }
.hosting-header__account span { color: rgba(255,255,255,.52); }
.hosting-header__toggle { display: none; padding: 10px 0; border: 0; color: white; background: transparent; cursor: pointer; }
.hosting-header__toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 4px; background: currentColor; }
.hosting-hero { position: relative; min-height: 820px; padding: 170px 0 96px; color: var(--hosting-white); overflow: hidden; background: radial-gradient(circle at 76% 34%, rgba(92,107,192,.48), transparent 33%), linear-gradient(128deg, #071638 0%, #102762 53%, #1b3593 130%); }
.hosting-hero::before, .hosting-hero::after { position: absolute; content: ""; pointer-events: none; }
.hosting-hero::before { inset: 0; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 95%); }
.hosting-hero::after { right: -7vw; bottom: -16vw; width: 62vw; height: 62vw; border: 1px solid rgba(245,166,35,.38); border-radius: 50%; box-shadow: 0 0 0 58px rgba(245,166,35,.04), 0 0 0 116px rgba(245,166,35,.03); }
.hosting-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); align-items: center; gap: 70px; }
.hosting-hero__copy { max-width: 600px; }
.hosting-hero__copy h1, .hosting-section__title { margin: 18px 0 21px; font: 800 clamp(42px, 5.2vw, 75px)/.99 var(--hosting-display); letter-spacing: -.06em; }
.hosting-hero__copy h1 span { color: var(--hosting-gold); }
.hosting-hero__copy p { max-width: 510px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.75; }
.hosting-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.hosting-hero__link { display: inline-flex; align-items: center; min-height: 52px; color: white; font: 700 11px/1 var(--hosting-display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hosting-hero__link:hover { color: var(--hosting-gold); }
.hosting-hero__micro { display: flex; gap: 23px; margin-top: 46px; color: rgba(255,255,255,.54); font: 700 9px/1.4 var(--hosting-display); letter-spacing: .1em; text-transform: uppercase; }
.hosting-hero__micro span::before { display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; content: ""; border-radius: 100%; background: var(--hosting-gold); }
.hosting-hero__visual { position: relative; min-height: 510px; }
.hosting-panel { position: absolute; inset: 18px 0 0; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; background: linear-gradient(155deg, rgba(19,48,113,.86), rgba(7,22,56,.93)); box-shadow: 20px 25px 50px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.1); transform: perspective(1000px) rotateY(-7deg) rotateX(3deg); }
.hosting-panel::before { position: absolute; top: 0; right: 0; width: 44%; height: 100%; content: ""; background: linear-gradient(135deg, rgba(245,166,35,.14), transparent 50%); pointer-events: none; }
.hosting-panel__bar { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); font: 700 9px/1 var(--hosting-display); letter-spacing: .1em; }
.hosting-panel__live { color: #9ff0c4; }
.hosting-panel__live::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; content: ""; border-radius: 50%; background: #77deae; box-shadow: 0 0 0 4px rgba(119,222,174,.13); animation: hosting-blink 2s infinite; }
.hosting-panel__instance { position: relative; display: flex; justify-content: space-between; padding: 25px 0 14px; }
.hosting-panel__instance p { margin: 0; color: rgba(255,255,255,.5); font: 700 9px/1 var(--hosting-display); letter-spacing: .12em; }
.hosting-panel__instance h2 { margin: 8px 0 0; font: 700 22px/1 var(--hosting-display); letter-spacing: -.04em; }
.hosting-panel__instance i { width: 42px; height: 42px; border: 1px solid rgba(245,166,35,.6); border-radius: 50%; background: radial-gradient(circle, var(--hosting-gold) 0 15%, transparent 18%); }
.hosting-panel__chart { position: relative; height: 105px; margin: 6px 0 24px; border-bottom: 1px solid rgba(255,255,255,.14); background: repeating-linear-gradient(to right, transparent 0 19%, rgba(255,255,255,.07) 19.3% 20%); }
.hosting-panel__chart svg { width: 100%; height: 100%; overflow: visible; }
.hosting-panel__chart polyline { fill: none; stroke: var(--hosting-gold); stroke-width: 2.5; stroke-dasharray: 450; stroke-dashoffset: 450; filter: drop-shadow(0 0 6px rgba(245,166,35,.8)); animation: hosting-line 2.2s ease-out forwards .4s; }
.hosting-panel__chart path { fill: rgba(245,166,35,.12); }
.hosting-panel__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.hosting-panel__stats div { padding: 11px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); }
.hosting-panel__stats span { display: block; color: rgba(255,255,255,.48); font: 700 8px/1 var(--hosting-display); letter-spacing: .08em; }
.hosting-panel__stats strong { display: block; margin-top: 9px; color: white; font: 700 16px/1 var(--hosting-display); }
.hosting-panel__stats strong.gold { color: var(--hosting-gold); }
.hosting-signature { position: absolute; right: -24px; bottom: 3px; z-index: 2; display: grid; grid-template-columns: repeat(4, auto); align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,22,56,.88); backdrop-filter: blur(9px); }
.hosting-signature span { color: rgba(255,255,255,.7); font: 800 8px/1 var(--hosting-display); letter-spacing: .08em; }
.hosting-signature i { position: relative; width: 32px; height: 1px; overflow: visible; background: rgba(255,255,255,.24); }
.hosting-signature i::after { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--hosting-gold); box-shadow: 0 0 10px var(--hosting-gold); animation: hosting-signal 2s linear infinite; }
.hosting-signature i:nth-of-type(2)::after { animation-delay: .65s; }
.hosting-signature i:nth-of-type(3)::after { animation-delay: 1.3s; }
.hosting-section { padding: 114px 0; }
.hosting-section--white { background: #fff; }
.hosting-section--cloud { background: var(--hosting-cloud); }
.hosting-section--ink { position: relative; overflow: hidden; color: white; background: var(--hosting-ink); }
.hosting-section--ink::before { position: absolute; inset: 0; content: ""; opacity: .45; background-image: linear-gradient(rgba(92,107,192,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(92,107,192,.24) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(110deg, black, transparent 85%); }
.hosting-section__head { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.hosting-section__head p { max-width: 450px; margin: 0; color: #5f6c8b; font-size: 15px; line-height: 1.7; }
.hosting-section--ink .hosting-section__head p { color: rgba(255,255,255,.66); }
.hosting-section__title { max-width: 650px; margin-bottom: 0; color: var(--hosting-ink); font-size: clamp(35px, 4vw, 58px); }
.hosting-section--ink .hosting-section__title { color: white; }
.hosting-trust { position: relative; z-index: 3; margin-top: -42px; }
.hosting-trust ul { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border: 1px solid rgba(20,38,95,.11); background: white; box-shadow: 0 18px 40px rgba(20,38,95,.1); list-style: none; }
.hosting-trust li { display: flex; align-items: center; gap: 15px; min-height: 92px; padding: 20px; border-right: 1px solid rgba(20,38,95,.11); }
.hosting-trust li:last-child { border-right: 0; }
.hosting-trust strong { color: var(--hosting-gold-dark); font: 800 25px/1 var(--hosting-display); letter-spacing: -.08em; }
.hosting-trust span, .hosting-trust small { display: block; }
.hosting-trust span { color: var(--hosting-ink); font: 800 10px/1.3 var(--hosting-display); letter-spacing: .04em; text-transform: uppercase; }
.hosting-trust small { margin-top: 4px; color: #77829b; font-size: 10px; line-height: 1.35; }
.hosting-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hosting-product { position: relative; min-height: 392px; padding: 22px; overflow: hidden; color: var(--hosting-white); background: linear-gradient(155deg, #15397f, #0a1c44); transition: transform .28s ease, box-shadow .28s ease; }
.hosting-product:nth-child(2) { background: linear-gradient(155deg, #273c91, #10245a); }.hosting-product:nth-child(3) { background: linear-gradient(155deg, #17275d, #071638); }.hosting-product:nth-child(4) { background: linear-gradient(155deg, #3754ac, #122b69); }
.hosting-product:hover { z-index: 1; box-shadow: 0 22px 38px rgba(7,22,56,.25); transform: translateY(-8px); }
.hosting-product__top { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font: 800 9px/1 var(--hosting-display); letter-spacing: .13em; }
.hosting-product__top i { color: var(--hosting-gold); font-style: normal; }
.hosting-product__visual { position: relative; height: 151px; margin: 10px -7px 13px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.22); }
.hosting-product__beam { position: absolute; top: 44%; left: -20%; width: 140%; height: 1px; background: rgba(255,255,255,.25); transform: rotate(-18deg); }
.hosting-product__beam::after { position: absolute; top: -3px; left: 9%; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--hosting-gold); box-shadow: 0 0 10px var(--hosting-gold); animation: hosting-beam 3.3s linear infinite; }
.hosting-product__metrics { position: absolute; right: 0; bottom: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; width: 86%; }
.hosting-product__metrics span { padding: 7px 8px; border: 1px solid rgba(255,255,255,.2); background: rgba(7,22,56,.32); color: rgba(255,255,255,.72); font: 800 8px/1 var(--hosting-display); letter-spacing: .06em; transform: translateY(0); transition: transform .3s ease; transition-delay: calc(var(--metric-index) * 45ms); }
.hosting-product:hover .hosting-product__metrics span { transform: translateY(-5px); }
.hosting-product--web .hosting-product__beam { width: 70%; left: 10%; transform: rotate(0); }.hosting-product--web .hosting-product__beam::before { position: absolute; top: -44px; right: 8%; width: 1px; height: 90px; content: ""; background: rgba(255,255,255,.35); }.hosting-product--rack .hosting-product__beam { width: 48%; height: 72%; top: 13%; left: 30%; border: 1px solid rgba(255,255,255,.36); background: repeating-linear-gradient(to bottom, transparent 0 15px, rgba(255,255,255,.15) 16px 18px); transform: none; }.hosting-product--network .hosting-product__beam { width: 100%; height: 100%; top: 15%; left: 0; background: conic-gradient(from 90deg at 40% 50%, transparent 0 25%, rgba(255,255,255,.32) 26% 27%, transparent 28% 50%, rgba(255,255,255,.32) 51% 52%, transparent 53%); transform: none; }
.hosting-product h3 { margin: 0 0 9px; font: 800 21px/1.1 var(--hosting-display); letter-spacing: -.05em; }.hosting-product p { min-height: 62px; margin: 0; color: rgba(255,255,255,.69); font-size: 12px; line-height: 1.65; }.text-link { display: inline-block; margin-top: 17px; color: white; font: 800 9px/1 var(--hosting-display); letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }.text-link span { color: var(--hosting-gold); font-size: 15px; transition: padding-left .2s ease; }.text-link:hover span { padding-left: 5px; }
.hosting-network { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); align-items: center; gap: 65px; }.hosting-network__copy h2 { margin: 14px 0 19px; font: 800 clamp(35px, 4vw, 57px)/1 var(--hosting-display); letter-spacing: -.06em; }.hosting-network__copy p { max-width: 450px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.75; }.hosting-network__diagram { position: relative; min-height: 385px; border: 1px solid rgba(255,255,255,.16); background: rgba(9,28,68,.54); }.hosting-network__diagram::before { position: absolute; inset: 20px; content: ""; border: 1px solid rgba(245,166,35,.3); }.hosting-network__line { position: absolute; top: 50%; right: 9%; left: 9%; height: 1px; background: rgba(255,255,255,.35); }.hosting-network__line::after { position: absolute; top: -4px; left: 0; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--hosting-gold); box-shadow: 0 0 16px var(--hosting-gold); animation: hosting-signal 3.4s linear infinite; }.hosting-node { position: absolute; display: grid; place-items: center; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: #102761; color: white; font: 800 9px/1.2 var(--hosting-display); letter-spacing: .08em; text-align: center; }.hosting-node--one { top: 13%; left: 12%; }.hosting-node--two { top: calc(50% - 46px); left: calc(50% - 46px); border-color: var(--hosting-gold); box-shadow: 0 0 0 11px rgba(245,166,35,.09); }.hosting-node--three { right: 12%; bottom: 13%; }.hosting-node--three::before, .hosting-node--one::after { position: absolute; width: 128px; height: 1px; content: ""; background: rgba(255,255,255,.23); transform: rotate(45deg); transform-origin: left; }.hosting-node--one::after { top: 88px; left: 75px; }.hosting-node--three::before { top: 4px; right: 71px; transform: rotate(45deg); transform-origin: right; }
.hosting-features { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--hosting-line); border-left: 1px solid var(--hosting-line); }.hosting-feature { min-height: 206px; padding: 25px; border-right: 1px solid var(--hosting-line); border-bottom: 1px solid var(--hosting-line); background: rgba(255,255,255,.45); transition: background .25s ease, color .25s ease; }.hosting-feature:hover { color: white; background: var(--hosting-blue); }.hosting-feature > span { color: var(--hosting-gold-dark); font: 800 10px/1 var(--hosting-display); letter-spacing: .09em; }.hosting-feature h3 { margin: 33px 0 8px; font: 800 15px/1.2 var(--hosting-display); letter-spacing: -.025em; }.hosting-feature p { margin: 0; color: #62708e; font-size: 12px; line-height: 1.65; }.hosting-feature:hover p { color: rgba(255,255,255,.72); }
.hosting-console { position: relative; display: grid; grid-template-columns: minmax(0,.75fr) minmax(390px,1.25fr); min-height: 380px; overflow: hidden; border: 1px solid rgba(20,38,95,.13); background: white; }.hosting-console__copy { padding: 45px; background: #eef3ff; }.hosting-console__copy h2 { margin: 14px 0; font: 800 35px/1.05 var(--hosting-display); letter-spacing: -.055em; }.hosting-console__copy p { color: #63708d; font-size: 14px; line-height: 1.7; }.hosting-console__screen { position: relative; padding: 28px; color: white; background: linear-gradient(145deg, #0c2050, #173a84); }.hosting-console__screen::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent, rgba(245,166,35,.09), transparent); transform: translateX(-100%); animation: hosting-scan 4s infinite ease-in-out; }.hosting-console__toolbar { display: flex; gap: 6px; }.hosting-console__toolbar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.34); }.hosting-console__server { display: grid; grid-template-columns: 150px 1fr; gap: 17px; margin-top: 35px; }.hosting-console__server aside { padding: 18px 0; border-right: 1px solid rgba(255,255,255,.2); }.hosting-console__server aside span { display: block; padding: 9px 16px; color: rgba(255,255,255,.6); font: 700 10px/1 var(--hosting-display); }.hosting-console__server aside span:first-child { color: var(--hosting-gold); border-left: 2px solid var(--hosting-gold); background: rgba(245,166,35,.1); }.hosting-console__metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }.hosting-console__metrics div { min-height: 100px; padding: 18px; border: 1px solid rgba(255,255,255,.16); }.hosting-console__metrics span { display: block; color: rgba(255,255,255,.5); font: 700 9px/1 var(--hosting-display); letter-spacing: .08em; }.hosting-console__metrics strong { display: block; margin-top: 19px; font: 700 24px/1 var(--hosting-display); }.hosting-console__metrics small { display: block; margin-top: 8px; color: #9bc6ff; font-size: 10px; }
.hosting-empty-proof { max-width: 730px; padding: 48px; border-left: 3px solid var(--hosting-gold); background: #eef3ff; }.hosting-empty-proof h2 { margin: 15px 0 12px; font: 800 clamp(27px,3.2vw,43px)/1.05 var(--hosting-display); letter-spacing: -.055em; }.hosting-empty-proof p { margin: 0; color: #5d6a86; line-height: 1.7; }
.hosting-billing { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.hosting-billing h2 { max-width: 490px; margin: 14px 0 0; font: 800 clamp(30px,3.5vw,49px)/1.04 var(--hosting-display); letter-spacing: -.055em; }.hosting-billing__periods { display: flex; border: 1px solid var(--hosting-line); background: white; }.hosting-billing__periods button { min-width: 70px; padding: 14px 11px; border: 0; border-right: 1px solid var(--hosting-line); color: var(--hosting-blue); background: transparent; cursor: pointer; font: 800 9px/1 var(--hosting-display); letter-spacing: .04em; }.hosting-billing__periods button:last-child { border-right: 0; }.hosting-billing__periods button[aria-pressed="true"] { color: #071638; background: var(--hosting-gold); }.hosting-billing__copy { margin: 18px 0 32px; color: #6a7793; font-size: 12px; }.hosting-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.hosting-plan { position: relative; padding: 29px; border: 1px solid var(--hosting-line); background: #fff; }.hosting-plan--featured { border-color: var(--hosting-gold); box-shadow: 0 18px 32px rgba(20,38,95,.1); transform: translateY(-8px); }.hosting-plan__badge { position: absolute; top: 0; right: 0; padding: 8px 11px; color: #071638; background: var(--hosting-gold); font: 800 8px/1 var(--hosting-display); letter-spacing: .08em; text-transform: uppercase; }.hosting-plan > p { margin: 0; color: var(--hosting-gold-dark); font: 800 9px/1 var(--hosting-display); letter-spacing: .13em; }.hosting-plan h3 { margin: 12px 0 6px; font: 800 27px/1 var(--hosting-display); letter-spacing: -.065em; }.hosting-plan__subtitle { display: block; min-height: 35px; color: #65728e; font-size: 12px; line-height: 1.45; }.hosting-plan__price { padding: 21px 0; margin: 21px 0; border-top: 1px solid var(--hosting-line); border-bottom: 1px solid var(--hosting-line); }.hosting-plan__price strong, .hosting-plan__price span { display: block; }.hosting-plan__price strong { color: var(--hosting-blue); font: 800 19px/1.2 var(--hosting-display); }.hosting-plan__price span { margin-top: 6px; color: #8a94a8; font-size: 10px; }.hosting-plan ul { min-height: 174px; margin: 0 0 25px; padding: 0; list-style: none; }.hosting-plan li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(20,38,95,.08); font-size: 11px; }.hosting-plan li span { color: #71809c; text-transform: capitalize; }.hosting-plan li strong { max-width: 62%; color: #263967; font-weight: 700; text-align: right; }.hosting-plan .button { width: 100%; min-height: 45px; padding: 10px; font-size: 8px; }
.hosting-split-hero { padding-top: 150px; min-height: 615px; }.hosting-split-hero .hosting-hero__grid { grid-template-columns: minmax(0,1fr) minmax(390px,.85fr); }.hosting-terminal { min-height: 315px; padding: 20px; border: 1px solid rgba(255,255,255,.22); background: #061431; box-shadow: 16px 20px 38px rgba(0,0,0,.2); }.hosting-terminal__top { display: flex; align-items: center; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.13); }.hosting-terminal__top i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); }.hosting-terminal pre { min-height: 203px; margin: 25px 0 0; color: #dce7ff; font: 12px/1.95 "SFMono-Regular", Consolas, monospace; white-space: pre-wrap; }.hosting-terminal pre::after { display: inline-block; width: 7px; height: 14px; margin-left: 4px; content: ""; vertical-align: -2px; background: var(--hosting-gold); animation: hosting-blink .9s steps(2) infinite; }.hosting-flow { display: grid; gap: 0; padding: 40px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,22,56,.55); }.hosting-flow__item { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: white; font: 800 11px/1 var(--hosting-display); letter-spacing: .09em; }.hosting-flow__item:last-child { border: 0; }.hosting-flow__item i { position: relative; width: 42px; height: 42px; border: 1px solid var(--hosting-gold); border-radius: 50%; }.hosting-flow__item:not(:last-child) i::after { position: absolute; top: 41px; left: 50%; width: 1px; height: 29px; content: ""; background: rgba(245,166,35,.7); }.hosting-rack { position: relative; min-height: 355px; margin: 0 auto; width: min(290px, 85%); padding: 20px; border: 2px solid rgba(255,255,255,.8); background: linear-gradient(90deg, #071638, #172f68, #071638); box-shadow: 28px 24px 42px rgba(0,0,0,.2); }.hosting-rack::before { position: absolute; top: 17px; right: -26px; bottom: -18px; left: 26px; z-index: -1; content: ""; border: 1px solid rgba(245,166,35,.44); }.hosting-rack__unit { display: flex; align-items: center; gap: 9px; height: 38px; margin-bottom: 9px; padding: 8px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }.hosting-rack__unit i { width: 6px; height: 6px; border-radius: 50%; background: var(--hosting-gold); box-shadow: 0 0 8px var(--hosting-gold); animation: hosting-blink 1.6s infinite; }.hosting-rack__unit b { display: block; flex: 1; height: 2px; background: rgba(255,255,255,.28); }.hosting-rack__unit:nth-child(2) i { animation-delay: .3s; }.hosting-rack__unit:nth-child(3) i { animation-delay: .7s; }.hosting-rack__unit:nth-child(4) i { animation-delay: 1s; }
.hosting-os { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }.hosting-os li { min-height: 135px; padding: 20px; border: 1px solid var(--hosting-line); background: white; }.hosting-os span, .hosting-os strong, .hosting-os small { display: block; }.hosting-os span { color: var(--hosting-gold-dark); font: 800 8px/1 var(--hosting-display); letter-spacing: .13em; }.hosting-os strong { margin: 17px 0 8px; font: 800 18px/1 var(--hosting-display); letter-spacing: -.04em; }.hosting-os small { color: #75819a; font-size: 11px; }.hosting-usecases { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }.hosting-usecases li { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid var(--hosting-line); color: #30416f; background: white; font: 700 10px/1 var(--hosting-display); }.hosting-usecases span { color: var(--hosting-gold-dark); font-size: 8px; letter-spacing: .08em; }
.hosting-infra-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.13); }.hosting-infra-card { min-height: 248px; padding: 28px; background: #0b2050; }.hosting-infra-card:nth-child(2n) { background: #102b68; }.hosting-infra-card > span { color: var(--hosting-gold); font: 800 10px/1 var(--hosting-display); }.hosting-infra-card small { display: block; margin-top: 33px; color: #8cb3fb; font: 800 9px/1 var(--hosting-display); letter-spacing: .11em; }.hosting-infra-card h3 { margin: 10px 0 9px; font: 800 22px/1 var(--hosting-display); letter-spacing: -.05em; }.hosting-infra-card p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.65; }
.hosting-faq-list { border-top: 1px solid var(--hosting-line); }.hosting-faq { border-bottom: 1px solid var(--hosting-line); }.hosting-faq summary { display: flex; align-items: center; gap: 23px; padding: 22px 2px; cursor: pointer; color: var(--hosting-ink); font: 800 15px/1.3 var(--hosting-display); list-style: none; }.hosting-faq summary::-webkit-details-marker { display: none; }.hosting-faq summary > span { color: var(--hosting-gold-dark); font: 800 9px/1 var(--hosting-display); letter-spacing: .1em; }.hosting-faq summary i { margin-left: auto; color: var(--hosting-blue); font: 400 24px/1 var(--hosting-body); transition: transform .2s ease; }.hosting-faq[open] summary i { transform: rotate(45deg); }.hosting-faq p { max-width: 750px; margin: -3px 40px 25px; color: #63708c; font-size: 14px; line-height: 1.75; }.hosting-cta { position: relative; overflow: hidden; padding: 89px 0; color: white; background: linear-gradient(115deg, #1e3799, #314ca9); }.hosting-cta::after { position: absolute; top: -220px; right: 6%; width: 490px; height: 490px; content: ""; border: 1px solid rgba(245,166,35,.55); border-radius: 50%; box-shadow: 0 0 0 35px rgba(245,166,35,.07), 0 0 0 70px rgba(245,166,35,.04); }.hosting-cta__inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 35px; }.hosting-cta h2 { max-width: 720px; margin: 14px 0 0; font: 800 clamp(35px,4vw,57px)/1 var(--hosting-display); letter-spacing: -.065em; }.hosting-cta p { max-width: 580px; color: rgba(255,255,255,.72); line-height: 1.7; }.hosting-cta .button { flex: 0 0 auto; }
.hosting-footer { color: rgba(255,255,255,.67); background: #061431; }.hosting-footer__grid { display: grid; grid-template-columns: 2.1fr repeat(3,1fr); gap: 45px; padding: 67px 0 53px; }.hosting-footer__intro img { width: 151px; height: auto; filter: brightness(0) invert(1); }.hosting-footer__intro p { max-width: 275px; margin: 18px 0; font-size: 12px; line-height: 1.7; }.hosting-footer__group { color: var(--hosting-gold); font: 800 9px/1 var(--hosting-display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }.hosting-footer h2 { margin: 0 0 18px; color: var(--hosting-white); font: 800 10px/1 var(--hosting-display); letter-spacing: .1em; text-transform: uppercase; }.hosting-footer div:not(.hosting-footer__intro):not(.hosting-shell):not(.hosting-footer__bottom) > a { display: block; margin: 0 0 10px; color: rgba(255,255,255,.6); font-size: 12px; text-decoration: none; }.hosting-footer a:hover { color: var(--hosting-gold); }.hosting-footer__bottom { display: flex; align-items: center; gap: 8px; min-height: 65px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font: 700 9px/1 var(--hosting-display); letter-spacing: .04em; }.hosting-status-dot { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--hosting-gold); }
.hosting-reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }.hosting-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hosting-line { to { stroke-dashoffset: 0; } } @keyframes hosting-signal { to { left: calc(100% - 7px); } } @keyframes hosting-beam { 0% { left: 0; } 100% { left: 90%; } } @keyframes hosting-blink { 50% { opacity: .35; } } @keyframes hosting-scan { 55%,100% { transform: translateX(110%); } }
@media (max-width: 1100px) { .hosting-header__nav { gap: 16px; }.hosting-header__actions .button { display: none; }.hosting-products { grid-template-columns: repeat(2,1fr); }.hosting-product { min-height: 345px; }.hosting-features { grid-template-columns: repeat(2,1fr); }.hosting-panel { transform: none; }.hosting-hero__grid, .hosting-network { gap: 38px; } }
@media (max-width: 820px) { .hosting-shell { width: min(100% - 32px, 650px); }.hosting-header__inner { min-height: 70px; }.hosting-header__brand { width: 125px; }.hosting-header__toggle { display: block; margin-left: auto; }.hosting-header__actions { display: none; }.hosting-header__nav { position: absolute; top: 70px; right: 0; left: 0; display: none; align-items: stretch; padding: 16px; background: #081a42; }.hosting-header.is-open .hosting-header__nav { display: grid; }.hosting-header__nav > a, .hosting-mega summary { padding: 15px 7px; border-bottom: 1px solid rgba(255,255,255,.12); }.hosting-mega__panel { position: static; width: 100%; grid-template-columns: 1fr; box-shadow: none; }.hosting-hero { min-height: auto; padding: 131px 0 65px; }.hosting-hero__grid, .hosting-split-hero .hosting-hero__grid, .hosting-network, .hosting-console { grid-template-columns: 1fr; }.hosting-hero__copy h1 { font-size: clamp(40px, 12vw, 65px); }.hosting-hero__visual { min-height: 435px; }.hosting-panel { inset: 20px 0 0; }.hosting-signature { right: 0; left: 10px; grid-template-columns: repeat(4,auto); justify-content: space-between; gap: 5px; }.hosting-signature i { width: 20px; }.hosting-section { padding: 76px 0; }.hosting-section__head, .hosting-billing, .hosting-cta__inner { display: block; }.hosting-section__head p { margin-top: 18px; }.hosting-trust { margin-top: 0; }.hosting-trust ul { grid-template-columns: repeat(2,1fr); }.hosting-trust li:nth-child(2) { border-right: 0; }.hosting-trust li:nth-child(-n+2) { border-bottom: 1px solid rgba(20,38,95,.11); }.hosting-network__diagram { min-height: 330px; }.hosting-plans { grid-template-columns: 1fr; }.hosting-plan--featured { transform: none; }.hosting-billing__periods { margin-top: 24px; }.hosting-os, .hosting-infra-grid { grid-template-columns: repeat(2,1fr); }.hosting-cta .button { margin-top: 28px; }.hosting-footer__grid { grid-template-columns: repeat(2,1fr); gap: 36px 20px; }.hosting-footer__intro { grid-column: 1/-1; }.hosting-console__server { grid-template-columns: 1fr; }.hosting-console__server aside { display: none; }.hosting-rack { margin-top: 16px; } }
@media (max-width: 520px) { .hosting-shell { width: calc(100% - 28px); }.hosting-hero__micro { gap: 13px; font-size: 8px; }.hosting-panel { padding: 16px; }.hosting-panel__stats { grid-template-columns: repeat(2,1fr); }.hosting-panel__chart { height: 85px; }.hosting-signature { padding: 11px 8px; }.hosting-signature span { font-size: 7px; }.hosting-signature i { width: 12px; }.hosting-products, .hosting-features, .hosting-os, .hosting-infra-grid, .hosting-trust ul { grid-template-columns: 1fr; }.hosting-trust li, .hosting-trust li:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(20,38,95,.11); }.hosting-trust li:last-child { border-bottom: 0; }.hosting-product { min-height: 327px; }.hosting-network__diagram { min-height: 285px; }.hosting-node { width: 72px; height: 72px; font-size: 7px; }.hosting-node--two { top: calc(50% - 36px); left: calc(50% - 36px); }.hosting-node--three::before, .hosting-node--one::after { width: 95px; }.hosting-billing__periods button { min-width: 0; flex: 1; padding: 13px 7px; }.hosting-plan { padding: 23px; }.hosting-console__copy, .hosting-console__screen { padding: 27px 22px; }.hosting-console__metrics { grid-template-columns: 1fr; }.hosting-footer__grid { grid-template-columns: 1fr; }.hosting-footer__bottom { flex-wrap: wrap; padding: 15px 0; }.hosting-status-dot { margin-left: 0; }.hosting-faq summary { gap: 12px; font-size: 13px; }.hosting-faq p { margin: -2px 10px 20px 30px; }.hosting-cta { padding: 63px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hosting-page *, .hosting-page *::before, .hosting-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.hosting-reveal { opacity: 1; transform: none; } }

/* Commerce — le site vend les services, le panel les exploite. */
.hosting-hero--commercial .hosting-hero__copy { max-width: 640px; }.hosting-hero--commercial .hosting-hero__micro { flex-wrap: wrap; }.hosting-panel--commercial { min-height: 470px; }.hosting-panel__services { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 23px 0 13px; }.hosting-panel__services article { position: relative; min-height: 130px; padding: 16px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }.hosting-panel__services span, .hosting-panel__services strong, .hosting-panel__services small, .hosting-panel__services i { display: block; }.hosting-panel__services span { color: rgba(255,255,255,.52); font: 700 8px/1 var(--hosting-display); letter-spacing: .1em; }.hosting-panel__services strong { margin: 11px 0 5px; font: 700 15px/1 var(--hosting-display); letter-spacing: -.035em; }.hosting-panel__services small { color: rgba(255,255,255,.68); font-size: 10px; }.hosting-panel__services i { position: absolute; right: 14px; bottom: 13px; color: #9ff0c4; font: 800 8px/1 var(--hosting-display); font-style: normal; letter-spacing: .08em; }.hosting-product__price { display: flex; align-items: baseline; gap: 5px; margin-top: 15px; }.hosting-product__price strong { color: var(--hosting-gold); font: 800 14px/1 var(--hosting-display); letter-spacing: -.03em; }.hosting-product__price span { color: rgba(255,255,255,.55); font-size: 9px; }.hosting-products--commercial { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 880px; }.hosting-products--commercial .hosting-product { min-height: 410px; }.hosting-panel-showcase { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; min-height: 320px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg, rgba(20,51,120,.92), rgba(7,22,56,.93)); }.hosting-panel-showcase::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }.hosting-panel-showcase > div { position: relative; z-index: 1; align-self: center; min-height: 150px; padding: 18px; border: 1px solid rgba(255,255,255,.19); background: rgba(7,22,56,.38); }.hosting-panel-showcase span, .hosting-panel-showcase strong, .hosting-panel-showcase p { display: block; }.hosting-panel-showcase span { color: rgba(255,255,255,.54); font: 800 8px/1 var(--hosting-display); letter-spacing: .11em; }.hosting-panel-showcase strong { margin-top: 24px; color: #9ff0c4; font: 800 15px/1 var(--hosting-display); letter-spacing: .07em; }.hosting-panel-showcase strong::before { display: inline-block; width: 7px; height: 7px; margin: 0 6px 1px 0; content: ""; border-radius: 50%; background: #9ff0c4; box-shadow: 0 0 10px rgba(159,240,196,.8); }.hosting-panel-showcase p { margin: 12px 0 0; color: rgba(255,255,255,.72); font: 12px/1.65 var(--hosting-body); }.hosting-panel-showcase > i { position: absolute; z-index: 0; right: -50px; bottom: -50px; width: 180px; height: 180px; border: 1px solid rgba(245,166,35,.45); border-radius: 50%; box-shadow: 0 0 0 26px rgba(245,166,35,.06), 0 0 0 52px rgba(245,166,35,.03); }.hosting-usecase-grid, .hosting-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.hosting-usecase-grid article, .hosting-feature-grid article { min-height: 236px; padding: 27px; border: 1px solid var(--hosting-line); background: #fff; }.hosting-usecase-grid span, .hosting-feature-grid span { color: var(--hosting-gold-dark); font: 800 9px/1 var(--hosting-display); letter-spacing: .12em; }.hosting-usecase-grid h3, .hosting-feature-grid h3 { margin: 31px 0 10px; font: 800 19px/1.15 var(--hosting-display); letter-spacing: -.045em; }.hosting-usecase-grid p, .hosting-feature-grid p { margin: 0; color: #65728e; font-size: 12px; line-height: 1.7; }.hosting-usecase-grid a { display: inline-block; margin-top: 18px; color: var(--hosting-blue); font: 800 9px/1 var(--hosting-display); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }.hosting-usecase-grid a:hover { color: var(--hosting-gold-dark); }
.hosting-plans--vps { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }.hosting-plans--game { grid-template-columns: repeat(3, minmax(0,1fr)); }.hosting-plan { display: flex; flex-direction: column; }.hosting-plan--featured { z-index: 1; }.hosting-plan__price strong { font-size: 18px; }.hosting-plan__price strong small { display: block; margin-top: 5px; color: #7b87a0; font: 700 9px/1 var(--hosting-body); letter-spacing: 0; }.hosting-plan__features { min-height: auto !important; margin-top: -7px !important; margin-bottom: 22px !important; }.hosting-plan__features li { justify-content: flex-start; color: #4e618e; font-size: 10px; }.hosting-plan .button { margin-top: auto; }.hosting-billing__periods button { display: grid; gap: 4px; }.hosting-billing__periods small { color: inherit; font: 800 8px/1 var(--hosting-display); }.hosting-billing__periods button[aria-pressed="true"] small { color: #071638; }.hosting-order-summary { position: sticky; top: 95px; align-self: start; padding: 27px; border: 1px solid var(--hosting-line); background: #fff; box-shadow: 0 16px 35px rgba(20,38,95,.08); }.hosting-order-summary > .button { width: 100%; margin-top: 25px; }.hosting-order-summary__product { padding-bottom: 19px; border-bottom: 1px solid var(--hosting-line); }.hosting-order-summary__product > span { color: var(--hosting-gold-dark); font: 800 9px/1 var(--hosting-display); letter-spacing: .12em; }.hosting-order-summary__product h2 { margin: 10px 0; font: 800 27px/1 var(--hosting-display); letter-spacing: -.06em; }.hosting-order-summary__product ul { display: flex; flex-wrap: wrap; gap: 5px 11px; margin: 0; padding: 0; color: #687592; font-size: 11px; list-style: none; }.hosting-order-summary__product li::before { margin-right: 5px; color: var(--hosting-gold-dark); content: "•"; }.hosting-order-summary__line { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--hosting-line); color: #687592; font-size: 12px; }.hosting-order-summary__line strong { color: var(--hosting-ink); }.hosting-order-summary__options { padding: 16px 0; border-bottom: 1px solid var(--hosting-line); }.hosting-order-summary__options > span { color: #687592; font-size: 12px; }.hosting-order-summary__options ul { margin: 9px 0 0; padding: 0; list-style: none; }.hosting-order-summary__options li { display: flex; justify-content: space-between; gap: 10px; padding: 4px 0; color: #40527d; font-size: 11px; }.hosting-order-summary__options li strong { font-size: 10px; text-align: right; }.hosting-order-summary__totals { padding-top: 13px; }.hosting-order-summary__totals > div { display: flex; justify-content: space-between; gap: 15px; padding: 5px 0; color: #65728c; font-size: 12px; }.hosting-order-summary__totals > div strong { color: #263966; }.hosting-order-summary__totals .is-discount { color: #2f8a5d; }.hosting-order-summary__totals .is-discount strong { color: #2f8a5d; }.hosting-order-summary__totals .is-total { margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--hosting-line); color: var(--hosting-ink); font: 800 14px/1 var(--hosting-display); }.hosting-order-summary__totals .is-total strong { color: var(--hosting-blue); font-size: 18px; }.hosting-order-summary__legal { margin: 14px 0 0; color: #7a879e; font-size: 10px; line-height: 1.55; }.hosting-order-summary__edit { display: inline-block; margin-top: 20px; color: var(--hosting-blue); font: 800 9px/1 var(--hosting-display); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.hosting-commerce-hero { padding: 158px 0 58px; color: white; background: linear-gradient(120deg, #071638, #173985); }.hosting-commerce-hero--checkout { background: linear-gradient(120deg, #0b1d48, #1e3799); }.hosting-commerce-hero h1 { max-width: 720px; margin: 15px 0; font: 800 clamp(38px,5vw,66px)/.98 var(--hosting-display); letter-spacing: -.065em; }.hosting-commerce-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.75; }.hosting-commerce-steps { display: flex; gap: 28px; margin: 37px 0 0; padding: 0; color: rgba(255,255,255,.48); font: 800 9px/1 var(--hosting-display); letter-spacing: .1em; list-style: none; text-transform: uppercase; }.hosting-commerce-steps li { position: relative; }.hosting-commerce-steps li:not(:last-child)::after { position: absolute; top: 50%; left: calc(100% + 10px); width: 8px; height: 1px; content: ""; background: currentColor; }.hosting-commerce-steps .is-current { color: var(--hosting-gold); }.hosting-configurator { display: grid; grid-template-columns: minmax(0,1.46fr) minmax(300px,.64fr); gap: 42px; align-items: start; }.hosting-configurator__main { display: grid; gap: 45px; }.hosting-configurator__step { padding-bottom: 41px; border-bottom: 1px solid var(--hosting-line); }.hosting-step-title { display: flex; gap: 16px; align-items: start; margin-bottom: 22px; }.hosting-step-title > span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: #071638; background: var(--hosting-gold); font: 800 9px/1 var(--hosting-display); }.hosting-step-title p { margin: 0; color: var(--hosting-gold-dark); font: 800 9px/1 var(--hosting-display); letter-spacing: .12em; }.hosting-step-title h2 { margin: 5px 0 0; font: 800 25px/1.1 var(--hosting-display); letter-spacing: -.055em; }.hosting-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }.hosting-choice-grid--periods, .hosting-choice-grid--systems { grid-template-columns: repeat(3, 1fr); }.hosting-choice { position: relative; cursor: pointer; }.hosting-choice input { position: absolute; opacity: 0; }.hosting-choice > span { display: grid; min-height: 96px; padding: 16px; border: 1px solid var(--hosting-line); background: #fff; transition: border-color .2s ease, background .2s ease, transform .2s ease; }.hosting-choice:hover > span { transform: translateY(-2px); border-color: var(--hosting-indigo); }.hosting-choice input:focus-visible + span { outline: 3px solid var(--hosting-gold); outline-offset: 3px; }.hosting-choice input:checked + span { border-color: var(--hosting-gold); background: #fff9ed; box-shadow: inset 3px 0 0 var(--hosting-gold); }.hosting-choice strong { color: var(--hosting-ink); font: 800 15px/1.15 var(--hosting-display); letter-spacing: -.04em; }.hosting-choice small { align-self: end; margin-top: 10px; color: #6b7893; font-size: 10px; line-height: 1.45; }.hosting-choice em { margin-top: 12px; color: var(--hosting-blue); font: 800 10px/1 var(--hosting-display); font-style: normal; }.hosting-field { display: grid; gap: 8px; margin-top: 18px; }.hosting-field > span { color: var(--hosting-ink); font: 800 10px/1 var(--hosting-display); letter-spacing: .06em; text-transform: uppercase; }.hosting-field small { color: #78849b; font-size: 9px; text-transform: none; }.hosting-field input, .hosting-field select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--hosting-line); border-radius: 0; color: var(--hosting-ink); background: #fff; font: 14px/1 var(--hosting-body); }.hosting-field input:focus, .hosting-field select:focus { outline: 3px solid rgba(245,166,35,.45); outline-offset: 1px; border-color: var(--hosting-gold-dark); }.hosting-configurator__note { padding: 18px; margin: 0; border-left: 3px solid var(--hosting-gold); color: #536280; background: #fff9ed; font-size: 13px; line-height: 1.65; }.hosting-option-list { display: grid; gap: 9px; }.hosting-option { display: grid; grid-template-columns: 22px 1fr auto; gap: 11px; align-items: center; min-height: 74px; padding: 14px; border: 1px solid var(--hosting-line); cursor: pointer; transition: border-color .2s ease, background .2s ease; }.hosting-option:hover { border-color: var(--hosting-indigo); }.hosting-option:has(input:checked) { border-color: var(--hosting-gold); background: #fff9ed; }.hosting-option input { width: 15px; height: 15px; accent-color: var(--hosting-gold-dark); }.hosting-option strong, .hosting-option small { display: block; }.hosting-option strong { color: var(--hosting-ink); font: 800 12px/1.2 var(--hosting-display); }.hosting-option small { margin-top: 4px; color: #71809a; font-size: 10px; }.hosting-option em { color: var(--hosting-blue); font: 800 11px/1 var(--hosting-display); font-style: normal; text-align: right; }.hosting-checkout-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.55fr); gap: 42px; align-items: start; }.hosting-checkout-form { padding: 34px; border: 1px solid var(--hosting-line); background: #fff; }.hosting-checkout-form__head h2 { margin: 12px 0 8px; font: 800 29px/1 var(--hosting-display); letter-spacing: -.06em; }.hosting-checkout-form__head p { margin: 0 0 25px; color: #6f7d98; font-size: 12px; }.hosting-checkout-form fieldset { margin: 0 0 28px; padding: 23px 0 0; border: 0; border-top: 1px solid var(--hosting-line); }.hosting-checkout-form legend { padding: 0 15px 0 0; color: var(--hosting-ink); font: 800 12px/1 var(--hosting-display); letter-spacing: .08em; text-transform: uppercase; }.hosting-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 14px; }.hosting-field--wide { grid-column: 1/-1; }.hosting-payment-slot { padding: 20px !important; border: 1px solid rgba(30,55,153,.22) !important; background: #f3f6ff; }.hosting-payment-slot p { margin: 0; color: #3d5185; font-size: 13px; line-height: 1.6; }.hosting-payment-slot__note { margin-top: 8px !important; color: #72809c !important; font-size: 11px !important; }.hosting-consent { display: flex; gap: 10px; align-items: start; margin: 0 0 22px; color: #52617e; font-size: 12px; line-height: 1.55; cursor: pointer; }.hosting-consent input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--hosting-gold-dark); }.hosting-payment-status { padding: 13px; margin: 0 0 18px; border-left: 3px solid var(--hosting-gold-dark); color: #784d17; background: #fff8e9; font-size: 12px; line-height: 1.55; }.hosting-order-result { min-height: 70vh; padding: 190px 0 110px; color: white; background: radial-gradient(circle at 78% 28%, rgba(92,107,192,.55), transparent 30%), linear-gradient(130deg, #071638, #1e3799); }.hosting-order-result > div { max-width: 760px; }.hosting-order-result h1 { margin: 15px 0; font: 800 clamp(42px,6vw,74px)/.98 var(--hosting-display); letter-spacing: -.07em; }.hosting-order-result p { max-width: 560px; color: rgba(255,255,255,.7); line-height: 1.7; }
@media (max-width: 1100px) { .hosting-plans--vps { grid-template-columns: repeat(3,1fr); }.hosting-plans--vps .hosting-plan--featured { transform: none; }.hosting-configurator, .hosting-checkout-layout { grid-template-columns: minmax(0,1fr) 310px; } }
@media (max-width: 820px) { .hosting-products--commercial, .hosting-usecase-grid, .hosting-feature-grid { grid-template-columns: 1fr; }.hosting-panel-showcase { min-height: 270px; }.hosting-plans--vps, .hosting-plans--game { grid-template-columns: repeat(2,1fr); }.hosting-configurator, .hosting-checkout-layout { grid-template-columns: 1fr; }.hosting-order-summary { position: static; }.hosting-choice-grid, .hosting-choice-grid--periods, .hosting-choice-grid--systems { grid-template-columns: repeat(2,1fr); }.hosting-commerce-hero { padding: 125px 0 45px; }.hosting-checkout-form { padding: 25px; } }
@media (max-width: 520px) { .hosting-panel__services, .hosting-panel-showcase, .hosting-plans--vps, .hosting-plans--game, .hosting-choice-grid, .hosting-choice-grid--periods, .hosting-choice-grid--systems, .hosting-form-grid { grid-template-columns: 1fr; }.hosting-panel--commercial { min-height: 515px; }.hosting-commerce-steps { gap: 18px; font-size: 8px; }.hosting-commerce-steps li:not(:last-child)::after { width: 5px; left: calc(100% + 7px); }.hosting-option { grid-template-columns: 20px 1fr; }.hosting-option em { grid-column: 2; text-align: left; }.hosting-checkout-form { padding: 20px; }.hosting-order-result { padding: 146px 0 80px; } }

/* Hosting V2 — checkout calme, dense et cohérent avec la surface infrastructure. */
.hosting-plan__availability { display: inline-flex; align-items: center; margin: -4px 0 12px; color: #9b6716; font: 800 8px/1 var(--hosting-display); letter-spacing: .09em; text-transform: uppercase; }.hosting-plan__availability::before { width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; content: ""; background: currentColor; }.hosting-plan__availability--sold_out, .hosting-plan__availability--maintenance { color: #a64d52; }.hosting-plan.is-unavailable { opacity: .76; }.button--disabled { opacity: .58; cursor: not-allowed; }
.hosting-header--checkout { border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,22,56,.68); }.hosting-header--checkout .hosting-header__inner { justify-content: space-between; }.hosting-checkout-header__meta { display: flex; gap: 8px; align-items: center; margin-left: auto; color: rgba(255,255,255,.78); font: 800 9px/1 var(--hosting-display); letter-spacing: .1em; text-transform: uppercase; }.hosting-checkout-header__meta span { color: var(--hosting-gold); font-size: 15px; }.hosting-header--checkout .hosting-header__account { margin-left: 22px; }
.hosting-checkout-main { min-height: 100vh; color: var(--hosting-ink); background: #edf1fa; }.hosting-checkout-intro { position: relative; overflow: hidden; padding: 155px 0 54px; color: white; background: radial-gradient(circle at 76% -15%, rgba(104,131,224,.5), transparent 30%), linear-gradient(122deg, #071638 0%, #102967 61%, #1e3799 100%); }.hosting-checkout-intro::after { position: absolute; right: -70px; bottom: -165px; width: 410px; height: 410px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 76px rgba(255,255,255,.022); content: ""; }.hosting-checkout-intro > div { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 44px; align-items: end; }.hosting-checkout-intro h1 { max-width: 680px; margin: 12px 0; font: 800 clamp(38px,5vw,66px)/.98 var(--hosting-display); letter-spacing: -.065em; }.hosting-checkout-intro p:not(.eyebrow) { max-width: 580px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.7; }.hosting-commerce-steps--checkout { flex: 0 0 auto; margin: 0 0 8px; }.hosting-commerce-steps .is-complete { color: rgba(255,255,255,.8); }.hosting-commerce-steps .is-complete::before { margin-right: 6px; content: "✓"; color: #9ff0c4; }
.hosting-checkout-surface { position: relative; padding: 38px 0 80px; background-image: linear-gradient(rgba(29,55,153,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(29,55,153,.035) 1px, transparent 1px); background-size: 42px 42px; }.hosting-checkout-layout { display: grid; grid-template-columns: minmax(0,1.24fr) minmax(340px,.64fr); gap: 30px; align-items: start; }.hosting-checkout-form { position: relative; padding: clamp(26px,4vw,44px); border: 1px solid #d6deee; border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 21px 55px rgba(16,39,101,.1); }.hosting-checkout-form__head { padding-bottom: 28px; }.hosting-checkout-form__head h2 { margin: 10px 0; font: 800 clamp(27px,3vw,37px)/1 var(--hosting-display); letter-spacing: -.065em; }.hosting-checkout-form__head p { max-width: 560px; margin: 0; color: #687694; font-size: 13px; line-height: 1.65; }
.hosting-checkout-section { padding: 26px 0; border-top: 1px solid #e2e7f1; }.hosting-checkout-section__title { display: flex; align-items: center; gap: 13px; margin-bottom: 19px; }.hosting-checkout-section__title > span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #ccd7eb; color: var(--hosting-blue); font: 800 9px/1 var(--hosting-display); letter-spacing: .06em; }.hosting-checkout-section__title p { margin: 0; color: #8d6a2a; font: 800 9px/1 var(--hosting-display); letter-spacing: .12em; }.hosting-checkout-section__title h3 { margin: 3px 0 0; color: var(--hosting-ink); font: 800 20px/1 var(--hosting-display); letter-spacing: -.045em; }.hosting-form-grid { gap: 15px 16px; }.hosting-form-grid__company { display: grid; grid-column: 1/-1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px 16px; }.hosting-field { gap: 7px; margin-top: 0; }.hosting-field > span { color: #394969; font-size: 9px; }.hosting-field > span b { color: #b47b16; }.hosting-field input, .hosting-field select { min-height: 47px; padding: 10px 12px; border: 1px solid #cbd5e7; border-radius: 8px; color: #172a58; background: #fbfcff; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }.hosting-field input:hover, .hosting-field select:hover { border-color: #aebcd7; }.hosting-field input:focus, .hosting-field select:focus { outline: 0; border-color: #3658ba; background: white; box-shadow: 0 0 0 3px rgba(54,88,186,.13); }.hosting-field [aria-invalid="true"] { border-color: #bf4e58; background: #fff8f8; }.hosting-field__error { display: block; min-height: 14px; color: #ae3f4d; font-size: 10px; line-height: 1.35; }.hosting-customer-type { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 17px; }.hosting-customer-type label { position: relative; cursor: pointer; }.hosting-customer-type input { position: absolute; opacity: 0; }.hosting-customer-type span { display: grid; gap: 5px; min-height: 70px; padding: 14px; border: 1px solid #d2dbea; border-radius: 9px; background: #fbfcff; transition: border-color .18s ease, background .18s ease; }.hosting-customer-type input:checked + span { border-color: #d59a2b; background: #fffaf0; box-shadow: inset 3px 0 0 var(--hosting-gold); }.hosting-customer-type input:focus-visible + span { outline: 3px solid rgba(245,166,35,.4); outline-offset: 2px; }.hosting-customer-type strong { color: var(--hosting-ink); font: 800 12px/1 var(--hosting-display); }.hosting-customer-type small { color: #70809b; font-size: 10px; }
.hosting-checkout-section--payment { padding-bottom: 23px; }.hosting-payment-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid #cdd9f5; border-radius: 10px; background: linear-gradient(135deg, #f4f7ff, #fbfcff); }.hosting-payment-card__icon { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: #213d91; font: 800 17px/1 var(--hosting-display); }.hosting-payment-card strong { display: block; color: #233661; font: 800 12px/1.2 var(--hosting-display); }.hosting-payment-card p { margin: 7px 0 5px; color: #455b8d; font-size: 12px; line-height: 1.55; }.hosting-payment-card small { color: #73809b; font-size: 10px; line-height: 1.5; }.hosting-checkout-trust { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 13px; color: #687695; font-size: 10px; }.hosting-checkout-trust span::before { margin-right: 5px; color: #2e8a61; content: "✓"; font-weight: 800; }.hosting-consent { padding: 4px 0 0; margin: 0; color: #4d5d7b; font-size: 12px; }.hosting-consent a { color: #1f3d94; font-weight: 700; }.hosting-consent input { width: 16px; height: 16px; accent-color: #c7891d; }.hosting-field__error--terms { margin: 6px 0 15px 27px; }.hosting-payment-status { border-radius: 7px; }.hosting-checkout-submit { width: 100%; min-height: 51px; justify-content: center; font-size: 10px; letter-spacing: .075em; }.hosting-checkout-submit.is-loading { opacity: .7; }.hosting-checkout-submit.is-loading span { display: none; }.hosting-checkout-form__footnote { max-width: 570px; margin: 13px 0 0; color: #74809a; font-size: 10px; line-height: 1.55; }
.hosting-order-summary--checkout { top: 95px; overflow: hidden; padding: 0; border: 1px solid #cfdaee; border-radius: 14px; background: linear-gradient(165deg, #fff, #f6f8fd); box-shadow: 0 21px 48px rgba(16,39,101,.12); }.hosting-order-summary__head { display: flex; justify-content: space-between; align-items: end; padding: 24px 25px 20px; color: #7885a0; font-size: 10px; }.hosting-order-summary__head p { margin: 0; }.hosting-order-summary__head > span { font-size: 10px; }.hosting-order-summary--checkout > [data-checkout-summary] { padding: 0 25px 23px; }.hosting-order-summary--checkout .hosting-order-summary__product h2 { margin: 9px 0 11px; font-size: 29px; }.hosting-order-summary__badges { display: flex; gap: 6px; margin-top: 17px; }.hosting-order-summary__badges span { padding: 6px 7px; border: 1px solid #d6dff0; border-radius: 4px; color: #4f6392; background: #f7f9fe; font: 800 8px/1 var(--hosting-display); letter-spacing: .09em; }.hosting-order-summary--checkout .hosting-order-summary__totals .is-total { align-items: end; padding-top: 17px; }.hosting-order-summary--checkout .hosting-order-summary__totals .is-total span { display: grid; gap: 5px; }.hosting-order-summary--checkout .hosting-order-summary__totals .is-total small { color: #7c899f; font: 700 9px/1 var(--hosting-body); }.hosting-order-summary--checkout .hosting-order-summary__totals .is-total strong { color: #183888; font-size: 24px; letter-spacing: -.06em; }.hosting-order-summary--checkout .hosting-order-summary__edit { display: block; padding: 17px 25px; margin: 0; border-top: 1px solid #dce3f0; background: rgba(238,242,251,.62); }.hosting-checkout-mobile-order { display: none; }
@media (max-width: 900px) { .hosting-checkout-layout { grid-template-columns: minmax(0,1fr) 310px; gap: 20px; }.hosting-checkout-intro > div { display: block; }.hosting-commerce-steps--checkout { margin-top: 28px; }.hosting-order-summary--checkout { top: 82px; }.hosting-form-grid__company { grid-template-columns: 1fr; } }

/* CRO Early Access — davantage de hiérarchie commerciale, sans ajouter de promesse produit. */
.hosting-hero--sales { background: radial-gradient(circle at 78% 25%, rgba(245,166,35,.18), transparent 23%), linear-gradient(122deg,#071638 0%,#102967 58%,#1e3799 100%); }.hosting-hero__copy > p strong { color: #ffd278; font-family: var(--hosting-display); }.hosting-hero__proof { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 25px 0 0; padding: 0; color: rgba(255,255,255,.8); font-size: 11px; list-style: none; }.hosting-hero__proof li::before { margin-right: 6px; color: #a7e5c3; content: "✓"; font-weight: 800; }
.hosting-hero__visual--price { display: grid; place-items: center; }.hosting-launch-card { display: grid; width: min(100%,320px); padding: 28px; border: 1px solid rgba(255,255,255,.25); background: linear-gradient(155deg,rgba(34,64,151,.95),rgba(7,22,56,.96)); box-shadow: 0 25px 60px rgba(0,0,0,.28); transform: rotate(-2deg); }.hosting-launch-card > span,.hosting-launch-card p { color: rgba(255,255,255,.62); font: 800 9px/1 var(--hosting-display); letter-spacing: .13em; text-transform: uppercase; }.hosting-launch-card p { margin: 34px 0 7px; color: #9fb3e6; }.hosting-launch-card > strong { color: white; font: 800 clamp(46px,6vw,68px)/.9 var(--hosting-display); letter-spacing: -.09em; }.hosting-launch-card > small { margin-top: 8px; color: rgba(255,255,255,.75); font-size: 12px; }.hosting-launch-card > i { width: max-content; margin: 23px 0; padding: 7px 9px; border: 1px solid rgba(245,166,35,.6); color: #ffd98d; font: 800 8px/1 var(--hosting-display); font-style: normal; letter-spacing: .1em; }.hosting-launch-card > div { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.17); color: white; font: 800 10px/1 var(--hosting-display); letter-spacing: .08em; text-transform: uppercase; }.hosting-launch-card em { color: var(--hosting-gold); font-size: 20px; font-style: normal; }
.hosting-section--offers { padding-top: 92px; }.hosting-plan-grid__group + .hosting-plan-grid__group { margin-top: 65px; padding-top: 45px; border-top: 1px solid var(--hosting-line); }.hosting-plan-grid__group > h3 { margin: 0 0 20px; color: var(--hosting-ink); font: 800 clamp(24px,3vw,36px)/1 var(--hosting-display); letter-spacing: -.06em; }.hosting-plan-grid__group > p { max-width: 590px; margin: -7px 0 25px; color: #667590; font-size: 13px; line-height: 1.65; }.hosting-plan-grid__group .hosting-plans--game { grid-template-columns: repeat(auto-fit,minmax(265px,1fr)); max-width: 850px; }.hosting-plan-grid__group .hosting-plans--vps { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }.hosting-plan-grid__group--future .hosting-plans { max-width: none; }.hosting-plan-grid__group--future .hosting-plan { min-height: 0; }.hosting-plan-grid__group--future .hosting-plan__features { display: none; }.hosting-plan__badge--secondary { top: 38px; color: #766345; border-color: #ded2bb; background: #fffdf8; }.hosting-plan:not(.is-unavailable) { display: flex; flex-direction: column; min-height: 500px; }.hosting-plan:not(.is-unavailable) .hosting-plan__features { margin-bottom: auto; }.hosting-plan:not(.is-unavailable) .button { width: 100%; justify-content: center; }.hosting-plan__subtitle { min-height: 52px; }.hosting-plan.is-unavailable { background-image: linear-gradient(135deg,transparent 0 46%,rgba(31,61,148,.025) 46% 50%,transparent 50%); }
.hosting-choice-guide { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.hosting-choice-guide article { display: grid; min-height: 270px; padding: 30px; border: 1px solid #d7dfef; background: white; box-shadow: 0 12px 30px rgba(16,39,101,.06); }.hosting-choice-guide article.is-recommended { border-color: rgba(214,151,35,.8); background: linear-gradient(145deg,#fffdf7,#fff7e8); box-shadow: 0 18px 40px rgba(151,98,14,.12); }.hosting-choice-guide span { color: #8c6724; font: 800 9px/1 var(--hosting-display); letter-spacing: .12em; }.hosting-choice-guide h3 { max-width: 440px; margin: 20px 0 10px; color: var(--hosting-ink); font: 800 clamp(23px,2.6vw,34px)/1.05 var(--hosting-display); letter-spacing: -.06em; }.hosting-choice-guide p { max-width: 440px; margin: 0; color: #64728c; font-size: 13px; line-height: 1.65; }.hosting-choice-guide article > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; align-self: end; margin-top: 25px; color: #1d4194; font: 800 11px/1 var(--hosting-display); }.hosting-choice-guide a { color: #1d4194; font: 800 10px/1 var(--hosting-display); letter-spacing: .05em; text-decoration: none; }.hosting-choice-guide a:hover { color: #9c6818; }
.hosting-compare { max-width: 850px; margin: 22px auto 0; overflow: hidden; border: 1px solid #d9e1ee; border-radius: 10px; background: white; }.hosting-compare__row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; min-height: 48px; border-bottom: 1px solid #e4e9f2; }.hosting-compare__row:last-child { border-bottom: 0; }.hosting-compare__row > * { display: flex; align-items: center; padding: 11px 15px; border-right: 1px solid #e4e9f2; }.hosting-compare__row > *:last-child { border-right: 0; }.hosting-compare__row > span { color: #73809a; font-size: 11px; }.hosting-compare__row b,.hosting-compare__row strong { color: #203763; font: 800 11px/1.2 var(--hosting-display); }.hosting-compare__head { color: white; background: #102862; }.hosting-compare__head strong { color: white; }.hosting-compare__head strong:last-child { background: #1d4293; }.hosting-compare__head i { margin-left: 5px; color: #ffd17a; font-size: 8px; font-style: normal; letter-spacing: .07em; }
.hosting-benefit-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }.hosting-benefit-list li { display: grid; grid-template-columns: minmax(135px,.42fr) 1fr; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); }.hosting-benefit-list strong { color: #ffcf73; font: 800 11px/1.3 var(--hosting-display); }.hosting-benefit-list span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.hosting-panel-showcase--real { display: grid; grid-template-rows: auto auto 1fr auto; min-height: 400px; padding: 0; overflow: hidden; border: 1px solid rgba(180,204,255,.28); background: linear-gradient(145deg,#0a1e51,#152f77); box-shadow: 0 24px 55px rgba(0,0,0,.21); }.hosting-panel-showcase--real > i { display: none; }.hosting-panel-showcase__bar { display: flex; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(184,206,255,.15); color: #adc1ee; font: 800 9px/1 var(--hosting-display); letter-spacing: .1em; }.hosting-panel-showcase__bar em { color: #ffd17a; font-style: normal; }.hosting-panel-showcase__service { display: grid; gap: 7px; padding: 24px 22px; border-bottom: 1px solid rgba(184,206,255,.15); }.hosting-panel-showcase__service span { color: #9eb2df; font: 800 9px/1 var(--hosting-display); letter-spacing: .1em; }.hosting-panel-showcase__service strong { color: white; font: 800 25px/1 var(--hosting-display); letter-spacing: -.05em; }.hosting-panel-showcase__service i { width: max-content; padding: 6px 7px; color: #a9e4c0; border: 1px solid rgba(112,207,151,.36); font: 800 8px/1 var(--hosting-display); font-style: normal; letter-spacing: .07em; }.hosting-panel-showcase__resources { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 22px; border: 1px solid rgba(184,206,255,.14); background: rgba(184,206,255,.14); }.hosting-panel-showcase__resources > div { display: grid; gap: 7px; padding: 15px 12px; background: rgba(4,17,53,.48); }.hosting-panel-showcase__resources span,.hosting-panel-showcase__resources small { color: #9eb2df; font-size: 9px; }.hosting-panel-showcase__resources strong { color: white; font: 800 19px/1 var(--hosting-display); letter-spacing: -.05em; }.hosting-panel-showcase__tabs { display: flex; gap: 13px; padding: 16px 22px; border-top: 1px solid rgba(184,206,255,.15); color: #9eb2df; font: 800 9px/1 var(--hosting-display); }.hosting-panel-showcase__tabs span:first-child { color: white; }.hosting-panel-showcase__tabs span:first-child::after { display: block; height: 2px; margin-top: 8px; background: var(--hosting-gold); content: ""; }
.hosting-how-it-works { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 0; padding: 1px; background: #d5deed; list-style: none; }.hosting-how-it-works li { min-height: 210px; padding: 27px; background: white; }.hosting-how-it-works span { display: grid; width: 30px; height: 30px; place-items: center; color: #6f511d; background: #fff4d9; font: 800 9px/1 var(--hosting-display); }.hosting-how-it-works strong { display: block; margin: 35px 0 8px; color: var(--hosting-ink); font: 800 17px/1.1 var(--hosting-display); letter-spacing: -.04em; }.hosting-how-it-works p { margin: 0; color: #65738e; font-size: 12px; line-height: 1.6; }
.hosting-early-access { position: relative; overflow: hidden; }.hosting-early-access::after { position: absolute; right: -80px; bottom: -140px; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025); content: ""; }.hosting-early-access .hosting-shell { position: relative; z-index: 1; }.hosting-early-access__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.hosting-early-access__grid article { min-height: 135px; padding: 22px; border: 1px solid rgba(255,255,255,.18); background: rgba(6,21,55,.28); }.hosting-early-access__grid strong { display: block; margin-bottom: 12px; color: #ffd17a; font: 800 15px/1 var(--hosting-display); }.hosting-early-access__grid span { color: rgba(255,255,255,.69); font-size: 12px; line-height: 1.6; }
.hosting-stock-notice { max-width: 700px; padding: 65px 0; }.hosting-stock-notice h1 { max-width: 600px; margin: 15px 0; color: var(--hosting-ink); font: 800 clamp(36px,5vw,60px)/.98 var(--hosting-display); letter-spacing: -.07em; }.hosting-stock-notice p { max-width: 520px; color: #63718d; line-height: 1.7; }.hosting-choice.is-unavailable { cursor: not-allowed; opacity: .58; }.hosting-choice.is-unavailable > span { background: #f5f7fb; }.hosting-choice.is-unavailable:hover > span { border-color: var(--hosting-line); transform: none; }.hosting-choice b { display: block; margin-top: 10px; color: #a44a53; font: 800 8px/1 var(--hosting-display); letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 820px) { .hosting-choice-guide,.hosting-early-access__grid { grid-template-columns: 1fr; }.hosting-how-it-works { grid-template-columns: repeat(2,1fr); }.hosting-plan-grid__group .hosting-plans--game { max-width: none; }.hosting-benefit-list li { grid-template-columns: 1fr; gap: 6px; }.hosting-panel-showcase--real { min-height: 360px; } }
@media (max-width: 560px) { .hosting-hero__proof { display: grid; gap: 9px; }.hosting-launch-card { transform: none; }.hosting-plan:not(.is-unavailable) { min-height: 0; }.hosting-choice-guide article { min-height: 0; padding: 24px; }.hosting-choice-guide article > div { align-items: start; flex-direction: column; }.hosting-compare__row { grid-template-columns: .85fr 1fr 1fr; }.hosting-compare__row > * { padding: 10px 8px; font-size: 9px !important; }.hosting-how-it-works { grid-template-columns: 1fr; }.hosting-how-it-works li { min-height: 0; }.hosting-panel-showcase__resources { grid-template-columns: 1fr; }.hosting-panel-showcase__resources > div { grid-template-columns: 1fr auto; align-items: center; }.hosting-panel-showcase__resources small { text-align: right; }.hosting-early-access__grid article { min-height: 0; }.hosting-plan-grid__group + .hosting-plan-grid__group { margin-top: 44px; padding-top: 32px; } }
@media (max-width: 720px) { .hosting-header--checkout .hosting-header__brand { width: 132px; }.hosting-checkout-header__meta { display: none; }.hosting-header--checkout .hosting-header__account { margin-left: auto; }.hosting-checkout-intro { padding: 116px 0 34px; }.hosting-checkout-intro h1 { font-size: 39px; }.hosting-commerce-steps--checkout { margin-top: 23px; }.hosting-checkout-surface { padding: 18px 0 54px; }.hosting-checkout-layout { grid-template-columns: 1fr; }.hosting-order-summary--checkout { position: static; order: 2; }.hosting-checkout-mobile-order { display: block; margin: 0 0 15px; border: 1px solid #d2dcee; border-radius: 10px; background: #fff; box-shadow: 0 10px 25px rgba(16,39,101,.08); }.hosting-checkout-mobile-order summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px; color: #253b69; cursor: pointer; font: 800 11px/1 var(--hosting-display); list-style: none; }.hosting-checkout-mobile-order summary::-webkit-details-marker { display: none; }.hosting-checkout-mobile-order summary::after { margin-left: 7px; content: "+"; color: #a8751d; }.hosting-checkout-mobile-order[open] summary { border-bottom: 1px solid #e1e6f0; }.hosting-checkout-mobile-order[open] summary::after { content: "−"; }.hosting-checkout-mobile-order summary span:last-child { margin-left: auto; color: #244596; }.hosting-checkout-mobile-order > div { padding: 0 16px 18px; }.hosting-checkout-form { padding: 25px 20px; border-radius: 12px; }.hosting-order-summary--checkout { display: none; }.hosting-customer-type { grid-template-columns: 1fr; }.hosting-checkout-trust { display: grid; }.hosting-checkout-intro p:not(.eyebrow) { font-size: 13px; } }

/* Performance : la valeur commerciale est rendue depuis les capacités du node actif. */
.hosting-plan__capabilities,.hosting-capability-badges,.hosting-hero__capabilities { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }.hosting-plan__capabilities { margin: 15px 0 2px !important; }.hosting-plan__capabilities li,.hosting-capability-badges li,.hosting-hero__capabilities li { width: auto !important; margin: 0 !important; padding: 6px 8px !important; border: 1px solid rgba(47,86,168,.22); border-radius: 999px; color: #23468f; background: #f2f6ff; font: 800 8px/1 var(--hosting-display); letter-spacing: .06em; text-transform: uppercase; }.hosting-plan__capabilities li::before { content: "✓ "; color: #9e701c; }.hosting-hero__capabilities { margin-top: 9px; }.hosting-hero__capabilities li { color: #fff3d8; border-color: rgba(255,211,129,.3); background: rgba(7,20,58,.24); }.hosting-hero__copy [data-hosting-hero-performance] > p { max-width: 570px; margin: 20px 0 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.55; }
.hosting-performance { position: relative; overflow: hidden; padding: clamp(72px,9vw,126px) 0; color: white; background: radial-gradient(circle at 77% 25%,rgba(57,100,214,.38),transparent 32%),linear-gradient(130deg,#071942,#102d72 63%,#091f52); }.hosting-performance::before,.hosting-performance::after { position: absolute; border: 1px solid rgba(162,194,255,.16); border-radius: 50%; content: ""; }.hosting-performance::before { top: -270px; right: -120px; width: 610px; height: 610px; box-shadow: 0 0 0 55px rgba(144,181,255,.035),0 0 0 125px rgba(144,181,255,.025); }.hosting-performance::after { bottom: -180px; left: -180px; width: 390px; height: 390px; }.hosting-performance .hosting-shell { position: relative; z-index: 1; }.hosting-performance__head { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(240px,.64fr); gap: clamp(30px,8vw,120px); align-items: end; padding-bottom: 42px; }.hosting-performance .eyebrow { color: #ffcf73; }.hosting-performance__head h2,.hosting-performance--transparent h2 { max-width: 660px; margin: 14px 0 0; color: white; font: 800 clamp(40px,5.8vw,74px)/.93 var(--hosting-display); letter-spacing: -.07em; }.hosting-performance__head > p,.hosting-performance--transparent > .hosting-shell > p { margin: 0; color: rgba(228,237,255,.72); font-size: 14px; line-height: 1.75; }.hosting-performance__body { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.82fr); gap: clamp(35px,7vw,110px); align-items: center; }.hosting-performance__content > .hosting-capability-badges { margin: 0 0 22px; }.hosting-performance__cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(182,207,255,.2); background: rgba(182,207,255,.2); }.hosting-performance-card { min-height: 260px; padding: 26px; background: linear-gradient(150deg,rgba(12,35,88,.92),rgba(8,25,67,.88)); }.hosting-performance-card > span,.hosting-performance__reasons article > span { display: block; color: #a9bee9; font: 800 9px/1.25 var(--hosting-display); letter-spacing: .1em; }.hosting-performance-card > strong { display: block; margin: 23px 0 26px; color: #ffcf73; font: 800 clamp(25px,2.6vw,35px)/1 var(--hosting-display); letter-spacing: -.06em; }.hosting-performance-card h3 { margin: 0 0 10px; color: white; font: 800 17px/1.05 var(--hosting-display); letter-spacing: -.045em; }.hosting-performance-card p { margin: 0; color: rgba(225,236,255,.68); font-size: 12px; line-height: 1.65; }.hosting-performance-details { margin-top: 17px; border: 1px solid rgba(182,207,255,.2); background: rgba(5,20,56,.25); }.hosting-performance-details summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; color: #f4f7ff; cursor: pointer; font: 800 10px/1.2 var(--hosting-display); letter-spacing: .035em; list-style: none; }.hosting-performance-details summary::-webkit-details-marker { display: none; }.hosting-performance-details summary i { color: #ffcf73; font-style: normal; font-size: 17px; }.hosting-performance-details[open] summary i { transform: rotate(45deg); }.hosting-performance-details dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; border-top: 1px solid rgba(182,207,255,.16); background: rgba(182,207,255,.16); }.hosting-performance-details dl div { padding: 14px 17px; background: rgba(8,25,67,.78); }.hosting-performance-details dt { margin-bottom: 5px; color: #a9bee9; font: 800 8px/1 var(--hosting-display); letter-spacing: .1em; text-transform: uppercase; }.hosting-performance-details dd { margin: 0; color: #fff; font: 700 11px/1.4 var(--hosting-display); }.hosting-performance-diagram { position: relative; min-height: 460px; padding: 28px; border: 1px solid rgba(182,207,255,.3); background: linear-gradient(145deg,rgba(4,16,48,.82),rgba(20,53,126,.5)); box-shadow: inset 0 0 70px rgba(91,139,255,.08),0 25px 60px rgba(0,0,0,.18); }.hosting-performance-diagram::before { position: absolute; inset: 15px; border: 1px solid rgba(182,207,255,.1); background-image: linear-gradient(rgba(182,207,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(182,207,255,.05) 1px,transparent 1px); background-size: 26px 26px; content: ""; }.hosting-performance-diagram > * { position: relative; z-index: 1; }.hosting-performance-diagram__top { display: grid; justify-items: center; }.hosting-performance-node,.hosting-performance-diagram__route > span,.hosting-performance-diagram__route > strong,.hosting-performance-diagram__split > div,.hosting-performance-diagram__server { display: grid; place-items: center; border: 1px solid rgba(184,209,255,.32); color: white; background: rgba(17,48,117,.82); box-shadow: 0 0 0 6px rgba(130,173,255,.035); font: 800 9px/1.25 var(--hosting-display); letter-spacing: .08em; text-align: center; }.hosting-performance-node--metric { min-width: 128px; padding: 11px 16px; color: #ffcf73; border-color: rgba(255,207,115,.5); background: rgba(102,71,20,.4); }.hosting-performance-diagram__top > i { display: block; width: 1px; height: 42px; background: linear-gradient(#ffcf73,rgba(255,207,115,.05)); }.hosting-performance-diagram__route { display: grid; grid-template-columns: minmax(55px,1fr) 34px minmax(85px,1.35fr) 34px minmax(55px,1fr); align-items: center; }.hosting-performance-diagram__route > span,.hosting-performance-diagram__route > strong { min-height: 52px; padding: 9px; }.hosting-performance-diagram__route > strong { color: #ffcf73; border-color: rgba(255,207,115,.46); background: rgba(35,79,170,.8); }.hosting-performance-diagram__route > i,.hosting-performance-diagram__split > i { height: 1px; background: linear-gradient(90deg,rgba(255,207,115,.12),#ffcf73,rgba(255,207,115,.12)); }.hosting-performance-diagram__split { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; max-width: 270px; margin: 42px auto 0; }.hosting-performance-diagram__split > div { min-height: 72px; padding: 10px; }.hosting-performance-diagram__split span { color: #a9bee9; font-size: 8px; }.hosting-performance-diagram__split strong { margin-top: 6px; color: #fff; font-size: 10px; }.hosting-performance-diagram__server { width: 142px; min-height: 54px; margin: 38px auto 0; color: #ffcf73; border-color: rgba(255,207,115,.5); background: #0d347f; }.hosting-performance-diagram__server i { position: absolute; bottom: 54px; left: 50%; width: 1px; height: 38px; background: linear-gradient(rgba(255,207,115,.08),#ffcf73); }.hosting-performance-diagram__server::after { position: absolute; inset: -10px; border: 1px solid rgba(255,207,115,.16); content: ""; animation: hosting-node-pulse 2.4s ease-out infinite; }.hosting-performance__why { display: grid; grid-template-columns: minmax(220px,.62fr) minmax(0,1.38fr); gap: clamp(28px,7vw,85px); margin-top: 42px; padding-top: 37px; border-top: 1px solid rgba(182,207,255,.2); }.hosting-performance__why h3 { max-width: 330px; margin: 13px 0 0; color: white; font: 800 27px/1.03 var(--hosting-display); letter-spacing: -.055em; }.hosting-performance__reasons { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: rgba(182,207,255,.18); }.hosting-performance__reasons article { min-height: 150px; padding: 18px; background: rgba(7,24,65,.45); }.hosting-performance__reasons h3 { margin: 18px 0 9px; color: #ffcf73; font: 800 17px/1 var(--hosting-display); letter-spacing: -.05em; }.hosting-performance__reasons p { margin: 0; color: rgba(225,236,255,.66); font-size: 11px; line-height: 1.55; }.hosting-performance--transparent { padding: 72px 0; background: linear-gradient(125deg,#f5f8ff,#e6eeff); color: var(--hosting-ink); }.hosting-performance--transparent::before,.hosting-performance--transparent::after { display: none; }.hosting-performance--transparent h2 { color: var(--hosting-ink); }.hosting-performance--transparent > .hosting-shell > p { max-width: 670px; margin: 18px 0 0; color: #566682; }.hosting-performance__transparent-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 29px; padding: 18px 20px; border: 1px solid #d5e0f6; background: rgba(255,255,255,.68); }.hosting-performance__transparent-row > span { color: #536a9d; font: 800 10px/1.3 var(--hosting-display); letter-spacing: .08em; text-transform: uppercase; }.hosting-capability-badges--on-light { margin: 0; }.hosting-capability-badges--on-light li { color: #244586; background: #edf3ff; }
@keyframes hosting-node-pulse { 0% { transform: scale(.82); opacity: .85; } 100% { transform: scale(1.35); opacity: 0; } }
@media (max-width: 900px) { .hosting-performance__head,.hosting-performance__body,.hosting-performance__why { grid-template-columns: 1fr; }.hosting-performance__head { gap: 18px; }.hosting-performance__why { gap: 28px; }.hosting-performance-diagram { max-width: 620px; }.hosting-performance__reasons { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .hosting-performance { padding: 65px 0; }.hosting-performance__head h2,.hosting-performance--transparent h2 { font-size: 40px; }.hosting-performance__cards { grid-template-columns: 1fr; }.hosting-performance-card { min-height: 0; }.hosting-performance-details dl { grid-template-columns: 1fr; }.hosting-performance-diagram { min-height: 400px; padding: 18px 13px; }.hosting-performance-diagram__route { grid-template-columns: minmax(48px,1fr) 21px minmax(76px,1.25fr) 21px minmax(48px,1fr); }.hosting-performance-diagram__route > span,.hosting-performance-diagram__route > strong { padding: 6px 3px; font-size: 8px; }.hosting-performance-diagram__split { margin-top: 35px; }.hosting-performance__reasons { grid-template-columns: 1fr; }.hosting-performance__transparent-row { align-items: start; flex-direction: column; }.hosting-capability-badges--on-light { margin-top: 0; } }

/* Cartes Game : le minimum hérité de .hosting-plan ul étirait les pills verticalement. */
.hosting-plan:not(.is-unavailable) { min-height: 0; }.hosting-plan__subtitle { min-height: 48px; }.hosting-plan__price { padding: 17px 0; margin: 16px 0; }.hosting-plan__resources,.hosting-plan__capabilities,.hosting-plan__features { min-height: 0 !important; height: auto !important; }.hosting-plan__resources { display: grid; gap: 0; margin: 0 0 12px !important; }.hosting-plan__resources li { min-height: 0; }.hosting-plan__capabilities { display: flex; flex: 0 0 auto; align-items: flex-start; align-content: flex-start; width: auto; margin: 3px 0 14px !important; }.hosting-plan__capabilities li { display: inline-flex; width: fit-content !important; height: 26px; min-height: 0; flex: 0 0 auto; align-self: flex-start; align-items: center; justify-content: flex-start; gap: 0; padding: 0 9px !important; border-bottom: 0; line-height: 1; white-space: nowrap; }.hosting-plan__features { margin: 0 0 17px !important; }.hosting-plan__features li { min-height: 0; padding: 5px 0; }.hosting-plan:not(.is-unavailable) .hosting-plan__features { margin-bottom: 17px; }.hosting-plan .button { margin-top: 0; }.hosting-plan--featured { box-shadow: 0 15px 30px rgba(151,98,14,.11); }
