.intake-page { min-height: 100vh; background: #f4f1e9; }
.preview-banner { padding: 8px 20px; color: #e7fff6; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.intake-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 clamp(22px, 5vw, 70px); border-bottom: 1px solid var(--line); background: var(--paper); }
.back-link { color: var(--green); font-size: 13px; font-weight: 700; }
.intake-shell { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(560px, 1.25fr); max-width: 1440px; min-height: calc(100vh - 102px); margin: auto; }
.intake-sidebar { position: sticky; top: 0; height: fit-content; min-height: calc(100vh - 102px); padding: 70px clamp(30px, 5vw, 72px); color: white; background: var(--green-dark); }
.intake-sidebar h1 { max-width: 440px; margin-bottom: 20px; font-size: clamp(38px, 4vw, 58px); line-height: 1.02; }
.intake-sidebar > p:not(.eyebrow) { color: #b8d4cb; font-size: 14px; line-height: 1.7; }
.selected-package { margin: 36px 0; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.06); }
.selected-package small { color: #9fc3b8; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.selected-package h2 { margin: 9px 0 16px; font-size: 20px; }
.selected-package div { display: flex; align-items: baseline; gap: 9px; }
.selected-package strong { color: var(--mint); font: 800 26px Manrope, sans-serif; }
.selected-package div span { color: #a9c5bc; font-size: 10px; }
.form-progress { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.form-progress li { position: relative; display: flex; gap: 13px; min-height: 57px; color: #91ada5; }
.form-progress li:not(:last-child)::after { position: absolute; top: 30px; bottom: 0; left: 14px; width: 1px; background: rgba(255,255,255,.2); content: ""; }
.form-progress li > span { z-index: 1; display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border: 1px solid #648980; border-radius: 50%; font-size: 10px; font-weight: 800; }
.form-progress li.active > span { color: var(--ink); border-color: var(--mint); background: var(--mint); }
.form-progress b, .form-progress small { display: block; }
.form-progress b { margin: 2px 0 2px; color: white; font-size: 12px; }
.form-progress small { font-size: 9px; }
.privacy-note { display: flex; gap: 11px; margin-top: 28px; padding: 15px; border-radius: 10px; color: #b8d4cb; background: rgba(0,0,0,.12); }
.privacy-note span { color: var(--mint); font-size: 20px; }
.privacy-note p { margin: 0; font-size: 10px; line-height: 1.55; }

.intake-content { padding: 70px clamp(30px, 6vw, 90px) 100px; }
.intake-heading { max-width: 700px; margin-bottom: 45px; }
.intake-heading h2 { margin-bottom: 10px; font-size: 43px; }
.intake-heading > p:last-child { color: var(--muted); font-size: 13px; }
#intake-form { display: grid; gap: 21px; }
fieldset { min-width: 0; margin: 0; padding: 30px; border: 1px solid #d9dbd2; border-radius: 15px; background: var(--paper); }
legend { display: flex; align-items: center; gap: 13px; padding: 0 8px; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; }
legend > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 10px; }
legend small { display: block; margin-top: 3px; color: var(--muted); font: 500 10px "DM Sans", sans-serif; }
.field-grid { display: grid; gap: 19px; }
.field-grid.two { grid-template-columns: repeat(2, 1fr); }
label > span, .full-field > span { display: block; margin-bottom: 8px; color: #354a47; font-size: 11px; font-weight: 700; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select, textarea { width: 100%; border: 1px solid #cfd4ca; border-radius: 8px; color: var(--ink); background: white; font: 13px "DM Sans", sans-serif; outline: none; transition: border .15s, box-shadow .15s; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], select { height: 45px; padding: 0 13px; }
textarea { min-height: 105px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,112,95,.1); }
.full-field { display: block; margin-top: 20px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid label, .confirmation-list label { display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid #d8dcd3; border-radius: 9px; cursor: pointer; background: white; }
.choice-grid input, .confirmation-list input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--green); }
.choice-grid label > span, .confirmation-list label > span { margin: 0; color: #4c605c; font-size: 11px; font-weight: 600; line-height: 1.45; }
.confirmation-list a { color: var(--green); text-decoration: underline; }
.upload-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 21px; }
.upload-preview > div { display: flex; align-items: center; flex-direction: column; padding: 24px 15px; border: 1px dashed #a9b7af; border-radius: 10px; color: var(--muted); text-align: center; }
.upload-preview span { display: grid; width: 31px; height: 31px; margin-bottom: 8px; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); }
.upload-preview b { margin-bottom: 4px; color: var(--ink-2); font-size: 11px; }
.upload-preview small { font-size: 9px; }
.confirmation-list { display: grid; gap: 10px; }
.form-finish { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 27px; border-radius: 13px; color: white; background: var(--ink); }
.form-finish b { color: var(--mint); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.form-finish p { max-width: 520px; margin: 5px 0 0; color: #aebfba; font-size: 10px; line-height: 1.5; }
.prototype-message { display: flex; gap: 14px; padding: 20px; border: 1px solid #afdcc7; border-radius: 11px; color: var(--green-dark); background: #e4f6ed; }
.prototype-message[hidden] { display: none; }
.prototype-message > span { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--green); font-weight: 800; }
.prototype-message b { font-size: 13px; }
.prototype-message p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }

@media (max-width: 980px) {
  .intake-shell { grid-template-columns: 1fr; }
  .intake-sidebar { position: static; min-height: 0; padding: 55px 28px; }
  .intake-sidebar h1 { font-size: 43px; }
  .form-progress { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
  .form-progress li { min-height: 0; }
  .form-progress li:not(:last-child)::after { top: 14px; right: 8px; bottom: auto; left: 29px; width: auto; height: 1px; }
  .form-progress small { display: none; }
  .privacy-note { max-width: 550px; }
}

@media (max-width: 640px) {
  .preview-banner { font-size: 8px; }
  .intake-header { min-height: 64px; padding: 0 18px; }
  .back-link { font-size: 11px; }
  .intake-sidebar { padding: 45px 20px; }
  .intake-sidebar h1 { font-size: 39px; }
  .form-progress b { font-size: 9px; }
  .intake-content { padding: 55px 18px 75px; }
  .intake-heading h2 { font-size: 35px; }
  fieldset { padding: 24px 18px; }
  .field-grid.two, .choice-grid, .upload-preview { grid-template-columns: 1fr; }
  .form-finish { align-items: stretch; flex-direction: column; }
}
