
  .emma-m8{
    --bg:#f5f9ff;
    --panel:#ffffff;
    --ink:#081424;
    --muted:#5d6b7d;
    --brand:#1e7bff;
    --brand-dark:#0b3e99;
    --cyan:#00a9b7;
    --soft:#eaf4ff;
    --soft-2:#f7fbff;
    --line:#dce9f8;
    --success:#0c9874;
    --warning:#d97706;
    --shadow:0 18px 45px rgba(15, 84, 186, .10);
    --shadow-soft:0 10px 26px rgba(8,20,36,.07);
    color:var(--ink);
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    line-height:1.65;
    background:
      radial-gradient(circle at 10% 0%,rgba(30,123,255,.13),transparent 28%),
      radial-gradient(circle at 90% 6%,rgba(0,169,183,.12),transparent 24%),
      linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
    overflow-x:hidden;
  }

  .emma-m8 *{
    box-sizing:border-box;
  }

  .emma-m8 img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    object-fit:contain;
  }

  .emma-m8 a{
    color:inherit;
    text-decoration:none;
  }

  .emma-m8 .m8-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:clamp(16px,2.6vw,32px);
  }

  .emma-m8 .m8-breadcrumb{
    color:var(--muted);
    font-size:13px;
    margin:6px 0 18px;
  }

  .emma-m8 .m8-breadcrumb a{
    color:var(--muted);
  }

  .emma-m8 .m8-hero{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);
    gap:clamp(20px,3vw,42px);
    align-items:center;
    padding:clamp(20px,3vw,38px);
    border:1px solid rgba(220,233,248,.95);
    border-radius:28px;
    background:
      linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,250,255,.96)),
      radial-gradient(circle at top right,rgba(30,123,255,.10),transparent 45%);
    box-shadow:var(--shadow);
    position:relative;
    overflow-x:hidden;
  }

  .emma-m8 .m8-hero:before{
    content:"";
    position:absolute;
    right:-120px;
    top:-120px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(30,123,255,.12);
  }

  .emma-m8 .m8-hero-copy,
  .emma-m8 .m8-hero-media{
    position:relative;
    z-index:1;
  }

  .emma-m8 .m8-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#eaf3ff;
    color:var(--brand-dark);
    font-weight:800;
    font-size:13px;
    margin-bottom:14px;
  }

  .emma-m8 .m8-eyebrow span{
    width:8px;
    height:8px;
    border-radius:999px;
    background:var(--success);
    box-shadow:0 0 0 6px rgba(12,152,116,.12);
  }

  .emma-m8 h1,
  .emma-m8 h2,
  .emma-m8 h3{
    letter-spacing:-.03em;
    color:#0a2a66;
    margin:0;
    line-height:1.15;
  }

  .emma-m8 h1{
    font-size:clamp(30px,4.15vw,56px);
    max-width:780px;
  }

  .emma-m8 h2{
    font-size:clamp(24px,2.7vw,36px);
    margin-bottom:14px;
  }

  .emma-m8 h3{
    font-size:clamp(18px,1.7vw,22px);
    margin-bottom:10px;
  }

  .emma-m8 .m8-lead{
    color:var(--muted);
    font-size:clamp(16px,1.28vw,19px);
    margin:16px 0 20px;
    max-width:680px;
  }

  .emma-m8 .m8-highlight{
    color:var(--brand-dark);
    font-weight:800;
  }

  .emma-m8 .m8-hero-pills,
  .emma-m8 .m8-pills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:14px 0 0;
  }

  .emma-m8 .m8-pill{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:999px;
    color:#16345f;
    font-size:13px;
    font-weight:750;
    box-shadow:0 5px 16px rgba(8,20,36,.04);
  }

  .emma-m8 .m8-cta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:22px;
  }

  .emma-m8 .m8-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    padding:12px 18px;
    border-radius:14px;
    font-weight:900;
    border:1px solid transparent;
    transition:.2s ease;
    cursor:pointer;
  }

  .emma-m8 .m8-btn:hover{
    transform:translateY(-1px);
  }

  .emma-m8 .m8-btn-primary{
    color:#fff;
    background:linear-gradient(135deg,var(--brand),#0c57d7);
    box-shadow:0 12px 26px rgba(30,123,255,.24);
  }

  .emma-m8 .m8-btn-outline{
    color:var(--brand-dark);
    background:#fff;
    border-color:#b7d5ff;
  }

  .emma-m8 .m8-mini-note{
    color:var(--muted);
    font-size:13px;
    margin-top:12px;
  }

  .emma-m8 .m8-media-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:12px;
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 .m8-hero-img{
    width:100%;
    height:auto;
    object-fit:contain;
    background:#fff;
    border-radius:18px;
    border:1px solid #edf4ff;
  }

  .emma-m8 .m8-media-caption{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:10px;
  }

  .emma-m8 .m8-cap{
    border-radius:14px;
    background:#f4f9ff;
    border:1px solid #e5f0ff;
    padding:10px;
    text-align:center;
    font-size:12px;
    color:var(--muted);
  }

  .emma-m8 .m8-cap b{
    display:block;
    color:#0a2a66;
    font-size:14px;
  }

  .emma-m8 .m8-trust{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:18px 0 0;
  }

  .emma-m8 .m8-trust-item{
    padding:16px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    box-shadow:var(--shadow-soft);
    min-height:106px;
  }

  .emma-m8 .m8-trust-item strong{
    display:block;
    color:#0a2a66;
    font-size:20px;
    margin-bottom:3px;
  }

  .emma-m8 .m8-trust-item span{
    color:var(--muted);
    font-size:13px;
  }

  .emma-m8 .m8-section{
    margin:clamp(28px,4vw,56px) 0;
  }

  .emma-m8 .m8-section-head{
    max-width:820px;
    margin-bottom:20px;
  }

  .emma-m8 .m8-section-head p{
    margin:0;
    color:var(--muted);
    font-size:16px;
  }

  .emma-m8 .m8-grid{
    display:grid;
    gap:clamp(14px,2vw,22px);
  }

  .emma-m8 .m8-grid-2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .emma-m8 .m8-grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .emma-m8 .m8-grid-4{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .emma-m8 .m8-card{
    background:rgba(255,255,255,.96);
    border:1px solid var(--line);
    border-radius:22px;
    padding:clamp(16px,2vw,24px);
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 .m8-card p{
    margin:0;
    color:var(--muted);
  }

  .emma-m8 .m8-card ul{
    margin:12px 0 0;
    padding:0;
    list-style:none;
  }

  .emma-m8 .m8-card li{
    position:relative;
    padding-left:24px;
    margin:9px 0;
    color:#25364e;
  }

  .emma-m8 .m8-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:var(--success);
    font-weight:900;
  }

  .emma-m8 .m8-icon{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:linear-gradient(135deg,#e7f2ff,#ffffff);
    border:1px solid #d7e8ff;
    color:var(--brand-dark);
    font-size:22px;
    margin-bottom:12px;
  }

  .emma-m8 .m8-split{
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:clamp(18px,3vw,34px);
    align-items:center;
    background:#fff;
    border:1px solid var(--line);
    border-radius:28px;
    padding:clamp(16px,2.4vw,28px);
    box-shadow:var(--shadow);
  }

  .emma-m8 .m8-split-img{
    width:100%;
    height:auto;
    object-fit:contain;
    border-radius:22px;
    border:1px solid var(--line);
    background:#fff;
  }

  .emma-m8 .m8-feature-list{
    display:grid;
    gap:12px;
    margin-top:16px;
  }

  .emma-m8 .m8-feature{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:14px;
    border-radius:16px;
    background:#f7fbff;
    border:1px solid #e5f0ff;
  }

  .emma-m8 .m8-feature b{
    color:#0a2a66;
  }

  .emma-m8 .m8-feature span{
    color:var(--muted);
    display:block;
    font-size:14px;
  }

  .emma-m8 .m8-dot{
    width:30px;
    height:30px;
    flex:0 0 30px;
    border-radius:10px;
    background:#e4f7f7;
    color:#007982;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
  }

  .emma-m8 .m8-table-wrap{
    overflow:auto;
    border-radius:20px;
    border:1px solid var(--line);
    background:#fff;
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 table{
    width:100%;
    border-collapse:collapse;
    min-width:760px;
    background:#fff;
  }

  .emma-m8 th{
    background:#0a2a66;
    color:#fff;
    text-align:left;
    padding:15px 16px;
    font-size:14px;
  }

  .emma-m8 td{
    border-top:1px solid var(--line);
    padding:14px 16px;
    color:#32445d;
    vertical-align:top;
  }

  .emma-m8 td:first-child{
    font-weight:850;
    color:#0a2a66;
  }

  .emma-m8 .m8-spec-chip{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:#eef6ff;
    color:#0a3e94;
    font-weight:800;
    font-size:12px;
  }

  .emma-m8 .m8-timeline{
    display:grid;
    gap:14px;
    counter-reset:step;
  }

  .emma-m8 .m8-step{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:14px;
    align-items:start;
    padding:16px;
    border-radius:20px;
    border:1px solid var(--line);
    background:#fff;
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 .m8-step:before{
    counter-increment:step;
    content:counter(step);
    width:46px;
    height:46px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--brand),#09a8b7);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 24px rgba(30,123,255,.20);
  }

  .emma-m8 .m8-step p{
    margin:0;
    color:var(--muted);
  }

  .emma-m8 .m8-banner{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:20px;
    align-items:center;
    border-radius:28px;
    padding:clamp(20px,3vw,34px);
    background:
      linear-gradient(135deg,rgba(10,42,102,.96),rgba(30,123,255,.94)),
      radial-gradient(circle at top right,rgba(255,255,255,.22),transparent 32%);
    color:#fff;
    overflow-x:hidden;
    box-shadow:0 22px 50px rgba(10,42,102,.22);
  }

  .emma-m8 .m8-banner h2,
  .emma-m8 .m8-banner h3{
    color:#fff;
  }

  .emma-m8 .m8-banner p{
    color:rgba(255,255,255,.82);
    margin:0;
  }

  .emma-m8 .m8-banner .m8-btn-outline{
    border-color:rgba(255,255,255,.45);
    background:rgba(255,255,255,.12);
    color:#fff;
  }

  .emma-m8 .m8-roi{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:18px;
  }

  .emma-m8 .m8-roi-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    border-radius:18px;
    padding:14px;
  }

  .emma-m8 .m8-roi-box strong{
    display:block;
    font-size:22px;
    color:#fff;
  }

  .emma-m8 .m8-roi-box span{
    color:rgba(255,255,255,.78);
    font-size:13px;
  }

  .emma-m8 .m8-gallery{
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);
    gap:16px;
    align-items:stretch;
  }

  .emma-m8 .m8-gallery-main,
  .emma-m8 .m8-gallery-item{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:12px;
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 .m8-gallery-main{
    display:flex;
    flex-direction:column;
    min-height:100%;
  }

  .emma-m8 .m8-gallery-side{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }

  .emma-m8 .m8-gallery-img{
    width:100%;
    aspect-ratio:3/2;
    height:auto;
    object-fit:contain;
    border-radius:18px;
    background:#fff;
    border:1px solid #edf4ff;
  }

  .emma-m8 .m8-gallery-side .m8-gallery-img{
    aspect-ratio:3/2;
  }

  .emma-m8 .m8-gallery-caption{
    padding:12px 4px 4px;
  }

  .emma-m8 .m8-gallery-caption b{
    display:block;
    color:#0a2a66;
    font-size:15px;
    margin-bottom:2px;
  }

  .emma-m8 .m8-gallery-caption p{
    color:var(--muted);
    font-size:13px;
    margin:0;
  }

  .emma-m8 .m8-before-after{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .emma-m8 .m8-ba-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    padding:12px;
    box-shadow:var(--shadow-soft);
    overflow-x:hidden;
  }

  .emma-m8 .m8-ba-img{
    position:relative;
    overflow-x:hidden;
    border-radius:18px;
    background:#f7fbff;
  }

  .emma-m8 .m8-ba-img img{
    width:100%;
    height:auto;
    object-fit:contain;
  }

  .emma-m8 .m8-badge{
    position:absolute;
    left:12px;
    top:12px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(10,42,102,.92);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.03em;
  }

  .emma-m8 .m8-ba-caption{
    padding:12px 4px 4px;
  }

  .emma-m8 .m8-ba-caption b{
    color:#0a2a66;
  }

  .emma-m8 .m8-ba-caption p{
    color:var(--muted);
    font-size:14px;
    margin:4px 0 0;
  }

  .emma-m8 .m8-warning{
    padding:15px 16px;
    background:#fff8eb;
    color:#7a4600;
    border:1px solid #fde3b4;
    border-radius:18px;
    font-size:14px;
    margin-top:14px;
  }

  .emma-m8 .m8-faq{
    display:grid;
    gap:12px;
  }

  .emma-m8 details{
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    padding:16px 18px;
    box-shadow:var(--shadow-soft);
  }

  .emma-m8 summary{
    cursor:pointer;
    font-weight:900;
    color:#0a2a66;
    list-style:none;
  }

  .emma-m8 summary::-webkit-details-marker{
    display:none;
  }

  .emma-m8 details p{
    margin:10px 0 0;
    color:var(--muted);
  }

  .emma-m8 .m8-final-cta{
    margin-top:clamp(30px,4vw,58px);
    text-align:center;
    padding:clamp(26px,4vw,46px);
    border-radius:30px;
    background:
      linear-gradient(135deg,#ffffff,#f3f9ff),
      radial-gradient(circle at center,rgba(30,123,255,.18),transparent 42%);
    border:1px solid var(--line);
    box-shadow:var(--shadow);
  }

  .emma-m8 .m8-final-cta p{
    max-width:720px;
    color:var(--muted);
    margin:12px auto 0;
  }

  .emma-m8 .m8-contact-strip{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:20px;
    color:#203753;
    font-weight:800;
  }

  .emma-m8 .m8-contact-strip span{
    background:#fff;
    border:1px solid var(--line);
    border-radius:999px;
    padding:9px 13px;
  }

  .emma-m8 .m8-sticky-cta{
    position:sticky;
    bottom:10px;
    z-index:8;
    max-width:760px;
    margin:26px auto 0;
    display:flex;
    gap:10px;
    justify-content:center;
    padding:10px;
    border:1px solid rgba(183,213,255,.9);
    border-radius:20px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    box-shadow:0 16px 34px rgba(8,20,36,.14);
  }

  .emma-m8 .m8-disclaimer{
    color:var(--muted);
    font-size:12px;
    text-align:center;
    margin:18px auto 0;
    max-width:900px;
  }

  @media (max-width:1024px){
    .emma-m8 .m8-hero,
    .emma-m8 .m8-split,
    .emma-m8 .m8-banner,
    .emma-m8 .m8-gallery{
      grid-template-columns:1fr;
    }

    .emma-m8 .m8-trust,
    .emma-m8 .m8-grid-4{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .emma-m8 .m8-grid-3{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width:680px){
    .emma-m8 .m8-wrap{
      padding:14px;
    }

    .emma-m8 .m8-hero,
    .emma-m8 .m8-split,
    .emma-m8 .m8-banner,
    .emma-m8 .m8-final-cta{
      border-radius:22px;
      padding:18px;
    }

    .emma-m8 .m8-trust,
    .emma-m8 .m8-grid-2,
    .emma-m8 .m8-grid-3,
    .emma-m8 .m8-grid-4,
    .emma-m8 .m8-before-after,
    .emma-m8 .m8-roi{
      grid-template-columns:1fr;
    }

    .emma-m8 .m8-media-caption{
      grid-template-columns:1fr;
    }

    .emma-m8 .m8-gallery-side{
      gap:12px;
    }

    .emma-m8 .m8-cta-row,
    .emma-m8 .m8-sticky-cta{
      flex-direction:column;
    }

    .emma-m8 .m8-btn{
      width:100%;
    }

    .emma-m8 .m8-step{
      grid-template-columns:44px 1fr;
    }
  }
