@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --ink: #151817;
  --muted: #737a78;
  --line: rgba(22, 28, 26, 0.11);
  --cream: #f4f4ef;
  --white: #fff;
  --blue: #255cf7;
  --green: #178a61;
  --shadow: 0 26px 70px rgba(23, 29, 27, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.homepage-page {
  overflow-x: hidden;
}
button,
a {
  font: inherit;
}
.topbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 26px;
  pointer-events: none;
}
.topbar {
  width: min(1540px, 100%);
  height: 66px;
  margin: 0 auto;
  padding: 8px 10px 8px 14px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(22, 28, 26, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(18, 23, 22, 0.08);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;

  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0;
}
.brand-name {
  font-size: 14px;
  font-weight: 800;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin: auto;
}
.desktop-nav a,
.text-link {
  color: #56605d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.desktop-nav a:hover,
.text-link:hover {
  color: #151817;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-connect {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  background: #151817;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.hero {
  height: 100svh;
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(
    180deg,
    #e7e5dd 0%,
    #dfe2dc 38%,
    #edf0eb 66%,
    #f4f4ef 100%
  );
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.72),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 16%,
      rgba(255, 255, 255, 0.55),
      transparent 26%
    ),
    linear-gradient(120deg, rgba(191, 205, 197, 0.24), transparent 45%);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.hero-glow-a {
  width: 520px;
  height: 520px;
  left: -120px;
  bottom: -100px;
  background: rgba(143, 178, 255, 0.16);
}
.hero-glow-b {
  width: 420px;
  height: 420px;
  right: -40px;
  top: 120px;
  background: rgba(255, 255, 255, 0.34);
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(900px, calc(100% - 40px));
  margin-top: -80px;
  text-align: center;
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: #6b7471;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 18px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 7.6vw, 128px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.hero-content > p {
  max-width: 680px;
  margin: 0 auto;
  color: #606866;
  font-size: 15px;
  line-height: 1.72;
}
.hero-cta {
  min-height: 52px;
  margin-top: 23px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #171b19;
  box-shadow: 0 12px 30px rgba(20, 24, 22, 0.1);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.hero-cta span {
  margin-left: 12px;
}
.hero-proof {
  margin-top: 54px;
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #777f7c;
  font-size: 9px;
  font-weight: 700;
}
.hero-proof span::first-letter {
  color: #19a373;
}
.hero-phone-peek {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -460px;
  transform: translateX(-50%);
}
.phone-shell {
  width: 330px;
  height: 682px;
  padding: 9px;
  border-radius: 54px;
  background: linear-gradient(150deg, #343a38, #070908 55%, #4c5350);
  box-shadow:
    0 50px 90px rgba(21, 26, 24, 0.22),
    inset 0 1px 1px rgba(255, 255, 255, 0.34);
  position: relative;
}
.phone-shell::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50px;
  pointer-events: none;
}
.phone-island {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  width: 92px;
  height: 27px;
  border-radius: 18px;
  background: #090b0a;
}
.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 45px;
  background: #f8faf8;
  position: relative;
}
.phone-status {
  height: 43px;
  padding: 14px 22px 0;
  display: flex;
  justify-content: space-between;
  color: #212725;
  font-size: 9px;
  font-weight: 800;
}
.phone-home {
  padding: 7px 15px;
}
.phone-wallet-row {
  height: 45px;
  display: grid;
  grid-template-columns: 9px 1fr auto;
  gap: 8px;
  align-items: center;
}
.wallet-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18a675;
}
.phone-wallet-row small,
.phone-wallet-row strong {
  display: block;
}
.phone-wallet-row small {
  color: #9aa29f;
  font-size: 6.5px;
}
.phone-wallet-row strong {
  margin-top: 2px;
  font-size: 9px;
}
.phone-wallet-row b {
  font-size: 9px;
}
.phone-balance {
  padding: 17px;
  border-radius: 20px;
  background: #171c1a;
  color: #fff;
}
.phone-balance small,
.phone-balance strong,
.phone-balance span {
  display: block;
}
.phone-balance small {
  color: #aab2af;
  font-size: 7px;
}
.phone-balance strong {
  margin-top: 5px;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.phone-balance span {
  margin-top: 7px;
  color: #70d1aa;
  font-size: 7px;
}
.mini-assets {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}
.mini-assets > div {
  min-height: 54px;
  padding: 8px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #e9eeeb;
  border-radius: 14px;
  background: #fff;
}
.mini-assets span b,
.mini-assets span small {
  display: block;
}
.mini-assets span b {
  font-size: 9px;
}
.mini-assets span small {
  margin-top: 3px;
  color: #88928f;
  font-size: 6px;
}
.mini-assets > div > strong {
  font-size: 8px;
}
.coin {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
}
.coin.usdc {
  background: #2775ca;
}
.coin.eth {
  background: #5c657c;
}
.coin.link {
  background: #2a5ada;
}
.intro-strip {
  width: min(1500px, calc(100% - 56px));
  margin: 0 auto 30px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(24, 29, 27, 0.05);
}
.intro-strip div {
  padding: 3px 18px;
  border-right: 1px solid #e9ece9;
}
.intro-strip div:last-child {
  border-right: 0;
}
.intro-strip small,
.intro-strip strong {
  display: block;
}
.intro-strip small {
  color: #929996;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.intro-strip strong {
  margin-top: 5px;
  font-size: 11px;
}
.experience {
  position: relative;
  width: 100%;
  background: #f7f7f3;
}
.experience-phone {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.stage-phone {
  position: sticky;
  top: calc(50vh - 350px);
  width: max-content;
  margin: 0 auto;
  transform: rotate(0.8deg);
}
.stage-phone .phone-shell {
  width: 350px;
  height: 718px;
}
.stage-screen {
  height: calc(100% - 43px);
  padding: 7px 16px 50px;
  position: relative;
}
.phone-scene {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 55px;
  bottom: 48px;
  padding: 18px;
  border: 1px solid #e9eeeb;
  border-radius: 24px;
  background: #fff;
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  overflow: hidden;
}
.stage-phone[data-scene="portfolio"] .scene-portfolio,
.stage-phone[data-scene="approved"] .scene-approved,
.stage-phone[data-scene="reward"] .scene-reward,
.stage-phone[data-scene="gas"] .scene-gas {
  opacity: 1;
  transform: none;
}
.phone-scene > small {
  color: #929c98;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.phone-scene > strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  letter-spacing: -0.045em;
}
.chart {
  height: 125px;
  margin: 18px 0;
  padding: 13px;
  display: flex;
  align-items: end;
  gap: 8px;
  border-radius: 18px;
  background: #f4f6f4;
}
.chart i {
  flex: 1;
  border-radius: 6px 6px 3px 3px;
  background: #d8e3dc;
}
.chart i:nth-child(1) {
  height: 33%;
}
.chart i:nth-child(2) {
  height: 48%;
}
.chart i:nth-child(3) {
  height: 42%;
}
.chart i:nth-child(4) {
  height: 66%;
  background: #b2cbbf;
}
.chart i:nth-child(5) {
  height: 58%;
}
.chart i:nth-child(6) {
  height: 82%;
  background: #4b816a;
}
.chart i:nth-child(7) {
  height: 73%;
}
.scene-token {
  min-height: 49px;
  margin-top: 7px;
  padding: 7px;
  display: grid;
  grid-template-columns: 31px 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf0ee;
  border-radius: 13px;
}
.scene-token span b,
.scene-token span small {
  display: block;
}
.scene-token span b {
  font-size: 8px;
}
.scene-token span small {
  margin-top: 2px;
  color: #8c9592;
  font-size: 6px;
}
.scene-token > strong {
  font-size: 8px;
}
.scene-approved,
.scene-reward,
.scene-gas {
  text-align: center;
  padding-top: 38px;
}
.coin.huge {
  width: 58px;
  height: 58px;
  margin: 0 auto 13px;
  border-radius: 18px;
  font-size: 20px;
}
.scene-approved > strong,
.scene-reward > strong,
.scene-gas > strong {
  font-size: 34px;
}
.pill {
  width: max-content;
  margin: 14px auto 0;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 7px;
  font-weight: 850;
}
.pill.success {
  background: #ecf8f2;
  color: #177653;
}
.scene-card {
  margin-top: 22px;
  padding: 16px;
  border-radius: 17px;
  background: #f5f7f5;
  text-align: left;
}
.scene-card small,
.scene-card b,
.scene-card span {
  display: block;
}
.scene-card small {
  color: #929b98;
  font-size: 6.5px;
}
.scene-card b {
  margin-top: 5px;
  font-size: 11px;
}
.scene-card span {
  margin-top: 5px;
  color: #7d8683;
  font-size: 6.5px;
}
.scene-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.scene-split div {
  padding: 12px;
  border: 1px solid #edf0ee;
  border-radius: 14px;
  text-align: left;
}
.scene-split small,
.scene-split b {
  display: block;
}
.scene-split small {
  color: #929b98;
  font-size: 6px;
}
.scene-split b {
  margin-top: 4px;
  font-size: 10px;
}
.scene-rate {
  display: block;
  margin-top: 7px;
  color: #7c8582;
  font-size: 8px;
}
.ring {
  width: 122px;
  height: 122px;
  margin: 22px auto;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: conic-gradient(#477d66 0 72%, #e6ebe8 72% 100%);
  position: relative;
}
.ring::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: #fff;
}
.ring b,
.ring small {
  position: relative;
  z-index: 1;
  display: block;
}
.ring b {
  font-size: 24px;
}
.ring small {
  color: #919b97;
  font-size: 6px;
}
.bolt {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: #fff4d8;
  font-size: 28px;
}
.phone-tabs {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid #edf0ee;
  color: #909995;
  text-align: center;
  font-size: 10px;
}
.experience-row {
  min-height: 100svh;
  width: min(1580px, calc(100% - 70px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px minmax(0, 1fr);
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}
.side-copy {
  grid-column: 1;
  max-width: 500px;
}
.right-detail {
  grid-column: 3;
  max-width: 500px;
  justify-self: end;
  width: 100%;
}
.side-copy h2 {
  margin: 15px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.7vw, 78px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.side-copy p {
  max-width: 500px;
  margin: 0;
  color: #6a726f;
  font-size: 15px;
  line-height: 1.78;
}
.detail-line {
  min-height: 72px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #dde2de;
}
.detail-line span {
  font-size: 13px;
  font-weight: 800;
}
.detail-line b {
  font-size: 14px;
}
.detail-line em {
  padding: 6px 8px;
  border-radius: 999px;
  background: #ecf8f2;
  color: #177653;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
}
.feature-list {
  display: grid;
  gap: 18px;
}
.feature-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
}
.feature-list i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe3e0;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}
.feature-list span b,
.feature-list span small {
  display: block;
}
.feature-list span b {
  font-size: 16px;
}
.feature-list span small {
  margin-top: 7px;
  color: #747c79;
  font-size: 12px;
  line-height: 1.55;
}
.reward-calculator {
  padding: 20px;
  border: 1px solid #dee3df;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(25, 30, 28, 0.07);
}
.calc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.calc-head small,
.calc-head strong {
  display: block;
}
.calc-head small {
  color: #8b9490;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.calc-head strong {
  margin-top: 5px;
  font-size: 14px;
}
.calc-head > span {
  color: #68716e;
  font-size: 10px;
  font-weight: 700;
}
.calc-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-top: 15px;
}
.reward-option {
  min-height: 58px;
  border: 1px solid #e5e8e6;
  border-radius: 13px;
  background: #fafbf9;
  color: #171b19;
  cursor: pointer;
}
.reward-option small,
.reward-option b {
  display: block;
}
.reward-option small {
  color: #8a9390;
  font-size: 8px;
}
.reward-option b {
  margin-top: 4px;
  font-size: 14px;
}
.reward-option.active {
  background: #171b19;
  color: #fff;
  box-shadow: 0 12px 20px rgba(21, 25, 23, 0.12);
}
.reward-option.active small {
  color: #c1c7c4;
}
.calc-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.calc-summary div {
  padding: 13px;
  border: 1px solid #e8ebe9;
  border-radius: 14px;
  background: #f7f9f7;
}
.calc-summary small,
.calc-summary strong {
  display: block;
}
.calc-summary small {
  color: #8a9390;
  font-size: 7px;
}
.calc-summary strong {
  margin-top: 5px;
  font-size: 16px;
}
.gas-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.gas-details div {
  padding: 18px;
  border: 1px solid #dee3df;
  border-radius: 18px;
  background: #fff;
}
.gas-details span,
.gas-details b {
  display: block;
}
.gas-details span {
  color: #8a9390;
  font-size: 9px;
}
.gas-details b {
  margin-top: 8px;
  font-size: 16px;
}
.gas-details b.green {
  color: #178a61;
}
.security {
  width: min(1540px, calc(100% - 70px));
  margin: 90px auto;
  padding: 72px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  border-radius: 36px;
  background: #171b19;
  color: #fff;
}
.section-kicker.light {
  color: #abb3b0;
}
.security-copy h2 {
  margin: 15px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.4vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.security-copy p {
  max-width: 580px;
  margin: 0;
  color: #aeb6b3;
  font-size: 15px;
  line-height: 1.75;
}
.security-copy a {
  display: inline-flex;
  gap: 12px;
  margin-top: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.security-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.security-cards article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}
.security-cards small,
.security-cards strong {
  display: block;
}
.security-cards small {
  color: #7f8985;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.security-cards strong {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.2;
}
.audit-band {
  width: min(1540px, calc(100% - 70px));
  margin: 0 auto 90px;
  padding: 28px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  border-top: 1px solid #d9dedb;
  border-bottom: 1px solid #d9dedb;
}
.audit-band small,
.audit-band strong {
  display: block;
}
.audit-band small {
  color: #909894;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.audit-band strong {
  margin-top: 6px;
  font-size: 15px;
}
.audit-logos {
  display: flex;
  gap: 34px;
  align-items: center;
}
.audit-logos span {
  min-width: 130px;
  display: grid;
  place-items: center;
}
.audit-logos img {
  max-width: 118px;
  max-height: 28px;
}
.final-cta {
  width: min(1540px, calc(100% - 70px));
  margin: 0 auto 42px;
  padding: 76px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  border-radius: 38px;
  background: #171b19;
  color: #fff;
}
.final-cta h2 {
  max-width: 950px;
  margin: 16px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.final-cta p {
  margin: 0;
  color: #aab2af;
  font-size: 14px;
}
.final-cta button {
  min-width: 190px;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #171b19;
  font-weight: 850;
  cursor: pointer;
}
.final-cta button span {
  margin-left: 18px;
}
.footer {
  width: min(1540px, calc(100% - 70px));
  margin: 0 auto;
  padding: 25px 4px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand strong,
.footer-brand small {
  display: block;
}
.footer-brand strong {
  font-size: 12px;
}
.footer-brand small {
  margin-top: 4px;
  color: #8d9692;
  font-size: 8px;
}
.footer-links {
  display: flex;
  gap: 18px;
}
.footer-links a {
  color: #68716e;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
}
.mobile-top-connect {
  display: none;
}
@media (max-width: 1100px) {
  .desktop-nav,
  .text-link {
    display: none;
  }
  .experience-row {
    width: calc(100% - 34px);
    grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr);
    gap: 26px;
  }
  .stage-phone .phone-shell {
    width: 310px;
    height: 636px;
  }
  .stage-phone {
    top: calc(50vh - 310px);
  }
  .side-copy h2 {
    font-size: clamp(42px, 5.5vw, 62px);
  }
  .security {
    padding: 50px;
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .topbar-wrap {
    padding: 10px;
  }
  .topbar {
    height: 60px;
    border-radius: 17px;
  }
  .brand-name {
    font-size: 12px;
  }
  .top-connect {
    min-height: 40px;
  }
  .hero {
    min-height: 700px;
  }
  .hero h1 {
    font-size: clamp(58px, 14vw, 88px);
  }
  .hero-phone-peek {
    bottom: -450px;
  }
  .intro-strip {
    width: calc(100% - 20px);
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }
  .intro-strip div {
    border-right: 0;
    border-bottom: 1px solid #e9ece9;
  }
  .intro-strip div:last-child {
    grid-column: 1/-1;
    border-bottom: 0;
  }
  .experience-phone {
    display: none;
  }
  .experience-row {
    width: calc(100% - 20px);
    min-height: auto;
    padding: 70px 16px;
    grid-template-columns: 1fr;
    gap: 30px;
    border-bottom: 1px solid #e1e5e2;
  }
  .side-copy,
  .right-detail {
    grid-column: 1;
    max-width: none;
    justify-self: stretch;
  }
  .side-copy h2 {
    font-size: clamp(46px, 10vw, 62px);
  }
  .security {
    width: calc(100% - 20px);
    padding: 38px 24px;
    grid-template-columns: 1fr;
    border-radius: 28px;
  }
  .audit-band {
    width: calc(100% - 20px);
    display: grid;
  }
  .audit-logos {
    justify-content: space-between;
    gap: 10px;
  }
  .final-cta {
    width: calc(100% - 20px);
    padding: 44px 24px;
    display: grid;
    border-radius: 28px;
  }
  .final-cta button {
    width: 100%;
  }
  .footer {
    width: calc(100% - 20px);
    display: grid;
  }
}
@media (max-width: 640px) {
  .top-connect {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 650px;
    padding: 120px 14px 330px;
  }
  .hero-content {
    margin-top: 0;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }
  .hero-content > p {
    font-size: 13px;
    line-height: 1.65;
  }
  .hero-proof {
    display: none;
  }
  .hero-phone-peek {
    bottom: -370px;
    transform: translateX(-50%) scale(0.78);
  }
  .intro-strip {
    margin-top: 0;
  }
  .experience-row {
    padding: 56px 10px;
  }
  .side-copy h2 {
    font-size: 42px;
  }
  .side-copy p {
    font-size: 13px;
  }
  .detail-line {
    min-height: 58px;
    padding: 10px 8px;
  }
  .reward-calculator {
    padding: 14px;
    border-radius: 18px;
  }
  .calc-options {
    grid-template-columns: repeat(3, 1fr);
  }
  .calc-options .reward-option:nth-child(4),
  .calc-options .reward-option:nth-child(5) {
    min-height: 50px;
  }
  .calc-summary {
    grid-template-columns: 1fr;
  }
  .gas-details {
    grid-template-columns: 1fr 1fr;
  }
  .security-cards {
    grid-template-columns: 1fr;
  }
  .security-cards article {
    min-height: 130px;
  }
  .audit-logos img {
    max-width: 84px;
  }
  .final-cta h2,
  .security-copy h2 {
    font-size: 42px;
  }
  .mobile-top-connect {
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    left: 10px;
    right: 10px;
    z-index: 140;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }
  .mobile-top-connect.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .mobile-top-connect button {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(23, 27, 25, 0.08);
    border-radius: 15px;
    background: #171b19;
    color: #fff;
    box-shadow: 0 16px 32px rgba(21, 25, 23, 0.2);
    font-size: 12px;
    font-weight: 850;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .phone-scene,
  .mobile-top-connect {
    transition: none;
  }
}

/* FINAL 80 — single centered phone, tighter sections, hero includes project info + Hold-to-Earn table */
.hero.hero-dashboard {
  height: auto;
  min-height: 0;
  padding: 132px 0 40px;
  display: block;
}
.hero-grid {
  position: relative;
  z-index: 3;
  width: min(1560px, calc(100% - 54px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.82fr) minmax(
      360px,
      0.95fr
    );
  gap: 34px;
  align-items: center;
}
.hero-content,
.hero-phone-peek {
  display: none !important;
}
.hero-pane-copy {
  max-width: 560px;
}
.hero-pane-copy .hero-proof {
  justify-content: flex-start;
  margin-top: 22px;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-pane-copy .eyebrow {
  margin-bottom: 10px;
}
.hero-pane-copy h1 {
  margin: 10px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 6vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.hero-pane-copy p {
  margin: 0;
  color: #606866;
  font-size: 15px;
  line-height: 1.74;
}
.hero-project-cards {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.hero-project-cards article {
  padding: 18px 18px 16px;
  border: 1px solid rgba(22, 28, 26, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(21, 26, 24, 0.05);
}
.hero-project-cards small,
.hero-project-cards strong,
.hero-project-cards p {
  display: block;
}
.hero-project-cards small {
  color: #8b9490;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.hero-project-cards strong {
  margin-top: 7px;
  font-size: 19px;
  letter-spacing: -0.03em;
}
.hero-project-cards p {
  margin-top: 8px;
  color: #69726f;
  font-size: 12.5px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.hero-cta {
  margin-top: 0;
}
.hero-link-btn {
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(22, 28, 26, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #171b19;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(21, 25, 23, 0.06);
}
.hero-pane-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-phone-single {
  position: relative;
  transform: translateY(-110px);
  animation: heroPhoneDropIn 1.15s cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
}
@keyframes heroPhoneDropIn {
  0% {
    opacity: 0;
    transform: translateY(-200px) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero-phone-single .phone-shell {
  width: 344px;
  height: 704px;
}
.phone-pnl-card {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #e8ece9;
  border-radius: 16px;
  background: #fff;
}
.phone-pnl-card small {
  display: block;
  color: #919b97;
  font-size: 6.5px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.phone-pnl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 9px;
}
.phone-pnl-grid div {
  padding: 10px;
  border-radius: 13px;
  background: #f4f6f4;
}
.phone-pnl-grid strong,
.phone-pnl-grid span {
  display: block;
}
.phone-pnl-grid strong {
  font-size: 11px;
}
.phone-pnl-grid span {
  margin-top: 3px;
  color: #87918e;
  font-size: 6.5px;
}
.hero-pane-calc {
  display: flex;
  justify-content: flex-end;
}
.hero-calculator-card {
  width: min(100%, 440px);
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(25, 30, 28, 0.08);
}
.hero-pnl-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}
.hero-pnl-box div {
  padding: 14px;
  border: 1px solid #e8ebe9;
  border-radius: 16px;
  background: #f7f9f7;
}
.hero-pnl-box small,
.hero-pnl-box strong {
  display: block;
}
.hero-pnl-box small {
  color: #8a9390;
  font-size: 8px;
}
.hero-pnl-box strong {
  margin-top: 5px;
  font-size: 18px;
}
.hero-calc-notes {
  margin: 14px 0 0;
  padding: 0 0 0 18px;
  color: #66706d;
  font-size: 12px;
  line-height: 1.7;
}
.hero-calc-notes li + li {
  margin-top: 4px;
}
.hero-strip {
  width: min(1560px, calc(100% - 54px));
  margin: 28px auto 0;
}
.intro-strip.hero-strip {
  box-shadow: 0 12px 28px rgba(24, 29, 27, 0.04);
}
.experience {
  padding-top: 10px;
  background: #f7f7f3;
}
.experience-phone {
  display: none !important;
}
.experience-row {
  min-height: auto;
  width: min(1560px, calc(100% - 54px));
  padding: 70px 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  border-bottom: 1px solid #e4e7e3;
}
.side-copy {
  grid-column: 1;
  max-width: 680px;
}
.right-detail {
  grid-column: 2;
  justify-self: stretch;
  max-width: none;
}
.side-copy h2 {
  font-size: clamp(50px, 4.1vw, 72px);
  margin: 14px 0 14px;
}
.side-copy p {
  max-width: 620px;
}
.reward-row .side-copy {
  max-width: 610px;
}
.reward-insights {
  display: grid;
  gap: 14px;
}
.reward-insight-card {
  padding: 22px;
  border: 1px solid #dee3df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 28, 26, 0.04);
}
.reward-insight-card small,
.reward-insight-card strong,
.reward-insight-card p {
  display: block;
}
.reward-insight-card small {
  color: #8b9490;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.reward-insight-card strong {
  margin-top: 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.reward-insight-card p {
  margin: 8px 0 0;
  color: #68716e;
  font-size: 12.5px;
  line-height: 1.65;
}
.security {
  margin: 56px auto;
}
.audit-band {
  margin: 0 auto 56px;
}
.final-cta {
  margin: 0 auto 34px;
}
@media (max-width: 1260px) {
  .hero-grid {
    grid-template-columns: 1fr 0.8fr;
    grid-template-areas: "copy calc" "phone calc";
    align-items: start;
  }
  .hero-pane-copy {
    grid-area: copy;
    max-width: none;
  }
  .hero-pane-phone {
    grid-area: phone;
    justify-content: flex-start;
    padding-top: 12px;
  }
  .hero-pane-calc {
    grid-area: calc;
    justify-content: stretch;
  }
  .hero-calculator-card {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .hero.hero-dashboard {
    padding: 116px 0 30px;
  }
  .hero-grid {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "phone" "calc";
    gap: 20px;
  }
  .hero-pane-copy,
  .hero-pane-phone,
  .hero-pane-calc {
    grid-area: auto;
  }
  .hero-pane-phone {
    justify-content: center;
  }
  .hero-phone-single .phone-shell {
    width: 320px;
    height: 655px;
  }
  .hero-pane-calc {
    justify-content: stretch;
  }
  .hero-strip,
  .experience-row,
  .security,
  .audit-band,
  .final-cta,
  .footer {
    width: calc(100% - 24px);
  }
}
@media (max-width: 860px) {
  .hero.hero-dashboard {
    padding: 104px 0 24px;
  }
  .hero-pane-copy h1 {
    font-size: clamp(52px, 15vw, 78px);
  }
  .hero-project-cards {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-link-btn {
    min-height: 48px;
  }
  .intro-strip.hero-strip {
    grid-template-columns: 1fr 1fr;
  }
  .experience-row {
    width: calc(100% - 20px);
    padding: 52px 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .side-copy,
  .right-detail {
    grid-column: 1;
  }
}
@media (max-width: 640px) {
  .hero-grid {
    width: calc(100% - 18px);
    gap: 16px;
  }
  .hero-pane-copy p {
    font-size: 13px;
    line-height: 1.68;
  }
  .hero-project-cards article {
    padding: 14px 14px 12px;
    border-radius: 18px;
  }
  .hero-project-cards strong {
    font-size: 16px;
  }
  .hero-phone-single {
    transform: none;
    animation: heroPhoneDropInMobile 1s cubic-bezier(0.2, 0.8, 0.18, 1) forwards;
  }
  @keyframes heroPhoneDropInMobile {
    0% {
      opacity: 0;
      transform: translateY(-110px) scale(0.94);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .hero-phone-single .phone-shell {
    width: 280px;
    height: 576px;
    padding: 8px;
    border-radius: 42px;
  }
  .phone-island {
    top: 12px;
    width: 78px;
    height: 23px;
  }
  .phone-screen {
    border-radius: 35px;
  }
  .phone-status {
    height: 36px;
    padding: 12px 18px 0;
  }
  .phone-home {
    padding: 4px 12px;
  }
  .phone-wallet-row {
    height: 38px;
    grid-template-columns: 8px 1fr auto;
  }
  .phone-balance {
    padding: 14px;
    border-radius: 16px;
  }
  .phone-balance strong {
    font-size: 24px;
  }
  .mini-assets > div {
    min-height: 46px;
    padding: 7px;
    grid-template-columns: 28px 1fr auto;
  }
  .coin {
    width: 28px;
    height: 28px;
  }
  .phone-pnl-card {
    padding: 10px;
    border-radius: 14px;
  }
  .phone-pnl-grid {
    gap: 6px;
  }
  .hero-calculator-card {
    padding: 16px;
    border-radius: 20px;
  }
  .calc-head strong {
    font-size: 13px;
  }
  .calc-head > span {
    font-size: 9px;
  }
  .calc-options {
    grid-template-columns: repeat(3, 1fr);
  }
  .calc-summary {
    grid-template-columns: 1fr;
  }
  .hero-pnl-box {
    grid-template-columns: 1fr;
  }
  .hero-calc-notes {
    font-size: 11px;
    line-height: 1.6;
  }
  .intro-strip.hero-strip {
    width: calc(100% - 18px);
    margin-top: 16px;
  }
  .experience-row {
    width: calc(100% - 18px);
    padding: 40px 0;
    gap: 18px;
  }
  .side-copy h2 {
    font-size: 42px;
  }
  .side-copy p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* FINAL 81 — full-width ether.fi-inspired journey + vertical page gradient */
body.homepage-page {
  background: linear-gradient(
    180deg,
    #e4e7e1 0%,
    #ecefea 18%,
    #f4f6f2 42%,
    #f9faf7 68%,
    #ecefeb 100%
  );
}
.topbar-wrap {
  padding: 16px 16px 0;
}
.topbar {
  width: 100%;
  max-width: none;
}
.journey-shell {
  position: relative;
}
.hero.hero-dashboard {
  height: auto;
  min-height: 780px;
  padding: 112px 0 46px;
  display: block;
  overflow: visible;
  background: transparent;
}
.hero-grid {
  position: relative;
  z-index: 4;
  width: calc(100% - 80px);
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
  grid-template-areas: "copy calc" "projects calc";
  gap: 18px 42px;
  align-items: start;
}
.hero-pane-copy {
  grid-area: copy;
  max-width: 720px;
  padding-left: 24px;
}
.hero-pane-copy h1 {
  margin: 8px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 6.4vw, 116px);
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.hero-pane-copy > p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.75;
}
.hero-pane-calc {
  grid-area: calc;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
}
.hero-calculator-card {
  width: min(100%, 440px);
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(22, 28, 26, 0.08);
  box-shadow: 0 20px 54px rgba(24, 29, 27, 0.07);
}
.hero-project-cards {
  grid-area: projects;
  max-width: 680px;
  padding-left: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hero-project-cards article {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(22, 28, 26, 0.08);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(10px);
}
.hero-project-cards small,
.hero-project-cards strong,
.hero-project-cards p {
  display: block;
}
.hero-project-cards small {
  color: #8b9490;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.hero-project-cards strong {
  margin-top: 7px;
  font-size: 18px;
}
.hero-project-cards p {
  margin: 7px 0 0;
  color: #68716e;
  font-size: 12px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  flex-wrap: wrap;
}
.hero-cta {
  margin-top: 0;
}
.hero-link-btn {
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(22, 28, 26, 0.08);
  background: rgba(255, 255, 255, 0.65);
  color: #171b19;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}
.hero-proof {
  justify-content: flex-start;
  margin-top: 20px;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-strip {
  position: relative;
  z-index: 4;
  width: calc(100% - 80px);
  margin: 22px auto 0;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: none;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
}

/* One phone only: starts peeking from hero bottom, then becomes sticky in scroll story */
.journey-phone-layer {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}
.journey-phone-track {
  height: 100%;
  padding-top: 600px;
}
.journey-phone {
  position: sticky;
  top: calc(50vh - 300px);
  width: max-content;
  margin: 0 auto;
  transform: translateY(0) scale(1);
  transform-origin: top center;
  transition:
    transform 0.38s ease,
    top 0.38s ease;
}
.journey-phone.is-compact {
  transform: translateY(0) scale(0.86);
}
.journey-phone .phone-shell {
  width: 312px;
  height: 640px;
}
.stage-screen-real {
  height: calc(100% - 43px);
  padding: 7px 16px 50px;
  position: relative;
}
.connected-wallet-demo > div > span {
  display: block;
  margin-top: 2px;
  color: #7f8985;
  font-size: 6px;
}
.real-balance-card {
  padding: 16px;
  border-radius: 19px;
  background: #171b19;
  color: #fff;
}
.real-balance-card small,
.real-balance-card strong {
  display: block;
}
.real-balance-card small {
  color: #a4ada9;
  font-size: 7px;
}
.real-balance-card strong {
  margin-top: 5px;
  font-size: 25px;
  letter-spacing: -0.04em;
}
.real-balance-card button {
  margin-top: 12px;
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #171b19;
  font-size: 7px;
  font-weight: 850;
}
.real-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 10px;
  padding: 4px;
  border-radius: 12px;
  background: #eef1ee;
}
.real-tabs span {
  padding: 7px 5px;
  text-align: center;
  border-radius: 9px;
  color: #77817d;
  font-size: 6.5px;
  font-weight: 800;
}
.real-tabs span.active {
  background: #fff;
  color: #171b19;
  box-shadow: 0 4px 12px rgba(20, 25, 23, 0.06);
}
.real-reward-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 9px;
}
.real-reward-summary div {
  padding: 10px;
  border: 1px solid #edf0ee;
  border-radius: 12px;
  background: #fff;
}
.real-reward-summary span,
.real-reward-summary strong {
  display: block;
}
.real-reward-summary span {
  color: #8d9692;
  font-size: 5.8px;
}
.real-reward-summary strong {
  margin-top: 4px;
  font-size: 9px;
}
.real-reward-summary div:last-child strong {
  color: #178a61;
}
.real-token-row {
  min-height: 48px;
  margin-top: 7px;
  padding: 7px;
  display: grid;
  grid-template-columns: 31px 1fr auto;
  gap: 8px;
  align-items: center;
  border: 1px solid #edf0ee;
  border-radius: 13px;
}
.real-token-row span b,
.real-token-row span small {
  display: block;
}
.real-token-row span b {
  font-size: 8px;
}
.real-token-row span small {
  margin-top: 2px;
  color: #8d9692;
  font-size: 6px;
}
.real-token-row > strong {
  font-size: 8px;
}
.allowance-status-card {
  margin-top: 12px;
  padding: 14px;
  border-radius: 17px;
  background: #171b19;
  color: #fff;
  text-align: left;
}
.allowance-status-card small,
.allowance-status-card strong,
.allowance-status-card span {
  display: block;
}
.allowance-status-card small {
  color: #9ba5a1;
  font-size: 6px;
}
.allowance-status-card strong {
  margin-top: 5px;
  font-size: 18px;
}
.allowance-status-card span {
  margin-top: 6px;
  color: #70d1aa;
  font-size: 6.5px;
}
.allowance-token {
  min-height: 60px;
  margin-top: 8px;
  padding: 9px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf0ee;
  border-radius: 14px;
}
.allowance-token div b,
.allowance-token div small {
  display: block;
}
.allowance-token div b {
  font-size: 9px;
}
.allowance-token div small {
  margin-top: 3px;
  color: #8a9390;
  font-size: 6px;
}
.allowance-token > strong {
  font-size: 8px;
}
.allowance-note {
  margin-top: 10px;
  padding: 11px;
  border-radius: 13px;
  background: #eef8f3;
  text-align: left;
}
.allowance-note b,
.allowance-note span {
  display: block;
}
.allowance-note b {
  font-size: 8px;
}
.allowance-note span {
  margin-top: 4px;
  color: #5f7169;
  font-size: 6.5px;
}
.reward-real-card {
  margin-top: 10px;
  padding: 13px;
  border: 1px solid #edf0ee;
  border-radius: 14px;
  background: #fff;
  text-align: left;
}
.reward-real-card span,
.reward-real-card b {
  display: block;
}
.reward-real-card span {
  color: #8d9692;
  font-size: 6px;
}
.reward-real-card b {
  margin-top: 4px;
  font-size: 12px;
}
.reward-cycle-bar {
  height: 7px;
  margin-top: 12px;
  border-radius: 99px;
  background: #e6ebe8;
  overflow: hidden;
}
.reward-cycle-bar i {
  display: block;
  width: 72%;
  height: 100%;
  background: #477d66;
  border-radius: inherit;
}

/* Tighter story rhythm and full desktop width */
.experience {
  padding-top: 12px;
  background: transparent;
}
.experience-row {
  min-height: 58vh;
  width: calc(100% - 80px);
  max-width: none;
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px minmax(0, 1fr);
  gap: 28px;
  border-bottom: 1px solid rgba(22, 28, 26, 0.08);
}
.side-copy {
  grid-column: 1;
  max-width: 560px;
  padding-left: 24px;
}
.right-detail {
  grid-column: 3;
  max-width: 560px;
  justify-self: end;
  width: 100%;
  padding-right: 24px;
}
.side-copy h2 {
  font-size: clamp(44px, 4vw, 64px);
  line-height: 0.98;
  margin: 14px 0 12px;
}
.security,
.audit-band,
.closing-band {
  width: calc(100% - 40px);
  max-width: none;
}
.security {
  margin: 42px auto;
}
.audit-band {
  margin: 0 auto 34px;
}
.closing-band {
  margin: 0 auto 16px;
  padding: 0;
  border-radius: 38px;
  overflow: hidden;
  background: #17342f;
  color: #fff;
}
.closing-hero {
  min-height: 560px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  position: relative;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(124, 186, 154, 0.18),
      transparent 32%
    ),
    linear-gradient(180deg, #17342f, #1d3b35);
}
.closing-hero h2 {
  margin: 16px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 6.4vw, 110px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.closing-hero p {
  max-width: 620px;
  color: #c0cec8;
  font-size: 15px;
  line-height: 1.7;
}
.closing-hero button {
  min-height: 56px;
  margin-top: 22px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #17342f;
  font-weight: 850;
}
.closing-visual {
  position: relative;
  min-height: 420px;
}
.closing-card {
  position: absolute;
  width: 260px;
  height: 160px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: linear-gradient(145deg, #f4ead7, #d9b98a);
  color: #17342f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.18);
}
.closing-card.c1 {
  left: 4%;
  top: 24%;
  transform: rotate(-14deg);
}
.closing-card.c2 {
  left: 34%;
  top: 4%;
  transform: rotate(6deg);
  background: linear-gradient(145deg, #d4e5dc, #98bbaa);
}
.closing-card.c3 {
  left: 43%;
  top: 44%;
  transform: rotate(16deg);
  background: linear-gradient(145deg, #efe8de, #c8b6a1);
}
.footer-mega {
  width: 100%;
  margin: 0;
  padding: 48px 78px 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  color: #fff;
}
.footer-mega .footer-brand strong {
  font-size: 16px;
}
.footer-mega .footer-brand small {
  color: #9fb2aa;
  font-size: 9px;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.footer-columns div {
  display: grid;
  gap: 9px;
}
.footer-columns b {
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px;
}
.footer-columns a {
  color: #9fb2aa;
  text-decoration: none;
  font-size: 10px;
}
.footer-columns a:hover {
  color: #fff;
}

/* Mobile: calculator before Model/Networks; phone animation disabled */
@media (max-width: 860px) {
  .topbar-wrap {
    padding: 8px;
  }
  .topbar {
    width: 100%;
    height: 58px;
  }
  .top-connect {
    display: none;
  }
  body.mobile-connect-sticky .top-connect {
    display: inline-flex;
    min-height: 38px;
    padding: 0 11px;
    font-size: 10px;
  }
  body.mobile-connect-sticky .brand-name {
    display: none;
  }
  .mobile-top-connect {
    display: none !important;
  }
  .journey-phone-layer {
    display: none;
  }
  .hero.hero-dashboard {
    height: auto;
    min-height: 0;
    padding: 88px 0 24px;
    overflow: visible;
  }
  .hero-grid {
    width: calc(100% - 18px);
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "calc" "projects";
    gap: 14px;
  }
  .hero-pane-copy {
    grid-area: copy;
    padding: 0;
  }
  .hero-pane-calc {
    grid-area: calc;
    padding: 0;
  }
  .hero-project-cards {
    grid-area: projects;
    padding: 0;
    grid-template-columns: 1fr;
  }
  .hero-pane-copy h1 {
    font-size: clamp(52px, 15vw, 78px);
  }
  .hero-calculator-card {
    width: 100%;
    padding: 16px;
    border-radius: 20px;
  }
  .calc-options {
    grid-template-columns: repeat(3, 1fr);
  }
  .calc-summary {
    grid-template-columns: 1fr;
  }
  .hero-pnl-box {
    grid-template-columns: 1fr;
  }
  .hero-strip {
    position: static;
    width: calc(100% - 18px);
    margin: 14px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .hero-strip div {
    border-right: 0;
    border-bottom: 1px solid #e9ece9;
  }
  .hero-strip div:last-child {
    grid-column: 1/-1;
    border-bottom: 0;
  }
  .experience-row {
    width: calc(100% - 18px);
    min-height: auto;
    padding: 28px 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .side-copy,
  .right-detail {
    grid-column: 1;
    padding: 0;
    max-width: none;
  }
  .side-copy h2 {
    font-size: 38px;
  }
  .side-copy p {
    font-size: 13px;
  }
  .security {
    width: calc(100% - 18px);
    margin: 34px auto;
    padding: 34px 22px;
  }
  .audit-band {
    width: calc(100% - 18px);
    margin-bottom: 34px;
  }
  .closing-band {
    width: calc(100% - 18px);
    border-radius: 26px;
  }
  .closing-hero {
    min-height: auto;
    padding: 40px 22px;
    grid-template-columns: 1fr;
  }
  .closing-hero h2 {
    font-size: 48px;
  }
  .closing-visual {
    min-height: 260px;
  }
  .closing-card {
    width: 170px;
    height: 105px;
    font-size: 18px;
  }
  .footer-mega {
    padding: 34px 22px;
    grid-template-columns: 1fr;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* FINAL 83 — compact desktop hero matching the tighter reference layout */
@media (min-width: 861px) {
  .hero.hero-dashboard {
    min-height: 720px;
    padding: 102px 0 24px;
  }

  .hero-grid {
    width: min(1320px, calc(100% - 56px));
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    grid-template-areas:
      "copy calc"
      "projects calc";
    gap: 14px 46px;
    align-items: start;
  }

  .hero-pane-copy {
    max-width: 660px;
    padding-left: 0;
  }

  .hero-pane-copy h1 {
    font-size: clamp(62px, 5.45vw, 92px);
    line-height: 0.91;
    margin: 6px 0 12px;
  }

  .hero-pane-copy > p {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.66;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-proof {
    margin-top: 16px;
  }

  .hero-pane-calc {
    padding-right: 0;
  }

  .hero-calculator-card {
    width: min(100%, 430px);
    padding: 20px;
    border-radius: 24px;
  }

  .hero-project-cards {
    max-width: 660px;
    padding-left: 0;
    gap: 12px;
  }

  .hero-project-cards article {
    padding: 16px;
    border-radius: 19px;
  }

  .hero-project-cards strong {
    font-size: 16px;
  }

  .hero-project-cards p {
    font-size: 11.5px;
  }

  .hero-strip {
    width: min(1320px, calc(100% - 56px));
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 18px;
  }

  .hero-strip div {
    padding: 2px 14px;
  }

  /* Phone peeks at bottom of hero, then shrinks when story begins */
  .journey-phone-track {
    padding-top: 548px;
  }

  .journey-phone {
    top: calc(50vh - 285px);
    transform: translateY(0) scale(0.94);
    transition:
      transform 0.42s cubic-bezier(0.22, 0.8, 0.2, 1),
      top 0.42s cubic-bezier(0.22, 0.8, 0.2, 1);
  }

  .journey-phone.is-compact {
    transform: translateY(-10px) scale(0.76);
  }

  .journey-phone .phone-shell {
    width: 300px;
    height: 614px;
  }

  .experience {
    padding-top: 0;
  }

  .experience-row {
    min-height: 50vh;
    width: min(1320px, calc(100% - 56px));
    padding: 30px 0;
    grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr);
    gap: 26px;
  }

  .side-copy {
    max-width: 520px;
    padding-left: 0;
  }

  .right-detail {
    max-width: 520px;
    padding-right: 0;
  }

  .side-copy h2 {
    font-size: clamp(42px, 3.55vw, 58px);
    margin: 10px 0 10px;
  }

  .side-copy p {
    font-size: 14px;
    line-height: 1.64;
  }

  .security {
    margin: 36px auto;
  }

  .audit-band {
    margin-bottom: 30px;
  }
}

/* FINAL 84 — fluid responsive system: resize-safe across desktop/tablet/mobile */
:root {
  --page-gutter: clamp(12px, 2.6vw, 48px);
  --section-gap: clamp(22px, 3vw, 48px);
  --card-radius: clamp(18px, 1.6vw, 28px);
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}
button,
a,
input,
select,
textarea {
  max-width: 100%;
}
.topbar-wrap {
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}
.topbar {
  width: 100%;
  min-width: 0;
  gap: clamp(10px, 1.8vw, 28px);
}
.desktop-nav {
  gap: clamp(12px, 1.8vw, 28px);
  min-width: 0;
}
.topbar-actions {
  flex: 0 0 auto;
}

@media (min-width: 861px) {
  .hero.hero-dashboard {
    min-height: clamp(650px, 78vh, 760px);
    padding-top: clamp(92px, 8vh, 112px);
    padding-bottom: clamp(20px, 3vh, 32px);
  }
  .hero-grid {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: 1680px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(16px, 2.6vw, 46px);
  }
  .hero-pane-copy {
    max-width: min(680px, 100%);
    min-width: 0;
  }
  .hero-pane-copy h1 {
    font-size: clamp(54px, 5.1vw, 92px);
  }
  .hero-pane-copy > p {
    font-size: clamp(13px, 0.95vw, 15px);
  }
  .hero-pane-calc {
    min-width: 0;
  }
  .hero-calculator-card {
    width: min(100%, 430px);
    padding: clamp(16px, 1.3vw, 20px);
  }
  .calc-options {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(5px, 0.55vw, 8px);
  }
  .reward-option {
    min-width: 0;
    padding-inline: 4px;
  }
  .calc-summary,
  .hero-pnl-box {
    gap: clamp(6px, 0.65vw, 10px);
  }
  .hero-project-cards {
    max-width: min(660px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 1vw, 14px);
  }
  .hero-project-cards article {
    min-width: 0;
  }
  .hero-strip {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: 1680px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hero-strip div {
    min-width: 0;
    padding-inline: clamp(8px, 1vw, 14px);
  }
  .hero-strip strong {
    overflow-wrap: anywhere;
  }

  .journey-phone-track {
    padding-top: clamp(490px, 42vw, 548px);
  }
  .journey-phone {
    top: calc(50vh - clamp(220px, 18vw, 285px));
  }
  .journey-phone .phone-shell {
    width: clamp(248px, 16vw, 300px);
    height: clamp(508px, 32.75vw, 614px);
  }
  .journey-phone.is-compact {
    transform: translateY(-8px) scale(0.76);
  }

  .experience-row {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: 1680px;
    grid-template-columns: minmax(0, 1fr) clamp(248px, 16vw, 300px) minmax(
        0,
        1fr
      );
    gap: clamp(16px, 2vw, 30px);
    padding-block: clamp(24px, 3vw, 34px);
    min-height: clamp(430px, 50vh, 620px);
  }
  .side-copy,
  .right-detail {
    min-width: 0;
  }
  .side-copy {
    max-width: clamp(360px, 34vw, 560px);
  }
  .right-detail {
    max-width: clamp(360px, 34vw, 560px);
  }
  .side-copy h2 {
    font-size: clamp(36px, 3.5vw, 58px);
  }
  .side-copy p {
    font-size: clamp(12px, 0.9vw, 14px);
  }
  .detail-line {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: clamp(8px, 1vw, 15px);
  }
  .feature-list > div {
    grid-template-columns: clamp(34px, 3vw, 42px) minmax(0, 1fr);
  }
  .reward-insights {
    min-width: 0;
  }
  .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .security,
  .audit-band,
  .closing-band {
    width: calc(100% - (var(--page-gutter) * 2));
    max-width: 1680px;
  }
  .security {
    padding: clamp(34px, 4vw, 72px);
    gap: clamp(24px, 4vw, 70px);
  }
  .security-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .closing-hero {
    padding: clamp(40px, 4.5vw, 64px);
    gap: clamp(24px, 3vw, 42px);
  }
  .closing-hero h2 {
    font-size: clamp(52px, 5.4vw, 96px);
  }
  .footer-mega {
    padding: clamp(34px, 4vw, 54px) clamp(28px, 4.5vw, 78px);
  }
}

/* Narrow desktop / split-screen: prevent hero and story collisions. */
@media (min-width: 861px) and (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    gap: 20px;
  }
  .hero-pane-copy h1 {
    font-size: clamp(50px, 5.7vw, 68px);
  }
  .hero-project-cards strong {
    font-size: 14px;
  }
  .hero-project-cards p {
    font-size: 10.5px;
  }
  .hero-calculator-card {
    width: 100%;
  }
  .calc-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .calc-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hero-strip {
    font-size: 90%;
  }
  .experience-row {
    grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
    gap: 18px;
  }
  .journey-phone .phone-shell {
    width: 250px;
    height: 512px;
  }
  .journey-phone {
    top: calc(50vh - 235px);
  }
  .side-copy h2 {
    font-size: clamp(34px, 3.6vw, 44px);
  }
  .side-copy p {
    font-size: 12.5px;
  }
  .detail-line {
    padding: 10px 8px;
    font-size: 90%;
  }
  .reward-insight-card {
    padding: 16px;
  }
  .security {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
}

/* Very narrow desktop windows: stack hero content before tablet mode. */
@media (min-width: 861px) and (max-width: 980px) {
  .hero.hero-dashboard {
    min-height: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "calc" "projects";
    max-width: 760px;
  }
  .hero-pane-copy,
  .hero-pane-calc,
  .hero-project-cards {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .hero-pane-calc {
    justify-content: stretch;
  }
  .hero-calculator-card {
    max-width: none;
  }
  .hero-project-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-strip {
    margin-top: 16px;
  }
}

/* Mobile/tablet fluid refinements */
@media (max-width: 860px) {
  :root {
    --page-gutter: clamp(9px, 3vw, 18px);
  }
  .hero-grid {
    width: calc(100% - (var(--page-gutter) * 2));
  }
  .hero-pane-copy h1 {
    font-size: clamp(44px, 14vw, 72px);
    overflow-wrap: normal;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .hero-cta,
  .hero-link-btn {
    width: 100%;
    justify-content: center;
    min-width: 0;
    padding-inline: 10px;
  }
  .hero-calculator-card {
    min-width: 0;
  }
  .calc-head {
    gap: 8px;
  }
  .calc-head > span {
    white-space: nowrap;
  }
  .calc-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .reward-option {
    min-width: 0;
  }
  .calc-summary,
  .hero-pnl-box {
    grid-template-columns: 1fr;
  }
  .hero-project-cards {
    grid-template-columns: 1fr;
  }
  .hero-strip {
    width: calc(100% - (var(--page-gutter) * 2));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .experience-row,
  .security,
  .audit-band,
  .closing-band {
    width: calc(100% - (var(--page-gutter) * 2));
  }
  .right-detail,
  .side-copy {
    width: 100%;
    min-width: 0;
  }
  .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .security-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .audit-band {
    gap: 18px;
  }
  .audit-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }
  .audit-logos span {
    min-width: 0;
  }
  .closing-visual {
    overflow: hidden;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .hero-strip {
    grid-template-columns: 1fr 1fr;
  }
  .hero-strip div {
    padding: 8px;
  }
  .security-cards,
  .gas-details {
    grid-template-columns: 1fr;
  }
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .closing-card {
    transform: scale(0.88) !important;
  }
}

/* FINAL 85 — phone enters from below hero, never overlaps Model/Networks, then sticks through story */
@media (min-width: 861px) {
  .journey-shell {
    --phone-peek: 92px;
    --phone-track-start: 680px;
  }
  .journey-phone-layer {
    z-index: 5;
  }
  .hero-grid,
  .hero-strip {
    z-index: 7;
  }
  .journey-phone-track {
    padding-top: var(--phone-track-start);
  }
  .journey-phone {
    top: clamp(92px, 12vh, 132px);
    transform: translateY(0) scale(1);
    transform-origin: top center;
    transition:
      transform 0.42s cubic-bezier(0.2, 0.75, 0.2, 1),
      top 0.42s ease;
  }
  .journey-phone.is-compact {
    transform: translateY(0) scale(0.74);
  }
  .experience {
    position: relative;
    z-index: 4;
  }
  .experience-row {
    position: relative;
    z-index: 4;
  }
}

/* Medium desktop: reserve a little more center lane while the phone is sticky. */
@media (min-width: 981px) and (max-width: 1180px) {
  .experience-row {
    grid-template-columns: minmax(0, 1fr) 272px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
  }
  .journey-phone .phone-shell {
    width: 236px;
    height: 484px;
  }
  .journey-phone.is-compact {
    transform: scale(0.78);
  }
}

/* Narrow desktop uses stacked hero; keep only a small phone peek below it. */
@media (min-width: 861px) and (max-width: 980px) {
  .journey-shell {
    --phone-peek: 72px;
  }
  .journey-phone .phone-shell {
    width: 224px;
    height: 458px;
  }
  .journey-phone {
    top: 96px;
  }
  .journey-phone.is-compact {
    transform: scale(0.76);
  }
  .experience-row {
    grid-template-columns: minmax(0, 1fr) 224px minmax(0, 1fr);
    max-width: none;
  }
}

/* FINAL 86 — Desktop hero = Copy | Phone | Reward calculator. One phone follows the story both directions. */
@media (min-width: 861px) {
  .journey-shell {
    --phone-scale: 1;
    --phone-width: clamp(248px, 17.5vw, 330px);
    --phone-height: calc(var(--phone-width) * 2.05);
  }

  .hero.hero-dashboard {
    min-height: clamp(720px, 92svh, 900px);
    padding: clamp(104px, 10vh, 132px) 0 34px;
    overflow: visible;
  }

  .hero-grid {
    width: min(1780px, calc(100% - clamp(48px, 5vw, 96px)));
    grid-template-columns: minmax(0, 1fr) clamp(270px, 19vw, 360px) minmax(
        360px,
        0.92fr
      );
    grid-template-areas:
      "copy phone calc"
      "projects phone calc";
    column-gap: clamp(24px, 3vw, 58px);
    row-gap: 18px;
    align-items: center;
  }

  .hero-pane-copy {
    grid-area: copy;
    padding-left: 0;
    max-width: 680px;
    align-self: end;
  }

  .hero-pane-calc {
    grid-area: calc;
    padding-right: 0;
    align-self: center;
    justify-content: flex-end;
  }

  .hero-calculator-card {
    width: min(100%, 470px);
  }

  .hero-project-cards {
    grid-area: projects;
    padding-left: 0;
    max-width: 680px;
    align-self: start;
  }

  /* Reserve the actual middle lane for the single absolute/sticky phone. */
  .hero-grid::after {
    content: "";
    grid-area: phone;
    width: 100%;
    min-height: var(--phone-height);
    pointer-events: none;
  }

  .hero-strip {
    width: min(1780px, calc(100% - clamp(48px, 5vw, 96px)));
    margin-top: 20px;
  }

  .journey-phone-layer {
    inset: 0;
    z-index: 8;
  }

  /* Start the phone in the middle hero column. The sticky box is constrained by journey-shell,
     so it naturally stops after the Gas section and reverses when scrolling upward. */
  .journey-phone-track {
    height: 100%;
    padding-top: clamp(116px, 12vh, 148px) !important;
  }

  .journey-phone {
    position: sticky;
    top: clamp(88px, 10vh, 118px);
    width: var(--phone-width);
    margin: 0 auto;
    transform: scale(var(--phone-scale));
    transform-origin: top center;
    transition: none;
    will-change: transform;
  }

  .journey-phone.is-compact {
    transform: scale(var(--phone-scale));
  }

  .journey-phone .phone-shell {
    width: var(--phone-width);
    height: var(--phone-height);
  }

  /* Story reserves exactly the same center lane as hero. */
  .experience-row {
    width: min(1780px, calc(100% - clamp(48px, 5vw, 96px)));
    grid-template-columns: minmax(0, 1fr) clamp(270px, 19vw, 360px) minmax(
        0,
        1fr
      );
    gap: clamp(24px, 3vw, 58px);
    min-height: clamp(520px, 68vh, 720px);
    padding-block: clamp(42px, 5vh, 64px);
  }

  .side-copy {
    padding-left: 0;
    max-width: 620px;
  }

  .right-detail {
    padding-right: 0;
    max-width: 620px;
  }

  .experience-row:first-child {
    padding-top: clamp(54px, 7vh, 78px);
  }
}

/* Medium desktop: preserve three-column composition without overlap. */
@media (min-width: 981px) and (max-width: 1240px) {
  .journey-shell {
    --phone-width: clamp(230px, 19vw, 270px);
  }
  .hero-grid,
  .experience-row {
    grid-template-columns: minmax(0, 1fr) clamp(230px, 20vw, 280px) minmax(
        320px,
        0.9fr
      );
    column-gap: clamp(18px, 2.2vw, 30px);
  }
  .hero-pane-copy h1 {
    font-size: clamp(50px, 5.5vw, 72px);
  }
  .hero-calculator-card {
    max-width: 400px;
  }
  .experience-row {
    min-height: clamp(470px, 62vh, 620px);
  }
}

/* 861–980px is too narrow for the full 3-column journey: keep a clean stacked hero and disable the desktop phone journey. */
@media (min-width: 861px) and (max-width: 980px) {
  .journey-phone-layer {
    display: none !important;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "calc" "projects";
    max-width: 760px;
  }
  .hero-grid::after {
    display: none;
  }
  .experience-row {
    grid-template-columns: 1fr;
    max-width: 760px;
    min-height: auto;
  }
  .side-copy,
  .right-detail {
    grid-column: 1;
  }
}

/* FINAL 87 — hero returns to two large columns; phone only peeks from hero bottom then follows story */
@media (min-width: 981px) {
  .journey-shell {
    --phone-scale: 1;
    --phone-width: clamp(270px, 18vw, 330px);
    --phone-height: calc(var(--phone-width) * 2.05);
    --phone-start-y: 650px;
  }

  .hero.hero-dashboard {
    min-height: clamp(700px, 86svh, 860px);
    padding: clamp(96px, 9vh, 120px) 0 28px;
    overflow: visible;
  }

  .hero-grid {
    width: min(1780px, calc(100% - clamp(56px, 6vw, 112px)));
    grid-template-columns: minmax(0, 1.15fr) minmax(440px, 0.85fr);
    grid-template-areas:
      "copy calc"
      "projects calc";
    column-gap: clamp(54px, 6vw, 120px);
    row-gap: 18px;
    align-items: center;
  }

  .hero-grid::after {
    display: none !important;
  }

  .hero-pane-copy {
    grid-area: copy;
    max-width: 820px;
    padding-left: 0;
    align-self: end;
  }

  .hero-pane-copy h1 {
    font-size: clamp(72px, 7.2vw, 126px);
    line-height: 0.89;
  }

  .hero-pane-copy > p {
    max-width: 760px;
    font-size: clamp(15px, 1.05vw, 18px);
  }

  .hero-pane-calc {
    grid-area: calc;
    padding-right: 0;
    align-self: center;
    justify-content: flex-end;
  }

  .hero-calculator-card {
    width: min(100%, 540px);
    padding: clamp(22px, 1.6vw, 28px);
  }

  .hero-project-cards {
    grid-area: projects;
    max-width: 760px;
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-project-cards article {
    min-height: 122px;
    padding: 20px;
  }

  .hero-strip {
    width: min(1780px, calc(100% - clamp(56px, 6vw, 112px)));
    margin-top: 20px;
    position: relative;
    z-index: 10;
  }

  /* Phone starts near the hero bottom so only its head is visible there. */
  .journey-phone-layer {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
    overflow: visible;
  }

  .journey-phone-track {
    height: 100%;
    padding-top: var(--phone-start-y) !important;
    box-sizing: border-box;
  }

  .journey-phone {
    position: sticky;
    top: max(86px, calc(50vh - 245px));
    width: var(--phone-width);
    margin: 0 auto;
    transform: scale(var(--phone-scale));
    transform-origin: top center;
    transition: none;
    will-change: transform;
  }

  .journey-phone .phone-shell {
    width: var(--phone-width);
    height: var(--phone-height);
  }

  /* While phone is travelling, story keeps a clean center lane. */
  .experience {
    position: relative;
    z-index: 4;
    padding-top: 0;
  }

  .experience-row {
    width: min(1780px, calc(100% - clamp(56px, 6vw, 112px)));
    grid-template-columns: minmax(0, 1fr) clamp(250px, 17vw, 330px) minmax(
        0,
        1fr
      );
    column-gap: clamp(34px, 4vw, 72px);
    min-height: clamp(500px, 62vh, 680px);
    padding-block: clamp(38px, 4.5vh, 58px);
  }

  .experience-row:first-child {
    padding-top: clamp(54px, 6vh, 72px);
  }
  .side-copy {
    max-width: 650px;
  }
  .right-detail {
    max-width: 650px;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .journey-shell {
    --phone-width: clamp(238px, 20vw, 280px);
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
    column-gap: clamp(30px, 4vw, 54px);
  }
  .hero-pane-copy h1 {
    font-size: clamp(56px, 6.2vw, 82px);
  }
  .hero-calculator-card {
    max-width: 450px;
  }
  .experience-row {
    grid-template-columns: minmax(0, 1fr) clamp(230px, 20vw, 285px) minmax(
        0,
        1fr
      );
    column-gap: clamp(22px, 3vw, 38px);
  }
}

/* FINAL 88 — Closing section: exact wallet phone image, soft blurred aura, crisp center focus */
.closing-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 45%,
      rgba(164, 118, 79, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 18%,
      rgba(255, 255, 255, 0.04),
      transparent 22%
    ),
    linear-gradient(180deg, #121211 0%, #090a09 100%);
}
.closing-copy {
  position: relative;
  z-index: 4;
}
.closing-phone-stage {
  position: relative;
  min-height: clamp(420px, 43vw, 650px);
  display: grid;
  place-items: center;
  isolation: isolate;
}
.closing-phone-stage::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 5%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(151, 91, 48, 0.42) 0%,
    rgba(108, 72, 44, 0.18) 42%,
    transparent 72%
  );
  filter: blur(18px);
  transform: scaleX(1.12);
  z-index: 0;
}
.closing-phone-blur {
  position: absolute;
  inset: -7%;
  background: url("assets/closing-wallet-phone.png") center 47% /
    min(70%, 520px) auto no-repeat;
  filter: blur(34px) saturate(0.75) brightness(0.58);
  opacity: 0.52;
  transform: scale(1.2);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 0 35%,
    rgba(0, 0, 0, 0.72) 52%,
    transparent 76%
  );
  mask-image: radial-gradient(
    ellipse at center,
    #000 0 35%,
    rgba(0, 0, 0, 0.72) 52%,
    transparent 76%
  );
  z-index: 1;
}
.closing-phone-focus {
  position: relative;
  z-index: 3;
  width: min(68%, 440px);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.42));
}
.closing-phone-focus::before {
  content: "";
  position: absolute;
  inset: 7% 13% 5%;
  border-radius: 42%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.16),
    transparent 64%
  );
  filter: blur(18px);
  z-index: -1;
}
.closing-phone-focus img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

@media (max-width: 1100px) {
  .closing-phone-focus {
    width: min(72%, 400px);
  }
  .closing-phone-stage {
    min-height: 480px;
  }
}
@media (max-width: 860px) {
  .closing-phone-stage {
    min-height: 360px;
    margin-top: 8px;
  }
  .closing-phone-focus {
    width: min(76%, 330px);
  }
  .closing-phone-blur {
    background-size: min(78%, 390px) auto;
    filter: blur(28px) saturate(0.75) brightness(0.6);
  }
}
@media (max-width: 640px) {
  .closing-phone-stage {
    min-height: 310px;
  }
  .closing-phone-focus {
    width: min(82%, 290px);
  }
}

/* FINAL 89 — Ether-style closing composition, code-only phone visual */
.closing-band.closing-ether-style {
  width: calc(100% - 28px);
  margin: 0 auto 14px;
  border-radius: 0;
  overflow: hidden;
  background: #080908;
  color: #fff;
}
.closing-hero-ether {
  min-height: 640px;
  padding: 58px clamp(44px, 6vw, 96px) 38px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 430px) minmax(
      260px,
      1fr
    );
  gap: clamp(34px, 5vw, 92px);
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(110, 63, 35, 0.23),
      transparent 26%
    ),
    radial-gradient(
      circle at 50% 70%,
      rgba(121, 76, 42, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, #0b0c0b 0%, #090a09 60%, #080908 100%);
}
.closing-hero-ether::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    transparent 0 34%,
    rgba(0, 0, 0, 0.18) 56%,
    rgba(0, 0, 0, 0.66) 100%
  );
  pointer-events: none;
}
.closing-left-copy,
.closing-right-copy,
.closing-center-phone {
  position: relative;
  z-index: 2;
}
.closing-left-copy {
  align-self: center;
}
.closing-left-copy h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 4.9vw, 84px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 400;
  color: #fff;
}
.closing-right-copy {
  max-width: 390px;
  justify-self: end;
}
.closing-right-copy p {
  margin: 0;
  color: #f2f3f1;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.55;
  font-weight: 650;
}
.closing-right-copy button {
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 850;
  cursor: pointer;
}
.closing-right-copy button span {
  margin-left: 16px;
}
.closing-center-phone {
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.closing-phone-aura {
  position: absolute;
  width: 150%;
  height: 78%;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(146, 82, 42, 0.24) 0%,
    rgba(77, 44, 27, 0.12) 42%,
    transparent 72%
  );
  filter: blur(34px);
  z-index: 0;
}
.closing-floor {
  position: absolute;
  left: -165%;
  right: -165%;
  bottom: 15%;
  height: 18%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(127, 73, 36, 0.12) 18%,
      rgba(184, 111, 58, 0.35) 46%,
      rgba(193, 118, 62, 0.38) 54%,
      rgba(127, 73, 36, 0.12) 82%,
      transparent
    ),
    linear-gradient(
      180deg,
      rgba(164, 97, 48, 0.3),
      rgba(80, 43, 23, 0.12) 36%,
      transparent 100%
    );
  filter: blur(10px);
  transform: perspective(480px) rotateX(66deg) scaleY(1.9);
  transform-origin: center bottom;
  z-index: 0;
}
.closing-live-phone {
  z-index: 3;
  transform: scale(0.82);
  transform-origin: center center;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.55));
}
.closing-live-phone .phone-shell {
  width: 330px;
  height: 682px;
  background: linear-gradient(150deg, #2e2925, #070807 55%, #59412f);
}
.closing-live-phone .phone-screen {
  background: #f7f8f5;
}
.closing-live-phone .closing-phone-scene {
  opacity: 1 !important;
  transform: none !important;
  top: 52px;
  bottom: 48px;
  padding: 14px;
  background: #fff;
}
.closing-live-phone .real-balance-card {
  padding: 14px;
}
.closing-live-phone .real-token-row {
  min-height: 45px;
}
.footer-ether-style {
  width: 100%;
  margin: 0;
  padding: 44px clamp(44px, 6vw, 96px) 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(480px, 1.4fr);
  gap: 70px;
  background: #080908;
  color: #fff;
}
.footer-brand-large {
  align-self: start;
}
.footer-brand-large strong {
  font-size: 17px;
}
.footer-brand-large small {
  margin-top: 8px;
  color: #8e9793;
  font-size: 9px;
}
.footer-ether-style .footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.footer-ether-style .footer-columns b {
  font-size: 11px;
}
.footer-ether-style .footer-columns a {
  color: #929a96;
  font-size: 10px;
}
.footer-ether-style .footer-columns a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .closing-hero-ether {
    grid-template-columns: 1fr 320px 1fr;
    gap: 28px;
    padding-inline: 34px;
  }
  .closing-live-phone {
    transform: scale(0.72);
  }
  .closing-center-phone {
    min-height: 470px;
  }
  .footer-ether-style {
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
    padding-inline: 34px;
  }
}
@media (max-width: 860px) {
  .closing-band.closing-ether-style {
    width: calc(100% - 18px);
    border-radius: 26px;
  }
  .closing-hero-ether {
    min-height: auto;
    padding: 42px 22px;
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }
  .closing-left-copy h2 {
    font-size: 48px;
  }
  .closing-center-phone {
    min-height: 430px;
    order: 2;
  }
  .closing-live-phone {
    transform: scale(0.64);
  }
  .closing-right-copy {
    max-width: none;
    justify-self: stretch;
    order: 3;
  }
  .closing-floor {
    left: -70%;
    right: -70%;
    bottom: 10%;
  }
  .footer-ether-style {
    padding: 34px 22px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-ether-style .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}
@media (max-width: 560px) {
  .closing-center-phone {
    min-height: 380px;
  }
  .closing-live-phone {
    transform: scale(0.56);
  }
  .footer-ether-style .footer-columns {
    grid-template-columns: 1fr;
  }
}

/* FINAL 90 — deterministic desktop phone journey. No sticky dependency. */
@media (min-width: 981px) {
  .journey-shell {
    position: relative;
  }
  .journey-phone-layer {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
    overflow: visible !important;
  }
  .journey-phone-track {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .journey-phone {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: var(--phone-width) !important;
    margin: 0 !important;
    transform: translate3d(-50%, var(--phone-y, 0px), 0)
      scale(var(--phone-scale, 1)) !important;
    transform-origin: top center !important;
    transition: none !important;
    will-change: transform !important;
  }
  .journey-phone.is-compact {
    transform: translate3d(-50%, var(--phone-y, 0px), 0)
      scale(var(--phone-scale, 1)) !important;
  }
  .journey-phone .phone-shell {
    width: var(--phone-width) !important;
    height: var(--phone-height) !important;
  }
  .experience-row {
    position: relative;
    z-index: 4;
  }
}

/* FINAL 91 — phone floats over Trust strip + reliable journey scene switching */
@media (min-width: 981px) {
  /* The journey phone must visually sit above the Trust strip while crossing it. */
  .journey-phone-layer {
    z-index: 24 !important;
  }
  .hero-grid {
    z-index: 8 !important;
  }
  .hero-strip {
    z-index: 9 !important;
  }
  .experience {
    z-index: 6 !important;
  }
  .experience-row {
    z-index: 7 !important;
  }

  /* The current phone is .journey-phone, not .stage-phone. Activate exactly one UI scene. */
  .journey-phone .phone-scene {
    opacity: 0 !important;
    transform: translateY(18px) scale(0.985) !important;
    pointer-events: none !important;
    transition:
      opacity 0.36s ease,
      transform 0.36s ease !important;
  }
  .journey-phone[data-scene="portfolio"] .scene-portfolio,
  .journey-phone[data-scene="approved"] .scene-approved,
  .journey-phone[data-scene="reward"] .scene-reward,
  .journey-phone[data-scene="gas"] .scene-gas {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Keep the phone itself above cards/lines without blocking interaction. */
  .journey-phone {
    z-index: 2 !important;
    pointer-events: none !important;
  }
}

/* FINAL 92 — actual connected-app screenshots inside the journey phone */
.journey-phone .journey-device-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 45px;
  background: #f4f7fb;
}
.journey-phone .app-shot-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f3f6fb;
}
.journey-phone .app-shot {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  opacity: 0;
  transform: translateY(10px) scale(0.992);
  transition:
    opacity 0.38s ease,
    transform 0.48s cubic-bezier(0.2, 0.72, 0.22, 1);
  pointer-events: none;
  overflow: hidden;
  background: #f4f7fb;
}
.journey-phone[data-scene="portfolio"] .shot-portfolio,
.journey-phone[data-scene="approved"] .shot-approved,
.journey-phone[data-scene="reward"] .shot-reward,
.journey-phone[data-scene="gas"] .shot-gas {
  opacity: 1;
  transform: none;
}
.journey-phone .app-shot img {
  display: block;
  max-width: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Portfolio screenshot: tall page, show top dashboard and allowance cards like a live app viewport. */
.journey-phone .shot-portfolio > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
/* Allowance list screenshot is shorter: fit width and let the real app's white canvas continue below. */
.journey-phone .shot-approved {
  background: #f6f8fc;
  align-content: start;
}
.journey-phone .shot-approved > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}
/* Reward detail is a full modal screenshot, so keep the entire modal visible inside the device. */
.journey-phone .shot-reward {
  background: #8e97a9;
}
.journey-phone .shot-reward > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
/* Gas scene alternates between the exact ETH and BNB screenshots. */
.journey-phone .shot-gas {
  background: #8b93a2;
  place-items: center;
}
.journey-phone .shot-gas .gas-shot {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  object-fit: contain;
  opacity: 0;
}
.journey-phone[data-scene="gas"] .shot-gas .gas-shot-eth {
  animation: gasShotEth 5.6s ease-in-out infinite;
}
.journey-phone[data-scene="gas"] .shot-gas .gas-shot-bnb {
  animation: gasShotBnb 5.6s ease-in-out infinite;
}
@keyframes gasShotEth {
  0%,
  42% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  48%,
  92% {
    opacity: 0;
    transform: translateY(-50%) scale(0.985);
  }
  98%,
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
@keyframes gasShotBnb {
  0%,
  42% {
    opacity: 0;
    transform: translateY(-50%) scale(0.985);
  }
  48%,
  92% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  98%,
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.985);
  }
}
/* Preserve real iPhone-like hardware around the screenshot. */
.journey-phone .journey-device-shell {
  background: linear-gradient(150deg, #343a38, #070908 55%, #4c5350);
  box-shadow:
    0 34px 72px rgba(21, 26, 24, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.34);
}
.journey-phone .journey-device-shell::after {
  z-index: 12;
}
.journey-phone .phone-island {
  z-index: 14;
}

@media (max-width: 980px) {
  /* Desktop journey animation is intentionally disabled at compact widths; keep screenshots available if phone is shown later. */
  .journey-phone .journey-device-screen {
    border-radius: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-phone .app-shot {
    transition: none;
  }
  .journey-phone[data-scene="gas"] .shot-gas .gas-shot-eth {
    animation: none;
    opacity: 1;
  }
  .journey-phone[data-scene="gas"] .shot-gas .gas-shot-bnb {
    animation: none;
    opacity: 0;
  }
}

/* FINAL 93 — vertical darkening, strongest between Gas and Security */
body.homepage-page {
  background: #eef1ed;
}

/* Keep the product journey light and readable. */
.journey-shell,
.experience {
  background: transparent !important;
}

/* The Gas section begins the visual descent into the dark security area. */
.experience-row[data-scene="gas"] {
  position: relative;
  isolation: isolate;
}
.experience-row[data-scene="gas"]::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -1px;
  width: 100vw;
  height: clamp(180px, 24vh, 300px);
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(238, 241, 237, 0) 0%,
    rgba(228, 232, 227, 0.28) 28%,
    rgba(190, 196, 190, 0.48) 52%,
    rgba(116, 122, 117, 0.7) 72%,
    rgba(42, 46, 43, 0.9) 90%,
    #111311 100%
  );
}

/* Full-width transition zone starts immediately after Gas. */
.security-dark-zone {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: clamp(84px, 9vh, 128px) 0 clamp(42px, 5vh, 68px);
  color: #fff;
  background: linear-gradient(
    180deg,
    #111311 0%,
    #0d0f0e 28%,
    #090a09 72%,
    #070807 100%
  );
}
.security-dark-zone::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: calc(-1 * clamp(180px, 24vh, 300px));
  height: clamp(180px, 24vh, 300px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(238, 241, 237, 0) 0%,
    rgba(224, 228, 223, 0.18) 20%,
    rgba(168, 174, 168, 0.4) 43%,
    rgba(87, 93, 88, 0.68) 66%,
    rgba(32, 36, 33, 0.9) 84%,
    #111311 100%
  );
}

/* Security is now part of the page background instead of a separate black island. */
.security-dark-zone .security {
  margin: 0 auto clamp(36px, 4vh, 54px) !important;
  background: rgba(21, 24, 22, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}
.security-dark-zone .security-copy .section-kicker {
  color: #9fa9a5 !important;
}
.security-dark-zone .security-copy p {
  color: #aeb7b3 !important;
}
.security-dark-zone .security-cards article {
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* Audit strip visually belongs to the dark zone. */
.security-dark-zone .audit-band {
  margin: 0 auto !important;
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
}
.security-dark-zone .audit-band small {
  color: #7f8985 !important;
}
.security-dark-zone .audit-band strong {
  color: #f4f6f4 !important;
}
.security-dark-zone .audit-logos img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.82;
}

/* Make the closing section flow naturally out of the black page instead of looking detached. */
.closing-band.closing-ether-style {
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #070807 !important;
}

@media (max-width: 860px) {
  .experience-row[data-scene="gas"]::before {
    height: 150px;
  }
  .security-dark-zone {
    padding: 72px 0 34px;
  }
  .security-dark-zone::before {
    top: -150px;
    height: 150px;
  }
  .closing-band.closing-ether-style {
    border-radius: 0 0 26px 26px !important;
  }
}

/* FINAL 94 — phone screenshots normalized to the device viewport + seamless dark transition */
.journey-phone .app-shot {
  background: #f4f7fb;
  place-items: stretch;
}
.journey-phone .app-shot > img,
.journey-phone .shot-gas .gas-shot {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: fill !important;
  object-position: center !important;
}
.journey-phone .shot-approved,
.journey-phone .shot-reward,
.journey-phone .shot-gas {
  align-content: stretch !important;
  place-items: stretch !important;
}
.journey-phone .shot-gas .gas-shot {
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
}
@keyframes gasShotEthFit {
  0%,
  43% {
    opacity: 1;
  }
  48%,
  93% {
    opacity: 0;
  }
  98%,
  100% {
    opacity: 1;
  }
}
@keyframes gasShotBnbFit {
  0%,
  43% {
    opacity: 0;
  }
  48%,
  93% {
    opacity: 1;
  }
  98%,
  100% {
    opacity: 0;
  }
}
.journey-phone[data-scene="gas"] .shot-gas .gas-shot-eth {
  animation: gasShotEthFit 5.6s ease-in-out infinite !important;
}
.journey-phone[data-scene="gas"] .shot-gas .gas-shot-bnb {
  animation: gasShotBnbFit 5.6s ease-in-out infinite !important;
}

/* A single, continuous light-to-dark descent. */
body.homepage-page {
  background: #eef1ed !important;
}
.experience-row[data-scene="gas"] {
  position: relative;
  isolation: isolate;
}
.experience-row[data-scene="gas"]::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  bottom: -2px;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(238, 241, 237, 0) 0%,
    rgba(238, 241, 237, 0.02) 38%,
    rgba(220, 224, 219, 0.13) 52%,
    rgba(184, 190, 184, 0.3) 64%,
    rgba(122, 128, 123, 0.52) 76%,
    rgba(65, 70, 66, 0.75) 87%,
    rgba(25, 28, 26, 0.94) 96%,
    #0b0d0c 100%
  );
}
/* remove the second transition layer that previously caused a visible band */
.security-dark-zone::before {
  display: none !important;
}
.security-dark-zone {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(72px, 8vh, 112px) 0 clamp(38px, 5vh, 62px) !important;
  background: linear-gradient(
    180deg,
    #0b0d0c 0%,
    #090b0a 42%,
    #070807 100%
  ) !important;
}
.security-dark-zone .security {
  width: min(1500px, calc(100% - clamp(28px, 4vw, 72px))) !important;
}
.security-dark-zone .audit-band {
  width: min(1500px, calc(100% - clamp(28px, 4vw, 72px))) !important;
}
/* Dark region continues through the closing section and footer with no light gutters. */
.closing-band.closing-ether-style {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #070807 !important;
}
.closing-band.closing-ether-style .closing-hero,
.closing-band.closing-ether-style .footer-mega {
  background-color: #070807 !important;
}
.closing-band.closing-ether-style .footer-mega {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: clamp(28px, 6vw, 96px) !important;
  padding-right: clamp(28px, 6vw, 96px) !important;
}
@media (max-width: 860px) {
  .experience-row[data-scene="gas"]::before {
    height: 100%;
  }
  .security-dark-zone {
    padding: 58px 0 28px !important;
  }
  .closing-band.closing-ether-style {
    border-radius: 0 !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey-phone[data-scene="gas"] .shot-gas .gas-shot-eth {
    animation: none !important;
    opacity: 1 !important;
  }
  .journey-phone[data-scene="gas"] .shot-gas .gas-shot-bnb {
    animation: none !important;
    opacity: 0 !important;
  }
}

/* FINAL 95 — closing phone uses the exact connected-wallet screenshot supplied by the user */
.closing-live-phone .phone-shell {
  width: 330px;
  height: 626px;
}
.closing-live-phone .closing-real-screen {
  background: #f7f9ff;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
}
.closing-live-phone .closing-app-shot {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100% - 30px);
  object-fit: contain;
  object-position: top center;
}
@media (max-width: 1100px) {
  .closing-live-phone .phone-shell {
    width: 310px;
    height: 588px;
  }
}
@media (max-width: 640px) {
  .closing-live-phone .phone-shell {
    width: 286px;
    height: 544px;
  }
  .closing-live-phone .closing-real-screen {
    padding-top: 26px;
  }
  .closing-live-phone .closing-app-shot {
    max-height: calc(100% - 26px);
  }
}

/* FINAL 96 — Approved/Allowance scene uses the original user screenshot without canvas stretching */
.journey-phone .shot-approved {
  background: #f4f7fb !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.journey-phone .shot-approved > img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: top center !important;
  transform: none !important;
}

/* FINAL 97 — larger, centered, high-tech Reward & PnL panel on desktop */
@media (min-width: 1200px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(520px, 0.94fr) !important;
    column-gap: clamp(34px, 3vw, 64px) !important;
  }

  .hero-pane-copy {
    max-width: 820px !important;
  }

  .hero-pane-calc {
    justify-content: flex-start !important;
    padding-right: 0 !important;
    padding-left: clamp(8px, 1vw, 18px) !important;
  }

  .hero-calculator-card {
    position: relative;
    isolation: isolate;
    width: clamp(540px, 35vw, 650px) !important;
    max-width: none !important;
    padding: clamp(26px, 2vw, 34px) !important;
    border-radius: 32px !important;
    border: 1px solid rgba(72, 111, 255, 0.2) !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95),
      rgba(247, 250, 255, 0.92)
    ) !important;
    box-shadow:
      0 30px 80px rgba(36, 68, 150, 0.13),
      0 8px 30px rgba(22, 34, 72, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(18px) saturate(135%) !important;
    overflow: hidden;
  }

  .hero-calculator-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
      linear-gradient(rgba(73, 112, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(73, 112, 255, 0.045) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.75),
      transparent 78%
    );
  }

  .hero-calculator-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 280px;
    right: -95px;
    top: -110px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(
      circle,
      rgba(64, 111, 255, 0.22) 0%,
      rgba(83, 155, 255, 0.1) 38%,
      transparent 70%
    );
    filter: blur(2px);
  }

  .hero-calculator-card .calc-head {
    align-items: center !important;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(81, 103, 151, 0.12);
  }

  .hero-calculator-card .calc-head small {
    color: #6078b8 !important;
    font-size: 9px !important;
    letter-spacing: 0.17em !important;
  }

  .hero-calculator-card .calc-head strong {
    margin-top: 7px !important;
    font-size: clamp(18px, 1.35vw, 23px) !important;
    letter-spacing: -0.025em;
  }

  .hero-calculator-card .calc-head > span {
    padding: 8px 11px;
    border: 1px solid rgba(65, 103, 222, 0.14);
    border-radius: 999px;
    background: rgba(239, 244, 255, 0.86);
    color: #3e5fc4 !important;
    font-size: 10px !important;
    font-weight: 850 !important;
  }

  .hero-calculator-card .calc-options {
    gap: 10px !important;
    margin-top: 0 !important;
  }

  .hero-calculator-card .reward-option {
    min-height: 72px !important;
    border-radius: 17px !important;
    border: 1px solid rgba(100, 119, 165, 0.16) !important;
    background: rgba(255, 255, 255, 0.74) !important;
    transition:
      transform 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease;
  }

  .hero-calculator-card .reward-option:hover {
    transform: translateY(-2px);
    border-color: rgba(65, 103, 222, 0.28) !important;
    box-shadow: 0 10px 22px rgba(62, 92, 170, 0.08);
  }

  .hero-calculator-card .reward-option small {
    font-size: 9px !important;
  }

  .hero-calculator-card .reward-option b {
    margin-top: 6px !important;
    font-size: 18px !important;
  }

  .hero-calculator-card .reward-option.active {
    background: linear-gradient(
      145deg,
      #111821,
      #1d2f63 62%,
      #315cff
    ) !important;
    border-color: rgba(79, 119, 255, 0.72) !important;
    box-shadow:
      0 14px 28px rgba(45, 84, 218, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
  }

  .hero-calculator-card .reward-option.active small {
    color: #cbd7ff !important;
  }

  .hero-calculator-card .calc-summary {
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .hero-calculator-card .calc-summary > div,
  .hero-calculator-card .hero-pnl-box > div {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(97, 117, 163, 0.14) !important;
    background: linear-gradient(
      180deg,
      rgba(250, 252, 255, 0.95),
      rgba(243, 247, 253, 0.9)
    ) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .hero-calculator-card .calc-summary > div {
    min-height: 82px;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .hero-calculator-card .calc-summary small,
  .hero-calculator-card .hero-pnl-box small {
    color: #8894ae !important;
    font-size: 8px !important;
  }

  .hero-calculator-card .calc-summary strong {
    margin-top: 7px !important;
    font-size: 20px !important;
  }

  .hero-calculator-card .hero-pnl-box {
    gap: 10px !important;
    margin-top: 10px !important;
  }

  .hero-calculator-card .hero-pnl-box > div {
    min-height: 88px;
    padding: 17px !important;
    border-radius: 18px !important;
  }

  .hero-calculator-card .hero-pnl-box strong {
    margin-top: 8px !important;
    font-size: 23px !important;
    letter-spacing: -0.03em;
  }

  .hero-calculator-card .hero-pnl-box > div:last-child strong {
    color: #315cff;
  }

  .hero-calculator-card .hero-calc-notes {
    margin-top: 16px !important;
    padding: 14px 16px 14px 31px !important;
    border: 1px solid rgba(71, 107, 217, 0.1);
    border-radius: 16px;
    background: rgba(239, 244, 255, 0.62);
    color: #68758e !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
  }

  .hero-calculator-card .hero-calc-notes li::marker {
    color: #315cff;
  }
}

@media (min-width: 1600px) {
  .hero-pane-calc {
    padding-left: clamp(24px, 2vw, 48px) !important;
  }
  .hero-calculator-card {
    width: clamp(600px, 34vw, 690px) !important;
  }
}

/* FINAL 99 — polish fixes: lower hero phone, tighter story rhythm, centered reward screen, right desktop CTA */
@media (min-width: 981px) {
  /* Stable desktop header: brand left, navigation centered, actions pinned right. */
  .topbar {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
  }
  .desktop-nav {
    margin: 0 !important;
    justify-self: center !important;
  }
  .topbar-actions {
    margin-left: 0 !important;
    justify-self: end !important;
  }

  /* Bring story sections closer without breaking the phone travel lane. */
  .experience-row {
    min-height: clamp(430px, 52vh, 570px) !important;
    padding-block: clamp(24px, 3vh, 38px) !important;
  }
  .experience-row:first-child {
    padding-top: clamp(38px, 4vh, 50px) !important;
  }

  /* Reward screenshot: keep the real modal fully visible and centered in device viewport. */
  .journey-phone .shot-reward {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    background: #8e97a9 !important;
  }
  .journey-phone .shot-reward > img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }
}

@media (min-width: 981px) and (max-height: 760px) {
  .experience-row {
    min-height: clamp(400px, 55vh, 500px) !important;
    padding-block: 22px !important;
  }
}

/* FINAL 100 — mobile header balance: brand left, connect CTA pinned right */
@media (max-width: 860px) {
  .topbar {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .brand {
    grid-column: 1 !important;
    justify-self: start !important;
    min-width: 0 !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .topbar-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    margin-left: 0 !important;
    gap: 0 !important;
  }
  .topbar-actions .text-link {
    display: none !important;
  }
  .top-connect,
  body.mobile-connect-sticky .top-connect {
    display: inline-flex !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border-radius: 13px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  body.mobile-connect-sticky .brand-name {
    display: inline !important;
  }
}

@media (max-width: 420px) {
  .topbar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .brand-name {
    font-size: 11px !important;
  }
  .top-connect,
  body.mobile-connect-sticky .top-connect {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 10px !important;
  }
}

/* FINAL 109 — Trust blue/white identity and seamless light-to-dark homepage journey.
   CSS-only landing-page treatment: connected wallet UI and application logic stay untouched. */
:root {
  --trust-blue: #1557ff;
  --trust-blue-deep: #0837b8;
  --trust-blue-soft: #eaf1ff;
  --trust-navy: #071329;
  --trust-black: #030711;
}

body.homepage-page {
  background: #f7faff;
  color: #0a1630;
}

.homepage-page .journey-shell {
  background:
    radial-gradient(
      70% 24% at 88% 8%,
      rgba(33, 102, 255, 0.16),
      transparent 72%
    ),
    radial-gradient(
      58% 20% at 4% 30%,
      rgba(62, 136, 255, 0.1),
      transparent 76%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7faff 18%,
      #edf4ff 42%,
      #dbe8ff 67%,
      #789be0 84%,
      #182b50 94%,
      #050a15 100%
    );
}

.homepage-page .hero.hero-dashboard {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(255, 255, 255, 0.98),
      transparent 31%
    ),
    radial-gradient(
      circle at 84% 14%,
      rgba(38, 108, 255, 0.18),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(232, 241, 255, 0.82) 58%,
      rgba(214, 229, 255, 0.72)
    );
}

.homepage-page .hero-bg {
  background:
    linear-gradient(rgba(21, 87, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 87, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.54) 62%,
    transparent 100%
  );
}

.homepage-page .hero-glow-a {
  background: rgba(30, 103, 255, 0.16);
}
.homepage-page .hero-glow-b {
  background: rgba(86, 154, 255, 0.18);
}
.homepage-page .eyebrow,
.homepage-page .section-kicker {
  color: #2858ba;
}
.homepage-page .hero-pane-copy > p {
  color: #52627d;
}

.homepage-page .topbar {
  border-color: rgba(35, 78, 160, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 42px rgba(31, 73, 151, 0.1);
}
.homepage-page .brand-mark {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.homepage-page .top-connect,
.homepage-page .hero-cta {
  background: linear-gradient(135deg, #0c55ff, #1544d4);
  color: #fff;
  box-shadow: 0 14px 32px rgba(21, 87, 255, 0.22);
}
.homepage-page .hero-link-btn {
  border-color: rgba(21, 87, 255, 0.15);
  background: rgba(255, 255, 255, 0.76);
  color: #1746ad;
}
.homepage-page .hero-proof {
  color: #526685;
}
.homepage-page .hero-proof span::first-letter {
  color: #1557ff;
}

.homepage-page .hero-project-cards article,
.homepage-page .hero-strip {
  border-color: rgba(32, 83, 178, 0.12);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 48px rgba(31, 71, 145, 0.07);
}
.homepage-page .hero-project-cards small {
  color: #3261bb;
}
.homepage-page .hero-project-cards p {
  color: #5d6d87;
}

.homepage-page .experience {
  background: transparent !important;
}
.homepage-page .experience-row {
  border-bottom-color: rgba(29, 74, 156, 0.13);
}
.homepage-page .experience-row .side-copy p {
  color: #536987;
}
.homepage-page .detail-line,
.homepage-page .feature-list > div,
.homepage-page .reward-insight-card,
.homepage-page .gas-details > div {
  border-color: rgba(35, 83, 169, 0.13);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 44px rgba(23, 58, 125, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.homepage-page .detail-line em,
.homepage-page .gas-details .green {
  color: #1557ff;
}

/* The last story panel sits inside the dark end of the continuous gradient. */
.homepage-page .experience-row[data-scene="gas"] {
  color: #fff !important;
  background: transparent !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.homepage-page .experience-row[data-scene="gas"]::before {
  display: none !important;
}
.homepage-page .experience-row[data-scene="gas"] .section-kicker {
  color: #8fb7ff !important;
}
.homepage-page .experience-row[data-scene="gas"] .side-copy p {
  color: #b5c5df !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div {
  border-color: rgba(119, 165, 255, 0.22) !important;
  background: rgba(12, 27, 54, 0.66) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 50px rgba(0, 0, 0, 0.16) !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details span {
  color: #9fb0cc !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details .green {
  color: #72a5ff !important;
}

.homepage-page .security-dark-zone {
  background:
    radial-gradient(72% 55% at 50% 0, rgba(34, 91, 196, 0.25), transparent 72%),
    linear-gradient(180deg, #050a15 0%, #071329 48%, #050914 100%) !important;
}
.homepage-page .security-dark-zone .security {
  border-color: rgba(102, 151, 255, 0.18) !important;
  background: linear-gradient(
    145deg,
    rgba(17, 40, 82, 0.88),
    rgba(5, 14, 31, 0.94)
  ) !important;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.27) !important;
}
.homepage-page .security-dark-zone .security-copy .section-kicker {
  color: #83adff !important;
}
.homepage-page .security-dark-zone .security-copy a {
  color: #8fb7ff !important;
}
.homepage-page .security-dark-zone .security-cards article {
  border-color: rgba(100, 148, 255, 0.18) !important;
  background: rgba(29, 61, 119, 0.25) !important;
}
.homepage-page .security-dark-zone .audit-band {
  border-color: rgba(105, 150, 255, 0.16) !important;
  background: rgba(8, 20, 43, 0.72) !important;
}

.homepage-page .closing-band.closing-ether-style {
  background: #030711 !important;
  border-color: rgba(82, 135, 255, 0.18) !important;
}
.homepage-page .closing-band.closing-ether-style .closing-hero {
  background:
    radial-gradient(
      circle at 50% 28%,
      rgba(31, 91, 224, 0.28),
      transparent 34%
    ),
    radial-gradient(circle at 90% 0, rgba(54, 118, 255, 0.14), transparent 31%),
    linear-gradient(180deg, #071329, #030711) !important;
}
.homepage-page .closing-phone-aura {
  background: rgba(35, 96, 230, 0.28) !important;
}
.homepage-page .closing-floor {
  background: radial-gradient(
    ellipse,
    rgba(49, 107, 237, 0.3),
    transparent 70%
  ) !important;
}
.homepage-page .closing-right-copy button {
  background: #fff !important;
  color: #1046bd !important;
  box-shadow: 0 14px 40px rgba(17, 83, 234, 0.2) !important;
}
.homepage-page .footer-mega {
  border-top-color: rgba(103, 147, 245, 0.15) !important;
}
.homepage-page .footer-mega .brand-mark {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.homepage-page .footer-mega .footer-brand small,
.homepage-page .footer-columns a {
  color: #91a6ca;
}

@media (max-width: 860px) {
  .homepage-page .journey-shell {
    background:
      radial-gradient(
        90% 16% at 90% 4%,
        rgba(37, 105, 255, 0.15),
        transparent 72%
      ),
      linear-gradient(
        180deg,
        #fff 0%,
        #f4f8ff 38%,
        #dfeaff 69%,
        #13284e 91%,
        #050a15 100%
      );
  }
  .homepage-page .hero.hero-dashboard {
    background: linear-gradient(155deg, #fff 0%, #eef4ff 72%, #dce9ff 100%);
  }
  .homepage-page .experience-row {
    border-bottom-color: rgba(38, 80, 154, 0.12);
  }
}

@media (max-width: 640px) {
  .homepage-page .mobile-top-connect button {
    border-color: rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, #1557ff, #0c3cb8);
    box-shadow: 0 16px 38px rgba(10, 58, 174, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .homepage-page .topbar,
  .homepage-page .hero-cta,
  .homepage-page .top-connect {
    transition: none !important;
  }
}

/* FINAL 101 — Reward estimator redesign, tighter story spacing, centered reward screenshot */
.hero-calculator-card .estimate-output {
  position: relative;
}
.hero-calculator-card .estimate-output::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: radial-gradient(
    circle at 35% 30%,
    rgba(255, 255, 255, 0.9),
    rgba(72, 104, 255, 0.12)
  );
  border: 1px solid rgba(76, 104, 226, 0.12);
  pointer-events: none;
}
.hero-calculator-card .estimate-formula {
  display: block;
  margin-top: 7px;
  color: #8c98b2;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.hero-calculator-card #rewardEstimate {
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}
.hero-calculator-card .reward-option:active ~ * #rewardEstimate {
  transform: scale(1.02);
}

@media (min-width: 981px) {
  /* Bring the four phone-story scenes noticeably closer together. */
  .experience-row {
    min-height: clamp(350px, 44vh, 465px) !important;
    padding-block: clamp(16px, 2.2vh, 26px) !important;
  }
  .experience-row:first-child {
    padding-top: clamp(26px, 3vh, 34px) !important;
  }
  .experience-row:last-child {
    padding-bottom: clamp(24px, 3vh, 36px) !important;
  }

  /* Reward screenshot uses the original modal screenshot and centers it inside the device. */
  .journey-phone .shot-reward {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    padding: 10px !important;
    background: #8f98aa !important;
    overflow: hidden !important;
  }
  .journey-phone .shot-reward > img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: 10px !important;
  }

  /* Larger, more balanced high-tech estimator. */
  .hero-pane-calc {
    justify-content: center !important;
    padding-inline: clamp(8px, 1.5vw, 24px) !important;
  }
  .hero-calculator-card {
    width: clamp(560px, 35vw, 700px) !important;
    padding: clamp(24px, 1.8vw, 30px) !important;
    border-radius: 30px !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(244, 248, 255, 0.88)
    ) !important;
    border: 1px solid rgba(68, 102, 216, 0.16) !important;
    box-shadow:
      0 30px 80px rgba(48, 72, 134, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  }
  .hero-calculator-card .calc-options {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .hero-calculator-card .calc-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .hero-calculator-card .hero-pnl-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  /* Same estimator language on tablet/mobile instead of reverting to the old card. */
  .hero-calculator-card {
    width: 100% !important;
    max-width: none !important;
    padding: 16px !important;
    border-radius: 22px !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(244, 248, 255, 0.94)
    ) !important;
    border: 1px solid rgba(68, 102, 216, 0.14) !important;
    box-shadow: 0 18px 44px rgba(48, 72, 134, 0.1) !important;
  }
  .hero-calculator-card .calc-head {
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid rgba(81, 103, 151, 0.1) !important;
  }
  .hero-calculator-card .calc-head small {
    color: #6078b8 !important;
    letter-spacing: 0.14em !important;
  }
  .hero-calculator-card .calc-head > span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #eef3ff;
    color: #3e5fc4 !important;
    font-size: 9px !important;
    font-weight: 850 !important;
  }
  .hero-calculator-card .calc-options {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(54px, 1fr)) !important;
    gap: 6px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
  .hero-calculator-card .calc-options::-webkit-scrollbar {
    display: none;
  }
  .hero-calculator-card .reward-option {
    min-height: 54px !important;
    padding: 6px 4px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(100, 119, 165, 0.15) !important;
    background: rgba(255, 255, 255, 0.82) !important;
  }
  .hero-calculator-card .reward-option.active {
    background: linear-gradient(
      145deg,
      #111821,
      #1d2f63 62%,
      #315cff
    ) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(45, 84, 218, 0.2) !important;
  }
  .hero-calculator-card .reward-option small {
    font-size: 8px !important;
  }
  .hero-calculator-card .reward-option b {
    font-size: 14px !important;
    margin-top: 4px !important;
  }
  .hero-calculator-card .calc-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
  .hero-calculator-card .calc-summary > div {
    min-height: 67px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }
  .hero-calculator-card .hero-pnl-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
  .hero-calculator-card .hero-pnl-box > div {
    min-height: 72px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }
  .hero-calculator-card .hero-pnl-box strong {
    font-size: 19px !important;
    margin-top: 6px !important;
  }
  .hero-calculator-card .hero-calc-notes {
    padding: 11px 12px 11px 27px !important;
    margin-top: 10px !important;
    border-radius: 14px !important;
    font-size: 10px !important;
    line-height: 1.55 !important;
  }
  .hero-calculator-card .estimate-formula {
    font-size: 7px;
  }
}

@media (max-width: 640px) {
  .hero-calculator-card {
    padding: 14px !important;
    border-radius: 19px !important;
  }
  .hero-calculator-card .calc-options {
    grid-template-columns: repeat(5, minmax(50px, 1fr)) !important;
    gap: 5px !important;
  }
  .hero-calculator-card .reward-option {
    min-height: 50px !important;
    border-radius: 12px !important;
  }
  .hero-calculator-card .calc-summary > div,
  .hero-calculator-card .hero-pnl-box > div {
    padding: 10px !important;
  }
  .hero-calculator-card .hero-pnl-box strong {
    font-size: 17px !important;
  }
}

/* FINAL 102 — mobile white CTA emphasis + exact reward detail screenshot in phone */
@media (max-width: 640px) {
  /* Keep the CTA white, but make it a clear primary action on mobile. */
  .hero-actions .hero-cta {
    position: relative !important;
    min-height: 60px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
    color: #111821 !important;
    border: 1.5px solid rgba(49, 92, 255, 0.28) !important;
    border-radius: 999px !important;
    box-shadow:
      0 14px 36px rgba(49, 92, 255, 0.18),
      0 4px 12px rgba(20, 28, 48, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: -0.01em !important;
    overflow: hidden !important;
  }
  .hero-actions .hero-cta::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      rgba(49, 92, 255, 0.08),
      transparent 42%,
      rgba(72, 200, 255, 0.08)
    );
    pointer-events: none;
  }
  .hero-actions .hero-cta span {
    position: relative !important;
    z-index: 1 !important;
    width: 31px !important;
    height: 31px !important;
    margin-left: 12px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #193276, #315cff) !important;
    color: #fff !important;
    box-shadow: 0 7px 16px rgba(49, 92, 255, 0.26) !important;
    font-size: 15px !important;
  }
  .hero-actions .hero-cta {
    z-index: 1 !important;
  }

  /* Reward phone scene: use the supplied full reward-detail screenshot as the app viewport. */
  .journey-phone .shot-reward {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    padding: 8px !important;
    background: #f3f6fc !important;
    overflow: hidden !important;
  }
  .journey-phone .shot-reward > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(38, 52, 84, 0.08) !important;
  }
}

@media (min-width: 641px) {
  /* Same exact reward screenshot on tablet/desktop story phone. */
  .journey-phone .shot-reward {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    padding: 8px !important;
    background: #f3f6fc !important;
    overflow: hidden !important;
  }
  .journey-phone .shot-reward > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    border-radius: 11px !important;
    box-shadow: 0 6px 18px rgba(38, 52, 84, 0.08) !important;
  }
}

/* FINAL 103 — Signature high-end Reward & PnL estimator */
.hero-calculator-card {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  color: #f7f9ff !important;
  background:
    radial-gradient(
      circle at 86% 6%,
      rgba(77, 118, 255, 0.32),
      transparent 28%
    ),
    radial-gradient(circle at 9% 92%, rgba(0, 214, 255, 0.15), transparent 32%),
    linear-gradient(145deg, #0a1020 0%, #0c1328 43%, #111a39 72%, #0a1020 100%) !important;
  border: 1px solid rgba(118, 149, 255, 0.34) !important;
  box-shadow:
    0 34px 90px rgba(14, 28, 74, 0.28),
    0 12px 34px rgba(28, 66, 197, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
}
.hero-calculator-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  opacity: 0.28 !important;
  background-image:
    linear-gradient(rgba(102, 136, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 136, 255, 0.16) 1px, transparent 1px) !important;
  background-size: 34px 34px !important;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.92),
    rgba(0, 0, 0, 0.22) 70%,
    transparent
  ) !important;
}
.hero-calculator-card::after {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  width: 280px !important;
  height: 280px !important;
  right: -135px !important;
  top: -155px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(84, 124, 255, 0.22) !important;
  box-shadow:
    0 0 0 34px rgba(65, 107, 255, 0.07),
    0 0 0 68px rgba(65, 107, 255, 0.035) !important;
  background: radial-gradient(
    circle,
    rgba(73, 118, 255, 0.14),
    transparent 65%
  ) !important;
  pointer-events: none !important;
}
.hero-calculator-card .calc-head {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding-bottom: 18px !important;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(157, 177, 255, 0.16) !important;
}
.hero-calculator-card .calc-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, #65eaff, #5878ff, transparent);
  box-shadow: 0 0 14px rgba(80, 174, 255, 0.75);
}
.hero-calculator-card .calc-head small {
  color: #75e8ff !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: 0.19em !important;
  text-shadow: 0 0 18px rgba(70, 221, 255, 0.28) !important;
}
.hero-calculator-card .calc-head strong {
  display: block !important;
  margin-top: 7px !important;
  color: #fff !important;
  font-size: clamp(19px, 1.45vw, 25px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}
.hero-calculator-card .calc-head > span {
  flex: 0 0 auto !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(103, 145, 255, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(68, 94, 180, 0.18) !important;
  color: #dce7ff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.12) !important;
  backdrop-filter: blur(10px) !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: 0.02em !important;
}
.hero-calculator-card .calc-options {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 9px !important;
  margin-top: 0 !important;
}
.hero-calculator-card .reward-option {
  position: relative !important;
  min-height: 68px !important;
  padding: 10px 7px !important;
  border: 1px solid rgba(137, 158, 235, 0.18) !important;
  border-radius: 17px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.035)
  ) !important;
  color: #f5f7ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease !important;
}
.hero-calculator-card .reward-option:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(98, 153, 255, 0.42) !important;
  background: rgba(74, 102, 190, 0.16) !important;
}
.hero-calculator-card .reward-option small {
  color: #8999c1 !important;
  font-size: 8px !important;
  font-weight: 800 !important;
}
.hero-calculator-card .reward-option b {
  margin-top: 6px !important;
  color: #fff !important;
  font-size: 17px !important;
  letter-spacing: -0.025em !important;
}
.hero-calculator-card .reward-option.active {
  transform: translateY(-2px) !important;
  border-color: rgba(90, 203, 255, 0.68) !important;
  background: linear-gradient(
    145deg,
    #173a8d 0%,
    #315cff 55%,
    #41c8ff 135%
  ) !important;
  box-shadow:
    0 14px 30px rgba(40, 88, 255, 0.34),
    0 0 0 1px rgba(109, 230, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}
.hero-calculator-card .reward-option.active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: #79efff;
  box-shadow: 0 0 12px rgba(83, 228, 255, 0.85);
}
.hero-calculator-card .reward-option.active small {
  color: #dce9ff !important;
}
.hero-calculator-card .calc-summary {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 12px !important;
}
.hero-calculator-card .calc-summary > div,
.hero-calculator-card .hero-pnl-box > div {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(129, 153, 224, 0.17) !important;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.035)
  ) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}
.hero-calculator-card .calc-summary > div {
  min-height: 82px !important;
  padding: 16px !important;
  border-radius: 18px !important;
}
.hero-calculator-card .calc-summary > div::before,
.hero-calculator-card .hero-pnl-box > div::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  top: -40px;
  right: -30px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(68, 118, 255, 0.18),
    transparent 66%
  );
  pointer-events: none;
}
.hero-calculator-card .calc-summary small,
.hero-calculator-card .hero-pnl-box small {
  color: #8d9bc0 !important;
  font-size: 8px !important;
  font-weight: 700 !important;
}
.hero-calculator-card .calc-summary strong {
  display: block !important;
  margin-top: 7px !important;
  color: #fff !important;
  font-size: 20px !important;
  letter-spacing: -0.035em !important;
}
.hero-calculator-card .hero-pnl-box {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 10px !important;
}
.hero-calculator-card .hero-pnl-box > div {
  min-height: 100px !important;
  padding: 17px !important;
  border-radius: 19px !important;
}
.hero-calculator-card .hero-pnl-box strong {
  display: block !important;
  margin-top: 8px !important;
  color: #fff !important;
  font-size: 26px !important;
  letter-spacing: -0.04em !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output {
  border-color: rgba(84, 197, 255, 0.34) !important;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(73, 202, 255, 0.14),
      transparent 38%
    ),
    linear-gradient(160deg, rgba(45, 79, 168, 0.26), rgba(255, 255, 255, 0.045)) !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output strong {
  color: #76ecff !important;
  text-shadow: 0 0 20px rgba(74, 218, 255, 0.25) !important;
}
.hero-calculator-card .estimate-formula {
  display: block !important;
  margin-top: 8px !important;
  color: #91a3d3 !important;
  font-size: 8px !important;
  font-weight: 700 !important;
}
.hero-calculator-card .hero-calc-notes {
  margin: 12px 0 0 !important;
  padding: 13px 14px 13px 31px !important;
  border: 1px solid rgba(124, 148, 218, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(2, 8, 24, 0.26) !important;
  color: #aab6d6 !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}
.hero-calculator-card .hero-calc-notes li::marker {
  color: #5ee5ff !important;
}

@media (min-width: 981px) {
  .hero-pane-calc {
    justify-content: center !important;
    transform: translateX(clamp(-42px, -2.2vw, -18px)) !important;
  }
  .hero-calculator-card {
    width: clamp(610px, 39vw, 760px) !important;
    padding: clamp(27px, 2vw, 34px) !important;
    border-radius: 34px !important;
  }
}

@media (max-width: 980px) {
  .hero-calculator-card {
    width: 100% !important;
    color: #f7f9ff !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }
  .hero-calculator-card .calc-head strong {
    font-size: 19px !important;
  }
  .hero-calculator-card .calc-options {
    grid-template-columns: repeat(5, minmax(54px, 1fr)) !important;
    gap: 6px !important;
    overflow-x: auto !important;
  }
  .hero-calculator-card .reward-option {
    min-height: 58px !important;
    padding: 7px 4px !important;
    border-radius: 14px !important;
  }
  .hero-calculator-card .reward-option b {
    font-size: 15px !important;
  }
  .hero-calculator-card .calc-summary {
    gap: 7px !important;
  }
  .hero-calculator-card .calc-summary > div {
    min-height: 70px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }
  .hero-calculator-card .calc-summary strong {
    font-size: 17px !important;
  }
  .hero-calculator-card .hero-pnl-box {
    gap: 7px !important;
  }
  .hero-calculator-card .hero-pnl-box > div {
    min-height: 78px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }
  .hero-calculator-card .hero-pnl-box strong {
    font-size: 20px !important;
  }
  .hero-calculator-card .hero-calc-notes {
    font-size: 9px !important;
    padding: 11px 12px 11px 28px !important;
  }
}

@media (max-width: 640px) {
  .hero-calculator-card {
    padding: 16px !important;
    border-radius: 22px !important;
    box-shadow:
      0 22px 52px rgba(18, 40, 110, 0.22),
      0 8px 24px rgba(38, 94, 255, 0.13) !important;
  }
  .hero-calculator-card::before {
    background-size: 28px 28px !important;
    opacity: 0.22 !important;
  }
  .hero-calculator-card .calc-head {
    padding-bottom: 13px !important;
    margin-bottom: 13px !important;
  }
  .hero-calculator-card .calc-head > span {
    padding: 7px 9px !important;
  }
  .hero-calculator-card .calc-options {
    grid-template-columns: repeat(5, minmax(50px, 1fr)) !important;
    gap: 5px !important;
  }
  .hero-calculator-card .reward-option {
    min-height: 55px !important;
    border-radius: 13px !important;
  }
  .hero-calculator-card .reward-option b {
    font-size: 14px !important;
  }
  .hero-calculator-card .calc-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .hero-calculator-card .calc-summary > div {
    padding: 10px !important;
    min-height: 66px !important;
  }
  .hero-calculator-card .calc-summary strong {
    font-size: 16px !important;
  }
  .hero-calculator-card .hero-pnl-box {
    grid-template-columns: 1fr 1fr !important;
  }
  .hero-calculator-card .hero-pnl-box > div {
    padding: 11px !important;
    min-height: 76px !important;
  }
  .hero-calculator-card .hero-pnl-box strong {
    font-size: 18px !important;
  }
  .hero-calculator-card .estimate-formula {
    font-size: 7px !important;
  }
}

/* FINAL 104 — clearer estimator hierarchy + balanced mobile layout */
.hero-calculator-card .calc-summary {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 151, 230, 0.14) !important;
  border-radius: 18px !important;
  background: linear-gradient(
    180deg,
    rgba(5, 13, 37, 0.46),
    rgba(12, 25, 61, 0.32)
  ) !important;
  padding: 0 !important;
  gap: 0 !important;
}
.hero-calculator-card .calc-summary > div {
  min-height: 84px !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hero-calculator-card .calc-summary > div + div {
  border-left: 1px solid rgba(136, 158, 224, 0.14) !important;
}
.hero-calculator-card .calc-summary > div::before {
  display: none !important;
}
.hero-calculator-card .calc-summary small {
  color: #8493bc !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09em !important;
  font-size: 7px !important;
  font-weight: 850 !important;
}
.hero-calculator-card .calc-summary strong {
  margin-top: 9px !important;
  font-variant-numeric: tabular-nums !important;
}

.hero-calculator-card .hero-pnl-box {
  margin-top: 12px !important;
  padding: 0 !important;
  gap: 10px !important;
}
.hero-calculator-card .hero-pnl-box > div {
  min-height: 108px !important;
  padding: 18px 19px !important;
  border-radius: 18px !important;
  background: linear-gradient(
    180deg,
    rgba(6, 15, 42, 0.34),
    rgba(12, 27, 66, 0.2)
  ) !important;
  box-shadow: none !important;
}
.hero-calculator-card .hero-pnl-box > div::before {
  display: none !important;
}
.hero-calculator-card .hero-pnl-box > div:first-child {
  border-style: dashed !important;
  border-color: rgba(130, 153, 220, 0.22) !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output {
  border: 1px solid rgba(78, 212, 255, 0.42) !important;
  background:
    linear-gradient(115deg, rgba(40, 107, 255, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(12, 55, 105, 0.44), rgba(10, 28, 66, 0.38)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 30px rgba(46, 176, 255, 0.07) !important;
}
.hero-calculator-card .hero-pnl-box small {
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  .hero-pane-calc {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
  }
  .hero-calculator-card {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-calculator-card .calc-options {
    overflow: visible !important;
    padding: 4px 1px 5px !important;
    margin: -4px -1px -5px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .hero-calculator-card .reward-option,
  .hero-calculator-card .reward-option:hover,
  .hero-calculator-card .reward-option.active {
    transform: none !important;
  }
}

@media (max-width: 640px) {
  /* Equal mobile gutters for the entire estimator. */
  .hero-grid {
    width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hero-pane-calc {
    min-width: 0 !important;
  }
  .hero-calculator-card {
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 17px !important;
    margin: 0 !important;
    border-radius: 24px !important;
  }
  .hero-calculator-card .calc-head {
    gap: 10px !important;
    align-items: center !important;
  }
  .hero-calculator-card .calc-head > span {
    max-width: 42% !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  .hero-calculator-card .calc-options {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: visible !important;
    padding: 5px 1px 6px !important;
    margin: -5px -1px -6px !important;
  }
  .hero-calculator-card .reward-option {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 64px !important;
    padding: 8px 2px !important;
    border-radius: 15px !important;
    overflow: visible !important;
  }
  .hero-calculator-card .reward-option.active::after {
    bottom: 4px !important;
    left: 22% !important;
    right: 22% !important;
  }

  /* Results read like instrumentation, not selectable buttons. */
  .hero-calculator-card .calc-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 14px !important;
    border-radius: 16px !important;
  }
  .hero-calculator-card .calc-summary > div {
    min-height: 78px !important;
    padding: 13px 11px !important;
  }
  .hero-calculator-card .calc-summary strong {
    font-size: 18px !important;
  }

  .hero-calculator-card .hero-pnl-box {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .hero-calculator-card .hero-pnl-box > div {
    min-height: 86px !important;
    padding: 14px 15px !important;
  }
  .hero-calculator-card .hero-pnl-box strong {
    font-size: 23px !important;
  }
  .hero-calculator-card .estimate-formula {
    font-size: 8px !important;
  }

  /* Mobile footer: balanced, centered canvas instead of a left-heavy stack. */
  .footer-ether-style {
    width: 100% !important;
    padding: 32px 24px 38px !important;
    gap: 30px !important;
  }
  .footer-brand-large {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .footer-brand-large > div {
    min-width: 0 !important;
  }
  .footer-ether-style .footer-columns {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    row-gap: 30px !important;
  }
  .footer-ether-style .footer-columns > div {
    min-width: 0 !important;
  }
  .footer-ether-style .footer-columns > div:nth-child(3) {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 14px !important;
    align-items: start !important;
  }
  .footer-ether-style .footer-columns > div:nth-child(3) > b {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 420px) {
  .hero-grid {
    width: calc(100% - 18px) !important;
  }
  .hero-calculator-card {
    padding: 14px !important;
  }
  .hero-calculator-card .calc-options {
    gap: 4px !important;
  }
  .hero-calculator-card .reward-option {
    min-height: 59px !important;
    border-radius: 13px !important;
  }
  .hero-calculator-card .reward-option b {
    font-size: 13px !important;
  }
  .footer-ether-style {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer-ether-style .footer-columns {
    column-gap: 20px !important;
  }
}

/* FINAL 105 — Mobile-only portfolio experience preview */
.portfolio-mobile-preview {
  display: none;
}
.portfolio-lines-desktop {
  display: block;
}

@media (max-width: 860px) {
  .experience-row[data-scene="portfolio"] .portfolio-detail {
    width: 100%;
    margin-top: 4px;
  }
  .experience-row[data-scene="portfolio"] .portfolio-lines-desktop {
    display: none;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(61, 91, 177, 0.16);
    border-radius: 24px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(246, 249, 255, 0.94)
    );
    box-shadow:
      0 18px 42px rgba(48, 69, 120, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    overflow: hidden;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview-inner {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f5f7ff;
    border: 1px solid rgba(50, 87, 210, 0.1);
  }
  .experience-row[data-scene="portfolio"]
    .portfolio-mobile-preview-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    border-radius: inherit;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview figcaption {
    padding: 10px 8px 4px;
    color: #7f8ca8;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview {
    padding: 6px;
    border-radius: 20px;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview-inner {
    border-radius: 15px;
  }
  .experience-row[data-scene="portfolio"] .portfolio-mobile-preview figcaption {
    font-size: 9px;
    padding-top: 8px;
  }
}

/* FINAL 106 — semantic Reward Engine mark */
.hero-calculator-card .hero-pnl-box .estimate-output {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output .estimate-copy {
  min-width: 0;
  flex: 1 1 auto;
}
.hero-calculator-card .reward-engine-mark {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #61e6ff;
  background:
    radial-gradient(
      circle at 38% 32%,
      rgba(255, 255, 255, 0.2),
      transparent 26%
    ),
    linear-gradient(145deg, rgba(47, 103, 255, 0.28), rgba(39, 224, 255, 0.08));
  border: 1px solid rgba(97, 230, 255, 0.42);
  box-shadow:
    0 0 24px rgba(53, 207, 255, 0.14),
    inset 0 0 20px rgba(68, 132, 255, 0.1);
}
.hero-calculator-card .reward-engine-mark svg {
  width: 34px;
  height: 34px;
  display: block;
}
@media (max-width: 640px) {
  .hero-calculator-card .hero-pnl-box .estimate-output {
    gap: 12px !important;
  }
  .hero-calculator-card .reward-engine-mark {
    width: 48px;
    height: 48px;
  }
  .hero-calculator-card .reward-engine-mark svg {
    width: 28px;
    height: 28px;
  }
}

/* FINAL 107 — clean Reward Equivalent result, no nested-card visual */
.hero-calculator-card .hero-pnl-box .estimate-output {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 118px !important;
  padding: 20px 22px !important;
  border: 1px solid rgba(86, 218, 255, 0.48) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(56, 215, 255, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(26, 79, 160, 0.34), rgba(9, 25, 62, 0.72)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 34px rgba(0, 150, 220, 0.08) !important;
  overflow: hidden !important;
}
/* Important: old .hero-pnl-box div rules were also styling this inner wrapper. */
.hero-calculator-card .hero-pnl-box .estimate-output .estimate-copy {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output .estimate-copy::before,
.hero-calculator-card .hero-pnl-box .estimate-output .estimate-copy::after {
  display: none !important;
  content: none !important;
}
.hero-calculator-card .estimate-output small {
  display: block !important;
  color: #9aadd8 !important;
  font-size: 9px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  letter-spacing: 0.085em !important;
  text-transform: uppercase !important;
}
.hero-calculator-card .estimate-output #rewardEstimate {
  display: block !important;
  margin: 10px 0 0 !important;
  color: #67e8ff !important;
  font-size: clamp(30px, 2.4vw, 42px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
  text-shadow: 0 0 24px rgba(73, 222, 255, 0.18) !important;
}
.hero-calculator-card .estimate-output .estimate-formula {
  display: block !important;
  margin-top: 10px !important;
  color: #93a6d3 !important;
  font-size: 9px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
.hero-calculator-card .reward-engine-mark {
  width: 54px !important;
  height: 54px !important;
  opacity: 0.86 !important;
  border: 1px solid rgba(91, 229, 255, 0.36) !important;
  background: rgba(34, 112, 183, 0.14) !important;
  box-shadow:
    inset 0 0 20px rgba(48, 192, 255, 0.08),
    0 0 20px rgba(49, 205, 255, 0.06) !important;
}
.hero-calculator-card .reward-engine-mark svg {
  width: 30px !important;
  height: 30px !important;
}
/* Balance is a neutral reference block; estimate is the visual result. */
.hero-calculator-card .hero-pnl-box > div:first-child {
  border: 1px dashed rgba(137, 161, 222, 0.28) !important;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.018)
  ) !important;
  box-shadow: none !important;
}
.hero-calculator-card .hero-pnl-box > div:first-child strong {
  color: #fff !important;
}

@media (max-width: 640px) {
  .hero-calculator-card .hero-pnl-box {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .hero-calculator-card .hero-pnl-box > div:first-child {
    min-height: 86px !important;
    padding: 14px 15px !important;
  }
  .hero-calculator-card .hero-pnl-box .estimate-output {
    grid-template-columns: minmax(0, 1fr) 44px !important;
    min-height: 102px !important;
    padding: 15px 16px !important;
    gap: 12px !important;
    border-radius: 18px !important;
  }
  .hero-calculator-card .estimate-output #rewardEstimate {
    font-size: 30px !important;
    margin-top: 8px !important;
  }
  .hero-calculator-card .estimate-output small {
    font-size: 8px !important;
  }
  .hero-calculator-card .estimate-output .estimate-formula {
    margin-top: 7px !important;
    font-size: 8px !important;
  }
  .hero-calculator-card .reward-engine-mark {
    width: 42px !important;
    height: 42px !important;
  }
  .hero-calculator-card .reward-engine-mark svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 420px) {
  .hero-calculator-card .hero-pnl-box .estimate-output {
    grid-template-columns: minmax(0, 1fr) 38px !important;
    padding: 14px !important;
  }
  .hero-calculator-card .estimate-output #rewardEstimate {
    font-size: 27px !important;
  }
  .hero-calculator-card .reward-engine-mark {
    width: 38px !important;
    height: 38px !important;
  }
  .hero-calculator-card .reward-engine-mark svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* FINAL 110 — premium editorial story sections + larger journey phone */
@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(330px, 21vw, 390px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }

  .homepage-page .experience-row {
    width: min(1420px, calc(100% - 72px)) !important;
    min-height: clamp(510px, 61vh, 670px) !important;
    grid-template-columns: minmax(0, 1fr) clamp(360px, 24vw, 430px) minmax(
        0,
        1fr
      ) !important;
    gap: clamp(32px, 4.2vw, 76px) !important;
    align-items: center !important;
    padding-block: clamp(46px, 6vh, 76px) !important;
  }

  .homepage-page .experience-row:first-child {
    padding-top: clamp(60px, 8vh, 92px) !important;
  }

  .homepage-page .experience-row .side-copy {
    position: relative;
    max-width: 570px !important;
    padding: clamp(28px, 2.4vw, 40px) !important;
    border: 1px solid rgba(44, 94, 182, 0.11);
    border-radius: 30px;
    background: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.68),
      rgba(244, 248, 255, 0.35)
    );
    box-shadow:
      0 22px 70px rgba(25, 64, 133, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    overflow: hidden;
  }

  .homepage-page .experience-row .side-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 3px;
    border-radius: 0 99px 99px 0;
    background: linear-gradient(180deg, #1557ff, rgba(21, 87, 255, 0.12));
  }

  .homepage-page .experience-row .side-copy::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -82px;
    top: -84px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(29, 99, 255, 0.12),
      transparent 70%
    );
    pointer-events: none;
  }

  .homepage-page .experience-row .side-copy h2 {
    max-width: 520px;
    margin: 15px 0 17px !important;
    font-size: clamp(48px, 4.15vw, 68px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.052em !important;
    text-wrap: balance;
  }

  .homepage-page .experience-row .side-copy p {
    max-width: 500px;
    margin: 0;
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .homepage-page .experience-row .right-detail {
    max-width: 570px !important;
    padding-right: 0 !important;
  }

  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    gap: 12px !important;
  }

  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.86),
      rgba(244, 248, 255, 0.62)
    ) !important;
    border: 1px solid rgba(38, 89, 181, 0.13) !important;
    box-shadow:
      0 16px 44px rgba(24, 59, 124, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    transition:
      transform 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .homepage-page .detail-line::before,
  .homepage-page .feature-list > div::before,
  .homepage-page .reward-insight-card::before,
  .homepage-page .gas-details > div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #2b6cff, #0a43cb);
    opacity: 0.8;
  }

  .homepage-page .detail-line:hover,
  .homepage-page .feature-list > div:hover,
  .homepage-page .reward-insight-card:hover,
  .homepage-page .gas-details > div:hover {
    transform: translateY(-3px);
    border-color: rgba(27, 87, 211, 0.25) !important;
    box-shadow:
      0 24px 54px rgba(25, 66, 148, 0.12),
      inset 0 1px 0 #fff !important;
  }

  .homepage-page .detail-line {
    min-height: 76px !important;
    padding: 18px 20px !important;
  }
  .homepage-page .detail-line em {
    padding: 6px 9px;
    border-radius: 999px;
    background: #e9f1ff;
    font-style: normal;
    font-weight: 850;
  }

  .homepage-page .feature-list > div {
    min-height: 82px !important;
    padding: 14px 18px !important;
  }
  .homepage-page .feature-list i {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(21, 87, 255, 0.16) !important;
    background: #edf3ff !important;
    color: #1557ff !important;
  }

  .homepage-page .reward-insight-card {
    min-height: 128px !important;
    padding: 22px 24px !important;
  }
  .homepage-page .reward-insight-card small {
    color: #3262bd !important;
    letter-spacing: 0.12em;
  }
  .homepage-page .reward-insight-card strong {
    font-size: 17px !important;
  }

  .homepage-page .gas-details > div {
    min-height: 104px !important;
    padding: 20px !important;
  }

  .homepage-page .journey-phone .phone-shell {
    filter: drop-shadow(0 32px 38px rgba(9, 25, 55, 0.24));
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(300px, 25vw, 340px) !important;
  }
  .homepage-page .experience-row {
    width: calc(100% - 44px) !important;
    grid-template-columns: minmax(0, 1fr) clamp(310px, 27vw, 360px) minmax(
        0,
        1fr
      ) !important;
    gap: 26px !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 28px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(42px, 4.5vw, 56px) !important;
  }
}

@media (max-width: 980px) {
  .homepage-page .experience-row {
    padding: 30px 0 !important;
    gap: 18px !important;
  }
  .homepage-page .experience-row .side-copy {
    position: relative;
    padding: 24px 20px !important;
    border: 1px solid rgba(36, 87, 180, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 16px 44px rgba(28, 65, 134, 0.06);
  }
  .homepage-page .experience-row .side-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 3px;
    background: #1557ff;
    border-radius: 0 99px 99px 0;
  }
  .homepage-page .experience-row .side-copy h2 {
    margin: 12px 0 !important;
    font-size: clamp(38px, 9.5vw, 52px) !important;
    line-height: 0.98 !important;
    text-wrap: balance;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    border-radius: 18px !important;
    border: 1px solid rgba(37, 88, 181, 0.14) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 13px 34px rgba(23, 58, 123, 0.07) !important;
  }
}

/* FINAL 108 — remove legacy grey ornament; move Reward Engine SVG into its place and use green accent */
.hero-calculator-card .estimate-output::after {
  content: none !important;
  display: none !important;
}
.hero-calculator-card .hero-pnl-box .estimate-output {
  position: relative !important;
  display: block !important;
  padding-right: 94px !important;
}
.hero-calculator-card .reward-engine-mark {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 52px !important;
  height: 52px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 50% !important;
  color: #36e39a !important;
  border: 1px solid rgba(54, 227, 154, 0.42) !important;
  background:
    radial-gradient(
      circle at 38% 32%,
      rgba(255, 255, 255, 0.13),
      transparent 28%
    ),
    linear-gradient(145deg, rgba(25, 176, 118, 0.22), rgba(20, 92, 72, 0.1)) !important;
  box-shadow:
    0 0 22px rgba(54, 227, 154, 0.1),
    inset 0 0 18px rgba(54, 227, 154, 0.07) !important;
  opacity: 1 !important;
}
.hero-calculator-card .reward-engine-mark svg {
  width: 30px !important;
  height: 30px !important;
  color: #36e39a !important;
  filter: drop-shadow(0 0 7px rgba(54, 227, 154, 0.2));
}

@media (max-width: 640px) {
  .hero-calculator-card .hero-pnl-box .estimate-output {
    display: block !important;
    padding-right: 72px !important;
  }
  .hero-calculator-card .reward-engine-mark {
    top: 14px !important;
    right: 14px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .hero-calculator-card .reward-engine-mark svg {
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 420px) {
  .hero-calculator-card .hero-pnl-box .estimate-output {
    padding-right: 64px !important;
  }
  .hero-calculator-card .reward-engine-mark {
    top: 12px !important;
    right: 12px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .hero-calculator-card .reward-engine-mark svg {
    width: 23px !important;
    height: 23px !important;
  }
}

/* FINAL 111 — complete high-tech rebuild of the pre-connect story experience */
.homepage-page .experience {
  position: relative;
  isolation: isolate;
}
.homepage-page .experience::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 91, 210, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 91, 210, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 10%,
    #000 86%,
    transparent 100%
  );
}

@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(370px, 23.5vw, 430px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }

  .homepage-page .experience {
    padding: 32px clamp(18px, 2.4vw, 40px) 74px !important;
  }

  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    width: min(1500px, 100%) !important;
    min-height: clamp(560px, 68vh, 730px) !important;
    margin: 18px auto !important;
    padding: clamp(52px, 6.5vh, 82px) clamp(34px, 3.6vw, 62px) !important;
    grid-template-columns: minmax(0, 1fr) clamp(410px, 27vw, 490px) minmax(
        0,
        1fr
      ) !important;
    gap: clamp(32px, 3.5vw, 64px) !important;
    border: 1px solid rgba(48, 99, 194, 0.13) !important;
    border-radius: 42px !important;
    background:
      radial-gradient(
        48% 90% at 50% 50%,
        rgba(44, 108, 255, 0.11),
        transparent 72%
      ),
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.86),
        rgba(235, 243, 255, 0.66)
      ) !important;
    box-shadow:
      0 32px 90px rgba(24, 59, 127, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
    overflow: hidden !important;
  }

  .homepage-page .experience-row:nth-child(even) {
    background:
      radial-gradient(
        48% 90% at 50% 50%,
        rgba(64, 130, 255, 0.12),
        transparent 72%
      ),
      linear-gradient(
        225deg,
        rgba(255, 255, 255, 0.9),
        rgba(227, 238, 255, 0.68)
      ) !important;
  }

  .homepage-page .experience-row::after {
    content: attr(data-scene);
    position: absolute;
    right: 32px;
    top: 24px;
    color: rgba(19, 70, 170, 0.1);
    font-size: clamp(56px, 6vw, 96px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.07em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .homepage-page .experience-row .side-copy {
    padding: 0 0 0 26px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
  }

  .homepage-page .experience-row .side-copy::before {
    top: 2px !important;
    bottom: 2px !important;
    width: 4px !important;
    border-radius: 99px !important;
    box-shadow: 0 0 22px rgba(21, 87, 255, 0.3);
  }
  .homepage-page .experience-row .side-copy::after {
    display: none !important;
  }

  .homepage-page .experience-row .section-kicker {
    padding: 7px 10px;
    border: 1px solid rgba(21, 87, 255, 0.16);
    border-radius: 999px;
    background: rgba(235, 242, 255, 0.86);
    color: #1250d2 !important;
    box-shadow: inset 0 1px 0 #fff;
  }

  .homepage-page .experience-row .side-copy h2 {
    max-width: 560px !important;
    margin: 20px 0 18px !important;
    font-size: clamp(54px, 4.35vw, 76px) !important;
    line-height: 0.91 !important;
    letter-spacing: -0.064em !important;
  }
  .homepage-page .experience-row .side-copy p {
    max-width: 500px !important;
    color: #526582 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .homepage-page .experience-row .right-detail {
    position: relative;
    z-index: 2;
    max-width: 590px !important;
    padding: 18px !important;
    border: 1px solid rgba(42, 93, 190, 0.13);
    border-radius: 30px;
    background: rgba(245, 249, 255, 0.52);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 24px 60px rgba(21, 56, 121, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .homepage-page .experience-row .right-detail::before {
    content: "LIVE DATA";
    display: block;
    margin: 0 0 12px 4px;
    color: #2457b8;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.18em;
  }
  .homepage-page .experience-row .right-detail::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2870ff;
    box-shadow:
      0 0 0 5px rgba(40, 112, 255, 0.1),
      0 0 18px rgba(40, 112, 255, 0.65);
  }

  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    gap: 10px !important;
  }

  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    border: 1px solid rgba(45, 91, 176, 0.11) !important;
    border-radius: 16px !important;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(239, 245, 255, 0.82)
    ) !important;
    box-shadow:
      0 8px 24px rgba(24, 58, 120, 0.055),
      inset 0 1px 0 #fff !important;
  }
  .homepage-page .detail-line::before,
  .homepage-page .feature-list > div::before,
  .homepage-page .reward-insight-card::before,
  .homepage-page .gas-details > div::before {
    width: 2px !important;
  }

  .homepage-page .detail-line {
    min-height: 78px !important;
    padding: 18px 18px !important;
  }
  .homepage-page .detail-line b {
    font-size: 16px !important;
    letter-spacing: -0.02em;
  }
  .homepage-page .detail-line em {
    color: #0f50d7 !important;
    background: #e8f0ff !important;
  }

  .homepage-page .feature-list > div {
    min-height: 84px !important;
    padding: 14px 16px !important;
  }
  .homepage-page .feature-list i {
    flex: 0 0 42px !important;
    border-radius: 14px !important;
    background: linear-gradient(145deg, #edf4ff, #dbe8ff) !important;
    box-shadow: inset 0 0 0 1px rgba(21, 87, 255, 0.1);
  }
  .homepage-page .feature-list b {
    font-size: 15px !important;
  }

  .homepage-page .reward-insight-card {
    min-height: 124px !important;
    padding: 21px !important;
  }
  .homepage-page .reward-insight-card strong {
    font-size: 18px !important;
    letter-spacing: -0.025em;
  }
  .homepage-page .reward-insight-card p {
    color: #6d7c94 !important;
  }

  .homepage-page .gas-details {
    grid-template-columns: 1fr 1fr !important;
  }
  .homepage-page .gas-details > div {
    min-height: 112px !important;
    padding: 20px !important;
  }

  .homepage-page .journey-phone .phone-shell {
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
      0 48px 90px rgba(5, 19, 48, 0.26),
      0 0 0 1px rgba(19, 63, 149, 0.16),
      0 0 70px rgba(42, 107, 255, 0.12) !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(330px, 27vw, 370px) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    grid-template-columns: minmax(0, 1fr) clamp(350px, 29vw, 400px) minmax(
        0,
        1fr
      ) !important;
    gap: 28px !important;
    padding-inline: 30px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(46px, 4.7vw, 62px) !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 14px !important;
  }
}

/* Tablet and phone: purpose-built modules rather than a shrunken desktop layout. */
@media (max-width: 980px) {
  .homepage-page .experience {
    padding: 18px 10px 34px !important;
  }
  .homepage-page .experience::before {
    background-size: 36px 36px;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    width: 100% !important;
    margin: 12px 0 !important;
    padding: 20px !important;
    gap: 16px !important;
    border: 1px solid rgba(42, 91, 183, 0.14) !important;
    border-radius: 28px !important;
    background:
      radial-gradient(
        100% 44% at 100% 0,
        rgba(42, 105, 240, 0.13),
        transparent 72%
      ),
      linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.92),
        rgba(232, 241, 255, 0.78)
      ) !important;
    box-shadow:
      0 20px 54px rgba(22, 58, 124, 0.09),
      inset 0 1px 0 #fff !important;
    overflow: hidden !important;
  }
  .homepage-page .experience-row:nth-child(even) {
    background:
      radial-gradient(
        100% 44% at 0 0,
        rgba(42, 105, 240, 0.13),
        transparent 72%
      ),
      linear-gradient(
        200deg,
        rgba(255, 255, 255, 0.94),
        rgba(229, 239, 255, 0.8)
      ) !important;
  }
  .homepage-page .experience-row::after {
    content: attr(data-scene);
    position: absolute;
    right: 16px;
    top: 14px;
    color: rgba(20, 72, 174, 0.09);
    font-size: 48px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.06em;
    text-transform: uppercase;
  }
  .homepage-page .experience-row .side-copy {
    padding: 5px 4px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .homepage-page .experience-row .side-copy::before,
  .homepage-page .experience-row .side-copy::after {
    display: none !important;
  }
  .homepage-page .experience-row .section-kicker {
    position: relative;
    z-index: 2;
    padding: 6px 9px;
    border: 1px solid rgba(21, 87, 255, 0.16);
    border-radius: 999px;
    background: rgba(239, 245, 255, 0.9);
    color: #1451ce !important;
    font-size: 8px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin: 15px 0 12px !important;
    font-size: clamp(40px, 11.5vw, 58px) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.058em !important;
  }
  .homepage-page .experience-row .side-copy p {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    color: #556884 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }
  .homepage-page .experience-row .right-detail {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: none !important;
    padding: 12px !important;
    border: 1px solid rgba(43, 91, 181, 0.12);
    border-radius: 22px;
    background: rgba(247, 250, 255, 0.66);
    box-shadow:
      inset 0 1px 0 #fff,
      0 13px 34px rgba(21, 56, 119, 0.06);
  }
  .homepage-page .experience-row .right-detail::before {
    content: "SYSTEM MODULE";
    display: block;
    margin: 1px 0 10px 3px;
    color: #2b5db7;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.17em;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    min-height: 68px !important;
    padding: 13px 14px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(43, 89, 174, 0.11) !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 7px 20px rgba(23, 57, 119, 0.05) !important;
  }
  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    gap: 8px !important;
  }
  .homepage-page .reward-insight-card {
    min-height: auto !important;
  }
  .homepage-page .reward-insight-card p {
    margin-top: 5px !important;
  }
  .homepage-page .gas-details {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 560px) {
  .homepage-page .experience {
    padding-inline: 7px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    padding: 15px !important;
    border-radius: 24px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    max-width: 94%;
    font-size: clamp(38px, 12vw, 50px) !important;
  }
  .homepage-page .portfolio-mobile-preview {
    margin: 0 !important;
    border-radius: 16px !important;
  }
  .homepage-page .gas-details {
    grid-template-columns: 1fr 1fr !important;
  }
  .homepage-page .gas-details > div {
    min-width: 0 !important;
  }
}

/* FINAL V7 — full visual reset for the phone journey (intentionally stronger than V6) */
@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(420px, 26vw, 486px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }
  .homepage-page .experience {
    position: relative !important;
    padding: 24px clamp(24px, 3vw, 52px) 34px !important;
    background: transparent !important;
  }
  .homepage-page .experience::after {
    width: clamp(500px, 38vw, 660px) !important;
    border-left: 1px solid rgba(21, 87, 255, 0.11) !important;
    border-right: 1px solid rgba(21, 87, 255, 0.11) !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.64) 12%,
      rgba(228, 238, 255, 0.82) 50%,
      rgba(255, 255, 255, 0.64) 88%,
      transparent
    ) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    min-height: 430px !important;
    height: 430px !important;
    padding: 22px 0 !important;
    grid-template-columns: minmax(0, 1fr) clamp(500px, 38vw, 660px) minmax(
        0,
        1fr
      ) !important;
    grid-template-rows: 1fr !important;
    column-gap: clamp(22px, 3vw, 50px) !important;
  }
  .homepage-page .experience-row + .experience-row::before {
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(21, 87, 255, 0.22) 22%,
      rgba(21, 87, 255, 0.22) 78%,
      transparent
    ) !important;
  }
  .homepage-page .experience-row::after {
    display: none !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy,
  .homepage-page .experience-row:nth-child(n) .right-detail {
    align-self: center !important;
    width: 100% !important;
    max-width: 440px !important;
    min-height: 238px !important;
    border-radius: 24px !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    padding: 28px !important;
  }
  .homepage-page .experience-row:nth-child(n) .right-detail {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    padding: 14px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    margin: 15px 0 12px !important;
    font-size: clamp(36px, 2.75vw, 48px) !important;
    line-height: 0.98 !important;
  }
  .homepage-page .experience-row .side-copy p {
    font-size: 12px !important;
    line-height: 1.62 !important;
  }
  .homepage-page .experience-row .right-detail::before {
    height: 30px !important;
    margin: 0 2px 10px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(21, 87, 255, 0.12) !important;
    border-radius: 10px !important;
    background: rgba(235, 242, 255, 0.84) !important;
  }
  .homepage-page .experience-row .right-detail::after {
    top: 27px !important;
    right: 28px !important;
  }
  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 8px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    grid-column: auto !important;
    min-height: 82px !important;
    height: auto !important;
    padding: 13px !important;
    border-radius: 13px !important;
  }
  .homepage-page .portfolio-lines-desktop .detail-line:last-child,
  .homepage-page .feature-list > div:last-child,
  .homepage-page .reward-insight-card:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .gas-details > div {
    min-height: 84px !important;
  }
  .homepage-page .gas-details > div b {
    font-size: 12px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }
  .homepage-page .journey-phone {
    z-index: 30 !important;
  }
  .homepage-page .journey-phone .phone-shell {
    box-shadow:
      0 48px 100px rgba(4, 20, 52, 0.34),
      0 0 0 1px rgba(35, 86, 190, 0.22),
      0 0 82px rgba(35, 102, 255, 0.24) !important;
  }
}

@media (min-width: 981px) and (max-width: 1260px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(370px, 31vw, 420px) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    grid-template-columns: minmax(250px, 1fr) clamp(400px, 34vw, 470px) minmax(
        250px,
        1fr
      ) !important;
    column-gap: 18px !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy,
  .homepage-page .experience-row:nth-child(n) .right-detail {
    max-width: 360px !important;
  }
}

@media (max-width: 980px) {
  .homepage-page .experience {
    padding: 8px 8px 20px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    margin: 5px auto !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(25, 61, 132, 0.08) !important;
  }
  .homepage-page .experience-row .side-copy,
  .homepage-page .experience-row .right-detail {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 22px 18px 16px !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 8px 8px 12px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1 !important;
  }
  .homepage-page .experience-row .right-detail::before {
    height: 28px !important;
    margin: 0 0 7px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 9px !important;
    background: #eef4ff !important;
  }
  .homepage-page .experience-row .right-detail::after {
    top: 20px !important;
    right: 20px !important;
  }
  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    grid-column: auto !important;
    min-height: 78px !important;
    padding: 11px !important;
    border-radius: 12px !important;
  }
  .homepage-page .feature-list > div:last-child,
  .homepage-page .reward-insight-card:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .experience-row[data-scene="gas"] {
    background: linear-gradient(145deg, #0b1c3b, #030a18) !important;
  }
}

@media (max-width: 480px) {
  .homepage-page .experience {
    padding-inline: 5px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    margin: 4px auto !important;
    border-radius: 17px !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 19px 15px 13px !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 7px 7px 10px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    min-height: 74px !important;
    padding: 10px !important;
  }
}

/* Preserve the dark Gas panel while adopting the same high-tech component system. */
.homepage-page .experience-row[data-scene="gas"] {
  background:
    radial-gradient(
      70% 100% at 50% 20%,
      rgba(42, 105, 240, 0.22),
      transparent 70%
    ),
    linear-gradient(145deg, rgba(11, 27, 58, 0.96), rgba(3, 9, 21, 0.98)) !important;
  border-color: rgba(91, 142, 247, 0.2) !important;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}
.homepage-page .experience-row[data-scene="gas"]::after {
  color: rgba(112, 158, 255, 0.08) !important;
}
.homepage-page .experience-row[data-scene="gas"] .side-copy h2 {
  color: #fff !important;
}
.homepage-page .experience-row[data-scene="gas"] .side-copy p {
  color: #aebfda !important;
}
.homepage-page .experience-row[data-scene="gas"] .section-kicker {
  color: #91b5ff !important;
  border-color: rgba(99, 149, 255, 0.22) !important;
  background: rgba(43, 91, 181, 0.18) !important;
}
.homepage-page .experience-row[data-scene="gas"] .right-detail {
  border-color: rgba(96, 144, 246, 0.18) !important;
  background: rgba(8, 20, 43, 0.66) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 58px rgba(0, 0, 0, 0.2) !important;
}
.homepage-page .experience-row[data-scene="gas"] .right-detail::before {
  color: #86aafa !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div {
  border-color: rgba(104, 151, 255, 0.18) !important;
  background: linear-gradient(
    145deg,
    rgba(27, 53, 99, 0.78),
    rgba(12, 27, 55, 0.86)
  ) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

/* FINAL 112 — asymmetric orbit layout around the scrolling product phone */
.homepage-page,
.homepage-page button,
.homepage-page a {
  font-family:
    Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif !important;
}
.homepage-page .hero h1,
.homepage-page .side-copy h2,
.homepage-page .security-copy h2,
.homepage-page .closing-hero h2 {
  font-family:
    Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif !important;
}

@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(380px, 23vw, 440px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }

  .homepage-page .experience {
    width: 100% !important;
    padding: 70px clamp(26px, 4vw, 72px) 110px !important;
    overflow: hidden;
  }

  .homepage-page .experience::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: min(42vw, 660px);
    transform: translateX(-50%);
    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(38, 99, 231, 0.055) 16%,
        rgba(38, 99, 231, 0.08) 50%,
        rgba(38, 99, 231, 0.055) 84%,
        transparent
      ),
      linear-gradient(
        90deg,
        transparent calc(50% - 0.5px),
        rgba(44, 104, 228, 0.22) 50%,
        transparent calc(50% + 0.5px)
      );
    mask-image: linear-gradient(
      180deg,
      transparent,
      #000 7%,
      #000 91%,
      transparent
    );
    pointer-events: none;
  }

  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    position: relative !important;
    width: min(1500px, 100%) !important;
    min-height: clamp(650px, 78vh, 820px) !important;
    margin: 0 auto !important;
    padding: clamp(58px, 8vh, 98px) 0 !important;
    display: grid !important;
    grid-template-columns: minmax(310px, 1fr) clamp(430px, 31vw, 550px) minmax(
        310px,
        1fr
      ) !important;
    grid-template-rows: 1fr 1fr !important;
    column-gap: clamp(32px, 4vw, 74px) !important;
    row-gap: 26px !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .homepage-page .experience-row + .experience-row::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(39, 95, 202, 0.18) 18%,
      rgba(39, 95, 202, 0.18) 82%,
      transparent
    );
  }

  .homepage-page .experience-row::after {
    content: "0" counter(story-step);
    counter-increment: story-step;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 42px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(38, 93, 199, 0.15);
    border-radius: 999px;
    background: rgba(245, 249, 255, 0.88);
    color: #3260b4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 24px rgba(18, 53, 119, 0.07);
  }
  .homepage-page .experience {
    counter-reset: story-step;
  }

  .homepage-page .experience-row .side-copy,
  .homepage-page .experience-row .right-detail {
    width: 100% !important;
    max-width: 520px !important;
    position: relative !important;
    z-index: 5 !important;
    margin: 0 !important;
  }

  /* Odd scenes: narrative upper-left, live module lower-right. */
  .homepage-page .experience-row:nth-child(odd) .side-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: start !important;
  }
  .homepage-page .experience-row:nth-child(odd) .right-detail {
    grid-column: 3 !important;
    grid-row: 2 !important;
    align-self: start !important;
    justify-self: end !important;
  }

  /* Even scenes reverse the orbit to create a real scroll rhythm. */
  .homepage-page .experience-row:nth-child(even) .side-copy {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: end !important;
  }
  .homepage-page .experience-row:nth-child(even) .right-detail {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    justify-self: start !important;
  }

  .homepage-page .experience-row .side-copy {
    padding: 30px 30px 28px !important;
    border: 1px solid rgba(35, 87, 184, 0.13) !important;
    border-radius: 28px !important;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.91),
      rgba(238, 245, 255, 0.7)
    ) !important;
    box-shadow:
      0 25px 70px rgba(21, 59, 130, 0.1),
      inset 0 1px 0 #fff !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    overflow: hidden !important;
  }
  .homepage-page .experience-row .side-copy::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 4px !important;
    height: auto !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #65a2ff, #1454df, #65a2ff) !important;
    box-shadow: 0 0 24px rgba(36, 100, 235, 0.38) !important;
  }
  .homepage-page .experience-row .side-copy::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 150px;
    height: 150px;
    right: -72px;
    top: -78px;
    border: 1px solid rgba(43, 100, 218, 0.1);
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(59, 124, 255, 0.1),
      transparent 67%
    );
  }
  .homepage-page .experience-row .section-kicker {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #2360d5 !important;
    font-size: 9px !important;
    letter-spacing: 0.17em !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    max-width: 100% !important;
    margin: 18px 0 14px !important;
    font-size: clamp(42px, 3.35vw, 58px) !important;
    line-height: 0.96 !important;
    font-weight: 700 !important;
    letter-spacing: -0.058em !important;
  }
  .homepage-page .experience-row .side-copy p {
    max-width: 440px !important;
    color: #5e6e89 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  .homepage-page .experience-row .right-detail {
    padding: 14px !important;
    border: 1px solid rgba(31, 82, 180, 0.14) !important;
    border-radius: 26px !important;
    background: rgba(246, 250, 255, 0.74) !important;
    box-shadow:
      0 24px 64px rgba(20, 57, 126, 0.11),
      inset 0 1px 0 #fff !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
  }
  .homepage-page .experience-row .right-detail::before {
    content: "PROTOCOL / LIVE" !important;
    display: block !important;
    margin: 3px 4px 12px !important;
    color: #3561b2 !important;
    font-size: 8px !important;
    font-weight: 800 !important;
    letter-spacing: 0.17em !important;
  }
  .homepage-page .experience-row .right-detail::after {
    top: 20px !important;
    right: 22px !important;
    background: #2b72ff !important;
    box-shadow:
      0 0 0 5px rgba(43, 114, 255, 0.1),
      0 0 18px rgba(43, 114, 255, 0.55) !important;
  }

  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    border-radius: 15px !important;
    border-color: rgba(44, 88, 169, 0.1) !important;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(239, 245, 255, 0.86)
    ) !important;
    box-shadow: none !important;
  }

  .homepage-page .journey-phone .phone-shell {
    box-shadow:
      0 58px 100px rgba(5, 21, 55, 0.28),
      0 0 0 1px rgba(35, 86, 190, 0.18),
      0 0 90px rgba(32, 101, 255, 0.16) !important;
  }
  .homepage-page .journey-phone::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 12% -26% 8%;
    border-radius: 50%;
    background: radial-gradient(
      ellipse,
      rgba(44, 112, 255, 0.2),
      transparent 68%
    );
    filter: blur(22px);
    opacity: 0.76;
  }

  .homepage-page .experience-row[data-scene="gas"] {
    color: #0a1630 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy {
    background: linear-gradient(
      145deg,
      rgba(15, 35, 73, 0.96),
      rgba(4, 12, 28, 0.96)
    ) !important;
    border-color: rgba(95, 145, 255, 0.21) !important;
    box-shadow:
      0 28px 74px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy h2 {
    color: #fff !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy p {
    color: #aabbd7 !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .right-detail {
    background: rgba(8, 20, 44, 0.9) !important;
    border-color: rgba(96, 145, 251, 0.2) !important;
    box-shadow:
      0 28px 74px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(340px, 28vw, 390px) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    grid-template-columns: minmax(280px, 1fr) clamp(370px, 31vw, 430px) minmax(
        280px,
        1fr
      ) !important;
    column-gap: 24px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(38px, 3.7vw, 49px) !important;
  }
}

/* Mobile: alternating stacked product cards with screenshot first on portfolio. */
@media (max-width: 980px) {
  .homepage-page .experience {
    padding: 28px 10px 46px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    min-height: 0 !important;
    margin: 14px 0 !important;
    padding: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    border: 1px solid rgba(36, 86, 181, 0.14) !important;
    border-radius: 26px !important;
    background:
      radial-gradient(
        100% 58% at 100% 0,
        rgba(38, 104, 239, 0.13),
        transparent 68%
      ),
      linear-gradient(
        155deg,
        rgba(255, 255, 255, 0.96),
        rgba(234, 243, 255, 0.84)
      ) !important;
    box-shadow:
      0 20px 52px rgba(19, 55, 122, 0.1),
      inset 0 1px 0 #fff !important;
    overflow: hidden !important;
  }
  .homepage-page .experience-row:nth-child(even) {
    background:
      radial-gradient(
        100% 58% at 0 0,
        rgba(38, 104, 239, 0.13),
        transparent 68%
      ),
      linear-gradient(
        205deg,
        rgba(255, 255, 255, 0.96),
        rgba(232, 242, 255, 0.84)
      ) !important;
  }
  .homepage-page .experience-row::after {
    content: attr(data-scene) !important;
    top: 14px !important;
    right: 15px !important;
    color: rgba(27, 79, 184, 0.075) !important;
    font-size: 42px !important;
  }
  .homepage-page .experience-row .side-copy {
    order: 1 !important;
    width: 100% !important;
    padding: 20px 17px !important;
    border: 0 !important;
    border-radius: 19px !important;
    background: rgba(255, 255, 255, 0.48) !important;
    box-shadow: none !important;
  }
  .homepage-page .experience-row .right-detail {
    order: 2 !important;
    width: 100% !important;
    padding: 11px !important;
    border-radius: 19px !important;
    background: rgba(249, 251, 255, 0.78) !important;
  }
  .homepage-page .experience-row:nth-child(even) .right-detail {
    order: 1 !important;
  }
  .homepage-page .experience-row:nth-child(even) .side-copy {
    order: 2 !important;
  }
  .homepage-page .experience-row[data-scene="portfolio"] .portfolio-detail {
    order: 1 !important;
  }
  .homepage-page .experience-row[data-scene="portfolio"] .side-copy {
    order: 2 !important;
  }
  .homepage-page .experience-row .side-copy::before,
  .homepage-page .experience-row .side-copy::after {
    display: none !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    max-width: 90% !important;
    margin: 13px 0 11px !important;
    font-size: clamp(36px, 10.5vw, 48px) !important;
    line-height: 0.96 !important;
    font-weight: 700 !important;
    letter-spacing: -0.055em !important;
  }
  .homepage-page .experience-row .side-copy p {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }
  .homepage-page .experience-row .section-kicker {
    font-size: 8px !important;
    letter-spacing: 0.14em !important;
  }
  .homepage-page .experience-row .right-detail::before {
    content: "PROTOCOL / LIVE" !important;
    display: block !important;
    margin: 2px 3px 9px !important;
    color: #3562b5 !important;
    font-size: 7px !important;
    font-weight: 800 !important;
    letter-spacing: 0.15em !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    min-height: 64px !important;
    padding: 12px 13px !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, 0.91) !important;
  }
  .homepage-page .portfolio-mobile-preview {
    display: block !important;
  }
  .homepage-page .portfolio-lines-desktop {
    display: none !important;
  }

  .homepage-page .experience-row[data-scene="gas"] {
    background: linear-gradient(145deg, #0b1c3b, #030a18) !important;
    border-color: rgba(91, 141, 247, 0.2) !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy,
  .homepage-page .experience-row[data-scene="gas"] .right-detail {
    background: rgba(8, 21, 45, 0.72) !important;
    border-color: rgba(92, 143, 250, 0.15) !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy h2 {
    color: #fff !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .side-copy p {
    color: #aebed8 !important;
  }
}

@media (max-width: 520px) {
  .homepage-page .experience {
    padding-inline: 7px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    padding: 10px !important;
    border-radius: 22px !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 17px 14px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(34px, 10.8vw, 43px) !important;
  }
}

/* FINAL V6 — centered continuous phone journey and balanced pre-connect layout */
body.homepage-page,
.homepage-page button,
.homepage-page a,
.homepage-page input,
.homepage-page select,
.homepage-page textarea {
  font-family:
    Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif !important;
}
.homepage-page h1,
.homepage-page h2,
.homepage-page h3,
.homepage-page strong {
  font-family: inherit !important;
}

@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(390px, 24vw, 456px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }
  .homepage-page .experience {
    padding: 36px clamp(28px, 4vw, 72px) 56px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    width: min(1460px, 100%) !important;
    min-height: clamp(470px, 58vh, 610px) !important;
    padding: 30px 0 !important;
    grid-template-columns: minmax(300px, 1fr) clamp(430px, 31vw, 560px) minmax(
        300px,
        1fr
      ) !important;
    grid-template-rows: 1fr !important;
    column-gap: clamp(28px, 3.5vw, 64px) !important;
    align-items: center !important;
  }
  .homepage-page .experience-row .side-copy,
  .homepage-page .experience-row .right-detail {
    width: 100% !important;
    max-width: 500px !important;
    align-self: center !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
  }
  .homepage-page .experience-row:nth-child(n) .right-detail {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
  }
  .homepage-page .experience-row::after {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 16px !important;
  }
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details,
  .homepage-page .portfolio-lines-desktop {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div,
  .homepage-page .detail-line {
    min-width: 0 !important;
    min-height: 106px !important;
    padding: 16px !important;
  }
  .homepage-page .feature-list > div:last-child,
  .homepage-page .portfolio-lines-desktop .detail-line:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .journey-phone {
    left: 50% !important;
    transform-origin: top center !important;
  }
}

@media (max-width: 980px) {
  .homepage-page .journey-phone-layer {
    display: none !important;
  }
  .homepage-page .experience {
    padding: 12px 12px 28px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    width: 100% !important;
    margin: 8px auto !important;
    padding: 12px !important;
    gap: 10px !important;
    border-radius: 22px !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy {
    order: 1 !important;
  }
  .homepage-page .experience-row:nth-child(n) .right-detail {
    order: 2 !important;
  }
  .homepage-page .experience-row[data-scene="portfolio"] .portfolio-detail {
    order: 2 !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 17px 15px !important;
    text-align: left !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    max-width: 100% !important;
    font-size: clamp(31px, 9.4vw, 43px) !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 10px !important;
  }
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details,
  .homepage-page .portfolio-lines-desktop {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div,
  .homepage-page .detail-line {
    min-width: 0 !important;
    min-height: 84px !important;
    padding: 12px !important;
  }
  .homepage-page .feature-list > div:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .gas-details > div b {
    font-size: 12px !important;
    overflow-wrap: anywhere !important;
  }
  .homepage-page .security-dark-zone {
    padding-top: 18px !important;
  }
}

@media (max-width: 560px) {
  .homepage-page .experience {
    padding-inline: 7px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    margin: 6px auto !important;
    padding: 9px !important;
    border-radius: 19px !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 15px 13px !important;
  }
  .homepage-page .experience-row .right-detail::before {
    margin-bottom: 8px !important;
  }
  .homepage-page .reward-insight-card p {
    font-size: 9px !important;
    line-height: 1.45 !important;
  }
  .homepage-page .gas-details > div {
    min-height: 88px !important;
  }
}

/* FINAL V7 OVERRIDE — must remain the last block in this stylesheet */
@media (min-width: 981px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(357px, 22vw, 413px) !important;
    --phone-height: calc(var(--phone-width) * 2.05) !important;
  }
  .homepage-page .experience {
    padding: 24px clamp(24px, 3vw, 52px) 34px !important;
  }
  .homepage-page .experience::after {
    width: clamp(500px, 38vw, 660px) !important;
    border-left: 1px solid rgba(21, 87, 255, 0.11) !important;
    border-right: 1px solid rgba(21, 87, 255, 0.11) !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.64) 12%,
      rgba(228, 238, 255, 0.82) 50%,
      rgba(255, 255, 255, 0.64) 88%,
      transparent
    ) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    height: 430px !important;
    min-height: 430px !important;
    padding: 22px 0 !important;
    grid-template-columns: minmax(0, 1fr) clamp(500px, 38vw, 660px) minmax(
        0,
        1fr
      ) !important;
    grid-template-rows: 1fr !important;
    column-gap: clamp(22px, 3vw, 50px) !important;
  }
  .homepage-page .experience-row::after {
    display: none !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy,
  .homepage-page .experience-row:nth-child(n) .right-detail {
    width: 100% !important;
    max-width: 440px !important;
    min-height: 238px !important;
    align-self: center !important;
    border-radius: 24px !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    padding: 28px !important;
  }
  .homepage-page .experience-row:nth-child(n) .right-detail {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    padding: 14px !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    margin: 15px 0 12px !important;
    font-size: clamp(36px, 2.75vw, 48px) !important;
    line-height: 0.98 !important;
  }
  .homepage-page .experience-row .side-copy p {
    font-size: 12px !important;
    line-height: 1.62 !important;
  }
  .homepage-page .experience-row .right-detail::before {
    height: 30px !important;
    margin: 0 2px 10px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid rgba(21, 87, 255, 0.12) !important;
    border-radius: 10px !important;
    background: rgba(235, 242, 255, 0.84) !important;
  }
  .homepage-page .experience-row .right-detail::after {
    top: 27px !important;
    right: 28px !important;
  }
  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 1fr !important;
    gap: 8px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 82px !important;
    height: auto !important;
    padding: 13px !important;
    border-radius: 13px !important;
  }
  .homepage-page .portfolio-lines-desktop .detail-line:last-child,
  .homepage-page .feature-list > div:last-child,
  .homepage-page .reward-insight-card:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .gas-details > div {
    min-height: 84px !important;
  }
  .homepage-page .gas-details > div b {
    font-size: 12px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }
  .homepage-page .journey-phone {
    left: 50% !important;
    z-index: 30 !important;
  }
  .homepage-page .journey-phone .phone-shell {
    box-shadow:
      0 48px 100px rgba(4, 20, 52, 0.34),
      0 0 0 1px rgba(35, 86, 190, 0.22),
      0 0 82px rgba(35, 102, 255, 0.24) !important;
  }
}
@media (min-width: 981px) and (max-width: 1260px) {
  .homepage-page .journey-shell {
    --phone-width: clamp(315px, 26.5vw, 357px) !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    grid-template-columns: minmax(250px, 1fr) clamp(400px, 34vw, 470px) minmax(
        250px,
        1fr
      ) !important;
    column-gap: 18px !important;
  }
  .homepage-page .experience-row:nth-child(n) .side-copy,
  .homepage-page .experience-row:nth-child(n) .right-detail {
    max-width: 360px !important;
  }
}
@media (max-width: 980px) {
  .homepage-page .experience {
    padding: 8px 8px 20px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    margin: 5px auto !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(25, 61, 132, 0.08) !important;
  }
  .homepage-page .experience-row .side-copy,
  .homepage-page .experience-row .right-detail {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .homepage-page .experience-row .side-copy {
    order: 1 !important;
    padding: 22px 18px 16px !important;
  }
  .homepage-page .experience-row .right-detail {
    order: 2 !important;
    padding: 8px 8px 12px !important;
  }
  .homepage-page .experience-row[data-scene="portfolio"] .side-copy {
    order: 1 !important;
  }
  .homepage-page .experience-row[data-scene="portfolio"] .portfolio-detail {
    order: 2 !important;
  }
  .homepage-page .experience-row .side-copy h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1 !important;
  }
  .homepage-page .experience-row .right-detail::before {
    height: 28px !important;
    margin: 0 0 7px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 9px !important;
    background: #eef4ff !important;
  }
  .homepage-page .experience-row .right-detail::after {
    top: 20px !important;
    right: 20px !important;
  }
  .homepage-page .portfolio-lines-desktop,
  .homepage-page .feature-list,
  .homepage-page .reward-insights,
  .homepage-page .gas-details {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 78px !important;
    padding: 11px !important;
    border-radius: 12px !important;
  }
  .homepage-page .feature-list > div:last-child,
  .homepage-page .reward-insight-card:last-child {
    grid-column: 1/-1 !important;
  }
  .homepage-page .experience-row[data-scene="gas"] {
    background: linear-gradient(145deg, #0b1c3b, #030a18) !important;
  }
}
@media (max-width: 480px) {
  .homepage-page .experience {
    padding-inline: 5px !important;
  }
  .homepage-page .experience-row,
  .homepage-page .experience-row:first-child {
    margin: 4px auto !important;
    border-radius: 17px !important;
  }
  .homepage-page .experience-row .side-copy {
    padding: 19px 15px 13px !important;
  }
  .homepage-page .experience-row .right-detail {
    padding: 7px 7px 10px !important;
  }
  .homepage-page .detail-line,
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card,
  .homepage-page .gas-details > div {
    min-height: 74px !important;
    padding: 10px !important;
  }
}

/* FINAL V8 — repair right-hand modules; only Gas is a 2×2 grid */
.homepage-page .portfolio-lines-desktop,
.homepage-page .feature-list,
.homepage-page .reward-insights {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-auto-rows: auto !important;
  gap: 8px !important;
}
.homepage-page .portfolio-lines-desktop .detail-line,
.homepage-page .feature-list > div,
.homepage-page .reward-insight-card {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}
.homepage-page .portfolio-lines-desktop .detail-line {
  min-height: 62px !important;
  display: grid !important;
  grid-template-columns: minmax(54px, 1fr) auto auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 13px 14px !important;
}
.homepage-page .portfolio-lines-desktop .detail-line span,
.homepage-page .portfolio-lines-desktop .detail-line b,
.homepage-page .portfolio-lines-desktop .detail-line em {
  min-width: 0 !important;
  position: static !important;
  margin: 0 !important;
  transform: none !important;
  white-space: nowrap !important;
}
.homepage-page .portfolio-lines-desktop .detail-line b {
  font-size: 14px !important;
  text-align: right !important;
}
.homepage-page .portfolio-lines-desktop .detail-line em {
  font-size: 7px !important;
  justify-self: end !important;
}
.homepage-page .feature-list > div {
  min-height: 72px !important;
  padding: 13px 14px !important;
}
.homepage-page .reward-insight-card {
  min-height: 88px !important;
  padding: 14px !important;
}
.homepage-page .reward-insight-card p {
  margin-top: 7px !important;
}
.homepage-page .gas-details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(92px, 1fr)) !important;
  gap: 8px !important;
}
.homepage-page .gas-details > div {
  grid-column: auto !important;
  min-width: 0 !important;
  min-height: 92px !important;
  height: auto !important;
  padding: 14px !important;
  overflow: hidden !important;
}
.homepage-page .gas-details > div span,
.homepage-page .gas-details > div b {
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}
.homepage-page .gas-details > div b {
  margin-top: 8px !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

@media (min-width: 981px) {
  .homepage-page .experience-row:nth-child(n) .right-detail {
    min-height: 238px !important;
    height: auto !important;
    align-self: center !important;
  }
  .homepage-page .portfolio-detail,
  .homepage-page .feature-list,
  .homepage-page .reward-insights {
    padding: 14px !important;
  }
}

@media (max-width: 980px) {
  .homepage-page .portfolio-lines-desktop {
    display: none !important;
  }
  .homepage-page .portfolio-mobile-preview {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .homepage-page .feature-list,
  .homepage-page .reward-insights {
    grid-template-columns: 1fr !important;
  }
  .homepage-page .feature-list > div,
  .homepage-page .reward-insight-card {
    grid-column: 1 !important;
  }
  .homepage-page .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(86px, auto)) !important;
  }
  .homepage-page .gas-details > div {
    min-height: 86px !important;
    padding: 12px !important;
  }
  .homepage-page .experience-row .right-detail {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .homepage-page .feature-list > div {
    min-height: 68px !important;
    padding: 12px !important;
  }
  .homepage-page .reward-insight-card {
    min-height: 82px !important;
    padding: 12px !important;
  }
  .homepage-page .gas-details {
    gap: 7px !important;
    grid-template-rows: repeat(2, minmax(82px, auto)) !important;
  }
  .homepage-page .gas-details > div {
    min-height: 82px !important;
    padding: 11px !important;
  }
  .homepage-page .gas-details > div b {
    font-size: 10px !important;
  }
}

/* FINAL V9 — Audit-only refinement. One horizontal row, supplied logos only. */
.homepage-page .security-dark-zone .audit-band.audit-assurance-row {
  width: min(1260px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 14px !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid rgba(89, 139, 255, 0.19) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(46, 112, 255, 0.17),
      transparent 32%
    ),
    linear-gradient(145deg, rgba(9, 22, 49, 0.96), rgba(3, 9, 22, 0.98)) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
  scrollbar-width: thin;
  scrollbar-color: rgba(96, 145, 255, 0.38) transparent;
}
.homepage-page
  .security-dark-zone
  .audit-band.audit-assurance-row::-webkit-scrollbar {
  height: 4px;
}
.homepage-page
  .security-dark-zone
  .audit-band.audit-assurance-row::-webkit-scrollbar-thumb {
  background: rgba(96, 145, 255, 0.38);
  border-radius: 999px;
}
.homepage-page .audit-assurance-row .audit-heading {
  flex: 1 1 360px;
  min-width: 250px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.homepage-page .security-dark-zone .audit-assurance-row .audit-heading small {
  color: #6f9dff !important;
  font-size: 8px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
}
.homepage-page .security-dark-zone .audit-assurance-row .audit-heading strong {
  margin-top: 6px !important;
  color: #f4f7ff !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
}
.homepage-page .audit-assurance-row .audit-heading p {
  max-width: 390px;
  margin: 6px 0 0;
  color: #8fa6ca;
  font-size: 10px;
  line-height: 1.5;
}
.homepage-page .audit-assurance-row .audit-heading a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: #88adff;
  text-decoration: none;
  font-size: 9px;
  font-weight: 750;
}
.homepage-page .audit-assurance-row .audit-logos {
  flex: 0 1 650px;
  min-width: 510px;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  gap: 9px !important;
  align-items: stretch !important;
}
.homepage-page .audit-assurance-row .audit-logo-card {
  min-width: 150px;
  min-height: 160px;
  padding: 8px 9px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(82, 132, 239, 0.14);
  border-radius: 16px;
  background-color: #f8fbff !important;
  background-image: linear-gradient(180deg, #ffffff, #f6f9ff) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 8px 20px rgba(0, 14, 42, 0.1);
}
.homepage-page .audit-assurance-row .audit-logo-media {
  width: 100%;
  height: 136px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: #fff;
}
.homepage-page .security-dark-zone .audit-assurance-row .audit-logo-card img {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: none !important;
  opacity: 1 !important;
}
.homepage-page .audit-assurance-row .audit-logo-certik img {
  height: 94px !important;
}
.homepage-page .audit-assurance-row .audit-logo-hacken img {
  height: 48px !important;
  border-radius: 8px;
}
.homepage-page .audit-assurance-row .audit-logo-quantstamp img {
  height: 110px !important;
}
.homepage-page .audit-assurance-row .audit-logo-card > span {
  min-width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px;
  color: #3263b8 !important;
  font-size: 7px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.homepage-page .audit-assurance-row .audit-logo-card > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1cb982;
  box-shadow: 0 0 0 3px rgba(28, 185, 130, 0.1);
}
@media (max-width: 760px) {
  .homepage-page .security-dark-zone .audit-band.audit-assurance-row {
    width: calc(100% - 16px) !important;
    padding: 9px !important;
    gap: 8px !important;
    border-radius: 17px !important;
    scroll-snap-type: x proximity;
  }
  .homepage-page .audit-assurance-row .audit-heading {
    flex: 0 0 190px;
    min-width: 190px;
    padding: 8px 9px;
    scroll-snap-align: start;
  }
  .homepage-page
    .security-dark-zone
    .audit-assurance-row
    .audit-heading
    strong {
    font-size: 14px !important;
  }
  .homepage-page .audit-assurance-row .audit-heading p {
    font-size: 8.5px;
    line-height: 1.45;
  }
  .homepage-page .audit-assurance-row .audit-heading a {
    font-size: 8px;
    margin-top: 6px;
  }
  .homepage-page .audit-assurance-row .audit-logos {
    flex: 0 0 auto;
    min-width: 0;
    width: max-content !important;
    grid-template-columns: repeat(3, 126px) !important;
    gap: 7px !important;
  }
  .homepage-page .audit-assurance-row .audit-logo-card {
    min-width: 126px;
    min-height: 134px;
    padding: 6px;
    border-radius: 13px;
    scroll-snap-align: start;
  }
  .homepage-page .audit-assurance-row .audit-logo-media {
    height: 110px;
    border-radius: 9px;
  }
  .homepage-page .audit-assurance-row .audit-logo-certik img {
    height: 80px !important;
  }
  .homepage-page .audit-assurance-row .audit-logo-hacken img {
    height: 42px !important;
  }
  .homepage-page .audit-assurance-row .audit-logo-quantstamp img {
    height: 136px !important;
  }
}

/* FINAL V10 — Protocol / Live alignment + brighter mobile readability */
.homepage-page .experience-row[data-scene="gas"] .gas-details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: auto repeat(2, minmax(88px, auto)) !important;
  gap: 9px !important;
  padding: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(95, 145, 255, 0.24) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(
      circle at 92% 5%,
      rgba(56, 125, 255, 0.18),
      transparent 30%
    ),
    linear-gradient(145deg, rgba(22, 42, 76, 0.96), rgba(15, 31, 58, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 16px 36px rgba(3, 12, 30, 0.2) !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details::before {
  grid-column: 1/-1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 0 38px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(113, 158, 255, 0.24) !important;
  border-radius: 11px !important;
  background: linear-gradient(
    135deg,
    rgba(232, 240, 255, 0.98),
    rgba(206, 222, 250, 0.96)
  ) !important;
  color: #2d63c9 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
  font-size: 8px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  box-sizing: border-box !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details::after {
  top: 26px !important;
  right: 25px !important;
  width: 7px !important;
  height: 7px !important;
  background: #2d7cff !important;
  box-shadow:
    0 0 0 5px rgba(45, 124, 255, 0.12),
    0 0 15px rgba(45, 124, 255, 0.45) !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div {
  grid-column: auto !important;
  min-width: 0 !important;
  min-height: 88px !important;
  height: auto !important;
  padding: 13px 13px 12px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  overflow: hidden !important;
  border: 1px solid rgba(100, 151, 255, 0.28) !important;
  border-radius: 13px !important;
  background: linear-gradient(
    145deg,
    rgba(31, 59, 105, 0.96),
    rgba(20, 42, 79, 0.96)
  ) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div span {
  color: #aebfe0 !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div b {
  margin-top: 8px !important;
  color: #f6f9ff !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.homepage-page .experience-row[data-scene="gas"] .gas-details > div b.green {
  color: #78a9ff !important;
}

@media (max-width: 980px) {
  .homepage-page .experience-row[data-scene="gas"] .gas-details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto repeat(2, minmax(86px, auto)) !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 20px !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .gas-details::before {
    min-height: 32px !important;
    padding: 0 36px 0 11px !important;
    border-radius: 10px !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .gas-details::after {
    top: 23px !important;
    right: 22px !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .gas-details > div {
    min-height: 86px !important;
    padding: 12px !important;
  }
}

@media (max-width: 480px) {
  .homepage-page .experience-row[data-scene="gas"] .gas-details {
    gap: 7px !important;
    padding: 9px !important;
    grid-template-rows: auto repeat(2, minmax(82px, auto)) !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .gas-details > div {
    min-height: 82px !important;
    padding: 11px !important;
  }
  .homepage-page .experience-row[data-scene="gas"] .gas-details > div b {
    font-size: 11px !important;
    line-height: 1.32 !important;
  }
}

/* BRAND LOGO — transparent container, image only */
.homepage-page .brand-mark,
.homepage-page .footer-mega .brand-mark {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.homepage-page .brand-mark::before,
.homepage-page .brand-mark::after {
  content: none !important;
  display: none !important;
}
.homepage-page .brand-mark img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* FINAL — Vietnamese heading typography fix (pre-connect only) */
.homepage-page .hero h1,
.homepage-page .hero-pane-copy h1,
.homepage-page .side-copy h2,
.homepage-page .security-copy h2,
.homepage-page .closing-hero h2,
.homepage-page .section-head h2 {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-kerning: normal !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance;
}

.homepage-page .hero h1,
.homepage-page .hero-pane-copy h1 {
  font-size: clamp(56px, 7.2vw, 116px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  font-weight: 500 !important;
}

.homepage-page .side-copy h2,
.homepage-page .security-copy h2,
.homepage-page .closing-hero h2,
.homepage-page .section-head h2 {
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

@media (max-width: 980px) {
  .homepage-page .hero h1,
  .homepage-page .hero-pane-copy h1 {
    font-size: clamp(48px, 9vw, 76px) !important;
    line-height: 1.055 !important;
    letter-spacing: -0.038em !important;
  }
}

@media (max-width: 640px) {
  .homepage-page .hero h1,
  .homepage-page .hero-pane-copy h1 {
    font-size: clamp(43px, 12.4vw, 62px) !important;
    line-height: 1.075 !important;
    letter-spacing: -0.032em !important;
  }

  .homepage-page .side-copy h2,
  .homepage-page .security-copy h2,
  .homepage-page .closing-hero h2,
  .homepage-page .section-head h2 {
    line-height: 1.12 !important;
    letter-spacing: -0.028em !important;
  }
}


/* FINAL HEADER BRAND LOCKUP — shield + TRUST + Ecosystem Fund */
.homepage-page .topbar .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 0 !important;
}
.homepage-page .topbar .brand-mark {
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
}
.homepage-page .topbar .brand-name {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  color: #08142d !important;
}
.homepage-page .topbar .brand-trust {
  font-family: "Arial Black", "Arial", "Helvetica Neue", sans-serif !important;
  font-size: 24px !important;
  line-height: .9 !important;
  font-weight: 900 !important;
  letter-spacing: -0.075em !important;
  color: #4037f3 !important;
  text-transform: lowercase !important;
  display: inline-block !important;
  transform: scaleX(1.05) !important;
  transform-origin: left center !important;
}
.homepage-page .topbar .brand-ecosystem {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  color: #111827 !important;
}
@media (max-width: 640px) {
  .homepage-page .topbar .brand { gap: 9px !important; }
  .homepage-page .topbar .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
  .homepage-page .topbar .brand-name {
    gap: 6px !important;
  }
  .homepage-page .topbar .brand-trust {
    font-size: 20px !important;
  }
  .homepage-page .topbar .brand-ecosystem {
    font-size: 9.5px !important;
  }
}
@media (max-width: 380px) {
  .homepage-page .topbar .brand-mark {
    width: 37px !important;
    height: 37px !important;
    flex-basis: 37px !important;
  }
  .homepage-page .topbar .brand-trust { font-size: 18px !important; }
  .homepage-page .topbar .brand-ecosystem { font-size: 8.5px !important; }
}

/* FINAL HEADER WORDMARK EXACT — shield + image wordmark + Ecosystem Fund */
.homepage-page .topbar .brand-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  color: #08142d !important;
}
.homepage-page .topbar .brand-wordmark {
  display: block !important;
  width: 130px !important;
  height: auto !important;
  flex: 0 0 auto !important;
}
.homepage-page .topbar .brand-ecosystem {
  display: inline-block !important;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  color: #111827 !important;
  transform: translateY(1px) !important;
}
@media (max-width: 640px) {
  .homepage-page .topbar .brand { gap: 8px !important; }
  .homepage-page .topbar .brand-wordmark { width: 104px !important; }
  .homepage-page .topbar .brand-ecosystem { font-size: 9.5px !important; }
}
@media (max-width: 380px) {
  .homepage-page .topbar .brand-wordmark { width: 90px !important; }
  .homepage-page .topbar .brand-ecosystem { font-size: 8.3px !important; }
}
