/**
 * Blessings Therapy Centre
 * Contact Page — overlap-safe redesign
 * Release: 2.10.1
 */

.btc-contact-page,
.btc-contact-page *,
.btc-contact-page *::before,
.btc-contact-page *::after {
    box-sizing: border-box;
}

.btc-contact-page {
    --btc-contact-green-950: #173f35;
    --btc-contact-green-900: #204d40;
    --btc-contact-green-800: #2f6757;
    --btc-contact-green-700: #5f8e7d;
    --btc-contact-green-200: #dce9e2;
    --btc-contact-green-100: #eef5f1;
    --btc-contact-cream: #fbf8f2;
    --btc-contact-peach: #f2e5dc;
    --btc-contact-gold: #c39b53;
    --btc-contact-text: #29463f;
    --btc-contact-muted: #657a73;
    --btc-contact-white: #ffffff;
    --btc-contact-border: rgba(31, 75, 63, 0.14);
    --btc-contact-shadow: 0 24px 70px rgba(20, 57, 47, 0.11);
    --btc-contact-shadow-soft: 0 14px 40px rgba(20, 57, 47, 0.075);
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: clip;
    color: var(--btc-contact-text);
    background: #fff;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

body.btc-contact-route {
    overflow-x: clip;
}

body.btc-contact-route .wp-site-blocks,
body.btc-contact-route main,
body.btc-contact-route .entry-content,
body.btc-contact-route .wp-block-post-content {
    width: 100% !important;
    max-width: none !important;
}

body.btc-contact-route .wp-block-post-content > .btc-contact-page,
body.btc-contact-route .entry-content > .btc-contact-page {
    margin: 0 !important;
}

.btc-contact-container {
    position: relative;
    width: min(calc(100% - 64px), 1240px);
    margin-inline: auto;
}

.btc-contact-page img,
.btc-contact-page svg {
    display: block;
    max-width: 100%;
}

.btc-contact-page h1,
.btc-contact-page h2,
.btc-contact-page h3,
.btc-contact-page p,
.btc-contact-page ul,
.btc-contact-page figure,
.btc-contact-page address {
    margin-top: 0;
}

.btc-contact-page h1,
.btc-contact-page h2,
.btc-contact-page h3 {
    text-wrap: balance;
}

.btc-contact-page a {
    text-underline-offset: 3px;
}

.btc-contact-eyebrow,
.btc-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--btc-contact-green-700);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.btc-contact-eyebrow::before,
.btc-contact-kicker::before {
    content: "";
    flex: 0 0 34px;
    width: 34px;
    height: 1px;
    background: var(--btc-contact-gold);
}

.btc-contact-button {
    display: inline-flex !important;
    min-width: 0 !important;
    min-height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 11px !important;
    padding: 14px 24px !important;
    color: inherit !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btc-contact-button .btc-contact-button__label {
    display: inline !important;
    min-width: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-text-fill-color: currentColor !important;
}

.btc-contact-button:hover {
    transform: translateY(-2px);
}

.btc-contact-button--primary {
    color: #fff !important;
    background: var(--btc-contact-green-950) !important;
    box-shadow: 0 16px 34px rgba(23, 63, 53, 0.21) !important;
    -webkit-text-fill-color: #fff !important;
}

.btc-contact-button--secondary {
    color: var(--btc-contact-green-950) !important;
    background: #fff !important;
    border-color: rgba(23, 63, 53, 0.17) !important;
    box-shadow: var(--btc-contact-shadow-soft) !important;
    -webkit-text-fill-color: var(--btc-contact-green-950) !important;
}

.btc-contact-button--light {
    color: var(--btc-contact-green-950) !important;
    background: #fff !important;
    box-shadow: 0 16px 36px rgba(8, 37, 29, 0.18) !important;
    -webkit-text-fill-color: var(--btc-contact-green-950) !important;
}

.btc-contact-button--outline-light {
    color: #fff !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.48) !important;
    -webkit-text-fill-color: #fff !important;
}

.btc-contact-button:focus-visible,
.btc-contact-desk a:focus-visible,
.btc-contact-location-card a:focus-visible,
.btc-contact-faq__callout:focus-visible,
.btc-contact-faq summary:focus-visible {
    outline: 3px solid rgba(195, 155, 83, 0.72);
    outline-offset: 4px;
}

/* Hero */
.btc-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 22px 0 clamp(82px, 8vw, 118px);
    background:
        radial-gradient(circle at 6% 14%, rgba(95, 142, 125, 0.18), transparent 31%),
        radial-gradient(circle at 93% 10%, rgba(242, 229, 220, 0.82), transparent 32%),
        linear-gradient(135deg, #fcfdfc 0%, #f2f7f4 52%, #fbf5ee 100%);
}

.btc-contact-hero::after {
    content: "";
    position: absolute;
    right: -190px;
    bottom: -250px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(195, 155, 83, 0.18);
    border-radius: 50%;
    pointer-events: none;
}

.btc-contact-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(42px, 5vw, 64px);
    color: var(--btc-contact-muted);
    font-size: 14px;
    font-weight: 700;
}

.btc-contact-breadcrumb a {
    color: var(--btc-contact-green-800);
}

.btc-contact-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: clamp(44px, 7vw, 96px);
}

.btc-contact-hero__copy,
.btc-contact-desk {
    min-width: 0;
}

.btc-contact-hero__copy h1 {
    max-width: 690px;
    margin: 18px 0 24px;
    color: var(--btc-contact-green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 5.2vw, 78px);
    font-weight: 500;
    line-height: 1.01;
    letter-spacing: -0.045em;
}

.btc-contact-hero__copy h1 em {
    display: block;
    color: var(--btc-contact-green-700);
    font-weight: 500;
}

.btc-contact-hero__copy > p {
    max-width: 670px;
    margin-bottom: 0;
    color: var(--btc-contact-muted);
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.75;
}

.btc-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.btc-contact-hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.btc-contact-hero__assurances li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--btc-contact-green-800);
    font-size: 13px;
    font-weight: 750;
}

.btc-contact-hero__assurances li span {
    display: grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #fff;
    background: var(--btc-contact-green-700);
    border-radius: 50%;
    font-size: 11px;
}

.btc-contact-desk {
    position: relative;
    padding: clamp(26px, 3vw, 38px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 75, 63, 0.14);
    border-radius: 30px;
    box-shadow: var(--btc-contact-shadow);
}

.btc-contact-desk::before {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 4px;
    background: linear-gradient(90deg, var(--btc-contact-green-700), var(--btc-contact-gold));
    border-radius: 0 0 999px 999px;
}

.btc-contact-desk__header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--btc-contact-border);
}

.btc-contact-desk__mark {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #fff;
    background: var(--btc-contact-green-800);
    border-radius: 17px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
}

.btc-contact-desk__header small {
    display: block;
    margin-bottom: 7px;
    color: var(--btc-contact-green-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.btc-contact-desk__header h2 {
    margin: 0;
    color: var(--btc-contact-green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.8vw, 38px);
    font-weight: 500;
    line-height: 1.15;
}

.btc-contact-desk__links {
    display: grid;
    gap: 10px;
    padding: 18px 0;
}

.btc-contact-desk__links > a {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 13px;
    color: var(--btc-contact-text) !important;
    background: #f8fbf9;
    border: 1px solid rgba(31, 75, 63, 0.10);
    border-radius: 17px;
    text-decoration: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.btc-contact-desk__links > a:hover {
    background: var(--btc-contact-green-100);
    border-color: rgba(31, 75, 63, 0.18);
}

.btc-contact-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--btc-contact-green-800);
    background: #fff;
    border: 1px solid rgba(31, 75, 63, 0.12);
    border-radius: 14px;
}

.btc-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btc-contact-desk__links small,
.btc-contact-desk__links strong {
    display: block;
    overflow-wrap: anywhere;
}

.btc-contact-desk__links small {
    margin-bottom: 3px;
    color: var(--btc-contact-muted);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.btc-contact-desk__links strong {
    color: var(--btc-contact-green-950);
    font-size: 14px;
    line-height: 1.45;
}

.btc-contact-desk__availability {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 16px 18px;
    background: linear-gradient(135deg, var(--btc-contact-green-100), #f8fbf9);
    border-radius: 17px;
}

.btc-contact-desk__availability > span {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    background: #4f9c6e;
    border: 3px solid #d9f0e0;
    border-radius: 50%;
    box-sizing: content-box;
}

.btc-contact-desk__availability p {
    margin: 0;
}

.btc-contact-desk__availability strong,
.btc-contact-desk__availability small {
    display: block;
}

.btc-contact-desk__availability strong {
    color: var(--btc-contact-green-950);
    font-size: 13px;
}

.btc-contact-desk__availability small {
    margin-top: 3px;
    color: var(--btc-contact-muted);
    font-size: 11px;
    line-height: 1.45;
}

/* Section headings */
.btc-contact-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: 44px;
    margin-bottom: 40px;
}

.btc-contact-section-heading h2,
.btc-contact-form-intro h2,
.btc-contact-faq__intro h2 {
    margin: 16px 0 0;
    color: var(--btc-contact-green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4.2vw, 60px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.btc-contact-section-heading h2 em,
.btc-contact-form-intro h2 em,
.btc-contact-faq__intro h2 em {
    display: block;
    color: var(--btc-contact-green-700);
    font-weight: 500;
}

.btc-contact-section-heading > p {
    margin: 0;
    color: var(--btc-contact-muted);
    font-size: 16px;
    line-height: 1.72;
}

.btc-contact-section-heading--centred {
    display: block;
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.btc-contact-section-heading--centred .btc-contact-kicker {
    justify-content: center;
}

/* Form */
.btc-contact-form-section {
    padding: clamp(84px, 8vw, 120px) 0;
    background: linear-gradient(135deg, #f7faf8 0%, #fbf8f2 100%);
}

.btc-contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
    align-items: start;
    gap: clamp(42px, 6vw, 82px);
}

.btc-contact-form-intro,
.btc-contact-form-card {
    min-width: 0;
}

.btc-contact-form-intro > p {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--btc-contact-muted);
    font-size: 17px;
    line-height: 1.75;
}

.btc-contact-form-guidance {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.btc-contact-form-guidance article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 15px;
    padding: 17px 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 75, 63, 0.10);
    border-radius: 18px;
}

.btc-contact-form-guidance article > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #fff;
    background: var(--btc-contact-green-800);
    border-radius: 14px;
    font-size: 12px;
    font-weight: 800;
}

.btc-contact-form-guidance h3 {
    margin: 1px 0 4px;
    color: var(--btc-contact-green-950);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.btc-contact-form-guidance p {
    margin: 0;
    color: var(--btc-contact-muted);
    font-size: 13px;
    line-height: 1.55;
}

.btc-contact-response-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 18px;
    color: var(--btc-contact-green-950);
    background: rgba(220, 233, 226, 0.62);
    border-radius: 18px;
}

.btc-contact-response-note > span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: var(--btc-contact-green-700);
    border-radius: 50%;
    font-size: 12px;
}

.btc-contact-response-note p {
    margin: 0;
}

.btc-contact-response-note strong,
.btc-contact-response-note small {
    display: block;
}

.btc-contact-response-note strong {
    font-size: 14px;
}

.btc-contact-response-note small {
    margin-top: 4px;
    color: var(--btc-contact-muted);
    font-size: 12px;
    line-height: 1.55;
}

.btc-contact-form-card {
    position: relative;
    overflow: visible;
    padding: clamp(28px, 4vw, 42px);
    background: #fff;
    border: 1px solid rgba(31, 75, 63, 0.13);
    border-radius: 28px;
    box-shadow: var(--btc-contact-shadow);
}

.btc-contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 32px;
    left: 32px;
    height: 4px;
    background: linear-gradient(90deg, var(--btc-contact-green-700), var(--btc-contact-gold));
    border-radius: 0 0 999px 999px;
}

.btc-contact-form-card__header {
    margin-bottom: 24px;
}

.btc-contact-form-card__header > span {
    color: var(--btc-contact-green-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.btc-contact-form-card__header h3 {
    margin: 8px 0 7px;
    color: var(--btc-contact-green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 500;
    line-height: 1.1;
}

.btc-contact-form-card__header p {
    margin: 0;
    color: var(--btc-contact-muted);
    font-size: 14px;
    line-height: 1.6;
}

.btc-contact-form-card__footnote {
    margin: 16px 0 0;
    color: var(--btc-contact-muted);
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
}

/* WordPress shortcode and Fluent Forms containment */
.btc-contact-form-card > .wp-block-shortcode,
.btc-contact-form-card .wp-block-shortcode,
.btc-contact-form-card .fluentform,
.btc-contact-form-card .frm-fluent-form,
.btc-contact-form-card .ff_form_wrap,
.btc-contact-form-card form {
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

.btc-contact-form-card .ff-t-container {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btc-contact-form-card .ff-t-cell,
.btc-contact-form-card .ff-t-column-1,
.btc-contact-form-card .ff-t-column-2,
.btc-contact-form-card .ff-t-column-3,
.btc-contact-form-card .ff-t-column-4 {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btc-contact-form-card .ff-el-group {
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

.btc-contact-form-card .ff-el-input--label,
.btc-contact-form-card .ff-el-input--label label {
    display: block !important;
    position: static !important;
    width: auto !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    color: var(--btc-contact-green-950) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    transform: none !important;
}

.btc-contact-form-card .ff-el-form-control,
.btc-contact-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.btc-contact-form-card select,
.btc-contact-form-card textarea {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 13px 15px !important;
    color: var(--btc-contact-text) !important;
    background: #fbfdfb !important;
    border: 1px solid rgba(31, 75, 63, 0.18) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    outline: none !important;
    transform: none !important;
}

.btc-contact-form-card select {
    padding-right: 38px !important;
}

.btc-contact-form-card textarea.ff-el-form-control,
.btc-contact-form-card textarea {
    min-height: 118px !important;
    resize: vertical;
}

.btc-contact-form-card .ff-el-form-control:focus,
.btc-contact-form-card input:focus,
.btc-contact-form-card select:focus,
.btc-contact-form-card textarea:focus {
    background: #fff !important;
    border-color: var(--btc-contact-green-700) !important;
    box-shadow: 0 0 0 4px rgba(95, 142, 125, 0.12) !important;
}

.btc-contact-form-card .ff-btn-submit,
.btc-contact-form-card button[type="submit"],
.btc-contact-form-card input[type="submit"] {
    display: inline-flex !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 2px 0 0 !important;
    padding: 15px 22px !important;
    color: #fff !important;
    background: var(--btc-contact-green-950) !important;
    border: 1px solid var(--btc-contact-green-950) !important;
    border-radius: 999px !important;
    box-shadow: 0 15px 30px rgba(23, 63, 53, 0.2) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff !important;
    transform: none !important;
    cursor: pointer;
}

.btc-contact-form-card .ff-message-success {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    color: #1d5b3c !important;
    background: #edf8f1 !important;
    border: 1px solid #b9dfc8 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

.btc-contact-form-card .error,
.btc-contact-form-card .text-danger,
.btc-contact-form-card .ff-el-is-error .text-danger,
.btc-contact-form-card .ff-el-is-error .error {
    display: block !important;
    position: static !important;
    margin-top: 5px !important;
    color: #a43b3b !important;
    font-size: 11px !important;
}

/* Locations */
.btc-contact-locations {
    padding: clamp(84px, 8vw, 120px) 0;
    background: #fff;
}

.btc-contact-location-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.btc-contact-location-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(28px, 4vw, 42px);
    background:
        radial-gradient(circle at 100% 0%, rgba(242, 229, 220, 0.72), transparent 38%),
        linear-gradient(145deg, #fbfdfb 0%, #f3f8f5 100%);
    border: 1px solid var(--btc-contact-border);
    border-radius: 26px;
    box-shadow: var(--btc-contact-shadow-soft);
}

.btc-contact-location-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.btc-contact-location-card__number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--btc-contact-green-800);
    border-radius: 13px;
    font-size: 11px;
    font-weight: 800;
}

.btc-contact-location-card__area {
    color: var(--btc-contact-green-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: right;
    text-transform: uppercase;
}

.btc-contact-location-card h3 {
    margin: 0 0 16px;
    color: var(--btc-contact-green-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.8vw, 38px);
    font-weight: 500;
    line-height: 1.16;
}

.btc-contact-location-card address {
    margin-bottom: 26px;
    color: var(--btc-contact-muted);
    font-size: 15px;
    font-style: normal;
    line-height: 1.75;
}

.btc-contact-location-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: auto;
}

.btc-contact-location-card__actions a {
    color: var(--btc-contact-green-800) !important;
    font-size: 13px;
    font-weight: 800;
    -webkit-text-fill-color: currentColor !important;
}

/* Process */
.btc-contact-process {
    padding: clamp(84px, 8vw, 120px) 0;
    color: #fff;
    background: var(--btc-contact-green-950);
}

.btc-contact-process .btc-contact-kicker {
    color: #d7e8df;
}

.btc-contact-process .btc-contact-section-heading h2 {
    color: #fff;
}

.btc-contact-process .btc-contact-section-heading h2 em {
    color: #c7dfd4;
}

.btc-contact-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
}

.btc-contact-process-grid article {
    min-width: 0;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.btc-contact-process-grid article:last-child {
    border-right: 0;
}

.btc-contact-process-grid article > span {
    display: block;
    margin-bottom: 30px;
    color: #f0d69b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.btc-contact-process-grid h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.btc-contact-process-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.65;
}

/* FAQ */
.btc-contact-faq {
    padding: clamp(84px, 8vw, 120px) 0;
    background: linear-gradient(135deg, #f7faf8 0%, #fff 54%, #fbf6ef 100%);
}

.btc-contact-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.08fr);
    align-items: start;
    gap: clamp(42px, 7vw, 92px);
}

.btc-contact-faq__intro,
.btc-contact-faq__items {
    min-width: 0;
}

.btc-contact-faq__intro > p {
    margin: 24px 0 0;
    color: var(--btc-contact-muted);
    font-size: 16px;
    line-height: 1.75;
}

.btc-contact-faq__callout {
    display: block !important;
    margin-top: 28px;
    padding: 18px 20px;
    color: var(--btc-contact-green-950) !important;
    background: #fff;
    border: 1px solid var(--btc-contact-border);
    border-radius: 18px;
    box-shadow: var(--btc-contact-shadow-soft);
    text-decoration: none !important;
    -webkit-text-fill-color: currentColor !important;
}

.btc-contact-faq__callout > span,
.btc-contact-faq__callout strong {
    display: block;
}

.btc-contact-faq__callout > span {
    margin-bottom: 5px;
    color: var(--btc-contact-muted);
    font-size: 12px;
}

.btc-contact-faq__callout strong {
    font-size: 14px;
}

.btc-contact-faq__items {
    display: grid;
    gap: 11px;
}

.btc-contact-faq details {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--btc-contact-border);
    border-radius: 18px;
    box-shadow: 0 8px 26px rgba(20, 57, 47, 0.045);
}

.btc-contact-faq summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 16px 18px;
    color: var(--btc-contact-green-950);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}

.btc-contact-faq summary::-webkit-details-marker {
    display: none;
}

.btc-contact-faq__number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--btc-contact-green-700);
    background: var(--btc-contact-green-100);
    border-radius: 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.btc-contact-faq__toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: var(--btc-contact-green-950);
    border-radius: 50%;
}

.btc-contact-faq__toggle::before,
.btc-contact-faq__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.btc-contact-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.btc-contact-faq details[open] .btc-contact-faq__toggle::after {
    opacity: 0;
}

.btc-contact-faq details > div {
    padding: 0 66px 20px 70px;
}

.btc-contact-faq details p {
    margin: 0;
    color: var(--btc-contact-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Final CTA */
.btc-contact-final {
    padding: 28px 0 0;
    background: #fff;
}

.btc-contact-final__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    padding: clamp(30px, 5vw, 54px);
    color: #fff;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.12), transparent 32%),
        linear-gradient(135deg, var(--btc-contact-green-950), var(--btc-contact-green-800));
    border-radius: 28px 28px 0 0;
}

.btc-contact-final .btc-contact-kicker {
    color: #d7e8df;
}

.btc-contact-final__card h2 {
    margin: 13px 0 7px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.08;
}

.btc-contact-final__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.65;
}

.btc-contact-final__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 11px;
}

/* Responsive */
@media (max-width: 1100px) {
    .btc-contact-hero__grid,
    .btc-contact-form-layout {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
        gap: 44px;
    }

    .btc-contact-faq__layout {
        grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
        gap: 44px;
    }

    .btc-contact-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .btc-contact-process-grid article:nth-child(2) {
        border-right: 0;
    }

    .btc-contact-process-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }
}

@media (max-width: 900px) {
    .btc-contact-container {
        width: min(calc(100% - 40px), 760px);
    }

    .btc-contact-hero__grid,
    .btc-contact-form-layout,
    .btc-contact-faq__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .btc-contact-desk,
    .btc-contact-form-card {
        width: 100%;
    }

    .btc-contact-section-heading {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .btc-contact-location-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .btc-contact-final__card {
        grid-template-columns: minmax(0, 1fr);
    }

    .btc-contact-final__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .btc-contact-container {
        width: min(calc(100% - 28px), 600px);
    }

    .btc-contact-hero {
        padding-top: 18px;
    }

    .btc-contact-breadcrumb {
        margin-bottom: 34px;
        font-size: 12px;
    }

    .btc-contact-hero__copy h1 {
        font-size: clamp(43px, 13vw, 58px);
        line-height: 1.02;
    }

    .btc-contact-hero__copy > p,
    .btc-contact-form-intro > p,
    .btc-contact-section-heading > p,
    .btc-contact-faq__intro > p {
        font-size: 15px;
    }

    .btc-contact-hero__actions,
    .btc-contact-final__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .btc-contact-button {
        width: 100% !important;
        white-space: normal !important;
    }

    .btc-contact-hero__assurances {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .btc-contact-desk,
    .btc-contact-form-card,
    .btc-contact-location-card {
        border-radius: 22px;
    }

    .btc-contact-desk {
        padding: 24px 18px;
    }

    .btc-contact-desk__header {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .btc-contact-desk__mark {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 23px;
    }

    .btc-contact-desk__links > a {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 12px 10px;
    }

    .btc-contact-icon {
        width: 42px;
        height: 42px;
    }

    .btc-contact-desk__links strong {
        font-size: 12px;
    }

    .btc-contact-section-heading h2,
    .btc-contact-form-intro h2,
    .btc-contact-faq__intro h2 {
        font-size: clamp(37px, 11vw, 48px);
    }

    .btc-contact-form-card {
        padding: 28px 18px;
    }

    .btc-contact-form-card .ff-t-container {
        display: block !important;
    }

    .btc-contact-form-card .ff-t-cell,
    .btc-contact-form-card .ff-t-column-1,
    .btc-contact-form-card .ff-t-column-2,
    .btc-contact-form-card .ff-t-column-3,
    .btc-contact-form-card .ff-t-column-4 {
        display: block !important;
        width: 100% !important;
    }

    .btc-contact-form-guidance article {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 15px;
    }

    .btc-contact-form-guidance article > span {
        width: 42px;
        height: 42px;
    }

    .btc-contact-location-card {
        padding: 26px 20px;
    }

    .btc-contact-process-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .btc-contact-process-grid article,
    .btc-contact-process-grid article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .btc-contact-process-grid article:last-child {
        border-bottom: 0;
    }

    .btc-contact-faq summary {
        grid-template-columns: 34px minmax(0, 1fr) 28px;
        gap: 10px;
        min-height: 72px;
        padding: 14px 12px;
        font-size: 13px;
    }

    .btc-contact-faq__number {
        width: 34px;
        height: 34px;
    }

    .btc-contact-faq__toggle {
        width: 28px;
        height: 28px;
    }

    .btc-contact-faq details > div {
        padding: 0 15px 18px 56px;
    }

    .btc-contact-final__card {
        padding: 30px 20px;
        border-radius: 22px 22px 0 0;
    }
}

@media (max-width: 390px) {
    .btc-contact-container {
        width: min(calc(100% - 22px), 370px);
    }

    .btc-contact-eyebrow,
    .btc-contact-kicker {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .btc-contact-eyebrow::before,
    .btc-contact-kicker::before {
        flex-basis: 26px;
        width: 26px;
    }

    .btc-contact-desk__links > a {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .btc-contact-desk__links > a > span:last-child {
        display: none;
    }

    .btc-contact-icon {
        width: 38px;
        height: 38px;
    }

    .btc-contact-form-card,
    .btc-contact-desk,
    .btc-contact-location-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btc-contact-location-card__top {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btc-contact-page *,
    .btc-contact-page *::before,
    .btc-contact-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}