.phone-detail-showcase {
  --phone-detail-navy: #05285f;
  --phone-detail-navy-2: #0c3b83;
  --phone-detail-blue: #1268ff;
  --phone-detail-yellow: #ffcc21;
  --phone-detail-ink: #101828;
  --phone-detail-muted: #667085;
  --phone-detail-line: #e6ecf4;
  color: var(--phone-detail-ink);
  background: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  line-height: 1.5;
}

.phone-detail-showcase,
.phone-detail-showcase * {
  box-sizing: border-box;
}

.phone-detail-showcase section {
  padding: 88px 0;
}

.phone-detail-wrap {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.phone-detail-showcase h2 {
  margin: 0 0 16px;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -2.5px;
}

.phone-detail-blue {
  color: var(--phone-detail-blue);
}

.phone-detail-yellow {
  color: var(--phone-detail-yellow);
}

.phone-detail-hero {
  background: radial-gradient(circle at 82% 18%, rgba(18, 104, 255, .13), transparent 28%), linear-gradient(180deg, #fbfdff, #fff);
}

.phone-detail-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
}

.phone-detail-brand {
  margin-bottom: 12px;
  color: var(--phone-detail-navy);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
}

.phone-detail-brand span {
  color: var(--phone-detail-blue);
}

.phone-detail-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #1b61cc;
  background: #edf4ff;
  font-size: 13px;
  font-weight: 800;
}

.phone-detail-hero h2 {
  margin: 18px 0;
  font-size: clamp(52px, 6vw, 82px);
  letter-spacing: -4px;
}

.phone-detail-underline {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.phone-detail-underline::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1%;
  bottom: 2px;
  left: -1%;
  height: 10px;
  border-radius: 10px;
  background: var(--phone-detail-yellow);
}

.phone-detail-hero p {
  margin: 0 0 24px;
  color: #475467;
  font-size: 20px;
}

.phone-detail-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  border-radius: 14px;
  color: #111;
  background: var(--phone-detail-yellow);
  box-shadow: 0 12px 28px rgba(255, 195, 0, .28);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.phone-detail-subline {
  margin-top: 18px;
  color: #39475a;
  font-size: 14px;
  font-weight: 700;
}

.phone-detail-visual {
  position: relative;
  min-height: 520px;
}

.phone-detail-visual-box {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, #103b82, #0b2458);
  box-shadow: 0 28px 65px rgba(0, 46, 120, .2);
}

.phone-detail-device {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .25));
}

.phone-detail-device-left {
  bottom: 5%;
  left: -4%;
  width: 58%;
  transform: rotate(-5deg);
}

.phone-detail-device-right {
  right: -4%;
  bottom: 0;
  width: 66%;
}

.phone-detail-visual-bubble {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 18px 22px;
  border-radius: 22px;
  color: #fff;
  background: #082c66;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  font-size: 21px;
  font-weight: 900;
}

.phone-detail-visual-bubble span {
  color: var(--phone-detail-yellow);
}

.phone-detail-dark {
  color: #fff;
  background: linear-gradient(135deg, #062655, #0a3c80);
}

.phone-detail-two {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.phone-detail-kicker {
  margin-bottom: 8px;
  color: #2672db;
  font-size: 14px;
  font-weight: 900;
}

.phone-detail-dark .phone-detail-kicker {
  color: #93c0ff;
}

.phone-detail-muted {
  color: var(--phone-detail-muted);
  font-size: 18px;
}

.phone-detail-dark .phone-detail-muted {
  color: #c5d4ea;
}

.phone-detail-chat-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.phone-detail-chat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-detail-avatar {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: #eef3f8;
  font-size: 25px;
}

.phone-detail-bubble {
  padding: 14px 18px;
  border-radius: 18px;
  color: #162033;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
  font-weight: 800;
}

.phone-detail-answer {
  display: inline-block;
  margin-top: 28px;
  padding: 20px 26px;
  border-radius: 22px 22px 22px 5px;
  color: #0d2e63;
  background: #fff;
  font-size: 27px;
  font-weight: 900;
}

.phone-detail-answer span {
  color: #f1ad00;
}

.phone-detail-compare,
.phone-detail-products-preview {
  background: #f8fbff;
}

.phone-detail-compare-grid {
  display: grid;
  grid-template-columns: .85fr 2.15fr;
  gap: 34px;
  align-items: center;
}

.phone-detail-showcase .phone-detail-compare-title {
  font-size: 42px;
}

.phone-detail-phone-shot {
  display: grid;
  height: 330px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--phone-detail-line);
  border-radius: 28px;
  background: #fff;
}

.phone-detail-phone-shot img,
.phone-detail-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone-detail-price-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.phone-detail-price {
  padding: 26px 18px;
  border: 1px solid var(--phone-detail-line);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.phone-detail-price b,
.phone-detail-price strong,
.phone-detail-price small {
  display: block;
}

.phone-detail-price b {
  margin-bottom: 10px;
  font-size: 16px;
}

.phone-detail-price small {
  color: #667085;
}

.phone-detail-price strong {
  color: #6b7280;
  font-size: 42px;
}

.phone-detail-price-best {
  border: 2px solid var(--phone-detail-yellow);
  background: #fffdf3;
}

.phone-detail-price-best b {
  color: #8a6100;
}

.phone-detail-price-best strong {
  color: #f2a900;
}

.phone-detail-diff {
  display: inline-flex;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--phone-detail-navy);
  font-size: 20px;
  font-weight: 900;
}

.phone-detail-diff span {
  margin: 0 4px;
  color: var(--phone-detail-yellow);
}

.phone-detail-note {
  margin: 12px 0 0;
  color: #8892a3;
  font-size: 12px;
}

.phone-detail-features,
.phone-detail-products-preview,
.phone-detail-final {
  text-align: center;
}

.phone-detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.phone-detail-feature {
  padding: 23px 14px;
  border: 1px solid var(--phone-detail-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(30, 70, 120, .06);
}

.phone-detail-icon {
  font-size: 34px;
}

.phone-detail-feature h3 {
  margin: 9px 0 6px;
  font-size: 17px;
}

.phone-detail-feature p {
  margin: 0;
  color: var(--phone-detail-muted);
  font-size: 13px;
}

.phone-detail-why-box {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid #ffe8a0;
  border-radius: 24px;
  background: linear-gradient(90deg, #fff9df, #fff);
}

.phone-detail-trophy {
  font-size: 76px;
  text-align: center;
}

.phone-detail-why-box h2 {
  font-size: 38px;
  text-align: center;
}

.phone-detail-checks {
  display: grid;
  gap: 10px;
  color: #364152;
  font-weight: 800;
}

.phone-detail-checks div::before {
  content: "✓";
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  color: #1068ff;
  background: #eaf3ff;
  font-weight: 900;
}

.phone-detail-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.phone-detail-product {
  display: grid;
  height: 235px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--phone-detail-line);
  border-radius: 20px;
  background: #fff;
}

.phone-detail-final {
  padding: 90px 0;
  color: #fff;
  background: linear-gradient(135deg, #05285f, #0a3f88);
}

.phone-detail-final h2 {
  font-size: clamp(46px, 6vw, 76px);
}

.phone-detail-final p {
  margin-bottom: 24px;
  color: #d1dced;
  font-size: 18px;
}

.phone-detail-final .phone-detail-btn {
  min-height: 62px;
  padding: 0 34px;
  font-size: 19px;
}

.phone-detail-final .phone-detail-subline {
  color: #cdd9eb;
}

#phoneProducts {
  scroll-margin-top: 110px;
}

.phone-products-intro {
  padding-top: 64px;
  background: #fff;
}

@media (max-width: 900px) {
  .phone-detail-showcase section {
    padding: 70px 0;
  }

  .phone-detail-hero-grid,
  .phone-detail-two,
  .phone-detail-compare-grid,
  .phone-detail-why-box {
    grid-template-columns: 1fr;
  }

  .phone-detail-hero h2 {
    letter-spacing: -2px;
  }

  .phone-detail-visual {
    min-height: 390px;
  }

  .phone-detail-feature-grid,
  .phone-detail-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .phone-detail-price-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .phone-detail-wrap {
    width: 92vw;
  }

  .phone-detail-showcase section {
    padding: 56px 0;
  }

  .phone-detail-hero h2 {
    font-size: 48px;
  }

  .phone-detail-hero p {
    font-size: 17px;
  }

  .phone-detail-visual {
    min-height: 330px;
  }

  .phone-detail-visual-bubble {
    padding: 14px 16px;
    font-size: 16px;
  }

  .phone-detail-showcase h2,
  .phone-detail-showcase .phone-detail-compare-title {
    font-size: 34px;
    letter-spacing: -1.5px;
  }

  .phone-detail-answer {
    padding: 16px 18px;
    font-size: 21px;
  }

  .phone-detail-feature-grid,
  .phone-detail-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phone-detail-feature {
    padding: 18px 8px;
  }

  .phone-detail-price strong {
    font-size: 36px;
  }

  .phone-detail-final h2 {
    font-size: 38px;
  }

  .phone-detail-btn {
    width: 100%;
  }
}
