:root {
  --ink: #15171d;
  --muted: #65707f;
  --paper: #ffffff;
  --mist: #eef4f8;
  --cyan: #14b9cc;
  --cyan-dark: #08869a;
  --green: #16bf83;
  --violet: #9d34e8;
  --blue: #2e78e7;
  --line: rgba(22, 28, 36, 0.1);
  --shadow: 0 24px 70px rgba(13, 44, 58, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  cursor: url("./assets/bambo-cursor.svg") 4 3, auto;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 44%, #f2f7f9 100%);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 40px rgba(24, 60, 72, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: url("./assets/bambo-cursor.svg") 4 3, auto;
}

a,
button,
summary,
.header-store-link,
.store-badge,
.store-button,
.pricing-button,
.contact-button,
.web-button {
  cursor: url("./assets/bambo-cursor.svg") 4 3, pointer;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  font-size: 1.15rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #465463;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--cyan-dark);
}

.primary-button,
.secondary-button,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-store-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  border-radius: 20px;
  background: rgba(236, 242, 244, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.header-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(18, 22, 28, 0.04);
  border-radius: 14px;
  color: #101318;
  background: rgba(214, 221, 224, 0.82);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-store-link:hover {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 10px 22px rgba(16, 49, 61, 0.12);
}

.header-store-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.header-store-link .play-icon {
  fill: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: 76px;
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto 22px;
  padding: 54px 0 86px;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--cyan-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 470px;
  margin-bottom: 16px;
  font-size: clamp(2.65rem, 3.55vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 span {
  color: var(--cyan);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.lead {
  max-width: 465px;
  margin-bottom: 22px;
  color: #4d5b68;
  font-size: clamp(1.04rem, 1.2vw, 1.14rem);
  line-height: 1.62;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin-bottom: 22px;
}

.primary-button,
.secondary-button {
  padding: 0 22px;
  font-size: 1rem;
}

.store-mini {
  display: grid;
  gap: 2px;
  min-width: 122px;
  min-height: 50px;
  line-height: 1;
}

.store-mini span {
  font-size: 0.78rem;
  opacity: 0.9;
}

.store-mini.play {
  background: #09a9cd;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 168px;
  min-height: 62px;
  padding: 9px 16px;
  border: 1px solid rgba(8, 26, 51, 0.12);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #081a33 0%, #14233a 100%);
  box-shadow: 0 16px 34px rgba(8, 26, 51, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(8, 26, 51, 0.24);
}

.store-badge svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.store-badge span {
  display: grid;
  gap: 3px;
  font-size: 1.22rem;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.store-badge small {
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.72);
}

.play-store svg {
  fill: none;
}

.hero-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(20, 185, 204, 0.22);
  border-radius: 16px;
  color: #0b7182;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(23, 53, 67, 0.08);
  font-size: 0.98rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-secondary-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 185, 204, 0.36);
  box-shadow: 0 18px 36px rgba(23, 53, 67, 0.12);
}

.hero-secondary-cta svg {
  width: 18px;
  height: 18px;
  fill: var(--cyan);
}

.play-blue {
  fill: #4285f4;
}

.play-green {
  fill: #34a853;
}

.play-yellow {
  fill: #fbbc05;
}

.play-red {
  fill: #ea4335;
}

.inspect-button {
  color: var(--violet);
}

.primary-button {
  color: #fff;
  background: var(--cyan);
  box-shadow: 0 14px 34px rgba(20, 185, 204, 0.32);
}

.secondary-button {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.primary-button:hover,
.secondary-button:hover,
.store-button:hover {
  transform: translateY(-2px);
}

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

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(20, 185, 204, 0.2);
  border-radius: 999px;
  color: #276574;
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.trust-row svg {
  width: 17px;
  height: 17px;
  fill: var(--cyan-dark);
}

.hero-visual {
  position: relative;
  isolation: isolate;
  min-width: 0;
  perspective: 1400px;
  padding: 42px 0 84px 24px;
}

.tablet-frame {
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: #dfe7ec;
  box-shadow: var(--shadow);
  transform: rotateY(-12deg) rotateX(3deg) rotateZ(1deg);
  transform-origin: center right;
}

.tablet-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-panda {
  position: absolute;
  z-index: 4;
  left: -72px;
  bottom: 0;
  width: clamp(156px, 16vw, 214px);
  filter: drop-shadow(0 22px 28px rgba(20, 70, 84, 0.22));
}

.floating-pill {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 8px;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 36px rgba(18, 45, 55, 0.16);
}

.ai-pill {
  top: 92px;
  right: -34px;
  background: linear-gradient(135deg, #7f36ee, #b339f2);
}

.pool-pill {
  right: -30px;
  bottom: 132px;
  background: linear-gradient(135deg, #12bc84, #08a56f);
}

.task-pill {
  left: 46%;
  bottom: 26px;
  color: var(--cyan);
  background: #fff;
}

.how-it-works,
.games-showcase,
.features,
.screens,
.team-highlight,
.ad-free-band,
.launch,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.problem-copy > p:last-of-type,
.launch-copy p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.problem-copy > p:last-of-type {
  max-width: 560px;
  margin-bottom: 26px;
}

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

.workflow-row {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 178px;
  padding: 20px;
  border: 1px solid rgba(22, 28, 36, 0.075);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 253, 0.92));
  box-shadow: 0 16px 38px rgba(23, 53, 67, 0.065);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.workflow-row:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 185, 204, 0.18);
  box-shadow: 0 22px 52px rgba(23, 53, 67, 0.1);
}

.workflow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 950;
}

.workflow-row.violet .workflow-icon {
  background: var(--violet);
}

.workflow-row.cyan .workflow-icon {
  background: var(--cyan);
}

.workflow-row.green .workflow-icon {
  background: var(--green);
}

.workflow-row.orange .workflow-icon {
  background: #f59e0b;
}

.workflow-row.blue .workflow-icon {
  background: var(--blue);
}

.workflow-row.slate .workflow-icon {
  background: #344255;
}

.workflow-row strong,
.workflow-row span {
  display: block;
}

.workflow-row strong {
  margin-bottom: 8px;
  color: #17202a;
  font-size: 1.08rem;
  line-height: 1.15;
}

.workflow-row div span {
  color: #65707f;
  font-size: 0.95rem;
  line-height: 1.45;
}

.workflow-summary {
  position: relative;
  align-self: stretch;
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(20, 185, 204, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 5%, rgba(20, 185, 204, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 248, 250, 0.86));
  box-shadow: 0 24px 64px rgba(13, 44, 58, 0.11);
}

.summary-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
}

.summary-topline span {
  color: var(--cyan-dark);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.summary-topline strong {
  color: #17202a;
  font-size: 1.1rem;
}

.summary-steps {
  display: grid;
  gap: 12px;
}

.summary-steps div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.summary-steps span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--cyan-dark);
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.82rem;
  font-weight: 950;
}

.summary-steps strong {
  color: #17202a;
  font-size: 1rem;
}

.summary-steps p {
  margin: 4px 0 0;
  color: #65707f;
  font-size: 0.9rem;
  line-height: 1.4;
}

.summary-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.summary-metrics span {
  padding: 8px 10px;
  border: 1px solid rgba(20, 185, 204, 0.16);
  border-radius: 999px;
  color: #276574;
  background: rgba(20, 185, 204, 0.08);
  font-size: 0.8rem;
  font-weight: 850;
}

.games-showcase {
  padding: 112px 0 96px;
}

.how-it-works {
  position: relative;
  overflow: hidden;
  margin-top: 104px;
  margin-bottom: 34px;
  padding: 48px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(20, 185, 204, 0.15), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(46, 120, 231, 0.1), transparent 30%),
    linear-gradient(180deg, #f6fbfd 0%, #eef7fb 100%);
  box-shadow: 0 24px 70px rgba(13, 44, 58, 0.09);
}

.how-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.how-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.08;
}

.how-heading > p:not(.section-kicker) {
  max-width: 650px;
  margin: 16px 0 0;
  color: #5b6978;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.55;
}

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

.step-card {
  position: relative;
  min-height: 316px;
  padding: 26px;
  border: 1px solid rgba(22, 28, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 54px rgba(23, 53, 67, 0.1);
}

.step-card:not(:last-child)::after {
  position: absolute;
  top: 42px;
  right: -28px;
  z-index: 2;
  color: var(--cyan);
  content: "→";
  font-size: 2rem;
  font-weight: 950;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 950;
}

.step-one .step-number {
  background: var(--cyan);
}

.step-two .step-number {
  background: var(--green);
}

.step-three .step-number {
  background: var(--violet);
}

.step-card h3 {
  margin-bottom: 10px;
  color: #17202a;
}

.step-card p {
  min-height: 74px;
  margin-bottom: 20px;
  color: #5f6b79;
  font-size: 0.98rem;
  line-height: 1.55;
}

.mini-interface {
  padding: 14px;
  border: 1px solid rgba(20, 185, 204, 0.12);
  border-radius: 8px;
  background: rgba(248, 252, 253, 0.92);
}

.app-shot-mini {
  overflow: hidden;
  padding: 0;
  min-height: 188px;
  background: #eef4f8;
}

.app-shot-mini img {
  display: block;
  width: 100%;
  height: 188px;
  object-fit: cover;
  object-position: center;
}

.app-shot-select img {
  object-position: center 44%;
}

.app-shot-play img {
  height: 204px;
  object-position: center 79%;
}

.app-shot-play {
  min-height: 204px;
}

.app-shot-homework img {
  object-position: center 82%;
}

.mini-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 6px;
  margin-bottom: 10px;
}

.mini-tabs span,
.mini-categories span {
  overflow: hidden;
  min-height: 24px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--cyan);
  font-size: 0.66rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mini-tabs span:first-child {
  background: var(--violet);
}

.mini-tabs span:nth-child(2) {
  background: var(--green);
}

.mini-search {
  margin-bottom: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #9aa5b1;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.mini-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.mini-categories span {
  color: #276574;
  background: rgba(20, 185, 204, 0.1);
}

.session-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.session-row strong {
  color: #17202a;
}

.session-row span {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--cyan-dark);
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.75rem;
  font-weight: 900;
}

.session-time,
.progress-label {
  color: #667280;
  font-size: 0.78rem;
  font-weight: 750;
}

.progress-line {
  overflow: hidden;
  height: 6px;
  margin: 18px 0 8px;
  border-radius: 999px;
  background: rgba(22, 28, 36, 0.08);
}

.progress-line span {
  display: block;
  width: 65%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.progress-label {
  display: flex;
  justify-content: space-between;
}

.content-mini {
  padding: 12px;
}

.content-mini-shot {
  display: block;
  width: 100%;
  height: 84px;
  margin-bottom: 12px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: inset 0 0 0 1px rgba(20, 185, 204, 0.08);
}

.content-preview-art {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  margin-bottom: 12px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 209, 102, 0.72) 0 13px, transparent 14px),
    radial-gradient(circle at 82% 34%, rgba(20, 185, 204, 0.22), transparent 32%),
    linear-gradient(135deg, #fff6cf 0%, #daf7fb 48%, #e7ddff 100%);
}

.content-preview-art span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.content-preview-art span:first-child {
  width: 48px;
  height: 10px;
  right: 18px;
  top: 18px;
}

.content-preview-art span:nth-child(2) {
  width: 38px;
  height: 38px;
  left: 24px;
  bottom: -14px;
  background: rgba(22, 191, 131, 0.26);
}

.content-preview-art span:nth-child(3) {
  width: 68px;
  height: 12px;
  left: 74px;
  bottom: 18px;
  background: rgba(157, 52, 232, 0.16);
}

.content-preview-meta {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.content-preview-meta span {
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: #17856b;
  background: rgba(22, 191, 131, 0.12);
  font-size: 0.68rem;
  font-weight: 900;
}

.content-preview-meta strong {
  color: #17202a;
  font-size: 0.96rem;
  line-height: 1.15;
}

.content-preview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.content-preview-chips span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #276574;
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.64rem;
  font-weight: 850;
}

.content-mini button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), #08a7bb);
  box-shadow: 0 10px 24px rgba(20, 185, 204, 0.2);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
}

.homework-mini > strong {
  display: block;
  margin-bottom: 12px;
  color: #17202a;
  font-size: 0.9rem;
}

.homework-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.homework-strip span {
  min-height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 185, 204, 0.34), rgba(22, 191, 131, 0.2)),
    #fff;
}

.homework-strip span:nth-child(2) {
  background: linear-gradient(135deg, rgba(157, 52, 232, 0.28), rgba(20, 185, 204, 0.12)), #fff;
}

.homework-strip span:nth-child(3) {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.34), rgba(22, 191, 131, 0.12)), #fff;
}

.success-line {
  padding: 9px 10px;
  border-radius: 8px;
  color: #148a64;
  background: rgba(22, 191, 131, 0.11);
  font-size: 0.82rem;
  font-weight: 850;
}

.games-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.games-heading p:last-child {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.marquee-shell {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  padding: 6px 0 16px;
}

.marquee-shell::before,
.marquee-shell::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(16vw, 180px);
  content: "";
  pointer-events: none;
}

.marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.marquee-row {
  display: flex;
  width: max-content;
}

.marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 0 7px;
  animation: gameMarquee 34s linear infinite;
}

.marquee-row.reverse .marquee-track {
  animation-direction: reverse;
  animation-duration: 39s;
}

.game-card {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  width: clamp(220px, 20vw, 300px);
  min-height: 214px;
  padding: 8px;
  border: 1px solid rgba(20, 185, 204, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(28, 72, 86, 0.1);
}

.game-card.alt {
  border-color: rgba(22, 191, 131, 0.22);
  background: #fff;
}

.game-card img {
  width: 100%;
  height: 154px;
  border: 1px solid rgba(22, 28, 36, 0.06);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
}

.game-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 6px 4px 0;
  color: #24313f;
  font-size: clamp(0.86rem, 0.98vw, 1rem);
  line-height: 1.2;
  text-align: center;
}

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

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

.features,
.screens,
.team-highlight,
.ad-free-band,
.launch {
  padding: 118px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.features {
  padding-top: 104px;
  padding-bottom: 104px;
}

.features .section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.features .section-heading h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  line-height: 1.04;
}

.features .section-heading p:last-child {
  max-width: 670px;
  color: #566575;
  font-size: 1.06rem;
  font-weight: 650;
  line-height: 1.58;
}

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

.feature-card {
  --feature-accent: var(--cyan);
  position: relative;
  overflow: hidden;
  min-height: 232px;
  padding: 28px;
  border: 1px solid rgba(20, 185, 204, 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--feature-accent) 12%, transparent), transparent 34%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(26, 55, 70, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-card::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--feature-accent), color-mix(in srgb, var(--feature-accent) 42%, white));
  content: "";
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--feature-accent) 34%, white);
  box-shadow: 0 24px 58px rgba(26, 55, 70, 0.11);
}

.feature-card:nth-child(1) {
  --feature-accent: var(--cyan);
}

.feature-card:nth-child(2) {
  --feature-accent: var(--green);
}

.feature-card:nth-child(3) {
  --feature-accent: var(--violet);
}

.feature-card:nth-child(4) {
  --feature-accent: var(--blue);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 14px 24px color-mix(in srgb, var(--feature-accent) 22%, transparent);
  font-size: 1.06rem;
  font-weight: 950;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #101927;
  font-size: 1.14rem;
  line-height: 1.18;
}

.feature-icon.teal {
  background: var(--cyan);
}

.feature-icon.green {
  background: var(--green);
}

.feature-icon.violet {
  background: var(--violet);
}

.feature-icon.blue {
  background: var(--blue);
}

.feature-card p,
.screen-item p,
.site-footer p,
.store-note {
  color: var(--muted);
  line-height: 1.58;
}

.feature-card p {
  color: #5b6978;
  font-size: 0.96rem;
  font-weight: 560;
}

.pricing-section {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 64px;
  padding: 8px 0 78px;
  overflow: hidden;
  scroll-margin-top: 8px;
}

.pricing-section::before,
.pricing-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.pricing-section::before {
  top: 38px;
  right: 6%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(8, 187, 214, 0.16), transparent 68%);
}

.pricing-section::after {
  bottom: 28px;
  left: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(8, 187, 214, 0.12), transparent 70%);
}

.pricing-heading {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.launch-badge,
.plan-badge,
.recommended-badge,
.value-label,
.saving-label,
.plan-summary,
.launch-price-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 999px;
  font-weight: 950;
}

.launch-badge {
  min-height: 34px;
  margin-bottom: 14px;
  padding: 8px 16px;
  color: #00afcb;
  background: rgba(230, 250, 253, 0.88);
  box-shadow: inset 0 0 0 1px rgba(191, 239, 245, 0.9);
  font-size: 0.84rem;
}

.pricing-heading h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: #081a33;
  font-size: clamp(2.45rem, 4.4vw, 4.4rem);
  line-height: 1.04;
}

.pricing-heading > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #536278;
  font-size: 1.06rem;
  line-height: 1.72;
  font-weight: 650;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(191, 239, 245, 0.78);
  border-radius: 26px;
  background:
    radial-gradient(circle at 94% 0%, rgba(230, 250, 253, 0.62), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 254, 255, 0.94));
  box-shadow: 0 24px 76px rgba(8, 187, 214, 0.09);
}

.pricing-card.featured {
  border-color: rgba(167, 243, 208, 0.92);
  background:
    radial-gradient(circle at 92% 0%, rgba(16, 185, 129, 0.14), transparent 31%),
    radial-gradient(circle at 16% 100%, rgba(8, 187, 214, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff, #f6fffb);
  box-shadow:
    0 32px 96px rgba(15, 118, 110, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-6px);
}

.recommended-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  min-height: 28px;
  padding: 6px 12px;
  color: #fff;
  background: linear-gradient(135deg, #10b981, #08bbd6);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.2);
  font-size: 0.76rem;
}

.pricing-card-top {
  display: grid;
  gap: 7px;
  padding-right: 126px;
}

.pricing-card:not(.featured) .pricing-card-top {
  padding-right: 0;
}

.plan-badge {
  min-height: 34px;
  padding: 7px 15px;
  color: #00afcb;
  background:
    linear-gradient(135deg, rgba(230, 250, 253, 0.98), rgba(191, 239, 245, 0.62));
  box-shadow:
    inset 0 0 0 1px rgba(191, 239, 245, 0.95),
    0 10px 24px rgba(8, 187, 214, 0.08);
  font-size: 0.8rem;
}

.pricing-card.featured .plan-badge {
  color: #0f766e;
  background:
    linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(167, 243, 208, 0.72));
  box-shadow:
    inset 0 0 0 1px rgba(167, 243, 208, 0.95),
    0 10px 24px rgba(15, 118, 110, 0.08);
}

.pricing-card h3 {
  margin: 0;
  color: #081a33;
  font-size: clamp(1.48rem, 1.95vw, 1.9rem);
  line-height: 1.08;
}

.pricing-card-top p {
  max-width: 460px;
  margin: 0;
  color: #536278;
  font-size: 0.86rem;
  line-height: 1.5;
  font-weight: 650;
}

.plan-summary {
  min-height: 28px;
  padding: 6px 11px;
  border: 1px solid rgba(191, 239, 245, 0.86);
  color: #00afcb;
  background: rgba(230, 250, 253, 0.78);
  font-size: 0.74rem;
  line-height: 1.15;
}

.pricing-card.featured .plan-summary {
  border-color: rgba(167, 243, 208, 0.86);
  color: #0f766e;
  background: rgba(236, 253, 245, 0.82);
}

.price-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.price-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  min-height: 104px;
  padding: 12px;
  border: 1px solid rgba(191, 239, 245, 0.78);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 10%, rgba(8, 187, 214, 0.08), transparent 38%),
    #fff;
  box-shadow: 0 16px 40px rgba(8, 187, 214, 0.07);
}

.price-block.annual {
  border-color: rgba(191, 239, 245, 0.95);
  background: linear-gradient(180deg, rgba(230, 250, 253, 0.84), #fff);
}

.pricing-card.featured .price-block {
  border-color: rgba(167, 243, 208, 0.82);
  background:
    radial-gradient(circle at 100% 10%, rgba(16, 185, 129, 0.08), transparent 38%),
    #fff;
  box-shadow: 0 16px 40px rgba(15, 118, 110, 0.07);
}

.pricing-card.featured .price-block.annual {
  border-color: rgba(167, 243, 208, 0.98);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.9), #fff);
}

.price-label {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  color: #172438;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.value-label {
  grid-column: 1 / -1;
  order: 5;
  min-height: 22px;
  padding: 5px 8px;
  color: #00afcb;
  background: linear-gradient(135deg, rgba(230, 250, 253, 0.95), rgba(191, 239, 245, 0.74));
  box-shadow: inset 0 0 0 1px rgba(191, 239, 245, 0.86);
  font-size: 0.64rem;
  line-height: 1.15;
  text-align: center;
}

.pricing-card.featured .value-label {
  color: #0f766e;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.98), rgba(167, 243, 208, 0.72));
  box-shadow: inset 0 0 0 1px rgba(167, 243, 208, 0.88);
}

.saving-label {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  min-height: 24px;
  padding: 5px 9px;
  color: #fff;
  background: linear-gradient(135deg, #00afcb, #08bbd6);
  box-shadow: 0 12px 22px rgba(8, 187, 214, 0.2);
  font-size: 0.66rem;
  line-height: 1.1;
}

.pricing-card.featured .saving-label {
  background: linear-gradient(135deg, #10b981, #08bbd6);
  box-shadow: 0 12px 22px rgba(15, 118, 110, 0.2);
}

.price-block del {
  grid-column: 1 / -1;
  order: 2;
  color: #8a95a3;
  font-size: 0.72rem;
  font-weight: 750;
}

.launch-price-label {
  grid-column: 1 / -1;
  order: 3;
  min-height: 20px;
  color: #00afcb;
  background: transparent;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pricing-card.featured .launch-price-label {
  color: #0f766e;
}

.price-block strong {
  grid-column: 1 / -1;
  color: #081a33;
  font-size: clamp(1.58rem, 2.5vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
  order: 4;
  text-shadow: 0 10px 30px rgba(8, 187, 214, 0.08);
}

.pricing-card.featured .price-block strong {
  text-shadow: 0 10px 30px rgba(15, 118, 110, 0.08);
}

.price-block small {
  color: #536278;
  font-size: 0.76rem;
  font-weight: 850;
}

.plan-features {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #41516a;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.32;
}

.plan-features li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 1px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #08bbd6, #00afcb);
  box-shadow: 0 8px 18px rgba(8, 187, 214, 0.18);
}

.pricing-card.featured .plan-features li::before {
  background: linear-gradient(135deg, #10b981, #08bbd6);
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
}

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 2px;
  padding: 0 22px;
  border: 1px solid rgba(191, 239, 245, 0.95);
  border-radius: 999px;
  color: #00afcb;
  background: rgba(230, 250, 253, 0.72);
  font-weight: 950;
}

.pricing-button.primary {
  color: #fff;
  background: linear-gradient(135deg, #10b981, #08bbd6);
  box-shadow: 0 18px 38px rgba(15, 118, 110, 0.24);
}

.pricing-note {
  max-width: 760px;
  margin: 16px auto 0;
  color: #64748b;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.6;
  font-weight: 650;
}

.legal-page-body {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 187, 214, 0.12), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(16, 185, 129, 0.1), transparent 24%),
    #f7fbfd;
}

.legal-page {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 72px;
}

.legal-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(191, 239, 245, 0.95);
  border-radius: 999px;
  color: #00afcb;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(8, 187, 214, 0.08);
  font-weight: 850;
}

.legal-document {
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(191, 239, 245, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 90px rgba(23, 53, 67, 0.1);
}

.legal-document h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: #081a33;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
}

.legal-document h2 {
  margin: 30px 0 12px;
  color: #081a33;
  font-size: clamp(1.18rem, 2vw, 1.52rem);
  line-height: 1.18;
}

.legal-document p {
  margin: 0 0 14px;
  color: #425268;
  font-size: 1rem;
  line-height: 1.78;
  font-weight: 560;
}

.legal-document .section-kicker {
  margin-bottom: 14px;
  color: #00afcb;
}

.account-delete-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 76px;
}

.account-delete-hero {
  max-width: 790px;
  margin-bottom: 28px;
}

.account-delete-hero h1 {
  margin: 0 0 18px;
  color: #081a33;
  font-size: clamp(2.2rem, 5vw, 4.35rem);
  line-height: 1.02;
}

.account-delete-hero > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #536278;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.65;
}

.delete-warning,
.delete-support {
  border: 1px solid rgba(191, 239, 245, 0.9);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(8, 187, 214, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(23, 53, 67, 0.08);
}

.delete-warning {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
  padding: 22px 24px;
}

.delete-warning strong {
  color: #0f766e;
  font-size: 1.02rem;
}

.delete-warning p,
.delete-support p {
  margin: 0;
  color: #536278;
  line-height: 1.62;
  font-weight: 600;
}

.delete-steps {
  display: grid;
  gap: 22px;
}

.delete-step-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.62fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(191, 239, 245, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 74px rgba(23, 53, 67, 0.09);
}

.delete-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #10b981, #08bbd6);
  box-shadow: 0 14px 26px rgba(15, 118, 110, 0.18);
  font-weight: 950;
}

.delete-step-card h2 {
  margin: 0 0 12px;
  color: #081a33;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.12;
}

.delete-step-card p {
  max-width: 560px;
  margin: 0;
  color: #536278;
  font-size: 1.02rem;
  font-weight: 610;
  line-height: 1.65;
}

.delete-step-card strong {
  color: #081a33;
}

.delete-step-card img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border: 1px solid rgba(203, 213, 225, 0.56);
  border-radius: 22px;
  background: #f1f5f9;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.delete-support {
  margin-top: 28px;
  padding: 26px;
}

.delete-support h2 {
  margin: 0 0 10px;
  color: #081a33;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.delete-support a {
  display: inline-flex;
  margin-top: 14px;
  color: #00afcb;
  font-weight: 950;
}

.screens {
  position: relative;
}

.screens .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
  gap: 32px;
  align-items: end;
  max-width: none;
}

.screens .section-heading::after {
  content: "Oyun, materyal ve takip ekranları aynı dilde birleşir; çocuk için sıcak, terapist için düzenli bir çalışma alanı oluşur.";
  color: #536278;
  font-size: 1.04rem;
  line-height: 1.65;
  font-weight: 650;
}

.screens .section-heading::after {
  content: "Oyun, materyal ve takip ekranları aynı görsel dilde birleşir; çocuk için ilgi çekici, terapist için düzenli bir çalışma alanı oluşturur.";
}

.screen-carousel {
  position: relative;
  display: grid;
  align-items: center;
}

.screen-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px 4px 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.screen-track::-webkit-scrollbar {
  display: none;
}

.screen-shot-card {
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(203, 213, 225, 0.58);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 252, 254, 0.84));
  box-shadow: 0 18px 56px rgba(23, 53, 67, 0.1);
  cursor: url("./assets/bambo-cursor.svg") 4 3, zoom-in;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.screen-shot-card:hover,
.screen-shot-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(20, 185, 204, 0.36);
  box-shadow: 0 24px 70px rgba(23, 53, 67, 0.14);
  outline: none;
}

.screen-shot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 185, 204, 0.08), transparent 42%);
}

.screen-shot-card img {
  position: relative;
  width: 100%;
  height: 240px;
  padding: 14px;
  object-fit: contain;
  object-position: center;
  background: #eaf1f5;
}

.screen-shot-card div {
  position: relative;
  min-height: 92px;
  padding: 16px 18px 18px;
}

.screen-shot-card span {
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cyan-dark);
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
}

.screen-shot-card h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.screen-nav {
  position: absolute;
  z-index: 4;
  top: 42%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(20, 185, 204, 0.22);
  border-radius: 999px;
  color: #081a33;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(23, 53, 67, 0.13);
  backdrop-filter: blur(12px);
}

.screen-nav svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.screen-nav.prev {
  left: -18px;
}

.screen-nav.next {
  right: -18px;
}

.screen-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(8, 26, 51, 0.62);
  backdrop-filter: blur(12px);
}

.screen-lightbox.is-open {
  display: grid;
}

.screen-lightbox figure {
  width: min(1040px, 94vw);
  max-height: 90vh;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.24);
}

.screen-lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 18px;
  background: #eef4f8;
}

.screen-lightbox figcaption {
  padding: 14px 4px 2px;
  color: #081a33;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 82;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #081a33;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.lightbox-close svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.launch {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 56px;
  padding: 48px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #111820 0%, #0b7e91 58%, #13bdd0 100%);
  box-shadow: var(--shadow);
}

.launch .section-kicker,
.launch-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.launch h2 {
  margin-bottom: 12px;
}

.download-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.store-button {
  justify-content: flex-start;
  gap: 14px;
  min-height: 72px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  background: rgba(4, 11, 17, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.store-button.light {
  color: var(--ink);
  background: #fff;
}

.store-button svg {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.store-button span {
  display: grid;
  gap: 2px;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 950;
}

.store-button small {
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  opacity: 0.76;
}

.store-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.team-highlight {
  border-top: 0;
}

.hero + .team-highlight {
  padding-top: 34px;
  padding-bottom: 88px;
}

.trust-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 0 28px;
}

.trust-heading h2 {
  margin: 0;
  color: #081a33;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.06;
}

.trust-heading p:last-child {
  max-width: 680px;
  margin: 0;
  color: #536278;
  font-size: 1.04rem;
  line-height: 1.62;
  font-weight: 650;
}

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

.advisor-panel {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(20, 185, 204, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 185, 204, 0.11), rgba(255, 255, 255, 0) 42%),
    #fff;
  box-shadow: 0 20px 54px rgba(23, 53, 67, 0.1);
}

.advisor-panel.field-card {
  background:
    linear-gradient(135deg, rgba(22, 191, 131, 0.12), rgba(255, 255, 255, 0) 44%),
    #fff;
}

.advisor-photo-frame {
  display: block;
  overflow: hidden;
  width: min(100%, 142px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 43, 54, 0.14);
}

.placeholder-avatar {
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(135deg, #14b9cc, #16bf83);
}

.placeholder-avatar span {
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.advisor-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.advisor-role {
  margin-bottom: 10px;
  color: var(--cyan-dark);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.advisor-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
}

.advisor-copy p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: #4d5b68;
  font-size: 1.1rem;
  line-height: 1.68;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.trust-badges span {
  padding: 9px 14px;
  border: 1px solid rgba(20, 185, 204, 0.18);
  border-radius: 999px;
  color: #276574;
  background: rgba(20, 185, 204, 0.08);
  font-size: 0.9rem;
  font-weight: 850;
}

.ad-free-band {
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 0.8fr;
  gap: 28px;
  align-items: center;
  min-height: 430px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 46px;
  border: 1px solid rgba(20, 185, 204, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 4% 8%, rgba(20, 185, 204, 0.24), transparent 28%),
    radial-gradient(circle at 96% 92%, rgba(22, 191, 131, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(20, 185, 204, 0.14), rgba(255, 255, 255, 0.92) 42%, rgba(255, 250, 238, 0.82));
  box-shadow: 0 24px 70px rgba(13, 44, 58, 0.1);
}

.ad-free-copy h2 {
  margin: 0;
  color: #222b36;
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.ad-free-copy.right {
  text-align: center;
}

.ad-free-copy.right p {
  max-width: 260px;
  margin: 18px auto 0;
  color: #5b6674;
  font-size: 1.06rem;
  line-height: 1.55;
  font-weight: 600;
}

.ad-free-visual {
  display: grid;
  place-items: center;
  min-height: 330px;
  border: 1px solid rgba(20, 185, 204, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ad-free-visual img,
.ad-free-visual video {
  width: min(78%, 310px);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(20, 70, 84, 0.13));
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 32px 0 42px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
}

.site-footer p {
  margin: 0;
}

.footer-main {
  display: grid;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  max-width: 520px;
}

.footer-links a {
  color: #4d5b68;
  font-size: 0.95rem;
  font-weight: 800;
}

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

.footer-note {
  grid-column: 1 / -1;
  color: #8a95a3;
  font-size: 0.9rem;
}

.legacy-launch,
.site-footer > .footer-main:not(.premium-footer-main),
.site-footer > .footer-links,
.site-footer > .footer-note {
  display: none;
}

.footer-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 66px auto 42px;
}

.cta-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 28px;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
  padding: 34px 46px;
  border-radius: 32px;
  color: #081a33;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.46), transparent 25%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(135deg, #08bbd6 0%, #18c6d9 54%, #8be2ec 100%);
  box-shadow: 0 30px 90px rgba(8, 134, 154, 0.25);
}

.cta-banner::before,
.cta-banner::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.08),
    380px 122px 0 rgba(255, 255, 255, 0.34),
    910px 190px 0 rgba(255, 255, 255, 0.36);
}

.cta-banner::before {
  top: 66px;
  left: 650px;
}

.cta-banner::after {
  right: 34px;
  bottom: 106px;
}

.cta-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 109, 132, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 0.86rem;
  font-weight: 900;
}

.cta-pill svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.cta-copy h2 {
  max-width: 520px;
  margin-bottom: 14px;
  color: #081a33;
  font-size: clamp(2.2rem, 3.2vw, 3.45rem);
  line-height: 1.04;
}

.cta-copy h2 span {
  display: block;
  color: #fff;
}

.cta-copy p {
  max-width: 500px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 650;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.cta-proof span {
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(7, 91, 114, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 850;
}

.store-button.dark {
  width: auto;
  min-width: 150px;
  min-height: 54px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #13243c, #06121e);
  box-shadow: 0 18px 42px rgba(4, 21, 35, 0.24);
}

.store-button.dark svg {
  width: 30px;
  height: 30px;
}

.store-button.dark span {
  font-size: 1.02rem;
}

.store-button.dark small {
  font-size: 0.72rem;
}

.web-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 10px;
  color: #122033;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(18, 60, 76, 0.14);
  font-weight: 900;
}

.web-button svg {
  width: 20px;
  height: 20px;
  fill: var(--cyan-dark);
}

.cta-visual {
  position: relative;
  z-index: 1;
  min-height: 250px;
}

.cta-device {
  position: absolute;
  right: -2px;
  top: 8px;
  width: min(86%, 515px);
  padding: 10px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 60px rgba(7, 60, 76, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: rotate(-2.5deg) perspective(900px) rotateY(-7deg);
}

.cta-device img {
  aspect-ratio: 16 / 9.6;
  border-radius: 18px;
  object-fit: cover;
  object-position: top center;
}

.cta-panda {
  position: absolute;
  z-index: 3;
  left: -2%;
  bottom: -8px;
  width: min(28%, 158px);
  filter: drop-shadow(0 24px 28px rgba(6, 68, 80, 0.22));
}

.cta-float {
  display: none;
  position: absolute;
  z-index: 4;
  top: 88px;
  left: 150px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #9d34e8, #7c2ee6);
  box-shadow: 0 18px 32px rgba(95, 36, 180, 0.28);
  font-size: 0.82rem;
  font-weight: 950;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 52px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 62px auto 72px;
  padding: 54px 0 34px;
}

.faq-heading {
  display: grid;
  gap: 14px;
  max-width: 390px;
}

.faq-heading h2 {
  margin: 0;
  color: #081a33;
  font-size: clamp(2.4rem, 4.2vw, 4.6rem);
  line-height: 1.08;
}

.faq-list {
  display: grid;
  counter-reset: faq;
  gap: 0;
  border-top: 1px solid rgba(203, 213, 225, 0.7);
}

.faq-item {
  counter-increment: faq;
  border-bottom: 1px solid rgba(203, 213, 225, 0.7);
  background: transparent;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 0;
  color: #172438;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}

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

.faq-item summary::before {
  content: counter(faq, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #008da3;
  background: rgba(20, 185, 204, 0.1);
  font-size: 0.76rem;
  font-weight: 950;
}

.faq-item summary svg {
  width: 22px;
  height: 22px;
  fill: var(--cyan-dark);
  transition: transform 0.18s ease;
}

.faq-item[open] summary svg {
  transform: rotate(180deg);
}

.faq-item p {
  max-width: 680px;
  margin: -4px 52px 24px 62px;
  color: #536278;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 32px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 34px;
  scroll-margin-top: 120px;
}

.contact-page-main {
  padding: 10px 0 34px;
}

.contact-page-section {
  gap: 24px;
  margin-top: 14px;
}

.contact-page-section .contact-form-panel {
  padding: 20px 30px 24px;
}

.contact-page-section .section-kicker {
  margin-bottom: 8px;
}

.contact-page-section .contact-form-panel h2 {
  margin-bottom: 6px;
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
}

.contact-page-section .contact-form-panel > p {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 0.92rem;
  line-height: 1.48;
}

.contact-page-section .contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.contact-page-section .contact-form label {
  gap: 6px;
  font-size: 0.92rem;
}

.contact-page-section .contact-form label:first-child,
.contact-page-section .contact-form label:nth-child(4),
.contact-page-section .kvkk-check,
.contact-page-section .contact-submit {
  grid-column: 1 / -1;
}

.contact-page-section .contact-form input {
  min-height: 42px;
  border-radius: 14px;
}

.contact-page-section .contact-form textarea {
  height: 92px;
  min-height: 92px;
  padding: 12px 18px;
  border-radius: 14px;
}

.contact-page-section .kvkk-check {
  margin-top: 2px;
}

.contact-page-section .contact-submit {
  min-height: 46px;
  margin-top: 4px;
  padding: 0 26px;
}

.contact-page-section .contact-side {
  gap: 18px;
}

.contact-page-section .contact-animation-card {
  min-height: 214px;
}

.contact-page-section .contact-animation-card img {
  width: min(42%, 158px);
}

.contact-page-section .contact-info-card {
  gap: 12px;
  padding: 22px 26px;
}

.contact-page-section .contact-info-card h3 {
  font-size: 1.2rem;
}

.contact-page-section .contact-info-row {
  grid-template-columns: 44px 1fr;
  gap: 1px 12px;
}

.contact-page-section .contact-info-row > span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.contact-page-section .contact-info-row svg {
  width: 20px;
  height: 20px;
}

.contact-form-panel,
.contact-animation-card,
.contact-info-card {
  border: 1px solid rgba(229, 234, 240, 0.96);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 78px rgba(25, 60, 76, 0.1);
}

.contact-form-panel {
  padding: 42px 48px 46px;
  border-radius: 32px;
}

.contact-form-panel h2 {
  max-width: 620px;
  margin-bottom: 14px;
  color: #081a33;
  font-size: clamp(2.1rem, 3.3vw, 3.2rem);
  line-height: 1.08;
}

.contact-form-panel > p {
  max-width: 680px;
  margin-bottom: 28px;
  color: #41516a;
  font-size: 1.03rem;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #172438;
  font-size: 0.98rem;
  font-weight: 750;
}

.contact-form label strong {
  color: #ef4444;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 16px;
  color: #172438;
  background: #fff;
  font: inherit;
  font-weight: 600;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form input {
  min-height: 56px;
  padding: 0 18px;
}

.contact-form textarea {
  min-height: 170px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9aa4b5;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(20, 185, 204, 0.75);
  box-shadow: 0 0 0 4px rgba(20, 185, 204, 0.12);
}

.kvkk-check {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 6px;
  color: #41516a;
  font-weight: 650;
}

.kvkk-check input {
  width: 22px;
  min-height: 22px;
  accent-color: var(--cyan-dark);
}

.kvkk-check a {
  color: var(--cyan-dark);
  font-weight: 850;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 58px;
  margin-top: 8px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #08a9c5, #16c3d7);
  box-shadow: 0 18px 42px rgba(8, 134, 154, 0.24);
  font: inherit;
  font-size: 1.02rem;
  font-weight: 900;
  cursor: pointer;
}

.contact-submit svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.contact-side {
  display: grid;
  gap: 24px;
}

.contact-animation-card {
  display: grid;
  place-items: center;
  min-height: 330px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 18%, rgba(20, 185, 204, 0.1), transparent 34%),
    #fff;
}

.contact-animation-card img {
  width: min(56%, 250px);
  filter: drop-shadow(0 22px 30px rgba(8, 34, 55, 0.13));
}

.contact-info-card {
  display: grid;
  gap: 18px;
  padding: 30px;
  border-radius: 28px;
}

.contact-info-card h3 {
  margin: 0 0 4px;
  color: #172438;
  font-size: 1.35rem;
}

.contact-info-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 2px 14px;
  align-items: center;
  color: #172438;
}

.contact-info-row > span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #008da3;
  background: rgba(20, 185, 204, 0.2);
}

.contact-info-row svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.contact-info-row small {
  color: #7a8799;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-info-row strong {
  font-size: 1rem;
  font-weight: 750;
}

.site-footer {
  display: block;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 46px;
  padding: 0;
}

.footer-card {
  padding: 34px 0 0;
  border-top: 1px solid rgba(203, 213, 225, 0.76);
  background: transparent;
  box-shadow: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.4fr) minmax(180px, 0.6fr) minmax(250px, 0.8fr);
  gap: 56px;
  align-items: start;
  padding-bottom: 28px;
}

.premium-footer-main {
  align-content: start;
  gap: 18px;
}

.premium-footer-main p {
  max-width: 430px;
  color: #536278;
  font-size: 0.98rem;
  line-height: 1.65;
}

.compliance-badge,
.contact-button,
.footer-store-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.compliance-badge {
  width: fit-content;
  padding: 9px 16px;
  border: 1px solid rgba(20, 185, 204, 0.18);
  border-radius: 999px;
  color: #008da3;
  background: rgba(20, 185, 204, 0.08);
  font-size: 0.84rem;
  font-weight: 850;
}

.compliance-badge svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-column,
.footer-contact,
.footer-social {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column h3,
.footer-contact h3,
.footer-social h3 {
  margin: 0 0 10px;
  color: #081a33;
  font-size: 1rem;
}

.footer-column a,
.contact-line,
.legal-links a {
  color: #41516a;
  font-size: 0.94rem;
  font-weight: 650;
}

.footer-column a:hover,
.contact-line:hover,
.legal-links a:hover {
  color: var(--cyan-dark);
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-line svg {
  width: 19px;
  height: 19px;
  fill: var(--cyan-dark);
}

.contact-button {
  width: fit-content;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 18px;
  border: 1px solid rgba(21, 23, 29, 0.08);
  border-radius: 999px;
  color: #172438;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 53, 67, 0.08);
  font-weight: 850;
}

.contact-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

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

.social-row a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(22, 28, 36, 0.06);
  border-radius: 12px;
  color: #081a33;
  background: #f5f9fc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.social-row svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.mini-brand-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(22, 28, 36, 0.06);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 53, 67, 0.08);
}

.mini-brand-card img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
}

.mini-brand-card span {
  display: grid;
  gap: 3px;
  color: #64748b;
  font-size: 0.9rem;
}

.mini-brand-card strong {
  color: #081a33;
  font-size: 1rem;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(229, 234, 240, 0.9);
}

.footer-bottom p {
  color: #65748b;
  font-size: 0.9rem;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
}

.footer-store-pill {
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(22, 28, 36, 0.08);
  border-radius: 999px;
  color: #536278;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 53, 67, 0.06);
  font-size: 0.9rem;
  font-weight: 750;
}

.footer-store-pill svg {
  width: 19px;
  height: 19px;
  fill: #081a33;
}

@media (max-width: 980px) {
  .site-header {
    width: min(720px, calc(100% - 28px));
  }

  .nav {
    display: none;
  }

  .hero,
  .advisor-panel,
  .ad-free-band,
  .launch,
  .screens .section-heading {
    grid-template-columns: 1fr;
  }

  .screen-track {
    grid-auto-columns: minmax(260px, 330px);
  }

  .cta-banner {
    grid-template-columns: 1fr;
    padding: 38px;
  }

  .cta-visual {
    min-height: 300px;
  }

  .cta-device {
    right: 0;
    width: min(86%, 560px);
  }

  .cta-panda {
    left: 6%;
    width: min(28%, 180px);
  }

  .cta-float {
    left: 22%;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    gap: 16px;
  }

  .pricing-card {
    padding: 18px;
  }

  .price-stack {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: none;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faq-heading {
    max-width: 620px;
  }

  .contact-animation-card {
    min-height: 280px;
  }

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

  .premium-footer-main {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: span 1;
  }

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

  .footer-store-pill {
    justify-self: start;
  }

  .ad-free-band {
    gap: 22px;
    min-height: 0;
    padding: 34px;
    text-align: center;
  }

  .ad-free-visual {
    min-height: 280px;
  }

  .advisor-photo-frame {
    max-width: 220px;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .hero-visual {
    padding: 28px 0 104px 34px;
  }

  .tablet-frame {
    transform: rotateY(-8deg) rotateX(2deg) rotateZ(1deg);
  }

  .hero-panda {
    left: -18px;
    bottom: 10px;
    width: 190px;
  }

  .ai-pill {
    right: -14px;
  }

  .pool-pill {
    right: -10px;
  }

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

  .how-it-works {
    margin-top: 86px;
    margin-bottom: 42px;
    padding: 34px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 0;
  }

  .step-card:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .game-card {
    width: 260px;
    min-height: 204px;
  }

  .game-card img {
    height: 146px;
  }

  .screen-item.phone img {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .games-showcase,
  .features,
  .pricing-section,
  .screens,
  .ad-free-band,
  .how-it-works,
  .footer-cta,
  .faq-section,
  .contact-section,
  .launch,
  .site-footer {
    width: calc(100% - 28px);
  }

  .site-header {
    margin-top: 12px;
    padding: 8px;
  }

  .brand span {
    font-size: 1rem;
  }

  .header-store-links {
    gap: 7px;
    padding: 6px 7px;
    border-radius: 18px;
  }

  .header-store-link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .header-store-link svg {
    width: 22px;
    height: 22px;
  }

  .hero {
    gap: 34px;
    padding: 42px 0 58px;
  }

  h1 {
    max-width: 420px;
    font-size: clamp(2.35rem, 10vw, 3.25rem);
    line-height: 1.08;
  }

  .lead {
    max-width: 360px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .store-badge,
  .store-button,
  .hero-secondary-cta {
    width: 100%;
  }

  .store-badge,
  .hero-secondary-cta {
    max-width: 240px;
  }

  .tablet-frame {
    border-width: 7px;
    border-radius: 22px;
  }

  .hero-visual {
    padding: 18px 0 96px 18px;
  }

  .hero-panda {
    left: 8px;
    bottom: 12px;
    width: 132px;
  }

  .floating-pill {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .ai-pill {
    top: 42px;
    right: -6px;
  }

  .pool-pill {
    right: -4px;
    bottom: 102px;
  }

  .task-pill {
    left: 44%;
    bottom: 26px;
  }

  .games-showcase,
  .features,
  .pricing-section,
  .screens {
    padding: 84px 0;
  }

  .advisor-grid {
    grid-template-columns: 1fr;
  }

  .trust-heading {
    margin-bottom: 22px;
  }

  .pricing-section {
    margin-bottom: 36px;
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .pricing-heading {
    justify-items: start;
    margin-bottom: 24px;
    text-align: left;
  }

  .pricing-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
  }

  .pricing-card-top {
    padding-right: 0;
  }

  .recommended-badge {
    position: static;
    justify-self: start;
    order: -1;
  }

  .price-block {
    min-height: 86px;
    padding: 10px;
  }

  .value-label {
    position: static;
    justify-self: start;
    order: -1;
    margin-bottom: 2px;
  }

  .pricing-button {
    width: 100%;
  }

  .screens .section-heading {
    gap: 14px;
  }

  .screens .section-heading::after {
    font-size: 0.98rem;
  }

  .screen-track {
    grid-auto-columns: minmax(250px, 82vw);
    padding-right: 42px;
  }

  .screen-shot-card img {
    height: 220px;
  }

  .screen-nav {
    width: 42px;
    height: 42px;
  }

  .screen-nav.prev {
    left: -8px;
  }

  .screen-nav.next {
    right: -8px;
  }

  .how-it-works {
    margin-top: 52px;
    padding: 26px;
  }

  .how-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .mini-tabs,
  .mini-categories {
    grid-template-columns: 1fr;
  }

  .games-heading {
    margin-bottom: 24px;
  }

  .marquee-shell {
    gap: 10px;
  }

  .marquee-track {
    gap: 10px;
    animation-duration: 28s;
  }

  .marquee-row.reverse .marquee-track {
    animation-duration: 32s;
  }

  .game-card {
    width: 214px;
    min-height: 184px;
    padding: 7px;
  }

  .game-card img {
    height: 122px;
  }

  .game-card h3 {
    min-height: 44px;
    font-size: 0.8rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .account-delete-page {
    width: min(100% - 28px, 1120px);
    padding-top: 116px;
  }

  .delete-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }

  .delete-step-card img {
    max-height: 430px;
  }

  .screen-shot-card img {
    height: 200px;
    padding: 10px;
  }

  .launch {
    padding: 26px;
  }

  .footer-cta {
    margin-top: 42px;
    margin-bottom: 34px;
  }

  .faq-section {
    gap: 22px;
    margin-top: 38px;
    margin-bottom: 48px;
    padding: 42px 0 22px;
  }

  .faq-heading {
    gap: 10px;
  }

  .faq-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .faq-item summary {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    min-height: 64px;
    font-size: 0.95rem;
  }

  .faq-item summary::before {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }

  .faq-item p {
    margin: -2px 38px 18px 50px;
  }

  .cta-banner {
    min-height: 0;
    padding: 26px;
    border-radius: 24px;
  }

  .cta-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .cta-copy p {
    font-size: 1rem;
  }

  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-button.dark,
  .web-button {
    width: 100%;
  }

  .cta-visual {
    min-height: 230px;
  }

  .cta-device {
    width: 92%;
    padding: 8px;
    border-radius: 20px;
    transform: rotate(-1.5deg);
  }

  .cta-device img {
    border-radius: 14px;
  }

  .cta-panda {
    left: 0;
    bottom: -10px;
    width: min(34%, 120px);
  }

  .cta-float {
    top: 36px;
    left: 22%;
    font-size: 0.72rem;
  }

  .contact-section {
    gap: 18px;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .contact-form-panel {
    padding: 26px;
    border-radius: 24px;
  }

  .contact-page-main {
    padding-top: 0;
  }

  .contact-page-section .contact-form-panel {
    padding: 22px;
  }

  .contact-page-section .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form-panel h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .contact-page-section .contact-form-panel h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .contact-form-panel > p {
    font-size: 1rem;
  }

  .contact-form input {
    min-height: 52px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .contact-page-section .contact-form input {
    min-height: 48px;
  }

  .contact-page-section .contact-form textarea {
    min-height: 110px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-animation-card {
    min-height: 220px;
    border-radius: 24px;
  }

  .contact-page-section .contact-animation-card {
    min-height: 180px;
  }

  .contact-info-card {
    padding: 24px;
    border-radius: 24px;
  }

  .footer-card {
    padding-top: 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    gap: 18px;
    text-align: left;
  }

  .legal-links {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .footer-store-pill {
    width: 100%;
    justify-content: center;
  }

  .advisor-panel {
    gap: 22px;
    padding: 24px;
  }

  .ad-free-band {
    margin-top: 46px;
    margin-bottom: 46px;
    padding: 26px;
  }

  .ad-free-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .ad-free-visual {
    min-height: 230px;
  }

  .ad-free-visual img,
  .ad-free-visual video {
    width: min(82%, 230px);
  }

  .advisor-photo-frame {
    max-width: 160px;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

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