/*
================================================================
FILE NAME: isc-audit.css
UPLOAD TO: /wp-content/uploads/ettinger/isc-audit.css via cPanel File Manager
REPLACE the existing file entirely with this one.
================================================================
*/

:root {
    --et-blue: #0032eb;
    --et-teal: #0D9488;
    --et-orange: #f68b46;
    --et-slate: #0f172a;
    --lm-teal: #01afc0;
    --et-placeholder: #9ca3af;
    --et-error-red: #dc2626;
    --et-error-bg: #fff1f1;
    --bg-light: #f8fafc;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; background: var(--bg-light); color: var(--et-slate); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; margin: 0; }

/* ======= PILLAR NAV ======= */
.ft-pillar-nav { position: absolute; top: 40px; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; gap: 15px; z-index: 100; flex-wrap: wrap; }
.ft-pillar-item { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; text-decoration: none; transition: all 0.3s ease; cursor: pointer; }
.ft-pillar-item .ft-node-dot { width: 8px; height: 8px; background: rgba(255,255,255,0.3); border-radius: 50%; transition: all 0.3s ease; flex-shrink: 0; }
.ft-pillar-item:hover { color: #fff; }
.ft-pillar-item:hover .ft-node-dot { background: #fff; box-shadow: 0 0 8px #fff; }
.ft-pillar-item.ft-active { color: #fff; font-size: 15px; font-weight: 900; cursor: default; }
.ft-pillar-item.ft-active .ft-node-dot { width: 10px; height: 10px; background: #fff; box-shadow: 0 0 10px #fff; }
.ft-pulse-connector { width: 40px; height: 2px; background: rgba(255,255,255,0.1); position: relative; overflow: hidden; border-radius: 2px; flex-shrink: 0; }
.ft-pulse-connector::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, #f68b46, transparent); animation: ft-pulse 2s infinite linear; }
@keyframes ft-pulse { 0% { left: -100%; } 100% { left: 100%; } }

/* ======= HERO ======= */
.isc-hero { position: relative; padding-bottom: 80px; z-index: 1; overflow: hidden; }
.et-v3-grid-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #0032eb 0%, #0032eb 5%, #0D9488 70%); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%); z-index: -1; pointer-events: none; }
.et-v3-grid-lines { position: absolute; width: 100%; height: 100%; background-image: linear-gradient(rgba(255,255,255,0.08) 1.5px, transparent 1.5px), linear-gradient(90deg, rgba(255,255,255,0.08) 1.5px, transparent 1.5px); background-size: 45px 45px; mask-image: radial-gradient(circle at center, black 30%, transparent 90%); -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 90%); }
.et-v3-data-pulse { position: absolute; width: 100%; height: 250px; background: linear-gradient(transparent, rgba(35,240,199,0.15), transparent); top: -250px; animation: etDataFlow 5s linear infinite; opacity: 0.6; }
@keyframes etDataFlow { 0% { top: -250px; } 100% { top: 120%; } }

.isc-hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; max-width: 1400px; margin: 0 auto; position: relative; z-index: 10; }
.isc-hook { padding: 160px 8% 80px; display: flex; flex-direction: column; justify-content: center; }
.isc-hook h1 { font-size: clamp(34px, 4.5vw, 58px); color: #fff; line-height: 1.05; margin-bottom: 28px; text-transform: uppercase; letter-spacing: -2px; }
.isc-hook h1 span { color: #ffb870; text-shadow: 0 0 20px rgba(246,139,70,0.5); }
.isc-sub { font-size: 1.15rem; color: #e2e8f0; max-width: 580px; margin-bottom: 35px; font-weight: 300; line-height: 1.7; }
.isc-sub strong { color: #fff; font-weight: 700; }
.isc-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 35px; }
.isc-pill { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 7px 16px; font-size: 11px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; }
.isc-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lm-teal); flex-shrink: 0; }
.isc-pain { background: rgba(255,255,255,0.1); border-left: 4px solid var(--et-orange); padding: 22px 25px; border-radius: 0 8px 8px 0; color: #fff; font-weight: 600; font-size: 0.95rem; max-width: 540px; line-height: 1.6; transition: transform 0.3s ease, background 0.3s ease; cursor: default; }
.isc-pain:hover { transform: scale(1.02) translateX(5px); background: rgba(255,255,255,0.16); }

.isc-form-side { padding: 160px 8% 0; display: flex; align-items: flex-start; justify-content: center; }
.isc-form-box { background: #fff; padding: 38px 32px; border-radius: 14px; box-shadow: 0 40px 80px -20px rgba(0,0,0,0.45); width: 100%; max-width: 480px; transform: translateY(120px); position: relative; z-index: 30; border: 1px solid rgba(0,0,0,0.05); transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s ease; }
.isc-form-box:hover { transform: translateY(110px) scale(1.01); box-shadow: 0 50px 90px -20px rgba(0,0,0,0.5); }
.isc-form-title { font-size: 22px; color: var(--et-blue); font-weight: 900; margin-bottom: 5px; font-family: 'Montserrat', sans-serif; }
.isc-form-desc { font-size: 13px; color: #666; margin-bottom: 20px; line-height: 1.5; }
.isc-form input, .isc-form select { width: 100%; padding: 13px 14px; border: 2px solid #f0f0f0; border-radius: 8px; font-size: 16px; background: #f9f9f9; color: #374151; margin-bottom: 14px; font-family: inherit; height: 50px; transition: border-color 0.2s ease; outline: none; }
.isc-form input:focus, .isc-form select:focus { border-color: var(--et-blue); background: #fff; }
.isc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.isc-form-row input { margin-bottom: 0; }
.isc-form-group { position: relative; margin-bottom: 14px; }
.isc-form-group input { margin-bottom: 0; }
.has-error input, .has-error select { border: 2px solid var(--et-error-red) !important; background: var(--et-error-bg) !important; }
.has-error input::placeholder { color: var(--et-error-red) !important; }
.et-email-warn { display: none; color: var(--et-error-red); font-size: 10px; position: absolute; bottom: -16px; left: 2px; font-weight: 600; }
.isc-form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%230032ed' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: calc(100% - 14px) center; color: var(--et-placeholder) !important; }
.isc-form select.selected-db { color: #374151 !important; }
.isc-submit-btn { width: 100%; background: var(--et-orange); color: #fff; padding: 15px; border: none; border-radius: 8px; font-size: 16px; font-weight: 900; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 4px solid rgba(0,0,0,0.12); transition: transform 0.2s ease, box-shadow 0.2s ease; margin-top: 6px; font-family: 'Montserrat', sans-serif; }
.isc-submit-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(246,139,70,0.4); }
.isc-security { margin-top: 18px; padding-top: 14px; border-top: 1px solid #f0f0f0; display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 10px; color: #9ca3af; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.isc-security svg { width: 11px; height: 11px; color: var(--et-blue); }
.lm-color { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--et-blue); }

/* ======= AUDIT MODE - full page takeover ======= */
#isc-audit-wrapper { display: none; }

#isc-audit-wrapper.active {
    display: block;
    padding: 130px 0 120px;
}

.isc-audit-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5% 120px;
}

/* Keep the active audit/survey screens centered instead of full-width */
#isc-audit-wrapper .isc-screen {
    width: min(50vw, 900px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* ======= PROGRESS BAR - fixed under global site header ======= */
.isc-progress-wrap {
    display: none;
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 8000;
    width: 100%;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0 13px;
    margin: 0;
    box-shadow: 0 8px 24px rgba(15,23,42,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.isc-progress-wrap.visible { display: block; }
.isc-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(50vw, 900px);
    max-width: 900px;
    margin: 0 auto 8px;
    gap: 18px;
}
.isc-progress-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #64748b; }
.isc-progress-pct { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 900; color: var(--et-blue); white-space: nowrap; }
.isc-progress-track-wrap { width: min(50vw, 900px); max-width: 900px; margin: 0 auto 8px; }
.isc-progress-track { width: min(50vw, 900px); max-width: 900px; height: 10px; background: #e2e8f0; border-radius: 999px; overflow: hidden; margin: 0 auto 8px; }
.isc-progress-fill { height: 100%; background: linear-gradient(90deg, var(--et-blue), var(--lm-teal)); border-radius: 999px; transition: width 0.5s ease; width: 0%; }
.isc-progress-msg-wrap { width: min(50vw, 900px); max-width: 900px; margin: 0 auto; }
.isc-progress-msg { width: min(50vw, 900px); max-width: 900px; margin: 0 auto; font-size: 13px; font-style: italic; color: #475569; font-weight: 600; text-align: center; min-height: 20px; line-height: 1.35; transition: opacity 0.3s ease; }

/* ======= SCREENS ======= */
.isc-screen { display: none; animation: fadeSlideIn 0.4s ease; }
.isc-screen.active { display: block; scroll-margin-top: 220px; }
@keyframes fadeSlideIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ======= HONESTY SCREEN ======= */
.isc-honesty-screen { text-align: center; padding: 60px 40px; background: #fff; border-radius: 20px; box-shadow: 0 20px 50px -15px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; border-top: 5px solid var(--et-orange); }
.isc-honesty-screen h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: var(--et-slate); margin-bottom: 25px; }
.isc-honesty-screen h2 span { color: var(--et-orange); }
.isc-honesty-body { font-size: 1.05rem; color: #374151; line-height: 1.8; max-width: 640px; margin: 0 auto 35px; text-align: left; }
.isc-honesty-body p { margin-bottom: 18px; }
.isc-honesty-body p:last-child { margin-bottom: 0; }
.isc-honesty-btn { display: inline-block; background: var(--et-orange); color: #fff; padding: 18px 45px; border: none; border-radius: 8px; font-size: 15px; font-weight: 900; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 4px solid rgba(0,0,0,0.12); transition: transform 0.2s ease, box-shadow 0.2s ease; font-family: 'Montserrat', sans-serif; }
.isc-honesty-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(246,139,70,0.45); }

/* ======= SECTION CARDS ======= */
.isc-section-card { background: #fff; border-radius: 20px; padding: 50px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; border-top: 5px solid var(--lm-teal); margin-bottom: 25px; }
.isc-section-card.orange-top { border-top-color: var(--et-orange); }
.isc-section-card.blue-top { border-top-color: var(--et-blue); }
.isc-section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; flex-wrap: wrap; }
.isc-section-num { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: var(--lm-teal); }
.isc-section-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; background: rgba(1,175,192,0.1); color: var(--lm-teal); padding: 4px 10px; border-radius: 4px; }
.isc-section-tag.orange { background: rgba(246,139,70,0.1); color: #b45309; }
.isc-section-tag.blue { background: rgba(0,50,235,0.1); color: #1e40af; }
.isc-section-intro { font-family: 'Montserrat', sans-serif; font-size: clamp(18px, 2.5vw, 24px); font-weight: 900; color: var(--et-slate); line-height: 1.3; margin-bottom: 10px; text-transform: uppercase; letter-spacing: -0.5px; }
.isc-section-sub { font-size: 0.95rem; color: #374151; margin-bottom: 35px; line-height: 1.6; }

/* ======= QUESTIONS ======= */
.isc-question-block { margin-bottom: 30px; }
.isc-q-label { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: var(--lm-teal); margin-bottom: 10px; }
.isc-question-text { font-family: 'Montserrat', sans-serif; font-size: clamp(16px, 2vw, 19px); font-weight: 900; color: var(--et-slate); line-height: 1.4; margin-bottom: 18px; }
.isc-options { display: flex; flex-direction: column; gap: 10px; }
.isc-option { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; border: 2px solid #e2e8f0; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; background: #f8fafc; }
.isc-option:hover { border-color: var(--lm-teal); background: rgba(1,175,192,0.04); transform: translateX(4px); }
.isc-option.selected { border-color: var(--lm-teal); background: rgba(1,175,192,0.08); }
.isc-option-radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #94a3b8; flex-shrink: 0; margin-top: 2px; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; }
.isc-option.selected .isc-option-radio { border-color: var(--lm-teal); background: var(--lm-teal); }
.isc-option.selected .isc-option-radio::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.isc-option-text { font-size: 0.95rem; color: #1e293b; line-height: 1.5; font-weight: 500; }

/* ======= QUIRK PILL - ADA compliant ======= */
.isc-quirk {
    display: none;
    margin-top: 14px;
    padding: 10px 18px;
    border: 2px solid var(--lm-teal);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    line-height: 1.5;
    width: fit-content;
    max-width: 100%;
}

/* ======= GATE CARD ======= */
.isc-gate-card { background: #f0f9ff; border: 2px solid #bae6fd; border-radius: 16px; padding: 35px; margin-bottom: 25px; }
.isc-gate-label { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: #0369a1; margin-bottom: 12px; }
.isc-gate-question { font-family: 'Montserrat', sans-serif; font-size: clamp(16px, 2vw, 18px); font-weight: 900; color: var(--et-slate); line-height: 1.4; margin-bottom: 20px; }

/* ======= NAV BUTTONS ======= */
.isc-nav { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.isc-btn-back { background: transparent; border: 2px solid #cbd5e1; color: #475569; padding: 13px 28px; border-radius: 8px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.isc-btn-back:hover { border-color: var(--et-slate); color: var(--et-slate); transform: translateX(-3px); }
.isc-btn-next { background: var(--et-blue); color: #fff; padding: 14px 38px; border: none; border-radius: 8px; font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 8px 20px -5px rgba(0,50,235,0.3); font-family: 'Montserrat', sans-serif; }
.isc-btn-next:hover { transform: translateY(-3px); box-shadow: 0 12px 28px -5px rgba(0,50,235,0.45); }
.isc-btn-next:disabled { background: #94a3b8; box-shadow: none; cursor: not-allowed; transform: none; }
.isc-btn-next.orange-btn { background: var(--et-orange); box-shadow: 0 8px 20px -5px rgba(246,139,70,0.3); }
.isc-btn-next.orange-btn:hover { box-shadow: 0 12px 28px -5px rgba(246,139,70,0.45); }
.isc-select-prompt { font-size: 12px; color: #64748b; font-weight: 600; text-align: center; margin-top: 10px; font-style: italic; }

/* ======= CLOSING SCREEN ======= */
.isc-closing-screen { background: #fff; border-radius: 20px; padding: 55px 50px; text-align: center; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; border-top: 5px solid var(--et-blue); }
.isc-closing-screen h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: var(--et-slate); margin-bottom: 25px; }
.isc-closing-body { font-size: 1.05rem; color: #374151; line-height: 1.8; max-width: 600px; margin: 0 auto 35px; text-align: left; }
.isc-closing-body p { margin-bottom: 16px; }
.isc-closing-body p:last-child { margin-bottom: 0; }

/* ======= COMMITMENT SCREEN ======= */
.isc-commitment-screen { background: var(--et-slate); border-radius: 20px; padding: 60px 50px; text-align: center; box-shadow: 0 30px 60px -15px rgba(0,0,0,0.25); }
.isc-commitment-screen h2 { font-size: clamp(20px, 2.8vw, 30px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: #fff; margin-bottom: 20px; }
.isc-commitment-screen p { font-size: 1.05rem; color: #cbd5e1; max-width: 560px; margin: 0 auto 35px; line-height: 1.8; }
.isc-commitment-screen p strong { color: #fff; }
.isc-commit-yes { display: block; width: 100%; background: var(--et-orange); color: #fff; padding: 18px 45px; border: none; border-radius: 8px; font-size: 14px; font-weight: 900; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 4px solid rgba(0,0,0,0.15); transition: transform 0.2s ease, box-shadow 0.2s ease; font-family: 'Montserrat', sans-serif; margin-bottom: 15px; }
.isc-commit-yes:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(246,139,70,0.5); }
.isc-commit-no { display: block; width: 100%; background: transparent; border: 2px solid rgba(255,255,255,0.3); color: #e2e8f0; padding: 13px 30px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.2s ease; font-family: inherit; }
.isc-commit-no:hover { border-color: rgba(255,255,255,0.7); color: #fff; }

/* ======= REVISIT SCREEN ======= */
.isc-revisit-screen { background: #fff; border-radius: 20px; padding: 50px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
.isc-revisit-screen h3 { font-size: 22px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.5px; color: var(--et-slate); margin-bottom: 8px; }
.isc-revisit-screen p { font-size: 0.95rem; color: #374151; margin-bottom: 30px; }
.isc-revisit-list { display: flex; flex-direction: column; gap: 10px; }
.isc-revisit-item { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border: 2px solid #e2e8f0; border-radius: 10px; transition: all 0.2s ease; }
.isc-revisit-item:hover { border-color: var(--et-blue); background: #f8fafc; }
.isc-revisit-name { font-weight: 700; font-size: 14px; color: var(--et-slate); }
.isc-revisit-btn { background: var(--et-blue); color: #fff; border: none; padding: 8px 20px; border-radius: 6px; font-size: 12px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.2s ease; font-family: inherit; }
.isc-revisit-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(0,50,235,0.3); }
.isc-revisit-back { margin-top: 20px; background: transparent; border: 2px solid #e2e8f0; color: #374151; padding: 13px 28px; border-radius: 8px; font-weight: 800; font-size: 13px; text-transform: uppercase; cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.isc-revisit-back:hover { border-color: var(--et-slate); color: var(--et-slate); }

/* ======= COUNTDOWN ======= */
.isc-countdown-screen { text-align: center; padding: 80px 40px; background: #fff; border-radius: 20px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); border: 1px solid #e2e8f0; }
.isc-countdown-rotating { font-size: 1.05rem; color: #374151; font-style: italic; font-weight: 600; min-height: 28px; margin-bottom: 40px; transition: opacity 0.3s ease; }
.isc-countdown-num { font-family: 'Montserrat', sans-serif; font-size: 120px; font-weight: 900; color: var(--et-blue); line-height: 1; margin-bottom: 20px; animation: countPulse 1s ease-in-out; }
@keyframes countPulse { 0% { transform: scale(1.3); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.isc-countdown-sub { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; color: var(--et-slate); }

/* ======= RESULTS ======= */
.isc-results-wrap { animation: fadeSlideIn 0.6s ease; }
.isc-results-header { text-align: center; margin-bottom: 40px; }
.isc-results-header h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: var(--et-slate); margin-bottom: 8px; }
.isc-results-header p { font-size: 0.95rem; color: #374151; }
.isc-score-hero { background: var(--et-slate); border-radius: 20px; padding: 55px 45px; text-align: center; margin-bottom: 35px; box-shadow: 0 30px 60px -15px rgba(0,0,0,0.25); }
.isc-score-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #94a3b8; margin-bottom: 12px; }
.isc-score-number { font-family: 'Montserrat', sans-serif; font-size: clamp(70px, 12vw, 110px); font-weight: 900; line-height: 1; color: #fff; margin-bottom: 5px; }
.isc-score-number span { font-size: 40%; color: #94a3b8; }
.isc-score-grade { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 26px; font-weight: 900; padding: 7px 26px; border-radius: 50px; margin-bottom: 18px; }
.grade-a { background: rgba(1,175,192,0.2); color: #22d3ee; }
.grade-b { background: rgba(13,148,136,0.2); color: #2dd4bf; }
.grade-c { background: rgba(246,139,70,0.2); color: #fdba74; }
.grade-d { background: rgba(239,68,68,0.2); color: #fca5a5; }
.grade-f { background: rgba(239,68,68,0.15); color: #fca5a5; }
.isc-score-verdict { font-size: 1.05rem; color: #cbd5e1; max-width: 540px; margin: 0 auto; line-height: 1.7; }
.isc-score-verdict strong { color: #fff; }
.isc-db-banner { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 20px 25px; margin-top: 25px; font-size: 0.9rem; color: #cbd5e1; line-height: 1.6; text-align: left; }
.isc-db-banner strong { color: #fff; }
.isc-cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 35px; }
.isc-cat-card { background: #fff; border-radius: 16px; padding: 28px; border: 1px solid #e2e8f0; border-left: 5px solid var(--lm-teal); box-shadow: 0 8px 20px -8px rgba(0,0,0,0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.isc-cat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px -10px rgba(0,0,0,0.12); }
.isc-cat-card.weak { border-left-color: #dc2626; }
.isc-cat-card.caution { border-left-color: #ea580c; }
.isc-cat-card.strong { border-left-color: var(--lm-teal); }
.isc-cat-name { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.5px; color: var(--et-slate); margin-bottom: 12px; }
.isc-cat-bar-wrap { height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; margin-bottom: 7px; }
.isc-cat-bar-fill { height: 100%; border-radius: 4px; transition: width 1.2s ease 0.3s; width: 0%; }
.isc-cat-pct { font-size: 12px; font-weight: 800; color: #374151; margin-bottom: 10px; }
.isc-cat-note { font-size: 13px; color: #374151; line-height: 1.5; }
.isc-quick-win { display: none; background: #eff6ff; border: 2px solid #3b82f6; border-radius: 16px; padding: 35px; margin-bottom: 35px; }
.isc-quick-win-label { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: #1d4ed8; margin-bottom: 12px; }
.isc-quick-win-title { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 900; color: #1e3a8a; margin-bottom: 12px; text-transform: uppercase; letter-spacing: -0.3px; }
.isc-quick-win-text { font-size: 1rem; color: #1e293b; line-height: 1.7; }
.isc-results-cta { background: linear-gradient(135deg, var(--et-blue), var(--et-teal)); border-radius: 20px; padding: 50px; text-align: center; margin-bottom: 30px; }
.isc-results-cta h3 { font-size: clamp(20px, 2.5vw, 28px); font-weight: 900; text-transform: uppercase; letter-spacing: -0.5px; color: #fff; margin-bottom: 14px; }
.isc-results-cta p { font-size: 0.95rem; color: rgba(255,255,255,0.9); max-width: 500px; margin: 0 auto 28px; line-height: 1.7; }
.isc-results-cta a { display: inline-block; background: #fff; color: var(--et-blue); padding: 16px 40px; border-radius: 8px; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,0.2); transition: all 0.2s ease; }
.isc-results-cta a:hover { background: var(--et-orange); color: #fff; transform: translateY(-3px); }
.isc-results-stamp { text-align: center; font-size: 12px; color: #64748b; font-weight: 600; margin-bottom: 25px; font-style: italic; }
.isc-print-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.isc-btn-print { background: var(--et-slate); color: #fff; padding: 13px 32px; border: none; border-radius: 8px; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 8px; font-family: inherit; }
.isc-btn-print:hover { background: #1e293b; transform: translateY(-3px); }
.isc-btn-retake { background: transparent; color: var(--et-slate); padding: 13px 32px; border: 2px solid #cbd5e1; border-radius: 8px; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.2s ease; font-family: inherit; }
.isc-btn-retake:hover { border-color: var(--et-slate); transform: translateY(-3px); }
.isc-print-cta { display: none; }

/* ======= LOGIC SECTION ======= */
.isc-logic-section { padding: 160px 8% 120px; background: var(--bg-light); }
.isc-logic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1400px; margin: 0 auto; }
.isc-mockup-wrap { position: relative; z-index: 1; }
.isc-mockup-wrap::before { content: ''; position: absolute; top: -15px; left: -15px; right: -15px; bottom: -15px; background: linear-gradient(135deg, rgba(0,50,235,0.15), rgba(13,148,136,0.15)); filter: blur(25px); z-index: -1; border-radius: 30px; animation: cardGlow 5s infinite alternate ease-in-out; }
@keyframes cardGlow { 0% { opacity: 0.6; transform: scale(0.98); } 100% { opacity: 1; transform: scale(1.02); } }
.isc-mockup { background: rgba(255,255,255,0.8); backdrop-filter: blur(15px); border-radius: 16px; padding: 38px; box-shadow: 0 20px 40px -10px rgba(0,50,235,0.1); border: 1px solid rgba(255,255,255,0.8); border-top: 4px solid var(--et-blue); transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275), box-shadow 0.4s ease; cursor: default; }
.isc-mockup:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 30px 60px -15px rgba(0,50,235,0.2); }
.isc-mockup-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #64748b; margin-bottom: 20px; }
.isc-mockup-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.isc-mockup-row:last-of-type { border-bottom: none; }
.isc-mockup-row span:first-child { color: #374151; font-size: 11px; font-weight: 800; text-transform: uppercase; min-width: 120px; }
.isc-mockup-bar { flex: 1; height: 7px; background: #e2e8f0; border-radius: 4px; overflow: hidden; margin: 0 14px; }
.isc-mockup-bar-fill { height: 100%; border-radius: 4px; }
.isc-mockup-score { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 900; color: var(--et-blue); }
.isc-mockup-total { margin-top: 18px; background: rgba(246,139,70,0.08); border: 1px solid rgba(246,139,70,0.2); border-radius: 10px; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; }
.isc-mockup-total span:first-child { font-size: 11px; font-weight: 800; text-transform: uppercase; color: #374151; }
.isc-mockup-total span:last-child { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 900; color: var(--et-orange); }
.isc-logic-text h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(24px, 3vw, 34px); font-weight: 900; text-transform: uppercase; letter-spacing: -1px; color: var(--et-slate); margin-bottom: 28px; line-height: 1.1; }
.isc-logic-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.isc-logic-num { background: var(--et-teal); color: #fff; min-width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 11px; flex-shrink: 0; margin-top: 3px; }
.isc-logic-item p { font-size: 0.95rem; color: #374151; line-height: 1.6; }
.isc-logic-item strong { color: var(--et-slate); display: block; margin-bottom: 2px; font-weight: 800; }

/* ======= PRINT FOOTER ======= */
.isc-print-footer { display: none; }

/* ======= PRINT ======= */
@media print {
    .et-site-header,
    .et-global-footer,
    #et-newsletter-full-width,
    .et-cookie-bar,
    .isc-hero,
    .isc-logic-section,
    .isc-print-row,
    .isc-progress-wrap,
    .isc-honesty-screen,
    .isc-section-card,
    .isc-gate-card,
    .isc-closing-screen,
    .isc-commitment-screen,
    .isc-revisit-screen,
    .isc-countdown-screen,
    .isc-results-cta,
    .isc-audit-page > *:not(.isc-screen),
    .isc-quirk { display: none !important; }

    * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
    body { background: #fff !important; margin: 0 !important; padding: 0 !important; }

    #isc-audit-wrapper { display: block !important; padding: 0 !important; margin: 0 !important; }
    .isc-audit-page { padding: 0 15px !important; max-width: 100% !important; }
    .isc-screen { display: none !important; }
    .isc-screen#screen-results { display: block !important; }
    .isc-results-wrap { display: block !important; }

    .isc-results-header { text-align: center; margin-bottom: 12px; }
    .isc-results-header h2 { font-size: 16px !important; margin-bottom: 3px; }
    .isc-results-header p { font-size: 11px !important; }

    .isc-score-hero { background: #0f172a !important; border-radius: 10px !important; padding: 22px !important; margin-bottom: 0 !important; page-break-inside: avoid; break-inside: avoid; page-break-after: avoid; break-after: avoid; }
    .isc-score-number { font-size: 55px !important; color: #fff !important; }
    .isc-score-number span { color: #94a3b8 !important; font-size: 24px !important; }
    .isc-score-label { color: #94a3b8 !important; font-size: 9px !important; }
    .isc-score-grade { font-size: 18px !important; padding: 4px 16px !important; }
    .isc-score-verdict { color: #cbd5e1 !important; font-size: 11px !important; }
    .isc-db-banner { display: block !important; background: #1e293b !important; border: 1px solid #334155 !important; color: #cbd5e1 !important; font-size: 10px !important; padding: 12px !important; margin-top: 10px !important; border-radius: 6px !important; }
    .isc-db-banner strong { color: #fff !important; }

    .isc-print-cta { display: block !important; margin: 12px 0 !important; padding: 16px !important; border: 2px solid #0032eb !important; border-radius: 10px !important; text-align: center !important; page-break-inside: avoid !important; break-inside: avoid !important; background: #fff !important; }
    .isc-print-cta-title { font-size: 13px !important; font-weight: 900 !important; text-transform: uppercase !important; color: #0f172a !important; margin-bottom: 6px !important; display: block !important; }
    .isc-print-cta-url { font-size: 12px !important; font-weight: 800 !important; color: #0032eb !important; margin-bottom: 12px !important; display: block !important; }
    .isc-print-cta-qr { width: 90px !important; height: 90px !important; margin: 0 auto 8px !important; display: block !important; }
    .isc-print-cta-sub { font-size: 9px !important; color: #374151 !important; display: block !important; }

    .isc-cat-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; margin: 12px 0 !important; page-break-inside: avoid; break-inside: avoid; }
    .isc-cat-card { display: block !important; padding: 12px !important; page-break-inside: avoid; break-inside: avoid; border-radius: 6px !important; }
    .isc-cat-name { font-size: 9px !important; margin-bottom: 5px !important; }
    .isc-cat-note { font-size: 9px !important; margin-top: 4px !important; color: #374151 !important; }
    .isc-cat-pct { font-size: 9px !important; }
    .isc-cat-bar-wrap { height: 5px !important; margin-bottom: 3px !important; }

    .isc-quick-win { display: block !important; background: #eff6ff !important; border: 2px solid #3b82f6 !important; border-radius: 6px !important; padding: 12px !important; margin: 10px 0 !important; page-break-inside: avoid; break-inside: avoid; }
    .isc-quick-win-label { font-size: 8px !important; font-weight: 900 !important; color: #1d4ed8 !important; margin-bottom: 4px !important; }
    .isc-quick-win-title { font-size: 10px !important; font-weight: 900 !important; color: #1e3a8a !important; margin-bottom: 4px !important; }
    .isc-quick-win-text { font-size: 9px !important; color: #1e293b !important; line-height: 1.4 !important; }

    .isc-results-stamp { display: block !important; font-size: 9px !important; color: #64748b !important; text-align: center !important; margin: 8px 0 !important; }

    .isc-print-footer { display: block !important; text-align: center; margin-top: 12px; padding-top: 10px; border-top: 1px solid #e2e8f0; font-size: 9px; color: #64748b; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
}

/* ======= RESPONSIVE ======= */
@media (max-width: 1100px) {
    .isc-hero-inner { grid-template-columns: 1fr; }
    #isc-audit-wrapper.active { padding-top: 125px; }
    #isc-audit-wrapper .isc-screen { width: min(88vw, 760px); max-width: 760px; }
    .isc-progress-wrap { top: 70px; padding: 12px 0 11px; }
    .isc-progress-header,
    .isc-progress-track,
    .isc-progress-msg,
    .isc-progress-track-wrap,
    .isc-progress-msg-wrap { width: min(88vw, 760px); max-width: 760px; }
    .isc-form-side { padding: 20px 5% 60px; }
    .isc-form-box { transform: translateY(0); margin: 0 auto; }
    .isc-form-box:hover { transform: scale(1.01); }
    .isc-hook { padding: 130px 5% 20px; text-align: center; }
    .isc-sub, .isc-pain { margin-inline: auto; }
    .isc-pills { justify-content: center; }
    .et-v3-grid-canvas { clip-path: none; }
    .isc-logic-grid { grid-template-columns: 1fr; gap: 50px; }
    .isc-logic-section { padding-top: 80px; }
    .isc-cat-grid { grid-template-columns: 1fr; }
    .ft-pillar-nav { gap: 8px; padding: 0 5%; }
    .ft-pillar-item { font-size: 10px; gap: 5px; }
    .ft-pillar-item.ft-active { font-size: 12px; }
    .ft-pulse-connector { width: 20px; }
}

@media (max-width: 700px) {
    #isc-audit-wrapper.active { padding-top: 118px; padding-bottom: 60px; }
    #isc-audit-wrapper .isc-screen { width: 92vw; max-width: 92vw; }
    .isc-progress-wrap { top: 70px; padding: 10px 0 9px; }
    .isc-progress-header { width: 92vw; max-width: 92vw; margin-bottom: 7px; gap: 10px; }
    .isc-progress-label { font-size: 9px; line-height: 1.2; letter-spacing: 0.7px; }
    .isc-progress-pct { font-size: 13px; }
    .isc-progress-track,
    .isc-progress-track-wrap,
    .isc-progress-msg,
    .isc-progress-msg-wrap { width: 92vw; max-width: 92vw; }
    .isc-progress-track { height: 9px; margin-bottom: 7px; }
    .isc-progress-msg { font-size: 11px; min-height: 16px; line-height: 1.3; }
    .isc-section-card { padding: 24px 18px; }
    .isc-score-hero { padding: 30px 20px; }
    .isc-commitment-screen { padding: 35px 20px; }
    .isc-honesty-screen { padding: 35px 20px; }
    .isc-closing-screen { padding: 35px 20px; }
    .isc-revisit-screen { padding: 30px 18px; }
    .isc-countdown-num { font-size: 80px; }
    .isc-logic-section { padding: 80px 5% 80px; }
    .isc-form-row { grid-template-columns: 1fr; }
    .isc-nav { flex-direction: column; }
    .isc-btn-next, .isc-btn-back { width: 100%; text-align: center; justify-content: center; }
    .isc-cat-grid { grid-template-columns: 1fr; }
    .isc-results-cta { padding: 30px 20px; }
    .isc-quick-win { padding: 24px 18px; }
    .isc-print-row { flex-direction: column; align-items: center; }
    .isc-btn-print, .isc-btn-retake { width: 100%; justify-content: center; }
    .isc-audit-page { padding: 0 4% 60px; }
}