:root {
  --ink: #10261f;
  --muted: #5d7169;
  --forest: #0d5743;
  --forest-dark: #07392d;
  --lime: #b9f34b;
  --brand-lens: #166534;
  --brand-lens-on-dark: #a3e635;
  --mint: #eaf7ef;
  --paper: #f5f7f3;
  --card: #ffffff;
  --line: #d8e4dd;
  --warm: #f5b85f;
  --shadow: 0 22px 60px rgba(15, 56, 43, 0.12);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 2%, #e4f5e9 0, transparent 30rem),
    var(--paper);
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid #55aaff;
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -80px;
  left: 14px;
  padding: 10px 14px;
  background: var(--card);
  border-radius: 8px;
}
.skip-link:focus {
  top: 14px;
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(216, 228, 221, 0.88);
  background: rgba(245, 247, 243, 0.9);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1180px, calc(100% - 36px));
  min-height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}
.brand-lens {
  color: var(--brand-lens);
}
.brand-wordmark {
  display: inline;
  white-space: nowrap;
}
.window-body .brand-lens,
.work-proof-answer .brand-lens,
.privacy-strip .brand-lens,
.callout .brand-lens,
.site-footer .brand-lens {
  color: var(--brand-lens-on-dark);
}
.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 9px;
  background: url("/ponolens-logo.svg") center / contain no-repeat;
  color: transparent;
  font-size: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 750;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--card);
}
.nav-cta {
  color: #fff !important;
  background: var(--forest) !important;
}
.site-nav .nav-login {
  border: 1px solid var(--line);
  color: var(--forest);
  background: var(--card);
}
.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 9px 12px;
  background: var(--card);
  font-weight: 800;
}
.page {
  overflow: hidden;
}
.hero {
  width: min(1180px, calc(100% - 36px));
  min-height: 680px;
  margin: auto;
  padding: 86px 0 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(185, 243, 75, 0.22);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font:
    500 clamp(3.4rem, 7vw, 6.6rem)/0.92 Georgia,
    serif;
  letter-spacing: -0.065em;
}
h2 {
  margin-bottom: 16px;
  font:
    550 clamp(2rem, 4vw, 3.6rem)/1 Georgia,
    serif;
  letter-spacing: -0.045em;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.lede {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.6;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}
.button.primary {
  color: white;
  background: var(--forest);
  box-shadow: 0 12px 24px rgba(13, 87, 67, 0.18);
}
.button.secondary {
  color: var(--forest);
  background: var(--card);
  border: 1px solid var(--line);
}
.trust-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}
.product-window {
  position: relative;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.window-bar {
  display: flex;
  gap: 6px;
  padding: 5px 5px 14px;
}
.window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff776b;
}
.window-bar i:nth-child(2) {
  background: #f5b938;
}
.window-bar i:nth-child(3) {
  background: #39c867;
}
.window-body {
  min-height: 460px;
  padding: 24px;
  border-radius: 15px;
  color: #e9f4ef;
  background: #081a14;
}
.window-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #284238;
}
.window-title strong {
  font-size: 1.3rem;
}
.window-title span {
  color: var(--lime);
  font-size: 0.8rem;
}
.plain-receipt {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border: 2px solid #d9912b;
  border-radius: 15px;
  color: var(--ink);
  background: #fffaf0;
}
.plain-receipt-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.plain-receipt-heading span {
  padding: 6px 10px;
  border: 1px solid #c99e18;
  border-radius: 999px;
  color: #000;
  background: #f6d878;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.plain-receipt-heading small {
  color: var(--muted);
}
.plain-receipt > strong {
  font-size: 1rem;
  line-height: 1.45;
}
.plain-answer {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.plain-answer b {
  display: block;
  margin-bottom: 3px;
  color: var(--forest);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.plain-answer p,
.plain-value {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}
.plain-value {
  padding: 11px 12px;
  border-left: 4px solid var(--forest);
  background: #eef8f3;
}
.plain-value strong {
  color: var(--ink);
}
.tool-explainer {
  padding-top: 72px;
}
.work-proof {
  padding-top: 72px;
}
.work-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
  gap: 22px;
  align-items: start;
}
.work-question-list {
  display: grid;
  gap: 12px;
}
.work-question-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
}
.work-question-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: var(--forest-dark);
  background: var(--lime);
  font-weight: 900;
}
.work-question-list h3,
.work-proof-answer h3 {
  margin: 0 0 6px;
}
.work-question-list p,
.work-proof-answer > p,
.work-proof-answer li {
  color: var(--muted);
  line-height: 1.55;
}
.work-question-list p {
  margin: 0;
}
.work-question-list code {
  padding: 2px 6px;
  border-radius: 5px;
  color: var(--forest-dark);
  background: var(--mint);
  font-size: 0.92em;
}
.work-proof-answer {
  position: sticky;
  top: 96px;
  padding: 30px;
  border-radius: 18px;
  color: white;
  background: var(--forest-dark);
  box-shadow: var(--shadow);
}
.work-proof-answer .eyebrow {
  color: var(--lime);
}
.work-proof-answer h3 {
  color: white;
  font-size: 1.65rem;
  line-height: 1.2;
}
.work-proof-answer > p,
.work-proof-answer li {
  color: #c4d8d0;
}
.work-proof-answer ul {
  margin: 22px 0;
  padding-left: 22px;
}
.work-proof-answer li + li {
  margin-top: 11px;
}
.work-proof-answer .work-proof-note {
  margin: 22px 0 0;
  padding: 16px;
  border: 1px solid #3b6758;
  border-radius: 11px;
  color: white;
  background: #0d4939;
  font-weight: 750;
}
.tool-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.tool-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.tool-table th,
.tool-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}
.tool-table thead th {
  color: var(--forest);
  background: #eef8f3;
  font-size: 0.82rem;
  font-weight: 900;
}
.tool-table thead th:first-child,
.tool-table tbody th {
  text-align: left;
}
.tool-table tbody th {
  color: var(--ink);
  font-weight: 850;
}
.tool-table tbody tr:last-child th,
.tool-table tbody tr:last-child td {
  border-bottom: 0;
}
.support-yes,
.support-no,
.support-test {
  display: inline-block;
  min-width: 82px;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}
.support-yes {
  color: #075f42;
  background: #dff5e9;
}
.support-no {
  color: #8d3029;
  background: #fbe7e4;
}
.support-test {
  color: #72510a;
  background: #fff0c7;
}
.explainer-note {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-radius: 13px;
  color: var(--muted);
  background: #eef5f1;
  font-size: 1rem;
  line-height: 1.55;
}
.explainer-note strong {
  color: var(--ink);
}
.receipt {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #274137;
  border-radius: 12px;
  background: #10271f;
}
.receipt i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 0 5px rgba(245, 184, 95, 0.1);
}
.receipt.safe i {
  background: #65e69f;
}
.receipt.blocked i {
  background: #ff776b;
}
.receipt strong,
.receipt small {
  display: block;
}
.receipt small {
  margin-top: 4px;
  color: #9db7ae;
}
.receipt time {
  color: #80998f;
  font-size: 0.75rem;
}
.privacy-strip {
  padding: 18px;
  color: #cfe2da;
  background: var(--forest-dark);
}
.privacy-strip .inner {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.privacy-strip strong {
  display: block;
  margin-bottom: 4px;
  color: white;
}
.privacy-strip span {
  color: #a9c4b9;
  font-size: 0.9rem;
  line-height: 1.45;
}
.section {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  padding: 16px 0;
}
.section-heading {
  max-width: 740px;
  margin-bottom: 38px;
}
.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.education-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.education-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  background: var(--card);
  box-shadow: 0 8px 28px rgba(15, 56, 43, 0.06);
}
.education-card:hover {
  border-color: var(--mint-dark);
  transform: translateY(-2px);
}
.education-card small {
  color: var(--mint-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.education-card h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}
.education-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}
.education-card span {
  margin-top: auto;
  color: var(--forest);
  font-weight: 800;
}
.article-shell {
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}
.article-breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 700;
}
.article-breadcrumbs a { color: var(--forest); }
.article-header { margin-bottom: 44px; }
.article-header h1 { max-width: 800px; }
.education-article {
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.75;
}
.education-article h2 { margin-top: 42px; }
.education-article li { margin: 8px 0; }
.education-article a { color: var(--forest); font-weight: 750; text-decoration: underline; }
.article-note {
  margin: 32px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--lime);
  border-radius: 0 14px 14px 0;
  background: var(--lime-soft);
}
.article-next {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.article-next p { margin-bottom: 0; font-size: 1.2rem; }
.article-header .lede { max-width: 720px; }
.education-article {
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.75;
}
.education-article h2 { margin-top: 42px; font-size: 1.7rem; }
.education-article h3 { margin-top: 30px; font-size: 1.25rem; }
.education-article li { margin: 10px 0; }
.education-article .article-note {
  margin: 32px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--mint-dark);
  border-radius: 0 14px 14px 0;
  background: var(--mint-soft);
}
.article-next {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.feature-card,
.download-card,
.price-card,
.support-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--card);
  box-shadow: 0 8px 28px rgba(15, 56, 43, 0.06);
}
.feature-card b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--forest);
  background: var(--mint);
}
.feature-card p,
.download-card p,
.price-card p,
.support-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 6vw, 70px);
  border-radius: 25px;
  color: white;
  background: linear-gradient(135deg, #0b4e3c, #082b22);
  box-shadow: var(--shadow);
}
.callout h2 {
  max-width: 740px;
}
.callout p {
  max-width: 680px;
  margin-bottom: 0;
  color: #bcd5cb;
  line-height: 1.65;
}
.callout .button.primary {
  color: var(--forest-dark);
  background: var(--lime);
}
.feedback-shell {
  position: relative;
  overflow: hidden;
}
.feedback-track {
  display: flex;
  transition: transform 0.35s ease;
}
.feedback-card {
  min-width: 100%;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}
.feedback-card blockquote {
  margin: 0 0 24px;
  font:
    500 clamp(1.6rem, 3.3vw, 2.8rem)/1.25 Georgia,
    serif;
  letter-spacing: -0.025em;
}
.feedback-card p {
  color: var(--muted);
}
.feedback-card strong {
  color: var(--forest);
}
.slider-controls {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}
.slider-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--card);
  cursor: pointer;
}
.chat-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.chat-intro p {
  color: var(--muted);
  line-height: 1.6;
}
.chat-privacy {
  padding: 12px;
  border-radius: 10px;
  color: var(--forest);
  background: var(--mint);
  font-size: 0.82rem;
  font-weight: 750;
}
.chat-panel {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
  background: var(--paper);
}
.chat-messages {
  max-height: 400px;
  overflow: auto;
  padding: 18px;
}
.chat-message {
  max-width: 86%;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 13px;
  color: var(--muted);
  background: var(--card);
  line-height: 1.5;
}
.chat-message.user {
  margin-left: auto;
  color: white;
  background: var(--forest);
}
.chat-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}
.chat-message.user strong {
  color: white;
}
.chat-message a {
  display: block;
  width: fit-content;
  margin-top: 8px;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 800;
}
.chat-answer-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -4px 0 16px;
}
.chat-answer-choices > span {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
}
.chat-answer-choices button {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: var(--card);
  cursor: pointer;
  font-size: 0.76rem;
}
.chat-answer-choices button:hover,
.chat-answer-choices button:focus-visible,
.chat-suggestions button:hover,
.chat-suggestions button:focus-visible {
  border-color: var(--forest);
  background: var(--mint);
}
.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
  background: var(--card);
}
.chat-form label {
  display: block;
  min-width: 0;
}
.chat-form input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
}
.chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.chat-suggestions button {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: var(--card);
  cursor: pointer;
  font-size: 0.8rem;
}
.page-hero {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  padding: 90px 0 60px;
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 6rem);
}
.page-hero .lede {
}
.account-shell {
  width: min(1040px, calc(100% - 36px));
  min-height: 720px;
  margin: auto;
  padding: 72px 0 20px;
}
.account-heading {
  max-width: 780px;
  margin-bottom: 34px;
}
.account-heading h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}
.account-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  box-shadow: 0 12px 36px rgba(15, 56, 43, 0.07);
}
.account-card h2 {
  margin-bottom: 8px;
  font-family: inherit;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 850;
  letter-spacing: -0.03em;
}
.account-card p {
  color: var(--muted);
  line-height: 1.55;
}
.account-login-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 70px);
}
.account-login-card[hidden] {
  display: none;
}
.account-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.account-auth-grid[hidden] {
  display: none;
}
.account-auth-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.account-auth-card .account-login-form {
  flex: 1;
}
.account-create-actions > span {
  color: var(--muted);
  font-size: 0.85rem;
}
.account-login-form,
.account-login-form label {
  display: grid;
  gap: 9px;
}
.account-login-form {
  gap: 17px;
}
.account-login-form label > span:first-child {
  font-weight: 800;
}
.account-login-form input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #9baba4;
  border-radius: 9px;
  background: white;
}
.account-password-row {
  position: relative;
  display: block;
}
.account-password-row input {
  padding-right: 66px;
}
.account-password-row .text-action {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.text-action {
  width: fit-content;
  padding: 5px;
  border: 0;
  color: var(--forest);
  background: transparent;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.account-form-actions,
.account-billing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.form-status {
  min-height: 1.4em;
  margin: 0;
  color: #9a2c25 !important;
  font-size: 0.9rem;
}
.account-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: white;
  border-radius: 50%;
  animation: account-spin 0.7s linear infinite;
}
.is-loading .account-spinner {
  display: block;
}
.is-loading .account-button-label {
  display: none;
}
@keyframes account-spin {
  to {
    transform: rotate(360deg);
  }
}
.account-overview-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
  margin-bottom: 18px;
}
.account-card-label {
  margin-bottom: 8px;
  color: var(--forest) !important;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.account-verification-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  border: 2px solid #d9962d;
  background: var(--card);
}
.account-verification-card[hidden] {
  display: none;
}
.account-verification-card h2,
.account-verification-card p {
  margin-top: 6px;
  margin-bottom: 0;
}
.account-verification-actions {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  gap: 10px;
}
.subscription-summary-card {
  display: grid;
  gap: 22px;
}
.devices-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.add-device-help {
  margin: 20px 0;
  padding: 20px;
  border-radius: 13px;
  color: var(--ink);
  background: var(--mint);
}
.add-device-help p {
  margin: 7px 0 16px;
}
.device-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.device-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--paper);
}
.device-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: var(--forest);
  background: var(--mint);
}
.device-row strong,
.device-row span {
  display: block;
}
.device-row div span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}
.device-remove {
  min-height: 42px;
  border: 1px solid #e4b2ae;
  color: #8f2f29;
  background: white;
}
.device-note,
.device-empty {
  margin: 18px 0 0;
  font-size: 0.82rem;
}
.organization-card,
.account-support-card,
.devices-card {
  margin-bottom: 18px;
}
.organization-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.organization-heading h3,
.organization-heading p {
  margin: 0;
}
.organization-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.35fr) auto;
  gap: 12px;
  align-items: end;
  margin: 20px 0;
}
#organization-create-form {
  grid-template-columns: minmax(0, 1fr) auto;
}
.organization-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
.organization-form input,
.organization-form select,
.organization-invite-link input {
  width: 100%;
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid #9baba4;
  border-radius: 9px;
  color: var(--ink);
  background: var(--card);
}
.organization-invite-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.organization-list {
  display: grid;
  gap: 9px;
  margin: 12px 0 22px;
}
.organization-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}
.organization-row strong,
.organization-row small {
  display: block;
}
.organization-row small {
  margin-top: 4px;
  color: var(--muted);
}
.organization-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.organization-actions button,
.organization-actions select {
  min-height: 38px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--forest);
  background: var(--card);
  font-weight: 800;
}
.organization-actions button {
  cursor: pointer;
}
.organization-actions .danger {
  color: #8f2f29;
  border-color: #e4b2ae;
}
.organization-audit summary {
  color: var(--forest);
  font-weight: 850;
  cursor: pointer;
}
.account-toast {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(420px, calc(100% - 44px));
  padding: 17px 52px 17px 18px;
  border: 2px solid #4c8b77;
  border-radius: 14px;
  background: white;
  box-shadow: var(--shadow);
}
.account-toast[hidden] {
  display: none;
}
.account-toast[data-tone="error"] {
  border-color: #c45c54;
}
.account-toast strong,
.account-toast span {
  grid-column: 1;
}
.account-toast span {
  margin-top: 3px;
  color: var(--muted);
}
.account-toast button {
  position: absolute;
  top: 9px;
  right: 12px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 1.6rem;
  cursor: pointer;
}
.purchase-toast-action {
  grid-column: 1;
  justify-self: start;
  margin-top: 10px;
  color: var(--forest);
  font-weight: 850;
}
.purchase-toast {
  color: var(--ink);
  background: var(--card);
}
.account-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.account-support-card {
  margin-bottom: 18px;
}
.account-support-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.account-support-tickets {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.account-support-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
}
.account-support-ticket span,
.account-support-ticket strong,
.account-support-ticket small {
  display: block;
}
.account-support-ticket small {
  margin-top: 4px;
  color: var(--muted);
}
.account-support-ticket b {
  color: var(--forest);
  font-size: 1.5rem;
}
.support-form-shell {
  width: min(1040px, calc(100% - 36px));
  min-height: 720px;
  margin: auto;
  padding: 72px 0 20px;
}
.support-login-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 6vw, 70px);
}
.support-ticket-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.support-ticket-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}
.support-ticket-form label small {
  color: var(--muted);
  font-weight: 500;
}
.support-ticket-form input,
.support-ticket-form select,
.support-ticket-form textarea,
.support-admin-controls select {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #9baba4;
  border-radius: 9px;
  color: var(--ink);
  background: white;
  font: inherit;
}
.support-ticket-form textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.5;
}
.support-file-list {
  min-height: 1.4em;
  color: var(--muted);
  font-size: 0.84rem;
}
.support-ticket-section,
.support-admin {
  margin-top: 18px;
}
.support-ticket-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.support-ticket-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
}
.support-ticket-summary:hover {
  border-color: var(--forest);
  background: var(--mint);
}
.support-ticket-summary span,
.support-ticket-summary strong,
.support-ticket-summary small {
  display: block;
}
.support-ticket-summary small {
  margin-top: 5px;
  color: var(--muted);
}
.support-ticket-summary b {
  color: var(--forest);
  font-size: 1.55rem;
}
.support-back-link {
  width: fit-content;
  margin-bottom: 4px;
  color: var(--forest);
  font-weight: 850;
  text-decoration: none;
}
.support-ticket-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}
.support-ticket-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.support-ticket-heading strong {
  color: var(--forest);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.support-ticket-heading h3 {
  margin: 5px 0 0;
  font-size: 1.15rem;
}
.support-status {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--mint);
  font-size: 0.76rem;
  font-weight: 850;
}
.support-status.status-in_progress {
  color: #76500a;
  background: #fff0cc;
}
.support-status.status-resolved {
  color: var(--muted);
  background: #e9eeeb;
}
.support-ticket-meta {
  margin: 13px 0 0 !important;
  font-size: 0.84rem;
}
.support-ticket-description {
  margin: 14px 0 0 !important;
  color: var(--ink) !important;
  white-space: pre-wrap;
}
.support-ticket-files {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}
.support-screenshot-button {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--forest);
  background: white;
  cursor: pointer;
}
.support-screenshot-preview {
  display: block;
  width: auto;
  height: auto;
  max-width: min(160px, 100%);
  max-height: 110px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}
.support-admin-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 10px;
  margin-top: 16px;
}
.support-reply-thread {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.support-reply-thread > strong {
  color: var(--forest);
  font-size: 0.85rem;
}
.support-reply-thread article {
  padding: 14px;
  border-left: 4px solid var(--forest);
  border-radius: 0 9px 9px 0;
  background: white;
}
.support-reply-thread small {
  color: var(--muted);
  font-weight: 750;
}
.support-reply-thread p {
  margin: 7px 0 0 !important;
  color: var(--ink) !important;
  white-space: pre-wrap;
}
.support-admin-reply {
  display: grid;
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.support-admin-reply label {
  color: var(--ink);
  font-weight: 850;
}
.support-admin-reply textarea {
  width: 100%;
  min-height: 110px;
  padding: 11px 12px;
  border: 1px solid #9baba4;
  border-radius: 9px;
  resize: vertical;
  font: inherit;
  line-height: 1.5;
}
.support-admin-reply .button {
  justify-self: end;
}
.download-grid,
.price-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.download-card {
  display: grid;
  gap: 18px;
}
.download-card .specs {
  display: grid;
  gap: 7px;
  padding: 14px 0;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}
.download-card .button {
  width: 100%;
}
.price-card.featured {
  border: 2px solid var(--forest);
  background: linear-gradient(150deg, var(--card), var(--mint));
}
.price-label {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.price {
  margin: 20px 0 5px;
  font:
    600 2.5rem Georgia,
    serif;
}
.price-card ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}
.price small {
  font: 800 0.95rem/1.2 Arial, sans-serif;
  color: var(--muted);
}
.price-grid-plans {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-grid-plans .price-card {
  display: flex;
  flex-direction: column;
}
.price-grid-plans .price-card .button {
  width: 100%;
  margin-top: auto;
}
.purchase-status {
  min-height: 1.5em;
  color: var(--forest);
  font-weight: 800;
  text-align: center;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--card);
}
.faq-list summary {
  min-height: 58px;
  padding: 17px 20px;
  cursor: pointer;
  font-weight: 850;
}
.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.65;
}
.developer-hero {
  max-width: 1040px;
}
.developer-notice {
  max-width: 900px;
  margin-top: 26px;
  padding: 17px 20px;
  border: 1px solid #d9b35d;
  border-radius: 12px;
  color: #614615;
  background: #fff8e7;
  line-height: 1.55;
}
.developer-hero .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.developer-overview > div:first-child {
  max-width: 700px;
}
.developer-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.developer-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
}
.developer-card h3 {
  margin: 16px 0 8px;
  font-size: 1.35rem;
}
.developer-card p {
  color: var(--muted);
  line-height: 1.65;
}
.developer-card a,
.developer-download {
  color: var(--forest);
  font-weight: 850;
}
.developer-step {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: white;
  background: var(--forest);
  font-weight: 900;
}
.developer-docs {
  display: grid;
  grid-template-columns: 210px minmax(0, 820px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}
.developer-toc {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
}
.developer-toc strong {
  margin-bottom: 8px;
  color: var(--forest);
}
.developer-toc a {
  padding: 7px 8px;
  border-radius: 7px;
  color: var(--muted);
  text-decoration: none;
}
.developer-toc a:hover,
.developer-toc a:focus-visible {
  color: var(--forest);
  background: var(--mint);
}
.developer-content {
  min-width: 0;
}
.developer-content article {
  padding: 0 0 52px;
  scroll-margin-top: 100px;
}
.developer-content article + article {
  padding-top: 48px;
  border-top: 1px solid var(--line);
}
.developer-content p,
.developer-content li {
  color: var(--muted);
  line-height: 1.7;
}
.developer-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.developer-content pre {
  max-width: 100%;
  overflow: auto;
  padding: 22px;
  border: 1px solid #263f36;
  border-radius: 14px;
  color: #e9fff6;
  background: #071d16;
  font-size: 0.88rem;
  line-height: 1.65;
}
.developer-status-grid,
.sdk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.developer-status-grid > div,
.sdk-grid > div {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card);
}
.developer-status-grid span,
.sdk-grid span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sdk-grid code {
  color: var(--forest);
  font-size: 1.08rem;
  font-weight: 850;
}
.sdk-grid strong {
  color: #87621c;
}
.sdk-grid p {
  margin: 0;
}
.developer-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.developer-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card);
}
.developer-table th,
.developer-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.developer-table th {
  color: var(--forest);
  background: var(--mint);
}
.developer-table tr:last-child td {
  border-bottom: 0;
}
.developer-rules {
  padding-left: 22px;
}
@media (max-width: 760px) {
  .developer-choice-grid,
  .developer-status-grid,
  .sdk-grid {
    grid-template-columns: 1fr;
  }
  .developer-docs {
    grid-template-columns: 1fr;
  }
  .developer-toc {
    position: static;
  }
}
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.about-grid p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}
.site-footer {
  margin-top: 70px;
  padding: 55px 0 30px;
  color: #b8d0c6;
  background: #071a14;
}
.footer-grid {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.7fr);
  gap: 36px;
}
.site-footer .brand {
  color: white;
}
.site-footer p {
  color: #8fa99f;
  line-height: 1.6;
}
.site-footer h3 {
  color: white;
  font-size: 0.9rem;
}
.site-footer a {
  display: block;
  margin: 9px 0;
  color: #a9c2b8;
  text-decoration: none;
  font-size: 0.9rem;
}
.copyright {
  width: min(1180px, calc(100% - 36px));
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid #1e382e;
  color: #78968a;
  font-size: 0.82rem;
}
.legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-left: 14px;
}
.legal-links a {
  display: inline;
  margin: 0;
  color: inherit;
}
.footer-consent { margin-left:12px; padding:0; border:0; color:inherit; background:none; font:inherit; text-decoration:underline; cursor:pointer; }
.footer-consent:hover,.footer-consent:focus-visible { color:white; }
.legal-page .page-hero {
  padding-bottom: 44px;
}
.legal-date {
  margin: 24px 0 0;
  color: var(--muted);
}
.legal-document {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto 80px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.legal-document section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.legal-document h2 {
  margin-bottom: 12px;
  font:
    600 clamp(1.55rem, 3vw, 2.1rem)/1.15 Georgia,
    serif;
  letter-spacing: -0.025em;
}
.legal-document p,
.legal-document li {
  color: var(--muted);
  line-height: 1.75;
}
.legal-document p:last-child {
  margin-bottom: 0;
}
.legal-document ul {
  margin: 0;
  padding-left: 24px;
}
.legal-document li + li {
  margin-top: 9px;
}
.legal-document a {
  color: var(--forest);
  font-weight: 750;
}
.legal-note {
  margin-top: 36px;
  padding: 18px 20px;
  border-left: 5px solid var(--warm);
  border-radius: 10px;
  background: #fff8e9;
  color: var(--ink);
  line-height: 1.6;
}
.purchase-policy-note {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  text-align: center;
  line-height: 1.65;
}
.purchase-policy-note a {
  color: var(--forest);
  font-weight: 800;
}
.enterprise-hero { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr); gap:clamp(36px,6vw,88px); align-items:center; }
.enterprise-interest-card { padding:clamp(24px,4vw,38px); border:1px solid var(--line); border-radius:22px; background:var(--card); box-shadow:var(--shadow); }
.enterprise-interest-card h2 { margin-top:8px; }
.enterprise-interest-card form { display:grid; gap:16px; margin-top:24px; }
.enterprise-interest-card label { display:grid; gap:7px; color:var(--ink); font-weight:800; }
.enterprise-interest-card input, .enterprise-interest-card textarea { width:100%; padding:13px 14px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:var(--paper); font:inherit; }
.enterprise-interest-card input:focus, .enterprise-interest-card textarea:focus { outline:3px solid color-mix(in srgb,var(--forest) 25%,transparent); border-color:var(--forest); }
.contact-card { max-width:760px; margin:0 auto; }
.contact-card textarea { resize:vertical; min-height:150px; }
.enterprise-interest-card .button { width:100%; margin-top:4px; }
.form-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; }
.form-privacy { margin:0; font-size:.78rem; line-height:1.55!important; }
.form-privacy a { color:var(--forest); font-weight:800; }
.enterprise-form-status { margin:18px 0 0; font-weight:800; }
.enterprise-form-status.success { color:#17673f; }
.enterprise-form-status.error { color:#a63229; }
.enterprise-feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.enterprise-feature-grid article { padding:25px; border:1px solid var(--line); border-radius:16px; background:var(--card); }
.enterprise-feature-grid article > span { display:grid; place-items:center; width:42px; height:42px; border-radius:12px; color:var(--forest); background:var(--lime-soft); font-size:1.25rem; font-weight:900; }
.enterprise-feature-grid h3 { margin:18px 0 8px; }
.enterprise-feature-grid p { margin:0; color:var(--muted); line-height:1.65; }
.consent-banner { position:fixed; z-index:1000; right:18px; bottom:18px; left:18px; display:flex; align-items:center; justify-content:space-between; gap:24px; width:min(920px,calc(100% - 36px)); margin:auto; padding:20px 22px; border:1px solid #315347; border-radius:16px; color:#eef8f3; background:#0b2119; box-shadow:0 20px 55px rgba(0,0,0,.28); }
.consent-banner strong { display:block; color:white; font-size:1.05rem; }
.consent-banner p { margin:6px 0 0; color:#b8d0c6; line-height:1.5; }
.consent-banner a { color:#c9f96b; font-weight:800; }
.consent-banner > div:last-child { display:flex; flex:0 0 auto; gap:10px; }
.consent-banner .secondary { color:white; border-color:#58766a; background:transparent; }
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 18px;
    right: auto;
    width: calc(100% - 36px);
    min-width: 0;
    max-width: calc(100% - 36px);
    display: none;
    margin-left: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--card);
    box-shadow: var(--shadow);
  }
  .site-nav.open {
    display: grid;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .enterprise-hero { grid-template-columns:1fr; }
  .enterprise-feature-grid { grid-template-columns:1fr 1fr; }
  .product-window {
    max-width: 650px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .work-proof-layout {
    grid-template-columns: 1fr;
  }
  .work-proof-answer {
    position: static;
  }
  .education-grid {
    grid-template-columns: 1fr 1fr;
  }
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }
  .chat-shell,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .privacy-strip .inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .site-footer p {
    margin-bottom: 0;
  }
  .callout {
    grid-template-columns: 1fr;
  }
  .account-login-card,
  .account-auth-grid,
  .support-login-card,
  .account-overview-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .work-question-list article {
    grid-template-columns: 36px 1fr;
    padding: 16px;
  }
  .work-question-list article > span {
    width: 36px;
    height: 36px;
  }
  .work-proof-answer {
    padding: 22px;
  }
  .tool-table th,
  .tool-table td {
    padding: 13px 14px;
  }
  h1 {
    font-size: 3.35rem;
  }
  .hero {
    min-height: auto;
  }
  .feature-grid,
  .value-grid,
  .education-grid,
  .download-grid,
  .price-grid,
  .support-grid,
  .privacy-strip .inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .enterprise-feature-grid { grid-template-columns:1fr; }
  .consent-banner { align-items:stretch; flex-direction:column; padding:18px; }
  .consent-banner > div:last-child { display:grid; grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .window-body {
    min-height: 390px;
    padding: 16px;
  }
  .receipt {
    grid-template-columns: 9px 1fr;
  }
  .receipt time {
    grid-column: 2;
  }
  .chat-shell {
    padding: 16px;
  }
  .chat-form {
    grid-template-columns: 1fr;
  }
  .chat-form .button {
    width: 100%;
  }
  .page-hero {
    padding-top: 62px;
  }
  .account-shell {
    padding-top: 52px;
  }
  .support-form-shell {
    padding-top: 52px;
  }
  .devices-heading,
  .organization-heading,
  .account-form-actions,
  .account-billing-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .devices-heading .button,
  .account-support-actions .button,
  .account-form-actions .button,
  .account-billing-actions .button {
    width: 100%;
  }
  .account-support-actions {
    width: 100%;
  }
  .device-row {
    grid-template-columns: auto 1fr;
  }
  .organization-form,
  #organization-create-form,
  .organization-invite-link,
  .organization-row {
    grid-template-columns: 1fr;
  }
  .organization-actions {
    justify-content: flex-start;
  }
  .device-remove {
    grid-column: 1 / -1;
    width: 100%;
  }
  .support-admin-controls {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .feedback-track {
    transition: none;
  }
}

.support-screenshot-button {
  max-width: 100%;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  text-align: left;
  overflow-wrap: anywhere;
}
.support-screenshot-button span {
  max-width: 160px;
}
.support-admin-reply input[type="file"] {
  display: block;
  width: 100%;
  margin-top: 8px;
  font: inherit;
}
.support-image-modal {
  width: fit-content;
  max-width: 96vw;
  max-height: 94dvh;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: var(--card);
}
.support-image-modal::backdrop {
  background: rgb(0 0 0 / 75%);
}
.support-image-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.support-image-toolbar h2 {
  margin: 0;
  font-size: 1rem;
  overflow-wrap: anywhere;
  min-width: 0;
}
.support-image-toolbar button {
  flex-shrink: 0;
}
.support-image-modal img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1066px, calc(96vw - 34px));
  max-height: calc(94dvh - 110px);
  margin-inline: auto;
  object-fit: contain;
}
.support-image-modal button:focus-visible,
.support-screenshot-button:focus-visible {
  outline: 3px solid var(--forest);
  outline-offset: 3px;
}
.nav-support-menu {
  position: relative;
}
.support-menu-parent {
  display: flex;
  align-items: center;
}
.site-nav .support-menu-parent > a {
  padding-right: 5px;
}
.nav-support-toggle {
  min-width: 32px;
  min-height: 38px;
  padding: 6px 9px 6px 5px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}
.nav-support-toggle:hover,
.nav-support-toggle:focus-visible,
.nav-support-menu.open .nav-support-toggle {
  color: var(--ink);
  background: var(--card);
}
.nav-support-children {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  display: none;
  min-width: 170px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.nav-support-children a {
  display: block;
  white-space: nowrap;
}
.nav-education-menu .nav-support-children {
  width: min(390px, calc(100vw - 36px));
}
.nav-education-menu .nav-support-children a {
  white-space: normal;
  line-height: 1.35;
}
.nav-support-menu.open .nav-support-children {
  display: block;
}
@media (min-width: 901px) {
  .nav-support-menu:hover .nav-support-children {
    display: block;
  }
}
@media (max-width: 900px) {
  .nav-support-menu {
    display: grid;
    width: auto;
    max-width: 100%;
    min-width: 0;
  }
  .support-menu-parent {
    justify-content: space-between;
    width: auto;
    max-width: 100%;
    min-width: 0;
  }
  .support-menu-parent > a {
    flex: 1;
    min-width: 0;
  }
  .nav-support-toggle {
    min-width: 44px;
  }
  .nav-support-children {
    position: static;
    width: auto;
    min-width: 0;
    margin: 0 8px 6px 16px;
    padding: 3px 0 3px 10px;
    border: 0;
    border-left: 2px solid var(--line);
    border-radius: 0;
    box-shadow: none;
  }
  .nav-education-menu .nav-support-children {
    width: auto;
  }
  .nav-support-children a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

.account-support-loading {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 14px 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}
.account-support-spinner {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 3px solid color-mix(in srgb, var(--forest) 22%, transparent);
  border-top-color: var(--forest);
  border-radius: 50%;
  animation: account-spin 0.7s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .account-support-spinner {
    animation-duration: 1.8s;
  }
}
