/*
Theme Name: MarketingRobotAI Landing Page
Theme URI: https://marketingrobotai.com
Author: AukeJomm
Author URI: https://aukejongbloed.nl/
Description: Pre-launch landing page theme for MarketingRobotAI
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marketingrobotai-landingpage
*/

:root {
  --primary-color: #2563eb;
  --primary-dark: #1e40af;
  --secondary-color: #10b981;
  --dark-bg: #0f172a;
  --dark-surface: #1e293b;
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --accent: #f59e0b;
  --max-width: 1280px;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--dark-bg);
  overflow-x: hidden;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
