:root{--background:#f3f5f8;--surface:#ffffff;--surface-muted:#f8fafc;--border:#d9e0e7;--border-strong:#c7d0da;--text:#0f1720;--text-soft:#4c5a67;--text-faint:#6b7785;--primary:#1f3b57;--primary-hover:#183149;--accent:#dbe5ef;--success:#e8f3ec;--shadow-sm:0 2px 10px rgba(15,23,32,0.04);--shadow-md:0 12px 30px rgba(15,23,32,0.06);--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--max-width:1440px}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:28px 16px 56px}.hero{background:linear-gradient(180deg,#ffffff,#fbfcfd);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);padding:30px 28px;margin-top:20px}.eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;margin-bottom:18px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--accent);border-radius:999px}h1,h2,h3,h4{margin:0;letter-spacing:-.03em;color:var(--text)}h1{font-size:clamp(1.95rem,3.2vw,3.4rem);line-height:1.06;max-width:1040px;margin-bottom:14px}h2{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15}h2,h3{margin-bottom:10px}h3{font-size:1.02rem;line-height:1.3}p{margin:0;color:var(--text-soft);line-height:1.72}.hero-text{max-width:920px;font-size:.98rem;line-height:1.62}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-size:.96rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .12s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#ffffff;box-shadow:var(--shadow-sm)}.button-primary:hover{background:var(--primary-hover)}.button-secondary{background:#ffffff;color:var(--text);border-color:var(--border-strong)}.button-secondary:hover{background:#f8fafc}.button-danger{background:#fff4f2;color:#b42318;border-color:#e2b4b0}.button-danger:hover{background:#fdeae7}.section{margin-top:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px}.section-head{margin-bottom:18px}.section-head p{max-width:760px}.grid{display:grid;grid-template-columns:1fr;gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:22px 20px;min-height:164px;transition:border-color .2s ease,box-shadow .2s ease,transform .12s ease}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.card p{color:var(--text-faint)}.callout{background:linear-gradient(180deg,#ffffff,#f9fbfc)}.data-strip{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px}.stat-box{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:18px}.stat-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);margin-bottom:10px}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text)}.subtle{color:var(--text-faint)}@media (min-width:720px){.container{padding:34px 20px 72px}.hero{padding:34px 36px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1100px){.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stats-grid{display:grid;grid-template-columns:1fr;gap:16px}.stat-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:176px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:18px 16px;box-shadow:var(--shadow-sm)}.stat-card-label{font-size:.72rem;line-height:1.25;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px;min-height:36px}.stat-card-value{font-size:1.85rem;line-height:1.05;font-weight:700;letter-spacing:-.03em;color:var(--text)}.stat-card-helper{margin-top:10px;color:var(--text-faint);font-size:.9rem;line-height:1.35}.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:18px;background:#fff}.data-table{width:100%;min-width:1280px;border-collapse:collapse;table-layout:fixed}.data-table td:first-child,.data-table th:first-child{width:16%}.data-table td:nth-child(2),.data-table th:nth-child(2){width:7%}.data-table td:nth-child(3),.data-table th:nth-child(3){width:10%}.data-table td:nth-child(4),.data-table th:nth-child(4){width:9%}.data-table td:nth-child(5),.data-table th:nth-child(5){width:8%}.data-table td:nth-child(6),.data-table th:nth-child(6){width:7%}.data-table td:nth-child(7),.data-table th:nth-child(7){width:6%}.data-table td:nth-child(8),.data-table th:nth-child(8){width:8%}.data-table td:nth-child(9),.data-table th:nth-child(9){width:7%}.data-table td:nth-child(10),.data-table th:nth-child(10){width:11%}.data-table td:nth-child(11),.data-table th:nth-child(11){width:7%}.data-table td:nth-child(12),.data-table th:nth-child(12){width:8%}.data-table td,.data-table th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--border);vertical-align:middle;white-space:normal;word-break:normal;overflow-wrap:break-word;font-size:.88rem;line-height:1.2}.data-table th{font-size:.66rem;line-height:1.05;font-weight:700;letter-spacing:.035em;text-transform:uppercase;color:var(--text-faint);background:#f8fafc;word-break:normal;overflow-wrap:normal}.data-table th,.data-table th:nth-child(10),.data-table th:nth-child(11),.data-table th:nth-child(12),.data-table th:nth-child(4),.data-table th:nth-child(8){white-space:nowrap}.data-table th:nth-child(9){white-space:normal}.data-table tbody tr:hover{background:#fbfcfd}.table-title{font-weight:600;color:var(--text);font-size:.96rem;line-height:1.15}.table-subtitle{margin-top:4px;font-size:.82rem;line-height:1.25;color:var(--text-faint)}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;font-size:.72rem;line-height:1;font-weight:700;border:1px solid var(--border);background:#f8fafc;color:var(--text-soft);max-width:100%;white-space:nowrap}.badge-success{background:#edf8f0;border-color:#cfe9d7;color:#1f6b3b}.badge-progress{background:#edf4ff;border-color:#cfe0ff;color:#1d4f91}.badge-muted{background:#f4f6f8;border-color:#dde3e8;color:#607080}@media (min-width:860px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1500px){.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.section-card-grid{display:grid;grid-template-columns:1fr;gap:16px}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm)}.section-card-top{display:flex;flex-direction:column;gap:16px}.section-card-meta{display:flex;justify-content:flex-start}.section-card-footer{margin-top:16px;padding-top:14px;border-top:1px solid var(--border)}.section-card-footnote{color:var(--text-faint);font-size:.92rem}.form-grid{display:grid;grid-template-columns:1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field-card{border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);padding:16px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-field-card:focus-within{border-color:#98a9ba;box-shadow:0 0 0 4px rgba(31,59,87,.06);background:#ffffff}.form-field-missing{border-color:#e2b4b0;background:#fff8f7}.form-field-missing:focus-within{border-color:#c97b74;box-shadow:0 0 0 4px rgba(180,35,24,.08);background:#ffffff}.form-field-missing input,.form-field-missing select,.form-field-missing textarea{border-color:#d6a19c;background:#ffffff}.form-field-missing input:focus,.form-field-missing select:focus,.form-field-missing textarea:focus{border-color:#c97b74;box-shadow:0 0 0 4px rgba(180,35,24,.08)}.field-missing-note{font-size:.84rem;font-weight:600;color:#b42318;line-height:1.5}.repeatable-field-missing .repeatable-empty{border-color:#e2b4b0;background:#fff8f7}.form-field-full{grid-column:1/-1}.form-field label{font-size:.95rem;font-weight:600;color:var(--text)}.required-mark{color:#b42318}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--border-strong);border-radius:12px;background:#fff;color:var(--text);padding:13px 14px;min-height:48px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#98a9ba;box-shadow:0 0 0 4px rgba(31,59,87,.08)}.form-field textarea{resize:vertical;min-height:120px}.field-help{font-size:.88rem;color:var(--text-faint);line-height:1.6}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.new-company-form-section{max-width:920px}.new-company-form-actions{align-items:center}.overview-toolbar{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px;margin-bottom:24px}.overview-toolbar .form-field{margin:0}.overview-toolbar-filter,.overview-toolbar-search{min-width:0}@media (min-width:900px){.overview-toolbar{grid-template-columns:minmax(0,2fr) minmax(260px,320px);align-items:end}}.empty-state-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.table-action-button{min-height:30px;padding:0 8px;white-space:normal;width:auto;min-width:64px;font-size:.8rem;line-height:1.05;border-radius:10px}@media (max-width:1200px){.table-wrap{overflow-x:auto}.data-table{min-width:1280px}.data-table td,.data-table th{padding:10px 8px;font-size:.82rem}.data-table th{font-size:.62rem;letter-spacing:.04em}.table-title{font-size:.9rem}.table-subtitle{font-size:.76rem;line-height:1.2}.table-action-button{min-height:30px;min-width:64px;font-size:.78rem}.badge,.table-action-button{padding:0 8px;white-space:nowrap}.badge{font-size:.68rem;min-height:24px}}.data-table td:nth-child(10),.data-table td:nth-child(12),.data-table td:nth-child(5),.data-table td:nth-child(6),.data-table td:nth-child(7),.data-table td:nth-child(8),.data-table td:nth-child(9){text-align:center}.data-table td:nth-child(10){white-space:nowrap}.data-table td:nth-child(12) .button{margin:0 auto}.data-table td:nth-child(9){font-size:.82rem;line-height:1.1}.data-table td:nth-child(11){font-size:.8rem;line-height:1.15}.data-table td:first-child .table-title{font-size:.92rem}.data-table td:first-child .table-subtitle{font-size:.78rem}.featured-dossier-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.featured-dossier-meta{margin-top:8px;color:var(--text-faint);font-size:.95rem}.table-link{display:block}.table-link:hover .table-title{text-decoration:underline;text-underline-offset:3px}@media (min-width:900px){.form-grid,.section-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.section-nav{display:grid;grid-template-columns:1fr;gap:14px}.section-nav-item{width:100%;text-align:left;border:1px solid var(--border);background:#fff;border-radius:16px;padding:18px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .12s ease,background-color .2s ease}.section-nav-item:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.section-nav-item.active{border-color:#9db1c4;background:#fbfcfe;box-shadow:var(--shadow-sm)}.section-nav-progress{margin-top:14px}.section-nav-progress-track{width:100%;height:8px;border-radius:999px;background:#edf2f7;overflow:hidden}.section-nav-progress-fill{width:22%;height:100%;border-radius:999px;background:#cfd8e3}.section-nav-progress-fill.is-progress{width:58%;background:#9bb7dc}.section-nav-progress-fill.is-completed{width:100%;background:#8fc7a0}.section-nav-top{display:flex;flex-direction:column;gap:12px}.section-nav-title{font-weight:700;color:var(--text);line-height:1.35}.section-nav-bottom{margin-top:12px;line-height:1.5}.form-save-note,.section-nav-bottom{font-size:.92rem;color:var(--text-faint)}.form-save-note{display:inline-flex;align-items:center}.section-compact{padding:18px 28px}.save-feedback{color:#1f6b3b;font-weight:600}@media (min-width:900px){.section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.section-nav-top{flex-direction:row;justify-content:space-between;align-items:center}}.unsaved-feedback{color:#9a6700;font-weight:600}.empty-state{border:1px dashed var(--border-strong);border-radius:18px;padding:22px;background:#fbfcfd}.preview-kicker{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.preview-title{font-size:1.4rem}.preview-stat-label,.preview-subtitle{color:var(--text-faint)}.preview-stat-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.preview-stat-value{font-size:1.35rem;font-weight:700;color:var(--text)}.preview-stat-value-small{font-size:1rem}.report-preview-shell{display:grid;gap:20px;scroll-margin-top:16px}.form-actions{align-items:center}.repeatable-field{display:grid;gap:14px}.repeatable-empty{padding:14px 16px;border:1px dashed var(--border-strong);border-radius:14px;color:var(--text-faint);background:#fbfcfd}.repeatable-card{border:1px solid var(--border);border-radius:16px;padding:16px;background:#fff;box-shadow:var(--shadow-sm)}.repeatable-card-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.repeatable-card-head .button{min-height:38px}.answer-summary-section .section-head,.missing-items-section .section-head,.report-preview-shell .section-head{margin-bottom:20px}.preview-card{background:#ffffff;border:1px solid var(--border);border-radius:20px;padding:28px}.preview-header{display:flex;flex-direction:column;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.preview-title{margin-bottom:6px}.preview-subtitle+.preview-subtitle{margin-top:4px}.preview-badges{display:flex;align-items:flex-start;justify-content:flex-start;flex-shrink:0}.preview-premium-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px}.preview-premium-card{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 18px;break-inside:avoid;page-break-inside:avoid}.preview-premium-card-wide{grid-column:auto}.preview-premium-title{font-size:.92rem;font-weight:700;color:var(--text);margin-bottom:8px}.preview-premium-text{color:var(--text-soft);line-height:1.55;margin:0}.preview-premium-list{display:grid;gap:6px;margin-top:12px}.preview-premium-line{color:var(--text-faint);font-size:.92rem;line-height:1.45}.preview-stats{display:grid;grid-template-columns:1fr;gap:14px;margin-top:20px}.preview-stat{background:var(--surface-muted);border:1px solid var(--border);border-radius:16px;padding:16px 18px;break-inside:avoid;page-break-inside:avoid}.preview-section-list{display:grid;gap:12px;margin-top:20px}.preview-section-row{display:flex;flex-direction:column;gap:12px;padding:16px 18px;border:1px solid var(--border);border-radius:16px;background:#ffffff;break-inside:avoid;page-break-inside:avoid}.preview-section-row:last-child{border-bottom:1px solid var(--border)}.preview-row-meta{color:var(--text-faint);margin-top:6px;font-size:.92rem;line-height:1.45}.preview-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.preview-actions-top{margin-top:16px;margin-bottom:4px;justify-content:flex-end}.preview-scroll-top-button{position:fixed;right:24px;bottom:24px;z-index:40;min-height:42px;padding:0 14px;box-shadow:var(--shadow-md)}@media (max-width:900px){.preview-actions-top{justify-content:flex-start}.preview-scroll-top-button{right:16px;bottom:16px}}.report-answer-sections{display:grid;gap:20px}.answer-summary-section{margin-top:0}.answer-summary-head{display:flex;flex-direction:column;gap:14px}.answer-list{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#ffffff}.answer-row{display:grid;grid-template-columns:1fr;gap:8px;padding:16px 18px;border-bottom:1px solid var(--border);break-inside:avoid;page-break-inside:avoid}.answer-row:last-child{border-bottom:none}.answer-label{font-weight:700;color:var(--text)}.answer-value{color:var(--text-soft);white-space:pre-wrap;word-break:break-word;line-height:1.65}.missing-list{display:grid;gap:12px}.missing-item{border:1px solid var(--border);border-radius:16px;padding:16px 18px;background:#ffffff;break-inside:avoid;page-break-inside:avoid}.missing-item-section{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin-bottom:8px}.missing-item-label{color:var(--text);font-weight:600}@media (min-width:860px){.preview-header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:18px}.preview-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-premium-card-wide{grid-column:1/-1}.preview-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-section-row{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:18px}.preview-section-row>:first-child{min-width:0;flex:1 1}.preview-section-row>.badge{flex-shrink:0;align-self:flex-start;margin-left:12px;margin-right:0}.answer-summary-head{flex-direction:row;justify-content:space-between;align-items:flex-start}.answer-row{grid-template-columns:minmax(240px,320px) 1fr;gap:18px;align-items:start}}@media print{@page{size:A4;margin:14mm 12mm 14mm 12mm}body,html{background:#ffffff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.container{padding:0!important;max-width:none!important;margin:0!important}.app-shell{display:block!important;min-height:auto!important;grid-template-columns:1fr!important;background:#ffffff!important}.app-shell-sidebar,.app-shell-topbar{display:none!important}.app-shell-main,.app-shell-page,.page-shell{min-height:auto!important;overflow:visible!important}.page-shell,.page-shell>.container{padding:0!important;margin:0!important}.page-shell>.container{max-width:none!important}.page-shell>.container>:not(#report-preview){display:none!important}#report-preview{display:block!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important;scroll-margin-top:0!important}#report-preview>.section-head{display:none!important}.pdf-cover,.pdf-toc{display:flex!important;flex-direction:column!important;min-height:255mm!important;padding:18mm 16mm 14mm!important;margin:0!important;background:#ffffff!important;border:1px solid #d6dde6!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;break-inside:avoid!important;page-break-inside:avoid!important;break-after:page!important;page-break-after:always!important}.pdf-cover-logo,.pdf-toc-logo{min-height:24px!important;padding:0 10px!important;font-size:8pt!important;letter-spacing:.08em!important;background:#eef3f8!important;color:#1f3b57!important}.pdf-cover-title{font-size:24pt!important;line-height:1.02!important;margin:0!important;color:#0f1720!important;letter-spacing:-.04em!important}.pdf-cover-subtitle{font-size:10.5pt!important;line-height:1.5!important;color:#4f5b67!important;max-width:none!important}.pdf-cover-divider{height:1px!important;background:#d6dde6!important}.pdf-cover-meta{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10pt!important}.pdf-cover-meta-item{padding:10pt 11pt!important;border:1px solid #dbe2ea!important;border-radius:10pt!important;background:#f8fafc!important;break-inside:avoid!important;page-break-inside:avoid!important}.pdf-cover-meta-label{font-size:7pt!important;line-height:1.15!important;letter-spacing:.06em!important;margin-bottom:2pt!important;color:#667382!important}.pdf-cover-meta-value{font-size:10pt!important;line-height:1.3!important;color:#0f1720!important}.pdf-cover-footer,.pdf-toc-footer{margin-top:auto!important;padding-top:10pt!important;border-top:1px solid #dbe2ea!important;font-size:8pt!important;color:#667382!important}.pdf-toc-header{gap:8pt!important;padding-bottom:12pt!important;border-bottom:1px solid #dbe2ea!important}.pdf-toc-title{font-size:18pt!important;line-height:1.06!important;margin:0!important;letter-spacing:-.03em!important;color:#0f1720!important}.pdf-toc-subtitle{font-size:9.5pt!important;line-height:1.4!important;color:#4f5b67!important}.pdf-toc-body{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10pt!important}.pdf-toc-group{padding:10pt 11pt!important;border:1px solid #dbe2ea!important;border-radius:10pt!important;background:#ffffff!important;break-inside:avoid!important;page-break-inside:avoid!important}.pdf-toc-group-label{font-size:7pt!important;line-height:1.15!important;margin-bottom:8pt!important;letter-spacing:.08em!important;color:#1f3b57!important}.pdf-toc-item{padding:6pt 0!important;border-top:1px solid #eef2f6!important;font-size:8.5pt!important;line-height:1.35!important;color:#0f1720!important}.pdf-toc-item:first-of-type{padding-top:0!important;border-top:none!important}.pdf-cover-topbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10pt!important;flex-wrap:wrap!important}.pdf-cover-status{display:inline-flex!important;align-items:center!important;min-height:22pt!important;padding:0 9pt!important;border-radius:999px!important;border:1px solid #dbe2ea!important;background:#f8fafc!important;color:#1f3b57!important;font-size:7pt!important;font-weight:700!important;letter-spacing:.04em!important;white-space:nowrap!important}.pdf-cover-heading{display:grid!important;gap:6pt!important}.pdf-cover-kicker{font-size:7pt!important;line-height:1.15!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#667382!important}.pdf-toc-reportline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10pt!important;flex-wrap:wrap!important;padding-top:8pt!important;border-top:1px solid #eef2f6!important;color:#667382!important;font-size:8pt!important;line-height:1.35!important;font-weight:600!important}.preview-kicker,.preview-premium-title,.preview-row-title,.preview-title,h1,h2,h3,h4{letter-spacing:0!important}.answer-label,.answer-value,.preview-kicker,.preview-premium-line,.preview-premium-text,.preview-premium-title,.preview-row-meta,.preview-row-title,.preview-subtitle,.preview-title,h1,h2,h3,h4,p{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important}.answer-summary-section,.missing-item,.preview-card{background:#ffffff!important;border:1px solid #d6dde6!important;box-shadow:none!important;border-radius:14px!important}.answer-list,.preview-premium-card,.preview-section-row,.preview-stat{background:#ffffff!important;border:1px solid #dbe2ea!important;box-shadow:none!important;border-radius:12px!important}.preview-card{padding:16px!important;break-inside:auto!important;page-break-inside:auto!important}.preview-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;padding-bottom:12px!important;border-bottom:1px solid #dbe2ea!important}.preview-badges{justify-content:flex-start!important;align-self:flex-start!important}.preview-summary-grid{display:grid!important;grid-template-columns:1.45fr .95fr!important;gap:10px!important;margin-top:12px!important}.preview-summary-main{min-height:100%!important}.preview-summary-side{display:grid!important;gap:10px!important;align-content:start!important}.preview-management-meta{gap:6px!important;margin-top:10px!important;padding-top:8px!important;border-top:1px solid #dbe2ea!important}.preview-management-meta-row{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important}.preview-management-meta-label,.preview-management-meta-value{font-size:.78rem!important;line-height:1.35!important}.preview-management-meta-value{text-align:right!important}.preview-kicker{font-size:.68rem!important;line-height:1.2!important;margin-bottom:4px!important;letter-spacing:.04em!important}.preview-title{font-size:1.18rem!important;line-height:1.18!important;margin-bottom:4px!important}.preview-subtitle{font-size:.84rem!important;line-height:1.42!important;color:#5b6672!important}.preview-premium-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:12px!important}.preview-premium-card-wide,.preview-premium-card:last-child{grid-column:1/-1!important}.preview-premium-card{padding:12px 13px!important;background:#f8fafc!important;break-inside:avoid-page;page-break-inside:avoid}.preview-premium-title{font-size:.8rem!important;line-height:1.25!important;margin-bottom:5px!important}.preview-premium-text{font-size:.82rem!important;line-height:1.42!important;margin:0!important;color:#4f5b67!important}.preview-premium-list{gap:4px!important;margin-top:7px!important}.preview-premium-line{font-size:.8rem!important;line-height:1.38!important;color:#5a6571!important}.preview-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}.preview-stat{padding:11px 12px!important;background:#f8fafc!important;break-inside:avoid-page;page-break-inside:avoid}.preview-stat-label{font-size:.62rem!important;line-height:1.16!important;margin-bottom:5px!important;letter-spacing:.04em!important}.preview-stat-value{font-size:1rem!important;line-height:1.15!important}.preview-stat-value-small{font-size:.88rem!important}.preview-section-list{gap:10px!important;margin-top:12px!important}.preview-section-row{display:block!important;padding:12px 13px!important;background:#ffffff!important;break-inside:auto!important;page-break-inside:auto!important}.preview-section-row>.badge{display:inline-flex!important;margin-top:8px!important;margin-left:0!important;margin-right:0!important}.preview-row-title{font-size:.82rem!important;line-height:1.28!important;font-weight:700!important;margin-bottom:4px!important;color:var(--text)!important}.preview-row-meta{font-size:.82rem!important;line-height:1.42!important;margin-top:4px!important;color:#55616d!important}.report-answer-sections{display:grid!important;gap:12px!important;margin-top:12px!important}.answer-summary-section{margin-top:0!important;padding:14px!important;break-inside:auto!important;page-break-inside:auto!important}.answer-summary-head{display:flex!important;flex-direction:column!important;gap:8px!important;break-after:avoid-page;page-break-after:avoid}.answer-summary-head h2{font-size:.96rem!important;line-height:1.25!important;margin-bottom:0!important}.answer-summary-head p{font-size:.8rem!important;line-height:1.36!important;color:#5a6571!important}.answer-list{border-radius:12px!important;overflow:visible!important;break-inside:auto!important;page-break-inside:auto!important}.answer-row{grid-template-columns:minmax(165px,220px) 1fr!important;gap:10px!important;padding:10px 12px!important;break-inside:avoid-page;page-break-inside:avoid}.answer-label{font-size:.76rem!important;line-height:1.25!important;color:var(--text)!important}.answer-value{font-size:.82rem!important;line-height:1.46!important;color:#44505c!important}.missing-item{padding:12px 13px!important;border-radius:12px!important;break-inside:avoid-page;page-break-inside:avoid}.missing-item-section{font-size:.64rem!important;line-height:1.1!important;margin-bottom:4px!important}.missing-item-label{font-size:.8rem!important;line-height:1.32!important}.badge{min-height:24px!important;padding:0 9px!important;font-size:.66rem!important;line-height:1!important}.preview-actions,.preview-actions-top,.preview-scroll-top-button{display:none!important}}.evidence-section{display:grid;gap:20px}.evidence-upload-card{border:1px solid var(--border);border-radius:18px;background:var(--surface-muted);padding:20px}.evidence-feedback{margin-top:14px;border-radius:12px;padding:12px 14px;font-weight:600;line-height:1.5}.evidence-feedback-success{background:#edf8f0;color:#1f6b3b;border:1px solid #cfe9d7}.evidence-feedback-error{background:#fff4f2;color:#b42318;border:1px solid #e2b4b0}.evidence-groups{display:grid;gap:16px}.evidence-group-card-active{border-color:#cfe0ff;background:linear-gradient(180deg,#ffffff,#f8fbff)}.evidence-subgroups{display:grid;gap:18px}.evidence-subgroup{border-top:1px solid var(--border);padding-top:16px}.evidence-subgroup:first-child{border-top:none;padding-top:0}.evidence-subgroup-title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:12px}.evidence-group-card{border:1px solid var(--border);border-radius:18px;background:#ffffff;padding:18px}.evidence-group-head{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.evidence-document-list{display:grid;gap:12px}.evidence-document-item{display:flex;flex-direction:column;gap:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);padding:16px}.evidence-document-main{min-width:0}.evidence-document-title{font-weight:700;color:var(--text);margin-bottom:8px}.evidence-document-meta{font-size:.92rem;color:var(--text-faint);margin-top:4px}.evidence-document-description{margin-top:10px;color:var(--text-soft);line-height:1.6}.evidence-document-actions{display:flex;flex-wrap:wrap;gap:10px}.evidence-status-card{border:1px solid var(--border);border-radius:18px;background:#ffffff;padding:18px}.evidence-status-card-top{display:flex;flex-direction:column;gap:12px}.evidence-status-title{font-weight:700;color:var(--text);margin-bottom:6px}.evidence-status-helper{color:var(--text-faint);font-size:.94rem;line-height:1.6}.evidence-status-progress{margin-top:14px}@media (min-width:900px){.evidence-document-item,.evidence-group-head,.evidence-status-card-top{flex-direction:row;justify-content:space-between;align-items:flex-start}.evidence-document-actions{justify-content:flex-end;flex-shrink:0}}.answer-list-documents .answer-row-documents{background:var(--surface-muted)}.answer-list-documents .answer-row-documents:nth-child(2n){background:#ffffff}.answer-list-documents .answer-label{color:var(--primary)}.overview-kpi-grid{gap:18px}.overview-kpi-grid .stat-card{padding:18px;min-height:0}.overview-kpi-grid .stat-card-label{font-size:.68rem;line-height:1.15;margin-bottom:10px;letter-spacing:.045em;min-height:72px;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.overview-kpi-grid .stat-card-value{font-size:1.9rem;line-height:1.05;margin-bottom:8px}.overview-kpi-grid .stat-card-helper{font-size:.92rem;line-height:1.32;word-break:break-word;overflow-wrap:anywhere}.reports-overview-section .table-wrap{overflow-x:visible}.reports-overview-section .data-table{width:100%;table-layout:fixed}.reports-overview-section .data-table td,.reports-overview-section .data-table th{padding:12px 10px;vertical-align:top}.reports-overview-section .data-table th{font-size:.72rem;line-height:1.2;white-space:normal;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.reports-overview-section .data-table td{word-break:break-word}.reports-overview-section .table-link{display:block;min-width:0}.reports-overview-section .table-title{margin-bottom:6px}.reports-overview-section .table-subtitle{line-height:1.35}.reports-overview-section .table-action-button{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:92px;max-width:92px;min-height:32px;padding:6px 10px;white-space:normal;text-align:center;line-height:1.05;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table td:nth-child(5){white-space:nowrap}.reports-overview-section .data-table td:nth-child(5) .badge{font-size:.84rem}.reports-overview-section .data-table td:nth-child(10) .badge,.reports-overview-section .data-table td:nth-child(5) .badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;white-space:nowrap;text-align:center;line-height:1.05;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:nth-child(10) .badge{font-size:.8rem}.reports-overview-section .data-table td:nth-child(11) .badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:112px;padding:6px 12px;white-space:nowrap;text-align:center;line-height:1.05;font-size:.76rem;border-radius:12px;box-sizing:border-box}.reports-overview-section .data-table td:last-child,.reports-overview-section .data-table th:last-child{text-align:center}.reports-overview-section .data-table td:last-child{padding-right:18px}@media (min-width:1200px){.reports-overview-section .data-table td:first-child,.reports-overview-section .data-table th:first-child{width:17%}.reports-overview-section .data-table td:nth-child(3),.reports-overview-section .data-table th:nth-child(3){width:12%}.reports-overview-section .data-table td:nth-child(3){white-space:nowrap;word-break:normal;overflow-wrap:normal;font-size:.84rem}.reports-overview-section .data-table td:nth-child(5),.reports-overview-section .data-table th:nth-child(5){width:8.5%}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table th:nth-child(10){width:11%}.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table th:nth-child(11){width:12%}.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table th:nth-child(13){width:10%}}.reports-overview-section .data-table td,.reports-overview-section .data-table th{padding:12px 8px}.reports-overview-section .data-table th{font-size:.64rem;line-height:1.05;white-space:nowrap;word-break:normal;-webkit-hyphens:none;hyphens:none}.reports-overview-section .table-action-button{min-width:84px;max-width:84px;min-height:30px;padding:5px 8px;font-size:.82rem;line-height:1.02}.reports-overview-section .data-table td:nth-child(10) .badge,.reports-overview-section .data-table td:nth-child(11) .badge{max-width:100%}.reports-overview-section .data-table td:last-child{padding-right:10px}@media (min-width:1200px){.reports-overview-section .data-table td:first-child,.reports-overview-section .data-table th:first-child{width:17%}.reports-overview-section .data-table td:nth-child(5),.reports-overview-section .data-table th:nth-child(5){width:8.5%}.reports-overview-section .data-table td:nth-child(10),.reports-overview-section .data-table th:nth-child(10){width:11%}.reports-overview-section .data-table td:nth-child(11),.reports-overview-section .data-table th:nth-child(11){width:12%}.reports-overview-section .data-table td:nth-child(13),.reports-overview-section .data-table th:nth-child(13){width:10%}}@media (max-width:1199px){.reports-overview-section .table-wrap{overflow-x:auto}}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:var(--background)}.app-shell-collapsed{grid-template-columns:88px minmax(0,1fr)}.app-shell-sidebar{border-right:1px solid var(--border);background:var(--surface);padding:20px 16px;position:sticky;top:0;height:100vh;overflow-y:auto;min-width:0}.app-shell-main{min-width:0;display:flex;flex-direction:column}.app-shell-page{min-width:0;overflow-x:hidden}.app-shell-page .data-strip,.app-shell-page .grid,.app-shell-page .hero,.app-shell-page .page-shell,.app-shell-page .preview-section-list,.app-shell-page .section{min-width:0}.app-shell-page table{width:100%;max-width:100%}.app-shell-page td,.app-shell-page th{word-break:break-word}.app-shell-brand{padding:4px 4px 18px;border-bottom:1px solid var(--border);margin-bottom:18px}.app-shell-brand-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.app-shell-brand-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.app-shell-brand-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.app-shell-brand-subtitle{font-size:14px;line-height:1.5;color:var(--text-soft);margin-top:10px}.app-shell-brand-compact{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-size:18px;border:1px solid var(--border);color:var(--primary)}.app-shell-brand-compact,.app-shell-toggle{font-weight:700;background:var(--surface-muted)}.app-shell-toggle{width:36px;height:36px;border-radius:10px;border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:16px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.app-shell-toggle:hover{background:var(--accent);border-color:var(--border-strong);transform:translateY(-1px)}.app-shell-nav-group{margin-bottom:20px}.app-shell-nav-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:10px;padding:0 4px}.app-shell-nav{display:flex;flex-direction:column;gap:8px}.app-shell-nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);color:var(--text);text-decoration:none;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease;min-width:0}.app-shell-nav-link:hover{background:var(--accent);border-color:var(--border-strong);transform:translateY(-1px)}.app-shell-nav-link-active{background:var(--accent);border-color:var(--primary);color:var(--primary)}.app-shell-nav-icon{width:18px;min-width:18px;text-align:center;font-size:15px;line-height:1}.app-shell-nav-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell-collapsed .app-shell-nav-link{justify-content:center;padding:12px 10px}.app-shell-auth-card{margin-top:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-muted);box-shadow:var(--shadow-sm)}.app-shell-collapsed .app-shell-auth-card{padding:10px}.app-shell-auth-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px}.app-shell-auth-meta{font-size:13px;color:var(--text-soft);margin-bottom:6px;word-break:break-word}.app-shell-auth-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.app-shell-auth-collapsed{display:flex;justify-content:center}.app-shell-icon-action{width:40px;height:72px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:grid;place-items:center;text-decoration:none;cursor:pointer;font-size:16px;font-weight:700}.app-shell-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 24px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20}.app-shell-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.app-shell-toggle-topbar{display:none}.app-shell-topbar-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:4px}.app-shell-topbar-title{font-size:24px;line-height:1.2;color:var(--text);margin:0}.app-shell-topbar-right{margin-left:auto}.app-shell-topbar-home-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,53px);flex:1 1 auto;min-width:0}.app-shell-topbar-home-nav a{font-size:14px;font-weight:500;color:#4c5a67;text-decoration:none;white-space:nowrap;transition:color .15s ease}.app-shell-topbar-home-nav a:hover{color:#1f3b57}@media (max-width:1180px){.app-shell-topbar-home-nav{gap:24px}.app-shell-topbar-home-nav a{font-size:13px}}@media (max-width:920px){.app-shell-topbar{flex-wrap:wrap;align-items:flex-start;gap:12px}.app-shell-topbar-left{order:1;flex:1 1 auto;min-width:0}.app-shell-topbar-right{order:2;margin-left:auto}.app-shell-topbar-home-nav{order:3;flex:0 0 100%;width:100%;justify-content:flex-start;gap:14px;padding-top:4px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.app-shell-topbar-home-nav::-webkit-scrollbar{display:none}}@media (max-width:780px){.app-shell-topbar{gap:10px}.app-shell-topbar-title{font-size:20px}.app-shell-topbar-kicker{font-size:11px;margin-bottom:2px}.app-shell-topbar-right{width:100%;justify-content:space-between;margin-left:0}.app-shell-topbar-home-nav{gap:10px;padding-top:2px;padding-bottom:2px}.app-shell-topbar-home-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:13px}}@media (max-width:560px){.app-shell-topbar-kicker{display:none}.app-shell-topbar-title{font-size:18px}.app-shell-topbar-home-nav a{min-height:32px;padding:0 10px;font-size:12px}}.app-shell-topbar-status{display:flex;align-items:center;gap:10px}.app-shell-loading-card{margin:24px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.app-shell-loading-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px}.app-shell-loading-text{color:var(--text-soft)}@media (max-width:1180px){.app-shell,.app-shell:not(.app-shell-collapsed){grid-template-columns:88px minmax(0,1fr)}.app-shell-sidebar{padding:18px 10px}.app-shell-auth-actions,.app-shell-auth-meta,.app-shell-auth-title,.app-shell-brand-subtitle,.app-shell-nav-label,.app-shell-nav-title{display:none}.app-shell-nav-link{justify-content:center;padding:12px 10px}}@media (max-width:900px){.app-shell,.app-shell-collapsed,.app-shell:not(.app-shell-collapsed){grid-template-columns:1fr}.app-shell-sidebar{position:relative;top:0;height:auto;border-right:0;border-bottom:1px solid var(--border);overflow:visible}.app-shell-topbar{padding:16px 18px}.app-shell-toggle-topbar{display:inline-grid;place-items:center}.app-shell:has(.hp-root) .app-shell-sidebar{display:none!important}.app-shell:has(.hp-root) .app-shell-topbar{display:none!important}}.app-shell-homepage,.hp-root{min-height:100vh;background:#f3f5f8}.hp-inner{max-width:1100px;margin:0 auto}.hp-eyebrow-pill{display:inline-block;background:#dbe5ef;color:#1f3b57;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 14px;border-radius:999px;margin-bottom:22px}.hp-nav{position:sticky;top:0;z-index:100;background:#ffffff;border-bottom:1px solid #d9e0e7;box-shadow:0 1px 3px rgba(15,23,32,.04)}.hp-nav-inner{max-width:1100px;margin:0 auto;padding:0 40px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hp-nav-brand{font-size:17px;font-weight:700;color:#1f3b57;letter-spacing:-.01em;flex-shrink:0}.hp-nav-links{display:flex;gap:28px;align-items:center;flex:1 1}.hp-nav-links a{font-size:14px;font-weight:500;color:#4c5a67;text-decoration:none;transition:color .15s;white-space:nowrap}.hp-nav-links a:hover{color:#1f3b57}.hp-nav-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.hp-nav-btn{display:inline-flex;align-items:center;justify-content:center;height:36px!important;padding:0 16px!important;font-size:13px!important;font-weight:600;border-radius:10px!important;text-decoration:none;white-space:nowrap}.hp-nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.hp-nav-hamburger span{display:block;width:22px;height:2px;background:#0f1720;border-radius:2px}.hp-nav-mobile{display:flex;flex-direction:column;padding:12px 24px 20px;gap:0;border-top:1px solid #d9e0e7;background:#ffffff}.hp-nav-mobile a{font-size:15px;font-weight:500;color:#0f1720;text-decoration:none;padding:12px 0;border-bottom:1px solid #f0f3f6}.hp-nav-mobile a:last-of-type{border-bottom:none}.hp-hero{background:#ffffff;border-bottom:1px solid #d9e0e7;padding:80px 40px 70px;text-align:center}.hp-h1{font-size:clamp(28px,4vw,48px);font-weight:800;color:#0f1720;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px;max-width:780px;margin-left:auto;margin-right:auto}.hp-lead{font-size:17px;color:#4c5a67;max-width:620px;margin:0 auto 12px;line-height:1.65}.hp-lead-sub{font-size:14px;font-weight:600;color:#1f3b57;margin-bottom:32px}.hp-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hp-btn-lg{height:48px!important;padding:0 28px!important;font-size:15px!important;border-radius:12px!important}.hp-stats{display:flex;justify-content:center;max-width:560px;margin:0 auto;border:1px solid #d9e0e7;border-radius:16px;overflow:hidden;background:#f8fafc}.hp-stat{flex:1 1;padding:18px 20px;text-align:center;border-right:1px solid #d9e0e7}.hp-stat:last-child{border-right:none}.hp-stat-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7785;margin-bottom:6px}.hp-stat-val{font-size:15px;font-weight:700;color:#1f3b57}.hp-band-dark{background:#1f3b57;padding:56px 40px}.hp-band-white{background:#ffffff}.hp-band-off,.hp-band-white{padding:56px 40px;border-bottom:1px solid #d9e0e7}.hp-band-off{background:#f3f5f8}.hp-vsme-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hp-band-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8aa4ba;margin-bottom:12px}.hp-band-h2{font-size:clamp(20px,2.5vw,28px);font-weight:800;color:#ffffff;letter-spacing:-.02em;margin-bottom:14px;line-height:1.2}.hp-band-p{font-size:14px;color:#b8c8d8;line-height:1.7;margin-bottom:14px}.hp-pillars{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.hp-pillar{background:rgba(255,255,255,.12);color:#dbe5ef;font-size:12px;font-weight:600;padding:5px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.hp-band-source{font-size:11px;color:#8aa4ba;margin-top:14px}.hp-band-source a{color:#8aa4ba}.hp-vsme-stats{display:flex;flex-direction:column;gap:12px}.hp-vsme-stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px 20px}.hp-vsme-stat-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8aa4ba;margin-bottom:4px}.hp-vsme-stat-val{font-size:18px;font-weight:700;color:#ffffff}.hp-section-inner{max-width:1100px;margin:0 auto}.hp-section-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1f3b57}.hp-section-eyebrow,.hp-section-h2{margin-bottom:12px;max-width:1100px;margin-left:auto;margin-right:auto;display:block}.hp-section-h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#0f1720;letter-spacing:-.03em;line-height:1.15}.hp-section-lead{font-size:16px;color:#4c5a67;max-width:600px;line-height:1.65;margin-bottom:36px;display:block}.hp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}.hp-step{padding:28px 24px;background:#ffffff;border:1px solid #d9e0e7;border-radius:18px}.hp-step-num{font-size:11px;font-weight:800;letter-spacing:.1em;color:#1f3b57;background:#dbe5ef;border-radius:999px;padding:3px 12px;display:inline-block;margin-bottom:14px}.hp-step-h{font-size:17px;font-weight:700;color:#0f1720;margin-bottom:8px}.hp-step-p{font-size:14px;color:#4c5a67;line-height:1.65}.hp-modules{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:0 auto}.hp-module{background:#ffffff;border:1px solid #d9e0e7;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.hp-module-featured{border-color:#1f3b57;border-width:2px}.hp-module-header{padding:22px 24px 18px;background:#f8fafc;border-bottom:1px solid #d9e0e7}.hp-module-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1f3b57;background:#dbe5ef;padding:3px 12px;border-radius:999px;margin-bottom:10px}.hp-module-badge-featured{background:#1f3b57;color:#ffffff}.hp-module-title{font-size:19px;font-weight:700;color:#0f1720;margin-bottom:6px}.hp-module-desc{font-size:14px;color:#4c5a67;line-height:1.6}.hp-module-body{padding:18px 24px 22px;flex:1 1}.hp-module-subtitle{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7785;margin-bottom:10px}.hp-module-item{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#4c5a67;margin-bottom:7px;line-height:1.5}.hp-screens{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:0 auto}.hp-screen{background:#f8fafc;border:1px solid #d9e0e7;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.hp-screen-bar{background:#ffffff;padding:8px 14px;border-bottom:1px solid #d9e0e7;display:flex;align-items:center;gap:6px}.hp-screen-label{font-size:11px;color:#6b7785;margin-left:8px}.hp-dot{width:9px;height:9px;border-radius:50%}.hp-dot-r{background:#e2b4b0}.hp-dot-a{background:#f0d080}.hp-dot-g{background:#8fc7a0}.hp-screen-body{padding:16px;flex:1 1}.hp-screen-title{font-size:14px;font-weight:700;color:#0f1720;margin-bottom:4px}.hp-screen-sub{font-size:12px;color:#4c5a67;margin-bottom:12px}.hp-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px}.hp-kpi{background:#ffffff;border:1px solid #d9e0e7;border-radius:8px;padding:8px}.hp-kpi-lbl{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7785;margin-bottom:4px}.hp-kpi-val{font-size:16px;font-weight:700;color:#0f1720}.hp-section-row{background:#ffffff;border:1px solid #d9e0e7;border-radius:8px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.hp-section-name{font-size:11px;font-weight:600;color:#0f1720}.hp-badge-ok{font-size:10px;font-weight:700;color:#1f6b3b;background:#edf8f0;border:1px solid #cfe9d7;border-radius:999px;padding:2px 8px;white-space:nowrap}.hp-screen-caption{padding:8px 14px;border-top:1px solid #d9e0e7;font-size:12px;color:#6b7785;font-style:italic}.hp-real-badge{background:#dbe5ef;color:#1f3b57;font-size:12px;font-weight:600;padding:8px 16px;border-radius:10px;margin-top:16px;text-align:center;max-width:1100px;margin-left:auto;margin-right:auto;display:block}.hp-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1100px;margin:0 auto}.hp-why-card{padding:24px;background:#ffffff;border:1px solid #d9e0e7;border-top:3px solid #1f3b57;border-radius:16px}.hp-why-h{font-size:16px;font-weight:700;color:#0f1720;margin-bottom:8px}.hp-why-p{font-size:14px;color:#4c5a67;line-height:1.65}.hp-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:0 auto}.hp-plan{background:#ffffff;border:1px solid #d9e0e7;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:14px;position:relative}.hp-plan-featured{border-color:#1f3b57;border-width:2px}.hp-plan-badge{position:absolute;top:-12px;left:22px;background:#1f3b57;color:#ffffff;letter-spacing:.06em;padding:3px 12px;border-radius:999px}.hp-plan-badge,.hp-plan-tier{font-size:10px;font-weight:700;text-transform:uppercase}.hp-plan-tier{letter-spacing:.08em;color:#6b7785}.hp-plan-price{font-size:34px;font-weight:800;color:#0f1720;line-height:1}.hp-plan-price-suffix{font-size:14px;font-weight:400;color:#6b7785}.hp-plan-sub{font-size:13px;color:#6b7785}.hp-plan-items{display:flex;flex-direction:column;gap:7px;flex:1 1}.hp-item{font-size:13px;display:flex;gap:8px;align-items:flex-start}.hp-item-ok{color:#2d7a4f}.hp-item-no,.hp-item-ok{font-weight:700;flex-shrink:0;margin-top:1px}.hp-item-no{color:#b42318}.hp-item-txt-ok{color:#4c5a67}.hp-item-txt-no{color:#aaaaaa}.hp-plan-cta{display:block;text-align:center;padding:11px;border-radius:12px;font-size:14px;font-weight:600;text-decoration:none;margin-top:auto}.hp-faq{display:flex;flex-direction:column;border:1px solid #d9e0e7;border-radius:16px;overflow:hidden;max-width:1100px;margin:0 auto}.hp-faq-item{padding:18px 22px;border-bottom:1px solid #d9e0e7;background:#ffffff}.hp-faq-item:last-child{border-bottom:none}.hp-faq-q{font-size:15px;font-weight:600;color:#0f1720;margin-bottom:6px}.hp-faq-a{font-size:14px;color:#4c5a67;line-height:1.65}.hp-callout{background:#1f3b57;border-radius:20px;padding:56px 40px;text-align:center;max-width:1100px;margin:0 auto}.hp-callout-h{font-size:clamp(24px,3vw,32px);font-weight:800;color:#ffffff;margin-bottom:12px;letter-spacing:-.02em}.hp-callout-p{font-size:16px;color:#b8c8d8;max-width:500px;margin:0 auto 28px;line-height:1.6}.hp-callout-sub{font-size:13px;color:#8aa4ba;margin-top:16px;font-style:italic}.hp-footer{background:#ffffff;border-top:1px solid #d9e0e7;padding:28px 40px}.hp-footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.hp-footer-brand{font-size:15px;font-weight:700;color:#1f3b57}.hp-footer-tagline{font-size:12px;color:#6b7785;margin-top:3px}.hp-footer-email{font-size:13px;color:#1f3b57;margin-top:5px;display:block;text-decoration:none}.hp-footer-right{text-align:right}.hp-footer-links{display:flex;gap:20px;align-items:center;justify-content:flex-end}.hp-footer-links a{font-size:13px;color:#4c5a67;text-decoration:none}.hp-footer-copy{font-size:12px;color:#6b7785;margin-top:5px}#faq,#hoe-het-werkt,#modules,#prijzen{scroll-margin-top:74px}@media (max-width:780px){.hp-nav-actions,.hp-nav-links{display:none}.hp-nav-hamburger{display:flex}.hp-nav-inner{padding:0 20px}.hp-hero{padding:56px 20px 48px}.hp-band-dark,.hp-band-off,.hp-band-white{padding:40px 20px}.hp-modules,.hp-pricing,.hp-screens,.hp-steps,.hp-vsme-grid,.hp-why-grid{grid-template-columns:1fr}.hp-callout{padding:40px 20px;margin:0;border-radius:0}.hp-footer{padding:24px 20px}.hp-footer-inner{flex-direction:column;align-items:flex-start}.hp-footer-right{text-align:left}.hp-footer-links{justify-content:flex-start}}.pdf-cover,.pdf-toc{background:linear-gradient(180deg,#ffffff,#fbfcfd);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-sm);padding:40px 40px 32px}.pdf-cover{display:flex;flex-direction:column;gap:20px}.pdf-cover-logo,.pdf-toc-logo{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;background:#dbe5ef;color:#1f3b57;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pdf-cover-title{font-size:clamp(2rem,3.3vw,3rem);line-height:1.04;font-weight:800;letter-spacing:-.04em;color:var(--text);margin:0}.pdf-cover-subtitle{font-size:1rem;line-height:1.6;color:var(--text-soft);max-width:780px}.pdf-cover-divider{display:block;width:100%;height:1px;background:linear-gradient(90deg,#1f3b57,#d9e0e7)}.pdf-cover-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pdf-cover-meta-item{display:flex;flex-direction:column;gap:6px;min-width:0;padding:16px 18px;border:1px solid #dbe2ea;border-radius:16px;background:#f8fafc}.pdf-cover-meta-label{font-size:.74rem;line-height:1.2;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.pdf-cover-meta-value{font-size:1rem;line-height:1.35;font-weight:700;color:var(--text);word-break:break-word;overflow-wrap:anywhere}.pdf-cover-footer,.pdf-toc-footer{margin-top:auto;padding-top:18px;border-top:1px solid #e4e9ef;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--text-faint);font-size:.88rem;line-height:1.4}.pdf-toc{gap:24px}.pdf-toc,.pdf-toc-header{display:flex;flex-direction:column}.pdf-toc-header{gap:12px;padding-bottom:18px;border-bottom:1px solid #e4e9ef}.pdf-toc-title{font-size:clamp(1.6rem,2.7vw,2.2rem);line-height:1.08;font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0}.pdf-toc-subtitle{font-size:.98rem;line-height:1.55;color:var(--text-soft);margin:0}.pdf-toc-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pdf-toc-group{border:1px solid #dbe2ea;border-radius:18px;background:#ffffff;padding:18px 20px;min-width:0}.pdf-toc-group-label{font-size:.74rem;line-height:1.2;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#1f3b57;margin-bottom:14px}.pdf-toc-item{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-top:1px solid #eef2f6;color:var(--text);font-size:.96rem;line-height:1.45}.pdf-toc-item:first-of-type{border-top:none;padding-top:0}.pdf-toc-item span{min-width:0}.pdf-cover-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.pdf-cover-status{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid #dbe2ea;background:#f8fafc;color:#1f3b57;font-size:.74rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.pdf-cover-heading{display:grid;gap:10px}.pdf-cover-kicker{font-size:.78rem;line-height:1.2;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.pdf-toc-reportline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:10px;border-top:1px solid #eef2f6;color:var(--text-faint);font-size:.92rem;line-height:1.4;font-weight:600}@media (max-width:780px){.pdf-cover-topbar,.pdf-toc-reportline{flex-direction:column;align-items:flex-start}.pdf-cover-status{min-height:28px}}@media (max-width:1100px){.pdf-cover-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-toc-body{grid-template-columns:1fr}}@media (max-width:780px){.pdf-cover,.pdf-toc{padding:24px 20px;border-radius:18px}.pdf-cover-title{font-size:1.9rem}.pdf-cover-meta{grid-template-columns:1fr}.pdf-cover-footer,.pdf-toc-footer{flex-direction:column;align-items:flex-start}.pdf-toc-title{font-size:1.5rem}.pdf-toc-group{padding:16px;border-radius:16px}.pdf-toc-item{font-size:.92rem}}.hp2-wrap{width:100%;max-width:1100px;margin:0 auto}.hp2-band{padding:0 40px}.hp2-hero{background:#ffffff;border-bottom:1px solid #d9e0e7}.hp2-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:stretch;padding:34px 40px 30px}.hp2-hero-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.hp2-kicker{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;background:#e6edf4;color:#1f3b57;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.hp2-hero-title{font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.08;letter-spacing:-.04em;color:#1f3b57;margin:0 0 16px;max-width:540px}.hp2-hero-text{font-size:.98rem;line-height:1.75;color:#4c5a67;margin:0 0 10px;max-width:620px}.hp2-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.hp2-chip{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:6px;background:transparent;border:1px solid #d9e0e7;color:#4c5a67;font-size:.82rem;font-weight:400}.hp2-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.hp2-hero-visual{border-radius:28px;overflow:hidden;border:1px solid #d9e0e7;background:linear-gradient(140deg,#f8fafc,#eef3f8 45%,#dbe5ef);box-shadow:0 18px 50px rgba(15,23,32,.08)}.hp2-hero-photo{position:absolute;inset:0;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.95) 0 10%,transparent 10.5%),radial-gradient(circle at 33% 20%,rgba(255,255,255,.88) 0 14%,transparent 14.5%),radial-gradient(circle at 67% 31%,rgba(31,59,87,.08) 0 24%,transparent 24.5%),linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,.08))}.hp2-hero-card{position:absolute;z-index:2;border-radius:18px;border:1px solid rgba(217,224,231,.9);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px rgba(15,23,32,.08)}.hp2-hero-card-top{top:18px;left:18px;padding:14px 16px;min-width:118px}.hp2-hero-card-bottom{right:18px;bottom:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;min-width:190px}.hp2-mini-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7785;margin-bottom:4px}.hp2-mini-title{font-size:1.55rem;font-weight:800;letter-spacing:-.04em;color:#1f3b57}.hp2-mini-stat{display:flex;flex-direction:column;gap:2px}.hp2-mini-stat-label{font-size:.68rem;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7785}.hp2-mini-stat-value{font-size:1rem;line-height:1.2;font-weight:700;color:#1f3b57}.hp2-hero-accent{position:absolute;border-radius:999px;z-index:1}.hp2-hero-accent-a{width:160px;height:160px;right:-24px;top:34px;background:rgba(31,59,87,.08)}.hp2-hero-accent-b{width:110px;height:110px;right:68px;bottom:42px;background:rgba(83,203,219,.18)}.hp2-hero-accent-c{width:78px;height:78px;right:22px;bottom:92px;background:rgba(31,59,87,.18)}.hp2-band-gradient{background:linear-gradient(180deg,#57c3d0,#0d2f57);padding-top:30px;padding-bottom:34px}.hp2-band-gradient-soft{background:linear-gradient(180deg,#2f6d92,#14385f);padding-top:28px;padding-bottom:32px}.hp2-band-pricing{background:linear-gradient(180deg,#4cc0cf,#0a2550);padding-top:32px;padding-bottom:42px}.hp2-band-reviews{background:linear-gradient(180deg,#0d2350,#071b40);padding-top:42px;padding-bottom:46px}.hp2-band-white{background:#ffffff;padding-top:34px;padding-bottom:38px}.hp2-center-block{text-align:center}.hp2-band-title{font-size:clamp(1.9rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em;color:#ffffff;margin:0 0 10px}.hp2-band-lead{max-width:900px;margin:0 auto;font-size:1rem;line-height:1.75;color:rgba(255,255,255,.9)}.hp2-benefits-box{max-width:980px;margin:26px auto 0;text-align:left}.hp2-benefits-title{font-size:clamp(1.55rem,3vw,2.4rem);line-height:1.14;letter-spacing:-.03em;color:#ffffff;margin:0 0 14px}.hp2-benefits-list{display:grid;gap:8px}.hp2-benefit-item{display:flex;gap:10px;align-items:flex-start;font-size:.98rem;line-height:1.7;color:rgba(255,255,255,.9)}.hp2-benefit-mark{flex-shrink:0;color:#d7eef2;font-weight:700}.hp2-intro-block{text-align:center}.hp2-logo-lockup{display:inline-flex;align-items:center;gap:10px}.hp2-logo-img-wrap{display:flex;justify-content:center;margin-bottom:20px}.hp2-logo-img{height:110px}@media (max-width:780px){.hp2-logo-img{height:80px}}.hp2-logo-img-wrap{margin-bottom:8px}.hp2-logo-img{width:auto;height:90px;display:block;object-fit:contain}@media (max-width:780px){.hp2-logo-img{height:72px}}.hp2-logo-main,.hp2-logo-tag{display:inline-block}.hp2-logo-main{font-size:clamp(2.2rem,5vw,4rem);line-height:.95;font-weight:300;letter-spacing:-.05em;color:#1f5b8f}.hp2-logo-tag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:2px 8px;border-radius:6px;background:#1f5b8f;color:#ffffff;font-size:.82rem;font-weight:700;letter-spacing:.08em;writing-mode:vertical-rl;text-orientation:mixed}.hp2-intro-title{font-size:clamp(1.9rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em;color:#1f3b57;margin:0 0 10px}.hp2-intro-text{max-width:980px;margin:0 auto;font-size:.98rem;line-height:1.78;color:#4c5a67}.hp2-advantage{max-width:980px;margin:30px auto 0;text-align:left}.hp2-advantage-title,.hp2-subsection-title{font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.18;letter-spacing:-.03em;color:#1f3b57;margin:0 0 10px}.hp2-advantage-text{font-size:.98rem;line-height:1.75;color:#4c5a67;margin:0}.hp2-audience{max-width:980px;margin:28px auto 0;text-align:left}.hp2-audience-list{display:grid;gap:8px}.hp2-audience-item{display:flex;gap:10px;align-items:flex-start;font-size:.98rem;line-height:1.7;color:#4c5a67}.hp2-audience-mark{flex-shrink:0;color:#1f5b8f;font-weight:700}.hp2-section-title{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 12px;color:#1f3b57}.hp2-section-title-light{color:#ffffff}.hp2-section-lead{max-width:860px;font-size:.98rem;line-height:1.75;color:#4c5a67;margin:0 0 26px}.hp2-section-lead-light{color:rgba(255,255,255,.9)}.hp2-steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hp2-step-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:18px 16px;min-height:100%}.hp2-step-no{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.18);color:#ffffff;font-size:.72rem;font-weight:700;letter-spacing:.08em;margin-bottom:12px}.hp2-step-title{font-size:1.02rem;line-height:1.25;color:#ffffff;margin:0 0 8px}.hp2-step-text{font-size:.92rem;line-height:1.65;color:rgba(255,255,255,.88);margin:0}.hp2-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hp2-price-card{position:relative;background:#ffffff;border:1px solid #d9e0e7;border-radius:18px;padding:22px 20px 20px;display:flex;flex-direction:column;min-height:100%}.hp2-price-card-featured{border:2px solid #1f3b57;box-shadow:0 16px 36px rgba(15,23,32,.14)}.hp2-price-badge{position:absolute;top:-12px;left:18px;display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#1f3b57;color:#ffffff;font-size:.68rem}.hp2-price-badge,.hp2-price-tier{font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hp2-price-tier{font-size:.72rem;line-height:1.2;color:#6b7785;margin-bottom:10px}.hp2-price-main{font-size:clamp(2rem,4vw,3rem);line-height:.95;font-weight:800;letter-spacing:-.05em;color:#0f1720;margin-bottom:10px}.hp2-price-suffix{font-size:.9rem;font-weight:500;color:#6b7785;margin-left:4px}.hp2-price-sub{font-size:.92rem;line-height:1.55;color:#4c5a67;margin-bottom:16px}.hp2-price-items{display:grid;gap:8px;margin-bottom:18px;flex:1 1}.hp2-price-item{display:flex;gap:9px;align-items:flex-start;font-size:.9rem;line-height:1.55;color:#4c5a67}.hp2-price-mark{color:#1f6b3b;font-weight:700;flex-shrink:0}.hp2-price-cta{width:100%}.hp2-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hp2-review-card{background:transparent;border-radius:18px;padding:20px 12px 10px}.hp2-review-quote{font-size:2.6rem;line-height:1;color:#46d2d9;margin-bottom:10px}.hp2-review-text{font-size:.96rem;line-height:1.75;color:rgba(255,255,255,.88);margin:0 0 18px}.hp2-review-name{font-size:.98rem;font-weight:700;color:#ffffff;margin-bottom:4px}.hp2-review-role{font-size:.9rem;color:#79cfda}.hp2-faq-list{display:grid;gap:14px}.hp2-faq-item{border:1px solid #d9e0e7;border-radius:18px;background:#ffffff;padding:18px 20px}.hp2-faq-q{font-size:1rem;line-height:1.35;font-weight:700;color:#0f1720;margin:0 0 8px}.hp2-faq-a{font-size:.96rem;line-height:1.72;color:#4c5a67;margin:0}.hp2-callout{background:linear-gradient(180deg,#1f5b8f,#12375f);border-radius:24px;padding:34px 28px;text-align:center}.hp2-callout-title{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08;letter-spacing:-.04em;color:#ffffff;margin:0 0 12px}.hp2-callout-text{max-width:760px;margin:0 auto 22px;font-size:1rem;line-height:1.75;color:rgba(255,255,255,.9)}.hp2-callout-sub{margin:14px 0 0;font-size:.9rem;line-height:1.6;color:#b8d3e3}@media (max-width:1180px){.hp2-band,.hp2-hero-grid{padding-left:24px;padding-right:24px}.hp2-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp2-pricing-grid,.hp2-reviews-grid{grid-template-columns:1fr}}@media (max-width:900px){.hp2-hero-grid{grid-template-columns:1fr;gap:22px}.hp2-hero-title{max-width:none;font-size:clamp(1.4rem,4.5vw,2rem)}.hp2-hero-visual{min-height:280px}}@media (max-width:780px){.hp2-band{padding-left:20px;padding-right:20px}.hp2-hero-grid{padding:24px 20px}.hp2-band-gradient,.hp2-band-gradient-soft,.hp2-band-pricing,.hp2-band-reviews,.hp2-band-white{padding-top:24px;padding-bottom:26px}.hp2-steps-grid{grid-template-columns:1fr}.hp2-hero-card-bottom{left:18px;right:18px;min-width:0}.hp2-callout{padding:26px 18px;border-radius:18px}}.hp2-section-head{margin-bottom:26px}.hp2-section-head-center{text-align:center}.hp2-hero-visual{position:relative;min-height:320px;border-radius:0;overflow:visible;border:none;background:transparent;box-shadow:none}.hp2-logo-simple{display:block;text-align:center;font-size:clamp(2.2rem,5vw,4rem);line-height:1;font-weight:300;letter-spacing:-.05em;color:#1f5b8f;margin-bottom:10px}.hp2-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.hp2-proof-card{background:#ffffff;border:1px solid #d9e0e7;border-radius:22px;padding:22px;box-shadow:0 10px 28px rgba(15,23,32,.05)}.hp2-proof-copy{margin-bottom:16px}.hp2-proof-eyebrow{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#dbe5ef;color:#1f3b57;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.hp2-proof-title{font-size:1.18rem;line-height:1.2;color:#0f1720;margin:0 0 8px}.hp2-proof-text{font-size:.95rem;line-height:1.68;color:#4c5a67;margin:0}.hp2-proof-frame{border:1px solid #d9e0e7;border-radius:20px;overflow:hidden;background:#f8fafc}.hp2-proof-image{display:block;width:100%;height:auto}@media (max-width:980px){.hp2-proof-grid{grid-template-columns:1fr}}.hp2-hero-orb,.hp2-hero-ring{position:absolute;border-radius:999px}.hp2-hero-orb-1{width:220px;height:220px;top:26px;right:42px;background:rgba(31,59,87,.08)}.hp2-hero-orb-2{width:150px;height:150px;bottom:34px;right:112px;background:rgba(79,197,212,.22)}.hp2-hero-orb-3{width:92px;height:92px;bottom:88px;right:30px;background:rgba(31,59,87,.16)}.hp2-hero-orb-4{width:54px;height:54px;top:108px;right:196px;background:rgba(79,197,212,.14)}.hp2-hero-ring-1{width:260px;height:260px;right:-24px;top:22px;border:18px solid rgba(31,59,87,.08)}.hp2-hero-ring-2{width:170px;height:170px;right:92px;bottom:14px;border:16px solid rgba(79,197,212,.18)}.hp2-hero-ring-3{width:108px;height:108px;right:12px;bottom:70px;border:12px solid rgba(31,59,87,.14)}.hp2-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hp2-module-card{background:#ffffff;border:1px solid #d9e0e7;border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,32,.05)}.hp2-module-header{padding:22px 22px 16px;background:#f8fafc;border-bottom:1px solid #d9e0e7}.hp2-module-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#dbe5ef;color:#1f3b57;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.hp2-module-title{font-size:1.28rem;line-height:1.2;color:#0f1720;margin:0 0 8px}.hp2-module-desc{font-size:.94rem;line-height:1.65;color:#4c5a67;margin:0}.hp2-module-body{padding:18px 22px 22px;display:grid;gap:10px}.hp2-module-item{display:flex;gap:10px;align-items:flex-start;font-size:.94rem;line-height:1.6;color:#4c5a67}.hp2-module-check{color:#1f6b3b;font-weight:700;flex-shrink:0;margin-top:1px}@media (max-width:1180px){.hp2-module-grid{grid-template-columns:1fr}}@media (max-width:900px){.hp2-hero-visual{min-height:280px}.hp2-hero-orb-1{width:180px;height:180px;top:26px;right:28px}.hp2-hero-orb-2{width:126px;height:126px;right:92px;bottom:28px}.hp2-hero-orb-3{width:76px;height:76px;right:24px;bottom:70px}.hp2-hero-ring-1{width:210px;height:210px;right:-18px;top:24px}.hp2-hero-ring-2{width:146px;height:146px;right:78px;bottom:16px}.hp2-hero-ring-3{width:92px;height:92px;right:10px;bottom:68px}}@media (max-width:780px){.hp2-hero-visual{min-height:240px;border-radius:22px}.hp2-hero-orb-1{width:150px;height:150px;right:22px;top:22px}.hp2-hero-orb-2{width:104px;height:104px;right:72px;bottom:22px}.hp2-hero-orb-3{width:64px;height:72px;right:16px;bottom:56px}.hp2-hero-orb-4{width:40px;height:72px;top:90px;right:152px}.hp2-hero-ring-1{width:176px;height:176px;border-width:14px;right:-14px;top:18px}.hp2-hero-ring-2{width:118px;height:118px;border-width:12px;right:58px;bottom:14px}.hp2-hero-ring-3{width:74px;height:74px;border-width:10px;right:8px;bottom:50px}}.app-shell-brand-logo{width:140px;height:auto;display:block;object-fit:contain;margin-bottom:4px}.app-shell-topbar-logo{width:auto;height:72px;display:block;object-fit:contain}.hp2-hero-logo-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2}.hp2-hero-logo{width:auto;height:230px;object-fit:contain;filter:drop-shadow(0 4px 24px rgba(15,23,32,.1))}@media (max-width:780px){.hp2-hero-logo{height:90px}}