:root {
  --navy:#0b1f40;
  --ink:#14243a;
  --muted:#566370;
  --cyan:#2cb4cc;
  --paper:#f9faf7;
  --line:#dfe5e2;
  --mint:#e5f3e9;
  --radius:24px;
  font-family:Inter,"Avenir Next",Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
}

* {
  box-sizing:border-box;
}

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

body {
  margin:0;
}

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

button {
  font:inherit;
}

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

button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #007d94;
  outline-offset:6px;
}

p {
  line-height:1.7;
}

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

h1,h2,h3 {
  letter-spacing:-.045em;
}

svg.icon {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
}

.icon-library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}

[hidden] {
  display:none!important;
}

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

.skip-link {
  position:absolute;
  top:8px;
  left:8px;
  transform:translateY(-180%);
  background:var(--navy);
  color:#fff;
  padding:12px;
  z-index:20;
}

.skip-link:focus {
  transform:none;
}

.site-header {
  max-width:1336px;
  margin:auto;
  min-height:108px;
  padding:24px 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:24px;
  font-weight:750;
  letter-spacing:-1px;
}

.brand img {
  border-radius:12px;
  object-fit:cover;
}

.brand-dot {
  color:var(--cyan);
}

nav {
  display:flex;
  align-items:center;
  gap:32px;
  font-size:14px;
  font-weight:550;
}

nav a:hover {
  text-decoration:underline;
  text-underline-offset:5px;
}

.header-cta {
  font-size:13px;
  border:1px solid var(--navy);
  border-radius:999px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  gap:22px;
}

.header-cta:hover {
  background:var(--navy);
  color:white;
}

.hero {
  overflow:clip;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  gap:36px;
  padding-block:44px 68px;
}

.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:2.2px;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px;
}

.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#237969;
  box-shadow:0 0 0 5px #2379690d;
  flex-shrink:0;
}

h1 {
  font-size:clamp(56px,5.8vw,80px);
  line-height:1.06;
  font-weight:650;
  margin-bottom:30px;
}

.accent-word {
  position:relative;
  white-space:nowrap;
}

.accent-word svg {
  position:absolute;
  width:100%;
  height:20px;
  bottom:-8px;
  left:0;
  fill:none;
  stroke:var(--cyan);
  stroke-width:5;
  stroke-linecap:round;
  z-index:-1;
}

.hero-description {
  font-size:17px;
  line-height:1.85;
  max-width:440px;
  color:var(--muted);
  margin-bottom:30px;
}

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

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:54px;
  padding:15px 22px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  transition:transform .2s,background .2s;
}

.button-dark {
  background:var(--navy);
  color:#fff;
}

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

.button .icon {
  width:20px;
  height:20px;
}

.launch-note {
  font-size:11px;
  line-height:1.7;
  color:var(--muted);
}

.hero-footnote {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:44px;
}

.hero-footnote p {
  font-size:11px;
  margin:0;
  color:var(--muted);
}

.mini-mark {
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #cdd5d2;
  display:flex;
  align-items:center;
  justify-content:center;
  font-style:italic;
  font-size:14px;
  font-weight:750;
  letter-spacing:-3px;
  padding-right:3px;
}

.mini-mark span {
  color:#278697;
}

.product-stage {
  min-height:638px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding-top:26px;
  isolation:isolate;
}

.product-stage:before {
  content:"";
  position:absolute;
  inset:55px -4px 52px;
  background:#e8eeea;
  border-radius:48% 48% 44% 44%;
  transform:rotate(-8deg);
  z-index:-2;
}

.orbit {
  position:absolute;
  inset:38px -16px 45px;
  border:1px solid #d4dfd7;
  border-radius:50%;
  transform:rotate(22deg);
  z-index:-1;
}

.orbit-two {
  inset:90px -26px 110px;
  transform:rotate(-28deg);
}

.phone {
  width:284px;
  min-width:284px;
  background:#fff;
  border:7px solid #132334;
  border-radius:43px;
  box-shadow:0 24px 50px #0b1f4024,0 0 0 1px #64707c,inset 0 0 0 1px #b8c1c8;
  overflow:hidden;
  transform:rotate(-3deg);
}

.phone-status {
  height:36px;
  padding:9px 17px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:9px;
  font-weight:700;
}

.dynamic-island {
  height:18px;
  width:78px;
  background:#132334;
  border-radius:20px;
  align-self:flex-start;
}

.phone-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 17px;
  font-weight:700;
  font-size:16px;
  letter-spacing:-.6px;
}

.avatar {
  display:flex;
  width:28px;
  height:28px;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:white;
  border-radius:50%;
  font-size:11px;
}

.avatar-light {
  background:#e7eee9;
  color:var(--navy);
  width:34px;
  height:34px;
}

.phone-content {
  height:360px;
}

.phone-panel {
  height:100%;
  padding:12px 17px;
}

.phone-eyebrow {
  font-size:7px;
  letter-spacing:1.4px;
  color:#69777f;
  font-weight:700;
  margin-bottom:9px;
}

.phone-panel h2 {
  font-size:29px;
  line-height:1.1;
  margin:0 0 16px;
  font-weight:600;
}

.quick-actions {
  display:flex;
  gap:10px;
  margin-bottom:19px;
}

.quick-actions>div {
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  background:var(--navy);
  color:#fff;
  border-radius:9px;
  font-size:9px;
  flex:1;
}

.quick-actions .icon {
  width:18px;
  height:18px;
}

.phone-section h3 {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  letter-spacing:0;
  margin-bottom:14px;
}

.phone-section h3 span {
  color:#70817d;
}

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

.service-grid>div {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  font-size:8px;
}

.service-grid .icon {
  color:#446174;
  width:25px;
  height:25px;
}

.ride-row {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 0;
  margin-top:18px;
  border-top:1px solid var(--line);
  font-size:10px;
  font-weight:600;
}

.ride-row>span {
  margin-left:auto;
}

.ride-row small,.chat-heading small {
  display:block;
  font-size:8px;
  color:var(--muted);
  font-weight:400;
  margin-top:4px;
}

.phone-tip {
  display:flex;
  align-items:center;
  gap:12px;
  background:#f0f5ed;
  border-radius:9px;
  padding:10px;
  font-size:9px;
  line-height:1.5;
}

.phone-tip .icon {
  color:#658272;
}

.preview-tabs {
  border-top:1px solid #eef0ed;
  display:flex;
  padding:10px 8px 4px;
  gap:4px;
}

.preview-tabs button {
  flex:1;
  border:0;
  background:transparent;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  cursor:pointer;
  color:#6f7984;
  font-size:8px;
  border-radius:8px;
  padding:6px;
}

.preview-tabs .icon {
  width:20px;
  height:20px;
}

.preview-tabs button[aria-selected=true] {
  background:#e9f2ef;
  color:var(--navy);
}

.preview-tabs button:focus-visible {
  outline-offset:0;
}

.home-indicator {
  width:85px;
  height:4px;
  background:#1b2733;
  border-radius:9px;
  margin:9px auto;
}

.floating-note {
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  background:white;
  padding:14px 16px;
  border-radius:14px;
  box-shadow:0 10px 30px #173e4710;
  z-index:2;
  font-size:11px;
  font-weight:650;
  white-space:nowrap;
}

.floating-note small {
  display:block;
  font-size:8px;
  font-weight:400;
  color:var(--muted);
  margin-top:5px;
}

.note-chat {
  top:94px;
  right:-5px;
  transform:rotate(5deg);
}

.note-qr {
  bottom:104px;
  left:-12px;
  transform:rotate(3deg);
}

.note-icon {
  height:33px;
  width:33px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf3eb;
  color:#346b5b;
}

.note-icon .icon {
  width:17px;
  height:17px;
}

.note-chat .note-icon {
  background:#e8f5f8;
  color:#25738b;
}

.preview-caption {
  position:absolute;
  bottom:0;
  text-align:center;
  font-size:11px;
  color:var(--muted);
  line-height:1.5;
  letter-spacing:.2px;
}

.preview-caption span {
  display:block;
  font-size:9px;
  color:#64716e;
  margin-top:6px;
}

.sample-chat {
  margin-top:20px;
}

.chat-heading {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  font-weight:600;
  margin-bottom:23px;
}

.bubble {
  font-size:10px;
  padding:13px;
  border-radius:12px;
  margin:10px 0;
  width:fit-content;
  max-width:94%;
  line-height:1.5;
}

.incoming {
  background:#eef3ee;
  border-bottom-left-radius:3px;
}

.outgoing {
  background:var(--navy);
  color:white;
  margin-left:auto;
  border-bottom-right-radius:3px;
}

.audio-bubble {
  display:flex;
  gap:10px;
  align-items:center;
}

.audio-bubble .icon {
  width:16px;
  height:16px;
}

.waveform {
  letter-spacing:1px;
  color:#52736c;
  font-size:17px;
}

.audio-bubble>span:last-child {
  font-size:8px;
}

.chat-caption {
  font-size:9px;
  margin-top:22px;
  color:var(--muted);
}

.sample-qr {
  text-align:center;
  background:#f2f5ef;
  border-radius:16px;
  padding:15px 10px;
  margin-top:22px;
}

.qr-name {
  display:block;
  font-size:10px;
  border:1px solid #d4ddd1;
  border-radius:20px;
  width:150px;
  margin:auto;
  padding:6px;
}

.qr-illustration {
  display:block;
  width:114px;
  height:114px;
  margin:16px auto;
  fill:none;
  stroke:var(--navy);
  stroke-width:1.1;
  stroke-linejoin:round;
}

.sample-qr strong {
  font-size:13px;
  font-weight:600;
}

.sample-qr p {
  font-size:9px;
  color:var(--muted);
  margin:6px 0 0;
}

.feature-ribbon {
  border-block:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:64px;
  padding:25px 24px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.3px;
}

.ribbon-star {
  font-size:24px;
  color:#559582;
}

.features {
  padding-block:100px 80px;
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:40px;
}

.section-heading .eyebrow,.faq .eyebrow {
  font-size:10px;
  margin-bottom:18px;
}

h2 {
  font-size:46px;
  font-weight:550;
  line-height:1.15;
  margin-bottom:0;
}

.section-heading>p {
  color:var(--muted);
  font-size:14px;
  margin-bottom:3px;
}

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

.feature-card {
  border-radius:var(--radius);
  padding:28px;
  display:flex;
  flex-direction:column;
}

.card-chat {
  background:#e9eff8;
}

.card-qr {
  background:#eaf0e6;
}

.card-travel {
  background:#f3ede2;
}

.feature-number {
  font-size:9px;
  font-weight:650;
  letter-spacing:1.5px;
}

.feature-art {
  height:198px;
  display:flex;
  justify-content:center;
  flex-direction:column;
}

.feature-card h3 {
  font-size:23px;
  font-weight:600;
  margin-bottom:12px;
}

.feature-card>p {
  font-size:13px;
  color:#526071;
  line-height:1.85;
  flex:1;
  margin-bottom:26px;
}

.feature-label {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:600;
  padding-top:20px;
  border-top:1px solid #0b1f401c;
}

.feature-label .icon {
  width:16px;
  height:16px;
}

.chat-art {
  padding:20px 5px;
  gap:12px;
}

.chat-art>div {
  border-radius:14px 14px 14px 3px;
  padding:15px 18px;
  background:white;
  box-shadow:0 8px 18px #18385e08;
  font-size:13px;
  max-width:90%;
  transform:rotate(-4deg);
}

.chat-art>div span {
  margin-left:14px;
  color:#367b94;
}

.chat-art>div+div {
  background:var(--navy);
  color:#fff;
  align-self:flex-end;
  transform:rotate(4deg);
  border-radius:14px 14px 3px 14px;
}

.qr-art {
  align-items:center;
  gap:10px;
}

.qr-art>span {
  font-size:8px;
  letter-spacing:1px;
}

.qr-art svg {
  fill:none;
  stroke:var(--navy);
  stroke-width:1.2;
  stroke-linejoin:round;
  width:90px;
  height:90px;
  background:white;
  padding:10px;
  border-radius:12px;
  transform:rotate(-6deg);
  box-shadow:0 8px 16px #233a2510;
}

.qr-art small {
  font-size:9px;
  color:var(--muted);
}

.travel-art {
  gap:20px;
  padding-inline:10px;
}

.travel-route {
  display:flex;
  align-items:center;
  gap:6px;
}

.route-dot {
  width:13px;
  height:13px;
  border:3px solid #a28760;
  border-radius:50%;
}

.route-line {
  border-top:2px dashed #b5a58b;
  flex:1;
  transform:rotate(-8deg);
  margin-bottom:12px;
}

.travel-route .icon {
  width:45px;
  height:45px;
  background:white;
  border-radius:50%;
  padding:10px;
  color:#8c6e46;
  box-shadow:0 8px 20px #806c3510;
}

.travel-art>span {
  font-size:20px;
  font-weight:500;
  letter-spacing:-.6px;
}

.travel-tags {
  display:flex;
  gap:8px;
  font-size:9px;
}

.travel-tags span {
  background:#ffffff8c;
  border-radius:20px;
  padding:6px 12px;
}

.partner-note {
  font-size:11px;
  color:var(--muted);
  margin:20px 0 0;
}

.vision {
  padding-bottom:90px;
}

.vision-inner {
  background:var(--navy);
  color:white;
  border-radius:var(--radius);
  padding:55px;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:60px;
  position:relative;
  overflow:hidden;
}

.vision .eyebrow {
  font-size:9px;
  color:#9ac9ce;
  margin-bottom:24px;
}

.vision h2 {
  font-size:39px;
}

.vision-copy {
  padding-top:6px;
}

.vision-copy p {
  font-size:14px;
  color:#d0d9e4;
  line-height:1.85;
  margin-bottom:20px;
}

.vision-signoff {
  font-size:10px;
  color:#96c9c5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:24px;
}

.vision-signoff>span {
  font-size:22px;
}

.faq {
  padding-bottom:95px;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:70px;
}

.faq h2 {
  font-size:38px;
}

.faq-list {
  border-top:1px solid var(--line);
}

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

summary {
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  font-weight:550;
  padding:24px 0;
  list-style:none;
  line-height:1.5;
}

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

summary>span {
  font-size:23px;
  font-weight:350;
  color:#59776a;
  transition:transform .2s;
}

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

details p {
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  padding-right:20px;
  margin:0 0 24px;
}

.launch {
  position:relative;
  padding-bottom:80px;
  overflow:hidden;
}

.launch-inner {
  background:#e2eeeb;
  border-radius:var(--radius);
  padding:60px;
  text-align:center;
}

.launch-status {
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:9px;
  letter-spacing:1.5px;
  font-weight:650;
  margin-bottom:24px;
}

.launch h2 {
  font-size:60px;
  line-height:1.05;
}

.launch p {
  font-size:14px;
  color:var(--muted);
  margin:22px 0;
}

.launch .button {
  font-size:12px;
  min-height:48px;
}

.launch-decoration {
  position:absolute;
  right:11%;
  top:90px;
  font-size:125px;
  color:#aecbc0;
  font-weight:300;
  transform:rotate(15deg);
  pointer-events:none;
}

.site-footer {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  padding-bottom:35px;
}

.site-footer .brand {
  font-size:18px;
}

.site-footer p {
  font-size:11px;
  color:var(--muted);
  margin:0;
}

.site-footer nav {
  margin-left:auto;
  gap:24px;
  font-size:11px;
}

.site-footer small {
  width:100%;
  border-top:1px solid var(--line);
  padding-top:20px;
  font-size:10px;
  color:var(--muted);
}

@media(min-width:1450px) {
  .hero {
    padding-block:65px 90px;
  }
  .product-stage {
    min-height:660px;
  }
}

@media(max-width:1050px) {
  .section-wrap {
    padding-inline:32px;
  }
  .site-header {
    padding-inline:32px;
  }
  .hero {
    gap:15px;
  }
  h1 {
    font-size:62px;
  }
  .hero-description {
    font-size:15px;
  }
  .hero-actions {
    gap:15px;
  }
  .button {
    padding-inline:17px;
    gap:12px;
  }
  .floating-note {
    padding:11px;
    font-size:10px;
  }
  .note-chat {
    right:-12px;
    top:75px;
  }
  .note-qr {
    left:-12px;
    bottom:100px;
  }
  .product-stage:before {
    inset-inline:8px;
  }
  .orbit {
    inset-inline:0;
  }
  .feature-ribbon {
    gap:38px;
  }
  .feature-card {
    padding:22px;
  }
  .feature-card h3 {
    font-size:20px;
  }
  .vision-inner {
    padding:40px;
    gap:30px;
  }
  .vision h2 {
    font-size:33px;
  }
  .faq {
    gap:35px;
  }
  .launch-decoration {
    right:9%;
    font-size:95px;
  }
}

@media(max-width:760px) {
  .site-header {
    min-height:85px;
    padding:20px 24px;
    gap:12px;
  }
  .site-header .brand {
    font-size:21px;
  }
  .site-header .brand img {
    width:34px;
    height:34px;
  }
  .site-header nav {
    display:none;
  }
  .header-cta {
    font-size:11px;
    padding:10px 13px;
    gap:12px;
  }
  .section-wrap {
    padding-inline:24px;
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:35px;
    padding-bottom:42px;
    gap:30px;
  }
  .hero-copy {
    text-align:center;
  }
  .hero .eyebrow {
    justify-content:center;
    font-size:9px;
    margin-bottom:25px;
  }
  h1 {
    font-size:64px;
    letter-spacing:-3px;
  }
  .hero-description {
    margin-inline:auto;
    max-width:430px;
    font-size:15px;
  }
  .hero-actions {
    justify-content:center;
  }
  .hero-footnote {
    justify-content:center;
    margin-top:25px;
  }
  .product-stage {
    width:100%;
    max-width:440px;
    margin:auto;
    min-height:617px;
    padding-top:24px;
  }
  .phone {
    transform:rotate(-2deg);
  }
  .note-chat {
    right:-2px;
    top:80px;
  }
  .note-qr {
    left:0;
    bottom:90px;
  }
  .floating-note {
    font-size:10px;
  }
  .feature-ribbon {
    gap:22px;
    font-size:10px;
    padding:22px 16px;
  }
  .ribbon-star {
    font-size:17px;
  }
  .features {
    padding-block:65px 45px;
  }
  .section-heading {
    display:block;
    margin-bottom:30px;
  }
  h2 {
    font-size:38px;
  }
  .section-heading>p {
    margin:18px 0 0;
    font-size:13px;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:16px;
  }
  .feature-card {
    padding:26px 28px;
    display:grid;
    grid-template-columns:1fr 130px;
    column-gap:20px;
  }
  .feature-number {
    grid-column:1/-1;
  }
  .feature-art {
    grid-column:2;
    grid-row:2/5;
    height:auto;
    align-self:center;
  }
  .feature-card h3 {
    grid-column:1;
    grid-row:2;
    font-size:23px;
    margin-top:26px;
  }
  .feature-card>p {
    grid-column:1;
    grid-row:3;
    font-size:12px;
    margin-bottom:18px;
  }
  .feature-label {
    grid-column:1/-1;
    grid-row:5;
    padding-top:16px;
  }
  .chat-art {
    padding:0;
    gap:8px;
  }
  .chat-art>div {
    font-size:9px;
    padding:12px;
    max-width:100%;
  }
  .chat-art>div span {
    margin-left:2px;
  }
  .travel-art {
    gap:14px;
    padding:0;
  }
  .travel-art>span {
    font-size:16px;
  }
  .travel-tags {
    gap:4px;
    flex-wrap:wrap;
  }
  .travel-tags span {
    padding:5px 8px;
    font-size:8px;
  }
  .partner-note {
    font-size:10px;
  }
  .vision {
    padding-bottom:60px;
  }
  .vision-inner {
    grid-template-columns:1fr;
    padding:32px;
    gap:24px;
  }
  .vision h2 {
    font-size:35px;
  }
  .vision-copy p {
    font-size:13px;
  }
  .faq {
    grid-template-columns:1fr;
    padding-bottom:60px;
    gap:28px;
  }
  .faq h2 {
    font-size:35px;
  }
  .faq summary {
    font-size:13px;
  }
  .launch {
    padding-bottom:50px;
  }
  .launch-inner {
    padding:44px 22px;
  }
  .launch h2 {
    font-size:50px;
  }
  .launch-decoration {
    font-size:64px;
    right:12%;
    top:100px;
    opacity:.45;
  }
  .site-footer {
    gap:18px;
  }
  .site-footer nav {
    width:100%;
    margin-left:0;
    justify-content:space-between;
  }
  .site-footer p {
    margin-left:auto;
  }
  .site-footer small {
    margin-top:4px;
  }
}

@media(max-width:390px) {
  .site-header {
    padding-inline:18px;
  }
  .site-header .brand {
    font-size:19px;
  }
  .section-wrap {
    padding-inline:20px;
  }
  h1 {
    font-size:55px;
  }
  .hero-actions {
    gap:13px;
  }
  .hero-actions .button {
    font-size:12px;
  }
  .launch-note {
    font-size:10px;
  }
  .feature-ribbon {
    gap:12px;
    font-size:9px;
  }
  .floating-note {
    font-size:9px;
    padding:10px;
    gap:7px;
  }
  .floating-note small {
    font-size:7px;
  }
  .note-chat {
    right:-8px;
  }
  .note-qr {
    left:-8px;
  }
  .note-icon {
    width:27px;
    height:27px;
  }
  .feature-card {
    padding:24px;
    grid-template-columns:1fr 100px;
    gap:12px;
  }
  .feature-card h3 {
    font-size:20px;
  }
  .qr-art svg {
    width:75px;
    height:75px;
  }
  .qr-art>span {
    font-size:6px;
  }
  .qr-art small {
    font-size:8px;
  }
  .travel-art>span {
    font-size:14px;
  }
  .feature-card>p {
    font-size:11px;
  }
  .vision-inner {
    padding:27px;
  }
  .launch-decoration {
    right:8%;
    font-size:48px;
  }
  .phone {
    width:272px;
    min-width:272px;
  }
  .phone-panel {
    padding-inline:14px;
  }
}

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

