@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
  --bg: #f7fbff;
  --bg-soft: #eef6ff;
  --ink: #0e2740;
  --ink-soft: #567088;
  --brand: #00689d;
  --brand-2: #004b87;
  --teal: #26bde2;
  --green: #4c9f38;
  --gold: #dda63a;
  --red: #e5243b;
  --card: #ffffff;
  --line: rgba(15, 32, 51, 0.12);
  --shadow: 0 18px 40px rgba(12, 49, 89, 0.10);
  --container: min(1240px, 92vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.45;
  background:
    radial-gradient(circle at 2% 6%, rgba(38, 189, 226, 0.16), rgba(38, 189, 226, 0) 24%),
    radial-gradient(circle at 92% 10%, rgba(221, 166, 58, 0.14), rgba(221, 166, 58, 0) 26%),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
}

a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
  background: rgba(251, 253, 255, 0.88);
  border-bottom: 1px solid rgba(15, 32, 51, 0.08);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

.brand::before {
  content: "";
  width: 126px;
  height: 82px;
  background: transparent url("http://localhost/undp-sap/public/theme/assets/images/logobgno.png") center/contain no-repeat;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links {
  color: var(--ink-soft);
  font-weight: 800;
}

.nav-links a:hover { color: var(--ink); }

.nav-links__mobile-actions {
  display: none;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(15, 32, 51, 0.14);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 24px rgba(0, 75, 135, 0.26);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 32, 51, 0.12);
}

.hero {
  position: relative;
  padding: 84px 0 52px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(14px);
}

.hero::before {
  width: 260px;
  height: 260px;
  top: 34px;
  right: 4%;
  background: radial-gradient(circle, rgba(38, 189, 226, 0.18), rgba(38, 189, 226, 0));
}

.hero::after {
  width: 220px;
  height: 220px;
  bottom: 18px;
  left: 2%;
  background: radial-gradient(circle, rgba(221, 166, 58, 0.18), rgba(221, 166, 58, 0));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  

}


.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 32, 51, 0.10);
  box-shadow: 0 14px 30px rgba(12, 49, 89, 0.08);
  color: var(--brand-2);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-kicker img {
  width: 50px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 75, 135, 0.16));
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--ink);
}

.hero h1 span {
  background: linear-gradient(90deg, var(--brand), var(--teal), var(--green), var(--gold));
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  margin: 0;
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-stat {
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: 0 14px 28px rgba(12, 49, 89, 0.06);
}

.hero-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.hero-stat span {
  display: block;
  color: var(--ink-soft);
  font-size: .83rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-mini-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(15, 32, 51, 0.08);
  color: #456177;
  font-size: .8rem;
  font-weight: 800;
}

.hero-mini-tags span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--green));
}

.hero-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 14%, rgba(229, 36, 59, 0.16), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(38, 189, 226, 0.16), transparent 26%),
    linear-gradient(145deg, #ffffff 0%, #eef7ff 100%);
  border: 1px solid rgba(15, 32, 51, 0.10);
  box-shadow: 0 24px 48px rgba(12, 49, 89, 0.12);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--red) 0%, #fd9d24 20%, var(--gold) 38%, var(--green) 58%, var(--teal) 76%, var(--brand) 100%);
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-panel-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 32, 51, 0.10);
  color: #35566f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-panel-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--teal));
  box-shadow: 0 0 0 5px rgba(38, 189, 226, 0.10);
}

.hero-panel-head h3 {
  margin: 8px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.34rem;
  line-height: 1.22;
}

.hero-engine {
  position: relative;
  min-height: 420px;
  padding: 22px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 189, 226, 0.14), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(229, 36, 59, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
  border: 1px solid rgba(15, 32, 51, 0.08);
}

.hero-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 104, 157, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 104, 157, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: .55;
  mask-image: radial-gradient(circle at center, #000 56%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, #000 56%, transparent 100%);
}

.hero-engine__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: 0 12px 24px rgba(12, 49, 89, 0.10);
  color: #35566f;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-engine__badge img {
  width: 42px;
  height: auto;
  display: block;
}

.hero-engine__orbit {
  position: relative;
  min-height: 350px;
  margin-top: 48px;
}

.hero-engine__orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 270px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(0, 104, 157, 0.18);
  box-shadow: 0 0 0 42px rgba(255,255,255,.34);
}

.hero-engine__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,246,255,.88));
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: 0 18px 34px rgba(12, 49, 89, 0.10);
}

.hero-engine__center-core {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}

.hero-engine__center-core img {
  width: 92px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(12, 49, 89, 0.14));
}

.hero-engine__center-core strong {
  display: block;
  color: #0f2942;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-engine__center-core span {
  display: block;
  color: var(--ink-soft);
  font-size: .8rem;
  line-height: 1.45;
  max-width: 150px;
}

.hero-engine__mini {
  position: absolute;
  width: 120px;
  min-height: 84px;
  padding: 12px 10px;
  border-radius: 18px;
  display: grid;
  align-content: start;
  gap: 6px;
  color: #fff;
  box-shadow: 0 14px 28px rgba(12, 49, 89, 0.12);
}

.hero-engine__mini span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .62rem;
  font-weight: 900;
}

.hero-engine__mini strong {
  display: block;
  font-size: .76rem;
  line-height: 1.35;
}

.hero-engine__mini--sky {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #061930;
  animation: heroMiniFloatCenter 6.6s ease-in-out infinite;
}

.hero-engine__mini--green {
  top: 66px;
  right: 6px;
  background: #B4373D;
  animation: heroMiniFloat 6s ease-in-out infinite;
}

.hero-engine__mini--orange {
  bottom: 54px;
  right: 10px;
  background: #D7A935;
  color: #172033;
  animation: heroMiniFloat 7s ease-in-out infinite;
}

.hero-engine__mini--cyan {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #7E9A68;
  animation: heroMiniFloatCenter 7.2s ease-in-out infinite;
}

.hero-engine__mini--red {
  bottom: 54px;
  left: 10px;
  background: #3D85A5;
  animation: heroMiniFloat 6.8s ease-in-out infinite;
}

.hero-engine__mini--teal {
  top: 66px;
  left: 6px;
  background: #556386;
  animation: heroMiniFloat 6.4s ease-in-out infinite;
}

.hero-engine__mini--orange span {
  background: rgba(255,255,255,.28);
  border-color: rgba(23,32,51,.16);
}

@keyframes heroMiniFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

@keyframes heroMiniFloatCenter {
  0% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-4px); }
  100% { transform: translateX(-50%) translateY(0); }
}

.hero-insight-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15, 32, 51, 0.08);
}

.hero-insight-card__label {
  color: #537085;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-insight-card strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}

.hero-insight-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .92rem;
  line-height: 1.6;
}

.hero-panel-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-panel-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15, 32, 51, 0.08);
  color: #425970;
  font-size: .76rem;
  font-weight: 800;
}

.hero-panel-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.tone-blue { background: var(--teal); }
.tone-gold { background: var(--gold); }
.tone-green { background: var(--green); }

.section {
  padding: 60px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(238, 246, 255, 0.82), rgba(247, 251, 255, 0));
}

.section-ai {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0), rgba(238, 246, 255, 0.82)),
    radial-gradient(circle at 16% 12%, rgba(38, 189, 226, 0.10), transparent 26%);
}

.section-dark {
  background: linear-gradient(160deg, #0d2742, #10436d);
  color: #f7fbff;
}

.section-head {
  margin-bottom: 24px;
}

.section h2 {
  margin: 0 0 6px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.section-note {
  margin: 0;
  max-width: 66ch;
  color: var(--ink-soft);
}

.section-note--light {
  color: rgba(247, 251, 255, 0.82);
}

.document-grid,
.workflow-grid,
.cards-3,
.cards-4 {
  display: grid;
  gap: 16px;
}

.document-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.document-card,
.workflow-card,
.card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(15, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(12, 49, 89, 0.06);
}

.document-card::before,
.workflow-card::before,
.card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--red), #fd9d24, var(--gold), var(--green), var(--teal), var(--brand));
}

.document-card {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.document-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15, 32, 51, 0.08);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.document-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.65;
}

.document-card__action {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--brand-2);
  font-size: .84rem;
  font-weight: 900;
}

.document-card__action::after {
  content: "→";
  margin-left: .4rem;
}

.document-card--blue {
  background: linear-gradient(180deg, rgba(238, 248, 255, 0.98), rgba(255,255,255,.92));
}

.document-card--gold {
  background: linear-gradient(180deg, rgba(255, 249, 233, 0.98), rgba(255,255,255,.92));
}

.document-card--green {
  background: linear-gradient(180deg, rgba(243, 251, 240, 0.98), rgba(255,255,255,.92));
}

.theme-docs {
  margin-top: 20px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 32, 51, 0.08);
  box-shadow: var(--shadow);
}

.theme-docs__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.theme-docs__head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
}

.theme-docs__head p {
  margin: 0;
  color: var(--ink-soft);
}

.theme-docs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.theme-doc-pill {
  min-height: 112px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  color: #fff;
  display: grid;
  gap: 10px;
  box-shadow: 0 16px 30px rgba(12, 49, 89, 0.12);
}

.theme-doc-pill span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .72rem;
  font-weight: 900;
}

.theme-doc-pill strong {
  font-size: .94rem;
  line-height: 1.38;
}

.theme-doc-pill.sky { background: #061930; }
.theme-doc-pill.green { background: #B4373D; }
.theme-doc-pill.orange { background: #D7A935; color: #172033; }
.theme-doc-pill.cyan { background: #7E9A68; }
.theme-doc-pill.red { background: #3D85A5; }
.theme-doc-pill.teal { background: #556386; }

.theme-doc-pill.orange span {
  background: rgba(255,255,255,.28);
  border-color: rgba(23, 32, 51, .18);
}

.workflow-card {
  padding: 20px;
}

.workflow-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--brand), var(--brand-2));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.workflow-card h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.workflow-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.landing-theme-orbit {
  position: relative;
  min-height: 980px;
  width: min(1280px, calc(100vw - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 36px 0 18px;
}

.landing-theme-orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 510px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(38, 189, 226, 0.42);
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, 0.36),
    0 0 0 108px rgba(38, 189, 226, 0.08);
  pointer-events: none;
}

.landing-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 330px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  padding: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(38, 189, 226, 0.16), rgba(76, 159, 56, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 25px 55px rgba(26, 39, 57, 0.16);
}

.landing-center-core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 22px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(245, 249, 250, 0.68));
  border: 1px solid rgba(16, 24, 40, 0.07);
}

.landing-center-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.82));
  border: 1px solid rgba(15, 32, 51, 0.10);
  box-shadow: 0 12px 24px rgba(10, 54, 102, 0.10);
}

.landing-center-badge img {
  width: 84px;
  height: auto;
  display: block;
}

.landing-center-core img {
  width: 132px;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(36, 103, 111, 0.18));
}

.landing-center-core strong {
  display: block;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: 1.65rem;
  line-height: 1.05;
}

.landing-center-core span {
  display: block;
  max-width: 190px;
  color: var(--ink-soft);
  font-size: .88rem;
  line-height: 1.5;
}

.landing-orbit-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 300px;
  min-height: 232px;
  padding: 20px 18px 18px;
  border-radius: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  color: #fff;
  box-shadow: 0 18px 38px rgba(20, 34, 49, 0.18);
}

.landing-orbit-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.landing-orbit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.landing-orbit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-orbit-code {
  display: inline-flex;
  align-items: center;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #ffffff;
  font-size: .72rem;
  font-weight: 900;
}

.landing-orbit-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.2;
}

.landing-orbit-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: .88rem;
  line-height: 1.58;
}

.landing-orbit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.landing-orbit-action {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  color: inherit;
  font-size: .79rem;
  font-weight: 900;
}

.landing-orbit-action--ghost {
  background: rgba(255,255,255,.10);
}

.landing-orbit-card.sky { top: 0; left: 50%; transform: translateX(-50%); background: #061930; }
.landing-orbit-card.green { top: 150px; right: 18px; background: #B4373D; }
.landing-orbit-card.orange { bottom: 205px; right: 18px; background: #D7A935; color: #172033; }
.landing-orbit-card.cyan { bottom: 0; left: 50%; transform: translateX(-50%); background: #7E9A68; }
.landing-orbit-card.red { bottom: 205px; left: 18px; background: #3D85A5; }
.landing-orbit-card.teal { top: 150px; left: 18px; background: #556386; }

.landing-orbit-card.orange h3,
.landing-orbit-card.orange .landing-orbit-action,
.landing-orbit-card.orange p {
  color: #172033;
}

.landing-orbit-card.orange .landing-orbit-code,
.landing-orbit-card.orange .landing-orbit-icon {
  background: rgba(255,255,255,.28);
  border-color: rgba(23, 32, 51, 0.18);
}

.card {
  padding: 20px;
}

.card h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
}

.muted {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.68;
}

.card-dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: #fff;
}

.muted-light {
  margin: 0;
  color: rgba(247, 251, 255, 0.82);
  line-height: 1.68;
}

.footer {
  padding: 26px 0 72px;
  color: var(--ink-soft);
  font-size: .94rem;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.powered-by {
  position: fixed;
  left: 50%;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 60;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(201, 221, 240, .95);
  box-shadow: 0 10px 24px rgba(10, 54, 102, 0.08);
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 800;
  white-space: nowrap;
}

.powered-by img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .45s ease, transform .45s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1320px) and (min-width: 1081px) {
  .landing-theme-orbit {
    width: min(1120px, calc(100vw - 32px));
    min-height: 980px;
  }

  .landing-orbit-card {
    width: 276px;
  }

  .landing-orbit-card.green,
  .landing-orbit-card.orange {
    right: 0;
  }

  .landing-orbit-card.red,
  .landing-orbit-card.teal {
    left: 0;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .document-grid,
  .cards-3 {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-stats,
  .workflow-grid,
  .cards-4,
  .theme-docs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-engine {
    min-height: 402px;
  }

  .landing-theme-orbit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "center center"
      "theme1 theme2"
      "theme3 theme4"
      "theme5 theme6";
    min-height: auto;
    max-width: none;
    gap: 18px;
    align-items: stretch;
    justify-items: center;
    padding: 24px 8px 8px;
  }

  .landing-theme-orbit::before {
    width: min(60vw, 400px);
  }

  .landing-orbit-center {
    grid-area: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(100%, 320px);
  }

  .landing-orbit-card {
    position: relative;
    width: 100%;
    min-height: 100%;
    transform: none;
  }

  .landing-orbit-card.sky { grid-area: theme1; top: auto; left: auto; }
  .landing-orbit-card.green { grid-area: theme2; top: auto; right: auto; }
  .landing-orbit-card.orange { grid-area: theme3; bottom: auto; right: auto; }
  .landing-orbit-card.cyan { grid-area: theme4; bottom: auto; left: auto; }
  .landing-orbit-card.red { grid-area: theme5; bottom: auto; left: auto; }
  .landing-orbit-card.teal { grid-area: theme6; top: auto; left: auto; }
}

@media (max-width: 860px) {
  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .nav-links.open {
    display: grid;
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    padding: 16px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(15, 32, 51, 0.10);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(10, 54, 102, 0.12);
  }

  .nav-links.open .nav-links__mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid rgba(201, 221, 240, 0.9);
  }

  .nav-links.open .btn {
    width: 100%;
  }

  .hero-stats,
  .workflow-grid,
  .cards-4,
  .theme-docs__grid {
    grid-template-columns: 1fr;
  }

  .hero-engine {
    min-height: 384px;
  }

  .hero-engine__badge {
    top: 14px;
    right: 14px;
    padding: 9px 12px;
    font-size: .68rem;
  }

  .hero-engine__badge img {
    width: 36px;
  }

  .hero-engine__orbit {
    min-height: 320px;
    margin-top: 40px;
  }

  .hero-engine__orbit::before {
    width: 224px;
    height: 224px;
    box-shadow: 0 0 0 28px rgba(255,255,255,.30);
  }

  .hero-engine__center {
    width: 170px;
    height: 170px;
  }

  .hero-engine__center-core img {
    width: 76px;
  }

  .hero-engine__center-core strong {
    font-size: 1.08rem;
  }

  .hero-engine__center-core span {
    font-size: .74rem;
    max-width: 130px;
  }

  .hero-engine__mini {
    width: 106px;
    min-height: 76px;
    padding: 10px 9px;
  }

  .hero-engine__mini strong {
    font-size: .7rem;
  }

  .hero-engine__mini--green,
  .hero-engine__mini--teal {
    top: 54px;
  }

  .hero-engine__mini--orange,
  .hero-engine__mini--red {
    bottom: 44px;
  }

  .landing-theme-orbit {
    grid-template-columns: 1fr;
    grid-template-areas:
      "center"
      "theme1"
      "theme2"
      "theme3"
      "theme4"
      "theme5"
      "theme6";
    width: 100%;
    padding: 12px 0 0;
    justify-items: stretch;
  }

  .landing-theme-orbit::before {
    display: none;
  }

  .landing-orbit-center {
    width: min(100%, 300px);
  }

  .landing-orbit-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }

  .landing-orbit-card.sky,
  .landing-orbit-card.green,
  .landing-orbit-card.orange,
  .landing-orbit-card.cyan,
  .landing-orbit-card.red,
  .landing-orbit-card.teal {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none !important;
    justify-self: stretch;
    align-self: stretch;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 72px;
  }

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

  .hero {
    padding-top: 56px;
  }

  .hero-kicker {
    gap: 10px;
    padding: 9px 14px 9px 10px;
    font-size: .73rem;
  }

  .hero-kicker img {
    width: 42px;
  }

  .hero-lead {
    font-size: .98rem;
  }

  .hero-panel,
  .theme-docs {
    padding: 20px;
  }

  .hero-engine {
    min-height: 360px;
    padding: 18px;
  }

  .hero-engine__badge {
    left: 18px;
    right: auto;
    max-width: calc(100% - 36px);
  }

  .hero-engine__orbit {
    min-height: 292px;
    margin-top: 46px;
  }

  .hero-engine__orbit::before {
    width: 186px;
    height: 186px;
    box-shadow: 0 0 0 18px rgba(255,255,255,.28);
  }

  .hero-engine__center {
    width: 142px;
    height: 142px;
  }

  .hero-engine__center-core {
    padding: 14px;
  }

  .hero-engine__center-core img {
    width: 62px;
  }

  .hero-engine__center-core strong {
    font-size: .96rem;
  }

  .hero-engine__center-core span {
    font-size: .68rem;
    max-width: 110px;
  }

  .hero-engine__mini {
    width: 88px;
    min-height: 66px;
    padding: 8px 7px;
    border-radius: 14px;
  }

  .hero-engine__mini span {
    padding: 3px 6px;
    font-size: .56rem;
  }

  .hero-engine__mini strong {
    font-size: .62rem;
    line-height: 1.25;
  }

  .hero-engine__mini--green,
  .hero-engine__mini--teal {
    top: 48px;
  }

  .hero-engine__mini--orange,
  .hero-engine__mini--red {
    bottom: 38px;
  }

  .hero-engine__mini--green { right: 0; }
  .hero-engine__mini--orange { right: 2px; }
  .hero-engine__mini--red { left: 2px; }
  .hero-engine__mini--teal { left: 0; }

  .hero-insight-card {
    padding: 14px 16px;
  }

  .hero-panel-legend span {
    font-size: .72rem;
    padding: 7px 10px;
  }

  .document-card,
  .workflow-card,
  .card {
    padding: 18px;
  }

  .landing-orbit-center {
    width: min(100%, 292px);
  }

  .landing-orbit-card {
    border-radius: 24px;
  }

  .landing-orbit-card.sky,
  .landing-orbit-card.green,
  .landing-orbit-card.orange,
  .landing-orbit-card.cyan,
  .landing-orbit-card.red,
  .landing-orbit-card.teal {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none !important;
  }

  .powered-by {
    bottom: max(8px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 24px);
    padding: 7px 11px;
    gap: 8px;
    font-size: .78rem;
  }

  .powered-by img {
    height: 22px;
  }
}
