@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
}

/* Classglide: midnight, warm light, and the product itself. */

:root {
  color-scheme: light;
  --paper: #f8f7f4;
  --surface: #ffffff;
  --ink: #22252b;
  --muted: #686c73;
  --line: #dfdfdd;
  --soft: #eeefed;
  --orange: #e85d24;
  --orange-dark: #ac3c15;
  --orange-soft: #fff0e8;
  --green: #326147;
  --green-soft: #edf5ee;
  --red: #a52d2d;
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  --night: #171923;
  --night-soft: #232634;
  --glow: #ff916a;
  --shadow: 0 2px 7px #25252605;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper) url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center top / cover;
  font-size: 15px;
  line-height: 1.75;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

[hidden] {
  display: none !important;
}

img,svg {
  max-width: 100%;
}

img {
  display: block;
}

button,input,select,textarea {
  font: inherit;
}

button,summary {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 1;
}

button[aria-busy=true]:disabled {
  cursor: wait;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
}

h1,h2,h3 {
  line-height: 1.17;
  font-weight: 650;
  letter-spacing: -.03em;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(40px, 4.8vw, 62px);
}

h2 {
  font-size: clamp(30px, 3vw, 39px);
}

h3 {
  font-size: 20px;
}

::selection {
  background: #f7c9ad;
}

.wrap {
  width: min(1200px, calc(100% - 88px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

.skip {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  border-radius: 6px;
}

.skip:focus {
  top: 12px;
}

.nav {
  border-bottom: 1px solid #e5e4e0;
  position: relative;
  z-index: 20;
  background: var(--paper) url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  color: var(--ink);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(20px);
}

.nav>.wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.035em;
  flex-shrink: 0;
}

.brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 0;
  background: transparent;
  color-scheme: light;
  object-fit: contain;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-links>a {
  font-size: 12px;
  font-weight: 600;
  color: #64676e;
  padding-block: 12px;
}

.nav-links>a:hover,.nav-links>a[aria-current=page] {
  color: var(--ink);
}

.nav-links>a[aria-current=page] {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 8px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle {
  display: none;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  border-color: #d9dad6;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.nav-toggle:hover:not(:disabled) {
  background: #e9ebe6;
  border-color: #b5bab1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 43px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, filter 160ms ease;
  letter-spacing: -.005em;
}

.btn-primary {
  color: #2b1b14;
  background: #df9b70 url('/assets/img/brand-accent.webp?v=20260917-buttons2') center / cover;
  border-color: #c38661;
  box-shadow: 0 1px 2px #20201e0d;
}

.btn-primary:hover:not(:disabled):not([aria-disabled=true]) {
  border-color: #a96b47;
  box-shadow: 0 1px 2px #20201e0d, inset 0 0 0 1px #ffffff18;
}

.btn-primary:active:not(:disabled):not([aria-disabled=true]) {
  border-color: #925d3e;
  box-shadow: inset 0 1px 3px #2b1b1426;
}

.btn-secondary {
  color: var(--secondary-ink, var(--ink));
  background: var(--secondary-rest, #ffffff80);
  border-color: var(--secondary-border, #d2d5cf);
  box-shadow: none;
}

.btn-secondary:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--secondary-hover, #e9ebe6);
  border-color: var(--secondary-border-hover, #b5bab1);
}

.btn-secondary:active:not(:disabled):not([aria-disabled=true]) {
  background: var(--secondary-active, #e1e4dc);
}

.btn-ghost {
  color: var(--ghost-ink, #4d5158);
  background: transparent;
}

.btn-ghost:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--ghost-hover, var(--soft));
}

.btn-ghost:active:not(:disabled):not([aria-disabled=true]) {
  background: var(--ghost-active, #ddd6cc);
}

.btn-danger {
  color: var(--red);
  background: var(--surface);
  border-color: var(--line);
}

.btn-danger:hover:not(:disabled):not([aria-disabled=true]) {
  background: #f4f1f0;
  border-color: #c7b6b1;
}

.btn:disabled,.btn[aria-disabled=true] {
  filter: none;
  box-shadow: none;
  cursor: not-allowed;
}

.btn-sm {
  min-height: 38px;
  padding: 8px 13px;
  font-size: 12px;
}

.btn-lg {
  min-height: 49px;
  padding: 13px 19px;
  font-size: 12px;
}

.btn-block {
  width: 100%;
}

.link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--orange-dark);
}

.link:hover {
  color: var(--ink);
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--orange-dark);
  text-transform: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.muted,.sub,.plan-sub,.stat-sub {
  color: var(--muted);
}

.small {
  font-size: 12px;
}

.center {
  text-align: center;
}

.lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}

/* Landing */

.hero {
  padding: 44px 0 0;
  background: transparent;
  color: var(--ink);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.hero h1 {
  max-width: 560px;
  margin-bottom: 25px;
  font-size: clamp(52px, 4.8vw, 66px);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.hero .lead {
  max-width: 410px;
  margin-bottom: 17px;
  font-size: 25px;
  line-height: 1.5;
  color: #373c44;
  letter-spacing: -.02em;
}

.hero .actions {
  margin-bottom: 17px;
  gap: 10px;
}

.hero-note {
  color: #777c81;
  font-size: 11px;
}

.demo {
  border: 1px solid #d1cfc4;
  border-radius: 13px;
  background: var(--surface);
  overflow: hidden;
  border-color: #dedfda;
  box-shadow: 0 10px 30px #20252b08;
}

.demo-top {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  background: #f0f1ee;
  border-bottom: 1px solid #e1e2dc;
}

.demo-dots {
  display: flex;
  gap: 5px;
}

.demo-dots i {
  width: 6px;
  height: 6px;
  background: #bfbcaf;
  border-radius: 50%;
}

.demo-address {
  font-size: 10px;
  color: #79776b;
  margin-inline: auto;
}

.demo-top>span:last-child {
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 650;
}

.demo-body {
  padding: 26px;
}

.demo-caption {
  font-size: 10px;
  letter-spacing: 0;
  color: var(--muted);
  text-transform: none;
  margin: 0 0 5px;
}

.demo h2 {
  font-family: inherit;
  font-size: 23px;
  letter-spacing: -.025em;
  font-weight: 650;
  margin-bottom: 20px;
}

.demo-question {
  border: 0;
  border-top: 1px solid var(--line);
  padding: 17px 0 15px;
  margin: 0;
  min-width: 0;
}

.demo-question legend {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 10px;
}

.demo-question legend+* {
  clear: both;
}

.demo-options {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
}

.demo-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #65645c;
}

.demo-options input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--green);
}

.demo-question.is-answered label:has(input:checked) {
  color: var(--green);
  font-weight: 600;
}

.demo-writing {
  width: 100%;
  min-height: 49px;
  resize: none;
  padding: 9px 11px;
  font-size: 11px;
  line-height: 1.65;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--paper);
  color: var(--ink);
  margin-bottom: 9px;
}

.demo-answer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 29px;
  padding: 5px 10px;
  border: 1px solid #d2d5cf;
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff80;
  font-size: 10px;
  font-weight: 650;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.demo-answer:hover:not(:disabled) {
  background: #e9ebe6;
  border-color: #b5bab1;
}

.demo-answer:active:not(:disabled) {
  background: #e1e4dc;
}

.demo-answer.is-done {
  color: var(--green);
  background: var(--green-soft);
  border-color: #bfd2c1;
}

.demo-answer.is-done:disabled {
  opacity: 1;
  cursor: default;
}

.demo-bottom .btn:disabled {
  opacity: 1;
  background: var(--green-soft);
  color: var(--green);
  border-color: #bfd2c1;
  cursor: default;
}

.demo-answer.is-busy {
  border-style: dashed;
}

.demo-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 19px;
  background: #f5f5f2;
  border-top: 1px solid var(--line);
}

.demo-bottom .brand {
  font-size: 12px;
  gap: 6px;
}

.demo-bottom .brand-mark {
  width: 18px;
  height: 18px;
}

.demo-count {
  color: var(--muted);
  font-size: 10px;
  margin-left: auto;
}

.demo-bottom .btn {
  min-height: 32px;
  padding: 6px 11px;
  font-size: 10px;
}

.demo-help {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  gap: 12px;
}

.demo-reset {
  color: var(--muted);
  background: none;
  border: 0;
  padding: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 11px;
}

.demo-reset:hover:not(:disabled) {
  color: var(--ink);
}

.section {
  padding: 82px 0;
}

.section-head {
  max-width: 650px;
  margin-bottom: 35px;
}

.section-head p {
  color: var(--muted);
  max-width: 530px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.section-head .eyebrow {
  margin-bottom: 15px;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 34px;
  padding: 0;
  margin: 0;
}

.steps li {
  border-top: none;
  padding-top: 0;
  display: grid;
  grid-template-columns: 25px 1fr;
  column-gap: 10px;
  align-content: start;
}

.step-num {
  color: #9a725b;
  font-size: 11px;
  margin-bottom: 0;
  display: block;
  font-weight: 650;
  letter-spacing: 0;
  padding-top: 3px;
}

.steps h3 {
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.steps p {
  color: var(--muted);
  font-size: 14px;
  max-width: none;
  margin: 0;
  line-height: 1.8;
  grid-column: 2;
}

.feature-band {
  background: transparent;
  border-block: none;
  padding: 50px 0 82px;
}

.feature-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 95px;
  align-items: center;
}

.feature-copy p {
  color: var(--muted);
  max-width: 440px;
  font-size: 15px;
  line-height: 1.8;
}

.feature-list {
  display: grid;
  gap: 20px;
  padding: 0;
  list-style: none;
  margin: 26px 0 0;
}

.feature-list li {
  font-size: 14px;
  color: var(--muted);
  padding-left: 0;
  position: relative;
}

.feature-list strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.home-pricing {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: 42px;
  border: 1px solid #dcded7;
  border-radius: 16px;
  background: #fdfcf8 url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
}

.home-plan {
  padding: 0 0 0 38px;
  border: 0;
  border-radius: 0;
  background: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-color: #fff;
  box-shadow: none;
  border-left: 1px solid #dedfd7;
}

.home-plan h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.home-plan .amount {
  font-size: 36px;
  letter-spacing: -.035em;
  line-height: 1;
}

.home-plan .actions,.home-plan .home-allowance {
  grid-column: 1/-1;
}

.home-allowance {
  border-block: 1px solid var(--line);
  padding: 10px 0 20px;
  display: flex;
  gap: 32px;
  font-size: 11px;
  border-color: #dcdce5;
  border: none;
}

.home-allowance strong {
  font-weight: 650;
  display: block;
  font-size: 29px;
  line-height: 1.4;
  letter-spacing: -.035em;
}

.faq-section {
  border-top: none;
}

.faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq details:first-child {
  border-top: 1px solid var(--line);
}

.faq summary {
  list-style: none;
  padding: 21px 30px 21px 0;
  position: relative;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  color: var(--orange-dark);
  font-size: 20px;
  top: 20px;
}

.faq details[open] summary:after {
  content: "−";
}

.faq p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  max-width: 95%;
  margin-bottom: 24px;
}

.closing {
  border-top: none;
  padding: 42px 0;
  background: #111722 url('/assets/img/brand-surface-dark.webp?v=20260917-buttons2') center / cover;
  color: #fff;
}

.closing .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.closing h2 {
  font-size: 27px;
  margin: 0;
  letter-spacing: -.025em;
}

.closing p {
  margin: 8px 0 0;
  color: #b8bac8;
  font-size: 13px;
}

/* Forms, account, and administration */

footer {
  border-top: 1px solid #dcdce4;
  padding: 26px 0;
  color: var(--muted);
  font-size: 11px;
  background: #f4f4ef url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
}

footer .wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

footer .brand {
  font-size: 15px;
  color: var(--ink);
}

footer .brand-mark {
  width: 23px;
  height: 23px;
}

footer .links {
  display: flex;
  gap: 24px;
  margin-left: auto;
}

footer a:hover {
  color: var(--orange-dark);
}

footer .copyright {
  margin-left: 6px;
}

.site-notice {
  width: min(1160px,calc(100% - 80px));
  margin: 20px auto 0;
}

.notice {
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--soft);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 20px;
}

.notice.error {
  border-color: #e6b7ae;
  color: var(--red);
  background: #fff0ee;
}

.notice.ok {
  border-color: #c4d7c7;
  color: var(--green);
  background: var(--green-soft);
}

.notice.warn {
  border-color: #e7cfaa;
  background: #fcf4e7;
  color: #75531d;
}

.notice .btn {
  margin-left: 12px;
}

.page {
  padding: 50px 0 75px;
}

.page-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.page-title h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.page-title p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.page-title .eyebrow {
  margin-bottom: 14px;
}

.page-narrow {
  max-width: 455px;
  margin-inline: auto;
}

.auth-page {
  padding: 65px 0 85px;
  background: transparent;
}

[data-page=signin] .auth-page > .wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 80px;
  max-width: 1040px;
}

[data-page=signin] .page-narrow {
  width: 100%;
}

.auth-art {
  margin: 0;
  position: relative;
}

.auth-art img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 510px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px #35222210;
  object-position: center 67%;
}

.auth-art::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #ffffff70;
  border-radius: 20px;
  pointer-events: none;
  border-color: #ffffff30;
}

.auth-intro {
  text-align: center;
  margin-bottom: 29px;
}

.auth-intro h1 {
  font-size: 37px;
  font-weight: 600;
}

.auth-intro .eyebrow {
  margin-bottom: 14px;
}

.auth-intro p {
  color: var(--muted);
  font-size: 14px;
}

.card {
  background: #fffefb url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  border: 1px solid #e3e4df;
  border-radius: 13px;
  padding: 29px;
  margin-bottom: 24px;
  min-width: 0;
  border-color: #fff;
  box-shadow: 0 2px 5px #26272803;
  backdrop-filter: none;
}

.card h2 {
  font-size: 21px;
  margin-bottom: 8px;
}

.card h3 {
  font-size: 16px;
}

.card>.sub {
  font-size: 13px;
}

.card>:last-child {
  margin-bottom: 0;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.row h2 {
  margin-bottom: 4px;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 7px;
}

.input,.field select {
  display: block;
  width: 100%;
  min-height: 45px;
  border: 1px solid #cccac1;
  border-radius: 7px;
  padding: 10px 12px;
  background: #fcfcfa;
  color: var(--ink);
  font-size: 14px;
  border-color: #d5d8d1;
  box-shadow: none;
  transition: border-color 180ms, box-shadow 180ms;
}

.input::placeholder {
  color: #918f84;
}

.field .small {
  margin: 7px 0 0;
}

input[type=file] {
  font-size: 11px;
  width: 100%;
  color: var(--muted);
}

input[type=file]::file-selector-button {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 5px;
  padding: 7px 10px;
  margin-right: 8px;
  font: inherit;
  color: var(--ink);
  transition: background-color 160ms ease, border-color 160ms ease;
}

input[type=file]:hover:not(:disabled)::file-selector-button {
  background: #e9ebe6;
  border-color: #b5bab1;
}

.or {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: 11px;
  margin: 21px 0;
}

.or:before,.or:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.big-check {
  background: var(--green-soft);
  color: var(--green);
  width: 48px;
  height: 48px;
  border: 1px solid #c4d7c7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 4px auto 20px;
}

.code {
  text-align: center;
  font-family: ui-monospace,Consolas,monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 25px;
  padding-block: 15px;
}

.auth-foot {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  max-width: 350px;
  margin: 24px auto 0;
}

.dashboard {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 35px;
  align-items: start;
}

.dashboard-nav {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 5px;
}

.dashboard-nav a {
  padding: 10px 13px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 12px;
  transition: background 180ms, color 180ms, transform 180ms;
  font-weight: 600;
}

.dashboard-nav a:first-child {
  color: #31261d;
  background: #ded4c7;
  box-shadow: none;
}

.dashboard-nav a:hover:not([aria-disabled=true]) {
  background: #e6ded2;
}

.dashboard-nav .nav-note {
  margin: 20px 13px 0;
  color: var(--muted);
  font-size: 11px;
}

.dashboard-content {
  min-width: 0;
}

.who {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 0;
}

.who h1 {
  font-size: 35px;
}

.avatar {
  display: inline-grid;
  place-items: center;
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  border-radius: 50%;
  background: #eadbd1;
  background-position: center;
  background-size: cover;
  color: #685550;
  font-size: 18px;
  box-shadow: inset 0 1px 0 #fff, 0 3px 12px #1719230a;
}

.plan-badge {
  background: #fff0e6;
  color: var(--orange-dark);
  padding: 5px 11px;
  border: 1px solid #f0cdb7;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  border-color: #f1cbb7;
  box-shadow: none;
}

.allowances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 27px 0 20px;
}

.allowance-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  font-size: 12px;
}

.allowance-head b {
  font-size: 29px;
  font-weight: 550;
  letter-spacing: -.04em;
}

.bar {
  height: 6px;
  background: #e8e8ef;
  border-radius: 8px;
  overflow: hidden;
  margin: 13px 0 10px;
  box-shadow: inset 0 1px 2px #17192306;
}

.bar i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #dc875c;
  transition: width 500ms cubic-bezier(.22, 1, .36, 1);
}

.bar.full i {
  background: var(--red);
}

.allowance.full .allowance-head b {
  color: var(--red);
}

.allowance p {
  margin: 0;
}

.sub-head {
  margin: 29px 0 16px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.billing-toggle {
  display: inline-flex;
  padding: 4px;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eaece7;
  margin-bottom: 27px;
  border-color: #e0e2dc;
  box-shadow: none;
}

.billing-toggle button {
  min-height: 35px;
  padding: 8px 17px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
  transition: background-color 160ms ease, color 160ms ease, filter 160ms ease;
  font-weight: 600;
}

.billing-toggle button:hover:not(.on):not(:disabled) {
  background: var(--billing-hover, #f6f7f3);
}

.billing-toggle button.on {
  color: #fff;
  background: #2a303a url('/assets/img/brand-surface-dark.webp?v=20260917-buttons2') center / cover;
  border-color: #2a303a;
  box-shadow: none;
}

.billing-toggle button.on:hover:not(:disabled) {
  box-shadow: inset 0 0 0 1px #ffffff30;
}

.small-toggle {
  margin-bottom: 17px;
}

.plan-choices {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.choice {
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
  border: 1px solid var(--line);
  background: #f9f9f6;
  padding: 16px;
  border-radius: 8px;
  border-color: #e0e2dc;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.choice:hover:not(:disabled) {
  border-color: #b5bab1;
  background: #eceee8;
}

.choice.current {
  border-color: #a9b0a2;
  background: #e8ece2;
  cursor: default;
  opacity: 1;
}

.choice b {
  font-size: 13px;
}

.choice-price {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.choice-price span {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
}

.choice small {
  font-size: 10px;
  color: var(--muted);
}

.pack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 8px;
}

.pack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.pack b,.devices b {
  display: block;
  font-size: 12px;
  font-weight: 550;
}

.pack small,.devices small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 2px;
}

.pack .btn {
  font-size: 11px;
  white-space: nowrap;
}

.devices {
  list-style: none;
  padding: 0;
  margin: 5px 0 19px;
}

.devices li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.profile {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 0 24px;
  margin-top: 22px;
}

.profile .actions {
  grid-column: 1/-1;
}

.avatar-row {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-block: none;
  padding: 30px 24px;
  margin-bottom: 28px;
  background: #29313b url('/assets/img/brand-surface-dark.webp?v=20260917-buttons2') center / cover;
  color: #fff;
  border-radius: 13px;
  box-shadow: none;
}

.stat {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  border-right: 1px solid var(--line);
  min-width: 0;
  border-color: #ffffff1a;
}

.stat:first-child {
  padding-left: 0;
}

.stat:last-child {
  border: 0;
}

.stat-label {
  font-size: 12px;
  color: #c2c3d0;
  margin-bottom: 10px;
}

.stat-value {
  font-size: 32px;
  font-weight: 550;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.stat-sub {
  font-size: 10px;
}

.admin-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 24px;
}

.spark {
  height: 115px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  margin: 22px 0 15px;
  border-bottom: 1px solid var(--line);
}

.spark i {
  flex: 1;
  background: #dc875c;
  border-radius: 4px 4px 0 0;
  min-width: 2px;
}

.spark i.empty {
  background: var(--line);
}

.table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.tbl {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  text-align: left;
}

.tbl th {
  font-weight: 550;
  color: var(--muted);
  font-size: 10px;
  background: #f3f4f0;
}

.tbl td,.tbl th {
  border-bottom: 1px solid var(--line);
  padding: 12px 11px;
  vertical-align: middle;
  white-space: nowrap;
}

.tbl td:first-child,.tbl th:first-child {
  padding-left: 0;
}

.tbl .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.tbl select {
  max-width: 135px;
  border: 1px solid var(--line);
  background: #fafafd;
  padding: 6px 8px;
  font-size: 10px;
  border-radius: 7px;
  color: var(--ink);
}

.tag {
  padding: 3px 6px;
  border-radius: 4px;
  background: var(--soft);
  color: var(--muted);
  font-size: 10px;
}

.tag.paid,.tag.admin {
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.tag.admin {
  margin-left: 6px;
}

.search-field {
  max-width: 330px;
  margin-top: 23px;
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

/* Pricing, install, and policies */

.pricing-page {
  padding: 57px 0 80px;
}

.pricing-page .section-head {
  margin-bottom: 26px;
  max-width: 710px;
}

.pricing-page h1 {
  font-size: 49px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border: 1px solid #dbded6;
  border-radius: 15px;
  overflow: hidden;
  background: #fffefb url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
}

.plan {
  border: 0;
  border-radius: 0;
  padding: 28px 25px;
  background: transparent;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-color: #fff;
  box-shadow: none;
  transition: background 180ms;
  border-right: 1px solid #e0e2da;
}

.plan.featured {
  border-color: #e0e2da;
  background: #fff6ef url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  box-shadow: inset 0 3px 0 #e87943;
}

.plan h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.price {
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price b {
  font-size: 40px;
  letter-spacing: -.035em;
  font-weight: 650;
  line-height: 1.15;
}

.price>span {
  font-size: 11px;
  color: var(--muted);
}

.plan-sub {
  font-size: 11px;
  min-height: 33px;
  margin: 8px 0 19px;
}

.plan ul {
  list-style: none;
  padding: 20px 0 0;
  margin: 0 0 25px;
  border-top: 1px solid var(--line);
}

.plan li {
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--muted);
}

.plan li b {
  color: var(--ink);
  font-weight: 600;
}

.plan .btn {
  margin-top: auto;
}

.pricing-note {
  font-size: 11px;
  color: var(--muted);
  margin: 20px 0 0;
  max-width: 850px;
}

.packs-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
}

.packs-section h2 {
  font-size: 26px;
}

.packs-section p {
  font-size: 13px;
  color: var(--muted);
}

.pack-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.pack-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.pack-list b {
  font-weight: 550;
}

.pack-list span {
  color: var(--muted);
}

.pricing-faq {
  max-width: 710px;
  padding-top: 49px;
}

.pricing-faq h2 {
  font-size: 26px;
  margin-bottom: 26px;
}

.loading-state {
  color: var(--muted);
  background: var(--soft);
  border-radius: 8px;
  padding: 25px;
  font-size: 13px;
}

.pricing>.loading-state {
  grid-column: 1/-1;
}

.legal-layout,.install-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 65px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 30px;
}

.legal-nav .eyebrow {
  margin-bottom: 17px;
}

.legal-nav nav {
  display: grid;
  gap: 9px;
  font-size: 12px;
  color: var(--muted);
}

.legal-nav a:hover {
  color: var(--ink);
}

.legal h1 {
  font-size: 45px;
  margin-bottom: 14px;
}

.legal .updated {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 32px;
}

.legal h2 {
  font-size: 22px;
  margin: 35px 0 13px;
}

.legal p,.legal li {
  font-size: 14px;
  color: #666c71;
  line-height: 1.9;
}

.legal ul {
  padding-left: 20px;
}

.legal li {
  margin-bottom: 9px;
  padding-left: 3px;
}

.legal strong {
  color: var(--ink);
  font-weight: 600;
}

.install-heading {
  padding: 45px 0 38px;
}

.install-heading h1 {
  font-size: 46px;
}

.install-heading .lead {
  max-width: 660px;
  font-size: 15px;
}

.install-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: install;
}

.install-steps>li {
  position: relative;
  padding: 0 0 30px 48px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  counter-increment: install;
}

.install-steps>li:before {
  content: counter(install,decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--orange-dark);
  font-size: 12px;
}

.install-steps h2 {
  font-size: 23px;
}

.install-steps p {
  color: var(--muted);
  font-size: 13px;
}

code {
  background: var(--soft);
  padding: 2px 5px;
  border-radius: 3px;
  font: .88em/1.6 ui-monospace,Consolas,monospace;
  overflow-wrap: anywhere;
}

pre {
  overflow-x: auto;
  padding: 17px 20px;
  background: #29313b url('/assets/img/brand-surface-dark.webp?v=20260917-buttons2') center / cover;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 18px 0;
  border-color: #45404e;
  box-shadow: inset 0 1px 0 #ffffff17;
}

pre code {
  padding: 0;
  background: none;
  font-size: 12px;
  color: #f9d2bb;
}

.install-aside {
  background: #f0f1eb url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  border-radius: 10px;
  padding: 22px;
  font-size: 12px;
  color: var(--muted);
  border: 1px solid #e3e4dc;
  box-shadow: none;
}

.install-aside h2 {
  font-size: 17px;
}

.install-aside p:last-child {
  margin: 0;
}

/* Product image and atmospheric layers */

.product-shot {
  margin: 0;
  position: relative;
  min-width: 0;
}

.product-shot figcaption {
  color: #787d82;
  font-size: 10px;
  margin: 14px 0 0;
  text-align: right;
  text-shadow: none;
}

.product-shot figcaption a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-formats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 19px 0 22px;
  border-top: 1px solid #dedfd9;
  color: #747981;
  font-size: 11px;
  position: relative;
}

.hero-formats span+span::before {
  content: "";
  margin-right: 30px;
  color: #e48a62;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c19a86;
  vertical-align: middle;
}

.example-note {
  margin-top: 27px;
  font-size: 12px!important;
  max-width: 360px!important;
  color: var(--muted);
}

.plans-link {
  display: inline-flex;
  gap: 15px;
  margin-top: 22px;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #cd9c89;
  font-size: 13px;
}

.stats .stat-sub {
  color: #a9aabc;
}

.plan:hover {
  transform: none;
  box-shadow: none;
  background: #fcfcf8;
}

.faq details[open] p {
  animation: answer-reveal 240ms ease both;
}

.faq summary:hover {
  color: var(--orange-dark);
}

.dashboard-content > section {
  scroll-margin-top: 30px;
}

.tbl tbody tr:hover {
  background: #f5f3f9;
}

@keyframes answer-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy {
  padding-top: 58px;
}

.feature-copy h2 {
  max-width: 390px;
}

.home-pricing .section-head {
  margin: 0;
}

.home-pricing h2 {
  font-size: 32px;
}

.plan.featured:hover {
  background: #fff6ef url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  box-shadow: inset 0 3px 0 #e87943;
}

[data-page=signin] .auth-intro {
  text-align: left;
}

.hero-kicker {
  margin: 0 0 17px;
  color: #747b82;
  font-size: 12px;
  font-weight: 600;
}

.hero-description {
  color: #70777e;
  font-size: 14px;
  line-height: 1.8;
  max-width: 395px;
  margin: 0 0 27px;
}

.product-stage {
  display: block;
  height: 560px;
  position: relative;
  isolation: isolate;
}

.stage-art {
  position: absolute;
  inset: 12px 0 10px 48px;
  z-index: -1;
  border-radius: 22px;
  background: #111722 url('/assets/img/brand-dark.webp?v=20260917-buttons2') 57% center / cover;
  box-shadow: inset 0 1px 0 #ffffff30;
  overflow: hidden;
  animation: stage-light 14s ease-in-out infinite alternate;
}

.stage-page {
  position: absolute;
  left: 0;
  top: 33px;
  width: 83%;
  height: auto;
  border: 1px solid #e0dfd8;
  border-radius: 13px;
  box-shadow: 0 9px 32px #11172223;
  transform: rotate(-1.5deg);
}

.stage-window {
  position: absolute;
  right: 15px;
  top: 73px;
  width: 352px;
  height: auto;
  max-width: none;
  border-radius: 18px;
  box-shadow: 0 24px 55px #10162338, 0 2px 5px #10162312;
  transition: transform 450ms cubic-bezier(.22,1,.36,1), box-shadow 450ms;
}

.product-stage:hover:not([aria-disabled=true]) .stage-window {
  transform: translateY(-5px);
  box-shadow: 0 29px 60px #1016233d, 0 2px 5px #10162312;
}

.step-visual {
  grid-column: 1/-1;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  padding: 19px;
  background: #eeefeb;
  border: 1px solid #e4e5df;
  border-radius: 12px;
  overflow: hidden;
}

.step-visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 96px;
  filter: drop-shadow(0 3px 5px #20252b09);
}

#how .section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 45px;
  max-width: none;
}

#how .section-head p {
  max-width: 410px;
  font-size: 14px;
}

.plan:last-child {
  border-right: 0;
}

@keyframes stage-light {from { background-position:55% center; } to { background-position:62% center; }
}

/* Responsive */

@media (max-width:1050px) {
  [data-page=signin] .auth-page > .wrap {
    grid-template-columns: 1fr 425px;
    gap: 42px;
  }
  .wrap {
    width: calc(100% - 56px);
  }
  .nav>.wrap {
    gap: 24px;
  }
  .nav-links {
    gap: 20px;
  }
  .hero-grid {
    gap: 25px;
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero .lead {
    font-size: 22px;
  }
  .feature-grid,.home-pricing {
    gap: 50px;
  }
  .pricing {
    gap: 0;
  }
  .plan {
    padding: 25px 20px;
  }
  .price b {
    font-size: 33px;
  }
  .dashboard {
    grid-template-columns: 145px 1fr;
    gap: 25px;
  }
  .card {
    padding: 24px;
  }
  .pack-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-top: 58px;
  }
  .stage-window {
    right: 0;
  }
  .home-pricing {
    gap: 36px;
    padding: 30px;
  }
}

@media (max-width:800px) {
  [data-page=signin] .auth-page > .wrap {
    display: block;
  }
  .auth-art,.install-art {
    display: none;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav>.wrap {
    min-height: 67px;
    gap: 17px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 19px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-links[data-open] {
    display: grid;
  }
  .nav-links>a {
    padding: 12px 2px;
  }
  .hero {
    padding: 32px 0 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-bottom: 23px;
  }
  .hero-copy {
    max-width: 570px;
    padding-top: 10px;
  }
  .hero h1 {
    font-size: 58px;
    max-width: none;
  }
  .hero .lead {
    max-width: 480px;
    font-size: 24px;
  }
  .demo-wrap {
    max-width: 600px;
    width: 100%;
  }
  .demo-body {
    padding: 28px 29px 20px;
  }
  .demo-question legend {
    font-size: 13px;
  }
  .demo-options label,.demo-writing {
    font-size: 12px;
  }
  .section {
    padding: 65px 0;
  }
  .steps {
    gap: 20px;
  }
  .steps p {
    font-size: 13px;
  }
  .feature-grid {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .home-pricing {
    gap: 28px;
    padding: 26px;
    grid-template-columns: 1fr 1fr;
  }
  .home-plan {
    padding: 0 0 0 24px;
  }
  .home-allowance {
    gap: 17px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .faq-grid {
    gap: 35px;
    grid-template-columns: .7fr 1.3fr;
  }
  .closing h2 {
    font-size: 27px;
  }
  .dashboard {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dashboard-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 3px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
  }
  .dashboard-nav a {
    flex-shrink: 0;
    padding: 9px 11px;
  }
  .dashboard-nav .nav-note {
    display: none;
  }
  .pricing {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .plan {
    padding: 25px;
    border-bottom: 1px solid #e0e2da;
  }
  .price b {
    font-size: 39px;
  }
  .packs-section {
    gap: 35px;
  }
  .admin-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 26px 0;
  }
  .stat:nth-child(3) {
    padding-left: 0;
  }
  .stat:nth-child(2) {
    border: 0;
  }
  .legal-layout,.install-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .legal-nav {
    position: static;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }
  .legal-nav nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 23px;
  }
  .install-aside {
    max-width: 540px;
  }
  .site-notice {
    width: calc(100% - 40px);
  }
  .stats {
    padding: 25px;
  }
  .product-shot {
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }
  .hero-formats {
    gap: 10px 22px;
    font-size: 10px;
    padding: 17px 0 19px;
  }
  .hero-formats span+span::before {
    display: none;
  }
  .hero-formats span {
    flex-basis: auto;
  }
  .hero .hero-copy {
    max-width: 600px;
  }
  .nav-links {
    display: none;
    order: 4;
    width: 100%;
    margin: -3px 0 0;
    gap: 0;
    padding-bottom: 14px;
    border-top: 1px solid #e0e1da;
  }
  .stats {
    padding: 25px;
  }
  .steps h3 {
    font-size: 15px;
  }
  .step-visual {
    padding: 12px;
    height: 112px;
    margin-bottom: 20px;
  }
  .plan:nth-child(2) {
    border-right: 0;
  }
  .auth-art {
    display: none;
  }
}

@media (max-width:540px) {
  .nav>.wrap {
    gap: 10px;
  }
  .nav-actions {
    gap: 4px;
  }
  .nav-actions .btn {
    padding: 8px 9px;
    font-size: 11px;
  }
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    padding: 9px 10px;
    font-size: 11px;
  }
  .brand {
    font-size: 18px;
    gap: 7px;
  }
  .brand-mark {
    width: 26px;
    height: 26px;
  }
  .hero h1 {
    font-size: 49px;
    margin-bottom: 20px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero .actions {
    gap: 9px;
  }
  .hero .btn-lg {
    font-size: 11px;
    padding: 12px 14px;
  }
  .demo-body {
    padding: 22px 20px 15px;
  }
  .demo-bottom {
    padding: 12px 13px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .demo-bottom .brand {
    font-size: 11px;
  }
  .demo-count {
    font-size: 9px;
  }
  .demo-help {
    font-size: 10px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps li {
    padding-top: 0;
  }
  .step-num {
    margin-bottom: 0;
  }
  .steps p {
    max-width: none;
    font-size: 13px;
  }
  .feature-grid,.home-pricing,.faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-head {
    margin-bottom: 27px;
  }
  .section-head h2 {
    font-size: 31px;
  }
  .faq-grid .section-head {
    margin-bottom: 0;
  }
  .closing .wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  footer .wrap {
    gap: 18px;
  }
  footer .links {
    margin: 0;
    gap: 20px;
  }
  footer .copyright {
    margin: 0 0 0 auto;
  }
  .page {
    padding: 36px 0 52px;
  }
  .page-title {
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 15px;
  }
  .page-title h1,.who h1 {
    font-size: 29px;
  }
  .page-title .eyebrow {
    margin-bottom: 10px;
  }
  .page-title .who {
    gap: 12px;
  }
  .page-title .avatar {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    font-size: 16px;
  }
  .page-title p {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .plan-badge {
    font-size: 10px;
    padding: 4px 8px;
  }
  .auth-page {
    padding-top: 44px;
  }
  .auth-intro h1 {
    font-size: 32px;
  }
  .card {
    padding: 22px;
    margin-bottom: 19px;
    border-radius: 11px;
  }
  .card h2 {
    font-size: 21px;
  }
  .row {
    align-items: flex-start;
    gap: 13px;
    flex-wrap: wrap;
  }
  .allowances {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 24px;
  }
  .allowance-head b {
    font-size: 25px;
  }
  .plan-choices {
    grid-template-columns: 1fr;
  }
  .choice {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
  }
  .choice small {
    grid-column: 1/-1;
  }
  .profile {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .devices li {
    align-items: flex-start;
    gap: 13px;
  }
  .devices small {
    max-width: 170px;
  }
  .pricing-page {
    padding-top: 40px;
  }
  .pricing-page h1 {
    font-size: 41px;
  }
  .pricing {
    grid-template-columns: 1fr;
    gap: 13px;
    border: 0;
    border-radius: 0;
    background: none;
    overflow: visible;
  }
  .plan {
    padding: 25px;
    border: 1px solid #dde0d7;
    border-radius: 12px;
    background: #fffefb url('/assets/img/brand-surface-light.webp?v=20260917-buttons2') center / cover;
  }
  .plan-sub {
    min-height: auto;
  }
  .packs-section {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 36px 0;
  }
  .pack-list {
    gap: 0 20px;
  }
  .pack-list li {
    font-size: 11px;
  }
  .stats {
    padding-block: 21px;
    padding: 24px 18px;
  }
  .stat {
    padding: 0 17px;
  }
  .stat-value {
    font-size: 28px;
  }
  .stat-label {
    font-size: 10px;
  }
  .stat-sub {
    font-size: 9px;
  }
  .legal h1 {
    font-size: 36px;
  }
  .legal h2 {
    font-size: 22px;
  }
  .legal p,.legal li {
    font-size: 13px;
  }
  .install-heading {
    padding: 40px 0 25px;
  }
  .install-heading h1 {
    font-size: 40px;
  }
  .install-steps>li {
    padding-left: 37px;
  }
  .install-steps h2 {
    font-size: 21px;
  }
  .hero {
    padding-top: 42px;
    padding: 25px 0 0;
  }
  .hero .lead {
    font-size: 23px;
    max-width: 350px;
    line-height: 1.5;
  }
  .product-shot figcaption {
    text-align: left;
    margin: 12px 0 0;
    font-size: 9px;
  }
  .home-plan {
    border-radius: 0;
    padding: 23px 0 0;
    border-left: none;
    border-top: 1px solid #dedfd7;
  }
  .feature-copy h2 {
    font-size: 31px;
    max-width: 320px;
  }
  .feature-copy h2 br,.faq-grid h2 br {
    display: none;
  }
  .closing h2 {
    font-size: 25px;
  }
  .stats {
    padding: 24px 18px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .hero-copy {
    padding-top: 3px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 23px;
  }
  .hero-kicker {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .product-stage {
    height: auto;
    min-height: 0;
    padding: 24px 15px;
    display: flex;
    justify-content: center;
  }
  .stage-art {
    inset: 0;
    border-radius: 16px;
  }
  .stage-page {
    display: none;
  }
  .stage-window {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 320px;
    border-radius: 14px;
    box-shadow: 0 15px 35px #10162340;
  }
  .hero-formats span {
    flex-basis: calc(50% - 12px);
  }
  .section {
    padding: 52px 0;
  }
  #how .section-head {
    display: block;
  }
  .step-visual {
    height: 108px;
    margin-bottom: 19px;
  }
  .steps h3 {
    font-size: 17px;
  }
  .home-pricing {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .home-pricing h2 {
    font-size: 29px;
  }
  .home-allowance {
    gap: 26px;
    font-size: 10px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .plan:last-child,.plan:nth-child(2) {
    border-right: 1px solid #dde0d7;
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .stage-window {
    transform: none!important;
  }
}

/* Focus does not add a visual overlay to controls. */
:focus { outline: none; }
