/* =====================================================================
   GLOBAL BASELINE (unscoped, site-wide standard)
   ===================================================================== */
body{font-family:poppinsregular,'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:18px;color:#222226;background:#ffffff;line-height:1.65;-webkit-font-smoothing:antialiased}
p{font-size:18px}
h1,h2,h3{font-family:poppinsbold,'Poppins',sans-serif}
section{padding:50px 0}

/* =====================================================================
   EZ RANKINGS — BRAND TOKENS (Yellow / Black / Grey, Poppins)
   ===================================================================== */
.custom-ai-solutions-page{
  --yellow:#F9B233;          /* EZ Rankings golden yellow */
  --yellow-deep:#E89C12;     /* hover / pressed */
  --yellow-soft:#FFF4DC;     /* tint backgrounds */
  --black:#161616;
  --ink:#0E0E0E;
  --grey-900:#222226;
  --grey-700:#3a3a40;
  --grey-500:#6e6e76;
  --grey-400:#9b9ba3;
  --grey-200:#e4e4e8;
  --grey-100:#f1f1f3;
  --grey-50:#f8f8fa;
  --white:#ffffff;
  --line:#e9e9ed;
  --radius:14px;
  --radius-sm:10px;
  --shadow-sm:0 2px 10px rgba(20,20,20,.06);
  --shadow-md:0 12px 34px rgba(20,20,20,.10);
  --shadow-lg:0 26px 60px rgba(20,20,20,.16);
  --maxw:1320px;
}

html{scroll-behavior:smooth}
.custom-ai-solutions-page *{box-sizing:border-box;margin:0;padding:0}
.custom-ai-solutions-page h1,.custom-ai-solutions-page h2,.custom-ai-solutions-page h3,.custom-ai-solutions-page h4{line-height:1.18;color:var(--ink);font-weight:700;letter-spacing:-.01em}
.custom-ai-solutions-page h2{font-size:clamp(1.7rem,3.4vw,2.55rem);font-weight:800}
.custom-ai-solutions-page h3{font-size:1.22rem;font-weight:700}
.custom-ai-solutions-page p{color:var(--grey-700)}
.custom-ai-solutions-page a{color:inherit;text-decoration:none}
.custom-ai-solutions-page img{max-width:100%;display:block}
.custom-ai-solutions-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.custom-ai-solutions-page .center{text-align:center}

/* Eyebrow */
.custom-ai-solutions-page .eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--grey-700);background:var(--yellow-soft);
  border:1px solid #f2dca6;padding:7px 14px;border-radius:100px;margin-bottom:18px;
}
.custom-ai-solutions-page .eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--yellow);}
.custom-ai-solutions-page .eyebrow.on-dark{color:#f4d9a0;background:rgba(249,178,51,.12);border-color:rgba(249,178,51,.35);}

.custom-ai-solutions-page .lede {
    font-size: 1.06rem;
    color: var(--grey-500);
    max-width: 800px;
}
.custom-ai-solutions-page .center .lede{margin-left:auto;margin-right:auto}
.custom-ai-solutions-page .platforms .lede a{color:var(--yellow);text-decoration:underline}

/* Buttons */
.custom-ai-solutions-page .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-family:inherit;font-weight:600;font-size:.97rem;cursor:pointer;
  padding:15px 28px;border-radius:100px;border:2px solid transparent;
  transition:transform .15s ease,box-shadow .2s ease,background .2s ease;
  text-align:center;
}
.custom-ai-solutions-page .btn-primary{background:var(--yellow);color:var(--ink);box-shadow:0 8px 22px rgba(249,178,51,.34)}
.custom-ai-solutions-page .btn-primary:hover{background:var(--yellow-deep);transform:translateY(-2px);box-shadow:0 12px 28px rgba(249,178,51,.42)}
.custom-ai-solutions-page .btn-dark{background:var(--ink);color:var(--white)}
.custom-ai-solutions-page .btn-dark:hover{background:#000;transform:translateY(-2px)}
.custom-ai-solutions-page .btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}
.custom-ai-solutions-page .btn-ghost:hover{background:var(--ink);color:var(--white)}
.custom-ai-solutions-page .btn-ghost.on-dark{color:var(--white);border-color:rgba(255,255,255,.5)}
.custom-ai-solutions-page .btn-ghost.on-dark:hover{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}
.custom-ai-solutions-page .btn-block{width:100%}

.custom-ai-solutions-page :focus-visible{outline:3px solid var(--yellow);outline-offset:2px;border-radius:6px}

.custom-ai-solutions-page section{padding:50px 0}
.custom-ai-solutions-page .sec-head{max-width:720px;margin:0 auto 52px}
.custom-ai-solutions-page .sec-head.center{text-align:center}

/* =====================================================================
   HERO
   ===================================================================== */
.custom-ai-solutions-page .hero{
  position:relative;background:var(--ink);color:var(--white);
  padding:76px 0 92px;overflow:hidden;
}
.custom-ai-solutions-page .hero::before{
  content:"";position:absolute;inset:0;opacity:.5;
  background:
    radial-gradient(620px 420px at 88% -8%,rgba(249,178,51,.22),transparent 60%),
    radial-gradient(540px 380px at 6% 108%,rgba(249,178,51,.10),transparent 55%);
}
/* faint circuit / node motif = the AI signature */
.custom-ai-solutions-page .hero .grid-lines{
  position:absolute;inset:0;opacity:.12;pointer-events:none;
  background-image:linear-gradient(rgba(249,178,51,.5) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(249,178,51,.5) 1px,transparent 1px);
  background-size:56px 56px;
  -webkit-mask-image:radial-gradient(80% 70% at 70% 30%,#000,transparent 80%);
          mask-image:radial-gradient(80% 70% at 70% 30%,#000,transparent 80%);
}
.custom-ai-solutions-page .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.custom-ai-solutions-page .hero h1{color:var(--white);font-size:clamp(2.1rem,4.6vw,3.35rem);font-weight:800;margin-bottom:20px}
.custom-ai-solutions-page .hero h1 .hl{color:var(--yellow)}
.custom-ai-solutions-page .hero p.sub{color:#c9c9d0;font-size:1.1rem;max-width:540px;margin-bottom:28px}
.custom-ai-solutions-page .hero-points{list-style:none;display:flex;flex-wrap:wrap;gap:14px 26px;margin:26px 0 34px}
.custom-ai-solutions-page .hero-points li{display:flex;align-items:center;gap:9px;font-size:.93rem;color:#e6e6ea;font-weight:500}
.custom-ai-solutions-page .hero-points li::before{content:"";width:20px;height:20px;border-radius:50%;background:rgba(249,178,51,.18);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23F9B233' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;flex:none}
.custom-ai-solutions-page .hero-cta{display:flex;gap:14px;flex-wrap:wrap}

/* Hero lead form (CTA #1) */
.custom-ai-solutions-page .lead-card{
  background:var(--white);color:var(--grey-900);border-radius:18px;
  padding:30px 28px;box-shadow:var(--shadow-lg);position:relative;
}
.custom-ai-solutions-page .lead-card .tag{
  position:absolute;top:-13px;left:28px;background:var(--yellow);color:var(--ink);
  font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:6px 13px;border-radius:100px;
}
.custom-ai-solutions-page .lead-card h3{font-size:1.28rem;margin:6px 0 4px}
.custom-ai-solutions-page .lead-card .small{font-size:.86rem;color:var(--grey-500);margin-bottom:18px}
.custom-ai-solutions-page .field{margin-bottom:13px}
.custom-ai-solutions-page .field label{display:block;font-size:.8rem;font-weight:600;color:var(--grey-700);margin-bottom:6px}
.custom-ai-solutions-page .field input,.custom-ai-solutions-page .field select,.custom-ai-solutions-page .field textarea{
  width:100%;font-family:inherit;font-size:.92rem;color:var(--ink);
  padding:12px 14px;border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);
  background:var(--grey-50);transition:border .15s ease,background .15s ease;
}
.custom-ai-solutions-page .field input:focus,.custom-ai-solutions-page .field select:focus,.custom-ai-solutions-page .field textarea:focus{
  border-color:var(--yellow);background:var(--white);outline:none}
.custom-ai-solutions-page .field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.custom-ai-solutions-page .form-note{font-size:.74rem;color:var(--grey-400);text-align:center;margin-top:11px}
.custom-ai-solutions-page .form-note svg{vertical-align:-2px;margin-right:4px}

@media(max-width:900px){
  .custom-ai-solutions-page .hero-grid{grid-template-columns:1fr;gap:40px}
  .custom-ai-solutions-page .hero{padding:54px 0 64px}
}

/* =====================================================================
   LOGO / CONTEXT STRIP
   ===================================================================== */
.custom-ai-solutions-page .strip{background:var(--grey-50);border-bottom:1px solid var(--line);padding:30px 0}
.custom-ai-solutions-page .strip-in{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px}
.custom-ai-solutions-page .strip-in p{font-size:.85rem;font-weight:600;letter-spacing:.04em;color:var(--grey-500);text-transform:uppercase}
.custom-ai-solutions-page .strip-badges{display:flex;flex-wrap:wrap;gap:12px}
.custom-ai-solutions-page .strip-badges span{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;
  font-size:.82rem;font-weight:600;color:var(--grey-700);background:var(--white);
  border:1px solid var(--line);padding:12px 16px;border-radius:14px}
.custom-ai-solutions-page .strip-badges svg{width:18px;height:18px;flex-shrink:0;color:var(--grey-500)}

/* =====================================================================
   WHY (necessity)
   ===================================================================== */
.custom-ai-solutions-page .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:14px}
.custom-ai-solutions-page .why-card{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  padding:30px 26px;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .2s ease}
.custom-ai-solutions-page .why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.custom-ai-solutions-page .why-card .ic{
  width:50px;height:50px;border-radius:12px;background:var(--yellow-soft);
  display:grid;place-items:center;margin-bottom:18px;border:1px solid #f2dca6}
.custom-ai-solutions-page .why-card h3{font-size:1.08rem;margin-bottom:8px}
.custom-ai-solutions-page .why-card p{font-size:.93rem}
.custom-ai-solutions-page .why-lead{background:var(--white);border:1px solid var(--line);color:var(--grey-700);border-radius:var(--radius);padding:34px;margin-bottom:36px;box-shadow:var(--shadow-sm)}
.custom-ai-solutions-page .why-lead h2{color:var(--ink);margin-bottom:12px}
.custom-ai-solutions-page .why-lead p{color:var(--grey-700);max-width:760px}
@media(max-width:880px){.custom-ai-solutions-page .why-grid{grid-template-columns:1fr}}

/* =====================================================================
   WHAT IT INCLUDES
   ===================================================================== */
.custom-ai-solutions-page .bg-grey{background:var(--grey-50)}
.custom-ai-solutions-page .inc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:8px}
.custom-ai-solutions-page .inc-card{
  display:flex;gap:18px;background:var(--white);border:1px solid var(--line);
  border-radius:var(--radius);padding:26px;box-shadow:var(--shadow-sm)}
.custom-ai-solutions-page .inc-card .num{
  flex:none;width:42px;height:42px;border-radius:11px;background:var(--ink);color:var(--yellow);
  display:grid;place-items:center;font-weight:800;font-size:1rem}
.custom-ai-solutions-page .inc-card h3{font-size:1.05rem;margin-bottom:6px}
.custom-ai-solutions-page .inc-card p{font-size:.92rem}
@media(max-width:760px){.custom-ai-solutions-page .inc-grid{grid-template-columns:1fr}}

/* =====================================================================
   WHO SHOULD CONSIDER
   ===================================================================== */
.custom-ai-solutions-page .who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:10px}
.custom-ai-solutions-page .who-card{
  background:var(--white);border:1px solid var(--line);border-top:4px solid var(--yellow);
  border-radius:var(--radius);padding:26px 22px;box-shadow:var(--shadow-sm)}
.custom-ai-solutions-page .who-card h3{font-size:1rem;margin-bottom:7px}
.custom-ai-solutions-page .who-card p{font-size:.88rem}
@media(max-width:920px){.custom-ai-solutions-page .who-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.custom-ai-solutions-page .who-grid{grid-template-columns:1fr}}

/* =====================================================================
   PLATFORMS (dedicated segment)
   ===================================================================== */
.custom-ai-solutions-page .platforms{background:var(--ink);color:var(--white)}
.custom-ai-solutions-page .platforms h2{color:var(--white)}
.custom-ai-solutions-page .platforms .lede{color:#b9b9c1}
.custom-ai-solutions-page .plat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:44px}
.custom-ai-solutions-page .plat-cat{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);padding:24px 20px}
.custom-ai-solutions-page .plat-cat h3{color:var(--yellow);font-size:.96rem;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.custom-ai-solutions-page .plat-cat ul{list-style:none}
.custom-ai-solutions-page .plat-cat li{font-size:.86rem;color:#d3d3da;padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
.custom-ai-solutions-page .plat-cat li:last-child{border-bottom:none}
@media(max-width:980px){.custom-ai-solutions-page .plat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.custom-ai-solutions-page .plat-grid{grid-template-columns:1fr}}

/* =====================================================================
   PLANS (package style, NO pricing)
   ===================================================================== */
.custom-ai-solutions-page .plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:14px;align-items:stretch}
.custom-ai-solutions-page .plan{
  display:flex;flex-direction:column;background:var(--white);border:1.5px solid var(--line);
  border-radius:16px;padding:28px 24px;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .2s ease}
.custom-ai-solutions-page .plan:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.custom-ai-solutions-page .plan.featured{border-color:var(--yellow);box-shadow:0 18px 44px rgba(249,178,51,.22);position:relative}
.custom-ai-solutions-page .plan.featured::after{
  content:"Most popular";position:absolute;top:-12px;right:22px;background:var(--yellow);
  color:var(--ink);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  padding:5px 12px;border-radius:100px}
.custom-ai-solutions-page .plan .pname{font-size:1.18rem;font-weight:800;color:var(--ink);margin-bottom:5px}
.custom-ai-solutions-page .plan .pfor{font-size:.82rem;color:var(--grey-500);margin-bottom:18px;min-height:42px}
.custom-ai-solutions-page .plan ul{list-style:none;margin-bottom:22px;flex:1}
.custom-ai-solutions-page .plan li{position:relative;padding:8px 0 8px 26px;font-size:.86rem;color:var(--grey-700);border-bottom:1px solid var(--grey-100)}
.custom-ai-solutions-page .plan li:last-child{border-bottom:none}
.custom-ai-solutions-page .plan li::before{content:"";position:absolute;left:0;top:12px;width:15px;height:15px;border-radius:50%;
  background:var(--yellow-soft);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23E89C12' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center}
.custom-ai-solutions-page .plan .pphase{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow-deep);margin-bottom:14px}
@media(max-width:1040px){.custom-ai-solutions-page .plans-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.custom-ai-solutions-page .plans-grid{grid-template-columns:1fr}}

/* =====================================================================
   TRACKING
   ===================================================================== */
.custom-ai-solutions-page .track-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.custom-ai-solutions-page .track-list{list-style:none}
.custom-ai-solutions-page .track-list li{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.custom-ai-solutions-page .track-list li:last-child{border-bottom:none}
.custom-ai-solutions-page .track-list .ti{flex:none;width:40px;height:40px;border-radius:10px;background:var(--ink);color:var(--yellow);
  display:grid;place-items:center;font-weight:800;font-size:.9rem}
.custom-ai-solutions-page .track-list h3{font-size:1rem;margin-bottom:3px}
.custom-ai-solutions-page .track-list p{font-size:.9rem}
.custom-ai-solutions-page .dash{background:var(--ink);border-radius:18px;padding:30px;color:var(--white);box-shadow:var(--shadow-lg)}
.custom-ai-solutions-page .dash h4{color:#a9a9b3;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px;font-weight:600}
.custom-ai-solutions-page .dash-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.custom-ai-solutions-page .dash-row:last-child{border-bottom:none}
.custom-ai-solutions-page .dash-row .lab{font-size:.9rem;color:#d3d3da}
.custom-ai-solutions-page .dash-row .val{font-size:1.18rem;font-weight:800;color:var(--yellow)}
.custom-ai-solutions-page .dash-bar{height:7px;border-radius:6px;background:rgba(255,255,255,.1);margin-top:18px;overflow:hidden}
.custom-ai-solutions-page .dash-bar span{display:block;height:100%;width:78%;background:var(--yellow);border-radius:6px}
@media(max-width:860px){.custom-ai-solutions-page .track-grid{grid-template-columns:1fr;gap:34px}}

/* =====================================================================
   CASE STUDIES
   ===================================================================== */
.custom-ai-solutions-page .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:14px}
.custom-ai-solutions-page .case{
  background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;
  box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .2s ease}
.custom-ai-solutions-page .case:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.custom-ai-solutions-page .case .top{background:var(--ink);color:var(--white);padding:22px 24px}
.custom-ai-solutions-page .case .sector{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow)}
.custom-ai-solutions-page .case .top h3{color:var(--white);font-size:1.06rem;margin-top:6px}
.custom-ai-solutions-page .case .body{padding:22px 24px;flex:1;display:flex;flex-direction:column}
.custom-ai-solutions-page .case .body p{font-size:.88rem;margin-bottom:16px}
.custom-ai-solutions-page .case .body p b{color:var(--ink);font-weight:600}
.custom-ai-solutions-page .case .metrics{display:flex;gap:14px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.custom-ai-solutions-page .case .metrics .m .n{font-size:1.45rem;font-weight:800;color:var(--yellow-deep);line-height:1}
.custom-ai-solutions-page .case .metrics .m .l{font-size:.72rem;color:var(--grey-500)}
@media(max-width:920px){.custom-ai-solutions-page .case-grid{grid-template-columns:1fr}}

/* =====================================================================
   COMPETITOR ANALYSIS TABLE
   ===================================================================== */
.custom-ai-solutions-page .cmp-wrap{overflow-x:auto;border-radius:16px;box-shadow:var(--shadow-md);border:1px solid var(--line);margin-top:14px}
.custom-ai-solutions-page table.cmp{width:100%;border-collapse:collapse;min-width:760px;background:var(--white)}
.custom-ai-solutions-page table.cmp th,.custom-ai-solutions-page table.cmp td{padding:16px 18px;text-align:left;font-size:.88rem;border-bottom:1px solid var(--line)}
.custom-ai-solutions-page table.cmp thead th{background:var(--ink);color:var(--white);font-weight:600;font-size:.82rem;letter-spacing:.02em;vertical-align:bottom}
.custom-ai-solutions-page table.cmp thead th.ez{background:var(--yellow);color:var(--ink);font-weight:800}
.custom-ai-solutions-page table.cmp tbody td:first-child{font-weight:600;color:var(--ink);background:var(--grey-50)}
.custom-ai-solutions-page table.cmp td.ez{background:var(--yellow-soft);font-weight:600;color:var(--ink)}
.custom-ai-solutions-page table.cmp tbody tr:last-child td{border-bottom:none}
.custom-ai-solutions-page .yes{color:#1f8a4c;font-weight:700}
.custom-ai-solutions-page .no{color:#b3261e;font-weight:700}
.custom-ai-solutions-page .part{color:var(--grey-500);font-weight:600}
.custom-ai-solutions-page .cmp-cap{font-size:.78rem;color:var(--grey-400);margin-top:12px;text-align:center}

/* =====================================================================
   WHY EZ RANKINGS
   ===================================================================== */
.custom-ai-solutions-page .ez-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:14px}
.custom-ai-solutions-page .ez-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow-sm)}
.custom-ai-solutions-page .ez-card .ic{width:46px;height:46px;border-radius:11px;background:var(--ink);display:grid;place-items:center;margin-bottom:16px}
.custom-ai-solutions-page .ez-card h3{font-size:1.04rem;margin-bottom:7px}
.custom-ai-solutions-page .ez-card p{font-size:.91rem}
@media(max-width:880px){.custom-ai-solutions-page .ez-grid{grid-template-columns:1fr}}

/* =====================================================================
   MID CTA BAND (CTA #2)
   ===================================================================== */
.custom-ai-solutions-page .cta-band{background:var(--yellow);padding:64px 0}
.custom-ai-solutions-page .cta-band-in{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.custom-ai-solutions-page .cta-band h2{color:var(--ink);max-width:620px}
.custom-ai-solutions-page .cta-band p{color:#5a4410;font-weight:500;margin-top:8px;max-width:560px}
.custom-ai-solutions-page .cta-band .btn-dark{box-shadow:0 14px 30px rgba(0,0,0,.18)}

/* =====================================================================
   FAQ (all visible)
   ===================================================================== */
.custom-ai-solutions-page .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:14px}
.custom-ai-solutions-page .faq-item{background:var(--white);border:1px solid var(--line);border-left:4px solid var(--yellow);
  border-radius:12px;padding:24px 26px;box-shadow:var(--shadow-sm)}
.custom-ai-solutions-page .faq-item h3{font-size:1rem;margin-bottom:9px;display:flex;gap:10px}
.custom-ai-solutions-page .faq-item h3 .q{color:var(--yellow-deep);font-weight:800;flex:none}
.custom-ai-solutions-page .faq-item p{font-size:.9rem}
@media(max-width:820px){.custom-ai-solutions-page .faq-grid{grid-template-columns:1fr}}

/* =====================================================================
   FINAL CTA (CTA #3)
   ===================================================================== */
.custom-ai-solutions-page .final{background:var(--ink);color:var(--white);position:relative;overflow:hidden}
.custom-ai-solutions-page .final::before{content:"";position:absolute;inset:0;opacity:.45;
  background:radial-gradient(560px 360px at 12% 0%,rgba(249,178,51,.18),transparent 60%)}
.custom-ai-solutions-page .final-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}
.custom-ai-solutions-page .final h2{color:var(--white);margin-bottom:14px}
.custom-ai-solutions-page .final p{color:#c6c6cd;max-width:480px;margin-bottom:24px}
.custom-ai-solutions-page .final .hero-points li{color:#e6e6ea}
.custom-ai-solutions-page .final-card{background:var(--white);color:var(--grey-900);border-radius:18px;padding:30px 28px;box-shadow:var(--shadow-lg)}
.custom-ai-solutions-page .final-card h3{font-size:1.25rem;margin-bottom:4px}
.custom-ai-solutions-page .final-card .small{font-size:.86rem;color:var(--grey-500);margin-bottom:18px}
@media(max-width:860px){.custom-ai-solutions-page .final-grid{grid-template-columns:1fr;gap:36px}}

/* reduced motion */
@media(prefers-reduced-motion:reduce){
  .custom-ai-solutions-page *{transition:none!important;animation:none!important;scroll-behavior:auto!important}
}