/*****************************************
신청폼 :: 예약하기
******************************************/
body.reservation-body {
  overflow-x: hidden;
}

body.reservation-body #quick.quick-support {
  max-width: calc(100vw - 32px);
}

body.reservation-body #quick .quick-support-link {
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
}

.reservation-page {
  overflow: hidden;
  background: #f7f7f4;
  color: #101012;
}

.reservation-inner {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.reservation-hero {
  padding: 190px 0 86px;
  background:
    radial-gradient(circle at 88% 24%, rgba(254, 107, 33, 0.16) 0, rgba(254, 107, 33, 0) 260px),
    linear-gradient(135deg, #fff 0%, #f7f7f4 64%, #eceee9 100%);
}

.reservation-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fe6b21;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.reservation-eyebrow:before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #fe6b21;
}

.reservation-hero h1 {

  margin: 28px 0 0;
  color: #101012;
  font-size: clamp(36px, 5.8vw, 56px);
  line-height: 1.13;

  letter-spacing: -0.03em;
  word-break: keep-all;
}

.reservation-hero h2 {
  margin: 18px 0 0;
  color: #101012;
  font-size: clamp(26px, 4.8vw, 36px);
  line-height: 1.13;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.reservation-hero p {
  max-width: 760px;
  margin: 28px 0 0;
  color: #62666f;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.reservation-form-section {
  padding: 82px 0 130px;
}

.reservation-form {
  display: grid;
  gap: 22px;
}

.reservation-access-notice {
  margin: 0 0 22px;
  padding: 18px 22px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: #f7f7f4;
  color: #62666f;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

.reservation-access-notice.is-error {
  border-color: rgba(194, 65, 12, 0.24);
  background: #fff5ef;
  color: #c2410c;
}

.reservation-guide-notice {
  margin-bottom: 22px;
  text-align: center;
}

.reservation-form-guide {
  color: #000;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.reservation-form-guide2 {
  color: #000;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.reservation-block {
  min-width: 0;
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 16, 18, 0.06);
}

.reservation-block legend {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: #101012;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.reservation-block legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fe6b21;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.reservation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reservation-site-list {
  display: grid;
  gap: 12px;
}

.reservation-site-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  align-items: center;
  min-height: 96px;
  padding: 22px 64px 22px 24px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: #f8f8f8;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.reservation-site-card:hover {
  border-color: rgba(254, 107, 33, 0.42);
  box-shadow: 0 14px 28px rgba(16, 16, 18, 0.08);
  transform: translateY(-2px);
}

.reservation-site-card input {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.reservation-site-card:has(input:checked) {
  border-color: #fe6b21;
  background: #ffddc8;
}

.reservation-site-card strong {
  min-width: 0;
  color: #101012;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
  word-break: keep-all;
}

.reservation-site-card em {
  min-width: 0;
  grid-column: 1 / -1;
  padding-right: 0;
  color: #676b74;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  font-style: normal;
  overflow-wrap: anywhere;
}

.reservation-site-card span {
  grid-row: 1;
  grid-column: 2;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  white-space: nowrap;
}

.reservation-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px 18px;
  align-items: center;
  min-height: 138px;
  padding: 24px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: #f8f8f8;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.reservation-choice-card:hover {
  border-color: rgba(254, 107, 33, 0.42);
  box-shadow: 0 16px 32px rgba(16, 16, 18, 0.08);
  transform: translateY(-3px);
}

.reservation-choice-card input {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 22px;
  height: 22px;
  /* accent-color: #fe6b21; */
}

.reservation-choice-card:has(input:checked) {
  border-color: #fe6b21;
  background: #fff5ef;
}

.reservation-choice-icon {
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #fee500;
  color: #191919;
  font-size: 24px;
  font-weight: 900;
}

.reservation-choice-icon--phone {
  background: #fe6b21;
  color: #fff;
}

.reservation-choice-card strong {
  align-self: end;
  color: #101012;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.reservation-choice-card em {
  align-self: start;
  padding-right: 42px;
  color: #676b74;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  font-style: normal;
  word-break: keep-all;
}

.reservation-block .reservation-choice-notice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.reservation-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  color: #c2410c;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.reservation-notice[hidden] {
  display: none;
}

.reservation-notice:before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(254, 107, 33, 0.12);
  color: #fe6b21;
  font-size: 14px;
}

.reservation-checkline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #101012;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
  cursor: pointer;
}

.reservation-checkline input {
  width: 22px;
  height: 22px;
  accent-color: #fe6b21;
}

.reservation-checkline:has(input:disabled) {
  color: #9aa0aa;
  cursor: not-allowed;
}

.reservation-checkline input:disabled {
  cursor: not-allowed;
}

.reservation-scheduler {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: 22px;
  opacity: 0.42;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.reservation-scheduler.is-active {
  opacity: 1;
  pointer-events: auto;
}

.reservation-calendar-panel,
.reservation-time-panel {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(16, 16, 18, 0.12);
  border-radius: 8px;
  background: #fff;
}

.reservation-panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 22px;
  background: #fe6b21;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.reservation-calendar {
  padding: 6px 4px 0;
}

.reservation-calendar-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.reservation-calendar-head strong {
  color: #101012;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

.reservation-month-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 50%;
  background: #f7f7f4;
  color: #101012;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.reservation-month-btn:hover {
  background: #101012;
  color: #fff;
}

.reservation-weekdays,
.reservation-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.reservation-weekdays {
  margin-bottom: 10px;
}

.reservation-weekdays span {
  color: #62666f;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.reservation-day {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #101012;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reservation-day:hover {
  background: rgba(254, 107, 33, 0.12);
  color: #fe6b21;
}

.reservation-day.is-muted {
  color: #b6bac2;
}

.reservation-day.is-disabled {
  color: #d7d9de;
  cursor: not-allowed;
}

.reservation-day.is-selected {
  background: #fe6b21;
  color: #fff;
  box-shadow: 0 10px 22px rgba(254, 107, 33, 0.28);
}

.reservation-time-guide {
  margin: -6px 0 18px;
  color: #62666f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.reservation-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.reservation-time {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #101012;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(16, 16, 18, 0.08);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.reservation-time:hover {
  border-color: rgba(254, 107, 33, 0.48);
  color: #fe6b21;
  transform: translateY(-2px);
}

.reservation-time.is-selected {
  border-color: #fe6b21;
  background: #fe6b21;
  color: #fff;
}

.reservation-time.is-disabled,
.reservation-time:disabled {
  border-color: rgba(16, 16, 18, 0.08);
  background: #f4f5f6;
  color: #9aa0aa;
  cursor: not-allowed;
  box-shadow: none;
}

.reservation-time.is-disabled:hover,
.reservation-time:disabled:hover {
  border-color: rgba(16, 16, 18, 0.08);
  color: #9aa0aa;
  transform: none;
}

.reservation-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reservation-field {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.reservation-field[hidden] {
  display: none;
}

.reservation-field--full {
  grid-column: 1 / -1;
}

.reservation-field span {
  color: #101012;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}
.reservation-field span.request-file-icon{
  color: #fff;
}
.reservation-field input,
.reservation-field select,
.reservation-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 16, 18, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #101012;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: 'Paperozi';
}

.reservation-field input {
  height: 58px;
  padding: 0 18px;
}

.reservation-field select {
  height: 58px;
  padding: 0 14px;
  font-weight: 700;
}

.reservation-field textarea {
  resize: vertical;
  padding: 18px;
  line-height: 1.65;
  font-family: 'Paperozi';       
}

.reservation-field input:focus,
.reservation-field select:focus,
.reservation-field textarea:focus {
  border-color: #fe6b21;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(254, 107, 33, 0.12);
   font-family: 'Paperozi';   
}

.form-phone-group,
.form-email-group {
  display: grid;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-self: start;
}

.form-phone-group {
  max-width: 430px;
  grid-template-columns: 104px 12px 132px 12px 132px;
}

.form-email-group {
  max-width: 650px;
  grid-template-columns: 180px 18px 190px 170px;
}

.form-phone-group > span,
.form-email-group > span {
  color: #62666f;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.reservation-submit-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 30px 34px;
  border-radius: 8px;
  background: #fe6b21;
  color: #fff;
}

.reservation-submit-area p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.reservation-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid #fe6b21;
  border-radius: 999px;
  background: #fff;
  color: #fe6b21;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.reservation-submit-btn:hover,
.reservation-submit-btn:focus-visible {
  background: #ca551a;
  color: #fff;
  border-color: #fe6b21;
  transform: translateY(-2px);
}

.reservation-submit-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  transform: none;
}

.reservation-submit-btn:disabled:hover {
  background: #fe6b21;
  color: #fff;
  transform: none;
}

.reservation-mypage-section .mypage-block,
.reservation-mypage-section .mypage-content,
.reservation-history-table,
.reservation-history-table tbody,
.reservation-history-table tr,
.reservation-history-table td {
  overflow: visible;
}

.reservation-history-table td {
  vertical-align: middle;
}

.reservation-row-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 1;
}

.reservation-row-actions form {
  margin: 0;
}

.reservation-change-details {
  position: relative;
  flex: 0 0 auto;
}

.reservation-change-details summary {
  list-style: none;
  cursor: pointer;
}

.reservation-change-details summary::-webkit-details-marker {
  display: none;
}

.reservation-change-details[open] .reservation-change-form {
  display: block;
}

.reservation-change-form {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  display: none;
  width: 430px;
  max-width: calc(100vw - 48px);
  margin-top: 0;
  padding: 14px;
  border: 1px solid rgba(16, 16, 18, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 16, 18, 0.16);
}

.reservation-change-details[open] {
  z-index: 40;
}

.reservation-change-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px auto;
  gap: 8px;
  align-items: center;
}

.reservation-change-grid input,
.reservation-change-grid select {
  min-width: 0;
  height: 42px;
  border: 1px solid rgba(16, 16, 18, 0.14);
  border-radius: 8px;
  padding: 0 10px;
  color: #101012;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Paperozi';
}

button.mypage-link-btn {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.mypage-link-btn.danger {
  background: #fff1f2;
  color: #be123c;
}

.reservation-action-disabled {
  color: #a0a6b0;
  font-weight: 800;
}

.reservation-detail-layout {
  align-items: stretch;
}

.reservation-detail-info dd {
  overflow-wrap: anywhere;
}

.reservation-detail-action {
  gap: 12px;
}

.reservation-detail-download,
.reservation-detail-back {
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .reservation-hero {
    padding: 160px 0 72px;
  }

  .reservation-scheduler {
    grid-template-columns: 1fr;
  }

  .reservation-calendar-panel,
  .reservation-time-panel {
    padding: 22px;
  }
}

@media screen and (max-width: 767px) {
  .reservation-inner {
    width: min(100% - 32px, 1240px);
  }

  .reservation-hero {
    padding: 132px 0 58px;
  }

  .reservation-eyebrow {
    font-size: 14px;
  }

  .reservation-eyebrow:before {
    width: 28px;
  }

  .reservation-hero h1 {
    margin-top: 20px;
    font-size: 36px;
  }

  .reservation-hero h1 {
    margin-top: 10px;
    font-size: 24px;
  }

  .reservation-hero p {
    margin-top: 20px;
    font-size: 16px;
  }

  .reservation-form-section {
    padding: 54px 0 82px;
  }

  .reservation-guide-notice {
    margin-bottom: 18px;
  }

  .reservation-form-guide {
    font-size: 15px;
  }
  
  .reservation-form-guide2 {
    font-size: 15px;
  }


  .reservation-access-notice {
    padding: 16px 18px;
    font-size: 14px;
  }

  .reservation-block {
    padding: 24px 18px;
  }

  .reservation-block legend {
    gap: 10px;
    margin-bottom: 22px;
    font-size: 22px;
  }

  .reservation-block legend span {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .reservation-choice-grid,
  .reservation-input-grid {
    grid-template-columns: 1fr;
  }

  .reservation-site-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 108px;
    padding: 18px 54px 18px 18px;
  }

  .reservation-site-card strong {
    font-size: 18px;
  }

  .reservation-site-card span {
    grid-row: auto;
    grid-column: 1;
    justify-self: start;
  }

  .form-phone-group {
    max-width: 100%;
    grid-template-columns: 86px 10px minmax(0, 1fr) 10px minmax(0, 1fr);
    gap: 6px;
  }

  .form-email-group {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 8px;
  }

  .form-email-group select {
    grid-column: 1 / -1;
  }

  .reservation-choice-card {
    grid-template-columns: 56px minmax(0, 1fr);
    min-height: 112px;
    padding: 18px;
  }

  .reservation-choice-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 21px;
  }

  .reservation-choice-card strong {
    font-size: 20px;
  }

  .reservation-choice-card em {
    padding-right: 34px;
    font-size: 14px;
  }

  .reservation-notice {
    align-items: flex-start;
    font-size: 14px;
  }

  .reservation-row-actions {
    flex-wrap: wrap;
  }

  .reservation-change-grid {
    grid-template-columns: 1fr;
  }

  .reservation-block .reservation-choice-notice {
    grid-template-columns: 1fr;
  }

  .reservation-block .reservation-choice-notice .blank {
    display: none;
  }

  .reservation-calendar-panel,
  .reservation-time-panel {
    padding: 16px;
  }

  .reservation-panel-title {
    min-height: 46px;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .reservation-calendar-head strong {
    font-size: 19px;
  }

  .reservation-weekdays,
  .reservation-days {
    gap: 5px;
  }

  .reservation-day {
    font-size: 14px;
  }

  .reservation-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .reservation-time {
    min-height: 42px;
    font-size: 14px;
  }

  .reservation-submit-area {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .reservation-submit-btn {
    width: 100%;
  }

  body.reservation-body #quick .quick-support-link {
    width: min(290px, calc(100vw - 32px));
    min-width: 0;
  }
}

@media screen and (max-width: 420px) {
  .reservation-hero h1 {
    font-size: 32px;
  }

.reservation-hero h1 {
    font-size: 20px;
}

  .reservation-time-grid {
    grid-template-columns: 1fr;
  }
}





/*****************************************
신청폼 :: 수정요청
******************************************/
.request-page {
  overflow: hidden;
  background: #f7f7f4;
  color: #101012;
}

.request-inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.request-inner--form {
  max-width: 860px;
}

.request-hero {
  padding: 176px 0 76px;
  background:
    radial-gradient(circle at 82% 22%, rgba(254, 107, 33, 0.14) 0, rgba(254, 107, 33, 0) 250px),
    linear-gradient(135deg, #fff 0%, #f7f7f4 62%, #eceee9 100%);
}

.request-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fe6b21;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.request-eyebrow:before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: #fe6b21;
}

.request-hero h1 {
  max-width: 720px;
  margin: 26px 0 0;
  color: #101012;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1.14;

  letter-spacing: -0.03em;
  word-break: keep-all;
}

.request-hero p {

  margin: 24px 0 0;
  color: #62666f;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.request-form-section {
  padding: 68px 0 120px;
}

.request-form {
  display: grid;
  gap: 18px;
  max-width: none;
}

.request-card {
  min-width: 0;
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(16, 16, 18, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 16, 18, 0.06);
}

.request-card legend {
  margin-bottom: 22px;
  color: #101012;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.request-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.request-field {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.request-field--full {
  grid-column: 1 / -1;
}

.request-field span {
  color: #101012;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.request-field input,
.request-field select,
.request-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 16, 18, 0.16);
  border-radius: 8px;
  background: #fff;
  color: #101012;
  font-size: 15px;
  font-weight: 600;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: 'Paperozi';
}

.request-field input {
  height: 52px;
  padding: 0 16px;
}

.request-field select {
  height: 52px;
  padding: 0 14px;
  font-weight: 700;
}

.request-field textarea {
  resize: vertical;
  min-height: 170px;
  padding: 16px;
  line-height: 1.65;
}

.request-field input:focus,
.request-field select:focus,
.request-field textarea:focus {
  border-color: #fe6b21;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(254, 107, 33, 0.12);
}

.request-card--memo {
  display: grid;
  gap: 18px;
}

.request-help-box {
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff5ef;
  color: #c2410c;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
  word-break: keep-all;
}

.request-file-area {
  display: grid;
  gap: 12px;
}

.request-file-label {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 18px;
  border: 1px dashed rgba(16, 16, 18, 0.22);
  border-radius: 8px;
  background: #f8f8f8;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.request-file-label:hover {
  border-color: #fe6b21;
  background: #fff;
}

.request-file-icon {
  grid-row: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fe6b21;
  color: #fff;
  font-size: 20px;
}

.request-file-label strong {
  align-self: end;
  color: #101012;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.request-file-label em {
  align-self: start;
  color: #676b74;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  font-style: normal;
  word-break: keep-all;
}

.request-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.request-file-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.request-file-list li {
  overflow: hidden;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f7f4;
  color: #555963;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-submit-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 26px 30px;
  border-radius: 8px;
  background: #101012;
  color: #fff;
}

.request-submit-area p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.request-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid #fe6b21;
  border-radius: 999px;
  background: #fe6b21;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.request-submit-btn:hover,
.request-submit-btn:focus-visible {
  background: #fff;
  color: #fe6b21;
  transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
  .request-inner {
    width: min(100% - 32px, 1180px);
  }

  .request-hero {
    padding: 132px 0 56px;
  }

  .request-eyebrow {
    font-size: 14px;
  }

  .request-eyebrow:before {
    width: 28px;
  }

  .request-hero h1 {
    margin-top: 20px;
    font-size: 36px;
  }

  .request-hero p {
    margin-top: 18px;
    font-size: 16px;
  }

  .request-form-section {
    padding: 52px 0 82px;
  }

  .request-card {
    padding: 24px 18px;
  }

  .request-card legend {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .request-field-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .request-page .form-phone-group {
    max-width: 100%;
    grid-template-columns: 86px 10px minmax(0, 1fr) 10px minmax(0, 1fr);
    gap: 6px;
  }

  .request-page .form-email-group {
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 8px;
  }

  .request-page .form-email-group select {
    grid-column: 1 / -1;
  }

  .request-file-label {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px;
  }

  .request-file-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .request-submit-area {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .request-submit-btn {
    width: 100%;
  }
}
