.bdtc-module,
.bdtc-module * { box-sizing: border-box; }
.bdtc-module {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #fff;
    color: var(--bdtc-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.bdtc-managed-page .entry-title,
.bdtc-managed-page .page-header { display: none !important; }
.bdtc-managed-page .entry-content,
.bdtc-managed-page .site-content,
.bdtc-managed-page main { margin-top: 0; padding-top: 0; }
.bdtc-module h1,
.bdtc-module h2,
.bdtc-module h3,
.bdtc-module h4 { font-family: inherit; font-style: normal; text-transform: none; letter-spacing: normal; }
.bdtc-module h1 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 67px); line-height: 1.04; font-weight: 780; color: #fff !important; max-width: 850px; }
.bdtc-module h2 { margin: 0 0 18px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; font-weight: 760; color: var(--bdtc-navy) !important; }
.bdtc-module h3 { margin: 0 0 13px; font-size: 24px; line-height: 1.25; font-weight: 730; color: var(--bdtc-navy) !important; }
.bdtc-module p { margin: 0 0 18px; font-size: 17px; line-height: 1.72; color: var(--bdtc-muted); }
.bdtc-module a { text-decoration: none; }
.bdtc-container { width: min(var(--bdtc-width), calc(100% - 48px)); margin: 0 auto; }
.bdtc-section { padding: 92px 0; position: relative; }
.bdtc-eyebrow { margin: 0 0 13px !important; color: var(--bdtc-blue) !important; font-size: 13px !important; line-height: 1.4 !important; font-weight: 760; letter-spacing: 2px; text-transform: uppercase; }
.bdtc-eyebrow--light { color: #9fd3ff !important; }
.bdtc-section-heading { max-width: 810px; margin-bottom: 44px; }
.bdtc-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.bdtc-section-heading p { font-size: 18px; }
.bdtc-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.bdtc-button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; justify-content: center; gap: 9px; border: 2px solid transparent; border-radius: 999px; font-size: 16px; line-height: 1.2; font-weight: 730; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; cursor: pointer; }
.bdtc-button:hover { transform: translateY(-2px); }
.bdtc-button svg,
.bdtc-card-link svg,
.bdtc-method-card svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bdtc-button--primary { color: #fff !important; background: linear-gradient(135deg, var(--bdtc-cyan), #087ac0); box-shadow: 0 13px 29px rgba(39,180,255,.25); }
.bdtc-button--primary:hover { color: #fff !important; box-shadow: 0 18px 36px rgba(39,180,255,.34); }
.bdtc-button--outline-light { color: #fff !important; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.04); }
.bdtc-button--outline-light:hover { color: #fff !important; border-color: #fff; background: rgba(255,255,255,.1); }
.bdtc-button--text-light { color: #d9eeff !important; padding-left: 9px; padding-right: 9px; }
.bdtc-button--text-light:hover { color: #fff !important; }

/* Hero */
.bdtc-hero { position: relative; padding: 104px 0 92px; color: #fff; background:
    radial-gradient(circle at 88% 14%, rgba(39,180,255,.25), transparent 32%),
    linear-gradient(135deg, var(--bdtc-navy) 0%, var(--bdtc-navy-alt) 58%, #124a76 100%); }
.bdtc-hero:before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.bdtc-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: 70px; align-items: center; }
.bdtc-hero__intro { max-width: 790px; margin-bottom: 14px !important; color: #e8f3ff !important; font-size: 20px !important; line-height: 1.65 !important; }
.bdtc-hero__note { max-width: 760px; padding-left: 18px; border-left: 3px solid var(--bdtc-cyan); color: #c7dfef !important; font-size: 16px !important; }
.bdtc-hero__panel { padding: 28px; border: 1px solid rgba(159,211,255,.25); border-radius: 22px; background: rgba(4,20,36,.5); box-shadow: 0 28px 70px rgba(0,0,0,.27); backdrop-filter: blur(10px); }
.bdtc-hero__panel-label { display: block; margin-bottom: 16px; color: #9fd3ff; font-size: 12px; font-weight: 760; letter-spacing: 1.7px; text-transform: uppercase; }
.bdtc-mini-route { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 17px; border: 1px solid transparent; border-radius: 15px; color: #fff !important; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.bdtc-mini-route + .bdtc-mini-route { margin-top: 8px; }
.bdtc-mini-route:hover { transform: translateX(4px); border-color: rgba(159,211,255,.22); background: rgba(255,255,255,.08); }
.bdtc-mini-route__icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(39,180,255,.13); color: #9fd3ff; }
.bdtc-mini-route__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bdtc-mini-route strong { display: block; margin-bottom: 3px; color: #fff; font-size: 17px; }
.bdtc-mini-route small { display: block; color: #c7dfef; font-size: 13px; line-height: 1.45; }

/* Routing */
.bdtc-route-section { background: #fff; }
.bdtc-route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bdtc-route-card { position: relative; display: flex; min-height: 350px; padding: 31px; flex-direction: column; border: 1px solid #dce7ee; border-radius: 20px; background: #fff; box-shadow: 0 13px 37px rgba(7,27,47,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bdtc-route-card:before { content: ""; position: absolute; top: 0; left: 30px; right: 30px; height: 4px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg, var(--bdtc-blue), var(--bdtc-cyan)); }
.bdtc-route-card:hover { transform: translateY(-5px); border-color: rgba(15,95,149,.3); box-shadow: 0 22px 52px rgba(7,27,47,.12); }
.bdtc-route-card__icon { display: flex; width: 62px; height: 62px; margin: 9px 0 24px; align-items: center; justify-content: center; border-radius: 18px; background: rgba(15,95,149,.09); color: var(--bdtc-blue); }
.bdtc-route-card__icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.bdtc-route-card p { flex: 1; }
.bdtc-card-link { display: inline-flex; align-items: center; gap: 7px; color: var(--bdtc-blue) !important; font-weight: 730; }
.bdtc-card-link:hover { color: #073f65 !important; }

/* Contact form */
.bdtc-form-section { background: var(--bdtc-light); }
.bdtc-form-layout { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 56px; align-items: start; }
.bdtc-form-intro { position: sticky; top: 35px; }
.bdtc-form-intro > p { font-size: 18px; }
.bdtc-form-route-note { margin-top: 24px; padding: 23px; border: 1px solid #cbdde8; border-radius: 17px; background: #fff; }
.bdtc-form-route-note strong { display: block; margin-bottom: 6px; color: var(--bdtc-navy); font-size: 18px; }
.bdtc-form-route-note p { margin-bottom: 9px; font-size: 15px; }
.bdtc-form-route-note a { display: inline-flex; align-items: center; gap: 6px; color: var(--bdtc-blue) !important; font-weight: 730; }
.bdtc-form-route-note a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bdtc-form-route-note--dark { border-color: transparent; background: var(--bdtc-navy); }
.bdtc-form-route-note--dark strong { color: #fff; }
.bdtc-form-route-note--dark p { color: #c9dfef; }
.bdtc-form-route-note--dark a { color: #9fd3ff !important; }
.bdtc-form-card,
.bdtc-quote-form-card { padding: 38px; border: 1px solid #d5e3ec; border-radius: 23px; background: #fff; box-shadow: 0 24px 65px rgba(7,27,47,.1); }
.bdtc-form { width: 100%; }
.bdtc-form-grid { display: grid; gap: 19px; }
.bdtc-form-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.bdtc-field { display: block; margin: 0 0 20px; }
.bdtc-form-grid .bdtc-field { margin-bottom: 0; }
.bdtc-field > span { display: block; margin-bottom: 8px; color: #213342; font-size: 15px; font-weight: 690; }
.bdtc-field > span b { margin-left: 3px; color: #bd3434; }
.bdtc-field input,
.bdtc-field select,
.bdtc-field textarea { display: block; width: 100%; min-height: 50px; margin: 0; padding: 12px 14px; border: 1px solid #b9cbd6; border-radius: 10px; background: #fff; color: #162532; font: inherit; font-size: 16px; line-height: 1.45; box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease; }
.bdtc-field textarea { min-height: 112px; resize: vertical; }
.bdtc-field input:focus,
.bdtc-field select:focus,
.bdtc-field textarea:focus { outline: 0; border-color: var(--bdtc-cyan); box-shadow: 0 0 0 3px rgba(39,180,255,.14); }
.bdtc-field input::placeholder,
.bdtc-field textarea::placeholder { color: #81909a; }
.bdtc-form > .bdtc-field,
.bdtc-form > .bdtc-file-field { margin-top: 20px; }
.bdtc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bdtc-file-field { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 19px; border: 1px dashed #9bb8ca; border-radius: 14px; background: #f8fbfd; cursor: pointer; }
.bdtc-file-field:hover { border-color: var(--bdtc-cyan); background: #f3faff; }
.bdtc-file-field input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.bdtc-file-field__icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(15,95,149,.1); color: var(--bdtc-blue); }
.bdtc-file-field__icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bdtc-file-field__copy strong,
.bdtc-file-field__copy span,
.bdtc-file-field__copy small,
.bdtc-file-field__copy em { display: block; }
.bdtc-file-field__copy strong { color: var(--bdtc-navy); font-size: 16px; }
.bdtc-file-field__copy span { margin: 3px 0; color: var(--bdtc-muted); font-size: 14px; }
.bdtc-file-field__copy small { color: #647581; font-size: 12px; line-height: 1.5; }
.bdtc-file-field__copy em { margin-top: 7px; color: var(--bdtc-blue); font-size: 13px; font-style: normal; font-weight: 680; }
.bdtc-security-note { display: flex; align-items: center; gap: 7px; margin: 8px 0 22px !important; color: #5a6f7c !important; font-size: 12px !important; }
.bdtc-security-note svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bdtc-consent { display: flex; gap: 11px; align-items: flex-start; margin: 24px 0; color: #405462; font-size: 14px; line-height: 1.55; cursor: pointer; }
.bdtc-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--bdtc-blue); flex: 0 0 auto; }
.bdtc-consent strong { color: #8e2828; }
.bdtc-submit { border: 0; }
.bdtc-form-disclaimer { margin: 12px 0 0 !important; color: #6b7a85 !important; font-size: 12px !important; }
.bdtc-form-errors { margin-bottom: 24px; padding: 18px 20px; border-left: 4px solid #bd3434; border-radius: 10px; background: #fff1f1; color: #612323; }
.bdtc-form-errors strong { display: block; margin-bottom: 7px; }
.bdtc-form-errors ul { margin: 0; padding-left: 20px; }
.bdtc-form-success { padding: 32px; text-align: center; border: 1px solid #a6d9bd; border-radius: 18px; background: #effbf4; }
.bdtc-form-success > span { display: flex; width: 65px; height: 65px; margin: 0 auto 18px; align-items: center; justify-content: center; border-radius: 50%; background: #157849; color: #fff; }
.bdtc-form-success svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; }
.bdtc-form-success h3 { font-size: 27px; }
.bdtc-form-success strong { display: inline-block; padding: 8px 14px; border-radius: 8px; background: #d5f2e1; color: #07552f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.bdtc-turnstile { margin: 23px 0; }

/* Direct methods */
.bdtc-methods-section { background: #fff; }
.bdtc-methods-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bdtc-method-card { display: grid; grid-template-columns: 58px 1fr 24px; gap: 17px; align-items: center; padding: 23px; border: 1px solid #dbe6ed; border-radius: 17px; background: #fff; color: inherit !important; box-shadow: 0 9px 27px rgba(7,27,47,.05); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.bdtc-method-card:hover { transform: translateY(-3px); border-color: rgba(15,95,149,.34); box-shadow: 0 17px 37px rgba(7,27,47,.1); }
.bdtc-method-card__icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; border-radius: 17px; color: var(--bdtc-blue); background: rgba(15,95,149,.09); }
.bdtc-method-card__icon svg { width: 29px; height: 29px; }
.bdtc-method-card__body strong,
.bdtc-method-card__body span,
.bdtc-method-card__body small { display: block; }
.bdtc-method-card__body strong { margin-bottom: 2px; color: var(--bdtc-navy); font-size: 18px; }
.bdtc-method-card__body span { color: #334c5e; font-size: 15px; }
.bdtc-method-card__body small { margin-top: 3px; color: #778792; font-size: 12px; }
.bdtc-method-card__arrow { color: var(--bdtc-blue); }

/* Office */
.bdtc-office-section { background: var(--bdtc-light); }
.bdtc-office-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.72fr); gap: 62px; align-items: center; }
.bdtc-office-copy > p { font-size: 18px; }
.bdtc-coverage { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.bdtc-coverage span { padding: 7px 12px; border: 1px solid #c8dce8; border-radius: 999px; background: #fff; color: var(--bdtc-blue); font-size: 13px; font-weight: 650; }
.bdtc-office-card { padding: 38px; border-left: 5px solid var(--bdtc-cyan); border-radius: 20px; background: var(--bdtc-navy); box-shadow: 0 24px 55px rgba(7,27,47,.2); }
.bdtc-office-card__country { display: block; margin-bottom: 12px; color: #9fd3ff; font-size: 13px; font-weight: 760; letter-spacing: 2px; text-transform: uppercase; }
.bdtc-office-card h3 { color: #fff !important; font-size: 28px; }
.bdtc-office-card__address { color: #d7e9f6 !important; font-size: 17px !important; }
.bdtc-office-card__note { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.13); color: #a9c8dc !important; font-size: 13px !important; }
.bdtc-office-card a { display: inline-flex; gap: 6px; align-items: center; color: #9fd3ff !important; font-weight: 700; word-break: break-word; }
.bdtc-office-card a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Helpful information */
.bdtc-help-section { color: #fff; background: linear-gradient(135deg, #0d3e63, var(--bdtc-navy)); }
.bdtc-help-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 70px; align-items: center; }
.bdtc-help-copy h2 { color: #fff !important; }
.bdtc-help-copy > p { color: #d3e7f5 !important; font-size: 18px; }
.bdtc-help-prompt { color: #fff !important; font-weight: 700; }
.bdtc-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.bdtc-checklist__item { display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: center; min-height: 67px; padding: 13px 15px; border: 1px solid rgba(159,211,255,.18); border-radius: 13px; background: rgba(255,255,255,.06); }
.bdtc-checklist__item span { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(39,180,255,.15); color: #9fd3ff; }
.bdtc-checklist__item svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.bdtc-checklist__item p { margin: 0 !important; color: #e4f1fa !important; font-size: 14px !important; line-height: 1.45 !important; }

/* Social and closing */
.bdtc-social-section { background: #fff; }
.bdtc-social-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: center; }
.bdtc-social-wrap .bdtc-section-heading { margin: 0; }
.bdtc-social-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.bdtc-social-link { display: flex; min-height: 160px; padding: 22px; flex-direction: column; justify-content: center; border: 1px solid #dce7ee; border-radius: 17px; color: inherit !important; transition: transform .2s ease, border-color .2s ease; }
.bdtc-social-link:hover { transform: translateY(-3px); border-color: var(--bdtc-cyan); }
.bdtc-social-link > span { display: flex; width: 44px; height: 44px; margin-bottom: 13px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(15,95,149,.09); color: var(--bdtc-blue); }
.bdtc-social-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bdtc-social-link strong { color: var(--bdtc-navy); font-size: 17px; }
.bdtc-social-link small { color: #72838e; font-size: 12px; }
.bdtc-closing { padding: 65px 0; color: #fff; background: var(--bdtc-navy); }
.bdtc-closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.bdtc-closing h2 { margin-bottom: 9px; color: #fff !important; font-size: 36px; }
.bdtc-closing p { max-width: 800px; margin: 0; color: #c9dfef; }
.bdtc-closing .bdtc-button { flex: 0 0 auto; }

/* Quote page */
.bdtc-quote-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .72fr; gap: 70px; align-items: center; }
.bdtc-quote-hero__steps { padding: 30px; border: 1px solid rgba(159,211,255,.22); border-radius: 21px; background: rgba(3,18,32,.48); box-shadow: 0 26px 60px rgba(0,0,0,.25); }
.bdtc-quote-hero__steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 16px 0; }
.bdtc-quote-hero__steps > div + div { border-top: 1px solid rgba(255,255,255,.1); }
.bdtc-quote-hero__steps b { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(39,180,255,.15); color: #9fd3ff; }
.bdtc-quote-hero__steps strong,
.bdtc-quote-hero__steps small { display: block; }
.bdtc-quote-hero__steps strong { color: #fff; font-size: 16px; }
.bdtc-quote-hero__steps small { color: #c2dbea; font-size: 13px; }
.bdtc-quote-form-section { background: var(--bdtc-light); }
.bdtc-quote-form-card { max-width: 1040px; margin: 0 auto; padding: 42px; }
.bdtc-form fieldset { margin: 0; padding: 0; border: 0; }
.bdtc-form fieldset + fieldset { margin-top: 38px; padding-top: 35px; border-top: 1px solid #dce6ec; }
.bdtc-form legend { display: flex; width: 100%; margin: 0 0 24px; align-items: center; gap: 12px; color: var(--bdtc-navy); font-size: 21px; font-weight: 740; }
.bdtc-form legend span { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--bdtc-blue); color: #fff; font-size: 14px; }
.bdtc-submit-row { display: flex; gap: 22px; align-items: center; margin-top: 28px; }
.bdtc-submit-row p { margin: 0; font-size: 12px; line-height: 1.5; }
.bdtc-quote-guidance { background: #fff; }
.bdtc-quote-guidance__grid { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: center; }
.bdtc-guidance-list > div { display: grid; grid-template-columns: 39px 1fr; gap: 14px; align-items: center; padding: 13px 0; }
.bdtc-guidance-list > div + div { border-top: 1px solid #e3ebf0; }
.bdtc-guidance-list span { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(15,95,149,.1); color: var(--bdtc-blue); font-weight: 730; }
.bdtc-guidance-list p { margin: 0; color: #3c5364; }
.bdtc-quote-aside { padding: 35px; border-radius: 20px; background: var(--bdtc-navy); box-shadow: 0 24px 50px rgba(7,27,47,.18); }
.bdtc-quote-aside > span { display: flex; width: 58px; height: 58px; margin-bottom: 20px; align-items: center; justify-content: center; border-radius: 17px; background: rgba(39,180,255,.14); color: #9fd3ff; }
.bdtc-quote-aside svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bdtc-quote-aside h3 { color: #fff !important; font-size: 27px; }
.bdtc-quote-aside p { color: #c8deed; }

/* Reveal */
.bdtc-reveal { opacity: 1; transform: none; }
.bdtc-js .bdtc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.bdtc-js .bdtc-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
    .bdtc-hero__grid,
    .bdtc-quote-hero__grid { grid-template-columns: 1fr; gap: 45px; }
    .bdtc-hero__panel,
    .bdtc-quote-hero__steps { max-width: 720px; }
    .bdtc-route-grid { grid-template-columns: 1fr; }
    .bdtc-route-card { min-height: 0; }
    .bdtc-form-layout { grid-template-columns: 1fr; }
    .bdtc-form-intro { position: static; }
    .bdtc-office-grid,
    .bdtc-help-grid,
    .bdtc-social-wrap,
    .bdtc-quote-guidance__grid { grid-template-columns: 1fr; }
    .bdtc-social-links { max-width: 760px; }
}
@media (max-width: 760px) {
    .bdtc-container { width: min(var(--bdtc-width), calc(100% - 30px)); }
    .bdtc-section { padding: 68px 0; }
    .bdtc-hero { padding: 76px 0 68px; }
    .bdtc-module h1 { font-size: 39px; line-height: 1.08; }
    .bdtc-module h2 { font-size: 31px; }
    .bdtc-hero__intro { font-size: 18px !important; }
    .bdtc-actions { align-items: stretch; flex-direction: column; }
    .bdtc-actions .bdtc-button { width: 100%; }
    .bdtc-form-card,
    .bdtc-quote-form-card { padding: 24px 18px; border-radius: 17px; }
    .bdtc-form-grid--2,
    .bdtc-methods-grid,
    .bdtc-checklist,
    .bdtc-social-links { grid-template-columns: 1fr; }
    .bdtc-social-link { min-height: 130px; }
    .bdtc-closing__inner,
    .bdtc-submit-row { align-items: stretch; flex-direction: column; }
    .bdtc-closing .bdtc-button,
    .bdtc-submit-row .bdtc-button { width: 100%; }
    .bdtc-route-card { padding: 26px; }
    .bdtc-method-card { grid-template-columns: 50px 1fr 20px; padding: 18px; }
    .bdtc-method-card__icon { width: 50px; height: 50px; }
    .bdtc-office-card { padding: 27px; }
}
@media (prefers-reduced-motion: reduce) {
    .bdtc-module *, .bdtc-module *:before, .bdtc-module *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .bdtc-js .bdtc-reveal { opacity: 1; transform: none; }
}
