:root {
  color-scheme: light;
  --ink: #1b1b1b;
  --muted: #63635f;
  --paper: #f8f8f6;
  --line: #deded9;
  --white: #fff;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
button:not(:disabled),
summary {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #262626;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
  opacity: 1;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
p {
  line-height: 1.65;
}
svg {
  display: block;
  flex-shrink: 0;
}
.icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 14px 20px;
  background: white;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 100px;
  background: var(--paper);
  position: relative;
  z-index: 5;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: -1.2px;
}
.brand:hover {
  text-decoration: none;
}
.brand-symbol {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  background: var(--ink);
  color: white;
  border-radius: 11px;
}
.brand-symbol .icon {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}
.brand-dot {
  color: #777;
}
.nav nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
  color: #555550;
}
.nav-contact {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #d9d9d3;
  padding: 12px 18px;
  border-radius: 99px;
}
.nav-contact:hover {
  background: white;
  text-decoration: none;
}
.nav-contact .icon {
  width: 17px;
  height: 17px;
}
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.8px;
  line-height: 1.6;
  color: #656560;
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  box-shadow: 0 0 0 4px #e8e8e3;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 36px;
  padding-top: 38px;
  padding-bottom: 80px;
  min-height: 800px;
}
.hero-copy {
  padding-bottom: 14px;
}
.hero h1 {
  font-size: clamp(56px, 5.65vw, 78px);
  line-height: 1.065;
  margin-top: 25px;
  letter-spacing: -0.065em;
}
.hero h1 > span {
  color: #8a8a83;
}
.hero-description {
  font-size: 16px;
  color: var(--muted);
  max-width: 415px;
  margin-top: 26px;
}
.store-buttons {
  display: flex;
  gap: 12px;
  margin-top: 31px;
}
.store-button {
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  min-height: 61px;
  padding: 12px 19px;
  min-width: 170px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.25;
}
.store-button svg {
  width: 27px;
  height: 27px;
}
.store-button small {
  display: block;
  font-size: 11px;
  color: #bdbdbd;
  font-weight: 400;
  margin-bottom: 3px;
}
.store-note {
  font-size: 12px;
  margin-top: 13px;
  color: #686862;
}
.hero-points {
  display: flex;
  gap: 24px;
  font-size: 12px;
  margin-top: 38px;
  color: #565650;
}
.hero-points span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-points .icon {
  width: 16px;
  height: 16px;
}
.phone-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  padding: 10px 0 0;
}
.orbit {
  position: absolute;
  border: 1px solid #e7e7e0;
  border-radius: 50%;
  z-index: -2;
  pointer-events: none;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
}
.orbit-one {
  width: 480px;
  height: 480px;
}
.orbit-two {
  width: 570px;
  height: 570px;
  top: 60px;
  border-style: dashed;
  border-color: #e8e8e3;
}
.phone {
  width: 318px;
  height: 631px;
  border: 6px solid #292929;
  border-radius: 47px;
  box-shadow:
    0 0 0 1.5px #868680,
    0 0 0 4px #dfdfd8,
    0 25px 55px -20px #0004,
    0 5px 10px #0002;
  background: white;
  padding: 3px;
  position: relative;
}
.phone-side {
  position: absolute;
  left: -9px;
  top: 111px;
  width: 3px;
  height: 52px;
  background: #7c7c77;
  border-radius: 3px;
  box-shadow: 0 63px #7c7c77;
}
.phone-screen {
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.status-bar {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 12px;
  position: relative;
}
.island {
  position: absolute;
  width: 84px;
  height: 23px;
  background: #151515;
  border-radius: 30px;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}
.phone-signals {
  display: flex;
  align-items: center;
  gap: 6px;
}
.phone-signals .icon {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}
.battery {
  width: 20px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid #555;
  position: relative;
  padding: 1px;
}
.battery:before {
  content: "";
  display: block;
  background: #333;
  height: 100%;
  border-radius: 1px;
  width: 90%;
}
.battery:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  background: #555;
  right: -3px;
  top: 2px;
}
.phone-top {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
}
.phone-top > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.phone-top > span .icon {
  width: 13px;
  height: 13px;
}
.phone-icon {
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.phone-icon:hover {
  background: #f0f0ed;
}
.phone-icon .icon {
  width: 18px;
  height: 18px;
}
.phone-view {
  position: absolute;
  top: 99px;
  bottom: 24px;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 0 16px;
}
.phone-chat {
  font-size: 12px;
  line-height: 1.65;
  padding-top: 17px;
}
.user-bubble {
  margin-left: auto;
  width: max-content;
  max-width: 95%;
  padding: 11px 15px;
  background: #f1f1ef;
  border-radius: 17px 17px 4px 17px;
}
.assistant-reply {
  padding: 22px 1px;
}
.small-star {
  display: block;
  margin-bottom: 11px;
}
.small-star .icon {
  width: 24px;
  height: 24px;
}
.assistant-reply p {
  margin-bottom: 11px;
  line-height: 1.65;
}
.assistant-reply ol {
  padding-left: 20px;
  margin: 6px 0 12px;
}
.assistant-reply li {
  padding-left: 3px;
  margin: 5px 0;
}
.reply-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #6d6d65;
  font-size: 10px;
  margin-top: 13px;
}
.reply-meta .icon {
  width: 13px;
  height: 13px;
}
.phone-composer {
  position: absolute;
  bottom: 21px;
  left: 13px;
  right: 13px;
  border: 1px solid #deded9;
  border-radius: 22px;
  background: white;
  padding: 9px 9px 9px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 6px #00000003;
  font-size: 12px;
  color: #77776f;
}
.send-circle {
  background: #252525;
  color: white;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
}
.send-circle .icon {
  width: 16px;
  height: 16px;
}
.phone-privacy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #6d6d66;
  font-size: 9px;
}
.phone-privacy .icon {
  width: 10px;
  height: 10px;
}
.home-indicator {
  position: absolute;
  width: 99px;
  height: 4px;
  border-radius: 8px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #252525;
}
.floating-note {
  position: absolute;
  top: 425px;
  right: -29px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 500;
  padding: 14px 16px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 30px #0000000d;
  border: 1px solid #e6e6e1;
  transform: rotate(-4deg);
  z-index: 2;
}
.floating-note .icon {
  width: 15px;
  height: 15px;
}
.preview-controls {
  display: flex;
  border: 1px solid #deded8;
  padding: 4px;
  border-radius: 99px;
  gap: 2px;
  margin-top: 28px;
  background: #efefeb;
}
.preview-controls button {
  border: 0;
  border-radius: 99px;
  background: transparent;
  font-size: 12px;
  color: #66665f;
  padding: 8px 17px;
  transition:
    background 0.2s,
    color 0.2s;
}
.preview-controls button.active {
  background: #fff;
  color: #222;
  box-shadow: 0 1px 4px #0000000d;
}
.preview-label {
  font-size: 10px;
  color: #717169;
  margin-top: 10px;
}
.phone-search {
  font-size: 12px;
  color: #696962;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f3f3f0;
  border-radius: 12px;
  padding: 11px 12px;
  margin-top: 12px;
}
.phone-search .icon {
  width: 15px;
  height: 15px;
}
.phone-model-tabs {
  display: flex;
  gap: 5px;
  margin: 16px 0;
}
.phone-model-tabs button {
  border: 0;
  background: none;
  border-radius: 99px;
  font-size: 11px;
  padding: 8px 14px;
  color: #55554f;
}
.phone-model-tabs button.selected {
  background: #222;
  color: white;
}
.phone-model {
  border: 1px solid #deded9;
  border-radius: 17px;
  padding: 14px;
  margin-bottom: 10px;
}
.phone-model-head {
  display: flex;
  align-items: center;
  gap: 9px;
}
.maker-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.maker-icon svg {
  width: 30px;
  height: 30px;
}
.phone-model-head .maker-icon svg {
  width: 25px;
  height: 25px;
}
.phone-model-head strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.phone-model-head div > span {
  display: block;
  font-size: 10px;
  color: #686861;
  margin-top: 4px;
}
.tiny-tag {
  font-size: 9px;
  border: 1px solid #deded9;
  border-radius: 99px;
  padding: 3px 6px;
  margin-left: auto;
  color: #66665e;
}
.phone-model p {
  font-size: 10px;
  color: #62625c;
  margin: 12px 0;
}
.phone-model-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  color: #60605a;
}
.phone-model-foot > span:first-child {
  display: flex;
  gap: 4px;
  align-items: center;
}
.phone-model-foot .icon {
  width: 12px;
  height: 12px;
}
.mini-button {
  border-radius: 99px;
  background: #242424;
  color: white;
  padding: 7px 11px;
}
.phone-view h3 {
  font-size: 26px;
  margin: 16px 0 8px;
}
.phone-muted {
  font-size: 11px;
  color: #696960;
  margin-bottom: 22px;
}
.setting-card {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f4f4f1;
  border: 1px solid #e4e4df;
  border-radius: 15px;
  padding: 14px;
  font-size: 11px;
}
.preview-avatar {
  display: grid;
  place-items: center;
  background: #e7e7e2;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  font-size: 12px;
}
.setting-card strong {
  font-size: 11px;
}
.setting-card small {
  display: block;
  font-size: 10px;
  color: #65655d;
  margin-top: 4px;
}
.phone-view h4 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #686861;
  margin: 24px 0 10px;
}
.settings-list {
  display: block;
}
.settings-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  gap: 12px;
}
.settings-list > div + div {
  border-top: 1px solid #e2e2dc;
}
.settings-list b {
  font-size: 10px;
  font-weight: 500;
  color: #68685e;
}
.fake-toggle {
  width: 26px;
  height: 16px;
  border-radius: 20px;
  background: #262626;
  position: relative;
}
.fake-toggle:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
}
.phone-drawer {
  position: absolute;
  inset: 48px 24px 20px 0;
  background: #f8f8f5;
  box-shadow: 15px 0 30px #0002;
  padding: 12px 15px;
  z-index: 3;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
}
.drawer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 650;
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.phone-drawer > button,
.drawer-plan {
  border: 0;
  background: transparent;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  text-align: left;
}
.phone-drawer > button:hover {
  background: #eaeae4;
}
.phone-drawer .icon {
  width: 16px;
  height: 16px;
}
.phone-drawer > small {
  font-size: 10px;
  color: #66665e;
  margin: 25px 10px 6px;
}
.phone-drawer .drawer-chat {
  padding: 10px;
}
.phone-drawer .drawer-settings {
  margin-top: auto;
  border-top: 1px solid #deded7;
  border-radius: 0;
  padding: 14px 0 4px;
}
.drawer-settings .icon {
  margin-left: auto;
}
.maker-band {
  padding: 33px 0 39px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.maker-band p {
  text-align: center;
  font-size: 12px;
  color: #777770;
  margin-bottom: 26px;
}
.maker-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #63635f;
}
.maker-logos > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.maker-logos svg {
  width: 26px;
  height: 26px;
}
.section {
  padding-top: 115px;
  padding-bottom: 110px;
}
.section-heading h2 {
  font-size: 49px;
  line-height: 1.13;
  margin-top: 18px;
}
.section-heading > p,
.section-heading.horizontal > p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 20px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 45px;
}
.feature-card {
  border: 1px solid #e3e3dd;
  border-radius: 28px;
  padding: 36px 37px;
  min-height: 370px;
  position: relative;
  overflow: hidden;
  background: #f0f0ec;
}
.feature-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1.2px;
  color: #64645d;
  font-weight: 600;
}
.feature-heading .icon {
  width: 17px;
  height: 17px;
}
.feature-card h3 {
  font-size: 34px;
  line-height: 1.16;
  margin-top: 27px;
  letter-spacing: -1.4px;
}
.feature-card > p {
  color: #66665f;
  font-size: 14px;
  max-width: 360px;
  margin-top: 18px;
}
.feature-card.dark {
  background: #242424;
  color: white;
  border-color: #242424;
}
.dark .feature-heading,
.dark > p {
  color: #b9b9b2;
}
.privacy-feature {
  grid-row: span 1;
  min-height: 440px;
}
.local-diagram {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 31px;
}
.local-diagram > span:not(.diagram-arrow) {
  border: 1px solid #51514e;
  border-radius: 13px;
  padding: 16px 9px 12px;
  flex: 1;
  text-align: center;
  font-size: 10px;
  background: #2c2c2b;
  white-space: nowrap;
}
.local-diagram > span .icon {
  display: block;
  margin: 0 auto 11px;
  width: 23px;
  height: 23px;
}
.diagram-arrow {
  color: #989890;
  font-size: 14px;
}
.diagram-label {
  font-size: 10px;
  color: #b5b5ae;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.diagram-label .icon {
  width: 12px;
  height: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  margin-top: 28px;
  color: #deded7;
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.download-feature {
  background: #efefeb;
}
.offline-ticket {
  display: flex;
  align-items: center;
  gap: 13px;
  background: white;
  border: 1px solid #e3e3dc;
  border-radius: 17px;
  padding: 20px 18px;
  margin-top: 46px;
  box-shadow: 0 9px 20px #00000004;
  transform: rotate(-2deg);
}
.ticket-icon {
  background: #f0f0ec;
  padding: 12px;
  border-radius: 12px;
}
.offline-ticket strong {
  font-size: 13px;
  font-weight: 550;
}
.offline-ticket div > span {
  display: block;
  font-size: 10px;
  color: #77776f;
  margin-top: 6px;
}
.ready-check {
  margin-left: auto;
  background: #efefeb;
  padding: 6px;
  border-radius: 50%;
}
.ready-check .icon {
  width: 14px;
  height: 14px;
}
.feature-card .feature-footnote {
  font-size: 11px;
  text-align: center;
  margin-top: 23px;
  max-width: none;
}
.writing-feature {
  background: #f4f4f1;
  min-height: 350px;
}
.thought-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.thought-chips > span {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #d8d8d0;
  border-radius: 99px;
  padding: 11px 14px;
  font-size: 11px;
  background: #fafaf7;
}
.thought-chips .icon {
  width: 13px;
  height: 13px;
}
.choice-feature {
  background: #ebebe5;
  min-height: 350px;
}
.choice-stack {
  display: flex;
  align-items: center;
  margin-top: 35px;
  padding-left: 0;
}
.choice-stack > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 3px solid #ebebe5;
  background: #fafaf7;
  border-radius: 50%;
  margin-left: -9px;
  box-shadow: 0 0 0 1px #dcdcd4;
}
.choice-stack > span:first-child {
  margin-left: 0;
}
.choice-stack svg {
  width: 25px;
  height: 25px;
}
.choice-stack > b {
  margin-left: 22px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}
.choice-stack small {
  font-size: 10px;
  display: block;
  letter-spacing: 0;
  color: #6b6b61;
  margin-top: 6px;
  font-weight: 400;
}
.models-section {
  padding: 85px 0;
  background: #eeeee9;
  border-top: 1px solid #e4e4de;
  border-bottom: 1px solid #e4e4de;
}
.section-heading.horizontal {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading.horizontal > p {
  padding-bottom: 3px;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 42px;
}
.model-card {
  background: #fafaf7;
  border: 1px solid #deded7;
  border-radius: 21px;
  padding: 22px 20px;
  min-width: 0;
}
.model-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.tag {
  border: 1px solid #d8d8d0;
  border-radius: 99px;
  padding: 5px 8px;
  font-size: 10px;
  color: #68685f;
}
.model-card h3 {
  font-size: 20px;
  letter-spacing: -0.7px;
  line-height: 1.25;
}
.model-card p {
  font-size: 11px;
  color: #717169;
  margin-top: 9px;
  min-height: 38px;
}
.model-card p > span {
  margin: 0 4px;
}
.model-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4dc;
  padding-top: 17px;
  margin-top: 23px;
  font-size: 10px;
  color: #717169;
}
.model-card-bottom .icon {
  width: 15px;
  height: 15px;
}
.catalog-note {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  margin-top: 26px;
  font-size: 11px;
  color: #676760;
}
.catalog-note > span {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}
.catalog-note .icon {
  width: 15px;
  height: 15px;
}
.catalog-note > p {
  max-width: 480px;
  text-align: right;
}
.faq-section {
  max-width: 760px;
  padding-bottom: 70px;
}
.faq-section .section-heading {
  text-align: center;
}
.faq-list {
  margin-top: 40px;
  border-top: 1px solid #deded7;
}
.faq-list details {
  border-bottom: 1px solid #deded7;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 23px 0;
  font-size: 16px;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  display: grid;
  place-items: center;
  background: #eeeee8;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.faq-list summary .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.24s ease;
}
.faq-list details[open] summary .icon {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 42px 23px 0;
  color: #606059;
  font-size: 14px;
}
.closing {
  text-align: center;
  border-bottom: 1px solid #deded7;
  padding: 60px 0 100px;
}
.closing-star {
  display: grid;
  place-items: center;
  margin: 0 auto 32px;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #242424;
  color: white;
  transform: rotate(-8deg);
}
.closing-star .icon {
  width: 46px;
  height: 46px;
  stroke-width: 1.3;
}
.closing h2 {
  font-size: 61px;
  line-height: 1.07;
  margin: 22px 0 17px;
}
.closing > p {
  font-size: 16px;
  color: #6c6c64;
}
.closing .store-buttons {
  justify-content: center;
  margin-top: 29px;
}
.site-footer {
  padding: 52px 0 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-top .brand {
  font-size: 24px;
}
.footer-top .brand-symbol {
  width: 31px;
  height: 31px;
  border-radius: 9px;
}
.footer-top p {
  font-size: 12px;
  color: #787870;
  margin-top: 15px;
}
.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  font-size: 12px;
  color: #575750;
  padding-top: 10px;
}
.footer-bottom {
  border-top: 1px solid #e5e5de;
  padding-top: 23px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #75756d;
}
.footer-bottom > span:last-child {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer-bottom .icon {
  width: 15px;
  height: 15px;
}
.legal-wrap {
  max-width: 820px;
  padding: 42px 0 90px;
}
.back-link {
  color: #696961;
  font-size: 13px;
}
.legal-heading {
  padding: 48px 0 38px;
  border-bottom: 1px solid var(--line);
}
.legal-heading h1 {
  font-size: 61px;
  line-height: 1.1;
  margin: 18px 0 22px;
}
.legal-heading > p {
  font-size: 18px;
  color: #68685f;
  max-width: 650px;
}
.updated {
  display: block;
  font-size: 12px;
  margin-top: 27px;
  color: #727268;
}
.legal-content {
  font-size: 16px;
  line-height: 1.8;
  color: #53534d;
  padding-top: 36px;
}
.legal-content h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  color: var(--ink);
  margin: 38px 0 12px;
  line-height: 1.3;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p {
  margin: 12px 0;
  line-height: 1.8;
}
.legal-content a:not(.primary-button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-content li {
  padding-left: 5px;
  margin: 12px 0;
}
.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}
.legal-content strong {
  font-weight: 600;
  color: #383832;
}
.legal-callout {
  display: flex;
  gap: 17px;
  background: #edede7;
  border: 1px solid #deded5;
  border-radius: 20px;
  padding: 24px;
  color: #505048;
}
.legal-callout > .icon {
  margin-top: 6px;
  width: 23px;
  height: 23px;
}
.legal-callout p {
  margin: 0 !important;
  font-size: 15px;
}
.contact-form {
  border: 1px solid #ddddd4;
  border-radius: 25px;
  background: #fff;
  padding: 30px;
  margin: 29px 0 40px;
  position: relative;
}
.form-row {
  margin-bottom: 22px;
}
.form-row label {
  display: block;
  font-size: 14px;
  font-weight: 550;
  color: #35352f;
  margin-bottom: 9px;
}
.form-row label > span {
  font-size: 12px;
  color: #797971;
  font-weight: 400;
  margin-left: 5px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #d3d3ca;
  border-radius: 13px;
  background: #fafaf7;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  box-shadow: none;
  appearance: none;
}
.form-row textarea {
  resize: vertical;
  min-height: 130px;
}
.form-row select {
  appearance: auto;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #808076;
}
.form-note {
  font-size: 12px;
  color: #737369;
  line-height: 1.7 !important;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  background: #232323;
  color: white !important;
  border: 0;
  border-radius: 99px;
  padding: 15px 24px;
  line-height: 1.5;
  min-height: 50px;
  margin-top: 12px;
  text-decoration: none !important;
}
.primary-button:hover {
  background: #41413b;
}
.primary-button:disabled {
  background: #686860;
}
.primary-button .icon {
  width: 18px;
  height: 18px;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status:empty {
  display: none;
}
.form-status {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 22px;
  padding: 18px;
  background: #f0f0e9;
  border: 1px solid #d6d6ca;
  border-radius: 13px;
  overflow-wrap: anywhere;
}
.form-status[data-error="true"] {
  border-color: #9e6a61;
  background: #faf2ef;
  color: #7a3527;
}
.support-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.support-links a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.support-links .icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 820px;
    padding-top: 50px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 20px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .orbit-two {
    width: 450px;
    height: 450px;
    top: 130px;
  }
  .orbit-one {
    width: 380px;
    height: 380px;
    top: 160px;
  }
  .floating-note {
    right: -6px;
    font-size: 10px;
  }
  .hero-description {
    max-width: 350px;
    font-size: 15px;
  }
  .store-button {
    min-width: 150px;
    padding: 12px 15px;
  }
  .hero-points {
    gap: 15px;
    font-size: 11px;
  }
  .model-card {
    padding: 20px 16px;
  }
  .maker-logos > span {
    font-size: 15px;
    gap: 7px;
  }
  .maker-logos svg {
    width: 23px;
    height: 23px;
  }
  .footer-links {
    gap: 18px;
  }
  .feature-card {
    padding: 30px;
  }
  .section-heading.horizontal > p {
    max-width: 350px;
  }
  .model-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 850px) {
  .nav nav {
    gap: 20px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero {
    gap: 5px;
    min-height: 740px;
  }
  .phone-stage {
    transform: scale(0.91);
    transform-origin: center right;
    margin-left: -20px;
    margin-right: -7px;
  }
  .phone {
    width: 304px;
  }
  .floating-note {
    right: -15px;
    font-size: 10px;
    padding: 12px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 310px;
  }
  .store-buttons {
    gap: 8px;
  }
  .store-button {
    min-width: 0;
    padding: 11px 13px;
    gap: 7px;
    font-size: 13px;
  }
  .store-button svg {
    width: 24px;
    height: 24px;
  }
  .store-note {
    font-size: 10px;
  }
  .hero-points {
    gap: 10px;
    font-size: 10px;
  }
  .hero-points .icon {
    width: 14px;
    height: 14px;
  }
  .section {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .feature-card {
    padding: 27px;
  }
  .feature-card h3 {
    font-size: 29px;
  }
  .feature-heading {
    font-size: 9px;
    gap: 7px;
  }
  .local-diagram {
    gap: 4px;
  }
  .local-diagram > span:not(.diagram-arrow) {
    padding: 12px 5px;
    font-size: 9px;
  }
  .offline-ticket {
    padding: 15px 12px;
    gap: 10px;
  }
  .offline-ticket strong {
    font-size: 11px;
  }
  .offline-ticket div > span {
    font-size: 9px;
  }
  .ticket-icon {
    padding: 8px;
  }
  .model-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .model-card h3 {
    font-size: 22px;
  }
  .model-card p {
    min-height: 0;
  }
  .maker-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 32px;
  }
  .maker-logos > span {
    font-size: 16px;
  }
  .section-heading.horizontal {
    display: block;
  }
  .catalog-note {
    flex-direction: column;
    gap: 14px;
  }
  .catalog-note > p {
    text-align: left;
  }
  .footer-top {
    flex-direction: column;
    gap: 27px;
  }
  .footer-links {
    gap: 24px;
    flex-wrap: wrap;
  }
  .legal-wrap {
    width: calc(100% - 64px);
  }
  .legal-heading h1 {
    font-size: 51px;
  }
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 42px);
  }
  .site-header {
    height: 79px;
  }
  .nav {
    gap: 15px;
  }
  .brand {
    font-size: 26px;
  }
  .brand-symbol {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  .nav nav {
    display: none;
  }
  .nav-contact {
    padding: 10px 15px;
    font-size: 12px;
    gap: 9px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
    padding-bottom: 47px;
    gap: 40px;
    min-height: 0;
    text-align: center;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .availability {
    justify-content: center;
    font-size: 10px;
    letter-spacing: 1.8px;
  }
  .hero h1 {
    font-size: clamp(48px, 12.5vw, 69px);
    margin-top: 22px;
    line-height: 1.06;
  }
  .hero h1 br:nth-child(2) {
    display: none;
  }
  .hero h1 > span {
    display: block;
  }
  .hero-description {
    font-size: 15px;
    max-width: 360px;
    margin: 24px auto 0;
    line-height: 1.7;
  }
  .store-buttons {
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
  }
  .store-button {
    padding: 12px 17px;
    min-width: 151px;
    gap: 10px;
    font-size: 14px;
    border-radius: 14px;
  }
  .store-button small {
    font-size: 11px;
  }
  .store-button svg {
    width: 25px;
    height: 25px;
  }
  .store-note {
    font-size: 10px;
    margin-top: 13px;
  }
  .hero-points {
    justify-content: center;
    gap: 21px;
    font-size: 11px;
    margin-top: 24px;
  }
  .hero-points .icon {
    width: 15px;
    height: 15px;
  }
  .phone-stage {
    transform: none;
    margin: 0;
    width: 100%;
    padding-top: 5px;
    text-align: left;
  }
  .phone {
    width: 306px;
    height: 619px;
  }
  .orbit-one {
    width: calc(100% + 5px);
    max-width: 450px;
    height: 400px;
    top: 120px;
  }
  .orbit-two {
    display: none;
  }
  .floating-note {
    top: 423px;
    right: -9px;
    font-size: 10px;
    transform: rotate(-3deg);
    padding: 12px;
  }
  .preview-controls {
    margin-top: 26px;
  }
  .maker-band {
    padding: 28px 0;
  }
  .maker-band p {
    font-size: 11px;
  }
  .maker-logos {
    gap: 23px 25px;
  }
  .maker-logos > span {
    font-size: 15px;
  }
  .maker-logos svg {
    width: 23px;
    height: 23px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.35px;
  }
  .section-heading h2 {
    font-size: 37px;
    margin-top: 17px;
  }
  .section-heading > p,
  .section-heading.horizontal > p {
    font-size: 14px;
    margin-top: 17px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 32px;
  }
  .feature-card {
    padding: 28px;
    min-height: 340px;
    border-radius: 24px;
  }
  .feature-card h3 {
    font-size: 33px;
    margin-top: 23px;
  }
  .feature-heading {
    font-size: 10px;
  }
  .feature-card > p {
    font-size: 14px;
    margin-top: 17px;
  }
  .privacy-feature {
    min-height: 419px;
  }
  .local-diagram {
    gap: 8px;
    margin-top: 27px;
  }
  .local-diagram > span:not(.diagram-arrow) {
    padding: 15px 7px;
    font-size: 10px;
  }
  .text-link {
    margin-top: 25px;
  }
  .offline-ticket {
    padding: 19px 15px;
    gap: 11px;
    margin-top: 30px;
  }
  .offline-ticket strong {
    font-size: 13px;
  }
  .offline-ticket div > span {
    font-size: 10px;
  }
  .ticket-icon {
    padding: 10px;
  }
  .feature-card .feature-footnote {
    font-size: 10px;
  }
  .thought-chips {
    margin-top: 26px;
    gap: 7px;
  }
  .thought-chips > span {
    font-size: 10px;
    padding: 10px 13px;
  }
  .choice-stack {
    margin-top: 29px;
  }
  .models-section {
    padding: 63px 0;
  }
  .model-grid {
    gap: 11px;
    margin-top: 31px;
  }
  .model-card {
    padding: 18px 14px;
    border-radius: 18px;
  }
  .model-card-top {
    gap: 4px;
    margin-bottom: 23px;
  }
  .model-card-top .maker-icon svg {
    width: 24px;
    height: 24px;
  }
  .tag {
    font-size: 8px;
    padding: 4px 6px;
  }
  .model-card h3 {
    font-size: 17px;
    letter-spacing: -0.6px;
  }
  .model-card p {
    font-size: 10px;
    min-height: 33px;
    line-height: 1.6;
  }
  .model-card-bottom {
    font-size: 9px;
    margin-top: 13px;
    gap: 4px;
    padding-top: 13px;
  }
  .model-card-bottom .icon {
    width: 13px;
    height: 13px;
  }
  .catalog-note {
    font-size: 10px;
    gap: 11px;
    margin-top: 22px;
  }
  .faq-section {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .faq-section .section-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 1.05px;
  }
  .faq-section .section-heading h2 {
    font-size: 40px;
  }
  .faq-list {
    margin-top: 30px;
  }
  .faq-list summary {
    font-size: 15px;
    padding: 20px 0;
    gap: 16px;
  }
  .faq-answer {
    font-size: 14px;
    padding-right: 14px;
    padding-bottom: 21px;
  }
  .closing {
    padding: 45px 0 65px;
  }
  .closing h2 {
    font-size: 43px;
    margin-top: 20px;
  }
  .closing > p {
    font-size: 14px;
  }
  .closing-star {
    width: 55px;
    height: 55px;
    border-radius: 17px;
    margin-bottom: 27px;
  }
  .closing-star .icon {
    width: 40px;
    height: 40px;
  }
  .site-footer {
    padding: 35px 0 24px;
  }
  .footer-top {
    gap: 19px;
  }
  .footer-links {
    gap: 17px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
  }
  .footer-top p {
    margin-top: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
    font-size: 10px;
    padding-top: 20px;
  }
  .legal-wrap {
    padding: 24px 0 60px;
  }
  .legal-heading {
    padding-top: 37px;
    padding-bottom: 28px;
  }
  .legal-heading h1 {
    font-size: 44px;
    margin: 17px 0 19px;
  }
  .legal-heading > p {
    font-size: 16px;
  }
  .updated {
    font-size: 11px;
    margin-top: 23px;
  }
  .legal-content {
    font-size: 15px;
    padding-top: 28px;
  }
  .legal-content h2 {
    font-size: 24px;
    margin-top: 31px;
  }
  .legal-callout {
    padding: 20px 18px;
    gap: 12px;
    border-radius: 17px;
  }
  .legal-callout p {
    font-size: 14px;
  }
  .contact-form {
    padding: 22px 19px;
    border-radius: 20px;
    margin: 26px 0 34px;
  }
  .form-row {
    margin-bottom: 20px;
  }
  .form-note {
    font-size: 11px;
  }
  .primary-button {
    font-size: 13px;
    padding: 14px 20px;
    gap: 16px;
  }
  .support-links {
    gap: 20px;
    flex-direction: column;
    font-size: 14px;
  }
  .form-status {
    font-size: 13px;
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Keep supporting website text legible; the scaled phone remains an illustration. */
.store-note,
.hero-points,
.preview-label,
.maker-band p,
.feature-footnote,
.thought-chips > span,
.choice-stack small,
.model-card p,
.model-card-bottom,
.catalog-note,
.tag,
.footer-bottom,
.updated,
.form-note {
  font-size: 12px;
}
.hero h1 > span {
  color: #76766f;
}
@media (max-width: 640px) {
  .model-card-top {
    flex-wrap: wrap;
    row-gap: 12px;
    min-height: 56px;
  }
  .model-card p {
    min-height: 40px;
  }
  .model-card-bottom {
    align-items: flex-start;
  }
  .tag {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
