@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --green: #67e8f9;
  --green-dim: #38bdf8;
  --green-dark: #083344;
  --green-glow: rgba(103, 232, 249, 0.22);
  --green-trace: rgba(103, 232, 249, 0.08);
  --black: #06131b;
  --black-2: #0d1f29;
  --black-3: #132a36;
  --card-bg: rgba(13, 31, 41, 0.88);
  --border: rgba(103, 232, 249, 0.18);
  --border-hover: rgba(244, 114, 182, 0.55);
  --white: #f3fbff;
  --white-dim: rgba(243, 251, 255, 0.7);
  --font-head: 'IBM Plex Mono', monospace;
  --font-body: 'Space Grotesk', sans-serif;
  --radius: 18px;
}

body.site-cuteos {
  background:
    radial-gradient(circle at top left, rgba(103, 232, 249, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(244, 114, 182, 0.14), transparent 24%),
    var(--black);
}

body.site-cuteos::before {
  opacity: 0.18;
}

.site-cuteos nav {
  background: rgba(6, 19, 27, 0.82);
  border-bottom-color: rgba(103, 232, 249, 0.14);
}

.site-cuteos .nav-logo,
.site-cuteos .section-title,
.site-cuteos h1,
.site-cuteos h2,
.site-cuteos h3,
.site-cuteos h4 {
  letter-spacing: 0.02em;
}

.site-cuteos .logo-bracket,
.site-cuteos .section-label,
.site-cuteos .section-title span,
.site-cuteos .text-green,
.site-cuteos .feature-num,
.site-cuteos .team-card .role,
.site-cuteos .contact-detail-text span,
.site-cuteos .footer-col h4,
.site-cuteos .chat-header-info p {
  color: var(--green);
}

.site-cuteos .nav-links a::after,
.site-cuteos .glow-divider {
  box-shadow: 0 0 20px var(--green-glow);
}

.site-cuteos .card,
.site-cuteos .demo-card,
.site-cuteos .contact-form-wrap,
.site-cuteos .hero-terminal {
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.site-cuteos .card::before {
  background: linear-gradient(90deg, transparent, #f472b6, transparent);
}

.site-cuteos .btn-primary {
  background: linear-gradient(135deg, #67e8f9, #f472b6);
  box-shadow: 0 0 28px rgba(244, 114, 182, 0.18);
}

.site-cuteos .btn-primary:hover {
  background: linear-gradient(135deg, #a5f3fc, #f9a8d4);
}

.site-cuteos .btn-outline {
  border-color: rgba(103, 232, 249, 0.4);
  color: var(--white);
}

.site-cuteos .btn-outline:hover {
  background: rgba(103, 232, 249, 0.08);
  color: var(--white);
}

.site-cuteos .hero,
.site-cuteos .product-hero,
.site-cuteos .about-hero,
.site-cuteos .contact-hero,
.site-cuteos .page-header {
  background:
    radial-gradient(circle at 15% 20%, rgba(103, 232, 249, 0.14), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(244, 114, 182, 0.12), transparent 28%),
    var(--black);
}

.site-cuteos .hero-tag::before,
.site-cuteos .terminal-dot.green,
.site-cuteos .online-dot {
  box-shadow: 0 0 12px rgba(103, 232, 249, 0.6);
}

.site-cuteos .value-item,
.site-cuteos .contact-detail-icon {
  background: rgba(103, 232, 249, 0.05);
}

.site-cuteos .demo-placeholder::before,
.site-cuteos .grid-bg {
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 114, 182, 0.03) 1px, transparent 1px);
}

.site-cuteos .chat-toggle {
  background: linear-gradient(135deg, #67e8f9, #f472b6);
  box-shadow: 0 0 30px rgba(244, 114, 182, 0.2), 0 4px 20px rgba(0, 0, 0, 0.35);
}

.site-cuteos .chat-avatar {
  background: rgba(103, 232, 249, 0.1);
  color: var(--green);
}
