/* ═══════════════════════════════════════════
   Cloud Resources product system
   Dark by default — light mode via body.light-mode
   with alternating .cr-lm-light sections
   ═══════════════════════════════════════════ */

/* ── Page base (dark) ── */
.cloud-page { background: #060d1c; color: #dde8ff; }
.cloud-page .navbar-svps { background: rgba(3,8,16,.94); }

/* ── Hero (always dark) ── */
.cloud-page .cloud-hero { position: relative; overflow: hidden; color: #fff; background: #061329; min-height: 600px; display: flex; align-items: center; }
.cloud-page .cloud-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,8,16,.94) 0%, rgba(3,8,16,.78) 50%, rgba(3,8,16,.45) 100%); }
.cloud-page .cloud-globe-overlay { background: radial-gradient(circle at 72% 50%, rgba(0,98,255,.16), transparent 42%), linear-gradient(90deg, rgba(3,8,16,.94) 0%, rgba(3,8,16,.78) 50%, rgba(3,8,16,.45) 100%); }

/* Globe background image with slow rotation */
.cloud-page .cloud-globe-anim {
  position: absolute; inset: 0; z-index: 0;
  background: url('../images/heroes/cloud-globe-hero.webp') center/cover no-repeat;
  opacity: .38;
  filter: hue-rotate(190deg) saturate(1.3) brightness(.75) contrast(1.1);
  animation: cloud-globe-pan 60s linear infinite;
}
@keyframes cloud-globe-pan {
  0%   { transform: scale(1.1) rotate(0deg); }
  100% { transform: scale(1.1) rotate(360deg); }
}

/* Concentric rings around globe */
.cloud-page .cloud-globe-ring {
  position: absolute; top: 50%; right: -180px; z-index: 0;
  width: 640px; height: 640px; margin-top: -320px;
  border: 1px solid rgba(0,149,255,.14);
  border-radius: 50%;
  animation: cloud-globe-spin 50s linear infinite;
}
.cloud-page .cloud-globe-ring::before {
  content: ''; position: absolute; inset: 50px;
  border: 1px solid rgba(0,149,255,.1);
  border-radius: 50%;
}
.cloud-page .cloud-globe-ring::after {
  content: ''; position: absolute; inset: 110px;
  border: 1px dashed rgba(0,149,255,.08);
  border-radius: 50%;
}
@keyframes cloud-globe-spin { to { transform: rotate(360deg); } }

/* Orbital ping paths — fiber optic style */
.cloud-page .cloud-globe-orbits { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cloud-page .cloud-globe-orbit {
  position: absolute; top: 50%; right: -180px;
  border: 1px solid rgba(0,149,255,.12);
  border-radius: 50%;
  transform: translate(0, -50%) rotate(0deg);
}
.cloud-page .cloud-globe-orbit i {
  position: absolute; top: -5px; left: 50%;
  width: 10px; height: 10px; margin-left: -5px;
  border-radius: 50%;
  background: #00d4ff;
  box-shadow: 0 0 14px 4px rgba(0,212,255,.7), 0 0 28px 8px rgba(0,149,255,.4);
}
.cloud-page .cloud-globe-orbit-one {
  width: 640px; height: 640px;
  animation: cloud-orbit-a 8s linear infinite;
}
.cloud-page .cloud-globe-orbit-two {
  width: 540px; height: 540px; right: -130px;
  animation: cloud-orbit-b 6s linear infinite reverse;
}
.cloud-page .cloud-globe-orbit-two i { background: #3b82f6; box-shadow: 0 0 14px 4px rgba(59,130,246,.7), 0 0 28px 8px rgba(59,130,246,.4); }
.cloud-page .cloud-globe-orbit-three {
  width: 440px; height: 440px; right: -80px;
  animation: cloud-orbit-c 10s linear infinite;
}
.cloud-page .cloud-globe-orbit-three i { background: #60a5fa; box-shadow: 0 0 14px 4px rgba(96,165,250,.7), 0 0 28px 8px rgba(96,165,250,.4); }
@keyframes cloud-orbit-a { from { transform: translate(0,-50%) rotate(0deg); } to { transform: translate(0,-50%) rotate(360deg); } }
@keyframes cloud-orbit-b { from { transform: translate(0,-50%) rotate(0deg); } to { transform: translate(0,-50%) rotate(360deg); } }
@keyframes cloud-orbit-c { from { transform: translate(0,-50%) rotate(0deg); } to { transform: translate(0,-50%) rotate(360deg); } }

/* Floating connection dots — blue themed */
.cloud-page .cloud-globe-dots { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cloud-page .cloud-globe-dot {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: #00d4ff;
  box-shadow: 0 0 16px 4px rgba(0,212,255,.5);
  animation: cloud-dot-ping 4s ease-in-out infinite;
}
.cloud-page .cloud-globe-dot:nth-child(1) { top: 18%; right: 30%; animation-delay: 0s; }
.cloud-page .cloud-globe-dot:nth-child(2) { top: 42%; right: 14%; animation-delay: .8s; }
.cloud-page .cloud-globe-dot:nth-child(3) { top: 65%; right: 36%; animation-delay: 1.6s; }
.cloud-page .cloud-globe-dot:nth-child(4) { top: 28%; right: 44%; animation-delay: 2.4s; }
.cloud-page .cloud-globe-dot:nth-child(5) { top: 52%; right: 50%; animation-delay: 3.2s; }
.cloud-page .cloud-globe-dot:nth-child(6) { top: 72%; right: 20%; animation-delay: 4s; }
@keyframes cloud-dot-ping {
  0%, 100% { opacity: 0; transform: scale(.5); }
  40%, 60%  { opacity: 1; transform: scale(1.4); }
}

.cloud-page .cloud-hero > .container { position: relative; z-index: 1; }
.cloud-page .cloud-hero-copy { max-width: 800px; padding: 84px 0 96px; }
.cloud-page .cloud-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(0,149,255,.35); border-radius: 999px; color: #60a5fa; background: rgba(0,40,100,.42); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.cloud-page .cloud-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #00d4ff; box-shadow: 0 0 16px #00d4ff; }
.cloud-page .cloud-hero h1 { max-width: 820px; margin: 22px 0 18px; color: #fff; font-size: clamp(42px, 7vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.cloud-page .cloud-hero h1 span { color: #60a5fa; }
.cloud-page .cloud-hero .lead { max-width: 720px; margin-bottom: 30px; color: #c8d8ef; font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.cloud-page .cloud-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cloud-page .cloud-hero-actions .btn-secondary-svps { border-color: rgba(255,255,255,.22); }
.cloud-page .cloud-badges { display: flex; gap: 8px; flex-wrap: wrap; max-width: 850px; margin-top: 34px; }
.cloud-page .cloud-badge { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #d8e9ff; border: 1px solid rgba(0,149,255,.2); border-radius: 8px; background: rgba(0,30,70,.56); font-size: 12px; font-weight: 600; }
.cloud-page .cloud-badge i { color: #60a5fa; }

/* ── Sections (dark) ── */
.cloud-page .cloud-section { padding: 96px 0; }
.cloud-page .cloud-section.alt { background: #0a1428; }
.cloud-page .cloud-section.dark { background: #07142b; color: #e7f0fb; }
.cloud-page .cloud-section.dark .section-eyebrow { color: #67e8f9; }
.cloud-page .cloud-section.dark .cloud-section-title { color: #fff; }
.cloud-page .cloud-section.dark .cloud-section-desc { color: #a9bbd5; }
.cloud-page .cloud-section-header { max-width: 750px; margin: 0 auto 42px; text-align: center; }
.cloud-page .cloud-section-header.left { margin-left: 0; text-align: left; }
.cloud-page .cloud-section-title { color: #fff; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.04em; font-weight: 800; }
.cloud-page .cloud-section-desc { color: #8b9bb5; font-size: 17px; line-height: 1.7; }

/* ── Stat cards (dark) ── */
.cloud-page .cloud-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: -74px; position: relative; z-index: 2; }
.cloud-page .cloud-stat { padding: 22px; background: #0d1a2e; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; box-shadow: 0 16px 38px rgba(0,0,0,0.2); }
.cloud-page .cloud-stat strong { display: block; color: #fff; font-size: 27px; line-height: 1.1; }
.cloud-page .cloud-stat span { color: #8b9bb5; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

/* ── Feature cards (dark) ── */
.cloud-page .cloud-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cloud-page .cloud-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.cloud-page .cloud-card { height: 100%; padding: 26px; background: #0d1a2e; border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; box-shadow: 0 10px 28px rgba(0,0,0,0.2); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.cloud-page .cloud-card:hover { transform: translateY(-5px); border-color: rgba(0,224,255,0.3); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.cloud-page .cloud-card h3 { margin: 16px 0 8px; color: #fff; font-size: 20px; }
.cloud-page .cloud-card p { margin: 0; color: #8b9bb5; line-height: 1.65; }
.cloud-page .cloud-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #0062ff; border-radius: 14px; background: rgba(0,98,255,0.12); font-size: 22px; }
.cloud-page .cloud-mini-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #3b82f6; font-size: 14px; font-weight: 700; }
.cloud-page .cloud-mini-link:hover { color: #60a5fa; }

/* ── Flex plans (dark) ── */
.cloud-page .flex-plans { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.cloud-page .flex-plan { position: relative; display: flex; flex-direction: column; padding: 24px 20px; background: #0d1a2e; border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.cloud-page .flex-plan.featured { border: 2px solid #0ea5e9; box-shadow: 0 18px 40px rgba(14,165,233,.16); transform: translateY(-8px); }
.cloud-page .plan-ribbon { position: absolute; top: -13px; left: 18px; padding: 5px 10px; border-radius: 999px; background: #0ea5e9; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cloud-page .flex-plan h3 { color: #fff; font-size: 21px; }
.cloud-page .flex-plan .plan-price { margin: 12px 0 18px; color: #fff; font-size: 36px; font-weight: 800; letter-spacing: -.05em; }
.cloud-page .flex-plan .plan-price small { color: #8b9bb5; font-size: 13px; font-weight: 600; letter-spacing: 0; }
.cloud-page .flex-plan .plan-best { min-height: 80px; color: #8b9bb5; font-size: 13px; line-height: 1.55; }
.cloud-page .plan-list { display: grid; gap: 10px; margin: 18px 0 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.06); }
.cloud-page .plan-list li { display: flex; gap: 8px; align-items: flex-start; color: #8b9bb5; font-size: 13px; line-height: 1.35; }
.cloud-page .plan-list i { color: #0ea5a4; margin-top: 2px; }
.cloud-page .plan-bandwidth { display: grid; gap: 8px; margin-top: auto; padding: 12px; border-radius: 10px; background: rgba(255,255,255,0.04); }
.cloud-page .plan-bandwidth div { display: flex; justify-content: space-between; gap: 8px; color: #8b9bb5; font-size: 11px; }
.cloud-page .plan-bandwidth strong { color: #fff; }
.cloud-page .plan-cta { width: 100%; justify-content: center; margin-top: 18px; padding: 11px 12px; font-size: 13px; }

/* ── Note boxes (dark) ── */
.cloud-page .note-box { padding: 18px 20px; color: #8b9bb5; background: rgba(0,98,255,0.06); border: 1px solid rgba(0,98,255,0.15); border-radius: 12px; line-height: 1.6; }
.cloud-page .note-box strong { color: #fff; }

/* ── Pricing table (dark) ── */
.cloud-page .resource-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; background: #0d1a2e; box-shadow: 0 10px 28px rgba(0,0,0,0.15); }
.cloud-page .resource-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.cloud-page .resource-table th, .cloud-page .resource-table td { padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); text-align: left; }
.cloud-page .resource-table th { color: #8b9bb5; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.cloud-page .resource-table td { color: #8b9bb5; font-size: 14px; }
.cloud-page .resource-table td strong { color: #fff; }
.cloud-page .resource-table tr:last-child td { border-bottom: 0; }

/* ── CPU choices (dark) ── */
.cloud-page .cpu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cloud-page .cpu-choice { padding: 22px; border: 1px solid rgba(148,163,184,.2); border-radius: 16px; background: rgba(255,255,255,.045); }
.cloud-page .cpu-choice h3 { color: #fff; font-size: 18px; }
.cloud-page .cpu-choice p { color: #a9bbd5; font-size: 14px; line-height: 1.55; }
.cloud-page .cpu-choice .cpu-tag { color: #67e8f9; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cloud-page .cpu-choice.light { border: 1px solid rgba(255,255,255,0.08); background: #0d1a2e; }
.cloud-page .cpu-choice.light h3 { color: #fff; }
.cloud-page .cpu-choice.light p { color: #8b9bb5; }
.cloud-page .cpu-choice.light .cpu-tag { color: #67e8f9; }

/* ── Builder (dark) ── */
.cloud-page .builder-shell { display: grid; grid-template-columns: 1.4fr .8fr; gap: 24px; align-items: start; }
.cloud-page .builder-panel, .cloud-page .summary-panel { padding: 28px; border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; background: #0d1a2e; box-shadow: 0 10px 28px rgba(0,0,0,0.2); }
.cloud-page .summary-panel { position: sticky; top: 105px; }
.cloud-page .builder-stepper { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 30px; }
.cloud-page .builder-step { display: flex; align-items: center; gap: 8px; color: #6b7d95; font-size: 12px; font-weight: 700; }
.cloud-page .builder-step span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.05); color: #8b9bb5; }
.cloud-page .builder-step.active { color: #0062ff; }
.cloud-page .builder-step.active span { color: #fff; background: #0062ff; }
.cloud-page .builder-step.done { color: #0ea5a4; }
.cloud-page .builder-step.done span { color: #fff; background: #0ea5a4; }
.cloud-page .builder-stage { display: none; }
.cloud-page .builder-stage.active { display: block; animation: cloud-fade .25s ease; }
.cloud-page .builder-stage h3 { color: #fff; font-size: 22px; }
.cloud-page .builder-stage > p { color: #8b9bb5; }
.cloud-page .choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 20px; }
.cloud-page .choice-card { display: block; padding: 16px; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; background: #0d1a2e; cursor: pointer; transition: .2s ease; }
.cloud-page .choice-card:hover, .cloud-page .choice-card.selected { border-color: rgba(14,165,233,0.4); background: rgba(14,165,233,0.08); box-shadow: 0 0 0 3px rgba(14,165,233,0.12); }
.cloud-page .choice-card input { position: absolute; opacity: 0; }
.cloud-page .choice-card strong { display: block; color: #fff; font-size: 14px; }
.cloud-page .choice-card small { display: block; margin-top: 4px; color: #8b9bb5; line-height: 1.45; }
.cloud-page .builder-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }
.cloud-page .summary-panel h3 { color: #fff; font-size: 18px; }
.cloud-page .summary-line { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: #8b9bb5; font-size: 13px; }
.cloud-page .summary-line strong { color: #fff; text-align: right; }
.cloud-page .summary-foot { margin-top: 18px; padding: 14px; border-radius: 10px; color: #8b9bb5; background: rgba(255,255,255,0.04); font-size: 12px; line-height: 1.5; }

/* ── Resource dashboard (always dark) ── */
.cloud-page .resource-dashboard { padding: 26px; border-radius: 20px; background: #0b1730; box-shadow: 0 24px 58px rgba(8,35,70,.2); }
.cloud-page .dash-head { display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #fff; margin-bottom: 22px; }
.cloud-page .dash-head h3 { margin: 0; color: #fff; font-size: 20px; }
.cloud-page .dash-head small { color: #97acc8; }
.cloud-page .dash-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cloud-page .dash-metric { padding: 16px; border: 1px solid rgba(148,163,184,.15); border-radius: 12px; background: rgba(255,255,255,.055); }
.cloud-page .dash-metric span { display: block; color: #99acc6; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.cloud-page .dash-metric strong { display: block; margin: 7px 0 10px; color: #fff; font-size: 22px; }
.cloud-page .progress { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.cloud-page .progress i { display: block; height: 100%; border-radius: inherit; background: #22d3ee; }
.cloud-page .dash-table { width: 100%; margin-top: 18px; color: #b7c6da; border-collapse: collapse; font-size: 13px; }
.cloud-page .dash-table th, .cloud-page .dash-table td { padding: 13px 10px; border-top: 1px solid rgba(148,163,184,.13); text-align: left; }
.cloud-page .dash-table th { color: #7d91ad; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cloud-page .dash-table td strong { color: #fff; }
.cloud-page .status-dot { display: inline-flex; align-items: center; gap: 6px; }
.cloud-page .status-dot::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #16c79a; box-shadow: 0 0 10px rgba(22,199,154,.8); }

/* ── Link cards (dark) ── */
.cloud-page .link-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cloud-page .link-card { display: flex; flex-direction: column; gap: 8px; padding: 18px; color: #fff; border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; background: #0d1a2e; transition: .2s ease; }
.cloud-page .link-card:hover { color: #3b82f6; transform: translateY(-3px); border-color: rgba(0,224,255,0.3); }
.cloud-page .link-card i { color: #3b82f6; font-size: 20px; }
.cloud-page .link-card strong { font-size: 14px; }
.cloud-page .link-card span { color: #8b9bb5; font-size: 12px; line-height: 1.4; }

/* ── AI panel (always dark) ── */
.cloud-page .ai-panel { position: relative; padding: 48px; border: 1px solid rgba(0,149,255,.18); border-radius: 24px; background: linear-gradient(135deg, rgba(0,98,255,.12) 0%, rgba(3,8,16,.6) 60%); backdrop-filter: blur(4px); }
.cloud-page .ai-panel-intro { max-width: 760px; margin-bottom: 32px; }
.cloud-page .ai-panel h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); line-height: 1.1; letter-spacing: -.04em; }
.cloud-page .ai-panel-intro p { color: #b8c8e0; font-size: 16px; line-height: 1.75; margin: 14px 0 0; }
.cloud-page .ai-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; margin: 0 0 32px; padding: 28px; border: 1px solid rgba(0,149,255,.12); border-radius: 16px; background: rgba(3,8,16,.35); }
.cloud-page .ai-list li { display: flex; align-items: center; gap: 10px; color: #d0dcef; font-size: 14px; line-height: 1.4; }
.cloud-page .ai-list i { color: #60a5fa; font-size: 16px; flex-shrink: 0; }
.cloud-page .request-box { margin-top: 0; padding: 22px 24px; color: #b8c8e0; border: 1px solid rgba(0,149,255,.15); border-left: 3px solid #3b82f6; border-radius: 12px; background: rgba(0,20,50,.4); font-size: 14px; line-height: 1.75; }
.cloud-page .request-box strong { color: #fff; }

/* ── Subhero (always dark) ── */
.cloud-page .cloud-subhero { padding: 90px 0 70px; color: #fff; background: linear-gradient(135deg, #061329, #0c2347); }
.cloud-page .cloud-subhero h1 { max-width: 780px; margin: 16px 0; color: #fff; font-size: clamp(38px, 6vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.cloud-page .cloud-subhero p { max-width: 720px; color: #bbcee6; font-size: 18px; line-height: 1.65; }

/* ── Step cards (dark) ── */
.cloud-page .cloud-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cloud-page .cloud-step-card { padding: 24px; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; background: #0d1a2e; }
.cloud-page .cloud-step-card .step-no { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: #0062ff; font-weight: 800; }
.cloud-page .cloud-step-card h3 { margin: 16px 0 8px; color: #fff; font-size: 19px; }
.cloud-page .cloud-step-card p { color: #8b9bb5; line-height: 1.6; }

/* ── Location cards (dark) ── */
.cloud-page .cloud-location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cloud-page .location-card { padding: 20px; border: 1px solid rgba(255,255,255,0.08); border-radius: 15px; background: #0d1a2e; }
.cloud-page .location-card .flag { font-size: 30px; }
.cloud-page .location-card h3 { margin: 12px 0 4px; color: #fff; font-size: 18px; }
.cloud-page .location-card p { margin: 0 0 14px; color: #8b9bb5; font-size: 13px; }
.cloud-page .availability { color: #16c79a; font-size: 12px; font-weight: 700; }
.cloud-page .availability.limited { color: #f5a623; }

/* ── Footer CTA (always dark) ── */
.cloud-page .cloud-footer-cta { padding: 90px 0; color: #fff; background: #07142b; text-align: center; }
.cloud-page .cloud-footer-cta h2 { color: #fff; font-size: clamp(32px, 5vw, 56px); letter-spacing: -.05em; }
.cloud-page .cloud-footer-cta p { max-width: 700px; margin: 16px auto 28px; color: #aec1db; font-size: 17px; }

/* ── Pricing table specifics (dark) ── */
.cloud-page .cr-pricing-table { min-width: 900px; }
.cloud-page .cr-pricing-table th { background: rgba(255,255,255,0.03); }
.cloud-page .cr-pricing-table tr.cr-popular-row { background: rgba(0,98,255,0.08); }
.cloud-page .cr-pricing-table tr.cr-popular-row td { border-bottom-color: rgba(0,98,255,0.15); }
.cloud-page .cr-popular-tag { display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px; background: #0ea5e9; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.cloud-page .cr-order-btn { padding: 8px 16px; font-size: 13px; white-space: nowrap; }

/* ── Animation ── */
@keyframes cloud-fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

/* ── FAQ (dark) ── */
.cloud-page .cr-faq { max-width: 820px; margin: 0 auto; }
.cloud-page .cr-faq .accordion-item { background: #0d1a2e; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px !important; margin-bottom: 12px; overflow: hidden; }
.cloud-page .cr-faq .accordion-button { background: #0d1a2e; color: #fff; font-size: 16px; font-weight: 700; padding: 18px 22px; }
.cloud-page .cr-faq .accordion-button:not(.collapsed) { background: rgba(0,98,255,0.08); color: #3b82f6; box-shadow: none; }
.cloud-page .cr-faq .accordion-button:focus { box-shadow: none; border-color: rgba(0,224,255,0.3); }
.cloud-page .cr-faq .accordion-button::after { filter: invert(1); }
.cloud-page .cr-faq .accordion-button:not(.collapsed)::after { filter: invert(1); }
.cloud-page .cr-faq .accordion-body { color: #8b9bb5; font-size: 14px; line-height: 1.7; padding: 4px 22px 20px; }

/* ═══════════════════════════════════════════
   LIGHT MODE — body.light-mode
   Alternating: .cr-lm-light sections get white bg
   All other sections stay dark
   ═══════════════════════════════════════════ */

body.light-mode.cloud-page { background: #f0f4f9; }

/* Dark sections in light mode need explicit bg */
body.light-mode.cloud-page .cloud-section { background: #060d1c; color: #dde8ff; }
body.light-mode.cloud-page .cloud-section.alt { background: #0a1428; }
body.light-mode.cloud-page .cloud-section.dark { background: #07142b; color: #e7f0fb; }

/* Light alternating sections */
body.light-mode.cloud-page .cloud-section.cr-lm-light { background: #fff; color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-section-title { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-section-desc { color: #5a6c84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .section-eyebrow { color: #0062ff; }

/* Light stat cards */
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-stat { background: #fff; border: 1px solid #d9e5f0; box-shadow: 0 16px 38px rgba(15,42,72,.09); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-stat strong { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-stat span { color: #6b7d95; }

/* Light feature cards */
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-card { background: #fff; border: 1px solid #d6e2ee; box-shadow: 0 6px 20px rgba(15,42,72,.05); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-card:hover { border-color: #8dd9ee; box-shadow: 0 20px 40px rgba(15,42,72,.11); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-card h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-card p { color: #5a6c84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-card-icon { background: #e7f4ff; color: #0062ff; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-mini-link { color: #0062ff; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-mini-link:hover { color: #004ecc; }

/* Light flex plans */
body.light-mode.cloud-page .cloud-section.cr-lm-light .flex-plan { background: #fff; border: 1px solid #d6e2ee; box-shadow: 0 12px 30px rgba(15,42,72,.06); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .flex-plan h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .flex-plan .plan-price { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .flex-plan .plan-price small { color: #71839a; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .flex-plan .plan-best { color: #6a7b91; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .plan-list { border-top: 1px solid #e5edf4; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .plan-list li { color: #536a84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .plan-bandwidth { background: #f2f7fb; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .plan-bandwidth div { color: #60738d; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .plan-bandwidth strong { color: #17253b; }

/* Light note boxes */
body.light-mode.cloud-page .cloud-section.cr-lm-light .note-box { background: #f0f8ff; border: 1px solid #bde1f7; color: #536a84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .note-box strong { color: #17253b; }

/* Light pricing table */
body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table-wrap { background: #fff; border: 1px solid #d6e2ee; box-shadow: 0 10px 28px rgba(15,42,72,.05); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table th, body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table td { border-bottom: 1px solid #e5edf4; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table th { color: #6b7d95; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table td { color: #536a84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .resource-table td strong { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-pricing-table th { background: #f4f8fc; color: #6b7d95; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-pricing-table tr.cr-popular-row { background: #eff8ff; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-pricing-table tr.cr-popular-row td { border-bottom-color: #b8e0f5; }

/* Light CPU choices */
body.light-mode.cloud-page .cloud-section.cr-lm-light .cpu-choice.light { background: #fff; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cpu-choice.light h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cpu-choice.light p { color: #5a6c84; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cpu-choice.light .cpu-tag { color: #0062ff; }

/* Light builder */
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-panel,
body.light-mode.cloud-page .cloud-section.cr-lm-light .summary-panel { background: #fff; border: 1px solid #d6e2ee; box-shadow: 0 10px 28px rgba(15,42,72,.06); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-step { color: #8a9bb0; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-step span { background: #edf3f8; color: #71839a; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-stage h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-stage > p { color: #6a7b91; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .choice-card { background: #fbfdff; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .choice-card:hover,
body.light-mode.cloud-page .cloud-section.cr-lm-light .choice-card.selected { border-color: #12a9d5; background: #effaff; box-shadow: 0 0 0 3px rgba(14,165,233,.09); }
body.light-mode.cloud-page .cloud-section.cr-lm-light .choice-card strong { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .choice-card small { color: #71839a; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .builder-actions { border-top: 1px solid #e5edf4; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .summary-panel h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .summary-line { border-bottom: 1px solid #e5edf4; color: #71839a; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .summary-line strong { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .summary-foot { color: #536a84; background: #f2f7fb; }

/* Light link cards */
body.light-mode.cloud-page .cloud-section.cr-lm-light .link-card { background: #fff; border: 1px solid #d6e2ee; color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .link-card:hover { color: #0062ff; border-color: #8dd9ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .link-card i { color: #0062ff; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .link-card strong { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .link-card span { color: #71839a; }

/* Light step cards */
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-step-card { background: #fff; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-step-card h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cloud-step-card p { color: #657a94; }

/* Light location cards */
body.light-mode.cloud-page .cloud-section.cr-lm-light .location-card { background: #fff; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .location-card h3 { color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .location-card p { color: #71839a; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .availability { color: #0b9b75; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .availability.limited { color: #bd7c00; }

/* Light FAQ */
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-item { background: #fff; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-button { background: #fff; color: #17253b; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-button:not(.collapsed) { background: #eff8ff; color: #0062ff; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-button::after { filter: none; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-button:not(.collapsed)::after { filter: none; }
body.light-mode.cloud-page .cloud-section.cr-lm-light .cr-faq .accordion-body { color: #536a84; }

/* Light AI panel */
body.light-mode.cloud-page .ai-panel { background: linear-gradient(135deg, rgba(0,98,255,.06) 0%, rgba(255,255,255,.9) 60%); border: 1px solid #c5d8ec; backdrop-filter: none; }
body.light-mode.cloud-page .ai-panel .section-eyebrow { color: #0062ff; }
body.light-mode.cloud-page .ai-panel h2 { color: #0b1827; }
body.light-mode.cloud-page .ai-panel-intro p { color: #4a5e78; }
body.light-mode.cloud-page .ai-list { background: #f4f8fc; border: 1px solid #d6e2ee; }
body.light-mode.cloud-page .ai-list li { color: #3a4d66; }
body.light-mode.cloud-page .ai-list i { color: #0062ff; }
body.light-mode.cloud-page .request-box { background: #eef5fc; border: 1px solid #c5d8ec; border-left: 3px solid #0062ff; color: #4a5e78; }
body.light-mode.cloud-page .request-box strong { color: #0b1827; }

/* ── Responsive ── */
@media (max-width: 1199px) { .cloud-page .flex-plans { grid-template-columns: repeat(3, 1fr); } .cloud-page .flex-plan.featured { transform: none; } .cloud-page .dash-grid { grid-template-columns: repeat(3, 1fr); } .cloud-page .link-card-grid { grid-template-columns: repeat(3, 1fr); } .cloud-page .cloud-card-grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 991px) { .cloud-page .cloud-stat-grid, .cloud-page .cloud-card-grid, .cloud-page .cpu-grid, .cloud-page .builder-shell, .cloud-page .cloud-location-grid, .cloud-page .cloud-card-grid-4 { grid-template-columns: repeat(2, 1fr); } .cloud-page .builder-shell { display: grid; } .cloud-page .summary-panel { position: static; } .cloud-page .ai-list { grid-template-columns: repeat(2, 1fr); } .cloud-page .ai-panel { padding: 32px; } }
@media (max-width: 767px) { .cloud-page .cloud-hero-copy { padding: 62px 0 74px; } .cloud-page .cloud-section { padding: 64px 0; } .cloud-page .cloud-stat-grid, .cloud-page .cloud-card-grid, .cloud-page .flex-plans, .cloud-page .cpu-grid, .cloud-page .builder-shell, .cloud-page .choice-grid, .cloud-page .dash-grid, .cloud-page .link-card-grid, .cloud-page .ai-list, .cloud-page .cloud-steps, .cloud-page .cloud-location-grid, .cloud-page .cloud-card-grid-4 { grid-template-columns: 1fr; } .cloud-page .cloud-stat-grid { margin-top: -42px; } .cloud-page .builder-stepper { overflow-x: auto; justify-content: flex-start; } .cloud-page .builder-step { min-width: max-content; } .cloud-page .builder-panel, .cloud-page .summary-panel, .cloud-page .ai-panel { padding: 24px; } .cloud-page .dash-table { min-width: 680px; } .cloud-page .resource-dashboard { overflow-x: auto; } }
