:root {
  --ovh-ink: #111a3a;
  --ovh-navy: #0a1233;
  --ovh-blue: #2e4cff;
  --ovh-cyan: #43d7e8;
  --ovh-pink: #ee5486;
  --ovh-yellow: #fdd700;
  --ovh-muted: #69718d;
  --ovh-line: #e5e8f2;
  --ovh-soft: #f5f7fc;
  --ovh-green: #17a673;
  --ovh-red: #cf4b68;
  --ovh-radius: 20px;
  --ovh-shadow: 0 20px 55px rgba(22, 30, 75, .10);
}

.ovh-page-body { background: #fff; color: var(--ovh-ink); }
.ovh-page { overflow: hidden; font-family: "Open Sans", sans-serif; }
.ovh-page h1, .ovh-page h2, .ovh-page h3, .ovh-page strong { color: var(--ovh-ink); }
.ovh-page a { text-decoration: none; }

.ovh-hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  padding: 155px 0 95px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 35%, rgba(67, 215, 232, .17), transparent 24%),
    radial-gradient(circle at 12% 110%, rgba(238, 84, 134, .18), transparent 34%),
    linear-gradient(128deg, #080f2f 0%, #111d4e 62%, #15266b 100%);
}
.ovh-hero-grid { position: absolute; inset: 0; opacity: .22; 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: 68px 68px; mask-image: linear-gradient(90deg, #000, transparent 86%); }
.ovh-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ovh-orbit-one { width: 540px; height: 540px; right: -180px; top: -210px; }
.ovh-orbit-two { width: 320px; height: 320px; right: 12%; bottom: -220px; }
.ovh-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; }
.ovh-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #56edb0; box-shadow: 0 0 0 6px rgba(86,237,176,.12); animation: ovhPulse 1.7s infinite; }
@keyframes ovhPulse { 50% { box-shadow: 0 0 0 10px rgba(86,237,176,0); } }
.ovh-hero h1 { max-width: 850px; margin: 24px 0 22px; color: #fff; font-size: clamp(44px, 5.4vw, 75px); line-height: .99; letter-spacing: -.045em; font-weight: 800; }
.ovh-hero h1 span { color: var(--ovh-yellow); }
.ovh-hero-lead { max-width: 800px; margin: 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.75; }
.ovh-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ovh-hero-actions .btn, .ovh-final-actions .btn { min-height: 54px; display: inline-flex; gap: 10px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 12px; font-weight: 800; }
.ovh-outline-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: #fff; font-weight: 800; transition: .2s ease; }
.ovh-outline-btn:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.ovh-trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 33px; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; }
.ovh-trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.ovh-trust-row i { color: var(--ovh-cyan); }

.ovh-hero-console { position: relative; max-width: 390px; margin-left: auto; padding: 0 24px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(9,17,52,.68); box-shadow: 0 35px 75px rgba(1,6,26,.36); backdrop-filter: blur(16px); transform: perspective(900px) rotateY(-4deg); }
.ovh-console-top { height: 50px; margin: 0 -24px 20px; padding: 0 20px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.10); }
.ovh-console-top span { width: 8px; height: 8px; border-radius: 50%; background: var(--ovh-pink); }
.ovh-console-top span:nth-child(2) { background: var(--ovh-yellow); }
.ovh-console-top span:nth-child(3) { background: #56edb0; }
.ovh-console-top small { margin-left: auto; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; }
.ovh-console-map { height: 180px; position: relative; margin-bottom: 16px; border-radius: 15px; overflow: hidden; background: linear-gradient(145deg, rgba(46,76,255,.13), rgba(67,215,232,.03)); }
.ovh-continent { position: absolute; z-index: 2; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(67,215,232,.42); border-radius: 50%; background: #142052; color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 0 22px rgba(67,215,232,.12); }
.ovh-continent.eu { top: 26px; left: 42%; }.ovh-continent.na { top: 91px; left: 12%; }.ovh-continent.ap { top: 96px; right: 9%; }
.ovh-continent i { position: absolute; width: 5px; height: 5px; right: 2px; top: 8px; border-radius: 50%; background: #56edb0; box-shadow: 0 0 8px #56edb0; }
.ovh-route { position: absolute; height: 1px; opacity: .7; transform-origin: left; background: linear-gradient(90deg, var(--ovh-cyan), transparent); }
.route-one { width: 110px; left: 27%; top: 104px; transform: rotate(-28deg); }.route-two { width: 110px; left: 55%; top: 73px; transform: rotate(28deg); }
.ovh-console-stat { display: flex; align-items: center; justify-content: space-between; min-height: 43px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.58); font-size: 12px; }
.ovh-console-stat strong { color: #fff; font-size: 14px; }
.ovh-console-foot { margin-top: 17px; color: rgba(255,255,255,.48); font-size: 11px; text-align: center; }
.ovh-console-foot i { margin-right: 6px; color: #56edb0; }

.ovh-catalog-section { position: relative; padding: 0 0 100px; background: var(--ovh-soft); }
.ovh-live-bar { position: relative; z-index: 3; display: grid; grid-template-columns: 1.4fr 1fr .8fr .8fr auto; align-items: center; gap: 0; min-height: 88px; margin-top: -44px; padding: 0 22px; border: 1px solid rgba(223,227,239,.9); border-radius: 18px; background: #fff; box-shadow: var(--ovh-shadow); }
.ovh-live-bar > div { min-width: 0; padding: 8px 22px; border-right: 1px solid var(--ovh-line); }
.ovh-live-bar > div > span { display: block; margin-bottom: 3px; color: var(--ovh-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.ovh-live-bar strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.ovh-live-status { display: flex !important; align-items: center; gap: 11px; }
.ovh-live-status span { flex: 0 0 auto; width: 10px; height: 10px; margin: 0 !important; border-radius: 50%; background: var(--ovh-green); box-shadow: 0 0 0 6px rgba(23,166,115,.11); }
.ovh-live-status.is-loading span { background: var(--ovh-yellow); box-shadow: 0 0 0 6px rgba(253,215,0,.13); }
.ovh-live-status.is-stale span { background: #ef9e38; box-shadow: 0 0 0 6px rgba(239,158,56,.12); }
.ovh-refresh { min-width: 112px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--ovh-line); border-radius: 10px; background: #fff; color: var(--ovh-ink); font-size: 12px; font-weight: 800; transition: .2s ease; }
.ovh-refresh:hover { border-color: var(--ovh-blue); color: var(--ovh-blue); }.ovh-refresh:disabled { opacity: .5; }
.ovh-source-alert { margin-top: 14px; padding: 12px 16px; border: 1px solid #efd7a0; border-radius: 12px; background: #fff9e9; color: #7c611e; font-size: 13px; }

.ovh-section-heading { margin-bottom: 28px; }
.ovh-section-heading.center { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }
.ovh-kicker { display: block; margin-bottom: 8px; color: var(--ovh-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ovh-section-heading h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; font-weight: 800; }
.ovh-section-heading p { max-width: 780px; margin: 0; color: var(--ovh-muted); font-size: 15px; line-height: 1.75; }
.ovh-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 82px; }
.ovh-slider-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.ovh-slider-controls button { width: 43px; height: 43px; border: 1px solid var(--ovh-line); border-radius: 50%; background: #fff; color: var(--ovh-ink); transition: .2s ease; }
.ovh-slider-controls button:hover { border-color: var(--ovh-blue); background: var(--ovh-blue); color: #fff; }

.ovh-best-slider { display: flex; gap: 16px; padding: 5px 2px 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #cdd2e2 transparent; }
.ovh-best-card { flex: 0 0 304px; scroll-snap-align: start; position: relative; min-height: 352px; display: flex; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--ovh-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(22,30,75,.06); transition: .22s ease; }
.ovh-best-card:hover { transform: translateY(-5px); border-color: rgba(46,76,255,.3); box-shadow: var(--ovh-shadow); }
.ovh-best-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; top: -55px; border-radius: 50%; background: rgba(46,76,255,.06); }
.ovh-best-meta, .ovh-server-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.ovh-range-pill, .ovh-region-pill, .ovh-game-pill, .ovh-new-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 7px; background: #eef1ff; color: var(--ovh-blue); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.ovh-region-pill { background: #effaf7; color: #168864; }.ovh-game-pill { background: #fff0f5; color: var(--ovh-pink); }.ovh-new-pill { background: #fff8d6; color: #866e00; }
.ovh-best-card h3 { min-height: 48px; margin: 18px 0 5px; font-size: 18px; line-height: 1.35; font-weight: 800; }
.ovh-best-model { color: var(--ovh-muted); font-size: 11px; }
.ovh-best-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0; }
.ovh-best-specs span { display: flex; align-items: center; gap: 7px; color: #4f5876; font-size: 11px; }
.ovh-best-specs i { color: var(--ovh-blue); }
.ovh-best-price { margin-top: auto; display: flex; align-items: end; gap: 6px; }
.ovh-best-price small { padding-bottom: 5px; color: var(--ovh-muted); font-size: 10px; }.ovh-best-price strong { font-size: 32px; line-height: 1; }.ovh-best-price em { padding-bottom: 4px; color: var(--ovh-muted); font-size: 11px; font-style: normal; }
.ovh-best-card .ovh-card-action { margin-top: 16px; width: 100%; }
.ovh-loading-card { min-height: 200px; flex: 1 0 100%; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px dashed #ccd2e4; border-radius: 18px; color: var(--ovh-muted); }
.ovh-loading-card i { color: var(--ovh-blue); font-size: 24px; }

.ovh-catalog-shell { margin-top: 58px; padding: 34px; border: 1px solid var(--ovh-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(22,30,75,.06); }
.ovh-filter-panel { display: grid; grid-template-columns: 1.45fr repeat(4, minmax(130px, 1fr)); gap: 12px; padding: 18px; border: 1px solid var(--ovh-line); border-radius: 16px; background: var(--ovh-soft); }
.ovh-search-field { position: relative; align-self: end; }
.ovh-search-field i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #8a92aa; }
.ovh-search-field input { padding-left: 39px !important; }
.ovh-filter-field { min-width: 0; }
.ovh-filter-field label { display: block; margin: 0 0 6px 2px; color: #757d96; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ovh-filter-panel input, .ovh-filter-panel select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #dfe3ee; border-radius: 9px; outline: 0; background: #fff; color: var(--ovh-ink); font-size: 12px; transition: .15s ease; }
.ovh-filter-panel input:focus, .ovh-filter-panel select:focus { border-color: var(--ovh-blue); box-shadow: 0 0 0 3px rgba(46,76,255,.08); }
.ovh-check-filter { align-self: end; min-height: 43px; display: flex; align-items: center; cursor: pointer; }
.ovh-check-filter input { position: absolute; opacity: 0; pointer-events: none; }
.ovh-check-filter span { width: 100%; min-height: 43px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 10px; border: 1px solid #dfe3ee; border-radius: 9px; background: #fff; color: #69718d; font-size: 11px; font-weight: 800; transition: .15s ease; }
.ovh-check-filter input:checked + span { border-color: var(--ovh-pink); background: #fff0f5; color: var(--ovh-pink); }
.ovh-reset { align-self: end; min-height: 43px; border: 0; border-radius: 9px; background: #e9ecf5; color: #606982; font-size: 11px; font-weight: 800; }
.ovh-results-bar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 4px; border-bottom: 1px solid var(--ovh-line); color: var(--ovh-muted); font-size: 12px; }
.ovh-results-bar strong { color: var(--ovh-blue); font-size: 18px; }.ovh-results-hint { display: flex; align-items: center; gap: 8px; }.ovh-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ovh-green); }

.ovh-server-list { display: grid; gap: 10px; padding-top: 16px; }
.ovh-server-card { display: grid; grid-template-columns: minmax(205px, 1.45fr) minmax(120px,.75fr) minmax(160px,1fr) minmax(175px,1fr) minmax(165px,.92fr); align-items: center; gap: 18px; min-height: 142px; padding: 20px; border: 1px solid var(--ovh-line); border-radius: 15px; background: #fff; transition: .18s ease; }
.ovh-server-card:hover { border-color: rgba(46,76,255,.28); box-shadow: 0 12px 30px rgba(22,30,75,.07); transform: translateY(-2px); }
.ovh-server-name h3 { margin: 11px 0 4px; font-size: 16px; line-height: 1.35; font-weight: 800; }.ovh-server-name p { margin: 0; color: var(--ovh-muted); font-size: 10px; }
.ovh-spec-block { min-width: 0; }
.ovh-spec-block small { display: block; margin-bottom: 5px; color: #9298aa; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }.ovh-spec-block strong { display: block; font-size: 12px; line-height: 1.5; }.ovh-spec-block span { display: block; margin-top: 3px; color: var(--ovh-muted); font-size: 10px; line-height: 1.4; }
.ovh-server-buy { text-align: right; }.ovh-server-price { display: flex; justify-content: flex-end; align-items: end; gap: 5px; }.ovh-server-price small { padding-bottom: 4px; color: var(--ovh-muted); font-size: 9px; }.ovh-server-price strong { font-size: 26px; line-height: 1; }.ovh-server-price em { padding-bottom: 3px; color: var(--ovh-muted); font-size: 10px; font-style: normal; }.ovh-setup { min-height: 17px; margin: 6px 0 9px; color: var(--ovh-muted); font-size: 9px; }.ovh-setup.is-free { color: var(--ovh-green); font-weight: 800; }
.ovh-card-action { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 15px; border: 0; border-radius: 9px; background: var(--ovh-blue); color: #fff; font-size: 11px; font-weight: 800; transition: .18s ease; }.ovh-card-action:hover { background: #1b35d5; color: #fff; transform: translateY(-1px); }
.ovh-traffic-warning { color: #b07813 !important; }.ovh-traffic-warning i { margin-right: 4px; }
.ovh-more-wrap { margin-top: 18px; text-align: center; }.ovh-show-more { min-height: 44px; padding: 10px 24px; border: 1px solid var(--ovh-line); border-radius: 10px; background: #fff; color: var(--ovh-ink); font-size: 11px; font-weight: 800; }.ovh-show-more:hover { border-color: var(--ovh-blue); color: var(--ovh-blue); }
.ovh-empty { padding: 60px 20px 35px; text-align: center; }.ovh-empty i { font-size: 34px; color: #a9b0c5; }.ovh-empty h3 { margin: 15px 0 7px; font-size: 20px; }.ovh-empty p { color: var(--ovh-muted); }

.ovh-sold-shell { margin-top: 22px; border: 1px solid #e4e0e7; border-radius: 18px; background: #fff; overflow: hidden; }
.ovh-sold-toggle { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px 24px; border: 0; background: #fff; text-align: left; }
.ovh-sold-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: #fff0f4; color: var(--ovh-red); font-size: 18px; }.ovh-sold-toggle small, .ovh-sold-toggle strong, .ovh-sold-toggle em { display: block; }.ovh-sold-toggle small { margin-bottom: 2px; color: var(--ovh-red); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.ovh-sold-toggle strong { font-size: 16px; }.ovh-sold-toggle em { margin-top: 3px; color: var(--ovh-muted); font-size: 11px; font-style: normal; }.ovh-sold-badge { display: flex; align-items: center; gap: 13px; }.ovh-sold-badge b { min-width: 35px; height: 29px; display: grid; place-items: center; padding: 0 8px; border-radius: 9px; background: #f0f1f5; font-size: 11px; }.ovh-sold-toggle[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); }.ovh-sold-toggle .fa-chevron-down { transition: .2s ease; }
.ovh-sold-list { display: grid; gap: 8px; padding: 14px 24px 5px; border-top: 1px solid var(--ovh-line); }.ovh-sold-item { display: grid; grid-template-columns: minmax(210px,1.2fr) 1fr 1fr auto; align-items: center; gap: 18px; padding: 14px 16px; border: 1px solid #ececf1; border-radius: 12px; background: #fafafd; opacity: .84; }.ovh-sold-item h3 { margin: 0 0 3px; font-size: 13px; }.ovh-sold-item p, .ovh-sold-item span { margin: 0; color: var(--ovh-muted); font-size: 10px; }.ovh-wait-action { min-height: 35px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid #dedfe7; border-radius: 8px; background: #fff; color: var(--ovh-ink); font-size: 10px; font-weight: 800; }.ovh-wait-action:hover { color: var(--ovh-pink); border-color: var(--ovh-pink); }

.ovh-regions-section, .ovh-benefits-section, .ovh-range-section, .ovh-faq-section { padding: 100px 0; }
.ovh-region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }.ovh-region-card { position: relative; min-height: 335px; padding: 30px; overflow: hidden; border: 1px solid var(--ovh-line); border-radius: 20px; background: #fff; box-shadow: 0 15px 38px rgba(22,30,75,.06); }.ovh-region-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -62px; top: -62px; border-radius: 50%; background: rgba(46,76,255,.06); }.ovh-region-flag { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; background: var(--ovh-blue); color: #fff; font-weight: 900; }.ovh-region-card > span { color: var(--ovh-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.ovh-region-card h3 { min-height: 54px; margin: 8px 0 13px; font-size: 20px; line-height: 1.35; }.ovh-region-card p { color: var(--ovh-muted); font-size: 13px; line-height: 1.7; }.ovh-region-card > strong { position: absolute; left: 30px; bottom: 28px; color: var(--ovh-green); font-size: 12px; }.ovh-region-card.is-america .ovh-region-flag { background: var(--ovh-pink); }.ovh-region-card.is-asia .ovh-region-flag { background: #ba8700; }.ovh-region-card.is-asia > strong { color: #a77300; }

.ovh-benefits-section { color: #fff; background: var(--ovh-navy); }.ovh-benefits-section h2, .ovh-benefits-section h3 { color: #fff; }.ovh-benefits-section .ovh-kicker { color: var(--ovh-cyan); }.ovh-side-copy { margin: 0; color: rgba(255,255,255,.58); line-height: 1.7; }.ovh-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.ovh-benefit-grid article { min-height: 235px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); transition: .2s ease; }.ovh-benefit-grid article:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }.ovh-benefit-grid article.is-accent { border-color: rgba(238,84,134,.45); background: linear-gradient(145deg, rgba(238,84,134,.17), rgba(255,255,255,.035)); }.ovh-benefit-grid i { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; background: rgba(67,215,232,.12); color: var(--ovh-cyan); font-size: 18px; }.ovh-benefit-grid .is-accent i { background: rgba(238,84,134,.15); color: #ff8db3; }.ovh-benefit-grid h3 { margin: 23px 0 9px; font-size: 17px; }.ovh-benefit-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }

.ovh-range-section { background: var(--ovh-soft); }.ovh-range-table-wrap { overflow-x: auto; border: 1px solid var(--ovh-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(22,30,75,.05); }.ovh-range-table { width: 100%; min-width: 780px; border-collapse: collapse; }.ovh-range-table th { padding: 17px 22px; background: var(--ovh-ink); color: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.ovh-range-table td { padding: 18px 22px; border-bottom: 1px solid var(--ovh-line); color: var(--ovh-muted); font-size: 12px; }.ovh-range-table tr:last-child td { border-bottom: 0; }.ovh-range-table td strong { font-size: 13px; }.ovh-range-table tr.is-game { background: #fff5f8; }.ovh-range-table tr.is-game strong { color: var(--ovh-pink); }

.ovh-faq .accordion-item { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--ovh-line) !important; border-radius: 13px !important; }.ovh-faq .accordion-button { padding: 19px 21px; color: var(--ovh-ink); font-size: 14px; font-weight: 800; box-shadow: none !important; }.ovh-faq .accordion-button:not(.collapsed) { color: var(--ovh-blue); background: #f5f7ff; }.ovh-faq .accordion-body { padding: 0 21px 21px; color: var(--ovh-muted); font-size: 12px; line-height: 1.75; }
.ovh-final-cta { padding: 0 0 100px; }.ovh-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px; border-radius: 24px; color: #fff; background: linear-gradient(120deg, #15225b, #2b43c8); box-shadow: 0 25px 60px rgba(26,42,128,.25); }.ovh-final-inner span { color: var(--ovh-yellow); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.ovh-final-inner h2 { max-width: 760px; margin: 8px 0; color: #fff; font-size: clamp(27px,3vw,39px); line-height: 1.2; }.ovh-final-inner p { margin: 0; color: rgba(255,255,255,.64); }.ovh-final-actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: 9px; min-width: 205px; }

@media (max-width: 1199px) {
  .ovh-filter-panel { grid-template-columns: repeat(4, 1fr); }.ovh-search-field { grid-column: span 2; }
  .ovh-server-card { grid-template-columns: 1.4fr .8fr 1fr 1fr; }.ovh-server-buy { grid-column: 1 / -1; display: flex; align-items: center; justify-content: flex-end; gap: 14px; }.ovh-setup { margin: 0; }
}
@media (max-width: 991px) {
  .ovh-hero { padding-top: 140px; }.ovh-hero-console { margin: 0; transform: none; }
  .ovh-live-bar { grid-template-columns: 1.3fr 1fr 1fr auto; }.ovh-live-bar > div:nth-child(4) { display: none; }
  .ovh-region-grid, .ovh-benefit-grid { grid-template-columns: repeat(2, 1fr); }.ovh-region-card:last-child { grid-column: 1 / -1; }
  .ovh-final-inner { align-items: flex-start; flex-direction: column; }.ovh-final-actions { width: 100%; flex-direction: row; }.ovh-final-actions > * { flex: 1; }
}
@media (max-width: 767px) {
  .ovh-hero { min-height: auto; padding: 140px 0 78px; }.ovh-hero h1 { font-size: 45px; }.ovh-hero-lead { font-size: 16px; }.ovh-trust-row { gap: 12px 18px; }
  .ovh-live-bar { grid-template-columns: 1fr auto; min-height: 74px; padding: 0 13px; }.ovh-live-bar > div { padding: 8px 12px; }.ovh-live-bar > div:not(:first-child) { display: none; }.ovh-refresh { min-width: 46px; width: 46px; }.ovh-refresh span { display: none; }
  .ovh-heading-row { align-items: flex-start; margin-top: 65px; }.ovh-section-heading h2 { font-size: 34px; }.ovh-slider-controls { display: none; }.ovh-best-card { flex-basis: 85vw; }
  .ovh-catalog-shell { margin-top: 45px; padding: 22px 15px; }.ovh-filter-panel { grid-template-columns: 1fr 1fr; padding: 12px; }.ovh-search-field { grid-column: 1 / -1; }.ovh-reset { grid-column: span 1; }
  .ovh-results-hint { display: none; }
  .ovh-server-card { grid-template-columns: 1fr 1fr; gap: 17px 12px; padding: 17px; }.ovh-server-name { grid-column: 1 / -1; }.ovh-server-buy { grid-column: 1 / -1; justify-content: space-between; flex-wrap: wrap; text-align: left; }.ovh-server-price { justify-content: flex-start; }.ovh-server-buy .ovh-card-action { flex: 1; }
  .ovh-sold-toggle { padding: 17px; }.ovh-sold-toggle em { display: none; }.ovh-sold-item { grid-template-columns: 1fr 1fr; }.ovh-sold-item > div:first-child { grid-column: 1 / -1; }.ovh-wait-action { justify-self: end; }
  .ovh-regions-section, .ovh-benefits-section, .ovh-range-section, .ovh-faq-section { padding: 75px 0; }.ovh-region-grid, .ovh-benefit-grid { grid-template-columns: 1fr; }.ovh-region-card:last-child { grid-column: auto; }
  .ovh-final-inner { padding: 30px 23px; }.ovh-final-actions { flex-direction: column; }
}
@media (max-width: 479px) {
  .ovh-hero h1 { font-size: 39px; }.ovh-hero-actions > * { width: 100%; }.ovh-hero-console { padding-left: 18px; padding-right: 18px; }
  .ovh-filter-panel { grid-template-columns: 1fr; }.ovh-search-field, .ovh-reset { grid-column: auto; }.ovh-check-filter { grid-column: auto; }
  .ovh-server-card { grid-template-columns: 1fr; }.ovh-server-name, .ovh-server-buy { grid-column: auto; }.ovh-server-buy { display: block; }.ovh-server-buy .ovh-card-action { width: 100%; margin-top: 10px; }.ovh-setup { margin-top: 6px; }
  .ovh-sold-icon { display: none; }.ovh-sold-toggle { grid-template-columns: 1fr auto; }.ovh-sold-item { grid-template-columns: 1fr; }.ovh-sold-item > div:first-child { grid-column: auto; }.ovh-wait-action { justify-self: stretch; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) { .ovh-live-dot { animation: none; } .ovh-best-card, .ovh-server-card, .ovh-benefit-grid article { transition: none; } }
