@font-face {
  font-family: "DM Sans";
  src: url("/website/fonts/dm-sans-variable-v1.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/website/fonts/space-grotesk-variable-v1.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --alert: #e5544b;
  --canvas: #f5f5f8;
  --field: #fafafc;
  --ink: #181a20;
  --ink-2: #3a3d47;
  --line: #ececf1;
  --lilac: #a7a0f0;
  --outline: #e2e2ea;
  --primary: #5a4be0;
  --primary-dark: #4235bb;
  --primary-soft: #eceafb;
  --primary-soft-2: #f4f2fd;
  --slate: #6a6e7a;
  --success: #1e9e6a;
  --white: #fff;
  color: var(--ink-2);
  background: var(--canvas);
  font: 400 16px/1.55 "DM Sans", ui-sans-serif, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #c98a1e; outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 750; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(24, 26, 32, .08); background: rgba(245, 245, 248, .94); }
.navigation { min-height: 84px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font: 650 1.28rem/1 "Space Grotesk", sans-serif; letter-spacing: -.03em; text-decoration: none; }
.brand img { border-radius: 11px; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 30px); margin-left: auto; }
.nav-links a { color: var(--ink-2); font-size: .93rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--primary); }
.nav-links .nav-download { padding: 8px 13px; border-radius: 10px; background: var(--primary); color: var(--white); }
.nav-links .nav-download:hover { background: var(--primary-dark); color: var(--white); }
.language-link { display: grid; min-width: 42px; min-height: 38px; place-items: center; border: 1px solid var(--outline); border-radius: 11px; color: var(--ink); background: var(--white); font-size: .82rem; font-weight: 800; text-decoration: none; }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(44px, 7vw, 96px); align-items: center; padding-block: clamp(62px, 9vw, 118px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: "Space Grotesk", sans-serif; }
h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 6.15rem); font-weight: 600; line-height: .95; letter-spacing: -.06em; }
h1 span { color: var(--primary); }
h2 { margin: 0; font-size: clamp(2.25rem, 5vw, 4rem); font-weight: 600; line-height: 1.04; letter-spacing: -.045em; }
h3 { margin: 0; font-size: 1.35rem; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.hero-lede { max-width: 650px; margin: 28px 0 30px; color: var(--slate); font-size: clamp(1.06rem, 1.8vw, 1.24rem); }
.hero-store-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 22px; }
.hero-store-link { width: fit-content; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--primary); color: var(--white); box-shadow: 0 12px 28px rgba(90, 75, 224, .23); }
.button-primary:hover { background: var(--primary-dark); }
.button-secondary { border-color: var(--outline); background: var(--white); color: var(--ink); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; color: var(--slate); font-size: .86rem; list-style: none; }
.hero-points li { position: relative; padding-left: 17px; }
.hero-points li::before { position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--success); content: ""; }

.hero-visual { position: relative; min-height: 620px; }
.phone { overflow: hidden; border: 7px solid var(--ink); border-radius: 38px; background: var(--white); box-shadow: 0 30px 70px rgba(24, 26, 32, .2); }
.phone img { width: 100%; height: auto; }
.phone-main { position: absolute; z-index: 3; top: 0; right: 15%; width: min(310px, 62%); transform: rotate(2deg); }
.phone-side { position: absolute; z-index: 2; right: -11%; bottom: 0; width: min(245px, 50%); transform: rotate(7deg); }
.glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-one { top: 4%; left: 1%; width: 390px; height: 390px; background: var(--primary-soft); }
.glow-two { right: -18%; bottom: 4%; width: 280px; height: 280px; background: #dedafa; }

.proof-strip { border-block: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { display: grid; gap: 2px; margin: 0; padding: 25px 32px; border-right: 1px solid var(--line); }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border-right: 0; }
.proof-grid strong { color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 1rem; }
.proof-grid span { color: var(--slate); font-size: .87rem; }

.section { padding-block: clamp(76px, 10vw, 132px); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 620px; margin: 20px auto 0; color: var(--slate); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.feature-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--outline); border-radius: 24px; background: var(--white); }
.feature-card p { margin: auto 0 0; color: var(--slate); }
.feature-number { display: grid; width: 46px; height: 34px; margin-bottom: 54px; place-items: center; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font: 700 .76rem/1 "Space Grotesk", sans-serif; }
.feature-purple { border-color: transparent; background: var(--primary); }
.feature-purple h3, .feature-purple p { color: var(--white); }
.feature-purple .feature-number { background: rgba(255, 255, 255, .17); color: var(--white); }
.feature-dark { border-color: transparent; background: var(--ink); }
.feature-dark h3 { color: var(--white); }
.feature-dark p { color: #c9c8d1; }
.feature-dark .feature-number { background: #30323a; color: var(--lilac); }

.story { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(0, .85fr); gap: clamp(52px, 8vw, 112px); align-items: center; }
.story-media { position: relative; min-height: 650px; overflow: hidden; border-radius: 34px; }
.light-stage { background: linear-gradient(145deg, var(--primary-soft-2), #e2defc); }
.phone-story { position: absolute; z-index: 2; top: 60px; left: 11%; width: 285px; transform: rotate(-3deg); }
.phone-story-secondary { position: absolute; right: -3%; bottom: -145px; width: 235px; transform: rotate(5deg); }
.story-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--slate); font-size: 1.05rem; }
.check-list { display: grid; gap: 15px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 26px 1fr; align-items: start; color: var(--ink-2); font-weight: 600; }
.check-list span { display: grid; width: 20px; height: 20px; margin-top: 2px; place-items: center; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-size: .76rem; font-weight: 900; }

.business-section { overflow: hidden; background: var(--ink); }
.business-layout { min-height: 830px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(470px, 1fr); gap: clamp(50px, 8vw, 112px); align-items: center; padding-block: clamp(78px, 10vw, 132px); }
.eyebrow-light { color: var(--lilac); }
.business-copy h2 { color: var(--white); }
.business-copy > p:not(.eyebrow) { color: #c9c8d1; }
.check-list-dark li { color: #f2f1f7; }
.check-list-dark span { background: #33313f; color: #bcb6ff; }
.business-media { position: relative; min-height: 690px; }
.business-media::before { position: absolute; inset: 7% -22% auto 0; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(90, 75, 224, .62), rgba(90, 75, 224, 0) 68%); content: ""; }
.phone-business-main { position: absolute; z-index: 2; top: 0; left: 4%; width: 300px; transform: rotate(-3deg); }
.phone-business-side { position: absolute; z-index: 3; right: -3%; bottom: -80px; width: 250px; transform: rotate(5deg); }

.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.privacy-grid article { padding: 30px; border: 1px solid var(--outline); border-radius: 22px; background: var(--white); }
.privacy-grid p { margin-bottom: 0; color: var(--slate); }
.privacy-icon { display: grid; width: 44px; height: 44px; margin-bottom: 38px; place-items: center; border-radius: 13px; background: var(--primary-soft); color: var(--primary); font: 700 1.25rem/1 "Space Grotesk", sans-serif; }
.google-data-notice { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(24px, 5vw, 72px); align-items: start; margin-top: 18px; padding: clamp(28px, 5vw, 46px); border: 1px solid #cbc7ff; border-radius: 22px; background: linear-gradient(135deg, var(--primary-soft), var(--white)); }
.google-data-notice h3 { margin-bottom: 0; }
.google-data-notice > p { margin: 0; color: var(--slate); }
.privacy-link { margin: 34px 0 0; }
.privacy-link a { color: var(--primary); font-weight: 750; text-decoration: none; }

.cta { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; margin-bottom: clamp(70px, 10vw, 120px); padding: clamp(34px, 6vw, 62px); border-radius: 30px; background: linear-gradient(135deg, var(--ink), #2d265f); color: var(--white); }
.cta > img { border-radius: 18px; }
.cta h2 { max-width: 760px; color: var(--white); }
.cta p:last-child { max-width: 650px; margin-bottom: 0; color: #cfced8; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.app-store-link { display: inline-flex; min-height: 40px; align-items: center; }
.app-store-link img { display: block; width: auto; height: 48px; }
.google-play-link img { height: 48px; }
.store-link { display: inline-flex; min-height: 48px; align-items: center; padding: 11px 17px; border: 1px solid #575966; border-radius: 12px; background: var(--white); color: var(--ink); font-weight: 750; text-decoration: none; }

.site-footer { border-top: 1px solid var(--line); background: var(--white); }
.footer-layout { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 36px; align-items: start; padding-block: 48px; }
.footer-brand p { max-width: 360px; margin: 15px 0 0; color: var(--slate); font-size: .9rem; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 10px 20px; }
.site-footer nav a { color: var(--ink-2); font-size: .9rem; font-weight: 650; text-decoration: none; }
.copyright { margin: 0; color: var(--slate); font-size: .86rem; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(590px, 100%); margin-inline: auto; }
  .story { grid-template-columns: 1fr; }
  .story-media { width: min(650px, 100%); }
  .business-layout { grid-template-columns: 1fr; }
  .business-copy { max-width: 720px; }
  .business-media { width: min(620px, 100%); margin-inline: auto; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .navigation { min-height: 72px; flex-wrap: wrap; gap: 12px; padding-block: 12px; }
  .nav-links { order: 3; width: 100%; overflow-x: auto; gap: 20px; margin-left: 0; padding-bottom: 3px; }
  .language-link { margin-left: auto; }
  .hero { padding-top: 52px; }
  .hero-visual { min-height: 540px; }
  .phone-main { right: 25%; width: 260px; }
  .phone-side { right: 2%; width: 205px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p, .proof-grid p:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid p:last-child { border-bottom: 0; }
  .feature-grid, .privacy-grid { grid-template-columns: 1fr; }
  .google-data-notice { grid-template-columns: 1fr; }
  .feature-card { min-height: 260px; }
  .feature-number { margin-bottom: 40px; }
  .footer-layout { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .nav-links { justify-content: space-between; gap: 8px; overflow-x: visible; }
  .nav-links a { font-size: .75rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-points { display: grid; }
  .hero-visual { min-height: 455px; }
  .phone { border-width: 5px; border-radius: 29px; }
  .phone-main { left: 3%; right: auto; width: 218px; }
  .phone-side { right: 0; width: 174px; }
  .glow-one { left: 0; width: 330px; height: 330px; }
  .glow-two { right: 0; width: 220px; height: 220px; }
  .story-media { min-height: 540px; border-radius: 26px; }
  .phone-story { top: 38px; left: 5%; width: 224px; }
  .phone-story-secondary { right: -8%; width: 185px; }
  .business-media { min-height: 575px; }
  .phone-business-main { left: 0; width: 235px; }
  .phone-business-side { right: -8%; width: 198px; }
  .cta { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; }
  .site-footer nav { grid-template-columns: 1fr 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
