:root {
  color-scheme: dark;
  --bg: #101418;
  --surface: #192126;
  --ink: #eff4ef;
  --muted: #a9b5b6;
  --mint: #7fd1c1;
  --line: #303b40;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
a,
button,
summary,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 6px;
}
.wrap {
  max-width: 1200px;
  width: calc(100% - 96px);
  margin: auto;
}
.header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  font-size: 29px;
  font-weight: 750;
  letter-spacing: -1.5px;
}
.brand img {
  border-radius: 12px;
  margin-right: 9px;
}
.brand-dot {
  color: var(--mint);
}
nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
nav a:hover,
.text-link:hover {
  color: var(--mint);
}
.language {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
}
.language [aria-current] {
  color: var(--mint);
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 50px;
  min-height: 710px;
  padding-top: 65px;
  padding-bottom: 75px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mint);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: var(--mint);
}
h1 {
  font-size: clamp(44px, 5.2vw, 70px);
  line-height: 1.08;
  letter-spacing: -3.5px;
  margin: 28px 0;
}
h1 em {
  font-style: normal;
  color: var(--mint);
}
.lead {
  font-size: 18px;
  max-width: 470px;
  color: var(--muted);
  line-height: 1.8;
}
.actions {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 34px;
}
.button {
  background: var(--mint);
  color: #102a26;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  border: 0;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.button:hover {
  background: #a0e4d7;
}
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.text-link {
  font-size: 14px;
}
.meta {
  display: flex;
  gap: 25px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 35px;
}
.product-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
}
.orbit {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid #2b4440;
  border-radius: 50%;
  background: radial-gradient(ellipse, #24433c66, transparent 65%);
}
.orbit:after {
  content: '';
  position: absolute;
  inset: 35px;
  border: 1px dashed #29413c;
  border-radius: 50%;
}
.phone {
  position: relative;
  width: 264px;
  background: #12191f;
  border: 6px solid #364247;
  box-shadow: 0 25px 60px #0008, inset 0 0 0 2px #000;
  border-radius: 36px;
  padding: 13px 10px 10px;
  transform: rotate(-7deg);
}
.phone-top {
  font-size: 9px;
  display: flex;
  justify-content: space-between;
  margin: 0 13px 20px;
}
.app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 8px 7px;
  border-bottom: 1px solid #2c3846;
}
.app-bar strong {
  font-weight: 500;
}
.app-bar span:last-child {
  color: var(--mint);
}
.canvas {
  height: 190px;
  padding: 24px 7px;
  font-size: 33px;
  letter-spacing: 3px;
}
.caret {
  display: inline-block;
  height: 35px;
  width: 2px;
  background: var(--mint);
  vertical-align: middle;
}
.divider {
  height: 4px;
  width: 35px;
  border-radius: 5px;
  background: #647279;
  margin: 6px auto 14px;
}
.key-row {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 5px;
}
.key {
  background: #26323f;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 35px;
  flex: 1;
  max-width: 31px;
  box-shadow: 0 2px 0 #080d12;
}
.key.active {
  background: var(--mint);
  color: #102a26;
}
.key.space {
  max-width: none;
  flex: 5;
}
.phone-bottom {
  width: 75px;
  height: 4px;
  border-radius: 4px;
  background: #adb9bf;
  margin: 19px auto 0;
}
.floating-letter {
  position: absolute;
  font-weight: 700;
  background: var(--mint);
  color: #183a32;
  border-radius: 17px;
  width: 66px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 45px;
  box-shadow: 0 8px 0 #39675d;
}
.letter-a {
  left: 9px;
  top: 90px;
  transform: rotate(-15deg);
}
.letter-b {
  right: 4px;
  bottom: 110px;
  transform: rotate(13deg);
  background: #e8dbb2;
  box-shadow: 0 8px 0 #817957;
}
.sound-tag {
  position: absolute;
  bottom: 100px;
  left: -5px;
  padding: 12px 19px;
  background: #263732;
  border: 1px solid #476358;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px #0004;
  font-size: 12px;
}
.sound-icon {
  font-size: 24px;
  color: var(--mint);
}
.visual-caption {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
}
.how {
  background: #182024;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 75px 0;
}
.section-heading h2,
h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1.3px;
  max-width: 650px;
  margin: 15px 0;
}
.section-heading > p:last-child {
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 50px;
}
.step-number {
  display: inline-flex;
  border: 1px solid #55726c;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  color: var(--mint);
  font-size: 13px;
}
h3 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin: 22px 0 12px;
}
.step p,
.feature p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}
.features {
  padding-top: 90px;
  padding-bottom: 90px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 65px;
  margin-top: 38px;
}
.feature {
  position: relative;
  padding: 26px 0 32px 48px;
  border-top: 1px solid var(--line);
}
.feature h3 {
  margin-top: 0;
}
.feature-number {
  position: absolute;
  left: 0;
  top: 29px;
  color: var(--mint);
  font-size: 12px;
}
.statement {
  background: var(--mint);
  color: #163b32;
  border-radius: 12px;
  padding: 48px;
  display: flex;
  gap: 55px;
  align-items: center;
}
.statement h2 {
  font-size: 32px;
  margin-top: 0;
}
.statement p {
  max-width: 580px;
  font-size: 15px;
}
.statement-art {
  display: flex;
  min-width: 190px;
}
.statement-art span {
  display: grid;
  place-items: center;
  width: 65px;
  height: 75px;
  background: #c5efe4;
  border-radius: 9px;
  font-size: 42px;
  font-weight: 700;
  transform: rotate(-12deg);
  box-shadow: 0 5px 0 #589d8b;
}
.statement-art span:nth-child(2) {
  transform: rotate(7deg);
  background: #edf8ef;
}
.statement-art span:nth-child(3) {
  transform: rotate(-6deg);
  background: #e8dbb2;
}
.faq {
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
}
.faq h2 {
  font-size: 30px;
}
.questions details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.questions summary {
  cursor: pointer;
  font-size: 15px;
}
.questions p {
  color: var(--muted);
  font-size: 14px;
}
.contact {
  background: #192126;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.contact-copy h2 {
  font-size: 46px;
  max-width: 360px;
}
.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}
.contact-mark {
  font-size: 95px;
  line-height: 1.2;
  color: var(--mint);
  margin-top: 30px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 8px;
}
label {
  font-size: 12px;
  font-weight: 700;
}
input,
textarea {
  width: 100%;
  background: #10181d;
  color: var(--ink);
  border: 1px solid #415159;
  border-radius: 5px;
  padding: 12px;
  outline: none;
}
input:focus,
textarea:focus {
  border-color: var(--mint);
  box-shadow: 0 0 0 2px #7fd1c133;
}
textarea {
  resize: vertical;
}
.privacy {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.privacy a {
  text-decoration: underline;
}
.g-recaptcha {
  margin: 18px 0;
}
.notice {
  padding: 14px;
  border: 1px solid #697c80;
  border-radius: 5px;
  font-size: 14px;
}
.notice.success {
  border-color: var(--mint);
  color: var(--mint);
}
.notice.error {
  border-color: #eaa690;
  color: #ffd0c0;
}
.trap {
  position: absolute;
  left: -10000px;
}
.footer {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer p,
.footer > span {
  font-size: 11px;
  color: var(--muted);
}
.footer .brand {
  font-size: 24px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--mint);
  color: #101418;
  padding: 10px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 20px;
  }
  h1 {
    font-size: 52px;
  }
  .orbit {
    width: 330px;
    height: 330px;
  }
  .sound-tag {
    left: 0;
  }
  .letter-b {
    right: 0;
  }
  .contact-grid {
    gap: 45px;
  }
  .statement {
    gap: 30px;
    padding: 35px;
  }
}
@media (max-width: 720px) {
  .header {
    height: 85px;
  }
  .header nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    gap: 15px;
  }
  .hero-copy {
    max-width: 540px;
  }
  .hero h1 {
    font-size: clamp(42px, 10vw, 65px);
    letter-spacing: -2px;
  }
  .product-visual {
    min-height: 525px;
    max-width: 430px;
    width: 100%;
    margin: auto;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .how {
    padding: 55px 0;
  }
  .step {
    padding-left: 65px;
    position: relative;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
  }
  .step h3 {
    margin-top: 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .section-heading h2,
  h2 {
    font-size: 30px;
  }
  .features {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .statement {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 35px;
  }
  .statement h2 {
    font-size: 29px;
  }
  .faq {
    grid-template-columns: 1fr;
    padding-top: 55px;
    padding-bottom: 55px;
    gap: 15px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact-copy h2 {
    font-size: 38px;
  }
  .contact-mark {
    display: none;
  }
  .footer {
    flex-wrap: wrap;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .actions {
    gap: 20px;
  }
  .button {
    padding: 14px 18px;
  }
  .meta {
    gap: 18px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
