.stb-terms-page {
        --terms-green: #4e7d24;
        --terms-green-deep: #285d1b;
        --terms-ink: #173f13;
        --terms-muted: #697366;
        --terms-cream: #fffdf5;
        --terms-pale: #f4faec;
        --terms-gold: #f4c846;
        --terms-gold-deep: #bd861d;
        isolation: isolate;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        color: var(--terms-ink);
        background: var(--terms-cream);
    }

    .stb-terms-page,
    .stb-terms-page * { box-sizing: border-box; }

    .stb-terms-page a { color: white; text-decoration: none; }

    .stb-terms-container {
        width: min(1180px, calc(100% - 48px));
        margin-inline: auto;
    }

    .stb-terms-hero {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        color: #fffdf5;
        border-radius: 0 0 44px 44px;
        background:
            radial-gradient(circle at 76% 12%, rgba(126, 177, 64, .34), transparent 32%),
            linear-gradient(115deg, #285d1b 0%, #4e7d24 100%);
    }

    .stb-terms-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        opacity: .24;
        background:
            radial-gradient(circle at 15% 22%, rgba(255,255,255,.22) 0 1px, transparent 1.5px) 0 0 / 19px 19px,
            radial-gradient(circle at 72% 70%, rgba(255,255,255,.13) 0 1px, transparent 1.5px) 0 0 / 25px 25px;
        mask-image: linear-gradient(to bottom, #000, transparent 95%);
    }

    .stb-terms-hero::after {
        content: "";
        position: absolute;
        right: -8%;
        bottom: -72px;
        left: -8%;
        z-index: -1;
        height: 150px;
        border-radius: 50% 50% 0 0;
        background: rgba(255, 253, 245, .1);
        filter: blur(24px);
    }

    .stb-terms-hero-inner {
        position: relative;
        padding: clamp(58px, 7vw, 88px) 0 clamp(128px, 12vw, 158px);
        text-align: center;
    }

    .stb-terms-leaf {
        position: absolute;
        top: 8px;
        z-index: -1;
        width: clamp(130px, 18vw, 245px);
        color: rgba(244, 200, 70, .42);
        pointer-events: none;
    }

    .stb-terms-leaf.left { left: -25px; transform: rotate(-12deg); }
    .stb-terms-leaf.right { right: -25px; transform: scaleX(-1) rotate(-12deg); }
    .stb-terms-leaf svg { display: block; width: 100%; height: auto; }

    .stb-terms-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 10px 16px;
        color: var(--terms-gold);
        border: 1px solid rgba(244, 200, 70, .55);
        border-radius: 999px;
        background: rgba(23, 63, 19, .22);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .17em;
        line-height: 1;
        text-transform: uppercase;
    }

    .stb-terms-hero h1 {
        max-width: 920px;
        margin: 23px auto 0;
        color: #fffdf5;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(2.55rem, 5.6vw, 5rem);
        letter-spacing: -.045em;
        line-height: .98;
    }

    .stb-terms-hero h1 span { color: var(--terms-gold); }
    
    .stb-terms-hero h2 span { color: var(--terms-gold); }
    
    .stb-terms-hero h3 span { color: var(--terms-gold); }

    .stb-terms-title-line {
        display: flex;
        align-items: center;
        gap: 13px;
        width: min(330px, 72%);
        margin: 23px auto 18px;
        color: var(--terms-gold);
    }

    .stb-terms-title-line span { flex: 1; height: 1px; background: currentColor; opacity: .72; }
    .stb-terms-title-line svg { width: 18px; height: 18px; flex: 0 0 auto; }

    .stb-terms-hero p {
        max-width: 620px;
        margin: 0 auto;
        color: rgba(255, 253, 245, .9);
        font-size: clamp(.92rem, 1.5vw, 1.07rem);
        line-height: 1.65;
    }

    .stb-terms-main {
        position: relative;
        z-index: 2;
        padding: 0 0 82px;
        background:
            radial-gradient(circle at 5% 20%, rgba(111,174,62,.12), transparent 24%),
            radial-gradient(circle at 95% 70%, rgba(244,200,70,.12), transparent 25%),
            var(--terms-cream);
    }

    .stb-terms-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        position: relative;
        z-index: 3;
        width: 100%;
        min-width: 0;
        margin-top: 0;
        margin-bottom: -72px;
        padding: 28px;
        transform: translateY(-72px);
        border: 1px solid rgba(213,157,40,.4);
        border-radius: 28px;
        background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,253,245,.98));
        box-shadow: 0 28px 70px rgba(33,66,20,.13), 0 5px 16px rgba(33,66,20,.06);
    }

    .stb-terms-content { min-width: 0; }

    .stb-terms-meta {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 3px 0 22px;
        color: var(--terms-muted);
        font-size: .78rem;
    }

    .stb-terms-meta svg { width: 16px; height: 16px; color: var(--terms-gold-deep); }

    .stb-terms-section {
        scroll-margin-top: 24px;
        padding: 0 0 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(78,125,36,.16);
    }

    .stb-terms-section:last-of-type { margin-bottom: 0; border-bottom: 0; }

    .stb-terms-section h2 {
        margin: 0 0 9px;
        color: var(--terms-ink);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(1.18rem, 2vw, 1.43rem);
        line-height: 1.2;
    }

    .stb-terms-section h2 span {
        display: inline-block;
        margin-right: 7px;
        color: var(--terms-green);
        font-family: Arial, sans-serif;
        font-size: 1rem;
        font-weight: 800;
        vertical-align: middle;
    }

    .stb-terms-section p,
    .stb-terms-section li {
        color: #596258;
        font-size: .88rem;
        line-height: 1.7;
    }

    .stb-terms-section p { margin: 0 0 9px; }
    .stb-terms-section ul,
    .stb-terms-section ol { margin: 9px 0 0; padding-left: 20px; }
    .stb-terms-section li { margin: 4px 0; padding-left: 3px; }

    .stb-terms-section ul { list-style: none; padding-left: 0; }

    .stb-terms-section ul li {
        position: relative;
        padding-left: 21px;
    }

    .stb-terms-section ul li::before {
        content: "✓";
        position: absolute;
        top: .15em;
        left: 0;
        color: var(--terms-green);
        font-weight: 900;
    }

    .stb-terms-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        margin-top: 26px;
        padding: 17px 18px;
        border: 1px solid rgba(213,157,40,.28);
        border-radius: 15px;
        background: linear-gradient(135deg, #f8f9e9, #fffdf5);
    }

    .stb-terms-cta-copy { display: flex; align-items: center; gap: 11px; }
    .stb-terms-cta-copy svg { width: 26px; height: 26px; flex: 0 0 auto; color: var(--terms-green); }
    .stb-terms-cta strong { display: block; font-size: .84rem; }
    .stb-terms-cta small { display: block; margin-top: 3px; color: var(--terms-muted); font-size: .72rem; }

    .stb-terms-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 40px;
        padding: 9px 14px 9px 17px;
        color: #fff;
        border-radius: 999px;
        background: var(--terms-green-deep);
        font-size: .76rem;
        font-weight: 800;
        white-space: nowrap;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .stb-terms-cta-button:hover,
    .stb-terms-cta-button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(40,93,27,.2); }
    .stb-terms-cta-button svg { width: 16px; height: 16px; }

    @media (max-width: 1100px) {
        .stb-terms-container { width: min(100% - 36px, 980px); }
        .stb-terms-card { padding: 22px; }
        .stb-terms-section p,
        .stb-terms-section li { font-size: .84rem; }
    }

    @media (max-width: 820px) {
        .stb-terms-card {
            padding: 22px;
            margin-bottom: -62px;
            transform: translateY(-62px);
        }
    }

    @media (max-width: 620px) {
        .stb-terms-container { width: min(100% - 24px, 560px); }
        .stb-terms-hero { border-radius: 0 0 28px 28px; }
        .stb-terms-hero-inner { padding: 48px 0 106px; }
        .stb-terms-leaf { width: 130px; opacity: .7; }
        .stb-terms-leaf.left { left: -54px; }
        .stb-terms-leaf.right { right: -54px; }
        .stb-terms-eyebrow { padding: 9px 12px; font-size: 9px; letter-spacing: .12em; }
        .stb-terms-hero h1 { margin-top: 19px; font-size: clamp(2.15rem, 11vw, 3rem); }
        .stb-terms-title-line { margin: 18px auto 15px; }
        .stb-terms-hero p { padding-inline: 12px; font-size: .84rem; line-height: 1.5; }
        .stb-terms-main { padding-bottom: 52px; }
        .stb-terms-card { margin-bottom: -58px; padding: 16px; border-radius: 22px; transform: translateY(-58px); }
        .stb-terms-content { padding: 2px 2px 0; }
        .stb-terms-meta { margin: 2px 0 18px; font-size: .7rem; }
        .stb-terms-section { padding-bottom: 16px; margin-bottom: 16px; }
        .stb-terms-section h2 { font-size: 1.18rem; }
        .stb-terms-section p,
        .stb-terms-section li { font-size: .81rem; line-height: 1.62; }
        .stb-terms-cta { align-items: stretch; flex-direction: column; gap: 13px; padding: 14px; }
        .stb-terms-cta-button { justify-content: center; width: 100%; }
    }

    @media (max-width: 380px) {
        .stb-terms-card { padding: 13px; }
        .stb-terms-hero h1 { font-size: 2.05rem; }
    }

    @media (prefers-reduced-motion: reduce) {
        .stb-terms-page *,
        .stb-terms-page *::before,
        .stb-terms-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }
    .stb-terms-notice-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    padding: 14px 16px;
    border: 1px solid rgba(78, 125, 36, .22);
    border-radius: 15px;
    background: linear-gradient(135deg, #f8f9e9, #eef6df);
    color: var(--terms-muted);
    font-size: .8rem;
    line-height: 1.5;
}

.stb-terms-notice-inline strong {
    display: block;
    margin-bottom: 2px;
    color: var(--terms-ink);
    font-size: .82rem;
}

.stb-terms-notice-icon {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    color: #fff;
    border-radius: 50%;
    background: var(--terms-green);
}

.stb-terms-notice-icon svg {
    width: 18px;
    height: 18px;
}

.custom-style{
    display: inline-block;
    margin-right: 7px;
    color: var(--terms-green);
    font-family: Arial, sans-serif;
    font-size: .78rem;
    font-weight: 800;
    vertical-align: middle;
}

 .stb-au-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    justify-content: center;
    font-weight: 700;
}

.stb-au-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.stb-au-breadcrumb strong {
    color: #ffffff;
}

@media (max-width: 1024px) {
.stb-au-breadcrumb {
        justify-content: center;
    }
}

@media (max-width: 767px) {
 .stb-au-breadcrumb {
        margin-bottom: 25px;
        font-size: 11px;
    }
}