/* =========================================================
   TEN ONE RESORT
   Terms & Conditions Page
   terms.css
   ========================================================= */


/* =========================================================
   01. SHARED CONTAINER
   ========================================================= */

.terms-container {
    position: relative;

    width:
        min(
            calc(
                100% -
                (var(--container-padding) * 2)
            ),
            1180px
        );

    margin-inline:
        auto;
}


/* =========================================================
   02. TERMS HERO
   ========================================================= */

.terms-hero {
    position: relative;

    display: flex;

    align-items: center;

    min-height:
        44vh;

    padding:
        145px 0
        75px;

    overflow: hidden;

    isolation: isolate;

    background:
        url("../images/term_bg.avif");

    background-size:
        cover;

    background-position:
        center center;

    background-repeat:
        no-repeat;
}


/* =========================================================
   03. HERO WHITE FADE
   ========================================================= */

.terms-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,

            rgba(255, 255, 255, 0.99) 0%,

            rgba(255, 255, 255, 0.97) 16%,

            rgba(247, 248, 243, 0.91) 30%,

            rgba(247, 248, 243, 0.70) 45%,

            rgba(247, 248, 243, 0.40) 62%,

            rgba(247, 248, 243, 0.14) 80%,

            rgba(247, 248, 243, 0.02) 94%,

            rgba(247, 248, 243, 0) 100%
        );
}


/* =========================================================
   04. HERO ATMOSPHERIC WASH
   ========================================================= */

.terms-hero::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,

            rgba(255, 255, 255, 0.74) 0%,

            rgba(255, 255, 255, 0.40) 20%,

            rgba(255, 255, 255, 0.13) 44%,

            rgba(255, 255, 255, 0.03) 72%,

            rgba(255, 255, 255, 0) 100%
        );
}


/* =========================================================
   05. HERO CONTENT
   ========================================================= */

.terms-hero
.terms-container {
    position:
        relative;

    z-index:
        2;
}


/* =========================================================
   06. HERO EYEBROW
   ========================================================= */

.terms-hero-eyebrow {
    display:
        inline-flex;

    align-items:
        center;

    gap:
        10px;

    margin-bottom:
        18px;

    color:
        var(--color-primary-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.76rem;

    font-weight:
        700;

    line-height:
        1.2;

    letter-spacing:
        0.18em;

    text-transform:
        uppercase;
}


.terms-hero-eyebrow::before {
    content:
        "";

    width:
        38px;

    height:
        1px;

    flex-shrink:
        0;

    background:
        var(--color-primary-light);
}


/* =========================================================
   07. HERO TITLE
   ========================================================= */

.terms-hero-title {
    max-width:
        760px;

    margin:
        0 0
        20px;

    color:
        var(--color-text-dark);

    font-family:
        var(--font-heading);

    font-size:
        clamp(
            3.6rem,
            7vw,
            6rem
        );

    font-weight:
        var(--font-weight-semibold);

    line-height:
        0.88;

    letter-spacing:
        -0.045em;
}


.terms-hero-title span {
    display:
        block;

    color:
        var(--color-primary);
}


/* =========================================================
   08. HERO DESCRIPTION
   ========================================================= */

.terms-hero-description {
    max-width:
        650px;

    margin:
        0;

    color:
        #50615a;

    font-family:
        var(--font-body-strong);

    font-size:
        1rem;

    font-weight:
        500;

    line-height:
        1.8;
}


/* =========================================================
   09. INTRODUCTION
   ========================================================= */

.terms-introduction {
    position:
        relative;

    padding:
        72px
        0
        62px;

    overflow:
        hidden;

    background:
        var(--color-background);

    isolation:
        isolate;
}


.terms-introduction::before {
    content:
        "";

    position:
        absolute;

    top:
        -220px;

    right:
        -180px;

    width:
        520px;

    height:
        520px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(
                95,
                169,
                184,
                0.075
            ) 0%,
            rgba(
                95,
                169,
                184,
                0
            ) 72%
        );

    pointer-events:
        none;

    z-index:
        -1;
}


/* =========================================================
   10. INTRO GRID
   ========================================================= */

.terms-introduction-grid {
    display:
        grid;

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

    align-items:
        end;

    gap:
        clamp(
            3rem,
            7vw,
            7rem
        );
}


/* =========================================================
   11. SHARED SECTION EYEBROW
   ========================================================= */

.terms-section-eyebrow {
    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    margin-bottom:
        14px;

    color:
        var(--color-primary-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.67rem;

    font-weight:
        700;

    line-height:
        1.2;

    letter-spacing:
        0.16em;

    text-transform:
        uppercase;
}


.terms-section-eyebrow::before {
    content:
        "";

    width:
        30px;

    height:
        1px;

    flex-shrink:
        0;

    background:
        var(--color-primary-light);
}


/* =========================================================
   12. SECTION TITLE
   ========================================================= */

.terms-section-title {
    max-width:
        650px;

    margin:
        0;

    color:
        var(--color-text-dark);

    font-family:
        var(--font-heading);

    font-size:
        clamp(
            2.8rem,
            5vw,
            4.3rem
        );

    font-weight:
        var(--font-weight-semibold);

    line-height:
        0.93;

    letter-spacing:
        -0.035em;
}


.terms-section-title span {
    display:
        block;

    color:
        var(--color-primary);
}


/* =========================================================
   13. INTRO TEXT
   ========================================================= */

.terms-introduction-grid
> div:last-child {
    max-width:
        525px;

    margin-left:
        auto;
}


.terms-introduction-grid
> div:last-child p {
    margin:
        0 0
        16px;

    color:
        var(--color-text-light);

    font-family:
        var(--font-body-strong);

    font-size:
        .95rem;

    font-weight:
        500;

    line-height:
        1.8;
}


.terms-introduction-grid
> div:last-child p:last-child {
    margin-bottom:
        0;
}


/* =========================================================
   14. IMPORTANT TERMS SECTION
   ========================================================= */

.important-terms-section {
    position:
        relative;

    padding:
        25px
        0
        85px;

    background:
        var(--color-background);
}


/* =========================================================
   15. IMPORTANT TERMS HEADER
   ========================================================= */

.important-terms-header {
    max-width:
        720px;

    margin-bottom:
        28px;
}


.important-terms-header
.terms-section-eyebrow {
    margin-bottom:
        10px;
}


/* =========================================================
   16. IMPORTANT TERMS GRID
   ========================================================= */

.important-terms-grid {
    display:
        grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap:
        12px;
}


/* =========================================================
   17. IMPORTANT TERM CARD
   ========================================================= */

.important-term-card {
    position:
        relative;

    display:
        flex;

    flex-direction:
        column;

    min-height:
        270px;

    padding:
        23px
        24px;

    overflow:
        hidden;

    border:
        1px solid
        rgba(
            22,
            74,
            58,
            0.09
        );

    border-radius:
        18px;

    background:
        rgba(
            247,
            248,
            243,
            0.86
        );

    box-shadow:
        0 8px 26px
        rgba(
            22,
            74,
            58,
            0.045
        );

    transition:
        transform
        var(--transition-base),

        border-color
        var(--transition-base),

        background-color
        var(--transition-base),

        box-shadow
        var(--transition-base);
}


.important-term-card:hover {
    transform:
        translateY(-4px);

    border-color:
        rgba(
            63,
            118,
            85,
            0.18
        );

    background:
        var(--color-white);

    box-shadow:
        0 16px 36px
        rgba(
            22,
            74,
            58,
            0.09
        );
}


/* =========================================================
   18. CARD DECORATION
   ========================================================= */

.important-term-card::after {
    content:
        "";

    position:
        absolute;

    right:
        -90px;

    bottom:
        -120px;

    width:
        250px;

    height:
        250px;

    border:
        1px solid
        rgba(
            63,
            118,
            85,
            0.06
        );

    border-radius:
        50%;

    box-shadow:
        0 0 0 35px
        rgba(
            63,
            118,
            85,
            0.025
        ),
        0 0 0 70px
        rgba(
            63,
            118,
            85,
            0.018
        );

    pointer-events:
        none;
}


/* =========================================================
   19. HIGHLIGHT CARD
   ========================================================= */

.important-term-highlight {
    color:
        var(--color-white);

    border-color:
        rgba(
            255,
            255,
            255,
            0.10
        );

    background:
        linear-gradient(
            135deg,
            #103D30 0%,
            #18523F 100%
        );

    box-shadow:
        0 14px 36px
        rgba(
            22,
            74,
            58,
            0.13
        );
}


.important-term-highlight:hover {
    color:
        var(--color-white);

    background:
        linear-gradient(
            135deg,
            #103D30 0%,
            #18523F 100%
        );

    border-color:
        rgba(
            255,
            255,
            255,
            0.16
        );
}


/* =========================================================
   20. JURISDICTION CARD
   ========================================================= */

.important-term-jurisdiction {
    border-color:
        rgba(
            95,
            169,
            184,
            0.13
        );

    background:
        linear-gradient(
            135deg,
            rgba(
                240,
                247,
                246,
                0.95
            ),
            rgba(
                247,
                248,
                243,
                0.90
            )
        );
}


/* =========================================================
   21. CARD TOP
   ========================================================= */

.important-term-top {
    display:
        flex;

    align-items:
        flex-start;

    justify-content:
        space-between;

    margin-bottom:
        auto;
}


/* =========================================================
   22. NUMBER
   ========================================================= */

.important-term-number {
    color:
        rgba(
            63,
            118,
            85,
            0.48
        );

    font-family:
        var(--font-body-strong);

    font-size:
        0.62rem;

    font-weight:
        700;

    letter-spacing:
        0.13em;
}


.important-term-highlight
.important-term-number {
    color:
        rgba(
            255,
            255,
            255,
            0.48
        );
}


/* =========================================================
   23. ICON
   ========================================================= */

.important-term-icon {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        40px;

    height:
        40px;

    flex-shrink:
        0;

    border:
        1px solid
        rgba(
            63,
            118,
            85,
            0.15
        );

    border-radius:
        50%;

    color:
        var(--color-primary);

    background:
        rgba(
            63,
            118,
            85,
            0.07
        );

    font-size:
        0.76rem;
}


.important-term-highlight
.important-term-icon {
    color:
        rgba(
            255,
            255,
            255,
            0.92
        );

    border-color:
        rgba(
            255,
            255,
            255,
            0.18
        );

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );
}


/* =========================================================
   24. CARD TITLE
   ========================================================= */

.important-term-card h3 {
    position:
        relative;

    z-index:
        2;

    margin:
        20px 0
        8px;

    color:
        var(--color-text-dark);

    font-family:
        var(--font-heading);

    font-size:
        1.58rem;

    font-weight:
        var(--font-weight-semibold);

    line-height:
        1;

    letter-spacing:
        -0.015em;
}


.important-term-highlight h3 {
    color:
        var(--color-white);
}


/* =========================================================
   25. CARD TEXT
   ========================================================= */

.important-term-card p {
    position:
        relative;

    z-index:
        2;

    max-width:
        440px;

    margin:
        0;

    color:
        var(--color-text-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.95rem;

    font-weight:
        500;

    line-height:
        1.72;
}


.important-term-highlight p {
    color:
        rgba(
            255,
            255,
            255,
            0.70
        );
}


/* =========================================================
   26. DETAILED TERMS
   ========================================================= */

.terms-details-section {
    position:
        relative;

    padding:
        90px
        0;

    overflow:
        hidden;

    background:
        #F6F7F2;

    isolation:
        isolate;
}


.terms-details-section::before {
    content:
        "";

    position:
        absolute;

    top:
        50%;

    right:
        -250px;

    width:
        580px;

    height:
        580px;

    transform:
        translateY(-50%);

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(
                95,
                169,
                184,
                0.07
            ) 0%,
            rgba(
                95,
                169,
                184,
                0
            ) 72%
        );

    pointer-events:
        none;

    z-index:
        -1;
}


/* =========================================================
   27. DETAILS LAYOUT
   ========================================================= */

.terms-details-layout {
    display:
        grid;

    grid-template-columns:
        minmax(0, 0.78fr)
        minmax(0, 1.15fr);

    align-items:
        start;

    gap:
        clamp(
            3rem,
            7vw,
            7rem
        );
}


/* =========================================================
   28. DETAILS INTRO
   ========================================================= */

.terms-details-intro {
    position:
        sticky;

    top:
        110px;
}


.terms-details-intro > p {
    max-width:
        460px;

    margin:
        22px 0
        0;

    color:
        var(--color-text-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.9rem;

    font-weight:
        500;

    line-height:
        1.78;
}


/* =========================================================
   29. ACCORDION
   ========================================================= */

.terms-accordion-list {
    border-top:
        1px solid
        rgba(
            22,
            74,
            58,
            0.14
        );
}


/* =========================================================
   30. TERMS ITEM
   ========================================================= */

.terms-item {
    border-bottom:
        1px solid
        rgba(
            22,
            74,
            58,
            0.14
        );
}


/* =========================================================
   31. SUMMARY
   ========================================================= */

.terms-item summary {
    display:
        grid;

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

    align-items:
        center;

    gap:
        14px;

    min-height:
        82px;

    cursor:
        pointer;

    list-style:
        none;

    color:
        var(--color-text-dark);

    font-family:
        var(--font-body-strong);

    font-size:
        0.95rem;

    font-weight:
        700;

    line-height:
        1.45;

    transition:
        color
        var(--transition-base);
}


.terms-item summary::-webkit-details-marker {
    display:
        none;
}


.terms-item summary::marker {
    display:
        none;
}


.terms-item summary:hover {
    color:
        var(--color-primary);
}


/* =========================================================
   32. ITEM NUMBER
   ========================================================= */

.terms-item-number {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        30px;

    height:
        30px;

    border:
        1px solid
        rgba(
            63,
            118,
            85,
            0.13
        );

    border-radius:
        50%;

    color:
        var(--color-primary-light);

    background:
        rgba(
            63,
            118,
            85,
            0.05
        );

    font-size:
        0.67rem;

    font-weight:
        700;

    flex-shrink:
        0;
}


/* =========================================================
   33. ITEM TITLE
   ========================================================= */

.terms-item-title {
    min-width:
        0;
}


/* =========================================================
   34. ITEM ICON
   ========================================================= */

.terms-item-icon {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        34px;

    height:
        34px;

    border:
        1px solid
        rgba(
            63,
            118,
            85,
            0.14
        );

    border-radius:
        50%;

    color:
        var(--color-primary);

    background:
        rgba(
            63,
            118,
            85,
            0.05
        );

    font-size:
        0.75rem;

    transition:
        transform
        var(--transition-base),

        background-color
        var(--transition-base),

        color
        var(--transition-base);
}


.terms-item[open]
.terms-item-icon {
    color:
        var(--color-white);

    background:
        var(--color-primary);

    transform:
        rotate(45deg);
}


.terms-item[open]
.terms-item-number {
    color:
        var(--color-white);

    background:
        var(--color-primary);

    border-color:
        var(--color-primary);
}


/* =========================================================
   35. ITEM CONTENT
   ========================================================= */

.terms-item-content {
    padding:
        0
        50px
        24px;

    animation:
        terms-content-in
        260ms
        var(--ease-out);
}


.terms-item-content p {
    max-width:
        620px;

    margin:
        0;

    color:
        var(--color-text-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.9rem;

    font-weight:
        500;

    line-height:
        1.78;
}


@keyframes terms-content-in {

    from {
        opacity:
            0;

        transform:
            translateY(-5px);
    }

    to {
        opacity:
            1;

        transform:
            translateY(0);
    }

}


/* =========================================================
   36. POLICY HIGHLIGHT
   ========================================================= */

.terms-policy-highlight {
    position:
        relative;

    padding:
        35px
        0
        85px;

    background:
        #F6F7F2;
}


/* =========================================================
   37. POLICY CARD
   ========================================================= */

.terms-policy-card {
    position:
        relative;

    display:
        grid;

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

    align-items:
        center;

    gap:
        22px;

    min-height:
        200px;

    padding:
        34px
        38px;

    overflow:
        hidden;

    border-radius:
        20px;

    background:
        linear-gradient(
            125deg,
            #103D30 0%,
            #164A3A 55%,
            #27634D 100%
        );

    box-shadow:
        0 20px 48px
        rgba(
            22,
            74,
            58,
            0.14
        );
}


/* =========================================================
   38. POLICY DECORATION
   ========================================================= */

.terms-policy-card::before {
    content:
        "";

    position:
        absolute;

    right:
        -110px;

    top:
        -170px;

    width:
        420px;

    height:
        420px;

    border-radius:
        50%;

    background:
        radial-gradient(
            circle,
            rgba(
                95,
                169,
                184,
                0.18
            ) 0%,
            rgba(
                95,
                169,
                184,
                0
            ) 72%
        );

    pointer-events:
        none;
}


.terms-policy-card::after {
    content:
        "";

    position:
        absolute;

    right:
        70px;

    bottom:
        -170px;

    width:
        350px;

    height:
        350px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.08
        );

    border-radius:
        50%;

    box-shadow:
        0 0 0 50px
        rgba(
            255,
            255,
            255,
            0.025
        ),
        0 0 0 100px
        rgba(
            255,
            255,
            255,
            0.018
        );

    pointer-events:
        none;
}


/* =========================================================
   39. POLICY ICON
   ========================================================= */

.terms-policy-icon {
    position:
        relative;

    z-index:
        2;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        52px;

    height:
        52px;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.22
        );

    border-radius:
        50%;

    color:
        #C5DED0;

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );

    font-size:
        1rem;
}


/* =========================================================
   40. POLICY CONTENT
   ========================================================= */

.terms-policy-content {
    position:
        relative;

    z-index:
        2;
}


.terms-policy-eyebrow {
    display:
        block;

    margin-bottom:
        7px;

    color:
        rgba(
            255,
            255,
            255,
            0.55
        );

    font-family:
        var(--font-body-strong);

    font-size:
        0.59rem;

    font-weight:
        700;

    letter-spacing:
        0.15em;

    text-transform:
        uppercase;
}


.terms-policy-content h2 {
    max-width:
        560px;

    margin:
        0 0
        11px;

    color:
        var(--color-white);

    font-family:
        var(--font-heading);

    font-size:
        clamp(
            2.1rem,
            4vw,
            3.3rem
        );

    font-weight:
        var(--font-weight-semibold);

    line-height:
        0.94;
}


.terms-policy-content h2 span {
    color:
        #BBD8C6;
}


.terms-policy-content p {
    max-width:
        620px;

    margin:
        0;

    color:
        rgba(
            255,
            255,
            255,
            0.68
        );

    font-family:
        var(--font-body-strong);

    font-size:
        0.9rem;

    font-weight:
        500;

    line-height:
        1.72;
}


/* =========================================================
   41. POLICY BUTTON
   ========================================================= */

.terms-policy-button {
    position:
        relative;

    z-index:
        2;

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    min-height:
        45px;

    padding:
        0 8px
        0 16px;

    flex-shrink:
        0;

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            0.28
        );

    border-radius:
        var(--radius-full);

    color:
        var(--color-white);

    background:
        rgba(
            255,
            255,
            255,
            0.08
        );

    font-family:
        var(--font-body-strong);

    font-size:
        0.74rem;

    font-weight:
        700;

    backdrop-filter:
        blur(8px);

    -webkit-backdrop-filter:
        blur(8px);

    transition:
        transform
        var(--transition-base),

        background-color
        var(--transition-base),

        border-color
        var(--transition-base);
}


.terms-policy-button:hover {
    color:
        var(--color-white);

    background:
        rgba(
            255,
            255,
            255,
            0.15
        );

    border-color:
        rgba(
            255,
            255,
            255,
            0.50
        );

    transform:
        translateY(-2px);
}


.terms-policy-button
> span:last-child {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        28px;

    height:
        28px;

    border-radius:
        50%;

    color:
        var(--color-primary);

    background:
        var(--color-white);

    transition:
        transform
        var(--transition-base);
}


.terms-policy-button:hover
> span:last-child {
    transform:
        translateX(3px);
}


/* =========================================================
   42. CONTACT CTA
   ========================================================= */

.terms-contact-section {
    padding:
        15px
        0
        95px;

    background:
        var(--color-background);
}


.terms-contact-card {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        25px;

    min-height:
        210px;

    padding:
        36px
        42px;

    border:
        1px solid
        rgba(
            22,
            74,
            58,
            0.08
        );

    border-radius:
        20px;

    background:
        rgba(
           247,
            248,
            243,
            0.82
        );

    box-shadow:
        0 12px 36px
        rgba(
            22,
            74,
            58,
            0.06
        );
}


.terms-contact-card h2 {
    max-width:
        540px;

    margin:
        0 0
        12px;

    color:
        var(--color-text-dark);

    font-family:
        var(--font-heading);

    font-size:
        clamp(
            2.35rem,
            4.5vw,
            3.5rem
        );

    font-weight:
        var(--font-weight-semibold);

    line-height:
        0.94;
}


.terms-contact-card h2 span {
    display:
        block;

    color:
        var(--color-primary);
}


.terms-contact-card p {
    max-width:
        520px;

    margin:
        0;

    color:
        var(--color-text-light);

    font-family:
        var(--font-body-strong);

    font-size:
        0.9rem;

    font-weight:
        500;

    line-height:
        1.72;
}


/* =========================================================
   43. CONTACT BUTTON
   ========================================================= */

.terms-contact-button {
    display:
        inline-flex;

    align-items:
        center;

    gap:
        10px;

    min-height:
        49px;

    padding:
        0 9px
        0 16px;

    flex-shrink:
        0;

    border:
        1px solid
        rgba(
            63,
            118,
            85,
            0.20
        );

    border-radius:
        var(--radius-full);

    color:
        var(--color-white);

    background:
        var(--color-primary);

    box-shadow:
        0 10px 26px
        rgba(
            22,
            74,
            58,
            0.12
        );

    font-family:
        var(--font-body-strong);

    font-size:
        0.8rem;

    font-weight:
        700;

    transition:
        transform
        var(--transition-base),

        background-color
        var(--transition-base),

        box-shadow
        var(--transition-base);
}


.terms-contact-button:hover {
    color:
        var(--color-white);

    background:
        var(--color-primary-dark);

    transform:
        translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(
            22,
            74,
            58,
            0.18
        );
}


.terms-contact-button
.fa-arrow-right {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        28px;

    height:
        28px;

    border-radius:
        50%;

    color:
        var(--color-primary);

    background:
        var(--color-white);

    transition:
        transform
        var(--transition-base);
}


.terms-contact-button:hover
.fa-arrow-right {
    transform:
        translateX(3px);
}


/* =========================================================
   44. TABLET
   769px - 1100px
   ========================================================= */

@media (min-width: 769px) and (max-width: 1100px) {

    .terms-hero {
        min-height:
            40vh;

        padding:
            135px 0
            65px;

        background-position:
            center center;
    }


    .terms-hero-title {
        font-size:
            clamp(
                3.2rem,
                7vw,
                5.1rem
            );
    }


    .terms-hero-description {

        color:black;
        max-width:
            580px;

        font-size:
            0.9rem;
    }


    .terms-introduction {
        padding:
            60px
            0
            52px;
    }


    .terms-introduction-grid {
        gap:
            3rem;
    }


    .terms-section-title {
        font-size:
            clamp(
                2.6rem,
                5vw,
                3.8rem
            );
    }


    .important-terms-section {
        padding:
            20px
            0
            70px;
    }


    .important-terms-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }


    .important-term-card {
        min-height:
            240px;

        padding:
            21px;
    }


    .important-term-card h3 {
        font-size:
            1.42rem;
    }


    .terms-details-section {
        padding:
            72px
            0;
    }


    .terms-details-layout {
        gap:
            3.5rem;
    }


    .terms-policy-card {
        grid-template-columns:
            48px
            minmax(0, 1fr);

        padding:
            30px;
    }


    .terms-policy-button {
        grid-column:
            2;

        justify-self:
            start;
    }


    .terms-contact-card {
        padding:
            32px;
    }

}


/* =========================================================
   45. MOBILE
   <= 768px
   ========================================================= */

@media (max-width: 768px) {

    .terms-container {
        width:
            calc(
                100% -
                (var(--container-padding) * 2)
            );
    }


    /* =====================================================
       HERO
       ===================================================== */

    .terms-hero {
        min-height:
            47vh;

        padding:
            120px
            0
            55px;

        background-position:
            62% center;

        background-attachment:
            scroll;
    }


    .terms-hero::before {
        background:
            linear-gradient(
                180deg,

                rgba(255, 255, 255, 0.98) 0%,

                rgba(255, 255, 255, 0.90) 15%,

                rgba(247, 248, 243, 0.70) 31%,

                rgba(247, 248, 243, 0.43) 50%,

                rgba(247, 248, 243, 0.15) 71%,

                rgba(247, 248, 243, 0.03) 88%,

                rgba(247, 248, 243, 0) 100%
            );
    }


    .terms-hero::after {
        background:
            linear-gradient(
                90deg,

                rgba(255, 255, 255, 0.60) 0%,

                rgba(255, 255, 255, 0.35) 27%,

                rgba(255, 255, 255, 0.12) 53%,

                rgba(255, 255, 255, 0) 80%
            );
    }


    .terms-hero-eyebrow {
        margin-bottom:
            11px;

        font-size:
            0.66rem;

        letter-spacing:
            0.14em;
    }


    .terms-hero-eyebrow::before {
        width:
            27px;
    }


    .terms-hero-title {
        max-width:
            100%;

        margin-bottom:
            16px;

        font-size:
            clamp(
                2.65rem,
                11vw,
                3.8rem
            );

        line-height:
            0.92;
    }


    .terms-hero-description {

        color:black;
        max-width:
            100%;

        font-size:
            0.85rem;

        line-height:
            1.72;

        color:
            #43554e;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    .terms-introduction {
        padding:
            52px
            0
            42px;
    }


    .terms-introduction-grid {
        display:
            flex;

        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            1.5rem;
    }


    .terms-section-eyebrow {
        margin-bottom:
            10px;

        font-size:
            0.62rem;
    }


    .terms-section-title {
        font-size:
            clamp(
                2.25rem,
                10vw,
                3.3rem
            );

        line-height:
            0.94;
    }


    .terms-introduction-grid
    > div:last-child {
        max-width:
            100%;

        margin-left:
            0;
    }


    .terms-introduction-grid
    > div:last-child p {
        font-size:
            0.85rem;

        line-height:
            1.72;
    }


    /* =====================================================
       IMPORTANT TERMS
       ===================================================== */

    .important-terms-section {
        padding:
            18px
            0
            60px;
    }


    .important-terms-grid {
        grid-template-columns:
            1fr;

        gap:
            9px;
    }


    .important-term-card {
        min-height:
            220px;

        padding:
            20px;

        border-radius:
            15px;
    }


    .important-term-card h3 {
        margin:
            18px 0
            7px;

        font-size:
            1.42rem;
    }


    .important-term-card p {
        font-size:
            0.89rem;

        line-height:
            1.68;
    }


    .important-term-icon {
        width:
            37px;

        height:
            37px;

        font-size:
            0.70rem;
    }


    /* =====================================================
       DETAILED TERMS
       ===================================================== */

    .terms-details-section {
        padding:
            62px
            0;
    }


    .terms-details-layout {
        display:
            flex;

        flex-direction:
            column;

        gap:
            2.5rem;
    }


    .terms-details-intro {
        position:
            relative;

        top:
            auto;
    }


    .terms-details-intro
    > p {
        max-width:
            100%;

        margin-top:
            15px;

        font-size:
            0.85rem;

        line-height:
            1.7;
    }


    .terms-item summary {
        grid-template-columns:
            30px
            minmax(0, 1fr)
            32px;

        gap:
            10px;

        min-height:
            71px;

        font-size:
            0.85rem;
    }


    .terms-item-number {
        width:
            28px;

        height:
            28px;

        font-size:
            0.64rem;
    }


    .terms-item-icon {
        width:
            31px;

        height:
            31px;

        font-size:
            0.71rem;
    }


    .terms-item-content {
        padding:
            0
            42px
            21px;
    }


    .terms-item-content p {
        font-size:
            0.8rem;

        line-height:
            1.7;
    }


    /* =====================================================
       POLICY
       ===================================================== */

    .terms-policy-highlight {
        padding:
            5px
            0
            62px;
    }


    .terms-policy-card {
        display:
            flex;

        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            17px;

        min-height:
            330px;

        padding:
            28px
            21px;

        border-radius:
            18px;
    }


    .terms-policy-icon {
        width:
            46px;

        height:
            46px;

        font-size:
            0.90rem;
    }


    .terms-policy-content h2 {
        font-size:
            clamp(
                2rem,
                9vw,
                3rem
            );

        line-height:
            0.94;
    }


    .terms-policy-content p {
        font-size:
            0.85rem;

        line-height:
            1.68;
    }


    .terms-policy-button {
        width:
            100%;

        justify-content:
            space-between;

        min-height:
            44px;

        font-size:
            0.73rem;
    }


    /* =====================================================
       CONTACT CTA
       ===================================================== */

    .terms-contact-section {
        padding:
            4px
            0
            65px;
    }


    .terms-contact-card {
        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            20px;

        min-height:
            300px;

        padding:
            28px
            20px;

        border-radius:
            17px;
    }


    .terms-contact-card h2 {
        margin-bottom:
            10px;

        font-size:
            clamp(
                2.1rem,
                9vw,
                3rem
            );
    }


    .terms-contact-card p {
        font-size:
            0.8rem;

        line-height:
            1.68;
    }


    .terms-contact-button {
        width:
            100%;

        justify-content:
            space-between;

        min-height:
            45px;

        font-size:
            0.73rem;
    }

}


/* =========================================================
   46. SMALL MOBILE
   <= 480px
   ========================================================= */

@media (max-width: 480px) {

    .terms-hero {
        min-height:
            45vh;

        padding:
            110px
            0
            48px;
    }


    .terms-hero-title {
        font-size:
            clamp(
                2.35rem,
                12vw,
                3.1rem
            );
    }


    .terms-hero-description {
        color:black;
        font-size:
            0.8rem;
    }


    .terms-introduction {
        padding:
            45px
            0
            35px;
    }


    .terms-section-title {
        font-size:
            clamp(
                2.05rem,
                11vw,
                2.85rem
            );
    }


    .important-terms-section {
        padding:
            14px
            0
            52px;
    }


    .important-term-card {
        min-height:
            205px;

        padding:
            18px;
    }


    .important-term-card h3 {
        font-size:
            1.32rem;
    }


    .important-term-card p {
        font-size:
            0.82rem;
    }


    .terms-details-section {
        padding:
            54px
            0;
    }


    .terms-item summary {
        min-height:
            67px;

        font-size:
            0.78rem;
    }


    .terms-item-content {
        padding:
            0
            38px
            18px;
    }


    .terms-item-content p {
        font-size:
            0.75rem;
    }


    .terms-policy-card {
        min-height:
            310px;

        padding:
            24px
            17px;
    }


    .terms-policy-content h2 {
        font-size:
            2.05rem;
    }


    .terms-policy-content p {
        font-size:
            0.86rem;
    }


    .terms-contact-card {
        min-height:
            285px;

        padding:
            25px
            17px;
    }


    .terms-contact-card h2 {
        font-size:
            2rem;
    }


    .terms-contact-card p {
        font-size:
            0.75rem;
    }

}


/* =========================================================
   47. VERY SMALL PHONES
   <= 375px
   ========================================================= */

@media (max-width: 375px) {

    .terms-hero {
        min-height:
            43vh;

        padding:
            104px
            0
            43px;
    }


    .terms-hero-title {
        font-size:
            2.25rem;
    }


    .terms-hero-description {
        font-size:
            color:black;
            0.8rem;
    }


    .important-term-card {
        min-height:
            190px;
    }


    .important-term-card h3 {
        font-size:
            1.25rem;
    }


    .important-term-card p {
        font-size:
            0.8rem;
    }


    .terms-item summary {
        grid-template-columns:
            27px
            minmax(0, 1fr)
            29px;

        gap:
            8px;

        font-size:
            0.75rem;
    }


    .terms-item-number {
        width:
            25px;

        height:
            25px;
    }


    .terms-item-icon {
        width:
            28px;

        height:
            28px;
    }


    .terms-item-content {
        padding:
            0
            35px
            16px;
    }


    .terms-item-content p {
        font-size:
            0.8rem;
    }


    .terms-policy-card {
        min-height:
            295px;
    }


    .terms-policy-content h2 {
        font-size:
            1.95rem;
    }


    .terms-contact-card {
        min-height:
            270px;
    }

}


/* =========================================================
   48. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .important-term-card,
    .terms-item-icon,
    .terms-policy-button,
    .terms-policy-button
    > span:last-child,
    .terms-contact-button,
    .terms-contact-button
    .fa-arrow-right {
        transition:
            none;
    }


    .important-term-card:hover,
    .terms-policy-button:hover,
    .terms-contact-button:hover {
        transform:
            none;
    }


    .terms-item-content {
        animation:
            none;
    }


    .terms-policy-button:hover
    > span:last-child,
    .terms-contact-button:hover
    .fa-arrow-right {
        transform:
            none;
    }

}