/* Global text styling for non-hero text */
.package-content {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    color: rgb(220, 220, 220);
}

/* ========== Cards ========== */
.package-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "roboto", sans-serif;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.5s;
    z-index: 3;
}

.package-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.package-card-image-link {
    display: block;
    text-align: center;
}

.package-card-image {
    width: 100%;
    height: 176px;
    object-fit: cover;
    border-radius: 6px;
    padding: 0;
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.package-card-content {
    margin-top: 1.3rem;
}

.package-card-title {
    font-size: 2.1em;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #46b5d1;
}


.package-card-price-bubble {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: var(--color-secondary);
    font-weight: bold;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.card-price {
    color: rgb(225, 225, 225);
    font-size: 1.4em;
}

.card-button-row {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-button {
    color: rgb(220, 220, 220);
    text-decoration: none;
    font-size: 1.2rem;
    flex-grow: 1;
    min-width: 8rem;
    max-width: 100%;
    font-weight: 400;
    line-height: 3vh;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.06);
    border: solid 1px rgba(255, 255, 255, 0.05);
    margin-bottom: 0.4rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* ========== Elevator & Hero Styles ========== */
.package-hero {
    position: relative;
    text-align: center;
    margin-top: 4rem;
    text-transform: uppercase;
    font-family: "raleway", sans-serif;
    letter-spacing: 0.3em;
}

.package-title {
    font-size: clamp(3rem, 8vw, 8rem);
    font-weight: 700;
}

.package-subtitle {
    font-family: "Raleway", sans-serif;
    font-size: clamp(1rem, 3vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    color: rgb(220, 220, 220);
}

/* Grid layout - narrower left column, bigger main section */
.package-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2rem;
    margin: 0 auto;
    max-width: 1300px;
    padding: 1rem;
}

/* Elevator box */
.package-elevator {
    position: sticky;
    top: 10vh;
    align-self: start;
    height: fit-content;
}

.package-elevator-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s, box-shadow 0.3s;
}

.package-elevator-content:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.package-elevator-image {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    aspect-ratio: 16 / 9;
}

.package-elevator-image:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

.package-elevator-name {
    font-size: 1.6rem;
    margin: 1rem 0 0.5rem;
}

.package-elevator-price {
    margin: 0.5rem 0 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(220, 220, 220);
}

/* Unified Button Styles */
.elevator-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    color: rgb(220, 220, 220);
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 9999px;
    font-size: 1.2rem;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);

    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.elevator-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Buy Now Button */
.btn-buy-now {
    background:
    radial-gradient(circle at center, rgba(17, 89, 162, 0.50), transparent 95%),
    radial-gradient(circle at center, rgba(0, 123, 255, 0.50), transparent 110%);
}

/* Docs Button (same style, hidden by default) */
.btn-docs {
    display: none;
}

/* Main content column */
.package-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Example content box styling */
.content-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: rgb(220, 220, 220);
    z-index: 3;
}

.content-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.content-box .content-box-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #46b5d1;
}

.content-box-title i {
    margin-right: 0.5rem; /* Adjust the value as needed */
}

/* Slight rounding and shadow for embedded iframes */
.video-frame iframe {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s, box-shadow 0.3s;
}

.video-frame iframe:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 1fr);
    gap: 1.4rem;
    margin-top: 1rem;
}

.image-gallery img {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s, box-shadow 0.3s;

    width: 100%;
    height: auto;
}

.image-gallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.image-gallery video {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s, box-shadow 0.3s;

    width: 100%;
    height: auto;
}

.image-gallery video:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.content-box ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.content-box li {
    font-size: 1.15rem;
    display: list-item;
    margin-bottom: 0.5rem;
}

.content-box > ul > li::marker {
    color: #46b5d1;
}
.content-box li a {
    text-decoration: underline;
}

/* Responsive breakpoint */
@media screen and (max-width: 767px) {
    .package-grid {
        grid-template-columns: 1fr;
    }

    .package-elevator {
        position: static;
        margin-bottom: 2rem;
    }
}

.mobile-package-info {
    display: none;
}

@media screen and (max-width: 767px) {
    .package-elevator {
        display: none;
    }
    .mobile-package-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .package-price-mobile {
        color: rgb(220, 220, 220);
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .mobile-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        text-align: center;
        width: 100%;
    }

    .mobile-buttons a {
        flex: 1;
        text-align: center;
        max-width: 35%;
        margin: 0;
    }
}

/* Utils */

.metadata-container {
    display: none;
}

.large-section:hover {
    transform: translateY(-5px) scale(1.005);
}

.grayed-out {
    color: rgb(176, 176, 176);
}