.recharges-page {
  --recharge-navy: #061d47;
  --recharge-blue: #0d3470;
  --recharge-orange-soft: #fff4eb;
  --recharge-green-soft: #eafaf4;
  overflow-x: hidden;
  background: #fff;

  main { padding-top: 0; }

  .recharge-shell {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
  }

  .recharge-section {
    position: relative;
    padding: clamp(78px, 8vw, 118px) 0;
  }

  .recharge-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--secondary);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;

    &::before {
      content: "";
      width: 25px;
      height: 2px;
      border-radius: 99px;
      background: currentColor;
    }
  }

  .recharge-section-heading {
    max-width: 710px;
    margin-bottom: 44px;

    h2 {
      margin: 13px 0 15px;
      color: var(--primary);
      font-size: clamp(34px, 4.4vw, 56px);
      line-height: 1.04;
      letter-spacing: -.045em;
    }

    p {
      max-width: 650px;
      margin: 0;
      color: var(--muted);
      font-size: clamp(16px, 1.7vw, 18px);
      line-height: 1.7;
    }

    &.recharge-section-heading--center {
      margin-inline: auto;
      text-align: center;

      .recharge-eyebrow { justify-content: center; }
      p { margin-inline: auto; }
    }

    &.recharge-section-heading--light {
      h2 { color: #fff; }
      p { color: #b9c9de; }
    }
  }

  .recharge-actions {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;

    &.recharge-actions--center { justify-content: center; }
  }

  .recharge-button {
    min-height: 52px;
    padding: 14px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease, background-color .2s ease;

    span { font-size: 18px; transition: transform .2s ease; }
    &:hover { transform: translateY(-2px); }
    &:hover span { transform: translateX(3px); }
    &:active { transform: translateY(0); }
    &:focus-visible { outline: 3px solid rgba(242, 103, 0, .38); outline-offset: 3px; }

    &.recharge-button--primary {
      color: #fff;
      background: var(--secondary);
      box-shadow: 0 14px 30px rgba(242, 103, 0, .23);
      &:hover { background: var(--secondary-dark); box-shadow: 0 18px 34px rgba(242, 103, 0, .28); }
    }

    &.recharge-button--secondary {
      border-color: rgba(8, 38, 92, .18);
      color: var(--primary);
      background: rgba(255, 255, 255, .72);
      &:hover { border-color: rgba(8, 38, 92, .34); background: #fff; }
    }

    &.recharge-button--support {
      margin-top: 26px;
      color: #fff;
      background: var(--tertiary);
      box-shadow: 0 14px 32px rgba(0, 168, 107, .2);
      &:hover { background: #008d5a; }
    }

    &.recharge-button--outline-light {
      border-color: rgba(255, 255, 255, .4);
      color: #fff;
      background: rgba(255, 255, 255, .06);
      &:hover { border-color: #fff; background: rgba(255, 255, 255, .12); }
      &:focus-visible { outline-color: rgba(255, 255, 255, .75); }
    }
  }

  .recharge-hero {
    position: relative;
    min-height: 720px;
    padding: clamp(155px, calc(9vw + 80px), 210px) 0 clamp(80px, 9vw, 120px);
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(2, 15, 38, .5) 0%, rgba(2, 15, 38, .2) 43%, transparent 68%),
      radial-gradient(ellipse at 78% 52%, rgba(0, 168, 107, .2), transparent 26%),
      radial-gradient(circle at 91% 8%, rgba(242, 103, 0, .3), transparent 24%),
      radial-gradient(circle at 7% 90%, rgba(0, 168, 107, .15), transparent 24%),
      linear-gradient(112deg, transparent 0 57%, rgba(242, 103, 0, .055) 57.2% 58%, transparent 58.2%),
      linear-gradient(128deg, #04142f 0%, #08265c 49%, #0b3b79 100%);

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: .18;
      background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
      background-size: 46px 46px;
      mask-image: linear-gradient(to bottom, #000, transparent 82%);
      pointer-events: none;
    }

    &::after {
      content: "RECARGA";
      position: absolute;
      z-index: 0;
      right: -2vw;
      bottom: -3vw;
      color: rgba(255, 255, 255, .027);
      font-size: clamp(120px, 19vw, 290px);
      font-weight: 900;
      line-height: .75;
      letter-spacing: -.08em;
      pointer-events: none;
      user-select: none;
    }

    .recharge-hero__ambient { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
    .recharge-hero__ambient i { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.018), 0 0 0 48px rgba(255,255,255,.012); }
    .recharge-hero__ambient i:nth-child(1) { width: 180px; height: 180px; top: 9%; left: -95px; }
    .recharge-hero__ambient i:nth-child(2) { width: 260px; height: 260px; right: 2%; bottom: -145px; border-color: rgba(0,168,107,.2); }
    .recharge-hero__ambient i:nth-child(3) { width: 90px; height: 90px; top: 11%; right: 33%; border-color: rgba(242,103,0,.2); }
    .recharge-hero__ambient span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--secondary); box-shadow: 0 0 0 8px rgba(242,103,0,.1), 0 0 24px rgba(242,103,0,.6); animation: recharge-ambient-pulse 3.4s ease-in-out infinite; }
    .recharge-hero__ambient span:nth-of-type(1) { top: 24%; left: 47%; }
    .recharge-hero__ambient span:nth-of-type(2) { right: 7%; bottom: 18%; background: var(--tertiary); box-shadow: 0 0 0 8px rgba(0,168,107,.1), 0 0 24px rgba(0,168,107,.55); animation-delay: -1.7s; }

    .recharge-hero__grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .93fr) minmax(480px, 1.07fr);
      align-items: center;
      gap: clamp(48px, 6vw, 82px);
    }

    .recharge-hero__content {
      h1 {
        max-width: 680px;
        margin: 18px 0 21px;
        color: #fff;
        font-size: clamp(44px, 5.4vw, 70px);
        line-height: .99;
        letter-spacing: -.058em;

        span {
          position: relative;
          display: inline;
          color: #ffb37b;
          background: linear-gradient(90deg, #ffb37b, #ffd0ae 52%, #76dfb7);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          filter: drop-shadow(0 6px 16px rgba(242,103,0,.12));
        }
      }

      > p {
        max-width: 620px;
        margin: 0;
        color: #bdcce0;
        font-size: clamp(17px, 1.7vw, 20px);
        line-height: 1.65;
      }
    }

    .recharge-hero__highlights {
      margin: 30px 0 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 9px;
      list-style: none;
      li { min-width: 0; padding: 12px 10px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(8px); }
      li > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: #ffad72; background: rgba(242,103,0,.12); font-size: 8px; font-weight: 900; }
      li:nth-child(3) > span { color: #78dfb8; background: rgba(0,168,107,.12); }
      div { min-width: 0; display: grid; gap: 2px; }
      strong { color: #fff; font-size: 11px; line-height: 1.25; }
      small { color: #aebed2; font-size: 9px; line-height: 1.4; }
    }

    .recharge-breadcrumb {
      margin-bottom: 27px;
      display: flex;
      align-items: center;
      gap: 9px;
      color: #9fb0c9;
      font-size: 12px;
      font-weight: 700;
      a:hover { color: #fff; }
      a:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; }
    }

    .recharge-hero__assurances {
      margin: 26px 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 17px 24px;
      color: #c7d3e4;
      font-size: 12px;
      font-weight: 750;
      list-style: none;
      li { display: flex; align-items: center; gap: 8px; }
      span { color: var(--tertiary); font-size: 15px; }
    }
  }

  .recharge-hero__route {
    position: relative;
    z-index: 2;
    margin-top: clamp(40px, 5vw, 67px);
    padding: 15px 18px;
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(0, 2.3fr);
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);

    .recharge-hero__route-heading {
      display: flex;
      align-items: center;
      gap: 11px;
      color: #fff;

      > span {
        position: relative;
        width: 39px;
        height: 39px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 12px;
        background: var(--secondary);
      }

      > span::before {
        content: "";
        width: 15px;
        height: 21px;
        border: 2px solid #fff;
        border-radius: 4px;
      }

      > span::after {
        content: "+";
        position: absolute;
        right: 5px;
        top: 3px;
        width: 13px;
        height: 13px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: var(--primary);
        background: #fff;
        font-size: 10px;
        font-weight: 900;
      }

      div { display: grid; gap: 3px; }
      small { color: #9fb1cb; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
      strong { font-size: 12px; }
    }

    ol {
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      list-style: none;
    }

    li {
      position: relative;
      min-height: 52px;
      padding: 7px 20px;
      display: grid;
      align-content: center;
      gap: 3px;
      border-left: 1px solid rgba(255, 255, 255, .13);

      &::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: -3px;
        border-radius: 50%;
        background: var(--secondary);
        box-shadow: 0 0 0 5px rgba(242, 103, 0, .12);
        transform: translateY(-50%);
      }

      &:last-child::after { display: none; }
      b { color: var(--secondary); font-size: 9px; letter-spacing: .08em; }
      span { color: #fff; font-size: 11px; font-weight: 780; }
    }
  }

  .recharge-hero__visual {
    position: relative;
    isolation: isolate;
    padding: 70px 18px 18px 24px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-top: 2px solid rgba(242, 103, 0, .9);
    border-radius: 58px 14px 58px 14px;
    background:
      radial-gradient(circle at 100% 0%, rgba(242, 103, 0, .24), transparent 24%),
      radial-gradient(circle at 0% 100%, rgba(0, 168, 107, .14), transparent 29%),
      linear-gradient(150deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .075) 47%, rgba(3, 20, 51, .34) 100%);
    box-shadow: 0 42px 95px rgba(0, 7, 23, .46), 0 0 0 1px rgba(255,255,255,.035), inset 0 1px rgba(255, 255, 255, .22);
    backdrop-filter: blur(14px);
    transform: translate3d(0, -5px, 0);
    transform-style: preserve-3d;
    animation: recharge-hero-float 7s ease-in-out infinite;

    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      inset: -22px -25px 17px 22px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 30px 58px 24px 58px;
      opacity: .9;
      background:
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
        linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.018));
      background-size: 38px 38px, 38px 38px, auto;
      box-shadow: inset 0 1px rgba(255,255,255,.12), 0 24px 55px rgba(0,7,23,.18);
      transform: rotate(2.4deg);
      pointer-events: none;
    }

    &::after {
      content: "";
      position: absolute;
      z-index: 2;
      height: 1px;
      top: 55px;
      left: 24px;
      right: 24px;
      background: linear-gradient(90deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .06));
      pointer-events: none;
    }

    .recharge-hero__visual-frame { position: absolute; z-index: 5; inset: -12px; pointer-events: none; }
    .recharge-hero__visual-frame i { position: absolute; width: 32px; height: 32px; }
    .recharge-hero__visual-frame i:first-child { top: 0; right: 0; border-top: 2px solid #ff9b54; border-right: 2px solid #ff9b54; border-radius: 0 11px 0 0; filter: drop-shadow(0 0 8px rgba(242,103,0,.42)); }
    .recharge-hero__visual-frame i:nth-child(2) { left: 0; bottom: 0; border-bottom: 2px solid #55d5a5; border-left: 2px solid #55d5a5; border-radius: 0 0 0 18px; filter: drop-shadow(0 0 8px rgba(0,168,107,.4)); }
    .recharge-hero__visual-frame span { position: absolute; width: 5px; height: 5px; top: 92px; right: -3px; border-radius: 50%; background: #ff9b54; box-shadow: 0 18px 0 rgba(255,255,255,.42), 0 36px 0 #55d5a5, 0 0 12px rgba(242,103,0,.6); }

    .recharge-hero__visual-label {
      position: absolute;
      z-index: 3;
      top: 12px;
      left: 24px;
      display: flex;
      align-items: center;
      gap: 11px;
      color: #fff;

      > span {
        position: relative;
        width: 33px;
        height: 33px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, .3);
        border-radius: 10px;
        background: rgba(242, 103, 0, .2);
      }

      > span::before {
        content: "";
        width: 13px;
        height: 19px;
        border: 2px solid #fff;
        border-radius: 3px;
      }

      > span::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        bottom: 8px;
        border-radius: 50%;
        background: var(--secondary);
      }

      div { display: grid; gap: 2px; }
      small { color: #aebed7; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
      strong { font-size: 13px; letter-spacing: -.01em; }
    }

    .recharge-hero__result {
      position: relative;
      z-index: 3;
      right: auto;
      bottom: auto;
      min-width: 0;
      margin-top: 14px;
      padding: 14px 16px;
      display: flex;
      align-items: center;
      gap: 11px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 12px;
      background: rgba(3, 20, 51, .38);
      box-shadow: inset 0 1px rgba(255, 255, 255, .06);

      > span {
        width: 31px;
        height: 31px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
        border-radius: 10px;
        color: #fff;
        background: var(--tertiary);
        font-weight: 900;
      }

      div { display: grid; gap: 3px; }
      small { color: #9fb1ca; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
      strong { color: #fff; font-size: 11px; }
    }
  }

  .recharge-platform-demo {
    position: relative;
    min-height: 500px;
    padding: 18px 14px 52px 0;
    perspective: none;
    transform-style: flat;

    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      inset: 45px 0 25px 10%;
      border: 1px solid rgba(242, 103, 0, .34);
      clip-path: polygon(12% 0, 100% 0, 100% 85%, 86% 100%, 0 100%, 0 12%);
      background: linear-gradient(145deg, rgba(242, 103, 0, .12), rgba(0, 168, 107, .05));
      box-shadow: 28px 28px 45px rgba(0, 7, 23, .24);
      transform: translate3d(24px, 22px, -22px) rotate(2.2deg);
    }
  }

  .recharge-platform-demo__window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 22px 5px 32px 5px;
    color: var(--primary);
    background: #f5f8fc;
    box-shadow:
      -10px 18px 22px rgba(0, 7, 23, .22),
      28px 46px 75px rgba(0, 7, 23, .48),
      inset 0 1px #fff;
    transform: perspective(1400px) translate3d(0, -5px, 0) rotateY(-5.5deg) rotateX(1.4deg);
    transform-origin: left center;
  }

  .recharge-platform-demo__topbar {
    height: 43px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #fff;
    background: #061d45;

    strong { font-size: 12px; letter-spacing: -.02em; }
    > span { display: flex; gap: 5px; }
    > span i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .35); }
    > span i:first-child { background: var(--secondary); }
    > small { justify-self: end; color: #aebbd0; font-size: 7px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  }

  .recharge-platform-demo__workspace {
    min-height: 357px;
    display: grid;
    grid-template-columns: 48px 1fr;
  }

  .recharge-platform-demo__rail {
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background: var(--primary);

    b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--secondary); font-size: 11px; }
    span { position: relative; width: 17px; height: 17px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 5px; }
    span::before { content: ""; position: absolute; width: 7px; height: 7px; top: 4px; left: 4px; border-radius: 2px; background: rgba(255, 255, 255, .3); }
    span.is-active { border-color: rgba(242, 103, 0, .65); background: rgba(242, 103, 0, .2); }
    span.is-active::before { background: var(--secondary); }
  }

  .recharge-platform-demo__content {
    min-width: 0;
    padding: 20px 20px 18px;

    > header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }

    > header > div { display: grid; gap: 3px; }
    > header small { color: #8290a4; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    > header strong { font-size: 17px; letter-spacing: -.035em; }
  }

  .recharge-platform-demo__status {
    padding: 6px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    color: #08754d;
    background: rgba(0, 168, 107, .1);
    font-size: 7px;
    font-weight: 800;

    i { width: 6px; height: 6px; border-radius: 50%; background: var(--tertiary); box-shadow: 0 0 0 4px rgba(0, 168, 107, .1); }
  }

  .recharge-platform-demo__product-switch {
    margin-top: 17px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    border: 1px solid #d9e2ee;
    border-radius: 14px;
    background: #eaf0f7;

    > span {
      min-height: 70px;
      padding: 11px 12px;
      display: grid;
      grid-template-columns: 30px 1fr;
      grid-template-rows: auto auto;
      align-content: center;
      column-gap: 9px;
      border: 1px solid transparent;
      border-radius: 10px;
      background: rgba(255, 255, 255, .62);
    }

    > span > i { width: 30px; height: 30px; grid-row: 1 / 3; display: grid; place-items: center; align-self: center; border-radius: 9px; color: var(--primary); background: #dce5f1; font-style: normal; font-size: 17px; font-weight: 900; }
    > span strong { align-self: end; color: var(--primary); font-size: 12px; letter-spacing: -.015em; }
    > span small { align-self: start; color: #7b899c; font-size: 7px; }
    > span:not(.is-selected) { border-color: rgba(8, 38, 92, .16); background: #fff; }
    > span:not(.is-selected) > i { color: #fff; background: var(--primary); }
    > span.is-selected { border-color: rgba(242, 103, 0, .48); background: #fff; box-shadow: 0 8px 18px rgba(8, 38, 92, .08); }
    > span.is-selected > i { color: #fff; background: var(--secondary); box-shadow: 0 6px 12px rgba(242, 103, 0, .23); }
    > span.is-selected strong { color: var(--secondary); }
  }

  .recharge-platform-demo__body {
    margin-top: 15px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(125px, .65fr);
    gap: 13px;
  }

  .recharge-platform-demo__form {
    padding: 14px;
    display: grid;
    gap: 9px;
    border: 1px solid #dce4ee;
    border-radius: 13px;
    background: #fff;

    > small { color: #7f8da0; font-size: 7px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
  }

  .recharge-platform-demo__carriers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;

    span { min-height: 38px; padding: 6px; display: grid; place-items: center; border: 1px solid #e1e7ef; border-radius: 8px; background: #f8fafc; }
    span.is-selected { border-color: rgba(242, 103, 0, .45); background: rgba(242, 103, 0, .06); box-shadow: inset 0 -2px var(--secondary); }
    img { max-width: 45px; max-height: 18px; }
  }

  .recharge-platform-demo__fields {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 7px;

    > span { min-width: 0; padding: 8px 9px; display: grid; gap: 3px; border: 1px solid #dfe6ef; border-radius: 8px; }
    small { color: #8a96a7; font-size: 6px; }
    strong { overflow: hidden; font-size: 9px; letter-spacing: .04em; white-space: nowrap; }
  }

  .recharge-platform-demo__summary {
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border: 1px solid rgba(8, 38, 92, .18);
    border-radius: 13px;
    background: var(--primary);
    box-shadow: 0 12px 24px rgba(8, 38, 92, .17);

    > small { color: #95a8c4; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    > div { padding-bottom: 7px; display: grid; gap: 2px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
    > div span { color: #95a8c4; font-size: 6px; }
    > div strong { color: #fff; font-size: 9px; }
    > b { margin-top: auto; padding: 9px 7px; display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 8px; color: #fff; background: var(--secondary); font-size: 7px; text-align: center; }
  }

  .recharge-platform-demo__receipt {
    position: absolute;
    z-index: 8;
    min-width: 268px;
    right: -28px;
    bottom: -9px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-left: 3px solid var(--tertiary);
    border-radius: 5px 18px 5px 18px;
    color: #fff;
    background:
      linear-gradient(105deg, rgba(0, 168, 107, .14), transparent 40%),
      rgba(3, 20, 51, .97);
    box-shadow:
      0 28px 52px rgba(0, 7, 23, .62),
      0 0 0 8px rgba(0, 168, 107, .075),
      inset 0 1px rgba(255, 255, 255, .08);
    transform: translate(16px, -2px);

    > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--tertiary); box-shadow: 0 0 0 6px rgba(0, 168, 107, .15), 0 8px 18px rgba(0, 168, 107, .25); font-size: 15px; font-weight: 900; }
    div { display: grid; gap: 3px; }
    small { color: #9edbc4; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    strong { font-size: 12px; letter-spacing: -.01em; }
  }

  .recharge-platform-demo__data {
    position: absolute;
    z-index: 4;
    top: 28px;
    right: 28px;
    display: flex;
    align-items: end;
    gap: 4px;

    i { width: 4px; border-radius: 4px; background: var(--secondary); }
    i:nth-child(1) { height: 7px; opacity: .4; }
    i:nth-child(2) { height: 13px; opacity: .55; }
    i:nth-child(3) { height: 19px; opacity: .7; }
    i:nth-child(4) { height: 25px; opacity: .85; }
    i:nth-child(5) { height: 32px; }
  }

  .recharge-platform-demo__floating-node {
    position: absolute;
    z-index: 7;
    min-width: 156px;
    min-height: 62px;
    padding: 10px 13px;
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 16px 5px 16px 5px;
    color: var(--primary);
    background: #fff;
    box-shadow:
      0 24px 46px rgba(0, 7, 23, .48),
      0 0 0 6px rgba(242, 103, 0, .055),
      inset 0 1px #fff;
    transform: none;

    > span {
      position: relative;
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 11px 4px 11px 4px;
      color: #fff;
      background: linear-gradient(145deg, var(--secondary), #ff8a32);
      box-shadow: 0 8px 16px rgba(242, 103, 0, .25);
      font-size: 18px;
      font-weight: 900;
    }

    .recharge-platform-demo__node-icon i {
      position: relative;
      display: block;
      color: currentColor;
      font-style: normal;
    }

    .recharge-platform-demo__node-icon--airtime i {
      width: 14px;
      height: 22px;
      border: 2px solid currentColor;
      border-radius: 4px;
    }

    .recharge-platform-demo__node-icon--airtime i::before {
      content: "";
      position: absolute;
      width: 4px;
      height: 2px;
      top: 2px;
      left: 3px;
      border-radius: 2px;
      background: currentColor;
    }

    .recharge-platform-demo__node-icon--airtime i::after {
      content: "+";
      position: absolute;
      width: 13px;
      height: 13px;
      right: -8px;
      bottom: -6px;
      display: grid;
      place-items: center;
      border: 1px solid #fff;
      border-radius: 50%;
      color: var(--secondary);
      background: #fff;
      font-size: 10px;
      font-weight: 950;
      line-height: 1;
    }

    .recharge-platform-demo__node-icon--packages i {
      width: 17px;
      height: 22px;
      border: 2px solid currentColor;
      border-radius: 3px 7px 3px 3px;
    }

    .recharge-platform-demo__node-icon--packages i::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      top: 6px;
      left: 4px;
      border-radius: 1px;
      background: currentColor;
      box-shadow: 5px 0 currentColor, 0 5px currentColor, 5px 5px currentColor;
    }

    .recharge-platform-demo__node-icon--packages i::after {
      content: "";
      position: absolute;
      width: 7px;
      height: 2px;
      right: -7px;
      bottom: 2px;
      border-radius: 2px;
      background: currentColor;
      box-shadow: 0 -4px currentColor, 0 -8px currentColor;
      transform: scaleX(.75);
      transform-origin: right bottom;
    }

    div { display: grid; gap: 2px; }
    small { color: var(--secondary); font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
    strong { font-size: 13px; letter-spacing: -.025em; white-space: nowrap; }

    &::before, &::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }
  }

  .recharge-platform-demo__floating-node--airtime {
    top: 108px;
    left: -72px;

    &::after {
      width: 100px;
      height: 27px;
      top: 30px;
      left: 100%;
      border-top: 2px solid var(--secondary);
      border-right: 2px solid var(--secondary);
      border-radius: 0 12px 0 0;
      filter: drop-shadow(0 0 5px rgba(242, 103, 0, .42));
      animation: recharge-circuit-glow 2.8s ease-in-out infinite;
    }

    &::before {
      z-index: 2;
      width: 8px;
      height: 8px;
      top: 53px;
      left: calc(100% + 96px);
      border: 2px solid #fff;
      border-radius: 50%;
      background: var(--secondary);
      box-shadow: 0 0 0 5px rgba(242, 103, 0, .14);
      animation: recharge-circuit-pulse 2.8s ease-in-out infinite;
    }
  }

  .recharge-platform-demo__floating-node--packages {
    top: 224px;
    right: -34px;

    box-shadow:
      0 24px 46px rgba(0, 7, 23, .48),
      0 0 0 6px rgba(85, 165, 235, .07),
      inset 0 1px #fff;

    > span { background: linear-gradient(145deg, var(--primary), #164887); box-shadow: 0 8px 16px rgba(8, 38, 92, .25); }
    small { color: #617691; }

    &::after {
      width: 85px;
      height: 28px;
      top: 29px;
      right: 100%;
      border-top: 2px solid #55a5eb;
      border-left: 2px solid #55a5eb;
      border-radius: 12px 0 0;
      filter: drop-shadow(0 0 5px rgba(85, 165, 235, .4));
      animation: recharge-circuit-glow 2.8s ease-in-out -1.4s infinite;
    }

    &::before {
      z-index: 2;
      width: 8px;
      height: 8px;
      top: 53px;
      right: calc(100% + 81px);
      border: 2px solid #fff;
      border-radius: 50%;
      background: #55a5eb;
      box-shadow: 0 0 0 5px rgba(85, 165, 235, .14);
      animation: recharge-circuit-pulse 2.8s ease-in-out -1.4s infinite;
    }
  }

  .recharge-artwork {
    position: relative;
    min-height: 550px;
    margin: 0;

    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 72%;
      height: 78%;
      top: 8%;
      right: -12px;
      border: 1px solid rgba(242, 103, 0, .45);
      border-left: 0;
      clip-path: polygon(18% 0, 100% 0, 100% 84%, 78% 100%, 0 100%, 0 19%);
      background: linear-gradient(145deg, rgba(242, 103, 0, .13), transparent 55%);
      transform: translate(11px, 11px);
    }

    &::after {
      content: "RECARGA DIGITAL";
      position: absolute;
      z-index: 3;
      right: -31px;
      bottom: 150px;
      color: rgba(255, 255, 255, .38);
      font-size: 8px;
      font-weight: 900;
      letter-spacing: .34em;
      transform: rotate(90deg);
    }
  }

  .recharge-artwork__frame {
    position: absolute;
    inset: 0 18px 38px 0;
    overflow: hidden;
    padding: 1px;
    clip-path: polygon(12% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 10%);
    background: linear-gradient(140deg, rgba(255, 255, 255, .88), rgba(242, 103, 0, .66) 45%, rgba(0, 168, 107, .65));
    box-shadow: 0 30px 60px rgba(0, 7, 23, .38);

    &::before {
      content: "";
      position: absolute;
      z-index: 2;
      inset: 1px;
      clip-path: inherit;
      background:
        linear-gradient(90deg, rgba(8, 38, 92, .08), transparent 25%),
        linear-gradient(180deg, transparent 68%, rgba(3, 18, 47, .34));
      pointer-events: none;
    }

    img {
      width: 100%;
      height: 100%;
      display: block;
      clip-path: inherit;
      object-fit: cover;
      object-position: center 54%;
    }
  }

  .recharge-artwork__caption {
    position: absolute;
    z-index: 5;
    min-width: min(305px, 78%);
    right: 0;
    bottom: 14px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px 18px 4px 18px;
    color: #fff;
    background: rgba(3, 20, 51, .92);
    box-shadow: 0 18px 35px rgba(0, 7, 23, .4);
    backdrop-filter: blur(12px);

    > span {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--tertiary);
      box-shadow: 0 0 0 6px rgba(0, 168, 107, .14);
      font-weight: 900;
    }

    div { display: grid; gap: 3px; }
    small { color: #9fb1ca; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    strong { max-width: 215px; font-size: 11px; line-height: 1.35; }
  }

  .recharge-artwork__tag {
    position: absolute;
    z-index: 5;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 38, 92, .78);
    box-shadow: 0 12px 28px rgba(0, 7, 23, .32);
    backdrop-filter: blur(10px);
    font-size: 9px;
    font-weight: 850;

    span { color: var(--secondary); font-size: 14px; line-height: 1; }
  }

  .recharge-artwork__tag--airtime { top: 96px; left: -14px; }
  .recharge-artwork__tag--packages { top: 180px; right: 0; }

  .recharge-artwork__signal {
    position: absolute;
    z-index: 5;
    top: 24px;
    right: 40px;
    height: 34px;
    display: flex;
    align-items: end;
    gap: 4px;

    i {
      width: 4px;
      border-radius: 4px;
      background: var(--secondary);
      box-shadow: 0 0 12px rgba(242, 103, 0, .5);
    }

    i:nth-child(1) { height: 9px; opacity: .55; }
    i:nth-child(2) { height: 16px; opacity: .7; }
    i:nth-child(3) { height: 24px; opacity: .85; }
    i:nth-child(4) { height: 33px; }
  }

  .recharge-visual__stage {
    position: relative;
    min-height: 550px;

    .recharge-visual__orbit {
      position: absolute;
      width: min(82%, 470px);
      height: 390px;
      top: 36px;
      left: 50%;
      border: 1px dashed rgba(255, 255, 255, .2);
      border-radius: 50%;
      transform: translateX(-50%) rotate(-8deg);

      &::before, &::after {
        content: "";
        position: absolute;
        border-radius: 50%;
      }

      &::before { inset: 34px; border: 1px solid rgba(242, 103, 0, .12); }
      &::after { width: 9px; height: 9px; right: 38px; top: 45px; background: var(--secondary); box-shadow: 0 0 0 7px rgba(242, 103, 0, .12); }
    }

    .recharge-visual__phone {
      position: absolute;
      z-index: 3;
      width: 250px;
      height: 446px;
      top: 10px;
      left: 50%;
      padding: 9px;
      border: 1px solid rgba(255, 255, 255, .25);
      border-radius: 37px;
      background: #03132f;
      box-shadow: 0 30px 58px rgba(0, 8, 27, .46), inset 0 0 0 1px rgba(255, 255, 255, .08);
      transform: translateX(-50%);
    }

    .recharge-visual__speaker {
      position: absolute;
      z-index: 4;
      width: 58px;
      height: 17px;
      top: 12px;
      left: 50%;
      border-radius: 0 0 11px 11px;
      background: #03132f;
      transform: translateX(-50%);

      &::after { content: ""; position: absolute; width: 22px; height: 3px; top: 5px; left: 18px; border-radius: 3px; background: #35445d; }
    }

    .recharge-visual__screen {
      position: relative;
      height: 100%;
      padding: 54px 16px 15px;
      overflow: hidden;
      border-radius: 29px;
      background:
        radial-gradient(circle at 100% 0%, rgba(242, 103, 0, .12), transparent 28%),
        linear-gradient(180deg, #fff, #f2f7fd);
      color: var(--primary);

      > small { display: block; margin-top: 14px; color: #8390a4; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
    }

    .recharge-visual__screen-top {
      position: absolute;
      height: 42px;
      top: 0;
      left: 0;
      right: 0;
      padding: 0 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #fff;
      background: var(--primary);
      strong { font-size: 11px; }
      span { color: #9de4c8; font-size: 7px; font-weight: 800; }
    }

    .recharge-visual__phone-icon {
      position: relative;
      width: 49px;
      height: 49px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      color: #fff;
      background: var(--secondary);
      box-shadow: 0 12px 25px rgba(242, 103, 0, .24);

      i { width: 15px; height: 24px; border: 2px solid currentColor; border-radius: 4px; }
      i::after { content: ""; position: absolute; width: 3px; height: 3px; top: 34px; left: 23px; border-radius: 50%; background: #fff; }
      b { position: absolute; width: 17px; height: 17px; right: -5px; top: -5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: var(--primary); background: #fff; font-size: 12px; }
    }

    .recharge-visual__title { display: block; margin-top: 4px; font-size: 20px; letter-spacing: -.035em; }

    .recharge-visual__selected {
      margin-top: 15px;
      padding: 10px 11px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      border: 1px solid rgba(242, 103, 0, .33);
      border-radius: 11px;
      background: var(--recharge-orange-soft);
      img { width: 52px; max-height: 21px; }
      span { color: #7c694f; font-size: 7px; font-weight: 800; }
    }

    .recharge-visual__number {
      margin-top: 10px;
      padding: 9px 11px;
      display: grid;
      gap: 4px;
      border: 1px solid #dfe7f1;
      border-radius: 10px;
      background: #fff;
      small { color: #8794a7; font-size: 7px; }
      strong { font-size: 11px; letter-spacing: .08em; }
    }

    .recharge-visual__products {
      margin-top: 9px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      span { padding: 8px 5px; border: 1px solid #dfe7f1; border-radius: 9px; background: #fff; text-align: center; font-size: 8px; font-weight: 800; }
      span:first-child { color: var(--secondary); border-color: rgba(242, 103, 0, .35); }
    }

    .recharge-visual__confirm {
      margin-top: 10px;
      padding: 10px;
      display: block;
      border-radius: 9px;
      color: #fff;
      background: var(--secondary);
      text-align: center;
      font-size: 9px;
    }

    .recharge-visual__carrier {
      position: absolute;
      z-index: 4;
      width: 132px;
      min-height: 72px;
      padding: 12px;
      display: grid;
      place-items: center;
      gap: 6px;
      border: 1px solid rgba(255, 255, 255, .45);
      border-radius: 14px;
      background: rgba(255, 255, 255, .94);
      box-shadow: 0 15px 32px rgba(0, 9, 31, .25);
      img { max-width: 68px; max-height: 25px; }
      small { color: #738096; font-size: 7px; font-weight: 800; text-align: center; }
    }

    .recharge-visual__carrier--telcel { top: 73px; left: 0; }
    .recharge-visual__carrier--att { top: 177px; right: 0; }
    .recharge-visual__carrier--movistar { top: 300px; left: 1px; }

    .recharge-visual__receipt {
      position: absolute;
      z-index: 5;
      width: 248px;
      min-height: 65px;
      bottom: 0;
      left: 50%;
      padding: 11px 14px;
      display: flex;
      align-items: center;
      gap: 11px;
      border: 1px solid rgba(255, 255, 255, .26);
      border-radius: 13px;
      color: #fff;
      background: linear-gradient(100deg, rgba(3, 20, 51, .96), rgba(8, 47, 101, .96));
      box-shadow: 0 17px 36px rgba(0, 7, 23, .4);
      transform: translateX(-50%);

      > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--tertiary); font-weight: 900; }
      div { display: grid; gap: 2px; }
      small { color: #9fb1ca; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
      strong { font-size: 10px; }
      em { color: #aebdd1; font-size: 7px; font-style: normal; }
    }

    .recharge-visual__digital-badge {
      position: absolute;
      z-index: 4;
      top: 7px;
      right: 0;
      padding: 8px 11px;
      display: flex;
      align-items: center;
      gap: 7px;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 999px;
      color: #d6e0ee;
      background: rgba(3, 20, 51, .46);
      font-size: 8px;
      font-weight: 800;
      span { color: var(--secondary); font-size: 13px; }
    }
  }

  .recharge-console {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(1, 12, 35, .3), inset 0 1px #fff;
    backdrop-filter: blur(14px);
    transform: none;

    &::before {
      content: "";
      position: absolute;
      z-index: -1;
      inset: 18% 4% -7% 12%;
      border-radius: 50%;
      background: rgba(0, 9, 31, .3);
      filter: blur(35px);
    }

    .recharge-console__topbar {
      min-height: 51px;
      padding: 0 17px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #dbe5f4;
      border-radius: 14px 14px 0 0;
      border-bottom: 3px solid var(--secondary);
      background: linear-gradient(90deg, #061d47, var(--primary));
      font-size: 11px;
      font-weight: 750;
    }

    .recharge-console__brand { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; }
    .recharge-console__brand i { width: 18px; height: 18px; border: 5px solid var(--secondary); border-radius: 50%; }
    .recharge-console__status { display: flex; align-items: center; gap: 7px; }
    .recharge-console__status i { width: 7px; height: 7px; border-radius: 50%; background: #56dfaa; box-shadow: 0 0 0 4px rgba(86, 223, 170, .13); }

    .recharge-console__body {
      padding: clamp(24px, 3vw, 37px);
      border-radius: 0 0 14px 14px;
      background: #fff;
    }

    .recharge-console__heading {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      div { display: grid; gap: 5px; }
      div span, .recharge-console__balance { color: #8290a4; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
      div strong { color: var(--primary); font-size: 21px; letter-spacing: -.03em; }
      .recharge-console__balance { padding: 10px 12px; display: grid; gap: 4px; border-radius: 8px; background: var(--soft-blue); }
      .recharge-console__balance b { color: var(--primary); font-size: 12px; letter-spacing: .1em; }
    }

    .recharge-console__brands {
      margin-top: 25px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      span { min-height: 65px; padding: 13px; display: grid; place-items: center; border: 1px solid #e3eaf3; border-radius: 10px; background: #fff; }
      span.is-selected { border-color: var(--secondary); background: var(--recharge-orange-soft); box-shadow: inset 0 0 0 1px var(--secondary); }
      img { max-width: 76px; max-height: 28px; }
    }

    .recharge-console__form {
      margin-top: 16px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px;
      label { padding: 10px 12px; display: grid; gap: 6px; border: 1px solid #e3eaf3; border-radius: 8px; color: #7d8ca1; font-size: 9px; font-weight: 700; }
      label span { color: var(--primary); font-size: 11px; font-weight: 800; }
    }

    .recharge-console__check {
      margin-top: 16px;
      padding: 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      border: 1px solid #c9eee0;
      border-radius: 10px;
      background: var(--recharge-green-soft);
      .recharge-console__checkmark { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--tertiary); font-weight: 900; }
      span:last-child { display: grid; gap: 3px; }
      small { color: #55806e; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
      strong { color: #174d3a; font-size: 11px; }
    }

    .recharge-console__footer {
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      color: #8995a8;
      font-size: 9px;
      b { min-width: 108px; padding: 11px 14px; border-radius: 7px; color: #fff; background: var(--secondary); text-align: center; font-size: 10px; }
    }

    .recharge-console__signal { display: none; }
    .recharge-console__signal--one { width: 95px; height: 95px; top: -34px; right: -31px; }
    .recharge-console__signal--two { width: 145px; height: 145px; top: -59px; right: -56px; }
  }

  .recharge-products {
    background: #fff;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .34;
      background-image: linear-gradient(rgba(8, 38, 92, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 38, 92, .055) 1px, transparent 1px);
      background-size: 52px 52px;
      pointer-events: none;
    }
    .recharge-shell { position: relative; }
  }

  .recharge-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: stretch;
  }

  .recharge-product-type {
    position: relative;
    min-width: 0;
    min-height: 390px;
    padding: clamp(29px, 3.3vw, 43px);
    overflow: hidden;
    border: 1px solid #dfe7f1;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 55px rgba(8, 38, 92, .08);

    &::after { content: ""; position: absolute; width: 150px; height: 150px; right: -75px; top: -75px; border-radius: 50%; background: var(--soft-blue); }
    &.recharge-product-type--bundle::after { background: var(--recharge-orange-soft); }

    > * { position: relative; z-index: 1; }
    .recharge-product-type__number { position: absolute; z-index: 2; width: 42px; height: 28px; top: 20px; right: 22px; display: grid; place-items: center; border: 1px solid #dce4ef; border-radius: 999px; color: #70819a; background: rgba(255, 255, 255, .82); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
    .recharge-product-type__heading { padding-right: 50px; display: grid; grid-template-columns: 62px minmax(0, 1fr); align-items: center; gap: 17px; }
    .recharge-product-type__heading > div:last-child { min-width: 0; }
    .recharge-product-type__icon { position: relative; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px 6px 16px 6px; color: #fff; background: var(--primary); box-shadow: 0 12px 24px rgba(8, 38, 92, .2); }
    &.recharge-product-type--bundle .recharge-product-type__icon { background: var(--secondary); box-shadow: 0 12px 24px rgba(242, 103, 0, .2); }
    .recharge-product-type__icon i { position: relative; display: block; font-style: normal; }
    .recharge-product-type__icon--airtime i { width: 17px; height: 27px; border: 2px solid currentColor; border-radius: 5px; }
    .recharge-product-type__icon--airtime i::before { content: ""; position: absolute; width: 5px; height: 2px; top: 3px; left: 4px; border-radius: 2px; background: currentColor; }
    .recharge-product-type__icon--airtime i::after { content: "+"; position: absolute; width: 17px; height: 17px; right: -10px; bottom: -8px; display: grid; place-items: center; border: 2px solid var(--primary); border-radius: 50%; color: var(--primary); background: #fff; font-size: 12px; font-weight: 950; line-height: 1; }
    .recharge-product-type__icon--bundle i { width: 21px; height: 27px; border: 2px solid currentColor; border-radius: 4px 9px 4px 4px; }
    .recharge-product-type__icon--bundle i::before { content: ""; position: absolute; width: 4px; height: 4px; top: 7px; left: 5px; border-radius: 1px; background: currentColor; box-shadow: 6px 0 currentColor, 0 6px currentColor, 6px 6px currentColor; }
    .recharge-product-type__icon--bundle i::after { content: ""; position: absolute; width: 9px; height: 2px; right: -9px; bottom: 2px; border-radius: 2px; background: currentColor; box-shadow: 0 -5px currentColor, 0 -10px currentColor; transform: scaleX(.72); transform-origin: right bottom; }
    .recharge-product-type__label { display: block; color: var(--secondary); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; overflow-wrap: anywhere; }
    h3 { margin: 5px 0 0; color: var(--primary); font-size: clamp(23px, 2.2vw, 29px); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
    > p { margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.68; overflow-wrap: anywhere; }
    ul { margin: 25px 0 0; padding: 21px 0 0; display: grid; gap: 11px; border-top: 1px solid var(--line); list-style: none; }
    li { position: relative; min-width: 0; padding-left: 22px; color: #33455f; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
    li::before { content: ""; position: absolute; top: 6px; left: 0; width: 8px; height: 8px; border: 2px solid var(--tertiary); border-radius: 50%; }
  }

  .recharge-comparison__connector {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    &::before { content: ""; position: absolute; width: 1px; height: calc(100% - 76px); top: 38px; left: 50%; background: linear-gradient(transparent, #cbd7e5 16%, #cbd7e5 84%, transparent); transform: translateX(-50%); }
    span { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid #ced9e7; border-radius: 50%; color: var(--primary); background: #fff; box-shadow: 0 8px 20px rgba(8, 38, 92, .1); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  }

  .recharge-companies {
    margin-top: 28px;
    padding: clamp(28px, 4vw, 47px);
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 52px;
    border: 1px solid rgba(8, 38, 92, .12);
    border-radius: 18px;
    background: var(--primary);
    box-shadow: 0 24px 60px rgba(8, 38, 92, .14);

    .recharge-companies__intro > span { color: #75ddb6; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
    h3 { margin: 8px 0 11px; color: #fff; font-size: clamp(23px, 2.6vw, 32px); letter-spacing: -.035em; }
    p { margin: 0; color: #b8c8dc; font-size: 12px; line-height: 1.65; }
    .recharge-companies__intro a { margin-top: 20px; display: inline-flex; gap: 10px; color: #fff; font-size: 12px; font-weight: 800; }
    .recharge-companies__intro a:hover { color: #ff9950; }
    .recharge-companies__intro a:focus-visible { outline: 3px solid rgba(242, 103, 0, .55); outline-offset: 4px; }
  }

  .recharge-companies__grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
    li { min-width: 0; min-height: 128px; padding: 13px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; background: rgba(255, 255, 255, .08); }
    li > span { min-height: 58px; padding: 10px; display: grid; place-items: center; border-radius: 9px; background: #fff; }
    img { max-width: 108px; max-height: 34px; object-fit: contain; }
    div { margin-top: 14px; display: grid; gap: 3px; }
    strong { color: #fff; font-size: 13px; }
    small { color: #aebfd4; font-size: 9px; }
  }

  .recharge-companies__more {
    grid-column: 1 / -1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    background: rgba(255, 255, 255, .055);

    summary {
      position: relative;
      min-height: 68px;
      padding: 14px 56px 14px 18px;
      display: flex;
      align-items: center;
      color: #fff;
      cursor: pointer;
      list-style: none;
    }

    summary::-webkit-details-marker { display: none; }
    summary > span { display: grid; gap: 3px; }
    summary strong { font-size: 13px; }
    summary small { color: #aebfd4; font-size: 9px; }
    summary i { position: absolute; width: 28px; height: 28px; right: 18px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; }
    summary i::before, summary i::after { content: ""; position: absolute; width: 10px; height: 2px; top: 12px; left: 8px; border-radius: 2px; background: #fff; transition: transform .2s ease; }
    summary i::after { transform: rotate(90deg); }
    &[open] summary i::after { transform: rotate(0); }
    summary:hover { background: rgba(255, 255, 255, .055); }
    summary:focus-visible { outline: 3px solid rgba(242, 103, 0, .65); outline-offset: -4px; }
  }

  .recharge-companies__all {
    margin: 0;
    padding: 16px 18px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 9px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    list-style: none;

    li { min-width: 0; min-height: 76px; padding: 10px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: #fff; }
    img { width: auto; max-width: 100%; max-height: 42px; object-fit: contain; }
  }

  .recharge-process {
    overflow: hidden;
    background:
      radial-gradient(circle at 8% 18%, rgba(242, 103, 0, .08), transparent 22%),
      radial-gradient(circle at 92% 82%, rgba(0, 168, 107, .08), transparent 22%),
      #f3f7fc;
    border-block: 1px solid #e4ebf4;
  }

  .recharge-process__track {
    position: relative;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    list-style: none;

    &::before { content: ""; position: absolute; top: 36px; left: 8%; right: 8%; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--secondary), #ff9b54 48%, var(--tertiary)); box-shadow: 0 3px 12px rgba(242, 103, 0, .16); }

    li {
      --step-accent: #f26700;
      --step-soft: #fff0e5;
      position: relative;
      min-height: 330px;
      padding: 20px 22px 24px;
      border: 1px solid #dde6f1;
      border-radius: 18px;
      background: linear-gradient(180deg, #fff 0%, #fff 72%, #fbfdff 100%);
      box-shadow: 0 18px 42px rgba(8, 38, 92, .075);
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
      &::after { content: "→"; position: absolute; z-index: 3; width: 30px; height: 30px; top: 22px; right: -25px; display: grid; place-items: center; border: 1px solid #dce5ef; border-radius: 50%; color: var(--secondary); background: #fff; box-shadow: 0 6px 16px rgba(8, 38, 92, .1); font-size: 14px; font-weight: 900; }
      &:last-child::after { display: none; }
      &:hover { transform: translateY(-5px); border-color: rgba(242, 103, 0, .3); box-shadow: 0 24px 48px rgba(8, 38, 92, .11); }
      &:hover .recharge-process__visual { transform: translateY(-3px) scale(1.04); }
    }
    li:nth-child(2) { --step-accent: #2f72c4; --step-soft: #e8f2ff; }
    li:nth-child(3) { --step-accent: #7456c7; --step-soft: #f0ebff; }
    li:nth-child(4) { --step-accent: #00a86b; --step-soft: #e4f8f0; }
    li::before { content: ""; position: absolute; width: 52%; height: 3px; left: 24%; bottom: 0; border-radius: 4px 4px 0 0; background: var(--step-accent); opacity: .8; }
    .recharge-process__number { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; border: 6px solid #fff; border-radius: 50%; color: #fff; background: var(--primary); box-shadow: 0 0 0 2px #d2ddea, 0 8px 20px rgba(8, 38, 92, .18); font-size: 16px; font-weight: 900; }
    li:last-child .recharge-process__number { background: var(--tertiary); box-shadow: 0 0 0 2px rgba(0, 168, 107, .2), 0 8px 20px rgba(0, 168, 107, .2); }
    .recharge-process__visual { position: absolute; width: calc(100% - 36px); height: 118px; top: 83px; left: 18px; margin: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid color-mix(in srgb, var(--step-accent) 16%, #dfe8f2); border-radius: 18px; color: var(--primary); background: radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--step-accent) 15%, transparent), transparent 28%), linear-gradient(145deg, #fbfdff, var(--step-soft)); box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(8, 38, 92, .06); transition: transform .2s ease; }
    .recharge-process__visual::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(color-mix(in srgb, var(--step-accent) 45%, transparent) 1px, transparent 1px); background-size: 12px 12px; mask-image: linear-gradient(90deg, #000, transparent 60%); }
    .recharge-process__visual svg { position: relative; z-index: 1; width: 150px; height: 88px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 6px 8px rgba(8, 38, 92, .1)); }
    .recharge-process__visual .visual-fill { fill: #fff; }
    .recharge-process__visual .visual-accent { fill: var(--step-accent); stroke: var(--step-accent); }
    .recharge-process__visual .visual-mark { stroke: #fff; stroke-width: 3.5; }
    .recharge-process__visual .visual-orbit { fill: var(--step-soft); stroke: var(--step-accent); }
    .recharge-process__visual .visual-roof { fill: var(--step-soft); stroke: currentColor; }
    .recharge-process__visual .visual-spark, .recharge-process__visual .visual-signal { stroke: var(--step-accent); stroke-width: 3; }
    .recharge-process__visual .visual-keys { fill: var(--step-accent); stroke: var(--step-accent); }
    .recharge-process__visual .visual-paper { stroke: color-mix(in srgb, var(--step-accent) 72%, var(--primary)); }
    div { margin-top: 155px; }
    small { display: block; margin-bottom: 7px; color: var(--step-accent); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
    h3 { margin: 0 0 9px; color: var(--primary); font-size: 17px; letter-spacing: -.025em; }
    p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
  }

  .recharge-channels {
    overflow: hidden;
    color: #fff;
    background:
      radial-gradient(circle at 90% 10%, rgba(242, 103, 0, .18), transparent 24%),
      radial-gradient(circle at 3% 86%, rgba(0, 168, 107, .14), transparent 25%),
      var(--recharge-navy);

    &::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
    .recharge-shell { position: relative; }
  }

  .recharge-channels__primary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .recharge-channel-main {
    min-height: 330px;
    padding: clamp(28px, 3.5vw, 40px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 21px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.115), rgba(255,255,255,.045));
    box-shadow: 0 25px 55px rgba(0, 5, 24, .19);

    .recharge-channel-code { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: var(--secondary); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
    .recharge-channel-code--web { color: #fff; background: linear-gradient(145deg, #f47a22, #d95300); box-shadow: 0 10px 24px rgba(242, 103, 0, .24); }
    .recharge-channel-code--web svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    &.recharge-channel-main--android .recharge-channel-code { background: #eafaf4; }
    .recharge-channel-code img { width: 37px; height: auto; }
    .recharge-channel-level { color: #76dfb7; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
    h3 { margin: 7px 0 10px; color: #fff; font-size: 27px; letter-spacing: -.035em; }
    p { margin: 0; color: #b7c7dc; font-size: 12px; line-height: 1.65; }
    ul { margin: 18px 0 0; padding: 16px 0 0; display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid rgba(255, 255, 255, .11); list-style: none; }
    li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #d7e1ee; font-size: 9px; }
    > a { grid-column: 2; justify-self: start; align-self: end; display: inline-flex; gap: 10px; color: #fff; font-size: 11px; font-weight: 800; }
    > a:hover { color: #ff9c56; }
    > a:focus-visible { outline: 3px solid rgba(242, 103, 0, .55); outline-offset: 4px; }
  }

  .recharge-channels__quick {
    margin-top: 15px;
    padding: 20px;
    display: grid;
    grid-template-columns: .9fr repeat(3, 1fr);
    gap: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(0, 7, 28, .2);

    .recharge-channels__quick-heading { padding: 13px 18px 13px 6px; }
    .recharge-channels__quick-heading span { color: #77ddb7; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
    .recharge-channels__quick-heading p { margin: 9px 0 0; color: #aebfd3; font-size: 11px; line-height: 1.6; }
    article { min-height: 155px; padding: 20px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
    .recharge-channel-mini { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: #fff; background: #2074d4; font-size: 10px; font-weight: 900; }
    .recharge-channel-mini--whatsapp { background: #e9fff6; }
    .recharge-channel-mini--whatsapp img { width: 23px; height: 23px; }
    .recharge-channel-mini--telegram { background: #229ed9; }
    .recharge-channel-mini--messenger { background: #0866ff; }
    .recharge-channel-mini--telegram svg, .recharge-channel-mini--messenger svg { width: 22px; height: 22px; fill: #fff; }
    .recharge-channel-mini--telegram, .recharge-channel-mini--messenger { box-shadow: 0 8px 18px rgba(0, 0, 0, .18); }
    h3 { margin: 1px 0 7px; color: #fff; font-size: 14px; }
    article p { margin: 0; color: #aebfd3; font-size: 10px; line-height: 1.55; }
  }

  .recharge-channels__note {
    margin-top: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-left: 3px solid var(--secondary);
    background: rgba(255,255,255,.06);
    p { margin: 0; color: #b7c7da; font-size: 11px; line-height: 1.6; }
    strong { color: #fff; }
    a { flex: 0 0 auto; display: inline-flex; gap: 9px; color: #fff; font-size: 11px; font-weight: 800; }
    a:hover { color: #ff9950; }
    a:focus-visible { outline: 3px solid rgba(242,103,0,.55); outline-offset: 4px; }
  }

  .recharge-benefits {
    overflow: hidden;
    background:
      radial-gradient(circle at 8% 15%, rgba(242, 103, 0, .12), transparent 23%),
      radial-gradient(circle at 91% 82%, rgba(0, 168, 107, .12), transparent 25%),
      linear-gradient(145deg, #f7faff 0%, #eef4fb 48%, #f8fbff 100%);
    border-block: 1px solid #e1eaf4;
    &::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#b7c7db 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000); pointer-events: none; }
    .recharge-shell { position: relative; }
  }

  .recharge-benefits__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    article { position: relative; isolation: isolate; min-height: 245px; padding: 30px; overflow: hidden; border: 1px solid rgba(8, 38, 92, .1); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 18px 42px rgba(8,38,92,.075); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
    article::before { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; top: -82px; right: -60px; border-radius: 50%; background: var(--recharge-orange-soft); transition: transform .3s ease; }
    article::after { content: attr(data-benefit); position: absolute; z-index: -1; right: 18px; bottom: -18px; color: rgba(8,38,92,.045); font-size: 92px; line-height: 1; font-weight: 950; letter-spacing: -.08em; }
    article:hover { transform: translateY(-7px) rotate(-.25deg); border-color: rgba(242,103,0,.28); box-shadow: 0 28px 56px rgba(8,38,92,.13); }
    article:hover::before { transform: scale(1.18); }
    article:nth-child(1) { grid-column: span 7; background: linear-gradient(135deg, #09285e, #0d3b7a); border-color: transparent; }
    article:nth-child(2) { grid-column: span 5; }
    article:nth-child(3), article:nth-child(4), article:nth-child(5) { grid-column: span 4; }
    article:nth-child(6) { grid-column: span 12; min-height: 205px; padding-right: 34%; background: linear-gradient(120deg, #f26700, #dc5000); border-color: transparent; }
    article:nth-child(2)::before, article:nth-child(5)::before { background: var(--recharge-green-soft); }
    article:nth-child(3)::before { background: #eee8ff; }
    article:nth-child(4)::before { background: #e3f1ff; }
    article:nth-child(6)::before { width: 330px; height: 330px; top: -175px; right: -55px; background: rgba(255,255,255,.13); }
    article:nth-child(6)::after { color: rgba(255,255,255,.1); }
    article > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(8,38,92,.08); border-radius: 16px; color: var(--secondary); background: #fff; box-shadow: 0 9px 22px rgba(8,38,92,.1); }
    article > span svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    article:nth-child(2) > span, article:nth-child(5) > span { color: #008b59; }
    article:nth-child(3) > span { color: #7352c4; }
    article:nth-child(4) > span { color: #1970bd; }
    article:nth-child(1) > span, article:nth-child(6) > span { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.13); box-shadow: none; }
    small { display: block; margin-top: 24px; color: var(--secondary); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
    article:nth-child(1) small, article:nth-child(6) small { color: #ffd0ae; }
    h3 { margin: 7px 0 10px; color: var(--primary); font-size: 20px; letter-spacing: -.03em; }
    p { position: relative; z-index: 1; max-width: 510px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
    article:nth-child(1) h3, article:nth-child(6) h3 { color: #fff; }
    article:nth-child(1) p, article:nth-child(6) p { color: #c5d3e6; }
    article:nth-child(6) p { color: #ffe0c9; }
  }

  .recharge-verification {
    background: linear-gradient(180deg, #f5f8fc, #eef4fa);
    border-block: 1px solid #e2eaf3;
  }

  .recharge-verification__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .recharge-review-card,
  .recharge-status-card {
    min-height: 435px;
    padding: clamp(27px, 3.5vw, 40px);
    border: 1px solid #dce5ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(8,38,92,.07);
  }

  .recharge-review-card__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--primary); font-size: 11px; font-weight: 900; }
    small { color: var(--secondary); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
    h3 { margin: 5px 0 0; color: var(--primary); font-size: 24px; letter-spacing: -.035em; }
  }

  .recharge-check-list {
    margin: 29px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    list-style: none;
    li { min-height: 54px; padding: 14px 14px 14px 42px; position: relative; display: flex; align-items: center; border: 1px solid #e4eaf2; border-radius: 10px; color: #2f425d; background: #fbfcfe; font-size: 13px; font-weight: 750; line-height: 1.4; }
    li::before { content: "✓"; position: absolute; width: 21px; height: 21px; left: 13px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--tertiary); font-size: 11px; font-weight: 900; }
  }

  .recharge-warning {
    margin: 20px 0 0;
    padding: 17px 19px;
    border-left: 4px solid var(--secondary);
    border-radius: 0 10px 10px 0;
    color: #71503a;
    background: var(--recharge-orange-soft);
    font-size: 13px;
    line-height: 1.65;
    strong { color: #8f3f08; font-size: 13px; }
  }

  .recharge-status-list {
    margin: 27px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
    li { min-height: 75px; padding: 15px 17px; display: flex; align-items: center; gap: 16px; border: 1px solid #e3eaf2; border-radius: 11px; background: #fcfdff; }
    i { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 50%; box-shadow: 0 0 0 6px rgba(8,38,92,.06); }
    i.is-success { background: var(--tertiary); box-shadow: 0 0 0 5px rgba(0,168,107,.1); }
    i.is-pending { background: #e99b20; box-shadow: 0 0 0 5px rgba(233,155,32,.11); }
    i.is-rejected { background: #ca5060; box-shadow: 0 0 0 5px rgba(202,80,96,.1); }
    i.is-review { background: #5b79b3; box-shadow: 0 0 0 5px rgba(91,121,179,.1); }
    div { display: grid; gap: 5px; }
    strong { color: var(--primary); font-size: 14px; }
    span { color: #5f7087; font-size: 12px; line-height: 1.5; }
  }

  .recharge-receipt {
    margin-top: 17px;
    padding: clamp(28px, 4.5vw, 55px);
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: clamp(42px, 6vw, 80px);
    border-radius: 18px;
    color: #fff;
    background: var(--primary);
    box-shadow: 0 25px 58px rgba(8,38,92,.13);
  }

  .recharge-receipt__visual {
    position: relative;
    padding: 33px 25px 27px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,7,27,.23);
    transform: rotate(-2deg);
    > small { color: #8290a3; font-size: 8px; font-weight: 850; letter-spacing: .14em; }
    > strong { margin-top: 7px; display: block; color: var(--primary); font-size: 17px; }
    dl { margin: 23px 0 0; display: grid; gap: 10px; }
    dl div { padding-bottom: 9px; display: flex; justify-content: space-between; border-bottom: 1px dashed #dbe2ea; }
    dt, dd { margin: 0; font-size: 9px; }
    dt { color: #7d8ca0; }
    dd { color: var(--primary); font-weight: 800; letter-spacing: .04em; }
    dd.is-success { color: var(--tertiary); }
    .recharge-receipt__tear { position: absolute; inset: auto 0 -8px; height: 16px; background: linear-gradient(135deg, transparent 8px, #fff 0) 0 0/16px 16px repeat-x; }
  }

  .recharge-receipt__content {
    h3 { margin: 10px 0 13px; color: #fff; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.045em; }
    p { max-width: 660px; margin: 0; color: #b8c8dc; font-size: 13px; line-height: 1.72; }
    ul { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
    li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #dce6f1; font-size: 9px; }
  }

  .recharge-incident {
    color: #fff;
    background:
      radial-gradient(circle at 9% 13%, rgba(0,168,107,.14), transparent 25%),
      linear-gradient(135deg, #071d43, #0a2c62);
  }

  .recharge-incident__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(55px, 8vw, 110px);
    align-items: start;
  }

  .recharge-incident__intro {
    position: sticky;
    top: 112px;
    h2 { margin: 13px 0 16px; color: #fff; font-size: clamp(39px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
    > p:not(.recharge-security-note) { margin: 0; color: #b8c8dc; font-size: 15px; line-height: 1.7; }
  }

  .recharge-security-note {
    margin: 25px 0 0;
    padding-top: 20px;
    display: flex;
    gap: 11px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #c4d1e1;
    font-size: 10px;
    line-height: 1.6;
    span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #ff9a51; font-weight: 900; }
  }

  .recharge-incident__steps {
    position: relative;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
    list-style: none;
    &::before { content: ""; position: absolute; top: 35px; bottom: 35px; left: 26px; width: 1px; background: linear-gradient(var(--secondary), var(--tertiary)); }
    li { position: relative; min-height: 109px; padding: 21px 22px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.07); }
    li > span { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; border: 5px solid #0a2a5d; border-radius: 50%; color: #fff; background: var(--secondary); font-size: 12px; font-weight: 900; }
    li:last-child > span { background: var(--tertiary); }
    h3 { margin: 1px 0 7px; color: #fff; font-size: 15px; }
    p { margin: 0; color: #b6c6d9; font-size: 10px; line-height: 1.6; }
  }

  .recharge-faq {
    background-color: #f3f7fb;
    background-image: linear-gradient(rgba(8,38,92,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(8,38,92,.04) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  .recharge-faq__grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(55px, 7vw, 95px);
    align-items: start;
    .recharge-section-heading { position: sticky; top: 112px; margin-bottom: 0; }
  }

  .recharge-text-link {
    margin-top: 27px;
    min-height: 46px;
    padding: 12px 15px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(8,38,92,.16);
    border-radius: 9px;
    color: var(--primary);
    background: rgba(255,255,255,.65);
    font-size: 11px;
    font-weight: 800;
    &:hover { border-color: var(--secondary); color: var(--secondary); background: #fff; }
    &:focus-visible { outline: 3px solid rgba(242,103,0,.35); outline-offset: 3px; }
  }

  .recharge-faq__list {
    display: grid;
    gap: 14px;
    details { position: relative; overflow: hidden; border: 1px solid #cbd7e2; border-radius: 16px; background: #f8fafc; box-shadow: 0 9px 24px rgba(8,38,92,.045); transition: border-color .2s ease, box-shadow .2s ease; }
    details::before { content: ""; position: absolute; width: 4px; inset: 0 auto 0 0; background: linear-gradient(var(--secondary), #ff9850); opacity: 0; transition: opacity .2s ease; }
    details[open] { border-color: #b9c9d8; box-shadow: 0 16px 34px rgba(8,38,92,.075); }
    details[open]::before { opacity: 1; }
    summary { min-height: 82px; padding: 23px 72px 23px 26px; position: relative; display: flex; align-items: center; color: #173855; cursor: pointer; font-size: 17px; font-weight: 750; line-height: 1.55; letter-spacing: -.01em; list-style: none; transition: color .2s ease, background .2s ease; }
    summary::-webkit-details-marker { display: none; }
    summary > span { position: absolute; right: 23px; width: 34px; height: 34px; border: 1px solid #cbd8e4; border-radius: 50%; background: #e9f0f6; transition: background .2s ease, border-color .2s ease; }
    summary > span::before, summary > span::after { content: ""; position: absolute; top: 15px; left: 10px; width: 12px; height: 2px; border-radius: 2px; background: #294963; transition: transform .2s ease; }
    summary > span::after { transform: rotate(90deg); }
    details[open] summary > span::after { transform: rotate(0); }
    details[open] summary { color: #08265c; background: #edf3f8; }
    details[open] summary > span { border-color: #b9c9d8; background: #e3ebf3; }
    details[open] summary > span::before, details[open] summary > span::after { background: #294963; }
    summary:hover { color: #0d477f; }
    summary:focus-visible { outline: 3px solid rgba(242,103,0,.35); outline-offset: -4px; }
    details > div { padding: 0 72px 27px 26px; }
    p { max-width: 710px; margin: 0; color: #405772; font-size: 15px; line-height: 1.75; }
  }

  .recharge-final-cta {
    padding: clamp(82px, 9vw, 120px) 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: var(--primary);
    &::before, &::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
    &::before { width: 360px; height: 360px; top: -215px; left: -90px; box-shadow: 0 0 0 60px rgba(255,255,255,.025); }
    &::after { width: 290px; height: 290px; right: -90px; bottom: -190px; box-shadow: 0 0 0 45px rgba(242,103,0,.06); }
  }

  .recharge-final-cta__content {
    position: relative;
    z-index: 1;
    .recharge-eyebrow { justify-content: center; }
    h2 { max-width: 800px; margin: 16px auto; color: #fff; font-size: clamp(39px, 5.7vw, 65px); line-height: 1.02; letter-spacing: -.052em; }
    > p { max-width: 650px; margin: 0 auto; color: #becce0; font-size: 16px; line-height: 1.65; }
  }

  [aria-current="page"] { background: var(--soft-blue); }
}

@keyframes recharge-circuit-glow {
  0%, 100% { opacity: .42; filter: drop-shadow(0 0 2px currentColor); }
  45%, 60% { opacity: 1; filter: drop-shadow(0 0 7px currentColor); }
}

@keyframes recharge-circuit-pulse {
  0%, 100% { transform: scale(.72); opacity: .55; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes recharge-hero-float {
  0%, 100% { transform: translate3d(0, -5px, 0); }
  50% { transform: translate3d(0, 4px, 0); }
}

@keyframes recharge-ambient-pulse {
  0%, 100% { opacity: .5; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

@media (max-width: 1080px) {
  .recharges-page {
    .recharge-hero .recharge-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 38px; }
    .recharge-process__track { grid-template-columns: repeat(2, 1fr); }
    .recharge-process__track::before { display: none; }
    .recharge-process__track li:nth-child(2)::after { display: none; }
    .recharge-channels__quick { grid-template-columns: repeat(3, 1fr); }
    .recharge-channels__quick-heading { grid-column: 1 / -1; }
  }
}

@media (max-width: 860px) {
  .recharges-page {
    .recharge-hero { min-height: auto; }
    .recharge-hero .recharge-hero__grid { grid-template-columns: 1fr; }
    .recharge-hero .recharge-hero__content { max-width: 690px; }
    .recharge-hero__visual { width: 100%; max-width: 680px; margin-inline: auto; }
    .recharge-hero__route { grid-template-columns: 1fr; }
    .recharge-console { max-width: 650px; margin-inline: auto; transform: none; }
    .recharge-companies { grid-template-columns: 1fr; gap: 30px; }
    .recharge-channels__primary { grid-template-columns: 1fr 1fr; }
    .recharge-channel-main { grid-template-columns: 1fr; }
    .recharge-channel-main > a { grid-column: 1; }
    .recharge-benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .recharge-benefits__grid article { grid-column: auto; }
    .recharge-benefits__grid article:nth-child(6) { grid-column: span 2; }
    .recharge-verification__grid { grid-template-columns: 1fr; }
    .recharge-receipt { grid-template-columns: 250px 1fr; }
    .recharge-incident__grid, .recharge-faq__grid { grid-template-columns: 1fr; }
    .recharge-incident__intro, .recharge-faq__grid .recharge-section-heading { position: static; }
  }
}

@media (max-width: 680px) {
  .recharges-page {
    main { padding-top: 0; }
    .recharge-shell { width: min(calc(100% - 28px), var(--container)); }
    .recharge-section { padding-block: 70px; }
    .recharge-section-heading { margin-bottom: 34px; }
    .recharge-section-heading h2 { font-size: clamp(32px, 10vw, 43px); }
    .recharge-actions, .recharge-actions--center { align-items: stretch; flex-direction: column; }
    .recharge-button { width: 100%; }

    .recharge-hero { padding: 127px 0 73px; }
    .recharge-hero .recharge-hero__content h1 { font-size: clamp(41px, 13vw, 58px); }
    .recharge-hero .recharge-hero__content > p { font-size: 16px; }
    .recharge-hero .recharge-hero__highlights { grid-template-columns: 1fr; }
    .recharge-hero .recharge-hero__highlights li { padding: 11px 12px; }
    .recharge-hero .recharge-hero__highlights strong { font-size: 12px; }
    .recharge-hero .recharge-hero__highlights small { font-size: 10px; }
    .recharge-hero .recharge-breadcrumb { margin-bottom: 21px; }
    .recharge-hero .recharge-hero__assurances { display: grid; }
    .recharge-hero__visual { padding: 58px 9px 10px; border-radius: 36px 10px 36px 10px; }
    .recharge-hero__visual { transform: none; }
    .recharge-hero__visual::before { inset: -10px -7px 8px 8px; border-radius: 22px 34px 18px 34px; transform: rotate(1deg); }
    .recharge-hero__visual .recharge-hero__visual-frame { inset: -5px; }
    .recharge-hero__visual .recharge-hero__visual-label { top: 14px; left: 18px; }
    .recharge-platform-demo { min-height: 540px; padding: 12px 4px 50px 0; }
    .recharge-platform-demo__window { min-height: 464px; border-radius: 17px 4px 26px 4px; transform: none; }
    .recharge-platform-demo__topbar { height: 39px; padding-inline: 10px; }
    .recharge-platform-demo__topbar > small { display: none; }
    .recharge-platform-demo__workspace { min-height: 425px; grid-template-columns: 36px 1fr; }
    .recharge-platform-demo__rail { gap: 14px; }
    .recharge-platform-demo__rail b { width: 23px; height: 23px; }
    .recharge-platform-demo__rail span { width: 15px; height: 15px; }
    .recharge-platform-demo__rail span::before { top: 3px; left: 3px; }
    .recharge-platform-demo__content { padding: 15px 10px 13px; }
    .recharge-platform-demo__content > header strong { font-size: 15px; }
    .recharge-platform-demo__product-switch { margin-top: 13px; gap: 5px; }
    .recharge-platform-demo__product-switch > span { min-height: 68px; padding: 9px 7px; grid-template-columns: 27px 1fr; column-gap: 6px; }
    .recharge-platform-demo__product-switch > span > i { width: 27px; height: 27px; }
    .recharge-platform-demo__product-switch > span strong { font-size: 11px; }
    .recharge-platform-demo__product-switch > span small { font-size: 6px; }
    .recharge-platform-demo__body { grid-template-columns: 1fr; gap: 9px; }
    .recharge-platform-demo__form { padding: 11px; }
    .recharge-platform-demo__summary { padding: 11px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .recharge-platform-demo__summary > small { grid-column: 1 / -1; }
    .recharge-platform-demo__summary > div { padding: 6px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 7px; }
    .recharge-platform-demo__summary > b { grid-column: 1 / -1; min-height: 34px; }
    .recharge-platform-demo__receipt { min-width: 230px; right: 0; bottom: 8px; padding: 11px 12px; transform: none; }
    .recharge-platform-demo__receipt > span { width: 32px; height: 32px; }
    .recharge-platform-demo__receipt strong { font-size: 11px; }
    .recharge-platform-demo__data { top: 20px; right: 17px; }
    .recharge-platform-demo__floating-node { min-width: 126px; min-height: 54px; padding: 8px 9px; grid-template-columns: 32px 1fr; gap: 7px; transform: none; }
    .recharge-platform-demo__floating-node > span { width: 32px; height: 32px; font-size: 15px; }
    .recharge-platform-demo__floating-node strong { font-size: 11px; }
    .recharge-platform-demo__floating-node small { font-size: 6px; }
    .recharge-platform-demo__floating-node--airtime { top: 94px; left: -3px; }
    .recharge-platform-demo__floating-node--airtime::after { width: 36px; height: 18px; top: 26px; }
    .recharge-platform-demo__floating-node--airtime::before { top: 40px; left: calc(100% + 32px); }
    .recharge-platform-demo__floating-node--packages { top: 174px; right: -3px; }
    .recharge-platform-demo__floating-node--packages::after { width: 36px; height: 18px; top: 26px; }
    .recharge-platform-demo__floating-node--packages::before { top: 40px; right: calc(100% + 32px); }
    .recharge-artwork { min-height: 500px; }
    .recharge-artwork::before { right: 0; }
    .recharge-artwork::after { right: -35px; bottom: 142px; }
    .recharge-artwork__frame { inset: 0 9px 38px 0; }
    .recharge-artwork__caption { min-width: min(248px, 84%); right: 2px; padding: 11px 12px; }
    .recharge-artwork__caption > span { width: 31px; height: 31px; }
    .recharge-artwork__caption strong { font-size: 10px; }
    .recharge-artwork__tag { padding: 8px 10px; font-size: 8px; }
    .recharge-artwork__tag--airtime { top: 92px; left: -5px; }
    .recharge-artwork__tag--packages { top: 164px; right: 0; }
    .recharge-artwork__signal { top: 21px; right: 27px; }
    .recharge-visual__stage { min-height: 538px; }
    .recharge-visual__stage .recharge-visual__orbit { width: 275px; height: 370px; top: 47px; }
    .recharge-visual__stage .recharge-visual__phone { width: 218px; height: 410px; top: 28px; }
    .recharge-visual__stage .recharge-visual__screen { padding: 51px 13px 12px; }
    .recharge-visual__stage .recharge-visual__phone-icon { width: 43px; height: 43px; border-radius: 13px; }
    .recharge-visual__stage .recharge-visual__phone-icon i { height: 21px; }
    .recharge-visual__stage .recharge-visual__phone-icon i::after { top: 30px; left: 20px; }
    .recharge-visual__stage .recharge-visual__title { font-size: 17px; }
    .recharge-visual__stage .recharge-visual__selected { margin-top: 11px; }
    .recharge-visual__stage .recharge-visual__carrier { width: 70px; min-height: 59px; padding: 8px 5px; }
    .recharge-visual__stage .recharge-visual__carrier img { max-width: 56px; max-height: 21px; }
    .recharge-visual__stage .recharge-visual__carrier small { display: none; }
    .recharge-visual__stage .recharge-visual__carrier--telcel { top: 90px; left: -2px; }
    .recharge-visual__stage .recharge-visual__carrier--att { top: 192px; right: -2px; }
    .recharge-visual__stage .recharge-visual__carrier--movistar { top: 292px; left: -2px; }
    .recharge-visual__stage .recharge-visual__receipt { width: 220px; bottom: 0; padding-inline: 11px; }
    .recharge-visual__stage .recharge-visual__digital-badge { top: 7px; right: 0; padding: 7px 9px; }

    .recharge-comparison { grid-template-columns: 1fr; gap: 12px; }
    .recharge-comparison__connector { min-height: 33px; }
    .recharge-comparison__connector::before { width: 75%; height: 1px; top: 50%; left: 12.5%; transform: translateY(-50%); }
    .recharge-product-type { min-height: auto; }
    .recharge-product-type .recharge-product-type__heading { padding-right: 42px; grid-template-columns: 56px minmax(0, 1fr); gap: 13px; }
    .recharge-product-type .recharge-product-type__icon { width: 54px; height: 54px; }
    .recharge-companies { padding: 25px 18px; }
    .recharge-companies__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .recharge-companies__grid li { min-height: 118px; }
    .recharge-companies__grid li > span { width: auto; min-height: 55px; }
    .recharge-companies__grid div { margin-top: 11px; }
    .recharge-companies__grid strong { font-size: 11px; overflow-wrap: anywhere; }
    .recharge-companies__more summary { min-height: 64px; padding-left: 14px; }
    .recharge-companies__all { padding: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .recharge-companies__all li { min-height: 70px; padding: 8px; }

    .recharge-process__track { grid-template-columns: 1fr; gap: 12px; }
    .recharge-process__track::before { display: block; width: 3px; height: auto; top: 32px; bottom: 32px; left: 26px; right: auto; background: linear-gradient(var(--secondary), #ff9b54 48%, var(--tertiary)); }
    .recharge-process__track li { min-height: 308px; padding: 18px; display: grid; grid-template-columns: 54px 1fr; gap: 17px; }
    .recharge-process__track li::after { display: none; }
    .recharge-process__track li div { grid-column: 1 / -1; margin-top: 137px; }
    .recharge-process__track .recharge-process__visual { width: calc(100% - 28px); height: 108px; top: 82px; right: 14px; left: 14px; }
    .recharge-process__track li:hover .recharge-process__visual { transform: translateY(-3px) scale(1.03); }

    .recharge-channels__primary, .recharge-channels__quick { grid-template-columns: 1fr; }
    .recharge-channel-main { min-height: auto; padding: 27px 22px; }
    .recharge-channel-main > a { min-height: 44px; align-items: center; }
    .recharge-channels__quick { padding: 14px; }
    .recharge-channels__quick-heading { grid-column: auto; }
    .recharge-channels__quick article { min-height: auto; }
    .recharge-channels__note { align-items: flex-start; flex-direction: column; }

    .recharge-benefits__grid { grid-template-columns: 1fr; }
    .recharge-benefits__grid article { min-height: auto; padding: 25px 22px; }
    .recharge-benefits__grid article:nth-child(6) { grid-column: auto; padding-right: 22px; }
    .recharge-check-list { grid-template-columns: 1fr; }
    .recharge-review-card, .recharge-status-card { min-height: auto; padding: 25px 18px; }
    .recharge-review-card__heading h3 { font-size: 20px; }
    .recharge-receipt { padding: 32px 20px; grid-template-columns: 1fr; }
    .recharge-receipt__visual { width: min(100%, 290px); margin-inline: auto; }
    .recharge-receipt__content { text-align: center; }
    .recharge-receipt__content .recharge-eyebrow { justify-content: center; }
    .recharge-receipt__content ul { justify-content: center; }

    .recharge-incident__grid { gap: 43px; }
    .recharge-incident__steps li { padding: 18px 15px; grid-template-columns: 42px 1fr; gap: 13px; }
    .recharge-incident__steps li > span { width: 42px; height: 42px; }
    .recharge-incident__steps::before { left: 35px; }
    .recharge-faq__list summary { min-height: 76px; padding: 20px 60px 20px 20px; font-size: 16px; line-height: 1.5; }
    .recharge-faq__list summary > span { right: 17px; }
    .recharge-faq__list details > div { padding: 0 19px 23px; }
    .recharge-faq__list p { font-size: 15px; line-height: 1.72; }
    .recharge-final-cta__content > p { font-size: 14px; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .recharges-page {
    scroll-behavior: auto;
    .recharge-button,
    .recharge-button span,
    .recharge-benefits__grid article,
    .recharge-faq__list summary > span::after { transition: none; }
    .recharge-platform-demo__floating-node::before,
    .recharge-platform-demo__floating-node::after,
    .recharge-hero__visual,
    .recharge-hero__ambient span { animation: none; }
  }
}
