/* draften.ai - generated by src/build.mjs from src/css.mjs; edit there. */
@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/outfit-latin-500-normal.woff2') format('woff2'); 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: 'Outfit'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/outfit-latin-ext-500-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-latin-400-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-latin-ext-400-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-latin-500-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-latin-ext-500-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-latin-600-normal.woff2') format('woff2'); 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'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-latin-ext-600-normal.woff2') format('woff2'); 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; }

:root {
  --paper: #ffffff;
  --mist: #f3f3f0;
  --line: #e4e4df;
  --ink: #1b1b1f;
  --stone: #55555b;
  --pebble: #b4b4ba;
  --send: #e0462b;
  --link: #c53e26;
  --link-hover: #9e3120;
  --send-tint: #fbefec;
  --ok: #17784e;
  --ok-tint: #e4efe8;
  --band: #1b1b1f;
  --band-ground: #141417;
  --band-rule: #33333a;
  --band-ink: #f2f2ef;
  --band-soft: #a7a7ad;
  --band-check: #f28c72;
  --todo: #a15c07;
  --todo-tint: #f8f1e9;
  --shadow: 0 18px 40px rgb(27 27 31 / 0.1);
  --shadow-soft: 0 1px 2px rgb(27 27 31 / 0.06), 0 2px 8px rgb(27 27 31 / 0.05);
  --show-moon: block;
  --show-sun: none;
  --show-light: block;
  --show-dark: none;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
  --paper: #141417;
  --mist: #1b1b1f;
  --line: #2e2e35;
  --ink: #f2f2ef;
  --stone: #a7a7ad;
  --pebble: #6e6e76;
  --link: #f28c72;
  --link-hover: #f8b0a0;
  --send-tint: #331d18;
  --ok: #4fbb8a;
  --ok-tint: #16261f;
  --band: #0b0b0d;
  --band-ground: #141417;
  --band-rule: #2e2e35;
  --todo: #e0a34a;
  --todo-tint: #2a2015;
  --shadow: 0 0 0 1px var(--line), 0 18px 40px rgb(0 0 0 / 0.45);
  --shadow-soft: 0 0 0 1px var(--line);
  --show-moon: none;
  --show-sun: block;
  --show-light: none;
  --show-dark: block;
  color-scheme: dark;
  }
}
:root[data-theme='dark'] {
  --paper: #141417;
  --mist: #1b1b1f;
  --line: #2e2e35;
  --ink: #f2f2ef;
  --stone: #a7a7ad;
  --pebble: #6e6e76;
  --link: #f28c72;
  --link-hover: #f8b0a0;
  --send-tint: #331d18;
  --ok: #4fbb8a;
  --ok-tint: #16261f;
  --band: #0b0b0d;
  --band-ground: #141417;
  --band-rule: #2e2e35;
  --todo: #e0a34a;
  --todo-tint: #2a2015;
  --shadow: 0 0 0 1px var(--line), 0 18px 40px rgb(0 0 0 / 0.45);
  --shadow-soft: 0 0 0 1px var(--line);
  --show-moon: none;
  --show-sun: block;
  --show-light: none;
  --show-dark: block;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.6 'Inter', ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 6px; }
.band :focus-visible { outline-color: var(--band-ink); }
h1, h2, h3 { margin: 0; font-family: 'Outfit', sans-serif; font-weight: 500; overflow-wrap: break-word; }
/* German builds words longer than a phone is wide (Auftragsverarbeitungsvertrag): they break at a syllable. */
:lang(de) :is(h1, h2, h3) { hyphens: auto; }
p { margin: 0; }
.icon { display: block; flex-shrink: 0; }
.img-light { display: var(--show-light); }
.img-dark { display: var(--show-dark); }
.stop { color: var(--send); }
.skip { position: absolute; left: 16px; top: 12px; z-index: 100; transform: translateY(-200%); background: var(--paper); color: var(--ink); padding: 10px 16px; border-radius: 10px; }
.skip:focus { transform: none; box-shadow: var(--shadow); }
mark.todo { background: var(--todo-tint); color: var(--todo); border-bottom: 1px dashed var(--todo); padding: 0 4px; border-radius: 3px; }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 72px; }
.section { padding: 96px 0; }
.section--mist { background: var(--mist); }
.label { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); }
.label::after { content: ''; height: 1px; width: 64px; background: var(--line); }
.band .label { color: var(--band-soft); }
.band .label::after { background: var(--band-rule); }
.h1 { margin-top: 20px; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.04; letter-spacing: -0.028em; max-width: 16ch; }
.h1--page { font-size: clamp(34px, 4vw, 58px); line-height: 1.06; letter-spacing: -0.026em; max-width: 22ch; }
.h2 { margin-top: 16px; font-size: clamp(28px, 3.1vw, 44px); line-height: 1.08; letter-spacing: -0.022em; max-width: 24ch; }
.h2--s { font-size: clamp(26px, 2.6vw, 36px); }
.lead { margin-top: 20px; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.6; color: var(--stone); max-width: 54ch; }
.band .h2, .band .h1 { color: var(--band-ink); }
.band .lead { color: var(--band-soft); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); border-radius: 12px; padding: 15px 24px; background: var(--paper); color: var(--ink); font-size: 17px; font-weight: 500; line-height: 1.2; cursor: pointer; }
.btn:hover { color: var(--ink); background: var(--mist); }
.btn .arrow { color: var(--send); }
.btn--quiet { border-color: var(--line); color: var(--stone); font-weight: 400; background: transparent; }
.btn--quiet:hover { color: var(--ink); }
.btn--band { border-color: var(--band-ink); background: var(--band-ink); color: var(--band); }
.btn--band:hover { background: #ffffff; color: var(--band); }
.btn--s { padding: 10px 18px; font-size: 15px; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.5; }
.check .icon { margin-top: 2px; color: var(--ok); }
.band .check { color: var(--band-ink); }
.band .check .icon { color: var(--band-check); }
.checks { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.tile { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; background: var(--paper); color: var(--ink); box-shadow: var(--shadow-soft); }
.band .tile { background: var(--band-ground); color: var(--band-ink); box-shadow: none; border: 1px solid var(--band-rule); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: var(--ink); }
.link-arrow .arrow { color: var(--send); }
.band .link-arrow { color: var(--band-ink); }

/* ---- header ---- */
.header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header .wrap { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand .mark rect { fill: currentColor; }
.brand .word { font-family: 'Outfit', sans-serif; font-weight: 500; font-size: 24px; line-height: 1; letter-spacing: -0.01em; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 15px; color: var(--stone); white-space: nowrap; }
.nav a:hover, .nav a[aria-current='page'] { color: var(--ink); }
.nav a[aria-current='page'] { font-weight: 500; }
.tools { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.tools .sep { width: 1px; height: 22px; background: var(--line); }
.tools .signin { font-size: 15px; color: var(--stone); white-space: nowrap; }
.tools .signin:hover { color: var(--ink); }
.iconbtn { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 10px; background: transparent; color: var(--stone); cursor: pointer; }
.iconbtn:hover { color: var(--ink); background: var(--mist); }
.theme .i-moon { display: var(--show-moon); }
.theme .i-sun { display: var(--show-sun); }
.lang { position: relative; }
.lang summary { list-style: none; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border-radius: 10px; font-size: 15px; color: var(--stone); cursor: pointer; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary:hover { color: var(--ink); background: var(--mist); }
.lang ul { position: absolute; right: 0; top: calc(100% + 6px); z-index: 50; min-width: 180px; margin: 0; padding: 6px; list-style: none; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.lang li a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 15px; color: var(--ink); }
.lang li a:hover { background: var(--mist); }
.lang li a[aria-current='true'] { font-weight: 500; }
.phone-only { display: none; }
.menubtn { border: 1px solid var(--line); color: var(--ink); }

/* ---- the phone's menu ---- */
.menu { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; background: var(--paper); overflow-y: auto; }
.menu[hidden] { display: none; }
.menu .top { height: 64px; flex-shrink: 0; display: flex; align-items: center; gap: 10px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.menu .top .iconbtn { margin-left: auto; border: 1px solid var(--line); color: var(--ink); }
.menu nav { padding: 12px 20px 0; }
.menu nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: 'Outfit', sans-serif; font-size: 26px; font-weight: 500; color: var(--ink); }
.menu .go { padding: 24px 20px 0; display: flex; flex-direction: column; gap: 10px; }
.menu .settings { margin-top: auto; padding: 28px 20px; display: flex; flex-direction: column; gap: 18px; }
.menu .setting-label { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.menu .langs { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; }
.menu .langs a { border: 1px solid var(--line); border-radius: 10px; padding: 9px 14px; font-size: 15px; color: var(--ink); }
.menu .langs a[aria-current='true'] { border-color: var(--ink); font-weight: 500; }
.segmented { margin-top: 8px; display: flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--mist); }
.segmented button { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 9px; padding: 10px 12px; background: transparent; color: var(--stone); font-size: 15px; cursor: pointer; }
.segmented button[aria-pressed='true'] { background: var(--paper); color: var(--ink); font-weight: 500; box-shadow: var(--shadow-soft); }

/* ---- footer ---- */
.footer { background: var(--mist); padding: 48px 0 32px; }
.footer .top { display: flex; align-items: flex-start; gap: 48px; }
.footer .who { flex-grow: 1; }
.footer .slogan { margin-top: 12px; font-family: 'Outfit', sans-serif; font-size: 24px; color: var(--stone); }
.footer .cols { display: flex; gap: 64px; font-size: 15px; }
.footer .col { display: flex; flex-direction: column; gap: 9px; }
.footer .col-head { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.footer .col a, .footer .col span { color: var(--stone); }
.footer .col a:hover { color: var(--ink); }
.footer .bottom { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid var(--line); padding-top: 14px; font-size: 13px; color: var(--stone); }

/* ---- home: hero ---- */
.hero { position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 600px) minmax(0, 1fr); gap: 56px; align-items: center; padding-top: 92px; padding-bottom: 96px; }
.hero .btns { margin-top: 34px; }
.chips { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: var(--stone); }
.chips span { display: inline-flex; align-items: center; gap: 8px; }
.chips .icon { color: var(--ok); }
.hero .visual { position: relative; margin-right: -72px; }
.frame { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.frame img { width: 100%; }
.frame--crop { aspect-ratio: 16 / 10; }
.frame--crop img { height: 100%; object-fit: cover; object-position: left top; }
.ready { position: absolute; left: -24px; bottom: -28px; width: 330px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); padding: 16px 18px; font-size: 15px; }
.ready .status { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--stone); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--send); flex-shrink: 0; }
.ready .subject { margin-top: 6px; font-weight: 500; }
.ready .text { margin-top: 2px; color: var(--stone); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone { width: 270px; margin: 0 auto; border: 8px solid var(--ink); border-radius: 36px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.phone img { width: 100%; }
.phone--crop { aspect-ratio: 270 / 500; }
.phone--crop img { height: 100%; object-fit: cover; object-position: top; }

/* ---- home: problems ---- */
.problems .wrap { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 72px; align-items: start; }
.problem-list { display: flex; flex-direction: column; gap: 14px; }
.problem { display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1.4fr); gap: 20px; align-items: center; border-radius: 18px; background: var(--paper); padding: 22px 26px; }
.problem .was { color: var(--stone); text-decoration: line-through; text-decoration-color: var(--pebble); }
.problem .icon { color: var(--pebble); }
.problem .now { font-size: 17px; line-height: 1.5; }

/* ---- home: inside (carousel) ---- */
.inside .head { text-align: center; display: flex; flex-direction: column; align-items: center; }
.inside .h2 { max-width: 30ch; }
.inside .label::before { content: ''; height: 1px; width: 64px; background: var(--line); }
.carousel { margin-top: 48px; }
.slide[hidden] { display: none; }
.app-language { margin: 20px auto 0; max-width: 62ch; text-align: center; font-size: 14px; color: var(--stone); }
.slide figcaption { margin: 22px auto 0; max-width: 62ch; text-align: center; font-size: 16px; color: var(--stone); }
.slide figcaption b { color: var(--ink); font-weight: 600; }
.slide .shot-phone { display: none; }
.controls { margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.round { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); cursor: pointer; box-shadow: var(--shadow-soft); }
.dots { display: flex; gap: 8px; }
.dots button { width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: width 0.2s; }
.dots button[aria-current='true'] { width: 24px; background: var(--ink); }
.no-js .controls { display: none; }

/* ---- home: steps, features ---- */
.steps { margin-top: 48px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.step .num { font-family: 'Outfit', sans-serif; font-size: 15px; color: var(--pebble); }
.step h3 { margin-top: 18px; font-size: 20px; }
.step p { margin-top: 6px; font-size: 15px; line-height: 1.55; color: var(--stone); }
.step .row { display: flex; align-items: center; gap: 14px; }
.features .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.features .head .lead { margin: 0; max-width: 32ch; font-size: 16px; }
.groups { margin-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.group { border-radius: 20px; background: var(--mist); padding: 28px; }
.group-head { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone); }
.feature { display: flex; gap: 14px; margin-top: 22px; }
.feature .tile { width: 40px; height: 40px; }
.feature h3 { font-size: 17px; }
.feature p { margin-top: 4px; font-size: 14px; line-height: 1.55; color: var(--stone); }
.more { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.more span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-size: 14px; color: var(--stone); background: var(--paper); }

/* ---- home: spotlights ---- */
.spot .wrap { display: grid; grid-template-columns: minmax(0, 600px) minmax(0, 1fr); gap: 80px; align-items: center; }
.spot--flip .visual { order: 2; }
.spot .lead { max-width: 46ch; font-size: 17px; }
.mail { display: flex; flex-direction: column; gap: 14px; max-width: 560px; margin: 0 auto; }
.window { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.window .bar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--mist); font-size: 13px; color: var(--stone); }
.window .lights { display: flex; gap: 6px; }
.window .lights span { width: 10px; height: 10px; border-radius: 50%; background: var(--line); }
.window .body { padding: 18px 20px; font-size: 15px; line-height: 1.65; }
.instruction { display: inline-flex; border-radius: 8px; background: var(--send-tint); padding: 4px 10px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; color: var(--link); }
.window .before { margin-top: 12px; color: var(--stone); }
.reworks { display: flex; align-items: center; gap: 10px; padding-left: 18px; font-size: 13px; color: var(--stone); }
.card { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); padding: 18px 20px; font-size: 15px; line-height: 1.65; }
.card .status { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 13px; color: var(--stone); }
.sign { color: var(--stone); }
.learn { display: flex; flex-direction: column; gap: 16px; max-width: 560px; margin: 0 auto; }
.learn .card:last-child { margin-left: 40px; }
.learn .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; color: var(--stone); }
.tag { border-radius: 6px; background: var(--mist); padding: 3px 8px; color: var(--ink); }
.decide { margin-left: auto; display: flex; gap: 6px; }
.decide span { border: 1px solid var(--line); border-radius: 8px; padding: 5px 11px; font-size: 13px; color: var(--ink); background: var(--paper); }
.learn h3 { margin-top: 12px; font-size: 18px; }
.pair { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pair div { border-radius: 10px; background: var(--mist); padding: 10px 12px; }
.pair div + div { background: var(--ok-tint); }
.pair small { display: block; font-size: 12px; color: var(--stone); }
.pair span { display: block; margin-top: 3px; font-size: 15px; line-height: 1.4; }
.learn .note { margin-top: 10px; font-size: 13px; color: var(--stone); }

/* ---- where it runs: the band, the teaser ---- */
.band { background: var(--band); color: var(--band-ink); }
.teaser .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.duo { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.way { display: flex; gap: 16px; align-items: flex-start; border: 1px solid var(--band-rule); border-radius: 20px; background: var(--band-ground); padding: 28px 28px 30px; }
.way .name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.way .name b { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 500; color: var(--band-ink); }
.way .name span { font-size: 14px; color: var(--band-soft); }
.way p { margin-top: 8px; font-size: 16px; line-height: 1.6; color: var(--band-soft); }
.tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 14px; background: var(--band-ground); border: 1px solid var(--band-rule); }
.tabs button { border: 0; border-radius: 10px; padding: 11px 18px; background: transparent; color: var(--band-soft); font-size: 15px; font-weight: 500; cursor: pointer; }
.tabs button[aria-selected='true'] { background: var(--band-ink); color: var(--band); }
.panel { margin-top: 48px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 80px; align-items: center; }
.js .panel[hidden] { display: none; }
.no-js .tabs { display: none; }
.panel h3 { font-size: 26px; color: var(--band-ink); }
.panel .btns { margin-top: 32px; }
.path { display: flex; flex-direction: column; }
.hop { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--band-rule); border-radius: 16px; background: var(--band-ground); padding: 18px 20px; }
.hop .tile { width: 42px; height: 42px; }
.hop b { display: block; font-family: 'Outfit', sans-serif; font-size: 19px; font-weight: 500; color: var(--band-ink); }
.hop .chips-row { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 6px; }
.hop .chips-row span { border-radius: 8px; background: var(--band); border: 1px solid var(--band-rule); padding: 3px 9px; font-size: 13px; color: var(--band-soft); }
.link-line { width: 1px; height: 26px; margin: 0 auto; background: var(--band-rule); }

/* ---- where it runs: comparison ---- */
.compare { margin-top: 32px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.compare .row { display: grid; grid-template-columns: 240px minmax(0, 1fr) minmax(0, 1fr); }
.compare .row + .row { border-top: 1px solid var(--line); }
.compare .row--head { background: var(--mist); }
.compare .cell { padding: 18px 24px; font-size: 15px; line-height: 1.55; color: var(--stone); }
.compare .key { color: var(--ink); font-weight: 500; }
.compare .headcell { padding: 22px 24px; display: flex; align-items: center; gap: 12px; }
.compare .headcell .tile { width: 40px; height: 40px; }
.compare .headcell b { display: block; font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 500; }
.compare .headcell span { font-size: 14px; color: var(--stone); }
.compare .way-tag { display: none; }

/* ---- promises, faq, the last word ---- */
.promises .head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.promise-list { margin-top: 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.promise { display: flex; gap: 12px; }
.promise .icon { margin-top: 3px; }
.promise h3 { font-size: 17px; }
.promise p { margin-top: 6px; font-size: 15px; line-height: 1.55; color: var(--stone); }
.faq .wrap { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 72px; }
.qa { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; padding: 18px 0; }
.qa + .qa { border-top: 1px solid var(--line); }
.qa h3 { font-size: 18px; }
.qa p { font-size: 16px; line-height: 1.6; color: var(--stone); }
.last .wrap { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.last h2 { font-size: clamp(28px, 3vw, 44px); letter-spacing: -0.02em; }
.last p { margin-top: 8px; font-size: 17px; color: var(--stone); }

/* ---- security ---- */
.limits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.limit { border-radius: 18px; background: var(--mist); padding: 26px 26px 28px; }
.limit h3 { margin-top: 18px; font-size: 20px; }
.limit p { margin-top: 6px; font-size: 15px; line-height: 1.55; color: var(--stone); }
.access { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; }
.systems { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.systems div { border-radius: 12px; background: var(--paper); border: 1px solid var(--line); padding: 12px 16px; font-size: 15px; }
.systems b { font-weight: 500; }
.systems span { color: var(--stone); }
.access h3 { font-size: 20px; }
.access h3 + .checks { margin-top: 14px; gap: 10px; }
.access .checks .check { font-size: 15px; }
.access .not { margin-top: 26px; }
.access .not p { margin-top: 12px; font-size: 15px; line-height: 1.6; }
.cards3 { margin-top: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.box { border-radius: 18px; border: 1px solid var(--line); padding: 28px; }
.box h3 { margin-top: 16px; font-size: 20px; }
.box p { margin-top: 8px; font-size: 15px; line-height: 1.6; color: var(--stone); }
.dpa { border-radius: 20px; background: var(--band); padding: 40px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.dpa h2 { font-size: 32px; color: var(--band-ink); }
.dpa p { margin-top: 8px; font-size: 16px; color: var(--band-soft); }

/* ---- sign-up ---- */
.signup { background: var(--mist); border-bottom: 1px solid var(--line); }
.signup .wrap { display: grid; grid-template-columns: minmax(0, 52%) minmax(0, 1fr); gap: 24px; padding-top: 88px; padding-bottom: 88px; align-items: start; }
.signup-steps { margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.signup-step { display: flex; gap: 14px; align-items: flex-start; }
.signup-step .tile { width: 40px; height: 40px; }
.signup-step h3 { font-size: 18px; }
.signup-step h3 span { color: var(--pebble); margin-right: 8px; }
.signup-step p { margin-top: 3px; font-size: 15px; line-height: 1.5; color: var(--stone); }
.closed { border-radius: 20px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 36px 36px 32px; }
.closed .tile { width: 48px; height: 48px; }
.closed h2 { margin-top: 20px; font-size: 28px; line-height: 1.2; }
.closed p { margin-top: 12px; font-size: 16px; line-height: 1.6; color: var(--stone); }
.closed .beta { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 15px; color: var(--stone); }
.closed .beta a { font-weight: 500; }

/* ---- contact: the sign-up page's two columns, a form where the closed box stood ---- */
.contact .direct { margin-top: 36px; display: flex; gap: 14px; align-items: flex-start; }
.contact .direct .tile { width: 40px; height: 40px; }
.contact .direct h3 { font-size: 18px; }
.contact .direct p { margin-top: 3px; font-size: 16px; }
.form-card form { display: grid; gap: 18px; }
.form-card form[hidden], html:not(.js) .form-card form { display: none; }
.form-card form p { margin-top: 0; }
.field { display: grid; gap: 6px; }
.field label { font-size: 14px; font-weight: 500; }
.field .optional { font-weight: 400; color: var(--stone); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 11px 14px; }
.field textarea { resize: vertical; min-height: 140px; line-height: 1.5; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; border-color: var(--ink); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--stone); cursor: pointer; }
.consent input { margin: 2px 0 0; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--send); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.captcha:empty { display: none; }
.form-card .form-note { font-size: 14px; line-height: 1.55; }
.form-card .form-error { font-size: 15px; line-height: 1.5; color: var(--ink); background: var(--send-tint); border-left: 3px solid var(--send); border-radius: 8px; padding: 10px 14px; }
.form-card .form-error[hidden] { display: none; }
.form-card .btn { justify-self: start; }
.form-card .btn[disabled] { opacity: 0.6; cursor: progress; }
.sent[hidden] { display: none; }
.sent .tile { width: 48px; height: 48px; color: var(--ok); }
.sent:focus { outline: none; }

/* ---- terms of use, privacy ---- */
.legal .wrap { max-width: 904px; margin: 0; }
.legal .updated { margin-top: 12px; font-size: 14px; color: var(--stone); }
.legal .doc { margin-top: 24px; max-width: 72ch; }
.legal .doc h2 { margin-top: 44px; font-size: 22px; line-height: 1.25; letter-spacing: -0.01em; }
.legal .doc p { margin-top: 12px; font-size: 16px; line-height: 1.7; }
.legal .doc ul { margin: 12px 0 0; padding-left: 22px; }
.legal .doc li { margin-top: 6px; font-size: 16px; line-height: 1.65; }
.btn--on-band { border-color: var(--band-rule); color: var(--band-soft); }
.btn--on-band:hover { color: var(--band-ink); background: transparent; }

/* ---- a page that is only a statement ---- */
.statement { padding: 120px 0 140px; }
.statement .btns { margin-top: 36px; }

/* ---- smaller screens ---- */
@media (max-width: 1180px) {
  .wrap { padding: 0 40px; }
  .nav { gap: 20px; }
  .header .wrap { gap: 24px; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero .visual { margin-right: 0; }
  .ready { left: 16px; bottom: -24px; }
  .problems .wrap, .faq .wrap { grid-template-columns: 1fr; gap: 32px; }
  .groups, .limits, .cards3 { grid-template-columns: 1fr; }
  .steps, .promise-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spot .wrap, .panel { grid-template-columns: 1fr; gap: 48px; }
  .spot--flip .visual { order: 0; }
  .access { grid-template-columns: 1fr; gap: 32px; }
  /* minmax(0, …): the column may be narrower than what is inside it, so nothing in it widens the page. */
  .signup .wrap { grid-template-columns: minmax(0, 1fr); gap: 40px; }
}
/* The menu goes behind the button where the longest language (French, five pages) no longer fits beside the tools (1220 px). */
@media (max-width: 1240px) {
  .nav, .tools .lang, .tools .theme, .tools .sep, .tools .signin { display: none; }
  .phone-only { display: grid; }
  .tools { gap: 10px; }
}
@media (max-width: 759px) {
  .wrap { padding: 0 20px; }
  .section { padding: 56px 0; }
  .header .wrap { height: 64px; }
  .brand .word { font-size: 20px; }
  .brand .mark { width: 24px; height: 24px; }
  .tools .btn--s { padding: 8px 12px; font-size: 14px; }
  .hero .wrap { padding-top: 40px; padding-bottom: 72px; gap: 36px; }
  .hero .btns .btn { width: 100%; }
  .hero .btns .btn--quiet { display: none; }
  .chips { justify-content: center; gap: 6px 14px; font-size: 13px; }
  .hero .frame { display: none; }
  .hero .phone { display: block; }
  .ready { left: 0; bottom: -18px; width: 230px; padding: 12px 14px; font-size: 13px; }
  .problem { grid-template-columns: 1fr; gap: 8px; padding: 18px 20px; }
  .problem .icon { display: none; }
  .slide .shot-desk { display: none; }
  .slide .shot-phone { display: block; }
  .steps, .promise-list { grid-template-columns: 1fr; gap: 18px; }
  .features .head, .teaser .head, .promises .head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .group { padding: 22px 20px; }
  .learn .card:last-child { margin-left: 0; }
  .decide { display: none; }
  .duo { grid-template-columns: 1fr; gap: 12px; }
  .way { padding: 22px 20px 24px; }
  .tabs { display: flex; }
  .tabs button { flex: 1; }
  .panel { margin-top: 28px; gap: 24px; }
  .panel .btn { width: 100%; }
  .compare { border: 0; border-radius: 0; }
  .compare .row, .compare .row--head { display: block; background: none; }
  .compare .row--head { display: none; }
  .compare .row { padding: 16px 0; }
  .compare .cell { padding: 0; }
  .compare .key { font-family: 'Outfit', sans-serif; font-size: 17px; }
  .compare .cell + .cell { margin-top: 10px; }
  .compare .way-tag { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pebble); }
  .qa { grid-template-columns: 1fr; gap: 6px; padding: 16px 0; }
  .last .wrap, .dpa { flex-direction: column; align-items: stretch; }
  .last .btns, .dpa .btns { flex-direction: column; }
  .dpa { padding: 24px; }
  .dpa h2 { font-size: 24px; line-height: 1.2; }
  .closed { padding: 24px 20px; }
  .closed h2 { font-size: 24px; }
  .form-card .btn { justify-self: stretch; }
  .statement { padding: 56px 0 64px; }
  .statement .btns { flex-direction: column; }
  .footer .top { flex-direction: column; gap: 22px; }
  .footer .cols { flex-direction: column; gap: 22px; }
}
@media (min-width: 760px) {
  .hero .phone { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dots button { transition: none; }
}
