.bundle-mobile-home,
.bundle-mobile-flow,
.bundle-mobile-items-workspace,
.bundle-mobile-review,
.bundle-mobile-sticky,
.bundle-mobile-listbar,
.bundle-mobile-saved-cards,
.bundle-mobile-detail,
.bundle-mobile-saving,
.bundle-mobile-success {
  display: none;
}

@media (max-width: 680px) {
  body.bundle-mobile-sheet-open,
  body.bundle-mobile-saving-open,
  body.bundle-mobile-success-open {
    overflow: hidden;
  }

  #tab-bundle-home .payment-home-sidebar,
  #tab-bundle-home .payment-home-heading-row,
  #tab-bundle-home .payment-home-content-grid,
  #tab-bundle-home .payment-home-stats-grid,
  #tab-bundles .bundle-create-heading,
  #tab-bundles .bundle-form-footer,
  #tab-bundles .bundle-create-aside,
  #tab-bundles .bundle-items-card > .bundle-items-head,
  #tab-bundles .bundle-items-card > .line-items-wrapper,
  #tab-bundles .bundle-list-header,
  #tab-bundles .bundle-list-kpis,
  #tab-bundles .bundle-list-table-card,
  #tab-bundles .bundle-list-footer {
    display: none !important;
  }

  #tab-bundle-home,
  #tab-bundles {
    background: #f4f7fb;
  }

  #tab-bundle-home .payment-home-dashboard,
  #tab-bundle-home .payment-home-main,
  #tab-bundle-home .payment-home-body,
  #tab-bundles .bundle-create-shell,
  #tab-bundles #bundleCreatePanel,
  #tab-bundles #bundleViewPanel {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  #tab-bundle-home .payment-home-body,
  #tab-bundles .bundle-create-shell {
    padding: 0 !important;
  }

  #tab-bundles .bundle-create-shell {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .bundle-mobile-home,
  .bundle-mobile-flow,
  .bundle-mobile-items-workspace,
  .bundle-mobile-sticky,
  .bundle-mobile-listbar,
  .bundle-mobile-saved-cards,
  .bundle-mobile-detail:not([hidden]),
  .bundle-mobile-saving:not([hidden]),
  .bundle-mobile-success:not([hidden]) {
    display: flex;
  }

  .bundle-mobile-appbar,
  .bundle-mobile-listbar {
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: calc(10px + env(safe-area-inset-top)) 16px 10px;
    color: #fff;
    background: linear-gradient(135deg, #1d4ed8, #4338ca);
    box-shadow: 0 8px 22px rgba(30, 64, 175, 0.22);
  }

  .bundle-mobile-appbar > button,
  .bundle-mobile-listbar > button {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
  }

  .bundle-mobile-appbar > div,
  .bundle-mobile-listbar > div {
    display: grid;
    flex: 1;
    gap: 1px;
  }

  .bundle-mobile-appbar small,
  .bundle-mobile-listbar small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
  }

  .bundle-mobile-appbar strong,
  .bundle-mobile-listbar strong {
    font-size: 1.08rem;
  }

  .bundle-mobile-home {
    flex-direction: column;
    min-height: calc(100dvh - 72px);
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .bundle-mobile-hero {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 16px;
    padding: 18px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, #0f766e, #0d9488);
    box-shadow: 0 12px 28px rgba(13, 148, 136, 0.2);
  }

  .bundle-mobile-hero > span,
  .bundle-mobile-recent-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: #1d4ed8;
    background: #eef2ff;
    font-size: 1.35rem;
  }

  .bundle-mobile-hero > span {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
  }

  .bundle-mobile-hero h2,
  .bundle-mobile-hero p,
  .bundle-mobile-recent h3 {
    margin: 0;
  }

  .bundle-mobile-hero h2 {
    font-size: 1rem;
  }

  .bundle-mobile-hero p {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .bundle-mobile-home-actions,
  .bundle-mobile-recent {
    display: grid;
    gap: 10px;
    padding: 0 16px;
  }

  .bundle-mobile-home-actions > button,
  #bundleMobileHomeRecent > button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    color: #172033;
    text-align: left;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  }

  .bundle-mobile-home-actions > button > i:first-child {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 1.15rem;
  }

  .bundle-mobile-home-actions > button > span,
  #bundleMobileHomeRecent > button > span:nth-child(2) {
    display: grid;
    flex: 1;
    gap: 2px;
    min-width: 0;
  }

  .bundle-mobile-home-actions small,
  #bundleMobileHomeRecent small {
    color: #64748b;
    font-size: 0.73rem;
  }

  .bundle-mobile-recent {
    margin-top: 22px;
  }

  .bundle-mobile-recent > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bundle-mobile-recent > header button {
    border: 0;
    color: #1d4ed8;
    background: transparent;
    font-weight: 700;
  }

  #bundleMobileHomeRecent {
    display: grid;
    gap: 9px;
  }

  #bundleMobileHomeRecent > button b {
    color: #0f766e;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .bundle-mobile-flow {
    flex-direction: column;
  }

  .bundle-mobile-appbar #bundleMobileMode {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.68rem;
    font-weight: 700;
  }

  .bundle-mobile-stepper {
    display: flex;
    align-items: flex-start;
    padding: 14px 18px 10px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
  }

  .bundle-mobile-stepper button {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 54px;
    border: 0;
    color: #94a3b8;
    background: transparent;
    font-size: 0.67rem;
  }

  .bundle-mobile-stepper button span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    background: #fff;
    font-weight: 800;
  }

  .bundle-mobile-stepper button.is-active,
  .bundle-mobile-stepper button.is-complete {
    color: #1d4ed8;
    font-weight: 700;
  }

  .bundle-mobile-stepper button.is-active span,
  .bundle-mobile-stepper button.is-complete span {
    border-color: #2563eb;
    color: #fff;
    background: #2563eb;
  }

  .bundle-mobile-stepper > i {
    flex: 1;
    height: 2px;
    margin-top: 14px;
    background: #dbe4f0;
  }

  #tab-bundles .bundle-create-form {
    min-width: 0;
    padding: 14px 14px calc(116px + env(safe-area-inset-bottom));
  }

  #tab-bundles .bundle-create-layout,
  #tab-bundles .bundle-create-main {
    display: block;
    min-width: 0;
  }

  #tab-bundles .bundle-create-card {
    margin: 0;
    padding: 15px;
    border: 1px solid #dbe4f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
  }

  #tab-bundles .bundle-details-card .bundle-details-grid {
    grid-template-columns: 1fr !important;
  }

  #bundleForm[data-bundle-mobile-step="1"] .bundle-items-card,
  #bundleForm[data-bundle-mobile-step="1"] .bundle-mobile-review,
  #bundleForm[data-bundle-mobile-step="2"] .bundle-details-card,
  #bundleForm[data-bundle-mobile-step="2"] .bundle-mobile-review,
  #bundleForm[data-bundle-mobile-step="3"] .bundle-create-layout {
    display: none !important;
  }

  #bundleForm[data-bundle-mobile-step="3"] .bundle-mobile-review {
    display: grid;
  }

  .bundle-mobile-items-workspace {
    flex-direction: column;
    gap: 12px;
  }

  .bundle-mobile-item-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 4px;
    border-radius: 13px;
    background: #eef2f7;
  }

  .bundle-mobile-item-tabs button {
    padding: 10px 8px;
    border: 0;
    border-radius: 10px;
    color: #64748b;
    background: transparent;
    font-size: 0.75rem;
    font-weight: 700;
  }

  .bundle-mobile-item-tabs button.is-active {
    color: #1d4ed8;
    background: #fff;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.08);
  }

  #bundleMobileCartCount {
    display: inline-grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    margin-left: 3px;
    border-radius: 999px;
    color: #fff;
    background: #2563eb;
  }

  .bundle-mobile-item-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #64748b;
    background: #fff;
  }

  .bundle-mobile-item-confirmation {
    position: fixed;
    z-index: 17010;
    right: 14px;
    bottom: calc(138px + env(safe-area-inset-bottom));
    left: 14px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto;
    padding: 12px;
    border: 1px solid #166534;
    border-radius: 15px;
    color: #fff;
    background: #14532d;
    box-shadow: 0 18px 40px rgba(20, 83, 45, 0.4);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .bundle-mobile-item-confirmation[hidden] {
    display: none !important;
  }

  .bundle-mobile-item-confirmation.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .bundle-mobile-item-confirmation > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 999px;
    color: #14532d;
    background: #dcfce7;
    font-size: 1.1rem;
  }

  .bundle-mobile-item-confirmation > div {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .bundle-mobile-item-confirmation strong,
  .bundle-mobile-item-confirmation small {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bundle-mobile-item-confirmation small {
    color: #dcfce7;
    font-size: 0.7rem;
  }

  .bundle-mobile-item-confirmation button {
    min-height: 36px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 10px;
    color: #14532d;
    background: #fff;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .bundle-mobile-item-search input {
    min-width: 0;
    height: 44px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
  }

  .bundle-mobile-saved-items,
  #bundleMobileCartRows {
    display: grid;
    gap: 9px;
  }

  .bundle-mobile-item,
  .bundle-mobile-cart-row {
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #fff;
  }

  .bundle-mobile-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px;
  }

  .bundle-mobile-item.is-added {
    border-color: #86efac;
    background: #f0fdf4;
  }

  .bundle-mobile-item-icon {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #1d4ed8;
    background: #eff6ff;
  }

  .bundle-mobile-item > div {
    display: grid;
    flex: 1;
    gap: 2px;
    min-width: 0;
  }

  .bundle-mobile-item small,
  .bundle-mobile-cart-row small {
    overflow: hidden;
    color: #64748b;
    font-size: 0.69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bundle-mobile-item b {
    color: #0f766e;
    font-size: 0.75rem;
  }

  .bundle-mobile-item > button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #2563eb;
  }

  .bundle-mobile-item.is-added > button {
    background: #16a34a;
  }

  .bundle-mobile-cart {
    display: grid;
    gap: 10px;
  }

  .bundle-mobile-cart[hidden],
  .bundle-mobile-item-search[hidden],
  .bundle-mobile-saved-items[hidden] {
    display: none !important;
  }

  .bundle-mobile-cart-row {
    padding: 12px;
  }

  .bundle-mobile-cart-row header,
  .bundle-mobile-cart-controls {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .bundle-mobile-cart-row header {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
  }

  .bundle-mobile-cart-row header span {
    display: grid;
    min-width: 0;
  }

  .bundle-mobile-cart-row header button {
    border: 0;
    color: #dc2626;
    background: transparent;
  }

  .bundle-mobile-cart-controls {
    justify-content: space-between;
    padding-top: 11px;
  }

  .bundle-mobile-qty {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    overflow: hidden;
  }

  .bundle-mobile-qty button {
    display: grid;
    width: 30px;
    height: 34px;
    place-items: center;
    border: 0;
    background: #f8fafc;
  }

  .bundle-mobile-qty strong {
    min-width: 27px;
    text-align: center;
  }

  .bundle-mobile-master-rate,
  .bundle-mobile-line-total {
    display: grid;
    gap: 2px;
  }

  .bundle-mobile-master-rate {
    min-width: 92px;
    color: #0f766e;
    text-align: center;
  }

  .bundle-mobile-line-total {
    text-align: right;
  }

  .bundle-mobile-add-more {
    width: 100%;
    padding: 12px;
    border: 1px dashed #2563eb;
    border-radius: 12px;
    color: #1d4ed8;
    background: #eff6ff;
    font-weight: 700;
  }

  .bundle-mobile-review {
    gap: 12px;
  }

  .bundle-mobile-review > section {
    display: grid;
    gap: 7px;
    padding: 15px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
  }

  .bundle-mobile-review header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bundle-mobile-review h3,
  .bundle-mobile-review p {
    margin: 0;
  }

  .bundle-mobile-review header button {
    border: 0;
    color: #2563eb;
    background: transparent;
    font-weight: 700;
  }

  .bundle-mobile-review-items {
    display: grid;
  }

  .bundle-mobile-review-items > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
  }

  .bundle-mobile-review-items > div > span {
    display: grid;
    gap: 2px;
  }

  .bundle-mobile-review-total {
    grid-template-columns: 1fr 1fr;
    color: #fff;
    background: linear-gradient(135deg, #1e3a8a, #3730a3) !important;
  }

  .bundle-mobile-review-total span {
    display: grid;
    gap: 3px;
  }

  .bundle-mobile-review-total small {
    color: rgba(255, 255, 255, 0.72);
  }

  .bundle-mobile-sticky {
    position: fixed;
    z-index: 1020;
    right: 0;
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: 0;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 12px;
    border-top: 1px solid #dbe4f0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(12px);
  }

  .bundle-mobile-sticky > div {
    display: grid;
    gap: 1px;
    text-align: center;
  }

  .bundle-mobile-sticky small {
    color: #64748b;
    font-size: 0.66rem;
  }

  .bundle-mobile-sticky > button {
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #cbd5e1;
    border-radius: 11px;
    color: #334155;
    background: #fff;
    font-weight: 700;
  }

  .bundle-mobile-sticky > button.is-primary {
    border-color: #2563eb;
    color: #fff;
    background: #2563eb;
  }

  #tab-bundles #bundleViewPanel {
    min-height: calc(100dvh - 72px);
    padding: 0 0 calc(92px + env(safe-area-inset-bottom));
  }

  #tab-bundles .bundle-list-filters {
    display: grid;
    grid-template-columns: 1fr 130px;
    gap: 8px;
    margin: 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #tab-bundles .bundle-list-filters .labeled,
  #tab-bundles .bundle-list-filters #bundleListResetFiltersBtn {
    display: none;
  }

  #tab-bundles .bundle-list-search,
  #tab-bundles .bundle-list-select {
    min-width: 0;
    border-radius: 12px;
    background: #fff;
  }

  .bundle-mobile-saved-cards {
    flex-direction: column;
    gap: 10px;
    padding: 0 12px;
  }

  .bundle-mobile-saved-card {
    padding: 13px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.045);
  }

  .bundle-mobile-saved-card header,
  .bundle-mobile-saved-card footer {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .bundle-mobile-saved-card header > div {
    display: grid;
    flex: 1;
    min-width: 0;
  }

  .bundle-mobile-saved-card header > b {
    color: #0f766e;
    font-size: 0.79rem;
    white-space: nowrap;
  }

  .bundle-mobile-saved-card p {
    margin: 11px 0;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .bundle-mobile-saved-card footer {
    border-top: 1px solid #eef2f7;
    padding-top: 10px;
  }

  .bundle-mobile-saved-card footer button {
    flex: 1;
    min-height: 36px;
    border: 0;
    border-radius: 9px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 0.72rem;
    font-weight: 700;
  }

  .bundle-mobile-saved-card footer button.is-danger {
    flex: 0 0 38px;
    color: #dc2626;
    background: #fef2f2;
  }

  .bundle-mobile-empty {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 30px 18px;
    color: #64748b;
    text-align: center;
  }

  .bundle-mobile-empty i {
    color: #94a3b8;
    font-size: 2rem;
  }

  .bundle-mobile-empty strong {
    color: #334155;
  }

  .bundle-mobile-empty button {
    margin-top: 8px;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #2563eb;
    font-weight: 700;
  }

  .bundle-mobile-detail,
  .bundle-mobile-saving {
    position: fixed;
    z-index: 17020;
    inset: 0;
    align-items: flex-end;
    justify-content: center;
  }

  .bundle-mobile-detail-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.62);
  }

  .bundle-mobile-detail-card {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 86dvh;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    overflow: auto;
    border-radius: 22px 22px 0 0;
    background: #fff;
    box-shadow: 0 -18px 45px rgba(15, 23, 42, 0.22);
  }

  .bundle-mobile-detail-card > header,
  .bundle-mobile-detail-card > footer,
  #bundleMobileDetailBody > section > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .bundle-mobile-detail-card h2,
  .bundle-mobile-detail-card p {
    margin: 2px 0 0;
  }

  .bundle-mobile-detail-card > header > button {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
  }

  .bundle-mobile-detail-category {
    display: inline-flex;
    margin: 14px 0 7px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 0.7rem;
    font-weight: 700;
  }

  #bundleMobileDetailBody > section {
    margin: 14px 0;
    border-top: 1px solid #e2e8f0;
  }

  #bundleMobileDetailBody > section > div {
    padding: 11px 0;
    border-bottom: 1px solid #eef2f7;
  }

  #bundleMobileDetailBody > section > div > span {
    display: grid;
  }

  .bundle-mobile-detail-total {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: 12px;
    color: #fff;
    background: #1e3a8a;
  }

  .bundle-mobile-detail-card > footer {
    margin-top: 15px;
  }

  .bundle-mobile-detail-card > footer button {
    flex: 1;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 11px;
    background: #fff;
    font-weight: 700;
  }

  .bundle-mobile-detail-card > footer button:first-child {
    border-color: #2563eb;
    color: #fff;
    background: #2563eb;
  }

  .bundle-mobile-saving {
    z-index: 17030;
    align-items: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.68);
    backdrop-filter: blur(5px);
  }

  .bundle-mobile-saving > div {
    display: grid;
    justify-items: center;
    width: min(100%, 320px);
    padding: 28px 22px;
    border-radius: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.3);
  }

  .bundle-mobile-saving-ring {
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    border: 6px solid #dbeafe;
    border-top-color: #2563eb;
    border-radius: 50%;
    color: #1d4ed8;
    animation: bundle-mobile-spin 1.25s linear infinite;
  }

  .bundle-mobile-saving-ring i {
    font-size: 1.25rem;
  }

  .bundle-mobile-saving-ring strong {
    font-size: 0.72rem;
  }

  .bundle-mobile-saving h2 {
    margin: 17px 0 4px;
  }

  .bundle-mobile-saving p {
    margin: 0;
    color: #64748b;
    font-size: 0.8rem;
  }

  @keyframes bundle-mobile-spin {
    to { transform: rotate(360deg); }
  }

  .bundle-mobile-success {
    position: fixed;
    z-index: 17025;
    inset: 0;
    flex-direction: column;
    align-items: center;
    padding: calc(62px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));
    overflow: auto;
    text-align: center;
    background: linear-gradient(180deg, #eff6ff, #fff 45%);
  }

  .bundle-mobile-success-icon {
    display: grid;
    width: 86px;
    height: 86px;
    place-items: center;
    border: 7px solid #dcfce7;
    border-radius: 50%;
    color: #fff;
    background: #16a34a;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.2);
    font-size: 2.2rem;
  }

  .bundle-mobile-success h1 {
    margin: 22px 0 6px;
    font-size: 1.45rem;
  }

  .bundle-mobile-success > p {
    margin: 0;
    color: #64748b;
  }

  .bundle-mobile-success > section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    margin: 28px 0;
  }

  .bundle-mobile-success > section > div {
    display: grid;
    gap: 6px;
    padding: 13px 7px;
    border: 1px solid #dbe4f0;
    border-radius: 13px;
    background: #fff;
  }

  .bundle-mobile-success > section small {
    color: #64748b;
    font-size: 0.66rem;
  }

  .bundle-mobile-success > footer {
    display: grid;
    gap: 9px;
    width: 100%;
    margin-top: auto;
  }

  .bundle-mobile-success > footer button {
    min-height: 47px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    color: #334155;
    background: #fff;
    font-weight: 700;
  }

  .bundle-mobile-success > footer button.is-primary {
    border-color: #2563eb;
    color: #fff;
    background: #2563eb;
  }

  body.bundle-mobile-focused-flow #toastStack .app-toast-success {
    border-color: #15803d;
    color: #fff;
    background: #166534;
    box-shadow: 0 14px 30px rgba(20, 83, 45, 0.35);
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .bundle-mobile-saving-ring {
    animation: none;
  }
}
