
/* --- 1. Container & Layout --- */
/*.header {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #f2f2f2;
}*/

.header .text h1 {
    font-weight: 100;
}

/* --- 2. The Full-Width Background/Banner Image --- */
.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/6_prices banner-phone.jpg');
    background-size: cover;
    background-position: right bottom;
}

    /* --- 3. The Gradient Fade (Light Grey) --- */
    .banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%,*/ /* Start light grey */
        /*rgba(242, 242, 242, 1) 40%, rgba(242, 242, 242, 0) 75%*/ /* Fade to transparent */
        /*);*/
    }

/* --- 4. Overlay Content & Positioning --- */
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 50%;*/
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
    box-sizing: border-box;
}

/* --- 5, 6, 7. Text and Logo Styling (Vertical Layout) --- */
.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text h2 {
    font-family: 'Calibre', sans-serif;
    font-size: 3em;
    color: #33C1C1;
    font-weight: 600;
    /* ... rest of H2 styles ... */
}

.text p {
    font-family: 'Calibre', sans-serif;
    font-size: 1.2em;
    color: #999999;
    margin: 0 0 20px 0;
    font-weight: 300;
    /* ... rest of P styles ... */
}

/* ... Logo styles ... */
.tablet-logo {
    width: 70px;
    height: auto;
}

    .tablet-logo img {
        width: 100%;
        display: block;
    }


.card-icon {
    text-align: center;
    padding-bottom: 25px;
}

    .card-icon img {
        width: 100px;
    }

.card-image {
    text-align: center;
    padding-bottom: 25px;
}

.imageBorder {
    width: 87%;
    max-width: 420px;
    height: auto;
    object-fit: cover;
    border-radius: 40px;
    border: 4px solid var(--color-accent);
}


.price-seg {
    padding-bottom: 25px;
}


.price-card {
    overflow: auto;
    font-size: 18px;
    line-height: 1.2;
}

.headerSection {
    font-size: 18px;
}

.card-title {
    /*font-size: 20px;*/
    color: var(--color-accent);
}

.card-subheading {
    color: var(--color-sage);
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.duration {
    text-align: left;
    width: 156px;
}

.price {
    color: var(--color-sea-weed);
}

.card-seg {
    padding-bottom: 15px;
}

.headerGroup {
    display: flex;
    gap: 7px;
    width: 260px;
}

    .headerGroup .bullet {
        height: 14px;
    }




@media (min-width: 768px) {
    .prices-grid {
        column-count: 3;
        column-rule: 2px solid var(--color-yellow);
        gap: 30px;
    }

    .card-image {
        min-height: 328px;
        padding-bottom: 0;
    }

    .price-seg {
        padding-bottom: 0;
    }

    .headerSection {
        display: flex;
        justify-content: space-between;
        width: 93%;
    }

    .duration {
        text-align: right;
        width: 156px;
    }

    .price-card:nth-of-type(2) .duration {
        width: 100px;
    }

    .price-card:nth-of-type(2) .headerSection {
        width: 70%;
    }
}

@media (max-width: 970px)
{
    .price-card:nth-of-type(2) .headerSection {
        width: 80%;
    }
}

@media (max-width: 860px) {
    .price-card:nth-of-type(2) .headerSection {
        width: 90%;
    }
}


@media (min-width: 768px) {
    .card-image {
        min-height: 187px;
    }
}


@media (min-width: 788px) {
    .card-image {
        min-height: 188px;
    }
}

@media (min-width: 817px) {
    .card-image {
        min-height: 205px;
    }
}


@media (min-width: 870px) {
    .card-image {
        min-height: 213px;
    }
}

@media (min-width: 925px) {
    .card-image {
        min-height: 225px;
    }
}


@media (min-width: 980px) {
    .card-image {
        min-height: 240px;
    }
}


@media (min-width: 1040px) {
    .card-image {
        min-height: 256px;
    }
}

@media (min-width: 1100px) {
    .card-image {
        min-height: 261px;
    }
}

@media (min-width: 1150px) {
    .card-image {
        min-height: 275px;
    }
}

@media (min-width: 1175px) {
    .card-image {
        min-height: 280px;
    }
}
