/* Camaleon Tecnologia — one-page (hex para máxima compatibilidade) */

:root {
  --charcoal: #1d2225;
  --charcoal-deep: #14181a;
  --charcoal-soft: #242b2f;
  --charcoal-line: #333c41;
  --blue: #2f8fff;
  --blue-bright: #58a8ff;
  --offwhite: #f3f5f6;
  --cool: #9aa4ac;
  --cool-dark: #5c666d;
  --fluzz: #1fce7c;
  --edu-orange: #ff7d3b;
  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --radius: 0.75rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  background: var(--charcoal);
}

body {
  font-family: var(--font-sans);
  background: var(--charcoal);
  color: var(--offwhite);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--blue);
  color: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 2.5rem;
  }
}

.brand-mark {
  display: block;
}

.font-display {
  font-family: var(--font-display);
}

.icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-lg {
  width: 1.25rem;
  height: 1.25rem;
}

/* ——— Header ——— */

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-solid {
  background: rgba(29, 34, 37, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--charcoal-line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 4.25rem;
}

@media (min-width: 1024px) {
  .site-header__inner {
    justify-content: space-between;
  }
}

.site-logo img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.nav-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .nav-desktop {
    display: block;
  }
}

.nav-desktop ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-desktop a {
  display: inline-block;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cool);
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-desktop a:hover {
  color: var(--offwhite);
  background: rgba(255, 255, 255, 0.05);
}

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

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

.btn-header {
  display: none;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  padding: 0.6rem 1.05rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-header:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 1024px) {
  .btn-header {
    display: inline-flex;
  }
}

/* ——— Bottom app nav (mobile) ——— */

.nav-bottom {
  position: fixed;
  inset-inline: 0.75rem 0.75rem;
  bottom: calc(0.65rem + env(safe-area-inset-bottom));
  z-index: 60;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 0.15rem;
  padding: 0.4rem 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  background: rgba(20, 24, 26, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1024px) {
  .nav-bottom {
    display: none;
  }
}

.nav-bottom__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 3.15rem;
  border-radius: 0.9rem;
  color: var(--cool-dark);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-bottom__item .icon {
  width: 1.2rem;
  height: 1.2rem;
}

.nav-bottom__item.is-active,
.nav-bottom__item:hover {
  color: var(--offwhite);
  background: rgba(47, 143, 255, 0.12);
}

.nav-bottom__item.is-active {
  color: var(--blue-bright);
}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom));
  }

  .hero {
    padding-bottom: 6.5rem;
  }
}

/* ——— Hero ——— */

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
}

.hero__marks {
  pointer-events: none;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(120% 100% at 70% 40%, #000, transparent);
  mask-image: radial-gradient(120% 100% at 70% 40%, #000, transparent);
}

.hero__marks-layer {
  position: absolute;
  inset: 0;
  will-change: transform;
  transition: transform 0.3s ease-out;
}

.hero__mark {
  position: absolute;
}

.hero__mark--a {
  width: min(70vw, 1100px);
  top: 6rem;
  right: -10rem;
  color: rgba(47, 143, 255, 0.07);
  animation: float-slow 16s ease-in-out infinite;
}

.hero__mark--b {
  width: min(46vw, 720px);
  bottom: -18%;
  left: -14rem;
  color: var(--charcoal-soft);
}

.hero__glow {
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: 30%;
  right: 16%;
  border-radius: 9999px;
  background: rgba(47, 143, 255, 0.1);
  filter: blur(120px);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 56rem;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--charcoal-line);
  background: rgba(36, 43, 47, 0.4);
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cool);
}

.hero__eyebrow-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 999px;
  background: var(--blue);
}

.hero h1 {
  margin-top: 2rem;
  max-width: 56rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero h1 .accent {
  color: var(--blue);
}

.hero__lead {
  margin: 2rem 0 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--cool);
}

@media (min-width: 768px) {
  .hero__lead {
    font-size: 1.25rem;
  }
}

.hero__ctas {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.9rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn-pill--blue {
  background: var(--blue);
  color: #fff;
}

.btn-pill--blue:hover {
  background: var(--blue-bright);
}

.btn-pill--ghost {
  border: 1px solid var(--charcoal-line);
  font-weight: 500;
  color: var(--offwhite);
}

.btn-pill--ghost:hover {
  border-color: var(--cool);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cool-dark);
  cursor: pointer;
}

.hero__scroll:hover {
  color: var(--cool);
}

.hero__scroll .icon {
  width: 1rem;
  height: 1rem;
  animation: bounce-soft 1.6s ease-in-out infinite;
}

@media (max-width: 1023px) {
  .hero__scroll {
    bottom: 5.75rem;
  }
}

@keyframes float-slow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(1.5deg);
  }
}

@keyframes bounce-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

/* ——— Sections ——— */

.section {
  padding: 5.5rem 0;
  border-top: 1px solid var(--charcoal-line);
}

@media (min-width: 1024px) {
  .section {
    padding: 7rem 0;
  }
}

.section--light {
  background: var(--offwhite);
  color: var(--charcoal);
  border-top: 0;
}

.section--deep {
  background: var(--charcoal-deep);
  border-top-color: var(--charcoal-line);
}

.section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
}

.section--light .section-label {
  color: var(--blue);
}

.section-title {
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.section-lead {
  margin-top: 1.15rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--cool);
}

.section--light .section-lead {
  color: var(--cool-dark);
}

/* ——— Manifesto ——— */

.manifesto__grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .manifesto__grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.manifesto__copy {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--cool-dark);
}

.manifesto__card {
  border-radius: 1.25rem;
  border: 1px solid rgba(29, 34, 37, 0.1);
  background: rgba(255, 255, 255, 0.65);
  padding: 1.75rem;
}

.manifesto__date {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.manifesto__date-sub {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  color: var(--cool-dark);
}

.manifesto__steps {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.manifesto__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.manifesto__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  bottom: 0;
  width: 1px;
  background: rgba(47, 143, 255, 0.35);
}

.manifesto__dot {
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 143, 255, 0.15);
}

.manifesto__step h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}

.manifesto__step p {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  color: var(--cool-dark);
}

/* ——— What we build ——— */

.process {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .process {
    flex-direction: row;
    align-items: stretch;
    gap: 0.5rem;
  }
}

.process__step {
  flex: 1;
  border-radius: 1rem;
  border: 1px solid var(--charcoal-line);
  background: rgba(36, 43, 47, 0.5);
  padding: 1.25rem;
  transition: border-color 0.2s ease;
}

.process__step:hover {
  border-color: rgba(47, 143, 255, 0.55);
}

.process__num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.process__step h3 {
  margin-top: 0.65rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.process__arrow {
  display: none;
  align-self: center;
  color: var(--cool-dark);
}

@media (min-width: 900px) {
  .process__arrow {
    display: block;
  }
}

.capabilities {
  margin-top: 2.5rem;
  display: grid;
  gap: 0.85rem 2rem;
}

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

.capabilities li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--cool);
}

@media (min-width: 768px) {
  .capabilities li:nth-child(-n + 3) {
    padding-bottom: 0.95rem;
    border-bottom: 1px solid var(--charcoal-line);
  }
}

.capabilities li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--blue);
  flex-shrink: 0;
}

.marquee {
  margin-top: 3rem;
  overflow: hidden;
  border-top: 1px solid var(--charcoal-line);
  border-bottom: 1px solid var(--charcoal-line);
  padding: 1.75rem 0;
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}

.marquee__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.marquee__item {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--cool-dark);
  white-space: nowrap;
}

.marquee__sep {
  color: var(--blue);
  font-size: 0.7em;
}

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

/* ——— Products ——— */

.products__intro {
  max-width: 40rem;
}

.products__grid {
  margin-top: 2.75rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .products__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(36, 43, 47, 0.4);
  padding: 1.75rem;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card--fluzz:hover {
  border-color: rgba(31, 206, 124, 0.45);
}

.product-card--edu:hover {
  border-color: rgba(47, 143, 255, 0.45);
}

.product-card__glow {
  pointer-events: none;
  position: absolute;
  width: 240px;
  height: 240px;
  top: -60px;
  right: -40px;
  border-radius: 999px;
  opacity: 0;
  filter: blur(60px);
  transition: opacity 0.3s ease;
}

.product-card--fluzz .product-card__glow {
  background: rgba(31, 206, 124, 0.35);
}

.product-card--edu .product-card__glow {
  background: rgba(47, 143, 255, 0.35);
}

.product-card:hover .product-card__glow {
  opacity: 1;
}

.product-card__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-card__logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: normal;
}

.product-card__badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card--fluzz .product-card__badge {
  color: var(--fluzz);
}

.product-card--edu .product-card__badge {
  color: var(--edu-orange);
}

.product-card h3 {
  position: relative;
  margin-top: 1.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.product-card__desc {
  position: relative;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--cool);
}

.mockup {
  position: relative;
  margin-top: 1.5rem;
  border-radius: 1rem;
  border: 1px solid var(--charcoal-line);
  overflow: hidden;
  padding: 1rem;
}

.mockup--fluzz {
  background: #0f1613;
}

.mockup--edu {
  background: #0d141c;
}

.mockup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cool);
}

.mockup__badge {
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mockup--fluzz .mockup__badge {
  background: rgba(31, 206, 124, 0.15);
  color: var(--fluzz);
}

.mockup--edu .mockup__badge {
  background: rgba(255, 125, 59, 0.15);
  color: var(--edu-orange);
}

.mockup__chat {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.mockup__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.65rem 0.75rem;
  font-size: 0.78rem;
}

.mockup__row strong {
  display: block;
  color: var(--offwhite);
  font-weight: 600;
}

.mockup__row span {
  color: var(--cool);
}

.mockup__panel {
  margin-top: 0.65rem;
  border-radius: 0.65rem;
  background: rgba(31, 206, 124, 0.08);
  padding: 0.75rem;
  font-size: 0.78rem;
}

.mockup__panel strong {
  color: var(--fluzz);
}

.mockup__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.75rem;
}

.mockup__kpi {
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.55rem;
  text-align: center;
}

.mockup__kpi b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--offwhite);
}

.mockup__kpi span {
  font-size: 0.65rem;
  color: var(--cool);
}

.mockup__funnel {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mockup__bar-row {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.72rem;
  color: var(--cool);
}

.mockup__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.mockup__bar > i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--edu-orange));
}

.product-card__tags {
  position: relative;
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tag {
  border-radius: 999px;
  border: 1px solid var(--charcoal-line);
  padding: 0.3rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--cool);
}

.product-card__cta {
  position: relative;
  margin-top: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  transition: opacity 0.15s ease;
}

.product-card__cta:hover {
  opacity: 0.9;
}

.product-card--fluzz .product-card__cta {
  background: var(--fluzz);
  color: #fff;
}

.product-card--edu .product-card__cta {
  background: var(--blue);
  color: #fff;
}

/* ——— Break ——— */

.break {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  background: var(--charcoal-deep);
}

.break__glow {
  pointer-events: none;
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: -8rem;
  top: 33%;
  border-radius: 999px;
  background: rgba(47, 143, 255, 0.1);
  filter: blur(130px);
}

.break__mark {
  pointer-events: none;
  position: absolute;
  right: -22%;
  top: 50%;
  transform: translateY(-50%);
  width: min(85vw, 1300px);
  color: rgba(47, 143, 255, 0.06);
}

.break__content {
  position: relative;
  z-index: 1;
  max-width: none;
}

.break h2 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7.2vw, 6.25rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.break h2 .accent {
  color: var(--blue);
}

.break p {
  margin-top: 1.25rem;
  font-size: 1.15rem;
  color: var(--cool);
}

/* ——— Principles ——— */

.principles__grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1px;
  background: var(--charcoal-line);
  border: 1px solid var(--charcoal-line);
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .principles__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.principle {
  background: var(--charcoal);
  padding: 1.75rem;
  transition: background 0.2s ease;
}

.principle:hover {
  background: rgba(36, 43, 47, 0.7);
}

.principle__num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--blue);
}

.principle h3 {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.principle p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--cool);
}

/* ——— Final CTA ——— */

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 6rem;
  background: var(--charcoal-deep);
  border-top: 1px solid var(--charcoal-line);
}

.final-cta__mark {
  pointer-events: none;
  position: absolute;
  left: -6rem;
  bottom: -10rem;
  width: min(55vw, 760px);
  color: rgba(47, 143, 255, 0.05);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.final-cta__sub {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: var(--cool);
}

.final-cta .btn-pill {
  margin-top: 2rem;
}

.final-cta__links {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--charcoal-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.final-cta__links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--cool);
  transition: color 0.15s ease;
}

.final-cta__links a:hover {
  color: var(--offwhite);
}

/* ——— Footer ——— */

.site-footer {
  border-top: 1px solid var(--charcoal-line);
  background: var(--charcoal);
  padding: 3rem 0 2.5rem;
}

.site-footer__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
}

.site-footer__brand img {
  height: 28px;
  width: auto;
}

.site-footer__brand p {
  margin-top: 1rem;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--cool);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.site-footer__links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--cool);
  transition: color 0.15s ease;
}

.site-footer__links a:hover {
  color: var(--offwhite);
}

.site-footer__bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--charcoal-line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: var(--cool-dark);
}

/* ——— Reveal ——— */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: 100ms;
}
.reveal-delay-2 {
  transition-delay: 200ms;
}
.reveal-delay-3 {
  transition-delay: 300ms;
}

@media (max-width: 1023px) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .marquee__track,
  .hero__mark--a,
  .hero__scroll .icon {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
