/*
Theme Name: AI Agents - Okto Green Theme
Theme URI: https://example.com/ai-agents-theme
Author: AI Agents Team
Description: Beautiful dark theme with okto green accents for AI Agents chatbot platform. Animated backgrounds, glowing effects, modern UI.
Version: 1.0.0
License: GPL v2 or later
Text Domain: ai-agents-theme
Tags: dark, modern, chatbot, ai, green, animated
*/

:root{--okto-green:#00C853;--okto-green-dark:#009624;--okto-green-light:#5efc82;--okto-dark:#0d1117;--okto-darker:#010409;--okto-gray:#161b22;--okto-gray-light:#21262d;--okto-text:#c9d1d9;--okto-text-bright:#f0f6fc;--okto-accent:#58a6ff;--okto-red:#f85149;--okto-yellow:#d29922;--okto-purple:#a371f7}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Outfit',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--okto-darker);color:var(--okto-text);min-height:100vh;overflow-x:hidden;line-height:1.6}
a{color:var(--okto-green);text-decoration:none;transition:all .3s}
a:hover{color:var(--okto-green-light)}
img{max-width:100%;height:auto}

/* Animated Backgrounds */
.bg-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(0,200,83,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,200,83,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;pointer-events:none;z-index:0}
@keyframes gridMove{to{transform:translate(50px,50px)}}
.bg-glow{position:fixed;width:600px;height:600px;background:radial-gradient(circle,rgba(0,200,83,.15),transparent 70%);border-radius:50%;animation:floatGlow 20s ease-in-out infinite;pointer-events:none;z-index:0}
.bg-glow-1{top:-200px;left:-200px}.bg-glow-2{bottom:-200px;right:-200px;animation-delay:-10s}
@keyframes floatGlow{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(50px,50px) scale(1.1)}}
.particles{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.particle{position:absolute;width:4px;height:4px;background:var(--okto-green);border-radius:50%;opacity:.3;animation:float 15s infinite}
@keyframes float{0%,100%{transform:translateY(100vh);opacity:0}10%,90%{opacity:.3}100%{transform:translateY(-100vh)}}

/* Typography */
h1,h2,h3,h4,h5,h6{color:var(--okto-text-bright);font-weight:700;line-height:1.2;margin-bottom:1rem}
h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}
.gradient-text{background:linear-gradient(135deg,var(--okto-green),var(--okto-green-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
p{margin-bottom:1rem}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:rgba(1,4,9,.9);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,200,83,.1)}
.header-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.site-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-icon{width:48px;height:48px;animation:logoPulse 3s ease-in-out infinite}
@keyframes logoPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 0 transparent)}50%{transform:scale(1.05);filter:drop-shadow(0 0 20px rgba(0,200,83,.5))}}
.logo-text{font-size:1.5rem;font-weight:700}.logo-text .green{color:var(--okto-green)}.logo-text .white{color:var(--okto-text)}
.main-navigation{display:flex;gap:2rem;align-items:center}
.main-navigation a{color:var(--okto-text);font-weight:500;font-size:.9rem;padding:.5rem 0;position:relative}
.main-navigation a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--okto-green);transition:width .3s}
.main-navigation a:hover::after{width:100%}.main-navigation a:hover{color:var(--okto-green)}
.menu-toggle{display:none;background:none;border:none;color:var(--okto-text);font-size:1.5rem;cursor:pointer}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s;border:none;text-decoration:none}
.btn-primary{background:linear-gradient(135deg,var(--okto-green),var(--okto-green-dark));color:var(--okto-darker);box-shadow:0 0 40px rgba(0,200,83,.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 60px rgba(0,200,83,.4);color:var(--okto-darker)}
.btn-secondary{background:var(--okto-gray);color:var(--okto-text-bright);border:1px solid var(--okto-gray-light)}
.btn-secondary:hover{border-color:var(--okto-green);color:var(--okto-green)}
.btn-lg{padding:1rem 2rem;font-size:1.1rem}

/* Cards */
.card{background:var(--okto-gray);border:1px solid var(--okto-gray-light);border-radius:24px;padding:2rem;transition:all .3s}
.card:hover{border-color:var(--okto-green);transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,200,83,.15)}
.card-icon{width:60px;height:60px;border-radius:12px;background:rgba(0,200,83,.1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}

/* Hero */
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 4rem;text-align:center;position:relative;z-index:1}
.hero-content{max-width:900px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:rgba(0,200,83,.1);border:1px solid rgba(0,200,83,.3);border-radius:50px;font-size:.9rem;color:var(--okto-green);margin-bottom:2rem;animation:badgePulse 2s infinite}
@keyframes badgePulse{0%,100%{box-shadow:0 0 0 0 rgba(0,200,83,.4)}50%{box-shadow:0 0 20px 5px rgba(0,200,83,.2)}}
.hero-subtitle{font-size:1.25rem;color:var(--okto-text);max-width:700px;margin:0 auto 2rem;line-height:1.7}
.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* Sections */
.section{padding:6rem 2rem;position:relative;z-index:1}
.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}
.container{max-width:1200px;margin:0 auto}

/* Features */
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.feature-card{display:flex;gap:1rem;padding:1.5rem;background:var(--okto-gray);border-radius:12px;border:1px solid var(--okto-gray-light);transition:all .3s}
.feature-card:hover{border-color:var(--okto-green);transform:translateX(10px)}
.feature-icon{width:50px;height:50px;border-radius:12px;background:rgba(0,200,83,.1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}

/* Stats */
.stats-section{background:linear-gradient(135deg,rgba(0,200,83,.05),transparent)}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}
.stat-card{text-align:center;padding:2rem;background:var(--okto-gray);border-radius:12px;border:1px solid var(--okto-gray-light)}
.stat-number{font-size:3rem;font-weight:900;color:var(--okto-green);font-family:'Space Mono',monospace}
.stat-label{font-size:.9rem;margin-top:.5rem}

/* Pricing */
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
.pricing-card{background:var(--okto-gray);border:1px solid var(--okto-gray-light);border-radius:24px;padding:2.5rem;text-align:center;transition:all .3s}
.pricing-card.featured{border-color:var(--okto-green);transform:scale(1.05);box-shadow:0 0 40px rgba(0,200,83,.3)}
.pricing-card:hover{transform:translateY(-10px)}
.pricing-badge{display:inline-block;padding:4px 12px;background:var(--okto-green);color:var(--okto-darker);font-size:.75rem;font-weight:700;border-radius:20px;margin-bottom:1rem}
.pricing-price{font-size:3rem;font-weight:900;color:var(--okto-green)}
.pricing-price span{font-size:1rem;color:var(--okto-text)}
.pricing-features{list-style:none;margin:2rem 0;text-align:left}
.pricing-features li{padding:.75rem 0;border-bottom:1px solid var(--okto-gray-light);display:flex;align-items:center;gap:10px}
.pricing-features li::before{content:'✓';color:var(--okto-green);font-weight:bold}

/* Chat Preview */
.chat-preview{background:var(--okto-gray);border-radius:24px;overflow:hidden;max-width:400px;margin:0 auto;box-shadow:0 30px 60px rgba(0,0,0,.3)}
.chat-header{background:linear-gradient(135deg,var(--okto-green),var(--okto-green-dark));padding:1.5rem;display:flex;align-items:center;gap:12px}
.chat-avatar{width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.chat-title{color:var(--okto-darker);font-size:1.1rem;font-weight:600}
.chat-messages{padding:1.5rem;min-height:300px}
.chat-bubble{padding:1rem;border-radius:12px;margin-bottom:1rem;max-width:85%}
.chat-bubble.bot{background:var(--okto-gray-light);border-bottom-left-radius:4px}
.chat-bubble.user{background:var(--okto-green);color:var(--okto-darker);margin-left:auto;border-bottom-right-radius:4px}
.chat-input-area{padding:1rem;border-top:1px solid var(--okto-gray-light);display:flex;gap:10px}
.chat-input-area input{flex:1;background:var(--okto-darker);border:1px solid var(--okto-gray-light);border-radius:8px;padding:.75rem 1rem;color:var(--okto-text);outline:none}
.chat-input-area input:focus{border-color:var(--okto-green)}
.chat-input-area button{background:var(--okto-green);border:none;border-radius:8px;padding:.75rem 1rem;color:var(--okto-darker);cursor:pointer;transition:all .3s}
.chat-input-area button:hover{background:var(--okto-green-light)}

/* Footer */
.site-footer{padding:4rem 2rem 2rem;background:var(--okto-darker);border-top:1px solid var(--okto-gray-light);position:relative;z-index:1}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}
.footer-col h4{color:var(--okto-text-bright);font-weight:600;margin-bottom:1.5rem;font-size:1rem}
.footer-col a{display:block;color:var(--okto-text);padding:.4rem 0;font-size:.9rem}
.footer-col a:hover{color:var(--okto-green);transform:translateX(5px)}
.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--okto-gray-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.85rem;margin:0}

/* Forms */
.form-group{margin-bottom:1.5rem}
.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--okto-text-bright)}
.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;background:var(--okto-darker);border:1px solid var(--okto-gray-light);border-radius:8px;color:var(--okto-text);font-size:1rem;transition:all .3s}
.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--okto-green);box-shadow:0 0 0 3px rgba(0,200,83,.1)}
.form-textarea{min-height:150px;resize:vertical}

/* WP Specific */
.wp-block-button__link{background:linear-gradient(135deg,var(--okto-green),var(--okto-green-dark));color:var(--okto-darker);border-radius:8px}
.entry-content{position:relative;z-index:1}
.widget{background:var(--okto-gray);border:1px solid var(--okto-gray-light);border-radius:12px;padding:1.5rem;margin-bottom:2rem}
.widget-title{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--okto-green)}

/* Responsive */
@media(max-width:768px){
.site-header{padding:1rem}
.main-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:var(--okto-darker);flex-direction:column;padding:1rem;gap:0;border-bottom:1px solid var(--okto-gray-light)}
.main-navigation.active{display:flex}
.main-navigation a{padding:1rem;border-bottom:1px solid var(--okto-gray-light)}
.menu-toggle{display:block}
.hero{padding:100px 1rem 3rem}
.section{padding:4rem 1rem}
.footer-grid{grid-template-columns:1fr;text-align:center}
.footer-bottom{flex-direction:column;text-align:center}
}

/* Utilities */
.text-center{text-align:center}.text-green{color:var(--okto-green)}.text-bright{color:var(--okto-text-bright)}
.mb-0{margin-bottom:0}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}
