/* Page CSS for /nom-035-questionnaire/ and /es/cuestionario-nom-035/.
   Same class vocabulary as nom-035-software.css and workplace-climate-survey.css
   — the three sit in one funnel and a reader moving between them should not
   feel a seam. What is new here is the item list and the print rules: the
   Spanish page reproduces a legal instrument that people genuinely print and
   fill in on a plant floor, so print is a supported output, not an afterthought. */
body{font-family:'DM Sans',sans-serif;background:var(--comm);color:var(--white);overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4,h5,h6,.nav-logo-name{font-family:var(--font-display)}
a{text-decoration:none;color:inherit}

/* ---------- hero ---------- */
.hero{display:flex;align-items:center;padding:150px 5% 80px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(177,218,49,0.09),transparent 70%);top:-280px;left:50%;transform:translateX(-50%);z-index:0}
.hero-inner{max-width:880px;margin:0 auto;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--growth-dim);border:1px solid rgba(177,218,49,0.22);padding:5px 14px;border-radius:100px;font-size:11px;font-weight:600;color:var(--growth);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:20px}
.hero h1{font-size:clamp(34px,5vw,54px);font-weight:700;letter-spacing:-1.8px;line-height:1.1;margin-bottom:18px;color:#fff}
.hero h1 em{font-style:normal;color:var(--growth)}
.hero-sub{font-size:17px;font-weight:300;color:rgba(255,255,255,0.68);line-height:1.75;max-width:660px;margin:0 auto 30px}
.hero-sub a{color:var(--growth);border-bottom:1px solid rgba(177,218,49,0.35)}
.hero-fine{font-size:13px;color:rgba(255,255,255,0.5);margin-top:18px}
.hero-fine a{color:var(--trust);border-bottom:1px solid rgba(106,213,238,0.3)}
.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}

/* ---------- download cards ---------- */
.dl-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:660px;margin:0 auto;text-align:left}
.dl-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.14);border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;gap:4px;transition:border-color 160ms var(--ease-out),background-color 160ms var(--ease-out),transform 160ms var(--ease-out)}
.dl-card:hover{border-color:var(--growth);background:rgba(177,218,49,0.08);transform:translateY(-2px)}
.dl-card:focus-visible{outline:2px solid var(--growth);outline-offset:3px}
.dl-kicker{font-size:11px;font-weight:600;letter-spacing:0.8px;text-transform:uppercase;color:var(--growth)}
.dl-title{font-family:var(--font-display);font-size:17px;font-weight:700;color:#fff;letter-spacing:-0.3px}
.dl-note{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.5}

/* ---------- section shell ---------- */
.sec{padding:80px 5%}
.sec.light{background:var(--surface);color:var(--text)}
.sec-inner{max-width:1060px;margin:0 auto}
.sec-tag{display:inline-block;font-size:11px;font-weight:600;padding:5px 13px;border-radius:100px;letter-spacing:0.8px;text-transform:uppercase;margin-bottom:14px}
.sec-tag.g{background:var(--growth-dim);color:var(--growth)}
.sec-tag.t{background:var(--trust-dim);color:var(--trust)}
.sec.light .sec-tag.g{background:var(--growth-light);color:var(--growth-text)}
.sec.light .sec-tag.t{background:var(--trust-light);color:var(--trust-dark)}
h2{font-size:clamp(26px,3vw,38px);font-weight:700;letter-spacing:-0.8px;line-height:1.2;margin-bottom:14px;color:#fff}
h2 em{font-style:normal;color:var(--growth)}
.sec.light h2{color:var(--text)}
.sec.light h2 em{color:var(--growth-text)}
.sec-sub{font-size:16px;color:rgba(255,255,255,0.68);font-weight:300;line-height:1.75;max-width:680px;margin-bottom:32px}
.sec.light .sec-sub{color:var(--text-2)}
.sec p a,.sec li a{color:var(--growth);border-bottom:1px solid rgba(177,218,49,0.3)}
.sec.light p a,.sec.light li a{color:var(--growth-text);border-bottom-color:rgba(94,117,20,0.3)}
.sec h3{color:#fff}
.sec.light h3{color:var(--text)}

/* ---------- prose columns ---------- */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-top:30px}
.two-col h3{font-size:20px;font-weight:700;margin-bottom:12px;letter-spacing:-0.4px}
.two-col p{font-size:15px;line-height:1.75;margin-bottom:14px}
.two-col ul{list-style:none;display:grid;gap:10px;margin:12px 0 14px}
.two-col ul li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.6}
.two-col ul li::before{content:'✓';color:var(--growth-text);font-weight:700;flex-shrink:0}
.sec .two-col ul li::before{color:var(--growth)}
.callout-box{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:26px}
.sec.light .callout-box{background:#fff;border:1px solid var(--border)}
.callout-box .ref{font-size:12.5px;margin-top:14px;border-top:1px solid rgba(255,255,255,0.08);padding-top:12px;line-height:1.55;color:rgba(255,255,255,0.66)}
.sec.light .callout-box .ref{color:var(--text-3);border-top-color:var(--border)}

/* ---------- which guide ---------- */
.tbl-wrap{overflow-x:auto;margin-top:28px;border:1px solid rgba(255,255,255,0.12);border-radius:16px;background:rgba(255,255,255,0.03)}
.sec.light .tbl-wrap{border-color:var(--border);background:#fff}
table.guides{border-collapse:collapse;width:100%;min-width:640px;font-size:14.5px}
table.guides th{text-align:left;font-size:11px;letter-spacing:0.8px;text-transform:uppercase;font-weight:600;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.6)}
.sec.light table.guides th{border-bottom-color:var(--border);color:var(--text-3)}
table.guides td{padding:14px 18px;border-bottom:1px solid rgba(255,255,255,0.08);line-height:1.6;vertical-align:top;color:rgba(255,255,255,0.72)}
.sec.light table.guides td{border-bottom-color:var(--border);color:var(--text-2)}
table.guides tr:last-child td{border-bottom:none}
table.guides td:first-child{font-weight:700;color:#fff;white-space:nowrap}
.sec.light table.guides td:first-child{color:var(--text)}
table.guides td.num{font-variant-numeric:tabular-nums;white-space:nowrap}

/* ---------- the instrument ---------- */
.scale-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.scale-strip span{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);border-radius:100px;padding:6px 15px;font-size:12.5px;color:rgba(255,255,255,0.78)}
.sec.light .scale-strip span{background:#fff;border-color:var(--border);color:var(--text-2)}
.items{border:1px solid rgba(255,255,255,0.12);border-radius:18px;background:rgba(255,255,255,0.03);padding:10px 26px 10px 12px}
.sec.light .items{border-color:var(--border);background:#fff}
ol.q-list{margin:0;padding:0 0 0 42px;list-style:decimal}
ol.q-list li{padding:13px 8px 13px 6px;border-bottom:1px solid rgba(255,255,255,0.07);font-size:15px;line-height:1.6;color:rgba(255,255,255,0.82)}
.sec.light ol.q-list li{border-bottom-color:var(--border);color:var(--text)}
ol.q-list li::marker{color:var(--growth);font-weight:700;font-size:13px}
.sec.light ol.q-list li::marker{color:var(--growth-text)}
ol.q-list li:last-child{border-bottom:none}

/* ---------- scoring steps ---------- */
.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:34px}
.step-card{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:22px 18px}
.sec.light .step-card{background:#fff;border-color:var(--border)}
.step-n{width:28px;height:28px;border-radius:50%;background:var(--growth);color:var(--comm);font-size:12.5px;font-weight:700;display:grid;place-items:center;margin-bottom:14px}
.step-card h3{font-size:14px;font-weight:700;margin-bottom:6px;letter-spacing:-0.2px}
.step-card p{font-size:12.5px;line-height:1.6;color:rgba(255,255,255,0.68)}
.sec.light .step-card p{color:var(--text-2)}

/* ---------- disclaimer ---------- */
.disclaimer{background:var(--warn-bg);border:2px solid var(--warn-border);border-radius:20px;padding:26px 30px;margin-top:38px;color:var(--warn-fg)}
.disclaimer h3{font-size:18px;color:var(--warn-fg);margin-bottom:10px;letter-spacing:-0.3px;display:flex;align-items:center;gap:10px}
.disclaimer h3::before{content:'⚠';font-size:20px}
.disclaimer p{font-size:14.5px;color:var(--warn-fg);line-height:1.7;margin-bottom:10px}
.disclaimer ul{margin:10px 0 0 22px}
.disclaimer li{font-size:14px;color:var(--warn-fg);margin-bottom:6px;line-height:1.6}

/* ---------- cta ---------- */
.cta-strip{background:var(--growth);padding:70px 5%;text-align:center;position:relative;overflow:hidden}
.cta-strip::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,0.08);top:-200px;right:-100px}
.cta-inner{max-width:600px;margin:0 auto;position:relative;z-index:1}
.cta-strip h2{font-size:clamp(26px,3.4vw,36px);font-weight:700;letter-spacing:-1.2px;color:var(--comm);margin-bottom:14px}
.cta-strip p{font-size:15.5px;color:rgba(40,42,43,0.78);font-weight:300;margin-bottom:24px}
.cta-strip a.cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--comm);color:#fff;padding:14px 32px;border-radius:100px;font-size:15px;font-weight:600;transition:background-color 160ms var(--ease-out),transform 160ms var(--ease-out)}
.cta-strip a.cta-btn:hover{background:var(--comm-mid);transform:translateY(-2px)}
.cta-strip .btn-demo{background:transparent;color:var(--comm);padding:14px 30px;border-radius:100px;font-size:15px;font-weight:600;border:1.5px solid rgba(40,42,43,0.4);display:inline-flex;align-items:center;gap:8px;transition:background-color 160ms var(--ease-out),border-color 160ms var(--ease-out)}
.cta-strip .btn-demo:hover{background:rgba(40,42,43,0.08);border-color:rgba(40,42,43,0.7)}
.cta-note{font-size:12px;color:rgba(40,42,43,0.78);margin-top:14px}
.cta-note a{color:var(--comm);border-bottom:1px solid rgba(40,42,43,0.4)}

footer{background:var(--comm);padding:56px 5% 28px;border-top:1px solid rgba(255,255,255,0.05)}

@media(max-width:900px){.two-col{grid-template-columns:1fr;gap:26px}.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.dl-row{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.hero{padding-top:120px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
@media(max-width:768px){.nav-right{display:none!important}}

/* ---------- print ----------
   People print this one and fill it in by hand, so the printed page has to be
   the instrument and nothing else: no dark ground eating a cartridge, no CTA,
   no navigation, and a ruled answer column beside every item. */
@media print{
  body{background:#fff;color:#000}
  #site-nav,#site-footer,.cta-strip,.dl-row,.hero-fine,.hero-badge,.disclaimer{display:none}
  .hero{padding:0 0 12px;text-align:left;min-height:0}
  .hero::before{display:none}
  .hero h1{font-size:22px;color:#000;letter-spacing:-0.4px}
  .hero h1 em{color:#000}
  .hero-sub{font-size:11px;color:#333;margin:0;max-width:none}
  .sec,.sec.light{padding:0;background:#fff;color:#000;break-inside:auto}
  .sec-inner{max-width:none}
  .sec-tag{display:none}
  h2,.sec.light h2{font-size:16px;color:#000;margin:18px 0 6px;break-after:avoid}
  h2 em,.sec.light h2 em{color:#000}
  h2 br{display:none}
  .sec-sub{font-size:10.5px;color:#333;margin-bottom:10px;max-width:none}
  .scale-strip span{border:1px solid #999;color:#000;background:#fff;font-size:9.5px;padding:2px 8px}
  .items{border:none;padding:0;background:#fff}
  ol.q-list li{color:#000;font-size:11px;padding:6px 0;border-bottom:1px solid #ddd;break-inside:avoid}
  /* La columna donde se marca la respuesta: la escala es de cinco opciones. */
  ol.q-list li::after{content:'☐ ☐ ☐ ☐ ☐';float:right;margin-left:16px;letter-spacing:5px;color:#000}
  .two-col{grid-template-columns:1fr 1fr;gap:16px}
  .two-col p,.two-col li{font-size:10.5px}
  .callout-box{border:1px solid #ccc;background:#fff;padding:12px}
  table.guides{font-size:10.5px}
  table.guides td,table.guides th{padding:6px 8px;color:#000;border-bottom:1px solid #ccc}
  .tbl-wrap{border:1px solid #ccc;background:#fff}
  .steps-grid{grid-template-columns:repeat(5,1fr);gap:8px}
  .step-card{border:1px solid #ccc;background:#fff;padding:8px}
  .step-card p,.step-card h3{color:#000}
  #guia-ii,#guia-iii{break-before:page}
}
