.suite {
  padding: 28px 0 60px;
}
header {
  height: 16vw;
}

.suite-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 3%;
  color: var(--color-5);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.suite-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      900px 520px at 18% 18%,
      rgba(0, 183, 214, 0.22),
      transparent 60%
    ),
    radial-gradient(
      700px 420px at 78% 26%,
      rgba(27, 159, 79, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 540px at 62% 88%,
      rgba(42, 98, 172, 0.22),
      transparent 62%
    );
  filter: saturate(120%);
  pointer-events: none;
  z-index: 0;
}

.suite-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  opacity: 0.6;
}
.back-btn {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

a .brand-logo-bnr {
  height: 76px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.45));
  opacity: 0.95;
}

.suite-heroLeft,
.suite-heroRight {
  position: relative;
  z-index: 1;
}
.suite-kicker {
  margin: 0 0 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-3);
  opacity: 0.9;
}

.suite-h1 {
  margin: 0 0 10px;
  font-size: var(--font-h1);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.suite-lead {
  margin: 0;
  max-width: 62ch;
  color: var(--color-3);
  opacity: 0.92;
}

.suite-toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.suite-cta.btn-primary,
.suite-cta.btn-secondary {
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.suite-heroRight {
  display: grid;
  place-items: center;
}

.suite-metrics {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.metric {
  background: #ffffff;
  border: 1px solid #e8eef3;
  border-radius: 14px;
  padding: 14px;
}

.metricK {
  color: var(--color-3);
  opacity: 0.85;
  margin-bottom: 6px;
  font-size: var(--font-small);
}

.metricV {
  color: var(--color-3);
}

.suite-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 22px;
  align-items: start;
}

.suite-stack {
  display: grid;
  gap: 16px;
}

.suite-card {
  width: 100%;
  text-align: left;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfe7ec;
  background: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 18px;
  transition: transform 0.16s ease, box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.suite-card:hover {
  transform: translateY(-2px);
  border-color: #cfe0ea;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

.suite-cardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.suite-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.suite-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-3);
  border: 1px solid #e5e9ef;
  background: linear-gradient(
    135deg,
    rgba(27, 159, 79, 0.1),
    rgba(0, 183, 214, 0.12)
  );
}

.suite-icon svg {
  width: 24px;
  height: 24px;
}

.suite-h {
  font-size: 1.1rem;
  color: var(--color-3);
  letter-spacing: -0.01em;
}

.suite-desc {
  margin-top: 4px;
  color: var(--color-3);
  opacity: 0.9;
  font-size: var(--font-small);
}

.suite-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.suite-pill {
  color: white;
  padding: 6px 12px;
  font-size: 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.suite-chev {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--color-3);
  border-bottom: 2px solid var(--color-3);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  opacity: 0.9;
}

.suite-mini {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.22s ease, opacity 0.22s ease;
  opacity: 0;
  margin-top: 14px;
}

.suite-miniInner {
  overflow: hidden;
  border: 1px solid #e8eef3;
  border-radius: 14px;
  padding: 16px;
  background: #fbfcfd;
  color: var(--color-3);
}

.suite-miniInner p {
  margin: 0 0 10px;
}

.suite-miniInner p:last-child {
  margin-bottom: 0;
}

.suite-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.suite-btn {
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.suite-btn.primary {
  background: linear-gradient(to right, var(--color-1), var(--color-4));
  color: #fff;
}

.suite-btn.secondary {
  background: linear-gradient(to right, var(--color-2), var(--color-4));
  color: #fff;
}

.suite-card[aria-expanded="true"] .suite-mini {
  grid-template-rows: 1fr;
  opacity: 1;
}

.suite-card[aria-expanded="true"] .suite-chev {
  transform: rotate(225deg);
}

.suite-side {
  height: auto;
  position: sticky;
  top: 92px;
}

.tips-card {
  width: 90%;
  padding: 5%;
  border: 1px solid #dce6ed;
  border-radius: 16px;
  background: linear-gradient(180deg, #f5fbff, #e3f3f7);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 0;
}

.upcomingList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.upcoming-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e8eef3;
  border-radius: 14px;
  padding: 14px;
}

.tip-number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(to right, var(--color-1), var(--color-4));
}

.upcoming-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.upTitle {
  margin: 0;
  color: var(--color-3);
}

.upMeta {
  margin: 0;
  color: var(--color-3);
  opacity: 0.9;
  font-size: var(--font-small);
  line-height: 1.35;
}

.upcoming-item .view-tips-btn {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  width: fit-content;
  background: linear-gradient(to right, var(--color-2), var(--color-4));
  color: #fff;
  cursor: pointer;
}

.page-suite .nav {
  position: sticky;
  top: 0;
  z-index: 50;

  background: var(--color-5);
  color: #fff;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-suite .nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      900px 520px at 18% 18%,
      rgba(0, 183, 214, 0.18),
      transparent 60%
    ),
    radial-gradient(
      700px 420px at 78% 26%,
      rgba(27, 159, 79, 0.14),
      transparent 60%
    ),
    radial-gradient(
      900px 540px at 62% 88%,
      rgba(42, 98, 172, 0.18),
      transparent 62%
    );
  pointer-events: none;
  opacity: 0.95;
}

.page-suite .nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  opacity: 0.65;
}

.page-suite .nav > * {
  position: relative;
  z-index: 1;
}

.page-suite .nav a {
  color: rgba(255, 255, 255, 0.85);
}

.page-suite .nav a:hover {
  color: #fff;
}

.page-suite .dropdown-menu {
  background: rgba(32, 26, 61, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.page-suite .dropdown-menu a {
  color: rgba(255, 255, 255, 0.88);
}

.page-suite .dropdown-menu a:hover {
  background: rgba(0, 183, 214, 0.1);
  color: #fff;
}

.page-suite .nav-right .icon {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.page-suite .nav-right .icon:hover {
  opacity: 1;
}

.page-suite .suite-hero {
  margin-top: 18px;
}

.back-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
}

.back-btn:active {
  transform: translateY(0);
}

.back-btn:focus-visible {
  outline: 2px solid var(--color-4, #00b7d6);
  outline-offset: 3px;
}

.back-ic {
  font-size: 18px;
  line-height: 1;
}

.page-blog .back-btn {
  color: #fff;
}
@media (max-width: 980px) {
  .suite-hero {
    grid-template-columns: 1fr;
  }

  .suite-grid {
    grid-template-columns: 1fr;
  }

  .suite-side {
    position: static;
  }
  .suite-hero {
    padding: 88px 2px 44px;
  }
  .tips-card {
    width: auto;
    padding: 20px;
    border: 1px solid #dce6ed;
    border-radius: 16px;
    background: linear-gradient(180deg, #f5fbff, #e3f3f7);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .suite {
    padding-top: 18px;
  }

  .suite-h1 {
    font-size: var(--font-h2);
  }
}
