@font-face {
  font-family: 'Memenu';
  src: url('/assets/Memenu.otf') format('opentype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url('https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42pthhz77j7m2bA.woff2') format('woff2');
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --cream:      #FFF7E8;
  --cream-deep: #FBEFD4;
  --cream-soft: #FFFBF1;
  --surface:    #FFFFFF;

  --orange:      #FF7D00;
  --orange-deep: #E66E00;
  --orange-soft: #FFD7B0;
  --lime:        #C2E812;
  --lime-deep:   #A6C90A;
  --lime-soft:   #E6F5A4;

  --pink:        #FF1F69;
  --pink-soft:   #FFD5E2;
  --blue:        #4CC9F0;
  --blue-soft:   #D4F1FB;
  --purple:      #6338A8;
  --purple-soft: #E0D4F0;

  --ink:       #2A1F18;
  --ink-soft:  #5C4A3D;
  --ink-muted: #9B8A7A;
  --hairline:  #EFE3CB;

  --font-head: 'Memenu', 'Nunito Sans', system-ui, sans-serif;
  --font-body: 'Nunito Sans', -apple-system, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: var(--orange-deep); text-decoration: none; font-weight: 700; }
a:hover { text-decoration: underline; }

/* Decorative pastel blobs sprinkled across pages */
.blobs { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.blob {
  position: absolute; border-radius: 999px; filter: blur(1px); opacity: 0.55;
  transform: translate(-50%, -50%);
}
.blob.b1 { background: var(--lime-soft);   width: 360px; height: 360px; top: 8%;  left: 85%; }
.blob.b2 { background: var(--orange-soft); width: 320px; height: 320px; top: 30%; left: 10%; }
.blob.b3 { background: var(--pink-soft);   width: 220px; height: 220px; top: 60%; left: 92%; opacity: 0.45; }
.blob.b4 { background: var(--blue-soft);   width: 200px; height: 200px; top: 85%; left: 18%; opacity: 0.5; }

.wrap {
  position: relative; z-index: 1;
  max-width: 1180px; margin: 0 auto; padding: 0 28px;
}

/* ----- NAV ----- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; }
.brand-name {
  font-family: var(--font-head);
  font-size: 30px; font-weight: 900;
  letter-spacing: -0.04em; line-height: 1;
  color: var(--ink);
}
.brand-name .a { color: var(--orange); }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a {
  font-family: var(--font-body);
  color: var(--ink-soft); font-weight: 700; font-size: 15px;
}
.nav-links a:hover { color: var(--ink); text-decoration: none; }

/* ----- BUTTONS ----- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  font-family: var(--font-body);
  font-weight: 800; font-size: 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  cursor: pointer; text-decoration: none;
  transition: transform 0.12s ease;
  box-shadow: 4px 4px 0 var(--ink);
}
.btn:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); text-decoration: none; }
.btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-primary { background: var(--orange); color: white; }
.btn-secondary { background: var(--surface); color: var(--ink); }
.btn-accent { background: var(--lime); color: var(--ink); }

/* ----- STICKER (small rotated label) ----- */
.sticker {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 800; font-size: 13px;
  letter-spacing: 0.3px;
  border: 2px solid var(--ink);
  background: var(--lime); color: var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-3deg);
}
.sticker.orange { background: var(--orange-soft); transform: rotate(2deg); }
.sticker.pink   { background: var(--pink-soft);   transform: rotate(-2deg); }
.sticker.blue   { background: var(--blue-soft);   transform: rotate(3deg); }
.sticker.cream  { background: var(--cream-soft);  transform: rotate(-1deg); }

/* ----- HERO ----- */
.hero {
  padding: 50px 0 80px;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 60px; align-items: center;
}
.hero-text h1 {
  font-family: var(--font-head);
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0 0 18px;
  color: var(--ink);
}
.hero-text h1 .wob {
  display: inline-block; position: relative;
  color: var(--orange);
}
.hero-text h1 .wob::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -16px; height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'><path d='M 4 8 Q 25 1 50 8 T 100 8 T 150 8 T 196 8' stroke='%23FF7D00' stroke-width='5' fill='none' stroke-linecap='round'/></svg>") repeat-x;
  background-size: 100% 100%;
}
.hero-text .lede {
  font-size: 20px;
  color: var(--ink-soft);
  font-weight: 600;
  margin: 0 0 30px;
  max-width: 32ch;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-meta {
  margin-top: 22px;
  display: flex; gap: 14px; align-items: center;
  font-size: 13px; color: var(--ink-muted); font-weight: 700;
}
.hero-meta .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--lime); border: 2px solid var(--ink); }

/* Cute phone-frame mock on right */
.hero-mock {
  position: relative;
  width: 100%; max-width: 460px;
  justify-self: end;
}
.phone {
  position: relative;
  width: 100%; aspect-ratio: 9 / 19.5;
  background: var(--ink);
  border-radius: 60px;
  padding: 18px;
  box-shadow: 0 50px 100px -30px rgba(42, 31, 24, 0.4),
              6px 6px 0 var(--ink);
  border: 3px solid var(--ink);
  transform: rotate(2deg);
}
.phone-inner {
  width: 100%; height: 100%;
  border-radius: 44px;
  background: linear-gradient(180deg, var(--cream-soft), var(--cream-deep));
  overflow: hidden; position: relative;
  padding: 28px 22px;
  display: flex; flex-direction: column; gap: 18px;
}
.phone-inner .greeting {
  font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--ink-soft);
}
.phone-inner .h1 {
  font-family: var(--font-head); font-size: 38px; font-weight: 900;
  letter-spacing: -0.03em; line-height: 1;
  color: var(--ink);
}
.phone-inner .h1 .orange { color: var(--orange); }
.scan-card {
  background: var(--ink); border-radius: 28px; padding: 16px;
  display: flex; align-items: center; gap: 12px;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.4);
}
.scan-card .iconcir {
  width: 46px; height: 46px; border-radius: 999px;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--cream); flex: 0 0 auto;
}
.scan-card .txt { color: white; flex: 1; }
.scan-card .txt b { font-family: var(--font-head); font-weight: 900; font-size: 16px; }
.scan-card .txt small { display: block; color: var(--cream-deep); font-weight: 600; font-size: 11px; }

.feed-card {
  background: white; border-radius: 28px; padding: 12px;
  border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
}
.feed-card .photo {
  width: 100%; height: 130px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--orange-soft), var(--lime-soft));
  display: flex; align-items: center; justify-content: center;
  font-size: 70px;
  border: 2px solid var(--ink);
}
.feed-card .row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 10px; padding: 0 4px;
}
.feed-card .ttl { font-family: var(--font-head); font-weight: 900; font-size: 17px; color: var(--ink); }
.feed-card .tag {
  font-family: var(--font-body); font-weight: 800; font-size: 11px;
  background: var(--lime); color: var(--ink); padding: 4px 10px;
  border-radius: 999px; border: 2px solid var(--ink);
}

.mascot-peek {
  position: absolute; top: -40px; left: -30px;
  z-index: 2;
}

/* ----- SECTIONS ----- */
.section { padding: 80px 0; position: relative; }
.section h2 {
  font-family: var(--font-head);
  font-size: clamp(40px, 6vw, 64px);
  letter-spacing: -0.03em; line-height: 1;
  margin: 0 0 16px;
  text-align: center;
}
.section .sub {
  text-align: center; color: var(--ink-soft);
  max-width: 56ch; margin: 0 auto 56px;
  font-size: 18px; font-weight: 600;
}

.feature-grid {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.feature {
  background: white; border-radius: 32px;
  padding: 28px;
  border: 2.5px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  position: relative;
}
.feature .emoji {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px;
  border-radius: 20px;
  border: 2px solid var(--ink);
  font-size: 32px;
  margin-bottom: 14px;
}
.feature h3 {
  font-family: var(--font-head); font-size: 26px; font-weight: 900;
  margin: 0 0 8px; letter-spacing: -0.02em; color: var(--ink);
}
.feature p { margin: 0; color: var(--ink-soft); font-size: 15px; }

.feature:nth-child(1) .emoji { background: var(--orange-soft); }
.feature:nth-child(2) .emoji { background: var(--lime-soft); }
.feature:nth-child(3) .emoji { background: var(--pink-soft); }
.feature:nth-child(4) .emoji { background: var(--blue-soft); }
.feature:nth-child(5) .emoji { background: var(--purple-soft); }
.feature:nth-child(6) .emoji { background: var(--cream-deep); }

/* ----- HOW IT WORKS ----- */
.steps {
  display: grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  counter-reset: step;
}
.step {
  background: var(--cream); border-radius: 28px; padding: 28px 22px;
  border: 2.5px solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  position: relative;
  counter-increment: step;
}
.step::before {
  content: counter(step);
  position: absolute; top: -22px; left: 22px;
  width: 48px; height: 48px;
  border-radius: 999px;
  background: var(--orange); color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 900; font-size: 24px;
  border: 2.5px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
}
.step h4 {
  font-family: var(--font-head); font-size: 22px; font-weight: 900;
  margin: 14px 0 6px; letter-spacing: -0.02em;
}
.step p { color: var(--ink-soft); font-weight: 600; font-size: 14px; margin: 0; }

/* ----- CALLOUT ----- */
.callout {
  background: var(--orange);
  border: 3px solid var(--ink);
  border-radius: 48px;
  padding: 60px 30px;
  text-align: center;
  color: white;
  box-shadow: 6px 6px 0 var(--ink);
  margin: 40px auto 100px;
  max-width: 1080px;
  position: relative;
  overflow: hidden;
}
.callout h2 {
  font-family: var(--font-head); font-size: clamp(38px, 5vw, 56px);
  margin: 0 0 14px; letter-spacing: -0.03em; line-height: 1;
}
.callout p { font-size: 18px; margin: 0 0 28px; opacity: 0.95; font-weight: 600; }
.callout .btn-primary { background: white; color: var(--orange-deep); }
.callout .mascot-wrap { position: absolute; bottom: -10px; right: 24px; transform: rotate(-10deg); opacity: 0.95; }

/* ----- FOOTER ----- */
.footer {
  padding: 40px 0 60px;
  border-top: 2px dashed var(--hairline);
  color: var(--ink-muted);
  font-size: 14px;
}
.footer .row {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer .links { display: flex; gap: 22px; }
.footer .links a { color: var(--ink-soft); font-weight: 700; }

/* ----- LEGAL PAGES ----- */
.legal {
  position: relative; z-index: 1;
  padding: 50px 0 100px;
}
.legal-wrap {
  max-width: 760px; margin: 0 auto; padding: 0 28px;
}
.back {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--orange-deep); font-family: var(--font-body); font-weight: 800;
  font-size: 14px; text-decoration: none; margin-bottom: 18px;
}
.back:hover { text-decoration: underline; }
.legal h1 {
  font-family: var(--font-head);
  font-size: clamp(44px, 7vw, 64px);
  letter-spacing: -0.03em;
  margin: 0 0 6px;
  color: var(--ink);
}
.legal .meta { color: var(--ink-muted); font-size: 14px; font-weight: 700; margin-bottom: 28px; }
.legal h2 {
  font-family: var(--font-head); font-size: 26px;
  margin: 36px 0 10px; letter-spacing: -0.02em;
}
.legal h3 { font-size: 18px; font-weight: 800; margin: 22px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); line-height: 1.7; font-weight: 500; }
.legal ul { padding-left: 22px; }
.legal a { word-break: break-word; }

/* mobile */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 30px 0 60px; }
  .hero-mock { justify-self: center; max-width: 320px; }
  .nav-links { display: none; }
  .phone { transform: rotate(0); }
  .callout { padding: 44px 22px; }
  .callout .mascot-wrap { display: none; }
}
