/* Orange page. Extracted verbatim from the first inline <style> block in orange.php. */
/* Orange partner page — subscription plan header bars */
.orange-sub-header {
    padding: var(--space-4);
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    color: var(--text-inverse);
}
.orange-sub-header h3,
.orange-sub-header p { color: var(--text-inverse); }

.orange-sub-header--blue   { background-color: #0096D6; }
.orange-sub-header--purple { background-color: #B55ED7; }
/* Orange page. Extracted verbatim from the second inline <style> block in orange.php. */
        .hero-background-orange {
            background-image: url("resources/images/stock/stockfootage/abstract-orange.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        #orange .box {
            padding: 0;
            margin: 0;
            overflow: hidden;
            border: none;
            display: flex;
            flex-wrap: wrap;
        }

        #orange h2 {
            margin: 0;
        }

        .orange-sub {
            background-color: var(--surface);
            border-radius: 1.75rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 100%;
        }

        .orange-sub-header {
            background-color: black;
            color: white;
            text-align: left;
            padding: 1rem;
            width: 100%;
        }

        .orange-sub-header h3 {
            color: white;
            margin: 0;
            font-size: 1.5rem;
        }

        .orange-sub-header p {
            margin: 0;
            font-size: 1rem;
            color: white;
            width: 100%;
        }

        .orange-sub-body {
            padding: 1rem 1rem;
            border-top: none;
            border-bottom-left-radius: 1.75rem;
            border-bottom-right-radius: 1.75rem;
            background-color: white;
            width: 100%;
        }

        .orange-sub-price {
            flex: 2;
            text-align: left;
        }

        .orange-sub-price p {
            margin: 0;
            font-size: 1rem;
            color: var(--grey-900);
        }

        .orange-sub-price h3 {
            color: var(--orange);
            font-size: 2rem;
            margin: 0.5rem 0;
        }

        .orange-sub-price ul {
            list-style: none;
            padding: 0;
            margin: 0.5rem 0;
        }

        .orange-sub-price ul li {
            font-size: 1rem;
            margin: 0.5rem 0;
            color: var(--grey-900);
            border-bottom: 1px solid #f0f0f0;
        }

        .orange-sub-price ul li i {
            margin-right: 0.5rem;
            color: var(--orange);
        }

        .orange-info {
            padding: 20px;
            margin: 20px 0;
            text-align: center;
        }

        /* Ensure the price container adapts well on small screens */
        .price-container {
            display: flex;
            flex-wrap: wrap;
            /* Allow wrapping on small screens */
            align-items: center;
            gap: 8px;
        }

        /* Regular price styling */
        .orange-sub-price h3 {
            color: var(--orange);
            font-size: 2rem;
            margin: 0;
            white-space: nowrap;
            /* Prevent breaking into multiple lines */
        }

        /* Promo badge styling */
        .promo-badge {
            background-color: var(--orange);
            color: white;
            padding: 4px 10px;
            border-radius: 5px;
            font-size: 0.75rem;
            /* Slightly smaller for better fit */
            font-weight: bold;
            text-transform: uppercase;
            white-space: nowrap;
        }

        /* Adjust box padding for better spacing */
        .orange-sub-body {
            padding: 1rem;
        }

        /* Responsive Design for Mobile */
        @media (max-width: 480px) {
            .price-container {
                flex-direction: column;
                /* Stack price and promo badge vertically */
                align-items: flex-start;
                /* Align text to the left */
                margin-bottom: 10px;
            }

            .promo-badge {
                margin-top: 5px;
                /* Add spacing when stacked */
            }

            .orange-sub-price h3 {
                font-size: 1.8rem;
                /* Slightly reduce font size on small screens */
            }

            .orange-sub-price ul li {
                font-size: 0.9rem;
                /* Adjust text size for better readability */
            }
        }

        .benefits-section {
            text-align: center;
        }

        .benefits-section .box {
            border: 1px solid #ff7900;
        }

        .benefits-section .box i {
            font-size: 1.5rem;
            color: #ff7900;
        }

        .benefits-section .box h5 {
            font-size: 1.5rem;
            color: #ff7900;
        }

        .roaming-info i {
            color: var(--orange);
        }

        /* Roaming Section Modern Look */
        .roaming-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin: 20px 0;
            padding: 10px;
        }

        .roaming-region {
            background-color: var(--text-inverse);
            padding: 20px;
            border-radius: 1.75rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 280px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .roaming-region i {
            font-size: 2rem;
            color: var(--orange);
            margin-bottom: 10px;
        }

        .roaming-region h4 {
            margin: 10px 0 5px;
            font-size: 1.3rem;
            color: var(--grey-900);
            font-weight: bold;
        }

        .roaming-region p {
            color: #555;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .roaming-region:hover {
            transform: translateY(-5px);
        }

        /* Contact Section Styling */
        .contact-info i {
            color: var(--orange);
        }

        .contact-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin: 20px 0;
            padding: 10px;
        }

        .contact-item {
            background-color: var(--text-inverse);
            padding: 20px;
            border-radius: 1.75rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: center;
            width: 280px;
            transition: transform 0.3s ease;
        }

        .contact-item i {
            font-size: 2rem;
            color: var(--orange);
            margin-bottom: 10px;
        }

        .contact-item h4 {
            font-size: 1.3rem;
            color: var(--grey-900);
            margin: 10px 0 5px;
            font-weight: bold;
        }

        .contact-item p {
            font-size: 1rem;
            color: #555;
            margin: 5px 0;
            line-height: 1.5;
        }

        .contact-item small {
            font-size: 0.85rem;
            color: #888;
        }

        .contact-item:hover {
            transform: translateY(-5px);
        }

        /* Disclaimer Styling */
        .disclaimer {
            font-size: 0.95rem;
            color: var(--grey-700);
            margin: 20px 0;
            text-align: center;
            line-height: 1.6;
            background-color: #f4f4f4;
            padding: 15px;
            border-radius: 1.75rem;
            border-left: 4px solid var(--orange);
        }

        .disclaimer i {
            color: var(--orange);
            margin-right: 5px;
        }

        .contact-link {
            color: var(--orange);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-link:hover {
            color: #c56103;
            text-decoration: underline;
        }


        /* Call-to-Action Button */
        .cta-container {
            text-align: center;
            margin: 30px 0;
        }

        .cta.btn {
            background: var(--orange);
            color: var(--text-inverse);
            padding: 15px 30px;
            font-size: 1.1rem;
            border-radius: 1.75rem;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: background 0.3s ease;
        }

        .cta.btn:hover {
            background: #c56103;
        }
