:root {
  --violet: #6657e8;
  --ink: #181825;
  --muted: #666676;
  --line: #e6e5ed;
  --paper: #f8f8fb;
  --coral: #ff7a6b;
  --teal: #35b8a0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--violet);
}
svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.045em;
  font-weight: 650;
}
p {
  color: var(--muted);
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.65;
}
:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 5px;
}
.container {
  width: min(1184px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: -1.8px;
}
.wordmark svg {
  width: 35px;
  height: 35px;
  margin-right: 7px;
  color: var(--violet);
}
.brand-dot {
  color: var(--violet);
}
nav {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
nav a {
  color: #535360;
}
.header-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}
.languages {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #777581;
}
.languages [aria-current] {
  color: var(--ink);
}
.languages a {
  padding-block: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--violet);
  background: var(--violet);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: background 0.15s;
}
.button:hover {
  color: white;
  background: #5445d4;
  border-color: #5445d4;
}
.header-cta {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 12px;
}
.header-cta svg {
  width: 16px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  padding-block: 60px 88px;
}
.hero h1 {
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.09;
  letter-spacing: -0.055em;
}
.hero h1 > .hero-line {
  color: var(--ink);
}
.hero-word-coral {
  color: var(--coral);
}
.hero-word-turquoise {
  color: var(--teal);
}
.hero-word-violet {
  color: var(--violet);
}
.hero-word-signed {
  position: relative;
  display: inline-block;
}
.hero-word-signed::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.08em;
  bottom: -0.15em;
  height: 0.24em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 18' preserveAspectRatio='none'%3E%3Cpath d='M2 11C18 3 30 16 47 9S73 5 98 12' fill='none' stroke='%236657E8' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E")
    center/100% 100% no-repeat;
}
.hero-intro {
  font-size: 19px;
  line-height: 1.65;
  margin-top: 26px;
  max-width: 510px;
  color: #4f4d60;
}
.hero-support {
  font-size: 14px;
  margin-top: 16px;
  max-width: 475px;
}
.signup {
  margin-top: 30px;
  scroll-margin-top: 70px;
}
.signup > label {
  font-size: 12px;
  font-weight: 600;
}
.signup-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.signup-row input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  border: 1px solid #d8d6e3;
  border-radius: 8px;
  padding: 12px 14px;
  background: white;
  font-size: 14px;
}
.signup-row .button {
  flex-shrink: 0;
  gap: 10px;
  padding-inline: 17px;
}
.early {
  font-size: 12px;
  margin-top: 10px;
}
.signup .consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--muted);
  margin-top: 17px;
  max-width: 470px;
}
.consent input {
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  flex-shrink: 0;
  accent-color: var(--violet);
}
.consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.platform {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.platform svg {
  width: 15px;
  height: 15px;
}
.error,
.success {
  font-size: 13px;
  margin-top: 12px;
}
.error {
  color: #ac3030;
}
.success {
  color: #16714c;
}
.hero-art {
  min-height: 640px;
  background: #f0eefb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px 28px 20px;
  border-radius: 12px;
}
.orbit-labels {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 600;
}
.orbit-labels span:first-child {
  color: #b75043;
}
.orbit-labels span:nth-child(2) {
  color: #147866;
}
.orbit-labels span:last-child {
  color: var(--violet);
}
.hero-art-caption {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  margin-top: 19px;
  color: #626071;
}
.hero-art-caption svg {
  width: 14px;
  height: 14px;
}
.section {
  padding-block: 86px;
}
.section-heading {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
h2 {
  font-size: 38px;
  line-height: 1.2;
}
.section-heading p {
  margin-top: 18px;
  font-size: 15px;
}
.product-section {
  background: var(--paper);
  border-block: 1px solid #f0eff5;
}
.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.preview-stage {
  height: 456px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  background: #efedf7;
}
.stage-1 {
  background: #eaf3f0;
}
.stage-2 {
  background: #eeeafa;
}
.step {
  display: block;
  color: #97909e;
  font-size: 11px;
  margin: 24px 0 10px;
}
.preview-item h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.35;
  max-width: 290px;
}
.preview-item > p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.7;
  max-width: 310px;
}
.preview-note {
  font-size: 11px;
  text-align: center;
  margin-top: 38px;
}
.philosophy-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 48px;
}
.philosophy-heading h2 {
  max-width: 500px;
}
.philosophy-heading > p {
  max-width: 370px;
  font-size: 15px;
}
.spaces {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.spaces article {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.space-symbol {
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.space-symbol i {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--coral);
}
.symbol-1 i {
  background: var(--teal);
}
.symbol-2 i {
  background: #8b7cf6;
}
.symbol-2 i + i {
  margin-left: -12px;
  background: #6657e8;
  mix-blend-mode: multiply;
}
.spaces h3 {
  font-size: 28px;
}
.spaces h3 span {
  color: var(--coral);
}
.spaces article:nth-child(2) h3 span {
  color: var(--teal);
}
.spaces article:nth-child(3) h3 span {
  color: var(--violet);
}
.spaces p {
  font-size: 14px;
  margin-top: 12px;
  max-width: 280px;
}
#features {
  padding-top: 35px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 56px;
}
.feature-grid article > svg {
  color: var(--violet);
  margin-bottom: 15px;
}
.feature-grid h3 {
  font-size: 17px;
  letter-spacing: -0.02em;
}
.feature-grid p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 300px;
}
.final-cta {
  background: #eeebfc;
  text-align: center;
  padding: 68px 24px;
}
.final-cta > div > div {
  max-width: 680px;
  margin: auto;
}
.final-cta svg {
  color: var(--violet);
  width: 32px;
  height: 32px;
  margin-bottom: 19px;
}
.final-cta p {
  margin: 17px 0 27px;
  font-size: 15px;
}
.final-cta .button svg {
  color: white;
  width: 18px;
  height: 18px;
  margin: 0;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 90px;
}
.faq-layout h2 {
  font-size: 32px;
  max-width: 320px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 24px;
  font-weight: 400;
  color: #8c879c;
}
details[open] summary span {
  font-size: 0;
}
details[open] summary span:after {
  content: "−";
  font-size: 24px;
}
.faq-list details p {
  font-size: 14px;
  padding: 0 32px 22px 0;
}
footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-block: 36px;
}
footer .wordmark {
  font-size: 28px;
}
footer .wordmark svg {
  width: 28px;
  height: 28px;
}
footer p {
  font-size: 11px;
  margin-top: 12px;
}
.footer-right {
  text-align: right;
}
.footer-right > div {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
.contact-note {
  padding-bottom: 24px;
  font-size: 12px;
}
.contact-note:not(:target) {
  display: none;
}
.skip {
  position: absolute;
  top: -100px;
  left: 15px;
  background: white;
  padding: 10px;
  z-index: 5;
}
.skip:focus {
  top: 10px;
}
.legal {
  max-width: 760px;
  padding-block: 60px 100px;
}
.back-link {
  font-size: 13px;
  color: var(--violet);
}
.legal h1 {
  font-size: 48px;
  margin: 32px 0 20px;
}
.legal-intro {
  font-size: 19px;
}
.legal section {
  margin-top: 35px;
}
.legal h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.legal p {
  font-size: 16px;
}
.draft-notice {
  padding: 16px;
  background: #fff3dd;
  border: 1px solid #efdab3;
  border-radius: 6px;
  margin-top: 24px;
  font-size: 14px !important;
  color: #6c5426;
}
@media (min-width: 1100px) {
  html[lang="es"] .hero h1 {
    font-size: 58px;
  }
  html[lang="es"] .signup-row {
    flex-wrap: wrap;
  }
  html[lang="es"] .signup-row input {
    flex: 1;
    min-width: 210px;
  }
}
@media (max-width: 1000px) {
  .site-header nav {
    display: none;
  }
  .hero {
    gap: 32px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-art {
    padding-inline: 15px;
  }
  .signup-row {
    flex-direction: column;
  }
  .preview-grid {
    gap: 20px;
  }
  .preview-stage {
    height: 400px;
  }
  .faq-layout {
    gap: 40px;
  }
  .hero-art {
    min-height: 630px;
  }
  .hero-intro {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
    gap: 16px;
  }
  .wordmark {
    font-size: 30px;
  }
  .wordmark svg {
    width: 30px;
    height: 30px;
  }
  .header-actions {
    gap: 16px;
  }
  .header-cta {
    display: none;
  }
  .languages {
    font-size: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 36px 52px;
    gap: 40px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.4vw, 60px);
    max-width: 530px;
  }
  .hero-intro {
    font-size: 17px;
    margin-top: 22px;
  }
  .hero-support {
    font-size: 13px;
    max-width: 460px;
  }
  .signup {
    margin-top: 25px;
  }
  .signup-row {
    flex-direction: column;
    gap: 10px;
  }
  .signup-row input,
  .signup-row .button {
    min-height: 52px;
  }
  .signup .consent {
    font-size: 11px;
    line-height: 1.7;
  }
  .early {
    text-align: center;
  }
  .platform {
    justify-content: center;
    margin-top: 18px;
  }
  .hero-art {
    min-height: 0;
    padding: 24px 15px 22px;
  }
  .orbit-labels {
    margin-bottom: 19px;
    gap: 30px;
  }
  .hero-art-caption {
    font-size: 10px;
  }
  .section {
    padding-block: 54px;
  }
  h2 {
    font-size: 31px;
  }
  .section-heading {
    text-align: left;
    margin-bottom: 30px;
  }
  .section-heading p {
    font-size: 14px;
    margin-top: 15px;
  }
  .preview-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .preview-item {
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .preview-stage {
    height: 425px;
  }
  .step {
    margin-top: 19px;
  }
  .preview-item h3 {
    max-width: 100%;
    font-size: 21px;
  }
  .preview-item > p {
    max-width: 100%;
    margin-top: 8px;
  }
  .preview-note {
    text-align: left;
    font-size: 11px;
    margin-top: 28px;
  }
  .philosophy-heading {
    display: block;
    margin-bottom: 28px;
  }
  .philosophy-heading p {
    margin-top: 18px;
    max-width: 100%;
    font-size: 14px;
  }
  .spaces {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .spaces article {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    padding-top: 22px;
  }
  .space-symbol {
    grid-row: span 2;
    margin: 0;
    height: 38px;
  }
  .space-symbol i {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .spaces h3 {
    font-size: 24px;
  }
  .spaces p {
    font-size: 14px;
    max-width: none;
    margin-top: 7px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 23px;
  }
  .feature-grid h3 {
    font-size: 16px;
    line-height: 1.35;
  }
  .feature-grid p {
    font-size: 13px;
  }
  .feature-grid article > svg {
    margin-bottom: 12px;
  }
  #features {
    padding-top: 16px;
  }
  .final-cta {
    padding-block: 48px;
  }
  .final-cta h2 {
    font-size: 32px;
  }
  .final-cta p {
    font-size: 14px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-layout h2 {
    font-size: 30px;
    max-width: 100%;
  }
  summary {
    font-size: 14px;
    padding-block: 19px;
  }
  .faq-list details p {
    font-size: 13px;
  }
  footer {
    flex-direction: column;
    gap: 24px;
    padding-block: 30px;
  }
  .footer-right {
    text-align: left;
  }
  .footer-right > div {
    gap: 18px;
    flex-wrap: wrap;
    font-size: 11px;
  }
  .legal {
    padding-block: 35px 60px;
  }
  .legal h1 {
    font-size: 37px;
  }
  .legal h2 {
    font-size: 22px;
  }
  .legal p {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.signup .consent {
  font-size: 12px;
}
.hero > * {
  min-width: 0;
}

/* Screenshots already include their device frames. Keep the complete artwork visible. */
.app-mockup {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero-mockup {
  width: auto;
  height: 532px;
  max-width: 100%;
  object-fit: contain;
}
.preview-stage {
  height: 500px;
  padding: 20px 16px;
  align-items: center;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .preview-stage {
    height: 400px;
    padding: 16px 10px;
  }
}
@media (max-width: 700px) {
  .preview-stage {
    height: 520px;
    padding: 20px 12px;
  }
  .hero-mockup {
    height: auto;
    width: 300px;
    max-height: 532px;
  }
}

/* The approved outlined wordmark includes the purple dot above the i. */
.brand-logo {
  display: block;
  width: 150px;
  height: auto;
}
footer .brand-logo {
  width: 130px;
}
@media (max-width: 700px) {
  .brand-logo {
    width: 132px;
  }
}
