:root {
  --bg: #fff8ee;
  --bg-soft: #fff0cf;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --ink: #14213d;
  --text: #1b1f2a;
  --muted: rgba(27, 31, 42, 0.7);
  --line: rgba(20, 33, 61, 0.08);
  --yellow: #ffcb3d;
  --blue: #2eafff;
  --green: #39cf7a;
  --pink: #ff5b90;
  --orange: #ff8a3d;
  --shadow: 0 28px 70px rgba(20, 33, 61, 0.12);
  --shadow-soft: 0 16px 38px rgba(20, 33, 61, 0.08);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Nunito", system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(46, 175, 255, 0.16), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(255, 203, 61, 0.26), transparent 20%),
    radial-gradient(circle at 22% 82%, rgba(255, 91, 144, 0.14), transparent 18%),
    linear-gradient(180deg, #fffaf1 0%, #fff1dc 52%, #ffe8cf 100%);
}

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

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

.page-shell {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: 24px 0 40px;
  overflow-x: clip;
  position: relative;
  z-index: 0;
}

.page-kites {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.page-kite {
  position: absolute;
  width: 28px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.72;
  filter: drop-shadow(0 10px 16px rgba(20, 33, 61, 0.1));
}

.page-kite::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 2px;
  height: 88px;
  background: rgba(20, 33, 61, 0.14);
  transform: translateX(-50%);
}

.page-kite::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 118px;
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(20, 33, 61, 0.14);
  border-bottom: 2px solid rgba(20, 33, 61, 0.14);
  transform: translateX(-50%) rotate(10deg);
}

.page-kite-1 {
  top: 520px;
  left: -18px;
  background: linear-gradient(135deg, var(--pink), #ffa2c0);
  animation: kiteFloat 8s ease-in-out infinite;
}

.page-kite-2 {
  top: 980px;
  right: 18px;
  background: linear-gradient(135deg, var(--blue), #8edcff);
  animation: kiteFloat 10s ease-in-out infinite reverse;
}

.page-kite-3 {
  top: 1540px;
  left: 42px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  animation: kiteFloat 7.2s ease-in-out infinite;
}

.page-kite-4 {
  top: 2140px;
  right: 32px;
  background: linear-gradient(135deg, var(--green), #92f0bc);
  animation: kiteFloat 9.2s ease-in-out infinite reverse;
}

.page-kite-5 {
  top: 2860px;
  left: 6px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  animation: kiteFloat 8.4s ease-in-out infinite;
}

.page-kite-6 {
  top: 3440px;
  right: -8px;
  background: linear-gradient(135deg, var(--yellow), #ff9d48);
  animation: kiteFloat 11s ease-in-out infinite reverse;
}

.hero,
.strap-card,
.visual-card,
.footer,
.final-cta,
.manifesto-copy,
.manifesto-highlight {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 1;
}

.hero {
  padding: 28px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 219, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82));
}

.hero-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 25%, rgba(46, 175, 255, 0.12), transparent 24%),
    radial-gradient(circle at 20% 76%, rgba(255, 91, 144, 0.1), transparent 22%);
  pointer-events: none;
}

.hero-kites {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.kite {
  position: absolute;
  width: 34px;
  height: 42px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  filter: drop-shadow(0 10px 18px rgba(20, 33, 61, 0.14));
}

.kite::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 38px;
  width: 2px;
  height: 92px;
  background: rgba(20, 33, 61, 0.18);
  transform: translateX(-50%);
  transform-origin: top center;
}

.kite::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100px;
  width: 14px;
  height: 14px;
  border-right: 2px solid rgba(20, 33, 61, 0.18);
  border-bottom: 2px solid rgba(20, 33, 61, 0.18);
  transform: translateX(-50%) rotate(10deg);
}

.kite-yellow {
  top: 88px;
  right: 200px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  animation: kiteFloat 8s ease-in-out infinite;
}

.kite-blue {
  top: 182px;
  right: 66px;
  background: linear-gradient(135deg, var(--blue), #83dbff);
  animation: kiteFloat 9s ease-in-out infinite reverse;
}

.kite-pink {
  left: 52%;
  bottom: 74px;
  width: 24px;
  height: 30px;
  background: linear-gradient(135deg, var(--pink), #ff94b8);
  animation: kiteFloat 6s ease-in-out infinite;
}

.topbar,
.brand,
.topbar-nav,
.hero-actions,
.hero-proof,
.footer-links,
.cta-actions,
.publish-tags,
.profile-cards {
  display: flex;
  align-items: center;
}

.topbar {
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 5;
}

.brand {
  gap: 14px;
  position: relative;
  z-index: 5;
}

.brand-mark {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.brand-mark img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong,
.hero h1,
.section-copy h2,
.section-head h2,
.manifesto-highlight h3,
.cta-copy h2,
.strap-card strong {
  margin: 0;
  font-family: "Baloo 2", "Nunito", sans-serif;
}

.brand-copy strong {
  font-size: 1.2rem;
}

.brand-copy span,
.topbar-nav a,
.hero-lead,
.hero-proof span,
.section-copy p,
.bullet-list li,
.manifesto-copy p,
.manifesto-highlight p,
.strap-card p,
.cta-copy p,
.footer p {
  color: var(--muted);
}

.topbar-nav {
  gap: 18px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 5;
}

.topbar-nav a {
  font-weight: 800;
  font-size: 0.95rem;
}

.hero-grid,
.story-section,
.manifesto-grid {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.hero-grid {
  margin-top: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
}

.eyebrow,
.section-tag,
.section-tag-light,
.card-kicker,
.slider-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.section-tag,
.card-kicker {
  background: rgba(20, 33, 61, 0.06);
  color: rgba(20, 33, 61, 0.88);
}

.section-tag-light {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(3.3rem, 8vw, 6.3rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
}

.hero-line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: titleIn 0.8s cubic-bezier(.22,.8,.24,1) forwards;
}

.hero-line:nth-child(2) { animation-delay: 0.1s; }
.hero-line:nth-child(3) { animation-delay: 0.2s; }
.hero-line:nth-child(4) { animation-delay: 0.3s; }

.hero-lead {
  margin: 18px 0 0;
  max-width: 56ch;
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.store-actions {
  align-items: stretch;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 18px;
  border: 0;
  font-size: 0.98rem;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--ink), #263b6d);
  color: #fffef8;
  box-shadow: 0 16px 28px rgba(20, 33, 61, 0.24);
}

.btn-secondary,
.btn-ghost {
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 12px 18px;
  border-radius: 18px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
}

.store-badge-apple {
  background: linear-gradient(135deg, #101318, #1c2330);
  color: #fff;
  box-shadow: 0 16px 28px rgba(12, 18, 28, 0.22);
}

.store-badge-play {
  background: #fff;
  color: #111827;
  box-shadow: var(--shadow-soft);
}

.store-badge-mark {
  flex: 0 0 auto;
  font-size: 1.9rem;
  line-height: 1;
}

.store-badge-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.store-badge-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.74;
}

.store-badge-title {
  margin-top: 4px;
  font-size: 1.18rem;
  font-weight: 900;
}

.store-badge-play-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.store-badge-play-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
  background: linear-gradient(180deg, #34a853 0%, #fbbc05 38%, #ea4335 70%, #4285f4 100%);
}

.hero-proof {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-proof span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(20, 33, 61, 0.06);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-marquee {
  margin-top: 24px;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.06);
  overflow: hidden;
}

.hero-marquee-track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 12px 18px;
  animation: marqueeMove 18s linear infinite;
}

.hero-marquee-track span {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(20, 33, 61, 0.72);
}

.hero-stage {
  position: relative;
  min-height: 640px;
  min-width: 0;
}

.phone-showcase {
  position: relative;
  min-height: 640px;
  width: 100%;
  min-width: 0;
}

.phone-mockup,
.phone-stack {
  position: absolute;
  border-radius: 44px;
  background: #0e1119;
  box-shadow: 0 30px 70px rgba(20, 33, 61, 0.22);
}

.phone-mockup {
  top: 0;
  left: 50%;
  width: 330px;
  max-width: 100%;
  padding: 8px 8px 10px;
  transform: translateX(-50%);
  z-index: 3;
}

.phone-top {
  width: 128px;
  height: 28px;
  border-radius: 999px;
  margin: 0 auto 8px;
  background: #05070c;
}

.phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  aspect-ratio: 388 / 860;
  background: #090b10;
}

.slide-track {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.55s ease, transform 0.7s ease;
}

.slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.app-shot {
  position: absolute;
  inset: 0;
  margin: 0;
  background: transparent;
}

.app-shot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transform: none;
  transform-origin: center top;
}

.app-shot-eventos img {
  transform: none;
}

.app-shot-mapa img {
  transform: none;
}

.app-shot-ranking img {
  transform: none;
}

.app-shot-perfil img {
  transform: none;
}

.app-shot-criarevento img {
  transform: none;
}

.slider-ui {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.slider-pill {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(12px);
}

.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
}

.slider-dot.is-active {
  background: #fff;
  transform: scale(1.12);
}

.phone-stack {
  width: 220px;
  padding: 10px;
}

.phone-stack img {
  display: block;
  width: 100%;
  border-radius: 22px;
  object-fit: contain;
  object-position: center top;
  transform: none;
}

.phone-stack-back {
  top: 70px;
  left: 0;
  transform: rotate(-12deg);
  background: linear-gradient(180deg, #1d294c, #0d1428);
  z-index: 1;
}

.phone-stack-front {
  right: 4px;
  bottom: 40px;
  transform: rotate(12deg);
  background: linear-gradient(180deg, #342042, #150f2f);
  z-index: 2;
}


.launch-badge,
.floating-card,
.map-label,
.price-bubble,
.trophy-badge {
  position: absolute;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.launch-badge {
  padding: 12px 14px;
  background: #fff;
  font-weight: 900;
  color: var(--ink);
  z-index: 4;
}

.launch-badge-top {
  top: 12px;
  left: 18px;
  transform: rotate(-4deg);
  animation: bob 4.6s ease-in-out infinite;
}

.launch-badge-side {
  right: 14px;
  top: 180px;
  transform: rotate(5deg);
  animation: bob 5.2s ease-in-out infinite;
}

.floating-card {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 33, 61, 0.06);
  display: grid;
  gap: 4px;
  z-index: 4;
}

.floating-card strong {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.08rem;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-card-like {
  left: 14px;
  bottom: 92px;
  animation: bob 4.2s ease-in-out infinite;
}

.floating-card-map {
  right: 0;
  bottom: 6px;
  animation: bob 5s ease-in-out infinite;
}

.section {
  margin-top: 24px;
}

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

.strap-card,
.visual-card,
.manifesto-copy,
.manifesto-highlight {
  padding: 22px;
  border-radius: var(--radius-xl);
  background: var(--surface);
}

.strap-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.strap-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-weight: 900;
  color: var(--ink);
}

.strap-card strong {
  font-size: 1.24rem;
  line-height: 1;
}

.strap-card p {
  margin: 6px 0 0;
  line-height: 1.55;
}

.manifesto-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.manifesto-copy {
  display: grid;
  align-items: center;
  min-height: 240px;
}

.manifesto-copy p {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.48;
}

.manifesto-highlight {
  background:
    radial-gradient(circle at top right, rgba(255, 203, 61, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 241, 0.98), rgba(255, 242, 213, 0.94));
}

.manifesto-highlight h3 {
  margin-top: 14px;
  font-size: 2rem;
  line-height: 1;
}

.manifesto-highlight p {
  margin: 12px 0 0;
  line-height: 1.72;
}

.story-section {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  align-items: center;
}

.story-section-reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
}

.sponsor-section {
  display: grid;
  gap: 22px;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.sponsor-panel,
.sponsor-metrics {
  padding: 24px;
  border-radius: var(--radius-xl);
  background: var(--surface);
}

.sponsor-panel-highlight {
  background:
    radial-gradient(circle at top right, rgba(46, 175, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 240, 0.98), rgba(255, 244, 219, 0.94));
}

.sponsor-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 33, 61, 0.84);
}

.sponsor-panel h3,
.metric-card strong {
  margin: 14px 0 0;
  font-family: "Baloo 2", "Nunito", sans-serif;
}

.sponsor-panel h3 {
  font-size: 2rem;
  line-height: 1;
}

.sponsor-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.sponsor-bars {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.sponsor-bar {
  display: grid;
  gap: 8px;
}

.sponsor-bar span {
  font-weight: 900;
  color: rgba(20, 33, 61, 0.72);
}

.sponsor-bar strong {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--yellow));
  box-shadow: inset 0 0 0 1px rgba(20, 33, 61, 0.04);
}

.sponsor-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 33, 61, 0.06);
  box-shadow: var(--shadow-soft);
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  line-height: 0.95;
}

.metric-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}

.metric-card-accent {
  background: linear-gradient(135deg, #18244a, #2b4279);
}

.metric-card-accent strong,
.metric-card-accent span {
  color: #fffef8;
}

.section-copy h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin-top: 14px;
}

.section-copy p {
  margin: 14px 0 0;
  line-height: 1.76;
  font-size: 1.02rem;
}

.bullet-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  font-weight: 700;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.map-card {
  background:
    linear-gradient(180deg, rgba(22, 33, 61, 0.96), rgba(34, 46, 82, 0.94)),
    linear-gradient(135deg, rgba(46, 175, 255, 0.18), rgba(57, 207, 122, 0.16));
  color: #fff;
}

.map-window {
  border-radius: 28px;
  overflow: hidden;
}

.map-search {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.map-search-icon {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.map-search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  right: -6px;
  bottom: -2px;
  transform: rotate(45deg);
}

.map-grid {
  position: relative;
  min-height: 380px;
  margin-top: 14px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(46, 175, 255, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-preview {
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(1.02) contrast(1.02);
}

.map-label {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
}

.map-label-top {
  top: 16px;
  right: 16px;
}

.map-label-bottom {
  left: 16px;
  bottom: 16px;
}

.publish-visual {
  background:
    linear-gradient(180deg, rgba(255, 245, 216, 0.98), rgba(255, 250, 237, 0.98));
}

.price-bubble {
  top: 20px;
  right: 20px;
  padding: 12px 16px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--ink);
}

.publish-board {
  display: grid;
  gap: 14px;
}

.publish-tier {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 33, 61, 0.06);
}

.publish-tier strong,
.ranking-bar strong,
.profile-header strong {
  display: block;
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}

.publish-tier span,
.ranking-bar span,
.profile-header span,
.profile-chip {
  color: var(--muted);
  line-height: 1.55;
}

.publish-tier-highlight {
  background: linear-gradient(135deg, #18244a, #283d75);
}

.publish-tier-highlight strong,
.publish-tier-highlight span {
  color: #fffef8;
}

.publish-tags {
  flex-wrap: wrap;
  gap: 10px;
}

.publish-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(20, 33, 61, 0.06);
  font-size: 0.88rem;
  font-weight: 900;
}

.ranking-visual {
  background:
    linear-gradient(180deg, rgba(227, 255, 237, 0.98), rgba(240, 255, 246, 0.98));
}

.trophy-badge {
  top: 20px;
  left: 20px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--green), #7af0ab);
  color: #073c24;
  font-size: 0.88rem;
  font-weight: 900;
}

.ranking-bars {
  margin-top: 58px;
  display: grid;
  gap: 14px;
}

.ranking-bar {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(20, 33, 61, 0.06);
}

.ranking-bar-first {
  transform: translateX(0);
}

.ranking-bar-second {
  transform: translateX(28px);
}

.ranking-bar-third {
  transform: translateX(54px);
}

.profile-visual {
  background:
    linear-gradient(180deg, rgba(255, 240, 245, 0.98), rgba(255, 248, 250, 0.98));
}

.profile-shell {
  padding: 10px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(20, 33, 61, 0.06);
}

.profile-header {
  padding: 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1b2749, #34497f);
}

.profile-header strong,
.profile-header span {
  color: #fffef8;
}

.profile-cards {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.profile-chip {
  padding: 12px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(20, 33, 61, 0.06);
  font-weight: 900;
}

.final-cta {
  padding: 28px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, #16213d, #284177);
  color: #fffef8;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.cta-copy h2 {
  margin-top: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.cta-copy p {
  max-width: 58ch;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.cta-actions {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer {
  margin-top: 22px;
  padding: 20px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer strong {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: 1.2rem;
}

.footer p {
  margin: 8px 0 0;
  line-height: 1.6;
}

.footer-links {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links a {
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.2,.8,.2,1);
}

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

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

@keyframes kiteFloat {
  0%, 100% {
    transform: rotate(45deg) translateY(0);
  }

  50% {
    transform: rotate(49deg) translateY(-14px);
  }
}

@keyframes bob {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 203, 61, 0.22);
  }

  100% {
    box-shadow: 0 0 0 22px rgba(255, 203, 61, 0);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .story-section,
  .story-section-reverse,
  .manifesto-grid,
  .final-cta,
  .sponsor-grid {
    grid-template-columns: 1fr;
  }

  .strap-row {
    grid-template-columns: 1fr;
  }

  .topbar,
  .footer {
    display: grid;
  }

  .cta-actions,
  .footer-links {
    justify-content: flex-start;
  }

  .hero-stage,
  .phone-showcase {
    min-height: 720px;
  }
}

@media (max-width: 720px) {
  .hero {
    overflow: hidden;
  }

  .page-kite-2,
  .page-kite-4,
  .page-kite-6 {
    right: -14px;
  }

  .page-shell {
    width: min(100% - 14px, 100%);
    padding-top: 18px;
  }

  .hero,
  .strap-card,
  .visual-card,
  .sponsor-panel,
  .sponsor-metrics,
  .manifesto-copy,
  .manifesto-highlight,
  .final-cta {
    padding: 20px;
    border-radius: 28px;
  }

  .section-copy {
    padding-inline: 12px;
  }

  .topbar-nav,
  .hero-proof,
  .hero-actions,
  .cta-actions {
    gap: 10px;
  }

  .topbar-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
  }

  .topbar-nav a {
    font-size: 0.8rem;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-copy,
  .hero-stage,
  .phone-showcase,
  .phone-mockup,
  .hero-marquee,
  .hero-proof,
  .hero-actions {
    max-width: 100%;
    min-width: 0;
  }

  .btn {
    width: 100%;
    padding-inline: 16px;
    text-align: center;
  }

  .btn-secondary,
  .btn-ghost {
    background: #fff;
    color: var(--ink);
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-marquee-track {
    gap: 16px;
    padding: 10px 14px;
  }

  .phone-mockup {
    position: relative;
    top: auto;
    left: auto;
    width: min(286px, 82vw);
    margin-inline: auto;
    transform: none;
  }

  .phone-stack {
    display: block;
    width: min(120px, 32vw);
  }

  .launch-badge-side,
  .kite-blue,
  .kite-pink {
    display: block;
  }

  .launch-badge-top {
    left: 18px;
    top: 8px;
    transform: rotate(-4deg);
  }

  .floating-card {
    position: absolute;
    margin-top: 0;
    z-index: 4;
  }

  .hero-stage,
  .phone-showcase {
    min-height: 560px;
  }

  .hero-stage {
    display: block;
  }

  .phone-showcase {
    min-height: 560px;
    display: block;
    padding-top: 40px;
    overflow: visible;
  }

  .phone-stack-back {
    left: 2px;
    top: 126px;
    transform: rotate(-10deg);
  }

  .phone-stack-front {
    right: 2px;
    bottom: 110px;
    transform: rotate(10deg);
  }

  .launch-badge-side {
    right: 8px;
    top: 176px;
    transform: rotate(5deg);
  }

  .floating-card-like {
    left: 10px;
    bottom: 90px;
    max-width: 214px;
    animation: bob 4.6s ease-in-out infinite;
  }

  .floating-card-map {
    right: 2px;
    bottom: 20px;
    max-width: 214px;
    animation: bob 5.2s ease-in-out infinite;
  }

  .slider-ui {
    inset: auto 10px 10px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .slider-pill {
    display: inline-flex;
    max-width: 56%;
    font-size: 0.58rem;
    line-height: 1.1;
    padding: 8px 9px;
  }

  .slider-dots {
    gap: 6px;
  }

  .ranking-bar-second,
  .ranking-bar-third {
    transform: none;
  }
}

@media (max-width: 460px) {
  .page-shell {
    width: calc(100% - 10px);
  }

  .section-copy {
    padding-inline: 16px;
  }

  .topbar-nav a {
    font-size: 0.72rem;
  }

  .page-kite {
    width: 22px;
    height: 28px;
    opacity: 0.52;
  }

  .page-kite::before {
    top: 24px;
    height: 64px;
  }

  .page-kite::after {
    top: 86px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .brand-mark img {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy span {
    font-size: 0.78rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
    line-height: 0.88;
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .phone-mockup {
    width: min(296px, 88vw);
    padding: 8px 8px 10px;
  }

  .phone-stack {
    width: min(96px, 27vw);
  }

  .phone-stack-back {
    left: 0;
    top: 138px;
  }

  .phone-stack-front {
    right: 0;
    bottom: 122px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof span {
    width: 100%;
    text-align: center;
  }

  .sponsor-metrics {
    grid-template-columns: 1fr;
  }

  .phone-top {
    width: 110px;
    height: 24px;
    margin-bottom: 10px;
  }

  .slider-dot {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 380px) {
  .phone-mockup {
    width: min(286px, 90vw);
  }

  .phone-stack {
    width: min(82px, 23vw);
  }

  .phone-stack-back {
    left: -2px;
    top: 148px;
  }

  .phone-stack-front {
    right: -2px;
    bottom: 132px;
  }

  .slider-ui {
    inset: auto 12px 12px 12px;
  }

  .slider-dots {
    margin-left: auto;
  }

  .slider-pill {
    max-width: 52%;
    font-size: 0.54rem;
  }

  .floating-card {
    padding: 10px 12px;
  }

  .floating-card strong {
    font-size: 0.94rem;
  }

  .floating-card span {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
