.apple-page {
  --apple-blue: #0071e3;
  --apple-ink: #1d1d1f;
  --apple-muted: #6e6e73;
  --apple-line: rgba(0, 0, 0, 0.08);
  color: var(--apple-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Pretendard", "Noto Sans KR", sans-serif;
}

.apple-page .container {
  width: min(100% - 48px, 1180px);
}

.minimal-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--apple-line);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
}

.minimal-header .header-inner {
  min-height: 60px;
}

.minimal-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.minimal-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.minimal-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 650;
}

.minimal-nav a:not(.button) {
  color: inherit;
  opacity: 0.78;
}

.minimal-nav a:hover {
  opacity: 1;
}

.apple-page .button {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--apple-blue);
  box-shadow: none;
}

.apple-page .button:hover {
  background: #0077ed;
  transform: none;
}

.apple-page .button-secondary {
  border: 1px solid #86868b;
  color: var(--apple-ink);
  background: transparent;
}

.apple-page .button-secondary:hover {
  color: var(--apple-ink);
  background: #f5f5f7;
}

.apple-eyebrow {
  margin: 0 0 18px;
  color: var(--apple-blue);
  font-size: 15px;
  font-weight: 750;
}

.apple-mascot {
  display: block;
  width: 118px;
  height: 118px;
  margin-bottom: 26px;
  object-fit: contain;
}

.apple-mascot.is-centered {
  margin-right: auto;
  margin-left: auto;
}

.apple-display {
  margin: 0;
  font-size: clamp(58px, 6.4vw, 94px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.apple-lead {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--apple-muted);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 520;
  line-height: 1.55;
}

.apple-screen {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.14);
}

.apple-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.dashboard-promo-overlay {
  position: absolute;
  z-index: 3;
  top: 58%;
  right: 2.5%;
  bottom: auto;
  left: 23%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  min-height: 18%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  color: var(--apple-ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
}

.dashboard-promo-overlay div {
  min-width: 0;
  padding: 12px 16px;
}

.dashboard-promo-overlay div + div {
  border-left: 1px solid var(--apple-line);
}

.dashboard-promo-overlay span {
  display: block;
  color: var(--apple-muted);
  font-size: clamp(9px, 0.85vw, 12px);
  font-weight: 650;
}

.dashboard-promo-overlay strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  font-size: clamp(12px, 1.25vw, 19px);
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-promo-overlay em {
  margin-left: 4px;
  color: var(--apple-blue);
  font-size: 9px;
  font-style: normal;
  vertical-align: middle;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--apple-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-metric {
  min-width: 0;
  padding: 18px 22px;
}

.hero-metric + .hero-metric {
  border-left: 1px solid var(--apple-line);
}

.hero-metric span {
  display: block;
  color: var(--apple-muted);
  font-size: 12px;
  font-weight: 650;
}

.hero-metric strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: -0.045em;
}

.hero-metric em {
  margin-left: 5px;
  color: var(--apple-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  vertical-align: middle;
}

.apple-workflow-section {
  padding: 92px 0;
  border-top: 1px solid var(--apple-line);
  border-bottom: 1px solid var(--apple-line);
  background: #fff;
}

.apple-workflow-heading {
  margin: 0 0 48px;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 1.08;
}

.apple-workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.apple-workflow-item {
  padding: 4px 24px 4px 0;
}

.apple-workflow-item + .apple-workflow-item {
  padding-left: 24px;
  border-left: 1px solid var(--apple-line);
}

.apple-workflow-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.apple-workflow-item strong {
  display: block;
  margin-top: 18px;
  font-size: 19px;
  letter-spacing: -0.035em;
}

.apple-workflow-item p {
  margin: 8px 0 0;
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 1.55;
}

.apple-feature {
  padding: 128px 0;
}

.apple-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(520px, 1.32fr);
  align-items: center;
  gap: 84px;
}

.apple-feature:nth-child(even) .apple-feature-copy {
  order: 2;
}

.apple-feature-number {
  display: block;
  margin-bottom: 22px;
  color: var(--apple-blue);
  font-size: 17px;
  font-weight: 750;
}

.apple-feature h2 {
  margin: 0;
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 1.04;
}

.apple-feature p {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--apple-muted);
  font-size: 20px;
  line-height: 1.65;
}

.apple-feature .apple-screen {
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}

.apple-suite-section {
  padding: 118px 0;
  background: #f5f5f7;
}

.apple-suite-heading {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 1.03;
}

.apple-suite-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--apple-muted);
  font-size: 19px;
  line-height: 1.65;
}

.apple-suite-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.58fr);
  align-items: stretch;
  gap: 22px;
  margin-top: 58px;
}

.apple-suite-grid > .apple-screen {
  height: 100%;
}

.apple-suite-grid > .apple-screen > img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.apple-suite-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.apple-suite-stack .apple-screen img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.apple-suite-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
}

.apple-suite-points article {
  padding: 22px 26px 0 0;
  border-top: 1px solid var(--apple-line);
}

.apple-suite-points article + article {
  padding-left: 26px;
  border-left: 1px solid var(--apple-line);
}

.apple-suite-points strong {
  display: block;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.apple-suite-points p {
  margin: 8px 0 0;
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 1.55;
}

.apple-market-section,
.apple-source-section,
.apple-trial-section,
.apple-price-section,
.apple-note-section {
  padding: 96px 0;
}

.apple-trial-section {
  text-align: center;
  background: #fff;
}

.apple-trial-section h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.065em;
  line-height: 1.04;
}

.apple-trial-section > .container > p {
  margin: 22px 0 0;
  color: var(--apple-muted);
  font-size: 19px;
}

.apple-trial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  margin: 54px auto 0;
}

.apple-trial-grid article {
  padding: 10px 24px;
}

.apple-trial-grid article + article {
  border-left: 1px solid var(--apple-line);
}

.apple-trial-grid img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.apple-trial-grid strong {
  display: block;
  margin-top: 14px;
  font-size: 33px;
  letter-spacing: -0.045em;
}

.apple-trial-grid span {
  display: block;
  margin-top: 5px;
  color: var(--apple-muted);
  font-size: 14px;
}

.apple-market-section h2,
.apple-source-section h2,
.apple-price-section h2 {
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  letter-spacing: -0.06em;
  line-height: 1.06;
}

.apple-market-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.apple-market-row article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-top: 1px solid var(--apple-line);
}

.apple-market-row img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.apple-market-row strong,
.apple-market-row span {
  display: block;
}

.apple-market-row span {
  margin-top: 2px;
  color: var(--apple-muted);
  font-size: 12px;
}

.apple-source-details {
  margin-top: 38px;
  border-top: 1px solid var(--apple-line);
  border-bottom: 1px solid var(--apple-line);
}

.apple-source-spotlight {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.apple-source-spotlight span {
  padding: 10px 15px;
  border: 1px solid var(--apple-line);
  border-radius: 999px;
  color: var(--apple-muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.apple-source-details summary {
  padding: 24px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.apple-source-details .site-toolbar {
  margin-top: 4px;
}

.apple-source-details .site-list {
  padding-bottom: 28px;
}

.apple-price-section {
  text-align: center;
}

.apple-price-line {
  margin: 20px 0 0;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 760;
  letter-spacing: -0.05em;
}

.apple-price-line strong {
  color: var(--apple-blue);
  font-size: 1.35em;
}

.apple-price-section .button-row {
  justify-content: center;
  margin-top: 34px;
}

.trial-limit {
  margin: 22px auto 0;
  color: var(--apple-muted);
  font-size: 14px;
}

.apple-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.apple-note-grid article {
  padding-top: 18px;
  border-top: 1px solid var(--apple-line);
}

.apple-note-grid strong {
  display: block;
  font-size: 15px;
}

.apple-note-grid p {
  margin: 8px 0 0;
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 1.6;
}

.apple-final {
  padding: 118px 0;
  text-align: center;
}

.apple-faq-section {
  padding: 96px 0;
  background: #fff;
}

.apple-faq-section h2 {
  margin: 0;
  font-size: clamp(40px, 4.5vw, 66px);
  letter-spacing: -0.06em;
}

.apple-faq-list {
  max-width: 900px;
  margin-top: 44px;
  border-top: 1px solid var(--apple-line);
}

.apple-faq-list details {
  border-bottom: 1px solid var(--apple-line);
}

.apple-faq-list summary {
  padding: 23px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.apple-faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--apple-muted);
  font-size: 15px;
  line-height: 1.7;
}

.apple-final h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 86px);
  letter-spacing: -0.07em;
  line-height: 1;
}

.apple-final .apple-mascot {
  width: 104px;
  height: 104px;
  margin-bottom: 28px;
}

.apple-final .button-row {
  justify-content: center;
  margin-top: 34px;
}

.minimal-footer {
  padding: 28px 0 90px;
  border-top: 1px solid var(--apple-line);
  color: var(--apple-muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .minimal-nav a:not(.button) {
    display: none;
  }

  .apple-feature-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .apple-suite-grid {
    grid-template-columns: 1fr;
  }

  .apple-suite-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .apple-suite-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apple-suite-points article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .apple-feature:nth-child(even) .apple-feature-copy {
    order: initial;
  }

  .apple-market-row,
  .apple-note-grid,
  .apple-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apple-workflow-item:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .apple-workflow-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .apple-page .container {
    width: min(100% - 28px, 1180px);
  }

  .minimal-header .header-inner {
    min-height: 58px;
  }

  .minimal-brand span {
    display: none;
  }

  .minimal-nav {
    gap: 10px;
  }

  .minimal-nav .button {
    min-height: 38px;
    padding: 0 15px;
    font-size: 12px;
  }

  .apple-display {
    font-size: clamp(44px, 13.5vw, 58px);
    overflow-wrap: anywhere;
  }

  .apple-lead {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .dashboard-promo-overlay {
    top: 57%;
    right: 2%;
    bottom: auto;
    left: 22%;
    min-height: 19%;
    border-radius: 10px;
  }

  .dashboard-promo-overlay div {
    padding: 5px 6px;
  }

  .dashboard-promo-overlay span {
    font-size: 7px;
  }

  .dashboard-promo-overlay strong {
    margin-top: 2px;
    font-size: 9px;
  }

  .dashboard-promo-overlay em {
    display: block;
    margin: 1px 0 0;
    font-size: 6px;
  }

  .hero-metric + .hero-metric {
    border-top: 1px solid var(--apple-line);
    border-left: 0;
  }

  .apple-feature {
    padding: 86px 0;
  }

  .apple-suite-section,
  .apple-faq-section {
    padding: 78px 0;
  }

  .apple-suite-grid {
    gap: 14px;
    margin-top: 38px;
  }

  .apple-suite-stack {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apple-suite-points {
    grid-template-columns: 1fr;
  }

  .apple-suite-points article,
  .apple-suite-points article + article,
  .apple-suite-points article:nth-child(3) {
    padding: 20px 0;
    border-top: 1px solid var(--apple-line);
    border-left: 0;
  }

  .apple-feature-inner {
    gap: 32px;
  }

  .apple-feature h2 {
    font-size: 43px;
    overflow-wrap: anywhere;
  }

  .apple-feature p {
    font-size: 17px;
  }

  .apple-market-row,
  .apple-note-grid,
  .apple-workflow-grid,
  .apple-trial-grid {
    grid-template-columns: 1fr;
  }

  .apple-workflow-section {
    padding: 72px 0;
  }

  .apple-workflow-item,
  .apple-workflow-item + .apple-workflow-item,
  .apple-workflow-item:nth-child(3) {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    padding: 22px 0;
    border-top: 1px solid var(--apple-line);
    border-left: 0;
  }

  .apple-workflow-item img {
    grid-row: 1 / span 2;
    width: 58px;
    height: 58px;
  }

  .apple-workflow-item strong {
    margin-top: 3px;
  }

  .apple-workflow-item p {
    margin-top: 3px;
  }

  .apple-trial-grid article,
  .apple-trial-grid article + article {
    padding: 24px 0;
    border-top: 1px solid var(--apple-line);
    border-left: 0;
  }

  .apple-market-section,
  .apple-source-section,
  .apple-trial-section,
  .apple-price-section,
  .apple-note-section,
  .apple-final {
    padding: 76px 0;
  }

  .apple-price-line span {
    display: block;
  }

  .concept-switcher {
    max-width: calc(100vw - 24px);
  }
}
