@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./assets/fonts/plus-jakarta-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('./assets/fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('./assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('./assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --font-app: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Fraunces', Georgia, serif;

  --primary-solid: oklch(0.58 0.105 225);
  --primary-hover: oklch(0.51 0.12 225);
  --primary-soft: oklch(0.94 0.035 225);
  --primary-ink: oklch(0.38 0.10 225);
  --accent-solid: oklch(0.82 0.14 82);
  --accent-hover: oklch(0.76 0.15 82);
  --accent-soft: oklch(0.95 0.04 82);
  --accent-ink: oklch(0.48 0.11 82);
  --success-solid: oklch(0.56 0.13 155);
  --success-soft: oklch(0.94 0.035 155);
  --success-ink: oklch(0.42 0.11 155);

  --bg: oklch(0.988 0.005 86);
  --bg-soft: oklch(0.962 0.014 88);
  --surface: oklch(0.974 0.006 86);
  --surface-raised: oklch(0.998 0.002 86);
  --surface-translucent: oklch(0.998 0.002 86 / 0.68);
  --border: oklch(0.885 0.011 86);
  --border-soft: oklch(0.885 0.011 86 / 0.58);
  --border-hover: oklch(0.76 0.018 86);
  --text-strong: oklch(0.18 0.018 70);
  --text: oklch(0.29 0.014 70);
  --text-muted: oklch(0.52 0.013 70);
  --text-subtle: oklch(0.70 0.01 70);
  --on-solid: var(--surface-raised);
  --on-accent: var(--text-strong);

  --header-bg: oklch(0.988 0.005 86 / 0.86);
  --header-border: oklch(0.885 0.011 86 / 0.64);
  --mobile-menu-bg: oklch(0.988 0.005 86 / 0.96);
  --shadow-soft: oklch(0.18 0.018 70 / 0.06);
  --shadow-card: oklch(0.18 0.018 70 / 0.08);
  --shadow-raised: oklch(0.18 0.018 70 / 0.14);
  --shadow-whatsapp: oklch(0.56 0.13 155 / 0.35);
  --inner-highlight: oklch(1 0 0 / 0.08);
  --accent-glow: oklch(0.82 0.14 82 / 0.16);
  --footer-bg: oklch(0.12 0.02 70);
  --footer-bg-deep: oklch(0.095 0.018 70);
  --footer-text: oklch(0.74 0.01 86);
  --footer-muted: oklch(0.58 0.01 86);
  --footer-subtle: oklch(0.48 0.01 86);
  --control-bg: var(--paper);
  --outline-bg: transparent;
  --hero-end: var(--brand-subtle);
  --phone-shell: var(--text-strong);
  --active-control-text: var(--on-solid);

  --brand: var(--primary-solid);
  --brand-hover: var(--primary-hover);
  --brand-subtle: var(--primary-soft);
  --accent: var(--accent-solid);
  --accent-subtle: var(--accent-soft);
  --green: var(--success-solid);
  --green-subtle: var(--success-soft);
  --dark: var(--text-strong);
  --muted: var(--text-muted);
  --subtle: var(--text-subtle);
  --warm-white: var(--surface-raised);
  --warm-cream: var(--bg-soft);
  --paper: var(--bg);
  --heading: var(--text-strong);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 100px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  color-scheme: light;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-app);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-optical-sizing: auto;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

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

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 32px);
}

.section-heading {
  font-family: var(--font-heading);
  font-size: 2.35rem;
  font-weight: 800;
  color: var(--heading);
  line-height: 1.12;
  letter-spacing: 0;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.kicker {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(16px, 3vw, 32px);
  height: 64px;
  background: var(--header-bg);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--header-border);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.brand--wordmark {
  min-width: 0;
}
.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-family: var(--font-app);
  font-style: normal;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--primary-ink);
  text-rendering: geometricPrecision;
  text-shadow:
    0 1px 0 var(--surface-translucent),
    0 10px 22px var(--shadow-raised);
}
.brand-wordmark strong {
  color: var(--text-strong);
  font-weight: inherit;
}
.brand-wordmark--header {
  font-size: 1.18rem;
}
.brand-wordmark--footer {
  color: var(--footer-text);
  font-size: 1.12rem;
  text-shadow:
    0 1px 1px var(--shadow-raised),
    0 8px 18px var(--shadow-soft);
}
.brand-wordmark--footer strong {
  color: var(--on-solid);
}
.brand img {
  width: 220px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.2s, background 0.2s;
}
.nav-link:hover {
  color: var(--text);
  background: var(--brand-subtle);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 22px;
  border-radius: var(--radius-sm);
  background: var(--brand);
  color: var(--warm-white);
  font-size: 0.88rem;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: var(--brand-hover); }
.nav-cta:active { transform: scale(0.97); }

.language-switcher {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 58px;
  height: 38px;
  line-height: 1;
  position: relative;
  color: var(--text);
}
.language-switcher::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.language-select {
  width: 58px;
  height: 38px;
  min-height: 38px;
  padding: 0 22px 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--control-bg);
  color: var(--text);
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-align-last: left;
  cursor: pointer;
}

.language-select:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.hero {
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 32px) clamp(32px, 4vw, 48px);
  background: linear-gradient(170deg, var(--warm-cream) 0%, var(--paper) 40%, var(--hero-end) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: clamp(40px, 6vw, 72px);
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.hero-text h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 4.2vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
  color: var(--heading);
  margin-bottom: 20px;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.hero-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
  align-items: center;
}

.store-copy {
  flex-basis: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
}
.store-copy::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-glow);
}
.store-copy--center {
  justify-content: center;
  color: var(--footer-text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s var(--ease-out);
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }

.btn--primary {
  background: var(--brand);
  color: var(--warm-white);
}
.btn--primary:hover {
  background: var(--brand-hover);
}

.btn--outline {
  background: var(--outline-bg);
  border-color: var(--border);
  color: var(--text);
}
.btn--outline:hover {
  border-color: var(--heading);
  color: var(--heading);
}

.btn--accent {
  background: var(--accent);
  color: var(--on-accent);
}
.btn--accent:hover {
  background: var(--accent-hover);
}

.hero-actions .btn--primary {
  min-height: 56px;
  padding: 0 32px;
  font-size: 1rem;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}
.hero-actions .btn--outline {
  min-height: 44px;
  padding: 0 22px;
  font-size: 0.9rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: var(--radius-sm);
  transition: transform 0.2s var(--ease-out);
}
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { height: 52px; width: auto; }
.store-badge--google img { height: 68px; margin: -8px -10px; }
.store-badge--soon {
  cursor: default;
  filter: saturate(0.88);
  opacity: 0.92;
}
.store-badge--soon:hover { transform: none; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 32px auto 0;
}

.hero-stat {
  display: grid;
  place-items: center;
  padding: 16px 12px;
  border-radius: var(--radius-md);
  background: var(--surface-translucent);
  border: 1px solid var(--border-soft);
  text-align: center;
}
.hero-stat strong {
  display: block;
  font-family: var(--font-app);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--heading);
}
.hero-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.phone-frame {
  position: relative;
  width: 280px;
  height: 570px;
  margin: 0 auto;
  border-radius: 36px;
  background: var(--phone-shell);
  padding: 12px;
  box-shadow: 0 25px 60px var(--shadow-raised), inset 0 0 0 2px var(--inner-highlight);
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  background: var(--phone-shell);
  border-radius: 0 0 16px 16px;
  z-index: 2;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: var(--paper);
}

.phone-screenshot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
}
.phone-screenshot.active { opacity: 1; }

.phone-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 4px;
}
.phone-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--subtle);
  cursor: pointer;
  transition: all 0.3s;
}
.phone-dot.active {
  background: var(--brand);
  width: 24px;
  border-radius: 4px;
}

.hero-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dual-path {
  background: var(--paper);
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dual-panel {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 24px;
  align-items: center;
  min-width: 0;
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.dual-panel:hover {
  border-color: var(--border-hover);
  box-shadow: 0 8px 32px var(--shadow-card);
}
.dual-panel--client { background: linear-gradient(135deg, var(--paper) 0%, var(--brand-subtle) 100%); }
.dual-panel--pro { background: linear-gradient(135deg, var(--paper) 0%, var(--accent-subtle) 100%); }

.dual-panel__body {
  min-width: 0;
}

.dual-panel__body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 10px;
}
.dual-panel__body p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 320px;
}

.dual-panel__visual {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.dual-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dual-panel__visual img.image--cleaner {
  object-position: 68% center;
}

.how-it-works {
  background: var(--surface);
}

.workflow-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
}
.workflow-tab {
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--paper);
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
}
.workflow-tab:hover {
  border-color: var(--brand);
  color: var(--brand);
}
.workflow-tab.is-active {
  background: var(--brand);
  color: var(--active-control-text);
  border-color: var(--brand);
}

.workflow-panel {
  display: none;
  grid-template-columns: 1fr minmax(280px, 0.7fr);
  gap: 48px;
  align-items: stretch;
}
.workflow-panel.workflow-panel--active {
  display: grid;
  animation: fadeInTab 0.4s var(--ease-out) forwards;
}
@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .workflow-panel.workflow-panel--active {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.workflow-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.workflow-intro h3 {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--heading);
  line-height: 1.2;
  margin-bottom: 12px;
}
.workflow-intro > p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 520px;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.step {
  padding: 20px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.step__num {
  display: block;
  font-family: var(--font-app);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 10px;
}
.step h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 6px;
}
.step p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
  flex: 1;
}

.workflow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.workflow-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: var(--brand-subtle);
  color: var(--primary-ink);
  font-size: 0.78rem;
  font-weight: 600;
}
.workflow-tags--accent span {
  background: var(--accent-subtle);
  color: var(--accent-ink);
}
.workflow-tags--green span {
  background: var(--green-subtle);
  color: var(--success-ink);
}

.workflow-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.workflow-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  max-height: 420px;
}
.workflow-media img.image--cleaner {
  object-position: 62% center;
}

.partners {
  background: var(--paper);
}
.partners[data-empty="true"] {
  display: none;
}
.partners__inner {
  padding-top: clamp(56px, 7vw, 84px);
  padding-bottom: clamp(56px, 7vw, 84px);
}
.partners__intro {
  max-width: 760px;
  margin-bottom: 32px;
}
.partners__intro .section-heading {
  margin-bottom: 16px;
}
.partners__intro > p:not(.kicker) {
  max-width: 700px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}
.partners-marquee {
  padding: 10px 0;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.partners-marquee__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.partners-marquee__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: max-content;
  will-change: transform;
  animation: partners-scroll-ltr 34s linear infinite;
}
.partners-marquee:hover .partners-marquee__track {
  animation-play-state: paused;
}
.partners-marquee[data-empty="true"] {
  display: none;
}
.partners-marquee__group {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}
@keyframes partners-scroll-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.partner-logo {
  flex: 0 0 180px;
  display: flex;
  min-width: 0;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-raised);
}
.partner-logo img {
  width: 132px;
  height: 48px;
  object-fit: contain;
}
.partner-logo figcaption {
  max-width: 100%;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .partners-marquee__viewport {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .partners-marquee__track {
    animation: none;
    transform: none !important;
  }
}

.testimonials {
  background: var(--warm-cream);
}
.testimonials .section-heading {
  text-align: left;
}

.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: var(--paper);
  border: 1px solid var(--border);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  margin-bottom: 36px;
  transition: box-shadow 0.2s;
}
.trustpilot-badge:hover {
  box-shadow: 0 4px 16px var(--shadow-soft);
}
.trustpilot-stars {
  display: inline-flex;
  gap: 1px;
  color: var(--accent-solid);
}

.testimonial-carousel {
  position: relative;
  margin-bottom: 48px;
}
.testimonial-carousel__viewport {
  overflow: hidden;
  border-radius: var(--radius-md);
}
.testimonial-carousel__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.testimonial-carousel__track .testimonial-card {
  flex: 0 0 calc(33.333% - 16px);
  margin-right: 24px;
  min-width: 0;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--paper);
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.carousel-arrow:hover {
  background: var(--brand);
  color: var(--active-control-text);
  border-color: var(--brand);
}
.carousel-arrow:active { transform: translateY(-50%) scale(0.95); }
.carousel-arrow--prev { left: -22px; }
.carousel-arrow--next { right: -22px; }
.carousel-arrow:disabled { opacity: 0.3; cursor: default; pointer-events: none; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.carousel-dots button.active {
  background: var(--brand);
  width: 28px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--paper);
  border: 1px solid var(--border);
  min-height: 260px;
  transition: box-shadow 0.3s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px var(--shadow-card);
}

.testimonial-card blockquote {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 20px;
  font-style: italic;
  flex: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brand-subtle);
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-avatar--accent {
  background: var(--accent-subtle);
  color: var(--accent-ink);
}
.testimonial-author strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--heading);
}
.testimonial-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--muted);
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 600;
}
.badge--verified {
  background: var(--green-subtle);
  color: var(--green);
  gap: 4px;
}

.stats-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 28px 40px;
  border-radius: var(--radius-md);
  background: var(--paper);
  border: 1px solid var(--border);
}
.stats-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.stats-strip__item strong {
  font-family: var(--font-app);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--heading);
}
.stats-strip__item span {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 500;
}
.stats-strip__sep {
  width: 1px;
  height: 40px;
  background: var(--border);
}

.press {
  background: var(--paper);
}
.press .section-heading {
  text-align: left;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  max-width: 1040px;
}

.press-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.press-card:hover {
  border-color: var(--brand);
  box-shadow: 0 8px 32px var(--shadow-card);
}
.press-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  border-radius: var(--radius-sm);
  background: var(--paper);
  border: 1px solid var(--border);
  overflow: hidden;
}
.press-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.press-card__body h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--heading);
  line-height: 1.35;
  margin-bottom: 10px;
}
.press-card__body p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.press-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.press-card__footer span:first-child {
  font-size: 0.78rem;
  color: var(--subtle);
  font-weight: 500;
}
.press-card__footer span:last-child {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand);
}

.trust {
  background: var(--surface);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item {
  padding: 28px 24px;
  border-radius: var(--radius-md);
  background: var(--paper);
  border: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.trust-item:hover {
  box-shadow: 0 4px 20px var(--shadow-soft);
}
.trust-item h3 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 8px;
}
.trust-item p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
}

.faq {
  background: var(--paper);
}
.faq .section-heading {
  text-align: left;
}
.faq-list {
  max-width: 720px;
  margin-bottom: 24px;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  margin-bottom: 8px;
  background: var(--paper);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.faq-item[open] {
  box-shadow: 0 4px 20px var(--shadow-soft);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--heading);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary:hover { color: var(--brand); }
.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s var(--ease-out);
}
.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 20px 20px;
}
.faq-answer p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}
.faq-more {
  font-size: 0.9rem;
  color: var(--muted);
}
.faq-more a {
  color: var(--brand);
  font-weight: 600;
}
.faq-more a:hover { color: var(--brand-hover); }

.final-cta {
  background: var(--footer-bg);
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 32px);
}
.final-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.final-cta h2 {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--warm-white);
  margin-bottom: 12px;
}
.final-cta p {
  color: var(--footer-text);
  font-size: 1.05rem;
  margin-bottom: 32px;
}
.final-cta__downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.final-cta__secondary {
  display: inline-flex;
  color: var(--footer-text);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: color-mix(in oklch, var(--footer-text) 40%, transparent);
  text-underline-offset: 4px;
}
.final-cta__secondary:hover {
  color: var(--warm-white);
  text-decoration-color: var(--warm-white);
}

.site-footer {
  background: var(--footer-bg-deep);
  padding: 32px clamp(20px, 4vw, 32px);
}
.site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 28px;
}
.site-footer .brand img {
  width: 132px;
  height: auto;
  max-height: 36px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.footer-links--legal { gap: 18px; }
.footer-links a {
  font-size: 0.85rem;
  color: var(--footer-muted);
  transition: color 0.2s;
}
.footer-links--legal a {
  font-size: 0.8rem;
  color: var(--footer-subtle);
}
.footer-links a:hover { color: var(--warm-white); }
.footer-copy {
  max-width: 180px;
  font-size: 0.8rem;
  color: var(--footer-subtle);
  text-align: right;
}

.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--success-solid);
  color: var(--on-solid);
  box-shadow: 0 4px 14px var(--shadow-whatsapp);
  text-decoration: none;
  transition: transform 0.2s var(--ease-out);
}
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab:active { transform: scale(0.96); }

.counter-animated {
  display: inline-block;
  min-width: 2ch;
}

@media (max-width: 1024px) {
  .hero-text h1 { font-size: 3rem; }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-downloads { justify-content: center; }
  .hero-stats { margin: 24px auto 0; }
  .hero-phone { order: -1; }
  .phone-frame { width: 240px; height: 490px; }

  .dual-grid { grid-template-columns: 1fr; }
  .dual-panel { grid-template-columns: 1fr 120px; }

  .workflow-panel,
  .workflow-panel.workflow-panel--active {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .workflow-media {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    order: -1;
  }

  .testimonial-carousel__track .testimonial-card {
    flex: 0 0 calc(50% - 12px);
  }
  .carousel-arrow--prev { left: -8px; }
  .carousel-arrow--next { right: -8px; }

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

@media (max-width: 768px) {
  .mobile-menu-toggle { display: flex; }

  .top-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
    gap: 4px;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s var(--ease-out);
  }
  .top-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .nav-link {
    padding: 12px 16px;
    width: 100%;
    text-align: center;
  }
  .nav-cta { width: 100%; text-align: center; }
  .language-switcher {
    width: 100%;
    height: 40px;
    min-height: 40px;
  }
  .language-select {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 38px;
    text-align: center;
    text-align-last: center;
  }
  .hero {
    min-height: auto;
    padding: 40px 20px 48px;
  }
  .hero-grid { gap: 32px; }
  .section-heading { font-size: 1.9rem; }
  .hero-text h1 { font-size: 2.25rem; }
  .workflow-intro h3 { font-size: 1.45rem; }
  .final-cta h2 { font-size: 1.95rem; }
  .hero-actions { flex-direction: column; }
  .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
  }
  .hero-actions .btn,
  .dual-panel .btn,
  .workflow-content > .btn {
    width: 100%;
  }
  .hero-downloads { justify-content: center; text-align: center; }

  .phone-frame { width: 204px; height: 418px; }

  .dual-grid { max-width: 520px; margin: 0 auto; }
  .dual-panel { grid-template-columns: 1fr; padding: 24px; }
  .dual-panel__body p { max-width: none; }
  .dual-panel__visual {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .workflow-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .workflow-tab {
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
    font-size: 0.84rem;
  }
  .workflow-steps { grid-template-columns: 1fr; }
  .partners__intro {
    margin-bottom: 24px;
  }
  .partner-logo {
    flex-basis: 156px;
    min-height: 104px;
    padding: 14px;
  }
  .partner-logo img {
    width: 116px;
    height: 42px;
  }

  .testimonial-carousel__track .testimonial-card {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .carousel-arrow { display: none; }

  .stats-strip {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
  .stats-strip__sep { width: 60px; height: 1px; }

  .trust-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }

  .site-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-copy { max-width: none; text-align: center; }
  .whatsapp-fab { display: none; }
}

@media (max-width: 480px) {
  .site-header { padding: 0 16px; }
  .hero { padding: 32px 16px 40px; }
  .section-inner { padding: 48px 16px; }
  .section-heading { font-size: 1.75rem; }
  .hero-text h1 { font-size: 2rem; }
  .workflow-intro h3 { font-size: 1.35rem; }
  .final-cta h2 { font-size: 1.75rem; }
  .phone-frame { width: 180px; height: 370px; }
  .store-badge { height: 46px; }
  .store-badge img { height: 46px; }
  .store-badge--google img { height: 60px; margin: -7px -10px; }
  .hero-stats { grid-template-columns: 1fr; gap: 8px; }
}

:root[data-theme="light"] {
  color-scheme: light;
}
