/* =============================================================
   PC base styles
   ============================================================= */

/* ============================================================
   VPS特徴・仕様ページ専用スタイル
   ============================================================ */

/* ============================================================
   VPS下層ページ共通ヘッダー
   NOTE: vps-subpage-headerは layout/vps-shared.css に定義されています
   ============================================================ */

/* ============================================================
   ページ内ナビゲーション (PC_rink)
   ============================================================ */

/* ============================================================
   パンくずリスト
   ============================================================ */

/* ============================================================
   Winserver VPSの特徴
   ============================================================ */

   .vps-features-highlights {
    padding: 100px 0;
    background: #ffffff;
  }
  
  .vps-features-highlights__title {
    margin-bottom: 50px;
  }
  
  .vps-features-highlights__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(40px, 7.5vw, 81px);
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .vps-features-highlights__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .vps-features-highlights__icon {
    width: min(302px, 100%);
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 20px;
  }
  
  .vps-features-highlights__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .vps-features-highlights__card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .vps-features-highlights__card-text {
  }
  
  /* ============================================================
     VPSとは
     ============================================================ */
  
  .vps-what-is {
    padding: 100px 0;
  }
  
  .vps-what-is__intro {
    max-width: 838px;
    margin: 0 auto 60px;
    text-align: center;
  }
  
  .vps-what-is__title {
    margin-bottom: 24px;
  }
  
  .vps-what-is__text {
  }
  
  .vps-what-is__diagram {
    max-width: 1200px;
    margin: 0 auto 100px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 80px 102px;
  }
  
  .vps-what-is__diagram-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .vps-what-is__diagram-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 41px;
    margin-bottom: 40px;
  }
  
  .vps-what-is__note {
    background: #f2f4f8;
    border-radius: 5px;
    padding: 28px 69px;
  }
  
  .vps-what-is__note p {
    margin-bottom: 0;
  }
  
  /* ============================================================
     VPSでできること
     .vps-use-cases / .vps-use-cases__title は layout/vps-shared.css
     ============================================================ */
  
  .vps-use-cases__intro {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .vps-use-cases__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vps-use-cases__card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 49px 56px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
    min-height: 220px;
  }
  
  .vps-use-cases__card--disabled {
    background: #f2f4f8;
    padding: 49px 76px;
  }
  
  .vps-use-cases__card--disabled .vps-use-cases__icon {
    width: 83px;
    height: 83px;
  }
  
  .vps-use-cases__card--disabled .vps-use-cases__icon img {
    width: 83px;
    height: 83px;
  }
  
  .vps-use-cases__disabled-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 304px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .vps-use-cases__disabled-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .vps-use-cases__number {
    position: absolute;
    top: 0;
    left: 0;
    background: #31c0c5;
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    padding: 4px 10px;
    border-top-left-radius: 10px;
    font-family: "Barlow", sans-serif;
  }
  
  .vps-use-cases__icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .vps-use-cases__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .vps-use-cases__card-content {
    flex: 1;
  }
  
  .vps-use-cases__card-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  .vps-use-cases__card-text {
  }
  
  .vps-use-cases__arrow {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
  
  /* ============================================================
     サーバー比較表（vps-what-is セクション内で使用）
     ============================================================ */
  
  .vps-comparison-table__title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .vps-comparison-table__wrapper {
    max-width: 1200px;
    margin: 0 auto 16px;
  }
  
  .vps-comparison-table__table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #dbe5f3;
  }
  
  /* ヘッダー行 */
  
  .vps-comparison-table__th {
    height: 70px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px;
    border: none;
    border-right: 1px solid #dbe5f3;
  }
  
  .vps-comparison-table__th:last-child {
    border-right: none;
  }
  
  .vps-comparison-table__th--empty {
    background: #ffffff;
  }
  
  .vps-comparison-table__th--header {
    background: #f2f4f8;
  }
  
  .vps-comparison-table__th--vps {
    background: #1977f2;
    color: #ffffff;
    vertical-align: middle;
  }
  
  .vps-comparison-table__vps-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
  }
  
  .vps-comparison-table__vps-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.32px;
  }
  
  /* データ行 */
  
  .vps-comparison-table__td {
    height: 70px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
    background: #ffffff;
    border-top: 1px solid #dbe5f3;
    border-right: 1px solid #dbe5f3;
  }
  
  .vps-comparison-table__td:last-child {
    border-right: none;
  }
  
  .vps-comparison-table__td--label {
    background: #ffffff;
  }
  
  .vps-comparison-table__td--vps {
    background: #e0edff;
    font-size: 20px;
    font-weight: 500;
  }
  
  .vps-comparison-table__note {
    font-size: 14px;
    text-align: right;
    margin-bottom: 30px;
  }
  
  .vps-comparison-table__note-mark {
    font-size: 10px;
    vertical-align: super;
  }
  
  .vps-comparison-table__summary-wrapper {
    text-align: center;
  }
  
  .vps-comparison-table__summary {
    display: inline-block;
    background: #eefafa;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.98px;
    color: #31c0c5;
    text-align: center;
  }
  
  /* ============================================================
     Windows専用設計だからちょうどいい
     ============================================================ */
  
  .vps-windows-design {
    padding: 100px 0;
    background: #ffffff;
  }
  
  .vps-windows-design__intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  
  .vps-windows-design__title {
    margin-bottom: 24px;
  }
  
  .vps-windows-design__text {
  }
  
  /* ============================================================
     Windows系とLinux系の違い（vps-windows-design セクション内で使用）
     ============================================================ */
  
  .vps-os-comparison__box {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #dbe5f3;
    border-radius: 10px;
    padding: 60px 40px;
  }
  
  .vps-os-comparison__title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .vps-os-comparison__subtitle {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .vps-os-comparison__table-container {
    margin: 0 auto;
  }
  
  .vps-os-comparison__table-wrapper {
    margin-bottom: 40px;
  }
  
  .vps-os-comparison__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dbe5f3;
  }
  
  /* ヘッダー行 */
  
  .vps-os-comparison__th {
    height: 70px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
  }
  
  .vps-os-comparison__th--linux {
    width: 500px;
    background: #f2f4f8;
  }
  
  .vps-os-comparison__th--windows {
    width: 500px;
    background: #1977f2;
    color: #ffffff;
    font-size: 24px;
  }
  
  /* データ行 */
  
  .vps-os-comparison__td {
    height: 70px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
    border-top: 1px solid #dbe5f3;
  }
  
  .vps-os-comparison__td--linux {
    background: #ffffff;
  }
  
  .vps-os-comparison__td--windows {
    background: #e0edff;
    font-size: 20px;
  }
  
  .vps-os-comparison__note {
    text-align: center;
  }
  
  /* ============================================================
     Windows前提の構成（vps-windows-design セクション内で使用）
     ============================================================ */
  
  .vps-windows-features__box {
    max-width: 1200px;
    margin: 0 auto 30px;
    border: 1px solid #dbe5f3;
    border-radius: 10px;
    padding: 60px 40px;
  }
  
  .vps-windows-features__title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
  }
  
  .vps-windows-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .vps-windows-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .vps-windows-features__icon {
    width: 126px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .vps-windows-features__icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  
  .vps-windows-features__text {
  }
  
  /* ============================================================
     スペック
     ============================================================ */
  
  .vps-specs {
    padding: 100px 0 0;
    background: #ffffff;
  }
  
  .vps-specs__intro {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .vps-specs__title {
    margin-bottom: 24px;
  }
  
  .vps-specs__subtitle {
    font-size: 22px;
    text-align: center;
  }
  
  .vps-specs__content {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vps-specs__description {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .vps-specs__table-wrapper {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    &:has(.vps-specs__group:nth-child(2)) {
      max-width: 1200px;
    }
    margin-inline: auto;
  }
  
  .vps-specs__group {
    display: flex;
    flex-direction: column;
  }
  
  .vps-specs__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #dbe5f3;
    min-height: 100px;
  }
  
  .vps-specs__row:first-child {
    border-top: 1px solid #dbe5f3;
  }
  
  .vps-specs__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    border-right: 1px solid #dbe5f3;
    border-left: 1px solid #dbe5f3;
  }
  
  .vps-specs__cell:first-child {
    border-right: none;
  }
  
  /* 項目名セル */
  
  .vps-specs__label {
    color: #000000;
    position: relative;
    padding-right: 45px;
  }
  
  /* 左グループの奇数行項目名 - 青 */
  
  .vps-specs__group--left .vps-specs__row:nth-child(odd) .vps-specs__label {
    background: #FFCD00;
  }
  
  /* 左グループの偶数行項目名 - 水色 */
  
  .vps-specs__group--left .vps-specs__row:nth-child(even) .vps-specs__label {
    background: #FFF2B9;
  }
  
  /* 右グループの奇数行項目名 - 青 */
  
  .vps-specs__group--right .vps-specs__row:nth-child(odd) .vps-specs__label {
    background: #1977f2;
  }
  
  /* 右グループの偶数行項目名 - 水色 */
  
  .vps-specs__group--right .vps-specs__row:nth-child(even) .vps-specs__label {
    background: #6facfd;
  }
  
  /* 値セル */
  
  .vps-specs__value {
    background: #f2f4f8;
    color: #111111;
  }
  
  .vps-specs__label {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  
  .vps-specs__tooltip-btn {
    position: absolute;
    top: 50%;
    right: 23px;
    /* transform で中央寄せすると子要素の position: fixed の基準が
       viewport ではなく button になってしまうため、margin-top で代替 */
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s;
  }
  
  .vps-specs__tooltip-btn img {
    width: 25px;
    height: 25px;
    display: block;
  }
  
  .vps-specs__tooltip-btn:hover {
    opacity: 0.8;
  }
  
  /* ツールチップ吹き出し本体 (data-tooltip 属性のテキストを表示)
     .vps-specs__tooltip-btn と .vps-options__tooltip-btn 両方に共通適用。
     position: fixed で viewport 基準。位置 (top/left) は JS が
     getBoundingClientRect から計算して --tooltip-top / --tooltip-left に設定。
     非表示時は -9999px に逃がして親 overflow に影響させない。 */
  .vps-specs__tooltip-btn::before,
  .vps-options__tooltip-btn::before {
    content: attr(data-tooltip);
    position: fixed;
    top: var(--tooltip-top, -9999px);
    left: var(--tooltip-left, -9999px);
    width: max-content;
    max-width: 280px;
    padding: 10px 14px;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    border-radius: 6px;
    white-space: pre-wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease;
    z-index: 9999;
  }
  
  /* 三角矢印 */
  .vps-specs__tooltip-btn::after,
  .vps-options__tooltip-btn::after {
    content: "";
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333333;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease;
    z-index: 20;
  }
  
  .vps-specs__tooltip-btn:hover::before,
  .vps-specs__tooltip-btn:focus-visible::before,
  .vps-specs__tooltip-btn:hover::after,
  .vps-specs__tooltip-btn:focus-visible::after,
  .vps-options__tooltip-btn:hover::before,
  .vps-options__tooltip-btn:focus-visible::before,
  .vps-options__tooltip-btn:hover::after,
  .vps-options__tooltip-btn:focus-visible::after {
    opacity: 1;
    visibility: visible;
  }
  
  /* ボタン自体に transform があり stacking context が作られるため、
     hover/focus 中はボタン自身の z-index を引き上げて、隣接列の項目が
     吹き出しの上に被らないようにする */
  .vps-specs__tooltip-btn:hover,
  .vps-specs__tooltip-btn:focus-visible,
  .vps-options__tooltip-btn:hover,
  .vps-options__tooltip-btn:focus-visible {
    z-index: 100;
  }
  
  .vps-specs__note {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
  
  /* ============================================================
     性能比較
     ============================================================ */
  
  .vps-performance {
    padding: 100px 0;
    background: #ffffff;
  }
  
  .vps-performance__intro {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .vps-performance__title {
    margin-bottom: 24px;
  }
  
  .vps-performance__subtitle {
  }
  
  .vps-performance__content {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .vps-performance__section-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .vps-performance__description {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .vps-performance__chart {
    background: #ffffff;
  }
  
  /* ============================================================
     充実したオプション
     ============================================================ */
  
  .vps-options {
    padding: 100px 0;
    background: transparent;
  }
  
  .vps-options__intro {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .vps-options__title {
    margin-bottom: 24px;
  }
  
  .vps-options__subtitle {
  }
  
  .vps-options__grid {
    display: grid;
    /* auto-fit + minmax で柔軟にレスポンシブ。PC幅では3列、中間で2列、≤768で1列 */
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 0;
    max-width: 1200px;
    margin: 0 auto 16px;
    justify-content: center;
  }
  
  .vps-options__column {
    display: contents;
  }
  
  /* 左列の配置と高さ */
  
  .vps-options__column--left .vps-options__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    height: 96px;
  }
  
  .vps-options__column--left .vps-options__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    height: 96px;
  }
  
  .vps-options__column--left .vps-options__item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    height: 96px;
  }
  
  .vps-options__column--left .vps-options__item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
    height: 96px;
  }
  
  .vps-options__column--left .vps-options__item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
    height: 96px;
  }
  
  /* 中央列の配置と高さ */
  
  .vps-options__column--center .vps-options__item:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
    height: 96px;
  }
  
  .vps-options__column--center .vps-options__item:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
    height: 96px;
  }
  
  .vps-options__column--center .vps-options__item:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
    height: 96px;
  }
  
  .vps-options__column--center .vps-options__item:nth-child(4) {
    grid-column: 2;
    grid-row: 4;
    height: 96px;
  }
  
  .vps-options__column--center .vps-options__item:nth-child(5) {
    grid-column: 2;
    grid-row: 5;
    height: 96px;
  }
  
  .vps-options__column--center .vps-options__item:nth-child(6) {
    grid-column: 2;
    grid-row: 6;
    height: 96px;
  }
  
  /* 右列の配置と高さ */
  
  .vps-options__column--right .vps-options__item:nth-child(1) {
    grid-column: 3;
    grid-row: 1;
    height: 96px;
  }
  
  .vps-options__column--right .vps-options__item:nth-child(2) {
    grid-column: 3;
    grid-row: 2;
    height: 96px;
  }
  
  .vps-options__column--right .vps-options__item:nth-child(3) {
    grid-column: 3;
    grid-row: 3;
    height: 96px;
  }
  
  .vps-options__column--right .vps-options__item:nth-child(4) {
    grid-column: 3;
    grid-row: 4;
    height: 96px;
  }
  
  .vps-options__column--right .vps-options__item:nth-child(5) {
    grid-column: 3;
    grid-row: 5;
    height: 96px;
  }
  
  .vps-options__item {
    position: relative;
    padding: 20px;
    padding-right: 45px;
    text-align: center;
    border: 1px solid #dbe5f3;
    border-right: 0;
    border-bottom: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* 各列の右端に右ボーダーを追加 */
  
  .vps-options__column--left .vps-options__item,
  .vps-options__column--center .vps-options__item,
  .vps-options__column--right .vps-options__item {
    border-right: 1px solid #dbe5f3;
  }
  
  /* 最終行に下ボーダーを追加 */
  
  .vps-options__column--left .vps-options__item:nth-child(5),
  .vps-options__column--right .vps-options__item:nth-child(5),
  .vps-options__column--center .vps-options__item:nth-child(6) {
    border-bottom: 1px solid #dbe5f3;
  }
  
  /* 左列の奇数行 - 青 */
  
  .vps-options__column--left .vps-options__item:nth-child(odd) {
    background: #FFCD00;
    color: #000000;
  }
  
  /* 左列の偶数行 - 水色 */
  
  .vps-options__column--left .vps-options__item:nth-child(even) {
    background: #FFF2B9;
    color: #000000;
  }
  
  /* 中央列の奇数行 - 青 */
  
  .vps-options__column--center .vps-options__item:nth-child(odd) {
    background: #FFCD00;
    color: #000000;
  }
  
  /* 中央列の偶数行 - 水色 */
  
  .vps-options__column--center .vps-options__item:nth-child(even) {
    background: #FFF2B9;
    color: #000000;
  }
  
  /* 右列の奇数行 - 青 */
  
  .vps-options__column--right .vps-options__item:nth-child(odd) {
    background: #FFCD00;
    color: #000000;
  }
  
  /* 右列の偶数行 - 水色 */
  
  .vps-options__column--right .vps-options__item:nth-child(even) {
    background: #FFF2B9;
    color: #000000;
  }
  
  .vps-options__tooltip-btn {
    position: absolute;
    top: 50%;
    right: 23px;
    /* 中央寄せは margin-top で代替 (理由は specs__tooltip-btn と同じ) */
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s;
  }
  
  .vps-options__tooltip-btn img {
    width: 25px;
    height: 25px;
    display: block;
  }
  
  .vps-options__tooltip-btn:hover {
    opacity: 0.8;
  }
  
  .vps-options__note {
    text-align: right;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  
  /* .vps-options__more / .vps-options__more-link は .btn-more-link__wrap / .btn-more-link へ統合（components/buttons.css）*/
  
  /* ============================================================
     レスポンシブ対応
     ============================================================ */
  
  /* =============================================================
     VPS モーダル
     ============================================================= */
  
  .vps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  
  .vps-modal[hidden] {
    display: none;
  }
  
  .vps-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 71, 71, 0.75);
    cursor: pointer;
  }
  
  .vps-modal__container {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 60px 80px;
    /* ブラウザ幅に対して常にガター(16px×2)を確保しつつ、最大 720px */
    width: min(720px, calc(100% - 32px));
    max-width: 720px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
  
  .vps-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1977f2;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .vps-modal__close:hover {
    background: #0d5bbf;
  }
  
  .vps-modal__content {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 40px;
    align-items: center;
  }
  
  .vps-modal__content[hidden] {
    display: none;
  }
  
  .vps-modal__icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .vps-modal__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .vps-modal__text-content {
    text-align: left;
  }
  
  .vps-modal__body {
    font-size: 18px;
  }
  
  .vps-modal__body p {
    margin: 0;
  }
  
  /* カードのホバー効果追加 */
  
  .vps-use-cases__card:not(.vps-use-cases__card--disabled) {
    cursor: pointer;
  }
  
  .vps-use-cases__card:not(.vps-use-cases__card--disabled):hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  
  /* モーダル表示時のbodyスクロール防止 */
  
  body.is-modal-open {
    overflow: hidden;
  }
  
  /* レスポンシブ対応 */
  
  /* =============================================================
     @media (max-width: 1024px)
     ============================================================= */
  
  @media (max-width: 1024px) {
    .vps-what-is__diagram {
      padding: 60px 40px;
    }
  
    .vps-options__grid {
      grid-template-columns: 1fr;
    }
  
    /* PC で各 item に付与した grid-column / grid-row を解除し 1カラムに戻す。
       PC 側が `:nth-child(N)` (specificity 3) で指定しているため、こちらも
       `:nth-child(n)` で specificity を 3 に揃えて上書きする。 */
    .vps-options__column--left .vps-options__item:nth-child(n),
    .vps-options__column--center .vps-options__item:nth-child(n),
    .vps-options__column--right .vps-options__item:nth-child(n) {
      grid-column: 1;
      grid-row: auto;
    }
  
    /* 1カラム時の zigzag 並び (左→中央→右 を行ごとに交互) */
    .vps-options__column--left .vps-options__item:nth-child(1) {
      order: 1;
    }
    .vps-options__column--center .vps-options__item:nth-child(1) {
      order: 2;
    }
    .vps-options__column--right .vps-options__item:nth-child(1) {
      order: 3;
    }
    .vps-options__column--left .vps-options__item:nth-child(2) {
      order: 4;
    }
    .vps-options__column--center .vps-options__item:nth-child(2) {
      order: 5;
    }
    .vps-options__column--right .vps-options__item:nth-child(2) {
      order: 6;
    }
    .vps-options__column--left .vps-options__item:nth-child(3) {
      order: 7;
    }
    .vps-options__column--center .vps-options__item:nth-child(3) {
      order: 8;
    }
    .vps-options__column--right .vps-options__item:nth-child(3) {
      order: 9;
    }
    .vps-options__column--left .vps-options__item:nth-child(4) {
      order: 10;
    }
    .vps-options__column--center .vps-options__item:nth-child(4) {
      order: 11;
    }
    .vps-options__column--right .vps-options__item:nth-child(4) {
      order: 12;
    }
    .vps-options__column--left .vps-options__item:nth-child(5) {
      order: 13;
    }
    .vps-options__column--center .vps-options__item:nth-child(5) {
      order: 14;
    }
    .vps-options__column--right .vps-options__item:nth-child(5) {
      order: 15;
    }
    .vps-options__column--center .vps-options__item:nth-child(6) {
      order: 16;
    }
  
    .vps-options__item {
      text-align: left;
      justify-content: flex-start;
      padding: 16px 40px 16px 16px;
      border-right: none;
      border-top: 1px solid #dbe5f3;
      font-size: 14px;
      height: auto !important;
      min-height: 60px;
    }
  
    /* 並べ替え後の visual 順 odd/even カラー再マッピング
       (PC base の各列 odd/even を一旦リセットしてから上書き) */
    .vps-options__column--left .vps-options__item:nth-child(odd),
    .vps-options__column--left .vps-options__item:nth-child(even),
    .vps-options__column--center .vps-options__item:nth-child(odd),
    .vps-options__column--center .vps-options__item:nth-child(even),
    .vps-options__column--right .vps-options__item:nth-child(odd),
    .vps-options__column--right .vps-options__item:nth-child(even) {
      background: transparent;
      color: inherit;
    }
  
    /* visual 奇 (1,3,5,7,9,11,13,15) = 濃 #1977f2 */
    .vps-options__column--left   .vps-options__item:nth-child(1),  /* visual  1 */
    .vps-options__column--right  .vps-options__item:nth-child(1),  /* visual  3 */
    .vps-options__column--center .vps-options__item:nth-child(2),  /* visual  5 */
    .vps-options__column--left   .vps-options__item:nth-child(3),  /* visual  7 */
    .vps-options__column--right  .vps-options__item:nth-child(3),  /* visual  9 */
    .vps-options__column--center .vps-options__item:nth-child(4),  /* visual 11 */
    .vps-options__column--left   .vps-options__item:nth-child(5),  /* visual 13 */
    .vps-options__column--right  .vps-options__item:nth-child(5) {
      /* visual 15 */
      background: #1977f2;
      color: #ffffff;
    }
  
    /* visual 偶 (2,4,6,8,10,12,14,16) = 薄 #6facfd */
    .vps-options__column--center .vps-options__item:nth-child(1),  /* visual  2 */
    .vps-options__column--left   .vps-options__item:nth-child(2),  /* visual  4 */
    .vps-options__column--right  .vps-options__item:nth-child(2),  /* visual  6 */
    .vps-options__column--center .vps-options__item:nth-child(3),  /* visual  8 */
    .vps-options__column--left   .vps-options__item:nth-child(4),  /* visual 10 */
    .vps-options__column--right  .vps-options__item:nth-child(4),  /* visual 12 */
    .vps-options__column--center .vps-options__item:nth-child(5),  /* visual 14 */
    .vps-options__column--center .vps-options__item:nth-child(6) {
      /* visual 16 */
      background: #6facfd;
      color: #ffffff;
    }
  
    .vps-options {
      padding: 60px 0;
    }
  
    /* visual 順の先頭 (left[1]) のみ border-top: none */
    .vps-options__column--left .vps-options__item:nth-child(1) {
      border-top: none;
    }
  
    .vps-options__tooltip-btn {
      right: 16px;
    }
  
    .vps-options__tooltip-btn img {
      width: 18px;
      height: 18px;
    }
  
    .vps-options__note {
      padding: 0 0;
      font-size: 12px;
    }
  
    .vps-features-highlights__card-title {
      font-size: 20px;
    }
    .vps-what-is__diagram-title {
      font-size: 20px;
    }
    .vps-use-cases__card-title {
      font-size: 20px;
    }
    .vps-comparison-table__title {
      font-size: 20px;
    }
    .vps-comparison-table__td--vps {
      font-size: 18px;
    }
    .vps-comparison-table__summary {
      font-size: 20px;
    }
    .vps-os-comparison__title {
      font-size: 20px;
    }
    .vps-os-comparison__td--windows {
      font-size: 18px;
    }
    .vps-windows-features__title {
      font-size: 20px;
    }
    .vps-specs__subtitle {
      font-size: 20px;
    }
    .vps-performance__section-title {
      font-size: 20px;
    }
    .vps-modal__body {
      font-size: 16px;
    }
  }
  
  /* =============================================================
     @media (max-width: 768px)
     ============================================================= */
  
  @media (max-width: 768px) {
    .vps-features-highlights__cards {
      grid-template-columns: 1fr;
      gap: 40px;
      max-width: 100%;
    }
  
    .vps-features-highlights__icon {
      width: 100px;
      height: 100px;
    }
  
    .vps-features-highlights__card-title {
      font-size: 14px;
      margin-bottom: 10px;
    }
  
    .vps-what-is__content {
      width: 100vw;
      margin-left: -20px;
      background: #eaf2fb;
      padding: 60px 20px;
      border-radius: 0px;
      margin-bottom: 60px;
    }
  
    .vps-what-is__note {
      padding: 20px;
    }
  
    .vps-windows-features__grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  
    .vps-windows-features__item {
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 20px;
    }
  
    .vps-windows-features__icon {
      flex-shrink: 0;
      width: 46px;
      height: 46px;
    }
  
    .vps-windows-design__intro {
      margin-bottom: 20px;
    }
  
    .vps-what-is__diagram-title {
      margin-bottom: 20px;
      font-size: 18px;
    }
  
    /* vps-specs */
  
    .vps-specs__table-wrapper {
      grid-template-columns: 1fr;
      gap: 0;
    }
  
    /* @768 で左右 group を消して、全 11 行を table-wrapper の grid 直下に並べ、
       order プロパティで指定順に並べ替える */
    .vps-specs__group--left,
    .vps-specs__group--right {
      display: contents;
    }
  
    /* 並び順:
       1. ハイパーバイザー  (L-1)
       2. フェアシェア      (R-1)
       3. ゲストOS          (L-2)
       4. データ転送量      (R-2)
       5. 固定IP(IPv4)      (R-3)
       6. リモートログイン  (L-3)
       7. バックボーン      (R-4)
       8. 管理者権限        (L-4)
       9. 最低利用期間      (R-5)
       10. ファイアウォール (L-5)
       11. リージョン       (R-6)
    */
    .vps-specs__group--left .vps-specs__row:nth-child(1) {
      order: 1;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(1) {
      order: 2;
    }
    .vps-specs__group--left .vps-specs__row:nth-child(2) {
      order: 3;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(2) {
      order: 4;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(3) {
      order: 5;
    }
    .vps-specs__group--left .vps-specs__row:nth-child(3) {
      order: 6;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(4) {
      order: 7;
    }
    .vps-specs__group--left .vps-specs__row:nth-child(4) {
      order: 8;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(5) {
      order: 9;
    }
    .vps-specs__group--left .vps-specs__row:nth-child(5) {
      order: 10;
    }
    .vps-specs__group--right .vps-specs__row:nth-child(6) {
      order: 11;
    }
  
    .vps-specs__tooltip-btn {
      right: 10px;
    }
  
    .vps-specs__tooltip-btn img {
      width: 18px;
      height: 18px;
    }
  
    .vps-specs__cell {
      padding: 16px 12px;
      text-align: left;
      justify-content: flex-start;
      font-size: 14px;
    }
  
    .vps-specs__label {
      justify-content: flex-start;
    }
  
    /* PC版のカラーリングをリセット */
    .vps-specs__group--left .vps-specs__row:nth-child(odd) .vps-specs__label,
    .vps-specs__group--left .vps-specs__row:nth-child(even) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(odd) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(even) .vps-specs__label {
      background: transparent;
    }
  
    /* 並べ替え後の visual 順 (1-11) の odd=濃青 / even=水色
       visual 1=L-1 / 2=R-1 / 3=L-2 / 4=R-2 / 5=R-3 / 6=L-3 /
       7=R-4 / 8=L-4 / 9=R-5 / 10=L-5 / 11=R-6 */
  
    /* 濃青 (visual 1,3,5,7,9,11) */
    .vps-specs__group--left .vps-specs__row:nth-child(1) .vps-specs__label,
    .vps-specs__group--left .vps-specs__row:nth-child(2) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(3) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(4) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(5) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(6) .vps-specs__label {
      background: #1977f2;
    }
  
    /* 水色 (visual 2,4,6,8,10) */
    .vps-specs__group--right .vps-specs__row:nth-child(1) .vps-specs__label,
    .vps-specs__group--right .vps-specs__row:nth-child(2) .vps-specs__label,
    .vps-specs__group--left .vps-specs__row:nth-child(3) .vps-specs__label,
    .vps-specs__group--left .vps-specs__row:nth-child(4) .vps-specs__label,
    .vps-specs__group--left .vps-specs__row:nth-child(5) .vps-specs__label {
      background: #6facfd;
    }
  
    .vps-performance__chart {
      text-align: center;
    }
  
    /* 900pxでPC版のカラーリングをリセット */
  
    /* 900pxで全体の順番でカラーリング */
    /* 左カラム: 1,2,3,4,5 */
  
    /* 中央カラム: 6,7,8,9,10,11 → 6は偶数なので#6facfd */
  
    /* 右カラム: 12,13,14,15,16 → 12は偶数なので#6facfd */
  
    .vps-features-highlights {
      padding: 20px 0 0;
    }
  
    .vps-features-highlights__title {
      margin-bottom: 30px;
    }
  
    .vps-what-is {
      padding: 60px 0 0;
      margin-bottom: 0;
    }
  
    .vps-what-is__intro {
      margin-bottom: 20px;
    }
  
    .vps-comparison-table__td {
      height: auto;
    }
  
    .vps-comparison-table__note {
      display: flex;
      justify-content: flex-end;
      font-size: 12px;
    }
  
    .vps-what-is__diagram {
      border-radius: 5px;
      padding: 20px 20px;
      margin-bottom: 0;
    }
  
    .vps-what-is__diagram-content {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
    }
  
    .vps-use-cases {
      padding: 60px 0;
    }
  
    .vps-use-cases__grid {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
  
    .vps-use-cases__card {
      border-radius: 5px;
      grid-template-columns: 1fr;
      text-align: center;
      padding: 15px;
      align-items: start;
      align-content: start;
      gap: 4px;
      min-height: 0; /* PC base の 220px をリセット (cellの余白を消す) */
    }
  
    .vps-use-cases__icon {
      width: 66px;
      height: 66px;
      margin: 0 auto;
      line-height: 0; /* img インライン baseline 由来の余白を抑制 */
    }
  
    .vps-use-cases__icon img {
      width: 66px;
      height: 66px;
      object-fit: contain;
      display: block;
    }
  
    /* disabled カード内のアイコンも 46px に揃える
       (PC base の compound selector で 83px が指定されているため、
        同じ compound 形で override する) */
    .vps-use-cases__card--disabled .vps-use-cases__icon,
    .vps-use-cases__card--disabled .vps-use-cases__icon img {
      width: 66px;
      height: 66px;
    }
  
    .vps-use-cases__card-content {
      font-size: 16px;
    }
  
    .vps-use-cases__card-title {
      font-size: 16px;
      text-align: left;
    }
  
    .vps-use-cases__card-text {
      font-size: 12px;
      text-align: left;
    }
  
    .vps-use-cases__number {
      font-size: 16px;
      padding: 4px 5px;
      border-top-left-radius: 5px;
      width: 30px;
    }
  
    .vps-use-cases__arrow {
      bottom: -20px;
      right: 10px;
      width: 20px;
    }
  
    /* disabled カード内の「icon-nothing」を card 幅に収める。
       <picture> で @768 用に icon-nothing-sp.svg に切替済 (HTML側) */
    .vps-use-cases__disabled-icon {
      width: 100%;
      max-width: 100%;
    }
  
    .vps-use-cases__disabled-icon img {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
    }
  
    /* vps-comparison-table は vps-what-is セクション内で使用 */
  
    .vps-comparison-table__wrapper {
      overflow-x: auto;
      margin-inline: -20px;
      padding-inline: 20px;
    }
  
    .vps-comparison-table__table {
      min-width: 800px;
    }
  
    .vps-comparison-table__th,
    .vps-comparison-table__td {
      font-size: 14px;
      padding: 12px;
    }
  
    .vps-comparison-table__vps-title {
      font-size: 16px;
    }
  
    .vps-comparison-table__vps-subtitle {
      font-size: 12px;
    }
  
    .vps-comparison-table__td--vps {
    }
  
    .vps-comparison-table__summary {
      font-size: 16px;
      padding: 16px 15px;
      letter-spacing: 1.5px;
      width: 100%;
    }
  
    .vps-windows-design {
      padding: 60px 0;
    }
  
    /* vps-os-comparison は vps-windows-design セクション内で使用 */
  
    .vps-os-comparison__box {
      padding: 40px 20px;
      border-radius: 5px;
    }
  
    .vps-os-comparison__table-container {
      width: 100%;
    }
  
    .vps-os-comparison__table {
      width: 100%;
      min-width: 0;
      table-layout: fixed;
    }
  
    .vps-os-comparison__th--linux,
    .vps-os-comparison__th--windows {
      width: 50%;
    }
  
    .vps-os-comparison__th--linux {
      font-size: 14px;
    }
  
    .vps-os-comparison__th--windows {
      font-size: 16px;
    }
  
    .vps-os-comparison__td {
      padding: 12px 8px;
    }
  
    .vps-os-comparison__td--linux {
      font-size: 14px;
    }
  
    .vps-os-comparison__td--windows {
      font-size: 16px;
    }
  
    .vps-os-comparison__table-wrapper {
      margin-bottom: 20px;
    }
  
    /* vps-windows-features は vps-windows-design セクション内で使用 */
  
    .vps-windows-features__box {
      padding: 40px 20px;
      border-radius: 5px;
    }
  
    .vps-windows-features__title {
      margin-bottom: 40px;
    }
  
    .vps-specs {
      padding: 60px 0 0;
    }
  
    .vps-options__intro {
      margin-bottom: 30px;
    }
  
    .vps-specs__intro {
      margin-bottom: 40px;
    }
  
    .vps-specs__description {
      margin-bottom: 40px;
    }
  
    .vps-specs__row {
      height: auto !important;
      min-height: 60px;
    }
  
    .vps-specs__note {
      font-size: 12px;
    }
  
    .vps-performance {
      padding: 60px 0 0;
    }
  
    .vps-modal {
      padding: 16px;
    }
  
    .vps-modal__container {
      padding: 40px 24px;
      max-height: 90vh;
      overflow-y: auto;
    }
  
    .vps-modal__close {
      width: 40px;
      height: 40px;
      top: 16px;
      right: 16px;
    }
  
    .vps-modal__close svg {
      width: 20px;
      height: 20px;
    }
  
    .vps-modal__content {
      grid-template-columns: 1fr;
      gap: 16px;
      text-align: center;
    }
  
    .vps-modal__icon {
      width: 80px;
      height: 80px;
      margin: 0 auto;
    }
  
    .vps-modal__text-content {
      text-align: center;
    }
  
    .vps-modal__body {
      font-size: 16px;
    }
  }
  
  @media (max-width: 480px) {
    .vps-comparison-table__table {
      min-width: 630px;
    }
  
    .vps-what-is__note p {
      font-size: 14px;
    }
  }
  
  
  /* ---- */
  
  .vps-mv__description > div {
    font-size: 80%;
  }
  .vps-about__content {
    display: grid;
    grid: auto-flow / 1fr 1fr 1fr;
    gap: 50px;
    & > div {
      background-color: white;
      text-align: center;
      border-radius: 50px;
      padding: 30px;
      & > div {
        width: 100%;
        margin-inline: auto;
      }
    }
    img {
      margin-inline: auto;
      height: 100px;
    }
    h3 {
      margin: 20px 0;
    }
  }
  
  .vps-about__note {
    padding: 0;
    margin: 20px 0;
    background-color: transparent;
    text-align: right;
  }
  
  @media (max-width: 480px) {
    .vps-about__content {
      display: flow;
      & > div {
        background-color: white;
        text-align: center;
        border-radius: 40px;
        padding: 30px;
        margin: 20px 10px;
      }
      img {
        margin-inline: auto;
        height: 100px;
      }
      h3 {
        margin: 20px 0;
      }
    }
  }
  
  .vps-survey {
    padding: 100px 0;
    background: transparent;
    .vps-survey__graphs {
      & > div:first-child {
        display: flex;
      }
      & > div:not(:first-child) {
        border: solid 1px;
        border-top-width: 0;
      }
      input {
        display: none;
      }
      label {
        display: block;
        flex: 1;
        border: solid 1px grey;
        background-color: lightgrey;
        color: grey;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-weight: 600;
        text-align: center;
        padding: 5px 0;
        font-size: 16pt;
      }
      input:checked + label {
        border: solid 1px blue;
        background-color: white;
        color: blue;
      }
      img {
        display: none;
        margin-inline: auto;
      }
  
      div:has(#ping:checked) + div > img#ping-image {
        display: block;
      }
  
      div:has(#jitter:checked) + div > img#jitter-image {
        display: block;
      }
  
      div:has(#speed:checked) + div > img#speed-image {
        display: block;
      }
    }
  }
  
  .vps-pricing {
    margin-block: 20px;
  }
  .vps-pricing__service_header {
    grid-column: span 2;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    &.vps {
      background-color: #F8BFD2;
    }
    &.private {
      background-color: #FBDA94;
    }
  }
  
  .vps-pricing__features li {
    font-size: 16px;
  }
  .vps-pricing__card {
    &.vps {
      .vps-pricing__btn, .vps-pricing__header {
        color: #000;
        background-color: #F8BFD2;
      }
  
    }
    &.private {
      .vps-pricing__btn, .vps-pricing__header {
        color: #000;
        background-color: #FBDA94;
      }
    }
  
    .vps-pricing__btn::after {
      background: url("../../img/common/icon_arrow-black.svg") center / contain no-repeat;
    }
  }
  
  .vps-reasons {
    ul {
      list-style-type: none;
      li {
        background-color: #FFF2B9;
        border-radius: 20px;
        padding-left: 120px;
        position: relative;
        width: 66.6%;
        margin-inline: auto;
        margin-block: 20px;
        padding-block: 10px;
        &::before {
          content: attr(data-number);
          color: #FFCD00;
          background-color: white;
          position: absolute;
          left: 40px;
          top: 15px;
          font-size: 32px;
          width: 50px;
          height: 50px;
          border-radius: 25px;
          text-align: center;
        }
        div {
          font-size: 16px;
        }
        div:first-child {
          font-size: 24px;
          font-weight: 700;
        }
      }
  
    }
  }
  
  @media (max-width: 480px) {
    .vps-reasons {
      ul {
        list-style-type: none;
        li {
          padding: 75px 25px 15px;
          width: 90%;
          &::before {
            position: absolute;
            top: 15px;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 30px;
            line-height: 48px;
          }
          display: flex;
          flex-direction: column;
          div {
            font-size: 15px;
            text-align: center;
          }
          div:first-child {
            font-size: 18px;
            margin: 10px 0 20px;
          }
        }
      }
    }
  }
  
  .fx-flow {
    padding: 100px 0 0;
    background-color: #FFF2B9;
    .fx_flow__list {
      display: flex;
      & > div {
        background-color: white;
        position: relative;
        height: 300px;
        width: 18%;
        display: inline-block;
        margin-left: 5%;
        text-align: center;
        padding: 40px 15px 20px;
        flex: 1;
        &::before {
          font-size: 18px;
          content: attr(data-number);
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          color: white;
          background-color: #FFCD00;
        }
        &:first-child::before {
          background-color: #FF9900;
        }
  
        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          
          width: 15%;
          height: 300px;
          
          background-color: white;
          
          /* 左上、左下、右の中央を結んで三角形に切り抜く */
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
        }
  
        img {
          margin-inline: auto;
          height: 33%;
          width: auto;
        }
        h3 {
          height: 70px
        }
      }
    }
  }
  
  .vps-trial-top-cta.apply {
    background-color: #FFF2B9;
    .vps-trial-cta__card-btn {
      height: 96px;
      &.vps {
          background-color: #FF3366;
  
      }
      &.private {
          background-color: #FF9900;
      }
    }
  }
  
  /* -- */
  
  
  .vps-about__header {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  
  .vps-specs__table-wrapper {
    grid-template-columns: 1fr;
  }
  
  .vps-subpage-header {
    background-image: none;
    background-color: #FFCD00;
  }
  
  .vps-trial-top-cta {
    background-color: #FFF2B9;
    padding-block: 40px;
  }
  