/* Zyco AI Studio — Figma redesign theme (dark hero, blue accent) */

:root {
  --accent: #2563eb;
  --accent2: #1d4ed8;
  --accent-light: #3b82f6;
  --accent-hot: #60a5fa;
  --black: #0a0c10;
  --dark: #0f1117;
  --dark-card: #12151c;
  --surface: #f8fafc;
  --blue-glow: rgba(37, 99, 235, 0.35);
  --shadow-accent: 0 8px 32px rgba(37, 99, 235, 0.35);
}

body {
  background: var(--surface);
}

.text-accent {
  background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Announcement & scroll bar ── */
#announce-bar {
  background: linear-gradient(90deg, #1d4ed8, #2563eb) !important;
}

#announce-bar a#announce-cta {
  color: #1d4ed8 !important;
}

#announce-bar a#announce-cta:hover {
  background: #1e3a8a !important;
  color: #fff !important;
}

#scroll-bar {
  background: linear-gradient(90deg, var(--accent), #60a5fa, var(--accent)) !important;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.5) !important;
}

/* ── Navigation ── */
nav {
  background: rgba(10, 12, 16, 0.88) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.nav-logo {
  color: #fff !important;
  font-weight: 800 !important;
}

.nav-logo-dot {
  display: none;
}

.nav-logo-loom {
  color: var(--accent-light);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72) !important;
}

.nav-links a:hover {
  color: #fff !important;
}

.nav-links a::after {
  background: linear-gradient(90deg, #fff, var(--accent)) !important;
}

.nav-phone {
  color: rgba(255, 255, 255, 0.85) !important;
}

.nav-phone:hover {
  color: var(--accent-hot) !important;
}

.nav-cta {
  background: var(--accent) !important;
  box-shadow: 0 4px 20px var(--blue-glow) !important;
  animation: nav-cta-glow 3s ease-in-out infinite !important;
}

.nav-cta:hover {
  background: var(--accent2) !important;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.5) !important;
}

@keyframes nav-cta-glow {
  0%, 100% { box-shadow: 0 4px 20px var(--blue-glow); }
  50% { box-shadow: 0 4px 28px rgba(37, 99, 235, 0.55), 0 0 0 4px rgba(37, 99, 235, 0.12); }
}

.hamburger span {
  background: #fff !important;
}

.nav-open .nav-links {
  background: var(--black) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.nav-open .nav-links li {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.nav-open .nav-links a {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ── Hero (dark) ── */
.hero {
  background:
    radial-gradient(ellipse at 75% 0%, rgba(37, 99, 235, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 90%, rgba(96, 165, 250, 0.08) 0%, transparent 45%),
    linear-gradient(180deg, #0a0c10 0%, #0f1117 100%) !important;
  animation: none !important;
  padding: 88px 0 72px !important;
  color: #fff;
}

.hero-orb-1 {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 65%) !important;
}

.hero-orb-2 {
  background: radial-gradient(circle, rgba(96, 165, 250, 0.08) 0%, transparent 65%) !important;
}

.hero-orb-3 {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%) !important;
}

.hero-tag {
  background: rgba(37, 99, 235, 0.12) !important;
  border: 1px solid rgba(37, 99, 235, 0.28) !important;
  color: #93c5fd !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 8px 16px !important;
}

.hero-tag-dot {
  width: 8px !important;
  height: 8px !important;
  background: var(--accent) !important;
  border-radius: 50% !important;
  animation: tag-pulse 2s ease-in-out infinite;
}

@keyframes tag-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(37, 99, 235, 0); }
}

.hero h1 {
  color: #fff !important;
}

.hero h1 em {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 55%, #818cf8 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero h1 em::after {
  background: linear-gradient(90deg, #2563eb, #60a5fa) !important;
}

.hero-desc {
  color: rgba(255, 255, 255, 0.62) !important;
  max-width: 520px !important;
}

.hero-social-proof {
  color: rgba(255, 255, 255, 0.55) !important;
}

.hero-social-proof span:first-child::before,
.hero-social-proof span:nth-child(3)::before,
.hero-social-proof span:nth-child(5)::before {
  color: var(--accent-hot);
}

.hero-proof-divider {
  background: rgba(255, 255, 255, 0.12) !important;
}

.hero-stats {
  display: none !important;
}

.btn-dark:not(.nav-cta) {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.4) !important;
  animation: hero-cta-pulse 3s ease-in-out infinite !important;
}

.btn-dark:not(.nav-cta):hover {
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.55) !important;
}

@keyframes hero-cta-pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(37, 99, 235, 0.35); }
  50% { box-shadow: 0 12px 44px rgba(37, 99, 235, 0.55), 0 0 0 4px rgba(37, 99, 235, 0.1); }
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

/* Dashboard card */
.hero-main-card {
  background: var(--dark-card) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(37, 99, 235, 0.08) !important;
  animation: dashboard-float 6s ease-in-out infinite !important;
}

@keyframes dashboard-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.cta-fine {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  position: relative;
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-card-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  padding: 4px 10px;
  border-radius: 999px;
}

.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: badge-live 2s ease-in-out infinite;
}

.hero-card-title {
  color: #fff !important;
}

.hero-card-sub {
  color: rgba(255, 255, 255, 0.45) !important;
}

.hero-card-avatar {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

.hero-metric {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.hero-metric-num {
  color: #fff !important;
}

.hero-metric-label {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.hero-bar-track {
  background: rgba(255, 255, 255, 0.08) !important;
}

.hero-bar-row > div:nth-child(1) .hero-bar-fill {
  background: linear-gradient(90deg, #2563eb, #3b82f6) !important;
}

.hero-bar-row > div:nth-child(2) .hero-bar-fill {
  background: linear-gradient(90deg, #06b6d4, #22d3ee) !important;
}

.hero-bar-row > div:nth-child(3) .hero-bar-fill {
  background: linear-gradient(90deg, #8b5cf6, #a78bfa) !important;
}

.hero-bar-label {
  color: rgba(255, 255, 255, 0.55) !important;
}

.hero-floating-badge {
  background: rgba(18, 21, 28, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
}

.hero-floating-badge.badge-bottom {
  background: rgba(37, 99, 235, 0.15) !important;
  border-color: rgba(37, 99, 235, 0.3) !important;
}

.badge-dot.orange {
  background: var(--accent) !important;
}

.dashboard-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
}

/* ── Stats strip ── */
.stats-strip {
  background: #0a0c10 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 !important;
}

.stats-strip::before {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 70%) !important;
}

.stats-strip-inner {
  grid-template-columns: repeat(3, 1fr) !important;
}

.stat-item {
  padding: 28px 20px !important;
}

.stat-item-featured {
  background: rgba(37, 99, 235, 0.1) !important;
  border-left: 1px solid rgba(37, 99, 235, 0.2) !important;
  border-right: 1px solid rgba(37, 99, 235, 0.2) !important;
}

.stat-number span {
  color: var(--accent-hot) !important;
}

.stat-item-featured .stat-number span {
  color: #fff !important;
}

.stat-label {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* ── Logos marquee ── */
.logos-section {
  background: #0a0c10 !important;
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.logos-label {
  color: rgba(255, 255, 255, 0.35) !important;
}

.logos-track-wrap::before {
  background: linear-gradient(to right, #0a0c10, transparent) !important;
}

.logos-track-wrap::after {
  background: linear-gradient(to left, #0a0c10, transparent) !important;
}

.logo-item {
  color: rgba(255, 255, 255, 0.35) !important;
}

/* ── Section labels ── */
.section-label {
  color: var(--accent) !important;
  font-weight: 800 !important;
}

.section-label::before {
  background: var(--accent) !important;
}

/* ── Service cards ── */
.services-section {
  background: var(--surface) !important;
}

.services-grid {
  gap: 16px !important;
  border: none !important;
}

.service-card {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.service-card:nth-child(1) {
  background: #eef4ff !important;
}

.service-card:nth-child(2) {
  background: #ecfdf5 !important;
}

.service-card:nth-child(3) {
  background: #f5f3ff !important;
}

.service-card:nth-child(4) {
  background: #fff7ed !important;
}

.service-card:hover {
  border-color: rgba(37, 99, 235, 0.2) !important;
  box-shadow: 0 24px 60px rgba(10, 12, 16, 0.08) !important;
}

.service-card::after {
  background: var(--accent) !important;
}

.service-card:nth-child(1) .service-icon { background: rgba(37, 99, 235, 0.12) !important; }
.service-card:nth-child(2) .service-icon { background: rgba(16, 185, 129, 0.12) !important; }
.service-card:nth-child(3) .service-icon { background: rgba(139, 92, 246, 0.12) !important; }
.service-card:nth-child(4) .service-icon { background: rgba(249, 115, 22, 0.12) !important; }

.service-link {
  color: var(--accent) !important;
}

.service-card:nth-child(2) .service-link { color: #059669 !important; }
.service-card:nth-child(3) .service-link { color: #7c3aed !important; }
.service-card:nth-child(4) .service-link { color: #ea580c !important; }

/* ── Case studies (dark) ── */
#work {
  background: var(--black) !important;
  color: #fff;
}

#work .section-label {
  color: var(--accent-hot) !important;
}

#work .section-title {
  color: #fff !important;
}

#work .section-desc {
  color: rgba(255, 255, 255, 0.55) !important;
}

.case-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.case-content {
  background: transparent !important;
}

.case-title {
  color: #fff !important;
}

.case-desc {
  color: rgba(255, 255, 255, 0.55) !important;
}

.case-tag {
  color: var(--accent-hot) !important;
}

.case-metrics {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.case-metric-num {
  color: #fff !important;
}

.case-link {
  color: var(--accent-hot) !important;
}

/* ── AI services ── */
#ai-services {
  background: var(--surface) !important;
}

.ai-card-featured {
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%) !important;
  border-color: transparent !important;
  color: #fff;
}

.ai-card-featured .ai-card-title,
.ai-card-featured .ai-card-price {
  color: #fff !important;
}

.ai-card-featured .ai-card-desc,
.ai-card-featured .ai-card-delivery {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ai-card-featured .tag-hot {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}

.ai-card-featured:hover {
  border-color: transparent !important;
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.35) !important;
}

.ai-card-featured::before {
  display: none !important;
}

.tag-hot {
  background: rgba(37, 99, 235, 0.1) !important;
  color: var(--accent) !important;
}

/* ── Process ── */
.process-section {
  background: linear-gradient(135deg, #0a0c10 0%, #111827 50%, #0a1628 100%) !important;
}

.process-section .section-title {
  text-shadow: 0 0 60px rgba(37, 99, 235, 0.15) !important;
}

.step-accent {
  background: var(--accent) !important;
}

/* ── Compare ── */
.compare-table th.col-lead {
  background: var(--accent) !important;
}

.compare-table td.col-lead {
  background: rgba(37, 99, 235, 0.06) !important;
}

/* ── Pricing ── */
.price-card.featured {
  background: linear-gradient(145deg, #0a0c10, #1e3a8a) !important;
  box-shadow: 0 24px 60px rgba(10, 12, 16, 0.4), 0 0 0 1.5px rgba(37, 99, 235, 0.4) !important;
}

.featured-badge,
.hosting-rec-badge {
  background: var(--accent) !important;
}

.price-btn-solid {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.35) !important;
}

.price-delivery {
  color: var(--accent) !important;
}

.hosting-card:hover,
.hosting-card.recommended {
  border-color: var(--accent) !important;
}

/* ── Trust / principles ── */
.testimonials-section {
  background: var(--black) !important;
}

.founding-card:hover {
  border-color: var(--accent) !important;
}

/* ── ROI calculator ── */
.roi-section {
  background: linear-gradient(135deg, #0a0c10, #111827) !important;
}

.roi-section .section-tag {
  color: var(--accent-hot) !important;
}

.roi-slider-group label span {
  color: var(--accent-hot) !important;
}

.roi-slider::-webkit-slider-thumb {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.5) !important;
}

.roi-result {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

/* ── CTA ── */
.cta-section {
  background: linear-gradient(135deg, #0a0c10 0%, #111827 50%, #0a1628 100%) !important;
}

.cta-bg-glow {
  background: var(--accent) !important;
}

.btn-white:hover {
  background: var(--accent) !important;
  color: #fff !important;
  box-shadow: var(--shadow-accent) !important;
}

/* ── Footer ── */
footer {
  background: #0a0c10 !important;
}

.footer-logo-dot {
  background: var(--accent) !important;
}

.footer-contact-icon {
  background: rgba(37, 99, 235, 0.2) !important;
}

/* ── Conversion widgets ── */
#sticky-bar {
  border-top-color: rgba(37, 99, 235, 0.4) !important;
}

.sb-cta {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

.sb-cta:hover {
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.5) !important;
}

.exit-btn,
#exit-email:focus {
  border-color: var(--accent) !important;
}

.exit-btn {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

.exit-btn:hover {
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4) !important;
}

.sp-toast {
  border-left-color: var(--accent) !important;
}

.sp-avatar {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
}

/* ── Responsive stats ── */
@media (max-width: 768px) {
  .stats-strip-inner {
    grid-template-columns: 1fr !important;
  }

  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  .stat-item:last-child {
    border-bottom: none !important;
  }

  .stat-item-featured {
    border-left: none !important;
    border-right: none !important;
  }

  .hero-visual {
    display: block !important;
    margin-top: 24px;
  }

  .hero-floating-badge.badge-top {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-tag {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }
}
