@font-face {
  font-family: "Baloo ETC";
  src: url("fonts/baloo2_semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo ETC";
  src: url("fonts/baloo2_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo ETC";
  src: url("fonts/baloo2_extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito ETC";
  src: url("fonts/nunito_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito ETC";
  src: url("fonts/nunito_semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito ETC";
  src: url("fonts/nunito_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #fff6ea;
  --cream-surface: #fffbf2;
  --sticker: #ffffff;
  --cream-high: #fdeeda;
  --cream-highest: #f6e5cc;
  --ink: #34274e;
  --ink-soft: #6e6389;
  --outline: #e3d5be;
  --outline-soft: #f0e5d2;
  --coral: #ff6b6b;
  --coral-deep: #7c2d3e;
  --coral-wash: #ffe4dc;
  --sunshine: #ffb937;
  --sunshine-wash: #ffefc8;
  --mint: #2ec4a5;
  --mint-wash: #d2f5ea;
  --blue: #3e7bff;
  --cyan: #2ec6ee;
  --violet: #8c5cff;
  --shadow: rgba(52, 39, 78, 0.16);
  --shadow-strong: rgba(52, 39, 78, 0.24);
  --max: 1180px;
  --card-radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(255, 228, 220, 0.68) 0%, rgba(255, 246, 234, 0) 34%),
    linear-gradient(315deg, rgba(210, 245, 234, 0.76) 0%, rgba(255, 246, 234, 0) 38%),
    var(--cream);
  color: var(--ink);
  font-family: "Nunito ETC", "Nunito", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--ink);
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 2px solid rgba(52, 39, 78, 0.08);
  background: rgba(255, 246, 234, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}

.brand-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 5px 0 var(--shadow);
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-name {
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.brand-company {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 800;
  padding: 10px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--sticker);
  color: var(--ink);
  box-shadow: 0 4px 0 rgba(52, 39, 78, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 2px solid var(--outline);
  border-radius: 14px;
  background: var(--sticker);
  box-shadow: 0 4px 0 var(--shadow);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.site-main {
  overflow: hidden;
}

.section,
.hero,
.page-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 62px 0 36px;
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 52px;
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 16px;
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 999px;
  background: var(--sticker);
  color: var(--coral-deep);
  box-shadow: 0 5px 0 rgba(52, 39, 78, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 12px;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 14px 0 0 var(--sunshine), 28px 0 0 var(--mint);
  margin-right: 28px;
}

h1,
h2,
h3,
.display-word {
  font-family: "Baloo ETC", system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

h1 {
  margin: 0;
  font-size: 4.55rem;
  font-weight: 800;
  max-width: 760px;
}

h2 {
  margin: 0;
  font-size: 2.55rem;
  font-weight: 800;
}

h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}

p {
  margin: 0;
}

.lead {
  color: var(--ink-soft);
  font-size: 1.18rem;
  font-weight: 700;
  max-width: 690px;
  margin-top: 18px;
}

.hero-actions,
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  --button-face: var(--coral);
  --button-edge: #b83b48;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  padding: 0 22px 6px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.button::before,
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.button::before {
  transform: translateY(6px);
  background: var(--button-edge);
}

.button::after {
  background: var(--button-face);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.button span {
  position: relative;
  z-index: 1;
}

.button:hover {
  transform: translateY(1px);
}

.button.secondary {
  --button-face: #ffffff;
  --button-edge: #e1d1b9;
  color: var(--ink);
}

.button.mint {
  --button-face: var(--mint);
  --button-edge: #0d806b;
  color: #ffffff;
}

.hero-notes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: var(--ink-soft);
  font-weight: 800;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.note-mark {
  width: 14px;
  height: 14px;
  border: 3px solid var(--mint);
  border-radius: 50%;
}

.phone-stage {
  display: grid;
  place-items: center;
  min-height: 580px;
  position: relative;
}

.app-phone {
  width: min(360px, 100%);
  border: 10px solid var(--ink);
  border-radius: 38px;
  background: var(--ink);
  box-shadow: 0 22px 0 rgba(52, 39, 78, 0.14);
  transform: rotate(1.2deg);
}

.phone-screen {
  min-height: 640px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 228, 220, 0.94), rgba(255, 246, 234, 0) 40%),
    linear-gradient(320deg, rgba(210, 245, 234, 0.88), rgba(255, 246, 234, 0) 42%),
    var(--cream);
  padding: 22px 18px;
  overflow: hidden;
}

.phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mini-mascot {
  width: 62px;
  height: 62px;
}

.phone-kicker {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.phone-title {
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--sunshine-wash);
  color: #6c4a00;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px 10px;
}

.phone-card {
  margin-top: 20px;
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 24px;
  background: var(--sticker);
  box-shadow: 0 7px 0 var(--shadow);
  padding: 18px;
  transform: rotate(-1.1deg);
}

.phone-card h3 {
  font-size: 2.3rem;
  margin-top: 8px;
}

.phone-card p {
  color: var(--ink-soft);
  font-weight: 700;
  margin-top: 8px;
}

.phone-stats,
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.mini-stat,
.stat-tile {
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 18px;
  background: var(--sticker);
  box-shadow: 0 5px 0 rgba(52, 39, 78, 0.09);
  padding: 12px;
}

.mini-stat strong,
.stat-tile strong {
  display: block;
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.mini-stat span,
.stat-tile span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 6px;
}

.phone-palette {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.choice-swatch,
.palette-swatch {
  min-height: 96px;
  border: 2px solid rgba(52, 39, 78, 0.12);
  border-radius: 20px;
  box-shadow: 0 6px 0 rgba(52, 39, 78, 0.13);
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
  font-weight: 900;
}

.choice-swatch:nth-child(2) {
  transform: rotate(1.1deg);
}

.choice-swatch:nth-child(3) {
  transform: rotate(1.2deg);
}

.choice-swatch:nth-child(4) {
  transform: rotate(-1.2deg);
}

.floating-wheel {
  width: 128px;
  height: 128px;
  position: absolute;
  right: 2px;
  top: 22px;
  transform: rotate(-9deg);
  filter: drop-shadow(0 8px 0 rgba(52, 39, 78, 0.1));
}

.section {
  padding: 60px 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-header p {
  color: var(--ink-soft);
  font-weight: 700;
  max-width: 520px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.sticker {
  --tilt: 0deg;
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: var(--card-radius);
  background: var(--sticker);
  box-shadow: 0 8px 0 var(--shadow);
  padding: 24px;
  transform: rotate(var(--tilt));
}

.sticker.soft {
  background: var(--cream-surface);
}

.sticker.coral {
  background: var(--coral-wash);
}

.sticker.mint {
  background: var(--mint-wash);
}

.sticker.sun {
  background: var(--sunshine-wash);
}

.sticker h3 + p {
  margin-top: 10px;
}

.sticker p,
.feature-list,
.legal-doc p,
.faq-answer {
  color: var(--ink-soft);
  font-weight: 700;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.metric {
  border-top: 3px solid var(--outline);
  padding-top: 14px;
}

.metric strong {
  display: block;
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.metric span {
  color: var(--ink-soft);
  display: block;
  font-weight: 800;
  margin-top: 6px;
}

.demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.demo-question {
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 28px;
  background: var(--sticker);
  box-shadow: 0 8px 0 var(--shadow);
  padding: 28px;
}

.demo-question .display-word {
  font-size: 3.1rem;
  font-weight: 800;
}

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

.choice-button {
  min-height: 124px;
  border: 2px solid rgba(52, 39, 78, 0.12);
  border-radius: 22px;
  background: var(--swatch);
  box-shadow: 0 7px 0 rgba(52, 39, 78, 0.16);
  color: var(--on-swatch, #ffffff);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 14px;
  font-weight: 900;
}

.choice-button:nth-child(2) {
  transform: rotate(1.2deg);
}

.choice-button:nth-child(3) {
  transform: rotate(0.9deg);
}

.choice-button:nth-child(4) {
  transform: rotate(-1.1deg);
}

.choice-button.is-selected {
  outline: 5px solid currentColor;
  transform: rotate(0deg) scale(1.02);
}

.demo-result {
  min-height: 46px;
  color: var(--ink-soft);
  font-weight: 800;
  margin-top: 16px;
}

.page-hero {
  padding: 58px 0 26px;
}

.page-hero p {
  color: var(--ink-soft);
  font-size: 1.12rem;
  font-weight: 700;
  max-width: 760px;
  margin-top: 16px;
}

.page-tagline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.small-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 999px;
  background: var(--sticker);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 4px 10px;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.screen-card {
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 26px;
  background: var(--sticker);
  box-shadow: 0 8px 0 var(--shadow);
  overflow: hidden;
}

.screen-top {
  min-height: 160px;
  padding: 18px;
  background: var(--tone, var(--coral-wash));
}

.screen-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(52, 39, 78, 0.12);
  margin-top: 10px;
}

.screen-line.short {
  width: 58%;
}

.screen-card-body {
  padding: 18px;
}

.feature-list {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.feature-list li {
  border-top: 1px solid var(--outline-soft);
  padding: 12px 0;
}

.feature-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.library-controls {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.search-input {
  width: 100%;
  min-height: 56px;
  border: 2px solid var(--outline);
  border-radius: 18px;
  background: var(--sticker);
  box-shadow: 0 5px 0 rgba(52, 39, 78, 0.08);
  color: var(--ink);
  font-weight: 800;
  padding: 0 16px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  border: 2px solid var(--outline);
  border-radius: 999px;
  background: var(--sticker);
  color: var(--ink-soft);
  font-weight: 900;
  min-height: 42px;
  padding: 0 14px;
}

.filter-button.is-active {
  border-color: transparent;
  background: var(--ink);
  color: #ffffff;
}

.emotion-grid,
.palette-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.emotion-card,
.palette-card {
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 22px;
  background: var(--sticker);
  box-shadow: 0 6px 0 rgba(52, 39, 78, 0.1);
  padding: 18px;
}

.emotion-swatch {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--accent);
  box-shadow: 0 5px 0 rgba(52, 39, 78, 0.14);
  margin-bottom: 14px;
}

.emotion-card h3 {
  font-size: 1.18rem;
}

.emotion-card p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 8px;
}

.emotion-meta {
  color: var(--coral-deep);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
}

.palette-card {
  padding: 0;
  overflow: hidden;
}

.palette-swatch {
  min-height: 116px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.palette-card-body {
  padding: 16px;
}

.palette-card-body p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 4px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.contact-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 20px;
  background: var(--sticker);
  box-shadow: 0 6px 0 var(--shadow);
  color: var(--ink);
  font-weight: 900;
  padding: 18px;
  text-decoration: none;
}

.contact-link span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 2px solid rgba(52, 39, 78, 0.1);
  border-radius: 20px;
  background: var(--sticker);
  box-shadow: 0 6px 0 rgba(52, 39, 78, 0.09);
  padding: 0;
}

.faq-item summary {
  cursor: pointer;
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  list-style: none;
  padding: 20px 22px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  border-top: 1px solid var(--outline-soft);
  padding: 0 22px 20px;
}

.legal-doc {
  max-width: 900px;
}

.legal-doc section {
  border-bottom: 1px solid var(--outline);
  padding: 26px 0;
}

.legal-doc section:first-child {
  padding-top: 0;
}

.legal-doc h2 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.legal-doc ul {
  color: var(--ink-soft);
  font-weight: 700;
  margin: 12px 0 0;
  padding-left: 20px;
}

.notice-card {
  border-left: 8px solid var(--mint);
}

.site-footer {
  border-top: 2px solid rgba(52, 39, 78, 0.08);
  background: rgba(255, 251, 242, 0.84);
  margin-top: 40px;
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 26px;
}

.footer-title {
  font-family: "Baloo ETC", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-text,
.footer-links a,
.footer-small {
  color: var(--ink-soft);
  font-weight: 700;
}

.footer-text {
  margin-top: 8px;
  max-width: 420px;
}

.footer-heading {
  font-weight: 900;
  margin-bottom: 10px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-small {
  grid-column: 1 / -1;
  border-top: 1px solid var(--outline);
  padding-top: 18px;
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .card-grid,
  .screen-grid,
  .emotion-grid,
  .palette-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    border: 2px solid rgba(52, 39, 78, 0.1);
    border-radius: 20px;
    background: var(--sticker);
    box-shadow: 0 10px 0 var(--shadow);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 14px;
    padding: 12px 14px;
  }

  .hero-grid,
  .split-grid,
  .demo-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 38px;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .phone-stage {
    min-height: auto;
  }

  .floating-wheel {
    width: 104px;
    height: 104px;
    right: 0;
    top: -10px;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand-company {
    display: none;
  }

  h1 {
    font-size: 2.72rem;
  }

  .lead,
  .page-hero p {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .app-phone {
    width: 100%;
    transform: none;
  }

  .phone-screen {
    min-height: 570px;
  }

  .card-grid,
  .card-grid.two,
  .screen-grid,
  .emotion-grid,
  .palette-grid,
  .choice-grid,
  .phone-stats,
  .mini-stats,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .choice-button {
    min-height: 96px;
  }

  .section {
    padding: 42px 0;
  }
}
