/* ============================================================
     HOSTING PAGE (web-hosting.html)
   ============================================================ */

/* ── Section wrappers ──────────────────────────────────────── */
.section {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
.section-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Mist */
.section-mist {
  background: rgba(125, 211, 252, 0.05);
}
.section-mist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(186, 230, 253, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* Haze */
.section-haze {
  background: linear-gradient(
    135deg,
    rgba(14, 165, 233, 0.12) 0%,
    rgba(2, 132, 199, 0.08) 50%,
    rgba(56, 189, 248, 0.12) 100%
  );
}

/* Indigo */
.section-indigo {
  background: rgba(5, 7, 28, 0.8);
}
.section-indigo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1100px 550px at 20% 40%, rgba(79, 70, 229, 0.14), transparent 60%),
    radial-gradient(800px 400px at 80% 65%, rgba(67, 56, 202, 0.09), transparent 60%);
  pointer-events: none;
}
.section-indigo .section-content {
  position: relative;
  z-index: 1;
}
.section-indigo .section-header h2 {
  background: linear-gradient(135deg, #e0e7ff 20%, #c7d2fe 50%, #a5b4fc 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-indigo .section-tag {
  background: rgba(99, 102, 241, 0.18);
  color: #c7d2fe;
  border-color: rgba(99, 102, 241, 0.35);
}

/* Ice */
.section-ice {
  background: rgba(10, 14, 20, 0.68);
}
.section-ice::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 25% 30%, rgba(125, 211, 252, 0.11), transparent 60%),
    radial-gradient(900px 450px at 75% 70%, rgba(59, 130, 246, 0.07), transparent 65%);
  pointer-events: none;
}
.local-orb-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.section-ice .section-content {
  position: relative;
  z-index: 1;
}
.orb-ice {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
  background: radial-gradient(
    circle,
    rgba(125, 211, 252, 0.34) 0%,
    rgba(59, 130, 246, 0.18) 45%,
    transparent 72%
  );
}

/* Teal */
.section-teal {
  background: rgba(3, 12, 15, 0.85);
}
.section-teal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(34, 211, 238, 0.12) 0%,
    rgba(56, 189, 248, 0.08) 50%,
    rgba(14, 165, 233, 0.12) 100%
  );
  pointer-events: none;
}

/* ── Section headers ──────────────────────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header h2 {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 0.1em;
  margin-bottom: calc(1rem - 0.1em);
  background: linear-gradient(135deg, #ffffff 0%, #bae6fd 40%, #7dd3fc 70%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-header p {
  font-size: 1.2rem;
  color: #b4b4c8;
}
.section-ice .section-header h2 {
  background: linear-gradient(135deg, #c2ebfe 25%, #9fdefd 50%, #7dd3fc 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section tags */
.section-tag {
  display: inline-block;
  background: rgba(56, 189, 248, 0.15);
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
  margin-bottom: 2rem;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  margin-top: 80px;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.hero-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-text h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  padding-bottom: 0.15em;
  margin-bottom: calc(1.5rem - 0.15em);
  background: linear-gradient(135deg, #ffffff 0%, #bae6fd 40%, #7dd3fc 70%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-text p {
  font-size: 1.3rem;
  color: #b4b4c8;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.trust-badge {
  font-size: 0.95rem;
  color: #9ca3af;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.trust-badge span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Glass card */
.glass-card-glow {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px);
  border: 3px solid transparent;
  border-radius: 24px;
  padding: 2.5rem;
  overflow: hidden;
}
.glass-card-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(
    135deg,
    rgba(224, 242, 254, 0.8) 0%,
    rgba(186, 230, 253, 0.6) 20%,
    rgba(125, 211, 252, 0.5) 40%,
    rgba(56, 189, 248, 0.4) 60%,
    rgba(14, 165, 233, 0.5) 80%,
    rgba(56, 189, 248, 0.6) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.glass-card-glow::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  right: -60px;
  bottom: -60px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(56, 189, 248, 0.4) 0%,
    rgba(14, 165, 233, 0.2) 40%,
    transparent 70%
  );
  z-index: -1;
  filter: blur(50px);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.feature-item {
  text-align: center;
}
.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.25), rgba(14, 165, 233, 0.25));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  border: 1px solid rgba(125, 211, 252, 0.4);
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.2);
}
.feature-item h3 {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  color: #e6edf3;
}
.feature-item p {
  font-size: 0.85rem;
  color: #b4b4c8;
}

/* ── Benefit cards (4-column subgrid) ────────────────────── */
.cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 0;
}
.card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.15);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  align-items: start;
}
.card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(125, 211, 252, 0.3);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.2);
  transform: translateY(-4px);
}
.benefit-icon {
  font-size: 3rem;
  padding-bottom: 1rem;
}
.card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: #e6edf3;
}
.card p {
  color: #b4b4c8;
  font-size: 0.95rem;
}

/* ── Pricing cards (subgrid for row alignment) ───────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 0;
  align-items: start;
}
.pricing-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-row: span 18;
  grid-template-rows: subgrid;
}
.pricing-card.featured {
  border: 2px solid rgba(56, 189, 248, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.pricing-card.featured::before {
  content: "⭐ Most Popular";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
}
.pricing-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 20px 60px rgba(56, 189, 248, 0.3);
}
.plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #e6edf3;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.plan-badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c1829;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  border-radius: 4px;
  padding: 0.2em 0.55em;
  vertical-align: middle;
}
.plan-tagline {
  font-size: 0.95rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}
.plan-price {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e0f2fe, #7dd3fc, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.25rem;
}
.plan-price span {
  font-size: 1.2rem;
}
.plan-billing {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 2rem;
}
.plan-features {
  display: contents;
  list-style: none;
}
.plan-features li {
  list-style: none;
  padding: 0.6rem 0;
  color: #b4b4c8;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.93rem;
  border-bottom: 1px solid rgba(125, 211, 252, 0.06);
}
.plan-features li:last-child {
  border-bottom: none;
}
.plan-features li::before {
  content: "✓";
  color: #7dd3fc;
  font-weight: bold;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.plan-features li.na {
  opacity: 0.45;
}
.plan-features li.na::before {
  content: "✗";
  color: #6b7280;
}
.plan-cta {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-top: 1.5rem;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.3);
}
.plan-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.5);
}
.pricing-footnote {
  text-align: center;
  margin-top: 2rem;
  color: #9ca3af;
  font-size: 0.88rem;
}
.pricing-guarantee {
  text-align: center;
  margin-top: 0.6rem;
  color: #7dd3fc;
  font-size: 0.9rem;
  font-weight: 500;
}

/* ── All Plans Include ────────────────────────────────────── */
.all-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.all-plans-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 12px;
  transition: all 0.3s;
}
.all-plans-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(125, 211, 252, 0.25);
  transform: translateY(-2px);
}
.all-plans-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.1rem;
}
.all-plans-text h4 {
  font-size: 0.93rem;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 0.25rem;
}
.all-plans-text p {
  font-size: 0.82rem;
  color: #9ca3af;
  line-height: 1.5;
}

/* ── Feature deep-dive (2×2 category blocks) ─────────────── */
.feature-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.feature-category {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s;
}
.feature-category:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: 0 8px 32px rgba(56, 189, 248, 0.15);
}
.feature-category-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.feature-category h3 {
  font-size: 1.25rem;
  color: #e6edf3;
  margin-bottom: 0.5rem;
}
.feature-category > p {
  color: #9ca3af;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.feature-category ul {
  list-style: none;
}
.feature-category ul li {
  padding: 0.35rem 0;
  color: #b4b4c8;
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.feature-category ul li::before {
  content: "→";
  color: #7dd3fc;
  flex-shrink: 0;
  font-size: 0.85rem;
  margin-top: 0.07rem;
}

/* ── Canadian Advantage (2-column: text + visual) ────────── */
.canadian-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.canadian-text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #a5f3fc 40%, #67e8f9 70%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.canadian-text > p {
  font-size: 1.05rem;
  color: #b4b4c8;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.canadian-points {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.canadian-point {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.canadian-point-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.canadian-point-text h4 {
  font-size: 1.05rem;
  color: #e6edf3;
  margin-bottom: 0.35rem;
}
.canadian-point-text p {
  font-size: 0.9rem;
  color: #b4b4c8;
  line-height: 1.6;
}
.canadian-visual {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(34, 211, 238, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
}

/* ── SEO ticker ───────────────────────────────────────────── */
.seo-ticker-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 1.25rem;
}
.seo-ticker-label .seo-highlight {
  background: linear-gradient(135deg, #22d3ee, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.seo-ticker-viewport {
  overflow: hidden;
  height: 216px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
}
.seo-ticker-list {
  list-style: none;
  margin: 0;
  padding: 0;
  animation: seo-scroll 14s linear infinite;
}
.seo-ticker-list:hover {
  animation-play-state: paused;
}
@keyframes seo-scroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-432px); }
}
.seo-ticker-item {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(34, 211, 238, 0.1);
  overflow: hidden;
}
.seo-ticker-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 1.8rem;
  text-align: center;
}
.seo-ticker-text {
  text-align: left;
}
.seo-ticker-text strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 0.2rem;
}
.seo-ticker-text span {
  font-size: 0.78rem;
  color: #9ca3af;
  line-height: 1.3;
}

/* ── Migration process (4-step row) ──────────────────────── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.process-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(56, 189, 248, 0.25),
    rgba(125, 211, 252, 0.5),
    rgba(56, 189, 248, 0.25)
  );
  z-index: 0;
}
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-step-number {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.4);
}
.process-step h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #e6edf3;
  margin-bottom: 0.5rem;
}
.process-step p {
  font-size: 0.88rem;
  color: #9ca3af;
}
.section-center {
  text-align: center;
  margin-top: 2.5rem;
}

/* ── FAQ (details/summary accordion) ─────────────────────── */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-item:hover,
.faq-item[open] {
  border-color: rgba(125, 211, 252, 0.25);
}
.faq-item summary {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #e6edf3;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  user-select: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  color: #7dd3fc;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: #b4b4c8;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ── Final CTA section ────────────────────────────────────── */
.cta-button-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.trust-row {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  color: #9ca3af;
  font-size: 0.9rem;
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .cards-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  .card {
    grid-row: auto;
    grid-template-rows: auto;
    display: block;
  }
  .benefit-icon {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
    row-gap: 2rem;
  }
  .pricing-card {
    grid-row: auto;
    grid-template-rows: auto;
    display: block;
  }
  .plan-features {
    display: block;
    margin-bottom: 2rem;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-categories {
    grid-template-columns: 1fr;
  }
  .canadian-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-steps::before {
    display: none;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .section-header h2 {
    font-size: 2.5rem;
  }
  .cards-grid-4 {
    grid-template-columns: 1fr;
  }
  .all-plans-grid {
    grid-template-columns: 1fr;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .trust-row {
    gap: 1.5rem;
  }
}
