:root {
  color-scheme: dark;
  --bg: #090b12;
  --surface: #10131d;
  --surface2: #151925;
  --text: #f4f5fa;
  --muted: #a0a7b9;
  --line: #252936;
  --primary: #8173ff;
  --green: #6cd7b0;
  --amber: #e7ba71;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #a99fff;
  outline-offset: 5px;
}
::selection {
  background: #675cba;
  color: white;
}
.container {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.section {
  padding-block: 110px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 600;
  margin-bottom: 24px;
}
h3 {
  font-size: 19px;
  font-weight: 600;
}
p {
  color: var(--muted);
  margin-bottom: 26px;
}
small {
  font-size: 11px;
}
.eyebrow {
  display: block;
  color: #b1a8fa;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.17em;
  margin-bottom: 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid #9185ff;
  border-radius: 8px;
  background: #6958d8;
  color: white;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 3px 15px #7566ee20;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #7060e2;
  transform: translateY(-2px);
  box-shadow: 0 7px 25px #7566ee30;
}
.button span {
  font-size: 18px;
  line-height: 1;
}
.button.secondary {
  border-color: #333744;
  background: #151823;
  box-shadow: none;
  color: #e2e3ec;
}
.button.secondary:hover {
  background: #202435;
}
.button.small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 11px;
  gap: 18px;
}
.text-link {
  display: inline-flex;
  gap: 25px;
  color: #b1a7ff;
  font-weight: 550;
  font-size: 13px;
}
.text-link:hover {
  color: white;
}
.header {
  height: 86px;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #ffffff09;
  background: #090b12ed;
  backdrop-filter: blur(16px);
}
.nav-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.1;
  white-space: nowrap;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1.1px;
}
.brand-mark {
  display: grid;
  place-items: center;
  color: #998dff;
  width: 34px;
  height: 40px;
}
.brand-mark svg {
  width: 100%;
  height: 100%;
}
.brand-light {
  font-weight: 400;
}
.brand small {
  display: block;
  font-size: 6.5px;
  color: #adb2c0;
  letter-spacing: 1.8px;
  margin-top: 7px;
  font-weight: 500;
}
.header nav {
  display: flex;
  gap: 25px;
}
.header nav a {
  font-size: 11px;
  color: #b6bbca;
  transition: color 0.2s;
}
.header nav a:hover {
  color: white;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 20px;
  z-index: 100;
  background: var(--primary);
  padding: 10px 20px;
}
.skip-link:focus {
  top: 10px;
}
.hero {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  background: radial-gradient(
    ellipse 44% 35% at 50% 44%,
    #46378d29,
    transparent 100%
  );
}
.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(#9c98ce05 1px, transparent 1px),
    linear-gradient(90deg, #9c98ce05 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(black, transparent 65%);
}
.hero-content {
  text-align: center;
  position: relative;
  animation: entrance 0.7s both;
}
.hero .eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 24px;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: #aa9eff;
  border-radius: 100%;
  box-shadow: 0 0 13px #aa9eff66;
}
h1 {
  font-size: clamp(40px, 5.2vw, 71px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
  margin-bottom: 23px;
}
.hero h1 span {
  background: linear-gradient(100deg, #b6aaff 5%, #8e7fff 58%, #729bf2);
  color: transparent;
  background-clip: text;
}
.hero-content > p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.hero-note {
  display: flex;
  gap: 23px;
  justify-content: center;
  font-size: 10px;
  color: #9198aa;
  margin-top: 19px;
}
.hero-note span::first-letter {
  color: #a096ee;
}
.dashboard-stage {
  position: relative;
  margin-top: 54px;
  padding: 7px 7px 0;
  border: 1px solid #8173ff32;
  border-bottom: 0;
  border-radius: 17px 17px 0 0;
  background: linear-gradient(#8c7eff12, #8c7eff03);
  box-shadow: 0 -15px 100px #6651e61a;
  animation: entrance 1s 0.12s both;
  max-width: 1090px;
}
.dashboard {
  background: #10131c;
  border: 1px solid #353348;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 15px 60px #0004;
  text-align: left;
}
.browser-bar {
  height: 37px;
  background: #181b27;
  border-bottom: 1px solid #2a2c3b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #8b91a6;
  font-size: 9px;
}
.dots {
  display: flex;
  gap: 5px;
}
.dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #565065;
}
.dots i:first-child {
  background: #c77a85;
}
.dots i:nth-child(2) {
  background: #c5a671;
}
.dots i:nth-child(3) {
  background: #75a88c;
}
.demo-label {
  font-size: 8px;
  border: 1px solid #373446;
  border-radius: 4px;
  padding: 1px 6px;
  color: #a9a4ba;
}
.dashboard-body {
  display: grid;
  grid-template-columns: 176px 1fr;
}
.dash-sidebar {
  padding: 24px 13px 16px;
  border-right: 1px solid #242837;
  position: relative;
  color: #959aae;
  font-size: 10px;
}
.dash-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e5e5f0;
  font-size: 14px;
  margin-bottom: 27px;
  letter-spacing: -0.5px;
}
.dash-logo svg {
  width: 26px;
  height: 26px;
  color: #998dff;
}
.sidebar-caption {
  display: block;
  font-size: 7px;
  color: #7c8295;
  letter-spacing: 1.3px;
  margin: 0 10px 14px;
}
.dash-sidebar > div:not(.dash-logo):not(.side-bottom) {
  padding: 9px 10px;
  margin-bottom: 4px;
  border-radius: 5px;
}
.dash-sidebar .side-active {
  background: #7465ee21;
  color: #b7acff;
}
.side-bottom {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
}
.side-bottom small {
  display: block;
  font-size: 7px;
  color: #9399aa;
}
.dash-content {
  padding: 25px 27px 20px;
  min-width: 0;
}
.dash-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.dash-heading h2 {
  font-size: 19px;
  letter-spacing: -0.5px;
  margin: 0 0 4px;
}
.dash-heading p {
  font-size: 9px;
  margin: 0;
}
.date-label {
  font-size: 8px;
  border: 1px solid #2c3040;
  padding: 5px 9px;
  border-radius: 5px;
  color: #b0b4c4;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.metrics > div {
  border: 1px solid #2a2c3b;
  background: linear-gradient(130deg, #1b1e2b50, #11141e);
  border-radius: 8px;
  padding: 14px 15px;
  min-width: 0;
}
.metrics span {
  display: block;
  font-size: 9px;
  color: #a3a8b9;
}
.metrics strong {
  font-size: 24px;
  display: block;
  line-height: 1.7;
  letter-spacing: -0.7px;
  font-weight: 600;
}
.metrics strong small {
  font-size: 13px;
  color: #afb4c7;
}
.metrics em {
  display: block;
  font-style: normal;
  color: #959caf;
  font-size: 7px;
}
.green {
  color: var(--green) !important;
}
.amber {
  color: var(--amber) !important;
}
.purple {
  color: #b1a5ff !important;
}
.chart-panel {
  border: 1px solid #292d3b;
  border-radius: 8px;
  padding: 15px;
  margin-top: 14px;
}
.chart-panel > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
}
.chart-panel b {
  font-weight: 500;
}
.chart-panel span {
  font-size: 7px;
  color: #bab4db;
}
.chart-panel span i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9284ff;
  margin-right: 4px;
}
.chart-panel span small {
  margin-left: 17px;
  color: #9fa3b4;
  font-size: 7px;
}
.chart {
  display: block;
  width: 100%;
  height: 125px;
  overflow: visible;
  margin-top: 10px;
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  color: #9298ac;
  font-size: 8px;
  margin-top: 8px;
}
.table-heading {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  font-size: 10px;
}
.table-heading b {
  font-weight: 500;
}
.table-heading > span {
  font-size: 8px;
  color: #a79fe0;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 9px;
  white-space: nowrap;
}
th {
  color: #9198aa;
  font-size: 8px;
  font-weight: 400;
  padding: 12px 5px 8px;
  border-bottom: 1px solid #252a37;
}
td {
  padding: 10px 5px;
  border-bottom: 1px solid #212532;
  color: #d0d3e1;
}
tr:last-child td {
  border: 0;
}
td:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
td small {
  display: block;
  color: #969bad;
  font-size: 7px;
}
.avatar {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  font-size: 9px;
  border-radius: 7px;
  background: #8173ff1c;
  flex-shrink: 0;
}
.avatar.amber {
  background: #e7ba7115;
}
.avatar.green {
  background: #6cd7b013;
}
.status {
  font-size: 8px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #8173ff14;
  white-space: nowrap;
}
.status.amber {
  background: #e7ba7112;
}
.status.green {
  background: #6cd7b012;
}
.trust-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding-block: 29px;
  border-bottom: 1px solid var(--line);
  color: #b1b6c6;
  font-size: 11px;
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-row i {
  font-size: 17px;
  color: #958aad;
  font-style: normal;
}
.problem,
.collection,
.partial,
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
.problem p {
  max-width: 420px;
}
.questions-cloud {
  display: grid;
  gap: 9px;
  transform: rotate(-2deg);
}
.questions-cloud > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  border: 1px solid #292a3b;
  background: linear-gradient(100deg, #191c29, #10131b);
  font-size: 13px;
  border-radius: 8px;
  color: #d4d6e2;
}
.questions-cloud > div:nth-child(2n) {
  transform: translateX(15px);
}
.questions-cloud > div > span {
  font-size: 10px;
  color: #817695;
}
.questions-cloud i {
  font-style: normal;
  margin-left: auto;
  color: #b2a7ec;
}
.features {
  background: #0d1018;
  border-block: 1px solid #ffffff05;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 37px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading p {
  font-size: 13px;
  margin: 0;
  max-width: 390px;
}
.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-card {
  padding: 26px 23px;
  border: 1px solid #282c3b;
  border-radius: var(--radius);
  background: linear-gradient(130deg, #181c28a6, #10131d);
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: #655790;
}
.feature-card.wide {
  grid-column: span 2;
  padding: 30px;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #b2a7ff;
  background: #7e6eff13;
  border: 1px solid #8f7bff20;
  font-size: 23px;
  margin-bottom: 24px;
}
.feature-card h3 {
  font-size: 17px;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}
.feature-card p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
.feature-card.wide p {
  max-width: 430px;
}
.mini-months {
  display: flex;
  gap: 9px;
  margin-top: 25px;
}
.mini-months > span {
  border: 1px solid #313144;
  border-radius: 7px;
  padding: 11px 13px;
  flex: 1;
  font-size: 10px;
  color: #aeb3c2;
}
.mini-months b {
  display: block;
  color: #79cbb0;
  font-size: 9px;
  font-weight: 500;
  margin-top: 7px;
}
.mini-project {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #303042;
  border-radius: 8px;
  padding: 16px;
  margin-top: 25px;
  font-size: 11px;
}
.mini-project small {
  display: block;
  color: #969cb0;
  font-size: 9px;
}
.mini-project b {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
.center-heading {
  text-align: center;
  margin-bottom: 50px;
}
.center-heading h2 {
  margin-bottom: 18px;
}
.center-heading p {
  font-size: 14px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.steps article {
  position: relative;
}
.step-number {
  display: block;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  color: #9e90f4;
  letter-spacing: -3px;
  margin-bottom: 30px;
}
.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 0;
  top: 24px;
  border-top: 1px dashed #373349;
}
.steps h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.steps p {
  font-size: 13px;
  max-width: 285px;
  margin-bottom: 0;
}
.collection {
  border-block: 1px solid var(--line);
  gap: 70px;
}
.collection-preview {
  border: 1px solid #343145;
  border-radius: var(--radius);
  padding: 25px;
  background: linear-gradient(130deg, #191d2a, #10121b);
  box-shadow: -20px 20px 100px #5c42a210;
}
.preview-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
.preview-title small {
  color: #959aad;
  font-size: 9px;
}
.preview-tabs {
  display: flex;
  gap: 26px;
  font-size: 10px;
  color: #aaaebe;
  border-bottom: 1px solid var(--line);
  margin-top: 24px;
  padding-bottom: 12px;
}
.preview-tabs > span:first-child {
  color: #b4a7ff;
}
.preview-tabs b {
  margin-left: 4px;
  padding: 1px 5px;
  background: #a38aff21;
  border-radius: 4px;
}
.collection-person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.collection-person .avatar {
  width: 34px;
  height: 34px;
}
.collection-person b {
  font-weight: 550;
}
.collection-person small {
  display: block;
  font-size: 9px;
  color: #9ca3b4;
  margin-top: 3px;
}
.collection-person > div:last-child {
  margin-left: auto;
  text-align: right;
}
.collection-person strong {
  font-size: 13px;
  font-weight: 550;
}
.collection-person > div:last-child span {
  display: block;
  font-size: 8px;
  margin-top: 3px;
}
.reminder {
  display: flex;
  gap: 13px;
  padding: 17px 14px;
  border: 1px solid #8675d32e;
  border-radius: 9px;
  background: #7b68ce0c;
  margin-top: 22px;
}
.reminder > span {
  color: #ae9ef1;
}
.reminder b {
  font-size: 11px;
  font-weight: 500;
}
.reminder p {
  font-size: 10px;
  line-height: 1.6;
  margin: 5px 0 0;
}
.check-list {
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  font-size: 12px;
  color: #bec2d1;
}
.check-list li::before {
  content: "✓";
  color: #a596f5;
  padding-right: 10px;
}
.income {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.income article + article {
  border-left: 1px solid var(--line);
  padding-left: 60px;
}
.income p {
  font-size: 14px;
}
.income-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  padding: 21px 0;
  border-block: 1px solid var(--line);
}
.income-line b {
  font-size: 13px;
  white-space: nowrap;
}
.income-line small {
  font-weight: 400;
  color: var(--muted);
}
.partial {
  padding-top: 10px;
  padding-bottom: 110px;
}
.partial > div:first-child p {
  max-width: 400px;
}
.payment-card {
  border: 1px solid #343245;
  border-radius: 16px;
  padding: 30px;
  background:
    radial-gradient(ellipse at top right, #62529417, transparent 70%), #12151f;
}
.payment-total {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a5acbc;
  font-size: 12px;
}
.payment-total strong {
  color: white;
  font-size: 30px;
  letter-spacing: -1px;
}
.payment-total strong small {
  font-size: 17px;
  font-weight: 400;
}
.progress {
  height: 6px;
  background: #303144;
  border-radius: 4px;
  overflow: hidden;
  margin: 18px 0 23px;
}
.progress > span {
  display: block;
  background: linear-gradient(90deg, #7666e8, #b3a1ff);
  height: 100%;
  width: 50%;
}
.payment-entry {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 12px 0;
  color: #b9bfce;
}
.payment-entry > span {
  color: #8dccb6;
}
.payment-entry b {
  font-weight: 500;
}
.payment-entry small {
  font-weight: 400;
  color: var(--muted);
}
.payment-remaining {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 22px;
  font-size: 13px;
}
.payment-remaining strong {
  font-size: 23px;
  color: #bcafff;
  letter-spacing: -0.6px;
}
.example {
  display: block;
  color: #9399ae;
  text-align: right;
  margin-top: 15px;
  font-size: 9px;
}
.reports {
  background: #0e111b;
  border-block: 1px solid #ffffff08;
}
.reports .metrics {
  gap: 20px;
}
.reports .metrics > div {
  padding: 24px;
  border: 0;
  border-left: 1px solid #343144;
  border-radius: 0;
  background: none;
}
.reports .metrics span {
  font-size: 12px;
}
.reports .metrics strong {
  font-size: 36px;
}
.reports .metrics em {
  font-size: 10px;
}
.report-chart {
  padding: 30px;
  border: 1px solid #2d3040;
  border-radius: 12px;
  background: #121622;
  margin-top: 27px;
}
.report-chart .chart {
  height: 200px;
  margin-top: 30px;
}
.report-chart .chart-axis {
  font-size: 10px;
}
.audiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
.audiences > div {
  padding: 24px 12px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 13px;
}
.audiences > div > span {
  color: #aca0e9;
  font-size: 24px;
  width: 30px;
  text-align: center;
}
.security {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 120px;
  padding-top: 20px;
}
.security-symbol {
  width: 230px;
  height: 230px;
  justify-self: center;
  border: 1px solid #8173ff22;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(#7059d81b, transparent 70%);
  box-shadow:
    0 0 0 30px #8173ff04,
    0 0 0 31px #8173ff10,
    0 0 0 65px #8173ff02,
    0 0 0 66px #8173ff08;
}
.security-symbol svg {
  width: 95px;
  height: 95px;
  color: #a596eb;
  transform: rotate(-9deg);
}
.security p {
  font-size: 14px;
}
.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}
.faq > div:first-child p {
  margin-top: 30px;
  margin-bottom: 7px;
  font-size: 13px;
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 21px 0;
  font-size: 14px;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 21px;
  font-weight: 300;
  color: #a1a7bb;
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
  color: #b1a3ff;
}
details p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 25px 22px 0;
}
.final-cta {
  padding: 70px 25px;
  text-align: center;
  border: 1px solid #65589160;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 50% 110%, #5f45b94d, transparent 75%),
    linear-gradient(120deg, #1b182d, #111523);
  position: relative;
  overflow: hidden;
}
.final-cta h2 {
  font-size: clamp(31px, 4vw, 48px);
  margin-bottom: 20px;
}
.final-cta p {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 30px;
}
.final-cta .eyebrow {
  font-size: 9px;
}
.contact {
  align-items: start;
  gap: 110px;
}
.contact h2 {
  font-size: 50px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 25px 0;
  font-size: 16px;
}
.contact-info span {
  color: var(--muted);
  font-size: 13px;
}
.contact-info a:hover {
  color: #b4a8ff;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: block;
  font-size: 12px;
  color: #d8dbe6;
  margin-bottom: 18px;
}
input,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #11151e;
  border: 1px solid #2c3041;
  border-radius: 7px;
  padding: 12px 14px;
  color: white;
  font-size: 12px;
  min-height: 45px;
}
input::placeholder,
textarea::placeholder {
  color: #868ea2;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
.form-note {
  font-size: 10px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#form-status {
  font-size: 12px;
  margin-top: 14px;
}
.socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.socials:empty {
  display: none;
}
.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #b8b0e3;
}
.socials svg {
  width: 17px;
  height: 17px;
}
footer {
  border-top: 1px solid var(--line);
  background: #080a10;
  padding-top: 55px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: 60px;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  font-size: 11px;
  color: #a2a9bb;
  margin-bottom: 10px;
}
.footer-grid > div > a:hover {
  color: #ddd8ff;
}
.footer-grid p {
  font-size: 11px;
  margin-top: 21px;
  line-height: 1.9;
}
.footer-grid > div:last-child p {
  margin-top: 0;
}
.footer-grid h2 {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 22px;
  font-weight: 500;
}
.footer-bottom {
  margin-top: 35px;
  border-top: 1px solid #202331;
  padding-block: 23px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8d94a7;
}
.footer-bottom a {
  color: #c2bddb;
}
.legal {
  max-width: 850px;
  min-height: 65vh;
}
.legal > .eyebrow {
  margin-top: 40px;
}
.legal h1 {
  font-size: 48px;
}
.legal h2 {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.legal p {
  line-height: 1.9;
}
.draft-notice {
  border: 1px solid #e7ba7140;
  background: #e7ba7109;
  padding: 20px;
  border-radius: 10px;
  color: #e7ba71;
  font-size: 14px;
}
.error-page {
  min-height: 70vh;
  text-align: center;
  padding: 75px 0;
}
.error-page h1 {
  font-size: clamp(27px, 4vw, 46px);
  margin-bottom: 32px;
}
.error-orbit {
  font-size: 100px;
  letter-spacing: -8px;
  line-height: 1.3;
  color: #a494f6;
  font-weight: 300;
  margin-bottom: 30px;
}
.dashboard-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.reveal {
  transition:
    opacity 0.65s,
    transform 0.65s;
}
.reveal.pending {
  opacity: 0;
  transform: translateY(22px);
}
@keyframes entrance {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 85px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .dashboard-stage {
    margin-top: 65px;
  }
  .container {
    max-width: 1240px;
  }
  .dashboard-stage {
    max-width: 1130px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .header nav {
    gap: 16px;
  }
  .header nav a {
    font-size: 10px;
  }
  .brand {
    font-size: 21px;
  }
  .header-cta {
    gap: 8px !important;
    padding-inline: 12px !important;
  }
  .nav-row {
    gap: 15px;
  }
  .section {
    padding-block: 85px;
  }
  .problem,
  .collection,
  .partial,
  .contact {
    gap: 40px;
  }
  .bento {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-card.wide {
    grid-column: span 1;
  }
  .income {
    gap: 40px;
  }
  .income article + article {
    padding-left: 35px;
  }
  .security {
    gap: 70px;
  }
  .faq {
    gap: 55px;
  }
  .footer-grid {
    gap: 30px;
  }
  .dashboard-body {
    grid-template-columns: 150px 1fr;
  }
  .dash-content {
    padding: 22px 20px;
  }
  .metrics strong {
    font-size: 21px;
  }
  .metrics > div {
    padding: 12px;
  }
  .mini-months > span {
    padding: 10px;
  }
  .mini-project {
    padding: 12px;
    font-size: 10px;
  }
}
@media (max-width: 850px) {
  .header {
    height: 74px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    padding: 18px 24px 25px;
    background: #10131f;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px #0005;
  }
  .header nav.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header nav a {
    font-size: 15px;
    padding: 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: 1px solid #333449;
    border-radius: 6px;
    padding: 13px 11px;
    margin-left: auto;
    min-width: 44px;
    min-height: 42px;
    justify-content: center;
  }
  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: #d4d0ed;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .header-cta {
    order: 0;
  }
  .menu-toggle {
    order: 1;
  }
  .hero {
    padding-top: 58px;
  }
  h1 {
    font-size: 57px;
  }
  .hero-content > p {
    font-size: 14px;
  }
  .dash-sidebar {
    display: none;
  }
  .dashboard-body {
    grid-template-columns: 1fr;
  }
  .dashboard-stage {
    margin-top: 44px;
  }
  .trust-row {
    justify-content: center;
    gap: 18px 30px;
  }
  .trust-row span {
    font-size: 10px;
  }
  .problem,
  .collection,
  .partial,
  .contact {
    gap: 40px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .section-heading p {
    max-width: 500px;
  }
  .check-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .collection {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .collection-preview {
    padding: 18px;
  }
  .collection-person {
    gap: 8px;
    font-size: 10px;
  }
  .collection-person small {
    font-size: 8px;
  }
  .collection-person strong {
    font-size: 11px;
  }
  .collection-person .avatar {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }
  .preview-title {
    font-size: 12px;
  }
  .preview-title small {
    font-size: 8px;
  }
  .collection-preview .preview-title {
    flex-wrap: wrap;
    gap: 5px;
  }
  .steps {
    gap: 30px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    font-size: 12px;
  }
  .income {
    gap: 28px;
  }
  .income article + article {
    padding-left: 28px;
  }
  .income h2 {
    font-size: 30px;
  }
  .income-line {
    align-items: start;
    flex-direction: column;
  }
  .payment-card {
    padding: 20px;
  }
  .payment-entry {
    font-size: 10px;
  }
  .payment-entry small {
    font-size: 8px;
  }
  .reports .metrics strong {
    font-size: 29px;
  }
  .reports .metrics > div {
    padding: 10px 15px;
  }
  .reports .metrics span {
    font-size: 10px;
  }
  .audiences {
    gap: 0 15px;
  }
  .audiences > div {
    padding: 18px 0;
    font-size: 11px;
    gap: 8px;
  }
  .audiences > div > span {
    font-size: 20px;
  }
  .security {
    gap: 60px;
    grid-template-columns: 0.7fr 1fr;
  }
  .security-symbol {
    width: 150px;
    height: 150px;
  }
  .security-symbol svg {
    width: 65px;
    height: 65px;
  }
  .faq {
    gap: 40px;
    grid-template-columns: 0.7fr 1fr;
  }
  .faq h2 {
    font-size: 32px;
  }
  .faq summary {
    font-size: 12px;
  }
  .contact {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .form-grid {
    gap: 12px;
  }
  .footer-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 30px 70px;
  }
  .footer-grid > div:first-child {
    grid-row: span 2;
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
  .footer-bottom {
    font-size: 9px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 36px);
  }
  .header {
    height: 70px;
  }
  .header nav {
    top: 69px;
  }
  .brand {
    font-size: 21px;
    gap: 6px;
  }
  .brand-mark {
    width: 28px;
  }
  .brand small {
    font-size: 5.5px;
    letter-spacing: 1.4px;
  }
  .header-cta {
    font-size: 9px !important;
    min-height: 37px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
  }
  .header-cta span {
    font-size: 14px;
  }
  .nav-row {
    gap: 10px;
  }
  .menu-toggle {
    min-width: 36px;
    min-height: 37px;
    padding: 9px 8px;
  }
  .menu-toggle span {
    width: 18px;
  }
  .hero {
    padding-top: 47px;
    background: radial-gradient(
      ellipse 80% 45% at 50% 38%,
      #46378d29,
      transparent 100%
    );
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.14em;
    gap: 7px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: clamp(32px, 8.8vw, 50px);
    letter-spacing: -0.055em;
    margin-bottom: 23px;
  }
  .hero-content > p {
    font-size: 12px;
    max-width: 340px;
    margin-inline: auto;
    line-height: 1.85;
    margin-bottom: 24px;
  }
  .desktop-break {
    display: none;
  }
  .button {
    font-size: 11px;
    min-height: 47px;
    padding: 11px 17px;
    gap: 17px;
  }
  .actions {
    gap: 8px;
  }
  .hero-note {
    font-size: 8px;
    gap: 16px;
    margin-top: 17px;
  }
  .dashboard-stage {
    margin-top: 35px;
    padding: 4px 4px 0;
    border-radius: 12px 12px 0 0;
    width: calc(100% - 24px);
  }
  .browser-bar {
    height: 28px;
    font-size: 7px;
    padding: 0 10px;
  }
  .demo-label {
    font-size: 6px;
  }
  .dots {
    gap: 3px;
  }
  .dots i {
    width: 4px;
    height: 4px;
  }
  .dash-content {
    padding: 15px 12px 10px;
  }
  .dash-heading {
    margin-bottom: 15px;
  }
  .dash-heading h2 {
    font-size: 15px;
  }
  .dash-heading p {
    font-size: 7px;
  }
  .date-label {
    font-size: 6px;
  }
  .dashboard .metrics {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
  .dashboard .metrics > div {
    padding: 8px 6px;
    border-radius: 5px;
  }
  .dashboard .metrics span {
    font-size: 6px;
    white-space: nowrap;
  }
  .dashboard .metrics strong {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .dashboard .metrics strong small {
    font-size: 8px;
  }
  .dashboard .metrics em {
    font-size: 5.5px;
  }
  .chart-panel {
    margin-top: 10px;
    padding: 10px;
  }
  .chart-panel > div:first-child {
    font-size: 8px;
  }
  .chart-panel .chart {
    height: 85px;
  }
  .chart-axis,
  .chart-panel .chart-axis span {
    font-size: 5.5px;
  }
  .table-heading {
    margin-top: 14px;
    font-size: 8px;
  }
  .table-heading > span {
    font-size: 6px;
  }
  table {
    font-size: 7px;
  }
  th {
    font-size: 6px;
    padding-top: 9px;
  }
  td {
    padding: 8px 2px;
  }
  td:first-child {
    gap: 5px;
  }
  td small {
    font-size: 5.5px;
  }
  .dashboard .avatar {
    width: 21px;
    height: 21px;
    font-size: 6px;
  }
  .dashboard .status {
    font-size: 6px;
    padding: 3px 5px;
  }
  .trust-row {
    padding-block: 23px;
    gap: 13px 20px;
  }
  .trust-row span {
    font-size: 9px;
    gap: 6px;
  }
  .trust-row i {
    font-size: 13px;
  }
  .section {
    padding-block: 65px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 19px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
  }
  p {
    font-size: 13px;
  }
  .problem,
  .collection,
  .partial,
  .contact {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .questions-cloud {
    transform: none;
    padding-right: 10px;
  }
  .questions-cloud > div {
    font-size: 11px;
    padding: 11px 13px;
  }
  .questions-cloud > div:nth-child(2n) {
    transform: translateX(10px);
  }
  .bento {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .feature-card,
  .feature-card.wide {
    padding: 24px;
  }
  .feature-card p {
    font-size: 12px;
  }
  .feature-icon {
    margin-bottom: 16px;
    width: 34px;
    height: 34px;
    font-size: 21px;
  }
  .feature-card h3 {
    font-size: 18px;
  }
  .mini-months > span {
    padding: 11px;
  }
  .mini-project {
    font-size: 11px;
    padding: 15px;
  }
  .section-heading {
    margin-bottom: 27px;
    gap: 4px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .center-heading {
    margin-bottom: 30px;
  }
  .center-heading p {
    font-size: 12px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps article {
    padding-left: 63px;
  }
  .step-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
  }
  .steps article:not(:last-child)::after {
    left: 20px;
    right: auto;
    top: 46px;
    bottom: -18px;
    border-top: 0;
    border-left: 1px dashed #373349;
  }
  .steps h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .steps p {
    max-width: none;
    font-size: 13px;
  }
  .collection {
    padding-inline: 0;
  }
  .collection-preview {
    order: 1;
    padding: 22px;
  }
  .collection-person {
    padding: 19px 0;
    font-size: 11px;
  }
  .collection-person small {
    font-size: 9px;
  }
  .collection-person strong {
    font-size: 13px;
  }
  .collection-person .avatar {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
  .preview-title {
    font-size: 13px;
  }
  .check-list {
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
    gap: 13px 8px;
  }
  .check-list li::before {
    padding-right: 6px;
  }
  .income {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .income article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 40px 0 0;
  }
  .income h2 {
    font-size: 32px;
  }
  .income p {
    font-size: 13px;
  }
  .income-line {
    flex-direction: row;
    align-items: center;
    font-size: 10px;
  }
  .partial {
    padding-top: 0;
  }
  .payment-card {
    padding: 23px;
  }
  .payment-entry {
    font-size: 11px;
  }
  .payment-entry small {
    font-size: 9px;
  }
  .reports .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
  }
  .reports .metrics strong {
    font-size: 31px;
  }
  .reports .metrics span {
    font-size: 11px;
  }
  .report-chart {
    padding: 18px;
    margin-top: 25px;
  }
  .report-chart .preview-title {
    align-items: start;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }
  .report-chart .chart {
    height: 130px;
    margin-top: 15px;
  }
  .report-chart .chart-axis {
    font-size: 7px;
  }
  .audiences {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .audiences > div {
    font-size: 13px;
    padding: 16px 5px;
    gap: 18px;
  }
  .security {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 50px;
  }
  .security-symbol {
    width: 130px;
    height: 130px;
  }
  .security h2 {
    font-size: 31px;
  }
  .security p {
    font-size: 13px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .faq h2 br {
    display: none;
  }
  .faq > div:first-child p {
    margin-top: 20px;
  }
  .faq summary {
    font-size: 13px;
    min-height: 65px;
  }
  .faq details p {
    font-size: 12px;
  }
  .final-cta {
    padding: 48px 23px;
    border-radius: 16px;
  }
  .final-cta h2 {
    font-size: 34px;
  }
  .final-cta p {
    font-size: 12px;
  }
  .final-cta .eyebrow {
    font-size: 7px;
  }
  .contact {
    gap: 35px;
  }
  .contact h2 {
    font-size: 40px;
  }
  .contact-info {
    font-size: 17px;
  }
  .form-grid {
    gap: 14px;
  }
  label {
    font-size: 11px;
  }
  input {
    padding: 12px 10px;
    font-size: 11px;
  }
  .form-note {
    font-size: 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:first-child p {
    margin: 15px 0 3px;
  }
  .footer-grid h2 {
    margin-bottom: 16px;
  }
  .footer-grid > div > a:not(.brand) {
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 9px;
    margin-top: 20px;
  }
  .legal h1 {
    font-size: 36px;
  }
  .legal h2 {
    font-size: 23px;
  }
  .draft-notice {
    font-size: 12px;
  }
  .error-page {
    padding-block: 60px;
  }
  .error-orbit {
    font-size: 90px;
  }
  .error-page h1 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.pending {
    opacity: 1;
    transform: none;
  }
}

progress.progress {
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  color: #a494ff;
}
progress.progress::-webkit-progress-bar {
  background: #303144;
  border-radius: 4px;
}
progress.progress::-webkit-progress-value {
  background: linear-gradient(90deg, #7666e8, #b3a1ff);
  border-radius: 4px;
}
progress.progress::-moz-progress-bar {
  background: #a494ff;
  border-radius: 4px;
}

.footer-bottom a,
.legal p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Supplied official wordmark; preserve the complete source image and its ratio. */
.brand {
  flex-shrink: 0;
}
.brand-image {
  display: block;
  width: 205px;
  height: auto;
}
.dash-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.security-symbol img {
  display: block;
  width: 86%;
  height: auto;
}
@media (max-width: 1100px) {
  .header .brand-image { width: 175px; }
}
@media (max-width: 600px) {
  .header .brand-image { width: 154px; }
  .footer-grid .brand-image { width: 205px; }
}
@media (max-width: 370px) {
  .header .brand-image { width: 130px; }
}

/* Lightweight landing-page enhancements. */
.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 52px;
  padding: 13px 19px;
  border: 1px solid #69e7a15c;
  border-radius: 14px;
  background: #117744;
  color: #fff;
  box-shadow: 0 6px 25px #0005, inset 0 1px 0 #ffffff12;
  font-size: 12px;
  font-weight: 600;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.floating-whatsapp svg { width: 22px; height: 22px; flex-shrink: 0; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.025); background: #0e6b3d; box-shadow: 0 8px 30px #22c66c30; }
.floating-whatsapp:focus-visible { outline: 3px solid #a4f6c2; outline-offset: 5px; }
.footer-bottom { padding-bottom: 92px; }
.hero-content { isolation: isolate; }
.hero-art {
  position: absolute;
  width: clamp(185px, 19vw, 280px);
  aspect-ratio: 1;
  right: -45px;
  top: 40px;
  pointer-events: none;
  contain: layout;
}
.astronaut-parallax, .astronaut-float { width: 100%; height: 100%; }
.astronaut-float { position: relative; animation: astronaut-float 8s ease-in-out infinite; }
.astronaut-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: radial-gradient(ellipse at center, #000 48%, transparent 72%);
}
.astronaut-image[hidden] { display: none; }
.astronaut-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse, #7663db20, transparent 68%);
  transition: opacity .3s;
}
.image-ready .astronaut-fallback { opacity: 0; }
.orbit-ring { position: absolute; width: 87%; height: 37%; border: 1px solid #ada4ff44; border-radius: 50%; transform: rotate(-32deg); }
.orbit-calculator { display: block; width: 65px; height: 92px; padding: 12px; background: linear-gradient(130deg,#37314f,#151b2c); border: 1px solid #a497ee66; border-radius: 12px; transform: rotate(12deg); box-shadow: 0 0 40px #6e5ce820; }
.orbit-calculator i { display: block; height: 16px; background: #7ab8d032; border: 1px solid #94cfe744; border-radius: 3px; }
.orbit-calculator b { color: #b9b0ea; display: block; font-size: 22px; line-height: .65; letter-spacing: 1px; margin-top: 8px; }
@keyframes astronaut-float { 0%,100% { transform: translate3d(0,0,0) rotate(-2deg); } 50% { transform: translate3d(0,-10px,0) rotate(1deg); } }
.sr-only, .metrics .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.metrics .count-visual, .metrics [data-count-to] { display: inline; font: inherit; color: inherit; letter-spacing: inherit; }
.metrics .count-value { white-space: nowrap; font-variant-numeric: tabular-nums; }
.metrics [data-count-to] { display: inline-block; min-width: 5.6ch; }
[data-motion] { --reveal-x: 0px; --reveal-y: 19px; --reveal-scale: 1; }
[data-motion="left"] { --reveal-x: -18px; --reveal-y: 0px; }
[data-motion="right"] { --reveal-x: 18px; --reveal-y: 0px; }
[data-motion="scale"] { --reveal-scale: .975; --reveal-y: 0px; }
[data-motion="chart"], [data-motion="progress"] { --reveal-y: 0px; }
.motion-ready {
  transition: opacity .6s ease var(--reveal-delay,0ms), transform .6s cubic-bezier(.2,.65,.3,1) var(--reveal-delay,0ms);
}
.motion-ready:not(.in-view) { opacity: 0; transform: translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale)); }
.motion-ready.in-view { opacity: 1; }
/* Native progress semantics stay fixed; only the painted fill is animated. */
.motion-ready.progress { opacity: 1; transform: none; }
.motion-ready.progress::-webkit-progress-value { transform-origin: left; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.motion-ready.progress:not(.in-view)::-webkit-progress-value { transform: scaleX(0); }
.motion-ready.progress::-moz-progress-bar { transform-origin: left; transition: transform 1s cubic-bezier(.2,.7,.3,1); }
.motion-ready.progress:not(.in-view)::-moz-progress-bar { transform: scaleX(0); }
.motion-ready .chart-line { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.5s ease .15s; }
.motion-ready.in-view .chart-line { stroke-dashoffset: 0; }
@media (max-width: 1100px) and (min-width: 851px) {
  .hero-art { right: -18px; width: 175px; top: 55px; }
  .hero-content { padding-inline: 100px; }
  .hero h1 { font-size: clamp(39px, 4.8vw, 53px); }
}
@media (max-width: 850px) {
  .hero-art { position: relative; right: auto; top: auto; width: 190px; margin: 20px auto -12px; }
}
@media (max-width: 600px) {
  .hero-art { width: 168px; margin-top: 19px; margin-bottom: -9px; }
  .floating-whatsapp { left: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 50px; min-height: 50px; padding: 13px; border-radius: 15px; }
  .floating-whatsapp > span { display: none; }
  .floating-whatsapp svg { width: 24px; height: 24px; }
  .metrics [data-count-to] { min-width: 5.1ch; }
  [data-motion="left"], [data-motion="right"] { --reveal-x: 0px; --reveal-y: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .astronaut-float { animation: none; }
  .astronaut-parallax { transform: none !important; }
  .motion-ready, .motion-ready:not(.in-view) { opacity: 1; transform: none; transition: none; }
  .motion-ready .chart-line { stroke-dashoffset: 0; transition: none; }
  .motion-ready.progress::-webkit-progress-value, .motion-ready.progress::-moz-progress-bar { transform: none; transition: none; }
  .floating-whatsapp:hover { transform: none; }
}
/* Clip entrance translations without creating a new scroll container. */
main { overflow-x: clip; }
/* Keep animated numbers at the original metric size at every breakpoint. */
.metrics .count-value .count-visual,
.metrics .count-value [data-count-to] {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
