:root {
      --blue: #00b4fa;
      --sand: #e7d7b6;
      --bg-dark: #10151b;
      --card-bg: #192332e6;
      --glow: 0 0 24px #00b4fa55, 0 2px 32px #00b4fa33;
      --shine-grad: linear-gradient(90deg, #fff 8%, #00b4fa 60%, #23e6ff 98%);
    }
    body {
      margin: 0;
      padding: 0;
      font-family: 'Share Tech Mono', monospace;
      background: var(--bg-dark);
      color: var(--sand);
      min-height: 100vh;
      overflow-x: hidden;
    }
    .back-link-bottom {
      display: inline-block;
      position: relative;
      left: 0;
      margin: 38px auto 18px auto;
      color: var(--blue);
      font-size: 1.09em;
      font-family: 'Share Tech Mono', monospace;
      font-weight: bold;
      text-decoration: none;
      background: #172432b3;
      padding: 10px 24px 10px 16px;
      border-radius: 16px;
      box-shadow: 0 2px 15px #00b4fa33;
      transition: background .16s, color .13s;
      z-index: 15;
      letter-spacing: 1.1px;
    }
    .back-link-bottom i {
      margin-right: 7px;
      font-size: 1.09em;
    }
    .back-link-bottom:hover {
      background: #e7d7b6;
      color: #003a5c;
      text-decoration: underline;
    }
    .why-main {
      max-width: 1150px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 50px 6vw 24px 6vw;
      gap: 48px;
      position: relative;
    }
    .why-content {
      flex: 2;
      min-width: 320px;
    }
    .why-logo-side {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
    .ra-logo-right {
      width: 220px;
      max-width: 44vw;
      height: auto;
      border-radius: 36px;
      background: #161922;
      box-shadow: var(--glow);
      border: 3px solid #00b4fa44;
      margin-right: 0;
      margin-left: 28px;
      margin-top: 12px;
      transition: transform .19s;
    }
    .ra-logo-right:hover {
      transform: scale(1.04) rotate(2deg);
      box-shadow: 0 18px 68px #00b4faaa, 0 0 0 18px #191a24bb;
    }
    .why-headline {
      font-size: 2.3rem;
      font-weight: bold;
      letter-spacing: 1.2px;
      margin-bottom: 18px;
      background: var(--shine-grad);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-shadow: 0 2px 18px #22213866, 0 0 8px #00b4fa88;
      filter: brightness(1.19);
      text-transform: uppercase;
    }
    .why-desc {
      font-size: 1.14rem;
      color: #e7d7b6;
      margin-bottom: 32px;
      line-height: 1.5;
      font-weight: bold;
      text-shadow: 0 2px 13px #00b4fa33;
    }
    .why-blocks {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 38px;
    }
    .why-card {
      background: var(--card-bg);
      border-radius: 17px;
      box-shadow: var(--glow);
      border: 1.8px solid #00b4fa55;
      padding: 26px 24px 19px 24px;
      min-width: 230px;
      max-width: 320px;
      flex: 1 1 250px;
      font-size: 1.08em;
      color: #fff;
      font-weight: bold;
      margin-bottom: 0;
      transition: transform .15s, box-shadow .2s;
    }
    .why-card i {
      font-size: 1.55em;
      color: var(--blue);
      margin-bottom: 13px;
      display: block;
      filter: drop-shadow(0 2px 10px #00b4fa66);
    }
    .why-card:hover {
      transform: translateY(-7px) scale(1.02);
      box-shadow: 0 10px 32px #00b4fa55, 0 3px 38px #00b4fa22;
    }
    .why-callout {
      margin-top: 44px;
      font-size: 1.18em;
      text-align: center;
      background: var(--shine-grad);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-weight: bold;
      letter-spacing: .8px;
      text-shadow: 0 2px 22px #00b4fa33;
      padding: 0;
      min-height: 1.7em;
    }
    .why-btn-row {
      margin-top: 42px;
      text-align: left;
    }
    .buy-btn {
      background: linear-gradient(90deg, #00b4fa 10%, #00ffd0 90%);
      color: #181a1b;
      font-family: 'Share Tech Mono', monospace;
      border: none;
      border-radius: 14px;
      padding: 14px 36px;
      font-size: 1.16em;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 6px 32px #00b4fa22;
      transition: background .18s, color .17s, transform .13s;
      letter-spacing: 1px;
      margin-top: 0;
      min-width: 190px;
      outline: none;
      display: inline-block;
    }
    .buy-btn:hover {
      background: #e7d7b6;
      color: #002a37;
      transform: scale(1.045);
    }
    @media (max-width: 950px) {
      .why-main { flex-direction: column-reverse; gap: 18px; padding-top: 30px; }
      .why-logo-side { justify-content: center; }
      .ra-logo-right { margin-left: 0; }
    }
    @media (max-width: 600px) {
      .why-main { padding: 12vw 3vw 4vw 3vw; }
      .why-headline { font-size: 1.3em; }
      .why-blocks { flex-direction: column; gap: 18px; }
      .ra-logo-right { width: 110px; border-radius: 18px;}
      .back-link-bottom { font-size: 0.97em; padding: 8px 14px 8px 10px;}
    }
    .footer-spacer {
      height: 40px;
    }
