/* Recovered sections from garant-nn-v9; basic layout before art direction. */
.scope-section, .reviews-section, .process-section, .payment-section, .faq-section, .final-section {
  padding: 72px 0;
  background: #fbfaf8;
}
.scope-shell, .completion-shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.scope-section h2, .completion-shell h2 { margin: 0; font-size: clamp(38px, 3.3vw, 50px); line-height: 1.1; letter-spacing: -.045em; font-weight: 700; }
.scope-section h3, .completion-shell h3 { margin: 0; font-size: 21px; line-height: 1.3; font-weight: 600; }
.scope-section p, .completion-shell p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 12px 0 0; }
.completion-head { margin-bottom: 32px; }
.completion-shell .completion-lead { font-size: 18px; margin-top: 18px; }
.scope-shell { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: start; }
.scope-photo { margin: 0; }
.scope-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
.scope-photo-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.scope-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; margin-top: 32px; }
.scope-icon { display: block; width: 32px; height: 32px; color: var(--accent); margin-bottom: 14px; }
.scope-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reviews-section, .payment-section, .final-section { background: #f7f3ee; }
.reviews-grid, .payment-grid, .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.reviews-grid { gap: 20px; align-items: start; }
.review-screenshot {
  min-width: 0;
  width: 100%;
  padding: 16px;
  display: grid;
  gap: 14px;
  border: 1px solid #ded4c9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(68, 49, 33, .045);
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.review-screenshot:hover { border-color: #947255; }
.review-screenshot img { display: block; width: 100%; height: auto; }
.review-screenshot > span { display: flex; justify-content: space-between; color: #705339; font-size: 14px; font-weight: 600; }
.review-screenshot--wide { grid-column: 1 / -1; max-width: 975px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 32px; }
.process-step { padding-top: 20px; border-top: 1px solid var(--line); }
.process-number { color: var(--accent-dark); font-size: 28px; margin-bottom: 16px; }
.payment-grid, .faq-grid { margin-top: 32px; gap: 0 32px; }
.payment-item, .faq-item { padding: 24px 0; border-top: 1px solid var(--line); }
.payment-item p, .faq-item p, .process-step p { max-width: 55ch; }
.final-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px 48px; }
.final-copy { max-width: 680px; }
.final-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.final-button { min-height: 56px; padding: 16px 28px; border: 1px solid var(--accent); border-radius: 8px; text-decoration: none; color: var(--accent-dark); display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }
.final-button.is-primary { background: var(--accent); color: #fff; }
.final-button:hover { background: #eee5dc; }
.final-button.is-primary:hover { background: var(--accent-dark); }
.final-contact { display: grid; grid-column: 1 / -1; gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.5; }
.final-contact span { color: var(--muted); }
.site-footer { padding: 32px 0; background: #fbfaf8; border-top: 1px solid var(--line); font-size: 13px; line-height: 1.8; color: var(--muted); }
.completion-shell :focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 4px; }
.restored-review { width: min(860px, calc(100% - 32px)); max-height: 90svh; padding: 56px 16px 16px; border: 0; border-radius: 12px; background: #fff; }
.restored-review::backdrop { background: rgba(0,0,0,.65); }
.restored-review__image { width: 100%; height: auto; }
.restored-review__close { position: absolute; top: 8px; right: 12px; width: 40px; height: 40px; border: 0; background: #f7f3ee; border-radius: 8px; font: inherit; font-size: 28px; cursor: pointer; }
@media (max-width: 1000px) {
  .scope-shell, .completion-shell { width: calc(100% - 48px); }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-screenshot, .review-screenshot--wide { grid-column: auto; max-width: 975px; }
  .scope-shell { gap: 32px; }
  .scope-section h2, .completion-shell h2 { font-size: 34px; }
}
@media (max-width: 800px) {
  .scope-section, .reviews-section, .process-section, .payment-section, .faq-section, .final-section { padding: 56px 0; }
  .scope-shell { grid-template-columns: 1fr; }
  .scope-photo { max-width: 420px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-layout { grid-template-columns: 1fr; }
  .final-contact { grid-column: auto; }
}
@media (max-width: 620px) {
  .scope-shell, .completion-shell { width: calc(100% - 32px); }
  .scope-section h2, .completion-shell h2 { font-size: 32px; }
  .scope-grid, .reviews-grid, .payment-grid, .faq-grid, .process-grid { grid-template-columns: 1fr; }
  .review-screenshot { padding: 10px; }
  .final-actions { flex-direction: column; }
}
