/*
Theme Name: RankWeb Theme
Theme URI: https://rankweb24.com
Author: Rank Web
Author URI: https://rankweb24.com
Description: Official WordPress theme for RankWeb — Grow Fast. Rank First.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: rankweb
*/

/* ========== CSS VARIABLES ========== */
:root {
  --primary:    #1E40AF;
  --navy:       #0F2878;
  --green:      #22C55E;
  --amber:      #F59E0B;
  --text:       #111111;
  --muted:      #475569;
  --light:      #EFF6FF;
  --border:     #E2E8F0;
  --white:      #FFFFFF;
  --shadow:     0 4px 24px rgba(15,40,120,0.10);
  --radius:     12px;
  --font-head:  'Montserrat', sans-serif;
  --font-body:  'Poppins', sans-serif;
}

/* ========== RESET ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: #fff; line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
