/* Hiring process + candidate one-pager. Relies on tokens declared in home.css. */

.process-shell { overflow: clip visible; background: #fff; }
.process-shell { --page: max(24px, calc((100vw - 1180px) / 2)); }

.tico { width: 22px; height: 22px; flex: 0 0 auto; }
.tico-sm { width: 15px; height: 15px; }

/* ---------- hero ---------- */
.process-hero { position: relative; display: flex; min-height: 760px; flex-direction: column; justify-content: center; padding-bottom: 132px; color: #fff; background: var(--home-navy); }
.process-hero > img, .process-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.process-hero > img { object-fit: cover; object-position: 68% 50%; }
.process-hero-shade { background: linear-gradient(90deg, rgba(3, 11, 24, .94), rgba(5, 18, 42, .78) 46%, rgba(7, 18, 37, .18)), linear-gradient(0deg, rgba(4, 12, 26, .85), transparent 52%); }
.process-hero-copy { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 78px auto 0; }
.process-hero .editorial-eyebrow { color: #8ad3ff; }
.process-hero h1 { max-width: 860px; margin: 22px 0 0; color: #fff; font-size: clamp(56px, 7.6vw, 100px); font-weight: 780; letter-spacing: -.065em; line-height: .94; }
.process-hero-copy > p:not(.editorial-eyebrow) { max-width: 660px; margin: 26px 0 0; color: rgba(255, 255, 255, .84); font-size: 19px; line-height: 1.65; }
/* .editorial-button carries its own margin-top from home.css; the flex row owns the spacing here. */
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 36px; }
.hero-actions .editorial-button, .onepager-band .editorial-button { margin-top: 0; }

.ghost-button {
  display: inline-flex; min-height: 51px; align-items: center; gap: 10px;
  padding: 0 22px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 8px;
  background: rgba(255, 255, 255, .07); color: #fff; font-size: 15px; font-weight: 700;
  text-decoration: none; backdrop-filter: blur(8px); transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.ghost-button:hover { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .16); transform: translateY(-2px); }

.hero-facts {
  position: relative; z-index: 2; display: grid; width: min(1180px, calc(100% - 48px));
  margin: 62px auto -132px; padding: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none;
  border: 1px solid rgba(148, 190, 255, .22); border-radius: 18px; background: rgba(6, 16, 33, .78); backdrop-filter: blur(14px);
}
.hero-facts li { display: flex; align-items: center; gap: 15px; padding: 26px 28px; }
.hero-facts li + li { border-left: 1px solid rgba(148, 190, 255, .18); }
.hero-facts svg { color: #6cc4ff; }
.hero-facts strong { display: block; color: #fff; font-size: 15px; letter-spacing: -.01em; }
.hero-facts span { display: block; margin-top: 3px; color: #9db3d2; font-size: 13px; }

/* ---------- sticky section nav ---------- */
.process-jump {
  position: sticky; z-index: 15; top: 0; display: flex; align-items: center; gap: 26px;
  padding: 0 var(--page); border-bottom: 1px solid #dbe6f6; background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px);
}
.process-jump > span { color: #8a9dbb; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.process-jump ul { display: flex; overflow-x: auto; margin: 0; padding: 0; gap: 4px; list-style: none; scrollbar-width: none; }
.process-jump ul::-webkit-scrollbar { display: none; }
.process-jump a { display: inline-block; padding: 20px 14px; border-bottom: 2px solid transparent; color: #40567a; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.process-jump a:hover { border-bottom-color: var(--home-blue); color: var(--home-blue); }

/* ---------- the process ---------- */
.process-steps { padding: 0 var(--page) 130px; background: #f7fbff; }
.process-steps .section-heading { max-width: 820px; padding: 108px 0 66px; }
.section-lede { margin: 26px 0 0; color: #526b92; font-size: 18px; line-height: 1.7; }
.step-list { display: grid; margin: 0; padding: 0; gap: 34px; list-style: none; }
.step-card { display: grid; overflow: hidden; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); border: 1px solid #dfeaf8; border-radius: 22px; background: #fff; box-shadow: 0 18px 44px rgba(17, 48, 96, .07); }
.step-card-reverse .step-media { order: 2; }
.step-media { position: relative; min-height: 340px; background: #dce9f9; }
.step-media img { width: 100%; height: 100%; object-fit: cover; }
.step-badge { position: absolute; bottom: 22px; left: 22px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: rgba(6, 16, 33, .72); color: #7fcbff; backdrop-filter: blur(8px); }
.step-copy { position: relative; padding: 46px 48px; }
.step-number { position: absolute; top: 30px; right: 38px; color: #dbe8f8; font-size: 62px; font-weight: 800; letter-spacing: -.07em; line-height: 1; }
.step-time, .prep-time { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: var(--home-blue); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.step-copy h3 { max-width: 82%; margin: 14px 0 13px; font-size: clamp(26px, 2.6vw, 35px); letter-spacing: -.04em; }
.step-body { margin: 0; color: #526b92; font-size: 17px; line-height: 1.7; }
.step-bring { margin: 22px 0 0; padding: 20px 0 0; border-top: 1px dashed #d4e2f3; list-style: none; }
.step-bring li { position: relative; padding-left: 26px; color: #405979; font-size: 15px; line-height: 1.55; }
.step-bring li + li { margin-top: 9px; }
.step-bring li::before { position: absolute; top: .34em; left: 0; width: 14px; height: 14px; border-radius: 50%; background: rgba(37, 99, 235, .13); content: ""; }
.step-bring li::after { position: absolute; top: .55em; left: 4px; width: 6px; height: 3px; border-bottom: 1.8px solid var(--home-blue); border-left: 1.8px solid var(--home-blue); content: ""; transform: rotate(-45deg); }

/* ---------- values ---------- */
.process-values { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 130px var(--page); color: #fff; background: var(--home-navy); }
.process-values .editorial-eyebrow, .qa-prep .editorial-eyebrow, .lens-section .editorial-eyebrow { color: #81cbff; }
.process-values h2, .qa-prep h2, .lens-section h2, .bug-section h2, .onepager-band h2 { margin: 20px 0 24px; color: inherit; font-size: clamp(38px, 4.8vw, 62px); letter-spacing: -.055em; line-height: 1.02; }
.values-copy > p { max-width: 520px; color: #a9b8cf; font-size: 17px; line-height: 1.7; }
.values-copy img { width: 100%; height: 300px; margin-top: 42px; border-radius: 18px; object-fit: cover; }
.value-grid { display: grid; align-content: center; gap: 18px; }
.value-grid article { display: grid; padding: 28px 30px; gap: 20px; grid-template-columns: 52px 1fr; border: 1px solid rgba(148, 190, 255, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); }
.value-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: linear-gradient(140deg, #2563eb, #0891b2); color: #fff; }
.value-grid h3 { margin: 0 0 9px; color: #fff; font-size: 22px; letter-spacing: -.02em; }
.value-grid p { margin: 0; color: #a9b8cf; line-height: 1.65; }

/* ---------- QA starter guide ---------- */
.qa-prep { padding: 130px var(--page); background: #fff; }
.qa-prep .editorial-eyebrow { color: var(--home-blue); }
.qa-prep-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.prep-lede { margin: 0; color: #526b92; font-size: 18px; line-height: 1.75; }
.prep-figure { margin: 0; overflow: hidden; border-radius: 20px; }
.prep-figure img { display: block; width: 100%; height: 380px; object-fit: cover; }
.prep-meta { display: flex; flex-direction: column; gap: 8px; margin: 28px 0 0; color: #6b7f9d; font-size: 14px; }
.prep-meta strong { display: inline-flex; align-items: center; gap: 8px; color: var(--home-blue); font-size: 16px; }
.prep-grid { display: grid; margin-top: 76px; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.prep-grid article { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 32px 30px; border: 1px solid #dfeaf8; border-radius: 20px; background: #fbfdff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.prep-grid article:hover { border-color: #bcd6f5; box-shadow: 0 18px 40px rgba(17, 48, 96, .09); transform: translateY(-3px); }
.prep-number { position: absolute; top: 24px; right: 26px; color: #d9e6f7; font-size: 34px; font-weight: 800; letter-spacing: -.05em; }
.prep-icon { display: grid; width: 46px; height: 46px; margin-bottom: 22px; place-items: center; border-radius: 14px; background: rgba(37, 99, 235, .1); color: var(--home-blue); }
.prep-grid h3 { max-width: 90%; margin: 12px 0 12px; font-size: 23px; letter-spacing: -.03em; }
.prep-grid article > p:not(.prep-time) { margin: 0; color: #526b92; font-size: 15px; line-height: 1.7; }
.prep-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 18px; color: var(--home-blue); font-size: 14px; font-weight: 750; text-underline-offset: 4px; }

.craft-pair { display: grid; margin-top: 22px; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.craft-card { padding: 36px 36px 34px; border: 1px solid #dfeaf8; border-radius: 20px; background: #fbfdff; }
.craft-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: rgba(8, 145, 178, .12); color: var(--home-cyan); }
.craft-card h3 { margin: 20px 0 14px; font-size: 25px; letter-spacing: -.03em; }
.craft-intro { margin: 0 0 18px; color: #526b92; line-height: 1.7; }
.tick-list { margin: 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 26px; color: #405979; font-size: 15.5px; line-height: 1.55; }
.tick-list li + li { margin-top: 10px; }
.tick-list li::before { position: absolute; top: .48em; left: 0; width: 7px; height: 7px; border-radius: 2px; background: var(--home-blue); content: ""; transform: rotate(45deg); }
.case-anatomy { display: grid; margin: 0; gap: 10px; }
.case-anatomy div { display: grid; padding: 13px 16px; gap: 14px; grid-template-columns: 118px 1fr; border-radius: 12px; background: #eef5ff; }
.case-anatomy dt { color: var(--home-ink); font-size: 14px; font-weight: 800; }
.case-anatomy dd { margin: 0; color: #566f95; font-size: 14px; }
.craft-note { margin: 20px 0 0; padding-top: 18px; border-top: 1px dashed #d4e2f3; color: #64789a; font-size: 14.5px; line-height: 1.65; }

.status-band { margin-top: 22px; padding: 34px 36px; border-radius: 20px; background: #071225; color: #fff; }
.status-band h3 { margin: 0 0 22px; color: #fff; font-size: 22px; letter-spacing: -.02em; }
.status-band ul { display: grid; margin: 0; padding: 0; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.status-band li { padding: 18px 20px; border-left: 3px solid currentcolor; border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, .05); }
.status-band strong { display: block; font-size: 15px; }
.status-band span { display: block; margin-top: 5px; color: #a9b8cf; font-size: 13.5px; }
.status-passed { color: #4ade80; }
.status-failed { color: #fb7185; }
.status-blocked { color: #fbbf24; }
.status-notrun { color: #94a3b8; }

/* ---------- exploration lenses ---------- */
.lens-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 130px var(--page); color: #fff; background: linear-gradient(160deg, #0b1f3f, #071225 62%); }
.lens-copy > p { max-width: 480px; color: #a9b8cf; font-size: 17px; line-height: 1.7; }
.lens-copy img { width: 100%; height: 260px; margin-top: 38px; border-radius: 18px; object-fit: cover; }
.lens-grid { display: grid; margin: 0; padding: 0; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; align-content: center; }
.lens-grid li { display: grid; padding: 20px 22px; gap: 16px; grid-template-columns: 42px 1fr; border: 1px solid rgba(148, 190, 255, .18); border-radius: 16px; background: rgba(255, 255, 255, .04); }
.lens-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: rgba(108, 196, 255, .13); color: #6cc4ff; }
.lens-grid strong { display: block; color: #fff; font-size: 16px; letter-spacing: -.01em; }
.lens-grid p { margin: 5px 0 0; color: #9db3d2; font-size: 14px; line-height: 1.55; }

/* ---------- bug report ---------- */
.bug-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 130px var(--page); background: #f7fbff; }
.bug-figure { margin: 0; overflow: hidden; border-radius: 20px; }
.bug-figure img { display: block; width: 100%; height: 460px; object-fit: cover; }
.bug-section .editorial-eyebrow { color: var(--home-blue); }
.bug-intro { margin: 0 0 26px; color: #526b92; font-size: 17px; line-height: 1.7; }
.bug-fields { margin: 0; padding: 0; list-style: none; counter-reset: bugfield; border-top: 1px solid #dbe6f6; }
.bug-fields li { display: grid; padding: 15px 0 15px 44px; gap: 4px 16px; grid-template-columns: 120px 1fr; align-items: baseline; border-bottom: 1px solid #dbe6f6; counter-increment: bugfield; position: relative; }
.bug-fields li::before { position: absolute; top: 14px; left: 0; display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: var(--home-blue); color: #fff; content: counter(bugfield); font-size: 12px; font-weight: 800; }
.bug-fields strong { font-size: 15px; }
.bug-fields span { color: #566f95; font-size: 15px; }
.bug-note { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; padding: 16px 18px; border-radius: 12px; background: rgba(37, 99, 235, .08); color: #34517f; font-size: 15px; }
.bug-note svg { color: var(--home-blue); }

/* ---------- practice + glossary ---------- */
.practice-section { padding: 0 var(--page) 130px; background: #fff; }
.practice-card { display: grid; overflow: hidden; grid-template-columns: 1.25fr .75fr; margin-top: 130px; border-radius: 22px; color: #fff; background: linear-gradient(120deg, #17409a, #2563eb 62%, #098fad); }
.practice-card > div, .practice-card aside { padding: 46px 48px; }
.practice-card aside { background: rgba(4, 15, 34, .32); }
.practice-card h3 { margin: 16px 0 22px; color: #fff; font-size: 30px; letter-spacing: -.03em; }
.practice-card .editorial-eyebrow { color: #cfe8ff; }
.practice-card ol { margin: 0; padding-left: 22px; line-height: 1.9; }
.practice-card strong { display: block; margin-top: 22px; color: #d9efff; }
.practice-card aside p { margin: 0; color: rgba(255, 255, 255, .82); line-height: 1.75; }
.practice-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: rgba(255, 255, 255, .14); color: #fff; }
.practice-card aside h3 { margin-top: 20px; font-size: 24px; }

.glossary { padding: 84px 0 0; }
.glossary h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.glossary dl { display: grid; margin: 28px 0 0; gap: 14px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.glossary dl div { padding: 22px; border: 1px solid #dfeaf8; border-radius: 16px; background: #fbfdff; }
.glossary dt { color: var(--home-blue); font-weight: 800; }
.glossary dd { margin: 8px 0 0; color: #637794; font-size: 14px; line-height: 1.5; }
.glossary > .prep-link { margin-top: 20px; }
.ctfl-note { display: grid; margin-top: 42px; padding: 32px 36px; gap: 22px; grid-template-columns: 48px 1fr; border-radius: 18px; background: #eef5ff; }
.ctfl-note > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--home-blue); color: #fff; }
.ctfl-note h3 { margin: 0 0 10px; font-size: 22px; }
.ctfl-note p { max-width: 850px; margin: 0; color: #526b92; line-height: 1.7; }

/* ---------- one-pager band ---------- */
.onepager-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; padding: 110px var(--page); color: #fff; background: linear-gradient(140deg, #102b57, #071225 70%); }
.onepager-band .editorial-eyebrow { color: #8ad3ff; }
.onepager-band > div > p { max-width: 560px; margin: 0 0 32px; color: #a9b8cf; font-size: 17px; line-height: 1.7; }
.onepager-band .editorial-button { display: inline-flex; align-items: center; gap: 10px; }
.onepager-preview { display: grid; place-items: center; }
.onepager-sheet { display: block; width: min(300px, 100%); padding: 30px 26px; border: 1px solid rgba(148, 190, 255, .3); border-radius: 12px; background: rgba(255, 255, 255, .07); box-shadow: 0 26px 60px rgba(0, 0, 0, .35); transform: rotate(-4deg); }
.onepager-sheet i { display: block; height: 9px; border-radius: 3px; background: rgba(255, 255, 255, .22); }
.onepager-sheet i + i { margin-top: 12px; }
.onepager-sheet i:nth-child(1) { width: 62%; height: 15px; background: #6cc4ff; }
.onepager-sheet i:nth-child(3) { width: 84%; }
.onepager-sheet i:nth-child(5) { width: 70%; }
.onepager-sheet i:nth-child(6) { width: 45%; background: rgba(108, 196, 255, .5); }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .prep-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glossary dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .status-band ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .process-values, .qa-prep-intro, .lens-section, .bug-section, .onepager-band { grid-template-columns: 1fr; gap: 40px; }
  .lens-grid, .craft-pair { grid-template-columns: 1fr; }
  .step-card { grid-template-columns: 1fr; }
  .step-card-reverse .step-media { order: 0; }
  .step-media { min-height: 240px; }
  .bug-figure img { height: 300px; }
  .onepager-preview { display: none; }
}

@media (max-width: 680px) {
  .process-hero { min-height: 640px; padding-bottom: 0; }
  .process-hero-copy { width: calc(100% - 40px); margin-top: 68px; }
  .process-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .process-hero-copy > p:not(.editorial-eyebrow) { font-size: 17px; }
  .hero-facts { width: calc(100% - 40px); margin: 40px auto 0; grid-template-columns: 1fr; }
  .hero-facts li + li { border-top: 1px solid rgba(148, 190, 255, .18); border-left: 0; }
  .process-jump > span { display: none; }
  .process-steps .section-heading { padding: 72px 0 44px; }
  .process-steps, .qa-prep, .lens-section, .bug-section, .onepager-band, .practice-section { padding-block: 84px; }
  .practice-section { padding-top: 0; }
  .practice-card { grid-template-columns: 1fr; margin-top: 84px; }
  .home-nav-process { display: none; }
  .step-copy { padding: 28px 26px 32px; }
  .step-copy h3 { max-width: 100%; font-size: 25px; }
  .step-number { position: static; display: block; margin-bottom: 6px; font-size: 40px; }
  .prep-grid, .glossary dl, .status-band ul { grid-template-columns: 1fr; }
  .prep-grid { margin-top: 48px; }
  .prep-grid article { min-height: 0; }
  .prep-figure img, .values-copy img, .lens-copy img { height: 220px; }
  .craft-card, .status-band { padding: 28px 24px; }
  .case-anatomy div { grid-template-columns: 1fr; gap: 4px; }
  .bug-fields li { grid-template-columns: 1fr; }
  .practice-card > div, .practice-card aside { padding: 32px 26px; }
  .ctfl-note { grid-template-columns: 1fr; padding: 26px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .prep-grid article, .ghost-button { transition: none; }
  .prep-grid article:hover, .ghost-button:hover { transform: none; }
}

/* ---------- printable one-pager ---------- */
.onepager-shell { --ink: #102a56; --muted: #55688a; --line: #d7e3f4; --blue: #2563eb; margin: 0 auto; padding: 34px 30px 60px; max-width: 1000px; color: var(--ink); background: #fff; }
.onepager-topbar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.onepager-topbar a { color: var(--blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.onepager-topbar a:hover { text-decoration: underline; }
.op-actions { display: flex; gap: 10px; }
.op-print { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.op-print:hover { background: #1d4ed8; }
.onepager-masthead { display: flex; flex-wrap: wrap; gap: 18px; align-items: end; justify-content: space-between; padding-bottom: 20px; border-bottom: 3px solid var(--ink); }
.onepager-masthead h1 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.045em; line-height: 1.05; }
.onepager-masthead .editorial-eyebrow { color: var(--blue); }
.op-lead { max-width: 620px; margin: 14px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.op-stamp { padding: 9px 15px; border-radius: 999px; background: #eef5ff; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.op-grid { display: grid; margin-top: 24px; gap: 18px; align-items: start; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.op-block { padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; break-inside: avoid; }
.op-block.op-wide { grid-column: 1 / -1; }
.op-block h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 17px; letter-spacing: -.02em; }
.op-block h2 svg { width: 19px; height: 19px; color: var(--blue); }
.op-block ul, .op-block ol { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13.5px; line-height: 1.75; }
.op-block ol.op-plain { padding-left: 0; list-style: none; counter-reset: opitem; }
.op-block ol.op-plain li { position: relative; padding: 5px 0 5px 30px; counter-increment: opitem; }
.op-block ol.op-plain li::before { position: absolute; top: 6px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 6px; background: #eef5ff; color: var(--blue); content: counter(opitem); font-size: 11px; font-weight: 800; }
.op-block ol.op-plain strong { color: var(--ink); }
.op-note { margin: 12px 0 0; padding-top: 12px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.op-statuses { display: grid; margin: 0; padding: 0; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; }
.op-statuses li { padding: 9px 12px; border-left: 3px solid currentcolor; border-radius: 0 8px 8px 0; background: #f6f9fe; font-size: 13px; }
.op-statuses strong { display: block; color: var(--ink); }
.op-statuses span { color: var(--muted); font-size: 12.5px; }
.op-lenses { display: grid; margin: 0; padding: 0; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; font-size: 13px; }
.op-lenses li { display: grid; padding: 9px 12px; gap: 10px; grid-template-columns: 18px 1fr; border-radius: 8px; background: #f6f9fe; }
.op-lenses svg { width: 18px; height: 18px; margin-top: 2px; color: var(--blue); }
.op-lenses strong { display: block; color: var(--ink); }
.op-lenses span { color: var(--muted); font-size: 12.5px; }
.op-terms { display: grid; margin: 0; gap: 8px; grid-template-columns: repeat(5, minmax(0, 1fr)); font-size: 12.5px; }
.op-terms div { padding: 10px 12px; border-radius: 8px; background: #f6f9fe; }
.op-terms dt { color: var(--blue); font-weight: 800; }
.op-terms dd { margin: 4px 0 0; color: var(--muted); line-height: 1.45; }
.op-checkboxes { margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13.5px; }
.op-checkboxes li { position: relative; padding: 6px 0 6px 26px; }
.op-checkboxes li::before { position: absolute; top: 8px; left: 0; width: 14px; height: 14px; border: 1.5px solid var(--blue); border-radius: 4px; content: ""; }
.onepager-footer { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: 22px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 780px) {
  .op-grid, .op-statuses, .op-lenses { grid-template-columns: 1fr; }
  .op-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media print {
  @page { margin: 12mm; size: A4; }
  .skip-link, .onepager-topbar { display: none !important; }
  .onepager-shell { max-width: none; padding: 0; font-size: 10px; }
  .onepager-masthead { padding-bottom: 8px; border-bottom-width: 2px; }
  .onepager-masthead h1 { font-size: 21px; }
  .op-lead { margin-top: 6px; font-size: 10px; }
  .op-stamp { padding: 5px 10px; font-size: 9px; }
  .op-grid { gap: 6px; margin-top: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .op-block { padding: 8px 10px; }
  .op-block h2 { margin-bottom: 6px; font-size: 11.5px; }
  .op-block h2 svg { width: 14px; height: 14px; }
  .op-block ul, .op-block ol, .op-lenses, .op-statuses li, .op-terms { font-size: 9.5px; line-height: 1.45; }
  .op-statuses, .op-lenses { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .op-statuses li, .op-lenses li { padding: 5px 8px; }
  .op-lenses svg { width: 13px; height: 13px; }
  .op-lenses span, .op-statuses span { font-size: 9px; }
  .op-terms { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; font-size: 9px; }
  .op-terms div { padding: 6px 8px; }
  .op-block ol.op-plain li { padding: 2px 0 2px 24px; }
  .op-block ol.op-plain li::before { top: 2px; width: 16px; height: 16px; font-size: 9px; }
  .op-checkboxes li { padding: 3px 0 3px 22px; }
  .op-checkboxes li::before { top: 5px; width: 11px; height: 11px; }
  .op-note { margin-top: 8px; padding-top: 7px; font-size: 9px; line-height: 1.45; }
  .onepager-footer { margin-top: 8px; padding-top: 6px; font-size: 9px; }
  .op-block, .op-statuses li, .op-lenses li, .op-terms div { background: #fff !important; }
}
