/* atomGTM Outbound Audit squeeze page - direct-response light theme (leadgenjay-style).
   Off-brand by design: soft pastel gradient, navy condensed uppercase display, one hot pink accent. */
body.agtm-auditlp{margin:0;background:#EEF1FB}
/* the theme CSS (dequeued for perf) used to provide global border-box; restore it */
#alp-root,#alp-root *,#alp-root *::before,#alp-root *::after{box-sizing:border-box}
#alp-root{--ink:#16203A;--text2:#5A6478;--pink:#F31260;--pink2:#FF5A7E;--card:#FFFFFF;--line:#E7EAF3;--green:#12B76A;--red:#E5484D;--disp:'Oswald',sans-serif;--body:'DM Sans',sans-serif;
  background:linear-gradient(160deg,#EEF1FB 0%,#FDF0F5 45%,#EFF3FC 100%);color:var(--ink);font-family:var(--body);font-size:16.5px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;min-height:100vh}
#alp-root .wrap{max-width:760px;margin:0 auto;padding:0 1.4rem}
#alp-root .wrap-w{max-width:1080px;margin:0 auto;padding:0 1.4rem}
#alp-root h1,#alp-root h2,#alp-root h3{font-family:var(--disp)!important;color:var(--ink);text-transform:uppercase;letter-spacing:.012em;line-height:1.08;margin:0}
#alp-root h1 em,#alp-root h2 em{font-style:normal;background:linear-gradient(90deg,var(--pink),var(--pink2));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}
#alp-root p{margin:0 0 1rem}
#alp-root .eyebrow{display:block;font-weight:700;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text2);margin-bottom:1.1rem}
#alp-root .kicker{display:inline-block;font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--pink);margin-bottom:.9rem}
#alp-root .badge{display:inline-block;background:var(--card);border:1px solid var(--line);border-radius:999px;padding:.5rem 1.1rem;font-weight:700;font-size:.85rem;color:var(--ink);box-shadow:0 8px 24px rgba(22,32,58,.08);margin-bottom:1.2rem}
#alp-root .pill{display:inline-flex;align-items:center;justify-content:center;font-family:var(--body);font-weight:700;font-size:1.02rem;min-height:58px;padding:1rem 2.5rem;border-radius:999px;background:linear-gradient(90deg,var(--pink),var(--pink2));color:#fff;text-decoration:none;border:0;cursor:pointer;transition:transform .18s,box-shadow .18s;box-shadow:0 14px 34px rgba(243,18,96,.32)}
#alp-root .pill::after{content:"\2192";margin-left:.6rem;font-weight:700}
#alp-root .pill:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(243,18,96,.4)}
#alp-root .micro{font-size:.85rem;color:var(--text2);margin-top:.95rem}
#alp-root .btn-row{margin-top:1.7rem}
#alp-root .stars{color:#F59E0B;letter-spacing:.12em}
#alp-root .rate{font-size:.88rem;color:var(--text2);margin-top:.9rem}
#alp-root .rate b{color:var(--ink)}

/* top bar: centered logo, no container (white asset, inverted for light bg) */
#alp-root .alp-top{padding:1.4rem 0 .4rem}
#alp-root .alp-top .wrap{max-width:1080px;text-align:center}
#alp-root .alp-logo{display:inline-flex;align-items:center}
#alp-root .alp-logo img{height:40px;width:auto;display:block;filter:invert(1)}

/* hero: copy left, form right */
#alp-root .alp-hero{padding:2.6rem 0 2.2rem}
#alp-root .herogrid{display:grid;grid-template-columns:1.08fr .92fr;gap:2.6rem;align-items:center}
#alp-root .alp-hero h1{font-weight:700;font-size:clamp(2.1rem,4.4vw,3.2rem)}
#alp-root .alp-hero .lead{margin:1.3rem 0 0;max-width:56ch;color:var(--text2);font-size:1.05rem}
#alp-root .alp-hero .lead b{color:var(--ink)}
#alp-root .lead-card{background:var(--card);border-radius:22px;padding:1.7rem 1.7rem 1.9rem;box-shadow:0 24px 60px rgba(22,32,58,.14)}
#alp-root .lead-card-h{font-size:1.25rem;font-weight:600;margin-bottom:1rem}
#alp-root .lead-card .alp-form{margin-top:0;max-width:none}

/* proof */
#alp-root .alp-proof{padding:2rem 0 .6rem}
#alp-root .pgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
#alp-root .pstat{background:var(--card);border-radius:18px;padding:1.05rem .8rem;text-align:center;box-shadow:0 10px 30px rgba(22,32,58,.08)}
#alp-root .pstat b{display:block;font-family:var(--disp);font-weight:700;font-size:1.6rem;color:var(--pink)}
#alp-root .pstat span{font-size:.76rem;color:var(--text2);line-height:1.35;display:block;margin-top:.25rem}
#alp-root .ctamid{text-align:center;margin-top:2rem}

/* sections rhythm */
#alp-root section{padding:2.6rem 0}
#alp-root h2{font-weight:700;font-size:clamp(1.7rem,4.2vw,2.5rem);margin-bottom:1.2rem}

/* value stack */
#alp-root .stack{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}
#alp-root .stack li{background:var(--card);border-radius:14px;padding:1rem 1.2rem;color:var(--text2);box-shadow:0 8px 24px rgba(22,32,58,.07)}
#alp-root .stack li b{color:var(--ink)}
#alp-root .stack li::before{content:"\2713";color:var(--green);font-weight:800;margin-right:.6rem}
#alp-root .stack-note{margin-top:1.2rem;color:var(--text2);font-size:.95rem;border-left:3px solid var(--pink);padding-left:1rem}

/* VS comparison */
#alp-root .alp-vs{text-align:center}
#alp-root .vs-sub{color:var(--text2);max-width:64ch;margin:0 auto 1.8rem}
#alp-root .vsgrid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch;text-align:left}
#alp-root .vscard{background:var(--card);border-radius:22px;padding:1.5rem 1.6rem;box-shadow:0 16px 40px rgba(22,32,58,.1)}
#alp-root .vscard.new{background:#FFF4F8}
#alp-root .vscard .tag{display:inline-block;border-radius:999px;padding:.32rem .85rem;font-weight:700;font-size:.76rem;margin-bottom:.8rem}
#alp-root .vscard.old .tag{background:#EEF0F6;color:var(--text2)}
#alp-root .vscard.new .tag{background:rgba(243,18,96,.12);color:var(--pink)}
#alp-root .vscard h3{font-size:1.25rem;font-weight:600;margin-bottom:.9rem}
#alp-root .vscard ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.55rem;color:var(--text2);font-size:.94rem}
#alp-root .vscard.old li::before{content:"\2715";color:var(--red);font-weight:800;margin-right:.6rem}
#alp-root .vscard.new li::before{content:"\2713";color:var(--green);font-weight:800;margin-right:.6rem}
#alp-root .vsbadge{align-self:center;background:var(--card);border-radius:999px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-family:var(--disp);font-weight:700;color:var(--ink);box-shadow:0 10px 26px rgba(22,32,58,.14)}

/* proof: real Upwork review screenshots in a continuous marquee (pause on hover) */
#alp-root .alp-social{text-align:center;overflow:hidden}
#alp-root .soc-sub{color:var(--text2);max-width:60ch;margin:0 auto 1.8rem}
#alp-root .tmarq{overflow:hidden;margin:0 -1.4rem;padding:.4rem 1.4rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
#alp-root .ttrack{display:flex;gap:1rem;width:max-content;align-items:flex-start;animation:alpScroll 26s linear infinite;text-align:left}
#alp-root .tdup{display:flex;gap:1rem;margin-left:1rem}
@keyframes alpScroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){#alp-root .ttrack{animation:none}#alp-root .tmarq{overflow-x:auto}}
#alp-root .tcard{background:var(--card);border-radius:18px;padding:1.3rem 1.35rem;box-shadow:0 12px 32px rgba(22,32,58,.09);display:flex;flex-direction:column;gap:.7rem;flex:0 0 360px}
#alp-root .tcard .stars{font-size:.9rem}
#alp-root .tcard p{color:var(--ink);font-size:.93rem;line-height:1.6;margin:0}

/* fit */
#alp-root .fitgrid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
#alp-root .fitcard{border-radius:16px;padding:1.2rem 1.3rem;background:var(--card);box-shadow:0 8px 24px rgba(22,32,58,.07)}
#alp-root .fitcard.no{background:#F7F8FC}
#alp-root .fitcard h3{font-size:1.05rem;font-weight:600;margin-bottom:.7rem}
#alp-root .fitcard ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem;color:var(--text2);font-size:.93rem}
#alp-root .fitcard.yes li::before{content:"\2713";color:var(--green);font-weight:800;margin-right:.55rem}
#alp-root .fitcard.no li::before{content:"\2715";color:var(--red);font-weight:800;margin-right:.55rem}

/* founder */
#alp-root .fcard{background:var(--card);border-radius:20px;padding:1.7rem 1.8rem;box-shadow:0 16px 40px rgba(22,32,58,.1);display:flex;gap:1.8rem;align-items:center}
#alp-root .fimg{width:290px;height:auto;flex:0 0 auto;border-radius:18px;box-shadow:0 10px 26px rgba(22,32,58,.16)}
#alp-root .fcard p{color:var(--ink);font-size:1.02rem;line-height:1.65}
#alp-root .fcard .sig{font-weight:700;font-size:.88rem;color:var(--pink)}

/* FAQ */
#alp-root details{border:1px solid var(--line);border-radius:14px;background:var(--card);margin-bottom:.6rem;padding:0 1.15rem;box-shadow:0 6px 18px rgba(22,32,58,.05)}
#alp-root summary{cursor:pointer;font-weight:700;font-size:.98rem;color:var(--ink);padding:.95rem 0;list-style:none;position:relative;font-family:var(--body)}
#alp-root summary::-webkit-details-marker{display:none}
#alp-root summary::after{content:"+";position:absolute;right:.1rem;color:var(--pink);font-weight:800}
#alp-root details[open] summary::after{content:"\2212"}
#alp-root details p{color:var(--text2);font-size:.93rem;padding-bottom:1rem;margin:0}

/* final + form */
#alp-root .alp-fin{padding:3rem 0 3.6rem}
#alp-root .alp-fin .wrap{background:var(--card);border-radius:26px;padding:2.4rem 2.2rem 2.6rem;box-shadow:0 24px 60px rgba(22,32,58,.12);text-align:center}
#alp-root .alp-fin h2{font-size:clamp(1.5rem,3.6vw,2.1rem)}
#alp-root .fin-sub{color:var(--text2);max-width:62ch;margin-left:auto;margin-right:auto}
#alp-root .alp-form{display:flex;flex-direction:column;gap:.9rem;margin:1.5rem auto 0;max-width:480px;text-align:left}
#alp-root .alp-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:700;font-size:.85rem;color:var(--ink)}
#alp-root .alp-form input,#alp-root .alp-form select{background:#F4F6FB;border:1px solid var(--line);border-radius:12px;color:var(--ink);padding:.85rem 1rem;font-family:var(--body);font-size:16px;outline:none;transition:border-color .18s,box-shadow .18s}
#alp-root .alp-form input:focus,#alp-root .alp-form select:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(243,18,96,.12)}
#alp-root .alp-form input::placeholder{color:#9AA3B5}
#alp-root .alp-form select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2316203A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.6rem}
#alp-root .alp-form .pill{margin-top:.4rem;width:100%}
#alp-root .hp{position:absolute!important;left:-9999px!important;opacity:0;height:0;overflow:hidden;margin:0}
#alp-root .form-note{border-radius:14px;padding:1rem 1.2rem;margin-top:1.4rem;font-size:.97rem}
#alp-root .form-note.ok{background:rgba(18,183,106,.1);border:1px solid rgba(18,183,106,.35);color:var(--ink)}
#alp-root .form-note.bad{background:rgba(229,72,77,.08);border:1px solid rgba(229,72,77,.3);color:var(--ink)}
#alp-root .form-note a{color:var(--pink);font-weight:700}

/* footer */
#alp-root .alp-foot{padding:1.4rem 0 2.2rem;font-size:.83rem;color:var(--text2);text-align:center}
#alp-root .alp-foot a{color:var(--pink);text-decoration:none;font-weight:700}

/* sticky mobile CTA */
#alp-root .alp-sticky{display:none}
#alp-root .alp-sticky.off{display:none!important}
@media(max-width:1000px){
  #alp-root .herogrid{grid-template-columns:1fr;gap:1.8rem}
  #alp-root .alp-hero{text-align:center}
  #alp-root .alp-hero .lead{margin-left:auto;margin-right:auto}
}
@media(max-width:700px){
  #alp-root .alp-sticky{display:block;position:fixed;left:0;right:0;bottom:0;z-index:60;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));background:rgba(255,255,255,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--line)}
  #alp-root .alp-sticky .pill{width:100%;min-height:54px;padding:1rem 1.2rem;white-space:nowrap}
  #alp-root{padding-bottom:88px}
  #alp-root .pgrid{grid-template-columns:1fr 1fr}
  #alp-root .fitgrid{grid-template-columns:1fr}
  #alp-root .vsgrid{grid-template-columns:1fr}
  #alp-root .tcard{flex-basis:300px}
  #alp-root .fcard{flex-direction:column;align-items:center;text-align:center}
  #alp-root .fimg{width:100%;max-width:300px;height:auto}
  #alp-root .vsbadge{justify-self:center;margin:-.2rem 0}
  #alp-root .alp-hero{padding-top:2.6rem}
  #alp-root .alp-fin .wrap{padding:1.8rem 1.3rem 2rem;border-radius:20px}
}

/* reveals (JS adds .rv-on to root; static without JS) */
#alp-root.rv-on [data-rv]{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}
#alp-root.rv-on [data-rv].rv-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){#alp-root.rv-on [data-rv]{opacity:1;transform:none;transition:none}}
