@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg:#f6f9fc;--surface:#fff;--primary:#0b4f71;--primary-dark:#083a53;--accent:#15b8a6;--text:#0f172a;--muted:#64748b;--border:#e7edf5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 100% 0,#e7f5ff 0%,#0000 40%),linear-gradient(#fff,#f6f9fc);font-family:Inter,sans-serif}.website{min-height:100vh}.header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;height:88px;padding:0 70px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0f172a0d}.logo{color:var(--primary);letter-spacing:-1px;font-size:24px;font-weight:800}nav{gap:28px;display:flex}nav a{color:var(--muted);font-weight:600;text-decoration:none;transition:all .25s}nav a:hover{color:var(--primary)}.header-actions{gap:15px;display:flex}.primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:14px 28px;font-weight:700;transition:all .3s;box-shadow:0 15px 30px #0b4f712e}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-3px)}.secondary-btn{color:#0b4f71;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:15px 30px;font-size:15px;font-weight:700;transition:all .3s}.secondary-btn:hover{color:#fff;background:#0b4f71;border-color:#0b4f71;transform:translateY(-3px);box-shadow:0 14px 30px #0b4f712e}.hero{justify-content:space-between;align-items:center;gap:70px;max-width:1360px;min-height:calc(100vh - 78px);margin:auto;padding:70px 60px 40px;display:flex;position:relative}.hero-content{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:start;gap:40px;display:grid}.eyebrow{color:#0f766e;background:#e0f7f5;border-radius:100px;margin-bottom:25px;padding:8px 16px;font-weight:700;display:inline-flex}.hero h1{letter-spacing:-2px;max-width:650px;margin-bottom:20px;font-size:56px;line-height:1.05}.hero p{color:var(--muted);max-width:620px;margin-bottom:30px;font-size:18px;line-height:1.75}.hero-buttons{gap:15px;margin-bottom:25px;display:flex}.hero-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0b4f71,#15b8a6);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:18px 36px;font-size:17px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 18px 40px #0b4f7133}.hero-btn:hover{transform:translateY(-4px)}.outline-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;padding:15px 28px;font-size:16px;font-weight:700;transition:all .3s}.outline-btn:hover{transform:translateY(-4px)}.hero-trust{flex-wrap:wrap;gap:15px;display:flex}.trust-item{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 16px;font-size:15px;font-weight:600;box-shadow:0 10px 20px #00000008}.consultant-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:32px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.consultant-card:before{content:"";background:linear-gradient(90deg,#0b4f71,#15b8a6);width:100%;height:5px;position:absolute;top:0;left:0}.consultant-header{align-items:center;gap:18px;margin-bottom:30px;display:flex}.avatar{letter-spacing:1px;color:#fff;background:linear-gradient(135deg,#0b4f71,#15b8a6);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:800;display:flex;box-shadow:0 10px 25px #0b4f7140}.online-status{color:#16a34a;margin-bottom:8px;font-size:13px;font-weight:700;display:inline-block}.consultant-header h3{margin-bottom:5px;font-size:20px}.consultant-header small{color:var(--muted)}.consultant-message{border-left:4px solid var(--accent);background:#f8fafc;border-radius:18px;margin:30px 0;padding:24px}.consultant-message p:first-child{margin-bottom:12px;font-size:22px;font-weight:700}.consultant-message p:last-child{color:var(--muted);line-height:1.8}.assessment-preview{border:1px solid var(--border);background:#fff;border-radius:18px;padding:22px}.preview-header{margin-bottom:18px;font-weight:700}.preview-progress{background:#e5e7eb;border-radius:999px;width:100%;height:8px;margin-bottom:22px;overflow:hidden}.preview-fill{background:linear-gradient(90deg,#0b4f71,#15b8a6);border-radius:999px;width:15%;height:100%;animation:2.5s infinite pulseBar}.preview-item{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.preview-item:last-child{border:none}@keyframes pulseBar{0%{width:12%}50%{width:18%}to{width:12%}}.overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:9999;background:#0f172ab3;justify-content:center;align-items:center;transition:all .35s;display:flex;position:fixed;inset:0}.overlay.show{opacity:1;visibility:visible}.overlay-window{background:#fff;border-radius:30px;grid-template-columns:34% 66%;width:92%;max-width:1450px;height:90vh;transition:all .4s;display:grid;position:relative;overflow:hidden;transform:translateY(40px)scale(.98);box-shadow:0 50px 120px #00000059}.overlay.show .overlay-window{transform:translateY(0)scale(1)}.overlay-left{color:#fff;background:linear-gradient(#0b4f71,#083a53);flex-direction:column;justify-content:flex-start;padding:110px 60px 60px;display:flex}.big{width:90px;height:90px;margin-bottom:30px}.overlay-left h2{margin-bottom:20px;font-size:36px}.overlay-left p{opacity:.9;line-height:1.8}.overlay-right{height:100%;padding:60px;overflow-y:auto}.overlay-right h3{margin-bottom:40px;font-size:38px}.assessment-options{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.assessment-options button{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:18px;padding:28px;font-size:18px;font-weight:600;transition:all .25s}.assessment-options button:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 40px #0f172a14}.close-btn{cursor:pointer;background:#eef2f7;border:none;border-radius:50%;width:46px;height:46px;font-size:20px;position:absolute;top:25px;right:25px}.option-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:40px;display:grid}.option-card{cursor:pointer;background:#fff;border:2px solid #e7edf5;border-radius:22px;align-items:center;gap:20px;padding:24px;transition:all .35s;display:flex;position:relative;overflow:hidden}.option-card:before{content:"";background:0 0;width:5px;height:100%;transition:all .35s;position:absolute;top:0;left:0}.option-card:hover{border-color:#0b4f71;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 70px #0f172a1f}.option-card:hover:before{background:#15b8a6}.option-icon{background:#f0f9ff;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:30px;transition:all .35s;display:flex}.option-card:hover .option-icon{background:#e0f7f5;transform:scale(1.08)}.option-content{flex:1}.option-content h4{margin-bottom:8px;font-size:20px}.option-content p{color:#64748b;font-size:15px;line-height:1.5}.option-arrow{color:#cbd5e1;font-size:28px;transition:all .35s}.option-card:hover .option-arrow{color:#0b4f71;transform:translate(8px)}@media (width<=900px){.option-grid{grid-template-columns:1fr}}.thinking{text-align:center;padding:90px 40px}.thinking h3{margin:25px 0 10px;font-size:30px}.thinking p{color:#64748b}.thinking-dots{justify-content:center;gap:10px;display:flex}.thinking-dots span{background:#15b8a6;border-radius:50%;width:14px;height:14px;animation:1.2s infinite bounce}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-10px)}}.results{text-align:center;padding:30px 50px 50px}.score{color:#fff;background:linear-gradient(135deg,#0b4f71,#15b8a6);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin:35px auto;font-size:48px;font-weight:800;display:flex}.recommendation{text-align:left;background:#f8fafc;border-radius:14px;max-width:500px;margin:15px auto;padding:16px}.section-status{border-bottom:1px solid #edf2f7;align-items:center;gap:16px;padding:18px 0;display:flex}.section-status:last-child{border:none}.section-status span{background:#eef2f7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.section-status.complete span{color:#15803d;background:#dcfce7}.section-status strong{margin-bottom:4px;display:block}.section-status small{color:#64748b}.social-proof{text-align:center;max-width:1400px;margin:20px auto 50px;padding:0 60px}.social-proof p{max-width:900px;color:var(--muted);margin:auto;font-size:20px;line-height:1.8}.assessment-status{color:#0f172a;font-size:52px;font-weight:800;line-height:1.15}.status-good{color:#047857;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7;border-radius:999px;padding:14px 28px;font-size:18px;font-weight:700;display:inline-block;box-shadow:0 6px 18px #10b9811f}.status-medium{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:999px;padding:14px 28px;font-size:18px;font-weight:700;display:inline-block;box-shadow:0 6px 18px #3b82f61f}.status-high{color:#b45309;background:linear-gradient(135deg,#fff7ed,#fef3c7);border:1px solid #fcd34d;border-radius:999px;padding:14px 28px;font-size:18px;font-weight:700;display:inline-block;box-shadow:0 6px 18px #f59e0b26}.executive-summary{text-align:left;background:#f8fafc;border-radius:20px;margin:40px 0;padding:28px}.executive-summary h3{margin-bottom:15px}.executive-summary p{color:#64748b;line-height:1.8}.report-section{text-align:left;margin-top:40px}.report-section h3{margin-bottom:20px;font-size:24px}.consultant-summary{text-align:left;background:linear-gradient(135deg,#f8fafc,#fff);border-left:5px solid #15b8a6;border-radius:20px;margin:45px 0;padding:30px}.consultant-summary h3{margin-bottom:15px}.consultant-summary p{color:#64748b;line-height:1.8}.assessment-banner{text-align:center;border-radius:24px;margin-bottom:40px;padding:45px}.assessment-label{color:#0f766e;background:#e0f7f5;border-radius:100px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-block}.assessment-description{color:#64748b;max-width:700px;margin-top:18px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.8}.finding-grid{gap:18px;margin-top:25px;display:grid}.finding-card{background:#fff;border-left:6px solid #e5e7eb;border-radius:18px;padding:24px;transition:all .25s;box-shadow:0 8px 24px #0f172a0d}.finding-card:hover{transform:translateY(-3px)}.finding-card:has(.priority.high){border-left-color:#dc2626}.finding-card:has(.priority.medium){border-left-color:#f59e0b}.finding-card:has(.priority.low){border-left-color:#10b981}.finding-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0f172a14}.finding-icon{background:#e0f7f5;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.finding-card h4{margin-bottom:8px;font-size:18px}.finding-card p{color:#64748b;line-height:1.6}.opportunity-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:25px;display:grid}.opportunity-card{background:#fff;border:1px solid #e7edf5;border-radius:20px;padding:24px;transition:all .25s}.opportunity-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a14}.opportunity-card h4{color:#0b4f71;margin-bottom:12px;font-size:20px}.opportunity-card p{color:#64748b;line-height:1.6}.finding-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.priority{border-radius:100px;padding:6px 14px;font-size:12px;font-weight:700}.priority.high{color:#dc2626;background:#fee2e2}.priority.medium{color:#d97706;background:#fef3c7}.priority.low{color:#16a34a;background:#dcfce7}.finding-card h4{margin:18px 0 12px;font-size:22px}.finding-card p{color:#64748b;font-size:16px;line-height:1.8}.scorecard{text-align:left;background:#fff;border:1px solid #e7edf5;border-radius:24px;margin:40px 0;padding:35px;box-shadow:0 10px 30px #0f172a0a}.scorecard h3{margin-bottom:30px;font-size:28px}.score-item{margin-bottom:22px}.score-item:last-child{margin-bottom:0}.score-header{justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:600;display:flex}.score-header strong{color:#0b4f71;font-size:16px}.score-track{background:#edf2f7;border-radius:100px;height:12px;overflow:hidden}.score-fill{border-radius:100px;height:100%;transition:width .8s}.score-fill.green{background:linear-gradient(90deg,#22c55e,#16a34a)}.score-fill.orange{background:linear-gradient(90deg,#f59e0b,#d97706)}.score-fill.red{background:linear-gradient(90deg,#ef4444,#dc2626)}.revenue-opportunity{color:#fff;text-align:center;background:linear-gradient(135deg,#0b4f71,#15b8a6);border-radius:24px;margin:40px 0;padding:40px;box-shadow:0 25px 60px #0b4f7140}.revenue-title{opacity:.9;margin-bottom:15px;font-size:20px;font-weight:600}.revenue-range{margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.1}.revenue-opportunity p{opacity:.9;max-width:700px;margin:auto;line-height:1.8}.assessment-textarea{resize:vertical;border:1px solid #d6dfea;border-radius:18px;outline:none;width:100%;min-height:180px;margin-top:25px;padding:22px;font-family:inherit;font-size:16px;transition:all .25s}.assessment-textarea:focus{border-color:#15b8a6;box-shadow:0 0 0 4px #15b8a61f}.financial-grid{gap:35px;margin:40px 0;display:grid}.choice-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px;margin-top:15px;display:grid}.choice-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #d7e3ee;border-radius:16px;padding:18px;font-weight:600;transition:all .25s}.choice-card:hover{border-color:#15b8a6;transform:translateY(-2px)}.choice-card.selected{color:#fff;background:#0b4f71;border-color:#0b4f71;box-shadow:0 10px 30px #0b4f712e}.financial-header{text-align:center;max-width:760px;margin:0 auto 50px}.financial-badge{color:#0b4f71;background:#e8f8f6;border-radius:100px;margin-bottom:18px;padding:8px 18px;font-weight:700;display:inline-block}.financial-header h2{margin-bottom:18px;font-size:42px}.financial-header p{color:#64748b;font-size:18px;line-height:1.8}.financial-note{color:#64748b;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:35px;padding-top:20px;font-size:15px;display:flex}.analysis-screen{text-align:center;max-width:760px;margin:80px auto}.analysis-spinner{border:6px solid #e5e7eb;border-top-color:#15b8a6;border-radius:50%;width:70px;height:70px;margin:0 auto 30px;animation:1s linear infinite spin}.analysis-screen h2{margin-bottom:40px;font-size:36px}.analysis-step{text-align:left;background:#f8fafc;border-radius:14px;margin-bottom:15px;padding:18px 24px;font-weight:500;animation:.4s fadeIn}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recommendation-grid{flex-direction:column;gap:24px;margin-top:25px;display:flex}.executive-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:flex-start;gap:24px;padding:28px;transition:all .25s;display:flex;box-shadow:0 10px 28px #0f172a0f}.executive-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1a}.executive-number{color:#fff;background:linear-gradient(135deg,#15b8a6,#0f766e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:22px;font-weight:700;display:flex}.executive-content{flex:1;min-width:0}.executive-content h4{overflow-wrap:break-word;margin-bottom:12px;font-size:22px}.executive-content p{color:#64748b;overflow-wrap:break-word;margin-bottom:18px;line-height:1.8}.executive-outcomes{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:12px;display:grid}.executive-point{color:#334155;align-items:center;gap:10px;padding:10px 0;font-size:15px;display:flex}.revenue-breakdown{flex-direction:column;gap:12px;margin:30px 0;display:flex}.revenue-breakdown div{background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.revenue-breakdown span{font-size:15px;font-weight:500}.revenue-breakdown strong{font-size:17px;font-weight:700}.report-download{text-align:center;background:#f8fafc;border-radius:24px;margin-top:60px;padding:45px}.download-benefits{grid-template-columns:repeat(3,1fr);gap:18px;margin:35px 0;display:grid}.download-benefits div{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;font-weight:600}.lead-form-container{text-align:center;background:#fff;border-radius:24px;max-width:760px;margin:70px auto;padding:50px;box-shadow:0 15px 40px #0f172a14}.lead-form-container h2{margin-bottom:15px;font-size:36px}.lead-form-container p{color:#64748b;margin-bottom:35px;line-height:1.8}.lead-form{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:35px;display:grid}.lead-form input,.lead-form select{box-sizing:border-box;border:1px solid #d7e3ee;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:16px;transition:all .25s}.lead-form input:focus,.lead-form select:focus{border-color:#15b8a6;box-shadow:0 0 0 4px #15b8a61f}@media (width<=768px){.lead-form{grid-template-columns:1fr}.lead-form-container{padding:30px 20px}}.metrics-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px;display:grid}.metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.metric-card span{color:#64748b;margin-bottom:8px;font-size:13px;display:block}.metric-card strong{color:#0f172a;font-size:18px;font-weight:700}@media (width<=768px){.metrics-grid{grid-template-columns:1fr}}.executive-snapshot{grid-template-columns:1fr 1fr 1fr 1.6fr;align-items:stretch;gap:18px;display:grid}.snapshot-opportunity{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.snapshot-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;min-width:0;padding:28px;transition:all .25s;overflow:hidden;box-shadow:0 8px 20px #0f172a0d}.snapshot-card strong{color:#0b4f71;white-space:nowrap;margin-top:14px;font-size:30px;font-weight:800;line-height:1.1;display:block}.snapshot-card:first-child{border-top-color:#dc2626}.snapshot-card:nth-child(2){border-top-color:#f59e0b}.snapshot-card:nth-child(3){border-top-color:#2563eb}.snapshot-card:nth-child(4){border-top-color:#10b981}.snapshot-card span{color:#5e708e;text-align:center;justify-content:center;align-items:center;height:72px;font-size:15px;font-weight:700;line-height:1.4;display:flex}.benchmark-table{border-collapse:separate;border-spacing:0;background:#fff;border-radius:20px;width:100%;margin-top:30px;overflow:hidden;box-shadow:0 12px 35px #0f172a14}.benchmark-table thead{background:linear-gradient(135deg,#15b8a6,#0f766e)}.benchmark-table th{color:#fff;text-align:left;padding:20px;font-size:15px;font-weight:700}.benchmark-table td{border-bottom:1px solid #eef2f7;padding:20px;font-size:15px}.benchmark-table tbody tr:hover{background:#f8fafc}.benchmark-table tbody tr:last-child td{border-bottom:none}.benchmark-table td:nth-child(2){color:#15b8a6;font-weight:700}.benchmark-table td:nth-child(3){color:#0f172a;font-weight:700}.health-score-badge{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;gap:12px;margin:20px 0;padding:12px 22px;font-weight:600;display:inline-flex}.health-score-badge strong{color:#0f172a;font-size:24px;font-weight:800}.executive-letter{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:40px;padding:45px;box-shadow:0 10px 30px #0f172a0f}.letter-badge{color:#047857;background:#ecfdf5;border-radius:999px;margin-bottom:20px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.executive-letter h2{color:#0f172a;margin-bottom:25px;font-size:34px}.executive-letter p{color:#475569;margin-bottom:18px;font-size:17px;line-height:1.9}.letter-signature{color:#0f172a;border-top:1px solid #e5e7eb;margin-top:30px;padding-top:20px;font-size:18px}.report-information{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:20px;margin:35px 0;padding:25px;display:grid}.report-info-item span{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.report-info-item strong{color:#0f172a;font-size:17px;font-weight:700}@media (width<=768px){.report-information{grid-template-columns:repeat(2,1fr)}}.report-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:24px;display:flex}.report-brand-text p{color:#475569;margin:0;font-size:18px;font-weight:600;line-height:1.4}.report-brand-text{flex-direction:column;justify-content:center;display:flex}.report-header-right{align-items:center;gap:16px;display:flex}.report-brand{align-items:center;gap:20px;display:flex}.report-logo{width:auto;height:70px}.report-brand h1{color:#0f172a;margin:0;font-size:34px;font-weight:800}.report-brand p{color:#64748b;margin:6px 0 0;font-size:16px}.report-document{color:#fff;background:#0f766e;border-radius:999px;padding:14px 26px;font-size:15px;font-weight:700}.download-report-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6,#0f766e);border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:700;transition:all .25s}.download-report-btn:hover{transform:translateY(-2px)}.roadmap{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;display:grid}.roadmap-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 8px 24px #0f172a0d}.roadmap-card h4{color:#0f172a;margin-bottom:20px}.roadmap-item{color:#334155;border-bottom:1px solid #f1f5f9;padding:10px 0}.roadmap-item:last-child{border-bottom:none}@media (width<=768px){.roadmap{grid-template-columns:1fr}}.consultant-item{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;margin-top:12px;padding:12px 16px;font-size:15px;font-weight:600;transition:all .25s;display:flex}.consultant-item:hover{background:#f0fdfa;border-color:#15b8a6;transform:translate(4px)}.hero-highlights{grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0;display:grid}.highlight-item{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;padding:14px 18px;font-size:15px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 8px 20px #0f172a0d}.highlight-item:hover{border-color:#15b8a6;transform:translateY(-3px);box-shadow:0 14px 30px #15b8a626}.logo{align-items:center;gap:14px;display:flex}.logo-image{width:auto;height:52px}.logo-text h2{color:#0b4f71;margin:0;font-size:30px;font-weight:800;line-height:1}.logo-image{width:auto;height:58px;display:block}.consultation-window{background:#fff;border-radius:28px;width:700px;max-width:92%;padding:40px;animation:.35s pop;position:relative;box-shadow:0 30px 80px #0f172a2e}.consultation-window h2{color:#0b4f71;margin-bottom:10px;font-size:34px}.consultation-window p{color:#64748b;margin-bottom:30px}.consultation-form{flex-direction:column;gap:18px;display:flex}.consultation-form input,.consultation-form textarea{border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:15px;transition:all .25s}.consultation-form input:focus,.consultation-form textarea:focus{border-color:#15b8a6;box-shadow:0 0 0 4px #15b8a61f}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (width<=768px){.form-row{grid-template-columns:1fr}}.form-section-title{text-transform:uppercase;letter-spacing:1px;color:#0b4f71;margin:10px 0 6px;font-size:14px;font-weight:700}.consultation-form select{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:15px;transition:all .25s}.consultation-form select:focus{border-color:#15b8a6;box-shadow:0 0 0 4px #15b8a61f}.form-error{color:#dc2626;min-height:22px;font-size:14px;font-weight:600}.consultation-success{text-align:center;background:#fff;border-radius:28px;width:650px;max-width:92%;margin:auto;padding:60px 50px;animation:.35s pop}.success-icon{color:#fff;background:#15b8a6;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 25px;font-size:40px;font-weight:700;display:flex}.consultation-success h2{color:#0b4f71;margin-bottom:18px}.consultation-success p{color:#64748b;margin-bottom:35px;line-height:1.8}.next-steps-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:24px;margin:50px 0;padding:40px;box-shadow:0 20px 40px #0f172a0f}.next-steps-header{color:#0b4f71;margin-bottom:18px;font-size:28px;font-weight:700}.next-steps-card p{color:#475569;margin-bottom:28px;line-height:1.8}.next-steps-list{flex-direction:column;gap:16px;margin-bottom:35px;display:flex}.next-step{color:#334155;align-items:center;gap:12px;font-size:16px;font-weight:600;display:flex}.report-actions{margin-top:20px}.report-actions .hero-btn{width:100%}.report-cover{text-align:center;margin-bottom:80px;padding:40px 0 60px}.cover-logo{width:180px;height:auto;margin-bottom:30px}.cover-company{color:#475569;margin-bottom:30px;font-size:20px;font-weight:600}.cover-divider{background:#e2e8f0;width:100%;height:1px;margin:30px 0}.cover-title{color:#17223b;margin:0;font-size:58px;font-weight:800;line-height:1.1}.cover-subtitle{color:#64748b;letter-spacing:1px;margin-top:20px;font-size:18px}.report-meta{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.meta-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:22px}.meta-item span{text-transform:uppercase;color:#64748b;margin-bottom:10px;font-size:13px;font-weight:600;display:block}.meta-item strong{color:#17223b;font-size:18px;font-weight:700;display:block}.section-divider{background:#e2e8f0;width:100%;height:1px;margin:60px 0 30px}.section-title{color:#0f172a;text-align:left;letter-spacing:-1px;margin-bottom:30px;font-size:34px;font-weight:800}.executive-summary-section{text-align:left;max-width:900px;margin:70px auto;padding:0 10px}.executive-summary-section .section-heading{color:#0a7a63;background:#e8f8f3;border-radius:30px;margin-bottom:25px;padding:8px 18px;font-size:14px;font-weight:700;display:inline-block}.executive-summary-section h2{color:#17233c;margin-bottom:25px;font-size:42px;font-weight:800;line-height:1.2}.executive-summary-section p{color:#52627c;margin-bottom:24px;font-size:19px;line-height:1.9}.executive-highlight{color:#23324d;background:#f7fafd;border-left:6px solid #0b4f71;border-radius:12px;margin-top:35px;padding:28px 32px;font-size:20px;font-weight:600;line-height:1.8}.snapshot-opportunity span{color:#5e708e;font-size:15px;font-weight:700;line-height:1.4}.snapshot-opportunity strong{text-align:center;white-space:nowrap;width:100%;font-size:clamp(24px,2vw,34px);font-weight:800;line-height:1.1;display:block}.finding-card,.executive-card,.roadmap-card,.metric-card,.snapshot-card{break-inside:avoid;page-break-inside:avoid}.opportunity-grid,.finding-grid,.metrics-grid,.executive-snapshot,.executive-outcomes{break-inside:auto;page-break-inside:auto}@media print{.report-section{break-inside:auto;page-break-inside:auto}.finding-card,.executive-card,.roadmap-card,.metric-card,.snapshot-card{break-inside:avoid;page-break-inside:avoid}#executiveReport{background:#fff;width:100%;max-width:none;margin:0;padding:0}.report-cover{page-break-after:always;break-after:page}.executive-summary-section,.assessment-banner,.executive-snapshot,.scorecard,.benchmark-table{page-break-inside:avoid;break-inside:avoid}.revenue-opportunity{page-break-before:always;break-before:page}.report-section{page-break-inside:avoid;break-inside:avoid;margin-bottom:40px}.finding-card,.executive-card,.roadmap-card,.metric-card,.snapshot-card{page-break-inside:avoid;break-inside:avoid}.cover-page-break{page-break-after:always;break-after:page;height:0;display:block}body{background:#fff;margin:0;padding:0}#executiveReport{width:100%;max-width:100%;margin:0;padding:0}.overlay,.hero,header,nav,footer,.report-download button{display:none!important}}@media (width<=768px){.overlay{justify-content:center;align-items:stretch;padding:0}.overlay-window{border-radius:0;grid-template-rows:auto 1fr;grid-template-columns:1fr;width:100%;max-width:100%;height:100dvh;margin:0;display:grid}.overlay-left{justify-content:center;width:100%;min-height:170px;padding:30px 22px 20px}.big{width:58px;height:58px;margin-bottom:18px}.overlay-left h2{margin-bottom:10px;font-size:24px;line-height:1.25}.overlay-left p{font-size:14px;line-height:1.6}.overlay-right{height:auto;padding:28px 22px 40px;overflow-y:auto}.overlay-right h3{margin-bottom:28px;font-size:28px;line-height:1.2}.option-grid{grid-template-columns:1fr;gap:16px}.option-card{min-width:0;padding:18px}.option-icon{width:54px;height:54px;font-size:26px}.option-content{min-width:0}.option-content h4{word-break:break-word;font-size:18px}.option-content p{font-size:14px}.close-btn{top:16px;right:16px}}html,body{max-width:100%;overflow-x:hidden}@media (width<=900px){.header{gap:12px;height:auto;min-height:72px;padding:0 20px}.logo-image{width:auto;max-height:40px}.secondary-btn{white-space:nowrap;padding:12px 18px;font-size:14px}.hero{gap:32px;min-height:auto;padding:40px 20px 30px}.hero-content{grid-template-columns:1fr;gap:32px}.hero h1{letter-spacing:-1px;max-width:100%;font-size:34px;line-height:1.12}.hero p{max-width:100%;font-size:16px;line-height:1.6}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .hero-btn,.hero-buttons .outline-btn,.hero-right{width:100%}.consultant-card{width:100%;max-width:100%;padding:24px}.social-proof{padding:0 20px 40px}}@media (width<=768px){.results{padding:20px 16px 32px}.cover-title{letter-spacing:-1px;font-size:30px}.cover-subtitle{font-size:15px}.report-meta{grid-template-columns:1fr;gap:16px}.section-title{font-size:26px}.executive-snapshot{grid-template-columns:1fr 1fr;gap:12px}.snapshot-card{padding:16px}.snapshot-card strong{white-space:normal;word-break:break-word;font-size:20px}.revenue-range{font-size:34px}.download-benefits{grid-template-columns:1fr;gap:12px}.benchmark-table th,.benchmark-table td{padding:12px 10px;font-size:13px}.executive-card{gap:16px;padding:20px}.executive-content h4{font-size:19px}.executive-outcomes{grid-template-columns:1fr}}
