.customer-profile-page{display:grid;gap:1.25rem}.customer-profile-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.customer-profile-intro>div{max-width:52rem}.customer-profile-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.customer-profile-status-grid article{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1px solid rgba(24,30,27,.12);border-radius:1rem;background:#fff;box-shadow:0 .5rem 1.5rem rgba(24,30,27,.05)}.customer-profile-status-grid article>span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.65rem;background:#f5f4ef;font-size:.72rem;font-weight:800}.customer-profile-status-grid article strong,.customer-profile-status-grid article small{display:block}.customer-profile-status-grid article small{margin-top:.18rem;color:#68716d}.customer-profile-status-grid article>b{display:grid;place-items:center;width:1.65rem;height:1.65rem;border-radius:999px;background:#eceeea;color:#737b77}.customer-profile-status-grid article.is-complete{border-color:rgba(59,111,86,.25);background:linear-gradient(135deg,#fff,#f3f8f5)}.customer-profile-status-grid article.is-complete>b{background:#dceee5;color:#245e43}.customer-profile-feedback{margin:0;padding:.85rem 1rem;border-radius:.85rem;background:#f5f4ef;color:#414a46}.customer-profile-feedback.is-success{background:#e6f3eb;color:#245e43}.customer-profile-feedback.is-error{background:#fff0ea;color:#8b371e}.customer-profile-form{display:grid;gap:1rem}.customer-profile-card{padding:1.25rem;border:1px solid rgba(24,30,27,.12);border-radius:1.15rem;background:#fff;box-shadow:0 .8rem 2.4rem rgba(24,30,27,.06)}.customer-profile-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.customer-profile-card h2{margin:.15rem 0 0;font-size:1.3rem}.customer-profile-icon{display:grid;place-items:center;min-width:2.6rem;height:2.6rem;border-radius:.8rem;background:#17201d;color:#fff;font-weight:800}.customer-profile-note{margin:-.25rem 0 1rem;color:#5c6661}.customer-profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.customer-profile-fields label{display:grid;gap:.38rem}.customer-profile-fields label.is-wide{grid-column:1/-1}.customer-profile-fields label>span{font-size:.8rem;font-weight:750;color:#38413d}.customer-profile-fields input,.customer-profile-fields select{width:100%;min-height:2.85rem;padding:.7rem .78rem;border:1px solid #cfd4d1;border-radius:.7rem;background:#fff;color:#181e1b;font:inherit}.customer-profile-fields input:focus-visible,.customer-profile-fields select:focus-visible{outline:3px solid rgba(166,83,0,.18);border-color:#a65300}.customer-profile-fields small{color:#717a76}.customer-profile-readonly{padding:.85rem;border-radius:.8rem;background:#f7f6f2}.customer-profile-readonly strong{font-size:1rem}.customer-profile-actionbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;border-radius:1rem;background:#17201d;color:#fff}.customer-profile-actionbar div{display:grid;gap:.2rem}.customer-profile-actionbar span{color:#cbd2cf;font-size:.86rem}.customer-profile-next{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border:1px solid rgba(59,111,86,.22);border-radius:1rem;background:#edf7f1}.customer-profile-next h2{margin:.1rem 0}.customer-profile-next p{margin:.15rem 0;color:#4f5b55}@media(max-width:62rem){.customer-profile-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:48rem){.customer-profile-intro,.customer-profile-actionbar,.customer-profile-next{align-items:stretch;flex-direction:column}.customer-profile-fields{grid-template-columns:1fr}.customer-profile-fields label.is-wide{grid-column:auto}}@media(max-width:34rem){.customer-profile-status-grid{grid-template-columns:1fr}.customer-profile-card{padding:1rem}}
