﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700&family=Caveat:wght@400;500&display=swap");
:root {
  color-scheme: dark;
  --bg: #050912;
  --bg-secondary: #070d18;
  --card: #0b1121;
  --card-light: #0d1428;
  --blue: #586bff;
  --blue-light: #7385ff;
  --violet: #675bff;
  --text: #f5f7ff;
  --muted: #a7b0c5;
  --dim: #6f7890;
  --border: rgba(100, 120, 255, 0.22);
  --glow: rgba(75, 80, 255, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(ellipse at 80% 6%, #11163d44, transparent 25%), var(--bg);
  font:
    400 16px/1.55 Inter,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid #b4baff;
  outline-offset: 5px;
}
.container {
  width: min(100%, 1360px);
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.logo {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.logo span {
  color: #7373ff;
}
.site-header {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 5;
}
.site-header nav {
  display: flex;
  gap: 38px;
  font-size: 14px;
}
.site-header nav a,
.site-footer nav a {
  transition: color 0.22s;
}
.site-header nav a:hover,
.site-footer nav a:hover {
  color: #9295ff;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: linear-gradient(105deg, #4d45ff, #474aff 48%, #5952ff);
  color: #fff;
  border: 1px solid #817aff55;
  border-radius: 13px;
  box-shadow:
    inset 0 1px 1px #aaa6ff44,
    0 6px 24px #3d3cff17;
  padding: 21px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    transform 0.23s,
    box-shadow 0.23s;
  white-space: nowrap;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 2px #b6b2ff88,
    0 8px 28px #4e47ff44;
}
.header-button {
  padding: 13px 23px;
  font-size: 13px;
  border-radius: 16px;
  gap: 18px;
}
.header-button .icon {
  width: 16px;
}
.hero {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  min-height: 666px;
  padding-top: 22px;
  padding-bottom: 28px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 7px 0 0;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.1px;
  font-weight: 500;
  color: #9aa4ff;
  margin: 0 0 26px;
}
.eyebrow.dot {
  position: relative;
  padding-left: 23px;
}
.eyebrow.dot:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7675ff;
  position: absolute;
  left: 0;
  top: 6px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(40px, 4.06vw, 58px);
  font-weight: 600;
  letter-spacing: -2.2px;
  line-height: 1.1;
  margin-bottom: 27px;
}
h1 span,
h2 span {
  color: #7572ff;
}
h1 span {
  display: inline-block;
  margin-top: 6px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.7;
  max-width: 535px;
  color: #c1c8dc;
  margin-bottom: 34px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.hero-actions .button {
  padding: 20px 22px;
  font-size: 15px;
  gap: 20px;
}
.secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8c95ff;
  border-bottom: 1px solid #6774b65e;
  padding: 4px 0;
  white-space: nowrap;
}
.secondary-link .icon {
  width: 16px;
  height: 16px;
}
.quick-benefits {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 485px;
  font-size: 13px;
  color: #bcc5dd;
  margin-top: 40px;
}
.quick-benefits span {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.quick-benefits .icon {
  width: 17px;
  height: 17px;
  color: #8c85ff;
}
.visual-frame {
  position: relative;
  min-width: 0;
  width: 100%;
}
.artboard {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 660px;
  transform: translate(-50%, -50%) scale(var(--art-scale, 1));
  transform-origin: center center;
  isolation: isolate;
  pointer-events: none;
}
.hero-visual {
  height: 638px;
}
.hero-art {
  height: 650px;
}
.art-glow {
  position: absolute;
  width: 400px;
  height: 515px;
  left: 177px;
  top: 38px;
  background: radial-gradient(
    ellipse,
    #5750fcaa,
    #253cdc88 33%,
    transparent 70%
  );
  filter: blur(32px);
  z-index: -2;
}
.orbit {
  position: absolute;
  border: 1px solid #4d55d76b;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 558px;
  height: 567px;
  left: 87px;
  top: 21px;
  transform: rotate(-28deg);
}
.orbit-two {
  width: 477px;
  height: 560px;
  left: 107px;
  top: 59px;
  transform: rotate(14deg);
  border-color: #353d733b;
}
.orbit-three {
  width: 375px;
  height: 545px;
  left: 178px;
  top: 44px;
  transform: rotate(-30deg);
  border-color: #4548a930;
}
.orbit-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7f79ff;
}
.orbit-dot.first {
  left: 98px;
  top: 183px;
}
.orbit-dot.second {
  right: 20px;
  top: 157px;
}
.book-3d {
  width: 300px;
  height: 520px;
  position: absolute;
  left: 210px;
  top: 81px;
  transform: perspective(1000px) rotateY(-12deg) rotateZ(9deg);
  filter: drop-shadow(18px 24px 21px #000a);
  z-index: 1;
}
.book-pages {
  position: absolute;
  inset: 2px -19px 1px 4px;
  background: repeating-linear-gradient(
    90deg,
    #b5b5bb 0 2px,
    #83838f 2px 3px,
    #dedce0 3px 4px
  );
  transform: skewY(4deg);
  border: 3px solid #2e303a;
  box-shadow: 5px 0 #070911;
  border-radius: 0 3px 3px 0;
}
.book-front {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #11172c, #05080f 64%);
  border: 1px solid #607195;
  border-radius: 1px;
  overflow: hidden;
  box-shadow:
    inset 10px 0 15px #0006,
    inset 0 1px #a2afeccc;
}
.book-front:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #b2b4f50d, transparent 40%, #0205112e);
  pointer-events: none;
}
.book-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 25% 9%, #848fafaa, transparent),
    radial-gradient(1px 1px at 62% 16%, #8499ba, transparent),
    radial-gradient(2px 2px at 92% 13%, #8a9ec855, transparent),
    radial-gradient(1px 1px at 78% 29%, #a3b4e6, transparent);
}
.book-cover-copy {
  position: relative;
  z-index: 2;
  padding: 57px 28px 0;
}
.book-cover-copy h2 {
  font-size: 37px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 19px;
}
.book-cover-copy h2 span {
  color: #736ffc;
}
.book-cover-copy p {
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #989bff;
  margin-bottom: 10px;
}
.book-cover-copy small {
  font-size: 9px;
  color: #aab0c2;
  line-height: 1.5;
  display: block;
}
.book-landscape {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.book-caption {
  position: absolute;
  bottom: 28px;
  left: 80px;
  font-size: 8px;
  letter-spacing: 1.5px;
  line-height: 1.9;
  color: #8e96c5;
  transform: rotate(-2deg);
}
.floating-card {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  z-index: 4;
  background: linear-gradient(120deg, #10172aea, #0e1225ed);
  border: 1px solid #3d497b80;
  border-radius: 17px;
  box-shadow:
    inset 0 1px 0 #b3baf811,
    0 10px 30px #0004;
  padding: 21px;
  backdrop-filter: blur(14px);
}
.floating-card > .icon {
  width: 34px;
  height: 34px;
  color: #8075ff;
  stroke-width: 2.2;
}
.floating-card strong {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  display: block;
}
.floating-card p {
  font-size: 12px;
  line-height: 1.4;
  color: #aebbdc;
  margin: 7px 0 0;
}
.calculator-float {
  width: 321px;
  left: 77px;
  top: 23px;
  transform: rotate(-4deg);
}
.calendar-float {
  width: 197px;
  left: 464px;
  top: 200px;
  transform: rotate(5deg);
  padding: 19px 17px;
  gap: 13px;
}
.calendar-float > .icon {
  width: 31px;
}
.calendar-float strong,
.clarity-float strong {
  font-size: 13px;
}
.calendar-float p,
.clarity-float p {
  font-size: 11px;
}
.clarity-float {
  left: 470px;
  top: 342px;
  width: 189px;
  transform: rotate(5deg);
  padding: 21px 16px;
  gap: 14px;
}
.clarity-float > .icon {
  width: 34px;
  height: 34px;
  fill: #786aff;
  stroke-width: 0;
}
.expense-panel {
  position: absolute;
  left: 17px;
  top: 291px;
  width: 224px;
  border: 1px solid #374575;
  border-radius: 15px;
  background: linear-gradient(125deg, #10182a, #080d1a 85%);
  padding: 18px 15px 12px;
  z-index: 5;
  transform: rotate(-4deg);
  box-shadow:
    0 16px 22px #0005,
    inset 0 1px #8ca1ff0d;
}
.expense-panel h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.month-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8999c0;
  background: #12192c;
  border: 1px solid #26335480;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 9px;
  white-space: nowrap;
}
.month-label .icon {
  height: 10px;
  width: 10px;
}
.expense-rows {
  margin: 16px 0 10px;
}
.expense-rows > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #29344c44;
}
.expense-rows .icon {
  height: 20px;
  width: 20px;
  color: #827cff;
  stroke-width: 2;
}
.expense-rows b {
  font-size: 10px;
  font-weight: 400;
  margin-left: auto;
  white-space: nowrap;
  color: #e1e5fc;
}
.expense-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: linear-gradient(105deg, #191637, #14152d);
  border-radius: 8px;
  color: #8390ce;
  font-size: 10px;
}
.expense-total strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #8d83ff;
}
.expense-total > .icon {
  width: 40px;
  height: 40px;
  color: #6e62ff;
  fill: #6e62ff;
  stroke: none;
}
.handnote {
  font:
    500 19px/1.35 Caveat,
    cursive;
  color: #919cff;
  letter-spacing: 1.3px;
}
.hero-note {
  position: absolute;
  left: 500px;
  top: 548px;
  font-size: 15px;
  transform: rotate(-11deg);
  white-space: nowrap;
}
.hero-note svg {
  display: block;
  width: 130px;
  margin-left: -34px;
  margin-top: 3px;
  fill: none;
  stroke: #9294ff;
  stroke-width: 1.1;
}
.product-strip {
  border-top: 1px solid #4245a85c;
  border-bottom: 1px solid #4245a85c;
  background: linear-gradient(100deg, #0a0e1d, #101127 50%, #090d1a);
}
.product-strip > .container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 28px;
  padding-top: 27px;
  padding-bottom: 27px;
}
.product-strip .container > div {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.product-strip .icon {
  width: 34px;
  height: 34px;
  color: #7e75ff;
  stroke-width: 1.9;
}
.plus {
  color: #7f77ff;
  font-size: 22px;
}
.section {
  padding-top: 49px;
  padding-bottom: 44px;
}
.section-heading {
  text-align: center;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.section-heading h2 {
  font-size: 38px;
  letter-spacing: -1.3px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
}
.section-heading > p:last-child {
  color: #c7cde0;
  font-size: 18px;
  margin-bottom: 30px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.feature-card {
  background:
    radial-gradient(ellipse at 100% 100%, #3f3be44d, transparent 50%),
    linear-gradient(125deg, #0c1120, #080c17);
  border: 1px solid #4f52bf66;
  border-radius: 15px;
  min-height: 205px;
  padding: 29px 42px 25px;
  transition:
    transform 0.23s,
    border-color 0.23s;
  box-shadow: inset 0 1px #8690ff09;
}
.feature-card:hover {
  transform: translateY(-3px);
  border-color: #777aff99;
}
.feature-card > .icon {
  height: 42px;
  width: 42px;
  color: #8177ff;
  stroke-width: 2;
}
.feature-card:nth-child(2) > .icon,
.feature-card:nth-child(3) > .icon {
  fill: #7770ff;
  stroke-width: 1.5;
}
.feature-card h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.65px;
  margin: 15px 0 8px;
}
.feature-card p {
  color: #b5c1e7;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}
.product-bundle {
  border-top: 1px solid #2e38644d;
  border-bottom: 1px solid #2e38644d;
  background:
    radial-gradient(ellipse at 77% 54%, #282b9824, transparent 55%), #060b15;
  padding-top: 31px;
  padding-bottom: 33px;
}
.bundle-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 0;
}
.bundle-copy {
  position: relative;
  z-index: 2;
}
.bundle-copy .eyebrow {
  margin-bottom: 23px;
}
.bundle-copy h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -1.45px;
  line-height: 1.18;
  margin-bottom: 31px;
}
.bundle-copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.bundle-copy li {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #c8d1e9;
  font-size: 18px;
  margin-bottom: 15px;
}
.check-circle {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #9290ff, #5b55ff);
  border-radius: 50%;
  color: #0d1040;
}
.check-circle .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}
.bundle-copy .button {
  min-width: 291px;
  justify-content: space-between;
}
.calculator-visual {
  height: 525px;
}
.calculator-art {
  height: 560px;
}
.device-glow {
  position: absolute;
  inset: 55px 70px 20px 60px;
  background: radial-gradient(
    ellipse at 70% 30%,
    #514dff99,
    #1d31d44d 40%,
    transparent 70%
  );
  filter: blur(24px);
  z-index: -1;
}
.device-orbit {
  position: absolute;
  inset: 20px -5px 7px 16px;
  border: 1px solid #39469a5e;
  border-radius: 50%;
  transform: rotate(-15deg);
  z-index: -1;
}
.tablet {
  position: absolute;
  left: 51px;
  top: 25px;
  width: 410px;
  height: 501px;
  border: 2px solid #7885b9;
  border-radius: 31px;
  background: linear-gradient(110deg, #131b32, #030712 20%, #0b1023);
  padding: 21px 18px 19px;
  transform: perspective(1500px) rotateY(-9deg) rotateZ(-5deg);
  box-shadow:
    inset 0 0 0 3px #090e1b,
    inset 0 0 0 5px #35426a,
    12px 14px 35px #0008;
  z-index: 3;
}
.tablet-camera {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #28334a;
  border-radius: 50%;
}
.tablet-screen {
  height: 100%;
  background: linear-gradient(140deg, #0d1525, #080d1a);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #242c4144;
}
.tablet-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px;
  gap: 6px;
}
.tablet-heading h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.3px;
}
.tablet-heading .month-label {
  font-size: 8px;
  padding: 5px;
  gap: 4px;
}
.tablet-summary {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 17px 20px 29px;
}
.donut {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: conic-gradient(
    #48bf8f 0 33%,
    #7286ff 33% 45%,
    #5343e8 45% 89%,
    #978eff 89%
  );
  position: relative;
  transform: rotate(-6deg);
}
.donut:after {
  content: "";
  position: absolute;
  inset: 15px;
  background: #0c1425;
  border-radius: 50%;
  box-shadow: 0 0 7px #0004;
}
.tablet-summary > div:last-child {
  flex: 1;
  min-width: 0;
}
.tablet-summary span {
  font-size: 11px;
  color: #8d9fca;
}
.tablet-summary strong {
  font-size: 23px;
  letter-spacing: -0.4px;
  display: block;
  margin: 3px 0 6px;
}
.tablet-summary small {
  font-size: 10px;
  color: #50c795;
  white-space: nowrap;
}
.tablet-categories {
  padding: 0 19px;
}
.tablet-categories > div {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #202b424d;
  padding: 14px 0;
  font-size: 11px;
  white-space: nowrap;
}
.category-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6caaff;
  box-shadow: 0 0 5px #6caaff22;
}
.dot-1 {
  background: #efa44f;
}
.dot-2 {
  background: #f486a7;
}
.dot-3 {
  background: #8fdec5;
}
.tablet-categories strong {
  font-size: 11px;
  font-weight: 400;
  margin-left: auto;
}
.tablet-categories small {
  font-size: 10px;
  color: #94a5c9;
  width: 27px;
  text-align: right;
  margin-left: 7px;
}
.tablet-navigation {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(100deg, #131a36, #111529);
  border-top: 1px solid #2c355047;
  margin-top: 9px;
  padding: 15px 2px 12px;
}
.tablet-navigation > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #8b9abd;
}
.tablet-navigation .icon {
  width: 23px;
  height: 23px;
  color: #7185b8;
}
.tablet-navigation > span:first-child,
.tablet-navigation > span:first-child .icon {
  color: #8475ff;
}
.tablet-navigation > span:first-child .icon {
  fill: #776aff;
}
.phone {
  position: absolute;
  left: 460px;
  top: 71px;
  width: 186px;
  height: 337px;
  padding: 9px;
  border: 2px solid #5a6daa;
  border-radius: 32px;
  background: #080d1a;
  transform: rotate(8deg);
  box-shadow:
    inset 0 0 0 2px #18264b,
    4px 4px #151d35,
    8px 8px 20px #0008;
  z-index: 2;
}
.phone-screen {
  height: 100%;
  padding: 12px 13px;
  border-radius: 23px;
  background: linear-gradient(140deg, #0a1020, #111830);
  overflow: hidden;
}
.phone-notch {
  position: absolute;
  left: 53px;
  top: 8px;
  width: 66px;
  height: 15px;
  background: #050911;
  border-radius: 0 0 10px 10px;
}
.phone-status {
  font-size: 6px;
  color: #9dadd0;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.5px;
  margin: 0 0 26px;
}
.phone h3 {
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
}
.bar-chart {
  height: 107px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border-bottom: 1px solid #45528555;
  padding: 0 2px 10px;
  margin-bottom: 19px;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 30px,
    #24304e55 30px 31px
  );
}
.bar-chart i {
  width: 13px;
  height: 37%;
  background: linear-gradient(#8b80ff, #5550fc);
  border-radius: 2px 2px 0 0;
}
.bar-chart i:nth-child(2n) {
  height: 53%;
}
.bar-chart i:nth-child(3n) {
  height: 71%;
}
.bar-chart i:nth-child(5) {
  height: 62%;
}
.bar-chart i:nth-child(6) {
  height: 100%;
}
.bar-chart i:last-child {
  height: 80%;
}
.phone-label {
  font-size: 9px;
  color: #8e9dc1;
  display: block;
}
.phone strong {
  font-size: 17px;
  display: block;
  margin: 6px 0;
  white-space: nowrap;
  letter-spacing: -0.4px;
}
.phone small {
  font-size: 10px;
  color: #50c797;
}
.device-note {
  position: absolute;
  left: 476px;
  top: 440px;
  font-size: 21px;
  line-height: 1.4;
  white-space: nowrap;
  transform: rotate(-7deg);
}
.device-note i {
  display: block;
  margin: 12px 0 0 40px;
  width: 80px;
  border-top: 1px solid #8b92ff;
  transform: rotate(-13deg);
}
.final-cta {
  text-align: center;
  padding-top: 47px;
  padding-bottom: 43px;
  background: radial-gradient(ellipse at 49% 68%, #1d1b5a38, transparent 56%);
}
.final-cta .container {
  position: relative;
}
.final-cta .eyebrow {
  margin-bottom: 23px;
}
.final-cta h2 {
  font-size: 47px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -1.8px;
  margin-bottom: 21px;
}
.final-cta > .container > p:not(.eyebrow):not(.payment-note) {
  font-size: 18px;
  color: #ced5e8;
  margin-bottom: 28px;
}
.final-cta .button {
  min-width: 315px;
  border: 1px solid #9589ff;
  box-shadow:
    inset 0 4px 10px #b4aaff77,
    0 0 25px #3b39ff33;
  gap: 30px;
  padding: 21px 35px;
}
.payment-note {
  font-size: 15px;
  color: #b4c0df;
  margin: 20px 0 0;
}
.payment-note span {
  margin: 0 9px;
}
.note-left {
  position: absolute;
  left: 63px;
  bottom: 40px;
  text-align: left;
  transform: rotate(-13deg);
  font-size: 20px;
}
.note-left:before {
  content: "";
  position: absolute;
  left: -21px;
  top: -10px;
  width: 50px;
  border-top: 1px solid #8c90ff;
  transform: rotate(-10deg);
}
.note-right {
  position: absolute;
  right: 70px;
  bottom: 33px;
  text-align: left;
  transform: rotate(-10deg);
  font-size: 20px;
}
.note-right:after {
  content: "";
  display: block;
  margin: 6px 0 0 65px;
  width: 54px;
  border-top: 1px solid #8c90ff;
  transform: rotate(-4deg);
}
.site-footer {
  height: 112px;
  max-width: none;
  border-top: 1px solid #30366566;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.site-footer .logo {
  font-size: 22px;
}
.site-footer nav {
  display: flex;
  gap: 32px;
  font-size: 12px;
  color: #b7c2df;
}
.site-footer p {
  font-size: 10px;
  color: #8b9abc;
  white-space: nowrap;
  margin: 0;
}
.info-dialog,
.checkout-dialog {
  position: fixed;
  max-height: 90dvh;
  overflow: auto;
  max-width: calc(100% - 28px);
  width: 550px;
  border: 1px solid #4d5798;
  border-radius: 18px;
  background: #0b1121;
  color: var(--text);
  padding: 34px;
  box-shadow: 0 30px 100px #000a;
}
.info-dialog::backdrop,
.checkout-dialog::backdrop {
  background: #020511cf;
  backdrop-filter: blur(9px);
}
.close-dialog {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 30px;
  background: transparent;
  border: 0;
  color: #aeb9de;
}
.info-dialog h2,
.checkout-dialog h2 {
  font-size: 29px;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin-bottom: 15px;
}
.info-dialog p {
  color: #a7b4d1;
  line-height: 1.7;
  font-size: 14px;
}
.info-dialog .eyebrow,
.checkout-dialog .eyebrow {
  font-size: 10px;
  margin-bottom: 13px;
}
.info-dialog details {
  padding: 17px 0;
  border-bottom: 1px solid #28334f;
}
.info-dialog summary {
  cursor: pointer;
  font-size: 14px;
  color: #d5dcf4;
}
.info-dialog details p {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
}
.info-dialog .secondary-link {
  display: table;
  margin-top: 25px;
}
.info-dialog .button {
  font-size: 14px;
  margin: 15px 0;
}
.checkout-price {
  color: #9b93ff;
  font-size: 23px;
  margin: 0 0 10px;
}
.checkout-price span {
  font-size: 12px;
  color: #97a4c4;
}
.checkout-description {
  font-size: 13px;
  color: #a7b4d1;
  line-height: 1.7;
  margin-bottom: 22px;
}
.field {
  margin-bottom: 15px;
}
.field label {
  font-size: 12px;
  color: #bbc5df;
  display: block;
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  background: #111a2e;
  color: white;
  padding: 12px;
  border: 1px solid #35426a;
  border-radius: 6px;
  font-size: 14px;
  min-width: 0;
}
.field input::placeholder {
  color: #6f81a6;
}
.field .err {
  display: none;
  color: #ffb3c3;
  font-size: 11px;
  margin: 5px 0;
}
.field.has-error .err {
  display: block;
}
.field.has-error input {
  border-color: #d07590;
}
.field-row {
  display: flex;
  gap: 12px;
}
.field-row .field {
  flex: 1;
  min-width: 0;
}
.hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pix-note {
  display: flex;
  gap: 10px;
  background: #131d36;
  border: 1px solid #344268;
  border-radius: 7px;
  padding: 12px;
  font-size: 11px;
  line-height: 1.7;
  color: #a5b5d8;
  margin: 18px 0;
}
.btn-checkout {
  width: 100%;
  padding: 15px;
  background: linear-gradient(100deg, #5245ff, #5b53ff);
  color: white;
  font-weight: 600;
  border: 1px solid #807aff;
  border-radius: 8px;
  font-size: 14px;
}
.btn-checkout:disabled {
  opacity: 0.6;
  cursor: wait;
}
.secure-row {
  display: flex;
  gap: 7px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 8px;
  color: #8b9ab9;
  margin-top: 15px;
}
#formError {
  display: none;
  padding: 12px;
  border: 1px solid #c76985;
  color: #ffd1dc;
  background: #352032;
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 14px;
}
#pixResult {
  display: none;
  text-align: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #354264;
}
#pixQrImage {
  max-width: 220px;
  width: 100%;
  margin: auto;
  display: block;
  border-radius: 5px;
}
#pixCopyCode {
  overflow-wrap: anywhere;
  font: 11px/1.6 monospace;
  background: #17223a;
  padding: 10px;
  border-radius: 5px;
  color: #b8c8ef;
}
.icon[hidden] {
  display: none;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 690px;
  }
  .hero-visual {
    height: 657px;
  }
  .section {
    padding-top: 58px;
    padding-bottom: 50px;
  }
  .product-bundle {
    padding-top: 35px;
    padding-bottom: 38px;
  }
  .calculator-visual {
    height: 550px;
  }
  .final-cta {
    padding-top: 57px;
    padding-bottom: 52px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 38px;
    padding-right: 38px;
  }
  .site-header {
    height: 75px;
  }
  .logo {
    font-size: 22px;
  }
  .site-header nav {
    gap: 25px;
    font-size: 12px;
  }
  .header-button {
    font-size: 12px;
    padding: 12px 19px;
  }
  .hero {
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .hero-visual {
    height: 565px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
  .hero h1 {
    font-size: clamp(36px, 4.04vw, 49px);
    letter-spacing: -1.8px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 26px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 18px 18px;
    gap: 15px;
  }
  .secondary-link {
    font-size: 11px;
  }
  .quick-benefits {
    font-size: 11px;
    gap: 9px;
    margin-top: 30px;
  }
  .quick-benefits .icon {
    width: 15px;
  }
  .product-strip > .container {
    gap: 22px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .product-strip .container > div {
    font-size: 13px;
    gap: 12px;
  }
  .product-strip .icon {
    height: 30px;
    width: 30px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .section-heading > p:last-child {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .feature-card {
    padding: 26px 30px 22px;
    min-height: 182px;
  }
  .feature-card h3 {
    font-size: 21px;
  }
  .feature-card p {
    font-size: 15px;
  }
  .feature-card > .icon {
    height: 36px;
    width: 36px;
  }
  .bundle-copy h2 {
    font-size: 32px;
    letter-spacing: -1.1px;
  }
  .bundle-copy li {
    font-size: 15px;
    margin-bottom: 13px;
    gap: 13px;
  }
  .check-circle {
    width: 28px;
    height: 28px;
  }
  .bundle-copy .button {
    min-width: 258px;
    font-size: 15px;
    padding: 18px 23px;
  }
  .calculator-visual {
    height: 455px;
  }
  .final-cta h2 {
    font-size: 41px;
  }
  .final-cta > .container > p:not(.eyebrow):not(.payment-note) {
    font-size: 16px;
  }
  .final-cta .button {
    font-size: 15px;
    min-width: 289px;
    padding: 19px 30px;
  }
  .note-left,
  .note-right {
    font-size: 17px;
  }
  .note-left {
    left: 40px;
  }
  .note-right {
    right: 45px;
  }
  .site-footer {
    height: 100px;
    gap: 45px;
    padding-left: 38px;
    padding-right: 38px;
  }
  .site-footer .logo {
    font-size: 20px;
  }
  .site-footer nav {
    gap: 22px;
    font-size: 10px;
  }
  .site-footer p {
    font-size: 8px;
  }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .container {
    padding-left: 41px;
    padding-right: 41px;
  }
  .site-header {
    height: 69px;
  }
  .hero {
    padding-top: 5px;
    padding-bottom: 14px;
  }
  .hero-visual {
    height: 493px;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -1.4px;
    white-space: nowrap;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 365px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 18px 16px;
    gap: 18px;
  }
  .hero-actions .secondary-link {
    font-size: 9px;
    gap: 6px;
  }
  .quick-benefits {
    font-size: 10px;
    margin-top: 30px;
    gap: 15px;
  }
  .product-strip > .container {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 23px;
  }
  .product-strip .icon {
    width: 26px;
    height: 26px;
  }
  .product-strip .container > div {
    font-size: 11px;
    gap: 12px;
  }
  .plus {
    font-size: 17px;
  }
  .section {
    padding-top: 34px;
    padding-bottom: 30px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .section-heading h2 {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .benefit-grid {
    gap: 20px;
  }
  .feature-card {
    padding: 22px 30px 18px;
    min-height: 146px;
    border-radius: 12px;
  }
  .feature-card > .icon {
    height: 31px;
    width: 31px;
  }
  .feature-card h3 {
    font-size: 18px;
    letter-spacing: -0.3px;
    margin: 13px 0 7px;
  }
  .feature-card p {
    font-size: 13px;
    line-height: 1.45;
  }
  .product-bundle {
    padding-top: 23px;
    padding-bottom: 20px;
  }
  .calculator-visual {
    height: 373px;
  }
  .bundle-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 21px;
  }
  .bundle-copy h2 {
    font-size: 28px;
    letter-spacing: -0.8px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  .bundle-copy li {
    font-size: 13px;
    margin-bottom: 10px;
    gap: 12px;
  }
  .check-circle {
    width: 24px;
    height: 24px;
  }
  .check-circle .icon {
    width: 15px;
    height: 15px;
  }
  .bundle-copy ul {
    margin-bottom: 28px;
  }
  .bundle-copy .button {
    min-width: 214px;
    font-size: 13px;
    padding: 17px 22px;
    border-radius: 10px;
  }
  .final-cta {
    padding-top: 34px;
    padding-bottom: 31px;
  }
  .final-cta .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .final-cta h2 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }
  .final-cta > .container > p:not(.eyebrow):not(.payment-note) {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .final-cta .button {
    font-size: 13px;
    min-width: 229px;
    padding: 16px 30px;
    border-radius: 11px;
  }
  .payment-note {
    font-size: 11px;
    margin-top: 15px;
  }
  .note-left,
  .note-right {
    font-size: 15px;
  }
  .note-left {
    left: 50px;
    bottom: 28px;
  }
  .note-right {
    right: 51px;
    bottom: 27px;
  }
  .site-footer {
    height: 84px;
    gap: 50px;
    padding-left: 39px;
    padding-right: 39px;
  }
  .site-footer .logo {
    font-size: 18px;
  }
  .site-footer nav {
    font-size: 9px;
    gap: 25px;
  }
  .site-footer p {
    font-size: 8px;
  }
}
@media (max-width: 850px) and (min-width: 761px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 10px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 320px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 16px 12px;
    gap: 9px;
  }
  .hero-actions .secondary-link {
    font-size: 8px;
  }
  .quick-benefits {
    font-size: 9px;
    gap: 7px;
  }
  .hero-visual {
    height: 435px;
  }
  .feature-card {
    padding: 22px;
  }
  .feature-card p {
    font-size: 12px;
  }
  .bundle-copy h2 {
    font-size: 24px;
  }
  .bundle-copy li {
    font-size: 11px;
  }
  .calculator-visual {
    height: 333px;
  }
  .site-footer {
    gap: 28px;
  }
  .site-footer nav {
    gap: 15px;
  }
  .site-footer p {
    font-size: 7px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 15px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-header {
    height: 77px;
    gap: 12px;
  }
  .logo {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  .site-header nav {
    display: none;
  }
  .header-button {
    font-size: 11px;
    padding: 11px 13px;
    gap: 12px;
    border-radius: 11px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 16px;
    overflow: clip;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-bottom: 23px;
  }
  .hero .eyebrow {
    font-size: 9px;
    padding-left: 18px;
  }
  .eyebrow.dot:before {
    top: 5px;
    width: 5px;
    height: 5px;
  }
  h1,
  .hero h1 {
    font-size: clamp(30px, 7.6vw, 45px);
    letter-spacing: -1.1px;
    line-height: 1.13;
    margin-bottom: 23px;
  }
  .hero h1 span {
    margin-top: 6px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.75;
    max-width: none;
    margin-bottom: 26px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 17px;
  }
  .hero-actions .button {
    width: 100%;
    padding: 17px;
    font-size: 13px;
    gap: 22px;
  }
  .hero-actions .secondary-link {
    align-self: center;
    font-size: 12px;
  }
  .quick-benefits {
    font-size: 9px;
    gap: 9px;
    margin-top: 26px;
    justify-content: space-between;
    max-width: none;
  }
  .quick-benefits span {
    gap: 5px;
  }
  .quick-benefits .icon {
    width: 14px;
    height: 14px;
  }
  .hero-visual {
    height: 415px;
    margin-top: 27px;
    margin-left: -7px;
    width: calc(100% + 14px);
  }
  .product-strip > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 12px;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .product-strip .plus {
    display: none;
  }
  .product-strip .container > div {
    font-size: 10px;
    gap: 10px;
    white-space: normal;
  }
  .product-strip .icon {
    width: 26px;
    height: 26px;
  }
  .section {
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .section-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .section-heading h2 {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 1.17;
    margin-bottom: 14px;
  }
  .section-heading > p:last-child {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .feature-card {
    padding: 25px 27px;
    min-height: 0;
    border-radius: 12px;
  }
  .feature-card > .icon {
    width: 34px;
    height: 34px;
  }
  .feature-card h3 {
    font-size: 21px;
    margin: 14px 0 9px;
  }
  .feature-card p {
    font-size: 15px;
    line-height: 1.55;
  }
  .feature-card p br {
    display: none;
  }
  .bundle-grid {
    grid-template-columns: 1fr;
  }
  .product-bundle {
    padding-top: 43px;
    padding-bottom: 22px;
    overflow: clip;
  }
  .bundle-copy .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .bundle-copy h2 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .bundle-copy li {
    font-size: 12px;
    gap: 10px;
    margin-bottom: 13px;
  }
  .check-circle {
    width: 24px;
    height: 24px;
  }
  .check-circle .icon {
    width: 14px;
    height: 14px;
  }
  .bundle-copy ul {
    margin-bottom: 26px;
  }
  .bundle-copy .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 40px;
    font-size: 14px;
    padding: 17px;
  }
  .calculator-visual {
    height: 342px;
    margin-top: 23px;
    margin-left: -6px;
    width: calc(100% + 12px);
  }
  .final-cta {
    padding-top: 41px;
    padding-bottom: 40px;
    overflow: clip;
  }
  .final-cta .eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .final-cta h2 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 19px;
  }
  .final-cta h2 br {
    display: none;
  }
  .final-cta h2 span {
    display: block;
  }
  .final-cta > .container > p:not(.eyebrow):not(.payment-note) {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .final-cta .button {
    min-width: 0;
    width: 100%;
    font-size: 14px;
    padding: 18px;
    gap: 24px;
  }
  .payment-note {
    font-size: 11px;
    margin-top: 19px;
  }
  .note-left,
  .note-right {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    font-size: 14px;
    margin-top: 28px;
    vertical-align: top;
  }
  .note-left {
    margin-right: 47px;
  }
  .note-right {
    margin-left: 12px;
  }
  .note-left:before {
    width: 25px;
    left: -8px;
    top: -5px;
  }
  .site-footer {
    height: auto;
    min-height: 180px;
    flex-direction: column;
    padding: 28px 20px;
    gap: 23px;
  }
  .site-footer .logo {
    font-size: 20px;
  }
  .site-footer nav {
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 9px;
  }
  .site-footer p {
    font-size: 8px;
    white-space: normal;
    text-align: center;
  }
  .info-dialog,
  .checkout-dialog {
    padding: 29px 21px;
    border-radius: 12px;
  }
  .checkout-price {
    font-size: 22px;
  }
  .checkout-price span {
    font-size: 10px;
  }
  .field input {
    font-size: 16px;
  }
  .field-row {
    gap: 10px;
  }
  .secure-row {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Ajustes de proporção após comparação com a referência. */
.hero,
.product-bundle {
  overflow: clip;
}
.art-glow {
  z-index: 0;
  opacity: 0.85;
  background: radial-gradient(
    ellipse,
    #6350ffcc,
    #293fe08a 34%,
    transparent 70%
  );
}
.device-glow {
  z-index: 0;
}
.feature-card > .icon {
  display: block;
}
@media (min-width: 1001px) {
  .hero h1 {
    font-size: clamp(40px, 3.8vw, 55px);
    white-space: nowrap;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .site-header {
    height: 60px;
  }
  .hero-visual {
    height: 438px;
  }
  .hero h1 {
    margin-bottom: 20px;
  }
  .hero-description {
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .quick-benefits {
    margin-top: 29px;
  }
  .section-heading > p:last-child {
    margin-bottom: 18px;
  }
  .section-heading .eyebrow {
    margin-bottom: 10px;
  }
  .feature-card {
    padding: 20px 30px 18px;
  }
  .feature-card p {
    font-size: 12.5px;
  }
  .feature-card h3 {
    margin-top: 12px;
  }
  .benefits {
    padding-bottom: 30px;
  }
}
@media (min-width: 761px) and (max-width: 850px) {
  .hero-visual {
    height: 410px;
  }
  .feature-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1201px) {
  .feature-card p {
    font-size: 16px;
  }
  .section-heading > p:last-child {
    margin-bottom: 27px;
  }
}
.site-footer {
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 761px) and (max-width: 1000px) {
  .product-strip > .container {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .benefits {
    padding-top: 30px;
  }
  .feature-card {
    padding-left: 28px;
    padding-right: 28px;
  }
  .feature-card h3 {
    line-height: 1.2;
  }
  .feature-card p {
    letter-spacing: -0.15px;
  }
  .calculator-visual {
    height: 362px;
  }
  .final-cta {
    padding-bottom: 14px;
  }
  .site-footer {
    height: 78px;
  }
}
@media (min-width: 761px) and (max-width: 850px) {
  .feature-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .calculator-visual {
    height: 333px;
  }
}
@media (max-width: 760px) {
  .site-footer {
    justify-content: center;
  }
}
/* Luz concentrada atrás dos mockups, como na referência. */
.art-glow{left:118px;top:4px;width:460px;height:530px;background:radial-gradient(ellipse at 48% 34%,#5750ffd9 0,#3548ffb3 23%,#273ad366 40%,transparent 68%);filter:blur(18px)}
.device-glow{inset:14px 40px 20px 22px;background:radial-gradient(ellipse at 71% 29%,#524dffd9,#2b3ad877 32%,transparent 64%);filter:blur(18px)}

/* Acesso de quem já comprou, sempre visível. */
.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.member-access{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:11px 17px;border:1px solid #847bff;border-radius:11px;background:#252448;color:#eeedff;font-size:12px;font-weight:600;white-space:nowrap;text-decoration:none}.member-access:hover{background:#383063;border-color:#bab1ff}.member-access:focus-visible{outline:3px solid #c5bcff;outline-offset:3px}
@media(min-width:761px) and (max-width:1100px){.site-header nav{gap:16px}.header-actions{gap:8px}.member-access{font-size:11px;padding:10px 12px}.site-header{gap:15px}}
@media(max-width:760px){.site-header{height:auto;min-height:77px;flex-wrap:wrap;padding-top:15px;padding-bottom:15px;row-gap:12px}.header-actions{margin-left:auto}.header-actions .header-button{display:none}.member-access{font-size:11px;padding:10px 12px}.site-header .logo{font-size:18px}}
