:root{
    --ez-yellow:#FFC60B;
    --ez-yellow-deep:#F5B400;
    --ez-black:#161616;
    --ez-ink:#1f1f1f;
    --ez-grey-900:#222222;
    --ez-grey-700:#4a4a4a;
    --ez-grey-500:#6e6e6e;
    --ez-grey-300:#d4d4d4;
    --ez-grey-150:#ececec;
    --ez-grey-100:#f5f5f5;
    --ez-white:#ffffff;
    --radius:14px;
    --radius-sm:10px;
    --shadow:0 12px 34px rgba(0,0,0,.10);
    --shadow-sm:0 6px 18px rgba(0,0,0,.07);
    --maxw:1320px;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{
    font-family:poppinsregular,Poppins,Arial,sans-serif;
    font-size:18px;
    color:var(--ez-ink);
    background:var(--ez-white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  p{font-size:18px;}
  h1,h2,h3,h4{font-family:poppinsbold,Poppins,sans-serif;line-height:1.18;font-weight:700;color:var(--ez-black)}
  h2{font-size:clamp(1.7rem,3.2vw,2.5rem)}
  h3{font-size:1.2rem}
  a{text-decoration:none;color:inherit}
  img{max-width:100%}

  /* ---- Wrapper ---- */
  .crm-automation-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
  .crm-automation-page section{padding:50px 0}
  .crm-automation-page .eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--ez-black);background:var(--ez-yellow);padding:6px 14px;border-radius:999px;margin-bottom:16px}
  .crm-automation-page .eyebrow.ghost{background:transparent;color:var(--ez-yellow-deep);border:1.5px solid var(--ez-yellow);padding:5px 13px}
  .crm-automation-page .lead{font-size:1.06rem;color:var(--ez-grey-700);max-width:1120px}
  .crm-automation-page .center{text-align:center}
  .crm-automation-page .center .lead{margin:0 auto}

  /* Buttons */
  .crm-automation-page .btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.98rem;padding:14px 26px;border-radius:999px;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
  .crm-automation-page .btn-primary{background:var(--ez-yellow);color:var(--ez-black);box-shadow:0 8px 20px rgba(245,180,0,.35)}
  .crm-automation-page .btn-primary:hover{transform:translateY(-2px);background:var(--ez-yellow-deep)}
  .crm-automation-page .btn-dark{background:var(--ez-black);color:#fff}
  .crm-automation-page .btn-dark:hover{transform:translateY(-2px);background:#000}
  .crm-automation-page .btn-ghost{background:transparent;color:var(--ez-black);border-color:var(--ez-black)}
  .crm-automation-page .btn-ghost:hover{background:var(--ez-black);color:#fff}

  /* HERO */
  .crm-automation-page .hero{background:var(--ez-black);color:#fff;position:relative;overflow:hidden}
  .crm-automation-page .hero:before{content:"";position:absolute;right:-160px;top:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(255,198,11,.20),transparent 62%);border-radius:50%}
  .crm-automation-page .hero .wrap {
    display: grid;
    grid-template-columns: 1.15fr .95fr;
    gap: 46px;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}
  .crm-automation-page .hero h1 {
    color: #fff;
    font-size: clamp(2.05rem, 4.4vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -.5px;
    margin: 0;
}
  .crm-automation-page .hero h1 span{color:var(--ez-yellow)}
  .crm-automation-page .hero p.sub{color:#d7d7d7;font-size:1.1rem;margin:20px 0 26px;max-width:560px}
  .crm-automation-page .hero .pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
  .crm-automation-page .hero .pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#eaeaea;font-size:.84rem;font-weight:500;padding:8px 14px;border-radius:999px}
  .crm-automation-page .hero .pill b{color:var(--ez-yellow)}

  /* Form card */
  .crm-automation-page .form-card{background:#fff;border-radius:18px;padding:30px 26px;box-shadow:0 24px 60px rgba(0,0,0,.35);color:var(--ez-ink)}
  .crm-automation-page .form-card h3{font-size:1.22rem;margin-bottom:4px}
  .crm-automation-page .form-card .fc-sub{font-size:.88rem;color:var(--ez-grey-500);margin-bottom:18px}
  .crm-automation-page .form-card label{display:block;font-size:.78rem;font-weight:600;color:var(--ez-grey-700);margin:0 0 5px}
  .crm-automation-page .form-card input,.crm-automation-page .form-card select,.crm-automation-page .form-card textarea{width:100%;padding:11px 13px;border:1.5px solid var(--ez-grey-300);border-radius:10px;font-family:inherit;font-size:.92rem;margin-bottom:13px;background:#fff;color:var(--ez-ink)}
  .crm-automation-page .form-card input:focus,.crm-automation-page .form-card select:focus,.crm-automation-page .form-card textarea:focus{outline:none;border-color:var(--ez-yellow-deep);box-shadow:0 0 0 3px rgba(255,198,11,.25)}
  .crm-automation-page .form-card .btn{width:100%;justify-content:center}
  .crm-automation-page .form-card .micro{font-size:.72rem;color:var(--ez-grey-500);text-align:center;margin-top:11px;display:flex;align-items:center;justify-content:center;gap:5px}
  .crm-automation-page .form-card .micro svg{flex:none}
  .crm-automation-page .form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .crm-automation-page .form-grid-2 input{margin-bottom:13px}

  /* Trust strip */
  .crm-automation-page .trust{background:var(--ez-yellow);color:var(--ez-black)}
  .crm-automation-page .trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:30px;padding-bottom:30px}
  .crm-automation-page .trust .t-item{text-align:center}
  .crm-automation-page .trust .t-num{font-size:1.9rem;font-weight:800;line-height:1}
  .crm-automation-page .trust .t-lab{font-size:.82rem;font-weight:600;margin-top:5px;color:#3a3000}

  /* Generic grid cards */
  .crm-automation-page .grid{display:grid;gap:22px}
  .crm-automation-page .g2{grid-template-columns:repeat(2,1fr)}
  .crm-automation-page .g3{grid-template-columns:repeat(3,1fr)}
  .crm-automation-page .g4{grid-template-columns:repeat(4,1fr)}
  .crm-automation-page .card{background:#fff;border:1px solid var(--ez-grey-150);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-sm);transition:transform .15s,box-shadow .15s}
  .crm-automation-page .card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
  .crm-automation-page .card .ic{width:46px;height:46px;border-radius:11px;background:var(--ez-yellow);display:flex;align-items:center;justify-content:center;margin-bottom:15px}
  .crm-automation-page .card .ic svg{width:22px;height:22px;stroke:var(--ez-black);fill:none}
  .crm-automation-page .card h3{margin-bottom:8px}
  .crm-automation-page .card p{font-size:.93rem}
.crm-automation-page .sec-head {
    margin-bottom: 42px;
    text-align: center;
}
  .crm-automation-page .sec-head.center{margin-left:auto;margin-right:auto}

  /* Why / problem */
  .crm-automation-page .why{background:var(--ez-grey-100)}
  .crm-automation-page .why .pain{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:10px;padding:18px 20px;box-shadow:var(--shadow-sm)}
  .crm-automation-page .why .pain .x{color:var(--ez-black);background:var(--ez-yellow);border-radius:8px;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}
  .crm-automation-page .why .pain h4{font-size:1rem;margin-bottom:3px}
  .crm-automation-page .why .pain p{font-size:.9rem}

  /* Include cards */
  .crm-automation-page .include-card{position:relative;background:var(--ez-black);color:#fff;border-radius:var(--radius);padding:28px 24px;overflow:hidden;transition:transform .15s}
  .crm-automation-page .include-card:hover{transform:translateY(-4px)}
  .crm-automation-page .include-card h3{color:#fff}
  .crm-automation-page .include-card p{color:#c9c9c9;font-size:.92rem}
  .crm-automation-page .include-card .num{position:absolute;right:16px;top:8px;font-size:3.4rem;font-weight:800;color:rgba(255,198,11,.18)}
  .crm-automation-page .include-card .ic{width:46px;height:46px;border-radius:11px;background:var(--ez-yellow);display:flex;align-items:center;justify-content:center;margin-bottom:15px}
  .crm-automation-page .include-card .ic svg{width:22px;height:22px;stroke:var(--ez-black);fill:none}

  /* Platforms */
  .crm-automation-page .platforms{background:var(--ez-black);color:#fff}
  .crm-automation-page .platforms h2{color:#fff}
  .crm-automation-page .platforms .lead{color:#c9c9c9}
  .crm-automation-page .plat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}
  .crm-automation-page .plat{background:#202020;border:1px solid #2f2f2f;border-radius:12px;padding:20px;transition:border-color .15s,transform .15s}
  .crm-automation-page .plat:hover{border-color:var(--ez-yellow);transform:translateY(-3px)}
  .crm-automation-page .plat .pt{display:flex;align-items:center;gap:10px;margin-bottom:6px}
  .crm-automation-page .plat .badge{width:34px;height:34px;border-radius:9px;background:var(--ez-yellow);color:#161616;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.85rem}
  .crm-automation-page .plat h4{color:#fff;font-size:1rem}
  .crm-automation-page .plat p{color:#a9a9a9;font-size:.82rem;margin:0}
  .crm-automation-page .plat .tag{font-size:.7rem;color:var(--ez-yellow);font-weight:600;text-transform:uppercase;letter-spacing:.06em}

  /* CTA band */
  .crm-automation-page .cta-band{background:var(--ez-yellow);color:var(--ez-black);text-align:center;padding:50px 0}
  .crm-automation-page .cta-band h2{color:var(--ez-black);max-width:760px;margin:0 auto 10px}
  .crm-automation-page .cta-band p{color:#3a3000;max-width:620px;margin:0 auto 24px;font-weight:500}
  .crm-automation-page .cta-band .btn-dark{box-shadow:0 10px 24px rgba(0,0,0,.18)}

  /* Packages */
  .crm-automation-page .pkgs{background:var(--ez-grey-100)}
  .crm-automation-page .pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}
  .crm-automation-page .pkg{background:#fff;border:1px solid var(--ez-grey-150);border-radius:var(--radius);padding:26px 22px;display:flex;flex-direction:column;position:relative;box-shadow:var(--shadow-sm)}
  .crm-automation-page .pkg.feat{border:2px solid var(--ez-yellow);box-shadow:0 16px 40px rgba(245,180,0,.22)}
  .crm-automation-page .pkg .ribbon{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--ez-black);color:var(--ez-yellow);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:999px}
  .crm-automation-page .pkg .pk-name{font-size:1.05rem;font-weight:700;color:var(--ez-black)}
  .crm-automation-page .pkg .pk-for{font-size:.78rem;color:var(--ez-grey-500);margin:4px 0 16px;min-height:34px}
  .crm-automation-page .pkg ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:20px;flex:1}
  .crm-automation-page .pkg li{font-size:.85rem;color:var(--ez-grey-700);padding-left:24px;position:relative;line-height:1.45}
  .crm-automation-page .pkg li:before{content:"✓";position:absolute;left:0;top:0;color:var(--ez-yellow-deep);font-weight:800}
  .crm-automation-page .pkg .btn{width:100%;justify-content:center;font-size:.88rem;padding:11px 16px}
  .crm-automation-page .pkg-note{text-align:center;font-size:.82rem;color:var(--ez-grey-500);margin-top:26px}

  /* Tracking */
  .crm-automation-page .track-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
  .crm-automation-page .track-list{display:flex;flex-direction:column;gap:14px}
  .crm-automation-page .track-item{display:flex;gap:14px;align-items:flex-start}
  .crm-automation-page .track-item .n{min-width:34px;height:34px;border-radius:9px;background:var(--ez-black);color:var(--ez-yellow);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.85rem}
  .crm-automation-page .track-item h4{font-size:1rem;margin-bottom:2px}
  .crm-automation-page .track-item p{font-size:.9rem}
  .crm-automation-page .dash{background:var(--ez-black);border-radius:16px;padding:26px;color:#fff}
  .crm-automation-page .dash h4{color:var(--ez-yellow);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px}
  .crm-automation-page .dash .kpi{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #2c2c2c}
  .crm-automation-page .dash .kpi:last-child{border-bottom:none}
  .crm-automation-page .dash .kpi span{color:#c9c9c9;font-size:.88rem}
  .crm-automation-page .dash .kpi b{color:#fff;font-size:1.15rem}
  .crm-automation-page .dash .bar{height:8px;border-radius:6px;background:#2c2c2c;margin-top:6px;overflow:hidden}
  .crm-automation-page .dash .bar i{display:block;height:100%;background:var(--ez-yellow);border-radius:6px}
  .crm-automation-page .bw-34{width:34%}
  .crm-automation-page .bw-27{width:27%}
  .crm-automation-page .bw-71{width:71%}
  .crm-automation-page .dash-note{font-size:.72rem;color:#8d8d8d;margin-top:14px}

  /* Case studies */
  .crm-automation-page .cases{background:var(--ez-grey-100)}
  .crm-automation-page .case{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--ez-grey-150);display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s}
  .crm-automation-page .case:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
  .crm-automation-page .case .top{background:var(--ez-black);color:#fff;padding:18px 22px}
  .crm-automation-page .case .top .ind{font-size:.72rem;color:var(--ez-yellow);font-weight:700;letter-spacing:.08em;text-transform:uppercase}
  .crm-automation-page .case .top h3{color:#fff;font-size:1.08rem;margin-top:3px}
  .crm-automation-page .case .body{padding:20px 22px;flex:1}
  .crm-automation-page .case .body p{font-size:.86rem;margin-bottom:14px}
  .crm-automation-page .case .body .lab{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ez-grey-500)}
  .crm-automation-page .case .metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:var(--ez-grey-100);padding:18px 22px;margin-top:auto}
  .crm-automation-page .case .metrics .m b{display:block;font-size:1.35rem;font-weight:800;color:var(--ez-black);line-height:1}
  .crm-automation-page .case .metrics .m span{font-size:.74rem;color:var(--ez-grey-500)}

  /* Competitor table */
  .crm-automation-page .compare-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--ez-grey-150)}
  .crm-automation-page table.compare{border-collapse:collapse;width:100%;min-width:720px;background:#fff}
  .crm-automation-page table.compare th,.crm-automation-page table.compare td{padding:16px 18px;text-align:left;font-size:.88rem;border-bottom:1px solid var(--ez-grey-150)}
  .crm-automation-page table.compare thead th{background:var(--ez-black);color:#fff;font-weight:600;font-size:.82rem}
  .crm-automation-page table.compare thead th.ez{background:var(--ez-yellow);color:var(--ez-black);font-weight:800}
  .crm-automation-page table.compare td:first-child{font-weight:600;color:var(--ez-black);background:var(--ez-grey-100)}
  .crm-automation-page table.compare td.ez{background:#fffbe9;font-weight:600;color:var(--ez-black)}
  .crm-automation-page table.compare .yes{color:#1a7a3c;font-weight:700}
  .crm-automation-page table.compare .no{color:#b23b3b;font-weight:700}
  .crm-automation-page table.compare .mid{color:var(--ez-grey-500);font-weight:600}
  .crm-automation-page table.compare tr:last-child td{border-bottom:none}
  .crm-automation-page .compare-note{font-size:.78rem;color:var(--ez-grey-500);margin-top:14px}

  /* Why EZ */
  .crm-automation-page .whyez{background:var(--ez-grey-100)}

  /* FAQ */
  .crm-automation-page .faq{background:var(--ez-grey-100)}
  .crm-automation-page .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
  .crm-automation-page .faq-item{background:#fff;border-radius:12px;padding:22px;border:1px solid var(--ez-grey-150);border-top:3px solid var(--ez-yellow)}
  .crm-automation-page .faq-item h4{font-size:1rem;margin-bottom:8px;color:var(--ez-black)}
  .crm-automation-page .faq-item p{font-size:.9rem;margin:0}

  /* Final CTA */
  .crm-automation-page .final{background:var(--ez-black);color:#fff}
  .crm-automation-page .final .wrap{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}
  .crm-automation-page .final h2{color:#fff}
  .crm-automation-page .final .lead{color:#cfcfcf}
  .crm-automation-page .tickrow{margin-top:22px}
  .crm-automation-page .tick{display:flex;gap:10px;align-items:center;margin-top:12px;color:#e7e7e7;font-size:.95rem}
  .crm-automation-page .tick .d{color:var(--ez-black);background:var(--ez-yellow);border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex:none}
  .crm-automation-page .contact-info{margin-top:24px;color:#cfcfcf;font-size:.9rem}
  .crm-automation-page .contact-info a{color:var(--ez-yellow);font-weight:600}

  /* Responsive */
  @media(max-width:1000px){.crm-automation-page .pkg-grid{grid-template-columns:1fr 1fr}}
  @media(max-width:920px){.crm-automation-page .hero .wrap{grid-template-columns:1fr;gap:34px}}
  @media(max-width:900px){.crm-automation-page .g3,.crm-automation-page .g4{grid-template-columns:1fr 1fr}}
  @media(max-width:880px){.crm-automation-page .final .wrap{grid-template-columns:1fr;gap:30px}}
  @media(max-width:820px){
    .crm-automation-page .plat-grid{grid-template-columns:1fr 1fr}
    .crm-automation-page .track-grid{grid-template-columns:1fr}
  }
  @media(max-width:760px){.crm-automation-page .faq-grid{grid-template-columns:1fr}}
  @media(max-width:680px){.crm-automation-page .trust .wrap{grid-template-columns:1fr 1fr}}
  @media(max-width:620px){
    .crm-automation-page .g2,.crm-automation-page .g3,.crm-automation-page .g4{grid-template-columns:1fr}
    .crm-automation-page .form-grid-2{grid-template-columns:1fr}
  }
  @media(max-width:560px){.crm-automation-page .pkg-grid{grid-template-columns:1fr}}
  @media(max-width:520px){.crm-automation-page .plat-grid{grid-template-columns:1fr}}
  @media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}