:root {
  --white: #ffffff;
  --text: #363d3f;
  --muted: #687376;
  --purple: #7457c6;
  --lavender: #9b7ede;
  --primary-light: #e8ddff;
  --primary-soft: #f6f1ff;
  --secondary: #ffb3ba;
  --secondary-soft: #fff0f2;
  --turquoise: #33bf66;
  --turquoise-light: #dcf8e6;
  --orange: #ffa807;
  --orange-light: #ffdfbb;
  --info: #bde2fe;
  --ink-soft: #f6f1ff;
  --paper: #fffaf2;
  --mist: #fff0f2;
  --line: #eaecef;
  --shadow: 0 22px 60px rgba(54, 61, 63, 0.12);
  --soft-shadow: 0 18px 42px rgba(54, 61, 63, 0.1);
  --radius: 24px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "SF Compact Display", "SF Compact Text", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 20;
}

.header-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  color: var(--text);
  background: rgba(246, 241, 255, 0.94);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 18px 44px rgba(54, 61, 63, 0.12);
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
}

.logo-mark {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  padding: 6px;
  background: linear-gradient(135deg, var(--primary-light), var(--orange-light));
  border: 1px solid rgba(155, 126, 222, 0.2);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(155, 126, 222, 0.24);
}

.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav,
.header-actions {
  display: none;
}

.main-nav {
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 750;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a,
.footer-links a {
  transition: opacity 0.2s ease;
}

.main-nav a:hover,
.footer-links a:hover {
  opacity: 0.7;
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 16px 30px;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-secondary,
.btn-ghost {
  color: var(--text);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(54, 61, 63, 0.12);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-ghost:hover {
  color: var(--white);
  background: var(--purple);
}

.btn-small {
  min-height: 40px;
  padding: 11px 18px;
  font-size: 13px;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 82px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.7)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.08)),
    url("https://images.unsplash.com/photo-1552053831-71594a27632d?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero-grid {
  display: block;
}

.hero-copy {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 56px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 8px;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(36px, 6.4vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.7vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: 0;
}

.quote-line {
  display: block;
}

.hero-text {
  max-width: 680px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 24px);
}

.cta-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.microcopy {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.hero-visual {
  display: none;
}

.section {
  padding: 86px 0;
}

.section-head {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-head p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 21px;
}

.familiar,
.section-tint,
.minute,
#reviews,
.mascot {
  background: var(--ink-soft);
  color: var(--text);
}

.familiar {
  padding-top: 84px;
  padding-bottom: 88px;
  background: linear-gradient(180deg, var(--primary-soft), var(--white));
  scroll-margin-top: 150px;
}

.familiar .section-head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.familiar .section-head p {
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.familiar-dialogue {
  display: grid;
  gap: 20px;
  align-items: center;
}

.familiar-stack {
  display: grid;
  gap: 16px;
}

.familiar-card {
  position: relative;
  z-index: 0;
  min-height: 0;
  padding: 19px 21px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  text-align: left;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 46px rgba(54, 61, 63, 0.12), 0 8px 18px rgba(155, 126, 222, 0.1);
}

.familiar-card-left {
  border-radius: 26px 26px 10px 26px;
}

.familiar-card-right {
  border-radius: 26px 26px 26px 10px;
  background: linear-gradient(180deg, #ffffff, var(--primary-soft));
}

.familiar-card::after {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 16px;
  height: 16px;
  background: inherit;
  box-shadow: inherit;
  transform: rotate(45deg);
  z-index: -1;
}

.familiar-card-left::after {
  right: -5px;
}

.familiar-card-right::after {
  left: -5px;
}

.familiar-card p {
  margin-bottom: 0;
  color: var(--text);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.28;
}

.familiar-visual {
  position: relative;
  order: -1;
  display: grid;
  justify-items: center;
  isolation: isolate;
}

.familiar-visual img {
  width: min(420px, 88vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(54, 61, 63, 0.18));
}

.familiar-visual span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: -10px;
  padding: 10px 16px;
  color: var(--text);
  background: var(--white);
  border: 1px solid rgba(155, 126, 222, 0.18);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(54, 61, 63, 0.12);
  font-size: 15px;
  font-weight: 850;
}

.familiar-visual span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--turquoise);
  box-shadow: 0 0 0 5px var(--turquoise-light);
}

.section-tint .section-head,
#reviews .section-head,
.mascot .section-head {
  text-align: left;
  margin-left: 0;
}

.cards,
.reviews-grid,
.founders-grid,
.stats-grid {
  display: grid;
  gap: 18px;
}

.card,
.feature-card,
.review-card,
.person-card {
  border-radius: var(--radius);
}

.card {
  padding: 28px;
  color: var(--text);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.problem-layout {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.problem-content {
  display: grid;
  gap: 28px;
}

.problem-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--purple);
  background: linear-gradient(135deg, var(--info), var(--primary-light));
  border: 1px solid var(--line);
  border-radius: 16px;
}

.problem-icon svg {
  width: 27px;
  height: 27px;
}

.problem-icon path,
.problem-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card p {
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  color: var(--muted);
}

.card strong {
  color: var(--purple);
}

.center-note {
  margin: 0;
  color: var(--muted);
  font-size: 22px;
}

.problem-mascot {
  display: grid;
  align-items: end;
  justify-items: center;
  text-align: center;
}

.problem-mascot img {
  width: min(260px, 74vw);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(54, 61, 63, 0.14));
}

.section-tint {
  padding-top: 112px;
  background: linear-gradient(180deg, var(--secondary-soft), var(--orange-light));
}

.section-tint .section-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-tint .section-head h2,
.section-tint .section-head p {
  margin-left: auto;
  margin-right: auto;
}

.stats .section-head,
.founders .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.stats .section-head p,
.founders .section-head p {
  margin-left: auto;
  margin-right: auto;
}

.section-tint .section-head p,
#reviews .section-head p,
.mascot-inner p,
.minute-inner p {
  color: var(--muted);
}

.solution-showcase {
  display: grid;
  gap: 28px;
  align-items: center;
}

.solution-mascot {
  display: grid;
  justify-items: center;
  order: -1;
  pointer-events: none;
}

.solution-mascot img {
  width: min(430px, 88vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 42px rgba(54, 61, 63, 0.2));
}

.feature-card {
  position: relative;
  display: flex;
  min-height: 0;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  padding: 22px 20px 21px;
  text-align: center;
  color: var(--text);
  background: linear-gradient(180deg, var(--white), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 38px 82px rgba(54, 61, 63, 0.2), 0 16px 34px rgba(155, 126, 222, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 42px 88px rgba(54, 61, 63, 0.2), 0 18px 34px rgba(155, 126, 222, 0.16);
}

.feature-card-accent,
.feature-card-info {
  min-height: 0;
  padding: 44px 30px 36px;
}

.feature-card-accent {
  border-color: rgba(255, 168, 7, 0.42);
  background: linear-gradient(180deg, #ffffff 0%, #fff7e9 100%);
  box-shadow: 0 38px 84px rgba(255, 168, 7, 0.34), 0 18px 38px rgba(54, 61, 63, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.feature-card-info {
  border-color: rgba(155, 126, 222, 0.42);
  background: linear-gradient(180deg, #ffffff 0%, #f5f0ff 100%);
  box-shadow: 0 38px 84px rgba(155, 126, 222, 0.32), 0 18px 38px rgba(54, 61, 63, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.feature-card-accent::after,
.feature-card-info::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -44px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  pointer-events: none;
}

.feature-card-accent::after {
  background: rgba(255, 168, 7, 0.14);
}

.feature-card-info::after {
  background: rgba(155, 126, 222, 0.13);
}

.feature-sticker {
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 19px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #ff6f00);
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 16px 999px 999px 16px;
  box-shadow: 0 20px 38px rgba(255, 168, 7, 0.46), 0 5px 0 rgba(186, 105, 0, 0.2);
  transform: rotate(6deg);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.feature-sticker::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.feature-sticker-info {
  background: linear-gradient(135deg, var(--lavender), var(--purple));
  box-shadow: 0 20px 38px rgba(155, 126, 222, 0.46), 0 5px 0 rgba(84, 59, 165, 0.2);
  transform: rotate(-6deg);
}

.feature-card h3 {
  max-width: 230px;
  font-size: 20px;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.feature-card-accent h3,
.feature-card-info h3 {
  font-size: 22px;
}

.feature-card-accent p,
.feature-card-info p {
  font-size: 16px;
  line-height: 1.45;
}

.feature-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  margin-bottom: 14px;
  background: transparent;
  border: 0;
  border-radius: 24px;
}

.feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card-accent .feature-icon,
.feature-card-info .feature-icon {
  width: 98px;
  height: 98px;
  margin-bottom: 16px;
}

.solution-security {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 18px 22px;
  border-radius: 22px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.solution-security span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 12px;
  font-weight: 850;
}

.solution-security p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 650;
}

.section-cta {
  margin-top: 34px;
}

.section-cta .btn,
.minute-inner .btn,
.mascot-inner .btn-primary,
.android-inner .btn {
  color: var(--white);
  background: var(--purple);
  box-shadow: none;
}

.section-cta .btn:hover,
.minute-inner .btn:hover,
.mascot-inner .btn-primary:hover,
.android-inner .btn:hover {
  background: #5f49ae;
}

.minute {
  padding: 92px 0;
  background: var(--primary-soft);
}

.minute-inner {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.minute-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.minute-inner p {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: 22px;
}

.minute-inner .btn {
  width: fit-content;
  margin-top: auto;
}

.minute > .minute-note {
  max-width: var(--container);
  margin: 28px auto 0;
  padding: 0 20px;
  text-align: center;
}

.minute-visual {
  justify-self: center;
}

.minute-visual img {
  display: block;
  width: min(290px, 74vw);
  height: auto;
  transform: scaleX(-1);
  filter: drop-shadow(0 24px 36px rgba(54, 61, 63, 0.14));
}

.stats {
  background: var(--white);
}

.stats-grid {
  gap: 34px;
}

.stats-grid div {
  min-height: 220px;
  display: grid;
  grid-template-rows: auto 34px auto 1fr;
  align-content: center;
  padding: 22px 0;
  text-align: center;
}

.stats-grid strong {
  display: block;
  font-size: clamp(46px, 9vw, 64px);
  line-height: 1;
  font-weight: 650;
}

.stats-grid span {
  margin-top: 18px;
  color: var(--text);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.15;
}

.stats-grid i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px 0 0;
  background: rgba(54, 61, 63, 0.16);
}

.stats-grid small {
  display: block;
  max-width: 260px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  align-self: start;
}

#reviews {
  position: relative;
  padding-bottom: 110px;
  background: var(--white);
}

.rating-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 18px;
  color: var(--text);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(54, 61, 63, 0.08);
}

.rating-pill span {
  color: var(--orange);
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.rating-pill strong {
  font-size: 24px;
  line-height: 1;
}

.rating-pill small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

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

.review-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  color: var(--text);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.review-card::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.review-card h3 {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 23px;
}

.review-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}

.review-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.founders {
  background: var(--white);
}

.person-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.person-photo {
  width: 112px;
  height: 112px;
  display: block;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  border: 4px solid var(--white);
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  outline: 2px solid var(--primary-light);
  outline-offset: 3px;
  box-shadow: 0 14px 34px rgba(54, 61, 63, 0.12);
}

.person-card strong,
.person-role,
.person-note {
  display: block;
}

.person-card strong {
  margin-bottom: 6px;
  font-size: 27px;
  line-height: 1.08;
}

.person-role {
  color: var(--purple);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.person-note {
  max-width: 240px;
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}

.mascot {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--info), var(--primary-soft));
}

.mascot-inner {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.mascot-inner h2 {
  max-width: 740px;
}

.mascot-inner p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: 22px;
}

.mascot-inner .cta-row {
  margin-top: 28px;
}

.mascot-badge {
  width: min(260px, 70vw);
  height: auto;
  display: grid;
  place-items: center;
  justify-self: center;
}

.mascot-badge img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 36px rgba(54, 61, 63, 0.14));
}

.android-form {
  padding: 92px 0;
  background: var(--paper);
}

.android-inner {
  display: grid;
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 32px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.android-copy {
  display: grid;
  gap: 14px;
}

.android-inner h2 {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(28px, 3.4vw, 42px);
}

.android-title-sub {
  display: block;
  margin-top: 8px;
  font-size: clamp(21px, 2.35vw, 30px);
  line-height: 1.12;
  white-space: nowrap;
}

.android-inner p {
  max-width: 460px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
}

.email-form {
  display: grid;
  gap: 14px;
  align-items: center;
  width: 100%;
}

.email-form input {
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: 0;
}

.email-form input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px var(--primary-light);
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--purple);
  font-size: 15px;
  font-weight: 750;
}

.site-footer {
  padding: 46px 0;
  color: var(--text);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-inner,
.footer-links {
  display: grid;
  gap: 18px;
}

.footer-links {
  color: var(--muted);
  font-size: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.section-reveal {
  opacity: 1;
  transform: none;
  scroll-margin-top: 128px;
}

.reveal-ready .section-reveal {
  opacity: 1;
  transform: translateY(22px);
  transition: transform 0.55s ease;
}

.reveal-ready .section-reveal.is-visible {
  transform: translateY(0);
}

@media (min-width: 560px) {
  .container {
    width: min(100% - 48px, var(--container));
  }

  .cta-row {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .email-form {
    grid-template-columns: minmax(220px, 1fr) auto;
    min-width: min(100%, 560px);
  }

  .form-message {
    grid-column: 1 / -1;
  }

  .minute-inner .btn {
    width: auto;
  }
}

@media (min-width: 760px) {
  .header-inner {
    border-radius: 34px;
  }

  .hero {
    padding-top: 142px;
  }

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


  .founders-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .minute-inner,
  .mascot-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .android-inner {
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(36px, 5vw, 72px);
  }

  .minute-inner {
    align-items: stretch;
  }

  .minute-visual {
    display: flex;
    align-items: stretch;
    align-self: stretch;
  }

  .minute-visual img {
    width: auto;
    height: 100%;
    max-height: 330px;
    max-width: 320px;
    object-fit: contain;
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .solution-showcase {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solution-mascot {
    order: -1;
    align-self: center;
  }

  .solution-mascot img {
    width: min(390px, 54vw);
  }

  .solution-grid {
    align-items: stretch;
    gap: 18px;
  }

  .solution-grid {
    width: min(100%, 780px);
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature-card-accent,
  .feature-card-info {
    grid-column: span 2;
  }

  .solution-grid .feature-card:not(.feature-card-accent):not(.feature-card-info) {
    padding: clamp(13px, 1.35vw, 18px);
  }

  .solution-grid .feature-card:not(.feature-card-accent):not(.feature-card-info) .feature-icon {
    width: clamp(44px, 4.8vw, 64px);
    height: clamp(44px, 4.8vw, 64px);
    margin-bottom: 9px;
  }

  .solution-grid .feature-card:not(.feature-card-accent):not(.feature-card-info) h3 {
    max-width: 100%;
    margin-bottom: 6px;
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.12;
  }

  .solution-grid .feature-card:not(.feature-card-accent):not(.feature-card-info) p {
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1.25;
  }

  .solution-grid .feature-card:not(.feature-card-accent):not(.feature-card-info) p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .feature-card-accent,
  .feature-card-info {
    padding: clamp(26px, 2.3vw, 40px);
  }

  .feature-card-accent .feature-icon,
  .feature-card-info .feature-icon {
    width: clamp(82px, 8vw, 106px);
    height: clamp(82px, 8vw, 106px);
    margin-bottom: 13px;
  }

  .feature-card-accent h3,
  .feature-card-info h3 {
    font-size: clamp(18px, 1.65vw, 22px);
    line-height: 1.15;
  }

  .feature-card-accent p,
  .feature-card-info p {
    font-size: clamp(13px, 1.12vw, 15px);
    line-height: 1.32;
  }

  .problem-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 34px;
  }

  .problem-mascot {
    min-height: 100%;
    align-items: center;
  }

  .problem-mascot img {
    width: min(420px, 34vw);
    max-height: 620px;
    object-fit: contain;
  }

  .footer-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .footer-links {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
  }
}

@media (min-width: 1024px) {
  .solution-showcase {
    grid-template-columns: minmax(300px, 370px) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 48px);
  }

  .solution-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .solution-mascot {
    order: -1;
  }

  .solution-mascot img {
    width: min(430px, 32vw);
  }

  html {
    scroll-padding-top: 156px;
  }

  .site-header {
    position: fixed;
  }

.familiar-dialogue {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px) minmax(0, 1fr);
    gap: 26px;
  }

  .familiar-visual {
    order: initial;
  }

  .familiar-stack-left .familiar-card:nth-child(2) {
    transform: translateX(-18px);
  }

  .familiar-stack-right .familiar-card:nth-child(2) {
    transform: translateX(18px);
  }

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

  .main-nav,
  .header-actions {
    display: flex;
  }

  .logo {
    justify-self: center;
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .section {
    padding: 112px 0;
  }
}

@media (max-width: 759px) {
  .hero {
    min-height: 760px;
    text-align: center;
    background-position: 52% center;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 34px;
    letter-spacing: 3px;
    line-height: 1.8;
  }

  h1 {
    line-height: 1.06;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero .cta-row {
    margin-left: auto;
    margin-right: auto;
  }

  .section-head,
  #reviews .section-head,
  .mascot .section-head {
    text-align: left;
  }

  .section-tint .section-head,
  .stats .section-head,
  .founders .section-head {
    text-align: center;
  }

  .review-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .problem-mascot img {
    width: min(190px, 68vw);
  }
}

@media (max-width: 374px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 62px;
  }

  .logo {
    font-size: 13px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .btn {
    min-height: 54px;
    padding: 15px 20px;
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 29px;
  }

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

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