  :root {
      --blue: #1877f2;
      --blue2: #0f63d8;
      --ink: #0d1420;
      --muted: #667085;
      --line: #dbe7f7;
      --soft: #f5f9ff;
      --card: #ffffff;
      --accent: #6ea8ff;
      --shadow: 0 24px 70px rgba(24, 119, 242, .13);
  }

  * {
      box-sizing: border-box
  }

  html {
      scroll-behavior: smooth
  }

  body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--ink);
      background:
          radial-gradient(circle at 12% 18%, rgba(24, 119, 242, .08), transparent 24%),
          radial-gradient(circle at 88% 10%, rgba(110, 168, 255, .12), transparent 22%),
          linear-gradient(180deg, #fff 0%, #fbfdff 65%, #f6faff 100%);
      min-height: 100vh;
      overflow-x: hidden;
  }

  .wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
  }

  header {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
  }

  .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      font-size: 18px;
      letter-spacing: -.02em;
      color: #0a66ff;
  }

  .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: linear-gradient(145deg, var(--blue), #4f9cff);
      color: #fff;
      box-shadow: 0 10px 24px rgba(24, 119, 242, .25);
      font-weight: 900;
  }

  .mini-link {
      color: #475467;
      font-size: 14px;
      text-decoration: none;
      font-weight: 600;
  }

  .hero {
      position: relative;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      align-items: center;
      gap: 70px;
      padding: 58px 0 42px;
      min-height: 600px;
  }

  .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 8px 12px;
      background: #eef5ff;
      color: var(--blue2);
      border: 1px solid #d6e6ff;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .02em;
      margin-bottom: 20px;
  }

  .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--blue);
      box-shadow: 0 0 0 6px rgba(24, 119, 242, .10);
  }

  h1 {
      margin: 0;
      max-width: 650px;
      font-size: clamp(46px, 5.4vw, 76px);
      line-height: .98;
      letter-spacing: -.055em;
      font-weight: 900;
  }

  h1 .blue {
      color: var(--blue);
      display: inline-block;
  }

  .lead {
      margin: 24px 0 0;
      max-width: 620px;
      color: #475467;
      font-size: 18px;
      line-height: 1.65;
  }

  .hero-actions {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
  }

  .cta {
      display: inline-block;
      text-decoration: none;
      appearance: none;
      border: 0;
      cursor: pointer;
      padding: 17px 27px;
      border-radius: 14px;
      color: #fff;
      background: linear-gradient(135deg, var(--blue), #0f63d8);
      font-weight: 850;
      font-size: 15px;
      box-shadow: 0 14px 30px rgba(24, 119, 242, .26);
      transition: .22s ease;
  }

  .cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 38px rgba(24, 119, 242, .32)
  }

  .subnote {
      font-size: 13px;
      color: #7b8799
  }

  .proof {
      margin-top: 32px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
  }

  .proof span {
      font-size: 13px;
      color: #4b5565;
      background: rgba(255, 255, 255, .78);
      border: 1px solid #e5edf7;
      border-radius: 10px;
      padding: 9px 12px;
      backdrop-filter: blur(10px);
  }

  .visual {
      position: relative;
      min-height: 510px;
      display: grid;
      place-items: center;
  }

  .orb {
      position: absolute;
      width: 390px;
      height: 390px;
      border-radius: 50%;
      background:
          radial-gradient(circle at 35% 35%, #fafdff 0 24%, transparent 25%),
          linear-gradient(145deg, #d7e8ff, #f2f7ff);
      box-shadow: inset 0 0 0 1px rgba(24, 119, 242, .08);
  }

  .ring {
      position: absolute;
      width: 470px;
      height: 470px;
      border-radius: 50%;
      border: 1px solid rgba(24, 119, 242, .12);
  }

  .phone {
      position: relative;
      z-index: 3;
      width: 275px;
      height: 520px;
      background: #111827;
      border-radius: 42px;
      padding: 10px;
      box-shadow:
          0 44px 80px rgba(16, 24, 40, .28),
          0 8px 18px rgba(16, 24, 40, .16);
      transform: rotate(-6deg);
      animation: float 5s ease-in-out infinite;
  }

  @keyframes float {

      0%,
      100% {
          transform: rotate(-6deg) translateY(0)
      }

      50% {
          transform: rotate(-4.5deg) translateY(-10px)
      }
  }

  .screen {
      height: 100%;
      border-radius: 33px;
      overflow: hidden;
      background: #f8fbff;
      border: 1px solid rgba(255, 255, 255, .12);
  }

  .screen-top {
      height: 110px;
      padding: 18px 18px 14px;
      color: #fff;
      background: linear-gradient(145deg, #0f63d8, #2a86ff);
  }

  .status {
      font-size: 11px;
      opacity: .85;
      display: flex;
      justify-content: space-between;
  }

  .fb-title {
      margin-top: 16px;
      font-size: 16px;
      font-weight: 800
  }

  .fb-money {
      font-size: 27px;
      font-weight: 900;
      margin-top: 2px
  }

  .list {
      padding: 12px
  }

  .row {
      display: grid;
      grid-template-columns: 32px 1fr auto;
      gap: 10px;
      align-items: center;
      padding: 12px 4px;
      border-bottom: 1px solid #e7edf5;
  }

  .icon {
      width: 32px;
      height: 32px;
      border-radius: 10px;
      background: #e7f0ff;
      color: var(--blue);
      display: grid;
      place-items: center;
      font-weight: 900;
      font-size: 12px;
  }

  .row b {
      display: block;
      font-size: 12px
  }

  .row small {
      font-size: 10px;
      color: #98a2b3
  }

  .plus {
      font-size: 12px;
      font-weight: 800;
      color: #16a34a
  }

  .float-card {
      position: absolute;
      z-index: 4;
      right: -8px;
      bottom: 42px;
      width: 210px;
      padding: 16px;
      background: rgba(255, 255, 255, .88);
      backdrop-filter: blur(15px);
      border: 1px solid rgba(24, 119, 242, .14);
      border-radius: 18px;
      box-shadow: 0 18px 50px rgba(24, 119, 242, .12);
  }

  .float-card small {
      display: block;
      color: #7b8799;
      margin-bottom: 7px
  }

  .float-card strong {
      font-size: 25px;
      color: var(--blue)
  }

  .trend {
      margin-top: 12px;
      height: 42px;
      display: flex;
      align-items: flex-end;
      gap: 5px
  }

  .trend i {
      display: block;
      width: 10px;
      border-radius: 4px 4px 2px 2px;
      background: linear-gradient(180deg, #77abff, #1877f2);
  }

  .trend i:nth-child(1) {
      height: 15px
  }

  .trend i:nth-child(2) {
      height: 23px
  }

  .trend i:nth-child(3) {
      height: 18px
  }

  .trend i:nth-child(4) {
      height: 31px
  }

  .trend i:nth-child(5) {
      height: 27px
  }

  .trend i:nth-child(6) {
      height: 38px
  }

  .trend i:nth-child(7) {
      height: 42px
  }

  .calc {
      margin: 18px auto 70px;
      padding: 26px 30px 30px;
      background: rgba(255, 255, 255, .86);
      border: 1px solid #e4edf7;
      box-shadow: var(--shadow);
      border-radius: 24px;
      max-width: 980px;
  }

  .calc-top {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      align-items: end;
      margin-bottom: 22px;
  }

  .calc h2 {
      margin: 0;
      font-size: 25px;
      letter-spacing: -.035em
  }

  .calc p {
      margin: 6px 0 0;
      color: #7a8699;
      font-size: 14px
  }

  .amount {
      padding: 10px 16px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe1ff;
      font-size: 21px;
      font-weight: 900;
      color: var(--blue);
      white-space: nowrap;
  }

  input[type="range"] {
      width: 100%;
      appearance: none;
      height: 7px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--blue) 0%, var(--blue) 45%, #dce8f8 45%, #dce8f8 100%);
      outline: none;
  }

  input[type="range"]::-webkit-slider-thumb {
      appearance: none;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: #fff;
      border: 7px solid var(--blue);
      box-shadow: 0 3px 10px rgba(24, 119, 242, .28);
      cursor: pointer;
  }

  .ticks {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      color: #98a2b3;
      font-size: 12px;
  }

  .calc-footer {
      margin-top: 17px;
      color: #6b7280;
      font-size: 13px;
      text-align: center;
  }


  .ai-section {
      margin: 24px auto 74px;
      padding: 44px 42px;
      max-width: 1050px;
      background: rgba(255, 255, 255, .88);
      border: 1px solid #e4edf7;
      border-radius: 28px;
      box-shadow: var(--shadow);
      position: relative;
      overflow: hidden;
  }

  .ai-section::before {
      content: "";
      position: absolute;
      width: 300px;
      height: 300px;
      right: -120px;
      top: -150px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24, 119, 242, .12), transparent 70%);
      pointer-events: none;
  }

  .ai-head {
      max-width: 760px;
      margin: 0 auto 34px;
      text-align: center;
  }

  .ai-head h2 {
      margin: 0;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.04;
      letter-spacing: -.045em;
  }

  .ai-head p {
      margin: 16px auto 0;
      max-width: 720px;
      color: #667085;
      font-size: 16px;
      line-height: 1.65;
  }

  .ai-flow {
      display: grid;
      grid-template-columns: 1fr 54px 1fr 54px 1fr;
      align-items: center;
      gap: 12px;
  }

  .flow-card {
      min-height: 178px;
      padding: 22px;
      border-radius: 20px;
      background: linear-gradient(180deg, #fff, #f7faff);
      border: 1px solid #dfe9f6;
      display: flex;
      gap: 15px;
      align-items: flex-start;
  }

  .flow-icon {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      background: #eaf3ff;
      color: var(--blue);
      font-size: 13px;
      font-weight: 900;
  }

  .flow-card small {
      display: block;
      color: #8b96a8;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .08em;
      margin: 2px 0 7px;
  }

  .flow-card strong {
      display: block;
      font-size: 17px;
      letter-spacing: -.02em;
  }

  .flow-card p {
      margin: 8px 0 0;
      color: #778195;
      font-size: 13px;
      line-height: 1.55;
  }

  .result-card {
      border-color: #cfe0ff;
      box-shadow: 0 15px 35px rgba(24, 119, 242, .08);
  }

  .flow-line {
      height: 2px;
      background: #d6e6fb;
      position: relative;
      overflow: hidden;
      border-radius: 999px;
  }

  .flow-line span {
      position: absolute;
      width: 35%;
      height: 100%;
      left: -35%;
      background: var(--blue);
      border-radius: 999px;
      animation: flow 1.7s linear infinite;
  }

  @keyframes flow {
      to {
          left: 100%
      }
  }

  .ai-status {
      margin-top: 26px;
      padding: 17px 20px;
      border-radius: 18px;
      border: 1px solid #dce8f7;
      background: #f8fbff;
      display: flex;
      align-items: center;
      gap: 13px;
  }

  .pulse-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 0 rgba(34, 197, 94, .35);
      animation: pulse 1.8s infinite;
  }

  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(34, 197, 94, .35)
      }

      70% {
          box-shadow: 0 0 0 12px rgba(34, 197, 94, 0)
      }

      100% {
          box-shadow: 0 0 0 0 rgba(34, 197, 94, 0)
      }
  }

  .ai-status small {
      display: block;
      color: #8b96a8;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .08em;
  }

  .ai-status strong {
      display: block;
      margin-top: 3px;
      font-size: 15px;
  }

  .status-badge {
      margin-left: auto;
      padding: 7px 10px;
      border-radius: 999px;
      background: #eafaf0;
      color: #16803d;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .05em;
  }

  .ai-disclaimer {
      margin-top: 16px;
      text-align: center;
      color: #98a2b3;
      font-size: 11px;
  }


  .live-proof span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
  }

  .live-mini {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 0 rgba(34, 197, 94, .35);
      animation: pulse 1.5s infinite;
  }

  .ai-live-section {
      padding: 46px;
  }

  .ai-live-head {
      text-align: center;
      margin-bottom: 28px;
  }

  .ai-live-head h2 {
      margin: 0;
      font-size: clamp(34px, 4vw, 52px);
      letter-spacing: -.045em;
      line-height: 1;
  }

  .ai-live-grid {
      display: grid;
      grid-template-columns: .95fr 1.05fr;
      gap: 22px;
      align-items: stretch;
  }

  .ai-core-card,
  .live-panel {
      min-height: 390px;
      border: 1px solid #dfebf8;
      border-radius: 24px;
      background: linear-gradient(180deg, #fbfdff, #f3f8ff);
      position: relative;
      overflow: hidden;
  }

  .ai-core-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .core-rings {
      width: 280px;
      height: 280px;
      position: relative;
      display: grid;
      place-items: center;
  }

  .core-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(24, 119, 242, .18);
  }

  .r1 {
      width: 150px;
      height: 150px;
      animation: spin 7s linear infinite
  }

  .r2 {
      width: 210px;
      height: 210px;
      border-style: dashed;
      animation: spinReverse 10s linear infinite
  }

  .r3 {
      width: 270px;
      height: 270px;
      border-color: rgba(24, 119, 242, .08)
  }

  @keyframes spin {
      to {
          transform: rotate(360deg)
      }
  }

  @keyframes spinReverse {
      to {
          transform: rotate(-360deg)
      }
  }

  .ai-core {
      width: 112px;
      height: 112px;
      border-radius: 32px;
      background: linear-gradient(145deg, #1877f2, #6ba8ff);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 7px;
      box-shadow:
          0 22px 45px rgba(24, 119, 242, .28),
          0 0 0 16px rgba(24, 119, 242, .06);
      position: relative;
      z-index: 3;
      animation: corePulse 2.2s ease-in-out infinite;
  }

  @keyframes corePulse {

      0%,
      100% {
          transform: scale(1)
      }

      50% {
          transform: scale(1.055)
      }
  }

  .ai-core b {
      font-size: 25px;
      letter-spacing: .05em;
  }

  .ai-face {
      display: flex;
      gap: 18px;
  }

  .ai-face span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      animation: blink 3.2s infinite;
  }

  @keyframes blink {

      0%,
      44%,
      48%,
      100% {
          transform: scaleY(1)
      }

      46% {
          transform: scaleY(.15)
      }
  }

  .orbit-dot {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #1877f2;
      box-shadow: 0 0 16px rgba(24, 119, 242, .5);
      position: absolute;
  }

  .o1 {
      top: 25px;
      left: 132px;
      animation: dotPulse 1.4s infinite
  }

  .o2 {
      bottom: 58px;
      left: 34px;
      animation: dotPulse 1.7s .3s infinite
  }

  .o3 {
      right: 32px;
      bottom: 80px;
      animation: dotPulse 1.9s .6s infinite
  }

  @keyframes dotPulse {

      0%,
      100% {
          opacity: .35;
          transform: scale(.8)
      }

      50% {
          opacity: 1;
          transform: scale(1.25)
      }
  }

  .core-status {
      margin-top: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
  }

  .live-panel {
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 12px;
  }

  .live-row {
      min-height: 84px;
      display: grid;
      grid-template-columns: 46px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px 16px;
      background: rgba(255, 255, 255, .84);
      border: 1px solid #e3edf8;
      border-radius: 17px;
      box-shadow: 0 8px 24px rgba(41, 88, 145, .05);
  }

  .live-icon {
      width: 42px;
      height: 42px;
      border-radius: 13px;
      background: #eaf3ff;
      color: #1877f2;
      display: grid;
      place-items: center;
      font-size: 20px;
      font-weight: 900;
  }

  .live-row small {
      display: block;
      font-size: 10px;
      color: #98a2b3;
      font-weight: 900;
      letter-spacing: .08em;
      margin-bottom: 4px;
  }

  .live-row strong {
      display: block;
      font-size: 17px;
      letter-spacing: -.015em;
  }

  .signal {
      height: 36px;
      display: flex;
      gap: 4px;
      align-items: center;
  }

  .signal i {
      width: 4px;
      border-radius: 4px;
      background: #1877f2;
      animation: eq .9s ease-in-out infinite alternate;
  }

  .signal i:nth-child(1) {
      height: 12px
  }

  .signal i:nth-child(2) {
      height: 25px;
      animation-delay: .2s
  }

  .signal i:nth-child(3) {
      height: 18px;
      animation-delay: .4s
  }

  .signal i:nth-child(4) {
      height: 31px;
      animation-delay: .1s
  }

  @keyframes eq {
      to {
          height: 8px;
          opacity: .45
      }
  }

  .status-pill {
      padding: 7px 10px;
      border-radius: 999px;
      background: #eafaf0;
      color: #16803d;
      font-size: 11px;
      font-weight: 900;
  }

  .result-live strong {
      color: #16a34a;
      font-size: 21px;
      transition: .22s ease;
  }

  .mini-chart {
      display: flex;
      gap: 4px;
      align-items: flex-end;
      height: 36px;
  }

  .mini-chart i {
      width: 7px;
      border-radius: 4px;
      background: #22c55e;
      animation: barLive 1.2s ease-in-out infinite alternate;
  }

  .mini-chart i:nth-child(1) {
      height: 11px
  }

  .mini-chart i:nth-child(2) {
      height: 18px;
      animation-delay: .1s
  }

  .mini-chart i:nth-child(3) {
      height: 24px;
      animation-delay: .2s
  }

  .mini-chart i:nth-child(4) {
      height: 20px;
      animation-delay: .3s
  }

  .mini-chart i:nth-child(5) {
      height: 31px;
      animation-delay: .4s
  }

  @keyframes barLive {
      to {
          transform: scaleY(.6);
          opacity: .55
      }
  }

  .scanner {
      flex: 1;
      min-height: 72px;
      margin-top: 2px;
      border-radius: 17px;
      background:
          linear-gradient(rgba(24, 119, 242, .06) 1px, transparent 1px),
          linear-gradient(90deg, rgba(24, 119, 242, .06) 1px, transparent 1px),
          #f7fbff;
      background-size: 22px 22px;
      position: relative;
      overflow: hidden;
      display: grid;
      place-items: center;
      color: #6b8fc1;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .15em;
  }

  .scan-line {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      top: 0;
      background: linear-gradient(90deg, transparent, #1877f2, transparent);
      box-shadow: 0 0 18px rgba(24, 119, 242, .8);
      animation: scan 2.4s linear infinite;
  }

  @keyframes scan {
      to {
          top: 100%
      }
  }

  .ai-stream {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
  }

  .stream-item {
      padding: 14px 15px;
      border-radius: 15px;
      background: #f8fbff;
      border: 1px solid #e4edf8;
      display: grid;
      grid-template-columns: 32px 1fr auto;
      gap: 10px;
      align-items: center;
  }

  .stream-item span {
      width: 32px;
      height: 32px;
      border-radius: 10px;
      background: #1877f2;
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 10px;
      font-weight: 900;
  }

  .stream-item b {
      font-size: 12px;
  }

  .stream-item em {
      font-size: 10px;
      color: #98a2b3;
      font-style: normal;
  }


  .income-card {
      width: 230px;
      padding: 17px;
      border-color: rgba(24, 119, 242, .18);
      box-shadow: 0 22px 55px rgba(24, 119, 242, .16);
  }

  .income-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
  }

  .income-live {
      display: flex;
      align-items: center;
      gap: 6px;
      color: #16a34a;
      font-size: 9px;
      font-weight: 900;
  }

  .income-live i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 0 rgba(34, 197, 94, .35);
      animation: pulse 1.6s infinite;
  }

  .income-card strong {
      display: block;
      margin-top: 8px;
      font-size: 29px;
      color: #16a34a;
      transition: .22s ease;
  }

  .income-sub {
      margin-top: 4px;
      color: #8490a2;
      font-size: 10px;
  }

  .money-stage {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 240px 1fr;
      align-items: center;
      gap: 18px;
      margin-top: 24px;
  }

  .money-flow-line {
      position: absolute;
      left: 12%;
      right: 12%;
      top: 50%;
      height: 2px;
      background: linear-gradient(90deg, transparent, #9fc6ff 18%, #1877f2 50%, #9fc6ff 82%, transparent);
      opacity: .35;
      overflow: hidden;
  }

  .money-flow-line::after {
      content: "";
      position: absolute;
      width: 90px;
      height: 100%;
      left: -90px;
      background: linear-gradient(90deg, transparent, #fff, transparent);
      animation: flowMoney 2.2s linear infinite;
  }

  @keyframes flowMoney {
      to {
          left: 100%
      }
  }

  .stage-card {
      min-height: 340px;
      padding: 22px;
      border-radius: 24px;
      background: linear-gradient(180deg, #ffffff, #f5f9ff);
      border: 1px solid #dfebf8;
      position: relative;
      z-index: 2;
      overflow: hidden;
  }

  .stage-label {
      font-size: 10px;
      font-weight: 900;
      color: #7790ad;
      letter-spacing: .1em;
  }

  .market-visual {
      height: 210px;
      margin-top: 20px;
      border-radius: 18px;
      position: relative;
      overflow: hidden;
      background: #f7fbff;
      border: 1px solid #e5eef8;
  }

  .market-grid {
      position: absolute;
      inset: 0;
      background:
          linear-gradient(rgba(24, 119, 242, .06) 1px, transparent 1px),
          linear-gradient(90deg, rgba(24, 119, 242, .06) 1px, transparent 1px);
      background-size: 28px 28px;
  }

  .market-visual svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
  }

  .market-line {
      stroke-dasharray: 700;
      stroke-dashoffset: 700;
      animation: marketDraw 3s ease forwards, glowLine 2s ease-in-out infinite 3s;
  }

  @keyframes marketDraw {
      to {
          stroke-dashoffset: 0
      }
  }

  @keyframes glowLine {
      50% {
          filter: drop-shadow(0 0 8px rgba(24, 119, 242, .5))
      }
  }

  .scan-beam {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      left: -5%;
      background: #1877f2;
      box-shadow: 0 0 18px rgba(24, 119, 242, .6);
      animation: scanX 3.2s linear infinite;
  }

  @keyframes scanX {
      to {
          left: 105%
      }
  }

  .market-tags {
      margin-top: 14px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
  }

  .market-tags span {
      padding: 7px 9px;
      border-radius: 999px;
      background: #eef5ff;
      color: #2875d8;
      font-size: 10px;
      font-weight: 900;
  }

  .stage-core {
      position: relative;
      height: 340px;
      display: grid;
      place-items: center;
      z-index: 4;
  }

  .core-halo {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(24, 119, 242, .16);
  }

  .core-halo.h1 {
      width: 150px;
      height: 150px;
      animation: spin 8s linear infinite
  }

  .core-halo.h2 {
      width: 205px;
      height: 205px;
      border-style: dashed;
      animation: spinReverse 12s linear infinite
  }

  .core-halo.h3 {
      width: 245px;
      height: 245px;
      border-color: rgba(24, 119, 242, .08)
  }

  .core-main {
      width: 128px;
      height: 128px;
      border-radius: 36px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, #1877f2, #66c6ff);
      color: #fff;
      box-shadow: 0 25px 50px rgba(24, 119, 242, .28), 0 0 0 18px rgba(24, 119, 242, .055);
      animation: corePulse 2.2s ease-in-out infinite;
      z-index: 4;
  }

  .core-main b {
      font-size: 30px;
      letter-spacing: .06em;
  }

  .core-main small {
      font-size: 8px;
      margin-top: 6px;
      opacity: .78;
      letter-spacing: .12em;
      font-weight: 900;
  }

  .core-eyes {
      display: flex;
      gap: 16px;
      margin-bottom: 8px;
  }

  .core-eyes i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      animation: blink 3.2s infinite;
  }

  .data-particle {
      position: absolute;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid #dbe8f7;
      box-shadow: 0 8px 20px rgba(24, 119, 242, .12);
      color: #1877f2;
      font-size: 12px;
      font-weight: 900;
      animation: particleFloat 2.4s ease-in-out infinite;
  }

  .p1 {
      top: 40px;
      left: 36px
  }

  .p2 {
      top: 72px;
      right: 25px;
      animation-delay: .5s
  }

  .p3 {
      bottom: 65px;
      left: 24px;
      animation-delay: 1s
  }

  .p4 {
      bottom: 36px;
      right: 42px;
      animation-delay: 1.5s
  }

  @keyframes particleFloat {
      50% {
          transform: translateY(-9px) scale(1.05)
      }
  }

  .result-card-big {
      border-color: #d7e7fb;
      background:
          radial-gradient(circle at 85% 10%, rgba(34, 197, 94, .09), transparent 30%),
          linear-gradient(180deg, #fff, #f7fbff);
  }

  .result-amount {
      margin-top: 28px;
      font-size: 42px;
      font-weight: 950;
      color: #16a34a;
      letter-spacing: -.045em;
      transition: .25s ease;
  }

  .result-caption {
      margin-top: 4px;
      color: #8a96a8;
      font-size: 11px;
  }

  .result-chart {
      height: 145px;
      margin-top: 24px;
      display: flex;
      align-items: flex-end;
      gap: 8px;
      padding: 0 4px;
  }

  .result-chart span {
      flex: 1;
      border-radius: 7px 7px 3px 3px;
      background: linear-gradient(180deg, #5ae497, #22b564);
      transform-origin: bottom;
      animation: moneyBars 1.5s ease-in-out infinite alternate;
  }

  .result-chart span:nth-child(2) {
      animation-delay: .1s
  }

  .result-chart span:nth-child(3) {
      animation-delay: .2s
  }

  .result-chart span:nth-child(4) {
      animation-delay: .3s
  }

  .result-chart span:nth-child(5) {
      animation-delay: .4s
  }

  .result-chart span:nth-child(6) {
      animation-delay: .5s
  }

  .result-chart span:nth-child(7) {
      animation-delay: .6s
  }

  .result-chart span:nth-child(8) {
      animation-delay: .7s
  }

  @keyframes moneyBars {
      to {
          transform: scaleY(.78);
          opacity: .72
      }
  }

  .result-status {
      margin-top: 17px;
      display: flex;
      align-items: center;
      gap: 9px;
      color: #5b6676;
      font-size: 11px;
      font-weight: 800;
  }

  .live-income-strip {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
  }

  .income-event {
      padding: 14px;
      border-radius: 16px;
      background: #f8fbff;
      border: 1px solid #e3edf8;
      display: grid;
      grid-template-columns: 36px 1fr auto;
      align-items: center;
      gap: 10px;
  }

  .event-icon {
      width: 34px;
      height: 34px;
      border-radius: 11px;
      display: grid;
      place-items: center;
      background: #1877f2;
      color: #fff;
      font-size: 10px;
      font-weight: 900;
  }

  .income-event small {
      display: block;
      color: #99a4b4;
      font-size: 9px;
      margin-bottom: 3px;
  }

  .income-event b {
      font-size: 11px;
  }

  .income-event strong {
      font-size: 11px;
  }

  .income-event .positive {
      color: #16a34a;
  }

  @media(max-width:900px) {
      .hero {
          grid-template-columns: 1fr;
          gap: 30px;
          padding-top: 35px
      }

      .visual {
          order: -1;
          min-height: 430px
      }

      .phone {
          width: 220px;
          height: 420px
      }

      .ring {
          width: 390px;
          height: 390px
      }

      .orb {
          width: 320px;
          height: 320px
      }

      .float-card {
          right: 7%;
          bottom: 10px
      }

      h1 {
          font-size: clamp(44px, 10vw, 66px)
      }
  }

  @media(max-width:560px) {
      .wrap {
          width: min(100% - 24px, 1180px)
      }

      header {
          height: 64px
      }

      .mini-link {
          display: none
      }

      .hero {
          padding-top: 18px
      }

      .visual {
          min-height: 360px
      }

      .phone {
          width: 185px;
          height: 355px;
          border-radius: 31px
      }

      .screen {
          border-radius: 24px
      }

      .ring {
          width: 300px;
          height: 300px
      }

      .orb {
          width: 250px;
          height: 250px
      }

      .float-card {
          width: 170px;
          padding: 13px;
          right: 0
      }

      h1 {
          font-size: 44px
      }

      .lead {
          font-size: 16px
      }

      .ai-live-section {
          padding: 28px 16px
      }

      .money-stage {
          grid-template-columns: 1fr;
          gap: 16px;
      }

      .money-flow-line {
          display: none;
      }

      .stage-card {
          min-height: auto;
          padding: 18px;
      }

      .market-visual {
          height: 180px;
      }

      .stage-core {
          height: 250px;
      }

      .core-main {
          width: 108px;
          height: 108px;
          border-radius: 31px;
      }

      .core-halo.h1 {
          width: 135px;
          height: 135px
      }

      .core-halo.h2 {
          width: 180px;
          height: 180px
      }

      .core-halo.h3 {
          width: 220px;
          height: 220px
      }

      .result-amount {
          font-size: 36px;
      }

      .result-chart {
          height: 120px;
      }

      .live-income-strip {
          grid-template-columns: 1fr;
      }

      .income-event {
          grid-template-columns: 34px 1fr auto;
      }

      .income-card {
          width: 176px;
      }

      .income-card strong {
          font-size: 23px;
      }

      .ai-live-grid {
          grid-template-columns: 1fr
      }

      .ai-core-card,
      .live-panel {
          min-height: auto
      }

      .ai-core-card {
          padding: 26px 0
      }

      .core-rings {
          width: 230px;
          height: 230px
      }

      .r1 {
          width: 125px;
          height: 125px
      }

      .r2 {
          width: 175px;
          height: 175px
      }

      .r3 {
          width: 225px;
          height: 225px
      }

      .ai-core {
          width: 96px;
          height: 96px;
          border-radius: 28px
      }

      .ai-stream {
          grid-template-columns: 1fr
      }

      .live-row {
          min-height: 76px
      }
  }



  /* FINAL MOBILE-FIRST OVERRIDES */
  @media (max-width: 700px) {

      html,
      body {
          width: 100%;
          max-width: 100%;
          overflow-x: hidden;
      }

      body {
          min-width: 0;
      }

      .wrap {
          width: 100%;
          max-width: 100%;
          padding-left: 14px;
          padding-right: 14px;
          margin: 0;
      }

      header {
          width: 100%;
          height: 62px;
          padding: 0;
      }

      .brand {
          font-size: 14px;
          gap: 8px;
          min-width: 0;
      }

      .brand-mark {
          width: 34px;
          height: 34px;
          border-radius: 11px;
          flex: 0 0 34px;
      }

      .mini-link {
          display: none;
      }

      .hero {
          width: 100%;
          min-height: auto;
          display: flex;
          flex-direction: column;
          gap: 20px;
          padding: 22px 0 30px;
      }

      .copy {
          width: 100%;
          text-align: center;
      }

      .eyebrow {
          max-width: 100%;
          font-size: 10px;
          padding: 7px 10px;
          margin-bottom: 15px;
      }

      h1 {
          width: 100%;
          max-width: 100%;
          margin: 0 auto;
          font-size: clamp(38px, 11.2vw, 54px);
          line-height: .98;
          letter-spacing: -.052em;
          overflow-wrap: normal;
          word-break: normal;
      }

      h1 .blue {
          display: inline;
      }

      .lead {
          width: 100%;
          max-width: 430px;
          margin: 17px auto 0;
          font-size: 14px;
          line-height: 1.5;
          padding: 0 4px;
      }

      .hero-actions {
          width: 100%;
          margin-top: 20px;
          display: block;
      }

      .cta {
          width: 100%;
          padding: 15px 16px;
          border-radius: 14px;
          font-size: 14px;
      }

      .subnote {
          display: block;
          margin-top: 10px;
          font-size: 11px;
      }

      .proof {
          width: 100%;
          margin-top: 18px;
          display: flex;
          justify-content: center;
          gap: 6px;
      }

      .proof span {
          flex: 1 1 0;
          min-width: 0;
          padding: 8px 5px;
          font-size: 9px;
          white-space: nowrap;
          justify-content: center;
      }

      .visual {
          width: 100%;
          max-width: 100%;
          min-height: 445px;
          margin: 0 auto;
          overflow: visible;
      }

      .ring {
          width: min(320px, 86vw);
          height: min(320px, 86vw);
      }

      .orb {
          width: min(265px, 72vw);
          height: min(265px, 72vw);
      }

      .phone {
          width: min(205px, 56vw);
          height: 390px;
          border-radius: 32px;
          padding: 8px;
      }

      .screen {
          border-radius: 25px;
      }

      .screen-top {
          height: 88px;
          padding: 13px 13px 10px;
      }

      .status {
          font-size: 8px;
      }

      .fb-title {
          margin-top: 10px;
          font-size: 12px;
      }

      .fb-money {
          font-size: 21px;
      }

      .list {
          padding: 8px;
      }

      .row {
          grid-template-columns: 27px 1fr auto;
          gap: 7px;
          padding: 9px 2px;
      }

      .icon {
          width: 27px;
          height: 27px;
          border-radius: 8px;
          font-size: 9px;
      }

      .row b {
          font-size: 9px;
      }

      .row small {
          font-size: 7px;
      }

      .plus {
          font-size: 9px;
      }

      .float-card,
      .income-card {
          width: 154px;
          max-width: 43vw;
          right: 0;
          left: auto;
          bottom: 25px;
          padding: 11px;
          border-radius: 14px;
      }

      .income-card strong {
          font-size: 20px;
          white-space: nowrap;
      }

      .income-sub {
          font-size: 8px;
          line-height: 1.3;
      }

      .trend {
          height: 25px;
          margin-top: 8px;
          gap: 3px;
      }

      .trend i {
          width: 7px;
      }

      .ai-section,
      .ai-live-section {
          width: 100%;
          max-width: 100%;
          margin: 5px 0 38px;
          padding: 26px 12px;
          border-radius: 21px;
          overflow: hidden;
      }

      .ai-live-head {
          width: 100%;
          margin-bottom: 18px;
      }

      .ai-live-head h2 {
          font-size: 31px;
          line-height: 1.02;
          padding: 0 4px;
      }

      .money-stage {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 14px;
          margin-top: 18px;
      }

      .money-flow-line {
          display: none;
      }

      .stage-card {
          width: 100%;
          max-width: 100%;
          min-height: 0;
          padding: 16px;
          border-radius: 18px;
      }

      .market-visual {
          width: 100%;
          height: 165px;
          margin-top: 14px;
      }

      .market-tags {
          gap: 5px;
      }

      .market-tags span {
          padding: 6px 8px;
          font-size: 9px;
      }

      .stage-core {
          width: 100%;
          height: 230px;
      }

      .core-main {
          width: 100px;
          height: 100px;
          border-radius: 29px;
      }

      .core-main b {
          font-size: 24px;
      }

      .core-halo.h1 {
          width: 128px;
          height: 128px;
      }

      .core-halo.h2 {
          width: 168px;
          height: 168px;
      }

      .core-halo.h3 {
          width: 205px;
          height: 205px;
      }

      .data-particle {
          width: 30px;
          height: 30px;
          border-radius: 10px;
      }

      .p1 {
          top: 25px;
          left: 16%
      }

      .p2 {
          top: 48px;
          right: 13%
      }

      .p3 {
          bottom: 42px;
          left: 12%
      }

      .p4 {
          bottom: 22px;
          right: 18%
      }

      .result-amount {
          margin-top: 20px;
          font-size: 35px;
      }

      .result-chart {
          height: 110px;
          margin-top: 18px;
          gap: 5px;
      }

      .live-income-strip {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 8px;
          margin-top: 14px;
      }

      .income-event {
          width: 100%;
          grid-template-columns: 32px minmax(0, 1fr) auto;
          gap: 8px;
          padding: 10px;
      }

      .event-icon {
          width: 30px;
          height: 30px;
      }

      .income-event b {
          font-size: 10px;
      }

      .income-event strong {
          font-size: 10px;
          white-space: nowrap;
      }

      .ai-disclaimer {
          padding: 0 4px;
          font-size: 9px;
          line-height: 1.4;
      }
  }

  @media (max-width: 380px) {
      .wrap {
          padding-left: 10px;
          padding-right: 10px;
      }

      h1 {
          font-size: 37px;
      }

      .proof {
          flex-wrap: wrap;
      }

      .proof span {
          flex: 1 1 30%;
      }

      .visual {
          min-height: 420px;
      }

      .phone {
          width: 190px;
          height: 365px;
      }

      .float-card,
      .income-card {
          width: 140px;
          max-width: 42vw;
      }

      .income-card strong {
          font-size: 18px;
      }

      .ai-live-head h2 {
          font-size: 28px;
      }
  }




  .terminal-visual {
      position: relative;
      min-height: 540px;
      display: grid;
      place-items: center;
  }

  .balance-terminal {
      position: relative;
      z-index: 3;
      width: min(430px, 100%);
      padding: 22px;
      border-radius: 28px;
      background:
          radial-gradient(circle at 80% 0%, rgba(24, 119, 242, .10), transparent 32%),
          linear-gradient(180deg, #ffffff, #f7fbff);
      border: 1px solid #dce8f7;
      box-shadow: 0 32px 80px rgba(35, 84, 145, .16);
      overflow: hidden;
  }

  .terminal-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
  }

  .terminal-head small {
      display: block;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .12em;
      color: #8b98aa;
      margin-bottom: 5px;
  }

  .terminal-head strong {
      display: block;
      font-size: 36px;
      letter-spacing: -.045em;
      color: #101828;
      transition: .2s ease;
  }

  .terminal-live {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 7px 10px;
      border-radius: 999px;
      background: #eafaf0;
      color: #178244;
      font-size: 10px;
      font-weight: 900;
  }

  .terminal-live i {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 0 rgba(34, 197, 94, .35);
      animation: pulse 1.6s infinite;
  }

  .balance-growth {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 11px 13px;
      border-radius: 14px;
      background: #f3f8ff;
      border: 1px solid #e4edf8;
  }

  .balance-growth span {
      color: #7c899a;
      font-size: 11px;
      font-weight: 700;
  }

  .balance-growth b {
      color: #16a34a;
      font-size: 15px;
  }

  .terminal-chart {
      height: 145px;
      margin-top: 15px;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      background: #f9fcff;
      border: 1px solid #e8eef6;
  }

  .terminal-chart .grid {
      position: absolute;
      inset: 0;
      background:
          linear-gradient(rgba(24, 119, 242, .055) 1px, transparent 1px),
          linear-gradient(90deg, rgba(24, 119, 242, .055) 1px, transparent 1px);
      background-size: 28px 28px;
  }

  .terminal-chart svg {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
  }

  .terminal-line {
      stroke-dasharray: 720;
      stroke-dashoffset: 720;
      animation: terminalDraw 3s ease forwards, terminalGlow 2.2s ease-in-out infinite 3s;
  }

  @keyframes terminalDraw {
      to {
          stroke-dashoffset: 0
      }
  }

  @keyframes terminalGlow {
      50% {
          filter: drop-shadow(0 0 8px rgba(34, 197, 94, .55))
      }
  }

  .chart-scan {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2px;
      left: -3%;
      background: #1877f2;
      box-shadow: 0 0 18px rgba(24, 119, 242, .55);
      animation: chartScan 3s linear infinite;
  }

  @keyframes chartScan {
      to {
          left: 103%
      }
  }

  .transactions-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 17px;
      margin-bottom: 8px;
  }

  .transactions-title span {
      font-size: 12px;
      font-weight: 900;
      color: #334155;
  }

  .transactions-title b {
      font-size: 9px;
      color: #1877f2;
      letter-spacing: .08em;
  }

  .transactions {
      display: grid;
      gap: 8px;
  }

  .tx {
      display: grid;
      grid-template-columns: 34px 1fr auto;
      align-items: center;
      gap: 10px;
      padding: 10px;
      border-radius: 13px;
      border: 1px solid #e8eef6;
      background: #fff;
      animation: txGlow 4s ease-in-out infinite;
  }

  .tx:nth-child(2) {
      animation-delay: .8s
  }

  .tx:nth-child(3) {
      animation-delay: 1.6s
  }

  .tx:nth-child(4) {
      animation-delay: 2.4s
  }

  @keyframes txGlow {
      50% {
          border-color: #cfe1ff;
          box-shadow: 0 6px 18px rgba(24, 119, 242, .06);
          transform: translateY(-1px);
      }
  }

  .tx-icon {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      background: #eaf3ff;
      color: #1877f2;
      font-size: 9px;
      font-weight: 900;
  }

  .tx b {
      display: block;
      font-size: 11px;
      color: #1f2937;
  }

  .tx small {
      display: block;
      margin-top: 2px;
      color: #98a2b3;
      font-size: 8px;
  }

  .tx strong {
      color: #16a34a;
      font-size: 11px;
      white-space: nowrap;
  }

  .terminal-footer {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid #edf1f6;
      display: flex;
      align-items: center;
      gap: 9px;
      color: #69778a;
      font-size: 10px;
      font-weight: 800;
  }

  .ai-badge {
      position: absolute;
      z-index: 5;
      right: 3%;
      top: 65px;
      width: 92px;
      height: 92px;
      border-radius: 27px;
      background: linear-gradient(145deg, #1877f2, #62c6ff);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 20px 45px rgba(24, 119, 242, .28), 0 0 0 12px rgba(24, 119, 242, .055);
      animation: corePulse 2.2s ease-in-out infinite;
  }

  .badge-eyes {
      display: flex;
      gap: 13px;
      margin-bottom: 5px;
  }

  .badge-eyes i {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #fff;
      animation: blink 3.2s infinite;
  }

  .ai-badge b {
      font-size: 20px;
      letter-spacing: .05em
  }

  .ai-badge small {
      font-size: 7px;
      letter-spacing: .12em;
      margin-top: 3px;
      opacity: .8
  }

  @media(max-width:700px) {
      .terminal-visual {
          min-height: 510px;
          width: 100%;
          padding: 0 2px;
      }

      .balance-terminal {
          width: 100%;
          max-width: 390px;
          padding: 16px;
          border-radius: 22px;
      }

      .terminal-head strong {
          font-size: 30px;
      }

      .terminal-chart {
          height: 125px;
      }

      .ai-badge {
          width: 72px;
          height: 72px;
          border-radius: 21px;
          right: -2px;
          top: 52px;
      }

      .ai-badge b {
          font-size: 16px
      }

      .badge-eyes {
          gap: 10px;
          margin-bottom: 4px
      }

      .badge-eyes i {
          width: 5px;
          height: 5px
      }

      .tx {
          grid-template-columns: 30px minmax(0, 1fr) auto;
          gap: 8px;
          padding: 9px;
      }

      .tx-icon {
          width: 30px;
          height: 30px;
      }

      .tx b {
          font-size: 10px
      }

      .tx strong {
          font-size: 10px
      }

      .ring {
          width: min(325px, 88vw);
          height: min(325px, 88vw);
      }

      .orb {
          width: min(275px, 74vw);
          height: min(275px, 74vw);
      }
  }

  @media(max-width:380px) {
      .balance-terminal {
          padding: 13px;
      }

      .terminal-head strong {
          font-size: 27px;
      }

      .terminal-live {
          padding: 6px 8px;
          font-size: 8px;
      }

      .terminal-chart {
          height: 112px;
      }

      .ai-badge {
          width: 64px;
          height: 64px;
          top: 56px;
      }

      .transactions-title span {
          font-size: 11px;
      }
  }




  .terminal-visual {
      min-height: 500px !important;
  }

  .balance-terminal {
      width: min(420px, 100%) !important;
      padding: 28px 24px 22px !important;
      border-radius: 30px !important;
  }

  .terminal-head {
      padding: 6px 2px 22px;
      border-bottom: 1px solid #e8eef6;
  }

  .terminal-head small {
      font-size: 11px !important;
  }

  .terminal-head strong {
      font-size: 46px !important;
      margin-top: 7px;
  }

  .transactions-title {
      margin-top: 22px !important;
      margin-bottom: 11px !important;
  }

  .transactions-title span {
      font-size: 14px !important;
  }

  .transactions {
      gap: 9px !important;
  }

  .tx {
      min-height: 58px;
      padding: 11px 12px !important;
  }

  .tx b {
      font-size: 12px !important;
  }

  .tx small {
      font-size: 9px !important;
  }

  .tx strong {
      font-size: 13px !important;
  }

  .terminal-footer {
      justify-content: center;
      margin-top: 16px !important;
  }

  @media(max-width:700px) {
      .terminal-visual {
          min-height: 470px !important;
          padding: 0 !important;
      }

      .balance-terminal {
          width: 100% !important;
          max-width: 390px !important;
          padding: 22px 16px 17px !important;
          border-radius: 24px !important;
      }

      .terminal-head {
          padding-bottom: 18px;
      }

      .terminal-head strong {
          font-size: 39px !important;
      }

      .transactions-title {
          margin-top: 18px !important;
      }

      .tx {
          min-height: 54px;
          grid-template-columns: 32px minmax(0, 1fr) auto !important;
      }
  }

  @media(max-width:380px) {
      .terminal-head strong {
          font-size: 35px !important;
      }

      .balance-terminal {
          padding: 19px 13px 15px !important;
      }
  }