/*
Theme Name: Adnovative 2026
Theme URI: https://adnovative.com/
Author: Adnovative
Description: Tema corporativo a medida para Adnovative, convertido desde la nueva web HTML y preparado para convivir con Elementor, Elementor Pro, WP Fastest Cache, WP Mail SMTP y Yoast SEO.
Version: 1.0.7
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: adnovative
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root { --adn-blue:#2037E1; --adn-navy:#0E0E52; --adn-ink:#F0F0F7; --adn-bg:#08081A; }
* { box-sizing: border-box; }
body { margin:0; }
.site-shell { min-height:100vh; background:#08081A; color:#F0F0F7; font-family:Inter,system-ui,-apple-system,sans-serif; }
.site-header { position:relative; z-index:10; border-bottom:1px solid rgba(255,255,255,.1); background:#08081A; }
.site-header__inner,.site-footer__inner,.wp-default-content { width:min(1200px,calc(100% - 40px)); margin-inline:auto; }
.site-header__inner { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.site-header img,.site-footer img { width:auto; height:18px; display:block; }
.site-header a,.site-footer a { color:inherit; text-decoration:none; }
.site-header__nav ul { display:flex; gap:22px; margin:0; padding:0; list-style:none; }
.site-header__cta { padding:10px 16px; border-radius:999px; background:#2037E1; color:#fff !important; }
.wp-default-content { padding-block:72px; line-height:1.65; }
.wp-default-content a { color:#8187D4; }
.wp-default-content img { max-width:100%; height:auto; }
.site-footer { padding:30px 0; border-top:1px solid rgba(255,255,255,.1); background:#08081A; color:#AFB1CE; }
.site-footer__inner { display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.site-footer__legal ul { display:flex; flex-wrap:wrap; gap:10px 20px; margin:0; padding:0; list-style:none; }
.site-footer__legal a { color:inherit; text-decoration:none; }
.site-footer__legal a:hover,.site-footer__legal a:focus-visible { color:#fff; }
@media (max-width:760px){ .site-header__nav{display:none}.site-header__inner{min-height:64px}.wp-default-content{padding-block:48px} }
