/*
Theme Name: Geoniq Landing
Theme URI: https://geoniq.us
Author: Geoniq Team
Author URI: https://geoniq.us
Description: Dark elegant landing page theme for Geoniq - AI Visibility Platform
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: Proprietary
Text Domain: nexgeo-landing
*/

/* Base Styles */
:root {
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --accent-green: #4ade80;
  --gradient-start: #22d3ee;
  --gradient-end: #4ade80;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent-green);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Remove default WordPress admin bar margin */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
}
