.generated-page {
  background: var(--bg);
  color: var(--text-body);
}

.generated-header {
  position: relative;
  z-index: 20;
}

.generated-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(18,34,64,0.9);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.generated-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
}

.generated-logo span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--emerald);
  color: #fff;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 13px;
}

.generated-logo b {
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

.generated-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.generated-nav-links a {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 600;
}

.generated-nav-links a:hover {
  color: #fff;
}

.generated-nav-links .generated-nav-cta {
  padding: 10px 16px;
  border-radius: 7px;
  background: var(--emerald);
  color: #fff;
  font-weight: 800;
}

.generated-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  cursor: pointer;
}

.generated-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

.generated-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.generated-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background: linear-gradient(150deg, var(--navy-dark) 0%, var(--navy) 48%, var(--navy-light) 100%);
}

.generated-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.generated-copy h1 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.generated-subtitle {
  margin: -6px 0 18px;
  color: rgba(255,255,255,0.62);
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.generated-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.75;
}

.generated-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.generated-checks li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
}

.generated-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 18px rgba(16,185,129,0.45);
}

.generated-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.generated-panel {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  box-shadow: 0 28px 80px rgba(0,0,0,0.24);
  padding: 24px;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.panel-top strong {
  color: #fff;
  letter-spacing: 0;
}

.panel-metric {
  display: grid;
  gap: 4px;
  margin: 24px 0;
}

.panel-metric b {
  color: var(--emerald);
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 54px;
  line-height: 1;
}

.panel-metric span {
  color: rgba(255,255,255,0.7);
}

.panel-table {
  display: grid;
  gap: 10px;
}

.panel-table div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 7px;
  background: rgba(18,34,64,0.36);
}

.panel-table span {
  color: rgba(255,255,255,0.58);
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 13px;
}

.panel-table strong {
  color: #fff;
  font-size: 13px;
}

.generated-content {
  padding: 84px 0;
}

.generated-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.generated-section-head h2 {
  margin: 12px 0 12px;
  color: var(--text-dark);
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.generated-section-head p {
  margin: 0;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 1.7;
}

.generated-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.generated-card {
  position: relative;
  min-height: 224px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(26,45,90,0.06);
}

.generated-card span {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--emerald);
}

.generated-card h3 {
  margin: 0 0 12px;
  color: var(--text-dark);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.generated-card p {
  margin: 0;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.75;
}

.generated-strip {
  padding: 58px 0;
  background: #fff;
  border-top: 1px solid var(--border);
}

.generated-strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.generated-strip h2 {
  margin: 0 0 8px;
  color: var(--text-dark);
  font-size: 30px;
  letter-spacing: 0;
}

.generated-strip p {
  margin: 0;
  color: var(--text-mid);
  line-height: 1.7;
}

.generated-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px max(24px, calc((100vw - 1180px) / 2));
  background: var(--navy-dark);
  color: rgba(255,255,255,0.65);
}

.generated-footer div {
  display: grid;
  gap: 4px;
}

.generated-footer b {
  color: #fff;
  font-family: Inter, "Noto Sans SC", sans-serif;
  font-size: 15px;
}

.generated-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.generated-footer a {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

@media (max-width: 900px) {
  .generated-wrap {
    width: min(100% - 32px, 720px);
  }

  .generated-hero {
    padding: 128px 0 70px;
  }

  .generated-hero-grid,
  .generated-card-grid {
    grid-template-columns: 1fr;
  }

  .generated-nav-links {
    display: none;
  }

  .generated-menu-btn {
    display: block;
  }

  .generated-panel {
    min-width: 0;
  }

  .generated-strip-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .generated-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
