/* ============================================================
   OASIS NETWORK – SERVICES PAGE
   Modern black & white layout – Montserrat + OpenSans
============================================================ */

/* Reset for this page */
.oasis-services-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.oasis-services-page {
    width: 100%;
    font-family: 'OpenSans', sans-serif;
    font-size: clamp(14px, 1vw + 0.2rem, 36px);
    line-height: 1.75;
}

/* ===================== HERO ===================== */

.oasis-services-page .services-hero {
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 42%, #141414 100%);
    padding: clamp(48px, 2.5vw, 96px) 0 clamp(40px, 2vw, 80px);
    color: #FFF6E5;
}

.oasis-services-page .services-hero .oasis-container {
    background: transparent;
    color: inherit;
    border-radius: 0;
    border: none;
}

.oasis-services-page .services-hero .services-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: clamp(900px, 88vw, 2800px);
    margin: 0 auto;
}

.oasis-services-page .services-hero h1 {
    font-family: 'ArbutusSlab', serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(24px, 1.25vw, 48px);
    letter-spacing: clamp(0.5px, 0.08vw, 3px);
    line-height: 1.15;
    margin-bottom: clamp(16px, 1.1vw, 48px);
    max-width: clamp(1000px, 92vw, 3400px);
}

.oasis-services-page .services-hero .hero-subtitle {
    font-family: 'OpenSans', sans-serif;
    font-size: clamp(14px, 0.95vw, 28px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: clamp(22px, 1.4vw, 56px);
    text-align: center;
    max-width: clamp(640px, 72vw, 1920px);
}

.oasis-services-page .services-hero .hero-badges {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 0.75vw, 28px);
    width: 100%;
    max-width: clamp(900px, 90vw, 3000px);
    padding: 0;
}

.oasis-services-page .services-hero .hero-badges li {
    font-size: clamp(12px, 0.7vw, 26px);
    font-weight: 600;
    color: #ffffff;
    padding: clamp(8px, 0.55vw, 20px) clamp(14px, 1vw, 36px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}

/* ===================== SECTION HEADING ===================== */

.oasis-services-page .section-heading {
    margin-bottom: clamp(26px, 1.2vw, 56px);
}

.oasis-services-page .section-heading h2 {
    font-size: clamp(22px, 1.4vw, 56px);
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.08vw, 3px);
    margin-bottom: clamp(8px, 0.7vw, 24px);
    padding-left: clamp(28px, 1.2vw, 72px);
}

.oasis-services-page .section-heading p {
    padding-left: clamp(28px, 1.2vw, 72px);
    font-size: clamp(14px, 0.95vw, 28px);
    line-height: 1.75;
}

.oasis-services-page .section-heading-center {
    text-align: center;
}

.oasis-services-page .section-heading-center p {
    margin: 0 auto;
    text-align: center;
    max-width: 1100px;
}

/* ===================== PRICING CARDS ===================== */

.oasis-services-page .services-pricing {
    background: #f5f5f5;
    padding: clamp(20px, 1.2vw, 48px) 0 clamp(48px, 2.5vw, 120px);
}

.oasis-services-page .services-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 1.2vw, 56px);
}

.oasis-services-page .service-card {
    background: #fff;
    border-radius: clamp(10px, 0.5vw, 20px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: clamp(1px, 0.1vw, 2px) solid #eee; /* final visible border */
    transition: transform 0.22s ease,
                box-shadow 0.22s ease,
                border-color 0.22s ease;
}

.oasis-services-page .service-card.highlight {
    border-color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.oasis-services-page .service-card:hover {
    border-color: #000;
    border-width: clamp(2px, 0.2vw, 4px);
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

/* card header */

.oasis-services-page .service-card .card-header {
    padding: clamp(18px, 1vw, 48px)
             clamp(20px, 1.1vw, 56px)
             clamp(16px, 0.85vw, 40px);
    border-bottom: clamp(1px, 0.1vw, 2px) solid #eee;
    background: #000;
    color: #fff;
}

.oasis-services-page .service-card .plan-label {
    font-size: clamp(13px, 0.85vw, 26px);
    text-transform: uppercase;
    letter-spacing: clamp(1.3px, 0.12vw, 2.6px);
    margin: clamp(0px, 0vw, 0px)
            clamp(0px, 0vw, 0px)
            clamp(6px, 0.6vw, 12px);
}

.oasis-services-page .service-card .plan-price {
    margin: 0;
    font-size: clamp(30px, 1.5vw, 90px);
}

.oasis-services-page .service-card .plan-text-only {
    font-size: clamp(20px, 1.1vw, 56px);
}

.oasis-services-page .service-card .plan-price .currency {
    font-size: clamp(18px, 1vw, 54px);
    vertical-align: top;
    margin-right: clamp(2px, 0.2vw, 4px);
}

.oasis-services-page .service-card .plan-price .period {
    font-size: clamp(14px, 0.75vw, 42px);
    margin-left: clamp(4px, 0.4vw, 8px);
}

.oasis-services-page .service-card .billing-note {
    margin: clamp(6px, 0.5vw, 20px) 0 0;
    font-size: clamp(12px, 0.65vw, 32px);
    color: #d0d0d0;
}

/* card body */

.oasis-services-page .service-card .card-features {
    list-style: none;
    padding: clamp(14px, 0.85vw, 36px)
             clamp(18px, 1vw, 48px)
             clamp(10px, 0.7vw, 28px);
    margin: 0;
}

.oasis-services-page .service-card .card-features li {
    font-size: clamp(11px, 0.75vw, 32px);
    padding-left: clamp(15px, 1vw, 32px);
    margin-bottom: clamp(6px, 0.6vw, 12px);
    position: relative;
    color: #444;
    font-weight: 600;
}

.oasis-services-page .service-card .card-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
    color: #000;
}

/* card footer */

.oasis-services-page .service-card .card-footer {
    margin-top: auto;
    padding: clamp(14px, 0.85vw, 36px)
             clamp(18px, 1vw, 48px)
             clamp(18px, 1vw, 48px);
}

/* Services page buttons */
.oasis-services-page .btn-primary {
    font-size: clamp(11px, 0.75vw, 32px);
    display: inline-block;
    padding: clamp(8px, 0.6vw, 24px) clamp(10px, 1vw, 36px);
    border-radius: 999px;
    background: #000;
    color: #fff;    
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.1vw, 2px);
    text-decoration: none;
    border: clamp(1px, 0.1vw, 2px) solid #000;
    transition: background 0.2s ease, color 0.2s ease;
}

.oasis-services-page .btn-primary:hover {
    background: #e9e9e9;
    color: #000;
}

/* pricing disclaimer */

.oasis-services-page .pricing-disclaimer {
    margin-top: clamp(14px, 0.9vw, 36px);
    font-size: clamp(12px, 0.65vw, 28px);
    color: #666;
}

/* ===================== FEATURED SERVICES ===================== */

.oasis-services-page .services-features {
    background: #fff;
    padding: clamp(25px, 1.4vw, 56px) 0 clamp(52px, 2.5vw, 120px);
}

.oasis-services-page .features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 1.2vw, 56px);
    margin-top: clamp(18px, 1vw, 48px);
}

.oasis-services-page .feature-item {
    background: #fafafa;
    border-radius: 10px;
    padding: clamp(20px, 1.5vw, 40px)
             clamp(18px, 1.2vw, 36px)
             clamp(22px, 1.5vw, 44px);
    text-align: center;
    border: clamp(1px, 0.1vw, 2px) solid #eee;
    transition: box-shadow 0.2s ease,
                transform 0.2s ease,
                border-color 0.2s ease;
}

.oasis-services-page .feature-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: #ddd;
}

.oasis-services-page .feature-icon {
    width: clamp(50px, 3vw, 100px);
    height: clamp(50px, 3vw, 100px);
    border-radius: 999px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto clamp(12px, 0.8vw, 24px) auto;
}

.oasis-services-page .feature-icon img {
    max-width: clamp(26px, 1.5vw, 52px);
    max-height: clamp(26px, 1.5vw, 52px);
    filter: invert(1);
}

/* Centered Heading */
.oasis-services-page .feature-item h3 {
    font-size: clamp(15px, 0.9vw, 36px);
    margin: 0 0 clamp(6px, 0.6vw, 12px);
    text-align: center;
}

/* Centered Paragraph */
.oasis-services-page .feature-item p {
    color: #555;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

/* ===================== CTA ===================== */

.oasis-services-page .service-cta {
    margin-top: clamp(32px, 1.6vw, 72px);
    text-align: center;
}

.oasis-services-page .service-cta p {
    text-align: center;
    margin-bottom: clamp(10px, 0.8vw, 20px);
}

.service-cta-btn {
	font-size: clamp(13px, 2vw, 26px);
    display: inline-block;
    padding: clamp(9px, 0.8vw, 18px) clamp(26px, 1.6vw, 52px);
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: clamp(1px, 0.1vw, 2px);
    border: clamp(1px, 0.1vw, 2px) solid #000;
    transition: background 0.2s ease, color 0.2s ease;
}

.service-cta-btn:hover {
    background: #e9e9e9;
    color: #000;
}

/* ===================== RESPONSIVE (ALL MEDIA AT BOTTOM) ===================== */

@media (max-width: 767px) {

    .oasis-services-page .services-hero {
        padding: clamp(32px, 8vw, 48px) 0 clamp(28px, 6vw, 40px);
    }

    .oasis-services-page .services-hero h1 {
        font-size: 0;
        line-height: 0;
        letter-spacing: 0;
        max-width: 100%;
    }

    .oasis-services-page .services-hero h1::before {
        content: "BUSINESS INTERNET LEASED LINE\A &\A MANAGED IT SERVICES";
        white-space: pre;
        display: block;
        font-family: 'ArbutusSlab', serif;
        font-weight: 700;
        font-size: clamp(18px, 4.5vw, 28px);
        letter-spacing: clamp(0.3px, 0.08vw, 1px);
        line-height: 1.15;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
    }

    .oasis-services-page .services-hero .hero-subtitle {
        font-size: clamp(13px, 3.2vw, 16px);
        line-height: 1.65;
        text-align: left;
    }

    .oasis-services-page .services-hero .hero-badges {
        padding-left: 0;
        padding-right: 0;
        gap: clamp(8px, 2.5vw, 12px);
    }

    .oasis-services-page .services-hero .hero-badges li {
        white-space: normal;
        text-align: center;
    }

    .oasis-services-page .services-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oasis-services-page .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oasis-services-page .section-heading h2 {
        padding-left: 0;
    }

    .oasis-services-page .section-heading p {
        padding-left: 0;
    }
	
}

@media (max-width: 640px) {

    .oasis-services-page .services-card-grid {
        grid-template-columns: 1fr;
    }

    .oasis-services-page .features-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== END OF SERVICES PAGE ===== */