/*
Theme Name: Ecodrank Solutions
Theme URI: https://ecodrank.com
Author: Ecodrank
Author URI: https://ecodrank.com
Description: Lightweight landing theme for agencies — ships with a modern one-page front page and a basic page template.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecodrank
Tags: one-column, custom-colors, custom-menu, custom-logo
*/
:root{
  --bg:#0f172a;--bg-2:#0b1224;--panel:#0b1224;--text:#e2e8f0;--muted:#94a3b8;
  --brand:#6366f1;--brand-2:#22d3ee;--ring:rgba(99,102,241,.25);--card:#0f172a;
  --line:rgba(148,163,184,.25);
}
body{background:linear-gradient(180deg,var(--bg-2),var(--bg));color:var(--text);}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
/* Minimal base styles; most layout in assets/css/landing.css */