.pyrot-buy-tokens {
    margin: 1rem 0;
}

.pyrot-buy-tokens__tabs {
    background: #f1f5f9;
    padding: 0.5rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.pyrot-buy-tokens__tabs .nav-link {
    border-radius: 12px;
    color: #64748b;
    transition: all 0.3s ease;
    border: none;
}

.pyrot-buy-tokens__tabs .nav-link.active {
    background: white;
    color: #7c3aed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pyrot-buy-tokens__tabs .nav-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.5);
    color: #475569;
}

.pyrot-buy-tokens__card {
    border-radius: 24px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.pyrot-buy-tokens__card--intro {
    min-height: 500px;
}

.pyrot-buy-tokens__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pyrot-buy-tokens__card.card--pryot {
    background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
    border-color: rgba(14, 165, 233, 0.1);
}

.pyrot-buy-tokens__card.card--pryot-plus {
    background: linear-gradient(135deg, #f7f4ff 0%, #ede9fe 100%);
    border-color: rgba(124, 58, 237, 0.1);
}

.pyrot-buy-tokens__explanatory-content {
    background: rgba(255, 255, 255, 0.5);
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.pyrot-buy-tokens__explanatory-content h6 {
    color: #1e293b;
    font-size: 0.95rem;
}

.pyrot-buy-tokens__explanatory-content p {
    color: #64748b;
    line-height: 1.5;
}

.pyrot-buy-tokens__explanatory-content ul li {
    line-height: 1.4;
    color: #4b5563;
}

.pyrot-buy-tokens__badge {
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
}

.pyrot-buy-tokens__badge img {
    margin-right: 8px;
}

.pyrot-buy-tokens__content {
    color: #4b5563;
    line-height: 1.6;
}

.pyrot-buy-tokens__tiers {
    background: white;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.pyrot-buy-tokens__slider-container {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.pyrot-buy-tokens__slider-container .token-pricing-widget {
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
}

/* Custom Slider Styling */
.pyrot-buy-tokens .token-pricing__range {
    height: 8px;
    background: #e2e8f0;
    border-radius: 5px;
    outline: none;
    margin: 2rem 0 !important;
    accent-color: currentColor;
    width: 100%;
    appearance: none;
}

.pyrot-buy-tokens .token-pricing__range::-webkit-slider-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 6px solid currentColor;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.pyrot-buy-tokens .token-pricing__range::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 6px solid currentColor;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.pyrot-buy-tokens .token-pricing__details {
    padding: 1.5rem;
    background: #f1f5f9;
    border-radius: 12px;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pyrot-buy-tokens .token-pricing__quantity {
    display: flex;
    flex-direction: column;
}

.pyrot-buy-tokens .token-pricing__quantity-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
}

.pyrot-buy-tokens .token-pricing__quantity-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    margin-left: 0.5rem;
}

.pyrot-buy-tokens .token-pricing__price {
    text-align: right;
}

.pyrot-buy-tokens .token-pricing__unit {
    display: block;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
}

.pyrot-buy-tokens__pricing-section {
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.pyrot-buy-tokens__column {
    perspective: 1000px;
}

.pyrot-buy-tokens__tiers ul li {
    padding: 0.25rem 0;
}

.pyrot-buy-tokens .token-pricing-widget {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.pyrot-buy-tokens .token-pricing__range {
    margin: 1.5rem 0 !important;
}

.pyrot-buy-tokens .token-pricing__total {
    color: #0f172a;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.2;
}

.pyrot-buy-tokens .token-pricing__scale {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 600;
}

.btn-price {
    font-weight: 800;
}

.btn-price::before {
    content: " – ";
    font-weight: 400;
    opacity: 0.7;
}

.btn-price:empty {
    display: none;
}

.card--pryot-plus .btn-primary {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.card--pryot-plus .btn-primary:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.4);
}

.card--pryot-plus {
    color: #7c3aed;
}

.card--pryot .btn-primary {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}

.card--pryot .btn-primary:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4);
}

.card--pryot {
    color: #0ea5e9;
}