/* ================================================================
   AutSync — Creative & Product Testing Widgets
   acpt-style.css | Version 1.0
   Brand: Plus Jakarta Sans · Navy #1B2358 · Cyan #29B6E8
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --acpt-navy:      #1B2358;
    --acpt-navy-dark: #111640;
    --acpt-navy-mid:  #232C6E;
    --acpt-cyan:      #29B6E8;
    --acpt-cyan-l:    #6DD5F5;
    --acpt-cyan-d:    #0090C5;
    --acpt-white:     #ffffff;
    --acpt-off:       #F4F7FB;
    --acpt-soft:      #6B7BA4;
    --acpt-border:    #DDE3F0;
    --acpt-green:     #4ADE80;
    --acpt-red:       #F87171;
    --acpt-amber:     #FEBC2E;
    --acpt-pink:      #f472b6;
    --acpt-r:         14px;
    --acpt-f:         'Plus Jakarta Sans', sans-serif;
}

.acpt-hero *,.acpt-problem *,.acpt-solution *,.acpt-features *,
.acpt-how *,.acpt-why *,.acpt-usecases *,.acpt-faq *,.acpt-cta * {
    box-sizing: border-box; margin: 0; padding: 0;
}

.acpt-inner    { max-width: 1486px; margin: 0 auto;padding:0 2%; }
.acpt-inner-sm { max-width: 860px;  margin: 0 auto; padding: 0 20px; }
.acpt-inner-xs { max-width: 760px;  margin: 0 auto; padding: 0 20px; }
.acpt-tc       { text-align: center; }

.acpt-tag { display: inline-block; background: rgba(41,182,232,.1); color: var(--acpt-cyan-d); border-radius: 50px; padding: 5px 16px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; font-family: var(--acpt-f); }
.acpt-tag.acpt-on-dark { background: rgba(41,182,232,.2); color: var(--acpt-cyan-l); }

.acpt-h1 { font-family: var(--acpt-f); font-size: clamp(2.2rem,5vw,3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -1.5px; color: var(--acpt-white); }
.acpt-h1 em { font-style: normal; background: linear-gradient(90deg,var(--acpt-cyan),var(--acpt-cyan-l)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.acpt-h2 { font-family: var(--acpt-f); font-size: clamp(1.6rem,3.2vw,2.6rem); font-weight: 800; line-height: 1.12; letter-spacing: -1px; }
.acpt-h2.acpt-on-dark  { color: var(--acpt-white); }
.acpt-h2.acpt-on-light { color: var(--acpt-navy); }
.acpt-h2 em { font-style: normal; background: linear-gradient(90deg,var(--acpt-cyan),var(--acpt-cyan-l)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.acpt-sub { font-size: 1rem; margin-top: 14px; line-height: 1.7; font-family: var(--acpt-f); }
.acpt-sub.acpt-on-dark  { color: rgba(255,255,255,.62); }
.acpt-sub.acpt-on-light { color: var(--acpt-soft); }

.acpt-btn-p { display: inline-block; background: linear-gradient(135deg,var(--acpt-cyan),var(--acpt-cyan-d)); color: var(--acpt-white)!important; border: none; padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: var(--acpt-f); box-shadow: 0 6px 24px rgba(41,182,232,.42); transition: transform .15s, box-shadow .15s; text-decoration: none!important; }
.acpt-btn-p:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(41,182,232,.55); }
.acpt-btn-o { display: inline-block; background: rgba(255,255,255,.08); color: var(--acpt-white)!important; border: 1.5px solid rgba(255,255,255,.28); padding: 14px 32px; border-radius: 50px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: var(--acpt-f); transition: background .2s, border-color .2s; text-decoration: none!important; }
.acpt-btn-o:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.55); }

.acpt-trust { display: flex; gap: 22px; flex-wrap: wrap; font-size: .82rem; font-family: var(--acpt-f); }
.acpt-trust.acpt-on-dark  { color: rgba(255,255,255,.45); }
.acpt-trust.acpt-on-light { color: var(--acpt-soft); }
.acpt-trust span::before  { content: '✓ '; color: var(--acpt-cyan); font-weight: 700; }

.acpt-reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.acpt-reveal.acpt-visible { opacity: 1; transform: none; }

.acpt-bar-rows { display: flex; flex-direction: column; gap: 10px; }
.acpt-bar-row  { display: flex; align-items: center; gap: 12px; border-radius: 10px; padding: 11px 14px; }
.acpt-bar-row.acpt-on-light { background: var(--acpt-off); }
.acpt-bar-row.acpt-on-dark  { background: rgba(255,255,255,.06); }
.acpt-bar-lbl  { flex: 1; font-size: .85rem; font-weight: 500; font-family: var(--acpt-f); }
.acpt-bar-lbl.acpt-on-light { color: var(--acpt-navy); }
.acpt-bar-lbl.acpt-on-dark  { color: rgba(255,255,255,.82); }
.acpt-bar-wrap { flex: 2; border-radius: 4px; height: 7px; overflow: hidden; }
.acpt-bar-wrap.acpt-on-light { background: rgba(0,0,0,.06); }
.acpt-bar-wrap.acpt-on-dark  { background: rgba(255,255,255,.08); }
.acpt-bar-fill { height: 100%; border-radius: 4px; }
.acpt-bg-green { background: var(--acpt-green); } .acpt-bg-red   { background: var(--acpt-red); }
.acpt-bg-amber { background: var(--acpt-amber); } .acpt-bg-cyan  { background: var(--acpt-cyan); }
.acpt-bg-pink  { background: var(--acpt-pink); }
.acpt-bar-num  { font-family: var(--acpt-f); font-size: .85rem; font-weight: 700; width: 52px; text-align: right; }

.acpt-card-title-dk { font-family: var(--acpt-f); font-size: .9rem; font-weight: 700; color: rgba(255,255,255,.85); }
.acpt-card-title-lt { font-family: var(--acpt-f); font-size: .9rem; font-weight: 700; color: var(--acpt-navy); }

/* ── HERO ── */
.acpt-hero { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 88px 5% 72px; overflow: hidden; background: linear-gradient(140deg,var(--acpt-navy-dark) 0%,var(--acpt-navy) 55%,#1e3a72 100%); font-family: var(--acpt-f); }
.acpt-hero-g1 { position: absolute; top: -160px; right: -100px; width: 560px; height: 560px; background: radial-gradient(circle,rgba(41,182,232,.26) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-hero-g2 { position: absolute; bottom: -120px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(244,114,182,.1) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-hero-g3 { position: absolute; top: 40%; right: 5%; width: 300px; height: 300px; background: radial-gradient(circle,rgba(41,182,232,.1) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-hero-grid { position: absolute; inset: 0; opacity: .03; background-image: linear-gradient(rgba(255,255,255,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px); background-size: 60px 60px; pointer-events: none; }
.acpt-hero-body { position: relative; z-index: 1; max-width: 860px; width: 100%; }
.acpt-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(41,182,232,.15); border: 1px solid rgba(41,182,232,.35); border-radius: 50px; padding: 7px 18px; font-size: 13px; font-weight: 600; color: var(--acpt-cyan-l); margin-bottom: 24px; animation: acpt-fadeUp .6s ease both; font-family: var(--acpt-f); }
.acpt-hero-badge .acpt-dot { width: 7px; height: 7px; background: var(--acpt-cyan); border-radius: 50%; display: inline-block; animation: acpt-pulse 1.6s infinite; flex-shrink: 0; }
.acpt-hero .acpt-h1 { animation: acpt-fadeUp .7s .1s ease both; }
.acpt-hero .acpt-sub {margin: 20px auto 0; animation: acpt-fadeUp .7s .2s ease both; }
.acpt-hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; animation: acpt-fadeUp .7s .3s ease both; }
.acpt-hero-tr   { justify-content: center; margin-top: 20px; animation: acpt-fadeUp .7s .4s ease both; }

/* Hero AB Card */
.acpt-hero-card { margin: 48px auto 0; max-width: 700px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 24px 22px; backdrop-filter: blur(12px); animation: acpt-fadeUp .8s .5s ease both; text-align: left; }
.acpt-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.acpt-live-dot { display: flex; align-items: center; gap: 5px; font-size: .72rem; color: var(--acpt-green); font-weight: 700; font-family: var(--acpt-f); }
.acpt-live-dot::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--acpt-green); animation: acpt-pulse 1.5s infinite; flex-shrink: 0; }
.acpt-ab-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.acpt-ab-box { border-radius: 14px; padding: 18px; position: relative; overflow: hidden; }
.acpt-ab-a { background: rgba(27,35,88,.4); border: 1px solid rgba(41,182,232,.25); }
.acpt-ab-b { background: rgba(74,222,128,.06); border: 1px solid rgba(74,222,128,.25); }
.acpt-ab-label { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; font-family: var(--acpt-f); }
.acpt-ab-a .acpt-ab-label { color: var(--acpt-cyan-l); }
.acpt-ab-b .acpt-ab-label { color: var(--acpt-green); }
.acpt-ab-box h4 { font-family: var(--acpt-f); font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 6px; }
.acpt-ab-box p  { font-size: .78rem; color: rgba(255,255,255,.55); line-height: 1.5; }
.acpt-ab-metrics { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.acpt-ab-met { font-size: .73rem; font-weight: 600; padding: 3px 9px; border-radius: 100px; }
.acpt-ab-a .acpt-ab-met { background: rgba(41,182,232,.15); color: var(--acpt-cyan-l); }
.acpt-ab-b .acpt-ab-met { background: rgba(74,222,128,.12); color: var(--acpt-green); }
.acpt-winner-tag { position: absolute; top: 12px; right: 12px; background: var(--acpt-green); color: #fff; font-size: .68rem; font-weight: 700; padding: 3px 9px; border-radius: 100px; text-transform: uppercase; font-family: var(--acpt-f); }
.acpt-ab-insight { padding: 14px; border-radius: 12px; background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.2); font-size: .82rem; color: var(--acpt-green); display: flex; align-items: center; gap: 10px; font-family: var(--acpt-f); }

/* ── PROBLEM ── */
.acpt-problem { padding: 96px 5%; background: var(--acpt-white); font-family: var(--acpt-f); }
.acpt-prob-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 52px; align-items: center; }
.acpt-prob-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.acpt-prob-list li { display: flex; gap: 16px; align-items: flex-start; background: var(--acpt-off); border: 1.5px solid var(--acpt-border); border-radius: var(--acpt-r); padding: 20px; transition: border-color .2s, transform .2s; }
.acpt-prob-list li:hover { border-color: rgba(241,108,108,.4); transform: translateX(4px); }
.acpt-picon  { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; background: rgba(241,108,108,.08); border: 1px solid rgba(241,108,108,.2); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.acpt-ptitle { font-weight: 700; font-size: .92rem; color: var(--acpt-navy); margin-bottom: 4px; }
.acpt-pdesc  { color: var(--acpt-soft); font-size: .84rem; line-height: 1.6; }
.acpt-vis-card { background: var(--acpt-white); border: 1.5px solid var(--acpt-border); border-radius: 18px; padding: 24px; box-shadow: 0 8px 36px rgba(27,35,88,.07); }
.acpt-vis-insight-red { margin-top: 14px; padding: 12px 14px; border-radius: 10px; background: rgba(241,108,108,.06); border: 1px solid rgba(241,108,108,.2); font-size: .8rem; color: #c0392b; line-height: 1.6; font-family: var(--acpt-f); }

/* ── SOLUTION ── */
.acpt-solution { padding: 96px 5%; background: linear-gradient(140deg,var(--acpt-navy-dark) 0%,var(--acpt-navy) 55%,#1e3a72 100%); font-family: var(--acpt-f); position: relative; overflow: hidden; }
.acpt-solution::before { content: ''; position: absolute; top: -200px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle,rgba(41,182,232,.18) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-sol-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 48px; position: relative; z-index: 1; }
.acpt-sol-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--acpt-r); padding: 26px; display: flex; gap: 16px; align-items: flex-start; transition: border-color .2s, transform .2s, background .2s; }
.acpt-sol-card:hover { border-color: rgba(41,182,232,.35); transform: translateY(-3px); background: rgba(255,255,255,.1); }
.acpt-sol-icon  { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: rgba(41,182,232,.18); border: 1px solid rgba(41,182,232,.3); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.acpt-sol-title { font-family: var(--acpt-f); font-size: .96rem; font-weight: 700; color: var(--acpt-white); margin-bottom: 6px; }
.acpt-sol-desc  { color: rgba(255,255,255,.6); font-size: .84rem; line-height: 1.6; }

/* ── FEATURES ── */
.acpt-features { padding: 96px 5%; background:white; font-family: var(--acpt-f); }
.acpt-feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.acpt-feat-card { background: var(--acpt-white); border: 1.5px solid var(--acpt-border); border-radius: var(--acpt-r); padding: 28px; position: relative; overflow: hidden; transition: transform .22s, box-shadow .22s, background .22s, border-color .22s; }
.acpt-feat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,var(--acpt-cyan),var(--acpt-cyan-d)); opacity: 0; transition: opacity .3s; }
.acpt-feat-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(27,35,88,.12); background: linear-gradient(160deg,var(--acpt-navy-dark) 0%,var(--acpt-navy-mid) 100%); border-color: var(--acpt-cyan); }
.acpt-feat-card:hover::before { opacity: 1; }
.acpt-feat-card:hover h3 { color: var(--acpt-white)!important; }
.acpt-feat-card:hover .acpt-feat-desc { color: rgba(255,255,255,.65)!important; }
.acpt-feat-card:hover .acpt-feat-bul li { color: rgba(255,255,255,.6)!important; }
.acpt-feat-card:hover .acpt-feat-bul li::before { color: var(--acpt-cyan-l)!important; }
.acpt-feat-card:hover .acpt-feat-icon { background: rgba(41,182,232,.22); border-color: rgba(41,182,232,.35); }
.acpt-feat-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(41,182,232,.1); border: 1px solid rgba(41,182,232,.2); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; transition: .22s; }
.acpt-feat-card h3 { font-size: 1rem; font-weight: 700; color: var(--acpt-navy); margin-bottom: 10px; transition: color .22s; }
.acpt-feat-desc { color: var(--acpt-soft); font-size: .84rem; line-height: 1.65; transition: color .22s; }
.acpt-feat-bul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.acpt-feat-bul li { font-size: .8rem; color: var(--acpt-soft); display: flex; gap: 8px; align-items: flex-start; transition: color .22s; }
.acpt-feat-bul li::before { content: '→'; color: var(--acpt-cyan-d); flex-shrink: 0; transition: color .22s; }

/* ── HOW IT WORKS ── */
.acpt-how { padding: 96px 5%; background: var(--acpt-off); font-family: var(--acpt-f); }
.acpt-steps { display: grid; gap: 0; margin-top: 52px; position: relative; }
.acpt-steps::before { content: ''; position: absolute; top: 33px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg,var(--acpt-cyan),var(--acpt-navy)); opacity: .2; z-index: 0; }
.acpt-step { padding: 0 20px; text-align: center; position: relative; z-index: 1; }
.acpt-step-num { width: 66px; height: 66px; border-radius: 50%; background: var(--acpt-white); border: 2px solid var(--acpt-border); display: flex; align-items: center; justify-content: center; font-family: var(--acpt-f); font-size: 1.2rem; font-weight: 800; color: var(--acpt-navy); margin: 0 auto 22px; transition: .25s; box-shadow: 0 4px 16px rgba(27,35,88,.08); }
.acpt-step:hover .acpt-step-num { background: linear-gradient(135deg,var(--acpt-navy),var(--acpt-navy-mid)); color: var(--acpt-cyan-l); border-color: var(--acpt-navy); box-shadow: 0 8px 24px rgba(27,35,88,.22); }
.acpt-step h3 { font-size: 1rem; font-weight: 700; color: var(--acpt-navy); margin-bottom: 10px; }
.acpt-step p  { color: var(--acpt-soft); font-size: .84rem; line-height: 1.6; }

/* ── WHY ── */
.acpt-why { padding: 96px 5%; background: var(--acpt-white); font-family: var(--acpt-f); }
.acpt-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 52px; align-items: center; }
.acpt-why-list { display: flex; flex-direction: column; gap: 14px; }
.acpt-why-item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border-radius: var(--acpt-r); background: var(--acpt-off); border: 1.5px solid var(--acpt-border); transition: border-color .2s, transform .2s; }
.acpt-why-item:hover { border-color: rgba(41,182,232,.35); transform: translateX(4px); }
.acpt-why-icon  { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; background: rgba(41,182,232,.1); border: 1px solid rgba(41,182,232,.22); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.acpt-why-title { font-weight: 700; font-size: .92rem; color: var(--acpt-navy); margin-bottom: 3px; }
.acpt-why-desc  { color: var(--acpt-soft); font-size: .83rem; line-height: 1.6; }
.acpt-why-vis   { background: var(--acpt-white); border: 1.5px solid var(--acpt-border); border-radius: 18px; padding: 24px; box-shadow: 0 8px 36px rgba(27,35,88,.07); }
.acpt-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.acpt-stat-box  { background: var(--acpt-off); border: 1px solid var(--acpt-border); border-radius: 10px; padding: 16px; text-align: center; }
.acpt-stat-num  { font-family: var(--acpt-f); font-size: 1.65rem; font-weight: 800; color: var(--acpt-navy); }
.acpt-stat-lbl  { color: var(--acpt-soft); font-size: .72rem; margin-top: 3px; font-family: var(--acpt-f); }

/* ── USE CASES ── */
.acpt-usecases { padding: 96px 5%; background: linear-gradient(160deg,var(--acpt-navy-mid) 0%,var(--acpt-navy-dark) 100%); text-align: center; font-family: var(--acpt-f); position: relative; overflow: hidden; }
.acpt-usecases::before { content: ''; position: absolute; bottom: -160px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle,rgba(41,182,232,.14) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-uc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; position: relative; z-index: 1; }
.acpt-uc-card  { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--acpt-r); padding: 28px; transition: border-color .2s, transform .2s, background .2s; text-align: left; }
.acpt-uc-card:hover { border-color: rgba(41,182,232,.35); transform: translateY(-4px); background: rgba(255,255,255,.1); }
.acpt-uc-emoji { font-size: 1.9rem; margin-bottom: 14px; display: block; }
.acpt-uc-title { font-family: var(--acpt-f); font-size: .97rem; font-weight: 700; color: var(--acpt-white); margin-bottom: 10px; }
.acpt-uc-desc  { color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.6; }

/* ── FAQ ── */
.acpt-faq { padding: 96px 5%; background: var(--acpt-off); font-family: var(--acpt-f); }
.acpt-faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 48px; }
.acpt-faq-item { background: var(--acpt-white); border: 1.5px solid var(--acpt-border); border-radius: var(--acpt-r); overflow: hidden; cursor: pointer; transition: border-color .2s, box-shadow .2s; }
.acpt-faq-item.acpt-open { border-color: rgba(41,182,232,.4); box-shadow: 0 4px 18px rgba(41,182,232,.1); }
.acpt-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; font-weight: 600; font-size: .92rem; color: var(--acpt-navy); user-select: none; }
.acpt-faq-arr { font-size: 1.1rem; color: var(--acpt-cyan-d); transition: transform .3s; }
.acpt-faq-item.acpt-open .acpt-faq-arr { transform: rotate(45deg); }
.acpt-faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; color: var(--acpt-soft); font-size: .86rem; line-height: 1.7; }
.acpt-faq-item.acpt-open .acpt-faq-a { max-height: 300px; padding-bottom: 18px; }

/* ── CTA ── */
.acpt-cta { background: linear-gradient(160deg,#474d7d 0%,var(--acpt-navy-mid) 100%); color: var(--acpt-white); text-align: center; padding: 100px 5%; position: relative; overflow: hidden; font-family: var(--acpt-f); }
.acpt-cta::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle,rgba(41,182,232,.18) 0%,transparent 65%); border-radius: 50%; pointer-events: none; }
.acpt-cta .acpt-inner-sm { position: relative; z-index: 1; }
.acpt-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── ANIMATIONS ── */
@keyframes acpt-fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes acpt-pulse  { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.5)} }

/* ── RESPONSIVE ── */
@media(max-width:1024px){ .acpt-feat-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:900px){
    .acpt-prob-grid,.acpt-why-grid{grid-template-columns:1fr}
    .acpt-feat-grid,.acpt-uc-grid{grid-template-columns:1fr 1fr}
    .acpt-sol-grid{grid-template-columns:1fr}
    .acpt-ab-row{grid-template-columns:1fr}
    .acpt-step{max-width:300px;margin:0 auto}
}
@media(max-width:600px){
    .acpt-hero{padding:64px 5% 48px;min-height:auto}
    .acpt-problem,.acpt-solution,.acpt-features,.acpt-how,.acpt-why,.acpt-usecases,.acpt-faq,.acpt-cta{padding:64px 5%}
    .acpt-feat-grid,.acpt-uc-grid,.acpt-sol-grid{grid-template-columns:1fr}
    .acpt-hero-btns{flex-direction:column;align-items:center}
    .acpt-hero-btns .acpt-btn-p,.acpt-hero-btns .acpt-btn-o{width:100%;max-width:300px;text-align:center}
    .acpt-cta-btns{flex-direction:column;align-items:center}
    .acpt-cta-btns .acpt-btn-p,.acpt-cta-btns .acpt-btn-o{width:100%;max-width:300px;text-align:center}
    .acpt-trust{justify-content:center;gap:12px}
    .acpt-h2{font-size:1.65rem} .acpt-h1{font-size:2.1rem}
}