:root {
  --sky: #00adef;
  --sun: #7fd6ff;
  --sky-deep: #0087bb;
  --sun-deep: #3ca9d8;
  --accent-orange: #f4a003;
  --accent-orange-deep: #d78900;
  --ink: #17222e;
  --muted: #496073;
  --bg: #f7fbff;
  --surface: #ffffff;
  --line: #d8e7f2;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow: 0 14px 42px rgba(10, 67, 96, 0.12);
  --shadow-strong: 0 24px 64px rgba(8, 72, 103, 0.2);
  --mx: 50vw;
  --my: 40vh;
  --scroll-y: 0;
  --scroll-progress: 0;
  --header-h: 88px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: clip;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: var(--ink, #17222e);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0.75rem;
  outline: 2px solid var(--sky, #00adef);
  outline-offset: 2px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  padding-top: calc(var(--header-h) + env(safe-area-inset-top, 0));
  background:
    radial-gradient(ellipse 110% 48% at 50% -12%, rgba(0, 173, 239, 0.11), transparent 58%),
    radial-gradient(ellipse 55% 36% at 96% 22%, rgba(127, 214, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 34% at 4% 48%, rgba(244, 160, 3, 0.07), transparent 52%),
    radial-gradient(ellipse 70% 40% at 70% 88%, rgba(0, 173, 239, 0.06), transparent 60%),
    linear-gradient(180deg, #fbfeff 0%, #f6fbff 28%, #f4f9ff 58%, #f7fbff 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background: radial-gradient(
    520px circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.1) 30%,
    transparent 62%
  );
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 80;
  background: rgba(0, 173, 239, 0.12);
  backdrop-filter: blur(8px);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(var(--scroll-progress));
  background: linear-gradient(90deg, var(--sky), #27c2ff, var(--sun));
  box-shadow: 0 0 20px rgba(0, 173, 239, 0.55);
  transition: transform 0.1s linear;
}

.cursor-glow {
  display: none !important;
}

.ambient-bg {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  overflow: hidden;
}

.ambient-layer {
  position: absolute;
  inset: -18%;
}

.ambient-mesh {
  background:
    radial-gradient(circle at calc(var(--mx) * 1) calc(var(--my) * 1), rgba(0, 173, 239, 0.1), transparent 28%),
    radial-gradient(circle at calc(100% - var(--mx) * 0.42) calc(100% - var(--my) * 0.32), rgba(127, 214, 255, 0.12), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(244, 160, 3, 0.05), transparent 26%);
  transform: translateY(calc(var(--scroll-y) * -0.03px));
  transition: transform 0.35s ease;
}

.ambient-orb {
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.26;
  transition: transform 0.45s ease;
}

.ambient-orb-a {
  width: 420px;
  height: 420px;
  top: calc(-120px + (var(--my) - 40vh) * 0.04);
  left: calc(-130px + (var(--mx) - 50vw) * 0.05);
  background: radial-gradient(circle at 35% 35%, rgba(0, 173, 239, 0.55), rgba(0, 173, 239, 0));
  animation: driftA 11s ease-in-out infinite;
}

.ambient-orb-b {
  width: 540px;
  height: 540px;
  right: calc(-170px + (50vw - var(--mx)) * 0.04);
  bottom: calc(-230px + (50vh - var(--my)) * 0.03);
  background: radial-gradient(circle at 40% 40%, rgba(127, 214, 255, 0.48), rgba(127, 214, 255, 0));
  animation: driftB 13s ease-in-out infinite;
}

.ambient-orb-c {
  width: 360px;
  height: 360px;
  top: calc(48% + (var(--my) - 45vh) * 0.03);
  right: calc(16% + (50vw - var(--mx)) * 0.04);
  background: radial-gradient(circle at 42% 42%, rgba(244, 160, 3, 0.28), rgba(244, 160, 3, 0));
  opacity: 0.22;
  animation: floatPulse 9s ease-in-out infinite;
}

.ambient-grid {
  background-image:
    linear-gradient(rgba(0, 173, 239, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 173, 239, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.7), transparent 78%);
  opacity: 0.2;
  transform:
    translateX(calc((var(--mx) - 50vw) * 0.01))
    translateY(calc((var(--my) - 50vh) * 0.01))
    rotate(calc((var(--mx) - 50vw) * 0.0008deg));
  transition: transform 0.3s ease;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.68;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}

.bg-wave {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.28;
}

.bg-wave-a {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 173, 239, 0.32), transparent 70%);
  top: -120px;
  right: -100px;
  animation: driftA 10s ease-in-out infinite;
}

.bg-wave-b {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.18), transparent 72%);
  bottom: -210px;
  left: -170px;
  animation: driftB 12s ease-in-out infinite;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 200;
  padding-top: env(safe-area-inset-top, 0);
  border-bottom: 1px solid rgba(0, 173, 239, 0.12);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 4px 24px rgba(0, 90, 130, 0.06);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(0, 173, 239, 0.18);
  box-shadow: 0 8px 32px rgba(0, 80, 120, 0.1);
}

.nav-wrap {
  position: relative;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.95rem, 2.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.nav-title__sky {
  color: var(--sky);
}

.nav-title__sun {
  color: var(--accent-orange);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.25s ease;
}

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

.brand-logo {
  width: clamp(44px, 11vw, 58px);
  height: auto;
  aspect-ratio: 256 / 281;
  flex-shrink: 0;
  object-fit: contain;
}

/* â”€â”€ MAAP lockup â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.maap-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  min-width: 0;
}

.maap-lockup__word {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.32rem, 4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  position: relative;
}

.maap-lockup__ma {
  color: var(--sky, #00adef);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.maap-lockup__ap {
  color: var(--accent-orange, #f4a003);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.maap-lockup__word--inline {
  font-size: inherit;
  letter-spacing: -0.05em;
  vertical-align: baseline;
}

.maap-lockup--nav .maap-lockup__word {
  font-size: clamp(1.2rem, 3.4vw, 1.44rem);
  letter-spacing: -0.065em;
}

.maap-lockup--hero .maap-lockup__word {
  font-size: clamp(3rem, 10vw, 4rem);
  letter-spacing: -0.07em;
}

.maap-lockup--footer .maap-lockup__word {
  font-size: 1.14rem;
  letter-spacing: -0.055em;
}

.maap-lockup--footer .maap-lockup__ma {
  color: #008fbe;
  text-shadow: none;
}

.maap-lockup--footer .maap-lockup__ap {
  color: #c97f00;
  text-shadow: none;
}

.maap-lockup__ribbon {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.68rem, 1.7vw, 0.78rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
  color: #5a7d90;
  opacity: 0;
  transform: translateY(5px);
  animation: maapRibbonIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.maap-lockup--nav {
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
}

.maap-lockup--hero {
  align-items: center;
  text-align: center;
  gap: 0.55rem;
}

.maap-lockup--hero .maap-lockup__ribbon {
  font-size: clamp(0.8rem, 2.4vw, 0.95rem);
  color: #4a6d80;
  font-weight: 500;
}

.maap-lockup--footer {
  gap: 0.22rem;
}

.maap-lockup--footer .maap-lockup__ribbon {
  opacity: 1;
  transform: none;
  animation: none;
  font-size: 0.72rem;
  color: #3d6578;
  font-weight: 500;
}

@keyframes maapRibbonIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-ma {
  color: var(--sky, #00adef);
}

.brand-ap {
  color: var(--accent-orange, #f4a003);
}

.loader-brand {
  animation: loaderFadeUp 0.55s ease 0.45s both;
}

.brand-dot {
  color: #111111;
  font-weight: 900;
}

.brand-tech {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid rgba(22, 34, 46, 0.78);
  padding-top: 0.14rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #111111;
  text-transform: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(0, 173, 239, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: #0d5a78;
  font-size: 1.15rem;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 90, 130, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle:hover {
  background: #fff;
  border-color: rgba(0, 173, 239, 0.28);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.28rem;
  border-radius: 999px;
  background: rgba(0, 173, 239, 0.05);
  border: 1px solid rgba(0, 173, 239, 0.1);
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  text-decoration: none;
  color: #4a6d80;
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-links a:hover {
  color: #0d5a78;
  background: rgba(255, 255, 255, 0.72);
}

.nav-links a.active {
  color: #0a4f6a;
  background: #fff;
  box-shadow:
    0 1px 2px rgba(0, 80, 120, 0.06),
    0 4px 14px rgba(0, 120, 170, 0.1),
    inset 0 0 0 1px rgba(0, 173, 239, 0.12);
}

.nav-links a.nav-cta {
  margin-left: 0.2rem;
  color: #fff;
  background: var(--accent-orange);
  box-shadow: 0 8px 18px rgba(244, 160, 3, 0.28);
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta.active {
  color: #fff;
  background: var(--accent-orange-deep);
  box-shadow: 0 10px 22px rgba(215, 137, 0, 0.34);
}

.hero {
  position: relative;
  padding-top: 1.6rem;
  padding-bottom: 0.35rem;
  overflow: hidden;
}

.hero-modern::before {
  content: "";
  position: absolute;
  inset: -120px -80px auto;
  height: 420px;
  background: radial-gradient(circle at 20% 20%, rgba(0, 173, 239, 0.1), transparent 64%),
    radial-gradient(circle at 78% 10%, rgba(127, 214, 255, 0.08), transparent 62%),
    radial-gradient(circle at 88% 55%, rgba(244, 160, 3, 0.05), transparent 58%);
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image: radial-gradient(rgba(0, 173, 239, 0.07) 1px, transparent 1px);
  background-size: 14px 14px;
}

.hero-modern-wrap {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-copy {
  max-width: 620px;
  padding: 0.2rem 0;
}

.hero-overlay {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 14%;
  z-index: 3;
  max-width: 1120px;
  padding: 0;
}

.hero-overlay h1 {
  font-size: clamp(3.3rem, 9vw, 7.1rem);
  line-height: 0.98;
  max-width: 18ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(8, 24, 34, 0.46);
}

.hero-overlay h1 .hero-title-accent {
  color: var(--accent-orange);
}

.hero-overlay h1 span {
  color: var(--sun);
}

/* â”€â”€ Hero title entrance animations â”€â”€ */
@keyframes heroSlideUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroGlow {
  0%, 100% {
    text-shadow: 0 10px 28px rgba(8, 24, 34, 0.46), 0 0 0px #faa40300;
  }
  50% {
    text-shadow: 0 10px 28px rgba(8, 24, 34, 0.46), 0 0 40px #faa40380, 0 0 80px #faa40340;
  }
}

.hero-line-1 {
  display: block;
  animation:
    heroSlideUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both,
    heroGlow 3.2s ease-in-out 1.2s infinite;
}

.hero-line-2 {
  display: block;
  animation: heroSlideUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}

.hero-dot {
  color: #f4a003;
  animation: heroSlideUp 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
}

/* specificity boost so orange wins over the generic h1 span rule */
.hero-overlay h1 .hero-dot {
  color: #f4a003;
}

.hero-overlay p {
  margin-top: 0.65rem;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.84);
}

.hero-overlay .hero-tag {
  margin-bottom: 0.72rem;
  color: #d7f4ff;
  border-color: rgba(126, 228, 255, 0.45);
  background: rgba(126, 228, 255, 0.16);
}

.hero-overlay .hero-actions {
  margin-top: 1rem;
}

.hero-overlay .btn-outline {
  color: #d7f4ff;
  border-color: rgba(126, 228, 255, 0.5);
  background: rgba(126, 228, 255, 0.14);
}

.hero-tag {
  display: inline-flex;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 173, 239, 0.26);
  background: rgba(0, 173, 239, 0.1);
  color: #0b6e97;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero-copy h1 {
  font-size: clamp(1.95rem, 4.5vw, 3.4rem);
  line-height: 1.03;
  max-width: 14ch;
  text-wrap: balance;
}

.hero-copy h1 span {
  background: linear-gradient(135deg, var(--sky), var(--sun));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-copy p {
  margin-top: 0.95rem;
  max-width: 52ch;
  font-size: 0.96rem;
  color: var(--muted);
}

.hero-copy > * {
  animation: riseIn 0.65s ease both;
}

.hero-copy > *:nth-child(1) { animation-delay: 0.05s; }
.hero-copy > *:nth-child(2) { animation-delay: 0.12s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.2s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.28s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.36s; }
.hero-copy > *:nth-child(6) { animation-delay: 0.44s; }

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  --bx: 0px;
  --by: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 0;
  padding: 0.8rem 1.3rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transform: translate(var(--bx), var(--by));
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
  color: #fff;
  background: var(--accent-orange);
  box-shadow: 0 14px 26px rgba(244, 160, 3, 0.32);
}

.btn-primary:hover {
  transform: translate(var(--bx), calc(var(--by) - 3px));
  background: var(--accent-orange-deep);
  box-shadow: 0 16px 30px rgba(215, 137, 0, 0.4);
}

.btn-outline {
  color: #0b6e97;
  border: 1px solid rgba(0, 173, 239, 0.3);
  background: rgba(0, 173, 239, 0.08);
}

.btn-outline:hover {
  background: rgba(0, 173, 239, 0.16);
}

.btn-full {
  width: 100%;
}

.hero-pills {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-pills span {
  font-size: 0.72rem;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  background: #e8f7fd;
  border: 1px solid rgba(0, 173, 239, 0.22);
  color: #0e6f99;
  font-weight: 700;
}

.hero-mini-stats {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-mini-stats li {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 0.62rem;
  box-shadow: 0 10px 20px rgba(0, 173, 239, 0.1);
}

.hero-mini-stats strong {
  display: block;
  color: #0f88bc;
  font-size: 1.1rem;
}

.hero-mini-stats span {
  display: block;
  font-size: 0.7rem;
  color: var(--muted);
}

.hero-showcase {
  position: relative;
  min-height: 620px;
  transform-style: preserve-3d;
  transition: transform 0.25s ease, filter 0.25s ease;
  filter: saturate(1.06);
}

.hero-photo {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(18, 90, 124, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-a {
  width: 64%;
  height: 430px;
  top: 30px;
  left: 0;
  transform: rotate(-4deg) translateZ(8px);
}

.photo-b {
  width: 58%;
  height: 360px;
  top: 0;
  right: 0;
  transform: rotate(5deg) translateZ(14px);
}

.photo-c {
  width: 68%;
  height: 290px;
  bottom: 12px;
  right: 18px;
  transform: rotate(-2deg) translateZ(20px);
}

.hero-float {
  position: absolute;
  font-size: 0.76rem;
  font-weight: 700;
  color: #11485f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 173, 239, 0.22);
  border-radius: 999px;
  padding: 0.48rem 0.8rem;
  box-shadow: 0 10px 24px rgba(0, 173, 239, 0.18);
  backdrop-filter: blur(6px);
}

.float-a {
  top: 24px;
  right: 8px;
  animation: floatPulse 4.8s ease-in-out infinite;
}

.float-b {
  bottom: 0;
  left: 42px;
  animation: floatPulse 5.6s ease-in-out infinite reverse;
}

.hero-marquee {
  margin-top: 0;
  border-top: 1px solid rgba(0, 173, 239, 0.2);
  border-bottom: 1px solid rgba(0, 173, 239, 0.2);
  background: rgba(0, 173, 239, 0.08);
  overflow: hidden;
}

.hero-marquee-track {
  display: flex;
  gap: 1.9rem;
  width: max-content;
  padding: 0.54rem 0;
  animation: marqueeX 22s linear infinite;
}

.hero-marquee-track span {
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f739e;
  white-space: nowrap;
}

.section {
  padding: 3.25rem 0;
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 2rem));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 173, 239, 0.25), transparent);
}

.section h2 {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  margin-top: 0.2rem;
  max-width: 18ch;
}

.section > .container > p,
.section > .container > h2 {
  max-width: 68ch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  font-family: "Outfit", sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #7a4a00;
  padding: 0.48rem 1.15rem;
  border: 1px solid rgba(244, 160, 3, 0.4);
  background: linear-gradient(180deg, rgba(255, 248, 230, 0.98), rgba(255, 239, 206, 0.95));
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.story-shell {
  display: grid;
  gap: 0.9rem;
}

.section-about-story {
  position: relative;
  overflow: clip;
  background: transparent;
}

.about-narrative {
  position: relative;
}

.about-narrative__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-narrative__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
}

.about-narrative__orb--sky {
  width: min(40vw, 380px);
  height: min(40vw, 380px);
  top: 4%;
  right: -8%;
  background: radial-gradient(circle, rgba(0, 173, 239, 0.32), transparent 70%);
}

.about-narrative__orb--warm {
  width: min(34vw, 320px);
  height: min(34vw, 320px);
  bottom: 12%;
  left: -10%;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.24), transparent 70%);
}

.about-narrative__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 1.65rem);
  width: min(1140px, calc(100% - 2rem));
  max-width: none;
  margin-inline: auto;
}

.about-narrative__flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 auto;
  padding: 0;
  width: min(68rem, 100%);
  list-style: none;
}

.about-narrative__beat {
  position: relative;
  display: grid;
  gap: 0.7rem;
  align-content: start;
  justify-items: start;
  padding: clamp(1.15rem, 2.4vw, 1.55rem) 0;
  text-align: left;
}

.about-narrative__beat + .about-narrative__beat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 173, 239, 0.28) 12%,
    rgba(244, 160, 3, 0.28) 88%,
    transparent 100%
  );
}

.about-narrative__beat h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: #12384c;
}

.about-beat__sky {
  color: var(--sky, #00adef);
}

.about-beat__sun {
  color: var(--accent-orange, #f4a003);
}

.about-narrative__beat > p {
  margin: 0;
  max-width: 60rem;
  font-size: clamp(1.04rem, 1.55vw, 1.14rem);
  line-height: 1.78;
  color: #3d6176;
  text-align: justify;
  text-wrap: pretty;
}

.about-narrative__close {
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.5rem, 3vw, 2rem) 0 0;
}

.about-narrative__close-intro {
  margin: 0;
  max-width: none;
}

.about-narrative__close-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.about-narrative__close-copy {
  display: grid;
  gap: 0.7rem;
  flex: 1 1 28rem;
  max-width: 40rem;
}

.about-narrative__close-label {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a5f00;
}

.about-narrative__close h3 {
  margin: 0;
  max-width: 28ch;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  color: #12384c;
}

.about-start__blue {
  color: #00adef;
}

.about-start__orange {
  color: #f4a003;
}

.about-narrative__close-lead {
  margin: 0;
  color: #3d6176;
  font-size: 1.05rem;
  line-height: 1.6;
}

.about-narrative__close-actions {
  display: grid;
  gap: 0.65rem;
  justify-items: start;
  flex-shrink: 0;
}

.about-narrative__close .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.about-narrative__close .btn svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s ease;
}

.about-narrative__close .btn:hover svg {
  transform: translateX(3px);
}

.about-narrative__close-login {
  margin: 0;
  font-size: 0.92rem;
  color: #5a7f95;
}

.about-narrative__close-login a {
  color: #0088bc;
  font-weight: 700;
  text-decoration: none;
}

.about-narrative__close-login a:hover {
  color: #e89200;
  text-decoration: underline;
}

.about-narrative__close-foot {
  margin: 0;
  max-width: 36rem;
  color: #1e4e66;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
  text-wrap: pretty;
}

.about-narrative__gateway {
  text-decoration: none;
  color: inherit;
}

.about-narrative__gateway:hover .maap-lockup__ma,
.about-narrative__gateway:hover .maap-lockup__ap {
  filter: brightness(0.92);
}

@media (max-width: 820px) {
  .about-narrative__close-body {
    flex-direction: column;
    align-items: flex-start;
  }
}


.about-story {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 5vw, 3.75rem);
}

.about-story--text {
  max-width: 720px;
  margin-inline: auto;
}

.about-story--text .about-story__intro {
  max-width: none;
  margin-inline: 0;
  text-align: left;
  display: grid;
  gap: 1rem;
  padding-bottom: clamp(1.5rem, 3vw, 2.2rem);
  border-bottom: 1px solid rgba(0, 136, 188, 0.16);
}

.about-story--text .about-story__intro .eyebrow {
  margin: 0;
}

.about-story__lead {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.5;
  color: #12384c;
  text-wrap: pretty;
}

.about-story__chapters {
  display: grid;
  gap: 0;
}

.about-story__chapter {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 2.5vw, 1.6rem);
  padding: clamp(1.6rem, 3.2vw, 2.2rem) 0;
  border-bottom: 1px solid rgba(0, 136, 188, 0.16);
}

.about-story__chapter-num {
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #00adef;
  padding-top: 0.45rem;
}

.about-story__chapter-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 40rem;
}

.about-story__chapter-copy h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #12384c;
}

.about-story__chapter-copy p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3d6176;
  text-wrap: pretty;
}

.about-story__software {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
  padding-top: clamp(0.4rem, 1.5vw, 0.8rem);
}

.about-story__software h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #12384c;
}

.about-story__software > p {
  margin: 0;
  color: #3d6176;
  font-size: 1.02rem;
  line-height: 1.65;
}

.about-story__software .btn {
  margin-top: 0.35rem;
}

.about-story__gateway {
  text-decoration: none;
  color: inherit;
}

.about-story__gateway:hover .maap-lockup__ma,
.about-story__gateway:hover .maap-lockup__ap {
  filter: brightness(0.92);
}

.about-story__hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: center;
}

.about-story__media {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow:
    0 24px 60px rgba(8, 72, 103, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset;
}

.about-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  transform: scale(1.02);
}

.about-story__media-glow {
  position: absolute;
  inset: auto -10% -18% -10%;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0, 173, 239, 0.28));
  pointer-events: none;
}

.about-story__intro .eyebrow {
  margin-bottom: 0.75rem;
}

.about-story__intro h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #12384c;
  text-wrap: balance;
}

.about-story__belief {
  margin: 1rem 0 0;
  max-width: 38ch;
  color: #3d6176;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.65;
}

.about-story__intro-copy {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 173, 239, 0.16);
}

.about-story__intro-copy p {
  margin: 0;
  max-width: 52ch;
  color: #2b4b60;
  font-size: 1.01rem;
  line-height: 1.75;
}

.about-story__statement {
  text-align: center;
  padding: clamp(1.6rem, 3.5vw, 2.4rem) 1.25rem;
  border-radius: 28px;
  border: 1px solid rgba(0, 173, 239, 0.14);
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 173, 239, 0.14), transparent 42%),
    radial-gradient(circle at 88% 70%, rgba(244, 160, 3, 0.12), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  box-shadow: 0 16px 40px rgba(8, 72, 103, 0.08);
}

.about-story__statement-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12em;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.about-story__statement-line span {
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  color: var(--accent-orange);
}

.about-story__statement-line strong {
  font-size: clamp(1.9rem, 5vw, 3rem);
  color: var(--sky);
}

.about-story__origin {
  margin: 1.15rem auto 0;
  max-width: 44rem;
  color: #3d6176;
  font-size: 1.04rem;
  line-height: 1.7;
  text-wrap: balance;
}

.about-story__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-story__feature {
  padding: 1.35rem 1.2rem 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(0, 173, 239, 0.14);
  background: linear-gradient(165deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 32px rgba(8, 72, 103, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-story__feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(8, 72, 103, 0.12);
}

.about-story__feature:nth-child(2) {
  border-color: rgba(244, 160, 3, 0.22);
  background: linear-gradient(165deg, #ffffff 0%, #fffaf0 100%);
}

.about-story__feature-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--sky), #27c2ff);
  box-shadow: 0 10px 22px rgba(0, 173, 239, 0.28);
}

.about-story__feature-icon--sun {
  background: linear-gradient(135deg, var(--accent-orange), #ffb833);
  box-shadow: 0 10px 22px rgba(244, 160, 3, 0.3);
}

.about-story__feature-icon svg {
  width: 22px;
  height: 22px;
}

.about-story__feature h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #12384c;
}

.about-story__feature p {
  margin: 0.65rem 0 0;
  color: #2b4b60;
  font-size: 0.96rem;
  line-height: 1.7;
}

.about-story__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.6rem 1.7rem;
  border-radius: 24px;
  border: 1px solid rgba(0, 173, 239, 0.18);
  background:
    radial-gradient(circle at 0% 50%, rgba(0, 173, 239, 0.12), transparent 42%),
    radial-gradient(circle at 100% 50%, rgba(244, 160, 3, 0.1), transparent 40%),
    linear-gradient(105deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: 0 18px 48px rgba(8, 72, 103, 0.1);
}

.about-story__cta-copy {
  display: grid;
  gap: 0.45rem;
  max-width: 38rem;
}

.about-story__cta-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a5f00;
}

.about-story__cta h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #12384c;
}

.about-story__cta-copy > p {
  margin: 0;
  color: #3d6176;
  font-size: 1rem;
  line-height: 1.55;
}

.about-story__cta-foot {
  margin-top: 0.25rem !important;
  color: #1e4e66 !important;
  font-weight: 600;
}

.about-story__cta .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Legacy about cards kept for backwards compatibility if referenced elsewhere */
.about-revamp {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.about-story-card,
.about-purpose-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 8%, rgba(127, 214, 255, 0.18), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: var(--shadow-strong);
  padding: 1.35rem;
}

.about-card-main {
  border-color: rgba(0, 173, 239, 0.3);
}

.about-card-vision {
  border-color: rgba(244, 160, 3, 0.34);
  background:
    radial-gradient(circle at 12% 12%, rgba(244, 160, 3, 0.17), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8ea 100%);
}

.about-story-card h2,
.about-purpose-card h3 {
  margin: 0;
  color: #0f506a;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.about-story-card h2 {
  max-width: 20ch;
}

.about-story-card p,
.about-purpose-card p {
  margin-top: 0.78rem;
  color: #1e4e66;
  font-size: 1.02rem;
  font-weight: 560;
  line-height: 1.7;
}

.about-story-card p + p,
.about-purpose-card p + p {
  margin-top: 0.64rem;
}

.about-modern {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1rem;
  align-items: start;
}

.about-intro-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(234, 247, 255, 0.88));
  box-shadow: var(--shadow-strong);
  padding: 1.2rem;
  display: grid;
  gap: 0.72rem;
}

.about-lead {
  font-size: 1.04rem;
  color: #2b4b60;
}

.about-highlight-grid {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.about-highlight-grid > div {
  border: 1px solid rgba(0, 173, 239, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.55rem;
}

.about-highlight-grid strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.28rem;
  color: #0f88bc;
}

.about-highlight-grid span {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.74rem;
  color: var(--muted);
}

.about-story-stack {
  display: grid;
  gap: 0.7rem;
}

.about-accordion {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-accordion:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 173, 239, 0.2);
}

.about-accordion summary {
  list-style: none;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #134f69;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid transparent;
  position: relative;
}

.about-accordion summary::-webkit-details-marker {
  display: none;
}

.about-accordion summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #0f88bc;
}

.about-accordion[open] summary {
  border-bottom-color: var(--line);
  background: rgba(0, 173, 239, 0.06);
}

.about-accordion[open] summary::after {
  content: "-";
}

.about-accordion p,
.about-accordion ul {
  margin: 0;
  padding: 0.82rem 1rem 1rem;
}

.smart-tabs {
  margin-top: 0.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tab-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.75rem;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 173, 239, 0.05);
}

.tab-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #245470;
  background: #e7f6fd;
  cursor: pointer;
  transition: all 0.22s ease;
}

.tab-btn.active {
  color: #fff;
  background: var(--accent-orange);
  box-shadow: 0 8px 20px rgba(244, 160, 3, 0.3);
}

.tab-panels {
  padding: 0.9rem;
}

.tab-panel {
  display: grid;
  gap: 0.7rem;
  animation: riseIn 0.4s ease both;
}

.tick-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.tick-list li::marker {
  color: var(--sky-deep);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.mission-intro {
  margin-top: 0.8rem;
  max-width: 74ch;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: var(--shadow);
}

.mission-redesign {
  border: 1px solid rgba(0, 173, 239, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  background:
    radial-gradient(circle at 94% 10%, rgba(127, 214, 255, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 250, 255, 0.92) 100%);
  box-shadow: var(--shadow-strong);
}

.mission-redesign h2 {
  max-width: none;
}

.mission-lead {
  margin-top: 0.7rem;
  max-width: 70ch;
  color: #174f6c;
  font-size: clamp(1rem, 2.2vw, 1.14rem);
  font-weight: 650;
}

.mission-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mission-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.05rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%),
    linear-gradient(115deg, rgba(0, 173, 239, 0.1), rgba(244, 160, 3, 0.08));
  box-shadow: var(--shadow);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.mission-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 173, 239, 0.24);
}

.mission-card-wide {
  grid-column: 1 / -1;
}

.mission-card h3 {
  margin-bottom: 0.5rem;
  color: #0f4f6a;
  font-weight: 800;
}

.mission-card p + p {
  margin-top: 0.55rem;
}

.mission-card p {
  color: #234f66;
  font-weight: 560;
}

.feature-grid,
.work-grid,
.involved-grid,
.support-cards {
  display: grid;
  gap: 0.9rem;
}

.feature-grid {
  grid-template-columns: 1fr;
}

.feature-card,
.work-card,
.involved-grid article,
.support-cards article,
.demo-steps article,
.product-layout,
.contact-wrap,
.lead-form,
.price-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.feature-card,
.involved-grid article,
.support-cards article,
.work-card {
  padding: 1.15rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover,
.work-card:hover,
.involved-grid article:hover,
.support-cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 173, 239, 0.24);
}

.work-grid {
  margin-top: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.work-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 173, 239, 0.16);
  color: #0d6e97;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.section-blue {
  background: transparent;
}

.section-sun {
  background: transparent;
}

.product-switch {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.5rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 173, 239, 0.1);
  width: fit-content;
}

.switch-btn {
  --bx: 0px;
  --by: 0px;
  border: 0;
  padding: 0.56rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
  color: #245470;
  background: #e6f6fd;
  cursor: pointer;
  transform: translate(var(--bx), var(--by));
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.switch-btn.active {
  color: #fff;
  background: var(--accent-orange);
  box-shadow: 0 8px 18px rgba(244, 160, 3, 0.3);
}

.switch-btn:hover {
  transform: translate(var(--bx), calc(var(--by) - 2px));
}

.about-story-card,
.about-purpose-card,
.work-card,
.mission-card,
.involved-grid article,
.support-cards article,
.demo-steps article,
.product-layout,
.lead-form,
.contact-wrap,
.feature-card {
  position: relative;
  overflow: hidden;
}

.card-interactive::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(240px circle at var(--sx, 50%) var(--sy, 50%), rgba(255, 255, 255, 0.5), transparent 60%),
    linear-gradient(110deg, transparent 0%, rgba(0, 173, 239, 0.08) 48%, rgba(127, 214, 255, 0.1) 54%, transparent 100%);
  transition: opacity 0.25s ease;
}

.card-interactive:hover::after {
  opacity: 1;
}

/* â”€â”€ MAAP Apps section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-apps {
  padding: 3.25rem 0 1rem;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.section-apps::before {
  content: none;
}

.section-apps .container {
  position: relative;
  z-index: 1;
}

.section-apps .section-intro {
  margin-bottom: 0.35rem;
  max-width: 44rem;
}

.section-apps .activ-showcase {
  margin-top: 0;
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

.maap-apps-head {
  display: grid;
  justify-items: center;
  text-align: center;
  margin: 0 auto 1.5rem;
}

.maap-apps-head .eyebrow {
  margin: 0 auto 0.15rem;
}

.maap-apps-head h2 {
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: #0c2433;
}

.maap-apps-head__lead {
  margin-top: 1rem;
  color: #456b80;
  font-size: clamp(1.02rem, 2.1vw, 1.14rem);
  font-weight: 520;
  line-height: 1.72;
}

.maap-apps-head__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.maap-apps-head__tags li {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  color: #0a5f82;
  background: #fff;
  border: 1px solid rgba(0, 173, 239, 0.18);
  box-shadow: 0 6px 20px rgba(0, 100, 140, 0.07);
}

/* â”€â”€ Activities App showcase (light editorial) â”€â”€â”€â”€â”€â”€â”€ */
.activ-showcase {
  position: relative;
  margin: 0 0 clamp(1.5rem, 3.5vw, 2.25rem);
  padding: clamp(1.15rem, 3vw, 1.85rem) 0;
  overflow: hidden;
}

.meal-showcase {
  position: relative;
  margin: 0;
  padding: clamp(0.65rem, 2vw, 1.15rem) 0 0;
  overflow: hidden;
}

.activ-explore--meal .activ-explore__nav-btn:hover {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
}

.activ-explore--meal .activ-explore__progress-bar {
  background: linear-gradient(90deg, #0d9488, var(--accent-orange, #f4a003));
}

.activ-why--meal .activ-why__icon {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.12);
}

.activ-showcase__ambient {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.activ-showcase__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 1.5rem);
}

/* Hero split */
.activ-showcase__hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(2rem, 5vw, 2.75rem);
}

.activ-showcase__copy {
  margin: 0 auto;
}

.activ-showcase__label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-deep);
  margin-bottom: 0.85rem;
}

.activ-showcase__title {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ink, #17222e);
}

.activ-showcase__title em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky), #27c2ff 50%, var(--accent-orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-showcase__lead {
  margin: 0 auto 1.35rem;
  max-width: 48ch;
  font-size: clamp(1rem, 2vw, 1.1rem);
  line-height: 1.72;
  color: var(--muted, #496073);
  font-weight: 520;
}

.activ-showcase__compat {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem 0.55rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 173, 239, 0.1), rgba(0, 173, 239, 0.04));
  border: 1px solid rgba(0, 173, 239, 0.22);
  color: var(--sky-deep, #0087bb);
  font-size: 0.82rem;
  font-weight: 750;
  margin-bottom: 0.85rem;
  box-shadow: 0 8px 24px rgba(0, 135, 187, 0.08);
}

.activ-showcase__compat svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.activ-showcase__devices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  max-width: 100%;
}

.activ-showcase__devices li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #5a7f94;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line, #d8e7f2);
}

.activ-showcase__devices svg {
  width: 14px;
  height: 14px;
  color: var(--sky, #00adef);
}

/* MAAP device stage â€” light studio */
.maap-devices {
  position: relative;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(2.75rem, 5vw, 3.5rem) clamp(1rem, 3vw, 1.75rem) clamp(2.25rem, 4vw, 2.75rem);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 252, 255, 0.98) 100%);
  border: 1px solid rgba(0, 173, 239, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 64px rgba(0, 80, 120, 0.08),
    0 4px 20px rgba(0, 60, 90, 0.04);
}

.maap-devices__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.maap-devices__mesh {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: meshDrift 18s ease-in-out infinite;
}

.maap-devices__mesh--sky {
  width: 50%;
  height: 45%;
  top: -12%;
  left: -8%;
  background: radial-gradient(circle, rgba(0, 173, 239, 0.22), transparent 68%);
}

.maap-devices__mesh--warm {
  width: 42%;
  height: 40%;
  bottom: -8%;
  right: -6%;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.14), transparent 70%);
  animation-delay: -6s;
  animation-direction: reverse;
}

@keyframes meshDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(3%, 4%) scale(1.06); }
}

.maap-devices__orbit {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(78%, 520px);
  height: min(78%, 520px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 173, 239, 0.12);
  border-radius: 50%;
  opacity: 0.6;
  animation: orbitSpin 24s linear infinite;
}

.maap-devices__orbit::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(0, 173, 239, 0.08);
  border-radius: 50%;
}

@keyframes orbitSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.maap-devices__stage-base {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 22%;
  height: 100px;
  background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(0, 173, 239, 0.1), transparent 72%);
  filter: blur(14px);
}

/* 3D spotlight â€” one device at a time */
.maap-devices__spotlight {
  position: relative;
  z-index: 1;
}

.maap-devices__viewport {
  position: relative;
  height: clamp(320px, 56vw, 480px);
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
  perspective: 2000px;
  perspective-origin: 50% 42%;
  overflow: visible;
}

.maap-devices__stage {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

/* Stacked slides â€” cinematic 3D swap */
.rdev {
  --rx: 0deg;
  --ry: 0deg;
  --enter-rotate: 58deg;
  --exit-rotate: -52deg;
  --spot-w: min(88vw, 520px);
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--spot-w);
  margin: 0;
  text-align: center;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(8deg) rotateY(var(--enter-rotate)) translateZ(-320px) scale(0.65);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition:
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.75s ease,
    visibility 1.1s;
}

.rdev.is-active {
  transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) translateZ(100px) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3;
}

.rdev.is-leaving {
  transform: translate(-50%, -50%) rotateX(-12deg) rotateY(var(--exit-rotate)) translateZ(-240px) scale(0.72);
  opacity: 0;
  visibility: visible;
  z-index: 2;
  pointer-events: none;
}

.maap-devices__stage[data-dir="back"] .rdev {
  --enter-rotate: -58deg;
  --exit-rotate: 52deg;
}

.rdev.is-prep {
  visibility: visible;
  opacity: 0;
  z-index: 4;
}

.rdev.is-active .rdev__tilt {
  animation: spotlightFloat 5.5s ease-in-out infinite;
}

.rdev.is-active .rdev__screen img {
  image-rendering: auto;
}

@keyframes spotlightFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.rdev__tilt {
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  filter:
    drop-shadow(0 28px 48px rgba(12, 45, 70, 0.14))
    drop-shadow(0 10px 20px rgba(12, 45, 70, 0.08));
}

.rdev__tilt::after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -14px;
  height: 22px;
  background: radial-gradient(ellipse 90% 100% at 50% 0%, rgba(0, 173, 239, 0.12), transparent 72%);
  filter: blur(8px);
  opacity: 0.7;
  pointer-events: none;
  transform: scaleY(0.35);
}

.rdev--laptop { --spot-w: min(92vw, 580px); }
.rdev--ipad { --spot-w: min(52vw, 380px); }
.rdev--iphone { --spot-w: min(50vw, 240px); }
.rdev--tv { --spot-w: min(94vw, 660px); }

.is-active.rdev--laptop .rdev__glare::after,
.is-active.rdev--ipad .rdev__glare::after,
.is-active.rdev--iphone .rdev__glare::after,
.is-active.rdev--tv .rdev__glare::after {
  animation: screenShine 4.5s ease-in-out infinite;
}

/* Story copy */
.maap-devices__story {
  position: relative;
  min-height: 7.5rem;
  max-width: 540px;
  margin: 0 auto;
  padding: 1.35rem 1.5rem 1.25rem;
  text-align: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 173, 239, 0.12);
  box-shadow:
    0 12px 36px rgba(0, 80, 120, 0.07),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  backdrop-filter: blur(8px);
}

.maap-devices__story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  opacity: 0.8;
}

.maap-devices__story-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.55s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.maap-devices__story-panel.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.maap-devices__story-panel.is-exiting {
  opacity: 0;
  transform: translateY(-14px);
}

.maap-devices__story-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a5f82;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 173, 239, 0.18);
  box-shadow: 0 4px 14px rgba(0, 80, 120, 0.07);
}

.maap-devices__story-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sky, #00adef);
  box-shadow: 0 0 8px rgba(0, 173, 239, 0.5);
}

.maap-devices__story-title {
  margin: 0.35rem 0 0;
  font-size: clamp(1.3rem, 3.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--ink, #17222e);
}

.maap-devices__story-title em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.maap-devices__story-text {
  margin: 0.15rem 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--muted, #496073);
  max-width: 46ch;
}

/* Controls */
.maap-devices__controls {
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.maap-devices__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.maap-devices__dot {
  position: relative;
  padding: 0.45rem 0.9rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7a8a;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 173, 239, 0.14);
  border-radius: 999px;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.maap-devices__dot span {
  position: relative;
  z-index: 1;
}

.maap-devices__dot:hover {
  color: #0a5f82;
  border-color: rgba(0, 173, 239, 0.28);
  transform: translateY(-1px);
}

.maap-devices__dot.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--sky, #00adef), #27c2ff);
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(0, 173, 239, 0.28);
}

.maap-devices__timer {
  width: min(280px, 70vw);
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 173, 239, 0.12);
  overflow: hidden;
}

.maap-devices__timer-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  transform: scaleX(0);
  transform-origin: left center;
}

.maap-devices.is-playing .maap-devices__timer-bar {
  animation: spotlightTimer 5s linear forwards;
}

@keyframes spotlightTimer {
  to { transform: scaleX(1); }
}

.maap-devices__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5a7a8a;
}

.maap-devices__eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.maap-devices.in-view .maap-devices__eyebrow::after {
  transform: scaleX(1);
}

/* Screen shared â€” natural image sizing (no letterbox black bars) */
.rdev__screen {
  position: relative;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.rdev__screen img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.rdev__screen--tv {
  background: #000;
}

.rdev__glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.07) 0%,
    transparent 40%,
    transparent 72%,
    rgba(255, 255, 255, 0.03) 100%
  );
  z-index: 2;
}

.rdev__glare::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -80%;
  width: 50%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(20deg);
  animation: screenShine 6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 1.1s);
}

@keyframes screenShine {
  0%, 72%, 100% { left: -80%; opacity: 0; }
  78% { opacity: 1; }
  96% { left: 130%; opacity: 0; }
}

/* Laptop â€” MacBook-style */
.rdev__laptop {
  width: 100%;
}

.rdev__laptop-lid {
  border-radius: 14px 14px 0 0;
  padding: 11px 11px 9px;
  background: linear-gradient(180deg, #48484c 0%, #2c2c2e 55%, #1c1c1e 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 0 1px rgba(0, 0, 0, 0.35);
}

.rdev__laptop-cam {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #3a3a40, #0a0a0c);
  box-shadow: 0 0 0 1.5px #3a3a3e;
}

.rdev__screen--laptop {
  border-radius: 3px;
  border: 1px solid #0a0a0c;
}

.rdev__laptop-chin {
  height: 3px;
  margin: 0 1.5%;
  background: linear-gradient(90deg, #3a3a3e, #7a7a82 50%, #3a3a3e);
}

.rdev__laptop-base {
  height: 18px;
  margin: 0 -3.5%;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #d2d2d8 0%, #a8a8b0 55%, #888890 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 10px 24px rgba(12, 45, 70, 0.14);
}

/* iPad Pro â€” portrait */
.rdev__ipad {
  width: 100%;
}

.rdev__ipad-shell {
  position: relative;
  border-radius: 30px;
  padding: 9px;
  background: linear-gradient(
    160deg,
    #f5f5f7 0%,
    #e3e3e8 22%,
    #c8c8d0 55%,
    #9a9aa2 88%,
    #7c7c84 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 32px 64px rgba(12, 45, 70, 0.18),
    0 8px 20px rgba(12, 45, 70, 0.08);
}

.rdev__ipad-cam {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 4;
  width: 7px;
  height: 7px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2a2a30, #050508);
  box-shadow:
    0 0 0 1.5px rgba(255, 255, 255, 0.1),
    0 0 6px rgba(0, 0, 0, 0.35);
}

.rdev__screen--pad {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.rdev__screen--pad img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* iPhone */
.rdev__iphone {
  position: relative;
  width: clamp(168px, 18vw, 220px);
  margin: 0 auto;
}

.rdev__iphone-btn {
  position: absolute;
  z-index: 0;
  background: linear-gradient(90deg, #6a6a72, #3a3a42);
  border-radius: 1px;
}

.rdev__iphone-btn--vol-d { left: -1px; top: 22%; width: 2px; height: 28px; }
.rdev__iphone-btn--vol-u { left: -1px; top: 34%; width: 2px; height: 28px; }
.rdev__iphone-btn--power { right: -1px; top: 28%; width: 2px; height: 40px; }

.rdev__iphone-frame {
  border-radius: 44px;
  padding: 3px;
  background: linear-gradient(
    165deg,
    #3a3a42 0%,
    #1e1e24 35%,
    #0e0e12 70%,
    #1a1a20 100%
  );
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.2) inset,
    0 0 0 1px rgba(0, 0, 0, 0.15),
    0 32px 56px rgba(12, 45, 70, 0.2);
}

.rdev__screen--phone {
  border-radius: 41px;
  line-height: 0;
  aspect-ratio: unset;
}

.rdev__screen--phone img {
  width: 100%;
  height: auto;
}

.rdev__iphone-island {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 3;
  width: 26%;
  min-width: 48px;
  max-width: 68px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #000;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.08);
}

/* TV */
.rdev__tv-panel {
  border-radius: 4px;
  padding: 4px;
  background: linear-gradient(180deg, #2a2a30 0%, #121214 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 0 1px rgba(0, 0, 0, 0.08);
}

.rdev__screen--tv {
  aspect-ratio: unset;
  border-radius: 2px;
  background: #000;
}

.rdev__screen--tv img {
  width: 100%;
  height: auto;
  display: block;
}

.rdev__tv-bar {
  width: 38%;
  height: 5px;
  margin: 7px auto 0;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(180deg, #4a4a52, #2a2a30);
  box-shadow: 0 3px 8px rgba(12, 45, 70, 0.1);
}

.maap-devices__sync {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: clamp(1.75rem, 4vw, 2.25rem) auto 0;
  padding: 0.5rem 1rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a5f82;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 173, 239, 0.16);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 80, 120, 0.06);
  backdrop-filter: blur(8px);
}

.maap-devices__sync-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.6);
  animation: maapSyncPulse 2s ease infinite;
}

@keyframes maapSyncPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
  50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}

/* Feature explorer */
.activ-explore {
  position: relative;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  padding: clamp(1.75rem, 3.5vw, 2.35rem);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(165deg, #fff 0%, #f8fcff 55%, #f2f9fd 100%);
  border: 1px solid rgba(0, 173, 239, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 28px 64px rgba(0, 90, 130, 0.08);
}

.activ-explore__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.activ-explore__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  opacity: 0.22;
}

.activ-explore__orb--sky {
  width: 45%;
  height: 40%;
  top: -15%;
  right: -8%;
  background: radial-gradient(circle, rgba(0, 173, 239, 0.16), transparent 68%);
}

.activ-explore__orb--warm {
  width: 38%;
  height: 35%;
  bottom: -10%;
  left: -6%;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.1), transparent 70%);
}

.activ-explore__head,
.activ-explore__stage {
  position: relative;
  z-index: 1;
}

.activ-explore__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 173, 239, 0.1);
}

.activ-explore__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-deep, #0087bb);
}

.activ-explore__head h4 {
  margin: 0 0 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink, #17222e);
}

.activ-explore__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.app-mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  color: #fff;
}

.app-mark svg {
  width: 1.25rem;
  height: 1.25rem;
}

.app-mark--activity {
  background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
  box-shadow: 0 4px 16px rgba(168, 85, 247, 0.28);
}

.app-mark--meal {
  background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.28);
}

.activ-explore__head h4 em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-explore--meal .activ-explore__head h4 em {
  background: linear-gradient(105deg, #3b82f6 0%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-explore__head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted, #496073);
  max-width: 42ch;
}

.activ-explore__live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a5f82;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 173, 239, 0.16);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 80, 120, 0.06);
  flex-shrink: 0;
}

.activ-explore__live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.55);
  animation: activLivePulse 2s ease infinite;
}

@keyframes activLivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.75; transform: scale(0.92); }
}

.activ-explore__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(10.5rem, 13rem) minmax(0, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  align-items: start;
  padding: clamp(0.75rem, 1.6vw, 1.05rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 173, 239, 0.1);
  box-shadow: 0 8px 32px rgba(0, 80, 120, 0.05);
  backdrop-filter: blur(6px);
}

.activ-explore__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.35rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 173, 239, 0.12);
  box-shadow: 0 8px 22px rgba(0, 80, 120, 0.05);
}

.activ-explore__tab {
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0.72rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #3d6176;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.activ-explore__tab:hover {
  background: rgba(0, 173, 239, 0.08);
  color: #0a5f82;
}

.activ-explore__tab.is-active {
  color: #0a5f82;
  background: linear-gradient(135deg, rgba(0, 173, 239, 0.14), rgba(244, 160, 3, 0.1));
  border-color: rgba(0, 173, 239, 0.22);
  box-shadow: 0 6px 16px rgba(0, 120, 170, 0.08);
}

.activ-explore--meal .activ-explore__tab.is-active {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.14), rgba(244, 160, 3, 0.1));
  border-color: rgba(13, 148, 136, 0.24);
}

.activ-explore__tab:focus-visible {
  outline: 2px solid var(--sky, #00adef);
  outline-offset: 2px;
}

.activ-explore__main {
  position: relative;
  min-width: 0;
}

.activ-explore__arrows {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 16 / 7.5;
  pointer-events: none;
}

.activ-explore__nav-btn {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border: 1px solid rgba(0, 173, 239, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #0a5f82;
  box-shadow: 0 10px 28px rgba(0, 90, 130, 0.14);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.activ-explore__nav-btn svg {
  width: 1.15rem;
  height: 1.15rem;
}

.activ-explore__nav-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--sky, #00adef), #27c2ff);
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(0, 173, 239, 0.28);
  transform: translateY(-50%) scale(1.06);
}

.activ-explore__nav-btn:active {
  transform: translateY(-50%) scale(0.97);
}

.activ-explore__nav-btn:focus-visible {
  outline: 2px solid var(--sky, #00adef);
  outline-offset: 3px;
}

.activ-explore__nav-btn--prev {
  left: 0.55rem;
}

.activ-explore__nav-btn--next {
  right: 0.55rem;
}

.activ-explore__footer {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.activ-explore__counter {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7f94;
}

.activ-explore__progress {
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 173, 239, 0.1);
  overflow: hidden;
}

.activ-explore__progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  transform: scaleX(0);
  transform-origin: left center;
}

.activ-explore.is-playing .activ-explore__progress-bar {
  animation: activExploreTimer 6s linear forwards;
}

@keyframes activExploreTimer {
  to { transform: scaleX(1); }
}
.activ-explore__panels {
  position: relative;
  min-height: 0;
}

.activ-explore__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: start;
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 0.55s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  position: absolute;
  inset: 0;
  visibility: hidden;
}

.activ-explore__panel.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
  visibility: visible;
  z-index: 2;
}

.activ-explore__panel.is-leaving {
  opacity: 0;
  transform: translateX(-24px);
  visibility: visible;
  z-index: 1;
  pointer-events: none;
}

.activ-explore__shot {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 173, 239, 0.14);
  background: #eef6fb;
  aspect-ratio: 16 / 7.5;
  width: 100%;
  box-shadow:
    0 22px 52px rgba(0, 90, 130, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.activ-explore__panel.active .activ-explore__shot {
  animation: activShotIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes activShotIn {
  from { transform: scale(0.985); opacity: 0.75; }
  to { transform: scale(1); opacity: 1; }
}

.activ-explore__shot--pad {
  aspect-ratio: 16 / 9.2;
  max-width: none;
  margin: 0;
  width: 100%;
}

.activ-explore__shot--dark {
  background: #0f0a1e;
}

.activ-explore__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.activ-explore__detail {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 173, 239, 0.12);
  box-shadow: 0 10px 28px rgba(0, 80, 120, 0.06);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease 0.1s,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.activ-explore__detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;
  right: 1.1rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  opacity: 0.85;
}

.activ-explore__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a5f82;
}

.activ-explore__kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sky, #00adef);
  box-shadow: 0 0 8px rgba(0, 173, 239, 0.45);
}

.activ-explore__detail h5 {
  margin: 0;
  font-size: clamp(1.12rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: var(--ink, #17222e);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.activ-explore__detail h5 em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky, #00adef) 0%, #27c2ff 50%, var(--accent-orange, #f4a003) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-explore--meal .activ-explore__detail h5 em {
  background: linear-gradient(105deg, #3b82f6 0%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-explore__detail p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted, #496073);
  max-width: 62ch;
}

.activ-explore__highlights {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-content: start;
}

.activ-explore__highlights li {
  position: relative;
  padding: 0.42rem 0.75rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #0a5f82;
  line-height: 1.35;
  border-radius: 999px;
  background: rgba(0, 173, 239, 0.08);
  border: 1px solid rgba(0, 173, 239, 0.16);
}

.activ-explore__highlights li::before {
  content: none;
}

.activ-explore__panel.active .activ-explore__detail {
  opacity: 1;
  transform: translateY(0);
}

.activ-explore__panel.is-leaving .activ-explore__detail {
  opacity: 0;
  transform: translateY(-10px);
  transition-delay: 0s;
}
/* Why Activity Planner / Meal Manager highlights */
.activ-why {
  position: relative;
  padding: clamp(1.75rem, 3.5vw, 2.35rem);
  border-radius: 28px;
  background: linear-gradient(165deg, #fff 0%, #f8fcff 55%, #f2f9fd 100%);
  border: 1px solid rgba(0, 173, 239, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 28px 64px rgba(0, 90, 130, 0.08);
  overflow: hidden;
}

.activ-why::before {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -8%;
  width: 42%;
  height: 45%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.07), transparent 70%);
  pointer-events: none;
}

.activ-why__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 50ch;
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
}

.activ-why__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sky-deep, #0087bb);
}

.activ-why__head h4 {
  margin: 0 0 0.5rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink, #17222e);
}

.activ-why__head h4 em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky, #00adef) 0%, #27c2ff 50%, var(--accent-orange, #f4a003) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-why--meal .activ-why__head h4 em {
  background: linear-gradient(105deg, #3b82f6 0%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.activ-why__head p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted, #496073);
}

.activ-why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.activ-why__card {
  padding: 1.2rem 1.15rem 1.15rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 173, 239, 0.1);
  box-shadow: 0 8px 24px rgba(10, 67, 96, 0.05);
  opacity: 0;
  transform: translateY(16px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.activ-reveal.in-view .activ-why__card {
  animation: activWhyIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--card-i, 0) * 0.07s + 0.1s);
}

@keyframes activWhyIn {
  to { opacity: 1; transform: translateY(0); }
}

.activ-why__card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 173, 239, 0.22);
  box-shadow: 0 16px 36px rgba(0, 135, 187, 0.1);
}

.activ-why__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.7rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 173, 239, 0.12), rgba(244, 160, 3, 0.08));
  border: 1px solid rgba(0, 173, 239, 0.14);
  color: var(--sky-deep, #0087bb);
}

.activ-why__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.activ-why__card h5 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink, #17222e);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.activ-why__card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.58;
  color: var(--muted, #496073);
}

.activ-showcase__cta {
  text-align: center;
  margin: 0 0 clamp(2rem, 4vw, 2.75rem);
}

@media (max-width: 960px) {
  .maap-devices__viewport {
    height: clamp(300px, 60vw, 440px);
  }

  .rdev--laptop { --spot-w: min(94vw, 480px); }
  .rdev--ipad { --spot-w: min(56vw, 340px); }
  .rdev--iphone { --spot-w: min(52vw, 240px); }
  .rdev--tv { --spot-w: min(96vw, 520px); }

  .activ-showcase__hero {
    grid-template-columns: 1fr;
  }

  .activ-explore__stage {
    grid-template-columns: 1fr;
  }

  .activ-explore__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.35rem;
    padding: 0.4rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .activ-explore__tab {
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center;
    padding: 0.58rem 0.85rem;
  }

  .activ-explore__nav-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .activ-explore__nav-btn--prev {
    left: 0.35rem;
  }

  .activ-explore__nav-btn--next {
    right: 0.35rem;
  }

  .activ-explore__panel {
    grid-template-columns: 1fr;
  }

  .activ-explore__panels {
    min-height: 0;
  }

  .activ-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .activ-why__grid {
    grid-template-columns: 1fr;
  }

  .maap-devices__dots {
    gap: 0.35rem;
  }

  .maap-devices__dot {
    padding: 0.4rem 0.65rem;
    font-size: 0.62rem;
  }

  .maap-devices__story {
    min-height: 9.5rem;
    padding: 1.15rem 1rem 1rem;
  }

  .activ-explore__panels {
    min-height: 0;
  }

  .activ-explore__shot {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

  .activ-explore__detail {
    padding: 1rem 1.05rem 1.05rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maap-devices__mesh,
  .maap-devices__orbit,
  .maap-devices__sync-pulse,
  .is-active .rdev__glare::after,
  .is-active .rdev__tilt,
  .maap-devices__timer-bar {
    animation: none !important;
  }

  .rdev {
    transition: opacity 0.3s ease !important;
    transform: translate(-50%, -50%) !important;
  }

  .reveal,
  .activ-reveal,
  .scroll-reveal,
  .activ-why__card,
  .activ-explore__panel,
  .activ-explore__detail,
  .maap-devices__story-panel {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
    animation: none !important;
  }

  .activ-explore.is-playing .activ-explore__progress-bar,
  .activ-explore__live-dot {
    animation: none !important;
  }

  .activ-explore__progress-bar {
    transform: scaleX(1) !important;
  }

  .rdev:not(.is-active) {
    display: none;
  }
}

.maap-app-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 clamp(2.5rem, 6vw, 3.5rem);
  color: #8aa8b8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.maap-app-divider::before,
.maap-app-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 100, 140, 0.15), transparent);
}

.maap-app {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.maap-app--activ .maap-app__visual {
  order: 2;
}

.maap-app--activ .maap-app__content {
  order: 1;
}

.maap-app__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.app-shot-stack {
  position: relative;
  width: 100%;
  max-width: 540px;
  min-height: clamp(280px, 38vw, 420px);
}

.app-shot {
  margin: 0;
}

.app-shot__frame {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 2px 4px rgba(0, 30, 50, 0.05),
    0 24px 60px rgba(0, 60, 90, 0.16);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.app-shot__frame--activ {
  box-shadow:
    0 2px 4px rgba(40, 10, 80, 0.05),
    0 24px 60px rgba(80, 40, 140, 0.14);
}

.app-shot__chrome {
  display: flex;
  gap: 5px;
  padding: 10px 12px;
}

.app-shot__frame--meal .app-shot__chrome {
  background: linear-gradient(135deg, #008fbf, #00b8e8);
}

.app-shot__frame--activ .app-shot__chrome {
  background: linear-gradient(135deg, #6d28d9, #a78bfa);
}

.app-shot__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.app-shot__frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  background: #f4f8fb;
}

.app-shot--primary {
  position: relative;
  z-index: 1;
  width: 92%;
  transform: perspective(1100px) rotateY(-7deg) rotateX(4deg);
}

.app-shot--secondary {
  position: absolute;
  right: -2%;
  bottom: -4%;
  width: 52%;
  z-index: 2;
  transform: rotate(5deg);
}

.app-shot--secondary .app-shot__frame {
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 20px 48px rgba(0, 60, 90, 0.2);
}

.maap-app--activ .app-shot--secondary .app-shot__frame {
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.12),
    0 20px 48px rgba(80, 40, 140, 0.18);
}

.maap-app:hover .app-shot--primary {
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg) translateY(-6px);
}

.maap-app:hover .app-shot--secondary {
  transform: rotate(3deg) translateY(-10px);
}

.maap-app__title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.maap-app__title-row .maap-app__label {
  margin-bottom: 0;
}

.maap-app__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a5f00;
  background: linear-gradient(135deg, rgba(244, 160, 3, 0.18), rgba(244, 160, 3, 0.08));
  border: 1px solid rgba(244, 160, 3, 0.35);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(244, 160, 3, 0.12);
}

.maap-app__label {
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.maap-app--activ .maap-app__label {
  color: var(--sky-deep);
}

.maap-app--meal .maap-app__label {
  color: var(--accent-orange-deep);
}

.maap-app__content h3 {
  font-size: clamp(1.85rem, 3.8vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #0c2433;
  margin-bottom: 0.85rem;
}

.maap-app__hook {
  color: #456b80;
  font-size: 1.05rem;
  font-weight: 520;
  line-height: 1.68;
  margin-bottom: 1.6rem;
  max-width: 50ch;
}

.maap-app__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.maap-feat {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 173, 239, 0.08);
  box-shadow: 0 4px 20px rgba(0, 60, 90, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.maap-app--activ .maap-feat {
  border-color: rgba(0, 173, 239, 0.1);
  box-shadow: 0 4px 20px rgba(0, 100, 140, 0.04);
}

.maap-feat:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 100, 140, 0.1);
  border-color: rgba(0, 173, 239, 0.2);
}

.maap-app--activ .maap-feat:hover {
  box-shadow: 0 16px 40px rgba(0, 135, 187, 0.1);
  border-color: rgba(0, 173, 239, 0.22);
}

.maap-feat__icon {
  width: 20px;
  height: 20px;
  margin-bottom: 0.6rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.maap-app--meal .maap-feat__icon {
  color: #00adef;
}

.maap-app--activ .maap-feat__icon {
  color: #8b5cf6;
}

.maap-feat h4 {
  margin: 0 0 0.3rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0c2433;
  letter-spacing: -0.01em;
}

.maap-feat p {
  margin: 0;
  font-size: 0.8rem;
  color: #5a7f94;
  line-height: 1.55;
  font-weight: 520;
}

.maap-app__foot {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.85rem;
  color: #6a8fa3;
  line-height: 1.55;
  font-weight: 520;
}

.maap-app__foot a {
  color: var(--sky-deep, #0087bb);
  font-weight: 700;
  text-decoration: none;
}

.maap-app__foot a:hover {
  text-decoration: underline;
}

@media (max-width: 920px) {
  .maap-app,
  .maap-app--activ {
    grid-template-columns: 1fr;
  }

  .maap-app--activ .maap-app__visual,
  .maap-app--activ .maap-app__content {
    order: unset;
  }

  .maap-app__visual {
    margin-bottom: 0.5rem;
  }

  .app-shot-stack {
    max-width: 460px;
    min-height: 300px;
  }

  .app-shot--primary {
    width: 100%;
    transform: none;
  }

  .app-shot--secondary {
    width: 48%;
    right: 0;
    bottom: -2%;
  }

  .maap-app:hover .app-shot--primary,
  .maap-app:hover .app-shot--secondary {
    transform: none;
  }

  .maap-app__hook {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .section-apps {
    padding: 2.5rem 0 0.75rem;
  }

  .section-support {
    padding-top: 1rem;
  }

  .maap-apps-head {
    margin-bottom: 1.25rem;
  }

  .maap-app__grid {
    grid-template-columns: 1fr;
  }

  .maap-app {
    margin-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-shot__frame,
  .app-shot--primary,
  .app-shot--secondary,
  .maap-app:hover .app-shot--primary,
  .maap-app:hover .app-shot--secondary {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

.product-layout {
  padding: 1.15rem;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 1rem;
}

.product-layout img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product-layout:hover img {
  transform: scale(1.03);
  filter: saturate(1.06);
}

.product-layout ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

.product-layout li {
  margin-bottom: 0.35rem;
}

.interactive-panel {
  transform-style: preserve-3d;
  transition: transform 0.25s ease;
}

.demo-steps {
  display: grid;
  gap: 0.8rem;
}

.demo-redesign {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1.25rem;
  width: min(1420px, calc(100% - 0.8rem));
  margin: 0 auto;
  padding: 1.15rem;
  border-radius: 28px;
  border: 1px solid rgba(0, 173, 239, 0.16);
  background:
    radial-gradient(circle at 92% 3%, rgba(127, 214, 255, 0.24), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(239, 249, 255, 0.72) 100%);
}

.demo-redesign::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.24), transparent 42%);
}

.demo-headline {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: none;
  padding: 0.4rem 0.2rem 0.6rem;
}

.demo-headline h2 {
  max-width: none;
  line-height: 1.02;
  font-size: clamp(2.1rem, 3.7vw, 3rem);
}

.demo-headline p {
  color: #28526c;
}

.demo-headline .btn {
  margin-top: 0.2rem;
  justify-self: start;
  padding: 0.86rem 1.35rem;
  box-shadow: 0 14px 28px rgba(244, 160, 3, 0.3);
}

/* Centered request button below demo stage */
.demo-request-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}

.demo-request-wrap .btn {
  padding: 0.86rem 1.35rem;
  min-width: 220px;
  box-shadow: 0 14px 28px rgba(244, 160, 3, 0.3);
}

.demo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.demo-meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(244, 160, 3, 0.28);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9a5f00;
  background: rgba(244, 160, 3, 0.12);
}

.demo-app-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.36rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 173, 239, 0.24);
  width: fit-content;
  justify-self: center;
  margin-top: 0.1rem;
}

.demo-app-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.52rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1f5775;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.demo-app-btn.active {
  color: #ffffff;
  background: #00adef;
  box-shadow: 0 8px 16px rgba(0, 173, 239, 0.3);
}

.demo-app-btn[data-app="activities"].active {
  background: #f4a003;
  box-shadow: 0 8px 16px rgba(244, 160, 3, 0.32);
}

.demo-stage-shell {
  position: relative;
  border: 1px solid rgba(0, 173, 239, 0.2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: radial-gradient(circle at 90% 8%, rgba(127, 214, 255, 0.38), rgba(0, 173, 239, 0.14) 52%), linear-gradient(180deg, #ffffff 0%, #e9f7ff 100%);
  box-shadow: var(--shadow-strong);
  padding: 1.3rem;
}

.demo-stage-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(220px circle at 18% 0%, rgba(255, 255, 255, 0.5), transparent 68%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 48%, transparent 86%);
}

#demo-stage-host {
  border-radius: 18px;
  overflow: hidden;
  min-height: 720px;
}

#demo-stage-host .demo-stage {
  max-width: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 0.9rem !important;
}

#demo-stage-host .viewer {
  background: linear-gradient(160deg, #eef8ff 0%, #d6efff 100%) !important;
  border: 1px solid rgba(0, 173, 239, 0.28) !important;
  box-shadow:
    0 24px 56px rgba(0, 122, 170, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.7) inset !important;
  min-height: 620px;
  aspect-ratio: 16 / 8.8;
}

#demo-stage-host .slide-visual {
  background: #edf8ff !important;
}

#demo-stage-host .slide-visual img,
#demo-stage-host .mock-post-image img,
#demo-stage-host .mock-tv img {
  object-fit: contain !important;
  object-position: center !important;
  background: #f7fcff;
}

#demo-stage-host .slide-info,
#demo-stage-host .slide-info[style] {
  background: linear-gradient(165deg, rgba(0, 122, 170, 0.96) 0%, rgba(0, 92, 130, 0.97) 58%, rgba(0, 79, 112, 0.98) 100%) !important;
  color: #ffffff !important;
  padding: 2rem 1.8rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.7rem !important;
}

#demo-stage-host .slide-info::before {
  background: radial-gradient(circle at 0% 0%, rgba(244, 160, 3, 0.34), transparent 58%) !important;
}

#demo-stage-host .slide-info h2,
#demo-stage-host .slide-info p,
#demo-stage-host .slide-app-tag,
#demo-stage-host .slide-counter {
  color: #ffffff !important;
}

#demo-stage-host .slide-feature-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0a5f85;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

#demo-stage-host .slide-app-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.72rem !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

#demo-stage-host .slide-icon {
  font-size: 1.45rem;
  line-height: 1;
}

#demo-stage-host .slide-info h2 {
  margin: 0 !important;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

#demo-stage-host .slide-info p {
  margin: 0 !important;
  font-size: 0.99rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: 48ch;
}

#demo-stage-host .slide-highlights {
  margin-top: 0.18rem;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

#demo-stage-host .slide-info h2 em,
#demo-stage-host .slide-app-tag {
  color: #ffd07a !important;
}

#demo-stage-host .highlight-pill {
  margin: 0 !important;
  padding: 0.5rem 0.62rem !important;
  border-radius: 10px !important;
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.13) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  color: #ffffff !important;
}

#demo-stage-host .highlight-pill::before,
#demo-stage-host .highlight-pill.teal::before,
#demo-stage-host .highlight-pill.amber::before {
  background: #f4a003 !important;
}

#demo-stage-host .progress-pip {
  background: rgba(0, 173, 239, 0.22) !important;
}

#demo-stage-host .progress-pip:hover {
  background: rgba(0, 173, 239, 0.38) !important;
}

#demo-stage-host .progress-fill.teal {
  background: #00adef !important;
}

#demo-stage-host .progress-fill.amber {
  background: #f4a003 !important;
}

#demo-stage-host .ctrl-btn {
  background: rgba(0, 173, 239, 0.14) !important;
  border: 1px solid rgba(0, 173, 239, 0.36) !important;
  color: #0a6c98 !important;
}

#demo-stage-host .play-btn,
#demo-stage-host .play-btn.amber-play {
  background: #f4a003 !important;
  box-shadow: 0 8px 22px rgba(244, 160, 3, 0.35) !important;
  color: #ffffff !important;
}

#demo-stage-host .toggle-btn.active {
  background: #00adef !important;
  box-shadow: 0 8px 20px rgba(0, 173, 239, 0.32) !important;
}

#demo-stage-host .toggle-btn.active.amber-active {
  background: #f4a003 !important;
  box-shadow: 0 8px 20px rgba(244, 160, 3, 0.32) !important;
}

#demo-stage-host .controls {
  margin-top: 14px;
}

.demo-carousel {
  border: 1px solid rgba(0, 173, 239, 0.2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: radial-gradient(circle at 90% 8%, rgba(127, 214, 255, 0.32), rgba(0, 173, 239, 0.16) 52%), linear-gradient(180deg, #ffffff 0%, #eaf7ff 100%);
  box-shadow: var(--shadow-strong);
  padding: 1rem;
}

.demo-pips {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.demo-pip {
  width: 58px;
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.demo-pip.active {
  background: linear-gradient(90deg, #43c4f7, #9ae7ff);
}

.demo-slide {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  min-height: 460px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 24, 24, 0.8);
}

.demo-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-info {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  padding: 1.35rem;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(180deg, rgba(10, 27, 27, 0.96) 0%, rgba(8, 20, 20, 0.98) 100%);
}

.demo-info-amber {
  background: linear-gradient(180deg, rgba(34, 23, 10, 0.96) 0%, rgba(26, 17, 8, 0.98) 100%);
}

.demo-app-tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent-orange);
}

.demo-info-amber .demo-app-tag {
  color: #ffc867;
}

.demo-info h3 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.12;
}

.demo-info p {
  color: rgba(255, 255, 255, 0.7);
}

.demo-info ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.3rem;
}

.demo-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.demo-ctrl,
.demo-play {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.demo-ctrl {
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.2rem;
}

.demo-play {
  background: var(--accent-orange);
  font-size: 0.88rem;
  font-weight: 800;
}

.demo-counter {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
}

.demo-steps article {
  padding: 1rem;
  border-left: 4px solid rgba(0, 173, 239, 0.42);
}

.demo-steps strong {
  color: #106f99;
}

.involved-grid,
.support-cards {
  margin-top: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-hero {
  display: grid;
  gap: 0.8rem;
}

.support-invite {
  margin: 0;
  color: #0f5a79;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  font-weight: 800;
}

.support-sponsor {
  margin-top: 0.28rem;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem;
  border: 1px solid rgba(0, 173, 239, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(127, 214, 255, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(232, 246, 255, 0.9));
  box-shadow: 0 14px 34px rgba(0, 136, 188, 0.16);
}

.support-sponsor-logo {
  width: 100%;
  max-width: 112px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 0.4rem;
  border: 1px solid rgba(0, 173, 239, 0.18);
}

.support-sponsor h3 {
  font-size: 1.05rem;
  color: #0d4e6d;
  margin-bottom: 0.25rem;
}

.support-sponsor p {
  color: #28526c;
}

.support-highlight {
  margin-top: 0.4rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(244, 160, 3, 0.4);
  background: linear-gradient(180deg, rgba(255, 244, 219, 0.88), rgba(255, 239, 206, 0.98));
  color: #7a4a00;
}

.support-cards {
  margin-top: 0;
}

.support-cards article {
  border-top: 4px solid rgba(0, 173, 239, 0.38);
}

.support-cards article:nth-child(2) {
  border-top-color: rgba(18, 151, 214, 0.45);
}

.support-cards article:nth-child(3) {
  border-top-color: rgba(244, 160, 3, 0.52);
}

.support-cards h3 {
  margin-bottom: 0.5rem;
  color: #0f4f6a;
  font-weight: 800;
}

.support-cards p {
  color: #2a556d;
  font-weight: 560;
}

/* Support Us */
.section-support {
  position: relative;
  overflow: clip;
  background: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.support-join {
  position: relative;
}

.support-join__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.support-join__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
}

.support-join__orb--sky {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  top: -8%;
  right: -6%;
  background: radial-gradient(circle, rgba(0, 173, 239, 0.35), transparent 68%);
  animation: supportOrbDrift 10s ease-in-out infinite alternate;
}

.support-join__orb--warm {
  width: min(36vw, 360px);
  height: min(36vw, 360px);
  bottom: 8%;
  left: -8%;
  background: radial-gradient(circle, rgba(244, 160, 3, 0.28), transparent 68%);
  animation: supportOrbDrift 12s ease-in-out infinite alternate-reverse;
}

@keyframes supportOrbDrift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(18px, 14px) scale(1.06); }
}

.support-join__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
}

.section-intro {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.section-about-story .section-intro {
  max-width: 68rem;
}

.section-intro .eyebrow {
  margin: 0 auto 0.15rem;
}

.section-intro h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #12384c;
  text-wrap: balance;
  max-width: none;
}

.section-intro h2 em {
  font-style: normal;
  background: linear-gradient(105deg, var(--sky) 0%, #3ca9d8 42%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.support-maap {
  display: inline-block;
  letter-spacing: -0.02em;
  padding-inline-end: 0.06em;
}

.section-about-story .section-intro h2 .about-accent {
  color: var(--accent-orange, #f4a003);
}

.section-about-story .section-intro h2 em {
  background: linear-gradient(105deg, var(--sky, #00adef) 0%, #27c2ff 55%, var(--sky-deep, #0087bb) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-intro > p {
  margin: 0.15rem auto 0;
  max-width: 46rem;
  font-size: clamp(1.02rem, 1.5vw, 1.12rem);
  line-height: 1.75;
  color: #3d6176;
  text-wrap: pretty;
}

.section-about-story .section-intro > p {
  max-width: 60rem;
}

.support-join__inner > .section-intro {
  max-width: 60rem;
}

.support-join__inner > .section-intro > p {
  max-width: 58rem;
}

.support-join__paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.support-join__path {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0.55rem;
  padding: 1.45rem 1.3rem 1.55rem;
  border-radius: 24px;
  border: 1px solid rgba(0, 173, 239, 0.16);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, #f5fbff 100%);
  box-shadow: 0 14px 36px rgba(8, 72, 103, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.support-join__path::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--sky), #7fd6ff);
}

.support-join__path--makers::before {
  background: linear-gradient(90deg, var(--accent-orange), #ffc857);
}

.support-join__path--care::before {
  background: linear-gradient(90deg, #0087bb, var(--sky));
}

.support-join__path:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(8, 72, 103, 0.14);
  border-color: rgba(0, 173, 239, 0.28);
}

.support-join__path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.support-join__icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 14px;
  background: rgba(0, 173, 239, 0.12);
  color: #0d6e97;
}

.support-join__path--makers .support-join__icon {
  background: rgba(244, 160, 3, 0.14);
  color: #b67800;
}

.support-join__path--care .support-join__icon {
  background: rgba(0, 135, 187, 0.12);
  color: #0a5f82;
}

.support-join__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.support-join__step {
  font-family: "Outfit", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgba(13, 78, 109, 0.45);
}

.support-join__path h3 {
  margin: 0;
  min-height: 2.6em;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: #12384c;
}

.support-join__tag {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0d6e97;
}

.support-join__path--makers .support-join__tag {
  color: #b67800;
}

.support-join__path--care .support-join__tag {
  color: #0a5f82;
}

.support-join__path > p:last-child {
  margin: 0.15rem 0 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #3d6176;
}

.support-join__cta {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}

.support-join__cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.support-join__cta .btn svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s ease;
}

.support-join__cta .btn:hover svg {
  transform: translateX(3px);
}

.support-founders {
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
  padding: clamp(1.3rem, 3.2vw, 2rem) clamp(1rem, 2.6vw, 1.85rem);
  border-radius: 22px;
  border: 1px solid rgba(0, 173, 239, 0.14);
  background:
    radial-gradient(ellipse 90% 70% at 50% -20%, rgba(0, 173, 239, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 50% at 0% 100%, rgba(0, 173, 239, 0.08), transparent 50%),
    radial-gradient(ellipse 55% 50% at 100% 100%, rgba(244, 160, 3, 0.14), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 42%, #fff8ee 100%);
  box-shadow: 0 14px 34px rgba(8, 72, 103, 0.07);
}

.support-founders__inner {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0;
  width: min(48rem, 100%);
  margin-inline: auto;
}

.support-founders__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04em;
  margin: 0 0 0.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

.support-founders__title span {
  display: block;
  font-size: clamp(1.3rem, 3.5vw, 2.05rem);
  font-weight: 800;
}

.support-founders__title strong {
  display: block;
  font-size: clamp(1.65rem, 4.8vw, 2.95rem);
  font-weight: 800;
}

.support-founders__orange {
  color: #f4a003;
}

.support-founders__blue {
  color: #00adef;
}

.support-founders__copy {
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: none;
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.65;
  color: #3a5f74;
  text-wrap: pretty;
}

.support-founders__sponsor {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.6rem, 1.8vw, 1rem);
  width: 100%;
}

.support-founders__sponsor-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 173, 239, 0.35), rgba(244, 160, 3, 0.4), transparent);
}

.support-founders__logo {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1rem 0.75rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 173, 239, 0.12);
  box-shadow:
    0 8px 20px rgba(8, 72, 103, 0.06),
    inset 0 1px 0 #fff;
}

.support-founders__partner {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a93a6;
}

.support-founders__logo img {
  display: block;
  width: min(150px, 42vw);
  height: auto;
}

@media (max-width: 620px) {
  .support-founders {
    padding: 1.15rem 0.9rem 1.3rem;
    border-radius: 20px;
  }

  .support-founders__title {
    margin-bottom: 0.7rem;
  }

  .support-founders__copy {
    margin-bottom: 1.05rem;
    text-align: left;
  }

  .support-founders__sponsor {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .support-founders__sponsor-line {
    width: min(5.5rem, 28vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-join__orb,
  .support-join__path {
    animation: none;
    transition: none;
  }

  .support-join__path:hover {
    transform: none;
  }
}

.contact-wrap {
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.lead-form {
  padding: 1.1rem;
  display: grid;
  gap: 0.75rem;
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.lead-form input {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.65rem;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form textarea {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.8rem;
  font: inherit;
  resize: vertical;
  min-height: 132px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus {
  outline: none;
  border-color: rgba(0, 173, 239, 0.48);
  box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.12);
}

.lead-form textarea:focus {
  outline: none;
  border-color: rgba(0, 173, 239, 0.48);
  box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.12);
}

.form-status {
  margin: 0;
  padding: 0.8rem 0.95rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 650;
}

.form-status.is-success {
  background: rgba(121, 229, 255, 0.16);
  border: 1px solid rgba(0, 173, 239, 0.2);
  color: #0f506c;
}

.form-status.is-error {
  background: rgba(244, 160, 3, 0.14);
  border: 1px solid rgba(244, 160, 3, 0.28);
  color: #925000;
}

.interest-modal[hidden] {
  display: none;
}

.interest-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.interest-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 22, 30, 0.5);
  backdrop-filter: blur(10px);
}

.interest-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(90vh, 820px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid rgba(0, 173, 239, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(121, 229, 255, 0.18), transparent 36%),
    radial-gradient(circle at 0% 100%, rgba(244, 160, 3, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 255, 0.96) 100%);
  box-shadow: 0 28px 80px rgba(9, 36, 49, 0.28);
  overflow: hidden;
}

.interest-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 0.85rem;
  border-bottom: 1px solid rgba(0, 173, 239, 0.14);
}

.interest-modal__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d6e97;
}

.interest-modal__header h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: #12384c;
}

.interest-modal__lead {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d6176;
  max-width: 36ch;
}

.interest-modal__close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 173, 239, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0f506c;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.interest-modal__close:hover {
  transform: rotate(90deg);
  color: #f4a003;
  border-color: rgba(244, 160, 3, 0.35);
}

.interest-modal__body {
  overflow: auto;
  padding: 0.35rem 0.35rem 0.85rem;
}

.interest-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0.85rem 0.9rem 1rem;
}

.interest-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.interest-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.interest-form select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.65rem;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.interest-form select:focus {
  outline: none;
  border-color: rgba(0, 173, 239, 0.48);
  box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.12);
}

.interest-form__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.interest-form__actions .btn {
  min-width: 8.5rem;
}

@media (max-width: 620px) {
  .interest-form__row {
    grid-template-columns: 1fr;
  }

  .interest-form__actions {
    flex-direction: column-reverse;
  }

  .interest-form__actions .btn {
    width: 100%;
  }
}

/* Contact Us */
.section-contact {
  background: transparent;
  padding-top: 1.25rem;
  padding-bottom: 3.25rem;
}

.section-contact::before {
  display: none;
}

.section-intro--contact {
  margin-bottom: 1.65rem;
  gap: 0;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
  gap: 1.15rem;
  align-items: stretch;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: clamp(1.35rem, 2.8vw, 1.75rem);
  border-radius: 28px;
  border: 1px solid rgba(0, 173, 239, 0.16);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, #f5fbff 58%, #fffaf3 100%);
  box-shadow: 0 16px 40px rgba(8, 72, 103, 0.08);
}

.contact-info__place {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a7f95;
}

.contact-info__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #00adef;
  box-shadow: 0 0 0 4px rgba(0, 173, 239, 0.16);
}

.contact-info__list {
  display: grid;
  gap: 0.75rem;
  flex: 1;
}

.contact-info__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 173, 239, 0.12);
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

a.contact-info__item:hover {
  border-color: rgba(0, 173, 239, 0.3);
  background: #fff;
  transform: translateY(-1px);
}

.contact-info__icon {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 12px;
  flex-shrink: 0;
}

.contact-info__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.contact-info__icon--mail {
  color: #0088bc;
  background: linear-gradient(145deg, rgba(0, 173, 239, 0.16), rgba(121, 229, 255, 0.08));
  border: 1px solid rgba(0, 173, 239, 0.16);
}

.contact-info__icon--pin {
  color: #c47a00;
  background: linear-gradient(145deg, rgba(244, 160, 3, 0.18), rgba(255, 214, 140, 0.1));
  border: 1px solid rgba(244, 160, 3, 0.2);
}

.contact-info__meta {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.contact-info__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a7f95;
}

.contact-info__value {
  margin: 0;
  font-style: normal;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: #0f506c;
}

a.contact-info__item .contact-info__value {
  color: #0088bc;
}

a.contact-info__item:hover .contact-info__value {
  color: #e89200;
}

.contact-info__maps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 173, 239, 0.2);
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #0088bc;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-info__maps:hover {
  color: #e89200;
  border-color: rgba(244, 160, 3, 0.4);
}

.contact-info__maps svg {
  width: 0.95rem;
  height: 0.95rem;
}

.contact-map {
  position: relative;
  min-height: 340px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 173, 239, 0.16);
  background: #d7ebf5;
  box-shadow: 0 16px 40px rgba(8, 72, 103, 0.08);
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 820px) {
  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 0;
    aspect-ratio: 16 / 11;
    order: -1;
  }
}

.site-footer {
  border-top: 1px solid rgba(0, 173, 239, 0.12);
  background: transparent;
  padding: 22px 0 30px;
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
}

.site-footer a,
.site-footer__link {
  position: relative;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
}

.site-footer a::after,
.site-footer__link::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1.5px;
  background: linear-gradient(90deg, var(--sky, #00adef), var(--accent-orange, #f4a003));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  content: "";
}

.site-footer a:hover::after,
.site-footer__link:hover::after {
  transform: scaleX(1);
}

.modal-open {
  overflow: hidden;
}

.legal-modal[hidden] {
  display: none;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 22, 30, 0.5);
  backdrop-filter: blur(10px);
}

.legal-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(86vh, 920px);
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid rgba(0, 173, 239, 0.18);
  background:
    radial-gradient(circle at 100% 0%, rgba(121, 229, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 248, 255, 0.96) 100%);
  box-shadow: 0 28px 80px rgba(9, 36, 49, 0.28);
  overflow: hidden;
}

.legal-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.25rem 1rem;
  border-bottom: 1px solid rgba(0, 173, 239, 0.14);
}

.legal-modal__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d6e97;
}

.legal-modal__header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.legal-modal__close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 173, 239, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0f506c;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.legal-modal__close:hover {
  transform: rotate(90deg);
  color: #f4a003;
  border-color: rgba(244, 160, 3, 0.35);
}

.legal-modal__body {
  min-height: 300px;
  overflow: auto;
}

.legal-loader[hidden],
.legal-modal__content[hidden] {
  display: none !important;
}

.legal-loader {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  gap: 0.9rem;
  padding: 2rem;
  text-align: center;
}

.legal-loader__halo {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 229, 255, 0.35) 0%, rgba(244, 160, 3, 0.18) 46%, transparent 72%);
  animation: legalLoaderPulse 1.8s ease-in-out infinite;
}

.legal-loader__logo {
  position: relative;
  z-index: 1;
  width: 90px;
  height: auto;
  animation: legalLoaderWave 1.25s ease-in-out infinite;
  transform-origin: center 85%;
  filter: drop-shadow(0 10px 20px rgba(0, 173, 239, 0.2));
}

.legal-loader__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #28526c;
  font-weight: 700;
}

.legal-loader__dots {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.4rem;
}

.legal-loader__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: legalLoaderDot 1s ease-in-out infinite;
}

.legal-loader__dots span:nth-child(1) {
  background: #79e5ff;
  animation-delay: 0s;
}

.legal-loader__dots span:nth-child(2) {
  background: #00adee;
  animation-delay: 0.16s;
}

.legal-loader__dots span:nth-child(3) {
  background: #f4a003;
  animation-delay: 0.32s;
}

.legal-modal__content {
  padding: 1.2rem 1.25rem 1.5rem;
}

.legal-doc {
  color: #28526c;
}

.legal-doc__updated {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0d6e97;
}

.legal-doc h3 {
  margin: 1.2rem 0 0.5rem;
  color: #0f506c;
  font-size: 1.02rem;
}

.legal-doc p,
.legal-doc li {
  line-height: 1.7;
}

.legal-doc ul {
  margin: 0.45rem 0 0.85rem 1.2rem;
}

.legal-doc a {
  color: #0d6e97;
  font-weight: 700;
}

@keyframes legalLoaderPulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes legalLoaderWave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(16deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(12deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}

@keyframes legalLoaderDot {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  50% {
    transform: translateY(-9px);
    opacity: 1;
  }
}

.reveal,
.activ-reveal,
.scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.reveal.in-view,
.activ-reveal.in-view,
.scroll-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scroll-reveal--left {
  transform: translateX(-36px);
}

.scroll-reveal--right {
  transform: translateX(36px);
}

.scroll-reveal--left.in-view,
.scroll-reveal--right.in-view {
  transform: translateX(0);
}

.scroll-reveal--fade {
  transform: none;
}

.scroll-reveal--fade.in-view {
  transform: none;
}

@keyframes driftA {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-18px) translateX(14px);
  }
}

@keyframes driftB {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(14px) translateX(-10px);
  }
}

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes marqueeX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE LOADER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
/* LOADER DISABLED â€” remove this rule to re-enable */
#page-loader { display: none !important; }

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-loader.loader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Background decorative orbs */
.loader-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  pointer-events: none;
}

.loader-orb-a {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, #79e5ff 0%, transparent 70%);
  top: -80px;
  left: -80px;
  animation: loaderOrbDrift 6s ease-in-out infinite alternate;
}

.loader-orb-b {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, #faa403 0%, transparent 70%);
  bottom: -60px;
  right: -60px;
  animation: loaderOrbDrift 7s ease-in-out infinite alternate-reverse;
}

@keyframes loaderOrbDrift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 20px) scale(1.08); }
}

/* Centre container */
.loader-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 1;
}

/* Pulsing glow ring behind logo */
.loader-glow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  margin-top: -140px; /* sit behind logo */
  margin-left: -85px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 229, 255, 0.35) 0%, rgba(250, 164, 3, 0.18) 50%, transparent 72%);
  animation: loaderRingPulse 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes loaderRingPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.6; }
  50%       { transform: scale(1.15); opacity: 1; }
}

/* Logo */
.loader-logo-wrap {
  position: relative;
}

.loader-logo {
  width: 120px;
  height: auto;
  display: block;
  /* Pop in, then wave */
  animation:
    loaderLogoPop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both,
    loaderWave 1.4s ease-in-out 0.9s 4;
  transform-origin: center 85%; /* pivot near base = natural wrist wave */
  filter: drop-shadow(0 8px 20px rgba(0, 173, 239, 0.28));
}

@keyframes loaderLogoPop {
  from { opacity: 0; transform: scale(0.45) translateY(28px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes loaderWave {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(18deg); }
  20%  { transform: rotate(-14deg); }
  35%  { transform: rotate(16deg); }
  50%  { transform: rotate(-10deg); }
  65%  { transform: rotate(10deg); }
  80%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

/* Brand name */
.loader-brand .maap-lockup__word {
  filter: none;
}

/* Bouncing dots */
.loader-dots {
  display: flex;
  gap: 7px;
  margin-top: 0.3rem;
  animation: loaderFadeUp 0.55s ease 0.95s both;
}

.loader-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  animation: loaderDotBounce 1.1s ease-in-out infinite;
}

.loader-dots span:nth-child(1) {
  background: #79e5ff;
  animation-delay: 0s;
}
.loader-dots span:nth-child(2) {
  background: #00adee;
  animation-delay: 0.18s;
}
.loader-dots span:nth-child(3) {
  background: #f4a003;
  animation-delay: 0.36s;
}

@keyframes loaderDotBounce {
  0%, 70%, 100% { transform: translateY(0);    opacity: 0.5; }
  35%           { transform: translateY(-11px); opacity: 1;   }
}

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

@media (max-width: 1080px) {
  .about-story__hero {
    grid-template-columns: 1fr;
  }

  .about-story__media {
    max-width: 420px;
    margin-inline: auto;
    aspect-ratio: 16 / 11;
  }

  .about-story__intro h2,
  .about-story__belief {
    max-width: none;
  }

  .about-story__features {
    grid-template-columns: 1fr;
  }

  .about-story__cta {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .about-story__journey {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .about-story__journey-rail {
    width: 100%;
    height: 3px;
  }

  .about-story__value {
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
  }

  .about-story__pillars,
  .about-revamp {
    grid-template-columns: 1fr;
  }

  .about-modern,
  .demo-redesign,
  .about-highlight-grid,
  .mission-grid,
  .work-grid,
  .involved-grid,
  .support-cards,
  .support-join__paths,
  .maap-app__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-join__path--care {
    grid-column: 1 / -1;
  }

  .maap-app,
  .maap-app--activ {
    grid-template-columns: 1fr;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-layout img {
    height: 220px;
  }

  .demo-redesign {
    grid-template-columns: 1fr;
    width: min(1180px, calc(100% - 1rem));
    padding: 0.85rem;
  }

  #demo-stage-host {
    min-height: 620px;
  }

  #demo-stage-host .viewer {
    min-height: 520px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-h: 76px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.45rem);
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.45rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(0, 173, 239, 0.14);
    box-shadow: 0 12px 40px rgba(0, 80, 120, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 0.55rem 1rem;
    border-radius: 12px;
    font-size: 0.88rem;
  }

  .nav-links a.nav-cta {
    margin-left: 0;
    margin-top: 0.25rem;
    justify-content: center;
  }

  .nav-links a.active {
    box-shadow:
      0 2px 10px rgba(0, 120, 170, 0.1),
      inset 0 0 0 1px rgba(0, 173, 239, 0.14);
  }

  .hero {
    padding-top: 1.9rem;
  }

  .hero-modern-wrap {
    display: block;
  }

  .hero-showcase {
    min-height: 540px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .hero-overlay {
    left: 4%;
    right: 4%;
    bottom: 12%;
    max-width: none;
  }

  .hero-overlay h1 {
    font-size: clamp(2.9rem, 10vw, 5rem);
    max-width: 17ch;
  }

  .about-modern {
    grid-template-columns: 1fr;
  }

  .about-revamp {
    grid-template-columns: 1fr;
  }

  .demo-slide {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .demo-visual {
    min-height: 280px;
  }

  .demo-info {
    padding: 1.1rem;
  }

  .demo-redesign {
    width: min(1120px, calc(100% - 0.9rem));
    border-radius: 22px;
  }

  #demo-stage-host {
    min-height: auto;
  }

  #demo-stage-host .slide-info,
  #demo-stage-host .slide-info[style] {
    padding: 1.45rem 1.2rem !important;
  }

  #demo-stage-host .slide-highlights {
    grid-template-columns: 1fr;
  }

  #demo-stage-host .viewer {
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
  }

  .two-col,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .support-sponsor {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 620px) {
  :root {
    --header-h: 72px;
  }

  .container {
    width: min(1140px, calc(100% - 1.2rem));
  }

  .nav-wrap {
    min-height: 72px;
    padding-left: max(0.5rem, env(safe-area-inset-left));
    padding-right: max(0.5rem, env(safe-area-inset-right));
  }

  .brand {
    gap: 0.55rem;
  }

  .nav-title {
    font-size: 0.78rem;
    white-space: normal;
    max-width: min(11rem, 42vw);
    line-height: 1.15;
  }

  .maap-lockup--footer .maap-lockup__ribbon {
    font-size: 0.68rem;
  }

  .maap-devices__dot {
    min-height: 44px;
    padding: 0.5rem 0.85rem;
  }

  .activ-explore__nav-btn {
    width: 2.75rem;
    height: 2.75rem;
  }

  .activ-showcase__devices li {
    font-size: 0.7rem;
    padding: 0.38rem 0.65rem;
  }

  .activ-showcase__title {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .maap-apps-head h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.4rem);
  }

  .activ-showcase__cta .btn {
    width: 100%;
    max-width: 320px;
  }

  .brand-tech {
    font-size: 0.8rem;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .contact-shell {
    gap: 0.95rem;
  }

  .contact-info {
    border-radius: 22px;
    padding: 1.2rem 1.1rem 1.25rem;
  }

  .contact-map {
    border-radius: 22px;
  }

  .hero-showcase {
    min-height: 440px;
  }

  .hero-overlay h1 {
    font-size: clamp(2.4rem, 10.8vw, 3.8rem);
    max-width: 17ch;
  }

  .photo-a {
    width: 72%;
    height: 290px;
  }

  .photo-b {
    width: 66%;
    height: 240px;
  }

  .photo-c {
    width: 72%;
    height: 210px;
  }

  .hero-overlay {
    padding: 0;
  }

  .hero-overlay h1 {
    font-size: clamp(2.25rem, 10.2vw, 3.4rem);
  }

  .demo-carousel {
    padding: 0.7rem;
  }

  .demo-redesign {
    width: min(1080px, calc(100% - 0.55rem));
    padding: 0.7rem;
    border-radius: 18px;
  }

  #demo-stage-host {
    min-height: auto;
  }

  #demo-stage-host .viewer {
    min-height: auto;
    height: auto;
    aspect-ratio: auto;
  }

  .demo-pip {
    width: 42px;
  }

  .demo-controls {
    gap: 0.45rem;
  }

  .demo-ctrl,
  .demo-play {
    width: 38px;
    height: 38px;
  }

  .demo-counter {
    font-size: 0.82rem;
  }

  .product-switch {
    width: 100%;
    border-radius: 14px;
  }

  .btn {
    width: 100%;
  }

  .about-highlight-grid {
    grid-template-columns: 1fr;
  }

  .tab-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-btn {
    width: 100%;
  }

  .section {
    padding: 2.5rem 0;
  }

  body {
    background-attachment: scroll;
  }

  .ambient-orb-a {
    width: 260px;
    height: 260px;
    left: -110px;
  }

  .ambient-orb-b {
    width: 320px;
    height: 320px;
    right: -140px;
  }

  .ambient-orb-c {
    display: none;
  }

  .scroll-progress {
    display: none;
  }

  .mission-grid,
  .work-grid,
  .involved-grid,
  .support-cards,
  .support-join__paths,
  .maap-app__grid {
    grid-template-columns: 1fr;
  }

  .support-join__path--care {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maap-lockup__ribbon,
  .maap-lockup__vline {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .ambient-layer,
  .ambient-orb,
  .ambient-mesh,
  .ambient-grid,
  .card-interactive,
  .btn,
  .switch-btn,
  .hero-line-1,
  .hero-line-2,
  .hero-dot,
  .loader-logo,
  .loader-bg-orb,
  .loader-glow-ring,
  .loader-dots span,
  .legal-loader__logo,
  .legal-loader__halo,
  .legal-loader__dots span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .scroll-progress {
    display: none !important;
  }

  .hero-line-1,
  .hero-line-2,
  .hero-dot {
    opacity: 1 !important;
  }
}

/* -- Cookie consent banner ------------------------- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0));
  pointer-events: none;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner__inner {
  pointer-events: auto;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.25rem;
  align-items: center;
  padding: 1.05rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 173, 239, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(10, 67, 96, 0.18);
  backdrop-filter: blur(12px);
  animation: cookie-banner-in 0.35s ease both;
}

@keyframes cookie-banner-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-banner__eyebrow {
  margin: 0 0 0.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sky);
}

.cookie-banner__copy h2,
.cookie-banner__title {
  margin: 0 0 0.35rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
}

.cookie-banner__copy p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 54rem;
}

.cookie-banner__inline {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--sky-deep, #0087bb);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.cookie-banner__btn {
  appearance: none;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.cookie-banner__btn--primary {
  border: 0;
  background: var(--sky);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 173, 239, 0.28);
}

.cookie-banner__btn--primary:hover {
  background: var(--sky-deep, #0087bb);
}

.cookie-banner__btn--ghost {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.cookie-banner__btn--ghost:hover {
  border-color: rgba(0, 173, 239, 0.35);
}

@media (max-width: 760px) {
  .cookie-banner__inner {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner__inner {
    animation: none;
  }
}
