/* ═══════════════════════════════════════════════
   GOOGLE ADS PAGE — Additional styles
   Only rules not already defined in main.css.
   Loaded exclusively on template-google-ads.php.
═══════════════════════════════════════════════ */

/* ── Section / layout utilities ──────────────── */
.section     { padding: clamp(72px,8vw,112px) 0; }
.section-alt { background: var(--mist); }
.section-dark{ background: var(--ink); }
.wrap        { width: var(--w); margin: 0 auto; }

/* ── Button variants (dark-bg ghost, light outline) */
.btn-ghost {
  display:inline-flex; align-items:center; gap:9px;
  background:rgba(255,255,255,.04); color:rgba(255,255,255,.8);
  font-family:var(--ff-body); font-size:.95rem; font-weight:500;
  padding:13px 26px; border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.15);
  transition:all .25s var(--ease);
}
.btn-ghost:hover { border-color:rgba(255,255,255,.35); color:#fff; transform:translateY(-2px); }
.btn-out {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:var(--ink);
  font-family:var(--ff-body); font-size:.88rem; font-weight:600;
  padding:11px 22px; border-radius:var(--r2);
  border:1.5px solid var(--line2);
  transition:all .25s var(--ease);
}
.btn-out:hover { border-color:var(--fire); color:var(--fire); }

/* ── Hero ─────────────────────────────────────── */
/* Body already has padding-top:70px on non-homepage;
   hero-body top padding is visual breathing room only. */
.is-ads-page .hero-body {
  padding: 80px 0 72px;
  gap: 56px;
}
.admin-bar.is-ads-page .hero-body { padding-top: 112px; } /* 80 + 32px admin bar */
@media screen and (max-width: 782px) {
  .admin-bar.is-ads-page .hero-body { padding-top: 126px; } /* 80 + 46px admin bar */
}
@media(max-width:960px) {
  .is-ads-page .hero-body { grid-template-columns:1fr; padding-top:110px; }
  .hero-right-col { display:none !important; }
}
@media(max-width:768px) {
  .is-ads-page .hero-body { padding-top:90px; }
}

/* Glow orbs */
.hero-glow {
  position:absolute; top:-80px; right:-60px;
  width:560px; height:560px; border-radius:50%;
  background:radial-gradient(circle,rgba(240,98,12,.14) 0%,transparent 68%);
  pointer-events:none; z-index:1;
}
.hero-glow2 {
  position:absolute; bottom:-60px; left:-80px;
  width:400px; height:400px; border-radius:50%;
  background:radial-gradient(circle,rgba(22,43,71,.7) 0%,transparent 70%);
  pointer-events:none; z-index:1;
}

/* Hero pill dot */
.hero-pill-dot {
  width:6px; height:6px; border-radius:50%;
  background:var(--fire); flex-shrink:0;
  animation:dotPulse 2s infinite;
}
@keyframes dotPulse {
  0%,100% { box-shadow:0 0 4px var(--fire); }
  50%     { box-shadow:0 0 12px var(--fire); }
}

/* h1 class variants (different names from homepage) */
.h1-dim     { display:block; font-style:italic; font-weight:300; color:rgba(255,255,255,.5); margin-bottom:2px; }
.h1-white   { color:#fff; font-weight:700; }
.h1-fire    { color:var(--fire); font-weight:700; }
.h1-underline {
  display:block; color:#fff; font-weight:700;
  position:relative; padding-bottom:6px;
}
.h1-underline::after {
  content:''; position:absolute; left:0; bottom:0;
  height:3px; width:0;
  background:linear-gradient(90deg,var(--fire),transparent);
  border-radius:2px;
  transition:width 1.4s .7s var(--ease);
}
.h1-underline.drawn::after { width:100%; }

/* Hero entry animations (scoped to ads page) */
.is-ads-page .hero-pill    { opacity:0; animation:fadeUp .6s .10s var(--ease) forwards; }
.is-ads-page .hero-h1      { opacity:0; animation:fadeUp .7s .25s var(--ease) forwards; }
.is-ads-page .hero-sub     { opacity:0; animation:fadeUp .7s .40s var(--ease) forwards; color:rgba(255,255,255,.52); }
.is-ads-page .hero-actions { opacity:0; animation:fadeUp .7s .55s var(--ease) forwards; }
.is-ads-page .hero-stats   { opacity:0; animation:fadeUp .7s .75s var(--ease) forwards; }
.hero-right-col            { opacity:0; animation:fadeIn .9s .45s var(--ease) forwards; }

@keyframes fadeUp  { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes fadeIn  { from { opacity:0; transform:scale(.97); }       to { opacity:1; transform:scale(1); } }
@keyframes floatBob{ 0%,100% { transform:translateY(0); }            50% { transform:translateY(-6px); } }

@media (prefers-reduced-motion:reduce) {
  .is-ads-page .hero-pill,.is-ads-page .hero-h1,.is-ads-page .hero-sub,
  .is-ads-page .hero-actions,.is-ads-page .hero-stats,.hero-right-col {
    opacity:1; animation:none;
  }
  .hero-pill-dot,.ticker-track { animation:none; }
}

/* Hero stats bar (3-column grid version) */
.hero-stats {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:1px; background:var(--line);
  border-top:1px solid var(--line); margin-top:48px;
}
.hero-stats .hstat { padding:24px 0; background:var(--ink); display:flex; flex-direction:column; gap:4px; }
.hero-stats .hstat-n { font-family:var(--ff-head); font-size:2.2rem; font-weight:700; letter-spacing:-.03em; color:#fff; line-height:1; }
.hero-stats .hstat-n sup { font-size:1rem; color:var(--fire); vertical-align:super; }
.hero-stats .hstat-l { font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.38); font-weight:500; }

/* ── Ticker (different class names from homepage) */
.ticker-l,.ticker-r {
  position:absolute; top:0; width:100px; height:100%;
  z-index:2; pointer-events:none;
}
.ticker-l { left:0;  background:linear-gradient(90deg,var(--ink),transparent); }
.ticker-r { right:0; background:linear-gradient(-90deg,var(--ink),transparent); }
.ticker-track {
  display:flex; align-items:center; white-space:nowrap;
  animation:tickerRun 38s linear infinite;
  font-family:var(--ff-head); font-size:3rem; font-weight:900;
  line-height:1; letter-spacing:-.03em;
  color:transparent; -webkit-text-stroke:1.5px rgba(255,255,255,.2);
  user-select:none;
}
.ticker-track span { padding:0 18px; }
.ticker-track .sp  { color:var(--fire); -webkit-text-stroke:0; font-size:.9rem; padding:0 6px; }
@keyframes tickerRun { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* ── Google Ads Dashboard Panel ─────────────── */
.hero-right-col { position:relative; }
.ads-panel {
  background:#111827;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px; overflow:hidden;
  box-shadow:0 32px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04);
}
.ads-topbar {
  padding:11px 16px;
  background:rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.07);
  display:flex; align-items:center; justify-content:space-between;
}
.ads-dots { display:flex; gap:6px; }
.ads-dot  { width:9px; height:9px; border-radius:50%; }
.ads-dot.r { background:#ff5f57; }
.ads-dot.y { background:#febc2e; }
.ads-dot.g { background:#28c840; }
.ads-label { font-size:.65rem; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.35); font-weight:500; }
.ads-metrics {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:1px; background:rgba(255,255,255,.06);
  margin:12px; border-radius:var(--r1); overflow:hidden;
}
.ads-metric { background:var(--ink2); padding:14px 12px; text-align:center; }
.ads-metric-n { font-family:var(--ff-head); font-size:1.5rem; font-weight:900; color:var(--fire); line-height:1; }
.ads-metric-l { font-size:.62rem; color:rgba(255,255,255,.4); margin-top:3px; text-transform:uppercase; letter-spacing:.07em; }
.ads-metric-trend     { font-size:.7rem; color:#4ade80; margin-top:2px; font-weight:600; }
.ads-metric-trend.neg { color:#f87171; }
.ads-chart {
  margin:0 12px; height:80px; border-radius:var(--r1);
  background:rgba(240,98,12,.04); border:1px solid rgba(240,98,12,.1); overflow:hidden;
}
.ads-chart svg { width:100%; height:100%; }
.chart-line {
  stroke-dasharray:500; stroke-dashoffset:500;
  animation:drawAdsChart 2.5s 1s ease-out forwards;
}
@keyframes drawAdsChart { to { stroke-dashoffset:0; } }
.ads-keywords { padding:10px 12px 0; }
.ads-kw-label { font-size:.6rem; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.1em; margin-bottom:7px; }
.ads-kw-row {
  display:flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:6px;
  background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.05);
  margin-bottom:5px;
}
.ads-kw-pos {
  min-width:22px; height:18px; border-radius:4px;
  background:var(--fire); color:#fff; font-size:9px; font-weight:700;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.ads-kw-pos.top2 { background:rgba(255,255,255,.1); color:rgba(255,255,255,.5); }
.ads-kw-text  { flex:1; font-size:.75rem; color:rgba(255,255,255,.6); }
.ads-kw-text b{ color:#fff; font-weight:500; }
.ads-kw-badge {
  font-size:.62rem; font-weight:600; padding:2px 6px; border-radius:4px;
  background:rgba(34,197,94,.15); color:#4ade80; border:1px solid rgba(34,197,94,.25);
}
.ads-footer {
  padding:8px 14px 12px;
  display:flex; align-items:center; justify-content:space-between;
}
.ads-footer-tag { font-size:.6rem; color:rgba(255,255,255,.3); text-transform:uppercase; letter-spacing:.07em; }
.ads-roas   { display:flex; align-items:center; gap:6px; }
.ads-roas-n { font-family:var(--ff-head); font-size:1.1rem; font-weight:800; color:var(--fire); }
.ads-roas-l { font-size:.62rem; color:rgba(255,255,255,.35); }

/* Floating badge on hero */
.float-badge {
  position:absolute; right:-14px; bottom:-14px;
  background:#fff; border-radius:10px; padding:10px 14px;
  display:flex; align-items:center; gap:10px;
  box-shadow:0 12px 32px rgba(0,0,0,.45); min-width:192px;
  animation:floatBob 4s ease-in-out infinite;
}
.float-badge-icon {
  width:34px; height:34px; border-radius:7px;
  background:var(--fire); display:flex; align-items:center; justify-content:center;
  flex-shrink:0; color:#fff;
}
.float-badge-n { font-size:.85rem; font-weight:700; color:var(--ink); line-height:1.2; }
.float-badge-l { font-size:.62rem; color:#6b7280; margin-top:2px; }

/* ── About section ───────────────────────────── */
.about-grid {
  display:grid; grid-template-columns:5fr 6fr;
  gap:80px; align-items:center;
}
@media(max-width:860px) { .about-grid { grid-template-columns:1fr; gap:48px; } }
.about-img-wrap { position:relative; }
/* .about-img and .about-badge already in main.css */
.about-tag {
  position:absolute; top:18px; left:18px;
  background:var(--fire); color:#fff;
  font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  padding:7px 13px; border-radius:6px;
  box-shadow:0 4px 16px rgba(240,98,12,.45);
  display:inline-flex; align-items:center; gap:6px;
  text-decoration:none;
}
/* Credential icon (SVG wrapper — homepage uses .cred-dot for emoji) */
.cred-icon {
  width:32px; height:32px; background:var(--ember); border-radius:var(--r1);
  display:flex; align-items:center; justify-content:center;
  color:var(--fire); flex-shrink:0;
}

/* ── Why Choose section ──────────────────────── */
.why-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:20px; margin-top:56px;
}
@media(max-width:860px) { .why-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px) { .why-grid { grid-template-columns:1fr; } }
.why-card {
  background:#fff; border:1px solid var(--line2); border-radius:var(--r2);
  padding:28px; position:relative; overflow:hidden;
  transition:all .3s var(--ease);
}
.why-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2.5px;
  background:var(--fire); transform:scaleX(0); transform-origin:left;
  transition:transform .35s var(--ease);
}
.why-card:hover::before { transform:scaleX(1); }
.why-card:hover { border-color:transparent; box-shadow:0 12px 40px rgba(8,17,31,.1); transform:translateY(-2px); }
.why-n { font-family:var(--ff-head); font-size:3.5rem; font-weight:900; color:var(--mist); line-height:1; margin-bottom:16px; }
.why-card h3 { font-family:var(--ff-head); font-size:1.02rem; font-weight:800; color:var(--ink); margin-bottom:8px; letter-spacing:-.01em; }
.why-card p  { font-size:.85rem; color:#5A5550; line-height:1.65; }

/* ── Process timeline additions ──────────────── */
/* .pt-step/.pt-num/.pt-card base styles are in main.css;
   we only add the vertical line and interactive effects. */
.is-ads-page .process-timeline { position:relative; margin-top:56px; }
.is-ads-page .process-timeline::before {
  content:''; position:absolute; left:26px; top:32px; bottom:32px;
  width:2px; background:linear-gradient(to bottom,var(--fire),rgba(240,98,12,.1));
}
.is-ads-page .pt-step:hover .pt-num {
  background:var(--fire); border-color:var(--fire); color:#fff;
  box-shadow:0 0 0 6px rgba(240,98,12,.15);
}
.is-ads-page .pt-step:hover .pt-card {
  border-color:rgba(240,98,12,.25);
  box-shadow:0 8px 32px rgba(8,17,31,.08);
  transform:translateX(4px);
}

/* ── Industries section ──────────────────────── */
#industries { background:var(--ink); position:relative; overflow:hidden; }
#industries::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(240,98,12,.07),transparent);
  pointer-events:none;
}
.ind-wrap { position:relative; z-index:1; width:var(--w); margin:0 auto; }
.ind-grid {
  display:grid; grid-template-columns:repeat(3,1fr);
  gap:16px; margin-top:48px;
}
@media(max-width:860px) { .ind-grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:540px) { .ind-grid { grid-template-columns:1fr; } }
.ind-card {
  background:rgba(255,255,255,.04); border:1px solid var(--line);
  border-radius:var(--r2); padding:24px 22px;
  transition:all .3s var(--ease);
  display:flex; align-items:center; gap:14px;
}
.ind-card:hover { background:rgba(255,255,255,.08); border-color:rgba(240,98,12,.25); transform:translateY(-2px); }
.ind-icon {
  width:40px; height:40px; background:var(--ember); border-radius:var(--r1);
  display:flex; align-items:center; justify-content:center; color:var(--fire); flex-shrink:0;
}
.ind-card h3 { font-family:var(--ff-head); font-size:.95rem; font-weight:700; color:#fff; line-height:1.25; margin:0; }

/* ── Proof / Results section ─────────────────── */
#proof { background:var(--chalk); }
.proof-img-wrap { margin-top:40px; text-align:center; }
.proof-img-wrap img {
  max-width:900px; width:100%;
  border-radius:var(--r3);
  box-shadow:0 20px 60px rgba(8,17,31,.15);
  border:1px solid var(--line2); margin:0 auto;
}
.proof-caption { font-size:.9rem; color:#777; font-style:italic; margin-top:18px; max-width:700px; line-height:1.65; }

/* ── FAQ layout for this page ────────────────── */
/* .fitem/.fq/.fa/.fa-inner/.faq-cta are already in main.css */
.faq-grid {
  display:grid; grid-template-columns:1fr 1fr;
  gap:80px; align-items:start;
}
@media(max-width:860px) { .faq-grid { grid-template-columns:1fr; gap:48px; } }
.faq-list { display:flex; flex-direction:column; gap:8px; margin-top:40px; }
