/*
Theme Name: Akshay Hooda — Growth Engine
Theme URI: https://akshayhooda.com
Author: Akshay Hooda
Author URI: https://akshayhooda.com
Description: A one-of-a-kind personal brand and digital marketing theme for small business owners. WPBakery-compatible, SEO and AEO ready, with programmatic location pages, free lead-generation tools, a lead-capture chatbot and a built-in bulk on-page SEO editor. Blue, yellow and black design system.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: ah-growth
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ==========================================================
   1. DESIGN TOKENS
   ========================================================== */
:root{
  --ink:#0B0C10;
  --navy:#0A1633;
  --blue:#123DDB;
  --blue-hover:#0E31B4;
  --yellow:#FFD21E;
  --yellow-soft:#FFF3C4;
  --paper:#F7F8FC;
  --white:#FFFFFF;
  --steel:#8A93A8;
  --line:#E3E7F0;
  --danger:#E5484D;
  --success:#2FBF71;

  --font-display:'Archivo',system-ui,sans-serif;
  --font-body:'Figtree',system-ui,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,monospace;

  --radius:14px;
  --radius-lg:22px;
  --shadow:0 10px 40px rgba(10,22,51,.10);
  --shadow-lift:0 18px 60px rgba(18,61,219,.16);
  --wrap:1200px;
  --gutter:clamp(20px,4vw,48px);
}

/* ==========================================================
   2. RESET + BASE
   ========================================================== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
body{
  margin:0;
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.65;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-hover)}
:focus-visible{outline:3px solid var(--yellow);outline-offset:2px;border-radius:4px}

h1,h2,h3,h4{
  font-family:var(--font-display);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.02em;
  color:var(--ink);
  margin:0 0 .5em;
}
h1{font-size:clamp(2.4rem,5.4vw,4.2rem);font-weight:900}
h2{font-size:clamp(1.8rem,3.6vw,2.7rem)}
h3{font-size:clamp(1.2rem,2vw,1.45rem)}
p{margin:0 0 1.2em}

.ah-wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}
.ah-section{padding:clamp(64px,9vw,110px) 0}
.ah-section--dark{background:var(--ink);color:#D7DCE8}
.ah-section--dark h2,.ah-section--dark h3{color:var(--white)}
.ah-section--navy{background:var(--navy);color:#C9D2E6}
.ah-section--navy h2,.ah-section--navy h3{color:var(--white)}

/* Eyebrow label — mono, yellow tick */
.ah-eyebrow{
  font-family:var(--font-mono);
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--blue);
  display:inline-flex;
  align-items:center;
  gap:.5em;
  margin-bottom:14px;
}
.ah-eyebrow::before{content:"";width:10px;height:10px;background:var(--yellow);clip-path:polygon(0 0,100% 50%,0 100%)}
.ah-section--dark .ah-eyebrow,.ah-section--navy .ah-eyebrow{color:var(--yellow)}

/* Yellow highlighter on key words */
.ah-mark{
  background:linear-gradient(transparent 58%,var(--yellow) 58%);
  padding:0 .08em;
}

/* ==========================================================
   3. BUTTONS
   ========================================================== */
.ah-btn{
  display:inline-flex;align-items:center;gap:.55em;
  font-family:var(--font-display);font-weight:700;font-size:1rem;
  padding:15px 28px;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  text-decoration:none;
}
.ah-btn--primary{background:var(--blue);color:#fff}
.ah-btn--primary:hover{background:var(--blue-hover);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lift)}
.ah-btn--yellow{background:var(--yellow);color:var(--ink)}
.ah-btn--yellow:hover{background:#FFDC4E;color:var(--ink);transform:translateY(-2px);box-shadow:0 14px 40px rgba(255,210,30,.35)}
.ah-btn--ghost{background:transparent;border-color:var(--line);color:var(--ink)}
.ah-btn--ghost:hover{border-color:var(--blue);color:var(--blue)}
.ah-section--dark .ah-btn--ghost{border-color:#2A2E3B;color:#fff}
.ah-btn .ah-btn-arrow{transition:transform .18s ease}
.ah-btn:hover .ah-btn-arrow{transform:translateX(4px)}

/* ==========================================================
   4. HEADER
   ========================================================== */
.ah-topbar{
  background:var(--ink);color:#B9C0D0;
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;
}
.ah-topbar .ah-wrap{display:flex;justify-content:space-between;align-items:center;padding-top:8px;padding-bottom:8px;gap:16px}
.ah-topbar a{color:var(--yellow)}
.ah-topbar__badges span{margin-right:14px;white-space:nowrap}
.ah-topbar__badges span::before{content:"▸ ";color:var(--yellow)}

.ah-header{
  position:sticky;top:0;z-index:900;
  background:rgba(247,248,252,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.ah-header .ah-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;padding-bottom:14px}
.ah-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.ah-logo svg{width:46px;height:46px;flex:none}
.ah-logo__text{line-height:1.05}
.ah-logo__name{font-family:var(--font-display);font-weight:900;font-size:1.12rem;color:var(--ink);letter-spacing:-.01em;display:block}
.ah-logo__tag{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);display:block}

.ah-nav ul{list-style:none;display:flex;gap:6px;margin:0;padding:0}
.ah-nav a{
  display:block;padding:10px 14px;border-radius:10px;
  font-weight:600;font-size:.95rem;color:var(--ink);position:relative;
}
.ah-nav a::after{
  content:"";position:absolute;left:14px;right:14px;bottom:6px;height:3px;
  background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;
}
.ah-nav a:hover::after,.ah-nav .current-menu-item a::after{transform:scaleX(1)}
.ah-header__cta{white-space:nowrap}

.ah-burger{display:none;background:none;border:0;cursor:pointer;padding:8px}
.ah-burger span{display:block;width:26px;height:3px;background:var(--ink);margin:5px 0;border-radius:3px;transition:.2s}

/* Scroll progress bar */
.ah-progress{position:fixed;top:0;left:0;height:3px;background:var(--yellow);width:0;z-index:999}

@media(max-width:960px){
  .ah-nav{position:fixed;inset:0;top:0;background:var(--ink);display:none;padding:96px var(--gutter);z-index:950}
  .ah-nav.is-open{display:block}
  .ah-nav ul{flex-direction:column;gap:4px}
  .ah-nav a{color:#fff;font-size:1.35rem;font-family:var(--font-display);padding:14px 0}
  .ah-burger{display:block;z-index:960;position:relative}
  .ah-burger.is-open span{background:#fff}
  .ah-burger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
  .ah-burger.is-open span:nth-child(2){opacity:0}
  .ah-burger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .ah-header__cta{display:none}
  .ah-topbar__badges{display:none}
}

/* ==========================================================
   5. SIGNATURE — THE AUDIT STRIP (yellow ticker)
   ========================================================== */
.ah-strip{
  background:var(--yellow);
  overflow:hidden;white-space:nowrap;
  border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);
  transform:rotate(-1.2deg);margin:-14px 0;position:relative;z-index:5;
}
.ah-strip__track{
  display:inline-block;padding:12px 0;
  font-family:var(--font-mono);font-weight:600;font-size:.86rem;letter-spacing:.08em;
  color:var(--ink);animation:ah-marquee 28s linear infinite;
}
.ah-strip__track span{margin:0 26px}
.ah-strip__track span::before{content:"●";margin-right:26px;font-size:.6em;vertical-align:middle}
@keyframes ah-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.ah-strip__track{animation:none}}

/* ==========================================================
   6. HERO
   ========================================================== */
.ah-hero{background:var(--navy);color:#C9D2E6;position:relative;overflow:hidden;padding:clamp(70px,10vw,130px) 0 clamp(90px,11vw,150px)}
.ah-hero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(600px 400px at 85% 15%,rgba(18,61,219,.45),transparent 65%),
    radial-gradient(500px 380px at 8% 90%,rgba(255,210,30,.10),transparent 60%);
}
.ah-hero .ah-wrap{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,5vw,70px);align-items:center}
.ah-hero h1{color:#fff}
.ah-hero h1 .ah-mark{color:var(--ink)}
.ah-hero__lede{font-size:1.15rem;max-width:52ch;color:#AEB9D4}
.ah-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.ah-hero__proof{margin-top:34px;display:flex;gap:28px;flex-wrap:wrap;font-family:var(--font-mono);font-size:.8rem;color:#8FA0C4}
.ah-hero__proof b{display:block;font-family:var(--font-display);font-size:1.7rem;color:var(--yellow);font-weight:900}

/* Hero audit card */
.ah-audit-card{
  background:#fff;color:var(--ink);border-radius:var(--radius-lg);
  padding:30px;box-shadow:var(--shadow-lift);
  transform:rotate(1.4deg);border-top:6px solid var(--yellow);
}
.ah-audit-card h3{margin-bottom:4px}
.ah-audit-card p{font-size:.92rem;color:var(--steel);margin-bottom:18px}
.ah-audit-card label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--steel);display:block;margin:12px 0 5px}
.ah-audit-card input,.ah-audit-card textarea,
.ah-form input,.ah-form textarea,.ah-form select{
  width:100%;padding:13px 15px;border:2px solid var(--line);border-radius:10px;
  font-family:var(--font-body);font-size:1rem;background:var(--paper);
  transition:border-color .15s;
}
.ah-audit-card input:focus,.ah-form input:focus,.ah-form textarea:focus{border-color:var(--blue);outline:none;background:#fff}
.ah-audit-card .ah-btn{width:100%;justify-content:center;margin-top:18px}
.ah-audit-card__note{font-family:var(--font-mono);font-size:.68rem;color:var(--steel);text-align:center;margin:12px 0 0}

@media(max-width:900px){
  .ah-hero .ah-wrap{grid-template-columns:1fr}
  .ah-audit-card{transform:none}
}

/* ==========================================================
   7. CARDS / GRIDS
   ========================================================== */
.ah-grid{display:grid;gap:26px}
.ah-grid--2{grid-template-columns:repeat(2,1fr)}
.ah-grid--3{grid-template-columns:repeat(3,1fr)}
.ah-grid--4{grid-template-columns:repeat(4,1fr)}
@media(max-width:960px){.ah-grid--3,.ah-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ah-grid--2,.ah-grid--3,.ah-grid--4{grid-template-columns:1fr}}

.ah-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:30px;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s;
}
.ah-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.ah-card::after{
  content:"";position:absolute;top:0;left:30px;width:44px;height:5px;
  background:var(--yellow);border-radius:0 0 5px 5px;opacity:0;transition:opacity .2s;
}
.ah-card:hover::after{opacity:1}
.ah-card__icon{
  width:52px;height:52px;border-radius:14px;background:var(--navy);color:var(--yellow);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:1.4rem;
}
.ah-card__icon svg{width:26px;height:26px}
.ah-card p{color:#5A6479;font-size:.97rem;margin-bottom:0}
.ah-card__link{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;display:inline-block;margin-top:16px}
.ah-card__link::after{content:" →"}

.ah-section--dark .ah-card,.ah-section--navy .ah-card{background:#12141C;border-color:#232735}
.ah-section--dark .ah-card h3,.ah-section--navy .ah-card h3{color:#fff}
.ah-section--dark .ah-card p,.ah-section--navy .ah-card p{color:#9AA3B8}

/* ==========================================================
   8. STATS RAIL
   ========================================================== */
.ah-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}
.ah-stat{background:#fff;padding:30px 26px;text-align:center}
.ah-stat b{font-family:var(--font-display);font-weight:900;font-size:clamp(1.9rem,3.4vw,2.8rem);color:var(--blue);display:block}
.ah-stat b em{font-style:normal;color:var(--yellow);-webkit-text-stroke:1.5px var(--ink)}
.ah-stat span{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--steel)}
@media(max-width:760px){.ah-stats{grid-template-columns:repeat(2,1fr)}}

/* ==========================================================
   9. CTA BAND
   ========================================================== */
.ah-cta{
  background:var(--blue);border-radius:var(--radius-lg);
  padding:clamp(38px,6vw,64px);color:#fff;position:relative;overflow:hidden;
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
}
.ah-cta::before{
  content:"";position:absolute;right:-60px;top:-60px;width:260px;height:260px;
  background:var(--yellow);border-radius:50%;opacity:.16;
}
.ah-cta h2{color:#fff;margin-bottom:8px}
.ah-cta p{color:#C9D6FF;margin:0;max-width:52ch}

/* ==========================================================
   10. LOCATION PAGES
   ========================================================== */
.ah-loc-hero{background:var(--ink);color:#C9D2E6;padding:clamp(56px,8vw,90px) 0}
.ah-loc-hero h1{color:#fff}
.ah-loc-breadcrumb{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;color:var(--steel);margin-bottom:18px}
.ah-loc-breadcrumb a{color:var(--yellow)}
.ah-loc-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.ah-loc-meta span{
  font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;
  border:1px solid #2A2E3B;border-radius:999px;padding:7px 15px;color:#9AA3B8;
}
.ah-loc-grid{columns:3;column-gap:14px}
.ah-loc-grid a{
  display:inline-block;width:100%;margin-bottom:14px;break-inside:avoid;
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 18px;
  font-weight:600;color:var(--ink);transition:.15s;
}
.ah-loc-grid a:hover{border-color:var(--blue);color:var(--blue);transform:translateX(4px)}
.ah-loc-grid a small{display:block;font-family:var(--font-mono);font-size:.66rem;color:var(--steel);font-weight:400;text-transform:uppercase;letter-spacing:.08em}
@media(max-width:900px){.ah-loc-grid{columns:2}}
@media(max-width:560px){.ah-loc-grid{columns:1}}

.ah-country-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}
.ah-country-tabs button{
  font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;
  padding:9px 18px;border-radius:999px;border:2px solid var(--line);background:#fff;cursor:pointer;transition:.15s;
}
.ah-country-tabs button.is-active,.ah-country-tabs button:hover{background:var(--ink);color:var(--yellow);border-color:var(--ink)}

/* ==========================================================
   11. TOOLS
   ========================================================== */
.ah-tool{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:clamp(26px,4vw,42px);margin-bottom:40px;box-shadow:var(--shadow);
}
.ah-tool__head{display:flex;gap:18px;align-items:flex-start;margin-bottom:24px}
.ah-tool__num{
  font-family:var(--font-mono);font-weight:700;color:var(--ink);
  background:var(--yellow);border-radius:10px;padding:8px 13px;font-size:.95rem;flex:none;
}
.ah-tool__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}
@media(max-width:820px){.ah-tool__grid{grid-template-columns:1fr}}
.ah-tool label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--steel);display:block;margin:14px 0 6px}
.ah-tool input[type=text],.ah-tool input[type=number],.ah-tool input[type=url],.ah-tool select,.ah-tool textarea{
  width:100%;padding:13px 15px;border:2px solid var(--line);border-radius:10px;font-size:1rem;background:var(--paper);font-family:var(--font-body);
}
.ah-tool input:focus,.ah-tool select:focus,.ah-tool textarea:focus{border-color:var(--blue);outline:none;background:#fff}
.ah-tool input[type=range]{width:100%;accent-color:var(--blue)}
.ah-tool__result{
  background:var(--navy);color:#C9D2E6;border-radius:var(--radius);
  padding:28px;position:sticky;top:110px;
}
.ah-tool__result h4{color:var(--yellow);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}
.ah-tool__big{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,4vw,3rem);color:#fff;line-height:1}
.ah-tool__big small{font-size:.9rem;font-family:var(--font-mono);font-weight:400;color:var(--yellow);display:block;margin-top:6px}
.ah-tool__rows{margin-top:20px;border-top:1px solid #23305A;padding-top:14px}
.ah-tool__rows div{display:flex;justify-content:space-between;padding:7px 0;font-size:.9rem}
.ah-tool__rows b{color:#fff}
.ah-meter{height:10px;background:#1A2547;border-radius:99px;overflow:hidden;margin-top:16px}
.ah-meter i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--yellow));border-radius:99px;transition:width .4s ease}
.ah-serp{background:#fff;border-radius:12px;padding:18px 20px;font-family:arial,sans-serif;margin-top:14px}
.ah-serp__url{color:#202124;font-size:.8rem}
.ah-serp__title{color:#1a0dab;font-size:1.15rem;line-height:1.3;margin:3px 0}
.ah-serp__desc{color:#4d5156;font-size:.85rem;line-height:1.5}
.ah-pill{display:inline-block;font-family:var(--font-mono);font-size:.68rem;padding:4px 11px;border-radius:99px;margin-top:10px}
.ah-pill--ok{background:rgba(47,191,113,.15);color:var(--success)}
.ah-pill--warn{background:rgba(255,210,30,.2);color:#B8940A}
.ah-pill--bad{background:rgba(229,72,77,.14);color:var(--danger)}

/* ==========================================================
   12. BLOG
   ========================================================== */
.ah-post-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.ah-post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.ah-post-card__thumb{aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy),var(--blue));position:relative;overflow:hidden}
.ah-post-card__thumb img{width:100%;height:100%;object-fit:cover}
.ah-post-card__cat{
  position:absolute;top:14px;left:14px;background:var(--yellow);color:var(--ink);
  font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;
  padding:6px 12px;border-radius:99px;font-weight:600;z-index:2;
}
.ah-post-card__body{padding:24px;display:flex;flex-direction:column;flex:1}
.ah-post-card__body h3{font-size:1.18rem}
.ah-post-card__body h3 a{color:var(--ink)}
.ah-post-card__body h3 a:hover{color:var(--blue)}
.ah-post-card__meta{font-family:var(--font-mono);font-size:.7rem;color:var(--steel);margin-top:auto;padding-top:14px;letter-spacing:.05em}

.ah-single{background:#fff}
.ah-single__content{max-width:760px;margin:0 auto;padding:clamp(44px,6vw,72px) var(--gutter)}
.ah-single__content h2{margin-top:1.6em}
.ah-single__content img{border-radius:var(--radius)}
.ah-single__content blockquote{
  border-left:5px solid var(--yellow);margin:1.6em 0;padding:.4em 0 .4em 1.4em;
  font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:var(--navy);
}

/* ==========================================================
   13. FOOTER
   ========================================================== */
.ah-footer{background:var(--ink);color:#9AA3B8;padding:0 0 34px;margin-top:0;position:relative}
.ah-footer__cta-lift{transform:translateY(-50%);}
.ah-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding:70px 0 44px;border-bottom:1px solid #1D2130}
.ah-footer h4{color:#fff;font-size:.95rem;margin-bottom:16px}
.ah-footer h4::after{content:"";display:block;width:26px;height:3px;background:var(--yellow);margin-top:8px;border-radius:3px}
.ah-footer ul{list-style:none;margin:0;padding:0}
.ah-footer li{margin-bottom:10px}
.ah-footer a{color:#9AA3B8;font-size:.92rem}
.ah-footer a:hover{color:var(--yellow)}
.ah-footer__brand p{font-size:.92rem;max-width:34ch}
.ah-footer__social{display:flex;gap:10px;margin-top:18px}
.ah-footer__social a{
  width:40px;height:40px;border:1px solid #2A2E3B;border-radius:10px;
  display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-mono);font-size:.8rem;transition:.15s;
}
.ah-footer__social a:hover{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}
.ah-footer__legal{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:26px;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em}
@media(max-width:900px){.ah-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ah-footer__grid{grid-template-columns:1fr}}

/* ==========================================================
   14. CHATBOT
   ========================================================== */
.ah-bot-toggle{
  position:fixed;right:22px;bottom:22px;z-index:980;
  width:62px;height:62px;border-radius:50%;border:0;cursor:pointer;
  background:var(--yellow);box-shadow:0 12px 34px rgba(0,0,0,.28);
  display:flex;align-items:center;justify-content:center;transition:transform .18s;
}
.ah-bot-toggle:hover{transform:scale(1.07)}
.ah-bot-toggle svg{width:30px;height:30px}
.ah-bot{
  position:fixed;right:22px;bottom:96px;z-index:981;
  width:min(380px,calc(100vw - 32px));height:520px;max-height:70vh;
  background:#fff;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.3);
  display:none;flex-direction:column;overflow:hidden;
}
.ah-bot.is-open{display:flex}
.ah-bot__head{background:var(--navy);color:#fff;padding:18px 20px;display:flex;align-items:center;gap:12px}
.ah-bot__head b{font-family:var(--font-display)}
.ah-bot__head small{display:block;font-family:var(--font-mono);font-size:.64rem;color:var(--yellow);letter-spacing:.08em}
.ah-bot__dot{width:9px;height:9px;background:var(--success);border-radius:50%;margin-left:auto;box-shadow:0 0 0 4px rgba(47,191,113,.2)}
.ah-bot__log{flex:1;overflow-y:auto;padding:18px;background:var(--paper);display:flex;flex-direction:column;gap:10px}
.ah-bot__msg{max-width:82%;padding:11px 15px;border-radius:16px;font-size:.92rem;line-height:1.45}
.ah-bot__msg--bot{background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px;align-self:flex-start}
.ah-bot__msg--user{background:var(--blue);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}
.ah-bot__quick{display:flex;flex-wrap:wrap;gap:8px;align-self:flex-start}
.ah-bot__quick button{
  background:#fff;border:2px solid var(--blue);color:var(--blue);border-radius:99px;
  padding:7px 15px;font-size:.82rem;font-weight:600;cursor:pointer;transition:.12s;
}
.ah-bot__quick button:hover{background:var(--blue);color:#fff}
.ah-bot__input{display:flex;gap:8px;padding:13px;border-top:1px solid var(--line);background:#fff}
.ah-bot__input input{flex:1;border:2px solid var(--line);border-radius:99px;padding:11px 17px;font-size:.94rem}
.ah-bot__input input:focus{border-color:var(--blue);outline:none}
.ah-bot__input button{background:var(--yellow);border:0;border-radius:50%;width:44px;height:44px;cursor:pointer;flex:none;font-size:1.1rem}

/* ==========================================================
   15. FAQ (AEO)
   ========================================================== */
.ah-faq{max-width:820px;margin:0 auto}
.ah-faq details{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  margin-bottom:12px;overflow:hidden;
}
.ah-faq summary{
  cursor:pointer;padding:20px 24px;font-family:var(--font-display);font-weight:700;font-size:1.05rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.ah-faq summary::-webkit-details-marker{display:none}
.ah-faq summary::after{content:"+";font-size:1.5rem;color:var(--blue);flex:none;transition:transform .2s}
.ah-faq details[open] summary::after{transform:rotate(45deg)}
.ah-faq details[open]{border-color:var(--blue)}
.ah-faq .ah-faq__a{padding:0 24px 22px;color:#5A6479}

/* ==========================================================
   16. UTILITIES / WPBakery harmony
   ========================================================== */
.ah-center{text-align:center}
.ah-max-720{max-width:720px;margin-left:auto;margin-right:auto}
.ah-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.ah-reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.ah-reveal{opacity:1;transform:none}}
.vc_row{margin-left:0!important;margin-right:0!important}
.wpb_content_element{margin-bottom:0}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--yellow);color:var(--ink);padding:12px 20px;z-index:9999;font-weight:700}
.skip-link:focus{left:0}
