/* Colocation landing — Ryzer Host
   Página não inclui dedi-servers.css / vps.css — tipografia e .header aqui devem ser autossuficientes. */

body.colocation-page .colo-page .colo-header,
.colo-page .colo-header {
  position: relative;
  padding: 30px 0 72px;
  background: #0f0f12;
  overflow: hidden;
}

body.colocation-page .colo-page .colo-header::before,
.colo-page .colo-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 55% at 18% 18%, rgba(var(--primary-rgb), 0.35), transparent 52%),
    radial-gradient(ellipse 60% 45% at 92% 8%, rgba(251, 191, 36, 0.08), transparent 45%),
    linear-gradient(165deg, #12121a 0%, #0a0a0c 55%, #050506 100%);
  pointer-events: none;
}

body.colocation-page .colo-page .colo-hero-grid,
.colo-page .colo-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 50% 42%, #000 22%, transparent 72%);
  mask-image: radial-gradient(ellipse 75% 70% at 50% 42%, #000 22%, transparent 72%);
  pointer-events: none;
}

body.colocation-page .colo-page .colo-hero-sheen,
.colo-page .colo-hero-sheen {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 65%;
  max-width: 720px;
  height: 120%;
  z-index: 0;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.07), transparent 72%);
  pointer-events: none;
}

/* Navegação secundária (mesmo padrão dedi-servers .header .navigator) */
body.colocation-page .colo-page .colo-header .navigator.colo-nav,
.colo-page .colo-header .navigator.colo-nav {
  position: relative;
  z-index: 2;
  margin-bottom: 72px;
  font-family: var(--secondary-font);
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .title,
.colo-page .colo-header .navigator.colo-nav .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 45px;
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .title::before,
.colo-page .colo-header .navigator.colo-nav .title::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  right: -24px;
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .item,
.colo-page .colo-header .navigator.colo-nav .item {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .item:hover,
.colo-page .colo-header .navigator.colo-nav .item:hover {
  color: #fff;
  border-bottom-color: #fff;
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .item.active,
.colo-page .colo-header .navigator.colo-nav .item.active {
  font-weight: 500;
  color: #fff;
  border-bottom-color: #fff;
}

body.colocation-page .colo-page .colo-header .navigator.colo-nav .item:not(:last-child),
.colo-page .colo-header .navigator.colo-nav .item:not(:last-child) {
  margin-right: 25px;
}

.colo-page .colo-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1rem;
}

.colo-page .colo-chip {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--neon), var(--primary-deep));
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.25);
}

body.colocation-page .colo-page .colo-header .title-5,
.colo-page .colo-header .title-5 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}

body.colocation-page .colo-page .colo-header .title-1,
.colo-page .colo-header .title-1 {
  position: relative;
  z-index: 2;
  font-size: clamp(2.01rem, calc(0.5rem + 2.9vw), 3.25rem);
  font-family: var(--third-font);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}

body.colocation-page .colo-page .colo-header .para-1.colo-lead,
.colo-page .colo-header .para-1.colo-lead {
  position: relative;
  z-index: 2;
  color: rgba(226, 232, 240, 0.92) !important;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 34rem;
}

body.colocation-page .colo-page .colo-header .para-1.colo-lead strong,
.colo-page .colo-header .para-1.colo-lead strong {
  color: #fff;
  font-weight: 600;
}

/* Botões do hero (sem regra global .header .buttons nesta página) */
body.colocation-page .colo-page .colo-header .buttons,
.colo-page .colo-header .buttons {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

/* Tema claro global: hero permanece escuro — força texto branco */
.light-theme body.colocation-page .colo-page .colo-header .title-1,
.light-theme .colo-page .colo-header .title-1,
.light-theme body.colocation-page .colo-page .colo-header .title-5,
.light-theme .colo-page .colo-header .title-5 {
  color: #fff;
}

.light-theme body.colocation-page .colo-page .colo-header .navigator.colo-nav .title,
.light-theme .colo-page .colo-header .navigator.colo-nav .title {
  color: #fff;
}

.light-theme body.colocation-page .colo-page .colo-header .navigator.colo-nav .item,
.light-theme .colo-page .colo-header .navigator.colo-nav .item {
  color: rgba(255, 255, 255, 0.92);
}

.light-theme body.colocation-page .colo-page .colo-header .para-1.colo-lead,
.light-theme .colo-page .colo-header .para-1.colo-lead {
  color: rgba(226, 232, 240, 0.92) !important;
}

body.colocation-page .colo-page .colo-header .container,
body.colocation-page .colo-page .colo-header .container-fluid,
.colo-page .colo-header .container,
.colo-page .colo-header .container-fluid {
  position: relative;
  z-index: 1;
}

.colo-page .colo-btn-outline {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.colo-page .colo-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.colo-page .colo-hero-visual {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .colo-page .colo-hero-visual {
    margin-top: 0;
  }
}

.colo-page .colo-rack-card {
  position: relative;
  border-radius: 20px;
  padding: 1.5rem 1.35rem;
  background: linear-gradient(155deg, rgba(30, 30, 38, 0.92), rgba(12, 12, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.colo-page .colo-rack-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.12);
  opacity: 0.9;
}

.colo-page .colo-rack-units {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.colo-page .colo-rack-unit {
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.colo-page .colo-rack-unit--hot {
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.32), rgba(var(--primary-rgb), 0.08));
  border-color: rgba(var(--primary-rgb), 0.35);
}

.colo-page .colo-rack-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: rgba(148, 163, 184, 0.95);
}

.colo-page .colo-rack-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.15);
  color: #fecaca;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Trust strip */
.colo-page .colo-trust {
  position: relative;
  background: linear-gradient(180deg, #0d0d10 0%, #0a0a0c 48%, #08080a 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.07);
}

.colo-page .colo-trust-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
  min-height: 6.5rem;
  padding: 1.25rem 1rem 1.25rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.colo-page .colo-trust-card:hover {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(248, 113, 113, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.colo-page .colo-trust-ico {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(185, 28, 28, 0.35) 0%, rgba(127, 29, 29, 0.55) 100%);
  border: 1px solid rgba(252, 165, 165, 0.35);
  color: #fff7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.colo-page .colo-trust-ico svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}

.colo-page .colo-trust-text {
  flex: 1;
  min-width: 0;
}

.colo-page .colo-trust-card strong {
  display: block;
  color: #f8fafc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.colo-page .colo-trust-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #cbd5e1;
}

.light-theme .colo-page .colo-trust {
  background: #f8f9fb;
  border-block-color: rgba(0, 0, 0, 0.06);
}

.light-theme .colo-page .colo-trust-card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.07);
}

.light-theme .colo-page .colo-trust-card:hover {
  border-color: rgba(var(--primary-rgb), 0.28);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06);
}

.light-theme .colo-page .colo-trust-card strong {
  color: #0a0a0a;
}

.light-theme .colo-page .colo-trust-desc {
  color: #525252;
}

/* Sections */
.colo-page .colo-section {
  position: relative;
}

.colo-page .colo-section--muted {
  background: rgba(255, 255, 255, 0.02);
}

.light-theme .colo-page .colo-section--muted {
  background: #f4f4f5;
}

.colo-page .colo-h2 {
  font-family: var(--third-font);
  font-weight: 700;
  font-size: clamp(1.55rem, 2vw + 1rem, 2.1rem);
  color: #f8fafc;
  margin-bottom: 0.65rem;
}

.light-theme .colo-page .colo-h2 {
  color: #0a0a0a;
}

.colo-page .colo-lead-block {
  color: var(--text-gray);
  font-size: 1.02rem;
  max-width: 52rem;
  line-height: 1.7;
}

.colo-page .colo-info-grid {
  margin-top: 2rem;
}

.colo-page .colo-info-tile {
  height: 100%;
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.light-theme .colo-page .colo-info-tile {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.colo-page .colo-info-tile:hover {
  border-color: rgba(var(--primary-rgb), 0.45);
  transform: translateY(-2px);
}

.colo-page .colo-info-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: rgba(var(--primary-rgb), 0.14);
  color: #fecaca;
}

.colo-page .colo-info-tile h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.45rem;
}

.light-theme .colo-page .colo-info-tile h3 {
  color: #0a0a0a;
}

.colo-page .colo-info-tile p {
  margin: 0;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.55;
}

/* Plan cards */
.colo-page .colo-plans-intro {
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-gray);
  line-height: 1.65;
}

.colo-page .colo-plan {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(24, 24, 30, 0.95), rgba(10, 10, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.light-theme .colo-page .colo-plan {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
}

.colo-page .colo-plan--featured {
  border-color: rgba(var(--primary-rgb), 0.55);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(var(--primary-rgb), 0.25);
}

.colo-page .colo-plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.2);
  color: #fecaca;
}

.colo-page .colo-plan-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(var(--neon-rgb), 0.95);
  margin-bottom: 0.35rem;
}

.colo-page .colo-plan-title {
  font-family: var(--third-font);
  font-size: 1.35rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.35rem;
}

.light-theme .colo-page .colo-plan-title {
  color: #0a0a0a;
}

.colo-page .colo-plan-desc {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.55;
  margin-bottom: 1.1rem;
}

.colo-page .colo-plan-price {
  padding: 0.85rem 0 1rem;
  margin-bottom: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.light-theme .colo-page .colo-plan-price {
  border-color: rgba(0, 0, 0, 0.08);
}

.colo-page .colo-plan-price-label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.9);
  margin-bottom: 0.15rem;
}

.light-theme .colo-page .colo-plan-price-label {
  color: #404040;
}

.colo-page .colo-plan-price-hint {
  margin: 0;
  font-size: 13px;
  color: var(--text-gray);
}

.colo-page .colo-plan-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  flex: 1 1 auto;
}

.colo-page .colo-plan-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
  font-size: 13px;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.45;
}

.light-theme .colo-page .colo-plan-list li {
  color: #404040;
}

.colo-page .colo-plan-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.colo-page .colo-plan .btn {
  margin-top: 1.25rem;
  width: 100%;
  height: 48px;
  font-size: 14px;
}

/* Included / process */
.colo-page .colo-split-card {
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.light-theme .colo-page .colo-split-card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.colo-page .colo-split-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 1rem;
}

.light-theme .colo-page .colo-split-card h3 {
  color: #0a0a0a;
}

.colo-page .colo-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.colo-page .colo-check-list li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.5;
}

.colo-page .colo-check-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: rgba(74, 222, 128, 0.95);
}

.colo-page .colo-steps {
  counter-reset: colostep;
}

.colo-page .colo-step {
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 1.35rem;
}

.colo-page .colo-step::before {
  counter-increment: colostep;
  content: counter(colostep);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--third-font);
  background: rgba(var(--primary-rgb), 0.22);
  color: #fecaca;
}

.colo-page .colo-step h4 {
  font-size: 15px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.25rem;
}

.light-theme .colo-page .colo-step h4 {
  color: #0a0a0a;
}

.colo-page .colo-step p {
  margin: 0;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.55;
}

/* FAQ */
.colo-page .colo-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 1.1rem 1.25rem;
  margin-bottom: 0.75rem;
}

.light-theme .colo-page .colo-faq-item {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.colo-page .colo-faq-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 0.4rem;
}

.light-theme .colo-page .colo-faq-item h4 {
  color: #0a0a0a;
}

.colo-page .colo-faq-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
}

/* CTA band */
.colo-page .colo-cta {
  position: relative;
  border-radius: 24px;
  padding: 2.5rem 1.75rem;
  overflow: hidden;
  background: linear-gradient(125deg, rgba(var(--primary-rgb), 0.95), rgba(127, 29, 29, 0.92));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.colo-page .colo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.2), transparent 45%);
  pointer-events: none;
}

.colo-page .colo-cta-inner {
  position: relative;
  z-index: 1;
}

.colo-page .colo-cta h2 {
  font-family: var(--third-font);
  font-weight: 700;
  font-size: clamp(1.45rem, 1.5vw + 1rem, 1.85rem);
  color: #fff;
  margin-bottom: 0.55rem;
}

.colo-page .colo-cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 36rem;
  margin-bottom: 0;
}

.colo-page .colo-cta .btn-light-theme {
  background: #fff !important;
  color: var(--primary-deep) !important;
  border: none !important;
  font-weight: 600;
}

.colo-page .colo-cta .btn-light-theme:hover {
  filter: brightness(1.05);
}

.colo-page .colo-footnote {
  color: var(--text-gray);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.colo-page .colo-cta-secondary {
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
}

.colo-page .colo-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 767.98px) {
  .colo-page .colo-header {
    padding: 56px 0 64px;
  }
  .colo-page .colo-nav {
    margin-bottom: 48px;
  }
}
