/* =========================
   GLOBAL
   ========================= */
.astro-plans-67d27786 {
    --astro-primary: #2FD6A0;
    font-family: "Roboto Mono", monospace;
    color: #fff;
    background: #000;
    padding: 5px 0 5px;
    overflow: hidden;
}

.astro-plans-67d27786 * {
    box-sizing: border-box;
}

.astro-plans-67d27786 .astro-plans__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.astro-plans-67d27786 .astro-plans__heading {
    text-align: center;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #fff;
}

/* Toggle */
.astro-plans-67d27786 .astro-tier-toggle-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.astro-plans-67d27786 .astro-tier-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.astro-plans-67d27786 .astro-tier-btn.active {
    background: var(--astro-primary);
    color: #000;
}

/* Carousel */
.astro-plans-67d27786 .astro-carousel-wrap {
    position: relative;
    padding: 20px 0 40px;
}

.astro-plans-67d27786 .astro-carousel {
    display: flex;
    align-items: stretch;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px max(60px, calc(50% - 170px));
    scroll-behavior: smooth;
    user-select: none;
    -webkit-user-select: none;
}

.astro-plans-67d27786 .astro-carousel::-webkit-scrollbar {
    display: none;
}

/* Card */
.astro-plans-67d27786 .astro-card {
    flex: 0 0 340px;
    scroll-snap-align: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease, border-color 0.2s, background 0.2s;
    transform-origin: center center;
    color: #fff;
    display: none; /* hidden by default, shown by JS */
}

.astro-plans-67d27786 .astro-card.is-visible {
    display: flex;
}

.astro-plans-67d27786 .astro-card.is-selected {
    opacity: 1 !important;
    z-index: 3;
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.18), 0 0 42px rgba(255,255,255,0.22);
}

.astro-plans-67d27786 .astro-card--popular.is-selected {
    border-color: rgba(47,214,160,0.75);
    box-shadow: 0 0 0 2px rgba(47,214,160,0.35), 0 0 52px rgba(47,214,160,0.35);
}

.astro-plans-67d27786 .astro-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.18);
    opacity: 1 !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.10), 0 0 34px rgba(255,255,255,0.18);
}

.astro-plans-67d27786 .astro-card--popular {
    border-color: rgba(47, 214, 160, 0.55);
    background: rgba(47, 214, 160, 0.04);
    box-shadow: 0 0 24px rgba(47,214,160,0.10);
}

.astro-plans-67d27786 .astro-card--popular:hover {
    border-color: rgba(47, 214, 160, 0.65);
    background: rgba(47, 214, 160, 0.06);
    opacity: 1 !important;
    box-shadow: 0 0 0 2px rgba(47,214,160,0.22), 0 0 46px rgba(47,214,160,0.22);
}

/* Tags */
.astro-plans-67d27786 .astro-card__tag {
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--astro-primary);
    color: #000 !important;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 6px;
}

/* Header */
.astro-plans-67d27786 .astro-card__header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.astro-plans-67d27786 .astro-card__name {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.astro-plans-67d27786 .astro-card__balance {
    font-size: 1.25rem;
    opacity: 0.5;
    margin-top: 4px;
}
.astro-plans-67d27786 .astro-card__price {
    margin-top: 12px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
.astro-plans-67d27786 .astro-card__price .amount {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}
.astro-plans-67d27786 .astro-card__price .original {
    font-size: 1.5rem;
    opacity: 0.4;
    text-decoration: line-through;
}
.astro-plans-67d27786 .astro-card__price .discount {
    font-size: 1.5rem;
    color: #ff5757;
    font-weight: 700;
}

/* Features */
.astro-plans-67d27786 .astro-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}
.astro-plans-67d27786 .astro-card__features li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 1rem;
    font-weight: 500;
}
.astro-plans-67d27786 .astro-card__features li:last-child {
    border-bottom: none;
}
.astro-plans-67d27786 .astro-card__features .label {
    opacity: 0.5;
    flex-shrink: 0;
}
.astro-plans-67d27786 .astro-card__features .value {
    font-weight: 700;
    text-align: right;
}

/* Button */
.astro-plans-67d27786 .astro-card__btn {
    display: block;
    width: 100%;
    padding: 14px;
    margin-top: 20px;
    background: var(--astro-primary);
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    color: #000 !important;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}
.astro-plans-67d27786 .astro-card__btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

/* Dots */
.astro-plans-67d27786 .astro-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}
.astro-plans-67d27786 .astro-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff; 
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.astro-plans-67d27786 .astro-dot.active {
    background: var(--astro-primary);
    transform: scale(1.2);
}

/* Arrows */
.astro-plans-67d27786 .astro-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff; 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    color: #000;
}
.astro-plans-67d27786 .astro-nav:hover {
    transform: translateY(-50%) scale(1.05);
}
.astro-plans-67d27786 .astro-nav--prev { left: 8px; }
.astro-plans-67d27786 .astro-nav--next { right: 8px; }

@media (max-width: 768px) {
    .astro-plans-67d27786 .astro-nav { display: none; }
    .astro-plans-67d27786 .astro-carousel { padding: 20px max(40px, calc(50% - 160px)); }
}
@media (min-width: 1400px) {
    .astro-plans-67d27786 .astro-carousel { padding: 20px calc(50vw - 650px); }
}
