/* =========================================================
   AXIS LANDING — calm, brand-first, ultra modern
========================================================= */

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

:root {
  --l-ink: #07131f;
  --l-muted: rgba(226, 232, 240, 0.72);
  --l-line: rgba(255, 255, 255, 0.1);
  --l-cyan: #22d3ee;
  --l-teal: #14b8a6;
  --l-grad: linear-gradient(135deg, #0ea5e9, #14b8a6);
  --l-radius: 28px;
  --l-max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: #f8fafc;
  background: #050b14;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
iconify-icon { display: inline-block; vertical-align: middle; }

.axis-landing {
  overflow-x: hidden;
}

/* NAV */
.l-nav {
  position: fixed;
  inset: 18px 18px auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--l-max);
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid var(--l-line);
  background: rgba(5, 11, 20, 0.55);
  backdrop-filter: blur(18px);
}

.l-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.l-brand img {
  width: 92px;
  height: auto;
}

.l-brand span {
  font-size: 12px;
  font-weight: 500;
  color: var(--l-muted);
}

.l-nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.l-nav-links a {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--l-muted);
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.l-nav-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 10px 16px !important;
  color: #041018 !important;
  background: var(--l-grad);
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.28);
}

/* HERO — one composition */
.l-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 140px 24px 72px;
  background:
    linear-gradient(180deg, rgba(5,11,20,0.25) 0%, rgba(5,11,20,0.55) 42%, rgba(5,11,20,0.92) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(14,165,233,0.22), transparent 45%),
    radial-gradient(ellipse at 20% 80%, rgba(20,184,166,0.16), transparent 40%),
    url("/assets/landing/axis-hero-command.png") center / cover no-repeat,
    #050b14;
}

.l-hero-inner {
  width: min(var(--l-max), 100%);
  margin: 0 auto;
  max-width: 720px;
  animation: lIn 0.7s ease both;
}

.l-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--l-cyan);
}

.l-hero h1 {
  margin: 0 0 18px;
  font-family: "Syne", sans-serif;
  font-size: clamp(48px, 9vw, 84px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.l-hero h1 em {
  font-style: normal;
  background: var(--l-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.l-hero-lead {
  margin: 0 0 28px;
  max-width: 38ch;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
  color: var(--l-muted);
}

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

.l-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.l-btn-primary {
  color: #041018;
  background: var(--l-grad);
  box-shadow: 0 14px 34px rgba(14, 165, 233, 0.3);
}

.l-btn-ghost {
  color: #fff;
  border-color: var(--l-line);
  background: rgba(255,255,255,0.04);
}

/* SECTIONS */
.l-section {
  width: min(var(--l-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.l-section-head {
  max-width: 620px;
  margin-bottom: 40px;
}

.l-section-head h2 {
  margin: 0 0 14px;
  font-family: "Syne", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.l-section-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--l-muted);
}

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

.l-module {
  padding: 22px 20px;
  border-radius: 22px;
  border: 1px solid var(--l-line);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.l-module:hover {
  border-color: rgba(34, 211, 238, 0.35);
  transform: translateY(-3px);
}

.l-module iconify-icon {
  font-size: 28px;
  color: var(--l-cyan);
  margin-bottom: 14px;
}

.l-module h3 {
  margin: 0 0 8px;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.l-module p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--l-muted);
}

/* FLOW */
.l-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.l-flow article {
  padding: 8px 4px;
}

.l-flow strong {
  display: block;
  margin: 10px 0 6px;
  font-family: "Syne", sans-serif;
  font-size: 18px;
}

.l-flow span {
  color: var(--l-muted);
  font-size: 14px;
  line-height: 1.5;
}

.l-flow .n {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(34, 211, 238, 0.12);
  color: var(--l-cyan);
  font-weight: 800;
  font-size: 13px;
}

/* CTA BAND */
.l-cta {
  width: min(var(--l-max), calc(100% - 48px));
  margin: 0 auto 88px;
  padding: 48px 40px;
  border-radius: var(--l-radius);
  border: 1px solid rgba(34, 211, 238, 0.2);
  background:
    radial-gradient(circle at 10% 20%, rgba(14,165,233,0.18), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(20,184,166,0.14), transparent 40%),
    linear-gradient(135deg, rgba(8,18,30,0.95), rgba(7,20,32,0.9));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.l-cta h2 {
  margin: 0 0 8px;
  font-family: "Syne", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
}

.l-cta p {
  margin: 0;
  color: var(--l-muted);
  max-width: 42ch;
}

/* FOOTER */
.l-footer {
  width: min(var(--l-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--l-muted);
  font-size: 13px;
  border-top: 1px solid var(--l-line);
  padding-top: 24px;
}

@keyframes lIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .l-modules, .l-flow { grid-template-columns: 1fr; }
  .l-nav-links a:not(.l-nav-cta) { display: none; }
  .l-brand span { display: none; }
  .l-hero { padding: 120px 22px 56px; min-height: 92vh; }
  .l-cta { padding: 36px 24px; }
}
