@font-face {
  font-family: "Shrikhand";
  src: url("fonts/shrikhand-regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffd84a;
  --pink: #ff78b6;
  --coral: #ff5d35;
  --blue: #00aeef;
  --green: #35d35b;
  --purple: #a875e8;
  --cream: #fff7e6;
  --ink: #0b0b0b;
  --white: #fff;
  --line: 4px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: 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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 102px;
  padding: 13px clamp(20px, 4vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 164px; height: 78px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 30px; font-weight: 900; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.site-nav a { text-decoration: none; border-bottom: 3px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--ink); }
.nav-cta { padding: 11px 18px 9px; background: var(--pink); border: 3px solid var(--ink) !important; box-shadow: 4px 4px 0 var(--ink); border-radius: 99px; }
.nav-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.menu-toggle { display: none; width: 48px; height: 44px; border: 3px solid var(--ink); background: var(--pink); box-shadow: 3px 3px 0 var(--ink); border-radius: 14px; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; background: var(--ink); margin: 4px 0; }

.hero {
  min-height: 820px;
  padding: 136px clamp(20px, 4vw, 70px) 72px;
  background: var(--yellow);
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(620px, 1.35fr);
  gap: 30px;
  align-items: center;
  border-bottom: var(--line);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow, .section-kicker { margin: 0 0 17px; font-size: 13px; font-weight: 1000; letter-spacing: .15em; }
.eyebrow span { color: var(--pink); -webkit-text-stroke: 1px var(--ink); }
h1, h2, blockquote { font-family: Shrikhand, "Arial Black", sans-serif; font-weight: 900; letter-spacing: -.035em; line-height: .95; }
h1 { margin: 0; font-size: clamp(66px, 7vw, 112px); }
h1 em, .download h2 em { color: var(--pink); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.hero-intro { margin: 32px 0 28px; max-width: 590px; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.38; font-weight: 650; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; gap: 16px; align-items: center; justify-content: center; min-height: 62px; padding: 14px 24px; border: var(--line); border-radius: 35px; box-shadow: 5px 5px 0 var(--ink); text-decoration: none; text-transform: uppercase; font-weight: 1000; letter-spacing: .04em; transition: .15s ease; }
.button:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--ink); }
.button-dark { background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--pink); }
.button-dark:hover { box-shadow: 2px 2px 0 var(--pink); }
.button span { font-size: 25px; }
.text-link { font-weight: 900; text-transform: uppercase; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.tiny-trust { margin-top: 33px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 1000; letter-spacing: .1em; }
.tiny-trust i { width: 6px; height: 6px; background: var(--coral); border-radius: 50%; }
.hero-art { position: relative; width: min(940px, 58vw); margin-right: 0; justify-self: end; transform: rotate(-1deg); border: var(--line); border-radius: 48% 7% 46% 6%; overflow: hidden; box-shadow: 12px 12px 0 var(--pink); }
.hero-art img { width: 100%; height: auto; object-fit: contain; }
.art-sticker { position: absolute; z-index: 3; display: grid; place-items: center; font-family: Shrikhand, sans-serif; font-weight: 900; text-align: center; line-height: .85; border: 4px solid var(--ink); }
.sticker-one { left: 20px; bottom: 20px; width: 118px; height: 118px; border-radius: 50%; background: var(--cream); transform: rotate(-9deg); }
.sticker-two { right: 22px; top: 16px; width: 74px; height: 74px; border-radius: 30% 50% 30% 50%; background: var(--pink); font-size: 38px; transform: rotate(8deg); }

.ticker { overflow: hidden; padding: 13px 0 11px; background: var(--ink); color: white; border-bottom: var(--line); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 24px; font-family: Shrikhand, sans-serif; font-size: 24px; animation: marquee 24s linear infinite; }
.ticker-track b { color: var(--yellow); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(78px, 9vw, 145px) clamp(20px, 5vw, 84px); }
.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.problem h2, .how h2, .feature-story h2, .privacy h2, .faq h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); }
.problem h2 span { color: var(--pink); text-decoration: underline; text-decoration-thickness: 7px; text-underline-offset: 10px; }
.problem-copy { font-size: clamp(18px, 1.55vw, 23px); max-width: 600px; }
.problem-copy p { margin: 0 0 20px; }
.big-note { display: inline; font-family: Shrikhand, sans-serif; font-size: 1.18em; background: var(--yellow); box-shadow: 8px 0 0 var(--yellow), -8px 0 0 var(--yellow); }
.name-cards { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.name-card { min-height: 250px; padding: 20px; display: flex; flex-direction: column; border: var(--line); border-radius: 28px; box-shadow: var(--shadow); transition: transform .2s ease; }
.name-card:hover { transform: rotate(0) translateY(-8px); }
.name-card span { font-size: 14px; font-weight: 900; }
.name-card strong { margin: auto 0 18px; font-family: Shrikhand, sans-serif; font-size: clamp(28px, 3vw, 48px); line-height: 1; }
.name-card small { padding: 10px 12px 8px; color: white; background: var(--ink); border-radius: 12px; font: 800 clamp(18px, 2vw, 28px) monospace; text-align: center; }
.pink { background: var(--pink); }.blue { background: var(--blue); }.green { background: var(--green); }.orange { background: var(--coral); }
.tilt-left { transform: rotate(-2deg); }.tilt-right { transform: rotate(2deg); }

.how { display: grid; grid-template-columns: 1fr minmax(400px, .8fr); gap: 8vw; align-items: center; background: var(--blue); border-block: var(--line); }
.section-kicker.light { color: white; }
.how h2 { max-width: 780px; }
.steps { list-style: none; padding: 0; margin: 50px 0 0; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 20px 0; border-top: 3px solid var(--ink); }
.steps li:last-child { border-bottom: 3px solid var(--ink); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50%; font-family: Shrikhand, sans-serif; }
.steps strong { font-family: Shrikhand, sans-serif; font-size: 25px; }
.steps p { margin: 4px 0 0; font-weight: 650; }
.demo-wrap { position: relative; justify-self: center; }
.demo-label { position: absolute; z-index: 3; top: 48px; left: -78px; padding: 9px 13px; background: var(--yellow); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-size: 12px; font-weight: 1000; transform: rotate(-7deg); }
.phone { position: relative; width: min(390px, 88vw); min-height: 720px; padding: 15px 16px 78px; background: var(--yellow); border: 7px solid var(--ink); border-radius: 56px; box-shadow: 15px 15px 0 var(--ink); overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; padding: 0 14px 4px; font-size: 12px; font-weight: 900; }
.phone-top b { width: 85px; height: 23px; background: var(--ink); border-radius: 15px; }
.demo-logo { width: 190px; height: 105px; margin: 0 auto 2px; object-fit: contain; }
.timer-card-demo { position: relative; padding: 18px; background: var(--pink); border: var(--line); border-radius: 29px; overflow: hidden; }
.demo-card-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 14px; }
.demo-card-top h3 { margin: 0; font: 900 28px/1 Shrikhand, sans-serif; }
.demo-card-top p { margin: 6px 0 0; font-size: 11px; font-weight: 1000; letter-spacing: .1em; }
.demo-card-top i { display: inline-block; width: 9px; height: 9px; margin-right: 6px; background: var(--green); border: 1px solid var(--ink); border-radius: 50%; }
.demo-card-top button { position: relative; z-index: 2; padding: 8px 10px 6px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 18px; box-shadow: 3px 3px 0 var(--ink); font-size: 11px; font-weight: 1000; cursor: pointer; }
.demo-time { display: block; padding: 16px 6px; color: white; background: var(--ink); border: 3px solid var(--ink); border-radius: 18px; font: 800 36px/1.35 monospace; text-align: center; }
.demo-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.demo-controls button { min-height: 55px; border: 3px solid var(--ink); border-radius: 29px; box-shadow: 3px 3px 0 var(--ink); font-weight: 1000; cursor: pointer; }
.demo-controls button:active, .demo-card-top button:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.demo-controls .stop { background: var(--ink); color: #ff615d; }
.demo-controls .hit { background: var(--yellow); }
.hit-count { display: flex; justify-content: space-between; gap: 10px; margin-top: 15px; padding: 10px; background: rgba(255,255,255,.45); border: 2px solid var(--ink); border-radius: 13px; font-size: 10px; font-weight: 1000; }
.spark { position: absolute; color: white; -webkit-text-stroke: 1px var(--ink); }.spark.one { right: 84px; top: 12px; }.spark.two { right: 14px; top: 81px; }
.demo-add { position: absolute; right: 22px; bottom: 17px; width: 54px; height: 54px; color: white; background: var(--coral); border: 3px solid var(--ink); border-radius: 50%; box-shadow: 3px 3px 0 var(--ink); font: 900 36px/45px Arial; cursor: pointer; }

.feature-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; background: var(--yellow); border-bottom: var(--line); }
.paper-frame { padding: 11px; background: white; border: var(--line); box-shadow: 12px 12px 0 var(--ink); transform: rotate(-1.3deg); }
.paper-frame img { width: 100%; }
.story-copy h2 span { color: var(--pink); -webkit-text-stroke: 1.5px var(--ink); }
.story-copy > p { margin: 30px 0; font-size: clamp(18px, 1.5vw, 22px); font-weight: 650; }
.check-list { list-style: none; padding: 0; margin: 0; font-weight: 900; }
.check-list li { display: flex; align-items: center; gap: 12px; margin: 12px 0; }
.check-list i { width: 31px; height: 31px; display: grid; place-items: center; background: var(--green); border: 2px solid var(--ink); border-radius: 50%; font-style: normal; }

.privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; color: white; background: var(--ink); }
.privacy h2 { color: var(--yellow); }
.privacy-copy > p { max-width: 630px; margin: 30px 0; font-size: clamp(19px, 1.7vw, 24px); }
.privacy-stamps { display: flex; gap: 20px; flex-wrap: wrap; }
.privacy-stamps span { width: 102px; height: 102px; display: grid; place-items: center; color: var(--ink); background: var(--pink); border: 3px solid white; border-radius: 50%; font-family: Shrikhand, sans-serif; font-size: 15px; line-height: 1.05; text-align: center; transform: rotate(-5deg); }
.privacy-stamps span:nth-child(2) { background: var(--green); transform: rotate(4deg); }.privacy-stamps span:nth-child(3) { background: var(--yellow); transform: rotate(-2deg); }
.privacy-art { overflow: hidden; border: 4px solid white; border-radius: 31% 8% 26% 7%; box-shadow: 10px 10px 0 var(--pink); transform: rotate(1.5deg); }

.manifesto { position: relative; min-height: 560px; padding-right: 30%; background: var(--pink); border-block: var(--line); overflow: hidden; }
.manifesto blockquote { position: relative; z-index: 2; margin: 0; max-width: 1050px; font-size: clamp(49px, 7vw, 105px); }
.manifesto blockquote em { color: var(--yellow); font-style: normal; text-shadow: 4px 4px 0 var(--ink); }
.manifesto img { position: absolute; width: clamp(220px, 25vw, 390px); right: 7vw; bottom: -28px; transform: rotate(8deg); }

.faq { display: grid; grid-template-columns: .65fr 1fr; gap: 9vw; background: var(--cream); }
.faq h2 { font-size: clamp(48px, 5.5vw, 82px); }
.faq-list { border-top: var(--line); }
.faq details { border-bottom: var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-family: Shrikhand, sans-serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.15; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); background: var(--pink); }
.faq details p { margin: -4px 55px 24px 0; font-size: 18px; }

.download { position: relative; min-height: 660px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--green); border-top: var(--line); overflow: hidden; }
.download h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(65px, 8.5vw, 132px); }
.download > p:not(.section-kicker) { max-width: 640px; font-size: 20px; font-weight: 700; }
.download-buttons { position: relative; z-index: 3; display: flex; gap: 18px; margin-top: 18px; flex-wrap: wrap; justify-content: center; }
.store-button { min-width: 210px; padding: 11px 18px; display: flex; align-items: center; gap: 12px; color: white; background: var(--ink); border: 3px solid var(--ink); border-radius: 16px; box-shadow: 5px 5px 0 white; text-align: left; text-decoration: none; }
.store-button > span { font-size: 28px; }.store-button small, .store-button strong { display: block; }.store-button small { font-size: 9px; letter-spacing: .08em; }.store-button strong { font-size: 21px; line-height: 1; }
.burst { position: absolute; font-family: Shrikhand, sans-serif; font-size: clamp(60px, 10vw, 140px); }.burst-a { left: 7vw; top: 12%; color: var(--yellow); transform: rotate(-12deg); }.burst-b { right: 10vw; top: 15%; color: var(--blue); }.burst-c { right: 8vw; bottom: 3%; color: var(--pink); }

.footer { padding: 46px clamp(20px, 5vw, 80px) 28px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 30px; color: white; background: var(--ink); }
.footer img { width: 180px; filter: drop-shadow(0 0 0 white); }
.footer p { margin: 0; font: 900 clamp(20px, 2vw, 30px)/1 Shrikhand, sans-serif; }
.footer nav { display: flex; gap: 22px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #555; color: #bbb; }

/* Public support and privacy pages */
.legal-page { background: var(--yellow); }
.legal-page .site-header { position: relative; border-bottom: var(--line); }
.legal-page .site-nav a[aria-current="page"] { border-color: var(--ink); }
.legal-main { padding: clamp(54px, 7vw, 108px) clamp(20px, 5vw, 84px) clamp(80px, 10vw, 150px); }
.legal-hero { max-width: 1080px; margin: 0 auto 48px; }
.legal-hero h1 { max-width: 950px; font-size: clamp(52px, 7vw, 100px); }
.legal-hero p { max-width: 760px; margin: 28px 0 0; font-size: clamp(18px, 1.7vw, 24px); font-weight: 700; }
.legal-updated { display: inline-block; margin-top: 24px; padding: 8px 12px 6px; background: var(--pink); border: 3px solid var(--ink); border-radius: 99px; font-size: 12px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.legal-grid { max-width: 1080px; margin: 0 auto; display: grid; gap: 22px; }
.legal-card { padding: clamp(24px, 4vw, 48px); background: var(--cream); border: var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.legal-card:nth-child(3n + 2) { background: #fff; }
.legal-card:nth-child(3n) { background: #ffe7f2; }
.legal-card h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 44px); line-height: 1; }
.legal-card h3 { margin: 28px 0 8px; font-family: Shrikhand, "Arial Black", sans-serif; font-size: 21px; line-height: 1.1; }
.legal-card p { margin: 0 0 16px; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card ul, .legal-card ol { margin: 12px 0 18px; padding-left: 24px; }
.legal-card li { margin: 8px 0; }
.legal-card a { font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.support-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.support-contact .button { flex: 0 0 auto; }
.safety-note { background: var(--ink) !important; color: white; }
.safety-note h2 { color: var(--yellow); }
.legal-small { font-size: 14px; color: #444; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { max-width: 800px; }
  .hero-art { width: 100%; margin-right: 0; }
  .problem-grid, .feature-story, .privacy, .faq { grid-template-columns: 1fr; }
  .name-cards { grid-template-columns: repeat(2,1fr); }
  .how { grid-template-columns: 1fr; }
  .demo-wrap { margin-top: 25px; }
  .feature-story .story-art { order: 2; }
  .privacy-art { max-width: 760px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { height: 86px; padding-inline: 16px; }
  .brand img { width: 128px; height: 66px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 16px; right: 16px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 14px; background: var(--cream); border: var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 8px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 112px 18px 70px; grid-template-columns: 1fr; }
  h1 { font-size: clamp(57px, 18vw, 80px); }
  h1 em { -webkit-text-stroke-width: 1.5px; text-shadow: 4px 4px 0 var(--ink); }
  .hero-intro { font-size: 18px; }
  .tiny-trust { font-size: 9px; gap: 7px; }
  .hero-art { width: 100%; margin: 30px 0 -20px; border-radius: 38% 7% 41% 6%; }
  .sticker-one { width: 64px; height: 64px; font-size: 9px; }
  .sticker-two { width: 55px; height: 55px; font-size: 28px; }
  .ticker-track { font-size: 18px; }
  .section-pad { padding: 76px 18px; }
  .problem h2, .how h2, .feature-story h2, .privacy h2, .faq h2 { font-size: clamp(44px, 14vw, 64px); }
  .problem-grid { gap: 32px; }
  .name-cards { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 55px; }
  .name-card { min-height: 175px; padding: 14px; border-radius: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .name-card strong { font-size: clamp(20px, 7vw, 32px); }
  .name-card small { font-size: 14px; padding: 8px 6px; }
  .how { gap: 50px; }
  .steps strong { font-size: 21px; }
  .demo-label { left: -5px; top: -28px; }
  .phone { min-height: 680px; }
  .demo-time { font-size: 32px; }
  .feature-story, .privacy { gap: 55px; }
  .paper-frame { box-shadow: 7px 7px 0 var(--ink); }
  .privacy-stamps { gap: 10px; }.privacy-stamps span { width: 86px; height: 86px; font-size: 13px; }
  .manifesto { min-height: 650px; padding-right: 18px; padding-bottom: 260px; }
  .manifesto blockquote { font-size: clamp(45px, 14vw, 67px); }
  .manifesto img { width: 250px; right: -25px; }
  .faq { gap: 50px; }
  .faq summary { font-size: 20px; }
  .download { min-height: 700px; }
  .download h2 { font-size: clamp(56px, 17vw, 88px); }
  .burst { opacity: .65; }
  .footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer nav { flex-wrap: wrap; justify-content: center; }
  .footer small { grid-column: auto; }
  .legal-page .site-header { height: 86px; }
  .legal-main { padding-top: 50px; }
  .legal-card { border-radius: 22px; box-shadow: 5px 5px 0 var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
