.giacom-plan-hero,
.topbanner {
    background-image: url(https://supabroadband.co.uk/wp-content/uploads/2026/01/topbanner.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 185px 40px;
}

.giacom-plan-container,
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}

.giacom-plan-title,
.page-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    position: relative;
}

.giacom-plan-title span,
.page-title span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 10px;
}

.giacom-plan-title__icon,
.hpp-icn {
    display: inline-block;
}

.giacom-plan-title__image,
.news_img {
    width: 80px;
    margin-left: -120px;
    max-width: 100px;
    height: auto;
}

.giacom-plan-card,
.plan-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.giacom-plan-card__header,
.plan-header {
    background: #bcd8ff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.giacom-plan-card__header h2,
.plan-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}

.giacom-plan-card__price,
.price {
    font-size: 2rem;
    font-weight: 800;
}

.giacom-plan-card__price span,
.price span {
    font-size: 14px;
    font-weight: 400;
}

.giacom-plan-card__detail,
.plan-body {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}

.giacom-plan-card__speeds,
.speed-column {
    text-align: center;
    border-right: 1px solid #000;
    padding: 25px;
}

.giacom-plan-card__speeds-image {
    margin-bottom: 15px;
    height: auto;
}

.giacom-plan-speed,
.speed {
    margin: 12px 0;
}

.giacom-plan-speed strong,
.speed strong {
    font-size: 1.6rem;
}

.giacom-plan-benefits,
.benefits-column {
    padding: 25px;
}

.giacom-plan-benefits h3,
.benefits-column h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
}

.giacom-plan-benefits__group,
.benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.giacom-plan-benefit-box,
.benefit-box {
    text-align: left;
}

.giacom-plan-benefit-box h4,
.benefit-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 800;
}

.giacom-plan-benefit-box ul,
.benefit-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.giacom-plan-benefit-box li,
.benefit-box li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.giacom-plan-benefit-tag,
.tag {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 10px;
    white-space: nowrap;
}

.giacom-plan-benefit-tag.free,
.tag.free {
    background: #43f5a1;
}

.giacom-plan-benefit-tag.bonus,
.tag.bonus {
    background: #a8e6a3;
}

.giacom-plan-benefit-tag.add,
.tag.add {
    background: #d6d3ff;
}

.giacom-plan-card__footer,
.plan-footer {
    background: #f1f3f7;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.giacom-plan-card__meta p,
.footer-info p {
    margin: 6px 0;
}

.giacom-plan-card__cta,
.cta-btn {
    background: #43f5a1;
    border-radius: 999px;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #43f5a1;
    text-decoration: none;
    color: #0f172a;
    display: inline-block;
}

.giacom-plan-card__cta:hover,
.cta-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border: 1px solid #0f172a;
}

.giacom-plan-error {
    max-width: 720px;
    margin: 120px auto;
    padding: 40px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    text-align: center;
}

.giacom-plan-error h1 {
    font-size: 28px;
    margin-bottom: 16px;
}

.giacom-plan-error p {
    margin-bottom: 24px;
}

.giacom-plan-error__cta {
    text-decoration: none;
}

@media (max-width: 1000px) {
 

    .giacom-plan-title span,
    .page-title span {
        line-height: 25px;
    }

    .giacom-plan-container,
    .page-wrap {
        padding: 40px 20px;
    }

    .giacom-plan-card__header,
    .plan-header {
        flex-direction: column;
        text-align: center;
    }

    .giacom-plan-card__detail,
    .plan-body {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .giacom-plan-card__speeds,
    .speed-column {
        border-bottom: 1px solid #000;
        border-right: none;
    }

    .giacom-plan-benefits h3,
    .benefits-column h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .giacom-plan-benefits__group,
    .benefits-wrapper {
        grid-template-columns: 1fr;
    }

    .giacom-plan-card__footer,
    .plan-footer {
        flex-direction: column;
        gap: 15px;
    }

    .giacom-plan-card__cta,
    .cta-btn {
        padding: 14px 20px;
    }

    .giacom-plan-title__image,
    .news_img {
        width: 60px;
        margin-left: -80px;
    }
}