:root {
  --orange: #ff7a18;
  --orange-dark: #e66600;
  --charcoal: #0b0c10;
  --gray-900: #11121a;
  --gray-700: #1e1f2a;
  --gray-500: #575861;
  --gray-200: #d8d8e4;
  --gray-100: #f5f6fb;
  --white: #ffffff;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--white);
  background-color: var(--gray-900);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: var(--gray-900);
  color: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 90%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 12, 16, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.95rem;
}

.nav a {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.nav a:hover {
  opacity: 1;
}

.btn {
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(255, 122, 24, 0.25);
}

.primary-btn {
  background: linear-gradient(120deg, var(--orange), #ff9a3c);
  color: var(--charcoal);
}

.outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: var(--white);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 0.4rem;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--white);
  display: block;
}

.hero {
  padding: 6rem 0 4rem;
  background: radial-gradient(circle at top, rgba(255, 122, 24, 0.4), transparent),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1), transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--orange);
  margin-bottom: 0.8rem;
}

.hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  margin: 0.5rem 0 1rem;
}

.lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
  flex-wrap: wrap;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 1rem;
  font-size: 0.9rem;
  opacity: 0.85;
}

.stat {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.panel-card {
  background: rgba(17, 18, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.badge {
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.badge.green {
  background: rgba(82, 255, 168, 0.15);
  color: #52ffa8;
}

.panel-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-card li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.panel-card li:last-child {
  border-bottom: none;
}

.status-pill {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.status-pill.healthy {
  background: #52ffa8;
  box-shadow: 0 0 8px rgba(82, 255, 168, 0.8);
}

.status-pill.stable {
  background: #ffd166;
  box-shadow: 0 0 8px rgba(255, 209, 102, 0.8);
}

.terminal {
  background: linear-gradient(160deg, #1b1c25, #11121a);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

.terminal-title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.8rem;
}

.terminal code {
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--orange);
}

.terminal-note {
  margin-top: 1rem;
  font-size: 0.85rem;
  opacity: 0.8;
}

.section {
  padding: 4.5rem 0;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-top: 0;
}

.muted {
  background: #11121a;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 100%;
}

.card ul {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.85);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-list li {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 1rem 1.2rem;
}

.metrics-panel {
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.2), rgba(255, 255, 255, 0.05));
  border-radius: 24px;
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
}

.pricing-grid {
  margin-top: 2rem;
}

.pricing-card {
  position: relative;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.pricing-card .price-caption {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pricing-card.featured {
  border-color: rgba(255, 122, 24, 0.6);
  background: rgba(255, 122, 24, 0.12);
  box-shadow: 0 20px 45px rgba(255, 122, 24, 0.25);
}

.pricing-card .tag {
  position: absolute;
  top: -12px;
  right: 22px;
  background: var(--orange);
  color: var(--charcoal);
  padding: 0.2rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.95rem;
  opacity: 0.85;
}

.switch {
  position: relative;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border-radius: 999px;
}

.slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 4px;
  top: 4px;
  background-color: var(--white);
  transition: 0.3s;
  border-radius: 50%;
}

.switch input:checked + .slider::before {
  transform: translateX(24px);
  background: var(--orange);
}

.infra-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.pill-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.pill-list li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
}

.infra-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem;
}

.infra-card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.infra-card li {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.quote-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  padding: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-author {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  color: var(--orange);
}

.cta {
  background: linear-gradient(135deg, var(--orange-dark), #ffb347);
  color: var(--charcoal);
}

.cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta .btn {
  background: var(--charcoal);
  color: var(--white);
  box-shadow: none;
}

.site-footer {
  background: #050507;
  padding: 2rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  margin-top: 0.7rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0.85;
}

@media (max-width: 960px) {
  .header-grid {
    grid-template-columns: auto auto auto;
    gap: 1rem;
  }

  .nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(5, 5, 7, 0.98);
    flex-direction: column;
    padding: 1.5rem;
    transform: translateY(-120%);
    transition: transform 0.3s ease;
  }

  .nav.open {
    transform: translateY(0);
  }

  .ghost-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
    justify-self: end;
  }

  .hero-grid,
  .feature-grid,
  .infra-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 5rem;
  }
}

@media (max-width: 640px) {
  .hero-meta {
    grid-template-columns: 1fr;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .billing-toggle {
    flex-direction: column;
    align-items: flex-start;
  }
}

