/*
Theme Name: AdsGuru Landing
Theme URI: https://adsguru.my
Author: AdsGuru
Description: AdsGuru Command Center - Dark Green Marketing Landing Page
Version: 2.2
*/

:root {
  --green-dark: #1B3D1B;
  --green-mid: #234823;
  --green-light: #2d5a2d;
  --gold: #C9A227;
  --gold-hover: #b8911f;
  --cream: #FAF7F2;
  --cream-dark: #F2EDE4;
  --text-dark: #1A1A1A;
  --text-mid: #444444;
  --text-light: #FFFFFF;
  --border: #E5DDD0;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
}

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

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