/**
 * EMW Snapshot Engine — Public Styles
 * Full-width results experience — CONVERSION OPTIMIZATION
 */

/* ============================================================
   ROOT CONTAINER
   ============================================================ */
.emw-snapshot-module {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.emw-snapshot-module * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ============================================================
   PRE-SCAN GATEWAY — Primary Lead-Generation Experience
   ============================================================ */
.emw-snapshot-form {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 1180px;
    margin: 38px auto 34px;
    padding: 54px 54px 0;
    border: 1px solid #d9dee7;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 18%, rgba(201,162,74,.16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #fbfaf7 55%, #f5f1e8 100%);
    box-shadow: 0 28px 75px rgba(11,27,48,.13), 0 2px 8px rgba(11,27,48,.05);
}
.emw-snapshot-gateway-glow {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -190px;
    border-radius: 50%;
    background: rgba(178,34,52,.08);
    filter: blur(3px);
}
.emw-snapshot-gateway-grid {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(350px,.92fr);
    gap: 54px;
    align-items: center;
}
.emw-snapshot-gateway-copy {padding: 2px 0 38px;}
.emw-snapshot-brand-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}
.emw-snapshot-header-mark {
    display: block;
    width: 58px;
    height: auto;
    max-height: 76px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(11,27,48,.18));
}
.emw-snapshot-gateway-kicker,
.emw-snapshot-gateway-brand {display:block;}
.emw-snapshot-gateway-kicker {
    margin-bottom: 3px;
    color: #b21f2d;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: .15em;
}
.emw-snapshot-gateway-brand {
    color: #5d6877;
    font-size: 13px;
    font-weight: 700;
}
.emw-snapshot-gateway-title {
    max-width: 650px;
    margin: 0 0 18px;
    color: #0b1b30;
    font-size: clamp(39px,4.2vw,58px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 850;
}
.emw-snapshot-gateway-title span {
    color: #b21f2d;
    white-space: nowrap;
}
.emw-snapshot-gateway-intro {
    max-width: 650px;
    margin: 0 0 13px;
    color: #33485f;
    font-size: 18px;
    line-height: 1.62;
}
.emw-snapshot-domain-only {
    max-width: 650px;
    margin: 0 0 25px;
    padding-left: 15px;
    border-left: 3px solid #c9a24a;
    color: #617086;
    font-size: 14px;
    line-height: 1.6;
}
.emw-snapshot-domain-only strong {color:#0b1b30;}
.emw-snapshot-input-wrap {margin:0;}
.emw-snapshot-input-label {
    display: block;
    margin: 0 0 8px;
    color: #0b1b30;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .03em;
}
.emw-snapshot-input-container {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 6px 6px 6px 19px;
    border: 1px solid #b9c3cf;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(11,27,48,.10);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.emw-snapshot-input-container:focus-within {
    border-color: #c9a24a;
    box-shadow: 0 0 0 4px rgba(201,162,74,.13), 0 16px 38px rgba(11,27,48,.13);
    transform: translateY(-1px);
}
.emw-snapshot-input-icon {
    flex: 0 0 auto;
    margin-right: 10px;
    color: #8591a0;
}
.emw-snapshot-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 15px 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0b1b30;
    font-size: 17px;
    font-weight: 600;
}
.emw-snapshot-input::placeholder {color:#8a96a5;font-weight:500;}
.emw-snapshot-btn-scan {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 27px;
    border: 1px solid #b21f2d;
    border-radius: 13px;
    background: linear-gradient(180deg,#c62838 0%,#a91828 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(178,31,45,.27);
    cursor: pointer;
    font-size: 14px;
    font-weight: 850;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.emw-snapshot-btn-scan:hover {
    background: linear-gradient(180deg,#d12a3b 0%,#971522 100%);
    box-shadow: 0 14px 30px rgba(178,31,45,.34);
    transform: translateY(-2px);
}
.emw-snapshot-btn-scan:focus-visible {outline:3px solid rgba(201,162,74,.45);outline-offset:3px;}
.emw-snapshot-btn-scan:disabled {opacity:.62;cursor:wait;transform:none;box-shadow:none;}
.emw-snapshot-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin-top: 13px;
    color: #52657c;
    font-size: 12px;
    font-weight: 650;
}
.emw-snapshot-trust span {white-space:nowrap;}

/* Product preview */
.emw-snapshot-gateway-visual {
    position: relative;
    min-height: 470px;
    padding: 40px 10px 28px;
}
.emw-snapshot-visual-orbit {position:absolute;border:1px solid rgba(201,162,74,.32);border-radius:50%;pointer-events:none;}
.emw-snapshot-orbit-one {width:390px;height:390px;right:-55px;top:20px;}
.emw-snapshot-orbit-two {width:280px;height:280px;right:0;top:74px;border-color:rgba(178,31,45,.16);}
.emw-snapshot-product-card {
    position: absolute;
    border: 1px solid rgba(190,199,210,.95);
    background: rgba(255,255,255,.96);
    box-shadow: 0 24px 55px rgba(11,27,48,.16);
    backdrop-filter: blur(10px);
}
.emw-snapshot-product-main {
    z-index: 3;
    left: 0;
    top: 60px;
    width: 82%;
    min-height: 305px;
    padding: 25px;
    border-radius: 18px;
    transform: rotate(-1.2deg);
}
.emw-snapshot-product-topline {display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;}
.emw-snapshot-product-topline span,.emw-snapshot-card-kicker {font-size:9px;font-weight:900;letter-spacing:.13em;color:#68788d;}
.emw-snapshot-product-topline i {padding:5px 7px;border-radius:99px;background:#edf7f1;color:#16733b;font-size:8px;font-style:normal;font-weight:900;letter-spacing:.08em;}
.emw-snapshot-product-domain {padding-bottom:17px;border-bottom:1px solid #e2e7ed;color:#0b1b30;font-size:20px;font-weight:850;}
.emw-snapshot-mini-chart {display:flex;align-items:flex-end;gap:10px;height:112px;padding:23px 6px 12px;border-bottom:1px solid #e2e7ed;}
.emw-snapshot-mini-chart span {flex:1;height:var(--h);min-height:20px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#c9a24a 0%,#b21f2d 100%);box-shadow:inset 0 1px rgba(255,255,255,.3);}
.emw-snapshot-product-signals {display:grid;gap:8px;padding-top:14px;color:#41556d;font-size:11px;font-weight:700;}
.emw-snapshot-product-signals span {display:flex;align-items:center;gap:8px;}
.emw-snapshot-product-signals i {width:7px;height:7px;border-radius:50%;background:#16733b;box-shadow:0 0 0 3px rgba(22,115,59,.12);}
.emw-snapshot-product-profile {
    z-index: 4;
    right: 0;
    top: 20px;
    width: 55%;
    padding: 18px;
    border-radius: 15px;
    transform: rotate(2deg);
}
.emw-snapshot-product-profile strong,.emw-snapshot-product-report strong {display:block;margin:6px 0 12px;color:#0b1b30;font-size:13px;line-height:1.35;}
.emw-snapshot-profile-lines {display:grid;gap:6px;margin-bottom:13px;}
.emw-snapshot-profile-lines i {display:block;height:6px;border-radius:6px;background:#e7ebf0;}
.emw-snapshot-profile-lines i:nth-child(2){width:82%;}.emw-snapshot-profile-lines i:nth-child(3){width:60%;}
.emw-snapshot-profile-status {display:inline-flex;padding:5px 8px;border-radius:99px;background:#edf7f1;color:#16733b;font-size:9px;font-weight:900;}
.emw-snapshot-product-report {
    z-index: 5;
    right: 2%;
    bottom: 30px;
    width: 58%;
    padding: 20px;
    border-radius: 15px;
    border-top: 4px solid #b21f2d;
    transform: rotate(1deg);
}
.emw-snapshot-report-score {display:flex;align-items:baseline;gap:8px;padding-top:9px;border-top:1px solid #e2e7ed;}
.emw-snapshot-report-score b {color:#b21f2d;font-size:24px;line-height:1;}.emw-snapshot-report-score small{color:#68788d;font-size:9px;font-weight:800;}
.emw-snapshot-visual-caption {position:absolute;right:7%;bottom:0;color:#66758a;font-size:11px;font-weight:700;}

/* Journey */
.emw-snapshot-journey {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
    align-items: center;
    gap: 12px;
    margin: 0 -54px;
    padding: 19px 54px;
    border-top: 1px solid #dfe4eb;
    background: rgba(11,27,48,.035);
}
.emw-snapshot-journey div {display:flex;align-items:center;gap:8px;color:#53657b;font-size:11px;font-weight:800;white-space:nowrap;}
.emw-snapshot-journey b {display:grid;place-items:center;width:25px;height:25px;border:1px solid #bdc6d1;border-radius:50%;background:#fff;color:#53657b;font-size:10px;}
.emw-snapshot-journey .is-current {color:#0b1b30;}.emw-snapshot-journey .is-current b{border-color:#b21f2d;background:#b21f2d;color:#fff;box-shadow:0 5px 12px rgba(178,31,45,.2);}
.emw-snapshot-journey i {height:1px;background:linear-gradient(90deg,#c9a24a,#dfe4eb);}

@media (max-width: 980px) {
    .emw-snapshot-form {padding:42px 36px 0;}
    .emw-snapshot-gateway-grid {grid-template-columns:1fr;gap:10px;}
    .emw-snapshot-gateway-copy {padding-bottom:10px;}
    .emw-snapshot-gateway-visual {min-height:410px;max-width:560px;width:100%;margin:0 auto;}
    .emw-snapshot-journey {margin:0 -36px;padding:18px 30px;overflow-x:auto;}
}
@media (max-width: 680px) {
    .emw-snapshot-form {margin:20px auto 24px;padding:29px 20px 0;border-radius:20px;}
    .emw-snapshot-brand-row {align-items:flex-start;margin-bottom:19px;}
    .emw-snapshot-header-mark {width:45px;max-height:59px;}
    .emw-snapshot-gateway-kicker {font-size:9px;letter-spacing:.11em;}
    .emw-snapshot-gateway-brand {font-size:11px;}
    .emw-snapshot-gateway-title {font-size:37px;line-height:1.04;}
    .emw-snapshot-gateway-title span {white-space:normal;}
    .emw-snapshot-gateway-intro {font-size:16px;line-height:1.55;}
    .emw-snapshot-input-container {flex-wrap:wrap;padding:12px;gap:5px;}
    .emw-snapshot-input-icon {display:none;}
    .emw-snapshot-input {width:100%;flex-basis:100%;padding:9px 4px 13px;font-size:16px;}
    .emw-snapshot-btn-scan {width:100%;min-height:54px;}
    .emw-snapshot-trust {display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:11px;}
    .emw-snapshot-gateway-visual {min-height:350px;padding-top:25px;}
    .emw-snapshot-product-main {width:88%;min-height:260px;padding:18px;top:42px;}
    .emw-snapshot-product-profile {width:58%;padding:14px;}
    .emw-snapshot-product-report {width:62%;padding:15px;bottom:20px;}
    .emw-snapshot-visual-caption {display:none;}
    .emw-snapshot-journey {margin:0 -20px;padding:16px 20px;grid-template-columns:repeat(5,minmax(125px,1fr));gap:8px;}
    .emw-snapshot-journey i {display:none;}
}
@media (max-width: 420px) {
    .emw-snapshot-gateway-title {font-size:32px;}
    .emw-snapshot-trust {grid-template-columns:1fr;}
    .emw-snapshot-gateway-visual {min-height:320px;}
    .emw-snapshot-product-main {width:92%;}
}

/* ============================================================
   RESCAN BAR — Compact after scan
   ============================================================ */
.emw-snapshot-rescan-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background: #f7f8fa;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    margin: 20px 0 40px;
    flex-wrap: wrap;
    gap: 12px;
}
.emw-snapshot-rescan-domain {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
    font-family: 'Inter', monospace;
    letter-spacing: -0.02em;
    word-break: break-all;
}
.emw-snapshot-btn-rescan {
    background: transparent;
    border: 1.5px solid #b22234;
    color: #b22234;
    border-radius: 60px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.emw-snapshot-btn-rescan:hover {
    background: #b22234;
    color: #fff;
}

/* ============================================================
   LOADING — Full-width
   ============================================================ */
.emw-snapshot-loading-full {
    padding: 60px 0 40px;
    text-align: center;
}
.emw-snapshot-loading-full .emw-snapshot-progress-wrap {
    max-width: 500px;
    margin: 0 auto 16px;
    background: #f0f0f0;
    border-radius: 4px;
    height: 4px;
    overflow: hidden;
}
.emw-snapshot-loading-full .emw-snapshot-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #c9a24a, #b22234);
    border-radius: 4px;
    transition: width 0.4s ease;
}
.emw-snapshot-loading-full .emw-snapshot-status-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
    min-height: 28px;
}
.emw-snapshot-loading-full .emw-snapshot-loading-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.emw-snapshot-loading-full .emw-snapshot-loading-dots span {
    width: 8px;
    height: 8px;
    background: #c9a24a;
    border-radius: 50%;
    animation: emw-snapshot-dot-bounce 1.4s infinite ease-in-out both;
}
.emw-snapshot-loading-full .emw-snapshot-loading-dots span:nth-child(1) { animation-delay: -0.32s; }
.emw-snapshot-loading-full .emw-snapshot-loading-dots span:nth-child(2) { animation-delay: -0.16s; }
.emw-snapshot-loading-full .emw-snapshot-loading-dots span:nth-child(3) { animation-delay: 0s; }

@keyframes emw-snapshot-dot-bounce {
    0%, 80%, 100% { transform: scale(0); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

/* ============================================================
   RESULTS — Full-width experience
   ============================================================ */
.emw-snapshot-results-full {
    display: none;
    animation: emw-snapshot-fade-up 0.6s ease forwards;
}

@keyframes emw-snapshot-fade-up {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SECTION 1: SNAPSHOT OVERVIEW
   ============================================================ */
.emw-snapshot-overview {
    padding: 72px 0 80px;
}

.emw-snapshot-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #b22234;
    margin-bottom: 8px;
}

.emw-snapshot-overview-headline {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
    line-height: 1.2;
}
.emw-snapshot-overview-domain {
    font-size: 32px;
    font-weight: 700;
    color: #c9a24a;
    margin: 0 0 16px;
    line-height: 1.2;
    font-family: 'Inter', monospace;
    letter-spacing: -0.02em;
    word-break: break-all;
}
.emw-snapshot-overview-text {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 640px;
    margin-bottom: 40px;
}

.emw-snapshot-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

/* Radar */
.emw-snapshot-radar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.emw-snapshot-radar-container {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 1 / 1;
}
.emw-snapshot-radar {
    width: 100%;
    height: 100%;
    display: block;
}
.emw-snapshot-band-display {
    text-align: center;
    margin-top: 16px;
}
.emw-snapshot-band-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a6a6a;
    display: block;
}
.emw-snapshot-band-value {
    font-size: 28px;
    font-weight: 700;
    color: #c9a24a;
    display: block;
    line-height: 1.2;
    margin-top: 2px;
}
.emw-snapshot-band-clarification {
    font-size: 13px;
    color: #6a6a6a;
    max-width: 480px;
    margin: 8px auto 0;
    line-height: 1.5;
}

/* Overview Details */
.emw-snapshot-overview-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.emw-snapshot-confidence {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.emw-snapshot-confidence-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a6a6a;
}
.emw-snapshot-confidence-bar-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}
.emw-snapshot-confidence-bar {
    flex: 1;
    height: 6px;
    background: #c9a24a;
    border-radius: 4px;
    transition: width 0.8s ease;
}
.emw-snapshot-confidence-pct {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    min-width: 44px;
}
.emw-snapshot-confidence-count {
    font-size: 13px;
    color: #4a4a4a;
    margin-top: 2px;
}
.emw-snapshot-confidence-clarification {
    font-size: 12px;
    color: #6a6a6a;
    margin-top: 2px;
    line-height: 1.5;
}

/* Executive Summary Cards */
.emw-snapshot-executive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.emw-snapshot-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 16px;
    background: #f7f8fa;
    border: 1px solid #e8e8e8;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.emw-snapshot-card:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.emw-snapshot-card-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.emw-snapshot-card-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 2px;
}
.emw-snapshot-card-value {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
.emw-snapshot-card-desc {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
    margin-top: 4px;
}

/* ============================================================
   SECTION 2: PUBLIC SIGNALS REVIEWED
   ============================================================ */
.emw-snapshot-signals-section {
    padding: 72px 40px 80px;
    background: #f7f8fa;
    border-radius: 24px;
    margin: 0 0 20px;
}

.emw-snapshot-signals-headline {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 4px 0 8px;
}
.emw-snapshot-signals-sub {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 720px;
    margin-bottom: 32px;
}

.emw-snapshot-signals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
    margin-bottom: 24px;
}

.emw-snapshot-signal-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.emw-snapshot-signal-item .emw-snapshot-signal-status {
    flex-shrink: 0;
}
.emw-snapshot-signal-item.pass .emw-snapshot-signal-status { color: #2b7a4b; }
.emw-snapshot-signal-item.warning .emw-snapshot-signal-status { color: #c9a24a; }
.emw-snapshot-signal-item.not_detected .emw-snapshot-signal-status { color: #b22234; }
.emw-snapshot-signal-item.unavailable .emw-snapshot-signal-status { color: #b22234; }

.emw-snapshot-signal-item .emw-snapshot-signal-label {
    flex: 1;
    font-weight: 500;
}
.emw-snapshot-signal-item .emw-snapshot-signal-result {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    flex-shrink: 0;
}
.emw-snapshot-signal-item.pass .emw-snapshot-signal-result { color: #2b7a4b; }
.emw-snapshot-signal-item.warning .emw-snapshot-signal-result { color: #c9a24a; }
.emw-snapshot-signal-item.not_detected .emw-snapshot-signal-result { color: #b22234; }
.emw-snapshot-signal-item.unavailable .emw-snapshot-signal-result { color: #b22234; }

.emw-snapshot-signals-note {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6a6a6a;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.emw-snapshot-signals-note svg {
    flex-shrink: 0;
}

/* ============================================================
   SECTION 2.5: TRANSITION TO REPORT
   ============================================================ */
.emw-snapshot-transition-section {
    padding: 72px 0 56px;
}

.emw-snapshot-transition-headline {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 4px 0 12px;
    line-height: 1.2;
}

.emw-snapshot-transition-text {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 75%;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Outcomes */
.emw-snapshot-outcomes {
    margin-bottom: 40px;
}
.emw-snapshot-outcomes-headline {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}
.emw-snapshot-outcomes-sub {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.emw-snapshot-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 16px;
}
.emw-snapshot-outcome-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #f7f8fa;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}
.emw-snapshot-outcome-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}
.emw-snapshot-outcome-label {
    flex: 1;
}

/* Chat Preview + AI Block — Full-width balanced grid */
.emw-snapshot-ai-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 40px;
}

.emw-snapshot-chat-preview {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    border: 1px solid #e8e8e8;
    width: 100%;
    max-width: none;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-header {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 8px;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-row {
    display: flex;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    color: #2a2a2a;
    border-bottom: 1px solid #f0f0f0;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-row:last-child {
    border-bottom: none;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-label {
    font-weight: 600;
    color: #6a6a6a;
    min-width: 80px;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-ai {
    color: #1a1a1a;
}
.emw-snapshot-chat-preview .emw-snapshot-chat-ai .emw-snapshot-chat-placeholder {
    display: inline-block;
    background: #e8e8e8;
    height: 14px;
    border-radius: 4px;
    margin: 2px 0;
}
.emw-snapshot-chat-question {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 16px 0 4px;
}
.emw-snapshot-chat-note {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.5;
}

/* AI Block (right column) */
.emw-snapshot-ai-block {
    background: #f7f8fa;
    border-radius: 20px;
    padding: 28px 28px;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.emw-snapshot-ai-headline {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.3;
}
.emw-snapshot-ai-text {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0 0 20px;
    flex: 1;
}
.emw-snapshot-ai-visual {
    flex-shrink: 0;
    width: 100%;
    max-width: 180px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    padding: 16px;
    margin: 0 auto;
}
.emw-snapshot-ai-visual svg {
    width: 120px;
    height: 120px;
}

/* Big Question */
.emw-snapshot-big-question {
    margin-bottom: 32px;
}
.emw-snapshot-big-question-inner {
    background: #faf8f4;
    border-radius: 20px;
    padding: 40px 44px;
    text-align: center;
    border: 1px solid #e8e4dc;
}
.emw-snapshot-big-question-headline {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 4px;
}
.emw-snapshot-big-question-text {
    font-size: 28px;
    font-weight: 700;
    color: #c9a24a;
    margin: 0 0 12px;
}
.emw-snapshot-big-question-sub {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Report Intro */
.emw-snapshot-report-intro {
    background: #f7f8fa;
    border-radius: 16px;
    padding: 20px 28px;
    border-left: 4px solid #c9a24a;
}
.emw-snapshot-report-intro-text {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   SECTION 3: PERSONALIZED BUSINESS VISIBILITY REPORT™
   ============================================================ */
.emw-snapshot-report-section {
    padding: 56px 0 40px;
}

.emw-snapshot-report-grid {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    gap: 56px;
    align-items: start;
}

/* Report Visual */
.emw-snapshot-report-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emw-snapshot-status-card {
    background: #f7f8fa;
    border-radius: 14px;
    padding: 20px 28px;
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin-bottom: 24px;
    border: 1px solid #e8e8e8;
}
.emw-snapshot-status-complete {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2b7a4b;
}
.emw-snapshot-status-label {
    font-size: 13px;
    font-weight: 500;
    color: #6a6a6a;
    margin-top: 2px;
}
.emw-snapshot-status-domain {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Inter', monospace;
    letter-spacing: -0.02em;
    word-break: break-all;
    line-height: 1.2;
    margin: 2px 0;
}
.emw-snapshot-status-date {
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 4px;
}

.emw-snapshot-report-image {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    margin: 0 auto;
}
@media (min-width: 821px) {
    .emw-snapshot-report-image:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }
}

.emw-snapshot-report-caption {
    font-size: 13px;
    color: #6a6a6a;
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Report Content */
.emw-snapshot-report-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.emw-snapshot-report-headline {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}
.emw-snapshot-report-sub {
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0;
}
.emw-snapshot-report-text {
    font-size: 15px;
    color: #4a4a4a;
    margin: 0;
    line-height: 1.6;
}

/* Feature Cards */
.emw-snapshot-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background: #f7f8fa;
    border: 1px solid #e8e8e8;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.emw-snapshot-feature-card:hover {
    border-color: #d0d0d0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.emw-snapshot-score-card {
    border-left: 4px solid #c9a24a;
    padding: 22px 26px;
    background: #faf8f4;
}
.emw-snapshot-feature-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.emw-snapshot-feature-headline {
    margin-bottom: 2px;
}
.emw-snapshot-gold-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1a1a1a;
    background: #c9a24a;
    padding: 2px 12px;
    border-radius: 40px;
}
.emw-snapshot-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}
.emw-snapshot-score-title {
    font-size: 19px;
}
.emw-snapshot-feature-desc {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
}
.emw-snapshot-verified-card {
    border-left: 4px solid #c9a24a;
}
.emw-snapshot-verified-seal {
    display: block;
    width: 82px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: -4px;
}
.emw-snapshot-verified-note {
    font-size: 13px;
    color: #6a6a6a;
    font-style: italic;
    margin-top: 4px;
}

/* Report Checklists */
.emw-snapshot-report-included-headline {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 8px 0 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.emw-snapshot-report-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
}
.emw-snapshot-report-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.5;
}
.emw-snapshot-report-check-item svg {
    flex-shrink: 0;
}

.emw-snapshot-report-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
}
.emw-snapshot-report-included-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.4;
}
.emw-snapshot-report-included-item svg {
    flex-shrink: 0;
}

/* Sample Guidance Card */
.emw-snapshot-sample-recommendation {
    background: #f7f8fa;
    border-radius: 14px;
    padding: 16px 22px;
    border-left: 4px solid #c9a24a;
}
.emw-snapshot-sample-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c9a24a;
    margin-bottom: 4px;
}
.emw-snapshot-sample-text {
    font-size: 15px;
    color: #3a3a3a;
    line-height: 1.6;
    font-style: italic;
}
.emw-snapshot-sample-note {
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 6px;
    font-style: normal;
}

/* ============================================================
   SECTION 4: FINAL CTA
   ============================================================ */
.emw-snapshot-final-cta {
    padding: 60px 0 40px;
}
.emw-snapshot-final-cta-inner {
    background: #f7f8fa;
    border-radius: 24px;
    padding: 56px 48px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
}

.emw-snapshot-final-headline {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}
.emw-snapshot-final-text {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 560px;
    margin: 0 auto 28px;
}

.emw-snapshot-cta {
    background: #b22234;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 16px 48px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    box-shadow: 0 8px 28px rgba(178, 34, 52, 0.30);
    text-decoration: none;
    display: inline-block;
    max-width: 640px;
    width: 100%;
}
.emw-snapshot-cta:hover {
    background: #8a1a26;
    transform: scale(1.02);
}
.emw-snapshot-cta:active {
    transform: scale(0.97);
}

.emw-snapshot-final-note {
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 16px;
}

.emw-snapshot-path-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 20px;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 16px;
}
.emw-snapshot-path-divider {
    color: #d0d0d0;
}

/* ============================================================
   PARTIAL / ERROR STATES
   ============================================================ */
.emw-snapshot-partial,
.emw-snapshot-error {
    text-align: center;
    padding: 40px 20px;
    background: #f7f8fa;
    border-radius: 24px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
}
.emw-snapshot-partial-icon,
.emw-snapshot-error-icon {
    margin-bottom: 12px;
    color: #c9a24a;
}
.emw-snapshot-error-icon {
    color: #b22234;
}
.emw-snapshot-partial h3,
.emw-snapshot-error h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.emw-snapshot-partial p,
.emw-snapshot-error p {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 8px;
}
.emw-snapshot-error ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 20px;
    text-align: left;
    display: inline-block;
}
.emw-snapshot-error ul li {
    padding: 4px 0;
    font-size: 14px;
    color: #4a4a4a;
    position: relative;
    padding-left: 20px;
}
.emw-snapshot-error ul li::before {
    content: "•";
    color: #b22234;
    position: absolute;
    left: 0;
    font-weight: 700;
}
.emw-snapshot-btn-retry {
    background: transparent;
    border: 2px solid #b22234;
    color: #b22234;
    border-radius: 60px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 4px 8px;
}
.emw-snapshot-btn-retry:hover {
    background: #b22234;
    color: #fff;
}
.emw-snapshot-btn-eval {
    background: #b22234;
    color: #fff;
    border: none;
    border-radius: 60px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
    box-shadow: 0 4px 12px rgba(178, 34, 52, 0.2);
    margin: 4px 8px;
}
.emw-snapshot-btn-eval:hover {
    background: #8a1a26;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .emw-snapshot-report-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .emw-snapshot-report-image {
        max-width: 520px;
    }
    .emw-snapshot-status-card {
        max-width: 520px;
    }

    .emw-snapshot-ai-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .emw-snapshot-ai-block {
        padding: 24px 24px;
    }
    .emw-snapshot-ai-visual {
        max-width: 140px;
        padding: 12px;
    }
    .emw-snapshot-ai-visual svg {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .emw-snapshot-overview-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .emw-snapshot-radar-container {
        max-width: 480px;
    }
    .emw-snapshot-signals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .emw-snapshot-report-checklist {
        grid-template-columns: 1fr;
    }
    .emw-snapshot-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .emw-snapshot-ai-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .emw-snapshot-ai-block {
        padding: 24px 20px;
    }
    .emw-snapshot-ai-visual {
        max-width: 120px;
    }
    .emw-snapshot-ai-visual svg {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 820px) {
    .emw-snapshot-module {
        padding: 0 16px;
    }
    .emw-snapshot-form {
        padding: 24px 0 12px;
    }
    .emw-snapshot-input-container {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 12px;
        gap: 8px;
    }
    .emw-snapshot-input {
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
    }
    .emw-snapshot-btn-scan {
        width: 100%;
        justify-content: center;
        padding: 14px;
    }
    .emw-snapshot-input-icon {
        display: none;
    }
    .emw-snapshot-title {
        font-size: 24px;
    }
    .emw-snapshot-header-mark {
        width: 36px;
    }

    .emw-snapshot-overview-headline,
    .emw-snapshot-overview-domain {
        font-size: 26px;
    }
    .emw-snapshot-signals-headline {
        font-size: 24px;
    }
    .emw-snapshot-report-headline {
        font-size: 22px;
    }
    .emw-snapshot-final-headline {
        font-size: 24px;
    }
    .emw-snapshot-final-cta-inner {
        padding: 40px 28px;
    }
    .emw-snapshot-transition-headline {
        font-size: 26px;
    }
    .emw-snapshot-ai-headline {
        font-size: 20px;
    }
    .emw-snapshot-big-question-headline {
        font-size: 18px;
    }
    .emw-snapshot-big-question-text {
        font-size: 24px;
    }
    .emw-snapshot-transition-text {
        max-width: 85%;
    }

    .emw-snapshot-report-included-grid {
        grid-template-columns: 1fr 1fr;
    }
    .emw-snapshot-signals-grid {
        grid-template-columns: 1fr 1fr;
    }
    .emw-snapshot-executive-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .emw-snapshot-path-options {
        flex-direction: column;
        gap: 4px;
    }
    .emw-snapshot-path-divider {
        display: none;
    }
    .emw-snapshot-rescan-bar {
        flex-direction: column;
        text-align: center;
    }
    .emw-snapshot-signals-section {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .emw-snapshot-report-image {
        max-width: 420px;
    }
    .emw-snapshot-status-card {
        max-width: 420px;
    }
    .emw-snapshot-verified-seal {
        width: 68px;
    }
    .emw-snapshot-status-domain {
        font-size: 30px;
    }
    .emw-snapshot-big-question-inner {
        padding: 32px 24px;
    }
    .emw-snapshot-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .emw-snapshot-ai-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .emw-snapshot-ai-block {
        padding: 20px 18px;
    }
    .emw-snapshot-ai-visual {
        max-width: 100px;
        padding: 10px;
    }
    .emw-snapshot-ai-visual svg {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .emw-snapshot-module {
        padding: 0 12px;
    }
    .emw-snapshot-title {
        font-size: 20px;
    }
    .emw-snapshot-header {
        gap: 8px;
    }
    .emw-snapshot-header-mark {
        width: 30px;
    }

    .emw-snapshot-overview-headline,
    .emw-snapshot-overview-domain {
        font-size: 22px;
    }
    .emw-snapshot-band-value {
        font-size: 22px;
    }
    .emw-snapshot-signals-headline {
        font-size: 20px;
    }
    .emw-snapshot-report-headline {
        font-size: 20px;
    }
    .emw-snapshot-final-headline {
        font-size: 20px;
    }
    .emw-snapshot-final-cta-inner {
        padding: 32px 20px;
    }
    .emw-snapshot-transition-headline {
        font-size: 22px;
    }
    .emw-snapshot-ai-headline {
        font-size: 18px;
    }
    .emw-snapshot-big-question-headline {
        font-size: 16px;
    }
    .emw-snapshot-big-question-text {
        font-size: 20px;
    }
    .emw-snapshot-transition-text {
        max-width: 100%;
    }

    .emw-snapshot-signals-grid {
        grid-template-columns: 1fr;
    }
    .emw-snapshot-report-included-grid {
        grid-template-columns: 1fr;
    }
    .emw-snapshot-report-image {
        max-width: 100%;
    }
    .emw-snapshot-status-card {
        max-width: 100%;
        padding: 16px 18px;
    }
    .emw-snapshot-cta {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }
    .emw-snapshot-card {
        padding: 16px 14px;
    }
    .emw-snapshot-card-value {
        font-size: 15px;
    }
    .emw-snapshot-card-desc {
        font-size: 13px;
    }
    .emw-snapshot-feature-card {
        padding: 16px 16px;
    }
    .emw-snapshot-feature-title {
        font-size: 15px;
    }
    .emw-snapshot-score-title {
        font-size: 16px;
    }
    .emw-snapshot-feature-desc {
        font-size: 13px;
    }
    .emw-snapshot-confidence-pct {
        font-size: 13px;
        min-width: 36px;
    }
    .emw-snapshot-disclosure {
        font-size: 12px;
        padding: 10px 14px;
    }
    .emw-snapshot-sample-text {
        font-size: 14px;
    }
    .emw-snapshot-sample-note {
        font-size: 12px;
    }
    .emw-snapshot-verified-seal {
        width: 56px;
    }
    .emw-snapshot-verified-note {
        font-size: 12px;
    }
    .emw-snapshot-report-text {
        font-size: 14px;
    }
    .emw-snapshot-signals-sub {
        font-size: 14px;
    }
    .emw-snapshot-signals-section {
        padding: 32px 16px;
    }
    .emw-snapshot-status-domain {
        font-size: 24px;
    }
    .emw-snapshot-status-label {
        font-size: 12px;
    }
    .emw-snapshot-status-date {
        font-size: 12px;
    }
    .emw-snapshot-report-check-item {
        font-size: 13px;
    }
    .emw-snapshot-report-included-item {
        font-size: 13px;
    }
    .emw-snapshot-transition-text {
        font-size: 14px;
    }
    .emw-snapshot-ai-text {
        font-size: 14px;
    }
    .emw-snapshot-big-question-sub {
        font-size: 14px;
    }
    .emw-snapshot-report-intro-text {
        font-size: 14px;
    }
    .emw-snapshot-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .emw-snapshot-outcome-item {
        font-size: 13px;
        padding: 10px 12px;
    }
    .emw-snapshot-outcome-icon {
        font-size: 18px;
    }
    .emw-snapshot-big-question-inner {
        padding: 24px 16px;
    }
    .emw-snapshot-chat-preview {
        padding: 16px 18px;
    }
    .emw-snapshot-chat-preview .emw-snapshot-chat-row {
        flex-direction: column;
        gap: 2px;
        padding: 8px 0;
    }
    .emw-snapshot-chat-preview .emw-snapshot-chat-label {
        min-width: auto;
    }

    .emw-snapshot-ai-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .emw-snapshot-ai-block {
        padding: 16px 14px;
    }
    .emw-snapshot-ai-visual {
        max-width: 80px;
        padding: 8px;
    }
    .emw-snapshot-ai-visual svg {
        width: 60px;
        height: 60px;
    }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .emw-snapshot-results-full {
        animation: none !important;
        opacity: 1 !important;
    }
    .emw-snapshot-loading-full .emw-snapshot-loading-dots span {
        animation: none !important;
        opacity: 0.4;
    }
    .emw-snapshot-loading-full .emw-snapshot-progress-bar {
        transition: none !important;
    }
    .emw-snapshot-report-image {
        transition: none !important;
    }
    .emw-snapshot-cta {
        transition: none !important;
    }
    .emw-snapshot-btn-scan {
        transition: none !important;
    }
}

/* Milestone 15.1: institutional post-Snapshot Business Visibility Record™ */
.emw-snapshot-record-created{max-width:1120px;margin:52px auto 0;border:1px solid #cfd6df;background:#fff;box-shadow:0 20px 55px rgba(11,27,48,.10);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#13233a}
.emw-snapshot-record-masthead{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:26px 30px;background:#0b1b30;color:#fff;border-bottom:4px solid #b21f2d}
.emw-snapshot-record-brandmark{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.42);font-weight:800;letter-spacing:.08em;font-size:16px}
.emw-snapshot-record-kicker{font-size:11px;letter-spacing:.16em;font-weight:800;color:#cbd5e1;margin-bottom:6px}
.emw-snapshot-record-masthead h2{margin:0;color:#fff;font-size:27px;line-height:1.2;letter-spacing:-.02em}
.emw-snapshot-record-masthead p{margin:7px 0 0;color:#cbd5e1;font-size:14px;line-height:1.55}
.emw-snapshot-record-status{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.28);padding:8px 12px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}
.emw-snapshot-record-status i{width:8px;height:8px;border-radius:50%;background:#d6a84b;box-shadow:0 0 0 3px rgba(214,168,75,.16)}
.emw-snapshot-record-body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr)}
.emw-snapshot-record-identity{padding:34px 34px 30px;border-right:1px solid #dce2e9}
.emw-snapshot-record-business>span,.emw-snapshot-record-next-label{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;color:#68788d}
.emw-snapshot-record-business h3{margin:7px 0 4px;font-size:29px;line-height:1.15;color:#0b1b30;letter-spacing:-.025em}
.emw-snapshot-record-business a{color:#43566e;text-decoration:none;font-size:14px;word-break:break-all}.emw-snapshot-record-business a:hover{text-decoration:underline}
.emw-snapshot-record-identifiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px;border:1px solid #dce2e9;background:#f8fafc}
.emw-snapshot-record-identifiers div{padding:17px 18px}.emw-snapshot-record-identifiers div+div{border-left:1px solid #dce2e9}
.emw-snapshot-record-identifiers span,.emw-snapshot-record-metrics span{display:block;color:#68788d;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:7px}
.emw-snapshot-record-identifiers strong{font-size:15px;color:#13233a;letter-spacing:.03em}
.emw-snapshot-record-metrics{display:grid;grid-template-columns:1.15fr 1fr 1fr;margin-top:18px;border-top:1px solid #dce2e9;border-bottom:1px solid #dce2e9}
.emw-snapshot-record-metrics>div{padding:20px 18px 18px}.emw-snapshot-record-metrics>div+div{border-left:1px solid #dce2e9}
.emw-snapshot-record-metrics strong{font-size:18px;color:#13233a}.emw-snapshot-record-score strong{display:flex;align-items:baseline;gap:4px}.emw-snapshot-record-score strong b{font-size:35px;line-height:1;color:#b21f2d}.emw-snapshot-record-score strong small{font-size:13px;color:#68788d}
.emw-snapshot-record-next{padding:34px;background:#f7f9fb}.emw-snapshot-record-next h3{font-size:22px;line-height:1.25;margin:7px 0 10px;color:#0b1b30}.emw-snapshot-record-next p{font-size:14px;line-height:1.65;color:#4d6076;margin:0 0 15px}.emw-snapshot-record-next ul{list-style:none;padding:0;margin:0 0 20px}.emw-snapshot-record-next li{position:relative;padding:6px 0 6px 24px;color:#34485f;font-size:13px;line-height:1.4}.emw-snapshot-record-next li:before{content:"✓";position:absolute;left:0;top:5px;color:#2f6f4e;font-weight:900}
.emw-snapshot-record-primary,.emw-snapshot-record-secondary{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none!important;font-weight:800;font-size:13px;padding:14px 16px;transition:background .15s ease,border-color .15s ease,color .15s ease}.emw-snapshot-record-primary{background:#b21f2d;color:#fff!important;border:1px solid #b21f2d}.emw-snapshot-record-primary:hover{background:#921825;border-color:#921825}.emw-snapshot-record-secondary{margin-top:9px;background:#fff;color:#0b1b30!important;border:1px solid #aeb9c6}.emw-snapshot-record-secondary:hover{border-color:#0b1b30}
.emw-snapshot-record-next>small{display:block;margin-top:12px;color:#6b7c90;font-size:10px;line-height:1.5;text-align:center}
.emw-snapshot-record-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid #dce2e9;background:#fff}.emw-snapshot-record-timeline div{position:relative;display:flex;align-items:center;gap:8px;padding:15px 13px;color:#68788d;font-size:11px;font-weight:700;line-height:1.3}.emw-snapshot-record-timeline div+div{border-left:1px solid #e5e9ee}.emw-snapshot-record-timeline i{font-style:normal;color:#9aa7b6;font-size:15px}.emw-snapshot-record-timeline .is-complete{color:#34485f}.emw-snapshot-record-timeline .is-complete i{color:#2f6f4e}
.emw-snapshot-record-created>.emw-snapshot-count{margin:0;padding:10px 30px;text-align:right;border-top:1px solid #e5e9ee;background:#f8fafc;color:#718096;font-size:11px}
.emw-snapshot-four-paths{margin-top:28px;text-align:left}.emw-snapshot-four-paths h3{text-align:center;margin-bottom:18px}.emw-snapshot-four-paths ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style-position:inside;padding:0}.emw-snapshot-four-paths li{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;color:#0f172a}.emw-snapshot-four-paths li span{display:block;color:#64748b;margin:6px 0 0 24px;font-size:13px;line-height:1.5}
@media(max-width:860px){.emw-snapshot-record-masthead{grid-template-columns:auto 1fr}.emw-snapshot-record-status{grid-column:1/-1;justify-self:start}.emw-snapshot-record-body{grid-template-columns:1fr}.emw-snapshot-record-identity{border-right:0;border-bottom:1px solid #dce2e9}.emw-snapshot-record-timeline{grid-template-columns:1fr}.emw-snapshot-record-timeline div+div{border-left:0;border-top:1px solid #e5e9ee}}
@media(max-width:600px){.emw-snapshot-record-masthead{padding:22px 20px;gap:14px}.emw-snapshot-record-brandmark{width:46px;height:46px}.emw-snapshot-record-masthead h2{font-size:22px}.emw-snapshot-record-identity,.emw-snapshot-record-next{padding:25px 20px}.emw-snapshot-record-business h3{font-size:25px}.emw-snapshot-record-identifiers,.emw-snapshot-record-metrics{grid-template-columns:1fr}.emw-snapshot-record-identifiers div+div,.emw-snapshot-record-metrics>div+div{border-left:0;border-top:1px solid #dce2e9}.emw-snapshot-four-paths ol{grid-template-columns:1fr}}



/* v5.8.1 — Post-Snapshot live Business Visibility Report™ preview */
.emw-snapshot-live-report-preview{margin:18px 0 22px;border:1px solid #cfd7e2;background:#fff;box-shadow:0 18px 42px rgba(11,27,48,.10);text-align:left;color:#13233a}
.emw-snapshot-live-report-header{padding:18px 20px;background:#0b1b30;border-bottom:4px solid #b21f2d;color:#fff}
.emw-snapshot-live-report-header span{display:block;font-size:10px;letter-spacing:.16em;font-weight:800;color:#cbd5e1;margin-bottom:5px}
.emw-snapshot-live-report-header strong{display:block;font-size:20px;line-height:1.25;word-break:break-word}
.emw-snapshot-live-report-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #dce2e9}
.emw-snapshot-live-report-metrics>div{padding:18px 16px;min-height:94px}
.emw-snapshot-live-report-metrics>div+div{border-left:1px solid #dce2e9}
.emw-snapshot-live-report-metrics span,.emw-snapshot-live-report-id span{display:block;font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#68788d;margin-bottom:8px}
.emw-snapshot-live-report-metrics strong{display:flex;align-items:baseline;gap:3px;font-size:24px;color:#0b1b30}
.emw-snapshot-live-report-metrics strong b{font-size:31px;color:#b21f2d}.emw-snapshot-live-report-metrics strong small{font-size:12px;color:#68788d}
.emw-snapshot-live-report-metrics em{display:block;margin-top:4px;font-size:11px;color:#68788d;font-style:normal}
.emw-snapshot-live-report-id{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;background:#f8fafc;border-bottom:1px solid #dce2e9}.emw-snapshot-live-report-id span{margin:0}.emw-snapshot-live-report-id strong{font-size:12px;letter-spacing:.04em;text-align:right}
.emw-snapshot-live-report-findings{padding:18px 20px}.emw-snapshot-live-report-findings>span{font-size:11px;letter-spacing:.12em;font-weight:800;color:#0b1b30;text-transform:uppercase}.emw-snapshot-live-report-findings ul{list-style:none;padding:9px 0 0;margin:0;display:grid;gap:7px}.emw-snapshot-live-report-findings li{position:relative;padding-left:22px;font-size:13px;line-height:1.45;color:#43566e}.emw-snapshot-live-report-findings li:before{content:"✓";position:absolute;left:0;color:#2f6f4e;font-weight:900}
.emw-snapshot-live-report-link{align-items:center;justify-content:center;width:calc(100% - 40px);margin:0 20px 20px;box-sizing:border-box;padding:13px 16px;background:#0b1b30;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800}.emw-snapshot-live-report-link:hover{background:#172c49;color:#fff!important}
.emw-snapshot-evaluation-cta{display:inline-block;margin-top:12px;padding:13px 22px;border:1px solid #aeb9c6;background:#fff;color:#0b1b30!important;text-decoration:none!important;font-weight:800;font-size:13px;border-radius:4px}.emw-snapshot-evaluation-cta:hover{border-color:#0b1b30;background:#f8fafc}
@media(max-width:640px){.emw-snapshot-live-report-metrics{grid-template-columns:1fr}.emw-snapshot-live-report-metrics>div+div{border-left:0;border-top:1px solid #dce2e9}.emw-snapshot-live-report-id{align-items:flex-start;flex-direction:column}.emw-snapshot-live-report-id strong{text-align:left}}


/* v5.8.2 Report Lead Capture */
.emw-snapshot-lead-capture{margin:20px 0;padding:24px;border:1px solid #cfd7e2;border-top:5px solid #b21f2d;background:#f8fafc;box-shadow:0 14px 35px rgba(11,27,48,.10);color:#13233a}
.emw-snapshot-lead-capture[hidden]{display:none!important}.emw-snapshot-lead-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:#b21f2d}.emw-snapshot-lead-capture h4{margin:7px 0 8px;font-size:23px;line-height:1.25;color:#0b1b30}.emw-snapshot-lead-capture>p{margin:0 0 18px;color:#52657d;line-height:1.55}.emw-snapshot-lead-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.emw-snapshot-lead-grid label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#233750}.emw-snapshot-lead-grid label span{font-weight:500;color:#718096}.emw-snapshot-lead-wide{grid-column:1/-1}.emw-snapshot-lead-grid input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #b8c4d2;border-radius:3px;background:#fff;font-size:15px}.emw-snapshot-lead-grid input:focus{outline:2px solid rgba(178,31,45,.18);border-color:#b21f2d}.emw-snapshot-lead-consent{display:flex;align-items:flex-start;gap:9px;margin:15px 0;font-size:12px;line-height:1.5;color:#52657d}.emw-snapshot-lead-consent input{margin-top:3px}.emw-snapshot-lead-submit{display:flex;width:100%;justify-content:center;padding:14px 18px;border:0;border-radius:3px;background:#16733b;color:#fff;font-size:14px;font-weight:900;cursor:pointer}.emw-snapshot-lead-submit:hover{background:#105d2f}.emw-snapshot-lead-submit:disabled{opacity:.65;cursor:wait}.emw-snapshot-lead-error{margin:0 0 12px;padding:10px 12px;background:#fff0f1;border:1px solid #efb1b7;color:#8f1421;font-size:13px}.emw-snapshot-lead-privacy{margin-top:9px;text-align:center;font-size:11px;color:#718096}.emw-snapshot-lead-success{display:grid;gap:8px;text-align:center}.emw-snapshot-lead-success strong{font-size:22px;color:#16733b}.emw-snapshot-lead-success span{color:#52657d}.emw-snapshot-lead-success a{display:inline-flex;justify-content:center;margin-top:8px;padding:13px 18px;background:#0b1b30;color:#fff!important;text-decoration:none!important;font-weight:900}@media(max-width:640px){.emw-snapshot-lead-grid{grid-template-columns:1fr}.emw-snapshot-lead-wide{grid-column:auto}.emw-snapshot-lead-capture{padding:19px}}

/* v6.2.1 Report conversion and Snapshot UX */
.emw-snapshot-record-sealmark{width:68px;height:89px;border:0;background:transparent;overflow:visible;align-self:center}
.emw-snapshot-record-sealmark img{display:block;width:68px;height:auto;max-height:89px;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.22))}
.emw-snapshot-lead-consent a{color:#9f1d2a;font-weight:800;text-decoration:underline}
.emw-snapshot-lead-proposal{display:flex;align-items:flex-start;gap:10px;margin:0 0 16px;padding:14px;border:1px solid #d4dce6;border-radius:8px;background:#fff;font-size:12px;line-height:1.55;color:#31465f}
.emw-snapshot-lead-proposal input{margin-top:3px;flex:0 0 auto}
.emw-snapshot-final-report-layout{display:block;text-align:left;max-width:980px}
.emw-snapshot-final-report-copy{width:100%;max-width:820px;margin:0 auto}
.emw-snapshot-final-report-art{display:flex;justify-content:center;align-items:center;width:100%;margin:-4px 0 18px}
.emw-snapshot-final-report-art img{display:block;width:auto;max-width:100%;height:auto;max-height:360px;border-radius:10px;box-shadow:0 12px 30px rgba(15,23,42,.12);transform:none;object-fit:contain}
.emw-snapshot-final-report-copy .emw-snapshot-final-headline,.emw-snapshot-final-report-copy .emw-snapshot-final-text{text-align:left}
.emw-snapshot-final-report-copy .emw-snapshot-cta,.emw-snapshot-final-report-copy .emw-snapshot-evaluation-cta{width:100%;box-sizing:border-box;text-align:center;justify-content:center}
.emw-snapshot-proposal-note{margin:16px 0 0;padding:14px 16px;border-left:4px solid #16733b;background:#f0f8f3;color:#30465b;font-size:13px;line-height:1.55}
@media(max-width:900px){.emw-snapshot-final-report-copy .emw-snapshot-final-headline,.emw-snapshot-final-report-copy .emw-snapshot-final-text{text-align:center}.emw-snapshot-final-report-art img{max-height:320px}}
@media(max-width:600px){.emw-snapshot-record-sealmark,.emw-snapshot-record-sealmark img{width:58px;height:58px}.emw-snapshot-final-report-art{margin-bottom:15px}.emw-snapshot-final-report-art img{max-height:240px}}

/* v6.4.2 — post-Snapshot conversion and official mark polish */
.emw-snapshot-full-evaluation-option{margin-top:24px;padding-top:22px;border-top:1px solid #d9e0e8}
.emw-snapshot-full-evaluation-option>span{display:block;font-size:10px;letter-spacing:.14em;font-weight:900;color:#b21f2d;margin-bottom:6px}
.emw-snapshot-full-evaluation-option h4{margin:0 0 8px;color:#0b1b30;font-size:17px;line-height:1.3}
.emw-snapshot-full-evaluation-option p{margin:0 0 14px!important;font-size:12px!important;line-height:1.6!important;color:#52657d!important}
.emw-snapshot-record-evaluation{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none!important;font-weight:900;font-size:13px;padding:13px 15px;background:#0b1b30;color:#fff!important;border:1px solid #0b1b30}
.emw-snapshot-record-evaluation:hover{background:#172c49;border-color:#172c49;color:#fff!important}
.emw-snapshot-final-report-copy{padding:6px 0}
.emw-snapshot-final-action-box{margin:22px 0 8px;padding:22px;overflow:hidden;border:1px solid #d8e0e9;border-radius:14px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.emw-snapshot-final-action-box>strong{display:block;color:#0b1b30;font-size:17px;line-height:1.35;margin-bottom:5px}
.emw-snapshot-final-action-box>span{display:block;color:#52657d;font-size:13px;line-height:1.55;margin-bottom:14px}
.emw-snapshot-final-action-box .emw-snapshot-cta{margin:0!important;background:#16733b!important;border-color:#16733b!important;box-shadow:0 10px 22px rgba(22,115,59,.22)}
.emw-snapshot-final-action-box .emw-snapshot-cta:hover{background:#105d2f!important;border-color:#105d2f!important}
.emw-snapshot-final-action-box>small{display:block;text-align:center;margin-top:10px;color:#68788d;font-size:11px;font-weight:700}
@media(max-width:600px){.emw-snapshot-record-sealmark{width:52px!important;height:68px!important}.emw-snapshot-record-sealmark img{width:52px!important;height:auto!important;max-height:68px!important}.emw-snapshot-final-action-box{padding:17px}}

/* v6.10.0-alpha.3.6 — authoritative gateway responsive overrides */
@media (max-width:820px){.emw-snapshot-form{padding:36px 26px 0}.emw-snapshot-input-container{max-width:none}.emw-snapshot-btn-scan{display:inline-flex}.emw-snapshot-header-mark{width:50px}.emw-snapshot-journey{margin:0 -26px}}
@media (max-width:680px){.emw-snapshot-form{padding:29px 20px 0}.emw-snapshot-header-mark{width:45px}.emw-snapshot-journey{margin:0 -20px}}
@media (max-width:480px){.emw-snapshot-header-mark{width:42px}.emw-snapshot-gateway-title{font-size:32px}}
