:root {
  --mac-cyan: #22bde9;
  --mac-blue: #3b82f6;
  --mac-dark: #0f172a;
  --mac-text: #334155;
  --mac-muted: #64748b;
  --mac-border: #e2e8f0;
}

.mac-files-section .mac-files-heading>span,
.mac-benefits-section .mac-benefits-heading>span {
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mac-files-section .mac-file-tabs button {
  background: #f1f5f9;
}

.mac-files-section .mac-file-tabs button.active {
  border-color: var(--mac-cyan);
  background: #ffffff;
  color: var(--mac-dark);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.mac-files-section .mac-files-layout .mac-finder-panel {
  height: 400px;
  border-radius: 24px;
}

.mac-files-section .mac-finder-panel .mac-files-image {
  display: block;
  width: 720px;
  height: 400px;
  object-fit: cover;
}

.mac-compatible-section .mac-compatible-container {
  align-items: stretch;
  gap: 48px;
  max-width: 1152px;
}

.mac-compatible-section .mac-compatible-container .mac-compatible-content {
  width: 600px;
}

.mac-compatible-section .mac-compatible-content .mac-compatible-lists {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.mac-compatible-section .mac-compatible-lists .mac-compatible-card {
  width: 292px;
  padding: 22px;
  border: 1px solid var(--mac-border);
  border-radius: 16px;
  background: #f8fafc;
}

.mac-compatible-section .mac-compatible-card h3 {
  margin: 0 0 15px;
  color: var(--mac-dark);
  font-size: 15px;
}

.mac-compatible-section .mac-compatible-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mac-compatible-section .mac-compatible-card li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
}

.mac-compatible-section .mac-compatible-card li i {
  flex: none;
  color: #10b981;
  font-size: 13px;
}

.mac-compatible-section .mac-compatible-content .mac-version-note {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #a5f3fc;
  border-radius: 14px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 11px;
}

.mac-compatible-section .mac-compatible-container .mac-report-card {
  width: 500px;
  padding: 26px;
  border-radius: 26px;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 25px 55px rgba(15, 23, 42, .2);
}

.mac-compatible-section .mac-report-card .mac-report-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #334155;
}

.mac-compatible-section .mac-report-header i {
  color: var(--mac-cyan);
  font-size: 22px;
}

.mac-compatible-section .mac-report-header strong {
  font-size: 13px;
}

.mac-compatible-section .mac-report-header .text-small {
  margin-left: auto;
  color: #64748b;
  font-size: 9px;
}

.mac-compatible-section .mac-report-card dl {
  margin: 20px 0;
}

.mac-compatible-section .mac-report-card dl div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #1e293b;
  font-size: 11px;
}

.mac-compatible-section .mac-report-card dt {
  color: #94a3b8;
}

.mac-compatible-section .mac-report-card dd {
  margin: 0;
  color: #e2e8f0;
  font-weight: 700;
}

.mac-compatible-section .mac-report-card .mac-report-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 10px;
}

.mac-compatible-section .mac-report-progress i {
  width: 448px;
  height: 7px;
  margin-top: 10px;
  border-radius: 8px;
  background: linear-gradient(to right, #22bde9 424px, #334155 424px);
}

.mac-compatible-section .mac-report-card .mac-report-blocks {
  display: flex;
  gap: 7px;
  margin-top: 22px;
}

.mac-compatible-section .mac-report-blocks i {
  width: 31px;
  height: 38px;
  border-radius: 5px;
  background: #164e63;
}

.mac-compatible-section .mac-report-blocks i:nth-child(3n) {
  background: #22bde9;
}

.mac-steps-section .mac-step-tabs button {
  display: flex;
  gap: 18px;
  min-height: 112px;
  background: rgba(255, 255, 255, .45);
}

.mac-steps-section .mac-step-tabs button.active {
  min-height: 182px;
  padding-left: 20px;
  background: #ffffff;
}

.mac-steps-section .mac-step-tabs button>.text-strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
}

.mac-steps-section .mac-step-tabs button.active>.text-strong {
  background: var(--mac-cyan);
  color: #ffffff;
}

.mac-steps-section .mac-step-tabs button>span {
  display: block;
  width: 340px;
}

.mac-steps-section .mac-step-tabs button strong {
  color: var(--mac-dark);
  font-size: 15px;
}

.mac-steps-section .mac-step-tabs button p {
  max-height: 20px;
  margin: 12px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 20px;
}

.mac-steps-section .mac-step-tabs button.active p {
  max-height: 100px;
}

.mac-steps-section .mac-steps-layout .mac-step-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7eeed;
  border-radius: 8px;
  height: 411px;
  overflow: hidden;
}

.mac-steps-section .mac-step-preview .mac-step-image {
  display: none;
  width: 100%;
  object-fit: cover;
}

.mac-steps-section .mac-step-preview .mac-step-image.active {
  display: block;
}

.mac-benefits-section .mac-benefits-container {
  max-width: 1152px;
}

.mac-benefits-section .mac-benefits-container .mac-benefits-grid {
  flex-wrap: nowrap;
}

.mac-benefits-section .mac-benefits-grid .mac-benefit-card {
  width: 270px;
  min-height: 240px;
  padding: 24px;
  border-radius: 16px;
}

@media(max-width: 900px) {
  .mac-files-section .mac-finder-panel .mac-files-image {
    width: 700px;
    height: 353px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    height: 353px;
  }

  .mac-compatible-section .mac-compatible-content .mac-compatible-lists {
    flex-wrap: wrap;
  }

  .mac-benefits-section .mac-benefits-container .mac-benefits-grid {
    flex-wrap: wrap;
  }
}

@media(max-width: 640px) {
  .mac-files-section .mac-finder-panel .mac-files-image {
    width: 336px;
    height: 169px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    height: 169px;
  }

  .mac-compatible-section .mac-compatible-container .mac-compatible-content,
  .mac-compatible-section .mac-compatible-lists .mac-compatible-card,
  .mac-compatible-section .mac-compatible-container .mac-report-card {
    width: 336px;
  }

  .mac-compatible-section .mac-compatible-content .mac-compatible-lists {
    flex-direction: column;
  }

  .mac-compatible-section .mac-report-progress i {
    width: 284px;
    background: linear-gradient(to right, #22bde9 269px, #334155 269px);
  }

  .mac-compatible-section .mac-report-blocks i {
    width: 18px;
  }

  .mac-steps-section .mac-steps-layout .mac-step-tabs {
    width: 336px;
  }

  .mac-steps-section .mac-step-tabs button>span {
    width: 240px;
  }

  .mac-steps-section .mac-step-preview .mac-step-image {
    width: 336px;
    height: 211px;
  }

  .mac-steps-section .mac-steps-layout .mac-step-preview {
    width: 336px;
    min-height: 211px;
  }
}

/* Mac image panels and source CTA */
.mac-hero-section .mac-hero-container .mac-hero-label {
  font-size: 12px;
  line-height: 16px;
}

.mac-hero-section .mac-hero-container h1 {
  font-size: 60px;
  line-height: 66px;
}

.mac-hero-section .mac-hero-container>p {
  font-size: 18px;
  line-height: 29px;
}

.mac-hero-section .mac-hero-container .mac-hero-note {
  font-size: 12px;
  line-height: 16px;
}

.mac-designed-section .mac-designed-heading>span,
.mac-files-section .mac-files-heading>span,
.mac-compatible-section .mac-compatible-content>span,
.mac-steps-section .mac-steps-heading>span,
.mac-benefits-section .mac-benefits-heading>span,
.mac-scenarios-section .mac-scenarios-heading>span,
.mac-faq-section .mac-faq-heading>span {
  font-size: 12px;
  line-height: 16px;
}

.mac-designed-section .mac-designed-heading h2,
.mac-files-section .mac-files-heading h2,
.mac-compatible-section .mac-compatible-content h2,
.mac-steps-section .mac-steps-heading h2,
.mac-benefits-section .mac-benefits-heading h2 {
  font-size: 36px;
  line-height: 40px;
}

.mac-designed-section .mac-designed-heading p,
.mac-compatible-section .mac-compatible-content>p {
  font-size: 16px;
  line-height: 26px;
}

.mac-files-section .mac-files-heading p,
.mac-steps-section .mac-steps-heading p,
.mac-benefits-section .mac-benefits-heading p,
.mac-scenarios-section .mac-scenarios-heading p,
.mac-faq-section .mac-faq-heading p {
  font-size: 14px;
  line-height: 23px;
}

.mac-designed-section .mac-designed-card h3,
.mac-benefits-section .mac-benefit-card h3 {
  font-size: 18px;
  line-height: 25px;
}

.mac-designed-section .mac-designed-card p,
.mac-benefits-section .mac-benefit-card p {
  font-size: 14px;
  line-height: 23px;
}

.mac-files-section .mac-file-tabs button span {
  font-size: 16px;
  line-height: 16px;
}

.mac-files-section .mac-file-tabs button .text-small {
  font-size: 11px;
  line-height: 17px;
}

.mac-files-section .mac-files-container .mac-files-note {
  margin: 40px 0 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.mac-compatible-section .mac-compatible-card h3 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mac-compatible-section .mac-compatible-card li {
  font-size: 14px;
  line-height: 20px;
}

.mac-compatible-section .mac-compatible-content .mac-version-note {
  font-size: 12px;
  line-height: 16px;
}

.mac-scenarios-section .mac-scenarios-heading h2 {
  font-size: 30px;
  line-height: 36px;
}

.mac-scenarios-section .mac-scenario-column>h3 {
  font-size: 20px;
  line-height: 28px;
}

.mac-scenarios-section .mac-scenario-column strong {
  font-size: 14px;
  line-height: 20px;
}

.mac-scenarios-section .mac-scenario-column .text-small {
  font-size: 12px;
  line-height: 20px;
}

.mac-faq-section .mac-faq-heading h2 {
  font-size: 30px;
  line-height: 36px;
}

.mac-faq-section .mac-faq-item button span {
  font-size: 16px;
  line-height: 24px;
}

.mac-faq-section .mac-faq-item>p {
  font-size: 14px;
  line-height: 23px;
}

.mac-steps-section .mac-steps-layout .mac-step-tabs {
  gap: 16px;
  width: 440px;
}

.mac-steps-section .mac-step-tabs button {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .6);
  border-radius: 16px;
  background: rgba(255, 255, 255, .4);
}

.mac-steps-section .mac-step-tabs button:hover {
  border-color: #cbd5e1;
  background: #ffffff;
}

.mac-steps-section .mac-step-tabs button.active {
  min-height: 0;
  padding: 20px;
  border-color: #22bde9;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(203, 213, 225, .65);
}

.mac-steps-section .mac-step-tabs button.active::before {
  display: none;
}

.mac-steps-section .mac-step-tabs button>.text-strong {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  background: #e2e8f0;
  color: #475569;

  font-size: 14px;
  font-weight: 900;
}

.mac-steps-section .mac-step-tabs button.active>.text-strong {
  background: #22bde9;
  color: #0f172a;
}

.mac-steps-section .mac-step-tabs button>span {
  display: block;
  width: 352px;
}

.mac-steps-section .mac-step-tabs button strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.mac-steps-section .mac-step-tabs button p {
  display: -webkit-box;
  max-height: 22px;
  margin: 6px 0 0;
  overflow: hidden;
  color: #475569;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mac-steps-section .mac-step-tabs button.active p {
  display: block;
  max-height: 110px;
  -webkit-line-clamp: initial;
}

.mac-designed-section .mac-designed-heading p,
.mac-files-section .mac-files-heading p,
.mac-compatible-section .mac-compatible-content>p,
.mac-steps-section .mac-steps-heading p,
.mac-benefits-section .mac-benefits-heading p,
.mac-scenarios-section .mac-scenarios-heading p,
.mac-faq-section .mac-faq-heading p {
  font-size: 15px;
  line-height: 25px;
}

.mac-designed-section .mac-designed-card p,
.mac-benefits-section .mac-benefit-card p,
.mac-scenarios-section .mac-scenario-column .text-small,
.mac-faq-section .mac-faq-item>p {
  font-size: 13px;
  line-height: 21px;
}

.mac-files-section .mac-file-tabs button span,
.mac-compatible-section .mac-compatible-card li {
  font-size: 14px;
}

.mac-files-section .mac-file-tabs button .text-small,
.mac-compatible-section .mac-compatible-content .mac-version-note {
  font-size: 12px;
  line-height: 19px;
}

.mac-compatible-section .mac-compatible-container .mac-report-visual {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 25px 55px rgba(15, 23, 42, .2);
  height: fit-content;
}

.mac-compatible-section .mac-report-visual img {
  display: block;
  width: 470px;
  height: 350px;
  object-fit: cover;
}

.mac-cta-section {
  padding: 96px 16px;
  border-top: 1px solid #e2e8f0;
  background-color: #ffffff;
  background-image: linear-gradient(to right, rgba(241, 245, 249, .7) 1px, transparent 1px), linear-gradient(to bottom, rgba(241, 245, 249, .7) 1px, transparent 1px), radial-gradient(circle at 240px 210px, rgba(34, 189, 233, .12), transparent 280px), radial-gradient(circle at 720px 210px, rgba(99, 102, 241, .08), transparent 280px);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.mac-cta-section .mac-cta-container>i {
  color: #0f172a;
  font-size: 48px;
}

.mac-cta-section .mac-cta-container h2 {
  margin: 16px 0;
  color: #020617;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
}

.mac-cta-section .mac-cta-container>p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
}

.mac-cta-section .mac-cta-container .mac-cta-actions {
  padding-top: 24px;
  gap: 16px;
}

.mac-cta-section .mac-cta-container .mac-cta-note {
  display: block;
  margin-top: 20px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
}

@media(max-width:640px) {
  .mac-hero-section .mac-hero-container h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .mac-hero-section .mac-hero-container>p {
    font-size: 16px;
    line-height: 26px;
  }

  .mac-designed-section .mac-designed-heading h2,
  .mac-files-section .mac-files-heading h2,
  .mac-compatible-section .mac-compatible-content h2,
  .mac-steps-section .mac-steps-heading h2,
  .mac-benefits-section .mac-benefits-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .mac-steps-section .mac-steps-layout .mac-step-tabs {
    width: 336px;
  }

  .mac-steps-section .mac-step-tabs button>span {
    width: 248px;
  }

  .mac-steps-section .mac-step-tabs button p {
    display: none;
  }

  .mac-steps-section .mac-step-tabs button.active p {
    display: block;
  }

  .mac-compatible-section .mac-compatible-container .mac-report-visual,
  .mac-compatible-section .mac-report-visual img {
    width: 336px;
  }

  .mac-compatible-section .mac-report-visual img {
    height: 289px;
  }

  .mac-cta-section {
    padding: 72px 12px;
  }

  .mac-cta-section .mac-cta-container h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

.mac-hero-section {
  position: relative;
  overflow: hidden;
  padding: 135px 16px;
  border-bottom: 1px solid #e2e8f0;
  background-image: url('../../img/product/mac-recovery/banner-backgournd.png');
  background-position: center;
  background-size: cover;
}

.mac-hero-section .mac-hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mac-hero-section .mac-hero-background>strong {
  position: absolute;
  top: 30px;
  left: 0;

  color: rgba(15, 23, 42, .035);
  font-size: 300px;
  line-height: 330px;
  letter-spacing: 35px;
  text-align: center;
}

.mac-hero-section .mac-hero-background .mac-hero-rings {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 800px;
  border: 1px dashed rgba(15, 23, 42, .12);
  border-radius: 999px;
}

.mac-hero-section .mac-hero-rings i {
  position: absolute;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
}

.mac-hero-section .mac-hero-rings i:nth-child(1) {
  inset: 120px;
}

.mac-hero-section .mac-hero-rings i:nth-child(2) {
  inset: 240px;
  border-style: dashed;
}

.mac-hero-section .mac-hero-rings i:nth-child(3) {
  inset: 330px;
  border-color: rgba(34, 189, 233, .25);
}

.mac-hero-section .mac-hero-rings i:nth-child(4) {
  inset: 370px;
  background: rgba(34, 189, 233, .06);
}

.mac-hero-section .mac-hero-background .mac-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, #f1f5f9 1px, transparent 1px), linear-gradient(to bottom, #f1f5f9 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .35;
}

.mac-hero-section .mac-hero-background .mac-hero-device {
  position: absolute;
  z-index: 1;
  width: 245px;
  opacity: .15;
  text-align: center;
}

.mac-hero-section .mac-hero-device>div {
  height: 150px;
  padding: 16px;
  border: 8px solid #334155;
  border-radius: 14px;
  background: #020617;
  color: #22bde9;
}

.mac-hero-section .mac-hero-device span {
  display: flex;
  gap: 5px;
  color: #94a3b8;
  font-size: 8px;
}

.mac-hero-section .mac-hero-device span i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22bde9;
}

.mac-hero-section .mac-hero-device .text-strong {
  display: block;
  margin-top: 65px;
  font-size: 9px;
}

.mac-hero-section .mac-hero-device>.text-small {
  display: block;
  margin-top: 14px;
  color: #64748b;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mac-hero-section .macbook-device {
  top: 210px;
  left: 70px;
}

.mac-hero-section .imac-device {
  top: 275px;
  right: 70px;
}

.mac-hero-section .mac-hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.mac-hero-section .mac-hero-container .mac-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #334155;
  font-size: 11px;
  font-weight: 800;
}

.mac-hero-section .mac-hero-container h1 {
  margin: 28px 0 0;
  color: #020617;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -2px;
}

.mac-hero-section .mac-hero-container h1 strong {
  color: #22bde9;
  background: linear-gradient(to right, #0ea5e9, #22bde9, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mac-hero-section .mac-hero-container>p {
  max-width: 760px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.mac-hero-section .mac-hero-container .mac-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.mac-hero-section .mac-hero-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 215px;
  padding: 12px 25px;
  border: 2px solid #ff8343;
  border-radius: 12px;
  background: #ff8343;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.mac-hero-section .mac-hero-actions a:last-child {
  background: #ffffff;
  color: #ff8343;
}

.mac-hero-section .mac-hero-actions a>i {
  font-size: 30px;
}

.mac-hero-section .mac-hero-actions a span {
  display: flex;
  flex-direction: column;
}

.mac-hero-section .mac-hero-actions a strong {
  font-size: 13px;
  letter-spacing: 1px;
}

.mac-hero-section .mac-hero-actions a .text-small {
  margin-top: 3px;
  font-size: 9px;
}

.mac-hero-section .mac-hero-container .mac-hero-note {
  display: block;
  margin-top: 22px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 700;
}

@media(max-width:900px) {
  .mac-hero-section .mac-hero-background .mac-hero-device {
    display: none;
  }
}

@media(max-width:640px) {
  .mac-hero-section {
    padding: 90px 12px;
  }

  .mac-hero-section .mac-hero-background>strong {
    font-size: 150px;
  }

  .mac-hero-section .mac-hero-background .mac-hero-rings {
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 500px;
  }

  .mac-hero-section .mac-hero-container h1 {
    font-size: 39px;
    line-height: 46px;
  }

  .mac-hero-section .mac-hero-container>p {
    font-size: 14px;
    line-height: 23px;
  }

  .mac-hero-section .mac-hero-container .mac-hero-actions {
    flex-direction: column;
  }
}

.mac-cta-section {
  padding: 96px 16px;
  border-top: 1px solid #e2e8f0;
  background-color: #ffffff;
  background-image: linear-gradient(to right, rgba(241, 245, 249, .7) 1px, transparent 1px), linear-gradient(to bottom, rgba(241, 245, 249, .7) 1px, transparent 1px), radial-gradient(circle at 25px 210px, rgba(34, 189, 233, .12), transparent 280px), radial-gradient(circle at 75px 210px, rgba(99, 102, 241, .08), transparent 280px);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

@media(max-width:640px) {}

.mac-steps-section .mac-step-preview .mac-workflow-state {
  display: none;
  width: 570px;
  min-height: 350px;
  padding: 26px;
  border: 1px solid #334155;
  border-radius: 20px;
  background: #020617;
  color: #e2e8f0;
}

.mac-steps-section .mac-step-preview .mac-workflow-state.active {
  display: block;
}

.mac-steps-section .mac-workflow-state .section-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #1e293b;
  font-size: 10px;
}

.mac-steps-section .mac-workflow-state .section-header span {
  display: flex;
  gap: 6px;
  margin-right: 12px;
}

.mac-steps-section .mac-workflow-state .section-header span i {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #fb7185;
}

.mac-steps-section .mac-workflow-state .section-header .text-small {
  margin-left: auto;
  color: #64748b;
}

.mac-steps-section .mac-workflow-state h3 {
  margin: 24px 0 18px;
  font-size: 18px;
}

.mac-steps-section .mac-workflow-state h4 {
  color: #22bde9;
  font-size: 10px;
  letter-spacing: 1px;
}

.mac-steps-section .mac-workflow-state .mac-workflow-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #1e293b;
  border-radius: 12px;
  background: #0f172a;
}

.mac-steps-section .mac-workflow-state .mac-workflow-row.active {
  border-color: #0e7490;
  background: #17233a;
}

.mac-steps-section .mac-workflow-row>i {
  color: #22bde9;
  font-size: 22px;
}

.mac-steps-section .mac-workflow-row span {
  display: flex;
  flex-direction: column;
}

.mac-steps-section .mac-workflow-row strong {
  font-size: 11px;
}

.mac-steps-section .mac-workflow-row .text-small {
  margin-top: 4px;
  color: #64748b;
  font-size: 8px;
}

.mac-steps-section .mac-workflow-state>button {
  float: right;
  margin-top: 18px;
  padding: 11px 22px;
  border: 0;
  border-radius: 9px;
  background: #22bde9;
  color: #020617;
  font-size: 10px;
  font-weight: 800;
}

.mac-steps-section .mac-workflow-state .mac-workflow-success {
  display: block;
  margin-top: 55px;
  color: #10b981;
  font-size: 58px;
  text-align: center;
}

.mac-steps-section .mac-workflow-state>p {
  color: #94a3b8;
  font-size: 11px;
  text-align: center;
}

@media(max-width:640px) {
  .mac-steps-section .mac-step-preview .mac-workflow-state {
    width: 310px;
    min-height: 360px;
    padding: 16px;
  }
}

.mac-designed-section {
  padding: 82px 16px;
  background: #ffffff;
}

.mac-designed-section .mac-designed-container {
  max-width: 1152px;
  margin: auto;
}

.mac-designed-section .mac-designed-container .mac-designed-heading {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.mac-designed-section .mac-designed-heading>span {
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mac-designed-section .mac-designed-heading h2 {
  margin: 12px 0;
  color: var(--mac-dark);
  font-size: 36px;
}

.mac-designed-section .mac-designed-heading p {
  color: var(--mac-muted);
  font-size: 14px;
  line-height: 23px;
}

.mac-designed-section .mac-designed-container .mac-designed-grid {
  display: flex;
  gap: 20px;
}

.mac-designed-section .mac-designed-grid .mac-designed-card {
  width: 273px;
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--mac-border);
  border-radius: 22px;
  background: #f8fafc;
}

.mac-designed-section .mac-designed-grid .mac-designed-card:hover {
  border-color: var(--mac-cyan);
}

.mac-designed-section .mac-designed-card>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 21px;
}

.mac-designed-section .mac-designed-card h3 {
  color: var(--mac-dark);
  font-size: 16px;
}

.mac-designed-section .mac-designed-card p {
  margin: 0;
  color: var(--mac-muted);
  font-size: 12px;
  line-height: 20px;
}

@media(max-width:900px) {
  .mac-designed-section .mac-designed-container .mac-designed-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media(max-width:640px) {
  .mac-designed-section {
    padding: 60px 12px;
  }

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

  .mac-designed-section .mac-designed-grid .mac-designed-card {
    width: 336px;
  }
}

.mac-files-section {
  padding: 84px 16px;
  border-top: 1px solid var(--mac-border);
  border-bottom: 1px solid var(--mac-border);
  background: #f8fafc;
}

.mac-files-section .mac-files-container {
  max-width: 1152px;
  margin: auto;
}

.mac-files-section .mac-files-container .mac-files-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.mac-files-section .mac-files-heading h2 {
  color: var(--mac-dark);
  font-size: 34px;
}

.mac-files-section .mac-files-heading p {
  color: var(--mac-muted);
  font-size: 14px;
}

.mac-files-section .mac-files-container .mac-files-layout {
  display: flex;
  gap: 28px;
}

.mac-files-section .mac-files-layout .mac-file-tabs {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 330px;
}

.mac-files-section .mac-file-tabs button {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 15px;
  border: 1px solid var(--mac-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--mac-text);
  text-align: left;
  cursor: pointer;
}

.mac-files-section .mac-file-tabs button:hover {
  border-color: var(--mac-cyan);
}

.mac-files-section .mac-file-tabs button.active {
  border-color: #020617;
  background: #0f172a;
  color: #ffffff;
}

.mac-files-section .mac-file-tabs button>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #f1f5f9;
  color: var(--mac-cyan);
  font-size: 20px;
}

.mac-files-section .mac-file-tabs button span {
  font-size: 14px;
  font-weight: 800;
}

.mac-files-section .mac-file-tabs button .text-small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
  font-weight: 500;
}

.mac-files-section .mac-files-layout .mac-finder-panel {
  width: 720px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
}

.mac-files-section .mac-finder-panel .mac-finder-bar {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--mac-border);
  background: #f1f5f9;
}

.mac-files-section .mac-finder-bar>span {
  display: flex;
  gap: 6px;
}

.mac-files-section .mac-finder-bar>span i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fb7185;
}

.mac-files-section .mac-finder-bar>span i:nth-child(2) {
  background: #fbbf24;
}

.mac-files-section .mac-finder-bar>span i:nth-child(3) {
  background: #34d399;
}

.mac-files-section .mac-finder-bar strong {
  margin-left: 190px;
  color: #334155;
  font-size: 11px;
}

.mac-files-section .mac-finder-bar .text-small {
  margin-left: auto;
  color: #94a3b8;
  font-size: 9px;
}

.mac-files-section .mac-finder-panel .mac-finder-body {
  display: flex;
  min-height: 360px;
}

.mac-files-section .mac-finder-body .mac-finder-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 185px;
  padding: 22px 14px;
  border-right: 1px solid var(--mac-border);
  background: #f8fafc;
}

.mac-files-section .mac-finder-sidebar span {
  padding: 9px 11px;
  border-radius: 8px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
}

.mac-files-section .mac-finder-sidebar span.active {
  background: #dbeafe;
  color: #2563eb;
}

.mac-files-section .mac-finder-body .mac-finder-results {
  width: 607px;
  padding: 30px;
}

.mac-files-section .mac-finder-results h3 {
  color: var(--mac-dark);
  font-size: 22px;
}

.mac-files-section .mac-finder-results>p {
  color: var(--mac-muted);
  font-size: 12px;
  line-height: 20px;
}

.mac-files-section .mac-finder-results .mac-result-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 22px;
}

.mac-files-section .mac-result-list div {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #f1f5f9;
  border-radius: 11px;
  background: #f8fafc;
}

.mac-files-section .mac-result-list strong {
  color: #334155;
  font-size: 10px;
}

.mac-files-section .mac-result-list span {
  margin-left: auto;
  color: #10b981;
  font-size: 9px;
}

@media(max-width:900px) {
  .mac-files-section .mac-files-container .mac-files-layout {
    flex-direction: column;
  }

  .mac-files-section .mac-files-layout .mac-file-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }

  .mac-files-section .mac-file-tabs button {
    width: 250px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    width: 700px;
  }
}

@media(max-width:640px) {
  .mac-files-section {
    padding: 60px 12px;
  }

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

  .mac-files-section .mac-file-tabs button {
    width: 336px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    width: 336px;
  }

  .mac-files-section .mac-finder-panel .mac-finder-body {
    flex-direction: column;
  }

  .mac-files-section .mac-finder-body .mac-finder-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    border-right: 0;
    border-bottom: 1px solid var(--mac-border);
  }

  .mac-files-section .mac-finder-body .mac-finder-results {
    width: 334px;
    padding: 22px;
  }

  .mac-files-section .mac-finder-bar strong {
    margin-left: 25px;
  }

  .mac-files-section .mac-finder-bar .text-small {
    display: none;
  }
}

.mac-compatible-section {
  padding: 88px 16px;
  background: #ffffff;
}

.mac-compatible-section .mac-compatible-container {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1050px;
  margin: auto;
}

.mac-compatible-section .mac-compatible-container .mac-compatible-content {
  width: 490px;
}

.mac-compatible-section .mac-compatible-content>span {
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mac-compatible-section .mac-compatible-content h2 {
  margin: 12px 0;
  color: var(--mac-dark);
  font-size: 38px;
}

.mac-compatible-section .mac-compatible-content>p {
  color: var(--mac-muted);
  font-size: 14px;
  line-height: 23px;
}

.mac-compatible-section .mac-compatible-content .mac-compatible-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.mac-compatible-section .mac-compatible-list div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--mac-border);
  border-radius: 13px;
  background: #f8fafc;
}

.mac-compatible-section .mac-compatible-list i {
  color: var(--mac-cyan);
  font-size: 20px;
}

.mac-compatible-section .mac-compatible-list span {
  display: flex;
  flex-direction: column;
}

.mac-compatible-section .mac-compatible-list strong {
  color: var(--mac-dark);
  font-size: 12px;
}

.mac-compatible-section .mac-compatible-list .text-small {
  margin-top: 4px;
  color: #64748b;
  font-size: 9px;
}

.mac-compatible-section .mac-compatible-container .mac-system-card {
  width: 480px;
  padding: 24px;
  border: 1px solid #334155;
  border-radius: 26px;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 25px 55px rgba(15, 23, 42, .2);
}

.mac-compatible-section .mac-system-card .mac-system-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid #334155;
}

.mac-compatible-section .mac-system-bar i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fb7185;
}

.mac-compatible-section .mac-system-bar i:nth-child(2) {
  background: #fbbf24;
}

.mac-compatible-section .mac-system-bar i:nth-child(3) {
  background: #34d399;
}

.mac-compatible-section .mac-system-bar strong {
  margin-left: 8px;
  font-size: 10px;
}

.mac-compatible-section .mac-system-card .mac-system-device {
  padding: 30px 0;
  text-align: center;
}

.mac-compatible-section .mac-system-device>i {
  color: var(--mac-cyan);
  font-size: 58px;
}

.mac-compatible-section .mac-system-device h3 {
  margin: 12px 0 5px;
}

.mac-compatible-section .mac-system-device p {
  margin: 0;
  color: #94a3b8;
  font-size: 10px;
}

.mac-compatible-section .mac-system-card .mac-system-stats {
  display: flex;
  gap: 12px;
}

.mac-compatible-section .mac-system-stats span {
  width: 207px;
  padding: 12px;
  border-radius: 10px;
  background: #1e293b;
}

.mac-compatible-section .mac-system-stats .text-small {
  display: block;
  color: #94a3b8;
  font-size: 8px;
}

.mac-compatible-section .mac-system-stats strong {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.mac-compatible-section .mac-system-card .mac-system-scan {
  height: 7px;
  margin-top: 20px;
  border-radius: 999px;
  background: #334155;
}

.mac-compatible-section .mac-system-scan span {
  display: block;
  width: 340px;
  height: 7px;
  border-radius: 999px;
  background: var(--mac-cyan);
}

.mac-compatible-section .mac-system-card>p {
  margin: 10px 0 0;
  color: #94a3b8;
  font-size: 9px;
  text-align: center;
}

@media(max-width:900px) {
  .mac-compatible-section .mac-compatible-container {
    flex-direction: column;
  }
}

@media(max-width:640px) {
  .mac-compatible-section {
    padding: 60px 12px;
  }

  .mac-compatible-section .mac-compatible-container .mac-compatible-content {
    width: 336px;
  }

  .mac-compatible-section .mac-compatible-content h2 {
    font-size: 30px;
  }

  .mac-compatible-section .mac-compatible-container .mac-system-card {
    width: 336px;
  }

  .mac-compatible-section .mac-system-stats span {
    width: 138px;
  }

  .mac-compatible-section .mac-system-scan span {
    width: 225px;
  }
}

.mac-steps-section {
  padding: 90px 16px;
  border-top: 1px solid var(--mac-border);
  background: #f8fafc;
}

.mac-steps-section .mac-steps-container {
  max-width: 1152px;
  margin: auto;
}

.mac-steps-section .mac-steps-container .mac-steps-heading {
  max-width: 680px;
  margin: 0 auto 55px;
  text-align: center;
}

.mac-steps-section .mac-steps-heading>span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  color: #0284c7;
  font-size: 10px;
  font-weight: 900;
}

.mac-steps-section .mac-steps-heading h2 {
  margin: 14px 0 10px;
  color: var(--mac-dark);
  font-size: 36px;
}

.mac-steps-section .mac-steps-heading p {
  color: var(--mac-muted);
  font-size: 14px;
}

.mac-steps-section .mac-steps-container .mac-steps-layout {
  display: flex;
  gap: 42px;
}

.mac-steps-section .mac-steps-layout .mac-step-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 440px;
}

.mac-steps-section .mac-step-tabs button {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--mac-border);
  border-radius: 16px;
  background: #ffffff;
  text-align: left;
  cursor: pointer;
}

.mac-steps-section .mac-step-tabs button:hover {
  border-color: var(--mac-cyan);
}

.mac-steps-section .mac-step-tabs button.active {
  padding-left: 24px;
  border-color: var(--mac-cyan);
  background: #f0f9ff;
}

.mac-steps-section .mac-step-tabs button.active::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--mac-cyan);
  content: "";
}

.mac-steps-section .mac-step-tabs button>span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mac-steps-section .mac-step-tabs button>span i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #f1f5f9;
  color: #94a3b8;
}

.mac-steps-section .mac-step-tabs button.active>span i {
  background: #e0f2fe;
  color: var(--mac-cyan);
}

.mac-steps-section .mac-step-tabs button>span strong {
  color: var(--mac-dark);
  font-size: 14px;
}

.mac-steps-section .mac-step-tabs button>span em {
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 10px;
  font-style: normal;
}

.mac-steps-section .mac-step-tabs button.active>span em {
  background: var(--mac-cyan);
  color: #0f172a;
}

.mac-steps-section .mac-step-tabs button>p {
  overflow: hidden;
  max-height: 38px;
  margin: 11px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 19px;
}

.mac-steps-section .mac-step-tabs button.active>p {
  max-height: 76px;
}

.mac-steps-section .mac-step-tabs button>ul {
  display: none;
  flex-direction: column;
  gap: 7px;
  margin: 13px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--mac-border);
  list-style: none;
}

.mac-steps-section .mac-step-tabs button.active>ul {
  display: flex;
}

.mac-steps-section .mac-step-tabs button li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
}

.mac-steps-section .mac-step-tabs button li i {
  color: #10b981;
}

.mac-steps-section .mac-step-preview .mac-step-window {
  width: 500px;
  padding: 22px;
  border: 1px solid #334155;
  border-radius: 18px;
  background: #020617;
  color: #e2e8f0;
  text-align: center;
}

.mac-steps-section .mac-step-window .mac-step-bar {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e293b;
}

.mac-steps-section .mac-step-bar>span {
  display: flex;
  gap: 5px;
}

.mac-steps-section .mac-step-bar>span i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fb7185;
}

.mac-steps-section .mac-step-bar>span i:nth-child(2) {
  background: #fbbf24;
}

.mac-steps-section .mac-step-bar>span i:nth-child(3) {
  background: #34d399;
}

.mac-steps-section .mac-step-bar strong {
  margin-left: 10px;
  font-size: 9px;
}

.mac-steps-section .mac-step-bar .text-small {
  margin-left: auto;
  color: var(--mac-cyan);
  font-size: 9px;
}

.mac-steps-section .mac-step-window>i {
  display: block;
  margin: 35px 0 16px;
  color: var(--mac-cyan);
  font-size: 50px;
}

.mac-steps-section .mac-step-window h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.mac-steps-section .mac-step-window>p {
  color: #94a3b8;
  font-size: 10px;
}

.mac-steps-section .mac-step-window .mac-volume-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 13px;
  border: 1px solid rgba(34, 189, 233, .55);
  border-radius: 12px;
  background: #1e293b;
  text-align: left;
}

.mac-steps-section .mac-volume-row>i {
  color: var(--mac-cyan);
  font-size: 23px;
}

.mac-steps-section .mac-volume-row span {
  display: flex;
  flex-direction: column;
}

.mac-steps-section .mac-volume-row strong {
  font-size: 10px;
}

.mac-steps-section .mac-volume-row .text-small {
  margin-top: 4px;
  color: #64748b;
  font-size: 8px;
}

.mac-steps-section .mac-volume-row em {
  width: 15px;
  height: 15px;
  margin-left: auto;
  border: 4px solid var(--mac-cyan);
  border-radius: 999px;
}

.mac-steps-section .mac-step-window .mac-step-button {
  display: block;
  margin-top: 16px;
  padding: 11px;
  border-radius: 9px;
  background: var(--mac-cyan);
  color: #020617;
  font-size: 10px;
}

@media(max-width:900px) {
  .mac-steps-section .mac-steps-container .mac-steps-layout {
    flex-direction: column;
  }

  .mac-steps-section .mac-steps-layout .mac-step-tabs {
    width: auto;
  }

  .mac-steps-section .mac-steps-layout .mac-step-preview {
    width: 700px;
  }
}

@media(max-width:640px) {
  .mac-steps-section {
    padding: 60px 12px;
  }

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

  .mac-steps-section .mac-steps-layout .mac-step-preview {
    width: 336px;
    min-height: 400px;
    padding: 18px;
  }
}

.mac-benefits-section {
  padding: 82px 16px;
  background: #ffffff;
}

.mac-benefits-section .mac-benefits-container {
  max-width: 1024px;
  margin: auto;
}

.mac-benefits-section .mac-benefits-container .mac-benefits-heading {
  max-width: 650px;
  margin: 0 auto 48px;
  text-align: center;
}

.mac-benefits-section .mac-benefits-heading h2 {
  color: var(--mac-dark);
  font-size: 34px;
}

.mac-benefits-section .mac-benefits-heading p {
  color: var(--mac-muted);
  font-size: 14px;
}

.mac-benefits-section .mac-benefits-container .mac-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mac-benefits-section .mac-benefits-grid .mac-benefit-card {
  width: 500px;
  min-height: 205px;
  padding: 28px;
  border: 1px solid var(--mac-border);
  border-radius: 22px;
  background: #f8fafc;
}

.mac-benefits-section .mac-benefits-grid .mac-benefit-card:hover {
  border-color: var(--mac-cyan);
}

.mac-benefits-section .mac-benefit-card>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 20px;
}

.mac-benefits-section .mac-benefit-card h3 {
  color: var(--mac-dark);
  font-size: 16px;
}

.mac-benefits-section .mac-benefit-card p {
  margin: 0;
  color: var(--mac-muted);
  font-size: 12px;
  line-height: 20px;
}

@media(max-width:900px) {
  .mac-benefits-section .mac-benefits-container .mac-benefits-grid {
    justify-content: center;
  }

  .mac-benefits-section .mac-benefits-grid .mac-benefit-card {
    width: 400px;
  }
}

@media(max-width:640px) {
  .mac-benefits-section {
    padding: 60px 12px;
  }

  .mac-benefits-section .mac-benefits-grid .mac-benefit-card {
    width: 336px;
  }
}

.mac-scenarios-section {
  padding: 90px 16px;
  border-top: 1px solid #e2e8f0;
  background-color: #f8fafc;
  background-image: linear-gradient(to right, #f1f5f9 1px, transparent 1px), linear-gradient(to bottom, #f1f5f9 1px, transparent 1px);
  background-size: 48px 48px;
}

.mac-scenarios-section .mac-scenarios-container {
  max-width: 896px;
  margin: auto;
}

.mac-scenarios-section .mac-scenarios-container .mac-scenarios-heading {
  max-width: 680px;
  margin: 0 auto 58px;
  text-align: center;
}

.mac-scenarios-section .mac-scenarios-heading>span {
  color: #22bde9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mac-scenarios-section .mac-scenarios-heading h2 {
  margin: 13px 0 10px;
  color: #020617;
  font-size: 32px;
}

.mac-scenarios-section .mac-scenarios-heading p {
  color: #64748b;
  font-size: 13px;
  line-height: 22px;
}

.mac-scenarios-section .mac-scenarios-container .mac-scenarios-grid {
  position: relative;
  display: flex;
  gap: 64px;
}

.mac-scenarios-section .mac-scenarios-grid::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 447px;
  width: 1px;
  background: #e2e8f0;
  content: "";
}

.mac-scenarios-section .mac-scenarios-grid .mac-scenario-column {
  width: 416px;
}

.mac-scenarios-section .mac-scenario-column:first-child {
  text-align: right;
}

.mac-scenarios-section .mac-scenario-column>h3 {
  position: relative;
  margin-bottom: 25px;
  color: #0f172a;
  font-size: 20px;
}

.mac-scenarios-section .mac-scenario-column>h3::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  border-radius: 999px;
  background: #22bde9;
  content: "";
}

.mac-scenarios-section .mac-scenario-column:last-child>h3::after {
  float: left;
  margin: 6px 12px 0 0;
  background: #6366f1;
}

.mac-scenarios-section .mac-scenario-column>div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 23px;
}

.mac-scenarios-section .mac-scenario-column:first-child>div {
  flex-direction: row-reverse;
}

.mac-scenarios-section .mac-scenario-column>div>i {
  display: none;
}

.mac-scenarios-section .mac-scenario-column span {
  display: flex;
  flex-direction: column;
}

.mac-scenarios-section .mac-scenario-column strong {
  color: #020617;
  font-size: 13px;
}

.mac-scenarios-section .mac-scenario-column .text-small {
  margin-top: 5px;
  color: #64748b;
  font-size: 11px;
  line-height: 18px;
}

@media(max-width:900px) {
  .mac-scenarios-section .mac-scenarios-container .mac-scenarios-grid {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .mac-scenarios-section .mac-scenarios-grid::before {
    display: none;
  }

  .mac-scenarios-section .mac-scenario-column:first-child {
    text-align: left;
  }

  .mac-scenarios-section .mac-scenario-column:first-child>div {
    flex-direction: row;
  }
}

@media(max-width:640px) {
  .mac-scenarios-section {
    padding: 60px 12px;
  }

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

  .mac-scenarios-section .mac-scenarios-grid .mac-scenario-column {
    width: 336px;
  }
}

.mac-faq-section {
  padding: 82px 16px;
  background: #ffffff;
}

.mac-faq-section .mac-faq-container {
  max-width: 896px;
  margin: auto;
}

.mac-faq-section .mac-faq-container .mac-faq-heading {
  margin-bottom: 46px;
  text-align: center;
}

.mac-faq-section .mac-faq-heading h2 {
  color: var(--mac-dark);
  font-size: 32px;
}

.mac-faq-section .mac-faq-heading p {
  color: var(--mac-muted);
  font-size: 13px;
}

.mac-faq-section .mac-faq-container .mac-faq-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.mac-faq-section .mac-faq-list .mac-faq-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mac-border);
  border-radius: 15px;
  background: #f8fafc;
}

.mac-faq-section .mac-faq-list .mac-faq-item:hover {
  border-color: #94a3b8;
}

.mac-faq-section .mac-faq-item button {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 19px 60px 19px 22px;
  border: 0;
  background: transparent;
  color: var(--mac-dark);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.mac-faq-section .mac-faq-item button i {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  color: var(--mac-cyan);
}

.mac-faq-section .mac-faq-list .mac-faq-item>p {
  display: none;
  margin: 0;
  padding: 17px 22px 21px;
  border-top: 1px solid var(--mac-border);
  color: var(--mac-muted);
  font-size: 12px;
  line-height: 20px;
}

@media(max-width:640px) {
  .mac-faq-section {
    padding: 60px 12px;
  }

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

.mac-cta-section {
  position: relative;
  overflow: hidden;
  padding: 82px 16px;
  border-top: 1px solid #bae6fd;
  background: linear-gradient(to bottom right, #ecfeff, #dbeafe, #eef2ff);
  text-align: center;
}

.mac-cta-section .mac-cta-container {
  max-width: 800px;
  margin: auto;
}

.mac-cta-section .mac-cta-container>i {
  color: #0284c7;
  font-size: 50px;
}

.mac-cta-section .mac-cta-container h2 {
  margin: 18px 0 12px;
  color: var(--mac-dark);
  font-size: 42px;
}

.mac-cta-section .mac-cta-container>p {
  max-width: 590px;
  margin: 0 auto 28px;
  color: var(--mac-muted);
  font-size: 14px;
}

.mac-cta-section .mac-cta-container .mac-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.mac-cta-section .mac-cta-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 215px;
  padding: 12px 25px;
  border: 2px solid #ff8343;
  border-radius: 12px;
  background: #ff8343;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.mac-cta-section .mac-cta-actions a:last-child {
  background: #ffffff;
  color: #ff8343;
}

.mac-cta-section .mac-cta-actions a>i {
  font-size: 30px;
}

.mac-cta-section .mac-cta-actions a span {
  display: flex;
  flex-direction: column;
}

.mac-cta-section .mac-cta-actions a strong {
  font-size: 13px;
  letter-spacing: 1px;
}

.mac-cta-section .mac-cta-actions a .text-small {
  margin-top: 3px;
  font-size: 9px;
}

@media(max-width:640px) {
  .mac-cta-section {
    padding: 60px 12px;
  }

  .mac-cta-section .mac-cta-container h2 {
    font-size: 31px;
  }

  .mac-cta-section .mac-cta-container .mac-cta-actions {
    flex-direction: column;
  }
}

/* Final source-page alignment overrides */
.mac-files-section .mac-file-tabs button.active {
  border-color: #22bde9;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.mac-files-section .mac-files-layout .mac-finder-panel {
  height: 400px;
}

.mac-compatible-section .mac-compatible-lists .mac-compatible-card {
  width: 292px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #f8fafc;
}

.mac-compatible-section .mac-compatible-card h3 {
  margin: 0 0 15px;
  font-size: 15px;
}

.mac-compatible-section .mac-compatible-container .mac-report-card {
  width: 500px;
  padding: 26px;
  border-radius: 26px;
  background: #0f172a;
  color: #e2e8f0;
}

.mac-compatible-section .mac-report-card .mac-report-header,
.mac-compatible-section .mac-report-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mac-compatible-section .mac-report-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #334155;
}

.mac-compatible-section .mac-report-header i {
  color: #22bde9;
  font-size: 22px;
}

.mac-compatible-section .mac-report-header .text-small,
.mac-compatible-section .mac-report-card dt {
  color: #94a3b8;
}

.mac-compatible-section .mac-report-card dl div {
  padding: 12px 0;
  border-bottom: 1px solid #1e293b;
  font-size: 11px;
}

.mac-compatible-section .mac-report-card dd {
  margin: 0;
  font-weight: 700;
}

.mac-steps-section .mac-step-tabs button {
  display: flex;
  gap: 18px;
  min-height: 112px;
}

.mac-steps-section .mac-step-tabs button.active {
  min-height: 182px;
  background: #ffffff;
}

.mac-steps-section .mac-step-tabs button.active>.text-strong {
  background: #22bde9;
  color: #ffffff;
}

.mac-steps-section .mac-step-tabs button strong {
  font-size: 15px;
}

.mac-steps-section .mac-step-tabs button p {
  max-height: 20px;
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 20px;
}

@media(max-width:900px) {
  .mac-files-section .mac-finder-panel .mac-files-image {
    width: 700px;
    height: 353px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    height: 353px;
  }

  .mac-benefits-section .mac-benefits-container .mac-benefits-grid {
    flex-wrap: wrap;
  }
}

@media(max-width:640px) {
  .mac-files-section .mac-finder-panel .mac-files-image {
    width: 336px;
    height: 169px;
  }

  .mac-files-section .mac-files-layout .mac-finder-panel {
    height: 169px;
  }

  .mac-compatible-section .mac-compatible-container .mac-compatible-content,
  .mac-compatible-section .mac-compatible-lists .mac-compatible-card,
  .mac-compatible-section .mac-compatible-container .mac-report-card {
    width: 336px;
  }

  .mac-compatible-section .mac-compatible-content .mac-compatible-lists {
    flex-direction: column;
  }

  .mac-compatible-section .mac-report-progress i {
    width: 284px;
    background: linear-gradient(to right, #22bde9 269px, #334155 269px);
  }

  .mac-compatible-section .mac-report-blocks i {
    width: 18px;
  }

  .mac-steps-section .mac-step-preview .mac-step-image {
    width: 336px;
    height: 211px;
  }

  .mac-steps-section .mac-steps-layout .mac-step-preview {
    width: 336px;
    min-height: 211px;
  }
}


.mac-steps-section .mac-step-tabs button {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  padding: 20px;
}

.mac-steps-section .mac-step-tabs button.active {
  min-height: 0;
  padding: 20px;
}

.mac-steps-section .mac-step-tabs button.active::before {
  display: none;
}

.mac-steps-section .mac-step-tabs button>span {
  display: block;
  width: 352px;
}

.mac-steps-section .mac-step-tabs button>span strong {
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.mac-steps-section .mac-step-tabs button>span p {
  display: -webkit-box;
  max-height: 22px;
  margin: 6px 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.mac-steps-section .mac-step-tabs button.active>span p {
  display: block;
  max-height: 110px;
  -webkit-line-clamp: initial;
}

@media(max-width:640px) {
  .mac-steps-section .mac-step-tabs button>span {
    width: 248px;
  }

  .mac-steps-section .mac-step-tabs button>span p {
    display: none;
  }

  .mac-steps-section .mac-step-tabs button.active>span p {
    display: block;
  }
}