 html{scroll-behavior:smooth;}
  body{
    font-family:poppinsregular,'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    font-size:18px;
    -webkit-font-smoothing:antialiased;
  }
  a{text-decoration:none;color:inherit;}
  img{max-width:100%;display:block;}
  p{font-size:18px;}
  h1,h2,h3{font-family:poppinsbold,'Poppins',sans-serif;}
  section{padding:50px 0;}

  /* ============ PAGE SCOPE: motion-graphics-page ============ */
  .motion-graphics-page{
    --yellow:#FFCB05;
    --yellow-dark:#E6B400;
    --black:#111111;
    --ink:#1c1c1c;
    --grey-900:#222222;
    --grey-700:#4a4a4a;
    --grey-500:#6b6b6b;
    --grey-300:#d9d9d9;
    --grey-200:#ececec;
    --grey-100:#f5f5f5;
    --white:#ffffff;
    --radius:14px;
    --shadow:0 18px 50px rgba(0,0,0,.10);
    --shadow-sm:0 8px 24px rgba(0,0,0,.08);
    --maxw:1320px;
    color:var(--ink);
    background:var(--white);
    line-height:1.65;
  }
  .motion-graphics-page h1,
  .motion-graphics-page h2,
  .motion-graphics-page h3,
  .motion-graphics-page h4{line-height:1.2;font-weight:700;letter-spacing:-.02em;}
  .motion-graphics-page h4{font-family:poppinsbold,'Poppins',sans-serif;}
  .motion-graphics-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
  .motion-graphics-page .yellow{color:var(--yellow-dark);}
  .motion-graphics-page section{padding:50px 0;}

  /* Buttons */
  .motion-graphics-page .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    font-weight:600;font-size:15px;padding:14px 28px;border-radius:50px;
    cursor:pointer;border:2px solid transparent;transition:.2s ease;white-space:nowrap;
  }
  .motion-graphics-page .btn svg{width:16px;height:16px;flex-shrink:0;}
  .motion-graphics-page .btn-primary{background:var(--yellow);color:var(--black);}
  .motion-graphics-page .btn-primary:hover{background:var(--black);color:var(--yellow);}
  .motion-graphics-page .btn-dark{background:var(--black);color:var(--white);}
  .motion-graphics-page .btn-dark:hover{background:var(--yellow);color:var(--black);}
  .motion-graphics-page .btn-ghost{background:transparent;color:var(--black);border-color:var(--black);}
  .motion-graphics-page .btn-ghost:hover{background:var(--black);color:var(--white);}
  .motion-graphics-page .btn-lg{padding:17px 38px;font-size:16px;}

  /* Hero */
  .motion-graphics-page .hero{background:var(--black);color:var(--white);position:relative;overflow:hidden;}
  .motion-graphics-page .hero::before{content:"";position:absolute;top:-120px;right:-120px;width:420px;height:420px;background:var(--yellow);opacity:.12;border-radius:50%;filter:blur(10px);}
  .motion-graphics-page .hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;padding:70px 0 80px;position:relative;z-index:2;}
  .motion-graphics-page .eyebrow{display:inline-block;background:rgba(255,203,5,.14);color:var(--yellow);font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:7px 16px;border-radius:50px;margin-bottom:22px;border:1px solid rgba(255,203,5,.3);}
.motion-graphics-page .hero h1 {
    font-size: clamp(34px, 4.4vw, 48px);
    font-weight: 800;
    margin-bottom: 20px;
    margin: 0;
}
  .motion-graphics-page .hero h1 span{color:var(--yellow);}
  .motion-graphics-page .hero p.sub{font-size:18px;color:var(--grey-300);max-width:540px;margin-bottom:30px;font-weight:300;}
  .motion-graphics-page .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px;}

  /* Hero form card */
  .motion-graphics-page .lead-card{background:var(--white);color:var(--ink);border-radius:18px;padding:30px;box-shadow:var(--shadow);}
  .motion-graphics-page .lead-card h3{font-size:21px;margin-bottom:4px;}
  .motion-graphics-page .lead-card .lc-sub{font-size:13.5px;color:var(--grey-500);margin-bottom:20px;}
  .motion-graphics-page .form-row{margin-bottom:13px;}
  .motion-graphics-page .form-row.two{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
  .motion-graphics-page .lead-card input,.motion-graphics-page .lead-card select,.motion-graphics-page .lead-card textarea{
    width:100%;padding:12px 14px;border:1.5px solid var(--grey-300);border-radius:10px;
    font-family:inherit;font-size:14px;color:var(--ink);background:var(--white);transition:.2s;
  }
  .motion-graphics-page .lead-card input:focus,.motion-graphics-page .lead-card select:focus,.motion-graphics-page .lead-card textarea:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,203,5,.25);}
  .motion-graphics-page .lead-card .btn{width:100%;margin-top:6px;}
  .motion-graphics-page .lc-trust{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;color:var(--grey-500);text-align:center;margin-top:12px;}
  .motion-graphics-page .lc-trust svg{width:12px;height:12px;flex-shrink:0;}

  /* Trust strip */
  .motion-graphics-page .trust{background:var(--yellow);color:var(--black);}
  .motion-graphics-page .trust .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;padding:18px 24px;font-weight:600;font-size:14.5px;}
  .motion-graphics-page .trust .t-item{display:flex;align-items:center;gap:9px;}
  .motion-graphics-page .trust .t-item svg{flex-shrink:0;}

  /* Section base */
  .motion-graphics-page .sec-head{text-align:center;max-width:1120px;margin:0 auto 52px;}
  .motion-graphics-page .sec-tag{display:inline-block;color:var(--yellow-dark);font-weight:600;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;}
  .motion-graphics-page .sec-head h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:16px;}
  .motion-graphics-page .sec-head p{color:var(--grey-500);font-size:16.5px;}
  .motion-graphics-page .alt{background:var(--grey-100);}
  .motion-graphics-page .dark-sec{background:var(--black);color:var(--white);}
  .motion-graphics-page .dark-sec .sec-head p{color:var(--grey-300);}

  /* Why cards */
  .motion-graphics-page .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .motion-graphics-page .why-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:30px;transition:.25s;}
  .motion-graphics-page .why-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:var(--yellow);}
  .motion-graphics-page .why-card .num{font-size:13px;font-weight:700;color:var(--yellow-dark);letter-spacing:.1em;}
  .motion-graphics-page .why-card h3{font-size:19px;margin:10px 0 9px;}
  .motion-graphics-page .why-card p{font-size:14.5px;color:var(--grey-700);}

  /* Includes grid */
  .motion-graphics-page .inc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .motion-graphics-page .inc-item{background:var(--white);border-radius:var(--radius);padding:26px;border-top:4px solid var(--yellow);box-shadow:var(--shadow-sm);}
  .motion-graphics-page .inc-item .ic{width:48px;height:48px;background:var(--black);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
  .motion-graphics-page .inc-item .ic svg{stroke:var(--yellow);}
  .motion-graphics-page .inc-item h3{font-size:18px;margin-bottom:8px;}
  .motion-graphics-page .inc-item p{font-size:14px;color:var(--grey-700);}

  /* Who */
  .motion-graphics-page .who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
  .motion-graphics-page .who-item{display:flex;gap:16px;align-items:flex-start;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:22px 24px;}
  .motion-graphics-page .who-item .chk{flex-shrink:0;width:30px;height:30px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--black);}
  .motion-graphics-page .who-item h4{font-size:16px;margin-bottom:3px;}
  .motion-graphics-page .who-item p{font-size:13.8px;color:var(--grey-700);}

  /* Platforms */
  .motion-graphics-page .plat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
  .motion-graphics-page .plat{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:26px 22px;transition:.25s;}
  .motion-graphics-page .plat:hover{background:rgba(255,203,5,.1);border-color:var(--yellow);}
  .motion-graphics-page .plat .pico{font-size:13px;font-weight:700;color:var(--yellow);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;}
  .motion-graphics-page .plat h4{font-size:16.5px;color:var(--white);margin-bottom:7px;}
  .motion-graphics-page .plat p{font-size:13.3px;color:var(--grey-300);font-weight:300;}

  /* CTA band */
  .motion-graphics-page .cta-band{background:var(--yellow);color:var(--black);text-align:center;padding:64px 0;}
  .motion-graphics-page .cta-band h2{font-size:clamp(26px,3.2vw,38px);margin-bottom:14px;}
  .motion-graphics-page .cta-band p{font-size:17px;max-width:620px;margin:0 auto 28px;font-weight:500;}
  .motion-graphics-page .cta-band .row{display:flex;gap:14px;justify-content:center;flex-wrap:nowrap;}
  .motion-graphics-page .cta-band .row .btn{flex:0 0 auto;width:auto;max-width:none;padding:15px 26px;font-size:15px;}

  /* Packages */
  .motion-graphics-page .pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch;}
  .motion-graphics-page .pkg{background:var(--white);border:1.5px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;display:flex;flex-direction:column;transition:.25s;position:relative;}
  .motion-graphics-page .pkg:hover{box-shadow:var(--shadow);transform:translateY(-4px);}
  .motion-graphics-page .pkg.featured{border-color:var(--yellow);box-shadow:var(--shadow);}
  .motion-graphics-page .pkg.featured::before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--black);color:var(--yellow);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:50px;}
  .motion-graphics-page .pkg .pname{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow-dark);margin-bottom:6px;}
  .motion-graphics-page .pkg h3{font-size:20px;margin-bottom:6px;}
  .motion-graphics-page .pkg .pdesc{font-size:13.5px;color:var(--grey-500);margin-bottom:18px;min-height:42px;}
  .motion-graphics-page .pkg ul{list-style:none;margin-bottom:22px;flex-grow:1;}
  .motion-graphics-page .pkg ul li{font-size:13.6px;color:var(--grey-700);padding:8px 0 8px 26px;position:relative;border-bottom:1px dashed var(--grey-200);}
  .motion-graphics-page .pkg ul li::before{content:"";position:absolute;left:0;top:13px;width:14px;height:14px;background:var(--yellow);border-radius:50%;}
  .motion-graphics-page .pkg ul li::after{content:"✓";position:absolute;left:3px;top:7px;font-size:10px;font-weight:700;color:var(--black);}
  .motion-graphics-page .pkg .btn{width:100%;margin-top:auto;}

  /* Tracking */
  .motion-graphics-page .track-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .motion-graphics-page .track-item{text-align:center;padding:24px 18px;}
  .motion-graphics-page .track-item .tnum{font-size:30px;font-weight:800;color:var(--yellow);width:64px;height:64px;border:2px solid var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
  .motion-graphics-page .track-item h4{font-size:16px;color:var(--white);margin-bottom:7px;}
  .motion-graphics-page .track-item p{font-size:13.3px;color:var(--grey-300);font-weight:300;}

  /* Case studies */
  .motion-graphics-page .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .motion-graphics-page .case{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--grey-200);display:flex;flex-direction:column;}
  .motion-graphics-page .case .ctop{background:var(--black);color:var(--white);padding:24px;}
  .motion-graphics-page .case .ctag{font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--yellow);}
.motion-graphics-page .case .ctop h3 {
    font-size: 18px;
    margin-top: 8px;
    color: #fff;
}
  .motion-graphics-page .case .cbody{padding:24px;flex-grow:1;display:flex;flex-direction:column;}
  .motion-graphics-page .case .cbody p{font-size:13.8px;color:var(--grey-700);margin-bottom:18px;flex-grow:1;}
  .motion-graphics-page .case .metrics{display:flex;gap:14px;border-top:1px solid var(--grey-200);padding-top:16px;}
  .motion-graphics-page .case .metrics .m b{display:block;font-size:22px;color:var(--yellow-dark);font-weight:800;}
  .motion-graphics-page .case .metrics .m span{font-size:11.5px;color:var(--grey-500);}

  /* Comparison table */
  .motion-graphics-page .cmp-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--grey-200);}
  .motion-graphics-page table.cmp{width:100%;border-collapse:collapse;min-width:760px;background:var(--white);}
  .motion-graphics-page table.cmp th,.motion-graphics-page table.cmp td{padding:16px 18px;text-align:left;font-size:14px;border-bottom:1px solid var(--grey-200);}
  .motion-graphics-page table.cmp thead th{background:var(--black);color:var(--white);font-weight:600;font-size:13.5px;}
  .motion-graphics-page table.cmp thead th.ez{background:var(--yellow);color:var(--black);}
  .motion-graphics-page table.cmp td.feat{font-weight:600;color:var(--ink);background:var(--grey-100);}
  .motion-graphics-page table.cmp td.ezcol{background:rgba(255,203,5,.1);font-weight:500;}
  .motion-graphics-page table.cmp .yes{color:#1a8f3c;font-weight:700;}
  .motion-graphics-page table.cmp .no{color:#c0392b;font-weight:700;}
  .motion-graphics-page table.cmp .partial{color:var(--grey-500);font-weight:600;}

  /* Why EZ */
  .motion-graphics-page .ez-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .motion-graphics-page .ez-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius);padding:28px;}
  .motion-graphics-page .ez-card .eznum{font-size:13px;font-weight:700;color:var(--yellow-dark);}
  .motion-graphics-page .ez-card h3{font-size:18px;margin:8px 0 8px;}
  .motion-graphics-page .ez-card p{font-size:14px;color:var(--grey-700);}

  /* FAQ (all visible) */
  .motion-graphics-page .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
  .motion-graphics-page .faq-item{background:var(--white);border:1px solid var(--grey-200);border-left:4px solid var(--yellow);border-radius:10px;padding:24px;}
  .motion-graphics-page .faq-item h4{font-size:16px;margin-bottom:9px;display:flex;gap:9px;align-items:flex-start;}
  .motion-graphics-page .faq-item h4 .q{color:var(--yellow-dark);font-weight:800;flex-shrink:0;}
  .motion-graphics-page .faq-item p{font-size:14px;color:var(--grey-700);}

  /* Final CTA + form */
  .motion-graphics-page .final{background:var(--black);color:var(--white);}
  .motion-graphics-page .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
  .motion-graphics-page .final-grid h2{font-size:clamp(28px,3.4vw,40px);margin-bottom:18px;}
  .motion-graphics-page .final-grid h2 span{color:var(--yellow);}
  .motion-graphics-page .final-grid .fp{color:var(--grey-300);font-size:16px;margin-bottom:26px;font-weight:300;}
  .motion-graphics-page .final-list{list-style:none;margin-bottom:10px;}
  .motion-graphics-page .final-list li{font-size:14.5px;color:var(--grey-200);padding:7px 0 7px 28px;position:relative;}
  .motion-graphics-page .final-list li::before{content:"✓";position:absolute;left:0;color:var(--yellow);font-weight:800;}
  .motion-graphics-page .final-contact{margin-top:26px;display:flex;flex-direction:column;gap:10px;font-size:15px;}
  .motion-graphics-page .final-contact a{display:flex;align-items:center;gap:8px;color:var(--yellow);font-weight:600;}
  .motion-graphics-page .final-contact svg{width:16px;height:16px;flex-shrink:0;}

  /* Responsive */
  @media(max-width:980px){
    .motion-graphics-page .hero-grid,.motion-graphics-page .final-grid{grid-template-columns:1fr;gap:36px;}
    .motion-graphics-page .why-grid,.motion-graphics-page .inc-grid,.motion-graphics-page .case-grid,.motion-graphics-page .ez-grid{grid-template-columns:1fr 1fr;}
    .motion-graphics-page .plat-grid,.motion-graphics-page .pkg-grid,.motion-graphics-page .track-grid{grid-template-columns:1fr 1fr;}
  }
  @media(max-width:600px){
    .motion-graphics-page section{padding:56px 0;}
    .motion-graphics-page .why-grid,.motion-graphics-page .inc-grid,.motion-graphics-page .case-grid,.motion-graphics-page .ez-grid,.motion-graphics-page .who-grid,.motion-graphics-page .plat-grid,.motion-graphics-page .pkg-grid,.motion-graphics-page .track-grid,.motion-graphics-page .faq-grid{grid-template-columns:1fr;}
    .motion-graphics-page .form-row.two{grid-template-columns:1fr;}
    .motion-graphics-page .cta-band .row{gap:8px;}
    .motion-graphics-page .cta-band .row .btn{flex:0 1 auto;width:auto;min-width:0;max-width:100%;padding:12px 16px;font-size:12.5px;white-space:normal;text-align:center;}
    .motion-graphics-page .cta-band .row .btn svg{width:14px;height:14px;}
  }.motion-graphics-page .final h2 {
    color: #fff;
}