body.account-page {
  min-height: 100vh;
  background: #ffffff;
  color: #191d28;
  font-family: "Pretendard Variable", Pretendard, Arial, "Apple SD Gothic Neo", sans-serif;
}

.account-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.account-page .site-width {
  width: min(100% - 32px, 1720px);
  margin-inline: auto;
}

.account-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #10131a;
}

.account-page .site-header__inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.account-page .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.account-page .site-brand__icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.account-page .site-brand__text {
  width: 161px;
  height: 36px;
  object-fit: cover;
}

.account-page .site-navigation {
  display: flex;
  align-items: center;
  gap: 55px;
}

.account-page .site-navigation a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: color 160ms ease;
}

.account-page .site-navigation a:hover,
.account-page .site-navigation a:focus-visible,
.account-page .site-navigation a[aria-current="page"] {
  color: #f1bb1d;
}

.account-page .site-navigation__cta {
  padding: 17px 30px;
  border-radius: 12px;
  background: linear-gradient(110deg, #ffc000 0%, #ffa600 100%);
  box-shadow: inset 0 4px 2px rgba(255, 255, 255, 0.4);
  color: #000000 !important;
}

.account-page .site-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-size: 24px;
}

.account-main {
  flex: 1;
}

.page-hero {
  padding: 60px 0 54px;
}

.page-hero__frame {
  position: relative;
  height: 400px;
  overflow: visible;
  border-radius: 30px;
  background: #111111;
}

.page-hero__background,
.page-hero__overlay,
.page-hero__vehicle,
.page-hero__strip {
  position: absolute;
}

.page-hero__background {
  inset: 0;
  border-radius: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero__background--desert {
  right: 0;
  background-image: url("/Content/img/account/inquiry-banner-desert.png");
  mix-blend-mode: luminosity;
}

.page-hero__background--city {
  background-image: url("/Content/img/account/inquiry-banner-city.png");
}

.page-hero__overlay {
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0.7);
}

.page-hero__strip {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 149px;
  z-index: 1;
  border-radius: inherit;
  object-fit: cover;
}

.page-hero__copy {
  position: absolute;
  top: 118px;
  left: 65px;
  z-index: 4;
  max-width: 534px;
  color: #ffffff;
}

.page-hero__copy h1 {
  margin-bottom: 31px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-hero__copy p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.8;
}

.page-hero__vehicle--truck {
  top: -320px;
  left: 14%;
  z-index: 3;
  width: min(80%, 1350px);
  transform: rotate(9.97deg);
}

.page-hero__vehicle--heli {
  top: -34px;
  right: 110px;
  z-index: 2;
  width: min(43%, 720px);
  transform: rotate(-11.54deg);
}

.inquiry-section {
  padding: 0 0 132px;
}

.inquiry-shell {
  width: min(100% - 32px, 1238px);
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.inquiry-intro h2,
.inquiry-history__heading h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.inquiry-intro p {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.inquiry-entry {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #dfe1e6;
}

.inquiry-entry__prompt {
  margin: 0 0 18px;
  color: #5d5f68;
  font-size: 14px;
  font-weight: 600;
}

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

.inquiry-entry-card {
  position: relative;
  display: grid;
  min-height: 238px;
  box-sizing: border-box;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 32px 34px;
  border: 1px solid #d9dbe1;
  border-top: 4px solid #f1bb1d;
  border-radius: 4px;
  background: #ffffff;
  color: #191d28;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.inquiry-entry-card:hover,
.inquiry-entry-card:focus-visible {
  border-color: #f1bb1d;
  box-shadow: 0 12px 28px rgba(25, 29, 40, 0.1);
  transform: translateY(-3px);
}

.inquiry-entry-card:focus-visible {
  outline: 2px solid #10131a;
  outline-offset: 3px;
}

.inquiry-entry-card__eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  background: #ffd85a;
  color: #4c3900;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.inquiry-entry-card strong {
  font-size: 24px;
  font-weight: 800;
}

.inquiry-entry-card small {
  color: #71737c;
  font-size: 14px;
  line-height: 1.5;
}

.inquiry-entry-card__arrow {
  position: absolute;
  right: 30px;
  bottom: 28px;
  color: #c28f00;
  font-size: 24px;
}

.inquiry-form {
  margin-top: 14px;
}

.inquiry-form__heading {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe1e6;
}

.inquiry-form__heading strong {
  font-size: 18px;
  font-weight: 800;
}

.inquiry-form__back {
  padding: 0;
  border: 0;
  background: transparent;
  color: #5d5f68;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.inquiry-form__back:hover,
.inquiry-form__back:focus-visible {
  color: #9a7400;
}

.inquiry-feedback {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff4ef;
  color: #be4f17;
  font-size: 14px;
  font-weight: 600;
}

.inquiry-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0 0 28px;
  border: 0;
}

.inquiry-category {
  min-height: 44px;
  padding: 11px 19px;
  border: 1px solid #e2e2e7;
  border-radius: 8px;
  background: #ffffff;
  color: #30333d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.inquiry-category:hover,
.inquiry-category:focus-visible {
  border-color: #e5ac0e;
  background: #fff4c7;
  color: #5c4300;
}

.inquiry-category:focus-visible {
  outline: none;
}

.inquiry-category.is-selected {
  border-color: #e2a800;
  background: #f1bb1d;
  color: #17130a;
  box-shadow: none;
}

.inquiry-guest-fields,
.inquiry-payment-fields {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.inquiry-platform {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 28px;
  padding: 0 0 4px;
  border: 0;
}

.inquiry-platform legend {
  margin-right: 6px;
  padding-bottom: 12px;
  color: #30333d;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-platform label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.inquiry-platform input {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #aeb0b7;
  border-radius: 50%;
  appearance: none;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.inquiry-platform input:checked {
  border: 5px solid #e4a900;
}

.inquiry-platform input:focus-visible {
  outline: 2px solid rgba(228, 169, 0, 0.32);
  outline-offset: 3px;
}

.inquiry-platform span {
  display: inline;
  color: #30333d;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-platform input:checked + span {
  color: #30333d;
}

.inquiry-platform-id-row {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 20px;
}

.inquiry-platform-id-row .inquiry-field {
  margin-bottom: 0;
}

.inquiry-platform-help {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding-bottom: 1px;
  color: #8b8d94;
  font-size: 13px;
  line-height: 1.5;
}

.inquiry-platform-help p {
  margin: 0;
}

.inquiry-platform-help a,
.inquiry-order-help a {
  flex: 0 0 auto;
  color: #686b73;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.inquiry-field-grid {
  display: grid;
  gap: 16px;
}

.inquiry-field-grid--payment {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inquiry-field-grid--identity {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-field-grid .inquiry-field {
  margin-bottom: 0;
}

.inquiry-order-help {
  margin: 16px 0 0;
  color: #5d5f68;
  font-size: 13px;
  line-height: 1.55;
}

.inquiry-order-help a {
  margin-left: 8px;
  color: #8d6800;
}

.inquiry-field {
  margin-bottom: 20px;
}

.inquiry-field label,
.inquiry-label {
  display: block;
  margin-bottom: 8px;
  color: #30333d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.inquiry-field input,
.inquiry-field textarea {
  width: 100%;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  background: #ffffff;
  color: #191d28;
  font-size: 14px;
}

.inquiry-field input {
  height: 48px;
  padding: 0 15px;
}

.inquiry-field textarea {
  min-height: 200px;
  padding: 15px;
  line-height: 1.6;
  resize: vertical;
}

.inquiry-field input::placeholder,
.inquiry-field textarea::placeholder {
  color: #717182;
}

.inquiry-field input[aria-invalid="true"],
.inquiry-field textarea[aria-invalid="true"] {
  border-color: #cf5f2a;
  box-shadow: 0 0 0 3px rgba(207, 95, 42, 0.12);
}

.inquiry-filebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.inquiry-attach-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 17px;
  border: 1px solid #bcbdc3;
  border-radius: 10px;
  background: #ffffff;
  color: #191d28;
  font-size: 14px;
  font-weight: 500;
}

.inquiry-attach-button img {
  width: 16px;
  height: 16px;
}

.inquiry-attach-note {
  color: #9c9da4;
  font-size: 13px;
  line-height: 1.5;
}

.inquiry-file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.inquiry-file-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f6f6fa;
  font-size: 13px;
  line-height: 1.4;
}

.inquiry-file-list button {
  padding: 0;
  background: transparent;
  color: #717182;
  font-size: 12px;
  font-weight: 700;
}

.inquiry-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}

.inquiry-submit {
  min-width: 118px;
  min-height: 48px;
  padding: 12px 36px;
  border-radius: 10px;
  background: #f5ba1a;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 160ms ease, transform 160ms ease;
}

.inquiry-submit:hover,
.inquiry-submit:focus-visible {
  background: #ffc933;
}

.inquiry-submit:active {
  transform: translateY(1px);
}

.inquiry-history {
  margin-top: 92px;
}

.inquiry-history__heading {
  margin-bottom: 24px;
}

.inquiry-history__list {
  border-top: 1px solid #e2e2e7;
}

.history-item {
  border-bottom: 1px solid #e2e2e7;
}

.history-item__summary {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  padding: 0 16px;
  background: #ffffff;
  text-align: left;
}

.history-item__date {
  color: #9c9da4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.history-item__title {
  color: #191d28;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.history-item__status {
  justify-self: end;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.history-item__status[data-status="답변 완료"] {
  background: rgba(82, 139, 45, 0.1);
  color: #528b2d;
}

.history-item__status[data-status="접수중"] {
  background: rgba(233, 122, 47, 0.1);
  color: #e97a2f;
}

.history-item__icon {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.history-item__summary[aria-expanded="true"] .history-item__icon {
  transform: rotate(180deg);
}

.history-item__panel {
  padding: 0 16px 16px;
  background: #f6f6fa;
}

.history-item__detail {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e2e2e7;
}

.history-item__detail:last-child {
  border-bottom: 0;
}

.history-item__detail dt {
  color: #9c9da4;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.history-item__detail dd {
  min-width: 0;
  color: #30333d;
  font-size: 14px;
  line-height: 1.7;
}

.history-item__attachment {
  color: #3f6db4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer {
  background: #f3f0e7;
  padding: 60px 0;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(100%, 600px);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.site-footer__links a {
  color: #30333d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.site-footer__links span {
  width: 1px;
  height: 11px;
  background: #bcbdc3;
}

.site-footer__copy {
  color: #5d5f68;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer__copy p + p {
  margin-top: 3px;
}

.site-footer__copy span {
  margin-left: 12px;
}

.site-footer__dragonfly {
  width: 96px;
}

.site-footer__ratings {
  display: flex;
  align-items: flex-end;
  gap: 17px;
}

.site-footer__icons {
  display: flex;
  gap: 6px;
}

.site-footer__icon-shell {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
}

.site-footer__icon-shell img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.site-footer__badge {
  width: 98px;
}

.account-toast-region {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  gap: 8px;
}

.account-toast {
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px;
  border-radius: 10px;
  background: #191d28;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1279px) {
  .account-page .site-width {
    width: min(100% - 32px, 1280px);
  }

  .account-page .site-header__inner {
    min-height: 72px;
  }

  .account-page .site-navigation {
    gap: 28px;
  }

  .account-page .site-navigation a {
    font-size: 16px;
  }

  .page-hero {
    padding-top: 40px;
  }

  .page-hero__frame {
    height: 340px;
  }

  .page-hero__copy {
    top: 88px;
    left: 36px;
    max-width: 420px;
  }

  .page-hero__copy h1 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .page-hero__copy p {
    font-size: 18px;
  }

  .page-hero__vehicle--truck {
    top: -10px;
    left: 44%;
    width: 340px;
  }

  .page-hero__vehicle--heli {
    top: -16px;
    right: 10px;
    width: 580px;
  }

  .inquiry-shell {
    padding-inline: 0;
  }
}

@media (max-width: 899px) {
  .account-page .site-header__inner {
    min-height: 60px;
  }

  .account-page .site-brand__icon {
    width: 28px;
    height: 28px;
  }

  .account-page .site-brand__text {
    width: 116px;
    height: 26px;
  }

  .account-page .site-menu-button {
    display: grid;
    place-items: center;
  }

  .account-page .site-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 16px 18px;
    background: #10131a;
  }

  .account-page .site-navigation a {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
  }

  .account-page .site-navigation__cta {
    margin-top: 12px;
    text-align: center;
  }

  .page-hero {
    padding: 20px 0 28px;
  }

  .page-hero__frame {
    height: 250px;
    overflow: hidden;
    border-radius: 22px;
  }

  .page-hero__copy {
    top: auto;
    bottom: 34px;
    left: 18px;
    max-width: 220px;
  }

  .page-hero__copy h1 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .page-hero__copy p {
    font-size: 14px;
  }

  .page-hero__vehicle--truck {
    top: 18px;
    left: 48%;
    width: 185px;
  }

  .page-hero__vehicle--heli {
    top: 34px;
    right: -44px;
    width: 280px;
  }

  .inquiry-section {
    padding-bottom: 72px;
  }

  .inquiry-shell {
    width: min(100% - 32px, 1238px);
    padding-top: 18px;
  }

  .inquiry-intro p {
    margin-top: 18px;
    font-size: 16px;
  }

  .inquiry-entry__options,
  .inquiry-field-grid--identity,
  .inquiry-field-grid--payment {
    grid-template-columns: 1fr;
  }

  .inquiry-entry-card {
    min-height: 190px;
    padding: 26px 24px;
  }

  .inquiry-platform {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .inquiry-platform legend {
    width: 100%;
  }

  .inquiry-platform-id-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .inquiry-platform-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .inquiry-guest-fields,
  .inquiry-payment-fields {
    padding: 0;
  }

  .inquiry-category {
    flex: 1 1 calc(50% - 4px);
    padding-inline: 12px;
  }

  .inquiry-filebox {
    align-items: flex-start;
  }

  .inquiry-actions {
    justify-content: stretch;
  }

  .inquiry-submit {
    width: 100%;
  }

  .history-item__summary {
    grid-template-columns: 1fr auto 18px;
    grid-template-areas:
      "date status icon"
      "title title title";
    gap: 4px 10px;
    padding: 14px 0;
  }

  .history-item__date {
    grid-area: date;
  }

  .history-item__title {
    grid-area: title;
  }

  .history-item__status {
    grid-area: status;
  }

  .history-item__icon {
    grid-area: icon;
    justify-self: end;
  }

  .history-item__panel {
    padding: 0 0 14px;
  }

  .history-item__detail {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__copy span {
    display: block;
    margin: 3px 0 0;
  }
}

/* 고객센터도 메인·게임정보 화면과 같은 좌우 기준선을 사용합니다. */
.account-page .site-width,
.account-page .inquiry-shell {
  width: min(calc(100% - 96px), 1720px);
  margin-inline: auto;
}

.account-page .inquiry-shell {
  padding-inline: 0;
}

@media (max-width: 1199px) {
  .account-page .site-width,
  .account-page .inquiry-shell {
    width: min(calc(100% - 64px), 1720px);
  }
}

@media (max-width: 720px) {
  .account-page .site-width,
  .account-page .inquiry-shell {
    width: calc(100% - 24px);
  }
}
