:root {
  --apple-bg: #fcf9ea;
  --apple-surface: #ffffff;
  --apple-surface-warm: #fffbe8;
  --apple-accent-soft: #fcf9ea;
  --apple-accent-large: #b90e2b;
  --apple-accent: #b90e2b;
  --apple-accent-dark: #891428;
  --apple-accent-ink: #620b1c;
  --apple-accent-foreground: #ffffff;
  --apple-text: #3f3f3f;
  --apple-muted: #6f6d65;
  --apple-border: rgba(63, 63, 63, 0.14);
  --apple-dark: #b90e2b;
  --apple-radius: 28px;
  --apple-width: 1120px;
}

html:root {
  scroll-behavior: smooth;
  background: var(--apple-surface);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.theme-apple {
  color: var(--apple-text);
  background: var(--apple-surface);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

.theme-apple :is(
  .offer__button,
  .price-card__button,
  .consultation__button
):focus-visible {
  outline: 3px solid var(--apple-accent);
  outline-offset: 4px;
}

.theme-apple :is(h1, h2, h3, h4) {
  text-wrap: balance;
}

.theme-apple :is(p, li, blockquote) {
  text-wrap: pretty;
}

.theme-apple .hero-alt {
  background: var(--apple-surface);
}

.theme-apple .hero-alt__header {
  width: var(--apple-width);
  background: var(--apple-surface);
  box-shadow: 0 0 0 100vmax var(--apple-surface);
}

.theme-apple .hero-alt__inner {
  width: 1200px;
}

.theme-apple .hero-alt__nav a:first-child {
  background: var(--apple-surface);
}

.theme-apple .hero-alt__cta {
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .hero-alt__brand,
.theme-apple .hero-alt__nav {
  color: var(--apple-text);
}

.theme-apple .hero-alt__brand {
  color: var(--apple-accent-dark);
}

.theme-apple .hero-alt__brand-symbol {
  color: var(--apple-accent);
}

.theme-apple .hero-alt__cta-symbol {
  color: var(--apple-accent);
  background: var(--apple-accent-foreground);
}

.theme-apple .hero-alt__strapline {
  color: var(--apple-accent);
}

.theme-apple .countdown,
.theme-apple .offer,
.theme-apple .problems,
.theme-apple .steps,
.theme-apple .results,
.theme-apple .actives,
.theme-apple .audience,
.theme-apple .support,
.theme-apple .pricing,
.theme-apple .expert,
.theme-apple .reviews,
.theme-apple .faq,
.theme-apple .consultation {
  height: auto;
  padding-block: 96px;
}

.theme-apple .countdown__inner,
.theme-apple .offer__grid,
.theme-apple .problems__inner,
.theme-apple .steps__inner,
.theme-apple .results__inner,
.theme-apple .actives__layout,
.theme-apple .audience__inner,
.theme-apple .support__layout,
.theme-apple .pricing__inner,
.theme-apple .expert__layout,
.theme-apple .reviews__layout,
.theme-apple .faq__layout,
.theme-apple .consultation__layout {
  width: var(--apple-width);
  margin-inline: auto;
}

.theme-apple :is(
  .problems__eyebrow,
  .steps__eyebrow,
  .results__eyebrow,
  .actives__eyebrow,
  .audience__eyebrow,
  .support__eyebrow,
  .pricing__eyebrow,
  .expert__eyebrow,
  .reviews__eyebrow,
  .faq__eyebrow,
  .consultation__eyebrow
) {
  color: var(--apple-accent);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 18px;
}

.theme-apple :is(
  .problems__title,
  .steps__title,
  .results__title,
  .actives__title,
  .audience__title,
  .support__title,
  .pricing__title,
  .expert__title,
  .reviews__title,
  .faq__title,
  .consultation__title
) {
  color: var(--apple-text);
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -2.6px;
  line-height: 0.98;
}

.theme-apple :is(
  .steps__intro,
  .results__intro,
  .actives__description,
  .audience__intro,
  .support__description,
  .pricing__intro,
  .expert__role,
  .reviews__intro,
  .faq__description
) {
  color: var(--apple-muted);
  font-size: 19px;
  line-height: 28px;
}

/* Countdown */
.theme-apple .countdown {
  background: var(--apple-surface);
}

.theme-apple .countdown__inner {
  position: relative;
  z-index: 3;
  grid-template-columns: 0.78fr 1.55fr;
  gap: 44px;
  margin-bottom: -140px;
  padding: 50px 52px;
  border: 1px solid var(--apple-border);
  border-radius: 32px;
  background: var(--apple-surface-warm);
  transform: translateY(-140px);
}

.theme-apple .countdown__title {
  max-width: 330px;
  color: var(--apple-accent-dark);
  font-size: 43px;
  letter-spacing: -1.8px;
  line-height: 1.02;
}

.theme-apple .countdown__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-content: stretch;
  gap: 0;
}

.theme-apple .countdown__unit {
  position: relative;
  min-width: 0;
  padding-inline: 18px;
}

.theme-apple .countdown__unit + .countdown__unit {
  border-left: 1px solid rgba(63, 63, 63, 0.16);
}

.theme-apple .countdown__digits {
  justify-content: center;
  gap: 0;
}

.theme-apple .countdown__digit {
  display: inline;
  width: auto;
  height: auto;
  overflow: visible;
  color: var(--apple-accent-dark);
  background: transparent;
  font-size: 62px;
  font-weight: 450;
  letter-spacing: -4px;
  line-height: 0.95;
}

.theme-apple .countdown__digit::after {
  display: none;
}

.theme-apple .countdown__label {
  margin-top: 14px;
  color: rgba(63, 63, 63, 0.68);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 14px;
  text-transform: uppercase;
}

/* Offer */
.theme-apple .offer {
  background: var(--apple-surface);
}

.theme-apple .offer__grid {
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 16px;
  height: auto;
  margin-block: 0;
}

.theme-apple .offer__card {
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
}

.theme-apple .offer__card--intro {
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .offer__card--summary {
  background: var(--apple-surface);
}

.theme-apple .offer__card--purchase {
  background: var(--apple-surface-warm);
}

.theme-apple .offer__heading--small {
  font-size: 25px;
  letter-spacing: -0.65px;
  line-height: 1.08;
}

.theme-apple .offer__heading--large {
  font-size: 34px;
  letter-spacing: -1.2px;
  line-height: 1.02;
}

.theme-apple .offer__heading--large span {
  border: 0;
  color: var(--apple-accent);
}

.theme-apple .offer__copy {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.theme-apple .offer__chips {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  width: min(280px, 100%);
  margin-top: 34px;
}

.theme-apple .offer-chip {
  width: 100%;
  height: 32px;
  border-color: var(--apple-border);
  border-radius: 999px;
  padding-inline: 8px;
  color: var(--apple-accent-dark);
  background: var(--apple-accent-soft);
  font-size: 11px;
}

.theme-apple .offer-chip:nth-child(-n + 3) {
  grid-column: span 2;
}

.theme-apple .offer-chip:nth-child(n + 4) {
  grid-column: span 3;
}

.theme-apple .offer__button--purchase {
  width: 100%;
  height: 58px;
  border-radius: 999px;
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
  font-size: 15px;
}

/* Problems */
.theme-apple .problems {
  background: var(--apple-bg);
}

.theme-apple .problems__inner {
  grid-template-columns: 285px 1fr;
  gap: 50px;
  padding: 0;
}

.theme-apple .problems__title {
  margin-top: 24px;
}

.theme-apple .problems__tiles {
  gap: 12px;
  background: transparent;
}

.theme-apple .problem-card {
  aspect-ratio: 1 / 1.04;
  padding: 22px;
  border: 1px solid var(--apple-border);
  border-radius: 24px;
  color: var(--apple-text);
  background: var(--apple-surface);
}

.theme-apple .problem-card--red {
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .problem-card--photo {
  color: #fff;
  background: var(--apple-text);
}

.theme-apple .problem-card__number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--apple-accent);
  background: #fff;
  font-size: 12px;
  font-weight: 650;
}

.theme-apple .problem-card--red .problem-card__number {
  color: var(--apple-accent);
}

.theme-apple .problem-card--photo .problem-card__number {
  color: var(--apple-text);
}

.theme-apple .problem-card__text {
  font-size: 21px;
  letter-spacing: -0.5px;
  line-height: 1.05;
}

/* Steps */
.theme-apple .steps {
  background: var(--apple-bg);
}

.theme-apple .steps__inner,
.theme-apple .results__inner {
  padding: 0;
}

.theme-apple .steps__title,
.theme-apple .results__title,
.theme-apple .pricing__title,
.theme-apple .reviews__title {
  margin-top: 24px;
}

.theme-apple .steps__intro,
.theme-apple .results__intro,
.theme-apple .pricing__intro,
.theme-apple .reviews__intro {
  margin-top: 22px;
}

.theme-apple .steps__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  height: auto;
  margin-top: 44px;
  background: transparent;
}

.theme-apple .step-card {
  overflow: hidden;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
  background: var(--apple-bg);
}

.theme-apple .step-card__media {
  height: 260px;
}

.theme-apple .step-card__badge {
  top: 18px;
  left: 18px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--apple-accent);
}

.theme-apple .step-card__content {
  height: auto;
  min-height: 450px;
  padding: 28px;
}

.theme-apple .step-card__title {
  color: var(--apple-text);
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 1.02;
}

.theme-apple .step-card__description,
.theme-apple .step-card__list {
  color: var(--apple-muted);
}

.theme-apple .step-card__list li::before {
  background: var(--apple-accent);
}

.theme-apple .step-card__chips span {
  min-height: 31px;
  border-color: var(--apple-border);
  border-radius: 999px;
  color: var(--apple-accent-dark);
  background: #fff;
}

/* Results */
.theme-apple .results {
  background: var(--apple-surface);
}

.theme-apple .results__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 16px;
  height: auto;
  margin-top: 44px;
  background: transparent;
}

.theme-apple .result-card,
.theme-apple .result-card--tall {
  height: auto;
  overflow: hidden;
  border: 1px solid var(--apple-border);
  border-radius: 24px;
  background: var(--apple-bg);
}

.theme-apple .result-card__media {
  height: 220px;
}

.theme-apple .result-card__label {
  top: 16px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--apple-accent);
}

.theme-apple .result-card__label--before {
  left: 16px;
}

.theme-apple .result-card__label--after {
  right: 16px;
}

.theme-apple .result-card__content,
.theme-apple .result-card--tall .result-card__content {
  height: auto;
  min-height: 190px;
  padding: 24px;
}

.theme-apple .result-card__age {
  color: var(--apple-accent);
}

.theme-apple .result-card__title {
  color: var(--apple-text);
  font-size: 23px;
  line-height: 1.15;
}

.theme-apple .result-card__description {
  color: var(--apple-muted);
}

/* Actives */
.theme-apple .actives {
  color: var(--apple-text);
  background: var(--apple-surface);
}

.theme-apple .actives__layout {
  grid-template-columns: 330px 1fr;
  gap: 28px;
  height: auto;
}

.theme-apple .actives__summary {
  padding: 18px 0;
}

.theme-apple .actives__eyebrow {
  color: var(--apple-accent);
}

.theme-apple .actives__title {
  color: var(--apple-text);
}

.theme-apple .actives__title {
  margin-top: 24px;
  font-size: 50px;
  letter-spacing: -2.1px;
}

.theme-apple .actives__description {
  margin-top: 26px;
  color: var(--apple-muted);
}

.theme-apple .actives__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, 190px);
  gap: 12px;
  height: auto;
  background: transparent;
}

.theme-apple .active-card {
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--apple-border);
  border-radius: 22px;
  background: var(--apple-bg);
}

.theme-apple .active-card__title {
  color: var(--apple-text);
  font-size: 24px;
  line-height: 1.08;
}

.theme-apple .active-card__content {
  gap: 10px;
}

.theme-apple .active-card__description {
  max-width: 300px;
  color: var(--apple-muted);
  font-size: 14px;
  line-height: 20px;
}

.theme-apple .active-card--photo {
  border-color: var(--apple-border);
  background: var(--apple-accent-dark);
}

.theme-apple .active-card--photo::after {
  display: none;
}

.theme-apple .active-card--photo .active-card__title {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
}

.theme-apple .active-card--photo .active-card__description {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.72);
}

/* Audience */
.theme-apple .audience {
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .audience__inner {
  padding: 0;
}

.theme-apple .audience__eyebrow,
.theme-apple .audience__title {
  color: var(--apple-accent-foreground);
}

.theme-apple .audience__title,
.theme-apple .audience__intro {
  margin-top: 24px;
}

.theme-apple .audience__intro {
  color: rgba(255, 255, 255, 0.9);
}

.theme-apple .audience__grid {
  gap: 16px;
  margin-top: 48px;
  background: transparent;
}

.theme-apple .audience-card {
  height: 300px;
  padding: 28px;
  border: 1px solid var(--apple-border);
  border-radius: 24px;
  color: var(--apple-text);
  background: var(--apple-surface);
}

.theme-apple .audience-card__title {
  color: var(--apple-accent-dark);
  font-size: 28px;
}

.theme-apple .audience-card__description {
  margin-top: 76px;
  color: var(--apple-muted);
}

/* Support */
.theme-apple .support {
  color: var(--apple-text);
  background: var(--apple-surface);
}

.theme-apple .support__layout {
  grid-template-columns: 330px 1fr;
  gap: 28px;
}

.theme-apple .support__summary {
  min-height: 512px;
  padding: 28px;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
  background: var(--apple-bg);
}

.theme-apple .support__eyebrow {
  color: var(--apple-accent);
}

.theme-apple .support__title {
  color: var(--apple-text);
}

.theme-apple .support__description {
  color: var(--apple-muted);
}

.theme-apple .support__title,
.theme-apple .support__description {
  margin-top: 24px;
}

.theme-apple .support__grid {
  grid-template-rows: repeat(3, 162px);
  gap: 12px;
  background: transparent;
}

.theme-apple .support-card {
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--apple-border);
  border-radius: 22px;
  color: var(--apple-text);
  background: var(--apple-bg);
}

.theme-apple .support-card--photo {
  color: #fff;
  background: var(--apple-text);
}

.theme-apple .support-card--image-only {
  background: var(--apple-text);
}

.theme-apple .support-card__number {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--apple-accent);
  font-size: 15px;
}

.theme-apple .support-card__title {
  font-size: 21px;
  line-height: 1.14;
}

/* Pricing */
.theme-apple .pricing {
  background: var(--apple-surface);
}

.theme-apple .pricing__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-height: 0;
  margin-top: 52px;
  background: transparent;
}

.theme-apple .price-card {
  min-height: 650px;
  padding: 30px;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
  color: var(--apple-text);
  background: var(--apple-bg);
}

.theme-apple .price-card--featured {
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .price-card__badge {
  top: 22px;
  left: auto;
  right: 22px;
  min-height: 28px;
  border-radius: 999px;
  color: var(--apple-accent-dark);
  background: var(--apple-accent-soft);
  font-size: 10px;
  transform: none;
}

.theme-apple .price-card__title {
  color: var(--apple-text);
  font-size: 29px;
}

.theme-apple .price-card--featured .price-card__title {
  color: var(--apple-accent-foreground);
}

.theme-apple .price-card__subtitle {
  color: var(--apple-muted);
}

.theme-apple .price-card--featured .price-card__subtitle {
  color: rgba(255, 255, 255, 0.76);
}

.theme-apple .price-card__price {
  letter-spacing: -1.4px;
}

.theme-apple .price-card__pricing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 50px;
}

.theme-apple .price-card__pricing .price-card__price {
  margin-top: 0;
}

.theme-apple .price-card__future {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 4px;
  margin: 0 0 3px;
  color: var(--apple-muted);
  line-height: 1.15;
}

.theme-apple .price-card__future span {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-apple .price-card__future s {
  font-size: 15px;
  font-weight: 600;
  text-decoration-color: rgba(63, 63, 63, 0.62);
  text-decoration-thickness: 1px;
}

.theme-apple .price-card--featured .price-card__future {
  color: rgba(255, 255, 255, 0.76);
}

.theme-apple .price-card--featured .price-card__future s {
  text-decoration-color: rgba(255, 255, 255, 0.76);
}

.theme-apple .price-card__features {
  border-top-color: var(--apple-border);
  color: var(--apple-muted);
}

.theme-apple .price-card--featured .price-card__features {
  border-top-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.86);
}

.theme-apple .price-card__features li::marker {
  color: var(--apple-accent);
}

.theme-apple .price-card--featured .price-card__features li::marker {
  color: var(--apple-accent-soft);
}

.theme-apple .price-card__button {
  min-height: 58px;
  border-radius: 999px;
  color: var(--apple-accent-foreground);
  background: var(--apple-accent);
}

.theme-apple .price-card__button--light {
  color: var(--apple-accent-dark);
  background: var(--apple-accent-foreground);
}

/* Expert */
.theme-apple .expert {
  background: var(--apple-surface);
}

.theme-apple .expert__layout {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 16px;
  min-height: 640px;
}

.theme-apple .expert__portrait-wrap,
.theme-apple .expert__content {
  overflow: hidden;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
}

.theme-apple .expert__portrait-wrap {
  min-height: 640px;
  background: var(--apple-accent-soft);
}

.theme-apple .expert__story-link {
  border: 1px solid rgba(185, 14, 43, 0.16);
  color: var(--apple-accent);
  background: var(--apple-surface);
}

@media (hover: hover) {
  .theme-apple .expert__story-link:hover {
    color: var(--apple-accent-dark);
    background: var(--apple-surface-warm);
  }
}

.theme-apple .expert__story-link:focus-visible {
  outline-color: var(--apple-accent);
}

.theme-apple .expert__content {
  padding: 48px;
  background: var(--apple-bg);
}

.theme-apple .expert__title {
  margin-top: 24px;
  color: var(--apple-text);
}

.theme-apple .expert__role {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.theme-apple .expert__description {
  color: var(--apple-text);
}

.theme-apple .expert__principles {
  gap: 10px;
  min-height: 116px;
}

.theme-apple .expert__principles p {
  border: 1px solid var(--apple-border);
  border-radius: 18px;
  color: var(--apple-accent-dark);
  background: var(--apple-surface);
  font-size: 17px;
}

.theme-apple .expert__principles p + p {
  border-left: 1px solid var(--apple-border);
}

/* Reviews */
.theme-apple .reviews {
  background: var(--apple-bg);
}

.theme-apple .reviews__layout {
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.theme-apple .reviews__cards {
  gap: 16px;
  background: transparent;
}

.theme-apple .review-card {
  min-height: 300px;
  border: 1px solid var(--apple-border);
  border-radius: 24px;
}

.theme-apple .review-card__stars,
.theme-apple .reviews__featured-stars {
  color: var(--apple-accent);
}

.theme-apple .review-card__avatar {
  border-radius: 50%;
  color: #fff;
  background: var(--apple-accent);
}

.theme-apple .reviews__visual {
  min-height: 548px;
  border-radius: var(--apple-radius);
}

.theme-apple .reviews__featured {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  color: #fff;
  background: var(--apple-accent);
}

.theme-apple .reviews__featured-stars {
  color: #fff;
}

/* FAQ */
.theme-apple .faq {
  color: var(--apple-text);
  background: var(--apple-bg);
}

.theme-apple .faq__layout {
  grid-template-columns: 330px 1fr;
  gap: 44px;
}

.theme-apple .faq__summary {
  padding: 20px 0;
}

.theme-apple .faq__title,
.theme-apple .faq__description {
  margin-top: 24px;
}

.theme-apple .faq__items {
  overflow: hidden;
  border: 1px solid var(--apple-border);
  border-radius: var(--apple-radius);
  background: var(--apple-surface);
}

.theme-apple .faq-item {
  border-color: var(--apple-border);
}

.theme-apple .faq-item__button {
  min-height: 84px;
  padding-inline: 28px;
}

.theme-apple .faq-item__button > span:first-child {
  font-size: 21px;
}

.theme-apple .faq-item__icon {
  border-color: var(--apple-border);
  border-radius: 50%;
  color: var(--apple-accent-dark);
  background: var(--apple-surface);
}

.theme-apple .faq-item__button:hover .faq-item__icon,
.theme-apple .faq-item__button:focus-visible .faq-item__icon,
.theme-apple .faq-item__button[aria-expanded="true"] .faq-item__icon {
  background: var(--apple-accent-soft);
}

.theme-apple .faq-item__button:focus-visible {
  outline-color: var(--apple-accent);
}

.theme-apple .faq-item__answer {
  padding: 0 88px 28px 28px;
  color: var(--apple-muted);
}

/* Consultation */
.theme-apple .consultation {
  color: #fff;
  background: var(--apple-bg);
}

.theme-apple .consultation__layout {
  grid-template-columns: 1.65fr 1fr;
  gap: 0;
  min-height: 560px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--apple-dark);
}

.theme-apple .consultation__content {
  padding: 56px;
}

.theme-apple .consultation__eyebrow,
.theme-apple .consultation__title {
  color: #fff;
}

.theme-apple .consultation__title {
  margin-top: 24px;
}

.theme-apple .consultation__description {
  color: rgba(255, 255, 255, 0.78);
}

.theme-apple .consultation__button {
  min-height: 58px;
  border-radius: 999px;
}

.theme-apple .consultation__button--primary {
  color: var(--apple-text);
  background: #fff;
}

.theme-apple .consultation__button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.theme-apple .consultation__portrait-wrap {
  min-height: 560px;
  background: var(--apple-accent-soft);
}

/* Footer */
.theme-apple .site-footer {
  padding-block: 0 44px;
  color: var(--apple-text);
  background: var(--apple-bg);
}

.theme-apple .site-footer__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.65fr 1.7fr;
  gap: 48px;
  width: var(--apple-width);
  margin-inline: auto;
  padding-top: 42px;
  border-top: 1px solid var(--apple-border);
}

.theme-apple .site-footer p {
  margin: 0;
}

.theme-apple .site-footer__name {
  color: var(--apple-accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: -0.4px;
  line-height: 1;
}

.theme-apple .site-footer__note {
  max-width: 270px;
  margin-top: 14px;
  color: var(--apple-muted);
  font-size: 14px;
  line-height: 21px;
}

.theme-apple .site-footer__label {
  margin-bottom: 14px;
  color: var(--apple-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 14px;
  text-transform: uppercase;
}

.theme-apple .site-footer__contact a,
.theme-apple .site-footer__legal-link {
  color: var(--apple-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.theme-apple .site-footer__contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.theme-apple .site-footer__contact a:hover,
.theme-apple .site-footer__contact a:focus-visible {
  color: var(--apple-accent);
}

.theme-apple .site-footer__contact a:focus-visible {
  outline: 2px solid var(--apple-accent);
  outline-offset: 4px;
}

.theme-apple .site-footer__legal {
  display: grid;
  align-content: start;
  gap: 5px;
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 19px;
}

.theme-apple .site-footer__legal .site-footer__label {
  margin-bottom: 9px;
}

.theme-apple .site-footer__documents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 20px;
  margin-top: 11px;
}

.theme-apple .site-footer__legal-link {
  width: fit-content;
  color: var(--apple-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: underline;
  text-decoration-color: rgba(63, 63, 63, 0.42);
  text-underline-offset: 4px;
}

.theme-apple .site-footer__bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--apple-border);
  color: var(--apple-muted);
  font-size: 12px;
  line-height: 18px;
}

.theme-apple .site-footer__bottom p:last-child {
  max-width: 580px;
  text-align: right;
}

@media (max-width: 1180px) {
  .theme-apple .hero-alt__header,
  .theme-apple .hero-alt__inner,
  .theme-apple .countdown__inner,
  .theme-apple .offer__grid,
  .theme-apple .problems__inner,
  .theme-apple .steps__inner,
  .theme-apple .results__inner,
  .theme-apple .actives__layout,
  .theme-apple .audience__inner,
  .theme-apple .support__layout,
  .theme-apple .pricing__inner,
  .theme-apple .expert__layout,
  .theme-apple .reviews__layout,
  .theme-apple .faq__layout,
  .theme-apple .consultation__layout,
  .theme-apple .site-footer__inner {
    width: calc(100% - 48px);
  }

  .theme-apple .hero-alt__inner {
    grid-template-columns: 52% 48%;
  }
}

@media (max-width: 900px) {
  .theme-apple .hero-alt__inner {
    grid-template-columns: 1fr;
  }

  .theme-apple .countdown,
  .theme-apple .offer,
  .theme-apple .problems,
  .theme-apple .steps,
  .theme-apple .results,
  .theme-apple .actives,
  .theme-apple .audience,
  .theme-apple .support,
  .theme-apple .pricing,
  .theme-apple .expert,
  .theme-apple .reviews,
  .theme-apple .faq,
  .theme-apple .consultation {
    padding-block: 72px;
  }

  .theme-apple .countdown__inner,
  .theme-apple .problems__inner,
  .theme-apple .actives__layout,
  .theme-apple .support__layout,
  .theme-apple .expert__layout,
  .theme-apple .reviews__layout,
  .theme-apple .faq__layout,
  .theme-apple .consultation__layout {
    grid-template-columns: 1fr;
  }

  .theme-apple .countdown__inner {
    margin-bottom: -108px;
    transform: translateY(-108px);
  }

  .theme-apple .offer__grid,
  .theme-apple .steps__cards,
  .theme-apple .pricing__grid {
    grid-template-columns: 1fr;
  }

  .theme-apple .results__grid,
  .theme-apple .audience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-apple .countdown__timer {
    justify-content: stretch;
  }

  .theme-apple .offer__card {
    min-height: 320px;
  }

  .theme-apple .problems__title br,
  .theme-apple .actives__title br,
  .theme-apple .support__title br,
  .theme-apple .faq__title br {
    display: none;
  }

  .theme-apple .problems__tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-apple .step-card__content {
    min-height: 0;
  }

  .theme-apple .actives__summary,
  .theme-apple .support__summary {
    min-height: 0;
  }

  .theme-apple .actives__grid {
    grid-template-rows: repeat(4, 190px);
  }

  .theme-apple .support__grid {
    grid-template-rows: repeat(3, 162px);
  }

  .theme-apple .expert__portrait-wrap,
  .theme-apple .consultation__portrait-wrap {
    min-height: 620px;
  }

  .theme-apple .expert__content {
    padding: 42px;
  }

  .theme-apple .consultation__portrait-wrap {
    grid-row: 1;
  }

  .theme-apple .consultation__content {
    padding: 48px;
  }
}

@media (max-width: 600px) {
  .theme-apple .hero-alt__header {
    box-shadow: none;
    clip-path: none;
  }

  .theme-apple .hero-alt__header,
  .theme-apple .hero-alt__inner,
  .theme-apple .countdown__inner,
  .theme-apple .offer__grid,
  .theme-apple .problems__inner,
  .theme-apple .steps__inner,
  .theme-apple .results__inner,
  .theme-apple .actives__layout,
  .theme-apple .audience__inner,
  .theme-apple .support__layout,
  .theme-apple .pricing__inner,
  .theme-apple .expert__layout,
  .theme-apple .reviews__layout,
  .theme-apple .faq__layout,
  .theme-apple .consultation__layout,
  .theme-apple .site-footer__inner {
    width: calc(100% - 28px);
  }

  .theme-apple .countdown,
  .theme-apple .offer,
  .theme-apple .problems,
  .theme-apple .steps,
  .theme-apple .results,
  .theme-apple .actives,
  .theme-apple .audience,
  .theme-apple .support,
  .theme-apple .pricing,
  .theme-apple .expert,
  .theme-apple .reviews,
  .theme-apple .faq,
  .theme-apple .consultation {
    padding-block: 52px;
  }

  .theme-apple .hero-alt__copy {
    align-items: center;
    text-align: center;
  }

  .theme-apple .hero-alt__strapline {
    margin-inline: auto;
    text-wrap: nowrap;
    white-space: nowrap;
  }

  .theme-apple .hero-alt__title {
    margin-left: 0;
    text-align: center;
  }

  .theme-apple .hero-alt__stats {
    width: 100%;
    justify-content: center;
  }

  .theme-apple .hero-alt-stat {
    justify-items: center;
  }

  .theme-apple :is(
    .problems__title,
    .steps__title,
    .results__title,
    .actives__title,
    .audience__title,
    .support__title,
    .pricing__title,
    .expert__title,
    .reviews__title,
    .faq__title,
    .consultation__title
  ) {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

  .theme-apple .countdown__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: -62px;
    padding: 20px 18px 18px;
    border-radius: 22px;
    transform: translateY(-62px);
  }

  .theme-apple .countdown__title {
    max-width: none;
    font-size: clamp(21px, 6.4vw, 24px);
    letter-spacing: -0.7px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .theme-apple .countdown__title br {
    display: none;
  }

  .theme-apple .countdown__timer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .theme-apple .countdown__digit {
    font-size: 34px;
    letter-spacing: -2px;
  }

  .theme-apple .countdown__unit {
    min-height: 70px;
    justify-content: center;
    padding: 10px 4px;
  }

  .theme-apple .countdown__unit:nth-child(odd) {
    border-left: 1px solid rgba(63, 63, 63, 0.16);
  }

  .theme-apple .countdown__unit:first-child {
    border-left: 0;
  }

  .theme-apple .countdown__unit:nth-child(n + 3) {
    border-top: 0;
  }

  .theme-apple .countdown__label {
    margin-top: 8px;
    font-size: 9px;
    line-height: 11px;
  }

  .theme-apple .price-card__pricing {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .theme-apple .price-card__future {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }

  .theme-apple .offer__card {
    min-height: 0;
    padding: 28px;
    border-radius: 24px;
  }

  .theme-apple .offer__card--purchase {
    min-height: 260px;
  }

  .theme-apple .problems__tiles,
  .theme-apple .results__grid,
  .theme-apple .audience__grid {
    grid-template-columns: 1fr;
  }

  .theme-apple .problems__tiles {
    gap: 10px;
  }

  .theme-apple .problem-card {
    height: clamp(160px, 45vw, 175px);
    aspect-ratio: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .theme-apple .problem-card__text {
    font-size: 18px;
    line-height: 1.08;
  }

  .theme-apple .site-footer__documents {
    grid-template-columns: 1fr;
  }

  .theme-apple .steps__cards,
  .theme-apple .results__grid,
  .theme-apple .audience__grid,
  .theme-apple .pricing__grid {
    margin-top: 36px;
  }

  .theme-apple .step-card__media,
  .theme-apple .result-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .theme-apple .actives__grid,
  .theme-apple .support__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .theme-apple .actives__grid {
    gap: 10px;
  }

  .theme-apple .active-card {
    min-height: 132px;
    padding: 18px;
    border-radius: 20px;
  }

  .theme-apple .active-card__content {
    gap: 7px;
  }

  .theme-apple .active-card__title {
    font-size: 22px;
  }

  .theme-apple .active-card__description {
    line-height: 19px;
  }

  .theme-apple .support-card {
    min-height: 170px;
  }

  .theme-apple .support__grid > :nth-child(2) {
    order: 1;
  }

  .theme-apple .support__grid > :nth-child(1) {
    order: 2;
  }

  .theme-apple .support__grid > :nth-child(3) {
    order: 3;
  }

  .theme-apple .support__grid > :nth-child(4) {
    order: 4;
  }

  .theme-apple .support__grid > :nth-child(6) {
    order: 5;
  }

  .theme-apple .support__grid > :nth-child(5) {
    order: 6;
  }

  .theme-apple .audience__grid {
    gap: 10px;
  }

  .theme-apple .audience-card {
    display: flex;
    height: 184px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
  }

  .theme-apple .audience-card__title {
    font-size: 25px;
  }

  .theme-apple .audience-card__description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
  }

  .theme-apple .price-card {
    min-height: 0;
    justify-content: flex-start;
    padding: 26px;
  }

  .theme-apple .price-card__button {
    flex: 0 0 auto;
    margin-top: 32px;
  }

  .theme-apple .price-card__badge {
    position: static;
    margin-bottom: 22px;
  }

  .theme-apple .expert__portrait-wrap,
  .theme-apple .consultation__portrait-wrap {
    min-height: 460px;
  }

  .theme-apple .expert__content {
    grid-row: 1;
  }

  .theme-apple .expert__portrait-wrap {
    grid-row: 2;
  }

  .theme-apple .expert__content,
  .theme-apple .consultation__content {
    padding: 28px 22px;
  }

  .theme-apple .expert__principles {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    margin-top: 26px;
  }

  .theme-apple .expert__principles p {
    width: min(100%, 300px);
    min-height: 56px;
    padding-inline: 18px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
  }

  .theme-apple .expert__principles p + p {
    border-top: 1px solid var(--apple-border);
  }

  .theme-apple .expert__role {
    margin-top: 18px;
  }

  .theme-apple .expert__description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .theme-apple .expert__description + .expert__description {
    margin-top: 16px;
  }

  .theme-apple .reviews__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .theme-apple .review-card {
    min-height: 210px;
    padding: 20px;
    border-radius: 20px;
  }

  .theme-apple .review-card__quote {
    margin-top: 14px;
    line-height: 23px;
  }

  .theme-apple .reviews__visual {
    min-height: 380px;
    border-radius: 20px;
  }

  .theme-apple .reviews__featured {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px;
    border-radius: 18px;
  }

  .theme-apple .reviews__featured blockquote {
    margin-top: 14px;
    font-size: 16px;
    line-height: 23px;
  }

  .theme-apple .reviews__featured-author {
    margin-top: 16px;
  }

  .theme-apple .faq__layout {
    gap: 36px;
  }

  .theme-apple .faq__items {
    border-radius: 22px;
  }

  .theme-apple .faq-item__button {
    padding-inline: 20px;
  }

  .theme-apple .faq-item__answer {
    padding: 0 68px 24px 20px;
  }

  .theme-apple .consultation__layout {
    border-radius: 24px;
  }

  .theme-apple .site-footer {
    padding-bottom: 32px;
  }

  .theme-apple .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 32px;
  }

  .theme-apple .site-footer__bottom {
    grid-column: auto;
    flex-direction: column;
    gap: 8px;
  }

  .theme-apple .site-footer__bottom p:last-child {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 340px) {
  .theme-apple .hero-alt__brand {
    gap: 5px;
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .theme-apple .hero-alt__cta {
    padding-inline: 11px;
    font-size: 10px;
  }

  .theme-apple .hero-alt__cta-symbol {
    display: none;
  }

  .theme-apple .pricing__title {
    font-size: 36px;
    letter-spacing: -1.35px;
  }

  .theme-apple .offer__chips {
    gap: 6px;
  }

  .theme-apple .offer-chip {
    padding-inline: 5px;
    font-size: 10px;
  }
}
