
:root{
  --orange:#f05a16;
  --black:#0b0b0b;
  --gray:#f3f4f6;
  --border:#ddd;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial,sans-serif;
  color:#141414;
  background:#f4f5f7;
}
.hidden{display:none!important}
.vs-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  gap:36px;
  padding:17px 5vw;
  background:#090909;
  border-bottom:1px solid var(--orange);
}
.vs-brand{
  color:#fff;
  font-size:24px;
  font-weight:900;
  text-decoration:none;
}
.vs-header nav{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}
.vs-header nav a{
  color:#fff;
  font-weight:700;
  text-decoration:none;
}
.vs-header nav a.active,
.vs-header nav a:hover{
  color:var(--orange);
}
.vs-hero{
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%,#3a1606 0,transparent 35%),
    linear-gradient(130deg,#050505,#1d1d1d);
  padding:75px 6vw;
}
.vs-hero>div{
  max-width:900px;
}
.vs-hero span,
.service-label{
  color:var(--orange);
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
}
.vs-hero h1{
  max-width:850px;
  margin:14px 0 18px;
  font-size:clamp(42px,6vw,78px);
  line-height:1.02;
}
.vs-hero p{
  max-width:760px;
  color:#ddd;
  font-size:20px;
  line-height:1.55;
}
.vs-price{
  margin-top:24px;
  font-size:19px;
}
.vs-price strong{
  color:var(--orange);
  font-size:32px;
}
.vs-shell{
  display:grid;
  grid-template-columns:minmax(260px,.75fr) minmax(0,1.4fr);
  gap:28px;
  width:min(1180px,92vw);
  margin:40px auto 70px;
  align-items:start;
}
.vs-info,
.vs-form,
.vo-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 15px 45px rgba(0,0,0,.08);
}
.vs-info{
  padding:28px;
  position:sticky;
  top:95px;
}
.vs-info h2,
.vs-form h2{
  margin-top:0;
}
.vs-info ul{
  padding-left:20px;
  line-height:1.8;
}
.vs-note{
  padding:14px;
  border:1px solid #efbd55;
  border-radius:10px;
  background:#fff7df;
  color:#624400;
  line-height:1.5;
}
.vs-form{
  padding:30px;
}
.vs-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.vs-form label{
  display:grid;
  gap:7px;
  margin-bottom:16px;
  font-weight:800;
}
.vs-form input,
.vs-form textarea{
  width:100%;
  padding:13px;
  border:1px solid #cfcfcf;
  border-radius:9px;
  font:inherit;
}
.vs-form small{
  color:#666;
  font-weight:400;
}
.vs-form fieldset{
  margin:6px 0 18px;
  padding:18px;
  border:1px solid #ddd;
  border-radius:12px;
}
.vs-form legend{
  padding:0 8px;
  font-weight:900;
}
.format-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.format-grid label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  padding:10px;
  border:1px solid #ddd;
  border-radius:8px;
}
.format-grid input{
  width:auto;
}
.vs-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px;
  margin:15px 0;
  border-radius:12px;
  background:#111;
  color:#fff;
}
.vs-total strong{
  color:#ff7a36;
  font-size:25px;
}
.vs-form button,
.vo-actions button,
.confirm-delivery,
.vo-payment-buttons button{
  border:0;
  border-radius:9px;
  padding:14px 18px;
  background:var(--orange);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.vs-form>button{
  width:100%;
  font-size:17px;
}
.vs-form button:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.vs-message,
.vo-message{
  margin-top:12px;
  min-height:20px;
  color:#444;
  font-weight:700;
}
.vs-message.error,
.vo-error{
  color:#a40000;
}
.vo-main{
  width:min(1100px,94vw);
  margin:34px auto 70px;
}
.vo-card{
  padding:28px;
}
.vo-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  border-bottom:1px solid #ddd;
  padding-bottom:22px;
}
.vo-top h1{
  margin:8px 0 5px;
  font-size:38px;
}
.vo-top p{
  margin:0;
  color:#777;
}
.vo-status{
  padding:9px 13px;
  border-radius:999px;
  background:#eee;
  font-size:13px;
  font-weight:900;
}
.vo-status.completed,
.vo-status.proof-approved{
  background:#dcf7e4;
  color:#08672b;
}
.vo-status.awaiting-customer-approval,
.vo-status.changes-requested{
  background:#fff2cb;
  color:#795000;
}
.vo-summary,
.paid-section{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:20px 0;
}
.vo-summary article,
.paid-section>div{
  display:grid;
  gap:8px;
  padding:16px;
  border:1px solid #ddd;
  border-radius:11px;
  background:#fafafa;
}
.vo-summary span,
.paid-section span{
  color:#777;
  font-size:12px;
  text-transform:uppercase;
}
.vo-section{
  margin-top:18px;
  padding:22px;
  border:1px solid #ddd;
  border-radius:14px;
}
.vo-section h2{
  margin-top:0;
}
.instructions{
  white-space:pre-wrap;
  line-height:1.6;
}
.muted{
  color:#777;
}
.vo-payment-total{
  display:flex;
  justify-content:space-between;
  padding:15px;
  background:#111;
  color:#fff;
  border-radius:10px;
  margin:16px 0;
}
.vo-payment-total strong{
  color:#ff7a36;
  font-size:24px;
}
.vo-payment-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  align-items:start;
}
.vo-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.vo-section-head h2{
  margin-bottom:4px;
}
.vo-section-head p{
  margin:0;
  color:#777;
}
.revision-badge{
  border-radius:999px;
  padding:8px 12px;
  background:#111;
  color:#fff;
  font-weight:900;
}
.vo-files{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:12px;
  margin:18px 0;
}
.vo-file{
  display:grid;
  gap:7px;
  min-height:115px;
  padding:16px;
  border:1px solid #ddd;
  border-radius:11px;
  background:#fafafa;
  color:#111;
  text-decoration:none;
}
.vo-file:hover{
  border-color:var(--orange);
}
.vo-file span{
  color:var(--orange);
  font-size:11px;
  font-weight:900;
}
.vo-file small{
  color:#777;
}
.vo-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.vo-actions .approve{
  background:#16853e;
}
.vo-actions .request-change{
  background:#bc5700;
}
.vo-change-box{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.vo-change-box textarea{
  width:100%;
  padding:12px;
  border:1px solid #ccc;
  border-radius:9px;
}
.vo-success-note,
.vo-completed{
  padding:13px;
  border-radius:9px;
  background:#e7f7ec;
  color:#0a6730;
}
.confirm-delivery{
  width:100%;
  background:#16853e;
}
.vo-history{
  display:grid;
}
.vo-history>div{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:12px 0;
  border-bottom:1px solid #eee;
}
.vo-history span{
  color:#777;
  font-size:13px;
}
.loading{
  padding:50px;
  text-align:center;
}
@media(max-width:800px){
  .vs-header nav{display:none}
  .vs-shell{grid-template-columns:1fr}
  .vs-info{position:static}
  .vs-grid{grid-template-columns:1fr}
  .format-grid{grid-template-columns:repeat(2,1fr)}
  .vo-summary,.paid-section{grid-template-columns:1fr 1fr}
  .vo-payment-buttons{grid-template-columns:1fr}
}
@media(max-width:520px){
  .vo-summary,.paid-section{grid-template-columns:1fr}
  .vo-actions{grid-template-columns:1fr}
  .vo-top{flex-direction:column}
}


/* Sprint 38.1 — pricing, authentication, and one-page payment */
.vector-pricing-section,
.vector-auth-section {
  width: min(1180px, 92vw);
  margin: 38px auto;
}

.vector-section-heading,
.vector-auth-heading {
  margin-bottom: 20px;
}

.vector-section-heading > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.vector-section-heading h2,
.vector-auth-heading h2 {
  margin: 7px 0;
  font-size: clamp(30px, 4vw, 44px);
}

.vector-section-heading p,
.vector-auth-heading p {
  margin: 0;
  color: #666;
  font-size: 17px;
}

.vector-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.vector-price-card {
  position: relative;
  padding: 22px;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(0,0,0,.07);
  cursor: pointer;
  transition: .18s ease;
}

.vector-price-card:hover,
.vector-price-card.selected {
  transform: translateY(-3px);
  border-color: var(--orange);
}

.vector-price-card.selected::after {
  content: "Selected";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.vector-price-card > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vector-price-card h3 {
  margin: 8px 0;
  font-size: 22px;
}

.vector-price-card > strong {
  display: block;
  margin: 11px 0;
  font-size: 31px;
}

.vector-price-card p {
  margin: 0;
  color: #666;
  line-height: 1.45;
}

.vector-auth-section {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0,0,0,.08);
}

.vector-auth-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.vector-auth-options > button {
  display: grid;
  gap: 7px;
  min-height: 115px;
  padding: 18px;
  text-align: left;
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.vector-auth-options > button:hover {
  border-color: var(--orange);
}

.vector-auth-options > button.guest {
  background: #111;
  color: #fff;
}

.vector-auth-options strong {
  font-size: 20px;
}

.vector-auth-options span {
  color: #777;
  line-height: 1.35;
}

.vector-auth-options .guest span {
  color: #ccc;
}

.vector-auth-forms {
  max-width: 720px;
  margin: 22px auto 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.vector-auth-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.vector-auth-tabs button {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 17px;
  background: #fff;
  font-weight: 900;
}

.vector-auth-tabs button.active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.vector-auth-form {
  display: grid;
  gap: 13px;
}

.vector-auth-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}

.vector-auth-form input {
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #ccc;
  border-radius: 9px;
  font: inherit;
}

.vector-auth-form > button {
  border: 0;
  border-radius: 9px;
  padding: 14px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.vector-auth-form > a {
  text-align: center;
  color: #333;
}

.vector-signed-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 11px;
  background: #e9f7ee;
}

.vector-signed-in > div {
  display: grid;
  gap: 4px;
}

.vector-signed-in span {
  color: #56725f;
  font-size: 12px;
  text-transform: uppercase;
}

.vector-signed-in button {
  border: 1px solid #9fc4aa;
  border-radius: 8px;
  padding: 9px 13px;
  background: #fff;
  color: #165c2d;
  font-weight: 900;
}

.vector-order-column {
  display: grid;
  gap: 18px;
}

.selected-vector-price {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 15px;
  border-radius: 11px;
  background: #111;
  color: #fff;
}

.selected-vector-price span {
  color: #bbb;
  font-size: 11px;
  text-transform: uppercase;
}

.selected-vector-price b {
  color: #ff7a36;
  font-size: 27px;
}

.vector-form-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.vector-form-heading span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.vector-form-heading h2 {
  margin: 4px 0 0;
}

.vector-form-heading > small {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eee;
  color: #555;
}

.vs-form input[readonly] {
  background: #edf3ff;
  color: #2b3b55;
}

.vector-payment-panel,
.vector-payment-success {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(0,0,0,.08);
}

.vector-payment-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 17px 0;
}

.vector-payment-summary > div {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 11px;
  background: #fafafa;
}

.vector-payment-summary span {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
}

.vector-payment-summary strong {
  font-size: 22px;
}

.vector-payment-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 19px;
}

.vector-payment-actions > button {
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  background: #111;
  color: #fff;
  font-weight: 900;
}

.vector-payment-success {
  text-align: center;
  padding: 48px 28px;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 17px;
  border-radius: 50%;
  background: #16853e;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}

.vector-payment-success a {
  display: inline-block;
  margin-top: 13px;
  padding: 13px 19px;
  border-radius: 9px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 950px) {
  .vector-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vector-auth-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .vector-pricing-grid,
  .vector-payment-summary,
  .vector-payment-actions {
    grid-template-columns: 1fr;
  }

  .vector-auth-section {
    padding: 20px;
  }

  .vector-signed-in,
  .vector-form-heading {
    align-items: stretch;
    flex-direction: column;
  }
}


/* Sprint 38.2 — always-visible form and permanent order summary */
.vector-visible-flow {
  margin-top: 42px;
}

.vector-inline-pricing {
  margin: 28px 0 10px;
  padding-top: 28px;
  border-top: 1px solid #ddd;
}

.vector-inline-pricing .vector-pricing-grid {
  grid-template-columns: repeat(2, 1fr);
}

.vector-inline-pricing .vector-price-card {
  box-shadow: none;
  border-color: #ddd;
}

.vector-auth-inside-form {
  width: 100%;
  margin: 28px 0 20px;
  padding: 24px;
  border: 1px solid #ddd;
  box-shadow: none;
}

.vector-auth-inside-form .vector-auth-heading > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.vector-review-summary {
  padding: 21px;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fafafa;
}

.vector-review-summary h3 {
  margin: 0 0 17px;
  font-size: 23px;
}

.vector-review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.vector-review-grid > div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.vector-review-grid > div.wide {
  grid-column: 1 / -1;
}

.vector-review-grid span {
  color: #777;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vector-review-grid strong {
  overflow-wrap: anywhere;
  font-size: 16px;
}

.vector-review-grid p {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.55;
}

.vector-payment-note {
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px solid #efbd55;
  border-radius: 9px;
  background: #fff7df;
  color: #624400;
}

.completed-summary {
  margin: 24px auto;
  max-width: 820px;
  text-align: left;
}

@media (max-width: 720px) {
  .vector-inline-pricing .vector-pricing-grid,
  .vector-review-grid {
    grid-template-columns: 1fr;
  }

  .vector-review-grid > div.wide {
    grid-column: auto;
  }

  .vector-auth-inside-form {
    padding: 17px;
  }
}


/* Sprint 38.2.1 — visible authentication selection */
.vector-auth-options > button.selected {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(240, 90, 22, .14);
}

.vector-auth-options > button.guest.selected {
  background: #171717;
  border-color: var(--orange);
}

.vs-message.success {
  color: #087332;
}
