.mac-content {
  --mac-body-ink: #1d1d1f;
  --mac-body-muted: #6e6e73;
  --mac-body-blue: #0787ee;
  --mac-body-blue-strong: #0071e3;
  --mac-body-line: rgba(16, 24, 40, 0.1);
  --mac-body-panel: rgba(255, 255, 255, 0.86);
  --mac-body-bg: #f5f5f7;
  position: relative;
  overflow: clip;
  color: var(--mac-body-ink);
  background: var(--mac-body-bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.mac-content *,
.mac-content *::before,
.mac-content *::after {
  box-sizing: border-box;
}

.mac-content :is(a, button, summary) {
  -webkit-tap-highlight-color: transparent;
}

.mac-content img {
  max-width: 100%;
}

.mac-content__container {
  width: min(1400px, calc(100% - 48px));
  margin-inline: auto;
}

.mac-content__rail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 32px rgba(35, 49, 72, 0.06);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  backdrop-filter: blur(22px) saturate(165%);
}

.mac-content__rail .mac-content__container {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 40px);
  color: #4c596d;
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.mac-content__rail i {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background: #a3acba;
}

.mac-section {
  position: relative;
  padding: clamp(84px, 8vw, 124px) 0;
  scroll-margin-top: 112px;
}

body.rdn-page--macbook #sec-proceso.mac-process,
body.rdn-page--macbook #garantia.mac-delivery,
body.rdn-page--macbook #faq.mac-faq {
  padding: clamp(84px, 8vw, 124px) 0;
}

body.rdn-page--macbook #sec-proceso.mac-process {
  padding-top: clamp(122px, 10vw, 166px);
  background:
    radial-gradient(circle at 100% 35%, rgba(10, 132, 255, 0.08), transparent 34%),
    #f5f5f7;
}

body.rdn-page--macbook #garantia.mac-delivery,
body.rdn-page--macbook #faq.mac-faq {
  background: #fff;
}

.mac-section-heading {
  max-width: 830px;
  margin: 0 0 clamp(38px, 5vw, 62px);
}

.mac-section-heading > p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #637086;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.mac-section-heading > p span {
  display: grid;
  width: 30px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(0, 113, 227, 0.18);
  border-radius: 7px;
  color: var(--mac-body-blue-strong);
  background: rgba(0, 113, 227, 0.06);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.mac-section-heading h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--mac-body-ink);
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 760;
  line-height: 1.01;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.mac-section-heading > div {
  max-width: 66ch;
  margin-top: 22px;
  color: var(--mac-body-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 470;
  line-height: 1.6;
}

.mac-section-heading > small {
  display: block;
  max-width: 62ch;
  margin-top: 20px;
  padding-left: 16px;
  border-left: 3px solid var(--mac-body-blue);
  color: #435066;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;
}

.mac-section-heading--dark > p {
  color: #aeaeb2;
}

.mac-section-heading--dark > p span {
  border-color: rgba(90, 200, 250, 0.24);
  color: #5ac8fa;
  background: rgba(90, 200, 250, 0.09);
}

.mac-section-heading--dark h2 {
  color: #f7f9fc;
}

.mac-section-heading--dark > div {
  color: #aeaeb2;
}

.mac-issues {
  padding: clamp(68px, 6vw, 94px) 0 clamp(76px, 7vw, 104px);
  background:
    radial-gradient(circle at 90% 8%, rgba(120, 92, 232, 0.09), transparent 30%),
    radial-gradient(circle at 8% 85%, rgba(10, 132, 255, 0.075), transparent 32%),
    #f5f5f7;
}

.mac-issues .mac-section-heading {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: clamp(48px, 7vw, 110px);
  margin-bottom: 24px;
}

.mac-issues .mac-section-heading > p {
  grid-column: 1;
  grid-row: 1;
}

.mac-issues .mac-section-heading h2 {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(42px, 3.7vw, 58px);
}

.mac-issues .mac-section-heading > div {
  max-width: 60ch;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 3px;
}

.mac-issues__models {
  display: flex;
  min-height: 52px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 13px;
  margin: 0 0 24px;
  padding: 12px 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 15px;
  color: #6e6e73;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.35;
}

.mac-issues__models strong {
  margin-right: 5px;
  color: #1d1d1f;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.mac-issues__models i {
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: 50%;
  background: #a7b0bf;
}

.mac-issue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.mac-diagnostic-window {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 55px rgba(38, 38, 44, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
}

.mac-diagnostic-window__bar {
  display: grid;
  min-height: 44px;
  grid-template-columns: 100px minmax(0, 1fr) 100px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  color: #6e6e73;
  background: rgba(232, 232, 237, 0.9);
  font-size: 10px;
}

.mac-diagnostic-window__bar > span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mac-diagnostic-window__bar > span i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5f57;
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.12);
}

.mac-diagnostic-window__bar > span i:nth-child(2) { background: #febc2e; }
.mac-diagnostic-window__bar > span i:nth-child(3) { background: #28c840; }

.mac-diagnostic-window__bar strong {
  overflow: hidden;
  color: #55555a;
  font-weight: 650;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mac-diagnostic-window__bar small {
  justify-self: end;
  font-size: 9px;
  font-weight: 620;
}

.mac-issue-card {
  --card-accent: #007aff;
  position: relative;
  display: grid;
  min-height: 218px;
  min-width: 0;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  background: rgba(250, 250, 252, 0.94);
  isolation: isolate;
  box-shadow: 0 4px 16px rgba(29, 29, 31, 0.045), inset 0 1px 0 #fff;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.mac-issue-card:nth-child(-n+2) {
  grid-column: auto;
}

.mac-issue-card--violet { --card-accent: #af52de; }
.mac-issue-card--green { --card-accent: #34c759; }
.mac-issue-card--orange { --card-accent: #ff9500; }
.mac-issue-card--cyan { --card-accent: #32ade6; }
.mac-issue-card--pink { --card-accent: #ff2d55; }

.mac-issue-card__trigger {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.mac-issue-card:has(.mac-issue-card__trigger:focus-visible) {
  outline: 3px solid color-mix(in srgb, var(--card-accent) 48%, transparent);
  outline-offset: 3px;
}

.mac-issue-card figure {
  position: relative;
  z-index: 2;
  min-height: 218px;
  height: auto;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.mac-issue-card:nth-child(-n+2) figure {
  height: auto;
}

.mac-issue-card figure::after {
  display: none;
}

.mac-issue-card figure img {
  display: block;
  width: calc(100% + 44px);
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: none;
  opacity: 1;
  transform: translateX(13px);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.mac-issue-card figure > span {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 16px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 20, 34, 0.45);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.075em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mac-issue-card > div {
  display: flex;
  position: relative;
  z-index: 1;
  min-height: 218px;
  padding: 27px 22px 17px 72px;
  flex-direction: column;
}

.mac-issue-card h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 22px;
  font-weight: 740;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.mac-issue-card p {
  max-width: 38ch;
  margin: 14px 0 0;
  color: #5f5f64;
  font-size: 13.5px;
  line-height: 1.52;
}

.mac-issue-card__open {
  display: inline-flex;
  width: max-content;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  align-self: flex-end;
  gap: 9px;
  margin-top: auto;
  margin-left: auto;
  padding: 0 11px 0 15px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 17%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--card-accent) 72%, #1d1d1f 28%);
  background: color-mix(in srgb, var(--card-accent) 9%, #fff 91%);
  box-shadow: 0 4px 11px color-mix(in srgb, var(--card-accent) 10%, transparent);
  font-size: 12.5px;
  font-weight: 720;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mac-issue-card__open i {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  color: currentColor;
  background: transparent;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

body.rdn-mac-dialog-open {
  overflow: hidden;
}

.mac-issue-dialog {
  --dialog-accent: #007aff;
  position: fixed;
  inset: 0;
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  max-height: min(720px, calc(100svh - 40px));
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  color: #1d1d1f;
  background: transparent;
}

.mac-issue-dialog--violet { --dialog-accent: #af52de; }
.mac-issue-dialog--green { --dialog-accent: #34c759; }
.mac-issue-dialog--orange { --dialog-accent: #ff9500; }
.mac-issue-dialog--cyan { --dialog-accent: #32ade6; }
.mac-issue-dialog--pink { --dialog-accent: #ff2d55; }

.mac-issue-dialog::backdrop {
  background: rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  backdrop-filter: blur(14px) saturate(115%);
}

.mac-issue-dialog__window {
  max-height: inherit;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: rgba(250, 250, 252, 0.98);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.32), inset 0 1px 0 #fff;
  animation: mac-dialog-enter 280ms cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

.mac-issue-dialog__bar {
  display: grid;
  min-height: 44px;
  grid-template-columns: 100px minmax(0, 1fr) 100px;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  color: #6e6e73;
  background: rgba(238, 238, 241, 0.94);
  font-size: 10px;
}

.mac-issue-dialog__traffic {
  display: flex;
  align-items: center;
}

.mac-issue-dialog__traffic > i,
.mac-issue-dialog__traffic > button i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.12);
}

.mac-issue-dialog__traffic > button {
  display: grid;
  position: relative;
  width: 25px;
  height: 28px;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mac-issue-dialog__traffic > button i {
  display: block;
  background: #ff5f57;
}

.mac-issue-dialog__traffic > button::before,
.mac-issue-dialog__traffic > button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  border-radius: 1px;
  background: rgba(92, 0, 0, 0.72);
  content: "";
  pointer-events: none;
}

.mac-issue-dialog__traffic > button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mac-issue-dialog__traffic > button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mac-issue-dialog__traffic > i {
  margin-left: 7px;
  background: #febc2e;
}

.mac-issue-dialog__traffic > i:last-child { background: #28c840; }

.mac-issue-dialog__traffic > button:hover i,
.mac-issue-dialog__traffic > button:focus-visible i {
  box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.18), 0 0 0 4px rgba(255, 95, 87, 0.14);
}

.mac-issue-dialog__traffic > button:hover::before,
.mac-issue-dialog__traffic > button:hover::after,
.mac-issue-dialog__traffic > button:focus-visible::before,
.mac-issue-dialog__traffic > button:focus-visible::after {
  background: rgba(74, 0, 0, 0.92);
}

.mac-issue-dialog__bar strong {
  overflow: hidden;
  color: #55555a;
  font-weight: 650;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mac-issue-dialog__bar > small {
  justify-self: end;
  color: #7d7d82;
  font-size: 9px;
  font-weight: 620;
}

.mac-issue-dialog__body {
  display: grid;
  min-height: 550px;
  grid-template-columns: minmax(410px, 1.03fr) minmax(0, 0.97fr);
}

.mac-issue-dialog__body > figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d8d8dc;
}

.mac-issue-dialog__body > figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.55));
  content: "";
}

.mac-issue-dialog__body > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mac-issue-dialog__body > figure figcaption {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 25px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mac-issue-dialog__copy {
  display: flex;
  min-width: 0;
  padding: clamp(34px, 3.5vw, 46px);
  overflow-y: auto;
  flex-direction: column;
  align-items: flex-start;
}

.mac-issue-dialog__copy > p:first-child {
  margin: 0 0 12px;
  color: var(--dialog-accent);
  font-size: 9.5px;
  font-weight: 780;
  letter-spacing: 0.09em;
}

.mac-issue-dialog__copy h3 {
  max-width: 11ch;
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(36px, 3.4vw, 48px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.mac-issue-dialog__lead {
  max-width: 45ch;
  margin-top: 17px;
  color: #424245;
  font-size: 16px;
  font-weight: 570;
  line-height: 1.55;
}

.mac-issue-dialog__detail {
  max-width: 52ch;
  margin: 13px 0 0;
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.62;
}

.mac-issue-dialog__symptoms {
  width: 100%;
  margin-top: 19px;
  padding-top: 16px;
  border-top: 1px solid rgba(29, 29, 31, 0.1);
}

.mac-issue-dialog__symptoms > strong {
  color: #424245;
  font-size: 11px;
  font-weight: 720;
}

.mac-issue-dialog__symptoms ul {
  display: grid;
  margin: 13px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  list-style: none;
}

.mac-issue-dialog__symptoms li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #515154;
  font-size: 12px;
  font-weight: 590;
}

.mac-issue-dialog__symptoms li span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--dialog-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--dialog-accent) 12%, transparent);
}

.mac-issue-dialog__copy .mac-content-button {
  margin-top: 24px;
}

@keyframes mac-dialog-enter {
  from { opacity: 0; transform: translateY(18px) scale(0.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.mac-issues__other {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 14px 14px;
  padding: 19px 22px;
  border: 1px solid rgba(0, 113, 227, 0.1);
  border-radius: 17px;
  background: linear-gradient(120deg, rgba(247, 247, 249, 0.96), rgba(237, 246, 255, 0.92));
  box-shadow: inset 0 1px 0 #fff;
}

.mac-issues__other > div > span {
  color: var(--mac-body-blue-strong);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.mac-issues__other h3 {
  margin: 5px 0 0;
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.mac-issues__other p {
  max-width: 70ch;
  margin: 7px 0 0;
  color: #6e6e73;
  font-size: 12.5px;
  line-height: 1.5;
}

@media (hover: hover) {
  .mac-issue-card:hover {
    border-color: color-mix(in srgb, var(--card-accent) 28%, transparent);
    box-shadow: 0 24px 55px rgba(35, 49, 72, 0.13), inset 0 1px 0 #fff;
    transform: translateY(-5px);
  }

  .mac-issue-card:hover figure img {
    transform: translateX(13px) scale(1.035);
  }

  .mac-issue-card:hover .mac-issue-card__open {
    background: color-mix(in srgb, var(--card-accent) 13%, #fff 87%);
    box-shadow: 0 7px 16px color-mix(in srgb, var(--card-accent) 14%, transparent);
    transform: translateX(2px);
  }
}

.mac-lab {
  overflow: hidden;
  color: #f7f9fc;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #1c1c1e;
  background-size: 42px 42px, 42px 42px, auto;
}

.mac-lab__glow {
  position: absolute;
  top: -260px;
  right: -160px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 151, 255, 0.18), rgba(92, 72, 210, 0.08) 42%, transparent 70%);
  pointer-events: none;
}

.mac-lab__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 112px);
}

.mac-lab .mac-section-heading {
  margin-bottom: 38px;
}

.mac-lab__checks {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.mac-lab__checks li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mac-lab__checks li > span {
  color: #5ac8fa;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.06em;
}

.mac-lab__checks h3 {
  margin: 0;
  color: #f7f9fc;
  font-size: 16px;
  font-weight: 680;
}

.mac-lab__checks p {
  margin: 6px 0 0;
  color: #98989d;
  font-size: 13px;
  line-height: 1.5;
}

.mac-lab__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.mac-lab__trust li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #c7c7cc;
  background: rgba(255, 255, 255, 0.045);
  font-size: 10px;
  font-weight: 620;
}

.mac-lab__trust li::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 0 3px rgba(48, 209, 88, 0.1);
  content: "";
}

.mac-lab__media,
.mac-delivery__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: #2c2c2e;
  box-shadow: 0 38px 80px rgba(4, 10, 21, 0.35);
}

.mac-media-window__bar {
  display: grid;
  min-height: 42px;
  grid-template-columns: 90px minmax(0, 1fr) 90px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.1);
  color: #6e6e73;
  background: rgba(242, 245, 250, 0.96);
  font-size: 10px;
}

.mac-media-window__bar > span {
  display: flex;
  gap: 6px;
}

.mac-media-window__bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}

.mac-media-window__bar i:nth-child(2) { background: #febc2e; }
.mac-media-window__bar i:nth-child(3) { background: #28c840; }

.mac-media-window__bar strong {
  overflow: hidden;
  color: #515154;
  font-weight: 650;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mac-media-window__bar small {
  justify-self: end;
  font-size: 9px;
  font-weight: 650;
}

.mac-lab__media > img,
.mac-delivery__media > img {
  display: block;
  width: 100%;
  height: clamp(500px, 41vw, 650px);
  object-fit: cover;
}

.mac-lab__media::after {
  position: absolute;
  inset: 42px 0 0;
  background: linear-gradient(180deg, transparent 56%, rgba(6, 13, 25, 0.82));
  content: "";
  pointer-events: none;
}

.mac-lab__media figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  flex-direction: column;
}

.mac-lab__media figcaption span {
  color: #75d4ff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.mac-lab__media figcaption strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.mac-mid-cta {
  position: relative;
  z-index: 3;
  margin: -38px 0;
}

.mac-mid-cta .mac-content__container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(249, 251, 255, 0.86);
  box-shadow: 0 24px 65px rgba(27, 42, 68, 0.2), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
}

.mac-mid-cta__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #20a4ff, #0878df);
  box-shadow: 0 12px 28px rgba(0, 113, 227, 0.3);
}

.mac-mid-cta__icon span {
  position: relative;
  width: 25px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.mac-mid-cta__icon span::after {
  position: absolute;
  right: 4px;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #0c82e7;
  content: "";
  transform: rotate(45deg);
}

.mac-mid-cta__copy p {
  margin: 0 0 4px;
  color: var(--mac-body-blue-strong);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mac-mid-cta__copy h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 730;
  letter-spacing: -0.035em;
}

.mac-mid-cta__copy > div {
  margin-top: 5px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.45;
}

.mac-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mac-content-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 690;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.mac-content-button--primary {
  color: #fff !important;
  background: linear-gradient(180deg, #1697ff, #0878df);
  box-shadow: 0 11px 24px rgba(0, 113, 227, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.mac-content-button--quiet,
.mac-content-button--secondary {
  border-color: rgba(0, 113, 227, 0.16);
  color: var(--mac-body-blue-strong) !important;
  background: rgba(0, 113, 227, 0.055);
}

.mac-content-button--glass {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.mac-content-button:hover,
.mac-content-button:focus-visible {
  transform: translateY(-2px);
}

.mac-content-button--primary:hover,
.mac-content-button--primary:focus-visible {
  box-shadow: 0 15px 30px rgba(0, 113, 227, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.mac-process {
  padding-top: clamp(122px, 10vw, 166px);
  background:
    radial-gradient(circle at 100% 35%, rgba(10, 132, 255, 0.08), transparent 34%),
    #f5f5f7;
}

.mac-process__panel {
  display: grid;
  grid-template-columns: 180px minmax(360px, 0.82fr) minmax(400px, 1.18fr);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 28px 70px rgba(36, 49, 71, 0.12), inset 0 1px 0 #fff;
}

.mac-process__sidebar {
  padding: 34px 20px;
  border-right: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(235, 240, 247, 0.8);
}

.mac-process__sidebar span {
  display: block;
  margin-bottom: 5px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #6e6e73;
  font-size: 12px;
  font-weight: 620;
}

.mac-process__sidebar .is-active {
  color: #fff;
  background: linear-gradient(180deg, #289cf4, #0879df);
  box-shadow: 0 7px 15px rgba(0, 113, 227, 0.2);
}

.mac-process__steps {
  margin: 0;
  padding: 28px 30px;
  list-style: none;
}

.mac-process__steps li {
  display: grid;
  grid-template-columns: 38px 1fr 16px;
  align-items: center;
  gap: 14px;
  min-height: 102px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.09);
}

.mac-process__steps li:last-child {
  border-bottom: 0;
}

.mac-process__steps li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: var(--mac-body-blue-strong);
  background: rgba(0, 113, 227, 0.08);
  font-size: 10px;
  font-weight: 760;
}

.mac-process__steps h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 700;
}

.mac-process__steps p {
  margin: 5px 0 0;
  color: #6e6e73;
  font-size: 12.5px;
  line-height: 1.45;
}

.mac-process__steps i {
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #8d98a8;
  border-right: 1.5px solid #8d98a8;
  transform: rotate(45deg);
}

.mac-process__panel > figure {
  position: relative;
  min-width: 0;
  margin: 12px 12px 12px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #2c2c2e;
}

.mac-process__panel > figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(5, 12, 23, 0.78));
  content: "";
}

.mac-process__panel > figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mac-process__panel > figure figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
}

.mac-process__panel > figure span {
  color: #71ccff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.mac-process__panel > figure strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  letter-spacing: -0.035em;
}

.mac-families {
  border-top: 1px solid rgba(16, 24, 40, 0.06);
  background:
    radial-gradient(circle at 20% 20%, rgba(105, 210, 255, 0.16), transparent 31%),
    linear-gradient(145deg, #eaf5fb, #eef1fb 55%, #f5ecf7);
}

.mac-families__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: clamp(58px, 8vw, 126px);
}

.mac-families .mac-section-heading {
  position: sticky;
  top: 140px;
  margin-bottom: 0;
}

.mac-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mac-family-grid article {
  display: grid;
  min-height: 118px;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 14px 34px rgba(47, 66, 95, 0.08), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}

.mac-family-grid article > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #9b8af1, #5e62d9);
  font-size: 10px;
  font-weight: 760;
}

.mac-family-grid article:nth-child(2n) > span {
  background: linear-gradient(145deg, #31b7f2, #087bdc);
}

.mac-family-grid h3 {
  margin: 0;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 700;
}

.mac-family-grid p {
  margin: 5px 0 0;
  color: #6e6e73;
  font-size: 11.5px;
}

.mac-family-grid article > i {
  color: #748096;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
}

.mac-repair-value {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: clamp(42px, 6vw, 86px);
  margin-top: clamp(62px, 8vw, 105px);
  padding: clamp(28px, 3.5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 55px rgba(47, 66, 95, 0.09), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}

.mac-repair-value > header > p {
  margin: 0 0 12px;
  color: #735ecf;
  font-size: 9.5px;
  font-weight: 780;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.mac-repair-value > header > h3 {
  max-width: 14ch;
  margin: 0;
  color: #1d1d1f;
  font-size: clamp(27px, 2.6vw, 39px);
  font-weight: 740;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.mac-repair-value > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
}

.mac-repair-value article {
  position: relative;
  min-height: 152px;
  padding: 6px 0 24px 35px;
  border-bottom: 1px solid rgba(16, 24, 40, 0.09);
}

.mac-repair-value article:nth-last-child(-n+2) {
  padding-top: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}

.mac-repair-value article > span {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--mac-body-blue-strong);
  font-size: 9px;
  font-weight: 780;
}

.mac-repair-value article:nth-last-child(-n+2) > span {
  top: 26px;
}

.mac-repair-value h4 {
  margin: 0;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 700;
}

.mac-repair-value article p {
  margin: 8px 0 0;
  color: #6e6e73;
  font-size: 12.5px;
  line-height: 1.55;
}

.mac-delivery {
  background: #fff;
}

.mac-delivery__layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
  gap: clamp(55px, 8vw, 128px);
}

.mac-delivery__media {
  border-color: rgba(16, 24, 40, 0.11);
  background: #e9edf3;
  box-shadow: 0 30px 70px rgba(36, 49, 71, 0.16);
}

.mac-delivery__media > img {
  height: clamp(520px, 42vw, 680px);
}

.mac-delivery .mac-section-heading {
  margin-bottom: 34px;
}

.mac-delivery__checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mac-delivery__checks li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.09);
}

.mac-delivery__checks li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #178f4a;
  background: rgba(48, 209, 88, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.mac-delivery__checks strong,
.mac-delivery__checks small {
  display: block;
}

.mac-delivery__checks strong {
  color: #1d1d1f;
  font-size: 14px;
  font-weight: 680;
}

.mac-delivery__checks small {
  margin-top: 4px;
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.4;
}

.mac-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: var(--mac-body-blue-strong) !important;
  font-size: 13px;
  font-weight: 680;
  text-decoration: none !important;
}

.mac-entry {
  border-top: 1px solid rgba(16, 24, 40, 0.06);
  background: #f5f5f7;
}

.mac-entry__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mac-entry__grid article {
  position: relative;
  min-height: 285px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(35, 49, 72, 0.075);
}

.mac-entry__grid article::after {
  position: absolute;
  right: -48px;
  bottom: -62px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(0, 113, 227, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(0, 113, 227, 0.025), 0 0 0 50px rgba(0, 113, 227, 0.018);
  content: "";
}

.mac-entry__grid article > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 8px;
  color: var(--mac-body-blue-strong);
  background: rgba(0, 113, 227, 0.08);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.mac-entry__grid h3 {
  max-width: 14ch;
  margin: 33px 0 0;
  color: #1d1d1f;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 730;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.mac-entry__grid p {
  max-width: 34ch;
  margin: 15px 0 0;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.55;
}

.mac-entry__grid a {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mac-body-blue-strong) !important;
  font-size: 12.5px;
  font-weight: 680;
  text-decoration: none !important;
}

.mac-entry__grid a i {
  font-style: normal;
}

.mac-faq {
  background: #fff;
}

.mac-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  align-items: start;
  gap: clamp(55px, 8vw, 130px);
}

.mac-faq .mac-section-heading {
  position: sticky;
  top: 140px;
  margin-bottom: 0;
}

.mac-faq .mac-content-button {
  margin-top: 28px;
}

.mac-faq__items {
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 24px;
  background: #f8f9fb;
  box-shadow: 0 20px 52px rgba(35, 49, 72, 0.08);
}

.mac-faq__items details + details {
  border-top: 1px solid rgba(16, 24, 40, 0.09);
}

.mac-faq__items summary {
  display: grid;
  min-height: 78px;
  grid-template-columns: 34px 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  color: #1d1d1f;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 670;
  list-style: none;
}

.mac-faq__items summary::-webkit-details-marker {
  display: none;
}

.mac-faq__items summary > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: var(--mac-body-blue-strong);
  background: rgba(0, 113, 227, 0.07);
  font-size: 9px;
  font-weight: 760;
}

.mac-faq__items summary i {
  color: #6f7b90;
  font-size: 21px;
  font-style: normal;
  font-weight: 350;
  text-align: center;
  transition: transform 180ms ease;
}

.mac-faq__items details[open] summary {
  color: var(--mac-body-blue-strong);
  background: rgba(0, 113, 227, 0.035);
}

.mac-faq__items details[open] summary i {
  transform: rotate(45deg);
}

.mac-faq__items details > p {
  margin: 0;
  padding: 0 78px 24px 70px;
  color: #6e6e73;
  font-size: 13.5px;
  line-height: 1.65;
}

.mac-final {
  position: relative;
  overflow: hidden;
  padding: clamp(94px, 9vw, 140px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 110%, rgba(0, 133, 255, 0.28), transparent 42%),
    linear-gradient(145deg, #2c2c2e, #1c1c1e 58%, #242426);
  text-align: center;
}

.mac-final__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.mac-final__orb--one {
  top: -220px;
  right: -110px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(105, 210, 255, 0.16), transparent 68%);
}

.mac-final__orb--two {
  bottom: -270px;
  left: -150px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(191, 90, 242, 0.12), transparent 70%);
}

.mac-final .mac-content__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mac-final p {
  margin: 0 0 17px;
  color: #72d0ff;
  font-size: 10px;
  font-weight: 770;
  letter-spacing: 0.13em;
}

.mac-final h2 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.mac-final .mac-content__container > div:not(.mac-actions) {
  max-width: 58ch;
  margin-top: 22px;
  color: #aeaeb2;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.6;
}

.mac-final .mac-actions {
  justify-content: center;
  margin-top: 30px;
}

.mac-final small {
  margin-top: 25px;
  color: #8e8e93;
  font-size: 11px;
  font-weight: 560;
}

.mac-content.has-reveal [data-mac-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 680ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.mac-content.has-reveal [data-mac-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .mac-lab__layout,
  .mac-delivery__layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 48px;
  }

  .mac-process__panel {
    grid-template-columns: 145px minmax(330px, 0.9fr) minmax(340px, 1.1fr);
  }

  .mac-families__layout,
  .mac-faq__layout {
    gap: 54px;
  }
}

@media (max-width: 1023px) {
  .mac-content__container {
    width: min(100% - 36px, 760px);
  }

  .mac-content__rail .mac-content__container {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    padding-inline: 20px;
  }

  .mac-issues .mac-section-heading {
    grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
    column-gap: 38px;
  }

  .mac-issues .mac-section-heading h2 {
    font-size: clamp(40px, 5vw, 50px);
  }

  .mac-issue-card {
    grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  }

  .mac-issue-dialog {
    width: calc(100% - 28px);
    max-height: calc(100svh - 28px);
  }

  .mac-issue-dialog__body {
    min-height: 540px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .mac-issue-dialog__copy {
    padding: 32px;
  }

  .mac-issue-dialog__copy h3 {
    font-size: clamp(34px, 5vw, 45px);
  }

  .mac-lab__layout,
  .mac-delivery__layout,
  .mac-families__layout,
  .mac-faq__layout {
    grid-template-columns: 1fr;
  }

  .mac-lab__media {
    order: -1;
  }

  .mac-lab__media > img,
  .mac-delivery__media > img {
    height: min(72vw, 560px);
  }

  .mac-mid-cta .mac-content__container {
    grid-template-columns: auto 1fr;
  }

  .mac-mid-cta .mac-actions {
    grid-column: 2;
  }

  .mac-process__panel {
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  }

  .mac-process__sidebar {
    display: none;
  }

  .mac-families .mac-section-heading,
  .mac-faq .mac-section-heading {
    position: static;
    margin-bottom: 40px;
  }

  .mac-repair-value {
    grid-template-columns: 1fr;
  }

  .mac-repair-value > header > h3 {
    max-width: 18ch;
  }

  .mac-delivery__media {
    order: 2;
  }

  .mac-entry__grid {
    grid-template-columns: 1fr;
  }

  .mac-entry__grid article {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .mac-content__container {
    width: min(100% - 28px, 520px);
  }

  .mac-content__rail {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mac-content__rail::-webkit-scrollbar {
    display: none;
  }

  .mac-content__rail .mac-content__container {
    width: max-content;
    min-height: 48px;
    gap: 17px;
    padding-inline: 18px;
    font-size: 10px;
  }

  .mac-section {
    padding: 72px 0;
    scroll-margin-top: 78px;
  }

  body.rdn-page--macbook #sec-proceso.mac-process,
  body.rdn-page--macbook #garantia.mac-delivery,
  body.rdn-page--macbook #faq.mac-faq {
    padding: 72px 0;
  }

  body.rdn-page--macbook #sec-proceso.mac-process {
    padding-top: 105px;
  }

  .mac-section-heading {
    margin-bottom: 32px;
  }

  .mac-section-heading > p {
    margin-bottom: 13px;
    font-size: 9.5px;
  }

  .mac-section-heading h2 {
    max-width: 16ch;
    font-size: clamp(35px, 10vw, 45px);
    line-height: 1.02;
  }

  .mac-section-heading > div {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.55;
  }

  .mac-issues {
    padding: 62px 0 72px;
  }

  .mac-issues .mac-section-heading {
    display: block;
    margin-bottom: 22px;
  }

  .mac-issues .mac-section-heading h2 {
    font-size: clamp(35px, 10vw, 45px);
  }

  .mac-issues .mac-section-heading > div {
    margin-top: 17px;
  }

  .mac-diagnostic-window {
    border-radius: 22px;
  }

  .mac-diagnostic-window__bar {
    min-height: 42px;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    padding-inline: 12px;
  }

  .mac-diagnostic-window__bar small {
    font-size: 8px;
  }

  .mac-issue-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .mac-issue-card,
  .mac-issue-card:nth-child(-n+2) {
    display: block;
    min-height: 270px;
    grid-column: auto;
    border-radius: 16px;
  }

  .mac-issue-card figure,
  .mac-issue-card:nth-child(-n+2) figure {
    position: absolute;
    inset: auto auto 8px 12px;
    width: 46%;
    min-height: 0;
    height: 116px;
  }

  .mac-issue-card figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-position: left bottom;
    transform: none;
  }

  .mac-issue-card:nth-child(even) figure {
    right: 12px;
    left: auto;
  }

  .mac-issue-card:nth-child(even) figure img {
    object-position: right bottom;
    transform: none;
  }

  .mac-issue-card:hover figure img {
    transform: none;
  }

  .mac-issue-card:nth-child(even):hover figure img {
    transform: none;
  }

  .mac-issue-card:nth-child(even) figure > span {
    right: 12px;
    left: auto;
  }

  .mac-issue-card figure > span {
    display: none;
  }

  .mac-issue-card > div {
    min-height: 270px;
    padding: 22px 20px 18px;
  }

  .mac-issue-card h3 {
    font-size: 22px;
    line-height: 1.13;
    letter-spacing: -0.035em;
  }

  .mac-issue-card p {
    max-width: 96%;
    margin-top: 12px;
    color: #57575c;
    font-size: 14px;
    line-height: 1.5;
  }

  .mac-issues__models {
    align-items: flex-start;
    gap: 7px 10px;
    margin-bottom: 28px;
    padding: 12px 14px;
    font-size: 10px;
  }

  .mac-issues__models strong {
    width: 100%;
    margin-bottom: 2px;
  }

  .mac-issue-card__open {
    min-height: 36px;
    margin-top: auto;
    margin-left: auto;
    padding: 0 9px 0 12px;
    font-size: 11.5px;
  }

  .mac-issue-card:nth-child(even) .mac-issue-card__open {
    align-self: flex-start;
    margin-right: auto;
    margin-left: 0;
  }

  .mac-issue-dialog {
    inset: auto 0 0;
    width: 100%;
    max-height: 94svh;
    margin: 0;
  }

  .mac-issue-dialog__window {
    max-height: 94svh;
    overflow-y: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 25px 25px 0 0;
    animation-name: mac-dialog-sheet-enter;
  }

  .mac-issue-dialog__bar {
    position: sticky;
    z-index: 4;
    top: 0;
    min-height: 48px;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
  }

  .mac-issue-dialog__traffic > i,
  .mac-issue-dialog__traffic > button i {
    width: 10px;
    height: 10px;
  }

  .mac-issue-dialog__traffic > button {
    width: 22px;
  }

  .mac-issue-dialog__body {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .mac-issue-dialog__body > figure {
    height: 235px;
    flex: 0 0 235px;
  }

  .mac-issue-dialog__copy {
    padding: 28px 22px 34px;
    overflow: visible;
  }

  .mac-issue-dialog__copy h3 {
    max-width: 13ch;
    font-size: 36px;
  }

  .mac-issue-dialog__lead {
    margin-top: 17px;
    font-size: 16px;
  }

  .mac-issue-dialog__detail {
    font-size: 13.5px;
  }

  .mac-issue-dialog__symptoms ul {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .mac-issue-dialog__copy .mac-content-button {
    width: 100%;
    margin-top: 26px;
    white-space: normal;
  }

  .mac-issues__other {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin: 0 10px 10px;
    padding: 20px 18px;
  }

  .mac-issues__other .mac-content-button {
    width: 100%;
    white-space: normal;
  }

  .mac-lab__layout {
    gap: 38px;
  }

  .mac-media-window__bar {
    min-height: 38px;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    padding-inline: 12px;
  }

  .mac-lab__media,
  .mac-delivery__media {
    border-radius: 18px;
  }

  .mac-lab__media > img,
  .mac-delivery__media > img {
    height: 72vw;
    min-height: 270px;
    max-height: 390px;
  }

  .mac-lab__media::after {
    inset: 38px 0 0;
  }

  .mac-lab__media figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .mac-lab__checks li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .mac-mid-cta {
    margin: -26px 0;
  }

  .mac-mid-cta .mac-content__container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
    border-radius: 22px;
  }

  .mac-mid-cta__icon {
    width: 46px;
    height: 46px;
  }

  .mac-mid-cta .mac-actions {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .mac-mid-cta .mac-content-button {
    width: 100%;
  }

  .mac-process {
    padding-top: 105px;
  }

  .mac-process__panel {
    display: flex;
    min-height: 0;
    flex-direction: column;
    border-radius: 22px;
  }

  .mac-process__steps {
    padding: 12px 20px;
  }

  .mac-process__steps li {
    grid-template-columns: 38px 1fr;
    min-height: 94px;
  }

  .mac-process__steps li > i {
    display: none;
  }

  .mac-process__panel > figure {
    height: 340px;
    margin: 0 10px 10px;
    border-radius: 16px;
  }

  .mac-family-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mac-repair-value {
    gap: 30px;
    margin-top: 52px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .mac-repair-value > div {
    grid-template-columns: 1fr;
  }

  .mac-repair-value article,
  .mac-repair-value article:nth-last-child(-n+2) {
    min-height: 0;
    padding: 20px 0 20px 32px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.09);
  }

  .mac-repair-value article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .mac-repair-value article > span,
  .mac-repair-value article:nth-last-child(-n+2) > span {
    top: 22px;
  }

  .mac-family-grid article {
    min-height: 96px;
  }

  .mac-delivery__layout {
    gap: 40px;
  }

  .mac-entry__grid article {
    min-height: 270px;
    padding: 25px;
    border-radius: 21px;
  }

  .mac-entry__grid a {
    bottom: 25px;
    left: 25px;
  }

  .mac-faq__layout {
    gap: 0;
  }

  .mac-faq__items {
    border-radius: 20px;
  }

  .mac-faq__items summary {
    min-height: 72px;
    grid-template-columns: 30px 1fr 20px;
    gap: 11px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .mac-faq__items details > p {
    padding: 0 48px 21px 57px;
    font-size: 13px;
  }

  .mac-final {
    padding: 88px 0 118px;
  }

  .mac-final h2 {
    font-size: clamp(39px, 11vw, 50px);
  }

  .mac-final .mac-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .mac-final .mac-content-button {
    width: 100%;
  }

  .mac-final small {
    max-width: 32ch;
    line-height: 1.55;
  }
}

@keyframes mac-dialog-sheet-enter {
  from { opacity: 0; transform: translateY(44px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 390px) {
  .mac-content__container {
    width: calc(100% - 20px);
  }

  .mac-section-heading h2 {
    font-size: 34px;
  }

  .mac-process__steps {
    padding-inline: 15px;
  }

  .mac-faq__items details > p {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mac-content.has-reveal [data-mac-reveal],
  .mac-issue-card,
  .mac-issue-card figure img,
  .mac-content-button,
  .mac-faq__items summary i {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
