
/*
Theme Name: GravityPlus Digital (Single Page)
Theme URI: https://gravityplusdigital.com
Author: GravityPlus
Author URI: https://gravityplusdigital.com
Description: Single-page theme for Marketo landing pages, email templates, and digital marketing services. Uses Tailwind (CDN) + Font Awesome.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gravityplus
*/
:root {
  --gp-primary:#4f46e5;
  --gp-primary-dark:#4338ca;
  --gp-accent:#22c55e;
  --gp-bg:#0b1020;
  --gp-card:#11162a;
  --gp-text:#e5e7eb;
}
html{scroll-behavior:smooth}
body{background:linear-gradient(180deg,#0b1020 0%,#0e1530 100%);color:var(--gp-text)}
.glass{backdrop-filter:saturate(140%) blur(10px);background:rgba(255,255,255,.06)}
.container{max-width:1140px}
.btn-primary{background:var(--gp-primary)}
.btn-primary:hover{background:var(--gp-primary-dark)}
.section{scroll-margin-top:100px}
.fade-up{opacity:0;transform:translateY(12px);animation:fadeUp .7s ease forwards}
@keyframes fadeUp{to{opacity:1;transform:none}}
/* Fix for admin bar overlap on anchor scroll */
body.admin-bar .section{scroll-margin-top:146px}
