.fortune-apple-hero {
  display: grid !important;
}

.fortune-apple-hero {
  position: relative;
  grid-template-columns: minmax(0, 1.03fr) minmax(480px, .97fr);
  width: min(100%, 1440px);
  min-height: clamp(620px, calc(100svh - 96px), 720px);
  margin: 0 auto 32px;
  overflow: hidden;
  isolation: isolate;
  background: #0c0b09;
  color: #fff;
}

.fortune-apple-hero__media {
  position: relative;
  min-width: 0;
  height: clamp(620px, calc(100svh - 96px), 720px);
  min-height: 0;
  align-self: start;
  margin: 0;
  overflow: hidden;
  background: #171510;
}

.fortune-apple-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 65%, rgba(12, 11, 9, .68) 100%),
    linear-gradient(0deg, rgba(8, 7, 5, .34), transparent 35%);
  pointer-events: none;
}

.fortune-apple-hero__media picture,
.fortune-apple-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.fortune-apple-hero__media picture {
  position: absolute;
  inset: 0;
}

.fortune-apple-hero__media img {
  object-fit: cover;
  object-position: 78% 40%;
}

.fortune-apple-hero__media figcaption {
  position: absolute;
  z-index: 1;
  left: 32px;
  bottom: 26px;
  color: rgba(255, 255, 255, .72);
  font: 600 11px/1.4 Inter, "Noto Sans TC", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fortune-apple-hero__media figcaption span {
  display: block;
}

.fortune-apple-hero__media-credit {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(216, 183, 104, .18);
  border-radius: 8px;
  background: rgba(8, 7, 5, .46);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #d8b768;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}

.fortune-apple-hero__inner {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(36px, 3.2vw, 48px);
}

.fortune-apple-hero__copy {
  width: 100%;
  max-width: 540px;
}

.fortune-apple-hero__eyebrow {
  margin: 0 0 18px;
  color: #d4b77d;
  font: 650 11px/1.5 Inter, "Noto Sans TC", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fortune-apple-hero__title {
  margin: 0;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 3.2vw, 50px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.1;
  text-wrap: balance;
  white-space: pre-line;
}

.fortune-apple-hero[data-fortune-apple-lang="zh"] .fortune-apple-hero__title {
  white-space: pre;
}

.fortune-apple-hero__proof {
  display: grid;
  gap: 4px;
  margin: 24px 0 0;
}

.fortune-apple-hero__proof strong {
  color: #e5cc9b;
  font-size: 15px;
  font-weight: 650;
}

.fortune-apple-hero__proof span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.6;
}

.fortune-apple-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 0;
  padding: 0;
  border: 1px solid rgba(229, 204, 155, .22);
  border-radius: 16px;
  list-style: none;
}

.fortune-apple-hero__trust li {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.fortune-apple-hero__trust li + li {
  border-left: 1px solid rgba(229, 204, 155, .18);
}

.fortune-apple-hero .fortune-paid-intent {
  max-width: 500px;
  margin-top: 16px;
}

.fortune-apple-proof {
  position: relative;
  min-height: 180px;
  margin: 18px 0 0;
  padding: 14px 16px 13px;
  overflow: hidden;
  border: 1px solid rgba(229, 204, 155, .22);
  border-radius: 16px;
  background: #15130f;
}

.fortune-apple-proof::before {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 12px;
  color: rgba(245, 233, 207, .11);
  font: 600 92px/1 Georgia, serif;
  content: "“";
  pointer-events: none;
}

.fortune-apple-proof__art {
  position: absolute;
  inset: 0;
  opacity: .8;
  overflow: hidden;
  pointer-events: none;
}

.fortune-apple-proof__art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 8, 7, .97) 0%, rgba(9, 8, 7, .9) 58%, rgba(9, 8, 7, .46) 100%);
  content: "";
}

.fortune-apple-proof__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.fortune-apple-proof__head,
.fortune-apple-proof__viewport,
.fortune-apple-proof__foot {
  position: relative;
  z-index: 2;
}

.fortune-apple-proof__head,
.fortune-apple-proof__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fortune-apple-proof__head {
  color: #d9bd86;
  font: 650 10px/1.4 Inter, "Noto Sans TC", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fortune-apple-proof__head p {
  margin: 0;
}

.fortune-apple-proof__status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  text-align: right;
}

.fortune-apple-proof__status span {
  color: rgba(255, 255, 255, .58);
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.fortune-apple-proof__status button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #d9bd86;
  font: inherit;
  letter-spacing: .05em;
  cursor: pointer;
}

.fortune-apple-proof__status button:hover,
.fortune-apple-proof__status button:focus-visible {
  color: #fff;
}

.fortune-apple-proof__viewport {
  min-height: 105px;
  margin-top: 8px;
  outline: none;
  touch-action: pan-y;
}

.fortune-apple-proof__viewport:focus-visible {
  border-radius: 8px;
  outline: 2px solid rgba(229, 204, 155, .72);
  outline-offset: 4px;
}

.fortune-apple-proof__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s step-end;
  pointer-events: none;
}

.fortune-apple-proof__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .24s ease, transform .24s ease, visibility 0s;
  pointer-events: auto;
}

.fortune-apple-proof__category {
  color: rgba(229, 204, 155, .78);
  font: 600 10px/1.4 Inter, "Noto Sans TC", sans-serif;
}

.fortune-apple-proof blockquote {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  font-size: 12.5px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fortune-apple-proof__slide p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 10.5px;
  line-height: 1.4;
}

.fortune-apple-proof__foot {
  min-height: 26px;
  padding-top: 8px;
  border-top: 1px solid rgba(229, 204, 155, .14);
}

.fortune-apple-proof__foot a {
  color: #d9bd86;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 4px;
}

.fortune-apple-proof__foot a:hover,
.fortune-apple-proof__foot a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.fortune-apple-proof__controls {
  display: flex;
  gap: 6px;
}

.fortune-apple-proof__controls button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(229, 204, 155, .28);
  border-radius: 50%;
  background: rgba(12, 11, 9, .55);
  color: rgba(255, 255, 255, .8);
  font: 600 12px/1 Inter, sans-serif;
  cursor: pointer;
  place-items: center;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.fortune-apple-proof__controls button:hover {
  border-color: rgba(229, 204, 155, .68);
  background: rgba(229, 204, 155, .12);
  color: #fff;
}

.fortune-apple-proof__controls button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .72);
  outline-offset: 2px;
}

.fortune-apple-proof-transition {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(229, 204, 155, .2);
}

.fortune-apple-proof-transition__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fortune-apple-proof-transition__metrics p {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin: 0;
  padding: 0 20px;
}

.fortune-apple-proof-transition__metrics p:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(229, 204, 155, .18);
}

.fortune-apple-proof-transition__metrics strong {
  color: #f0d79f;
  font: 650 26px/1.05 Inter, "Noto Sans TC", sans-serif;
  letter-spacing: -.03em;
}

.fortune-apple-proof-transition [data-public-proof-countup-target] {
  display: inline-block;
  min-inline-size: 4ch;
  font-variant-numeric: tabular-nums;
}

.fortune-apple-proof-transition__teachers [data-public-proof-countup-target] {
  min-inline-size: 1.5ch;
}

.fortune-apple-proof-transition__metrics span,
.fortune-apple-proof-transition__teachers span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.45;
}

.fortune-apple-proof-transition__teachers {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 18px 0 0;
}

.fortune-apple-proof-transition__teachers strong {
  color: #f0d79f;
  font: 650 20px/1 Inter, "Noto Sans TC", sans-serif;
}

.fortune-apple-proof-transition__bridge {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.55;
}

.fortune-apple-hero__offer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
}

.fortune-apple-hero__offer-label {
  display: grid;
  flex: 1;
  gap: 3px;
  min-width: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 500;
}

.fortune-apple-hero__offer-title,
.fortune-apple-hero__offer-duration {
  display: block;
}

.fortune-apple-hero__price {
  display: inline-flex;
  align-items: flex-end;
  color: #fff;
  font: 650 clamp(24px, 2vw, 30px)/1.2 Inter, "Noto Sans TC", sans-serif;
  letter-spacing: -.025em;
  white-space: nowrap;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fortune-apple-hero__price-suffix {
  margin: 0 0 .08em .28em;
  font-size: .46em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.fortune-apple-hero__price-prefix {
  margin: 0 .38em .1em 0;
  font-size: .38em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
}

.fortune-apple-hero__currency-note {
  flex-basis: 100%;
  margin: -1px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.fortune-apple-hero__currency-note[hidden] {
  display: none;
}

.fortune-apple-hero__actions {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.fortune-apple-hero__actions small {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.fortune-apple-hero__button {
  width: 100%;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font: 650 17px/1 Inter, "Noto Sans TC", sans-serif;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fortune-apple-hero__button:hover {
  transform: translateY(-1px);
}

.fortune-apple-hero__button:active {
  transform: translateY(0);
}

.fortune-apple-hero__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .72);
  outline-offset: 3px;
}

.fortune-apple-hero__button--primary {
  border-color: rgba(136, 96, 37, .22);
  background: linear-gradient(135deg, #c59a53, #a47532);
  color: #fff;
  box-shadow: 0 16px 36px rgba(98, 65, 20, .22);
}

.fortune-apple-hero__button--primary:hover {
  border-color: rgba(136, 96, 37, .28);
  background: linear-gradient(135deg, #cda864, #a97a37);
  box-shadow: 0 20px 44px rgba(98, 65, 20, .26);
}

.fortune-apple-hero__button--primary:active {
  background: linear-gradient(135deg, #b88c47, #94672b);
  box-shadow: 0 10px 24px rgba(98, 65, 20, .2);
}

.fortune-apple-hero__button--primary:focus-visible {
  outline-color: #e7c98f;
}

@media (max-width: 980px) {
  .fortune-apple-hero {
    grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  }

  .fortune-apple-hero__inner {
    padding: 36px 30px;
  }
}

@media (max-width: 760px) {
  body[data-page-key="fortune-hub-v2"].fortune-hero-in-view .uc-support-fab {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  body[data-page-key="fortune-hub-v2"] .uc-support-fab.is-bubble-on:not(.is-open) .uc-support-fab__bubble {
    display: none;
  }

  .fortune-apple-hero {
    display: block !important;
  }

  .fortune-apple-hero {
    width: 100%;
    min-height: 0;
    margin-bottom: 22px;
  }

  .fortune-apple-hero__media {
    height: clamp(164px, 43vw, 176px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .fortune-apple-hero__media::after {
    background: linear-gradient(
      0deg,
      rgba(8, 7, 5, .72) 0%,
      rgba(8, 7, 5, .28) 42%,
      rgba(8, 7, 5, 0) 74%
    );
  }

  .fortune-apple-hero__media img {
    object-position: 55% 18%;
  }

  .fortune-apple-hero__media figcaption {
    right: 24px;
    left: 24px;
    bottom: 19px;
    font-size: 9px;
  }

  .fortune-apple-hero__media-credit {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .fortune-apple-hero__media [data-fortune-apple-copy="caption"] {
    transform: translateX(10px);
  }

  .fortune-apple-hero__inner {
    display: block;
    padding: 16px 24px 12px;
  }

  .fortune-apple-hero__copy {
    display: flex;
    flex-direction: column;
    max-width: none;
  }

  .fortune-apple-hero__eyebrow {
    order: 1;
    margin-bottom: 9px;
    color: rgba(212, 183, 125, .78);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .14em;
  }

  .fortune-apple-hero__title,
  .fortune-apple-hero[data-fortune-apple-lang="zh"] .fortune-apple-hero__title {
    order: 2;
    max-width: 92%;
    font-size: clamp(36px, 9.5vw, 40px);
    letter-spacing: -.045em;
    line-height: 1.08;
    white-space: pre-line;
  }

  .fortune-apple-hero__proof {
    order: 3;
    margin-top: 14px;
    gap: 6px;
  }

  .fortune-apple-hero__proof strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .fortune-apple-hero__proof span {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .fortune-apple-hero__trust {
    order: 4;
    margin-top: 14px;
  }

  .fortune-apple-hero__trust li {
    min-height: 38px;
    padding: 4px 3px;
    font-size: 11.5px;
    line-height: 1.2;
  }

  .fortune-apple-proof {
    order: 8;
    min-height: 218px;
    margin-top: 18px;
    padding: 16px 16px 14px;
  }

  .fortune-apple-proof__art {
    opacity: .8;
  }

  .fortune-apple-proof__art img {
    object-position: 42% 50%;
  }

  .fortune-apple-proof__viewport {
    min-height: 139px;
  }

  .fortune-apple-proof blockquote {
    font-size: 13px;
    line-height: 1.62;
    -webkit-line-clamp: 5;
  }

  .fortune-apple-hero__offer {
    order: 6;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 12px;
  }

  .fortune-apple-hero__offer-label {
    gap: 2px;
    font-size: inherit;
  }

  .fortune-apple-hero__offer-title {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(15.5px, 4.4vw, 17px);
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
  }

  .fortune-apple-hero__offer-duration {
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
  }

  .fortune-apple-hero__price {
    font-size: clamp(32px, 8.6vw, 34px);
    line-height: 1;
    white-space: normal;
  }

  body[data-fortune-local-currency] .fortune-apple-hero__offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    align-items: start;
  }

  body[data-fortune-local-currency] .fortune-apple-hero__offer-label {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  body[data-fortune-local-currency] .fortune-apple-hero__price {
    font-size: clamp(25px, 7.1vw, 30px);
    line-height: 1.12;
  }

  body[data-fortune-local-currency] .fortune-apple-hero__currency-note {
    width: 100%;
    margin: 0;
  }

  .fortune-apple-hero__actions {
    order: 7;
    margin-top: 12px;
  }

  .fortune-apple-hero__button {
    min-height: 52px;
    border-radius: 16px;
  }

  .fortune-apple-hero__actions {
    gap: 8px;
  }

  .fortune-apple-hero__actions small {
    color: rgba(255, 255, 255, .42);
    font-size: 11px;
  }

  .fortune-apple-hero .fortune-paid-intent {
    order: 5;
  }

  .fortune-apple-proof-transition {
    order: 9;
    min-height: 174px;
    margin-top: 22px;
    padding-top: 22px;
  }

  .fortune-apple-proof-transition__metrics p {
    padding: 0 14px;
  }

  .fortune-apple-proof-transition__metrics strong {
    font-size: 24px;
  }

  .fortune-apple-proof-transition__metrics span,
  .fortune-apple-proof-transition__teachers span {
    font-size: 10.5px;
  }

  .fortune-apple-proof-transition__teachers {
    margin-top: 18px;
  }

  .fortune-apple-proof-transition__bridge {
    margin-top: 8px;
    font-size: 11.5px;
  }

  html[data-fortune-apple-lang] .site-header {
    margin-top: 8px;
  }

  html[data-fortune-apple-lang] .site-header .nav-shell {
    min-height: 56px;
    padding: 7px 10px;
  }

  html[data-fortune-apple-lang] .site-header .brand-mark,
  html[data-fortune-apple-lang] .site-header .brand-mark img {
    height: 42px;
  }

  html[data-fortune-apple-lang] .site-header .lang-toggle {
    min-width: 44px;
    height: 32px;
    padding: 0 7px;
    font-size: 10.5px;
  }

  html[data-fortune-apple-lang] .site-header .nav-toggle {
    width: 36px;
    height: 36px;
  }

  html[data-fortune-apple-lang] .site-header .nav-toggle__text {
    font-size: 10.5px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__eyebrow,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__eyebrow {
    margin-bottom: 7px;
    font-size: 9.5px;
    line-height: 1.3;
    letter-spacing: .11em;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__title {
    max-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(30px, 8vw, 32px);
    line-height: 1.04;
  }

  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__title {
    max-width: 100%;
    font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(28px, 7.8vw, 31px);
    letter-spacing: -.025em;
    line-height: 1.13;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__proof,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__proof {
    margin-top: 10px;
    gap: 4px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__proof strong,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__proof strong {
    font-size: 15.5px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__proof span,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__proof span {
    font-size: 12.5px;
    line-height: 1.38;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__trust,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__trust {
    margin-top: 10px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__trust li,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__trust li {
    min-height: 42px;
    padding: 4px 2px;
    font-size: 10px;
    line-height: 1.24;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__offer,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-top: 10px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__offer-label,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__offer-label,
  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__price,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__price,
  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__currency-note,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__currency-note {
    width: 100%;
    min-width: 0;
  }

  body[data-fortune-local-currency] .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__offer-label,
  body[data-fortune-local-currency] .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__offer-label {
    flex-wrap: wrap;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__offer-title,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__offer-title {
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__offer-duration,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__offer-duration {
    font-size: 11.5px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__price,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__price {
    position: relative;
    padding-top: 10px;
    font-size: clamp(27px, 7.5vw, 30px);
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__price-prefix,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__price-prefix {
    position: absolute;
    top: 0;
    left: 1px;
    margin: 0;
    font-size: 10px;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__button,
  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: 15.5px;
  }

  html[data-fortune-apple-lang="en"] .site-header .brand-mark,
  html[data-fortune-apple-lang="en"] .site-header .brand-mark img,
  html[data-fortune-apple-lang="th"] .site-header .brand-mark,
  html[data-fortune-apple-lang="th"] .site-header .brand-mark img {
    height: 38px;
  }

  html[data-fortune-apple-lang="en"] .site-header .nav-title,
  html[data-fortune-apple-lang="th"] .site-header .nav-title {
    font-size: 9.5px;
  }

  html[data-fortune-apple-lang="en"] .site-header .lang-toggle,
  html[data-fortune-apple-lang="th"] .site-header .lang-toggle {
    min-width: 40px;
    padding-inline: 6px;
    font-size: 9.5px;
  }

  html[data-fortune-apple-lang="en"] .site-header .nav-toggle,
  html[data-fortune-apple-lang="th"] .site-header .nav-toggle {
    width: 34px;
    height: 34px;
  }

  html[data-fortune-apple-lang="en"] .site-header .nav-toggle__text,
  html[data-fortune-apple-lang="th"] .site-header .nav-toggle__text {
    font-size: 9.5px;
  }
}

@media (max-width: 760px) and (max-height: 760px) {
  .fortune-apple-hero__media {
    height: clamp(156px, 40vw, 164px);
  }

  .fortune-apple-hero__inner {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .fortune-apple-hero__eyebrow {
    margin-bottom: 8px;
  }

  .fortune-apple-hero__title,
  .fortune-apple-hero[data-fortune-apple-lang="zh"] .fortune-apple-hero__title {
    font-size: 36px;
    line-height: 1.05;
  }

  .fortune-apple-hero__proof,
  .fortune-apple-hero__trust,
  .fortune-apple-hero__offer {
    margin-top: 10px;
  }

  .fortune-apple-hero__proof span {
    font-size: 14px;
    line-height: 1.4;
  }

  .fortune-apple-hero__actions {
    margin-top: 12px;
  }

  .fortune-apple-hero__button {
    min-height: 50px;
  }
}

@media (max-width: 380px) {
  .fortune-apple-hero__title,
  .fortune-apple-hero[data-fortune-apple-lang="zh"] .fortune-apple-hero__title {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
  }

  .fortune-apple-hero[data-fortune-apple-lang="en"] .fortune-apple-hero__title {
    font-size: 29px;
    line-height: 1.04;
  }

  .fortune-apple-hero[data-fortune-apple-lang="th"] .fortune-apple-hero__title {
    font-size: 28px;
    line-height: 1.12;
  }

  html[data-fortune-apple-lang="en"] .site-header .nav-shell,
  html[data-fortune-apple-lang="th"] .site-header .nav-shell {
    gap: 5px;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fortune-apple-hero__button,
  .fortune-apple-proof__slide,
  .fortune-apple-proof__controls button {
    transition: none;
  }
}
