.appx-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.appx-hero {
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    #f7f5f5 0%,
    #f3e8e8 50%,
    #f8e3e3 100%
  );
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.1);
}

.appx-hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  .appx-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
  }
}

.appx-hero-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.06;
  letter-spacing: -1.2px;
  font-weight: 800;
  color: var(--dark-text);
}

@media (max-width: 900px) {
  .appx-hero-title {
    font-size: 34px;
    text-align: center;
  }
}

.appx-hero-subtitle {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 900px) {
  .appx-hero-subtitle {
    text-align: center;
  }
}

.appx-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .appx-badges {
    justify-content: center;
  }
}

.appx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e4e8f0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-text);
}

.appx-hero-image-shell {
  width: 100%;
}

.appx-hero-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #ece5ff 0%,
    #f5f7ff 50%,
    #e6f1ff 100%
  );
}

.appx-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appx-hero-float {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 180px;
  min-height: 100px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.appx-platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 960px) {
  .appx-platform-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.appx-platform-card {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #fbf7f7 50%,
    #fff0f0 100%
  );
  border: 1px solid #f0e4e4;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07);
}

.appx-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--brand-red);
  background: rgba(188, 3, 1, 0.08);
  font-size: 24px;
}

.appx-platform-title {
  margin: 16px 0 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--dark-text);
}

.appx-platform-description {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}

.appx-platform-ctas {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.appx-platform-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--dark-text);
  text-decoration: none;
  border: 1px solid rgba(188, 3, 1, 0.2);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.appx-highlights {
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #f0e4e4;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.06);
}

.appx-highlights-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--dark-text);
}

.appx-highlights-grid {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.appx-highlight-tile {
  flex: 1 1 280px;
  min-width: 240px;
  max-width: 360px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.appx-highlight-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-text);
  background: rgba(17, 17, 17, 0.06);
  font-size: 18px;
  flex-shrink: 0;
}

.appx-highlight-copy h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--dark-text);
}

.appx-highlight-copy p {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}

.appx-virtual-office-wrap {
  display: flex;
  justify-content: flex-end;
}

.appx-virtual-office-link {
  font-size: 6px;
  color: var(--dark-text);
  text-decoration: underline;
}
