:root {
  --bg: #f4f8f7;
  --bg-soft: #eef5f4;
  --bg-elevated: rgba(255, 255, 255, 0.82);
  --surface: #ffffff;
  --surface-strong: rgba(255, 255, 255, 0.94);
  --text: #13293a;
  --text-soft: #506b7c;
  --muted: #6a8392;
  --line: rgba(19, 41, 58, 0.1);
  --accent: #14b8b0;
  --accent-strong: #0b8f88;
  --accent-ink: #eaf9f7;
  --accent-blue: #2d6da6;
  --accent-amber: #f1be5a;
  --shadow-lg: 0 28px 72px rgba(25, 68, 92, 0.12);
  --shadow-md: 0 16px 40px rgba(22, 63, 86, 0.1);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --font-display: "Sora", "Trebuchet MS", sans-serif;
  --font-body: "Public Sans", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main section[id] {
  scroll-margin-top: 110px;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 176, 0.1), transparent 28%),
    radial-gradient(circle at 18% 14%, rgba(241, 190, 90, 0.12), transparent 22%),
    linear-gradient(180deg, #f8fbfb 0%, #eef5f4 38%, #f6f9f9 100%);
  line-height: 1.58;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

code {
  padding: 0.12em 0.38em;
  font-size: 0.92em;
  background: rgba(19, 41, 58, 0.07);
  border-radius: 6px;
}

.shell {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 251, 0.78);
  border-bottom: 1px solid rgba(19, 41, 58, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.logo {
  color: var(--text);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 1.1rem;
}

.logo:hover {
  text-decoration: none;
}

.logo span {
  color: var(--accent-strong);
}

.nav {
  display: none;
  gap: 1.25rem;
  align-items: center;
}

.nav a {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav a:hover {
  color: var(--text);
  text-decoration: none;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.12rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #14b8b0 0%, #1793c9 100%);
  box-shadow: 0 14px 28px rgba(20, 184, 176, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 18px 32px rgba(20, 184, 176, 0.24);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(19, 41, 58, 0.08);
}

.btn-outline {
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(20, 184, 176, 0.25);
}

.btn-lg {
  padding: 0.95rem 1.35rem;
}

.nav-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(19, 41, 58, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.nav-toggle::before {
  top: 13px;
  box-shadow: 0 7px 0 var(--text);
}

.nav-toggle::after {
  bottom: 13px;
}

.nav-drawer {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: rgba(248, 251, 251, 0.95);
  border-top: 1px solid rgba(19, 41, 58, 0.05);
}

.nav-drawer a {
  color: var(--text);
  font-weight: 600;
  padding: 0.3rem 0;
}

@media (min-width: 980px) {
  .nav,
  .header-actions {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav-drawer {
    display: none !important;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 2rem;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(20, 184, 176, 0.12), transparent 24%),
    radial-gradient(circle at 24% 78%, rgba(45, 109, 166, 0.08), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    gap: 2.5rem;
  }
}

.eyebrow {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(20, 184, 176, 0.09);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.section h2,
.cta-copy h2,
.cta-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 6vw, 4.75rem);
  max-width: 10.5ch;
}

.lead {
  margin: 1.3rem 0 0;
  max-width: 62ch;
  font-size: 1.14rem;
  color: var(--text-soft);
}

.hero-note {
  margin: 1.15rem 0 0;
  max-width: 63ch;
  color: var(--muted);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.6rem 0 0;
}

.hero-points {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--text-soft);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8b0, #2d6da6);
  box-shadow: 0 0 0 5px rgba(20, 184, 176, 0.13);
}

.hero-visual {
  position: relative;
}

.visual-stage {
  position: relative;
  min-height: 560px;
  padding: 1.25rem 1rem;
}

@media (min-width: 960px) {
  .visual-stage {
    min-height: 640px;
  }
}

.visual-stage::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 44px;
  background:
    radial-gradient(circle at 72% 18%, rgba(20, 184, 176, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(231, 243, 246, 0.72));
  border: 1px solid rgba(19, 41, 58, 0.08);
  box-shadow: var(--shadow-lg);
}

.visual-stage::after {
  content: "";
  position: absolute;
  inset: auto 14% 4% auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 109, 166, 0.22), transparent 68%);
  filter: blur(10px);
}

.hero-screen {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-device {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 34px 40px rgba(16, 41, 58, 0.18));
  animation: drift 7.5s ease-in-out infinite;
}

.hero-stat {
  position: absolute;
  z-index: 3;
  width: 220px;
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 41, 58, 0.09);
  box-shadow: var(--shadow-md);
}

.hero-stat strong {
  display: block;
  margin: 0.25rem 0;
  font-family: var(--font-display);
  font-size: 0.98rem;
  letter-spacing: -0.03em;
}

.hero-stat span {
  display: block;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.hero-stat-label {
  color: var(--accent-strong) !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem !important;
}

.hero-stat-top {
  top: 2rem;
  left: 0.5rem;
}

.hero-stat-bottom {
  right: 0.5rem;
  bottom: 2.25rem;
}

@media (max-width: 959px) {
  .visual-stage {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: center;
  }

  .hero-screen {
    width: min(100%, 320px);
  }

  .hero-stat {
    position: static;
    width: min(100%, 320px);
  }

  .visual-stage::before {
    inset: 0;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.metrics-strip {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .metrics-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

.metrics-strip article {
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 41, 58, 0.08);
  box-shadow: 0 10px 24px rgba(19, 41, 58, 0.04);
}

.metric-kicker {
  display: inline-block;
  color: var(--accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metrics-strip strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.metrics-strip p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 4.4rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(246, 250, 250, 0.2));
}

.section-alt {
  background:
    radial-gradient(circle at top right, rgba(20, 184, 176, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(241, 247, 248, 0.76), rgba(235, 244, 246, 0.9));
  border-block: 1px solid rgba(19, 41, 58, 0.05);
}

.section-head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
  max-width: 880px;
}

.section h2 {
  font-size: clamp(1.85rem, 4vw, 3.1rem);
  max-width: 14ch;
}

.section-intro,
.prose {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.problem-grid,
.module-grid,
.roadmap-grid,
.market-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

.problem-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.module-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 2rem;
}

.problem-card,
.module-card,
.roadmap-card,
.market-card,
.cta-panel {
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 41, 58, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(19, 41, 58, 0.05);
}

.problem-card,
.module-card,
.roadmap-card,
.market-card {
  padding: 1.35rem 1.35rem 1.45rem;
}

.problem-card h3,
.module-card h3,
.roadmap-card h3,
.market-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.problem-card p,
.module-card p,
.roadmap-card p,
.market-card p {
  margin: 0;
  color: var(--muted);
}

.module-number {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: var(--accent-strong);
  background: rgba(20, 184, 176, 0.1);
  font-weight: 800;
}

.feature-frame,
.image-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(19, 41, 58, 0.08);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-lg);
}

.mobile-showcase {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mobile-shot {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 41, 58, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(19, 41, 58, 0.05);
}

.mobile-frame {
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 251, 0.98), rgba(238, 245, 244, 0.96));
}

.mobile-frame img {
  width: auto;
  max-height: 390px;
  filter: drop-shadow(0 20px 24px rgba(19, 41, 58, 0.12));
}

.mobile-shot-featured .mobile-frame img {
  max-height: 410px;
}

.mobile-shot figcaption {
  color: var(--muted);
  text-align: center;
}

.split {
  display: grid;
  gap: 1.35rem;
  align-items: center;
}

@media (min-width: 960px) {
  .split {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 2rem;
  }

  .split-reverse {
    grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
  }
}

.copy-stack {
  display: grid;
  gap: 1rem;
}

.dashboard-showcase {
  display: grid;
  gap: 1rem;
}

.desktop-shot {
  padding: 0.95rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(19, 41, 58, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-md);
}

.desktop-shot img {
  width: 100%;
  border-radius: 20px;
}

.desktop-shot figcaption {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.desktop-shot-secondary {
  max-width: 78%;
  margin-left: auto;
}

.impact-showcase {
  display: block;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.detail-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--text-soft);
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8b0, #2d6da6);
}

.roadmap-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.roadmap-card span {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.market-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  margin-bottom: 1rem;
}

.market-card-active {
  border-color: rgba(20, 184, 176, 0.24);
  background: linear-gradient(180deg, rgba(20, 184, 176, 0.08), rgba(255, 255, 255, 0.84));
}

.export-band {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

@media (min-width: 900px) {
  .export-band {
    grid-template-columns: repeat(3, 1fr);
  }
}

.export-band > div {
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(19, 41, 58, 0.07);
}

.export-band h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1rem;
}

.export-band p {
  margin: 0;
  color: var(--muted);
}

.gallery-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  justify-content: flex-start;
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(19, 41, 58, 0.08);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 176, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(19, 41, 58, 0.05);
}

.gallery-card figcaption {
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

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

.gallery-mobile-frame,
.gallery-desktop-frame {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.gallery-mobile-frame {
  min-height: 420px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-mobile-frame img {
  width: auto;
  max-height: 390px;
  filter: drop-shadow(0 20px 24px rgba(19, 41, 58, 0.12));
}

.gallery-desktop-frame {
  padding: 0.55rem;
}

.gallery-desktop-frame img {
  border-radius: 18px;
}

@media (min-width: 780px) {
  .gallery-grid-mobile {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-card-mobile {
    grid-column: span 2;
  }

  .gallery-card-desktop {
    grid-column: span 3;
  }
}

.section-cta {
  padding-bottom: 5rem;
}

.cta-shell {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .cta-shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: start;
  }
}

.cta-copy {
  display: grid;
  gap: 1rem;
}

.cta-panel {
  padding: 1.35rem;
}

.cta-panel h3 {
  font-size: 1.4rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.muted {
  color: var(--muted);
}

.small {
  font-size: 0.88rem;
}

.site-footer {
  border-top: 1px solid rgba(19, 41, 58, 0.07);
  padding: 1.25rem 0 2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.footer-inner a {
  color: var(--muted);
}

@media (max-width: 599px) {
  .hero {
    padding-top: 2.25rem;
  }

  .section {
    padding: 3.3rem 0;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .visual-stage {
    min-height: 520px;
  }

  .hero-device {
    width: min(82vw, 300px);
  }

  .metrics-strip article,
  .problem-card,
  .module-card,
  .roadmap-card,
  .market-card,
  .cta-panel {
    padding: 1.1rem;
  }
}
