@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

.nsm-widget-8a820d70 {
    --tiffany: #0ABAB5;
    --tiffany-mid: #3CCFCA;
    --black: #0D0D0D;
    --black-soft: #1A1A1A;
    --gold: #C9A84C;
    --gold-pale: #FAF5E9;
    --cream: #F8F5EE;
    --cream-dark: #EDE8DC;
    --white: #FFFFFF;
    --text-muted: #6B6560;

    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--black);
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

/* ── FRAMEWORK BAR ── */
.nsm-widget-8a820d70 .nsm-framebar {
    background: var(--black);
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.nsm-widget-8a820d70 .nsm-steps-bar { 
    display: flex; 
    flex: 1; 
}

.nsm-widget-8a820d70 .nsm-step-tab {
    flex: 1;
    padding: 18px 12px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,0.07);
    transition: background 0.2s;
    text-decoration: none;
    display: block;
    user-select: none;
    border-bottom: 2px solid transparent;
}

.nsm-widget-8a820d70 .nsm-step-tab:last-child { 
    border-right: none; 
}

.nsm-widget-8a820d70 .nsm-step-tab:hover { 
    background: rgba(10,186,181,0.08); 
}

.nsm-widget-8a820d70 .nsm-step-tab.active { 
    background: rgba(10,186,181,0.13); 
    border-bottom: 2px solid var(--tiffany); 
}

.nsm-widget-8a820d70 .nsm-step-tab-num {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.3);
    margin-bottom: 4px;
}

.nsm-widget-8a820d70 .nsm-step-tab.active .nsm-step-tab-num { 
    color: var(--tiffany); 
}

.nsm-widget-8a820d70 .nsm-step-tab-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
}

.nsm-widget-8a820d70 .nsm-step-tab.active .nsm-step-tab-name { 
    color: var(--white); 
}

.nsm-widget-8a820d70 .nsm-step-tab-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.25);
    margin-top: 2px;
    letter-spacing: 0.06em;
}

.nsm-widget-8a820d70 .nsm-step-tab.active .nsm-step-tab-sub { 
    color: rgba(255,255,255,0.5); 
}

/* ── STEP PANELS ── */
.nsm-widget-8a820d70 .nsm-panels { 
    background: var(--cream); 
}

.nsm-widget-8a820d70 .nsm-panel { 
    display: none; 
    padding: 52px 56px 56px; 
}

.nsm-widget-8a820d70 .nsm-panel.active { 
    display: grid; 
    grid-template-columns: 200px 1fr; 
    gap: 48px; 
    align-items: start; 
}

.nsm-widget-8a820d70 .nsm-step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    color: var(--cream-dark);
    margin-bottom: 10px;
}

.nsm-widget-8a820d70 .nsm-step-color-bar { 
    width: 40px; 
    height: 3px; 
    margin-bottom: 14px; 
}

.nsm-widget-8a820d70 .nsm-step-subtitle {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.nsm-widget-8a820d70 .nsm-step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--black);
}

.nsm-widget-8a820d70 .nsm-step-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    color: var(--black-soft);
    line-height: 1.55;
    padding: 16px 20px;
    border-left: 2px solid var(--gold);
    background: var(--gold-pale);
    margin: 0 0 24px 0;
}

.nsm-widget-8a820d70 .nsm-step-intro {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
    margin: 0 0 26px 0;
}

.nsm-widget-8a820d70 .nsm-step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.nsm-widget-8a820d70 .nsm-step-card {
    background: var(--white);
    border: 1px solid var(--cream-dark);
    padding: 20px;
}

.nsm-widget-8a820d70 .nsm-step-card-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 14px;
}

.nsm-widget-8a820d70 .nsm-card-list-content ul { 
    list-style: none; 
    padding: 0; 
    margin: 0;
}

.nsm-widget-8a820d70 .nsm-card-list-content ul li {
    font-size: 13px;
    color: var(--black-soft);
    line-height: 1.6;
    padding: 5px 0;
    border-bottom: 1px solid var(--cream-dark);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.nsm-widget-8a820d70 .nsm-card-list-content ul li:last-child { 
    border-bottom: none; 
}

.nsm-widget-8a820d70 .nsm-card-list-content ul li::before {
    content: '—';
    color: var(--tiffany);
    flex-shrink: 0;
    margin-top: 1px;
}

.nsm-widget-8a820d70 .nsm-step-outcome {
    background: var(--black);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.nsm-widget-8a820d70 .nsm-step-outcome-icon {
    width: 34px; 
    height: 34px;
    border: 1px solid var(--gold);
    display: flex; 
    align-items: center; 
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    color: var(--gold);
}

.nsm-widget-8a820d70 .nsm-step-outcome-text {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
    margin: 0;
}

.nsm-widget-8a820d70 .nsm-step-outcome-text p {
    margin: 0;
}

.nsm-widget-8a820d70 .nsm-step-outcome-text strong { 
    color: var(--gold); 
    font-weight: 500; 
}

/* QR */
.nsm-widget-8a820d70 .nsm-qr-placeholder {
    border: 1px dashed var(--cream-dark);
    padding: 18px;
    text-align: center;
    margin-top: 14px;
}

.nsm-widget-8a820d70 .nsm-qr-box {
    width: 72px; 
    height: 72px;
    border: 1px solid var(--cream-dark);
    margin: 0 auto 8px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    background: var(--cream);
}

.nsm-widget-8a820d70 .nsm-qr-box-inner {
    width: 50px; 
    height: 50px;
    background: repeating-linear-gradient(45deg, var(--cream-dark) 0px, var(--cream-dark) 2px, transparent 2px, transparent 6px);
}

.nsm-widget-8a820d70 .nsm-qr-label { 
    font-size: 10px; 
    color: var(--text-muted); 
    letter-spacing: 0.1em; 
    text-transform: uppercase; 
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
    .nsm-widget-8a820d70 .nsm-panel.active { 
        grid-template-columns: 1fr; 
        gap: 24px; 
        padding: 32px 20px 40px; 
    }
    
    .nsm-widget-8a820d70 .nsm-step-number { 
        font-size: 52px; 
    }
    
    .nsm-widget-8a820d70 .nsm-step-grid { 
        grid-template-columns: 1fr; 
    }
    
    .nsm-widget-8a820d70 .nsm-step-tab-name { 
        font-size: 13px; 
    }
    
    .nsm-widget-8a820d70 .nsm-step-tab { 
        padding: 14px 6px; 
    }
}
