﻿.inquiry-page {
  display: grid;
  gap: 12px;
  padding: 10px 0 36px;
}

.inquiry-page .content-panel,
.inquiry-page .section-panel,
.notice-banner,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.inquiry-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  padding: 30px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 141, 255, 0.3), transparent 30%),
    linear-gradient(135deg, rgba(53, 58, 76, 0.98), rgba(43, 47, 62, 0.98));
}

.hero-main {
  position: relative;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #23b7ff;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(0, 141, 255, 0.9);
}

.inquiry-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.18;
  letter-spacing: -1.4px;
}

.inquiry-hero .lead {
  max-width: 700px;
  margin-bottom: 20px;
  color: #d8dbea;
  font-size: 14px;
}

.topic-box {
  max-width: 680px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(35, 183, 255, 0.25);
  border-radius: 10px;
  background: rgba(19, 22, 31, 0.24);
}

.topic-caption,
.mini-kicker,
.guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #44c7ff;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.topic-box strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.topic-box p {
  margin: 8px 0 0;
  color: #bdc3d5;
  font-size: 12px;
}

.hero-side {
  display: flex;
}

.hero-side-card {
  width: 100%;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(25, 29, 40, 0.5);
}

.hero-side-card h2 {
  margin: 10px 0 12px;
  font-size: 18px;
}

.hero-side-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-side-list li {
  position: relative;
  padding-left: 18px;
  color: #d7dceb;
  font-size: 12px;
}

.hero-side-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #44c7ff, #008dff);
  box-shadow: 0 0 10px rgba(0, 141, 255, 0.55);
}

.notice-banner {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 18px 17px;
  background: linear-gradient(
    180deg,
    rgba(49, 54, 71, 0.96),
    rgba(37, 41, 55, 0.98)
  );
}

.notice-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #dce1ff;
  background: rgba(0, 141, 255, 0.2);
  font-size: 26px;
  font-weight: 1000;
}

.notice-body h2,
.panel-title,
.guide-head h2,
.cta-panel h2 {
  margin-bottom: 7px;
  font-size: 24px;
  letter-spacing: -0.7px;
}

.notice-body p,
.cta-description {
  margin: 0;
  color: #c7ccdb;
  font-size: 13px;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inquiry-panel {
  padding: 24px 22px;
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 20px;
}

.panel-title::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #44c7ff, #006fe6);
}

.info-list,
.prep-grid {
  margin: 0;
}

.bullet-list {
  display: grid;
  gap: 13px;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  color: #d4d9e7;
  font-size: 13px;
}

.bullet-list li::before {
  content: "??;
  position: absolute;
  left: 0;
  top: 0;
  color: #44c7ff;
  font-size: 14px;
  font-weight: 1000;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.prep-card {
  min-height: 124px;
  padding: 16px 15px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(24, 28, 38, 0.55);
}

.prep-card strong {
  display: block;
  margin-bottom: 8px;
  color: #f8f9ff;
  font-size: 14px;
}

.prep-card p {
  margin: 0;
  color: #bac1d2;
  font-size: 12px;
}

.guide-panel {
  padding: 24px 22px;
}

.guide-head {
  margin-bottom: 16px;
}

.guide-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.guide-step {
  min-height: 180px;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: rgba(24, 28, 39, 0.46);
}

.guide-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  color: #e4e8ff;
  background: rgba(0, 141, 255, 0.18);
  font-size: 11px;
  font-weight: 1000;
}

.guide-step h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.guide-step p {
  margin: 0;
  color: #b9c1d0;
  font-size: 12px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 24px;
  background:
    radial-gradient(
      circle at 85% 0%,
      rgba(96, 113, 255, 0.28),
      transparent 28%
    ),
    linear-gradient(135deg, rgba(48, 53, 70, 0.98), rgba(38, 42, 56, 0.99));
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cta-button {
  min-width: 220px;
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 8px;
  font-size: 12px;
}
