/* 0079 - Download Center SaaS Cyan Style */
:root { --cyan: #0891b2; --cyan-light: #22d3ee; --gray: #6b7280; }

* { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; }

/* Navbar */
.nav-saas { backdrop-filter: blur(20px); background: rgba(255,255,255,0.9); border-bottom: 1px solid #e5e7eb; }
.btn-cyan { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.btn-cyan:hover { background: linear-gradient(135deg, #06b6d4, #22d3ee); box-shadow: 0 10px 30px rgba(8,145,178,0.3); transform: translateY(-2px); }

/* Hero */
.hero-saas { background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%); }

/* Features */
.feature-card-cyan { border: 1px solid #f1f5f9; background: #fff; }
.feature-card-cyan:hover { border-color: #0891b2; box-shadow: 0 8px 30px rgba(8,145,178,0.1); transform: translateY(-4px); }

/* Stats */
.stat-card-cyan { transition: all 0.3s ease; }
.stat-card-cyan:hover { border-color: #0891b2; box-shadow: 0 4px 20px rgba(8,145,178,0.08); }

/* Testimonials */
.testimonial-cyan { transition: all 0.3s ease; }

/* FAQ - Minimal line style */
.faq-item-cyan { transition: all 0.3s ease; }
.faq-item-cyan.active { border-color: #0891b2; border-left: 3px solid #0891b2; }
.faq-item-cyan .faq-body-cyan { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.4s ease; padding-top: 0; padding-bottom: 0; }
.faq-item-cyan.active .faq-body-cyan { max-height: 400px; opacity: 1; padding-top: 0.25rem; padding-bottom: 1.25rem; }
.faq-item-cyan.active .faq-arrow-cyan { transform: rotate(45deg); color: #0891b2; }

/* Counter */
.counter { font-variant-numeric: tabular-nums; }
