/**
 * Blessings Therapy Centre
 * Terms and Conditions Page
 * Release: 2.17.0
 */

body.btc-terms-conditions-route {
    overflow-x: hidden;
}

.btcterms-page,
.btcterms-page * {
    box-sizing: border-box;
}

.btcterms-page {
    --btcterms-ink: #183c43;
    --btcterms-ink-soft: #3d6067;
    --btcterms-green: #2d6f73;
    --btcterms-green-dark: #21565a;
    --btcterms-sage: #dce9e4;
    --btcterms-cream: #f8f5ee;
    --btcterms-warm: #b28a52;
    --btcterms-white: #ffffff;
    --btcterms-border: rgba(34, 83, 88, 0.15);
    --btcterms-shadow: 0 24px 70px rgba(27, 71, 75, 0.1);
    --btcterms-radius-lg: 34px;
    --btcterms-radius-md: 24px;
    color: var(--btcterms-ink);
    background: #ffffff;
    font-family: inherit;
    line-height: 1.65;
}

.btcterms-page img {
    display: block;
    max-width: 100%;
}

.btcterms-page a {
    color: inherit;
}

.btcterms-page p,
.btcterms-page h1,
.btcterms-page h2,
.btcterms-page h3,
.btcterms-page h4,
.btcterms-page ul,
.btcterms-page figure {
    margin-top: 0;
}

.btcterms-container {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.btcterms-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #56747a;
    font-size: 14px;
    line-height: 1.4;
}

.btcterms-breadcrumb a {
    text-decoration: none;
}

.btcterms-breadcrumb a:hover,
.btcterms-breadcrumb a:focus-visible {
    color: var(--btcterms-green);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btcterms-eyebrow,
.btcterms-kicker,
.btcterms-final-cta__label,
.btcterms-hero__summary-label,
.btcterms-policy-nav > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--btcterms-green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.btcterms-eyebrow::before,
.btcterms-kicker::before {
    width: 42px;
    height: 1px;
    background: var(--btcterms-warm);
    content: "";
}

.btcterms-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 clamp(72px, 8vw, 112px);
    background:
        radial-gradient(circle at 8% 14%, rgba(103, 155, 158, 0.18), transparent 31%),
        radial-gradient(circle at 92% 8%, rgba(217, 190, 135, 0.17), transparent 30%),
        linear-gradient(145deg, #f7fbfb 0%, #ffffff 54%, #faf7f1 100%);
    border-bottom: 1px solid var(--btcterms-border);
}

.btcterms-hero::after {
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(45, 111, 115, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.btcterms-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: center;
}

.btcterms-hero__copy,
.btcterms-hero__summary {
    min-width: 0;
}

.btcterms-hero h1,
.btcterms-section-heading h2,
.btcterms-notice h2,
.btcterms-final-cta h2 {
    color: var(--btcterms-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.btcterms-hero h1 {
    max-width: 790px;
    margin: 22px 0 24px;
    font-size: clamp(44px, 5.5vw, 78px);
    line-height: 1.03;
}

.btcterms-page em {
    color: #5d8f92;
    font-weight: 500;
}

.btcterms-hero__lead {
    max-width: 740px;
    margin-bottom: 22px;
    color: #4f6e74;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.8;
}

.btcterms-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-bottom: 28px;
    color: #617a7f;
    font-size: 14px;
}

.btcterms-hero__meta strong {
    color: var(--btcterms-ink);
}

.btcterms-hero__actions,
.btcterms-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.btcterms-button {
    display: inline-flex !important;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.btcterms-button--primary {
    color: #ffffff !important;
    background: var(--btcterms-green) !important;
    box-shadow: 0 15px 34px rgba(45, 111, 115, 0.2) !important;
}

.btcterms-button--secondary {
    color: var(--btcterms-ink) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-color: rgba(31, 82, 67, 0.2) !important;
}

.btcterms-button--light {
    color: var(--btcterms-ink) !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(8, 39, 31, 0.18) !important;
}

.btcterms-button--outline-light {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.btcterms-button:hover,
.btcterms-button:focus-visible {
    transform: translateY(-2px);
}

.btcterms-button:focus-visible,
.btcterms-page a:focus-visible {
    outline: 3px solid rgba(73, 139, 144, 0.32);
    outline-offset: 3px;
}

.btcterms-hero__summary {
    position: relative;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--btcterms-border);
    border-radius: var(--btcterms-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--btcterms-shadow);
    backdrop-filter: blur(10px);
}

.btcterms-hero__summary::before {
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 5px;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(90deg, var(--btcterms-green), var(--btcterms-warm));
    content: "";
}

.btcterms-hero__summary h2 {
    margin: 15px 0 24px;
    color: var(--btcterms-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.btcterms-hero__summary ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btcterms-hero__summary li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 17px 0;
    border-top: 1px solid var(--btcterms-border);
}

.btcterms-hero__summary li > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: var(--btcterms-green);
    background: #e7f1ee;
    font-size: 11px;
    font-weight: 800;
}

.btcterms-hero__summary strong,
.btcterms-hero__summary small {
    display: block;
}

.btcterms-hero__summary strong {
    margin-bottom: 4px;
    color: var(--btcterms-ink);
    font-size: 15px;
    line-height: 1.35;
}

.btcterms-hero__summary small {
    color: #668087;
    font-size: 13px;
    line-height: 1.55;
}

.btcterms-trust-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(38px, 5vw, 62px);
    overflow: hidden;
    border: 1px solid var(--btcterms-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 32px rgba(28, 70, 75, 0.06);
}

.btcterms-trust-strip article {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 26px;
}

.btcterms-trust-strip article + article {
    border-left: 1px solid var(--btcterms-border);
}

.btcterms-trust-strip article > span {
    color: var(--btcterms-green);
    font-size: 25px;
    line-height: 1;
}

.btcterms-trust-strip strong {
    display: block;
    margin-bottom: 4px;
    color: var(--btcterms-ink);
    font-size: 15px;
}

.btcterms-trust-strip p {
    margin: 0;
    color: #647b80;
    font-size: 13px;
    line-height: 1.55;
}

.btcterms-section {
    position: relative;
    padding: clamp(70px, 8vw, 112px) 0;
}

.btcterms-section--notice {
    padding-block: clamp(42px, 5vw, 68px);
    background: #ffffff;
}

.btcterms-notice {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: clamp(26px, 4vw, 42px);
    border: 1px solid rgba(178, 138, 82, 0.24);
    border-radius: var(--btcterms-radius-md);
    background:
        linear-gradient(135deg, rgba(248, 245, 238, 0.98), rgba(255, 255, 255, 0.98));
}

.btcterms-notice__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 18px;
    color: #ffffff;
    background: var(--btcterms-warm);
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: italic;
}

.btcterms-notice h2 {
    margin: 10px 0 10px;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.17;
}

.btcterms-notice p {
    max-width: 900px;
    margin: 0;
    color: #5b7479;
    font-size: 16px;
    line-height: 1.8;
}

.btcterms-section--policy {
    background:
        linear-gradient(180deg, #f7fbfa 0%, #ffffff 28%, #ffffff 100%);
    border-top: 1px solid var(--btcterms-border);
}

.btcterms-section-heading {
    margin-bottom: clamp(36px, 5vw, 60px);
}

.btcterms-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: clamp(28px, 6vw, 80px);
    align-items: end;
}

.btcterms-section-heading h2 {
    margin: 18px 0 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
}

.btcterms-section-heading > p {
    margin: 0;
    color: #58757b;
    font-size: 17px;
    line-height: 1.85;
}

.btcterms-policy-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(32px, 6vw, 78px);
    align-items: start;
}

.btcterms-policy-nav {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 2px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 24px;
    border: 1px solid var(--btcterms-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 15px 42px rgba(28, 70, 75, 0.07);
    scrollbar-width: thin;
}

.btcterms-policy-nav > span {
    margin-bottom: 12px;
}

.btcterms-policy-nav a {
    padding: 9px 10px;
    border-radius: 9px;
    color: #547177;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
}

.btcterms-policy-nav a:hover,
.btcterms-policy-nav a:focus-visible {
    color: var(--btcterms-green-dark);
    background: #edf5f2;
}

.btcterms-policy-content {
    display: grid;
    min-width: 0;
    gap: 22px;
}

.btcterms-policy-card {
    position: relative;
    scroll-margin-top: 120px;
    min-width: 0;
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid var(--btcterms-border);
    border-radius: var(--btcterms-radius-md);
    background: #ffffff;
    box-shadow: 0 13px 34px rgba(28, 70, 75, 0.055);
}

.btcterms-policy-card__number {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(45, 111, 115, 0.16);
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}

.btcterms-policy-card h3 {
    max-width: calc(100% - 55px);
    margin: 0 0 18px;
    color: var(--btcterms-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.022em;
}

.btcterms-policy-card h4 {
    margin: 0 0 8px;
    color: var(--btcterms-ink);
    font-size: 16px;
    line-height: 1.35;
}

.btcterms-policy-card p {
    margin-bottom: 16px;
    color: #567178;
    font-size: 15.5px;
    line-height: 1.82;
}

.btcterms-policy-card p:last-child {
    margin-bottom: 0;
}

.btcterms-contact-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    background: #edf5f2;
}

.btcterms-contact-box strong {
    width: 100%;
    color: var(--btcterms-ink);
}

.btcterms-contact-box a {
    color: var(--btcterms-green-dark);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.btcterms-data-grid,
.btcterms-rights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 22px;
}

.btcterms-data-grid section,
.btcterms-rights-grid section {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--btcterms-border);
    border-radius: 16px;
    background: #fbfdfc;
}

.btcterms-data-grid p {
    margin: 0;
    font-size: 14px;
    line-height: 1.68;
}

.btcterms-check-list {
    display: grid;
    gap: 12px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.btcterms-check-list li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 11px;
    color: #4f6d73;
    font-size: 15px;
    line-height: 1.68;
}

.btcterms-check-list li > span {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    color: var(--btcterms-green);
    background: #e7f1ee;
    font-size: 11px;
    font-weight: 900;
}

.btcterms-rights-grid section {
    display: grid;
    gap: 5px;
}

.btcterms-rights-grid strong {
    color: var(--btcterms-ink);
    font-size: 15px;
}

.btcterms-rights-grid span {
    color: #607a80;
    font-size: 13.5px;
    line-height: 1.55;
}

.btcterms-policy-card--contact {
    color: #ffffff;
    border-color: transparent;
    background:
        linear-gradient(145deg, #234f52, #2f7375);
    box-shadow: 0 28px 64px rgba(31, 79, 82, 0.2);
}

.btcterms-policy-card--contact .btcterms-policy-card__number {
    color: rgba(255, 255, 255, 0.15);
}

.btcterms-policy-card--contact h3,
.btcterms-policy-card--contact p {
    color: #ffffff;
}

.btcterms-contact-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.btcterms-contact-panel > div {
    min-width: 0;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.btcterms-contact-panel span,
.btcterms-contact-panel strong,
.btcterms-contact-panel a {
    display: block;
}

.btcterms-contact-panel span {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btcterms-contact-panel strong,
.btcterms-contact-panel a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.btcterms-final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(62px, 7vw, 94px) 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 16%, rgba(255, 255, 255, 0.13), transparent 28%),
        linear-gradient(135deg, #183f42, #2d6f73);
}

.btcterms-final-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(310px, 0.78fr);
    gap: clamp(30px, 6vw, 80px);
    align-items: center;
}

.btcterms-final-cta__label {
    color: rgba(255, 255, 255, 0.7);
}

.btcterms-final-cta h2 {
    max-width: 780px;
    margin: 13px 0 14px;
    color: #ffffff;
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1.1;
}

.btcterms-final-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.btcterms-final-cta__actions {
    justify-content: flex-end;
}

@media (max-width: 1050px) {
    .btcterms-hero__grid {
        grid-template-columns: 1fr;
    }

    .btcterms-hero__summary {
        max-width: 780px;
    }

    .btcterms-policy-layout {
        grid-template-columns: 1fr;
    }

    .btcterms-policy-nav {
        position: relative;
        top: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-height: none;
        overflow: visible;
    }

    .btcterms-policy-nav > span {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .btcterms-container {
        width: min(100% - 30px, 720px);
    }

    .btcterms-trust-strip,
    .btcterms-section-heading--split,
    .btcterms-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .btcterms-trust-strip article + article {
        border-top: 1px solid var(--btcterms-border);
        border-left: 0;
    }

    .btcterms-final-cta__actions {
        justify-content: flex-start;
    }

    .btcterms-policy-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .btcterms-container {
        width: min(100% - 22px, 560px);
    }

    .btcterms-hero {
        padding-top: 22px;
    }

    .btcterms-breadcrumb {
        margin-bottom: 22px;
    }

    .btcterms-hero h1 {
        font-size: clamp(39px, 12vw, 54px);
    }

    .btcterms-hero__actions,
    .btcterms-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btcterms-button {
        width: 100%;
    }

    .btcterms-hero__summary,
    .btcterms-policy-card {
        border-radius: 21px;
    }

    .btcterms-notice {
        grid-template-columns: 1fr;
    }

    .btcterms-notice__icon {
        width: 48px;
        height: 48px;
    }

    .btcterms-policy-nav,
    .btcterms-data-grid,
    .btcterms-rights-grid,
    .btcterms-contact-panel {
        grid-template-columns: 1fr;
    }

    .btcterms-policy-nav {
        padding: 18px;
    }

    .btcterms-policy-card__number {
        top: 18px;
        right: 20px;
        font-size: 27px;
    }

    .btcterms-policy-card h3 {
        max-width: calc(100% - 45px);
        font-size: 27px;
    }

    .btcterms-trust-strip article {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btcterms-page *,
    .btcterms-page *::before,
    .btcterms-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (forced-colors: active) {
    .btcterms-hero__summary,
    .btcterms-trust-strip,
    .btcterms-notice,
    .btcterms-policy-nav,
    .btcterms-policy-card,
    .btcterms-data-grid section,
    .btcterms-rights-grid section {
        border: 1px solid CanvasText;
    }
}


/* =========================================================
   TERMS-SPECIFIC NOTICES AND LINKS
========================================================= */

.btcterms-alert {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(178, 138, 82, 0.28);
    border-radius: 16px;
    background: #fbf6eb;
}

.btcterms-alert > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: #ffffff;
    background: #b28a52;
    font-weight: 900;
}

.btcterms-alert p {
    margin: 0 !important;
    color: #665a42;
}

.btcterms-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #21565a !important;
    font-weight: 800;
    text-underline-offset: 4px;
}

@media (max-width: 600px) {
    .btcterms-alert {
        grid-template-columns: 1fr;
    }
}