@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --ink: #153e36;
  --dark: #0c342d;
  --muted: #6c7770;
  --line: #e2e7e0;
  --paper: #fafbf8;
  --lime: #d1ef93;
  --soft: #f0f3ec;
  --white: #fff;
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #72a74b;
  outline-offset: 4px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: "Manrope", Arial, sans-serif;
}
h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -1.9px;
}
.wrap {
  max-width: 1280px;
  margin: auto;
  padding-left: 48px;
  padding-right: 48px;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.header {
  height: 92px;
  max-width: 1440px;
  margin: auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: "Manrope", sans-serif;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
/* The real Truvad logo mark (assets/truvad-mark.png). The element's "T" text stays in the
   markup as a fallback but is hidden (font-size: 0); the parent link carries the aria-label. */
.brand-mark {
  display: inline-block;
  flex: none;
  width: 36px;
  height: 36px;
  background: url("../truvad-mark.png") center / contain no-repeat;
  font-size: 0;
}
.brand-period {
  font-size: 11px;
  align-self: flex-start;
  margin-top: 3px;
  letter-spacing: 0;
}
.header nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: #52635b;
}
.header nav a:hover {
  color: var(--ink);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.concept-tag {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  border: 1px solid transparent;
  padding: 17px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.button-dark:hover {
  background: #21584a;
}
.button-lime {
  background: var(--lime);
  color: var(--dark);
}
.button.small {
  padding: 13px 16px;
  gap: 22px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-top: 66px;
  padding-bottom: 66px;
  align-items: center;
}
.hero-copy .eyebrow {
  font-size: 11px;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tiny-line {
  width: 24px;
  height: 1px;
  background: var(--ink);
}
h1 {
  font-size: clamp(52px, 5.8vw, 80px);
  line-height: 1.06;
  letter-spacing: -4px;
  font-weight: 500;
  margin: 24px 0;
}
h1 span {
  color: #728473;
}
.hero-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 430px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.text-link {
  border: 0;
  background: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.play {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #bec9bd;
  border-radius: 50%;
  font-size: 17px;
}
.hero-notes {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--muted);
  margin-top: 25px;
}
.hero-notes i {
  width: 3px;
  height: 3px;
  background: var(--muted);
  border-radius: 50%;
}
.hero-visual {
  position: relative;
  background: #e8eee0;
  min-height: 540px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 27px 75px;
}
.visual-top,
.visual-bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #74816b;
}
.visual-top {
  top: 22px;
}
.visual-bottom {
  bottom: 19px;
  font-size: 8px;
}
.cross {
  font-size: 24px;
  font-weight: 400;
}
.orbit {
  position: absolute;
  width: 610px;
  height: 610px;
  border: 1px solid #d5dfcc;
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one {
  left: -135px;
  top: -30px;
}
.orbit-two {
  left: -55px;
  top: 55px;
}
.signal-window {
  position: relative;
  background: #fff;
  border: 1px solid #dbe3d5;
  border-radius: 9px;
  box-shadow: 0 18px 45px #334a2414;
  transform: rotate(-2deg);
  width: 100%;
  z-index: 1;
}
.window-head {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 8px;
}
.mini-brand {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.mini-brand .brand-mark {
  width: 20px;
  height: 20px;
}
.subtle {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
}
.sample-tag {
  font-size: 9px;
  padding: 5px 7px;
  color: #72826b;
  background: #f1f4eb;
  border: 1px solid #e3e9dc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.window-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 19px 16px;
}
.mini-label {
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--muted);
}
.window-title h2 {
  font-size: 23px;
  letter-spacing: -0.8px;
  margin-top: 4px;
}
.radar-icon {
  font-size: 34px;
  font-weight: 400;
  color: #6e8a59;
}
.window-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 19px 17px;
  padding: 15px;
  background: #f7f9f3;
  border: 1px solid #eaf0e3;
  border-radius: 5px;
}
.window-stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 14px;
  border-left: 1px solid #e1e8d9;
}
.window-stats div:first-child {
  padding-left: 0;
  border: 0;
}
.window-stats strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}
.window-stats span {
  font-size: 9px;
  color: var(--muted);
}
.mini-tabs {
  display: flex;
  gap: 16px;
  margin: 0 19px;
  border-bottom: 1px solid var(--line);
}
.mini-tabs button {
  font-size: 10px;
  padding: 0 0 9px;
  border: 0;
  background: none;
  color: var(--muted);
}
.mini-tabs .active {
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
  font-weight: 600;
}
.hero-feed {
  padding: 0 19px;
  min-height: 136px;
}
.mini-row {
  display: flex;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #f0f1ed;
  align-items: center;
}
.reg-badge {
  height: 31px;
  min-width: 34px;
  display: grid;
  place-items: center;
  background: #edf2e8;
  border: 1px solid #e2e9da;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
}
.reg-badge.sebi {
  background: #eef0fc;
  color: #626294;
  border-color: #e4e6f5;
}
.reg-badge.fca {
  background: #fbf2e7;
  color: #997440;
  border-color: #f2e9db;
}
.mini-row h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.4;
}
.mini-row p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.mini-row .arrow {
  margin-left: auto;
  color: #8b9686;
  font-size: 13px;
}
.window-footer {
  display: flex;
  justify-content: space-between;
  border: 0;
  background: none;
  border-radius: 0 0 8px 8px;
  font-size: 10px;
  width: 100%;
  padding: 15px 19px;
  color: #58724c;
}
.window-footer:hover {
  background: #f6f8f2;
}
.floating-note {
  position: absolute;
  right: 13px;
  bottom: 51px;
  z-index: 2;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: var(--ink);
  color: #fff;
  border: 1px solid #315b45;
  border-radius: 6px;
  box-shadow: 0 12px 20px #153e3617;
  transform: rotate(2deg);
}
.note-icon {
  color: var(--lime);
  font-size: 23px;
}
.floating-note strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.floating-note div > span {
  font-size: 9px;
  display: block;
  color: #b9c9b9;
  margin-top: 5px;
}
.regulators {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 33px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.regulators > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.regulators > p strong {
  font-weight: 400;
  color: var(--ink);
}
.regulator-logo {
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: -1px;
  color: #536358;
  font-weight: 600;
}
.regulator-logo small {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 7px;
  letter-spacing: 0.6px;
  font-weight: 500;
  margin-top: 4px;
}
.regulator-logo.italic {
  font-family: Arial, sans-serif;
  font-style: italic;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin-top: 19px;
}
.section-heading > p {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 4px;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 55px;
}
.benefits article {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #dee5d7;
  border-radius: 6px;
  font-size: 25px;
}
.feature-number {
  position: absolute;
  right: 0;
  top: 31px;
  font-size: 11px;
  color: #899382;
}
.benefits h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
  font-weight: 600;
  margin: 18px 0 11px;
}
.benefits p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 330px;
}
.workspace {
  display: grid;
  grid-template-columns: 204px 1fr;
  border: 1px solid #dbe1d5;
  box-shadow: 0 18px 60px #25482006;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  scroll-margin-top: 30px;
}
.workspace-sidebar {
  padding: 25px 16px;
  display: flex;
  flex-direction: column;
  background: #f2f5ed;
  border-right: 1px solid var(--line);
}
.workspace-sidebar .mini-brand {
  padding: 0 6px 32px;
  gap: 7px;
}
.outline-tag {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
  border: 1px solid currentColor;
  opacity: 0.75;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.mini-brand .outline-tag {
  font-size: 8px;
  padding: 3px 5px;
  letter-spacing: 0;
}
.sidebar-label {
  font-size: 9px;
  letter-spacing: 1px;
  color: #8a9582;
  margin: 0 10px 12px;
}
.side-item {
  width: 100%;
  border: 0;
  background: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 4px;
  color: #6a7762;
  text-align: left;
}
.side-item.active {
  background: #e1ead8;
  color: #254b34;
  font-weight: 600;
}
.side-item > span:first-child {
  font-size: 17px;
}
.side-item:hover {
  background: #e8edde;
}
#saved-count {
  margin-left: auto;
  font-size: 10px;
}
.sidebar-bottom {
  margin-top: auto;
  border-top: 1px solid #dce4d4;
  padding-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
}
.sidebar-bottom small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.avatar {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  background: #dfe8d5;
  border-radius: 50%;
  font-size: 9px;
}
.workspace-main {
  min-width: 0;
}
.workspace-top {
  padding: 17px 25px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
}
.workspace-top strong {
  font-weight: 500;
  color: var(--ink);
}
.separator {
  margin: 0 8px;
  color: #b9c1b2;
}
.workspace-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 25px 20px;
  gap: 15px;
}
.workspace-title h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.workspace-title p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.reset-button {
  border: 0;
  background: none;
  font-size: 12px;
  color: #6b7c62;
  padding: 8px;
}
.feed-toolbar {
  display: flex;
  gap: 8px;
  padding: 0 25px;
}
.search-field {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 5px;
  flex: 1;
  min-width: 100px;
  padding: 0 10px;
  gap: 8px;
}
.search-field span {
  font-size: 21px;
  color: #899280;
}
.search-field input {
  width: 100%;
  border: 0;
  background: none;
  padding: 11px 0;
  font-size: 11px;
  min-width: 0;
  color: var(--ink);
}
.feed-toolbar select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 8px;
  font-size: 11px;
  color: #62705b;
  max-width: 150px;
}
.feed-meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 19px 25px 5px;
  font-size: 9px;
  color: #8a9384;
  line-height: 1.5;
}
.feed-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 25px;
  padding: 21px 0;
  border-bottom: 1px solid #ecf0e8;
}
.feed-row .reg-badge {
  height: 37px;
  min-width: 40px;
  font-size: 11px;
}
.feed-content {
  flex: 1;
  min-width: 0;
}
.feed-byline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #87917e;
  line-height: 1.5;
}
.feed-byline strong {
  color: #596d4e;
  font-weight: 500;
}
.feed-title {
  border: 0;
  background: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
  margin-top: 6px;
}
.feed-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.feed-summary {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.6;
}
.topic-chip {
  display: inline-block;
  background: #f3f5ef;
  color: #758369;
  border-radius: 3px;
  font-size: 9px;
  padding: 3px 6px;
  margin-top: 8px;
}
.save-button {
  border: 1px solid transparent;
  background: none;
  font-size: 20px;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  color: #8d9785;
  flex-shrink: 0;
}
.save-button:hover {
  background: #f0f4e9;
}
.save-button.saved {
  color: var(--ink);
  background: #e2efcf;
}
.feed-bottom {
  padding: 17px 25px;
  display: flex;
  justify-content: space-between;
  color: #85917c;
  font-size: 9px;
}
.empty-state {
  padding: 45px 20px;
  text-align: center;
}
.empty-state h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.empty-state p {
  font-size: 14px;
  color: var(--muted);
}
.coverage-section {
  background: var(--dark);
  color: #fff;
  padding: 85px 0;
  overflow: hidden;
}
.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.coverage-copy .eyebrow {
  color: #abc491;
  font-size: 10px;
}
.coverage-copy h2 {
  margin: 24px 0;
  font-size: 42px;
  line-height: 1.2;
}
.coverage-copy h2 span {
  color: #acbe9c;
}
.coverage-copy p {
  font-size: 15px;
  line-height: 1.8;
  color: #a9beb4;
  max-width: 340px;
}
.country-tabs {
  display: flex;
  gap: 7px;
  margin: 28px 0 13px;
  flex-wrap: wrap;
}
.country-tabs button {
  border: 1px solid #456055;
  border-radius: 5px;
  background: transparent;
  color: #c4d3c8;
  padding: 11px 14px;
  font-size: 12px;
}
.country-tabs button.active {
  background: var(--lime);
  color: var(--dark);
  border-color: var(--lime);
}
.coverage-caption {
  font-size: 10px;
  color: #8ba69a;
}
.jurisdiction-card {
  background: #153f35;
  border: 1px solid #38604a;
  border-radius: 10px;
  padding: 30px;
}
.jurisdiction-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9db895;
}
.jurisdiction-top .eyebrow {
  font-size: 9px;
}
.jurisdiction-top > span:last-child {
  font-size: 10px;
}
.country-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 8px;
}
.country-title h3 {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1px;
}
.globe-mark {
  font-size: 50px;
  font-weight: 400;
  color: #b3ca9f;
}
.jurisdiction-card > p {
  font-size: 13px;
  line-height: 1.7;
  color: #a5c1b1;
  max-width: 310px;
}
.authorities {
  margin-top: 25px;
}
.authority {
  padding: 14px 0;
  border-top: 1px solid #365344;
  display: flex;
  align-items: center;
  gap: 15px;
}
.authority > strong {
  font-size: 11px;
  display: grid;
  place-items: center;
  width: 45px;
  height: 32px;
  border: 1px solid #476048;
  border-radius: 4px;
  color: #c4d8b3;
}
.authority > span {
  font-size: 12px;
  color: #bdd1c5;
}
.country-cta {
  background: none;
  border: 0;
  border-top: 1px solid #365344;
  width: 100%;
  padding: 19px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--lime);
  font-size: 12px;
  text-align: left;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-card {
  padding: 33px;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.grip-card {
  background: #edf3e5;
  border-color: #dce7d3;
}
.sentinel-card {
  background: #f6f7f2;
}
.product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.product-symbol {
  font-size: 27px;
}
.product-top .outline-tag {
  font-size: 9px;
}
.product-card h3 {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card h3 span {
  font-size: 12px;
  font-weight: 400;
  color: #88957e;
  letter-spacing: 0;
}
.product-card h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 12px 0;
}
.product-card p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 350px;
}
ul {
  padding: 0;
  list-style: none;
}
li {
  position: relative;
  padding-left: 23px;
  line-height: 1.7;
  font-size: 13px;
  margin: 9px 0;
  color: #5b7052;
}
li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #769460;
  font-size: 12px;
}
.product-card ul {
  margin: 23px 0 28px;
}
.product-card .text-link {
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #d8e0d1;
  padding-top: 20px;
}
.pricing-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  align-items: center;
}
.pricing-intro h2 {
  margin: 20px 0;
}
.pricing-intro > p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 350px;
}
.pricing-note {
  display: block;
  font-size: 11px;
  color: #86927d;
  line-height: 1.7;
  margin-top: 24px;
}
.price-card {
  background: #fff;
  border: 1px solid #dde5d5;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 8px 30px #17391f04;
}
.price-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.price-head > strong {
  font-size: 18px;
}
.price-head .outline-tag {
  font-size: 8px;
  color: #748765;
}
.price {
  font-family: "Manrope", sans-serif;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: -3px;
  margin: 25px 0 12px;
}
.price > span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 8px;
}
.price-card > p {
  font-size: 13px;
  color: var(--muted);
}
.price-card ul {
  border-top: 1px solid var(--line);
  margin: 25px 0;
  padding-top: 12px;
}
.price-card .button {
  width: 100%;
  justify-content: space-between;
}
.price-card > small {
  display: block;
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}
.faq-section h2 {
  font-size: 37px;
  margin-top: 20px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 21px 0;
  font-size: 14px;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 19px;
  font-weight: 400;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  padding: 0 25px 22px 0;
}
.closing {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
  background: var(--dark);
  color: white;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1184px;
}
.closing .eyebrow {
  color: #a2ba97;
  font-size: 10px;
}
.closing h2 {
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: -3px;
  margin: 20px 0 30px;
  position: relative;
  z-index: 1;
}
.closing .button {
  position: relative;
  z-index: 1;
}
.closing-word {
  position: absolute;
  right: 8%;
  bottom: -90px;
  font-family: "Manrope", sans-serif;
  font-size: 410px;
  line-height: 1;
  font-weight: 800;
  color: #214b3c;
  letter-spacing: -30px;
  pointer-events: none;
}
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
  padding-top: 65px;
  padding-bottom: 25px;
}
.footer .brand {
  font-size: 21px;
}
.footer .brand-mark {
  width: 30px;
  height: 30px;
}
.footer p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.footer-links {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-top: 12px;
  font-size: 12px;
  color: #687b5e;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  color: #87947c;
  font-size: 10px;
}
dialog {
  border: 1px solid #ccd9c0;
  border-radius: 12px;
  padding: 30px;
  max-width: 600px;
  width: calc(100% - 32px);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 20px 80px #001e2640;
}
dialog::backdrop {
  background: #08271db3;
  backdrop-filter: blur(5px);
}
.dialog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}
.dialog-top .eyebrow {
  font-size: 10px;
}
.dialog-top button {
  border: 0;
  background: #eaf0e3;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 24px;
}
dialog h2 {
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
#dialog-content {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  margin: 20px 0 25px;
}
#dialog-content p {
  margin-bottom: 15px;
}
#dialog-content a {
  color: var(--ink);
  text-decoration: underline;
}
#dialog-content .detail-notice {
  padding: 14px;
  background: #edf2e6;
  font-size: 12px;
  line-height: 1.7;
  border-radius: 5px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  padding: 13px 20px;
  font-size: 14px;
  box-shadow: 0 6px 20px #153e3622;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  z-index: 5;
  max-width: 90%;
  text-align: center;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip {
  position: fixed;
  top: -70px;
  left: 15px;
  background: var(--ink);
  color: #fff;
  padding: 12px;
  z-index: 9;
}
.skip:focus {
  top: 10px;
}
/* Full-size working controls remain readable; the hero is a compact product illustration. */
.workspace-top,
.feed-meta,
.feed-bottom,
.sidebar-label,
.sidebar-bottom small {
  font-size: 12px;
}
.side-item,
.search-field input,
.feed-toolbar select,
.reset-button,
.workspace-title p,
.feed-summary,
.feed-byline {
  font-size: 14px;
}
.feed-title {
  font-size: 15px;
}
.topic-chip {
  font-size: 12px;
}
.workspace-sidebar .mini-brand .outline-tag {
  font-size: 10px;
}
.feed-toolbar {
  flex-wrap: wrap;
}
.search-field {
  flex-basis: 200px;
}
.feed-toolbar select {
  max-width: 175px;
}
.workspace-sidebar {
  padding-left: 12px;
  padding-right: 12px;
}
.workspace-top .sample-tag {
  font-size: 10px;
}
.feed-meta {
  flex-wrap: wrap;
}
.regulator-logo small {
  font-size: 9px;
}
.regulators > p {
  font-size: 14px;
}
.feature-number,
.hero-notes,
.country-tabs button,
.coverage-caption,
.authority > span,
.country-cta,
.pricing-note,
.price-card > p,
.price-card > small,
.footer p,
.footer-links,
.footer-bottom {
  font-size: 14px;
}
.authority > strong {
  font-size: 12px;
}
.product-card p,
.benefits p,
li,
.faq-list summary {
  font-size: 16px;
}
.outline-tag {
  font-size: 12px;
}
.concept-tag {
  font-size: 10px;
}
.product-top .outline-tag {
  font-size: 11px;
}
.price-head .outline-tag {
  font-size: 10px;
}
.feed-row .reg-badge {
  font-size: 12px;
}
.section-heading > p,
.pricing-intro > p,
.coverage-copy p,
.jurisdiction-card > p,
.faq-list details p {
  font-size: 16px;
}
.regulators .regulator-logo {
  font-size: 28px;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header {
    max-width: 1376px;
  }
  .hero-visual {
    min-height: 565px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header {
    padding: 0 32px;
  }
  .concept-tag {
    display: none;
  }
  .hero {
    gap: 30px;
  }
  h1 {
    font-size: 66px;
  }
  .hero-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-visual {
    padding-left: 18px;
    padding-right: 18px;
    min-height: 515px;
  }
  .coverage-layout {
    gap: 45px;
  }
  .coverage-copy h2 {
    font-size: 37px;
  }
  .pricing-section {
    gap: 55px;
  }
  .faq-section {
    gap: 50px;
  }
  .closing {
    margin-left: 32px;
    margin-right: 32px;
  }
  .workspace {
    grid-template-columns: 175px 1fr;
  }
  .workspace-sidebar .mini-brand {
    flex-wrap: wrap;
  }
  .regulator-logo small {
    max-width: 90px;
    font-size: 8px;
  }
  .feed-toolbar select {
    flex: 1;
    max-width: none;
  }
  .search-field {
    flex-basis: 100%;
  }
  .footer-links {
    gap: 20px;
  }
  .hero-notes {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .header {
    height: 76px;
    padding: 0 24px;
  }
  .header nav {
    gap: 18px;
  }
  .header .small {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  h1 {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.7px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-visual {
    min-height: 455px;
    padding: 48px 12px 69px;
  }
  .window-head {
    padding: 12px 10px;
  }
  .subtle {
    display: none;
  }
  .window-title,
  .window-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .window-stats {
    margin-left: 12px;
    margin-right: 12px;
    padding: 10px;
  }
  .window-stats div {
    padding-left: 8px;
  }
  .window-stats span {
    font-size: 8px;
  }
  .mini-tabs {
    margin-left: 12px;
    margin-right: 12px;
    gap: 13px;
  }
  .hero-feed {
    padding: 0 12px;
  }
  .mini-row h3 {
    font-size: 10px;
  }
  .mini-row {
    gap: 7px;
  }
  .window-title h2 {
    font-size: 20px;
  }
  .floating-note {
    right: 5px;
    bottom: 45px;
    padding: 12px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note div > span {
    font-size: 8px;
  }
  .hero-notes {
    font-size: 10px;
    gap: 7px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .regulators {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .regulators > p {
    width: 100%;
    text-align: center;
  }
  .regulators > p br {
    display: none;
  }
  .regulators > p strong {
    margin-left: 4px;
  }
  .regulators .regulator-logo {
    font-size: 24px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading > p {
    max-width: 260px;
    font-size: 14px;
  }
  .benefits {
    gap: 22px;
  }
  .benefits h3 {
    font-size: 17px;
  }
  .benefits p {
    font-size: 14px;
  }
  .workspace {
    grid-template-columns: 1fr;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-title h3 {
    font-size: 24px;
  }
  .coverage-layout {
    gap: 30px;
  }
  .coverage-copy h2 {
    font-size: 31px;
  }
  .coverage-copy .eyebrow {
    font-size: 9px;
  }
  .jurisdiction-card {
    padding: 23px;
  }
  .country-title h3 {
    font-size: 28px;
  }
  .country-tabs button {
    padding: 9px 10px;
    font-size: 12px;
  }
  .product-card {
    padding: 24px;
  }
  .product-card h3 {
    font-size: 28px;
  }
  .product-card p,
  li {
    font-size: 14px;
  }
  .product-top .outline-tag {
    font-size: 9px;
  }
  .pricing-section {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .price-card {
    padding: 25px;
  }
  .price-head {
    flex-wrap: wrap;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-section h2 {
    font-size: 31px;
  }
  .closing {
    margin-left: 24px;
    margin-right: 24px;
  }
  .closing h2 {
    font-size: 52px;
  }
  .closing-word {
    right: 5%;
    font-size: 340px;
    bottom: -60px;
  }
  .footer-links {
    flex-wrap: wrap;
    max-width: 310px;
    gap: 20px;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 0 20px;
    height: 72px;
  }
  .brand {
    font-size: 22px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .menu-toggle {
    display: block;
    background: none;
    border: 1px solid #dbe2d3;
    border-radius: 4px;
    width: 38px;
    height: 36px;
    font-size: 19px;
  }
  .header nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    padding: 24px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    z-index: 4;
    box-shadow: 0 8px 12px #173d2c08;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header nav.open {
    display: flex;
  }
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 38px;
    padding-bottom: 35px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 64px;
    letter-spacing: -3.5px;
    line-height: 1.03;
    margin: 22px 0;
  }
  .hero-copy > p {
    font-size: 16px;
    max-width: 360px;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 23px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 16px 18px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .hero-notes {
    font-size: 12px;
    gap: 10px;
    margin-top: 20px;
  }
  .hero-visual {
    min-height: 460px;
    padding: 48px 23px 65px;
  }
  .visual-top {
    left: 20px;
    right: 20px;
    font-size: 8px;
  }
  .window-head {
    padding: 15px;
  }
  .subtle {
    display: inline;
    font-size: 9px;
  }
  .window-title {
    padding: 18px 16px 15px;
  }
  .window-title h2 {
    font-size: 23px;
  }
  .window-stats {
    margin: 0 16px 16px;
    padding: 12px;
  }
  .window-stats span {
    font-size: 9px;
  }
  .mini-tabs {
    margin: 0 16px;
    gap: 19px;
  }
  .hero-feed {
    padding: 0 16px;
  }
  .mini-row h3 {
    font-size: 11px;
  }
  .mini-row {
    gap: 10px;
  }
  .floating-note {
    right: 13px;
    bottom: 38px;
    padding: 12px 16px;
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note div > span {
    font-size: 9px;
  }
  .regulators {
    padding-top: 23px;
    padding-bottom: 23px;
    gap: 22px 25px;
  }
  .regulators > p {
    font-size: 12px;
  }
  .regulators .regulator-logo {
    font-size: 24px;
  }
  .regulator-logo small {
    font-size: 7px;
    max-width: 90px;
  }
  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.5px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: 340px;
    font-size: 15px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-bottom: 35px;
  }
  .benefits article {
    padding: 22px 0 0 52px;
  }
  .feature-icon {
    position: absolute;
    left: 0;
    top: 22px;
  }
  .feature-number {
    font-size: 11px;
    top: 26px;
  }
  .benefits h3 {
    margin: 0 0 10px;
    font-size: 19px;
  }
  .benefits p {
    max-width: none;
    font-size: 15px;
  }
  .workspace {
    margin-left: -5px;
    margin-right: -5px;
  }
  .workspace-top {
    padding: 15px;
    font-size: 11px;
  }
  .workspace-top .sample-tag {
    font-size: 8px;
  }
  .workspace-title {
    padding: 22px 15px 18px;
    align-items: flex-start;
  }
  .workspace-title h3 {
    font-size: 21px;
  }
  .workspace-title p {
    font-size: 12px;
  }
  .reset-button {
    font-size: 11px;
    padding: 4px 0;
    white-space: nowrap;
  }
  .feed-toolbar {
    padding: 0 15px;
    gap: 8px;
  }
  .search-field input {
    font-size: 14px;
    padding: 12px 0;
  }
  .feed-toolbar select {
    font-size: 12px;
    width: 0;
    padding: 10px;
  }
  .feed-meta {
    margin: 16px 15px 0;
    font-size: 10px;
    gap: 5px;
  }
  .feed-row {
    margin: 0 15px;
    gap: 10px;
    padding: 18px 0;
  }
  .feed-row .reg-badge {
    min-width: 34px;
    height: 34px;
    font-size: 10px;
  }
  .feed-byline {
    font-size: 11px;
    gap: 5px;
    flex-wrap: wrap;
  }
  .feed-title {
    font-size: 14px;
  }
  .feed-summary {
    font-size: 12px;
  }
  .topic-chip {
    font-size: 10px;
  }
  .save-button {
    width: 27px;
    height: 30px;
  }
  .feed-bottom {
    padding: 16px 15px;
    font-size: 9px;
  }
  .coverage-section {
    padding: 52px 0;
  }
  .coverage-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .coverage-copy h2 {
    font-size: 36px;
    margin: 19px 0;
  }
  .coverage-copy p {
    max-width: none;
    font-size: 15px;
  }
  .country-tabs {
    margin-top: 24px;
  }
  .country-tabs button {
    font-size: 13px;
  }
  .coverage-caption {
    font-size: 12px;
  }
  .jurisdiction-card {
    padding: 25px;
  }
  .country-title h3 {
    font-size: 33px;
  }
  .jurisdiction-card > p {
    font-size: 14px;
  }
  .country-cta {
    font-size: 13px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .product-card {
    padding: 26px;
  }
  .product-card h3 {
    font-size: 34px;
  }
  .product-card h4 {
    font-size: 18px;
  }
  .product-card p,
  li {
    font-size: 15px;
  }
  .product-top {
    margin-bottom: 25px;
  }
  .product-top .outline-tag {
    font-size: 10px;
  }
  .pricing-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pricing-intro h2 {
    font-size: 33px;
  }
  .pricing-intro > p {
    font-size: 15px;
    max-width: none;
  }
  .pricing-note {
    font-size: 12px;
    margin-top: 15px;
  }
  .price-card {
    padding: 27px;
  }
  .price-head {
    flex-wrap: nowrap;
  }
  .price-card > small {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-section h2 {
    font-size: 33px;
  }
  .faq-list summary {
    font-size: 15px;
    line-height: 1.5;
  }
  .faq-list details p {
    font-size: 14px;
  }
  .closing {
    margin: 0 15px;
    padding: 35px 25px 40px;
  }
  .closing .eyebrow {
    font-size: 9px;
    position: relative;
    z-index: 1;
  }
  .closing h2 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .closing-word {
    font-size: 260px;
    right: 10px;
    bottom: -32px;
  }
  .closing .button {
    font-size: 13px;
    padding: 16px;
  }
  .footer {
    padding-top: 40px;
    gap: 28px;
  }
  .footer-links {
    font-size: 13px;
    max-width: none;
    gap: 17px 25px;
  }
  .footer p {
    font-size: 13px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 15px;
    line-height: 1.6;
  }
  .desktop {
    display: none;
  }
  dialog {
    padding: 24px;
  }
  dialog h2 {
    font-size: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
.mobile-view-tabs {
  display: none;
}
@media (max-width: 800px) {
  .mobile-view-tabs {
    display: flex;
    gap: 8px;
    margin: 18px 25px 0;
  }
  .mobile-view-tabs button {
    padding: 8px 12px;
    font-size: 13px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--muted);
  }
  .mobile-view-tabs button.active {
    background: #e7efdc;
    color: var(--ink);
    border-color: #d0dfbe;
  }
}
@media (max-width: 600px) {
  .mobile-view-tabs {
    margin-left: 15px;
    margin-right: 15px;
  }
}
