/* ===========================================================================
 * atp-fanpage.css — "Chăm sóc Fanpage" service page (post 9003) bespoke design
 * system. Ported 1:1 from theme static/Fanpage-standalone.html <style>, with
 * EVERY selector scoped under .aa-fanpage-scope so nothing leaks into the theme
 * or other pages. Chrome (nav/header/footer/phone/burger/brand) intentionally
 * dropped — the PHP shell renders header/footer.
 *
 * Headings: text-align declared explicitly inside scope (Rule 13) so the
 * Elementor container's text-align can't recentre section heads.
 * Buttons on dark/gradient backgrounds keep #fff text (Rule 13 contrast).
 * ======================================================================== */

/* --- base + tokens (scoped; was :root/body/*) --- */
.aa-fanpage-scope{
  --fb:#1877f2;--fb-2:#0b5fce;--cyan:#00a8ff;--mint:#16c784;--lime:#b6f36a;
  --yellow:#ffd166;--coral:#ff6b4a;--ink:#101522;--ink-2:#344052;--muted:#718095;
  --bg:#f4f7fb;--paper:#fff;--line:#dce5ef;--dark:#07111f;--radius:22px;
  --shadow:0 28px 90px -54px rgba(7,17,31,.58);--shadow-soft:0 18px 50px -36px rgba(7,17,31,.38);
  color:var(--ink);letter-spacing:0;text-align:left
}
.aa-fanpage-scope *{box-sizing:border-box;margin:0;padding:0}
.aa-fanpage-scope a{color:inherit;text-decoration:none}
.aa-fanpage-scope button,.aa-fanpage-scope input,.aa-fanpage-scope textarea{font:inherit}
.aa-fanpage-scope .container{width:min(1370px,calc(100% - 48px));margin:0 auto}

/* --- buttons --- */
.aa-fanpage-scope .btn{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border:1px solid transparent;border-radius:16px;font-size:14px;font-weight:850;white-space:nowrap;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}
.aa-fanpage-scope .btn:active{transform:translateY(1px)}
.aa-fanpage-scope .btn-primary{background:linear-gradient(135deg,var(--fb),var(--cyan));color:#fff;box-shadow:0 16px 42px -22px rgba(24,119,242,.75)}
.aa-fanpage-scope .btn-primary:hover{transform:translateY(-1px)}
.aa-fanpage-scope .btn-dark{background:var(--dark);color:#fff;box-shadow:0 18px 44px -26px rgba(7,17,31,.9)}
.aa-fanpage-scope .btn-mint{background:var(--mint);color:#06140f;box-shadow:0 16px 38px -24px rgba(22,199,132,.75)}
.aa-fanpage-scope .btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}
.aa-fanpage-scope .btn-lg{height:56px;padding:0 24px;font-size:15px}

/* --- chips --- */
.aa-fanpage-scope .chip{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12.5px;font-weight:820;color:var(--ink-2)}
.aa-fanpage-scope .chip::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 5px rgba(22,199,132,.12)}

/* --- hero --- */
.aa-fanpage-scope .hero{position:relative;overflow:hidden;background:
  radial-gradient(circle at 18% 12%,rgba(0,168,255,.15),transparent 30%),
  radial-gradient(circle at 80% 18%,rgba(22,199,132,.18),transparent 27%),
  linear-gradient(180deg,#f8fbff 0%,#eff5fb 100%);
  padding:72px 0 54px}
.aa-fanpage-scope .hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:42px;align-items:center}
.aa-fanpage-scope .hero h1{font-size:clamp(40px,4.6vw,64px);line-height:1.02;letter-spacing:-.04em;font-weight:920;margin:18px 0;text-align:left;overflow-wrap:break-word}
.aa-fanpage-scope .hero h1 span{color:var(--fb)}
.aa-fanpage-scope .hero-sub{font-size:18px;line-height:1.68;color:var(--ink-2);max-width:620px}
.aa-fanpage-scope .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.aa-fanpage-scope .hero-proof{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px;max-width:620px}
.aa-fanpage-scope .proof-pill{border:1px solid var(--line);background:rgba(255,255,255,.82);border-radius:18px;padding:14px;box-shadow:var(--shadow-soft)}
.aa-fanpage-scope .proof-pill b{display:block;font-size:24px;letter-spacing:-.04em}
.aa-fanpage-scope .proof-pill span{display:block;margin-top:3px;color:var(--muted);font-size:12.5px;font-weight:720}

/* --- hero ops-board (dark) --- */
.aa-fanpage-scope .ops-board{border:1px solid #273345;background:#0b1322;border-radius:34px;box-shadow:var(--shadow);overflow:hidden;color:#fff}
.aa-fanpage-scope .ops-top{height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1)}
.aa-fanpage-scope .ops-title{display:flex;align-items:center;gap:10px;font-weight:900}
.aa-fanpage-scope .fb-dot{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--fb),var(--cyan));display:grid;place-items:center;font-weight:950}
.aa-fanpage-scope .live{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(22,199,132,.12);border:1px solid rgba(22,199,132,.28);color:#c7ffe7;font-size:12px;font-weight:820}
.aa-fanpage-scope .live::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint)}
.aa-fanpage-scope .ops-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:0}
.aa-fanpage-scope .content-calendar{padding:20px;border-right:1px solid rgba(255,255,255,.1)}
.aa-fanpage-scope .week-row{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:14px}
.aa-fanpage-scope .day{min-height:92px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:18px;padding:10px;display:flex;flex-direction:column;justify-content:space-between}
.aa-fanpage-scope .day b{font-size:12px;color:#dbe7f6}
.aa-fanpage-scope .day span{font-size:11.5px;color:rgba(255,255,255,.58);line-height:1.35}
.aa-fanpage-scope .day.hot{background:linear-gradient(180deg,rgba(24,119,242,.22),rgba(22,199,132,.15));border-color:rgba(0,168,255,.35)}
.aa-fanpage-scope .post-preview{margin-top:14px;border-radius:22px;background:#fff;color:var(--ink);overflow:hidden}
.aa-fanpage-scope .post-img{height:122px;background:
  linear-gradient(135deg,rgba(24,119,242,.88),rgba(22,199,132,.82)),
  url("https://advertisingagency.vn/wp-content/uploads/2026/06/500.jpg") center/cover;filter:saturate(1.05)}
.aa-fanpage-scope .post-copy{padding:14px}
.aa-fanpage-scope .post-copy b{font-size:15px}
.aa-fanpage-scope .post-copy p{margin-top:6px;font-size:12.5px;color:var(--ink-2);line-height:1.5}
.aa-fanpage-scope .ops-side{padding:20px;display:grid;gap:12px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.07))}
.aa-fanpage-scope .side-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:20px;padding:16px}
.aa-fanpage-scope .side-card h3{font-size:14px;color:#dce8f7;margin-bottom:12px}
.aa-fanpage-scope .inbox-list{display:grid;gap:8px}
.aa-fanpage-scope .inbox-item{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:14px;background:rgba(255,255,255,.06)}
.aa-fanpage-scope .avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#a7f3d0);flex:0 0 30px}
.aa-fanpage-scope .inbox-item b{font-size:12.5px}
.aa-fanpage-scope .inbox-item p{font-size:11.5px;color:rgba(255,255,255,.62);margin-top:3px;line-height:1.35}
.aa-fanpage-scope .mini-chart{height:108px;display:flex;align-items:end;gap:8px;margin-top:8px}
.aa-fanpage-scope .bar{flex:1;border-radius:7px 7px 3px 3px;background:rgba(255,255,255,.22)}
.aa-fanpage-scope .mini-chart .bar:nth-child(1){height:32%}
.aa-fanpage-scope .mini-chart .bar:nth-child(2){height:45%;background:rgba(0,168,255,.55)}
.aa-fanpage-scope .mini-chart .bar:nth-child(3){height:50%}
.aa-fanpage-scope .mini-chart .bar:nth-child(4){height:68%;background:rgba(22,199,132,.65)}
.aa-fanpage-scope .mini-chart .bar:nth-child(5){height:84%;background:var(--mint)}
.aa-fanpage-scope .mini-chart .bar:nth-child(6){height:96%;background:var(--lime)}

/* --- section heads (explicit text-align — Rule 13) --- */
.aa-fanpage-scope .section{padding:92px 0}
.aa-fanpage-scope .section-head{max-width:760px;margin:0 auto 42px;text-align:center}
.aa-fanpage-scope .section-head.left{text-align:left;margin-left:0}
.aa-fanpage-scope .eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:850;color:var(--fb);margin-bottom:14px}
.aa-fanpage-scope .eyebrow::before{content:"";width:30px;height:7px;border-radius:999px;background:linear-gradient(90deg,var(--fb),var(--cyan),var(--mint))}
.aa-fanpage-scope .section-h{font-size:clamp(34px,4.8vw,62px);line-height:1.02;letter-spacing:-.052em;font-weight:920;text-align:inherit}
.aa-fanpage-scope .section-h .accent{color:var(--fb)}
.aa-fanpage-scope .section-lead{margin:16px auto 0;color:var(--ink-2);font-size:17px;line-height:1.65;max-width:700px}
.aa-fanpage-scope .section-head.left .section-lead{margin-left:0}

/* --- face section (vai trò Fanpage) --- */
.aa-fanpage-scope .face-section{background:#fff}
.aa-fanpage-scope .reasons{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.aa-fanpage-scope .reason{border:1px solid var(--line);border-radius:28px;background:#fff;padding:24px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:auto 1fr;gap:16px}
.aa-fanpage-scope .reason .num{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;font-weight:900;background:#eef5ff;color:var(--fb)}
.aa-fanpage-scope .reason:nth-child(2) .num{background:#ecfff6;color:#07884f}
.aa-fanpage-scope .reason:nth-child(3) .num{background:#fff8e5;color:#8d6500}
.aa-fanpage-scope .reason:nth-child(4) .num{background:#fff1ed;color:#d34020}
.aa-fanpage-scope .reason:nth-child(5){grid-column:1/-1}
.aa-fanpage-scope .reason:nth-child(5) .num{background:#eff6ff;color:var(--cyan)}
.aa-fanpage-scope .reason h3{font-size:20px;letter-spacing:-.02em}
.aa-fanpage-scope .reason p{margin-top:7px;color:var(--ink-2);font-size:14px;line-height:1.6}

/* --- showcase --- */
.aa-fanpage-scope .showcase{background:linear-gradient(180deg,#eef5fb,#fff);position:relative;overflow:hidden}
.aa-fanpage-scope .growth-wall{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:stretch}
.aa-fanpage-scope .growth-summary{background:var(--dark);color:#fff;border-radius:32px;padding:30px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.aa-fanpage-scope .growth-summary::after{content:"";position:absolute;right:-100px;bottom:-110px;width:320px;height:320px;border-radius:50%;background:rgba(24,119,242,.38);filter:blur(40px)}
.aa-fanpage-scope .growth-summary h3{font-size:42px;line-height:1;letter-spacing:-.05em;position:relative;z-index:1}
.aa-fanpage-scope .growth-summary p{margin-top:16px;color:rgba(255,255,255,.7);line-height:1.65;position:relative;z-index:1}
.aa-fanpage-scope .growth-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;position:relative;z-index:1}
.aa-fanpage-scope .growth-metric{border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:16px;background:rgba(255,255,255,.06)}
.aa-fanpage-scope .growth-metric b{font-size:34px;letter-spacing:-.05em}
.aa-fanpage-scope .growth-metric span{display:block;margin-top:5px;color:rgba(255,255,255,.68);font-size:12px;font-weight:750}
.aa-fanpage-scope .analytics{border:1px solid var(--line);background:#fff;border-radius:32px;padding:20px;box-shadow:var(--shadow-soft)}
.aa-fanpage-scope .analytics-top{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:6px 6px 16px}
.aa-fanpage-scope .page-id{display:flex;align-items:center;gap:12px}
.aa-fanpage-scope .page-logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--fb),var(--mint));display:grid;place-items:center;color:#fff;font-weight:950}
.aa-fanpage-scope .page-id b{display:block}
.aa-fanpage-scope .page-id span{color:var(--muted);font-size:12.5px}
.aa-fanpage-scope .month-pill{padding:8px 11px;border-radius:999px;background:#eef5ff;color:var(--fb);font-weight:850;font-size:12px}
.aa-fanpage-scope .analytics-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:16px}
.aa-fanpage-scope .metric-card{border:1px solid var(--line);border-radius:22px;padding:18px;background:#fbfdff;min-height:130px}
.aa-fanpage-scope .metric-card b{font-size:32px;letter-spacing:-.05em}
.aa-fanpage-scope .metric-card span{display:block;margin-top:5px;color:var(--muted);font-size:12px;font-weight:780}
.aa-fanpage-scope .metric-card p{margin-top:16px;color:var(--ink-2);font-size:13px;line-height:1.45}
.aa-fanpage-scope .metric-card:nth-child(1) b{color:var(--fb)}
.aa-fanpage-scope .metric-card:nth-child(2) b{color:var(--mint)}
.aa-fanpage-scope .metric-card:nth-child(3) b{color:var(--coral)}
.aa-fanpage-scope .timeline{grid-column:1/-1;border:1px solid var(--line);border-radius:24px;padding:18px;background:#fff}
.aa-fanpage-scope .line-chart{height:170px;border-radius:18px;background:linear-gradient(180deg,#f7fbff,#fff);position:relative;overflow:hidden;border:1px solid #edf2f7}
.aa-fanpage-scope .line-chart svg{position:absolute;inset:0;width:100%;height:100%}
.aa-fanpage-scope .best-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.aa-fanpage-scope .best-post{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
.aa-fanpage-scope .thumb{height:94px;background:linear-gradient(135deg,rgba(24,119,242,.75),rgba(22,199,132,.75)),url("https://advertisingagency.vn/wp-content/uploads/2026/06/360.jpg") center/cover}
.aa-fanpage-scope .best-post:nth-child(2) .thumb{background:linear-gradient(135deg,rgba(255,107,74,.7),rgba(255,209,102,.75)),url("https://advertisingagency.vn/wp-content/uploads/2026/06/360-1.jpg") center/cover}
.aa-fanpage-scope .best-post:nth-child(3) .thumb{background:linear-gradient(135deg,rgba(7,17,31,.55),rgba(0,168,255,.7)),url("https://advertisingagency.vn/wp-content/uploads/2026/06/360-2.jpg") center/cover}
.aa-fanpage-scope .best-post div{padding:12px}
.aa-fanpage-scope .best-post b{font-size:13px}
.aa-fanpage-scope .best-post span{display:block;margin-top:5px;color:var(--muted);font-size:12px}

/* --- modules --- */
.aa-fanpage-scope .modules{background:#fff}
.aa-fanpage-scope .module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.aa-fanpage-scope .module{border:1px solid var(--line);border-radius:26px;background:#fff;padding:22px;box-shadow:var(--shadow-soft);min-height:230px;position:relative;overflow:hidden}
.aa-fanpage-scope .module::before{content:"";position:absolute;left:0;right:0;top:0;height:7px;background:var(--fb)}
.aa-fanpage-scope .module:nth-child(2)::before{background:var(--mint)}
.aa-fanpage-scope .module:nth-child(3)::before{background:var(--coral)}
.aa-fanpage-scope .module:nth-child(4)::before{background:var(--cyan)}
.aa-fanpage-scope .module:nth-child(5)::before{background:var(--yellow)}
.aa-fanpage-scope .module .code{font-size:12px;font-weight:950;color:var(--muted);letter-spacing:.08em}
.aa-fanpage-scope .module h3{font-size:20px;letter-spacing:-.025em;margin:24px 0 10px}
.aa-fanpage-scope .module p{color:var(--ink-2);line-height:1.58;font-size:14px}

/* --- proof band (dark) --- */
.aa-fanpage-scope .proof-band{background:var(--dark);color:#fff}
.aa-fanpage-scope .proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.aa-fanpage-scope .quote{border:1px solid rgba(255,255,255,.12);border-radius:30px;background:rgba(255,255,255,.06);padding:28px}
.aa-fanpage-scope .quote p{font-size:24px;line-height:1.25;letter-spacing:-.03em}
.aa-fanpage-scope .quote span{display:block;margin-top:18px;color:rgba(255,255,255,.68);font-size:14px}

/* --- pricing --- */
.aa-fanpage-scope .pricing{background:#f7fbff}
.aa-fanpage-scope .pricing-table{border:1px solid var(--line);background:#fff;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-soft)}
.aa-fanpage-scope .plan-row{display:grid;grid-template-columns:1.05fr 1fr 1fr 1fr 1fr 1fr;align-items:stretch;border-bottom:1px solid var(--line)}
.aa-fanpage-scope .plan-row:last-child{border-bottom:0}
.aa-fanpage-scope .plan-row > div{padding:18px;border-right:1px solid var(--line);font-size:14px;line-height:1.45}
.aa-fanpage-scope .plan-row > div:last-child{border-right:0}
.aa-fanpage-scope .plan-head{background:var(--dark);color:#fff;font-weight:900}
.aa-fanpage-scope .plan-name{font-weight:900;color:var(--fb)}
.aa-fanpage-scope .pricing-mobile{display:none}
.aa-fanpage-scope .plan-card{border:1px solid var(--line);background:#fff;border-radius:26px;padding:22px;box-shadow:var(--shadow-soft)}
.aa-fanpage-scope .plan-card h3{font-size:24px;letter-spacing:-.03em;color:var(--fb);margin-bottom:14px}
.aa-fanpage-scope .plan-card dl{display:grid;gap:10px}
.aa-fanpage-scope .plan-card div{display:grid;grid-template-columns:112px 1fr;gap:12px;border-top:1px solid var(--line);padding-top:10px;font-size:14px;line-height:1.45}
.aa-fanpage-scope .plan-card dt{font-weight:900;color:var(--muted)}
.aa-fanpage-scope .plan-card dd{font-weight:650}
.aa-fanpage-scope .plan-card.feature{border-color:rgba(24,119,242,.35);background:linear-gradient(180deg,#fff,#f4f9ff)}
.aa-fanpage-scope .plan-card.pro{border-color:rgba(22,199,132,.35);background:linear-gradient(180deg,#fff,#f1fff8)}
.aa-fanpage-scope .offer{margin-top:22px;border:1px solid #b8efd5;background:#f0fff7;border-radius:24px;padding:20px;display:flex;justify-content:space-between;gap:16px;align-items:center}
.aa-fanpage-scope .offer b{font-size:20px;letter-spacing:-.02em}
.aa-fanpage-scope .offer span{color:var(--ink-2)}

/* --- cta + form (dark) --- */
.aa-fanpage-scope .cta{background:linear-gradient(135deg,#0b1322,#07111f);color:#fff;position:relative;overflow:hidden}
.aa-fanpage-scope .cta::before{content:"";position:absolute;right:-140px;top:-160px;width:520px;height:520px;border-radius:50%;background:rgba(24,119,242,.34);filter:blur(70px)}
.aa-fanpage-scope .cta::after{content:"";position:absolute;left:-110px;bottom:-180px;width:420px;height:420px;border-radius:50%;background:rgba(22,199,132,.26);filter:blur(62px)}
.aa-fanpage-scope .cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr .88fr;gap:34px;align-items:start}
.aa-fanpage-scope .cta h2{font-size:clamp(36px,5vw,66px);line-height:1;letter-spacing:-.055em;text-align:left}
.aa-fanpage-scope .cta h2 span{color:var(--lime)}
.aa-fanpage-scope .cta p{margin-top:18px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.65;max-width:640px}
.aa-fanpage-scope .cta-boxes{display:grid;gap:12px;margin-top:28px;max-width:580px}
.aa-fanpage-scope .cta-boxes div{display:flex;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.06);border-radius:18px;padding:15px 16px;color:rgba(255,255,255,.75)}
.aa-fanpage-scope .cta-boxes b{color:#fff}
.aa-fanpage-scope .form{background:rgba(255,255,255,.96);color:var(--ink);border-radius:30px;padding:28px;box-shadow:var(--shadow)}
.aa-fanpage-scope .form h3{font-size:28px;letter-spacing:-.035em;margin:14px 0 8px;text-align:left}
.aa-fanpage-scope .form p{color:var(--ink-2);font-size:14px;line-height:1.55;margin-bottom:18px}
.aa-fanpage-scope .fields{display:grid;gap:12px}
.aa-fanpage-scope .field label{display:block;margin-bottom:7px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:900}
.aa-fanpage-scope .input{width:100%;height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 14px;color:var(--ink);outline:none}
.aa-fanpage-scope .input:focus{border-color:var(--mint);box-shadow:0 0 0 4px rgba(22,199,132,.13)}
.aa-fanpage-scope .form .atp-lf-msg{margin-top:10px;font-size:14px;font-weight:700;display:none}
.aa-fanpage-scope .form .atp-lf-msg.ok{display:block;color:#16a34a}
.aa-fanpage-scope .form .atp-lf-msg.err{display:block;color:#dc2626}

/* --- faq --- */
.aa-fanpage-scope .faq{background:#fff}
.aa-fanpage-scope .faq-list{max-width:900px;margin:0 auto;display:grid;gap:12px}
.aa-fanpage-scope .faq-item{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}
.aa-fanpage-scope .faq-q{width:100%;display:flex;gap:14px;align-items:flex-start;border:0;background:transparent;text-align:left;padding:20px 22px;font-weight:900;color:var(--ink);cursor:pointer}
.aa-fanpage-scope .faq-q .qn{color:var(--fb);min-width:34px}
.aa-fanpage-scope .faq-q .arr{margin-left:auto;color:var(--muted)}
.aa-fanpage-scope .faq-a{display:none;padding:0 22px 20px 70px;color:var(--ink-2);line-height:1.65;font-size:14.5px}
.aa-fanpage-scope .faq-item.open .faq-a{display:block}

/* --- responsive --- */
@media(max-width:1040px){
  .aa-fanpage-scope .hero-grid,.aa-fanpage-scope .growth-wall,.aa-fanpage-scope .cta-grid{grid-template-columns:1fr}
  .aa-fanpage-scope .module-grid{grid-template-columns:repeat(3,1fr)}
  .aa-fanpage-scope .plan-row{grid-template-columns:1fr 1fr 1fr}
  .aa-fanpage-scope .plan-head{display:none}
}
@media(max-width:820px){
  .aa-fanpage-scope .container{width:min(100% - 30px,1180px)}
  .aa-fanpage-scope .hero{padding:54px 0 38px}
  .aa-fanpage-scope .hero h1{font-size:44px}
  .aa-fanpage-scope .hero-sub{font-size:16px}
  .aa-fanpage-scope .hero-proof,.aa-fanpage-scope .ops-layout,.aa-fanpage-scope .reasons,.aa-fanpage-scope .analytics-grid,.aa-fanpage-scope .best-posts,.aa-fanpage-scope .module-grid,.aa-fanpage-scope .proof-grid{grid-template-columns:1fr}
  .aa-fanpage-scope .content-calendar{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .aa-fanpage-scope .week-row{grid-template-columns:1fr 1fr}
  .aa-fanpage-scope .day{min-height:78px}
  .aa-fanpage-scope .section{padding:66px 0}
  .aa-fanpage-scope .section-head{text-align:left;margin-left:0}
  .aa-fanpage-scope .section-lead{margin-left:0}
  .aa-fanpage-scope .section-h{font-size:38px}
  .aa-fanpage-scope .growth-metrics{grid-template-columns:1fr 1fr}
  .aa-fanpage-scope .pricing-table{display:none}
  .aa-fanpage-scope .pricing-mobile{display:grid;gap:12px}
  .aa-fanpage-scope .offer{display:grid}
  .aa-fanpage-scope .pricing-table{border-radius:24px}
}
@media(max-width:520px){
  .aa-fanpage-scope .hero h1{font-size:39px}
  .aa-fanpage-scope .hero-actions{display:grid}
  .aa-fanpage-scope .hero-actions .btn{width:100%}
  .aa-fanpage-scope .ops-board,.aa-fanpage-scope .growth-summary,.aa-fanpage-scope .analytics,.aa-fanpage-scope .form{border-radius:24px}
  .aa-fanpage-scope .ops-top{display:grid;height:auto;padding:16px}
  .aa-fanpage-scope .live{width:max-content}
  .aa-fanpage-scope .week-row{grid-template-columns:1fr}
  .aa-fanpage-scope .growth-metrics{grid-template-columns:1fr}
  .aa-fanpage-scope .module{min-height:auto}
  .aa-fanpage-scope .quote p{font-size:21px}
}

/* ===========================================================================
 * Rule 13 CONTRAST HARDENING — white text on every dark / brand / gradient /
 * ink surface. The Elementor Global Kit re-colours bare h1-h6 / a / button
 * elements (low-specificity element rules), which can drag headings & button
 * labels inside dark cards back to dark ink. Re-assert #fff with class-scoped
 * specificity so the kit can't win — no !important needed.
 * ======================================================================== */

/* --- buttons on dark / gradient backgrounds --- */
.aa-fanpage-scope a.btn-primary,.aa-fanpage-scope a.btn-dark,
.aa-fanpage-scope button.btn-primary,.aa-fanpage-scope button.btn-dark,
.aa-fanpage-scope .btn-primary,.aa-fanpage-scope .btn-dark,
.aa-fanpage-scope .btn-primary span,.aa-fanpage-scope .btn-dark span{color:#fff}
/* light buttons keep dark ink (mint / ghost / white) */
.aa-fanpage-scope .btn-mint,.aa-fanpage-scope .btn-mint span{color:#06140f}
.aa-fanpage-scope .btn-ghost,.aa-fanpage-scope .btn-ghost span{color:var(--ink)}

/* --- hero ops-board: dark surface --- */
.aa-fanpage-scope .ops-board,.aa-fanpage-scope .ops-title,
.aa-fanpage-scope .ops-title div{color:#fff}
.aa-fanpage-scope .side-card h3{color:#dce8f7}
.aa-fanpage-scope .day b{color:#dbe7f6}
.aa-fanpage-scope .day span{color:rgba(255,255,255,.58)}
.aa-fanpage-scope .inbox-item b{color:#fff}
.aa-fanpage-scope .inbox-item p{color:rgba(255,255,255,.62)}

/* --- showcase: dark growth summary --- */
.aa-fanpage-scope .growth-summary,
.aa-fanpage-scope .growth-summary h3,
.aa-fanpage-scope .growth-metric b{color:#fff}
.aa-fanpage-scope .growth-summary p{color:rgba(255,255,255,.7)}
.aa-fanpage-scope .growth-metric span{color:rgba(255,255,255,.68)}

/* --- proof band: dark section --- */
.aa-fanpage-scope .proof-band,
.aa-fanpage-scope .quote,
.aa-fanpage-scope .quote p{color:#fff}
.aa-fanpage-scope .quote span{color:rgba(255,255,255,.68)}

/* --- pricing: dark plan head --- */
.aa-fanpage-scope .plan-head{color:#fff}
.aa-fanpage-scope .plan-name{color:var(--fb)}

/* --- CTA: dark gradient section --- */
.aa-fanpage-scope .cta,
.aa-fanpage-scope .cta h2{color:#fff}
.aa-fanpage-scope .cta h2 span{color:var(--lime)}
.aa-fanpage-scope .cta p{color:rgba(255,255,255,.72)}
.aa-fanpage-scope .cta-boxes div{color:rgba(255,255,255,.75)}
.aa-fanpage-scope .cta-boxes b{color:#fff}
/* the form sits on the dark CTA but is a light card — keep ink text */
.aa-fanpage-scope .form,
.aa-fanpage-scope .form h3{color:var(--ink)}
.aa-fanpage-scope .form p{color:var(--ink-2)}
