body {
  font-family: "Roboto";
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #fff0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.top-head {
  background: #dc2626;
  display: flex;
  justify-content: space-between;
  padding: 16px 120px;
}

.top-head .basic-detail {
  display: flex;
  gap: 30px;
}

.top-head .basic-detail p {
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.bottom-head .navbar-toggler-icon {
  filter: invert(1);
}

.social-icon ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
}

.social-icon ul li img {
  height: 30px;
}

.bottom-head {
  padding: 5px 120px;
  background: #000000;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bottom-head img {
  height: 80px;
}

.bottom-head .navbar-nav {
  margin-left: auto;
  margin-right: 15px;
}

.btn-theme {
  padding: 14px 28px !important;
  border-radius: 4px !important;
  background: linear-gradient(270deg, #dc2626 0%, #761414 100%);
  color: #fff !important;
  font-weight: 500 !important;
  border: 0 !important;
  text-decoration: none;
}

.bottom-head .navbar-nav .nav-link {
  color: #fff !important;
}

.banner-main {
  background-image: url("../images/banner-main.jpg");
  height: 875px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row.banner-cont {
  display: flex;
  justify-content: center;
  padding-top: 250px;
}

.banner-left-side h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.banner-left-side p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.btn-get-start {
  display: flex;
  grid-column-gap: 40px;
  align-items: center;
}

.btn-get-start P {
  margin: 0;
}

.play-banner p {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.btn-get-start a {
  text-decoration: none;
}

.cout-div {
  display: flex;
  grid-column-gap: 40px;
  padding: 24px 0px 50px 0px;
}

.cout-box h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.cout-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
}

.cout-box.ad-border {
  border-right: 1px solid #fff3;
  padding-right: 30px;
}

.banner-right-side img {
  width: 568px;
  margin-left: 120px;
}

.banner-left-side {
  padding-right: 130px;
}

.about-us {
  background-image: url("../images/about-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.row.about-box {
  display: flex;
  align-items: center;
}

.about-left-side h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.about-left-side p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.about-right-side {
  text-align: end;
}

.why-cant-sec {
  padding: 100px 0px;
  background: #000000;
}

.why-cant-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.why-cant-sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.why-emoji-contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}
.why-emoji-box {
  background: linear-gradient(270deg, #dc2626 0%, #761414 100%);
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 260px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.why-emoji-box p {
  margin-bottom: 10px;
}

.screenshot-sec {
  padding: 100px 0px;
  background: #000000;
}

.screenshot-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.screenshot-sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.screenshot-sec-box {
  text-align: center;
}

.why-emoji-box img {
  width: 180px;
  height: 130px;
  text-align: center;
}

.how-do-sec {
  padding: 100px 0px;
  background: #000000;
}

.how-do-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.how-do-sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.how-do-sec-box {
  text-align: center;
}

.how-do-left-side {
  text-align: right;
}

.how-do-center-side img {
  width: 380px;
}

.how-do-center-side {
  text-align: center;
}

.count-side-left h2 {
  background: #ffeaea;
  width: 81px;
  height: 75px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc2626;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.count-side-left {
  display: flex;
  justify-content: end;
}

.how-do-left-side h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.count-side-right h2 {
  background: #ffeaea;
  width: 81px;
  height: 75px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dc2626;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.how-do-right-side h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-right-side img {
  width: 530px;
}

.review-sec {
  padding: 100px 0px;
  background: #000000;
}

.review-sec h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.review-sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.review-sec-box {
  text-align: center;
}

.review-card-box {
  background: #111826;
  padding: 20px;
  text-align: center !important;
  position: relative;
  border-radius: 16px;
}

.review-card-box .avtar-img {
  width: 110px !important;
  position: absolute;
  margin: auto;
  top: -50px;
  left: 0;
  right: 0;
}

.add-p-space .owl-stage-outer {
  padding: 100px 0px;
}

.review-card-box .rate-star {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.review-card-box .rate-star img {
  width: 30px !important;
}

.review-card-box p {
  margin: 20px 0px;
  height: 80px;
}

.review-card-box .coma-ig {
  width: 70px !important;
  margin-top: 20px;
}

.review-card-box h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.review-date-box {
  margin-top: 70px;
}

.contact-us {
  background-image: url("../images/contact-banner-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.row.contact-box {
  display: flex;
  align-items: center;
}

.contact-left-side h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.contact-left-side p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.contact-right-side {
  text-align: end;
}

.contact-right-side img {
  width: 530px;
}

.contact-sec-box {
  text-align: center;
}

.contact-sec-box h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.contact-sec-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.contact-left-side {
  background: #000;
  padding: 40px;
}

.contact-left-side label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-left-side input {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  height: 56px;
}
.contact-left-side textarea {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  resize: none;
}

.contact-left-side .form-group {
  margin-bottom: 20px;
}

.contact-right-side {
  background: #dc2626;
}

.contact-ad-line img {
  width: 60px;
}

.contcat-head-text {
  padding: 50px;
  text-align: center;
}

.contcat-head-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}

.contcat-head-text p {
  color: #fff;
}

.contact-ad-box {
  padding-left: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-ad-line {
  display: flex;
  align-items: center;
  grid-column-gap: 14px;
  margin-bottom: 60px;
  width: 100%;
  text-align: left;
  border-radius: 25px 0px 0px 25px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.contact-left-side form {
  padding-right: 80px;
}

.contact-ad-line p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.footer-sec {
  padding: 100px 0px 0px 0px;
  background: #000000;
}

.footer-left-side img {
  width: 180px;
  margin-bottom: 20px;
}

.footer-left-side p {
  color: #fff;
}

.footer-center-side {
  display: flex;
  grid-column-gap: 50px;
}

.footer-list h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  padding: 0;
}

.footer-list ul li {
  margin-bottom: 10px;
}

.footer-list ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-right-side h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer-right-side .app-store-btn {
  display: flex;
  justify-content: space-between;
}

.footer-right-side .app-store-btn img {
  width: 190px;
}

.footer-right-side .input-group input {
  height: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}

.footer-right-side .input-group-text {
  height: 60px;
  border-radius: 0px 5px 5px 0px;
  background: rgba(255, 255, 255, 0.8);
}

.footer-right-side .input-group-text img {
  background: linear-gradient(270deg, #dc2626 0%, #761414 100%);
  padding: 15px;
  border-radius: 5px;
}

.copy-right {
  padding: 20px 0px;
  text-align: end;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 70px;
}

.copy-right p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.footer-left-side .social-icon img {
  width: 45px;
  height: 45px;
  margin: 0;
}

.add-p-space .owl-item.active.center .avtar-img {
  border: 2px solid #fff;
  border-radius: 50%;
}

.add-p-space .owl-item.active.center .review-card-box {
  box-shadow: rgb(187 19 19) 10px 10px 0px;
  transition: 0.3s ease;
}

.about-sec-box h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}

.about-sec-box {
  text-align: center;
  margin-bottom: 30px;
}

.director-box img {
  max-width: 100%;
  border-radius: 20px;
  height: 260px;
  object-fit: cover;
}

.director-box {
  display: flex;
  grid-column-gap: 20px;
  background: #ffffff1f;
  padding: 30px;
  border-radius: 16px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.director-box h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}

.director-box p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
}

.about-left-side.who-becomes p {
  margin-bottom: 20px;
}

.custom_height {
  height: 555px;
}

.who-becomes-txt {
  display: flex;
  align-items: start;
  gap: 10px;
}

.who-becomes-txt img {
  height: 16px;
  width: 16px;
  margin-top: 5px;
}

.footer-right-side .form-control {
  border: var(--bs-border-width) solid #cccccc !important;
}

.why-emoji-box p {
  font-size: 20px;
  font-weight: 600;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px 120px;
  transition: 0.1s ease;
  z-index: 9;
}

.sticky img {
  height: 70px !important;
  transition: 0.3s ease;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 25s; /* don't forget to set a duration! */
}

.banner-page-link {
  margin: 30px 0px;
}

.banner-page-link a img {
  height: 55px;
}

.header-logo {
  background: #000000;
  padding: 5px 20px;
  display: flex;
  justify-content: center;
}

.header-logo img {
  height: 80px;
}

.privacy_text {
  margin: 40px 0px;
}

.privacy_text a {
  text-decoration: none;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  cursor: default;
  background: #f5f0e8;
}

/* ─── NOTEBOOK PAPER TEXTURE ─── */
.notebook {
  background-color: #faf6ee;
  background-image:
    /* red margin line */
    linear-gradient(
      90deg,
      transparent 68px,
      #f0a0a0 68px,
      #f0a0a0 70px,
      transparent 70px
    ),
    /* blue ruled lines */
    repeating-linear-gradient(
        180deg,
        transparent 0px,
        transparent 31px,
        #c8d8f0 31px,
        #c8d8f0 32px
      );
  background-size: 100% 32px;
  position: relative;
}
.notebook::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background:
    radial-gradient(circle 5px at 20px 60px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 160px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 260px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 360px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 460px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 560px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 660px, #b0c4de 100%, transparent 0),
    radial-gradient(circle 5px at 20px 760px, #b0c4de 100%, transparent 0);
  pointer-events: none;
  z-index: 1;
}

/* ─── CSS VARS ─── */
:root {
  --blue: #3b7dd8;
  --red: #d63b3b;
  --yellow: #f5c518;
  --green: #4caf50;
  --orange: #e8783a;
  --dark: #1a1a2e;
  --paper: #faf6ee;
  --paper2: #f0ead8;
  --ink: #222233;
  --radius: 16px;
  --shadow: 4px 6px 0px rgba(0, 0, 0, 0.18);
  --shadow-lg: 6px 10px 0px rgba(0, 0, 0, 0.2);
  --nav-h: 68px;
}

/* ─── NAVBAR ─── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(250, 246, 238, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 2.5px solid #c8d8f0;
  display: flex;
  align-items: center;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-logo {
  font-family: "Fredoka One", cursive;
  font-size: 26px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.nav-logo .w1 {
  color: var(--blue);
}
.nav-logo .w2 {
  color: var(--red);
}
.nav-logo .w3 {
  color: var(--yellow);
}
.nav-logo .w4 {
  color: var(--green);
}
.nav-sun {
  font-size: 20px;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.03em;
  position: relative;
  transition: color 0.2s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2.5px;
  background: var(--blue);
  border-radius: 2px;
  transition: width 0.25s;
}
.nav-links a:hover {
  color: var(--blue);
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  font-family: "Fredoka One", cursive;
  font-size: 15px;
  background: var(--dark);
  color: #fff;
  padding: 10px 22px;
  border-radius: 100px;
  border: 3px solid var(--dark);
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.03em;
  box-shadow: var(--shadow);
}
.nav-cta:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.ham span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--dark);
  border-radius: 3px;
  transition: 0.25s;
}
.ham.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}
.ham.open span:nth-child(2) {
  opacity: 0;
}
.ham.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.mob-menu {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--paper);
  border-bottom: 2.5px solid #c8d8f0;
  padding: 20px 24px;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.mob-menu.open {
  display: flex;
}
.mob-menu a {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1.5px dashed #c8d8f0;
}

/* ─── STAR DECORATION ─── */
.star {
  display: inline-block;
  font-size: 18px;
  animation: starPop 0.6s ease both;
}
@keyframes starPop {
  from {
    transform: scale(0) rotate(-30deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

/* ─── SECTION WRAPPER ─── */
.section {
  padding: 80px 0;
  position: relative;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── HAND-DRAWN UNDERLINE ─── */
.underline-sketch {
  display: inline-block;
  position: relative;
}
.underline-sketch::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -4px;
  right: -4px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7 Q50 2 100 6 Q150 10 198 5' stroke='%23d63b3b' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

/* ──────────────────────────────
   HERO SECTION
────────────────────────────── */
.hero {
  min-height: 100vh;
  padding-top: var(--nav-h);
  overflow: hidden;
  position: relative;
}
.hero.notebook {
  min-height: 100vh;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 24px 0;
  position: relative;
  z-index: 2;
}

/* Characters strip at top */
.hero-chars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 900px;
  margin-bottom: -20px;
  position: relative;
}
.char {
  flex-shrink: 0;
  animation: charBounce 2.5s ease-in-out infinite;
}
.char:nth-child(2) {
  animation-delay: 0.3s;
}
.char:nth-child(3) {
  animation-delay: 0.6s;
}
.char:nth-child(4) {
  animation-delay: 0.9s;
}
.char:nth-child(5) {
  animation-delay: 1.2s;
}
@keyframes charBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.char-emoji {
  font-size: clamp(48px, 7vw, 90px);
  filter: drop-shadow(3px 4px 0px rgba(0, 0, 0, 0.15));
}

/* speech bubble */
.speech-bubble {
  position: absolute;
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: 16px;
  padding: 6px 14px;
  font-family: "Caveat", cursive;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: var(--shadow);
  top: -24px;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: var(--dark);
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #fff;
  z-index: 1;
}

.hero-title-block {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 3.5px solid var(--dark);
  border-radius: var(--radius);
  padding: 24px 40px 20px;
  box-shadow: var(--shadow-lg);
  max-width: 820px;
  width: 100%;
}
.hero-eyebrow {
  font-family: "Caveat", cursive;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  opacity: 0.7;
  margin-bottom: 8px;
}
.hero-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(36px, 7vw, 72px);
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.hero-title .c1 {
  color: var(--blue);
}
.hero-title .c2 {
  color: var(--orange);
}
.hero-title .c3 {
  color: var(--red);
}
.hero-title .c4 {
  color: var(--green);
}
.hero-title .c5 {
  color: var(--dark);
}

.hero-sub {
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 700;
  color: var(--ink);
  margin-top: 10px;
  opacity: 0.8;
  font-family: "Caveat", cursive;
  font-size: 22px;
}

/* today's meme card */
.meme-card-wrap {
  margin-top: 32px;
  position: relative;
}
.pin {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  z-index: 2;
  filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, 0.2));
}
.meme-card {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.meme-card-label {
  font-family: "Fredoka One", cursive;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--blue);
  margin-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.meme-card-label::before,
.meme-card-label::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  opacity: 0.3;
}
.meme-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8e8e8 25%, #d0d0d0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  border: 2px dashed #ccc;
  overflow: hidden;
}
.meme-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* store buttons */
.store-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 48px;
}
.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dark);
  color: #fff;
  padding: 13px 24px;
  border-radius: 12px;
  border: 3px solid var(--dark);
  font-family: "Nunito", sans-serif;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.store-btn:hover {
  transform: translate(-2px, -3px);
  box-shadow: 6px 9px 0 rgba(0, 0, 0, 0.22);
}
.store-btn svg {
  flex-shrink: 0;
}
.store-btn .s-small {
  font-size: 10px;
  font-weight: 600;
  opacity: 0.7;
  letter-spacing: 0.06em;
  display: block;
}
.store-btn .s-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: block;
  margin-top: 1px;
}
.store-btn.google {
  background: #fff;
  color: var(--dark);
}

/* floating stars */
.star-float {
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  animation: floatStar 3s ease-in-out infinite;
}
@keyframes floatStar {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(20deg);
  }
}

/* ──────────────────────────────
   HOW IT WORKS
────────────────────────────── */
.hiw {
  background: var(--paper);
  position: relative;
}
.hiw.notebook {
  background: #faf6ee;
}

.section-heading {
  text-align: center;
  margin-bottom: 56px;
}
.section-heading h2 {
  font-family: "Fredoka One", cursive;
  font-size: clamp(32px, 6vw, 60px);
  line-height: 1.05;
  letter-spacing: 0.02em;
}
.section-heading h2 .w-blue {
  color: var(--blue);
}
.section-heading h2 .w-red {
  color: var(--red);
}
.section-heading h2 .w-dark {
  color: var(--dark);
}
.section-heading h2 .w-yellow {
  color: var(--yellow);
}
.section-heading h2 .w-green {
  color: var(--green);
}
.section-heading h2 .w-orange {
  color: var(--orange);
}

.sketch-underline {
  display: block;
  height: 5px;
  margin: 8px auto 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6 Q75 1 150 5 Q225 9 298 4' stroke='%231a1a2e' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")
    center/280px 8px no-repeat;
  width: 280px;
}

.hiw-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.hiw-step {
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  position: relative;
}
.hiw-arrow {
  font-size: 32px;
  color: var(--red);
  flex-shrink: 0;
  margin: 0 8px;
  animation: arrowPulse 1.5s ease-in-out infinite;
}
@keyframes arrowPulse {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}

.step-card {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  transition: transform 0.2s;
}
.step-card:hover {
  transform: translate(-3px, -4px);
}
.step-pin {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
}
.step-icon {
  font-size: 52px;
  margin-bottom: 12px;
  display: block;
}
.step-title {
  font-family: "Fredoka One", cursive;
  font-size: 20px;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 8px;
}
.step-title .hl {
  color: var(--red);
}
.step-title .hl-blue {
  color: var(--blue);
}
.step-title .hl-gold {
  color: var(--yellow);
}
.step-desc {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  line-height: 1.6;
}

/* ──────────────────────────────
   NO SELFIES SECTION
────────────────────────────── */
.no-selfies {
  background: #fff;
  border-top: 3px solid #c8d8f0;
  border-bottom: 3px solid #c8d8f0;
}
.ns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ns-content {
}
.ns-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 6px;
}
.ns-title .yellow {
  color: var(--yellow);
}
.ns-title .dark-blue {
  color: #1a3a6e;
}
.ns-sub {
  font-family: "Caveat", cursive;
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
  opacity: 0.75;
  margin-bottom: 28px;
}
.ns-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.ns-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}
.ns-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2.5px solid var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.crossed {
  text-decoration: line-through;
  opacity: 0.5;
}
.ns-chars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}
.ns-char {
  font-size: clamp(55px, 8vw, 100px);
  filter: drop-shadow(3px 5px 0 rgba(0, 0, 0, 0.12));
}

/* ──────────────────────────────
   SAFE BY DESIGN
────────────────────────────── */
.safe {
  background: var(--paper2);
}
.safe.notebook {
}
.safe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.safe-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.safe-title .blue {
  color: var(--blue);
}
.safe-title .red {
  color: var(--red);
}
.safe-checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.safe-check {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
}
.check-box {
  width: 28px;
  height: 28px;
  border: 3px solid var(--dark);
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.12);
}
.check-box::after {
  content: "✓";
  font-family: "Fredoka One", cursive;
  font-size: 16px;
  color: var(--red);
  font-weight: 900;
}
.safe-visual {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.shield-emoji {
  font-size: 80px;
  display: block;
  margin-bottom: 12px;
}
.safe-card-title {
  font-family: "Fredoka One", cursive;
  font-size: 24px;
  color: var(--blue);
}
.safe-tag {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 100px;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

/* ──────────────────────────────
   REP YOUR CITY
────────────────────────────── */
.city {
  background: var(--paper);
}
.city.notebook {
}
.city-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.city-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.05;
  margin-bottom: 10px;
}
.city-title .blue {
  color: var(--blue);
}
.city-title .red {
  color: var(--red);
}
.city-sub {
  font-family: "Caveat", cursive;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 28px;
  opacity: 0.8;
}
.leaderboard {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.lb-header {
  background: var(--dark);
  color: #fff;
  padding: 14px 20px;
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lb-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 2px dashed #e0d8c8;
  font-weight: 800;
  font-size: 15px;
  transition: background 0.2s;
}
.lb-row:last-child {
  border-bottom: none;
}
.lb-row:hover {
  background: #faf6ee;
}
.lb-pos {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  font-size: 14px;
  flex-shrink: 0;
}
.lb-pos.gold {
  background: var(--yellow);
  color: var(--dark);
}
.lb-pos.silver {
  background: #c0c0c0;
  color: var(--dark);
}
.lb-pos.bronze {
  background: #cd7f32;
  color: #fff;
}
.lb-city {
  flex: 1;
  color: var(--dark);
}
.lb-score {
  color: var(--red);
  font-family: "Fredoka One", cursive;
  font-size: 16px;
}
.crown-icon {
  font-size: 16px;
}

/* ──────────────────────────────
   TODAY'S BATTLE
────────────────────────────── */
.battle {
  position: relative;
  overflow: hidden;
  background: var(--paper2);
}
.battle.notebook {
}
.battle-badge {
  display: inline-block;
  background: var(--dark);
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
}
.battle-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.1;
  margin-bottom: 8px;
}
.battle-title .today {
  color: var(--blue);
}
.battle-title .battle-w {
  color: var(--red);
}
.battle-title .live {
  color: var(--green);
  font-style: italic;
}
.battle-sub {
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  opacity: 0.75;
  margin-bottom: 40px;
}
.battle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 700px;
  margin: 0 auto;
}
.battle-card {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  position: relative;
  text-align: center;
}
.battle-card .bc-pin {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
}
.bc-icon {
  font-size: 44px;
  margin-bottom: 10px;
}
.bc-title {
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 6px;
}
.bc-desc {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  line-height: 1.6;
}

.battle-cta-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.btn-battle {
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  background: var(--red);
  color: #fff;
  padding: 14px 36px;
  border-radius: 100px;
  border: 3px solid var(--dark);
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: var(--shadow-lg);
  letter-spacing: 0.03em;
}
.btn-battle:hover {
  transform: translate(-3px, -4px);
  box-shadow: 7px 11px 0 rgba(0, 0, 0, 0.2);
}

/* ──────────────────────────────
   TOP COMMENTS
────────────────────────────── */
.topc {
  background: var(--paper);
}
.topc.notebook {
}
.topc-winner {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius-lg, 20px);
  padding: 36px 40px;
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.winner-crown {
  font-size: 52px;
  display: block;
  margin-bottom: 8px;
  animation: crownBounce 1.5s ease-in-out infinite;
}
@keyframes crownBounce {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-8px) rotate(5deg);
  }
}
.winner-city-tag {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 22px;
  padding: 6px 24px;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
}
.winner-name {
  font-family: "Fredoka One", cursive;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 4px;
}
.winner-tagline {
  font-family: "Caveat", cursive;
  font-size: 24px;
  font-weight: 700;
  color: var(--blue);
}
.winner-ha {
  position: absolute;
  top: 50%;
  font-family: "Fredoka One", cursive;
  font-size: 32px;
  color: var(--dark);
  background: #fff;
  border: 2.5px solid var(--dark);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  animation: haPop 2s ease-in-out infinite;
}
.winner-ha.left {
  left: -30px;
  transform: translateY(-50%);
}
.winner-ha.right {
  right: -30px;
  transform: translateY(-50%);
}
@keyframes haPop {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.15);
  }
}

.topc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.comment-card {
  background: #fff;
  border: 2.5px solid var(--dark);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  position: relative;
  transition: transform 0.2s;
}
.comment-card:hover {
  transform: translate(-2px, -3px);
}
.cc-rank {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2.5px solid var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  font-size: 13px;
}
.cc-rank.r1 {
  background: var(--yellow);
  color: var(--dark);
}
.cc-rank.r2 {
  background: #c0c0c0;
  color: var(--dark);
}
.cc-rank.r3 {
  background: #cd7f32;
  color: #fff;
}
.cc-stars {
  color: var(--yellow);
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  gap: 2px;
}
.cc-comment {
  font-family: "Caveat", cursive;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 14px;
}
.cc-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #555;
}
.cc-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--green));
  border: 2px solid var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka One", cursive;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}

/* ──────────────────────────────
   CHARACTER GALLERY
────────────────────────────── */
.chars-section {
  background: var(--paper2);
}
.chars-section.notebook {
}
.chars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.char-card {
  background: #fff;
  border: 3px solid var(--dark);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
}
.char-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.char-card:nth-child(1)::before {
  background: var(--blue);
}
.char-card:nth-child(2)::before {
  background: var(--red);
}
.char-card:nth-child(3)::before {
  background: var(--green);
}
.char-card:nth-child(4)::before {
  background: var(--yellow);
}
.char-card:nth-child(5)::before {
  background: var(--orange);
}
.char-card:nth-child(6)::before {
  background: var(--blue);
}
.char-card:hover {
  transform: translate(-3px, -4px);
}
.char-card-emoji {
  font-size: 72px;
  margin-bottom: 12px;
  display: block;
  filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.12));
}
.char-card-name {
  font-family: "Fredoka One", cursive;
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}
.char-card-trait {
  font-family: "Caveat", cursive;
  font-size: 16px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 10px;
}
.char-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  border: 2px solid;
}
.char-card:nth-child(1) .char-card-tag {
  border-color: var(--blue);
  color: var(--blue);
}
.char-card:nth-child(2) .char-card-tag {
  border-color: var(--red);
  color: var(--red);
}
.char-card:nth-child(3) .char-card-tag {
  border-color: var(--green);
  color: var(--green);
}
.char-card:nth-child(4) .char-card-tag {
  border-color: var(--yellow);
  color: var(--dark);
}
.char-card:nth-child(5) .char-card-tag {
  border-color: var(--orange);
  color: var(--orange);
}
.char-card:nth-child(6) .char-card-tag {
  border-color: var(--blue);
  color: var(--blue);
}

/* ──────────────────────────────
   APP DOWNLOAD CTA
────────────────────────────── */
.app-cta {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.app-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 31px,
    rgba(255, 255, 255, 0.04) 31px,
    rgba(255, 255, 255, 0.04) 32px
  );
  background-size: 100% 32px;
}
.app-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 24px;
}
.app-cta-chars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: -10px;
}
.app-cta-chars span {
  font-size: clamp(40px, 6vw, 80px);
  filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, 0.3));
}
.app-cta-title {
  font-family: "Fredoka One", cursive;
  font-size: clamp(28px, 5vw, 52px);
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.app-cta-title .y {
  color: var(--yellow);
}
.app-cta-title .r {
  color: var(--red);
}
.app-cta-sub {
  font-family: "Caveat", cursive;
  font-size: 22px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 32px;
}
.app-cta .store-row {
  margin: 0;
}
.app-cta .store-btn.google {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.app-cta .store-btn.google:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* ──────────────────────────────
   FOOTER
────────────────────────────── */
.footer {
  background: #111122;
  padding: 60px 0 32px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
}
.footer-brand .logo {
  font-family: "Fredoka One", cursive;
  font-size: 26px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-brand .logo .w1 {
  color: #5b9bd5;
}
.footer-brand .logo .w2 {
  color: #e06060;
}
.footer-brand .logo .w3 {
  color: #f5c518;
}
.footer-brand .logo .w4 {
  color: #60b860;
}
.footer-desc {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.soc {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.soc:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: rgba(59, 125, 216, 0.12);
}
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 16px;
}
.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col-links a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: 0.2s;
}
.footer-col-links a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: 0.2s;
}
.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* ──────────────────────────────
   REVEAL ANIMATIONS
────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.reveal.up {
  opacity: 1;
  transform: none;
}
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.reveal-left.up {
  opacity: 1;
  transform: none;
}
.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.reveal-right.up {
  opacity: 1;
  transform: none;
}

/* ──────────────────────────────
   RESPONSIVE
────────────────────────────── */
@media (max-width: 900px) {
  .ns-grid,
  .safe-grid,
  .city-inner {
    grid-template-columns: 1fr;
  }
  .ns-chars,
  .safe-visual {
    margin-top: 32px;
  }
  .chars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .battle-grid {
    grid-template-columns: 1fr;
  }
  .topc-grid {
    grid-template-columns: 1fr;
  }
  .hiw-steps {
    flex-direction: column;
    align-items: center;
  }
  .hiw-arrow {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  .nav-links,
  .nav-cta {
    display: none;
  }
  .ham {
    display: flex;
  }
  .chars-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-chars .char:nth-child(5) {
    display: none;
  }
  .winner-ha {
    display: none;
  }
  .topc-winner {
    padding: 28px 20px;
  }
}
