:root {
  color-scheme: dark;
  --bg: #090a0c;
  --surface: #12151a;
  --surface-2: #191e25;
  --text: #f7f4ee;
  --muted: #b5aa9b;
  --line: rgba(255, 255, 255, 0.13);
  --red: #ff3f35;
  --red-dark: #8b1714;
  --amber: #f5b74c;
  --green: #42d383;
  --blue: #72c7ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(9, 10, 12, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  border-radius: 9px;
  box-shadow: 0 0 0 1px var(--line);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: start;
  align-items: start;
  min-height: calc(100svh - 132px);
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 5vw, 72px) clamp(70px, 9vw, 108px);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.98) 0%, rgba(9, 10, 12, 0.9) 34%, rgba(9, 10, 12, 0.08) 64%, rgba(9, 10, 12, 0.16) 100%),
    linear-gradient(180deg, rgba(9, 10, 12, 0) 0%, rgba(9, 10, 12, 0.34) 100%);
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background-color: #0f1216;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("assets/tilt-shadow-realm-hero.png?v=2026-05-25-two-arms");
  background-image: -webkit-image-set(
    url("assets/tilt-shadow-realm-hero.webp?v=2026-05-25-two-arms") type("image/webp"),
    url("assets/tilt-shadow-realm-hero.png?v=2026-05-25-two-arms") type("image/png"));
  background-image: image-set(
    url("assets/tilt-shadow-realm-hero.webp?v=2026-05-25-two-arms") type("image/webp"),
    url("assets/tilt-shadow-realm-hero.png?v=2026-05-25-two-arms") type("image/png"));
  filter: brightness(1.08) saturate(1.08) contrast(1.04);
}

.trade-window {
  position: absolute;
  opacity: 0.3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(13, 17, 22, 0.88);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.trade-window-left {
  right: max(26px, 8vw);
  top: 9%;
  width: min(640px, 58vw);
  height: min(420px, 44vw);
}

.trade-window-right {
  right: max(18px, 6vw);
  bottom: 11%;
  width: min(330px, 32vw);
  min-height: 240px;
}

.window-bar {
  display: flex;
  gap: 7px;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--red);
}

.window-bar span:nth-child(2) {
  background: var(--amber);
}

.window-bar span:nth-child(3) {
  background: var(--green);
}

.chart-grid {
  position: relative;
  height: calc(100% - 38px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 25%, 12.5% 100%;
}

.candle {
  position: absolute;
  bottom: 22%;
  width: 14px;
  border-radius: 2px;
}

.candle::before,
.candle::after {
  position: absolute;
  left: 6px;
  width: 2px;
  content: "";
  background: currentColor;
}

.candle::before {
  top: -34px;
  height: 34px;
}

.candle::after {
  bottom: -42px;
  height: 42px;
}

.candle-up {
  color: var(--green);
  background: var(--green);
}

.candle-down {
  color: var(--red);
  background: var(--red);
}

.c1 {
  left: 10%;
  height: 78px;
}

.c2 {
  left: 21%;
  height: 126px;
  bottom: 28%;
}

.c3 {
  left: 33%;
  height: 92px;
  bottom: 39%;
}

.c4 {
  left: 45%;
  height: 154px;
  bottom: 23%;
}

.c5 {
  left: 58%;
  height: 202px;
  bottom: 18%;
}

.c6 {
  left: 70%;
  height: 84px;
  bottom: 34%;
}

.c7 {
  left: 81%;
  height: 164px;
  bottom: 16%;
}

.c8 {
  left: 91%;
  height: 62px;
  bottom: 31%;
}

.alert-overlay {
  position: absolute;
  right: max(84px, 16vw);
  top: 32%;
  display: grid;
  justify-items: center;
  width: min(320px, 28vw);
  padding: 26px 22px 30px;
  text-align: center;
  opacity: 0.3;
  background: rgba(139, 23, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 80px rgba(255, 63, 53, 0.24);
}

.hero-scene .trade-window,
.hero-scene .alert-overlay {
  display: none;
}

.alert-overlay img {
  margin-bottom: 12px;
  border-radius: 18px;
}

.alert-overlay p {
  margin: 0;
  color: #ffd8d5;
  font-size: 12px;
  font-weight: 900;
}

.alert-overlay strong {
  font-size: clamp(58px, 7vw, 96px);
  line-height: 0.95;
}

.alert-overlay span {
  color: #ffeae8;
  font-size: 14px;
  font-weight: 750;
}

.risk-list {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.risk-list b,
.risk-list span {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.risk-list b::after {
  color: var(--green);
  content: "active";
}

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

.risk-list span::after {
  color: var(--amber);
  content: "watch";
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(58px, 11vw, 132px);
  line-height: 0.88;
}

.hero-copy {
  max-width: 640px;
  margin: 26px 0 0;
  color: #e4ded5;
  font-size: clamp(20px, 3vw, 31px);
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  margin-top: 26px;
}

.hero-proof > span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: #e4ded5;
  font-size: 13px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.hero-proof strong {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 850;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease, background 140ms ease, border-color 140ms ease;
}

.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 16px 44px rgba(255, 63, 53, 0.26);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 20px 52px rgba(255, 63, 53, 0.36);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.button:disabled:hover {
  transform: none;
  filter: none;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1px;
  background: var(--line);
  transform: translateY(-1px);
}

.proof-strip div {
  display: grid;
  gap: 6px;
  min-height: 112px;
  align-content: center;
  padding: 22px clamp(18px, 3vw, 30px);
  background: var(--surface);
}

.proof-strip strong {
  font-size: 18px;
}

.proof-strip span {
  color: var(--muted);
  line-height: 1.4;
}

.value-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(60px, 7vw, 88px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.value-band h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.value-band .button {
  justify-self: start;
}

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

.value-grid article {
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 132px;
  align-content: center;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.value-grid strong {
  color: var(--text);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1;
}

.value-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.section,
.workflow,
.install,
.early-access,
.pricing,
.guide-links,
.policy-main,
.blog-index,
.blog-article {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
}

.signals-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: min(980px, 95svh);
  padding: 0;
  overflow: hidden;
  background: #090a0c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signals-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(9, 10, 12, 0.98) 0%, rgba(9, 10, 12, 0.86) 36%, rgba(9, 10, 12, 0.26) 72%, rgba(9, 10, 12, 0.62) 100%),
    linear-gradient(180deg, rgba(9, 10, 12, 0.18) 0%, rgba(9, 10, 12, 0.82) 100%);
}

.signals-bg-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
  transform: scale(1.03) translate3d(-8px, 0, 0);
  animation: signals-drift 18s ease-in-out infinite alternate;
}

.signals-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(82px, 10vw, 136px) clamp(18px, 5vw, 30px);
}

.signals-section .section-copy {
  color: #ddd5cb;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}

.signals-section .feature-grid article {
  background: rgba(18, 21, 26, 0.8);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

@keyframes signals-drift {
  from {
    transform: scale(1.03) translate3d(-10px, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(18px, -10px, 0);
  }
}

.section-heading,
.workflow-copy,
.install > div,
.early-access > div,
.policy-main section,
.blog-article article {
  max-width: 680px;
  min-width: 0;
}

.section-copy {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

h2 {
  margin: 0;
  font-size: clamp(36px, 6vw, 66px);
  line-height: 0.98;
}

h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.feature-grid article {
  min-width: 0;
  min-height: 252px;
  padding: 26px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.metric {
  color: var(--blue);
  font-size: 42px;
  font-weight: 950;
}

.feature-grid p,
.workflow-copy p,
.install li,
.text-panel p,
.safety-grid p,
.faq-list p,
.policy-main p,
.blog-index p,
.blog-article p,
.blog-article li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.steps div {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 20px;
  background: #11161b;
  border-left: 4px solid var(--red);
}

.steps span {
  color: var(--amber);
  font-weight: 950;
}

.steps strong {
  font-size: 19px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.text-panel {
  min-width: 0;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.text-panel p {
  margin: 0;
}

.text-panel p + p {
  margin-top: 18px;
}

.text-panel a {
  color: var(--text);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-underline-offset: 4px;
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.safety-grid article {
  min-width: 0;
  padding: 30px;
  background: #11161b;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.safety-grid h2 {
  font-size: clamp(32px, 4vw, 48px);
}

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

.billing-result {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.checkout-status {
  max-width: 760px;
  margin-top: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-status[hidden] {
  display: none;
}

.billing-result[data-state="error"] {
  color: #ffb4ad;
}

.billing-result[data-state="info"] {
  color: var(--blue);
}

.billing-result[data-state="success"] {
  color: #88f5b3;
}

.billing-claim {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.billing-claim[hidden] {
  display: none;
}

.billing-claim p {
  margin: 0;
  color: var(--muted);
}

.billing-claim-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.billing-claim-row code {
  display: block;
  min-width: 0;
  padding: 10px 12px;
  overflow-wrap: anywhere;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
  margin-top: 16px;
}

.checkout-steps div {
  min-width: 0;
  padding: 18px;
  background: #11161b;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.checkout-steps span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
}

.checkout-steps strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.checkout-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.pricing-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  min-height: 390px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pricing-card-featured {
  border-color: rgba(255, 63, 53, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 63, 53, 0.18), rgba(255, 63, 53, 0.03) 46%),
    var(--surface);
  box-shadow: 0 26px 96px rgba(255, 63, 53, 0.22);
}

.pricing-lifetime::before {
  position: absolute;
  inset: -1px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 198, 86, 0.38);
  border-radius: 8px;
}

.pricing-badge {
  justify-self: start;
  margin: 0;
  padding: 6px 9px;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.pricing-card-featured .pricing-badge {
  color: #fff3ef;
  background: rgba(255, 63, 53, 0.24);
  border-color: rgba(255, 63, 53, 0.45);
}

.pricing-card h3 {
  margin: 0;
  font-size: clamp(44px, 6vw, 66px);
  line-height: 0.95;
}

.pricing-card h3 span {
  color: var(--muted);
  font-size: 18px;
}

.pricing-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.pricing-points {
  display: grid;
  gap: 9px;
  margin: 2px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.pricing-card .button {
  align-self: end;
  margin-top: auto;
}

.pricing-heading-cta {
  min-width: min(100%, 360px);
  margin-top: 24px;
}

.pricing-lifetime .button {
  box-shadow: 0 16px 46px rgba(255, 63, 53, 0.28);
}

.pricing-math {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pricing-math div {
  min-width: 0;
  padding: 14px;
  background: rgba(255, 63, 53, 0.12);
  border: 1px solid rgba(255, 63, 53, 0.28);
  border-radius: 8px;
}

.pricing-math strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.pricing-math span {
  display: block;
  margin-top: 6px;
  color: #ffd8d5;
  font-size: 13px;
  font-weight: 800;
}

.offer-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 76px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.offer-close h2 {
  max-width: 840px;
  font-size: clamp(32px, 5vw, 54px);
}

.offer-close p:not(.eyebrow) {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.faq {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--text);
  font-size: 19px;
  font-weight: 850;
}

.faq-list p {
  max-width: 860px;
  margin: 0;
  padding: 0 24px 24px;
}

.install {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.early-access {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  scroll-margin-top: 96px;
  border-top: 1px solid var(--line);
}

.install-access-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.install-access-panel h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.02;
}

.install-access-panel p:not(.eyebrow):not(.form-note) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.install ol {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding-left: 22px;
}

.install a {
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.install-secondary {
  border-top: 1px solid var(--line);
}

.policy-main {
  display: grid;
  gap: 28px;
}

.policy-main h1 {
  font-size: clamp(46px, 8vw, 86px);
}

.policy-main h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.policy-date {
  margin: -10px 0 10px;
}

.policy-main section {
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer a:hover {
  color: var(--text);
}

.guide-links {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-links > div:first-child {
  min-width: 0;
}

.guide-links p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.guide-link-grid {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.guide-link-grid a {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.guide-link-grid a:hover {
  border-color: rgba(245, 183, 76, 0.52);
}

.guide-link-grid span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-link-grid strong {
  color: var(--text);
  font-size: clamp(19px, 3vw, 26px);
  line-height: 1.15;
}

.blog-index {
  display: grid;
  gap: 26px;
}

.blog-index h1,
.blog-article h1 {
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.98;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.hub-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr);
  gap: 24px;
  align-items: start;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hub-promo h2,
.cluster-card h2,
.related-guides h2,
.article-support h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.06;
}

.hub-promo h2 a:hover,
.hub-promo li::marker,
.quick-answer a {
  color: var(--amber);
}

.hub-promo ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.blog-tools {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #11161b;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-tools label {
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
}

.blog-tools input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font: inherit;
}

.blog-tools input:focus {
  outline: 2px solid rgba(245, 183, 76, 0.72);
  outline-offset: 2px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 12px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
}

.filter-chip span {
  color: var(--amber);
}

.filter-chip.is-active {
  color: var(--text);
  background: rgba(255, 63, 53, 0.18);
  border-color: rgba(255, 63, 53, 0.5);
}

.filter-status,
.empty-guides {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.empty-guides {
  padding: 22px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-grid article {
  min-width: 0;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.blog-grid h2 {
  font-size: clamp(24px, 4vw, 34px);
}

.blog-grid h2 a:hover,
.back-link:hover {
  color: var(--amber);
}

.blog-grid span,
.article-meta,
.back-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
}

.blog-article article {
  display: grid;
  gap: 28px;
}

.blog-article section {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.blog-article ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.quick-answer,
.article-cta {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quick-answer strong {
  color: var(--amber);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-answer a {
  display: inline-flex;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(245, 183, 76, 0.38);
  text-underline-offset: 4px;
}

.article-support ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 22px;
}

.related-grid,
.hub-clusters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.related-card,
.cluster-card {
  min-width: 0;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.related-card {
  display: grid;
  gap: 8px;
}

.related-card span,
.related-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.related-card strong {
  font-size: 17px;
  line-height: 1.35;
}

.related-card:hover,
.cluster-card a:hover {
  color: var(--amber);
}

.cluster-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.article-cta h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.article-cta .button {
  margin-top: 12px;
}

code {
  padding: 2px 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
  overflow-wrap: anywhere;
}

/* ============================================================
   CRO refactor: lifetime-first conversion components
   ============================================================ */

.hero-microcopy {
  max-width: 600px;
  margin: 18px 0 0;
  color: #b5aa9b;
  font-size: 14px;
  line-height: 1.5;
}

.button-xl {
  min-height: 60px;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.cta-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--amber);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(245, 183, 76, 0.4);
  text-underline-offset: 5px;
}

.cta-link:hover {
  color: #ffd17a;
}

/* ----- Value math + comparison table ----- */

.value-lead {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.math-table-wrap {
  grid-column: 1 / -1;
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.math-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.math-table th,
.math-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.math-table thead th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.math-table tbody th {
  color: var(--text);
  font-weight: 850;
}

.math-table tbody tr:last-child th,
.math-table tbody tr:last-child td {
  border-bottom: none;
}

.math-table .th-lifetime,
.math-table .td-lifetime {
  position: relative;
  color: #fff;
  background: rgba(255, 63, 53, 0.1);
  border-left: 1px solid rgba(255, 63, 53, 0.3);
}

.math-table .th-lifetime {
  color: #ffd8d5;
  background: rgba(255, 63, 53, 0.18);
}

.math-table .td-lifetime strong {
  color: #fff;
  font-weight: 900;
}

.math-table .td-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(66, 211, 131, 0.18);
  border: 1px solid rgba(66, 211, 131, 0.4);
  border-radius: 999px;
}

.math-caption {
  margin: 0;
  padding: 14px 18px;
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid var(--line);
}

/* ----- Reset cost anchor ----- */

.reset-anchor {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 84px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.reset-anchor-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
}

.reset-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 32px 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.reset-card .eyebrow {
  margin-bottom: 6px;
}

.reset-card strong {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 950;
  line-height: 1;
}

.reset-price-stack {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.reset-card span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.reset-card-loss {
  background: rgba(139, 23, 20, 0.18);
  border-color: rgba(255, 63, 53, 0.3);
}

.reset-card-loss strong {
  color: #ff6b62;
}

.reset-card-win {
  background:
    linear-gradient(180deg, rgba(66, 211, 131, 0.12), rgba(66, 211, 131, 0.02) 60%),
    var(--surface);
  border-color: rgba(66, 211, 131, 0.4);
}

.reset-card-win strong {
  color: #6ce5a1;
}

.reset-card-vs {
  display: grid;
  place-items: center;
  padding: 0 8px;
  background: transparent;
  border: none;
}

.reset-card-vs .vs {
  color: var(--muted);
  font-size: 26px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reset-anchor-line {
  max-width: 880px;
  margin: 32px auto 0;
  color: var(--text);
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

/* Combined value section (math + reset anchor in one) */
.value-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.value-section .reset-anchor-grid {
  margin-top: 40px;
}

.value-section .math-table-wrap {
  margin-top: 24px;
}

/* ----- Tilt calculator (slider) ----- */

.tilt-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  margin-top: 44px;
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 63, 53, 0.07), rgba(245, 183, 76, 0.04) 60%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.calc-input {
  display: grid;
  gap: 18px;
}

.calc-label {
  display: block;
  color: var(--text);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
}

.calc-slider-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.calc-slider {
  flex: 1;
  min-width: 0;
  height: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  --calc-fill: 20%;
}

.calc-slider::-webkit-slider-runnable-track {
  height: 14px;
  background:
    linear-gradient(
      90deg,
      var(--red) 0%,
      var(--red) var(--calc-fill),
      rgba(255, 255, 255, 0.1) var(--calc-fill),
      rgba(255, 255, 255, 0.1) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.calc-slider::-moz-range-track {
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.calc-slider::-moz-range-progress {
  height: 14px;
  background: var(--red);
  border-radius: 999px;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: #fff;
  border: 5px solid var(--red);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(255, 63, 53, 0.45);
  cursor: grab;
  transition: transform 120ms ease;
}

.calc-slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 5px solid var(--red);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(255, 63, 53, 0.45);
  cursor: grab;
  transition: transform 120ms ease;
}

.calc-slider:active::-webkit-slider-thumb {
  transform: scale(1.12);
  cursor: grabbing;
}

.calc-slider:active::-moz-range-thumb {
  transform: scale(1.12);
  cursor: grabbing;
}

.calc-slider:focus-visible::-webkit-slider-thumb {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

.calc-value {
  display: inline-grid;
  place-items: center;
  min-width: 70px;
  height: 58px;
  padding: 0 16px;
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  background: var(--red);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(255, 63, 53, 0.35);
  font-variant-numeric: tabular-nums;
}

.calc-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: -6px;
  padding: 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.calc-input-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.calc-output {
  display: grid;
  gap: 18px;
}

.calc-headline {
  display: grid;
  gap: 4px;
}

.calc-amount {
  display: block;
  color: #ff8a82;
  font-size: clamp(54px, 8vw, 88px);
  font-weight: 950;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 4px 24px rgba(255, 63, 53, 0.28);
}

.calc-amount-label {
  display: block;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.calc-math {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
}

.calc-savings {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  background:
    linear-gradient(180deg, rgba(66, 211, 131, 0.12), rgba(66, 211, 131, 0.04)),
    var(--surface);
  border: 1px solid rgba(66, 211, 131, 0.34);
  border-radius: 10px;
}

.calc-savings p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

.calc-saving-amount {
  color: #6ce5a1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.calc-roi {
  color: var(--muted) !important;
  font-size: 13.5px !important;
  font-weight: 700;
}

.calc-roi strong {
  color: var(--amber);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.calc-output .button {
  justify-self: start;
  margin-top: 4px;
}

.calc-footnote {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-style: italic;
  opacity: 0.8;
}

/* ----- Pricing card upgrades ----- */

.pricing-grid {
  grid-template-columns: minmax(0, 1fr);
}

.pricing-small-print {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.8;
}

.price-stack {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.price-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  color: var(--text);
  font-family: inherit;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.price-pair strong,
.price-pair span {
  color: var(--text);
  font-weight: 950;
}

.price-pair small {
  color: var(--muted);
  font-size: 0.68em;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.hero-proof .price-pair {
  color: #fff;
}

.lifetime-pitch {
  color: #f7f4ee !important;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 1.5 !important;
}

.lifetime-points {
  list-style: none;
  padding-left: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 28px;
  font-size: 15px;
  color: var(--text);
}

@media (max-width: 700px) {
  .lifetime-points {
    grid-template-columns: 1fr;
  }
}

.lifetime-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 4px 0;
  color: var(--text);
}

.lifetime-points .check {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #6ce5a1;
  font-size: 13px;
  font-weight: 900;
  background: rgba(66, 211, 131, 0.14);
  border: 1px solid rgba(66, 211, 131, 0.45);
  border-radius: 999px;
}

.pricing-lifetime::after {
  position: absolute;
  inset: -2px;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 63, 53, 0.5), rgba(245, 183, 76, 0.32) 60%, rgba(255, 63, 53, 0.4));
  border-radius: 10px;
  filter: blur(14px);
  opacity: 0.7;
}

/* ----- 14-day guarantee band ----- */

.guarantee-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 88px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.guarantee-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: clamp(140px, 18vw, 200px);
  aspect-ratio: 1;
  color: #fff;
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 950;
  line-height: 0.85;
  text-align: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(66, 211, 131, 0.4), rgba(66, 211, 131, 0.05) 70%),
    rgba(66, 211, 131, 0.14);
  border: 3px solid rgba(66, 211, 131, 0.55);
  border-radius: 50%;
  box-shadow: 0 24px 80px rgba(66, 211, 131, 0.18);
}

.guarantee-mark span {
  display: block;
  line-height: 0.8;
}

.guarantee-mark small {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}

.guarantee-copy h2 {
  margin-top: 4px;
  font-size: clamp(28px, 4vw, 44px);
}

.guarantee-copy p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.guarantee-copy .button {
  margin-top: 26px;
}

/* ----- Identity section ----- */

.identity-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 110px) clamp(18px, 5vw, 30px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.identity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.identity-card,
.identity-quote {
  padding: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.identity-card ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding-left: 22px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.5;
}

.identity-quote {
  display: grid;
  gap: 12px;
  align-content: center;
  background:
    linear-gradient(180deg, rgba(255, 63, 53, 0.1), rgba(255, 63, 53, 0.02) 50%),
    var(--surface);
  border-color: rgba(255, 63, 53, 0.3);
}

.identity-quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
}

.identity-quote span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

/* ----- Ownership comparison ----- */

.ownership-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 110px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.ownership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.ownership-col {
  display: grid;
  gap: 16px;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.ownership-col ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.5;
}

.ownership-rent {
  opacity: 0.78;
}

.ownership-rent ul {
  color: var(--muted);
}

.ownership-rent ul li::marker {
  color: rgba(255, 255, 255, 0.3);
}

.ownership-own {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 63, 53, 0.14), rgba(255, 63, 53, 0.02) 55%),
    var(--surface);
  border-color: rgba(255, 63, 53, 0.45);
  box-shadow: 0 24px 80px rgba(255, 63, 53, 0.18);
}

.ownership-own ul {
  color: var(--text);
}

.ownership-own ul li::marker {
  color: var(--red);
}

.ownership-own .button {
  justify-self: start;
  margin-top: 12px;
}

/* ----- Final close ----- */

.offer-close-actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.offer-close-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

/* ----- Release block (collapsed) ----- */

.release-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px clamp(18px, 5vw, 30px) 60px;
}

.release-disclosure {
  padding: 18px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.release-disclosure summary {
  cursor: pointer;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.release-disclosure summary:hover {
  color: var(--text);
}

.release-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
}

.release-content h3 {
  margin: 6px 0 14px;
  font-size: 20px;
}

.release-content ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.release-content a {
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

/* ----- Inside the lifetime pass: benefits grid ----- */

.inside-pass {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.benefit-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
  padding: 28px 26px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.benefit-num {
  color: var(--amber);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.benefit-card h3 {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.25;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.benefit-card p strong {
  color: var(--text);
  font-weight: 800;
}

.benefit-card-accent {
  background:
    linear-gradient(180deg, rgba(255, 63, 53, 0.12), rgba(255, 63, 53, 0.02) 55%),
    var(--surface);
  border-color: rgba(255, 63, 53, 0.32);
}

.benefit-card-accent .benefit-num {
  color: #ff8a82;
}

.benefit-card-accent:hover {
  border-color: rgba(255, 63, 53, 0.55);
  box-shadow: 0 18px 60px rgba(255, 63, 53, 0.22);
}

.benefits-grid-expanded .benefit-card {
  min-height: 260px;
}

.control-room {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.control-room-copy {
  min-width: 0;
}

.control-room-copy p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.control-room-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.control-room-list li {
  min-width: 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.control-room-list strong {
  color: #fff;
}

.control-room-copy .button {
  margin-top: 28px;
}

.control-room-art {
  min-width: 0;
  margin: 0;
}

.control-room-art img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.control-room-art figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.benefits-bottom-line {
  max-width: 760px;
  margin: 32px auto 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.55;
  text-align: center;
}

/* ----- Price anchor (was/now) ----- */

.price-was {
  margin-right: 2px;
  color: var(--muted);
  font-weight: 800;
  text-decoration: line-through;
  text-decoration-color: rgba(255, 99, 90, 0.8);
}

.hero-proof .price-was {
  color: rgba(255, 255, 255, 0.55);
}

.pricing-card h3 .price-was {
  font-size: 0.46em;
  color: var(--muted);
  vertical-align: middle;
}

.sticky-cta .price-was {
  font-size: 0.85em;
  color: var(--muted);
}

/* ----- Killer-quote band ----- */

.quote-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(46px, 7vw, 84px) clamp(18px, 5vw, 30px);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.quote-band-line {
  max-width: 940px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(26px, 4.4vw, 48px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.quote-band-attr {
  max-width: 640px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

/* ----- Calculator: the bigger number ----- */

.calc-bigger {
  margin: 0;
  padding: 16px 18px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  background: rgba(255, 63, 53, 0.1);
  border: 1px solid rgba(255, 63, 53, 0.32);
  border-radius: 10px;
}

.calc-bigger strong {
  color: #ff8a82;
  font-weight: 950;
}

/* ----- Pick your Bro ----- */

.bro-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 30px);
  border-bottom: 1px solid var(--line);
}

.bro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  margin-top: 40px;
}

.bro-shot {
  min-width: 0;
  margin: 0;
}

.bro-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.bro-shot figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.bro-picker {
  min-width: 0;
}

.bro-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bro-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 8px 10px 0;
  padding: 10px 15px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.bro-tab:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.bro-radio:checked + .bro-tab {
  color: #fff;
  background: rgba(255, 63, 53, 0.2);
  border-color: rgba(255, 63, 53, 0.55);
}

.bro-radio:focus-visible + .bro-tab {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

.bro-screen {
  margin-top: 8px;
}

.bro-card {
  display: none;
  gap: 12px;
  padding: 28px 26px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 14px;
}

#bro-polite:checked ~ .bro-screen .bro-card-polite,
#bro-unhinged:checked ~ .bro-screen .bro-card-unhinged,
#bro-abusive:checked ~ .bro-screen .bro-card-abusive {
  display: grid;
  animation: bro-pop 220ms ease;
}

@keyframes bro-pop {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bro-card-tag {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bro-card-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.01em;
}

.bro-card-line {
  margin: 0;
  color: var(--text);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

.bro-card-polite {
  background:
    linear-gradient(180deg, rgba(114, 199, 255, 0.12), rgba(114, 199, 255, 0.02) 60%),
    var(--surface);
  border-color: rgba(114, 199, 255, 0.4);
}

.bro-card-polite .bro-card-title {
  color: #9bd4ff;
}

.bro-card-unhinged {
  background:
    linear-gradient(180deg, rgba(245, 183, 76, 0.16), rgba(245, 183, 76, 0.02) 60%),
    var(--surface);
  border-color: rgba(245, 183, 76, 0.45);
}

.bro-card-unhinged .bro-card-title {
  color: #ffcf7a;
}

.bro-card-abusive {
  background:
    linear-gradient(180deg, rgba(255, 63, 53, 0.2), rgba(255, 63, 53, 0.03) 60%),
    var(--surface);
  border-color: rgba(255, 63, 53, 0.5);
}

.bro-card-abusive .bro-card-title {
  color: #ff8a82;
}

.bro-foot {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  #bro-polite:checked ~ .bro-screen .bro-card-polite,
  #bro-unhinged:checked ~ .bro-screen .bro-card-unhinged,
  #bro-abusive:checked ~ .bro-screen .bro-card-abusive {
    animation: none;
  }
}

/* ----- Sticky mobile CTA bar ----- */

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 12px clamp(14px, 4vw, 30px);
  background: rgba(9, 10, 12, 0.96);
  border-top: 1px solid rgba(255, 63, 53, 0.4);
  backdrop-filter: blur(16px);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(110%);
  transition: transform 220ms ease;
}

.sticky-cta[data-visible="true"] {
  transform: translateY(0);
}

.sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
}

.sticky-cta-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.sticky-cta-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.sticky-cta-copy > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.sticky-cta-copy .price-pair {
  color: #fff;
}

.sticky-cta .button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

.sticky-cta[data-visible="true"] + .site-footer {
  padding-bottom: calc(28px + 86px + env(safe-area-inset-bottom));
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .early-access {
    scroll-margin-top: 150px;
  }

  .signals-section {
    min-height: auto;
  }

  .signals-bg-image {
    object-position: 62% center;
    opacity: 0.7;
  }

  .signals-section::after {
    background:
      linear-gradient(180deg, rgba(9, 10, 12, 0.9) 0%, rgba(9, 10, 12, 0.72) 45%, rgba(9, 10, 12, 0.92) 100%);
  }

  .hero {
    min-height: calc(100svh - 154px);
    padding-top: 48px;
  }

  .trade-window-left {
    left: 24%;
    right: auto;
    width: 680px;
    max-width: none;
    height: 430px;
  }

  .trade-window-right {
    display: none;
  }

  .alert-overlay {
    right: 18px;
    top: 22%;
    width: 210px;
  }

  .proof-strip,
  .feature-grid,
  .value-band,
  .value-grid,
  .workflow,
  .split-section,
  .safety-grid,
  .install,
  .offer-close,
  .early-access,
  .guide-links,
  .checkout-steps,
  .pricing-grid,
  .blog-grid,
  .hub-promo,
  .related-grid,
  .hub-clusters,
  .reset-anchor-grid,
  .identity-grid,
  .ownership-grid,
  .control-room,
  .release-content,
  .guarantee-band,
  .benefits-grid,
  .bro-layout,
  .tilt-calculator {
    grid-template-columns: 1fr;
  }

  .tilt-calculator {
    gap: 28px;
  }

  .control-room {
    gap: 28px;
  }

  .calc-output .button {
    justify-self: stretch;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-lifetime {
    transform: none;
  }

  .reset-card-vs {
    padding: 4px 0;
  }

  .reset-card-vs .vs {
    font-size: 18px;
  }

  .reset-card {
    padding: 24px 22px;
  }

  .reset-card strong {
    font-size: 56px;
  }

  .guarantee-band {
    justify-items: center;
    text-align: center;
  }

  .guarantee-mark {
    width: 140px;
  }

  .guarantee-copy p {
    margin-inline: auto;
  }

  .offer-close-actions {
    justify-items: start;
  }

  .offer-close-note {
    text-align: left;
  }

  .identity-quote p {
    font-size: 22px;
  }

  .ownership-own .button {
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 14px;
    padding-block: 14px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 16px;
    font-size: 13px;
    line-height: 1;
  }

  .hero {
    min-height: calc(100svh - 158px);
    padding-top: 52px;
    padding-bottom: 44px;
  }

  .hero-copy {
    margin-top: 20px;
    max-width: 330px;
    font-size: 18px;
    line-height: 1.22;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-scene {
    background-position: 92% center;
    opacity: 0.74;
    filter: brightness(0.58) saturate(0.68) contrast(1.05) blur(0.6px);
  }

  .hero::after {
    background:
      radial-gradient(circle at 92% 24%, rgba(255, 63, 53, 0.14) 0%, rgba(255, 63, 53, 0.04) 28%, transparent 56%),
      linear-gradient(90deg, rgba(9, 10, 12, 0.99) 0%, rgba(9, 10, 12, 0.97) 62%, rgba(9, 10, 12, 0.82) 100%),
      linear-gradient(180deg, rgba(9, 10, 12, 0.68) 0%, rgba(9, 10, 12, 0.84) 48%, rgba(9, 10, 12, 0.97) 100%);
  }

  .proof-strip div {
    min-height: 88px;
    padding-block: 16px;
  }

  .signals-inner {
    padding-block: 62px;
  }

  .signals-bg-image {
    opacity: 0.42;
    object-position: 76% center;
    transform: none;
    animation: none;
    filter: brightness(0.72) saturate(0.78);
  }

  .signals-section::after {
    background:
      linear-gradient(180deg, rgba(9, 10, 12, 0.94) 0%, rgba(9, 10, 12, 0.82) 45%, rgba(9, 10, 12, 0.96) 100%);
  }

  .signals-section .feature-grid {
    gap: 12px;
    margin-top: 28px;
  }

  .signals-section .feature-grid article {
    padding: 22px;
  }

  .signals-section .metric {
    font-size: 36px;
  }

  .blog-index h1,
  .blog-article h1 {
    font-size: 38px;
    line-height: 1.02;
  }

  .blog-tools {
    padding: 18px;
  }

  .filter-tabs {
    flex-wrap: nowrap;
    margin-inline: -2px;
    padding: 2px 2px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    flex: 0 0 auto;
    min-height: 36px;
  }

  .alert-overlay {
    opacity: 0.58;
    right: -24px;
    top: 18px;
    width: 190px;
  }

  .trade-window-left {
    left: 10%;
    top: 30%;
    transform: rotate(-3deg);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .feature-grid article {
    min-height: auto;
  }

  .benefits-grid-expanded .benefit-card {
    min-height: auto;
  }

  .control-room {
    padding-block: 58px;
  }

  .control-room-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.5;
  }

  .control-room-art {
    margin-inline: -6px;
  }

  .control-room-art img {
    border-radius: 8px;
  }

  .steps div {
    grid-template-columns: 46px 1fr;
  }

  .math-table th,
  .math-table td {
    padding: 12px 12px;
    font-size: 13px;
  }

  .math-table .td-tag {
    display: block;
    margin: 4px 0 0;
  }

  .reset-anchor {
    padding-block: 48px;
  }

  .pricing-lifetime {
    transform: none;
  }

  .button-xl {
    min-height: 54px;
    font-size: 16px;
  }

  .sticky-cta-copy strong {
    font-size: 14px;
  }

  .sticky-cta-copy span {
    font-size: 11px;
  }

  .sticky-cta .button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
    width: auto;
  }

  .sticky-cta[data-visible="true"] + .site-footer {
    padding-bottom: calc(28px + 78px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .signals-bg-image {
    animation: none;
    transform: none;
  }
}
