:root {
  --ink: #07111f;
  --ink-2: #0b1a2d;
  --ink-3: #10243c;
  --blue: #3678ff;
  --blue-2: #5a91ff;
  --mint: #39d4b7;
  --paper: #f5f8fc;
  --white: #ffffff;
  --text: #14243a;
  --muted: #65758b;
  --line: #dce4ee;
  --soft-blue: #eaf1ff;
  --success: #20b486;
  --warning: #f0a62e;
  --danger: #e95662;
  --shadow: 0 28px 80px rgba(8, 25, 48, .12);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.shell { width: min(var(--shell), calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.page-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.page-glow-one { width: 520px; height: 520px; right: -180px; top: 120px; background: radial-gradient(circle, rgba(54,120,255,.15), transparent 68%); }
.page-glow-two { width: 380px; height: 380px; left: -140px; top: 520px; background: radial-gradient(circle, rgba(57,212,183,.10), transparent 70%); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(212,222,234,.8); background: rgba(245,248,252,.88); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 760; font-size: 20px; letter-spacing: -.035em; white-space: nowrap; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: linear-gradient(145deg, var(--blue), #2355c7); box-shadow: 0 9px 20px rgba(54,120,255,.25); }
.brand-mark svg { width: 23px; height: 23px; stroke-width: 2.4; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { color: #45566d; font-size: 14px; font-weight: 620; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.service-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 11px; border: 1px solid #cfe1dc; border-radius: 999px; background: #f1fbf8; color: #237a64; font-size: 12px; font-weight: 700; white-space: nowrap; }
.service-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(32,180,134,.12); }
.service-pill.is-checking { color: #6b7280; background: #f3f5f7; border-color: #e2e7ec; }
.service-pill.is-checking .service-dot { background: #93a0ae; box-shadow: none; animation: pulse 1.3s infinite; }
.service-pill.is-busy { color: #94671b; background: #fff8e9; border-color: #f4dfae; }
.service-pill.is-busy .service-dot { background: var(--warning); box-shadow: 0 0 0 4px rgba(240,166,46,.13); }
.service-pill.is-offline { color: #9d3d46; background: #fff0f1; border-color: #f1ced1; }
.service-pill.is-offline .service-dot { background: var(--danger); box-shadow: 0 0 0 4px rgba(233,86,98,.12); }

.button { border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 20px; font-weight: 740; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .desktop-nav a:focus-visible, summary:focus-visible, .icon-button:focus-visible, .text-button:focus-visible, .resume-toggle:focus-visible { outline: 3px solid rgba(54,120,255,.28); outline-offset: 3px; }
.button svg { width: 20px; height: 20px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #2862dd); box-shadow: 0 14px 30px rgba(54,120,255,.24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(54,120,255,.31); }
.button-primary:disabled { opacity: .48; cursor: not-allowed; transform: none; box-shadow: none; }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 13px; border-radius: 10px; }
.button-ghost { color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 0 6px 16px rgba(9,29,54,.05); }
.button-dark { color: var(--white); background: var(--ink); min-height: 46px; white-space: nowrap; }
.button-light { color: var(--ink); background: var(--white); box-shadow: 0 15px 30px rgba(0,0,0,.14); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #40536c; font-weight: 700; font-size: 14px; }
.text-link:hover { color: var(--blue); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 88px 110px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--mint)); }
.eyebrow-light { color: #aecdff; }
.eyebrow-light > span { background: linear-gradient(90deg, #78a5ff, var(--mint)); }
.hero h1 { max-width: 650px; margin: 20px 0 22px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(51px, 5.4vw, 78px); line-height: .98; font-weight: 500; letter-spacing: -.052em; }
.hero h1 em { color: var(--blue); font-style: italic; }
.hero-lede { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 17px 23px; padding: 0; margin: 33px 0 0; list-style: none; color: #607086; font-size: 12px; font-weight: 680; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.trust-list svg { width: 17px; height: 17px; padding: 2px; color: #168b70; border-radius: 50%; background: #dff7ef; stroke-width: 2.2; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(54,120,255,.14); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; animation: rotate 28s linear infinite; }
.orbit-one::after { content: ""; position: absolute; width: 12px; height: 12px; top: 48px; left: 70px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 25px rgba(57,212,183,.7); }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: rotate-reverse 34s linear infinite; }
.analysis-card { position: relative; z-index: 2; width: min(100%, 500px); padding: 28px; border: 1px solid rgba(207,218,232,.88); border-radius: 26px; background: rgba(255,255,255,.93); backdrop-filter: blur(16px); box-shadow: 0 36px 90px rgba(12,35,65,.18); transform: rotate(1.5deg); }
.analysis-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.7), transparent 35%); }
.analysis-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.card-kicker { display: block; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.analysis-topline h2 { margin: 8px 0 0; font-size: 17px; letter-spacing: -.02em; }
.complete-badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: #1d7b63; background: #e6f8f2; font-size: 10px; font-weight: 800; }
.complete-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.score-box { display: flex; align-items: center; gap: 13px; min-height: 115px; padding: 16px; border-radius: 18px; background: #f4f7fb; border: 1px solid #e5ebf2; }
.score-ring { position: relative; flex: 0 0 auto; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; }
.score-ring::after { content: ""; width: 52px; height: 52px; position: absolute; border-radius: 50%; background: #fff; }
.score-ring-blue { background: conic-gradient(var(--blue) 0 12%, #d9e4f3 12% 100%); }
.score-ring-mint { background: conic-gradient(var(--mint) 0 8%, #d9e4f3 8% 100%); }
.score-ring strong { position: relative; z-index: 1; color: var(--ink); font-size: 19px; }
.score-ring small { font-size: 10px; }
.score-box > div:last-child { min-width: 0; }
.score-box span { display: block; font-size: 12px; font-weight: 780; }
.score-box small { display: block; margin-top: 5px; color: #78879a; font-size: 9px; line-height: 1.4; }
.source-panel { margin-top: 13px; padding: 17px 18px; border: 1px solid #e3eaf2; border-radius: 17px; }
.source-heading { display: flex; justify-content: space-between; color: #65758a; font-size: 10px; }
.source-heading span { font-weight: 700; }
.source-heading strong { color: var(--ink); }
.source-row { height: 28px; display: flex; align-items: center; gap: 10px; }
.source-color { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 2px; }
.source-one { background: var(--blue); }.source-two { background: var(--mint); }.source-three { background: #8d78e8; }
.source-line { height: 5px; border-radius: 99px; background: #e5ebf2; }.source-line-long { width: 70%; }.source-line-medium { width: 52%; }.source-line-short { width: 38%; }
.source-row b { margin-left: auto; color: #65758a; font-size: 9px; }
.analysis-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #e9eef4; color: #6d7d91; font-size: 9px; font-weight: 700; }
.analysis-footer span { display: inline-flex; align-items: center; gap: 6px; }
.analysis-footer svg { width: 15px; height: 15px; color: var(--success); }

.checker-section { position: relative; padding-block: 105px; color: var(--white); background: var(--ink); overflow: hidden; }
.checker-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -300px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(54,120,255,.25), transparent 67%); }
.checker-section::after { content: ""; position: absolute; width: 500px; height: 500px; left: -220px; bottom: -280px; border-radius: 50%; background: radial-gradient(circle, rgba(57,212,183,.12), transparent 70%); }
.checker-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.section-intro h2 { margin: 16px 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.07; font-weight: 500; letter-spacing: -.045em; }
.section-intro p { margin: 0; color: var(--muted); line-height: 1.75; }
.checker-intro { position: sticky; top: 135px; padding-top: 35px; }
.checker-intro h2 { color: var(--white); }
.checker-intro p { color: #98acc4; }
.checker-card { color: var(--text); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: var(--white); box-shadow: 0 36px 80px rgba(0,0,0,.24); overflow: hidden; }
#upload-form, .progress-panel, .results-panel { padding: 34px; }
.upload-heading, .progress-top, .result-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.step-label { display: block; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.upload-heading h3, .progress-top h3, .result-heading h3 { margin: 5px 0 0; color: var(--ink); font-size: 22px; letter-spacing: -.025em; }
.availability-label { padding: 7px 10px; border-radius: 9px; color: #5d6d80; background: #f1f4f8; font-size: 10px; font-weight: 750; }
.availability-label.is-live { color: #18755e; background: #e5f8f1; }
.availability-label.is-unavailable { color: #9d3d46; background: #fff0f1; }
.drop-zone { min-height: 235px; margin-top: 25px; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1.5px dashed #b9c7d8; border-radius: 20px; background: #f8fafd; cursor: pointer; transition: border .2s ease, background .2s ease, transform .2s ease; }
.drop-zone:hover, .drop-zone.is-dragging { border-color: var(--blue); background: #f1f6ff; transform: translateY(-2px); }
.upload-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 17px; color: var(--blue); background: var(--soft-blue); }
.upload-icon svg { width: 29px; height: 29px; stroke-width: 1.9; }
.drop-primary { color: var(--ink); font-size: 16px; font-weight: 780; }
.drop-secondary { margin-top: 6px; color: #7b899a; font-size: 13px; }.drop-secondary strong { color: var(--blue); }
.file-rules { margin-top: 17px; color: #97a3b2; font-size: 10px; }
.selected-file { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding: 13px; border: 1px solid #dfe7f0; border-radius: 14px; background: #f8fafd; }
.file-type { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: var(--blue); background: var(--soft-blue); font-size: 10px; font-weight: 850; }
.file-details { display: grid; gap: 3px; min-width: 0; }.file-details strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }.file-details small { color: #8290a2; font-size: 10px; }
.icon-button { width: 36px; height: 36px; display: grid; place-items: center; margin-left: auto; border: 0; border-radius: 9px; color: #6e7c8e; background: transparent; cursor: pointer; }.icon-button:hover { color: var(--danger); background: #fff0f1; }.icon-button svg { width: 18px; height: 18px; }
.upload-options { display: grid; gap: 13px; margin-top: 22px; }
.check-row { position: relative; display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.check-row input { position: absolute; opacity: 0; pointer-events: none; }
.fake-checkbox { width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; margin-top: 1px; border: 1.5px solid #b9c5d3; border-radius: 5px; color: transparent; background: var(--white); transition: .2s ease; }
.fake-checkbox svg { width: 14px; height: 14px; stroke-width: 2.3; }
.check-row input:checked + .fake-checkbox { color: var(--white); border-color: var(--blue); background: var(--blue); }
.check-row input:focus-visible + .fake-checkbox { outline: 3px solid rgba(54,120,255,.22); outline-offset: 2px; }
.check-row > span:last-child { display: grid; gap: 3px; }.check-row strong { font-size: 12px; }.check-row small { color: #7c8a9c; font-size: 10px; line-height: 1.45; }.check-row a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.submit-button { width: 100%; margin-top: 25px; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: #7b899a; text-align: center; font-size: 9px; }.secure-note svg { width: 14px; height: 14px; }
.progress-panel { min-height: 490px; }
.processing-icon { position: relative; width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); }
.processing-icon i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); animation: bounce-dot 1.3s infinite; }.processing-icon i:nth-child(1) { transform: translateX(-10px); animation-delay: -.25s; }.processing-icon i:nth-child(3) { transform: translateX(10px); animation-delay: .25s; }
.progress-top { justify-content: flex-start; }.progress-percent { margin-left: auto; color: var(--blue); font-size: 19px; font-weight: 850; }
.progress-track { height: 8px; margin-top: 30px; border-radius: 99px; background: #e7edf4; overflow: hidden; }.progress-track span { display: block; width: 10%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--mint)); transition: width .5s ease; }
.progress-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.progress-steps li { position: relative; display: grid; justify-items: center; gap: 8px; color: #9aa6b5; font-size: 9px; font-weight: 750; text-align: center; }.progress-steps li::before { content: ""; position: absolute; z-index: 0; left: -50%; right: 50%; top: 6px; height: 2px; background: #dce4ed; }.progress-steps li:first-child::before { display: none; }.progress-steps i { position: relative; z-index: 1; width: 14px; height: 14px; border: 3px solid #d6dfe9; border-radius: 50%; background: var(--white); }.progress-steps li.is-active { color: var(--blue); }.progress-steps li.is-active i { border-color: var(--blue); background: var(--blue); box-shadow: 0 0 0 4px rgba(54,120,255,.12); }.progress-steps li.is-complete { color: #247d67; }.progress-steps li.is-complete i { border-color: var(--mint); background: var(--mint); }.progress-steps li.is-complete::before, .progress-steps li.is-active::before { background: var(--mint); }
.order-reference { margin-top: 38px; padding: 13px 15px; display: flex; align-items: center; border-radius: 11px; color: #738195; background: #f4f7fa; font-size: 10px; }.order-reference strong { margin-left: 5px; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; overflow: hidden; text-overflow: ellipsis; }.order-reference button { margin-left: auto; border: 0; color: var(--blue); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.progress-message { margin: 20px 0 0; color: #718094; text-align: center; font-size: 11px; line-height: 1.6; }
.results-panel { min-height: 490px; }.result-heading { justify-content: flex-start; }.result-check { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #168c70; background: #e4f8f1; }.result-check svg { width: 29px; height: 29px; stroke-width: 2.5; }
.result-scores { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; }.result-scores > div { padding: 20px; border: 1px solid #e0e8f0; border-radius: 16px; background: #f7f9fc; }.result-scores span { display: block; color: #758398; font-size: 10px; font-weight: 700; }.result-scores strong { display: block; margin-top: 8px; color: var(--ink); font-size: 23px; }
.report-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }.button-report { min-height: 55px; color: var(--blue); border: 1px solid #cfdcf0; background: var(--white); font-size: 12px; }.button-report:hover { border-color: var(--blue); background: #f5f8ff; }.button-report.is-disabled { opacity: .45; pointer-events: none; }
.text-button { display: block; margin: 24px auto 0; padding: 8px; border: 0; color: #66758a; background: transparent; font-size: 11px; font-weight: 750; cursor: pointer; }.text-button:hover { color: var(--blue); }
.resume-box { padding: 19px 34px; border-top: 1px solid #e5ebf2; background: #fafbfd; }
.resume-toggle { width: 100%; padding: 0; border: 0; color: #778699; background: transparent; text-align: left; font-size: 11px; cursor: pointer; }.resume-toggle strong { float: right; color: var(--blue); }
.resume-form { padding-top: 15px; }.resume-form label { display: block; margin-bottom: 6px; color: #516176; font-size: 10px; font-weight: 750; }.resume-form > div { display: flex; gap: 9px; }.resume-form input { min-width: 0; flex: 1; height: 46px; padding: 0 13px; border: 1px solid #ccd7e4; border-radius: 10px; color: var(--ink); background: var(--white); outline: none; }.resume-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(54,120,255,.1); }

.features-section, .faq-section { padding-block: 115px; }
.section-heading-row { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 50px; }.section-heading-row .section-intro h2 { margin-bottom: 0; }.section-heading-row > p { margin: 0 0 8px; color: var(--muted); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.feature-card { position: relative; min-height: 305px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }.feature-card:hover { transform: translateY(-5px); border-color: #c4d7f5; box-shadow: 0 24px 60px rgba(14,39,72,.10); }.feature-card-large { min-height: 430px; grid-row: span 2; }.feature-card-wide { min-height: 180px; grid-column: 2 / span 2; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 22px; }.feature-number { position: absolute; right: 22px; top: 20px; color: #c9d3df; font-family: Georgia, serif; font-size: 21px; font-style: italic; }.feature-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; color: var(--blue); background: var(--soft-blue); }.feature-icon svg { width: 25px; height: 25px; }.feature-card h3 { margin: 24px 0 11px; color: var(--ink); font-size: 20px; letter-spacing: -.025em; }.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.feature-card-wide h3 { margin-top: 0; }.mini-report { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 11px; margin-top: 17px; color: #6b7a8d; font-size: 9px; }.mini-report:first-of-type { margin-top: 32px; }.mini-report i { height: 5px; border-radius: 99px; background: #e2e9f1; }.mini-report i b { display: block; width: 24%; height: 100%; border-radius: inherit; background: var(--blue); }.mini-report:nth-of-type(2) i b { width: 14%; background: var(--mint); }.mini-report strong { color: var(--ink); }

.process-section { padding-block: 110px; background: var(--white); border-block: 1px solid #e4eaf1; }.centered-intro { max-width: 680px; margin-inline: auto; text-align: center; }.centered-intro .eyebrow { justify-content: center; }.process-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 55px; margin: 65px 0 0; padding: 0; list-style: none; }.process-grid::before { content: ""; position: absolute; left: 17%; right: 17%; top: 48px; border-top: 1px dashed #bfcee0; }.process-grid li { position: relative; text-align: center; }.process-index { position: absolute; z-index: 2; top: -8px; left: calc(50% + 28px); width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); border: 4px solid var(--white); font-size: 8px; font-weight: 850; }.process-icon { position: relative; z-index: 1; width: 96px; height: 96px; display: grid; place-items: center; margin-inline: auto; border: 1px solid #d6e1ee; border-radius: 26px; color: var(--blue); background: #f7faff; box-shadow: 0 18px 40px rgba(14,39,72,.08); }.process-icon svg { width: 34px; height: 34px; }.process-grid h3 { margin: 24px 0 10px; color: var(--ink); font-size: 18px; }.process-grid p { max-width: 290px; margin: 0 auto; color: var(--muted); font-size: 12px; line-height: 1.7; }

.security-section { padding-block: 110px; }.security-card { position: relative; min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-radius: 32px; color: var(--white); background: linear-gradient(135deg, #091728, #102945); overflow: hidden; box-shadow: 0 35px 90px rgba(4,18,35,.20); }.security-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,black,transparent 75%); }.security-copy { position: relative; z-index: 1; padding: 65px; }.security-copy h2 { margin: 17px 0; font-family: Georgia, serif; font-size: clamp(38px,4vw,55px); line-height: 1.04; font-weight: 500; letter-spacing: -.045em; }.security-copy > p { margin: 0; color: #9bb0c8; line-height: 1.75; }.security-copy ul { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }.security-copy li { display: flex; align-items: flex-start; gap: 10px; color: #a9bcd1; font-size: 12px; line-height: 1.55; }.security-copy li svg { width: 18px; height: 18px; flex: 0 0 auto; padding: 3px; border-radius: 50%; color: var(--mint); background: rgba(57,212,183,.12); stroke-width: 2.3; }.security-copy li strong { color: var(--white); }.security-visual { position: relative; min-height: 500px; display: grid; place-items: center; }.shield-ring { position: absolute; border: 1px solid rgba(106,157,225,.20); border-radius: 50%; }.shield-ring-one { width: 390px; height: 390px; }.shield-ring-two { width: 280px; height: 280px; border-style: dashed; animation: rotate 30s linear infinite; }.shield-core { position: relative; z-index: 2; width: 152px; height: 152px; display: grid; place-items: center; border: 1px solid rgba(94,151,232,.35); border-radius: 44px; color: #78a5ff; background: rgba(34,74,126,.38); box-shadow: 0 0 70px rgba(54,120,255,.25), inset 0 0 40px rgba(255,255,255,.04); transform: rotate(45deg); }.shield-core svg { width: 78px; height: 78px; stroke-width: 1.5; transform: rotate(-45deg); }.floating-chip { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #b9cce0; background: rgba(11,30,51,.8); backdrop-filter: blur(10px); font-size: 9px; font-weight: 750; box-shadow: 0 14px 30px rgba(0,0,0,.18); }.chip-one { top: 110px; left: 65px; }.chip-two { right: 42px; top: 230px; }.chip-three { left: 88px; bottom: 90px; }

.faq-section { padding-top: 30px; }.faq-list { max-width: 840px; margin: 48px auto 0; border-top: 1px solid #d6e0eb; }.faq-list details { border-bottom: 1px solid #d6e0eb; }.faq-list summary { position: relative; padding: 24px 45px 24px 2px; color: var(--ink); font-size: 15px; font-weight: 740; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 9px; top: 31px; width: 14px; height: 2px; border-radius: 99px; background: var(--blue); transition: transform .2s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list p { margin: -5px 45px 24px 2px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.closing-cta { min-height: 255px; margin-bottom: 90px; padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 28px; color: var(--white); background: linear-gradient(125deg, var(--blue), #234fbd 65%, #16366f); box-shadow: 0 30px 70px rgba(35,91,205,.24); }.closing-cta .card-kicker { color: #c8d9ff; }.closing-cta h2 { max-width: 710px; margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(32px,3.6vw,48px); line-height: 1.08; font-weight: 500; letter-spacing: -.04em; }

.site-footer { color: #a5b6ca; background: var(--ink); }.footer-top { min-height: 280px; padding-block: 65px; display: flex; justify-content: space-between; gap: 70px; }.brand-footer { color: var(--white); }.footer-top > div:first-child p { max-width: 340px; margin: 20px 0 0; color: #7188a2; font-size: 12px; line-height: 1.7; }.footer-links { display: flex; gap: 90px; }.footer-links > div { display: grid; align-content: start; gap: 12px; min-width: 120px; }.footer-links strong { margin-bottom: 5px; color: var(--white); font-size: 11px; }.footer-links a { color: #8ea3ba; font-size: 11px; }.footer-links a:hover { color: var(--white); }.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.08); color: #667d97; font-size: 9px; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: min(390px,calc(100vw - 44px)); padding: 14px 17px; border: 1px solid #d9e3ee; border-radius: 13px; color: var(--ink); background: var(--white); box-shadow: 0 18px 50px rgba(8,25,48,.18); font-size: 12px; font-weight: 650; animation: toast-in .25s ease; }.toast.is-error { color: #993b44; border-color: #f0c9cd; background: #fff4f5; }.toast.is-success { color: #176d59; border-color: #c7e9df; background: #f1fbf8; }

.legal-body { background: #f4f7fb; }.legal-header { position: relative; }.legal-main { padding-block: 75px 110px; }.legal-hero { max-width: 800px; margin-bottom: 45px; }.legal-hero h1 { margin: 18px 0; color: var(--ink); font-family: Georgia,serif; font-size: clamp(46px,6vw,70px); line-height: 1; font-weight: 500; letter-spacing: -.05em; }.legal-hero p { color: var(--muted); line-height: 1.75; }.legal-card { max-width: 900px; padding: 50px; border: 1px solid var(--line); border-radius: 25px; background: var(--white); box-shadow: 0 20px 60px rgba(10,30,55,.07); }.legal-card section + section { margin-top: 35px; padding-top: 30px; border-top: 1px solid #e3eaf2; }.legal-card h2 { margin: 0 0 13px; color: var(--ink); font-size: 20px; }.legal-card p, .legal-card li { color: #637287; font-size: 13px; line-height: 1.8; }.legal-card ul { padding-left: 20px; }.legal-date { display: inline-block; margin-bottom: 20px; padding: 7px 10px; border-radius: 8px; color: #5e7088; background: #edf2f7; font-size: 10px; font-weight: 700; }

@keyframes rotate { to { transform: rotate(360deg); } } @keyframes rotate-reverse { to { transform: rotate(-360deg); } } @keyframes pulse { 50% { opacity: .35; } } @keyframes bounce-dot { 50% { transform: translateY(-4px); } } @keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }
@media (max-width: 1050px) {
  .desktop-nav { display: none; }.hero { grid-template-columns: 1fr 1fr; gap: 35px; }.hero h1 { font-size: clamp(48px,6vw,68px); }.checker-shell { gap: 50px; }.security-copy { padding: 48px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card-large { grid-row: auto; }.feature-card-wide { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .header-cta { display: none; }.hero { grid-template-columns: 1fr; padding-block: 70px 85px; text-align: center; }.hero-copy { margin-inline: auto; }.eyebrow, .hero-actions, .trust-list { justify-content: center; }.hero-lede { margin-inline: auto; }.hero-visual { min-height: 470px; }.checker-shell { grid-template-columns: 1fr; }.checker-intro { position: static; padding-top: 0; text-align: center; }.checker-intro .eyebrow { justify-content: center; }.section-heading-row { grid-template-columns: 1fr; gap: 18px; text-align: center; }.section-heading-row .eyebrow { justify-content: center; }.process-grid { gap: 25px; }.security-card { grid-template-columns: 1fr; }.security-visual { min-height: 410px; }.footer-top { flex-direction: column; }.closing-cta { text-align: center; flex-direction: column; }.feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px,var(--shell)); }.header-inner { height: 68px; }.brand { font-size: 17px; }.brand-mark { width: 34px; height: 34px; }.service-pill { max-width: 132px; overflow: hidden; text-overflow: ellipsis; }.hero { min-height: auto; padding-top: 55px; }.hero h1 { font-size: 48px; }.hero-lede { font-size: 16px; }.hero-actions { flex-direction: column; gap: 17px; }.trust-list { gap: 12px; }.hero-visual { min-height: 420px; }.analysis-card { padding: 19px; transform: none; }.orbit-one { width: 410px; height: 410px; }.orbit-two { width: 330px; height: 330px; }.score-grid { grid-template-columns: 1fr; }.score-box { min-height: 94px; }.checker-section { padding-block: 75px; }.checker-card { border-radius: 21px; } #upload-form,.progress-panel,.results-panel { padding: 24px 19px; }.upload-heading { align-items: flex-start; }.drop-zone { min-height: 220px; padding: 22px 15px; }.resume-box { padding-inline: 19px; }.resume-toggle strong { float: none; display: block; margin-top: 5px; }.resume-form > div { flex-direction: column; }.result-scores,.report-actions { grid-template-columns: 1fr; }.progress-steps span { display: none; }.features-section,.faq-section { padding-block: 80px; }.feature-grid { grid-template-columns: 1fr; }.feature-card-wide { grid-column: auto; display: block; min-height: 260px; }.process-section { padding-block: 80px; }.process-grid { grid-template-columns: 1fr; gap: 45px; }.process-grid::before { display: none; }.security-section { padding-block: 75px; }.security-copy { padding: 39px 24px; }.security-copy h2 { font-size: 39px; }.security-visual { min-height: 350px; }.shield-ring-one { width: 310px; height: 310px; }.shield-ring-two { width: 220px; height: 220px; }.shield-core { width: 125px; height: 125px; }.chip-one { left: 15px; top: 65px; }.chip-two { right: 9px; top: 180px; }.chip-three { left: 22px; bottom: 60px; }.closing-cta { margin-bottom: 65px; padding: 40px 24px; }.footer-links { width: 100%; gap: 30px; justify-content: space-between; }.footer-bottom { padding-block: 20px; align-items: flex-start; flex-direction: column; gap: 5px; }.legal-main { padding-block: 55px 80px; }.legal-card { padding: 30px 22px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Account-gated homepage access */
.access-card { padding: 34px; }
.access-card-top { display: flex; align-items: center; gap: 16px; padding-bottom: 25px; border-bottom: 1px solid #e7edf4; }
.access-card-top h3 { margin: 5px 0 4px; color: var(--ink); font-size: 23px; letter-spacing: -.025em; }
.access-card-top p { margin: 0; color: #7a899b; font-size: 11px; }
.access-shield { width: 60px; height: 60px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 18px; color: #227f69; background: #e5f8f2; }
.access-shield svg { width: 31px; height: 31px; }
.access-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.access-choice-grid article { padding: 23px; border: 1px solid #dfe7f0; border-radius: 18px; background: #f8fafd; }
.access-choice-grid article:first-child { border-color: #c9dafa; background: linear-gradient(145deg, #f6f9ff, #edf4ff); }
.access-choice-grid article > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.access-choice-grid h4 { margin: 10px 0 8px; color: var(--ink); font-size: 16px; letter-spacing: -.02em; }
.access-choice-grid p { min-height: 64px; margin: 0 0 18px; color: #718094; font-size: 11px; line-height: 1.65; }
.access-choice-grid .button { width: 100%; min-height: 44px; padding: 10px 13px; font-size: 11px; }
.access-rules { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e7edf4; color: #6f7f92; font-size: 9px; font-weight: 750; }
.access-rules span { display: inline-flex; align-items: center; gap: 6px; }
.access-rules svg { width: 15px; height: 15px; padding: 2px; border-radius: 50%; color: #18856c; background: #e4f8f1; stroke-width: 2.3; }
@media (max-width: 920px) { .header-actions .service-pill { display: none; } }
@media (max-width: 720px) { .access-choice-grid { grid-template-columns: 1fr; }.access-choice-grid p { min-height: 0; }.header-actions [data-auth-secondary] { display: none; } }
@media (max-width: 480px) { .access-card { padding: 22px; }.access-card-top { align-items: flex-start; }.access-shield { width: 48px; height: 48px; border-radius: 14px; }.access-shield svg { width: 25px; height: 25px; }.access-choice-grid article { padding: 19px; } }
