/*
Theme Name: AegisTool
Theme URI: https://aegistool.com
Author: AegisTool
Author URI: https://aegistool.com
Description: Privacy & AI compliance platform theme for AegisTool.
Version: 1.2.0
License: GNU General Public License v2 or later
Text Domain: aegistool
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Bitter:wght@300;400;500;600&display=swap');

:root {
  --anchor: #0f172a;
  --secondary: #06248c;
  --hero: #0a39e7;
  --accent: #82aaff;
  --border: #e2e8f0;
  --surface: #f8fafc;
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Bitter', serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; }
body { background: var(--surface); color: var(--anchor); font-family: var(--font-body); font-size: 40px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
button { font-family: inherit; }

/* ═══ NAV ═══ */
.at-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.3s; padding: 20px 0; }
.at-nav.scrolled { background: rgba(248,250,252,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 12px 0; }
.at-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }

/* Logo — 3x = 108px */
.at-logo { display: flex; align-items: center; gap: 10px; }
.at-logo img,
.at-nav .at-logo img,
.at-footer .at-logo img { height: 108px; width: auto; display: block; }

.at-nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.at-nav-link { font-family: var(--font-head); font-size: 15px; font-weight: 500; color: #64748b; padding: 8px 14px; border-radius: 8px; transition: all 0.2s; display: block; }
.at-nav-link:hover { color: var(--anchor); background: rgba(10,57,231,0.04); }
.at-nav-link.active, .current-menu-item .at-nav-link { color: var(--hero); background: rgba(10,57,231,0.06); }
.at-nav-cta { margin-left: 8px; }
.at-mobile-toggle { display: none; background: none; border: none; cursor: pointer; width: 32px; height: 24px; position: relative; }
.at-mobile-toggle span { display: block; width: 100%; height: 2px; background: var(--anchor); border-radius: 2px; position: absolute; left: 0; transition: 0.2s; }
.at-mobile-toggle span:nth-child(1) { top: 2px; }
.at-mobile-toggle span:nth-child(2) { top: 11px; }
.at-mobile-toggle span:nth-child(3) { top: 20px; }

/* ═══ BUTTONS ═══ */
.at-btn-primary,
a.at-btn-primary,
button.at-btn-primary { font-family: var(--font-head); font-weight: 600; font-size: 16px; background: var(--hero); color: #fff; border: none; border-radius: 10px; padding: 14px 28px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.25s; line-height: 1.4; }
.at-btn-primary:hover, a.at-btn-primary:hover { background: var(--secondary); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(10,57,231,0.25); color: #fff; }
.at-btn-ghost, a.at-btn-ghost { font-family: var(--font-head); font-weight: 600; font-size: 16px; background: transparent; color: var(--anchor); border: 1.5px solid var(--border); border-radius: 10px; padding: 14px 28px; cursor: pointer; transition: all 0.25s; display: inline-block; line-height: 1.4; }
.at-btn-ghost:hover { border-color: var(--accent); color: var(--hero); }
.at-btn-outline, a.at-btn-outline { font-family: var(--font-head); font-weight: 600; font-size: 16px; background: transparent; color: var(--anchor); border: 1.5px solid var(--border); border-radius: 10px; padding: 14px 28px; cursor: pointer; transition: all 0.25s; display: inline-block; line-height: 1.4; }
.at-btn-outline:hover { border-color: var(--hero); color: var(--hero); }
.at-btn-lg, a.at-btn-lg { font-size: 18px; padding: 16px 36px; border-radius: 12px; }
.at-btn-full, a.at-btn-full { width: 100%; justify-content: center; text-align: center; }

/* ═══ LAYOUT ═══ */
.at-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.at-section { padding: 96px 0; }
.at-section-dark { background: var(--anchor); }

/* ═══ SECTION LABELS ═══ */
.at-section-label { display: flex; align-items: center; gap: 16px; justify-content: center; margin-bottom: 20px; }
.at-section-label-line { height: 1px; width: 40px; background: var(--accent); opacity: 0.5; }
.at-section-label-text { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--hero); text-transform: uppercase; letter-spacing: 2px; }

/* ═══ TYPOGRAPHY — Headlines 1.5x, Body 2.5x ═══ */
.at-section-title { font-family: var(--font-head); font-size: 60px; font-weight: 800; color: var(--anchor); text-align: center; letter-spacing: -1.5px; line-height: 1.15; margin-bottom: 20px; }
.at-section-desc { font-size: 45px; color: #64748b; text-align: center; max-width: 800px; margin: 0 auto 56px; line-height: 1.5; }
.at-gradient-text { background: linear-gradient(135deg, var(--hero) 0%, var(--accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ═══ HERO ═══ */
.at-hero { position: relative; padding: 200px 0 100px; overflow: hidden; background: var(--surface); }
.at-hero-grid-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(10,57,231,0.06) 1px, transparent 0); background-size: 40px 40px; }
.at-hero-glow { position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 600px; background: radial-gradient(ellipse, rgba(10,57,231,0.08) 0%, transparent 70%); pointer-events: none; }
.at-hero-content { position: relative; text-align: center; }
.at-hero-title { font-family: var(--font-head); font-size: 84px; font-weight: 800; line-height: 1.08; letter-spacing: -3px; color: var(--anchor); margin-bottom: 28px; }
.at-hero-subtitle { font-size: 47px; color: #64748b; max-width: 780px; margin: 0 auto 48px; line-height: 1.5; }
.at-hero-actions { display: flex; gap: 16px; justify-content: center; margin-bottom: 64px; }
.at-hero-frameworks { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.at-framework-badge { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border: 1px solid; border-radius: 12px; background: #fff; }
.at-framework-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.at-framework-label { font-family: var(--font-head); font-size: 16px; font-weight: 700; }
.at-framework-region { font-size: 14px; color: #94a3b8; }

/* ═══ FEATURE CARDS ═══ */
.at-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.at-feature-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px 28px; opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.at-feature-card.visible { opacity: 1; transform: translateY(0); }
.at-feature-card:hover { border-color: var(--accent); box-shadow: 0 8px 32px rgba(10,57,231,0.06); }
.at-feature-card.visible:hover { transform: translateY(-4px); }
.at-feature-icon { width: 64px; height: 64px; border-radius: 14px; background: rgba(10,57,231,0.04); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.at-feature-icon img { width: 36px; height: 36px; }
.at-feature-card h3 { font-family: var(--font-head); font-size: 26px; font-weight: 700; margin-bottom: 10px; color: var(--anchor); }
.at-feature-card p { font-size: 36px; color: #64748b; line-height: 1.5; }

/* ═══ STATS ═══ */
.at-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; padding: 20px 0; }
.at-stat-number { font-family: var(--font-head); font-size: 72px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 8px; }
.at-stat-label { font-size: 35px; color: rgba(255,255,255,0.5); }

/* ═══ STEPS ═══ */
.at-steps { max-width: 800px; margin: 0 auto; }
.at-step { display: flex; gap: 24px; margin-bottom: 48px; align-items: flex-start; }
.at-step-num { font-family: var(--font-head); font-size: 48px; font-weight: 800; color: var(--accent); opacity: 0.5; flex-shrink: 0; min-width: 60px; }
.at-step-content h3 { font-family: var(--font-head); font-size: 30px; font-weight: 700; margin-bottom: 10px; color: var(--anchor); }
.at-step-content p { font-size: 38px; color: #64748b; line-height: 1.5; }

/* ═══ CTA ═══ */
.at-cta-section { background: linear-gradient(135deg, var(--hero) 0%, var(--secondary) 100%); }
.at-cta-inner { text-align: center; }
.at-cta-inner h2 { font-family: var(--font-head); font-size: 60px; font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -1.5px; }
.at-cta-inner p { font-size: 45px; color: rgba(255,255,255,0.7); margin-bottom: 36px; max-width: 640px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.at-cta-inner .at-btn-primary { background: #fff; color: var(--hero); }
.at-cta-inner .at-btn-primary:hover { background: #f0f4ff; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* ═══ PAGE HERO ═══ */
.at-page-hero { position: relative; padding: 200px 0 80px; text-align: center; overflow: hidden; background: var(--surface); }
.at-page-title { font-family: var(--font-head); font-size: 72px; font-weight: 800; color: var(--anchor); line-height: 1.1; letter-spacing: -2px; margin-bottom: 24px; }
.at-page-subtitle { font-size: 45px; color: #64748b; max-width: 780px; margin: 0 auto; line-height: 1.5; }

/* ═══ CONSENT PAGE — Product Split ═══ */
.at-product-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.at-product-info h2 { font-family: var(--font-head); font-size: 48px; font-weight: 800; color: var(--anchor); margin-bottom: 32px; }
.at-product-features { display: flex; flex-direction: column; gap: 24px; }
.at-product-feature { display: flex; gap: 16px; align-items: flex-start; }
.at-product-feature-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--hero); flex-shrink: 0; margin-top: 12px; }
.at-product-feature h4 { font-family: var(--font-head); font-size: 23px; font-weight: 700; color: var(--anchor); margin-bottom: 4px; }
.at-product-feature p { font-size: 35px; color: #64748b; line-height: 1.5; }
.at-product-preview-col { position: sticky; top: 160px; }

/* ═══ CONSENT PREVIEW CONTROLS — Strong selectors to override WP ═══ */
.at-preview-controls { display: flex; gap: 20px; margin-bottom: 20px; }
.at-preview-control-group { flex: 1; }
.at-preview-label { font-family: var(--font-head) !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 1.5px; color: #94a3b8 !important; display: block; margin-bottom: 8px; }

.at-seg-control {
  display: flex !important;
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.at-seg-control button,
.at-seg-control button[type="button"],
.at-seg-control button[data-pos],
.at-seg-control button[data-style] {
  flex: 1 !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: var(--font-head) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  transition: all 0.2s !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  outline: none !important;
}
.at-seg-control button.active,
.at-seg-control button[data-pos].active,
.at-seg-control button[data-style].active {
  background: var(--hero) !important;
  color: #fff !important;
}
.at-seg-control button:hover:not(.active) {
  background: rgba(10,57,231,0.04) !important;
  color: var(--anchor) !important;
}

/* ═══ BANNER PREVIEW ═══ */
.at-banner-preview { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.at-preview-site { position: relative; height: 400px; background: var(--surface); overflow: hidden; }
.at-preview-site-bar { height: 32px; background: #fff; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.at-preview-site-bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); display: inline-block; }
.at-preview-site-content { padding: 20px; }
.at-preview-block { height: 10px; background: var(--border); border-radius: 4px; margin-bottom: 10px; }
.w40 { width: 40%; } .w50 { width: 50%; } .w60 { width: 60%; } .w70 { width: 70%; } .w80 { width: 80%; } .w90 { width: 90%; }

/* Banner position & style states */
.at-preview-banner { position: absolute; transition: all 0.35s ease; left: 0; right: 0; z-index: 10; }
.at-preview-banner.pos-bottom { bottom: 0; top: auto; }
.at-preview-banner.pos-top { top: 32px; bottom: auto; }
.at-preview-banner.pos-center { top: 32px; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.35); }
.at-preview-banner-inner { background: var(--anchor); padding: 16px 20px; transition: all 0.35s ease; }
.at-preview-banner.style-bar .at-preview-banner-inner { border-radius: 0; margin: 0; }
.at-preview-banner.style-popup .at-preview-banner-inner { border-radius: 14px; margin: 12px; }
.at-preview-banner.style-floating { left: auto !important; right: 12px; max-width: 260px; }
.at-preview-banner.style-floating.pos-bottom { bottom: 12px; }
.at-preview-banner.style-floating.pos-top { top: 44px; }
.at-preview-banner.style-floating .at-preview-banner-inner { border-radius: 14px; }
.at-preview-banner.pos-center .at-preview-banner-inner { max-width: 300px; border-radius: 14px; width: 100%; }

.at-preview-banner-title { font-family: var(--font-head); font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.at-preview-banner-text { font-size: 10px; color: rgba(255,255,255,0.6); line-height: 1.5; margin-bottom: 12px; }
.at-preview-banner-btns { display: flex; gap: 6px; flex-wrap: wrap; }
.at-preview-btn-accept { background: var(--hero); color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 10px; font-weight: 600; font-family: var(--font-head); display: inline-block; }
.at-preview-btn-reject { background: transparent; color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.2); padding: 6px 14px; border-radius: 6px; font-size: 10px; font-family: var(--font-head); display: inline-block; }
.at-preview-btn-prefs { color: rgba(255,255,255,0.4); font-size: 10px; font-family: var(--font-head); text-decoration: underline; padding: 6px 8px; display: inline-block; }

/* ═══ CODE BLOCK ═══ */
.at-code-block { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 28px 32px; text-align: left; max-width: 700px; margin: 0 auto; }
.at-code-block code { font-family: 'SFMono-Regular', Consolas, monospace; font-size: 15px; color: var(--accent); line-height: 2.2; }

/* ═══ POLICY TABS ═══ */
.at-policy-tabs { display: flex; gap: 8px; margin-bottom: 48px; justify-content: center; }
.at-policy-tab,
button.at-policy-tab {
  display: inline-flex !important; align-items: center; gap: 10px;
  font-family: var(--font-head) !important; font-size: 16px !important; font-weight: 600 !important;
  color: #94a3b8 !important; background: #fff !important; border: 1.5px solid var(--border) !important;
  border-radius: 12px !important; padding: 14px 28px !important; cursor: pointer !important;
  transition: all 0.25s; line-height: 1.4 !important; box-shadow: none !important;
}
button.at-policy-tab:hover { border-color: var(--accent) !important; }
button.at-policy-tab.active { color: var(--hero) !important; border-color: var(--hero) !important; background: rgba(10,57,231,0.03) !important; }
.at-policy-tab img { width: 22px; height: 22px; }

/* Policy panels — hide all, show active */
.at-policy-panel { display: none !important; }
.at-policy-panel.active { display: block !important; }

.at-policy-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.at-policy-detail-info h2 { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: var(--anchor); margin-bottom: 12px; }
.at-policy-detail-info > p { font-size: 38px; color: #64748b; line-height: 1.5; margin-bottom: 28px; }
.at-policy-detail-info h4 { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--anchor); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.at-policy-fields { display: flex; flex-direction: column; gap: 14px; }
.at-policy-field { display: flex; align-items: center; gap: 10px; font-size: 36px; color: #475569; }
.at-policy-field svg { flex-shrink: 0; }

/* ═══ DOC PREVIEW ═══ */
.at-doc-preview { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.at-doc-header { height: 40px; background: var(--surface); border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 16px; gap: 12px; }
.at-doc-dots { display: flex; gap: 5px; }
.at-doc-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); display: inline-block; }
.at-doc-filename { font-family: var(--font-head); font-size: 12px; color: #94a3b8; }
.at-doc-body { padding: 32px 28px; }
.at-doc-title-bar { height: 14px; width: 50%; background: var(--anchor); border-radius: 3px; margin-bottom: 20px; opacity: 0.15; }
.at-doc-subtitle-bar { height: 10px; width: 35%; background: var(--hero); border-radius: 3px; margin-bottom: 14px; opacity: 0.2; }
.at-doc-line { height: 7px; background: var(--border); border-radius: 3px; margin-bottom: 8px; }
.at-doc-spacer { height: 24px; }

/* ═══ AI COMPARISON ═══ */
.at-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.at-ai-comparison { display: flex; flex-direction: column; gap: 16px; }
.at-compare-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.at-compare-card.featured { border-color: var(--hero); box-shadow: 0 8px 32px rgba(10,57,231,0.08); }
.at-compare-badge { font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 5px 14px; border-radius: 20px; display: inline-block; margin-bottom: 12px; }
.at-compare-badge.template { background: var(--surface); color: #64748b; }
.at-compare-badge.ai { background: rgba(10,57,231,0.08); color: var(--hero); }
.at-compare-card h4 { font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--anchor); margin-bottom: 8px; }
.at-compare-card p { font-size: 35px; color: #64748b; line-height: 1.5; }
.at-ai-providers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.at-ai-provider { font-family: var(--font-head); font-size: 12px; font-weight: 600; color: var(--hero); background: rgba(10,57,231,0.06); padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(10,57,231,0.12); }

/* ═══ AI PROVIDERS GRID ═══ */
.at-ai-providers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.at-ai-provider-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; text-align: center; transition: all 0.3s; }
.at-ai-provider-card:hover { border-color: var(--accent); box-shadow: 0 8px 24px rgba(10,57,231,0.06); }
.at-ai-provider-card h4 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--anchor); margin-bottom: 8px; }
.at-ai-provider-card p { font-size: 32px; color: #64748b; line-height: 1.5; }

/* ═══ AI POLICY PAGE ═══ */
.at-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.at-framework-detail { padding: 20px 0; }
.at-framework-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.at-fw-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-top: 3px solid; border-radius: 14px; padding: 24px; }
.at-fw-card h4 { font-family: var(--font-head); font-size: 24px; font-weight: 700; margin-bottom: 16px; }
.at-fw-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 34px; color: rgba(255,255,255,0.7); }
.at-fw-item svg { flex-shrink: 0; }

/* ═══ PRICING ═══ */
.at-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.at-price-card { background: #fff; border: 1.5px solid var(--border); border-radius: 20px; padding: 36px 32px; position: relative; transition: all 0.3s; }
.at-price-card:hover { border-color: var(--accent); }
.at-price-card.featured { border-color: var(--hero); box-shadow: 0 12px 48px rgba(10,57,231,0.1); transform: scale(1.03); }
.at-price-popular { font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; background: var(--hero); padding: 6px 16px; border-radius: 20px; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.at-price-name { font-family: var(--font-head); font-size: 27px; font-weight: 700; color: var(--anchor); margin-bottom: 16px; }
.at-price-amount { display: flex; align-items: flex-start; margin-bottom: 4px; }
.at-price-dollar { font-family: var(--font-head); font-size: 30px; font-weight: 700; color: var(--anchor); margin-top: 8px; }
.at-price-number { font-family: var(--font-head); font-size: 78px; font-weight: 800; color: var(--anchor); line-height: 1; letter-spacing: -2px; }
.at-price-period { font-size: 32px; color: #94a3b8; margin-bottom: 12px; }
.at-price-desc { font-size: 35px; color: #64748b; line-height: 1.5; margin-bottom: 24px; }
.at-price-features { margin-top: 24px; border-top: 1px solid var(--border); padding-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.at-price-feature { display: flex; align-items: center; gap: 10px; font-size: 34px; color: #475569; }
.at-price-feature svg { flex-shrink: 0; }

/* ═══ FAQ ═══ */
.at-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin: 40px auto 0; text-align: left; }
.at-faq { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.at-faq h4 { font-family: var(--font-head); font-size: 23px; font-weight: 700; color: var(--anchor); margin-bottom: 12px; line-height: 1.4; }
.at-faq p { font-size: 35px; color: #64748b; line-height: 1.5; }

/* ═══ FOOTER ═══ */
.at-footer { background: var(--anchor); padding: 80px 0 40px; color: #fff; }
.at-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.at-footer-brand .at-logo img { filter: brightness(0) invert(1); }
.at-footer-desc { font-size: 35px; color: rgba(255,255,255,0.5); line-height: 1.5; max-width: 300px; }
.at-footer-col h4 { font-family: var(--font-head); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.at-footer-col ul { list-style: none; }
.at-footer-col a, .at-footer-col span { display: block; font-size: 35px; color: rgba(255,255,255,0.6); margin-bottom: 12px; transition: color 0.2s; }
.at-footer-col a:hover { color: var(--accent); }
.at-footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; font-size: 32px; color: rgba(255,255,255,0.3); }
.at-footer-bottom-links { display: flex; gap: 24px; }
.at-footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }

/* ═══ ANIMATIONS ═══ */
.at-animate { opacity: 0; transform: translateY(24px); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.at-animate.visible { opacity: 1; transform: translateY(0); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  body { font-size: 28px; }
  .at-hero-title { font-size: 48px; }
  .at-page-title { font-size: 42px; }
  .at-section-title { font-size: 36px; }
  .at-cta-inner h2 { font-size: 36px; }
  .at-hero, .at-page-hero { padding-top: 160px; }
  .at-hero-subtitle, .at-page-subtitle, .at-section-desc, .at-cta-inner p { font-size: 32px; }
  .at-hero-actions { flex-direction: column; align-items: center; }
  .at-hero-frameworks { flex-direction: column; align-items: center; }
  .at-product-split, .at-policy-detail, .at-two-col { grid-template-columns: 1fr; gap: 40px; }
  .at-ai-grid, .at-framework-cards { grid-template-columns: 1fr; }
  .at-pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .at-price-card.featured { transform: none; }
  .at-stats-row { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .at-faq-grid { grid-template-columns: 1fr; }
  .at-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .at-nav-links { display: none; position: fixed; top: 100px; left: 0; right: 0; background: rgba(248,250,252,0.98); backdrop-filter: blur(12px); flex-direction: column; padding: 24px; border-bottom: 1px solid var(--border); gap: 4px; }
  .at-nav-links.open { display: flex; }
  .at-mobile-toggle { display: block; }
  .at-nav-cta { margin-left: 0; margin-top: 12px; }
  .at-policy-tabs { flex-direction: column; }
  .at-preview-controls { flex-direction: column; }
  .at-ai-providers-grid { grid-template-columns: repeat(2, 1fr); }
  .at-logo img, .at-nav .at-logo img, .at-footer .at-logo img { height: 72px; }
}
