@charset "UTF-8";
:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: #17243e;
  background: #faf9f6;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #17243e;
  --muted: #596579;
  --coral: #ef4f4c;
  --line: #dedfdc;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #31588e;
  outline-offset: 5px;
  border-radius: 4px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
figure,
h1,
h2,
h3,
p {
  margin: 0;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -1.5px;
}
.brand img {
  width: 35px;
  height: 35px;
}
.brand-dot {
  color: var(--coral);
  margin-left: -7px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.language-picker {
  position: relative;
  flex-shrink: 0;
  border: 0;
  z-index: 5;
}
.language-picker > summary {
  min-height: 44px;
  padding: 10px 12px;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #faf9f6;
  font-size: 12px;
  white-space: nowrap;
}
.language-picker > summary span {
  font-size: inherit;
  font-weight: 600;
  color: var(--ink);
}
.language-picker .language-flag {
  font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.language-picker[open] > summary span {
  transform: none;
}
.language-picker[open] > summary .language-chevron {
  transform: rotate(180deg);
}
.site-header .language-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 185px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px #17243e1a;
}
.language-options a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 13px;
}
.language-options a:hover,
.language-options a[aria-current='page'] {
  background: #eef0f4;
}
.language-check {
  margin-left: auto;
}
@media (max-width: 480px) {
  .site-header {
    flex-wrap: wrap;
    padding-block: 18px;
    gap: 15px;
  }
  .header-actions {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 19px 25px;
  min-height: 54px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}
.button:hover {
  background: #2c4166;
}
.button span,
.text-link span,
.platform-action span {
  font-size: 21px;
  line-height: 1;
}
.button-small {
  min-height: 44px;
  padding: 12px 17px;
  gap: 18px;
  font-size: 13px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.8px;
  line-height: 1.7;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 27px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  flex-shrink: 0;
}
h1 {
  font-size: clamp(54px, 5.7vw, 80px);
  line-height: 1.02;
  letter-spacing: -4.5px;
  font-weight: 750;
}
.hero h1 span {
  color: var(--coral);
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 420px;
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
}
.text-link:hover,
.site-footer a:hover,
.nav-detail:hover {
  color: #ac302e;
}
.hero-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 14px;
}
.hero-visual {
  min-width: 0;
}
.visual-stage {
  position: relative;
  height: 570px;
  border-radius: 18px;
  background: #f2e8df;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.road {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.stage-label {
  position: absolute;
  top: 24px;
  left: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 1.4px;
}
.phone {
  width: 255px;
  position: relative;
  border: 7px solid #17243e;
  border-radius: 33px;
  background: #17243e;
  padding-top: 19px;
  padding-bottom: 4px;
  box-shadow:
    14px 23px 35px #392c2626,
    0 0 0 1px #667181;
  transform: rotate(5deg);
}
.phone-camera {
  position: absolute;
  top: 5px;
  width: 43px;
  height: 6px;
  border-radius: 10px;
  background: #080f1d;
  left: calc(50% - 21px);
}
.phone img {
  border-radius: 4px 4px 22px 22px;
}
.floating-note {
  position: absolute;
  bottom: 54px;
  left: 21px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 19px;
  background: white;
  border: 1px solid #ffffffd9;
  border-radius: 12px;
  box-shadow: 0 12px 25px #392c2610;
  transform: rotate(-4deg);
}
.note-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #edf4ed;
  color: #386147;
  border-radius: 50%;
}
.floating-note strong {
  display: block;
  font-size: 11px;
}
.floating-note div > span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 5px;
}
.visual-index {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 10px;
  color: #6d625b;
  letter-spacing: 2px;
}
figcaption {
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  margin-top: 12px;
}
.benefit-strip {
  display: flex;
  justify-content: space-between;
  border-block: 1px solid var(--line);
  padding-block: 24px;
  gap: 22px;
}
.benefit-strip > span {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  color: #9c514c;
  letter-spacing: 1px;
}
.benefit-strip strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}
.section-space {
  padding-block: 100px;
}
.section-heading {
  max-width: 720px;
}
h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
}
.section-heading h2 {
  margin-top: 18px;
}
.section-heading h2 span {
  color: #6a7484;
}
.section-heading > p:last-child {
  color: var(--muted);
  max-width: 510px;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.feature {
  padding: 30px 27px 23px;
  display: flex;
  flex-direction: column;
}
.feature + .feature {
  border-left: 1px solid var(--line);
}
.feature-number {
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.3px;
}
.feature svg {
  margin-top: 33px;
  margin-bottom: 23px;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h3 {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.7px;
  line-height: 1.25;
}
.feature p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin-top: 13px;
  margin-bottom: 28px;
}
.feature-detail {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  margin-top: auto;
}
.feature-detail > span:last-child {
  color: var(--coral);
}
.shared-section {
  background: #eef0ee;
  padding-block: 70px;
  overflow: hidden;
}
.shared-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.history-visual {
  min-width: 0;
}
.history-window {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
  height: 395px;
  overflow: hidden;
  border: 1px solid #cdd3d8;
  border-radius: 14px;
  background: white;
  box-shadow: 0 18px 40px #17243e0c;
}
.window-bar {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 35px;
  padding-inline: 15px;
  border-bottom: 1px solid var(--line);
}
.window-bar > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c6ccd3;
}
.window-bar > small {
  font-size: 7px;
  letter-spacing: 1.2px;
  margin-left: 60px;
  color: var(--muted);
}
.history-window img {
  width: 100%;
}
.image-note {
  font-size: 9px;
  margin-top: 16px;
  color: var(--muted);
  text-align: center;
}
.shared-copy h2 {
  margin-block: 18px 22px;
}
.shared-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  max-width: 420px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  font-size: 12px;
  line-height: 1.8;
}
.check-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #456451;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}
.platform {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.platform-web {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.platform-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 35px;
}
.platform-top svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.available {
  color: #d5e8d9;
  font-size: 10px;
  background: #ffffff14;
  padding: 6px 9px;
  border-radius: 4px;
}
.platform-label {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 1.1px;
}
.platform p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin: 13px 0 27px;
}
.platform-web p {
  color: #c5cddb;
}
.platform-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 19px;
  border-top: 1px solid #d9dfeb;
  margin-top: auto;
  min-height: 44px;
}
.platform-web .platform-action {
  border-color: #ffffff30;
}
.platform-action:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.coming-soon {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 600;
  padding: 9px 13px;
  border-radius: 4px;
  background: #f0f0ed;
  color: #606875;
  margin-top: auto;
}
.faq {
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
}
.faq h2 {
  margin-top: 18px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 23px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 22px;
  font-weight: 400;
  color: var(--muted);
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  padding-bottom: 25px;
  max-width: 510px;
}
details p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 16px;
  background: var(--ink);
  padding: 53px 55px;
  color: white;
  position: relative;
  overflow: hidden;
}
.closing > div,
.closing > a {
  z-index: 1;
}
.closing .eyebrow {
  color: #c5cddb;
}
.closing h2 {
  margin-top: 16px;
}
.button-light {
  color: var(--ink);
  background: white;
}
.button-light:hover {
  background: #f2e8df;
}
.closing-mark {
  position: absolute;
  right: 70px;
  bottom: -69px;
  font-size: 300px;
  font-weight: 800;
  color: #ffffff04;
  letter-spacing: -30px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  padding-top: 65px;
  padding-bottom: 28px;
}
.site-footer .brand {
  font-size: 23px;
}
.site-footer .brand img {
  width: 29px;
  height: 29px;
}
.site-footer p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  font-size: 11px;
}
.site-footer .copyright {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  margin-top: 0;
  font-size: 10px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 10;
  padding: 14px;
  background: white;
  border: 2px solid var(--ink);
}
.skip-link:focus {
  top: 12px;
}
.legal-page {
  max-width: 790px;
  padding-top: 45px;
  padding-bottom: 60px;
}
.back-link {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 42px;
  min-height: 30px;
}
.legal-page header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.legal-page h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -2px;
  margin-block: 15px 25px;
  line-height: 1.1;
}
.legal-page p,
.legal-page li {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.legal-page .muted {
  margin-top: 15px;
  font-size: 12px;
}
.legal-page section {
  margin-top: 30px;
}
.legal-page h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}
.legal-page p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page .button {
  margin-top: 24px;
}
.not-found {
  padding-block: 90px;
  min-height: 55vh;
}
.not-found h1 {
  margin-block: 20px;
}
.not-found p {
  line-height: 1.8;
}
.not-found .button {
  margin-top: 30px;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 70px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .hero {
    gap: 30px;
  }
  h1 {
    font-size: 61px;
    letter-spacing: -3.5px;
  }
  .visual-stage {
    height: 540px;
  }
  .phone {
    width: 225px;
  }
  .stage-label {
    font-size: 7px;
    letter-spacing: 1px;
    left: 18px;
  }
  .floating-note {
    left: 12px;
    bottom: 40px;
  }
  .hero-actions {
    gap: 10px 22px;
  }
  .shared-inner {
    gap: 45px;
  }
  .feature {
    padding: 24px 20px;
  }
  .platform {
    padding: 23px;
  }
  .site-header nav {
    gap: 20px;
  }
  .site-footer {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 82px;
  }
  .brand {
    font-size: 25px;
  }
  .nav-detail {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 35px;
    padding-bottom: 30px;
  }
  .hero .eyebrow {
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(56px, 11vw, 75px);
    letter-spacing: -3.5px;
  }
  .hero-description {
    font-size: 15px;
    max-width: 490px;
    margin-top: 22px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 15px 22px;
  }
  .hero-note {
    margin-top: 12px;
  }
  .visual-stage {
    height: 510px;
  }
  .phone {
    width: 240px;
  }
  .stage-label {
    font-size: 8px;
    top: 20px;
  }
  .floating-note {
    bottom: 37px;
    left: 16px;
  }
  .benefit-strip {
    gap: 12px;
    padding-block: 20px;
  }
  .benefit-strip > span {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    flex: 1;
  }
  .benefit-strip strong {
    font-size: 11px;
    line-height: 1.5;
  }
  .section-space {
    padding-block: 64px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }
  .section-heading h2 br {
    display: none;
  }
  .section-heading > p:last-child {
    font-size: 14px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .feature {
    padding: 27px;
  }
  .feature + .feature {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .feature svg {
    margin-top: 25px;
    margin-bottom: 18px;
  }
  .feature p {
    max-width: 450px;
  }
  .shared-section {
    padding-block: 55px;
  }
  .shared-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .shared-copy {
    grid-row: 1;
  }
  .history-window {
    max-width: 400px;
    height: 350px;
  }
  .platform-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }
  .platform {
    padding: 27px;
  }
  .platform-top {
    margin-bottom: 26px;
  }
  .platform p {
    max-width: 440px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 64px;
  }
  .faq h2 br {
    display: none;
  }
  summary {
    font-size: 13px;
  }
  .closing {
    padding: 35px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .site-footer {
    padding-top: 45px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .site-footer nav {
    gap: 8px 20px;
  }
  .site-footer nav a {
    padding-block: 10px;
  }
  .legal-page {
    padding-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

.hero-copy,
.shared-copy,
.platform,
.section-heading {
  min-width: 0;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2.5px;
  }
  .header-actions .button-small {
    font-size: 11px;
    padding-inline: 12px;
    gap: 10px;
    white-space: nowrap;
  }
  .language-picker > summary {
    padding-inline: 9px;
    gap: 6px;
    font-size: 11px;
  }
}
