/* ==========================================================
   WorldSpace Broadband
   Refund Policy Page
   Polished Legal Design
   ========================================================== */

.refund-policy-page {
    position: relative;
    overflow: hidden;

    min-height: 100vh;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(8,121,217,.10) 0,
            rgba(8,121,217,0) 32%
        ),
        radial-gradient(
            circle at 92% 35%,
            rgba(73,168,237,.10) 0,
            rgba(73,168,237,0) 34%
        ),
        linear-gradient(
            180deg,
            #f7fbff 0%,
            #eef7ff 48%,
            #f8fbfe 100%
        );

    color: #17345f;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    padding-bottom: 70px;
}


/* ==========================================================
   Container
   ========================================================== */

.refund-policy-container {
    width: min(1100px, calc(100% - 40px));

    margin: 0 auto;
}


/* ==========================================================
   Background Curves
   ========================================================== */

.refund-policy-page::before {
    content: "";

    position: absolute;

    top: 250px;
    left: -15%;

    width: 130%;
    height: 420px;

    border: 1px solid rgba(8,121,217,.08);

    border-radius: 50%;

    transform: rotate(-4deg);

    box-shadow:
        0 35px 0 rgba(8,121,217,.045),
        0 70px 0 rgba(8,121,217,.035),
        0 105px 0 rgba(8,121,217,.025);

    pointer-events: none;
}


.refund-policy-page::after {
    content: "";

    position: absolute;

    top: 430px;
    left: -12%;

    width: 124%;
    height: 300px;

    border: 1px solid rgba(73,168,237,.08);

    border-radius: 50%;

    transform: rotate(3deg);

    box-shadow:
        0 30px 0 rgba(73,168,237,.035),
        0 60px 0 rgba(73,168,237,.025);

    pointer-events: none;
}


/* Keep page content above background */

.refund-policy-page > * {
    position: relative;

    z-index: 2;
}


/* ==========================================================
   Hero
   ========================================================== */

.refund-policy-hero {
    position: relative;

    overflow: hidden;

    padding: 48px 0 42px;

    background:
        linear-gradient(
            135deg,
            #f4faff 0%,
            #ffffff 48%,
            #f1f8ff 100%
        );

    border-bottom: 1px solid #dceaf6;

    text-align: center;
}


/* Left decorative wave */

.refund-policy-hero::before {
    content: "";

    position: absolute;

    left: -120px;
    top: 20px;

    width: 520px;
    height: 250px;

    border: 1px solid rgba(8,121,217,.12);

    border-radius: 50%;

    transform: rotate(-18deg);

    box-shadow:
        0 18px 0 rgba(8,121,217,.05),
        0 36px 0 rgba(8,121,217,.04),
        0 54px 0 rgba(8,121,217,.03);

    pointer-events: none;
}


/* Right decorative wave */

.refund-policy-hero::after {
    content: "";

    position: absolute;

    right: -150px;
    top: 35px;

    width: 560px;
    height: 250px;

    border: 1px solid rgba(8,121,217,.12);

    border-radius: 50%;

    transform: rotate(18deg);

    box-shadow:
        0 18px 0 rgba(8,121,217,.05),
        0 36px 0 rgba(8,121,217,.04),
        0 54px 0 rgba(8,121,217,.03);

    pointer-events: none;
}


.refund-policy-hero .refund-policy-container {
    position: relative;

    z-index: 2;
}


/* ==========================================================
   Hero Typography
   ========================================================== */

.refund-policy-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    padding: 6px 13px;

    border-radius: 30px;

    background: #e8f5ff;

    color: #0879d9;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}


.refund-policy-hero h1 {
    margin: 0;

    color: #102f67;

    font-size: 36px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -.02em;
}


.refund-policy-hero p {
    max-width: 760px;

    margin: 14px auto 0;

    color: #607993;

    font-size: 15px;

    line-height: 1.7;
}


/* ==========================================================
   Main Card
   ========================================================== */

.refund-policy-card {
    position: relative;

    z-index: 3;

    margin: -18px auto 0;

    padding: 38px 42px;

    background: rgba(255,255,255,.98);

    border: 1px solid #dceaf5;

    border-radius: 15px;

    box-shadow:
        0 15px 40px rgba(20,80,130,.06);

    box-sizing: border-box;
}


/* ==========================================================
   Introduction
   ========================================================== */

.refund-policy-intro {
    padding-bottom: 28px;

    border-bottom: 1px solid #e3edf5;
}


.refund-policy-intro p {
    max-width: 850px;

    margin: 0;

    color: #536b84;

    font-size: 15px;

    line-height: 1.8;
}


/* ==========================================================
   Policy List
   ========================================================== */

.refund-policy-list {
    display: flex;

    flex-direction: column;
}


/* ==========================================================
   Policy Item
   ========================================================== */

.refund-policy-item {
    display: grid;

    grid-template-columns:
        44px
        minmax(0, 1fr);

    gap: 18px;

    padding: 26px 0;

    border-bottom: 1px solid #e4edf5;
}


.refund-policy-item:last-child {
    border-bottom: 0;
}


/* ==========================================================
   Number Badge
   ========================================================== */

.refund-policy-number {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 38px;
    height: 38px;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #eef7ff,
            #e5f2ff
        );

    color: #0879d9;

    font-size: 12px;

    font-weight: 800;

    border: 1px solid #d5eaff;
}


/* ==========================================================
   Policy Heading
   ========================================================== */

.refund-policy-item h3 {
    margin: 1px 0 8px;

    color: #17345f;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.45;
}


/* ==========================================================
   Policy Body
   ========================================================== */

.refund-policy-item p {
    margin: 0 0 10px;

    color: #536b84;

    font-size: 15px;

    line-height: 1.8;
}


.refund-policy-item p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   Important Values
   ========================================================== */

.refund-policy-item strong {
    color: #102f67;

    font-weight: 800;
}


/* ==========================================================
   Important Notice
   ========================================================== */

.refund-policy-note {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 28px;

    padding: 18px;

    background:
        linear-gradient(
            135deg,
            #eef8ff,
            #f7fbff
        );

    border-left: 3px solid #0879d9;

    border-radius: 6px;

    color: #48647f;

    font-size: 14px;

    line-height: 1.7;
}


.refund-policy-note strong {
    flex-shrink: 0;

    color: #102f67;
}


/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 700px) {

    .refund-policy-container {
        width: min(100% - 20px, 1100px);
    }


    .refund-policy-hero {
        padding: 38px 0 34px;
    }


    .refund-policy-hero h1 {
        font-size: 30px;
    }


    .refund-policy-hero p {
        padding: 0 10px;

        font-size: 14px;
    }


    .refund-policy-hero::before {
        left: -250px;
    }


    .refund-policy-hero::after {
        right: -250px;
    }


    .refund-policy-card {
        margin-top: -15px;

        padding: 27px 20px;

        border-radius: 12px;
    }


    .refund-policy-intro {
        padding-bottom: 24px;
    }


    .refund-policy-intro p {
        font-size: 14px;

        line-height: 1.8;
    }


    .refund-policy-item {
        grid-template-columns:
            36px
            minmax(0, 1fr);

        gap: 13px;

        padding: 22px 0;
    }


    .refund-policy-number {
        width: 33px;
        height: 33px;

        font-size: 11px;
    }


    .refund-policy-item h3 {
        font-size: 17px;
    }


    .refund-policy-item p {
        font-size: 14px;

        line-height: 1.8;
    }


    .refund-policy-note {
        flex-direction: column;

        gap: 4px;

        font-size: 14px;
    }
}


/* ==========================================================
   Small Mobile
   ========================================================== */

@media (max-width: 420px) {

    .refund-policy-container {
        width: calc(100% - 16px);
    }


    .refund-policy-hero h1 {
        font-size: 27px;
    }


    .refund-policy-hero p {
        font-size: 13.5px;
    }


    .refund-policy-card {
        padding: 24px 15px;
    }


    .refund-policy-intro p {
        font-size: 13.5px;
    }


    .refund-policy-item {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        gap: 11px;

        padding: 21px 0;
    }


    .refund-policy-number {
        width: 31px;
        height: 31px;

        font-size: 10px;
    }


    .refund-policy-item h3 {
        font-size: 16px;
    }


    .refund-policy-item p {
        font-size: 13.5px;

        line-height: 1.8;
    }


    .refund-policy-note {
        font-size: 13.5px;
    }
}
