/* Art direction: Bold, venture-backed, high-velocity GTM partner */
:root,
[data-theme="light"] {
  --color-bg: #050608;
  --color-surface: #0b0d11;
  --color-surface-2: #12151c;
  --color-surface-offset: #0f1117;
  --color-text: #f7f7f8;
  --color-text-muted: #a3a3b0;
  --color-accent: #ff5c7a;
  --color-accent-soft: #2b151e;
  --color-accent-secondary: #3dd8ff;
  --color-border-subtle: rgba(255, 255, 255, 0.08);
  --radius-md: 10px;
  --radius-lg: 18px;
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.65);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --font-display: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: radial-gradient(circle at top left, #131623 0, #050608 55%);
  color: var(--color-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: linear-gradient(to bottom, rgba(5, 6, 8, 0.92), rgba(5, 6, 8, 0.8));
  border-bottom: 1px solid var(--color-border-subtle);
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.logo-mark {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: conic-gradient(from 210deg, #ff5c7a, #ffb25c, #3dd8ff, #ff5c7a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.logo-mark span {
  width: 15px;
  height: 15px;
  border-radius: 6px;
  background: #050608;
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(5, 6, 8, 0.9);
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
}

.nav-links a {
  padding: 4px 0;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-secondary));
  transition: width 0.2s ease-out;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at top left, rgba(255, 92, 122, 0.2), rgba(61, 216, 255, 0.05));
  color: var(--color-text);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nav-cta span.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(255, 92, 122, 0.25);
}

main {
  flex: 1;
}

section {
  padding: 72px 20px;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.hero {
  padding-top: 96px;
  padding-bottom: 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: rgba(15, 17, 23, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: 18px;
}

.eyebrow-pill {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: linear-gradient(120deg, rgba(255, 92, 122, 0.28), rgba(61, 216, 255, 0.18));
  color: var(--color-text);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 16px;
}

.hero-title span.accent {
  background: linear-gradient(135deg, #ffb25c, #ff5c7a, #3dd8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 16px;
  color: var(--color-text-muted);
  max-width: 38rem;
  margin-bottom: 22px;
}

.hero-tagline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 26px;
}

.hero-tagline span.badge {
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(11, 13, 17, 0.9);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.btn-primary {
  padding: 11px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, #ff5c7a, #ffb25c);
  color: #050608;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary {
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 6, 8, 0.9);
  color: var(--color-text);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-footnote {
  font-size: 12px;
  color: var(--color-text-muted);
}

.hero-footnote strong {
  color: var(--color-text);
  font-weight: 500;
}

.hero-right {
  position: relative;
}

.hero-panel {
  position: relative;
  background: radial-gradient(circle at top left, #191b25, #090b10);
  border-radius: 28px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-panel::before {
  content: '';
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0 0, rgba(255, 92, 122, 0.16), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(61, 216, 255, 0.2), transparent 60%);
  opacity: 0.85;
  pointer-events: none;
}

.hero-panel-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: flex-start;
}

.hero-metric {
  padding: 12px 12px 12px;
  border-radius: 18px;
  background: rgba(5, 6, 8, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.hero-metric-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.hero-metric-value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.hero-metric-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  background: rgba(8, 150, 110, 0.12);
  color: #59f2b7;
}

.hero-metric-pill span.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #59f2b7;
}

.hero-metric-note {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.hero-service-pills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-pill {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(11, 13, 17, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text-muted);
}

.service-pill span.dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-accent-secondary);
}

.hero-caption {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 10px;
}

.hero-caption strong {
  color: var(--color-text);
  font-weight: 500;
}

.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.section-heading {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.section-intro {
  font-size: 15px;
  color: var(--color-text-muted);
  max-width: 44rem;
  margin-bottom: 28px;
}

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

.card {
  position: relative;
  padding: 18px 16px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(255, 92, 122, 0.18), rgba(9, 11, 16, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at -10% -10%, rgba(255, 92, 122, 0.17), transparent 65%);
  opacity: 1;
  pointer-events: none;
}

.card-inner {
  position: relative;
}

.card-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.card-subtitle {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.mini-pill {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(5, 6, 8, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text-muted);
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--color-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  margin-top: 10px;
}

.card-footer strong {
  color: var(--color-text);
  font-weight: 500;
}

.pill-split {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 11px;
  background: rgba(5, 6, 8, 0.9);
  border-radius: 999px;
  padding: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pill-split span.label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
}

.pill-split span.tag {
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 92, 122, 0.16);
  color: #ffb8c7;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: flex-start;
}

.stacked-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stack-card {
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(11, 13, 17, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.stack-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.stack-card-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
}

.stack-card-chip {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 92, 122, 0.16);
  color: #ffb8c7;
}

.stack-card p {
  font-size: 13px;
  color: var(--color-text-muted);
}

.stack-card p strong {
  color: var(--color-text);
  font-weight: 500;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.check-icon {
  margin-top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(89, 242, 183, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59f2b7;
  font-size: 10px;
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: flex-start;
}

.pricing-table {
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(255, 92, 122, 0.24), rgba(9, 11, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px;
}

.pricing-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: var(--color-text-muted);
}

.pricing-table-header strong {
  color: var(--color-text);
  font-weight: 500;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  font-size: 12px;
}

.pricing-cell {
  padding: 10px 10px 8px;
  border-radius: 14px;
  background: rgba(5, 6, 8, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-cell h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
  margin-bottom: 6px;
}

.pricing-cell p {
  font-size: 13px;
  color: var(--color-text-muted);
}

.pricing-cell p strong {
  color: var(--color-text);
  font-weight: 500;
}

.contact-panel {
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 92, 122, 0.32), rgba(8, 173, 137, 0.18));
  padding: 16px 16px 14px;
  color: #050608;
}

.contact-panel h3 {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.contact-panel p {
  font-size: 13px;
  margin-bottom: 8px;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}

.contact-meta span {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(5, 6, 8, 0.12);
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px;
  font-size: 12px;
  color: var(--color-text-muted);
  background: #050608;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 960px) {
  .hero-grid,
  .two-col,
  .pricing-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 80px;
  }
}

@media (max-width: 720px) {
  section {
    padding: 56px 16px;
  }

  .nav {
    padding-inline: 16px;
  }

  .nav-links {
    display: none;
  }

  .hero-grid {
    gap: 28px;
  }

  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
