@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap');

.nexra-dedicated-vm {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 45, 0.12), transparent 24%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(180deg, #121312 0%, #171918 48%, #121312 100%);
}

.nexra-dedicated-vm .container {
  width: min(calc(100% - 64px), 1232px);
}

.nexra-dedicated-vm .section {
  position: relative;
  padding: 86px 0;
}

.nexra-dedicated-gpu-vm-page .site-header {
  background: rgba(12, 13, 13, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nexra-dedicated-gpu-vm-page .brand-copy small {
  color: var(--text-muted);
}

.nexra-dedicated-gpu-vm-page .site-nav a,
.nexra-dedicated-gpu-vm-page .nav-submenu-toggle {
  color: rgba(244, 239, 231, 0.88);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.nexra-dedicated-gpu-vm-page .nav-submenu-toggle:hover,
.nexra-dedicated-gpu-vm-page .nav-item-has-children.is-open .nav-submenu-toggle,
.nexra-dedicated-gpu-vm-page .site-nav a:hover {
  color: var(--accent);
}

.nexra-dedicated-gpu-vm-page .nav-submenu {
  min-width: 272px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(52, 54, 54, 0.96), rgba(34, 36, 36, 0.98));
}

.nexra-dedicated-vm .section-kicker,
.nexra-dedicated-vm .card-kicker,
.nexra-dedicated-vm .hero-label {
  color: var(--accent);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.dedicated-vm-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.dedicated-vm-heading h2 {
  margin: 14px 0 18px;
  color: var(--text);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: clamp(2.35rem, 4vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.dedicated-vm-heading p,
.dedicated-vm-hero-copy .hero-description,
.dedicated-vm-use-card > p,
.dedicated-vm-cta-panel p {
  color: var(--text-soft);
  font-size: 1.04rem;
  line-height: 1.82;
}

@media (min-width: 1180px) {
  .dedicated-vm-compare-section .dedicated-vm-heading,
  .dedicated-vm-isolation-section .dedicated-vm-heading {
    max-width: none;
  }

  .dedicated-vm-compare-section .dedicated-vm-heading h2,
  .dedicated-vm-isolation-section .dedicated-vm-heading h2 {
    white-space: nowrap;
    font-size: clamp(2rem, 3.15vw, 3.18rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }
}

.dedicated-vm-hero {
  padding-top: 84px;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dedicated-vm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 418px;
  gap: 54px;
  align-items: center;
}

.dedicated-vm-hero-copy {
  max-width: 760px;
  padding: 22px 24px 16px 0;
}

.dedicated-vm-pill {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.dedicated-vm-hero-title {
  margin: 24px 0 26px;
  max-width: 760px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: clamp(2.75rem, 4vw, 3.82rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.dedicated-vm-hero-line {
  display: block;
  white-space: nowrap;
}

.dedicated-vm-hero-line + .dedicated-vm-hero-line {
  margin-top: 8px;
}

.dedicated-vm-hero-title .accent {
  color: var(--accent);
}

.dedicated-vm-hero-copy .hero-description {
  max-width: 720px;
}

.dedicated-vm-hero-copy .button {
  min-height: 56px;
  padding: 0 28px;
  font-size: 1.02rem;
}

.dedicated-vm-hero-aside {
  display: flex;
  justify-content: flex-end;
}

.dedicated-vm-hero-shell {
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(45, 48, 47, 0.92), rgba(24, 26, 26, 0.98));
  box-shadow: 0 26px 46px rgba(0, 0, 0, 0.22);
}

.dedicated-vm-hero-card,
.dedicated-vm-compare-card,
.dedicated-vm-use-card,
.dedicated-vm-value-card,
.dedicated-vm-why-card,
.dedicated-vm-isolation-card,
.dedicated-vm-fit-item,
.dedicated-vm-quotation-card,
.dedicated-vm-cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(45, 48, 47, 0.92), rgba(24, 26, 26, 0.98));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dedicated-vm-hero-card {
  padding: 22px 24px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(41, 43, 43, 0.94), rgba(23, 25, 25, 0.98));
}

.dedicated-vm-hero-card h2 {
  margin: 12px 0 18px;
  color: var(--text);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.92rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.28;
}

.dedicated-vm-hero-stack {
  display: grid;
  gap: 14px;
}

.dedicated-vm-hero-item {
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
}

.dedicated-vm-compare-section,
.dedicated-vm-why-section,
.dedicated-vm-fit-section {
  background: linear-gradient(180deg, #1d1f1f 0%, #1a1c1c 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dedicated-vm-platform-section,
.dedicated-vm-isolation-section,
.dedicated-vm-quotation-section,
.dedicated-vm-cta-section {
  background: linear-gradient(180deg, #151716 0%, #171918 100%);
}

.dedicated-vm-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dedicated-vm-compare-card {
  padding: 24px 24px 18px;
}

.dedicated-vm-compare-card:hover,
.dedicated-vm-value-card:hover,
.dedicated-vm-use-card:hover,
.dedicated-vm-why-card:hover,
.dedicated-vm-isolation-card:hover,
.dedicated-vm-fit-item:hover,
.dedicated-vm-quotation-card:hover {
  transform: translateY(-4px);
}

.dedicated-vm-compare-card.is-api:hover {
  border-color: rgba(100, 137, 255, 0.34);
}

.dedicated-vm-compare-card.is-vm:hover,
.dedicated-vm-value-card:hover,
.dedicated-vm-quotation-card.is-highlighted:hover,
.dedicated-vm-cta-panel:hover {
  border-color: rgba(255, 140, 90, 0.24);
}

.dedicated-vm-compare-card-topline {
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
}

.dedicated-vm-compare-card.is-api .dedicated-vm-compare-card-topline {
  background: linear-gradient(90deg, #7095ff, #5f7eff);
}

.dedicated-vm-compare-card.is-vm {
  border-color: rgba(255, 140, 90, 0.5);
}

.dedicated-vm-compare-card.is-vm .dedicated-vm-compare-card-topline {
  background: linear-gradient(90deg, #ff8048, #ff6a2d);
}

.dedicated-vm-compare-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.dedicated-vm-compare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}

.dedicated-vm-compare-icon.is-api {
  background: rgba(95, 126, 255, 0.12);
  color: #8ea8ff;
}

.dedicated-vm-compare-icon.is-vm {
  background: rgba(255, 106, 45, 0.12);
  color: #ff9b71;
}

.dedicated-vm-compare-head h3,
.dedicated-vm-use-item h3,
.dedicated-vm-why-card h3,
.dedicated-vm-isolation-card h3,
.dedicated-vm-quotation-card h3 {
  margin: 0;
  color: var(--text);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.35;
}

.dedicated-vm-compare-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dedicated-vm-compare-points li {
  padding: 18px 0;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.7;
}

.dedicated-vm-compare-points li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dedicated-vm-compare-banner {
  margin-top: 24px;
  padding: 18px 24px;
  border-radius: 22px;
  background: linear-gradient(90deg, #3e7eff 0%, #7c59ff 45%, #ff6a2d 100%);
  color: #fff7ef;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}

.dedicated-vm-platform-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 18px;
}

.dedicated-vm-value-card,
.dedicated-vm-use-card {
  padding: 24px 24px 26px;
}

.dedicated-vm-value-card.is-highlighted,
.dedicated-vm-cta-panel {
  border-color: rgba(255, 140, 90, 0.22);
  background:
    radial-gradient(circle at top left, rgba(255, 126, 72, 0.04), transparent 36%),
    linear-gradient(135deg, rgba(74, 61, 57, 0.92) 0%, rgba(58, 55, 53, 0.9) 42%, rgba(43, 46, 46, 0.94) 100%);
}

.dedicated-vm-value-card h2,
.dedicated-vm-use-card h2,
.dedicated-vm-cta-panel h2 {
  margin: 10px 0 18px;
  color: var(--text);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: clamp(2.05rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.dedicated-vm-value-stack {
  display: grid;
  gap: 14px;
}

.dedicated-vm-value-item {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

.dedicated-vm-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.dedicated-vm-use-item {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 180ms ease, border-color 180ms ease;
}

.dedicated-vm-use-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 140, 90, 0.18);
}

.dedicated-vm-use-item p {
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.75;
}

@media (min-width: 921px) {
  .dedicated-vm-fit-grid {
    width: min(100%, 92%);
    justify-self: center;
  }

  .dedicated-vm-use-grid {
    gap: 10px;
  }

  .dedicated-vm-use-item {
    padding-left: 14px;
    padding-right: 14px;
  }

  .dedicated-vm-use-item h3 {
    white-space: nowrap;
    font-size: 0.92rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .dedicated-vm-quotation-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .dedicated-vm-quotation-card h3 {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.28;
    letter-spacing: -0.02em;
  }

.dedicated-vm-quotation-card-info-2 h3 {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: -0.02em;
  }

  .dedicated-vm-quotation-card-info-2 h3 span {
    display: block;
  }

  .dedicated-vm-quotation-card-info-2 h3 span + span {
    margin-top: 2px;
  }

  .dedicated-vm-quotation-card-info-4 h3 {
    white-space: normal;
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: -0.02em;
  }

  .dedicated-vm-quotation-card-info-4 h3 span {
    display: block;
  }

  .dedicated-vm-quotation-card-info-4 h3 span + span {
    margin-top: 2px;
  }
}

.dedicated-vm-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dedicated-vm-why-card {
  padding: 22px 22px 24px;
}

.dedicated-vm-why-card p {
  margin-top: 14px;
  color: var(--text-soft);
  line-height: 1.82;
}

.dedicated-vm-isolation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dedicated-vm-isolation-card {
  padding: 24px;
}

.dedicated-vm-isolation-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dedicated-vm-isolation-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  font-size: 1.08em;
  font-weight: 900;
  line-height: 1;
}

.dedicated-vm-isolation-card.is-negative h3 {
  color: #ff6f67;
}

.dedicated-vm-isolation-card.is-negative .dedicated-vm-isolation-mark {
  color: #ff6f67;
}

.dedicated-vm-isolation-card.is-positive {
  border-color: rgba(255, 140, 90, 0.22);
  background:
    radial-gradient(circle at top left, rgba(255, 126, 72, 0.04), transparent 36%),
    linear-gradient(135deg, rgba(74, 61, 57, 0.92) 0%, rgba(58, 55, 53, 0.9) 42%, rgba(43, 46, 46, 0.94) 100%);
}

.dedicated-vm-isolation-card.is-positive h3 {
  color: #6dff77;
}

.dedicated-vm-isolation-card.is-positive .dedicated-vm-isolation-mark {
  color: #6dff77;
}

.dedicated-vm-isolation-shell {
  margin-top: 20px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.dedicated-vm-isolation-core {
  color: var(--text);
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.dedicated-vm-isolation-shell ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dedicated-vm-isolation-shell li {
  color: var(--text);
  font-size: 1.08rem;
  line-height: 1.55;
}

.dedicated-vm-isolation-shell strong {
  display: block;
  margin-top: 22px;
  font-size: 1.18rem;
  font-weight: 900;
}

.dedicated-vm-isolation-card.is-negative .dedicated-vm-isolation-shell strong {
  color: #ff6f67;
}

.dedicated-vm-isolation-card.is-positive .dedicated-vm-isolation-shell strong {
  color: #55a4ff;
}

.dedicated-vm-isolation-banner {
  margin-top: 24px;
  padding: 16px 22px;
  border-radius: 22px;
  background: linear-gradient(90deg, #3a7dff 0%, #9451ff 100%);
  color: #fff7ef;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
}

.dedicated-vm-fit-layout,
.dedicated-vm-quotation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}

.dedicated-vm-fit-copy,
.dedicated-vm-quotation-copy {
  margin-bottom: 0;
}

.dedicated-vm-fit-grid {
  display: grid;
  gap: 16px;
}

.dedicated-vm-fit-item {
  padding: 18px 20px;
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.6;
}

.dedicated-vm-quotation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dedicated-vm-quotation-card {
  min-height: 154px;
  padding: 22px 22px 24px;
}

.dedicated-vm-quotation-card h3 {
  margin-top: 14px;
  font-size: 1.32rem;
  line-height: 1.5;
}

.dedicated-vm-quotation-card.is-highlighted {
  border-color: rgba(255, 140, 90, 0.22);
  background:
    radial-gradient(circle at top left, rgba(255, 126, 72, 0.04), transparent 36%),
    linear-gradient(135deg, rgba(74, 61, 57, 0.92) 0%, rgba(58, 55, 53, 0.9) 42%, rgba(43, 46, 46, 0.94) 100%);
}

.dedicated-vm-cta-section {
  padding-top: 0;
}

.dedicated-vm-cta-panel {
  padding: 34px 34px 36px;
}

.dedicated-vm-cta-panel p {
  max-width: 880px;
}

.dedicated-vm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dedicated-vm-cta-actions .button {
  min-width: 152px;
  border-radius: 18px;
}

.dedicated-vm-guidance {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.dedicated-vm-guidance-standalone {
  width: min(calc(100% - 64px), 1232px);
  margin: -42px auto 38px;
}

.dedicated-vm-guidance-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.dedicated-vm-guidance-link::after {
  content: "→";
  color: var(--accent);
}

.dedicated-vm-guidance-link:hover {
  color: var(--text);
  transform: translateX(2px);
}

@media (max-width: 1180px) {
  .dedicated-vm-hero-grid,
  .dedicated-vm-platform-grid,
  .dedicated-vm-fit-layout,
  .dedicated-vm-quotation-layout {
    grid-template-columns: 1fr;
  }

  .dedicated-vm-hero-aside {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .dedicated-vm-compare-grid,
  .dedicated-vm-isolation-grid,
  .dedicated-vm-quotation-grid {
    grid-template-columns: 1fr;
  }

  .dedicated-vm-use-grid,
  .dedicated-vm-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .dedicated-vm-hero-aside {
    display: none;
  }
}

@media (max-width: 640px) {
  .nexra-dedicated-vm .section {
    padding: 74px 0;
  }

  .dedicated-vm-hero {
    padding-top: 74px;
    padding-bottom: 82px;
  }

  .dedicated-vm-hero-title {
    font-size: clamp(2.4rem, 10.5vw, 3.8rem);
  }

  .dedicated-vm-hero-line {
    white-space: normal;
  }

  .dedicated-vm-compare-banner,
  .dedicated-vm-isolation-banner {
    font-size: 1rem;
    line-height: 1.55;
  }

  .dedicated-vm-value-card,
  .dedicated-vm-use-card,
  .dedicated-vm-compare-card,
  .dedicated-vm-isolation-card,
  .dedicated-vm-cta-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dedicated-vm-quotation-card h3 {
    font-size: 1.12rem;
  }

  .dedicated-vm-cta-actions .button {
    width: 100%;
  }

  .dedicated-vm-guidance-standalone {
    width: min(calc(100% - 40px), 1232px);
    margin-top: -24px;
    margin-bottom: 32px;
  }

  .dedicated-vm-guidance {
    justify-content: flex-start;
  }
}
