/*
Theme Name: Nexo AI Theme
Theme URI: https://example.com/
Author: Ronen & ChatGPT
Author URI: https://example.com/
Description: Lightweight full-width theme optimized for Elementor, inspired by the Nexo AI design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexo-ai
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, #041529 0, #020617 40%, #00010a 100%);
  color: #e5f4ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: #22d3ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.site-header {
  padding: 20px 8vw 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo-circle {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid #22d3ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.6);
}

.site-logo-circle span {
  font-size: 18px;
  font-weight: 700;
  color: #22d3ee;
}

.site-title {
  font-size: 22px;
  font-weight: 700;
  color: #e0faff;
}

.site-nav a {
  margin-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.site-main {
  flex: 1;
  padding: 10px 8vw 40px;
}

.site-footer {
  padding: 16px 8vw 24px;
  font-size: 12px;
  opacity: 0.6;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

/* Elementor canvas adjustments */
.elementor-page .site-main {
  padding: 0;
}

.elementor-page .entry-content {
  margin: 0;
}

/* Basic content width for non‑Elementor pages */
.entry-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* Chatbot container helper class (optional) */
.nexo-chatbot {
  max-width: 640px;
  margin: 24px 0;
  padding: 18px 20px 14px;
  background: rgba(2, 10, 26, 0.92);
  border-radius: 16px;
  border: 1px solid #00e5ff;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.35);
  backdrop-filter: blur(12px);
}
