/* Self-hosted Inter; source and licence recorded in docs/visual-redesign.md. */
@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin-ext-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin-ext-italic-variable.woff2') format('woff2');
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  src: url('/fonts/inter-latin-italic-variable.woff2') format('woff2');
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --bg: #fff;
  --surface: #f2f6fd;
  --card: #fff;
  --ink: #101d32;
  --muted: #53647b;
  --line: #dce5f2;
  --accent: #175bc7;
  --accent-hover: #134aac;
  --tint: #eaf2ff;
  --wash: #e3efff;
  --glass: #fff;
  --shadow: 0 16px 48px -24px #375f9838, 0 2px 6px #254b7910;
  --radius: 16px;
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #11151e;
  --surface: #1a202d;
  --card: #202736;
  --ink: #f4f6fb;
  --muted: #acb6c9;
  --line: #354056;
  --accent: #8aaaff;
  --accent-hover: #aac1ff;
  --tint: #202e50;
  --wash: #172a48;
  --glass: #172131;
  --shadow: 0 24px 65px -35px #000a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}
body {
  margin: 0;
  background: linear-gradient(180deg, var(--wash), var(--bg) 960px) no-repeat, var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button[hidden],
[hidden] {
  display: none !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(3.2rem, 5.4vw, 5.25rem);
  font-weight: 600;
}
h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 550;
}
h3 {
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
p + p {
  margin-top: 1rem;
}
button {
  color: inherit;
}
::selection {
  background: #bcd0ff;
  color: #151923;
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 80px;
}
/* Consecutive unbanded sections share one gap, rather than doubling it. */
.section.container + .section.container { padding-top: 0; }
.lead {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 43ch;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 14px 23px;
  background-color: #1754c7;
  background-image: linear-gradient(180deg, #2269da, transparent);
  color: #fff;
  border: 1px solid #1958c4;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 #ffffff40, 0 3px 5px #1855c51a;
  font-weight: 550;
  font-size: 0.93rem;
}
.button:hover {
  background-color: #164fb8;
}
[data-theme="dark"] .button {
  color: #fff;
}
.button-small {
  min-height: 43px;
  padding: 10px 17px;
  font-size: 0.82rem;
  gap: 15px;
}
.button-outline {
  background: var(--card);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 2px 4px #254b7906;
}
.button-outline:hover {
  background: var(--surface);
}
[data-theme="dark"] .button-outline {
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 650;
  font-size: 0.9rem;
  min-height: 44px;
}
.text-link:hover {
  color: var(--accent);
}
.mobile-menu {
  padding-block: 10px 22px;
}
.mobile-menu a {
  display: block;
  padding: 10px;
  border-top: 1px solid var(--line);
}
.fine-print {
  font-size: 0.77rem;
  line-height: 1.65;
}
.section-intro {
  max-width: 800px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-intro h2 {
  max-width: 28ch;
  margin-inline: auto;
  text-wrap: balance;
}
.section-intro p {
  max-width: 60ch;
  margin: 18px auto 0;
  font-size: 1rem;
  text-wrap: balance;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.prose {
  max-width: 760px;
  margin: auto;
  padding-block: 64px 80px;
}
.prose h1 {
  font-size: 3.5rem;
  margin-bottom: 32px;
  text-wrap: balance;
}
.prose h2 {
  font-size: 1.6rem;
  margin: 44px 0 16px;
}
.prose a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose ul {
  color: var(--muted);
  padding-left: 22px;
}
.prose .back {
  display: block;
  margin-bottom: 30px;
  color: var(--accent);
  font-size: 0.85rem;
}
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 48px);
  }
  .section {
    padding-block: 64px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 52px;
  }
  .section-intro {
    margin-bottom: 30px;
  }
  .prose {
    padding-block: 55px;
  }
  .prose h1 {
    font-size: 2.6rem;
  }
  .lead {
    font-size: 1rem;
  }
  h1 {
    font-size: 3.35rem;
    letter-spacing: -0.055em;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

html:not(.js) [role="tabpanel"][hidden] {
  display: grid !important;
  margin-top: 40px;
}
html:not(.js) .product-tabs,
html:not(.js) .billing-switch {
  display: none;
}
@media (max-width: 760px) {
  html:not(.js) .mobile-menu {
    display: block !important;
  }
}

.legal-status {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  margin-block: 26px;
  background: var(--surface);
  border-left: 3px solid var(--accent);
  font-size: 0.85rem;
}
.legal-status span {
  color: var(--muted);
}
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  font-size: 0.8rem;
  margin-block: 24px 36px;
}
.legal-prose h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}
.legal-prose li + li {
  margin-top: 12px;
}
.legal-operator {
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.legal-operator dl {
  margin: 20px 0;
}
.legal-operator dl > div {
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
}
.legal-operator dt {
  color: var(--muted);
  font-size: 0.78rem;
}
.legal-operator dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  font-size: 0.94rem;
}
.legal-prose code {
  overflow-wrap: anywhere;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.28rem;
  font-weight: 650;
  letter-spacing: -0.05em;
}
.brand-mark {
  width: 31px;
  height: 31px;
  color: var(--accent);
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.icon-button:hover {
  background: var(--surface);
}
.icon-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sun {
  display: none;
}
[data-theme="dark"] .sun {
  display: block;
}
[data-theme="dark"] .moon {
  display: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: var(--bg);
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 20px;
  z-index: 20;
  width: min(1200px, calc(100% - 48px));
  margin: 24px auto 0;
  background: var(--glass);
  border: 1px solid color-mix(in srgb, var(--line), var(--card) 40%);
  border-radius: 14px;
  box-shadow: 0 4px 24px #29477505, inset 0 1px 0 var(--card);
}
/* The expanded no-script navigation must not cover anchor destinations. */
html:not(.js) .site-header { position: relative; top: 0; }
.header-inner {
  width: calc(100% - 40px);
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.desktop-nav {
  display: flex;
  gap: 27px;
  font-size: 0.8rem;
  font-weight: 500;
}
.desktop-nav a,
.sign-in {
  padding-block: 10px;
}
.desktop-nav a:hover,
.sign-in:hover {
  color: var(--accent);
}
.mobile-menu a:hover, .mobile-menu a:focus-visible { background: var(--tint); color: var(--accent); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sign-in {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  white-space: nowrap;
}
.header-actions > .button {
  white-space: nowrap;
}
.header-actions .button-small { font-size: 0.78rem; }
.menu-toggle {
  display: none;
}
.site-footer {
  padding-block: 64px 26px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 48px;
}
.footer-top p {
  font-size: 0.85rem;
  margin-top: 16px;
}
.footer-top nav {
  display: flex;
  gap: 25px;
  font-size: 0.82rem;
  align-items: start;
  padding-top: 8px;
}
.footer-top nav a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.73rem;
}
@media (max-width: 1050px) {
  .desktop-nav {
    gap: 20px;
  }
  .header-actions {
    gap: 10px;
  }
  .footer-top nav {
    flex-wrap: wrap;
    max-width: 280px;
  }
}
@media (max-width: 1000px) {
  .site-header {
    top: 12px;
    width: calc(100% - 32px);
    margin-top: 16px;
    border-radius: 12px;
  }
  .header-inner {
    width: calc(100% - 28px);
    height: 64px;
    gap: 8px;
  }
  .brand {
    font-size: 1.15rem;
  }
  .brand-mark {
    width: 27px;
    height: 27px;
  }
  .desktop-nav,
  .sign-in {
    display: none;
  }
  .menu-toggle {
    display: inline-grid;
  }
  .header-actions {
    gap: 4px;
  }
  .header-actions > .button {
    display: none;
  }
}
@media (max-width: 760px) {
  .footer-top {
    display: block;
    padding-bottom: 28px;
  }
  .footer-top nav {
    margin-top: 32px;
    max-width: none;
    gap: 20px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  html:not(.js) .mobile-menu { display: block !important; }
}

.footer-top nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 550px;
  row-gap: 14px;
}
@media (max-width: 760px) {
  .footer-top nav {
    justify-content: flex-start;
    max-width: none;
  }
}

.launch-notice {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
  line-height: 1.6;
}
.launch-notice .container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.7rem;
}
.launch-notice a { text-decoration: underline; text-underline-offset: 3px; }

.feature-index {
  display: block;
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--accent);
  margin-bottom: 18px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 23px;
  font-size: 0.79rem;
  color: var(--muted);
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 650;
}

.pack-upgrade strong {
  color: var(--ink);
  font-weight: 600;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  padding-top: 30px;
}
.faq-section > div:first-child > p {
  font-size: 0.88rem;
  margin-top: 22px;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details.faq-animating { overflow: hidden; }
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 650;
  padding: 24px 0;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 1.3rem;
  color: var(--muted);
  line-height: 1;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 0.83rem;
  line-height: 1.85;
  padding: 0 30px 25px 0;
}
.faq-list details a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--accent);
}
.closing {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  background: linear-gradient(135deg, var(--tint), var(--card));
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}
.closing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 440px;
  padding-block: 65px;
  text-align: center;
}
.closing h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 550;
  line-height: 1.12;
}
.closing p { margin-top: 23px; font-size: 0.96rem; }
.closing .button { margin-top: 27px; }
.closing .fine-print { display: block; font-size: 0.72rem; margin-top: 16px; color: var(--muted); }
.closing-mark { width: 43px; margin-bottom: 24px; order: -1; }
.closing-mark .brand-mark { width: 100%; height: auto; }
.closing-copy { position: relative; }
.privacy-lede {
  font-size: 1.15rem;
  line-height: 1.8;
}
.privacy-facts {
  padding: 25px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-block: 30px;
}
.privacy-facts p {
  font-size: 0.93rem;
}
.error-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}
@media (max-width: 850px) {
  .faq-section { gap: 40px; }
}
@media (max-width: 600px) {
  .faq-section { grid-template-columns: 1fr; padding-top: 0; gap: 30px; }
  .faq-list summary { font-size: 0.85rem; padding-block: 21px; }
  .faq-list details p { font-size: 0.85rem; }
  .closing { width: calc(100% - 32px); border-radius: 16px; }
  .closing-inner { width: calc(100% - 32px); min-height: 400px; padding-block: 48px; }
  .closing h2 { font-size: 2.25rem; }
  .closing p { font-size: 0.9rem; max-width: 30ch; }
}

/* Motion confirms interaction; page content is visible without it. */
@media (prefers-reduced-motion: no-preference) {
  .button, .icon-button, .sign-in, .role-picker a {
    transition: background-color 160ms ease, border-color 160ms ease,
      box-shadow 160ms ease, transform 160ms ease;
  }
  .button:active, .icon-button:active { transform: translateY(1px); }
  .button > span, .text-link > span {
    transition: transform 180ms cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  .button:hover > span, .button:focus-visible > span,
  .text-link:hover > span, .text-link:focus-visible > span {
    transform: translate(2px, -1px);
  }
  .desktop-nav a, .mobile-menu a, .footer-top nav a, .breadcrumbs a {
    transition: color 160ms ease, background-color 160ms ease,
      text-decoration-color 160ms ease, box-shadow 160ms ease;
  }
  .desktop-nav a {
    background-image: linear-gradient(var(--accent), var(--accent));
    background-repeat: no-repeat;
    background-position: left calc(100% - 5px);
    background-size: 0 1px;
    transition: color 160ms ease, background-size 180ms ease;
  }
  .desktop-nav a:hover, .desktop-nav a:focus-visible { background-size: 100% 1px; }
  .mobile-menu:not([hidden]) { animation: menu-enter 180ms ease-out; transform-origin: top; }
  .faq-list summary > span { transition: transform 180ms ease; }
  .tour-presented [role="tabpanel"]:not([hidden]) .tour-screen {
    animation: tour-screen-enter 300ms cubic-bezier(0.2, 0.7, 0.3, 1) both;
  }
  .tour-presented [role="tabpanel"]:not([hidden]) .tour-copy {
    animation: tour-copy-enter 220ms ease-out both;
  }
  .product-tabs button { transition: color 160ms ease, border-color 160ms ease; }
  @media (hover: hover) and (pointer: fine) {
    .explore-card {
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }
    .explore-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px -25px #375f9859; }
  }
  @keyframes menu-enter {
    from { opacity: 0.6; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes tour-screen-enter {
    from { opacity: 0.6; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes tour-copy-enter {
    from { opacity: 0.65; }
    to { opacity: 1; }
  }
}
