/* ============================================================
   BLNK STUDIO - Free Audit page
   Extends css/home.css (technical-editorial light system)
   ============================================================ */

/* ---- Hero (copy + request form) ---- */
.hero--page { padding-top: clamp(128px, 15vw, 178px); padding-bottom: clamp(56px, 7vw, 90px); }
.hero--audit .hero__inner { grid-template-columns: 1.06fr 0.94fr; align-items: start; }
.hero--audit .hero__title { font-size: clamp(2rem, 4.4vw, 3.5rem); margin-bottom: 24px; }
.page-sub { font-size: clamp(1.04rem, 1.5vw, 1.2rem); color: var(--text); max-width: 520px; margin-bottom: 26px; }

/* What-you-get checklist */
.getlist { list-style: none; margin: 0 0 26px; }
.getlist li {
  position: relative; padding: 11px 0 11px 32px; border-bottom: 1px solid var(--line);
  color: var(--text); font-size: 0.98rem;
}
.getlist li:first-child { border-top: 1px solid var(--line); }
.getlist li::before {
  content: "\2713"; position: absolute; left: 0; top: 11px;
  color: var(--blue); font-weight: 700;
}
.trustline { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mut); }

/* ---- Request form card ---- */
.cform { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-band); padding: clamp(24px, 2.6vw, 36px); }
.cform__head {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text); padding-bottom: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--line);
}
.cform__head span:last-child { color: var(--text-mut); }
.field { margin-bottom: 16px; }
.field > label {
  display: block; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-mut); margin-bottom: 7px;
}
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.95rem; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 12px 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-mut); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(59,110,245,0.12);
}
.field textarea { resize: vertical; min-height: 96px; }
.cform .btn { width: 100%; margin-top: 6px; }
.cform__note { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.06em; color: var(--text-mut); margin-top: 14px; text-align: center; }
.cform__sent { display: none; font-family: var(--font-mono); font-size: 0.8rem; color: var(--blue); margin-top: 14px; text-align: center; }
.cform.is-sent .cform__sent { display: block; }

/* ---- Image band ---- */
.aband {
  position: relative; min-height: clamp(300px, 38vw, 480px);
  display: flex; align-items: flex-end; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5,13,28,0.74) 0%, rgba(5,13,28,0.34) 46%, rgba(5,13,28,0.12) 100%),
    linear-gradient(0deg, rgba(5,13,28,0.78) 0%, transparent 52%),
    url("../assets/audit-review.jpg");
  background-size: cover; background-position: center 40%;
  border-block: 1px solid var(--line);
}
.aband__inner { position: relative; z-index: 2; padding-block: clamp(34px, 5vw, 58px); }
.aband .eyebrow { color: #8fb0ff; margin-bottom: 16px; }
.aband .eyebrow::before { background: #8fb0ff; }
.aband__title {
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.04; letter-spacing: -0.03em;
  color: #fff; max-width: 640px; margin-bottom: 12px;
}
.aband__sub { color: rgba(238,240,245,0.82); font-size: clamp(0.98rem, 1.4vw, 1.1rem); max-width: 520px; }

/* ---- What's in your audit (deliverables grid) ---- */
.deliver { display: grid; grid-template-columns: repeat(4, 1fr); }
.deliver .cell {
  padding: 32px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column;
  min-height: 230px; transition: background 0.45s var(--ease);
}
.deliver > .cell:last-child { border-right: none; }
.deliver .cell:hover { background: rgba(5,13,28,0.025); }
.deliver .cell__no { font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; line-height: 1; letter-spacing: -0.04em; color: var(--blue); margin-bottom: 22px; }
.deliver .cell h3 { font-family: var(--font-head); font-weight: 600; font-size: 1.12rem; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 10px; }
.deliver .cell p { color: var(--text-dim); font-size: 0.92rem; flex: 1; }
.deliver .cell__tag { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mut); margin-top: 20px; }

/* ---- Is this for you (checklist + not-for) ---- */
.foryou { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 22px; align-items: start; }
.check-card { border: 1px solid var(--line); border-radius: 10px; padding: 32px 30px; background: var(--card); }
.check-card ul { list-style: none; }
.check-card li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 0.98rem; }
.check-card li:last-child { border-bottom: none; }
.check-card li::before { content: "\2713"; position: absolute; left: 0; top: 13px; color: var(--blue); font-weight: 700; }
.notfor {
  border: 1px solid var(--line); border-radius: 10px; padding: 30px 28px; background: var(--bg-band);
  display: flex; flex-direction: column;
}
.notfor__label { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mut); margin-bottom: 16px; }
.notfor p { color: var(--text-dim); font-size: 0.95rem; margin-bottom: 22px; }
.notfor__urgency {
  margin-top: auto; padding: 14px 16px; border: 1px solid var(--line-2); border-radius: 8px;
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--ink);
  display: flex; align-items: center; gap: 10px; background: #fff;
}
.notfor__urgency .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(59,110,245,0.18); flex: 0 0 auto; }

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .hero--audit .hero__inner { grid-template-columns: 1fr; }
  .cform { max-width: 540px; }
  .deliver { grid-template-columns: 1fr 1fr; }
  .deliver .cell { min-height: 0; border-bottom: 1px solid var(--line); }
  .deliver .cell:nth-child(2n) { border-right: none; }
  .foryou { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .deliver { grid-template-columns: 1fr; }
  .deliver .cell { border-right: none; }
}
