@font-face {
  font-family:Readex;
  src:url('ReadexPro.ttf') format('truetype');
  font-weight:100 900;
  font-display:swap
}

:root {
  --paper:#f7f4ec;
  --ink:#233d34;
  --muted:#5d6b60;
  --line:#d8dccf;
  --sage:#c1d4ad;
  --peach:#efbd97;
  --blue:#b9cfd9;
  --radius:24px;
  font-synthesis:none;
  color-scheme:light
}

* {
  box-sizing:border-box
}

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

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Readex,system-ui,sans-serif;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased
}

button,a {
  -webkit-tap-highlight-color:transparent
}

button,input {
  font:inherit
}

button {
  cursor:pointer
}

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

button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid #aa4e27;
  outline-offset:6px
}

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

h1,h2,h3,p,figure {
  margin:0
}

h1,h2,h3 {
  font-weight:500;
  line-height:1.13;
  letter-spacing:-.055em
}

h1 {
  font-size:clamp(58px,6.7vw,100px)
}

h2 {
  font-size:clamp(39px,4.6vw,65px)
}

h3 {
  font-size:24px;
  letter-spacing:-.035em
}

em {
  font-style:normal;
  color:#66805c
}

p {
  color:var(--muted)
}

ul {
  padding:0;
  list-style:none
}

.wrap {
  max-width:1240px;
  margin-inline:auto;
  padding-inline:48px
}

.section {
  padding-block:112px
}

.eyebrow,.tiny {
  font-size:11px;
  letter-spacing:.14em;
  line-height:1.5;
  font-weight:600
}

.eyebrow {
  margin-bottom:26px;
  color:var(--ink)
}

.lead {
  font-size:18px;
  line-height:1.85;
  max-width:530px;
  margin-top:27px
}

.small {
  font-size:12px;
  line-height:1.75
}

.button {
  display:inline-flex;
  gap:9px;
  justify-content:center;
  align-items:center;
  background:var(--ink);
  color:var(--paper);
  padding:16px 24px;
  border-radius:100px;
  font-size:14px;
  line-height:1.4;
  font-weight:500;
  border:1px solid var(--ink);
  transition:background .2s,transform .2s;
  min-height:52px
}

.button:hover {
  background:#3e5a45;
  transform:translateY(-2px)
}

.button svg {
  width:25px;
  height:25px;
  flex-shrink:0
}

.text-link {
  display:inline-flex;
  gap:18px;
  align-items:center;
  font-size:14px;
  border-bottom:1px solid #7e8c78;
  padding-bottom:5px
}

.text-link:hover {
  color:#627c50
}

.skip {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:100;
  background:var(--ink);
  color:white;
  padding:10px 20px
}

.skip:focus {
  top:10px
}

.header {
  position:sticky;
  top:0;
  z-index:10;
  background:#f7f4ecf5;
  border-bottom:1px solid #233d3414;
  backdrop-filter:blur(14px)
}

.nav-wrap {
  height:90px;
  max-width:1440px;
  margin:auto;
  padding-inline:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:25px;
  font-weight:600;
  letter-spacing:-.06em
}

.brand img {
  object-fit:contain
}

.header nav {
  display:flex;
  gap:32px;
  margin-inline-start:50px
}

.header nav a,.language {
  font-size:13px;
  padding-block:12px
}

.header nav a:hover,.language:hover {
  color:#6d805c
}

.nav-actions {
  display:flex;
  align-items:center;
  gap:24px
}

.button.compact {
  font-size:12px;
  padding:10px 19px;
  min-height:44px
}

.compact svg {
  width:21px;
  height:21px
}

.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:35px;
  align-items:center;
  min-height:750px;
  padding-block:75px 90px
}

.hero-copy {
  position:relative;
  z-index:2
}

.hero-copy .lead {
  max-width:440px;
  font-size:18px;
  margin-block:28px 31px
}

.hero-note {
  margin-top:17px
}

.explore {
  margin-top:47px;
  border:0;
  color:var(--muted);
  font-size:12px
}

.hero-art {
  height:530px;
  position:relative;
  direction:ltr;
  isolation:isolate
}

.orbit {
  position:absolute;
  inset:40px -5px 20px -20px;
  border:1px solid #d7ddce;
  border-radius:50%;
  transform:rotate(-24deg)
}

.orbit:after {
  content:'';
  position:absolute;
  inset:27px -24px;
  border:1px solid #e1e2d6;
  border-radius:50%
}

.little-star {
  position:absolute;
  font-size:55px;
  color:#819271
}

.star-one {
  left:4%;
  top:100px;
  transform:rotate(15deg)
}

.star-two {
  right:0;
  bottom:55px;
  font-size:36px;
  color:#c27e58
}

.trip-card {
  position:absolute;
  width:285px;
  height:366px;
  top:64px;
  left:28px;
  background:var(--sage);
  border-radius:20px;
  transform:rotate(-9deg);
  box-shadow:0 20px 35px #233d3420;
  overflow:hidden;
  transition:background .3s;
  z-index:2
}

.trip-top {
  display:flex;
  align-items:center;
  gap:13px;
  padding:23px 24px
}

.trip-top>span:first-child {
  font-size:32px
}

.trip-top .tiny {
  font-size:15px;
  letter-spacing:-.025em
}

.sun-scene {
  height:156px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #233d3420
}

.sun {
  position:absolute;
  width:82px;
  height:82px;
  background:#f6dfac;
  border-radius:50%;
  right:54px;
  top:14px
}

.hill {
  position:absolute;
  bottom:-130px;
  left:-60px;
  width:375px;
  height:200px;
  background:#536e53;
  border-radius:50%;
  transform:rotate(15deg)
}

.hill-back {
  left:100px;
  bottom:-87px;
  background:#8b9f73;
  transform:rotate(-20deg)
}

.trip-bottom {
  padding:12px 25px;
  display:flex;
  align-items:baseline;
  gap:16px
}

.trip-bottom strong {
  font-size:78px;
  font-weight:400;
  letter-spacing:-.07em;
  line-height:1.2
}

.trip-bottom>span {
  font-size:13px
}

.trip-card[data-color=peach] {
  background:var(--peach)
}

.trip-card[data-color=peach] .hill {
  background:#96593d
}

.trip-card[data-color=peach] .hill-back {
  background:#c38a62
}

.trip-card[data-color=blue] {
  background:var(--blue)
}

.trip-card[data-color=blue] .hill {
  background:#3c6876
}

.trip-card[data-color=blue] .hill-back {
  background:#79999d
}

.birthday-card {
  position:absolute;
  right:0;
  top:5px;
  width:222px;
  min-height:230px;
  background:#efd1cf;
  border-radius:20px;
  padding:28px 20px;
  text-align:center;
  transform:rotate(9deg);
  box-shadow:0 10px 35px #233d3412
}

.emoji {
  font-size:44px;
  display:block;
  margin-bottom:18px
}

.birthday-card h3 {
  font-size:19px
}

.birthday-card p {
  font-size:12px;
  margin-top:10px
}

.bill-card {
  position:absolute;
  bottom:51px;
  right:-4px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:15px;
  background:#fffdf7;
  box-shadow:0 18px 35px #233d3418;
  border:1px solid #e8e4d8;
  padding:18px 22px;
  border-radius:17px;
  transform:rotate(5deg);
  min-width:265px
}

.bill-icon {
  background:#efe8d7;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:24px
}

.bill-card strong,.bill-card small {
  display:block;
  font-size:13px
}

.bill-card small {
  font-size:11px;
  color:var(--muted)
}

.bill-card>span:last-child {
  margin-left:auto
}

.swatches {
  position:absolute;
  bottom:-7px;
  left:45px;
  display:flex;
  align-items:center;
  gap:10px;
  z-index:4
}

.swatches>span {
  font-size:11px;
  margin-right:3px
}

.swatch {
  width:28px;
  height:28px;
  border-radius:50%;
  border:4px solid var(--paper);
  outline:1px solid transparent;
  min-width:28px;
  position:relative
}

.swatch:before {
  content:'';
  position:absolute;
  inset:-8px
}

.swatch[aria-pressed=true] {
  outline-color:var(--ink)
}

.swatch.sage {
  background:var(--sage)
}

.swatch.peach {
  background:var(--peach)
}

.swatch.blue {
  background:var(--blue)
}

.manifesto {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:29px;
  font-size:18px;
  letter-spacing:-.025em
}

.manifesto span+span:before {
  content:'✳';
  font-size:18px;
  color:#849474;
  margin-inline-end:60px
}

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

.section-heading .lead {
  max-width:590px
}

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

.feature-card {
  background:#edeedf;
  border-radius:var(--radius);
  padding:29px 23px 35px
}

.feature-card:nth-child(2) {
  background:#ede6d6
}

.feature-card:nth-child(3) {
  background:#e5ebdf
}

.feature-card:nth-child(4) {
  background:#e8e9e2
}

.feature-icon {
  font-size:31px;
  display:grid;
  place-items:center;
  width:49px;
  height:49px;
  border:1px solid #233d3430;
  border-radius:50%;
  margin-bottom:48px
}

.feature-card .tiny {
  font-size:9px;
  letter-spacing:.06em;
  margin-bottom:17px
}

.feature-card h3 {
  font-size:21px;
  margin-bottom:18px;
  line-height:1.3
}

.feature-card p:last-child {
  font-size:13px;
  line-height:1.85
}

.home-section {
  background:#e7ebde;
  overflow:hidden
}

.home-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center
}

.check-list {
  margin-top:30px;
  display:grid;
  gap:15px;
  font-size:14px
}

.check-list li {
  display:flex;
  align-items:baseline;
  gap:12px
}

.check-list li:before {
  content:'✓';
  color:#647957;
  flex-shrink:0
}

.phone-stage {
  position:relative;
  display:grid;
  place-items:center;
  padding-block:4px
}

.phone-stage:before {
  content:'';
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:#c5d3b3;
  z-index:0;
  top:15%
}

.phone {
  width:278px;
  border:7px solid #263e33;
  background:#263e33;
  border-radius:43px;
  box-shadow:15px 30px 45px #334e3326;
  overflow:hidden;
  transform:rotate(5deg);
  position:relative
}

.phone img {
  width:100%;
  height:auto;
  border-radius:34px
}

.phone-stage figcaption {
  font-size:11px;
  color:#54644f;
  margin-top:29px;
  z-index:1
}

.capture {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}

.capture h2 {
  font-size:49px
}

.capture .lead {
  margin:0
}

.tags {
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:25px
}

.tags span {
  font-size:12px;
  border:1px solid var(--line);
  padding:6px 14px;
  border-radius:30px
}

.boards-section {
  background:#243d34;
  color:#f8f4e8;
  overflow:hidden
}

.boards-section p {
  color:#c2cdbd
}

.boards-section .eyebrow {
  color:#c1d4ad
}

.boards-section em {
  color:#c1d4ad
}

.board-heading {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:70px;
  align-items:end
}

.board-heading .lead {
  font-size:16px;
  margin-top:20px
}

.pro-label {
  display:inline-block;
  font-size:10px;
  letter-spacing:.11em;
  border:1px solid currentColor;
  border-radius:100px;
  padding:5px 11px
}

.motion-stage {
  position:relative;
  display:flex;
  justify-content:center;
  gap:44px;
  padding:75px 40px 30px;
  direction:ltr
}

.clip {
  width:300px;
  z-index:1;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 22px 40px #0b241e60;
  background:#203129
}

.clip video {
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover
}

.clip-one {
  transform:rotate(-7deg)
}

.clip-two {
  transform:rotate(7deg);
  margin-top:40px
}

.motion-line {
  position:absolute;
  width:90%;
  height:55%;
  border:1px solid #9db29450;
  border-radius:50%;
  left:5%;
  top:23%;
  transform:rotate(-15deg)
}

.motion-spark {
  position:absolute;
  right:8%;
  top:20%;
  font-size:70px;
  color:#c0d2a6
}

.motion-caption {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:25px;
  padding-top:20px
}

.text-button {
  font-size:12px;
  color:inherit;
  background:transparent;
  border:1px solid #95a78d;
  border-radius:100px;
  padding:9px 17px;
  min-height:44px;
  white-space:nowrap
}

.text-button:hover {
  background:#ffffff15
}

.board-steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:55px;
  margin-top:68px;
  padding-top:37px;
  border-top:1px solid #b9c8af38
}

.step-number {
  font-size:12px;
  color:#c1d4ad;
  display:block;
  margin-bottom:20px
}

.board-steps h3 {
  font-size:24px
}

.board-steps p {
  font-size:14px;
  margin-top:16px;
  max-width:290px
}

.care {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px
}

.care .text-link {
  margin-top:30px
}

.care-list article {
  border-bottom:1px solid var(--line);
  padding-block:26px
}

.care-list article:first-child {
  padding-top:5px
}

.care-list h3 {
  font-size:23px
}

.care-list p {
  font-size:14px;
  margin-top:13px;
  max-width:450px
}

.plans-section {
  background:#eeeade
}

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

.plan {
  position:relative;
  border:1px solid #c8cebf;
  border-radius:var(--radius);
  padding:34px 27px;
  background:#f7f4ec80
}

.plan h3 {
  font-size:22px
}

.plan .price {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:8px;
  margin-block:22px 14px;
  color:var(--ink);
  line-height:1.3
}

.price bdi {
  font-size:48px;
  letter-spacing:-.045em;
  font-weight:500
}

.price>span {
  font-size:12px
}

.plan>p:not(.price) {
  font-size:12px;
  min-height:43px
}

.plan .check-list {
  font-size:12px;
  line-height:1.85;
  border-top:1px solid #c8cebf;
  padding-top:24px;
  margin-top:23px
}

.plan-pro {
  background:var(--sage);
  border-color:#8ca179
}

.plan-pro .pro-label {
  position:absolute;
  inset-inline-end:24px;
  top:26px;
  font-size:8px
}

.plan-foot {
  max-width:850px;
  margin-top:27px
}

.faq {
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:70px
}

.faq h2 {
  font-size:40px;
  line-height:1.3
}

details {
  border-bottom:1px solid var(--line)
}

summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:15px;
  padding:25px 0;
  line-height:1.6
}

summary::-webkit-details-marker {
  display:none
}

summary span {
  font-size:24px;
  font-weight:300;
  transition:transform .2s
}

details[open] summary span {
  transform:rotate(45deg)
}

details>p {
  font-size:14px;
  padding-bottom:24px;
  line-height:1.9
}

.download-section {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  align-items:center;
  gap:75px;
  border-radius:35px;
  background:#e7ebda;
  padding-block:55px;
  margin-bottom:95px;
  max-width:1144px
}

.download-section>img {
  width:350px;
  height:auto;
  justify-self:center
}

.download-section h2 {
  font-size:65px
}

.download-section .lead {
  font-size:15px;
  margin-top:20px
}

.download-section .button {
  margin-top:27px
}

.footer {
  border-top:1px solid var(--line);
  padding-top:36px;
  padding-bottom:45px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px
}

.footer p {
  font-size:12px;
  margin-top:12px
}

.footer-links {
  display:grid;
  grid-template-columns:auto auto;
  gap:12px 32px;
  align-items:start;
  font-size:12px;
  padding-top:12px
}

.footer-links span {
  color:var(--muted)
}

.footer-links a:hover {
  text-decoration:underline
}

.will-reveal {
  opacity:0;
  transform:translateY(25px);
  transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)
}

.will-reveal.is-visible {
  opacity:1;
  transform:none
}

.feature-card:nth-child(2).will-reveal {
  transition-delay:.07s
}

.feature-card:nth-child(3).will-reveal {
  transition-delay:.14s
}

.feature-card:nth-child(4).will-reveal {
  transition-delay:.21s
}

dialog {
  color:var(--ink);
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:28px;
  max-width:470px;
  width:calc(100% - 36px);
  padding:0;
  box-shadow:0 20px 70px #102b3433
}

dialog::backdrop {
  background:#12251ddd;
  backdrop-filter:blur(5px)
}

.dialog-content {
  padding:45px 34px 36px;
  position:relative
}

.dialog-content h2 {
  font-size:35px;
  margin-top:25px
}

.dialog-content p {
  font-size:15px;
  margin-block:20px 28px
}

.dialog-close {
  position:absolute;
  top:12px;
  inset-inline-end:12px;
  width:44px;
  height:44px;
  background:transparent;
  border:0;
  border-radius:50%;
  color:var(--ink);
  font-size:29px
}

.dialog-close:hover {
  background:#e2e7d8
}

.document {
  max-width:960px;
  padding-block:85px 100px
}

.document h1 {
  font-size:64px;
  line-height:1.2
}

.document .lead {
  max-width:760px;
  margin-block:30px
}

.draft-note {
  background:#eee3d0;
  color:#685039;
  padding:20px 25px;
  border-radius:14px;
  font-size:13px;
  border-inline-start:3px solid #a56b3d
}

.policy-copy section {
  margin-top:40px
}

.policy-copy h2 {
  font-size:26px;
  margin-bottom:15px
}

.policy-copy p {
  font-size:15px;
  line-height:1.95
}

.policy-copy+p {
  margin-top:40px
}

.support-faq {
  margin-block:45px
}

.document>.button {
  margin-top:5px
}

[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] .brand {
  letter-spacing:0;
  line-height:1.4
}

[dir=rtl] .eyebrow,[dir=rtl] .tiny {
  letter-spacing:0
}

[dir=rtl] .hero-art .trip-top,[dir=rtl] .hero-art .trip-bottom,[dir=rtl] .hero-art .bill-card,[dir=rtl] .swatches {
  direction:rtl
}

[dir=rtl] .hero h1 {
  font-size:clamp(58px,6vw,87px)
}

[dir=rtl] .hero-art h3 {
  font-size:18px
}

[dir=rtl] .hero-art .bill-card>span:last-child {
  margin-left:0;
  margin-right:auto
}

[dir=rtl] .swatches>span {
  margin-right:0;
  margin-left:3px
}

[dir=rtl] .hero-art .trip-top .tiny {
  letter-spacing:0
}

[dir=rtl] .header nav {
  margin-inline-start:0
}

[dir=rtl] .phone {
  transform:rotate(-5deg)
}

[dir=rtl] .plan-pro .pro-label {
  top:16px
}

[dir=rtl] .price bdi {
  letter-spacing:0
}

@media(min-width:1450px) {
  .hero {
    min-height:800px
  }
  .hero-art {
    transform:scale(1.06)
  }
}

@media(max-width:1100px) {
  .wrap {
    padding-inline:32px
  }
  .nav-wrap {
    padding-inline:32px;
    gap:20px
  }
  .header nav {
    margin:0;
    gap:23px
  }
  .nav-actions {
    gap:17px
  }
  .hero {
    gap:15px;
    min-height:680px
  }
  .hero-art {
    transform:scale(.87);
    transform-origin:center right;
    margin-left:-35px
  }
  .hero h1 {
    font-size:74px
  }
  .feature-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .feature-icon {
    margin-bottom:30px
  }
  .home-grid {
    gap:45px
  }
  .board-heading {
    gap:40px
  }
  .care {
    gap:60px
  }
  .plan {
    padding:30px 21px
  }
  .plan-pro .pro-label {
    position:static;
    margin-bottom:10px
  }
  .plan-pro h3 {
    display:inline;
    margin-inline-start:8px
  }
  .plan .price {
    font-size:38px
  }
  .download-section {
    margin-inline:32px;
    gap:30px
  }
  .download-section h2 {
    font-size:55px
  }
  .manifesto span+span:before {
    margin-inline-end:27px
  }
  .section {
    padding-block:85px
  }
}

@media(max-width:800px) {
  .header nav {
    display:none
  }
  .hero {
    grid-template-columns:1fr;
    gap:20px;
    padding-top:58px;
    padding-bottom:40px
  }
  .hero-copy {
    max-width:600px
  }
  .hero h1,[dir=rtl] .hero h1 {
    font-size:clamp(60px,10vw,85px)
  }
  .hero-copy .lead {
    max-width:540px
  }
  .hero-art {
    width:500px;
    max-width:100%;
    transform:none;
    margin:0 auto;
    height:530px
  }
  .hero .explore {
    display:none
  }
  .manifesto {
    font-size:13px;
    gap:10px
  }
  .manifesto span+span:before {
    margin-inline-end:20px;
    font-size:15px
  }
  .home-grid {
    gap:35px
  }
  .home-grid h2 {
    font-size:43px
  }
  .phone {
    width:238px;
    border-radius:38px
  }
  .phone-stage:before {
    width:310px;
    height:310px;
    top:18%
  }
  .phone img {
    border-radius:30px
  }
  .home-grid .lead {
    font-size:15px
  }
  .check-list {
    font-size:13px
  }
  .capture {
    gap:35px
  }
  .capture h2 {
    font-size:40px
  }
  .capture .lead {
    font-size:15px
  }
  .board-heading {
    grid-template-columns:1fr;
    gap:30px
  }
  .board-heading .lead {
    max-width:610px
  }
  .motion-stage {
    padding-inline:10px;
    gap:26px
  }
  .motion-spark {
    right:0
  }
  .clip {
    width:260px
  }
  .board-steps {
    gap:25px
  }
  .board-steps h3 {
    font-size:22px
  }
  .board-steps p {
    font-size:13px
  }
  .care {
    gap:40px
  }
  .plan-grid {
    grid-template-columns:1fr
  }
  .plan {
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    column-gap:20px
  }
  .plan h3 {
    width:30%;
    flex-grow:1
  }
  .plan .price {
    margin:0;
    width:auto
  }
  .plan>p:not(.price) {
    width:100%;
    min-height:0;
    margin-top:13px
  }
  .plan .check-list {
    width:100%;
    margin-top:18px
  }
  .plan-pro .pro-label {
    position:absolute;
    inset-inline-end:auto;
    inset-inline-start:21px;
    top:22px
  }
  .plan-pro {
    padding-top:61px
  }
  .plan-pro h3 {
    margin:0
  }
  [dir=rtl] .plan-pro .pro-label {
    top:20px
  }
  .faq {
    grid-template-columns:1fr;
    gap:25px
  }
  .faq h2 {
    max-width:600px
  }
  .download-section {
    grid-template-columns:.85fr 1.2fr;
    gap:15px;
    padding-block:40px
  }
  .download-section h2 {
    font-size:43px
  }
  .download-section .eyebrow {
    font-size:10px
  }
  .footer {
    flex-direction:column;
    gap:20px
  }
}

@media(max-width:540px) {
  .wrap {
    padding-inline:24px
  }
  .section {
    padding-block:68px
  }
  .nav-wrap {
    height:74px;
    padding-inline:20px;
    gap:10px
  }
  .brand {
    font-size:22px;
    gap:5px
  }
  .brand img {
    width:35px;
    height:35px
  }
  .nav-actions {
    gap:14px
  }
  .language {
    font-size:12px
  }
  .button.compact {
    font-size:10px;
    padding:9px 11px;
    min-height:40px;
    max-width:125px
  }
  .compact svg {
    width:19px;
    height:19px
  }
  .compact {
    gap:4px
  }
  .hero {
    padding-top:47px
  }
  .hero .eyebrow {
    font-size:10px;
    margin-bottom:21px
  }
  .hero h1,[dir=rtl] .hero h1 {
    font-size:60px
  }
  .hero-copy .lead {
    font-size:16px;
    margin-block:22px 27px
  }
  .hero-note {
    font-size:10px
  }
  .hero-art {
    height:420px;
    margin-top:7px
  }
  .trip-card {
    left:8px;
    top:78px;
    width:220px;
    height:284px;
    border-radius:17px
  }
  .trip-top {
    padding:13px 18px;
    gap:8px
  }
  .trip-top .tiny {
    font-size:12px
  }
  .trip-top>span:first-child {
    font-size:26px
  }
  .sun-scene {
    height:126px
  }
  .sun {
    width:65px;
    height:65px;
    top:10px;
    right:45px
  }
  .hill {
    bottom:-135px
  }
  .hill-back {
    bottom:-120px
  }
  .trip-bottom {
    padding:11px 19px;
    gap:12px
  }
  .trip-bottom strong {
    font-size:58px
  }
  .trip-bottom>span {
    font-size:10px
  }
  .birthday-card {
    right:6px;
    top:10px;
    width:170px;
    min-height:190px;
    padding:20px 16px
  }
  .birthday-card h3,[dir=rtl] .hero-art h3 {
    font-size:15px
  }
  .birthday-card p {
    font-size:10px;
    margin-top:9px
  }
  .emoji {
    font-size:33px;
    margin-bottom:16px
  }
  .bill-card {
    bottom:30px;
    right:0;
    min-width:208px;
    padding:12px 14px;
    gap:10px;
    border-radius:13px
  }
  .bill-card strong {
    font-size:11px
  }
  .bill-card small {
    font-size:9px
  }
  .bill-icon {
    width:32px;
    height:32px;
    font-size:20px
  }
  .swatches {
    left:15px;
    bottom:-20px;
    gap:9px
  }
  .swatches>span {
    font-size:10px
  }
  .star-one {
    left:7px;
    top:17px;
    font-size:46px
  }
  .star-two {
    right:3px;
    bottom:125px;
    font-size:28px
  }
  .orbit {
    inset:35px 3px 23px -5px
  }
  .manifesto {
    margin-top:25px;
    padding-block:23px;
    flex-direction:column;
    gap:8px;
    font-size:15px
  }
  .manifesto span+span:before {
    content:none
  }
  .manifesto span:nth-child(2) {
    color:#697b5e
  }
  .section-heading {
    margin-bottom:30px
  }
  h2 {
    font-size:40px
  }
  .lead {
    font-size:16px;
    margin-top:22px
  }
  .feature-grid {
    gap:12px
  }
  .feature-card {
    padding:23px 18px;
    border-radius:18px
  }
  .feature-icon {
    margin-bottom:28px;
    width:40px;
    height:40px;
    font-size:25px
  }
  .feature-card .tiny {
    font-size:8px
  }
  .feature-card h3 {
    font-size:20px;
    margin-bottom:13px
  }
  .feature-card p:last-child {
    font-size:12px;
    line-height:1.85
  }
  .home-grid {
    grid-template-columns:1fr;
    gap:40px
  }
  .home-grid h2 {
    font-size:40px
  }
  .phone {
    width:255px
  }
  .phone-stage {
    padding-block:10px
  }
  .phone-stage:before {
    width:320px;
    height:320px
  }
  .phone-stage figcaption {
    font-size:10px
  }
  .capture {
    grid-template-columns:1fr;
    gap:23px
  }
  .capture .eyebrow {
    margin-bottom:18px
  }
  .capture h2 {
    font-size:38px
  }
  .board-heading h2 {
    font-size:38px
  }
  .motion-stage {
    gap:16px;
    padding:45px 0 18px;
    margin-inline:-5px
  }
  .clip {
    width:46%;
    border-radius:15px
  }
  .clip-two {
    margin-top:30px
  }
  .motion-spark {
    font-size:36px;
    top:13%;
    right:0
  }
  .motion-caption {
    align-items:start;
    gap:15px
  }
  .motion-caption .small {
    font-size:10px
  }
  .text-button {
    padding:7px 11px;
    font-size:10px
  }
  .board-steps {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:38px;
    padding-top:30px
  }
  .board-steps article {
    display:grid;
    grid-template-columns:30px 1fr;
    column-gap:13px
  }
  .step-number {
    grid-row:span 2;
    margin:4px 0
  }
  .board-steps p {
    max-width:none;
    margin-top:9px
  }
  .care {
    grid-template-columns:1fr;
    gap:30px
  }
  .care-list h3 {
    font-size:23px
  }
  .care-list article {
    padding-block:22px
  }
  .plan {
    padding:27px 22px;
    border-radius:20px
  }
  .plan h3 {
    font-size:21px
  }
  .price bdi {
    font-size:40px
  }
  .price>span {
    font-size:10px
  }
  .plan-pro {
    padding-top:59px
  }
  .plan-foot {
    font-size:11px
  }
  .faq h2 {
    font-size:34px
  }
  summary {
    font-size:14px;
    padding-block:21px
  }
  details>p {
    font-size:13px
  }
  .download-section {
    grid-template-columns:1fr;
    text-align:center;
    margin-inline:16px;
    margin-bottom:60px;
    padding:28px 24px 40px;
    gap:10px
  }
  .download-section>img {
    width:210px
  }
  .download-section .eyebrow {
    margin-bottom:17px
  }
  .download-section h2 {
    font-size:44px
  }
  .download-section .lead {
    font-size:14px
  }
  .footer {
    padding-top:28px;
    padding-bottom:30px
  }
  .footer-links {
    font-size:11px;
    gap:14px 24px
  }
  .footer p {
    font-size:11px
  }
  .document {
    padding-block:50px 65px
  }
  .document h1 {
    font-size:45px
  }
  .document .lead {
    font-size:16px
  }
  .draft-note {
    padding:17px 19px;
    font-size:12px
  }
  .policy-copy h2 {
    font-size:24px
  }
  .policy-copy p {
    font-size:14px
  }
  [dir=rtl] .hero h1 {
    font-size:55px
  }
  [dir=rtl] .feature-card h3 {
    font-size:18px
  }
  [dir=rtl] .nav-actions {
    gap:10px
  }
  [dir=rtl] .button.compact {
    font-size:9px;
    max-width:113px
  }
}

@media(max-width:360px) {
  .wrap {
    padding-inline:20px
  }
  .nav-wrap {
    padding-inline:14px
  }
  .brand {
    font-size:20px
  }
  .brand img {
    width:30px;
    height:30px
  }
  .nav-actions {
    gap:10px
  }
  .button.compact {
    max-width:110px;
    font-size:9px
  }
  .hero h1 {
    font-size:53px
  }
  .trip-card {
    left:0;
    width:207px
  }
  .birthday-card {
    width:151px;
    right:0
  }
  .feature-card {
    padding:20px 14px
  }
  .feature-card h3 {
    font-size:18px
  }
  .plan .price {
    gap:5px
  }
  .price bdi {
    font-size:35px
  }
  .price>span {
    font-size:9px
  }
  .footer-links {
    column-gap:15px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .will-reveal {
    opacity:1;
    transform:none
  }
}

@media print {
  .header,.download-section,.nav-actions,dialog,.skip,.swatches,.motion-caption button {
    display:none
  }
  .will-reveal {
    opacity:1;
    transform:none
  }
  body {
    background:white
  }
  .section {
    padding-block:35px
  }
  .footer {
    margin-top:30px
  }
  .clip {
    box-shadow:none
  }
  .document {
    padding:0;
    max-width:none
  }
}

/* Allow intrinsic media and long localized text to shrink inside grid tracks. */
.hero>* {
  min-width:0
}

.hero-art {
  width:100%;
  max-width:500px
}

.hero {
  overflow:clip
}

.home-grid>*,.capture>*,.board-heading>*,.care>*,.faq>* {
  min-width:0
}

@media(max-width:360px) {
  .hero h1 {
    font-size:47px
  }
  [dir=rtl] .hero h1 {
    font-size:48px
  }
}

.headline-last {
  white-space:nowrap
}

@media(max-width:540px) {
  .hero h1 {
    font-size:51px
  }
  .compact span {
    white-space:nowrap
  }
}

@media(max-width:360px) {
  .hero h1 {
    font-size:43px
  }
}


/* Four separate cards: a playful composition without covering any titles. */
.hero-art {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 285px 150px;
  gap: 22px;
  height: 530px;
  padding: 20px 9px 53px;
}
.hero-art .trip-card,
.hero-art .birthday-card,
.hero-art .bill-card,
.hero-art .learning-card {
  position: relative;
  inset: auto;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  z-index: 1;
}
.hero-art .trip-card { grid-area: 1 / 1; transform: rotate(-4deg); }
.hero-art .birthday-card {
  grid-area: 1 / 2;
  transform: rotate(4deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 18px;
}
.hero-art .birthday-card h3 { font-size: 21px; line-height: 1.35; }
.hero-art .birthday-card p { font-size: 13px; }
.hero-art .trip-top { padding: 17px 19px; gap: 9px; }
.hero-art .trip-top .tiny { font-size: 13px; }
.hero-art .sun-scene { height: 122px; }
.hero-art .trip-bottom { padding: 10px 19px; gap: 12px; }
.hero-art .trip-bottom strong { font-size: 63px; }
.hero-art .trip-bottom>span { font-size: 11px; }
.hero-art .bill-card {
  grid-area: 2 / 1;
  transform: rotate(3deg);
  padding: 19px;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}
.hero-art .bill-card>div { flex-basis: calc(100% - 55px); }
.hero-art .bill-card>span:last-child { display: none; }
.hero-art .bill-card strong { font-size: 13px; line-height: 1.5; }
.hero-art .bill-card small { font-size: 11px; margin-top: 5px; }
.hero-art .learning-card {
  grid-area: 2 / 2;
  padding: 18px 21px;
  background: #ebe6d5;
  border-radius: 20px;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px #233d3410;
}
.learning-card .emoji { font-size: 24px; margin: 0 0 8px; line-height: 1.2; }
.hero-art .learning-card h3 { font-size: 17px; line-height: 1.35; }
.learning-card p { font-size: 11px; margin-top: 7px; }
.hero-art .swatches { bottom: 0; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.hero-art .star-one { left: -18px; top: -35px; font-size: 34px; }
.hero-art .star-two { right: -13px; bottom: 29px; font-size: 28px; }
.hero-art .orbit { inset: -10px -2px 48px; z-index: -1; }

/* The full tour is a normal document unless progressive enhancement is available. */
.app-tour { background: #e7ebde; padding-bottom: 70px; }
.app-tour .section-heading { margin-bottom: 12px; }
.tour-hint { margin-top: 17px; }
.tour-controls { display: none; }
.tour-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding-block: 65px; }
.tour-copy h3 { font-size: clamp(35px,4vw,56px); }
.tour-copy .lead { font-size: 17px; }
.tour-phone-stage { position: relative; display: grid; justify-items: center; gap: 21px; }
.tour-phone-stage::before { content: ''; position: absolute; inset: 14% -5% 12%; border-radius: 50%; background: #c5d3b3; }
.tour-phone-stage .phone { width: 285px; transform: none; border-radius: 44px; }
.tour-phone-stage .phone img { border-radius: 35px; }
.tour-phone-stage figcaption { z-index: 1; text-align: center; color: #54644f; font-size: 10px; }
.tour-enhanced { height: 350svh; position: relative; }
.tour-enhanced .tour-stage { position: sticky; top: 106px; height: calc(100svh - 120px); display: flex; flex-direction: column; }
.tour-enhanced .tour-controls { display: flex; gap: 8px; justify-content: center; padding-block: 10px 20px; flex-shrink: 0; }
.tour-controls button { display: inline-flex; align-items: center; gap: 9px; border: 1px solid #aebb9f; background: transparent; color: var(--ink); border-radius: 100px; padding: 10px 17px; min-height: 44px; font-size: 12px; }
.tour-controls button[aria-selected=true] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tour-index { font-size: 10px; opacity: .75; }
.tour-enhanced .tour-panels { flex: 1; min-height: 0; display: grid; align-items: center; }
.tour-enhanced .tour-panel { padding-block: 10px 30px; grid-area: 1/1; height: 100%; }
.tour-panel[hidden] { display: none; }
.tour-enhanced .tour-panel:not([hidden]) { animation: tour-arrive .35s ease both; }
.tour-enhanced .tour-phone-stage .phone { width: min(285px, 31svh); }
@keyframes tour-arrive { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: none; } }
[dir=rtl] .tour-phone-stage .phone { transform: none; }
@media(max-width:1100px) {
  .hero-art { transform: none; margin: 0; grid-template-rows: 265px 150px; gap: 18px; }
  .hero-art .birthday-card h3 { font-size: 19px; }
  .hero-art .trip-top { padding-inline: 15px; }
  .hero-art .trip-top .tiny { font-size: 12px; }
  .hero-art .sun-scene { height: 110px; }
  .hero-art .trip-bottom strong { font-size: 58px; }
  .hero-art .trip-bottom { padding-inline: 15px; gap: 8px; }
  .tour-panel { gap: 35px; }
}
@media(max-width:800px) {
  .hero-art { height: 515px; margin-top: 20px; }
  .tour-copy h3 { font-size: 38px; }
  .tour-copy .lead { font-size: 15px; }
  .tour-panel { gap: 25px; }
  .tour-phone-stage .phone { width: 245px; }
}
@media(max-width:600px) {
  .hero-art { height: 435px; grid-template-rows: 223px 130px; padding: 12px 5px 50px; gap: 16px; }
  .hero-art .trip-top { padding: 13px 12px; gap: 7px; }
  .hero-art .trip-top>span:first-child { font-size: 22px; }
  .hero-art .trip-top .tiny { font-size: 11px; line-height: 1.4; }
  .hero-art .sun-scene { height: 89px; }
  .hero-art .sun { width: 57px; height: 57px; right: 22px; }
  .hero-art .trip-bottom { padding: 13px 12px; flex-wrap: wrap; gap: 3px 9px; align-items: baseline; }
  .hero-art .trip-bottom strong { font-size: 47px; }
  .hero-art .trip-bottom>span { font-size: 9px; }
  .hero-art .birthday-card { padding: 20px 12px; }
  .hero-art .birthday-card h3 { font-size: 17px; }
  .hero-art .birthday-card p { font-size: 11px; }
  .hero-art .bill-card { padding: 15px 12px; gap: 8px; }
  .hero-art .bill-card strong { font-size: 12px; }
  .hero-art .bill-card small { font-size: 10px; }
  .hero-art .bill-card .bill-icon { width: 27px; height: 27px; font-size: 20px; }
  .hero-art .bill-card>div { flex-basis: calc(100% - 35px); }
  .hero-art .learning-card { padding: 16px 13px; }
  .hero-art .learning-card h3 { font-size: 14px; }
  .hero-art .learning-card p { font-size: 9px; }
  .hero-art .swatches { gap: 10px; }
  .hero-art .star-one { left: -5px; top: -27px; font-size: 27px; }
  .hero-art .star-two { right: -5px; bottom: 44px; }
  .tour-panel { grid-template-columns: 1fr; gap: 27px; padding-block: 45px; }
  .tour-copy h3 { font-size: 35px; }
  .tour-phone-stage::before { inset-inline: 0; }
  .tour-enhanced .tour-stage { top: 80px; height: calc(100svh - 91px); }
  .tour-enhanced .tour-controls { gap: 5px; justify-content: space-between; padding-block: 4px 15px; }
  .tour-controls button { font-size: 10px; gap: 4px; padding: 8px 10px; min-height: 40px; }
  .tour-index { display: none; }
  .tour-enhanced .tour-panel { align-content: center; gap: 16px; padding-block: 0 8px; }
  .tour-enhanced .tour-copy .eyebrow { display: none; }
  .tour-enhanced .tour-copy h3 { font-size: 27px; line-height: 1.2; letter-spacing: -.04em; }
  .tour-enhanced .tour-copy h3 br { display: none; }
  .tour-enhanced .tour-copy .lead { font-size: 12px; line-height: 1.75; margin-top: 12px; }
  .tour-enhanced .tour-phone-stage { gap: 10px; }
  .tour-enhanced .tour-phone-stage .phone { width: min(54vw, calc((100svh - 330px) / 2.174)); border-width: 5px; border-radius: 32px; }
  .tour-enhanced .tour-phone-stage .phone img { border-radius: 25px; }
  .tour-phone-stage figcaption { font-size: 9px; }
  [dir=rtl] .tour-enhanced .tour-copy h3 { font-size: 25px; line-height: 1.4; letter-spacing: 0; }
  [dir=rtl] .hero-art .birthday-card h3 { font-size: 16px; }
  [dir=rtl] .hero-art .learning-card h3 { font-size: 14px; }
}
@media(max-width:360px) {
  .hero-art { gap: 13px; }
  .hero-art .bill-card .bill-icon { display: none; }
  .hero-art .bill-card>div { flex-basis: 100%; }
  .hero-art .trip-top .tiny { font-size: 10px; }
  .hero-art .trip-bottom strong { font-size: 42px; }
  .hero-art .trip-bottom>span { font-size: 8px; }
  .tour-controls button { padding-inline: 7px; font-size: 9px; }
}
.hero-art .trip-top>span:first-child { line-height: 1; }
@media(max-width:600px) {
  .hero-art .hill-back { bottom: -155px; left: 70px; }
}
.tour-hint { display: none; }
.app-tour:has(.tour-enhanced) .tour-hint { display: block; }
