/*
Theme Name: AgencyTraq Marketing
Theme URI: https://agencytraq.com/
Author: AgencyTraq
Description: Public-facing marketing theme for AgencyTraq. Designed for agencytraq.com with a polished SaaS landing page, features, platform overview, demo and contact CTAs.
Version: 1.0.7
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: agencytraq-marketing
*/

:root{
  --atq-ink:#182544;
  --atq-purple:#14386f;
  --atq-purple-2:#2d86ff;
  --atq-gold:#2d86ff;
  --atq-cream:#fdfcf8;
  --atq-paper:#ffffff;
  --atq-soft:#f7fbff;
  --atq-muted:#5f6d82;
  --atq-border:#dbe6f4;
  --atq-green:#eaf5eb;
  --atq-green-ink:#2f6b3e;
  --atq-shadow:0 20px 60px rgba(20,56,111,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fffefb 0%,#fbfcff 52%,#f7fbff 100%);color:var(--atq-ink);font-family:Lato,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;position:relative;overflow-x:hidden}\nbody:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.55;background-image:radial-gradient(circle at 18% 12%,rgba(45,134,255,.06) 0,rgba(45,134,255,0) 26%),radial-gradient(circle at 82% 18%,rgba(20,56,111,.045) 0,rgba(20,56,111,0) 24%),radial-gradient(circle at 74% 72%,rgba(45,134,255,.04) 0,rgba(45,134,255,0) 22%),linear-gradient(rgba(255,255,255,.6),rgba(255,255,255,.6)),repeating-linear-gradient(0deg,rgba(20,56,111,.018) 0,rgba(20,56,111,.018) 1px,transparent 1px,transparent 14px),repeating-linear-gradient(90deg,rgba(20,56,111,.012) 0,rgba(20,56,111,.012) 1px,transparent 1px,transparent 14px);mix-blend-mode:normal;z-index:-1}
a{color:inherit}
img{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,252,248,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,56,111,.08)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;font-size:22px;letter-spacing:-.03em}
.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--atq-purple);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 18px rgba(74,31,93,.18)}
.brand-mark span{transform:translateY(-1px)}
.nav-wrap{display:flex;align-items:center;gap:10px}
.primary-nav ul{display:flex;list-style:none;gap:4px;margin:0;padding:0}
.primary-nav a{display:inline-flex;align-items:center;min-height:42px;padding:0 12px;text-decoration:none;border-radius:10px;font-size:14px;font-weight:800;color:#42516b}
.primary-nav a:hover{background:#fff;color:#14386f}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:900;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--atq-purple);color:#fff;box-shadow:0 9px 24px rgba(20,56,111,.18)}
.btn-primary:hover{transform:translateY(-1px);background:#102f5e}
.btn-secondary{background:#fff;color:var(--atq-purple);border-color:var(--atq-border)}
.btn-secondary:hover{border-color:#bfd2ef;color:#0f2c57}
.hero{padding:88px 0 64px;background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.18)),radial-gradient(circle at 90% 15%,rgba(45,134,255,.16),transparent 35%),radial-gradient(circle at 10% 30%,rgba(20,56,111,.08),transparent 32%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:56px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--atq-border);font-size:12px;font-weight:900;color:#3b5d90;box-shadow:0 5px 16px rgba(42,24,50,.04)}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--atq-gold)}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;color:#182544;letter-spacing:-.02em}
.hero h1{font-size:clamp(50px,6vw,82px);line-height:.96;margin:22px 0 22px}
.hero h1 em{font-style:normal;color:var(--atq-purple)}
.hero p{font-size:19px;max-width:700px;color:#5b6a80;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.trust-row{display:flex;flex-wrap:wrap;gap:16px 24px;margin-top:30px;color:#607089;font-size:13px;font-weight:800}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
.trust-row i{width:20px;height:20px;border-radius:50%;background:var(--atq-green);color:var(--atq-green-ink);display:grid;place-items:center;font-style:normal;font-size:12px}
.product-frame{position:relative;padding:16px;border-radius:28px;background:linear-gradient(145deg,#14386f,#0d2347);box-shadow:0 32px 80px rgba(13,35,71,.24)}
.product-window{overflow:hidden;border-radius:19px;background:#fbfcff;border:1px solid rgba(255,255,255,.44)}
.product-topbar{height:48px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #ece6ee}
.product-logo{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:13px;color:#14386f}.product-logo img{width:94px;height:auto;max-height:28px;object-fit:contain;display:block}.window-dots{display:flex;gap:6px}.window-dots span{width:8px;height:8px;border-radius:50%;background:#d9d3dc}
.product-body{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:430px}
.mock-nav{padding:18px 12px;background:#0f2c57;color:#fff}.mock-nav strong{display:block;margin-bottom:18px;font-size:14px}.mock-nav-brand{display:flex!important;align-items:center;gap:8px}.mock-nav-brand img{width:25px;height:25px;object-fit:contain;display:block}.mock-nav span{display:block;padding:10px 10px;border-radius:9px;color:#d3e2fb;font-size:11px;font-weight:800}.mock-nav span.active{background:rgba(255,255,255,.14);color:#fff}
.mock-main{padding:22px;background:#fcfdff}.mock-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mock-title div h3{font-family:Lato,system-ui,sans-serif;margin:0;font-size:18px}.mock-title small{color:#8a808d}.mock-pills{display:flex;gap:6px}.mock-pills b{width:58px;height:24px;border-radius:999px;background:#eee8f1}.mock-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-kpis article{padding:16px;border:1px solid #e8e1ea;border-radius:14px;background:#fff}.mock-kpis small{display:block;color:#8a808d;font-size:10px;font-weight:900}.mock-kpis strong{display:block;margin-top:5px;font-size:23px}.mock-panels{display:grid;grid-template-columns:1.1fr .9fr;gap:10px;margin-top:10px}.mock-panel{min-height:180px;border:1px solid #e8e1ea;border-radius:14px;background:#fff;padding:14px}.mock-lines span{display:block;height:10px;border-radius:999px;background:#eeeaf0;margin:12px 0}.mock-lines span:nth-child(2){width:84%}.mock-lines span:nth-child(3){width:66%}.mock-list div{display:flex;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #f0ebf2}.mock-list i{width:28px;height:28px;border-radius:9px;background:#eee7f1}.mock-list span{height:8px;border-radius:999px;background:#ebe5ed;flex:1}
.logo-strip{padding:18px 0 28px}.logo-strip p{text-align:center;color:#807684;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.logo-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.logo-chip{padding:9px 14px;border:1px solid var(--atq-border);border-radius:999px;background:#fff;color:#6d626f;font-size:12px;font-weight:900}
.section{padding:84px 0}.section-white{background:rgba(255,255,255,.74);backdrop-filter:blur(4px)}.section-head{max-width:760px;margin-bottom:36px}.section-head .eyebrow{margin-bottom:15px}.section h2{font-size:clamp(38px,4vw,56px);line-height:1.03;margin:0 0 15px}.section-head p{font-size:17px;color:#6e6471;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-card{padding:26px;border:1px solid var(--atq-border);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(20,56,111,.05)}.feature-icon{width:46px;height:46px;border-radius:14px;background:#eaf2ff;color:var(--atq-purple);display:grid;place-items:center;font-size:20px;font-weight:900}.feature-card h3{font-family:Lato,system-ui,sans-serif;font-size:18px;margin:18px 0 8px}.feature-card p{margin:0;color:#706674;font-size:14px}.feature-card ul{margin:16px 0 0;padding-left:18px;color:#607089;font-size:13px}.feature-card li{margin:7px 0}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.steps{display:grid;gap:12px}.step{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:16px;border-radius:16px;border:1px solid var(--atq-border);background:#fff}.step b{width:42px;height:42px;border-radius:13px;background:var(--atq-purple);color:#fff;display:grid;place-items:center}.step h3{font-family:Lato,system-ui,sans-serif;margin:0 0 4px;font-size:16px}.step p{margin:0;color:#706674;font-size:13px}.quote-card{padding:32px;border-radius:24px;background:linear-gradient(145deg,#14386f,#0d2347);color:#fff;box-shadow:var(--atq-shadow)}.quote-card h3{color:#fff;font-size:34px;margin:0 0 14px}.quote-card p{color:#dce8fb;margin:0 0 22px;font-size:16px}.quote-card .metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quote-card .metric-grid div{padding:16px;border-radius:14px;background:rgba(255,255,255,.08)}.quote-card strong{display:block;font-size:25px}.quote-card small{color:#c9dbfb}
.pricing-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.price-card{padding:28px;border:1px solid var(--atq-border);border-radius:22px;background:#fff;position:relative}.price-card.featured{border-color:#6a9ef0;box-shadow:0 18px 50px rgba(20,56,111,.13)}.price-badge{position:absolute;right:20px;top:18px;padding:6px 9px;border-radius:999px;background:#e7f0ff;color:#14386f;font-size:10px;font-weight:900}.price-card h3{font-family:Lato,system-ui,sans-serif;font-size:20px;margin:0}.price-card .price{font-family:"Cormorant Garamond",Georgia,serif;font-size:42px;font-weight:800;margin:14px 0 4px}.price-card .sub{color:#7d737f;font-size:13px}.price-card ul{margin:20px 0;padding:0;list-style:none}.price-card li{padding:9px 0;border-bottom:1px solid #f0ebf2;color:#5e5661;font-size:13px}.price-card li:before{content:"✓";margin-right:8px;color:#2d86ff;font-weight:900}
.cta-band{padding:62px 0}.cta-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:38px 42px;border-radius:28px;background:linear-gradient(135deg,#14386f,#0d2347);color:#fff;box-shadow:0 28px 65px rgba(50,22,61,.25)}.cta-card h2{color:#fff;margin:0 0 10px;font-size:44px}.cta-card p{margin:0;color:#e3d9e7}.cta-card .btn-primary{background:var(--atq-gold);color:#fff;box-shadow:none}.cta-card .btn-primary:hover{background:#1e74e8}
.site-footer{padding:48px 0 30px;background:#0b1830;color:#d7e3f4}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr);gap:28px}.footer-brand p{max-width:360px;color:#b7c9df;font-size:13px}.footer-col strong{display:block;color:#fff;margin-bottom:10px}.footer-col a{display:block;color:#c6d7ee;text-decoration:none;font-size:13px;padding:5px 0}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);font-size:12px;color:#9eb4d2}
.mobile-toggle{display:none;border:0;background:#fff;width:42px;height:42px;border-radius:10px;font-size:22px}
@media(max-width:980px){.hero-grid,.split-section{grid-template-columns:1fr}.hero{padding-top:62px}.product-frame{max-width:760px}.feature-grid,.pricing-wrap{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.primary-nav{display:none}.mobile-toggle{display:inline-grid;place-items:center}.primary-nav.is-open{display:block;position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--atq-border);border-radius:16px;padding:10px;box-shadow:var(--atq-shadow)}.primary-nav.is-open ul{display:grid}.primary-nav.is-open a{width:100%}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.hero h1{font-size:50px}.hero p{font-size:17px}.product-body{grid-template-columns:1fr}.mock-nav{display:none}.mock-panels{grid-template-columns:1fr}.feature-grid,.pricing-wrap,.footer-grid{grid-template-columns:1fr}.cta-card{grid-template-columns:1fr;padding:30px}.header-actions .btn-secondary{display:none}.section{padding:64px 0}.quote-card .metric-grid{grid-template-columns:1fr 1fr}.footer-bottom{display:grid}.mock-kpis{grid-template-columns:1fr 1fr 1fr}.hero-actions .btn{width:100%}.site-header .brand-logo,.site-header .custom-logo-link img{width:126px;max-height:30px}.site-footer .brand-logo,.site-footer .custom-logo-link img{width:122px;max-height:28px}}

.site-header .brand-logo{width:146px;height:auto;display:block}.site-footer .brand-logo{width:138px;height:auto;display:block}.site-header .custom-logo-link img{width:146px;height:auto;max-height:34px;object-fit:contain;display:block}.site-footer .custom-logo-link img{width:138px;height:auto;max-height:32px;object-fit:contain;display:block}


/* v1.0.3 — one AgencyTraq offer; no public tier/white-label packaging */
.platform-offer{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:22px;align-items:stretch}
.platform-offer-main,.platform-offer-side{border:1px solid var(--atq-border);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(20,56,111,.05)}
.platform-offer-main{padding:34px}
.platform-offer-main h3{font-family:Lato,system-ui,sans-serif;font-size:22px;margin:0 0 10px;color:#182544}
.platform-offer-main>p{margin:0;color:#627089;font-size:15px;max-width:720px}
.platform-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:24px 0}
.platform-offer-grid div{padding:15px;border-radius:15px;background:#f8fbff;border:1px solid #e6eef8}
.platform-offer-grid strong{display:block;font-size:14px;color:#332839;margin-bottom:4px}
.platform-offer-grid span{display:block;color:#687791;font-size:12px;line-height:1.45}
.platform-offer-side{padding:30px;background:linear-gradient(145deg,#0f2c57,#14386f);color:#fff;display:flex;flex-direction:column;justify-content:center}
.platform-offer-side small{font-size:11px;font-weight:900;letter-spacing:.08em;color:#cfe0fb}
.platform-offer-side h3{font-size:34px;color:#fff;margin:8px 0 10px;line-height:1.04}
.platform-offer-side p{margin:0 0 22px;color:#dde9fb;font-size:14px;line-height:1.6}
.platform-offer-side .btn{align-self:flex-start;background:var(--atq-gold);color:#0d2347;box-shadow:none}
@media(max-width:980px){.platform-offer{grid-template-columns:1fr}.platform-offer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.platform-offer-main,.platform-offer-side{padding:24px}.platform-offer-grid{grid-template-columns:1fr}.platform-offer-side h3{font-size:30px}}


/* v1.0.6 — brighter background + subtle texture */
.feature-card,.step,.platform-offer-main,.price-card,.logo-chip{background:rgba(255,255,255,.92)}
.quote-card .metric-grid div{background:rgba(255,255,255,.10)}


/* v1.0.7 — light footer wordmark for dark footer */
.footer-brand-link{display:inline-flex;align-items:center}
.footer-brand-logo{width:146px;height:auto;display:block}
@media(max-width:700px){.footer-brand-logo{width:132px}}
