.bds-page {
    --bds-ink: var(--ma-ink);
    --bds-text: rgba(0, 0, 0, .76);
    --bds-muted: var(--ma-muted);
    --bds-gold: var(--ma-gold);
    --bds-gold-bright: var(--ma-gold-bright);
    --bds-green: var(--ma-green);
    --bds-line: var(--ma-line);
    --bds-cream: #faf7f0;
    --bds-dark: #171412;
    position: relative;
    z-index: 1;
    overflow-x: clip;
    color: var(--bds-ink);
    font: 300 16px/1.618 "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.bds-shell { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: 28px; }
.bds-page h1, .bds-page h2, .bds-page h3, .bds-page p { margin: 0; }
.bds-page em { color: var(--bds-gold); font-style: normal; }
.bds-page button, .bds-page input, .bds-page select, .bds-page textarea { font: inherit; }
.bds-page img, .bds-page svg { display: block; }
.bds-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--bds-gold); font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.bds-kicker::before { width: 24px; height: 1px; content: ""; background: currentColor; }
.bds-section-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.bds-section-heading h2, .bds-section-copy h2, .bds-trends h2, .bds-faq h2, .bds-contact h2 { max-width: 24em; margin-top: 14px; font-size: clamp(28px, 3vw, 44px); font-weight: 700; line-height: 1.2; letter-spacing: -.03em; text-wrap: balance; }
.bds-section-heading > p { max-width: 62em; margin-top: 18px; color: var(--bds-muted); font-size: clamp(15px, 1.12vw, 17px); line-height: 1.72; }

.bds-hero { padding-top: clamp(24px, 3vw, 42px); padding-bottom: clamp(66px, 7vw, 100px); }
.bds-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: clamp(28px, 4vw, 52px); color: rgba(0, 0, 0, .52); font-size: 14px; }
.bds-breadcrumb a { transition: color .22s; }
.bds-breadcrumb a:hover { color: var(--bds-gold); }
.bds-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.bds-eyebrow { min-height: 36px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border: 1px solid rgba(217, 144, 0, .18); border-radius: 999px; color: var(--bds-gold); background: rgba(255, 183, 0, .08); font-size: 13.5px; font-weight: 600; }
.bds-eyebrow i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--bds-gold-bright); box-shadow: 0 0 0 5px rgba(255, 183, 0, .12); }
.bds-hero h1 { max-width: 15em; margin-top: 21px; font-size: clamp(37px, 4.1vw, 60px); font-weight: 300; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.bds-hero h1 em { font-weight: 700; }
.bds-hero-copy > p { max-width: 39em; margin-top: 23px; color: var(--bds-muted); font-size: clamp(15.5px, 1.18vw, 17.5px); line-height: 1.76; }
.bds-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.bds-btn { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14.5px; font-weight: 600; transition: transform .25s, box-shadow .25s, border-color .25s, background .25s; }
.bds-btn:hover { transform: translateY(-2px); }
.bds-btn-primary { color: #241a00 !important; background: linear-gradient(135deg, #ffd700, #ffa500); box-shadow: 0 20px 27px -10px rgba(255, 183, 0, .56); }
.bds-btn-primary:hover { box-shadow: 0 13px 22px -8px rgba(255, 183, 0, .82); }
.bds-btn-outline { color: var(--bds-green) !important; border-color: rgba(12, 142, 57, .65); background: rgba(255, 255, 255, .68); }
.bds-btn-outline:hover { border-color: var(--bds-green); background: #fff; box-shadow: 0 16px 28px -18px rgba(12, 142, 57, .5); }
.bds-proof { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 25px !important; }
.bds-proof li { display: flex; align-items: center; gap: 8px; color: var(--bds-muted); font-size: 13.5px; }
.bds-proof span { color: var(--bds-gold); font-weight: 700; }

.bds-hero-demo { position: relative; padding: 38px 8px 46px; }
.bds-hero-demo::before { position: absolute; inset: 5% -8% 0; content: ""; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(255, 183, 0, .2), rgba(255, 183, 0, 0) 68%); }
.bds-browser { position: relative; overflow: hidden; border: 1px solid rgba(0, 0, 0, .14); border-radius: 22px; background: #fff; box-shadow: 0 34px 70px -34px rgba(0, 0, 0, .5); transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.bds-browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid rgba(0, 0, 0, .08); background: #f6f3ee; }
.bds-browser-bar > i { width: 8px; height: 8px; border-radius: 50%; background: #df7466; }
.bds-browser-bar > i:nth-child(2) { background: #edbf4e; }
.bds-browser-bar > i:nth-child(3) { background: #67b978; }
.bds-browser-bar span { min-width: 0; margin-left: 8px; padding: 4px 13px; overflow: hidden; border-radius: 999px; color: rgba(0, 0, 0, .42); background: #fff; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.bds-browser-body { padding: 16px; }
.bds-demo-head { display: flex; align-items: center; gap: 16px; }
.bds-demo-logo { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 14px; font-weight: 800; }
.bds-demo-head > div { display: flex; gap: 12px; margin-left: auto; }
.bds-demo-head > div i { width: 32px; height: 5px; border-radius: 5px; background: rgba(0, 0, 0, .11); }
.bds-demo-head > b { padding: 6px 11px; border-radius: 9px; color: #fff; background: var(--bds-dark); font-size: 9px; }
.bds-demo-search { display: grid; grid-template-columns: repeat(3, 1fr) 42px; gap: 7px; margin-top: 15px; padding: 9px; border: 1px solid rgba(0, 0, 0, .08); border-radius: 13px; background: #faf9f7; }
.bds-demo-search > span { display: flex; flex-direction: column; padding: 7px 9px; border-radius: 9px; background: #fff; font-size: 9px; font-weight: 600; }
.bds-demo-search small { color: rgba(0, 0, 0, .42); font-size: 7.5px; font-weight: 500; }
.bds-demo-search > b { display: grid; place-items: center; border-radius: 10px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 17px; }
.bds-demo-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; margin-top: 10px; }
.bds-demo-map { min-height: 246px; position: relative; overflow: hidden; border-radius: 15px; background-color: #e9e4d8; background-image: linear-gradient(30deg, transparent 45%, rgba(86, 122, 80, .12) 46% 54%, transparent 55%), linear-gradient(120deg, transparent 42%, rgba(86, 122, 80, .1) 43% 55%, transparent 56%); }
.bds-demo-map::before, .bds-demo-map::after { position: absolute; content: ""; border: 3px solid rgba(255, 255, 255, .9); border-radius: 48%; transform: rotate(-18deg); }
.bds-demo-map::before { inset: 25% -20% 40% 5%; }
.bds-demo-map::after { inset: 57% 15% -15% -30%; transform: rotate(19deg); }
.bds-demo-map .road { position: absolute; height: 3px; background: rgba(255, 255, 255, .9); transform-origin: left center; }
.bds-demo-map .road-one { width: 78%; top: 21%; left: 12%; transform: rotate(24deg); }
.bds-demo-map .road-two { width: 70%; top: 70%; left: 0; transform: rotate(-16deg); }
.bds-demo-map .road-three { width: 60%; top: 47%; left: 30%; transform: rotate(82deg); }
.bds-demo-map .pin { position: absolute; z-index: 2; padding: 5px 8px; border-radius: 999px; color: #241a00; background: #fff; font-size: 8px; font-weight: 700; box-shadow: 0 5px 12px rgba(0, 0, 0, .14); }
.bds-demo-map .pin::after { position: absolute; left: 50%; bottom: -4px; width: 8px; height: 8px; content: ""; background: inherit; transform: translateX(-50%) rotate(45deg); }
.bds-demo-map .pin-one { top: 25%; left: 21%; }
.bds-demo-map .pin-two { top: 49%; right: 18%; color: #fff; background: var(--bds-green); }
.bds-demo-map .pin-three { bottom: 17%; left: 35%; }
.bds-demo-property { overflow: hidden; border: 1px solid rgba(0, 0, 0, .08); border-radius: 15px; background: #fff; }
.bds-demo-image { height: 111px; position: relative; background: linear-gradient(150deg, rgba(14, 70, 45, .88), rgba(217, 144, 0, .34)), linear-gradient(35deg, transparent 45%, rgba(255, 255, 255, .3) 46% 51%, transparent 52%); }
.bds-demo-image::before, .bds-demo-image::after { position: absolute; bottom: 0; content: ""; background: rgba(255, 255, 255, .82); clip-path: polygon(50% 0, 100% 42%, 100% 100%, 0 100%, 0 42%); }
.bds-demo-image::before { left: 14%; width: 46%; height: 66%; }
.bds-demo-image::after { right: 8%; width: 38%; height: 50%; background: rgba(244, 230, 191, .9); }
.bds-demo-image span, .bds-demo-image i { position: absolute; z-index: 2; top: 9px; padding: 3px 7px; border-radius: 999px; font-size: 7px; font-style: normal; }
.bds-demo-image span { left: 8px; color: #fff; background: var(--bds-green); }
.bds-demo-image i { right: 8px; background: rgba(255, 255, 255, .88); }
.bds-demo-property > div:last-child { display: flex; flex-direction: column; padding: 11px; }
.bds-demo-property small { color: var(--bds-gold); font-size: 7.5px; font-weight: 700; text-transform: uppercase; }
.bds-demo-property strong { margin-top: 5px; font-size: 10.5px; line-height: 1.35; }
.bds-demo-property p { margin-top: 5px; color: var(--bds-muted); font-size: 8px; }
.bds-demo-property b { margin-top: 10px; color: var(--bds-green); font-size: 11px; }
.bds-demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.bds-demo-metrics span { display: flex; align-items: baseline; gap: 5px; padding: 9px; border-radius: 10px; color: var(--bds-muted); background: #f7f5f0; font-size: 7.5px; }
.bds-demo-metrics strong { color: var(--bds-ink); font-size: 13px; }
.bds-float-card { position: absolute; z-index: 3; min-width: 168px; display: grid; grid-template-columns: 36px 1fr; gap: 0 10px; padding: 12px; border: 1px solid rgba(0, 0, 0, .1); border-radius: 14px; background: rgba(255, 255, 255, .96); box-shadow: 0 18px 38px -20px rgba(0, 0, 0, .4); animation: bds-float 5s ease-in-out infinite; }
.bds-float-card > i { width: 36px; height: 36px; grid-row: span 2; display: grid; place-items: center; border-radius: 11px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 14px; font-style: normal; }
.bds-float-card b { font-size: 10.5px; }
.bds-float-card small { color: var(--bds-muted); font-size: 8px; }
.bds-float-lead { right: -18px; bottom: 12px; }
.bds-float-mobile { top: 1px; left: -24px; animation-delay: -2.4s; }
@keyframes bds-float { 50% { transform: translateY(-8px); } }

.bds-audience { padding-bottom: clamp(72px, 8vw, 112px); }
.bds-audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: clamp(34px, 4vw, 50px); }
.bds-audience-card { min-height: 235px; position: relative; padding: 29px 27px; overflow: hidden; border: 1px solid var(--bds-line); border-radius: 22px; background: rgba(255, 255, 255, .88); box-shadow: 0 18px 44px -34px rgba(0, 0, 0, .3); transition: transform .28s, border-color .28s, box-shadow .28s; }
.bds-audience-card:hover { border-color: rgba(255, 183, 0, .5); box-shadow: 0 28px 54px -34px rgba(217, 144, 0, .5); transform: translateY(-4px); }
.bds-audience-card > span { color: rgba(217, 144, 0, .22); font-size: 42px; font-weight: 700; line-height: 1; }
.bds-audience-card h3 { margin-top: 26px; font-size: 19px; font-weight: 700; line-height: 1.38; }
.bds-audience-card p { margin-top: 10px; color: var(--bds-muted); font-size: 14.5px; line-height: 1.7; }

.bds-features { padding-block: clamp(74px, 8.5vw, 118px); border-block: 1px solid rgba(0, 0, 0, .07); background: var(--bds-cream); }
.bds-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: clamp(36px, 4vw, 54px); }
.bds-feature-card { min-height: 282px; display: flex; flex-direction: column; padding: 25px 23px; border: 1px solid rgba(0, 0, 0, .09); border-radius: 21px; background: #fff; box-shadow: 0 18px 42px -34px rgba(0, 0, 0, .32); transition: transform .28s, border-color .28s, box-shadow .28s; }
.bds-feature-card:hover { border-color: rgba(255, 183, 0, .5); box-shadow: 0 27px 52px -34px rgba(217, 144, 0, .48); transform: translateY(-4px); }
.bds-feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--bds-gold); background: rgba(255, 183, 0, .1); }
.bds-feature-icon span { font-size: 13px; font-weight: 700; }
.bds-feature-card h3 { margin-top: 22px; font-size: 18px; font-weight: 700; line-height: 1.4; }
.bds-feature-card p { margin-top: 10px; color: var(--bds-muted); font-size: 13.8px; line-height: 1.7; }

.bds-guide { padding-block: clamp(76px, 8.5vw, 118px); }
.bds-guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(38px, 5vw, 72px); align-items: start; }
.bds-guide-content { min-width: 0; padding: clamp(26px, 3.4vw, 48px); border: 1px solid var(--bds-line); border-radius: 25px; background: rgba(255, 255, 255, .9); box-shadow: 0 24px 60px -44px rgba(0, 0, 0, .45); }
.bds-section-copy > p { margin-top: 18px; color: var(--bds-muted); font-size: 16.5px; line-height: 1.84; }
.bds-criteria, .bds-data-flow { padding-top: clamp(40px, 5vw, 62px); scroll-margin-top: 110px; }
.bds-criteria h2, .bds-data-flow h2 { font-size: clamp(25px, 2.4vw, 34px); font-weight: 700; line-height: 1.28; letter-spacing: -.028em; }
.bds-criteria-list { display: grid; gap: 12px; margin-top: 24px; }
.bds-criteria-list > div { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; padding: 17px; border: 1px solid var(--bds-line); border-radius: 16px; background: #faf9f7; }
.bds-criteria-list > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--bds-gold); background: rgba(255, 183, 0, .1); font-size: 12px; font-weight: 700; }
.bds-criteria-list p { color: var(--bds-muted); font-size: 14.5px; line-height: 1.68; }
.bds-criteria-list strong { display: block; margin-bottom: 3px; color: var(--bds-ink); font-size: 15.5px; }
.bds-data-copy > p { max-width: 50em; margin-top: 16px; color: var(--bds-muted); font-size: 15.5px; line-height: 1.75; }
.bds-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 28px; }
.bds-flow > span { min-height: 122px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 16px; border: 1px solid var(--bds-line); border-radius: 16px; background: #fff; }
.bds-flow > span i { color: var(--bds-gold); font-size: 11px; font-style: normal; font-weight: 700; }
.bds-flow > span b { font-size: 12px; font-weight: 600; line-height: 1.5; }
.bds-flow > em { color: rgba(0, 0, 0, .24); font-size: 18px; }
.bds-toc { position: sticky; top: 108px; display: flex; flex-direction: column; gap: 16px; }
.bds-toc-card, .bds-toc-cta { overflow: hidden; border: 1px solid var(--bds-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 44px -36px rgba(0, 0, 0, .38); }
.bds-toc-card > strong { display: block; padding: 19px 20px 14px; font-size: 15px; }
.bds-toc nav { display: flex; flex-direction: column; padding: 4px 10px 13px; }
.bds-toc nav a { padding: 10px 12px; border-left: 2px solid transparent; border-radius: 0 9px 9px 0; color: var(--bds-muted); font-size: 13.5px; line-height: 1.45; transition: color .2s, border-color .2s, background .2s; }
.bds-toc nav a:hover, .bds-toc nav a.active { color: var(--bds-gold); border-left-color: var(--bds-gold); background: rgba(255, 183, 0, .07); }
.bds-toc-cta { padding: 22px; color: #fff; background: var(--bds-dark); }
.bds-toc-cta > span { color: var(--bds-gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.bds-toc-cta > strong { display: block; margin-top: 8px; font-size: 18px; line-height: 1.45; }
.bds-toc-cta > a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 600; }
.bds-toc-cta > a:first-of-type { color: #241a00; border: 0; background: linear-gradient(135deg, #ffd700, #ffa500); }
.bds-toc-cta > a + a { justify-content: center; margin-top: 8px; }

.bds-process { padding-block: clamp(76px, 8.5vw, 118px); color: #fff; background: var(--bds-dark); scroll-margin-top: 90px; }
.bds-process .bds-section-heading > p { color: rgba(255, 255, 255, .66); }
.bds-process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(36px, 4vw, 54px) !important; counter-reset: process; }
.bds-process-card { min-height: 210px; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 17px; align-items: start; padding: 25px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 21px; background: rgba(255, 255, 255, .045); transition: transform .28s, border-color .28s, background .28s; }
.bds-process-card:hover { border-color: rgba(255, 183, 0, .45); background: rgba(255, 255, 255, .07); transform: translateY(-4px); }
.bds-process-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 13px; font-weight: 700; }
.bds-process-card h3 { font-size: 18px; font-weight: 700; line-height: 1.4; }
.bds-process-card p { margin-top: 9px; color: rgba(255, 255, 255, .64); font-size: 13.8px; line-height: 1.7; }

.bds-trends { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(38px, 6vw, 86px); align-items: start; padding-block: clamp(78px, 9vw, 124px); scroll-margin-top: 100px; }
.bds-trends-intro { position: sticky; top: 114px; }
.bds-trends-intro > p { max-width: 38em; margin-top: 18px; color: var(--bds-muted); font-size: 15.5px; line-height: 1.75; }
.bds-trends-intro .bds-btn { margin-top: 27px; }
.bds-trend-list { display: flex; flex-direction: column; gap: 13px; }
.bds-trend-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; padding: 24px; border: 1px solid var(--bds-line); border-radius: 20px; background: rgba(255, 255, 255, .9); box-shadow: 0 18px 44px -36px rgba(0, 0, 0, .34); transition: border-color .25s, transform .25s; }
.bds-trend-card:hover { border-color: rgba(255, 183, 0, .52); transform: translateX(4px); }
.bds-trend-card > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--bds-gold); background: rgba(255, 183, 0, .1); font-size: 13px; font-weight: 700; }
.bds-trend-card h3 { font-size: 18px; font-weight: 700; line-height: 1.4; }
.bds-trend-card p { margin-top: 8px; color: var(--bds-muted); font-size: 14.5px; line-height: 1.7; }

.bds-faq { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(34px, 6vw, 82px); align-items: start; padding-block: clamp(74px, 8.5vw, 116px); border-top: 1px solid var(--bds-line); scroll-margin-top: 94px; }
.bds-faq-intro { position: sticky; top: 112px; }
.bds-faq-intro > p { max-width: 35em; margin-top: 18px; color: var(--bds-muted); font-size: 15.5px; line-height: 1.75; }
.bds-hotline { display: flex; align-items: center; gap: 13px; margin-top: 27px; padding: 15px 17px; border: 1px solid var(--bds-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 40px -34px rgba(0, 0, 0, .45); transition: border-color .25s, transform .25s; }
.bds-hotline:hover { border-color: var(--bds-gold); transform: translateY(-2px); }
.bds-hotline > span { width: 43px; height: 43px; flex: none; display: grid; place-items: center; border-radius: 12px; color: var(--bds-gold); background: rgba(255, 183, 0, .1); }
.bds-hotline i { display: flex; flex-direction: column; color: var(--bds-muted); font-size: 12px; font-style: normal; }
.bds-hotline strong { color: var(--bds-ink); font-size: 16px; }
.bds-faq-list { display: flex; flex-direction: column; gap: 12px; }
.bds-faq-list details { border: 1px solid var(--bds-line); border-radius: 17px; background: #fff; box-shadow: 0 16px 40px -34px rgba(0, 0, 0, .42); }
.bds-faq-list summary { display: flex; align-items: center; gap: 15px; padding: 20px 21px; cursor: pointer; list-style: none; }
.bds-faq-list summary::-webkit-details-marker { display: none; }
.bds-faq-list summary > span { width: 35px; height: 35px; flex: none; display: grid; place-items: center; border-radius: 11px; color: var(--bds-gold); background: rgba(255, 183, 0, .1); font-size: 12px; font-weight: 700; }
.bds-faq-list summary strong { flex: 1; font-size: 15.5px; font-weight: 600; line-height: 1.48; }
.bds-faq-list summary i { width: 17px; height: 17px; position: relative; flex: none; }
.bds-faq-list summary i::before, .bds-faq-list summary i::after { position: absolute; top: 8px; left: 1px; width: 15px; height: 1.5px; content: ""; background: var(--bds-gold); transition: transform .25s; }
.bds-faq-list summary i::after { transform: rotate(90deg); }
.bds-faq-list details[open] summary i::after { transform: none; }
.bds-faq-list details > div { padding: 0 23px 22px 71px; }
.bds-faq-list details p { color: var(--bds-muted); font-size: 14.5px; line-height: 1.75; }

.bds-contact { padding-block: clamp(68px, 8vw, 106px); color: #fff; background: linear-gradient(145deg, #171412, #251a15 65%, #17110e); }
.bds-contact-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr); gap: clamp(40px, 6vw, 86px); align-items: center; }
.bds-contact .bds-kicker { color: var(--bds-gold-bright); }
.bds-contact-copy > p { max-width: 41em; margin-top: 20px; color: rgba(255, 255, 255, .68); font-size: 15.5px; line-height: 1.75; }
.bds-contact-points { display: grid; gap: 10px; margin-top: 27px; }
.bds-contact-points > span { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; align-items: center; color: rgba(255, 255, 255, .82); font-size: 13.5px; }
.bds-contact-points i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--bds-gold-bright); background: rgba(255, 183, 0, .1); font-size: 10px; font-style: normal; }
.bds-contact-points b { font-weight: 500; }
.bds-contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 27px; }
.bds-contact-links a { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 14px; background: rgba(255, 255, 255, .05); transition: border-color .25s, transform .25s; }
.bds-contact-links a:hover { border-color: rgba(255, 183, 0, .5); transform: translateY(-2px); }
.bds-contact-links a > span { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 11px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-weight: 700; }
.bds-contact-links i { min-width: 0; display: flex; flex-direction: column; color: rgba(255, 255, 255, .52); font-size: 10px; font-style: normal; }
.bds-contact-links strong { overflow: hidden; color: #fff; font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.bds-contact-form { padding: clamp(25px, 3vw, 40px); border-radius: 27px; color: var(--bds-ink); background: #faf9f7; box-shadow: -10px -10px 0 rgba(255, 255, 255, .07); }
.bds-contact-form > h3 { font-size: 24px; font-weight: 700; text-align: center; }
.bds-contact-form > p { max-width: 38em; margin: 9px auto 23px; color: var(--bds-muted); font-size: 13.5px; line-height: 1.62; text-align: center; }
.bds-contact-form form { display: flex; flex-direction: column; gap: 15px; }
.bds-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.bds-field { display: flex; flex-direction: column; gap: 7px; }
.bds-field label { color: rgba(0, 0, 0, .7); font-size: 13px; font-weight: 600; }
.bds-field label span { color: #b42d25; }
.bds-contact-form input, .bds-contact-form select, .bds-contact-form textarea { width: 100%; min-width: 0; padding: 0 16px; border: 1px solid rgba(0, 0, 0, .16); border-radius: 13px; outline: 0; color: var(--bds-ink); background: #fff; }
.bds-contact-form input, .bds-contact-form select { height: 53px; }
.bds-contact-form textarea { padding-block: 14px; line-height: 1.6; resize: vertical; }
.bds-contact-form input:focus, .bds-contact-form select:focus, .bds-contact-form textarea:focus { border-color: var(--bds-gold); box-shadow: 0 0 0 3px rgba(255, 183, 0, .15); }
.bds-contact-form form > button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; color: #241a00; background: linear-gradient(135deg, #ffd700, #ffa500); font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 20px 25px -8px rgba(255, 183, 0, .3); }
.bds-contact-form form > button:disabled { cursor: wait; opacity: .65; }
.bds-contact-form form > small { color: rgba(0, 0, 0, .5); font-size: 11.5px; line-height: 1.5; text-align: center; }
.bds-form-message { margin-bottom: 15px; padding: 12px 14px; border: 1px solid #bfe8cf; border-radius: 12px; color: #1f5c3d; background: #e8f7ee; font-size: 13px; font-weight: 500; line-height: 1.55; }
.bds-form-message.is-error { border-color: #f6c9c6; color: #a32620; background: #fcebea; }
.bds-honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.bds-js .bds-reveal { opacity: 0; transform: translateY(20px) scale(.99); transition: opacity .72s cubic-bezier(.22, 1, .36, 1), transform .72s cubic-bezier(.22, 1, .36, 1); }
.bds-js .bds-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .bds-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 40px; }
    .bds-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bds-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bds-flow { grid-template-columns: 1fr 1fr; }
    .bds-flow > em { display: none; }
}
@media (max-width: 920px) {
    .bds-hero-grid, .bds-guide-layout, .bds-trends, .bds-faq, .bds-contact-grid { grid-template-columns: 1fr; }
    .bds-hero-copy { max-width: 760px; }
    .bds-hero-demo { width: min(760px, 100%); margin-inline: auto; }
    .bds-toc, .bds-trends-intro, .bds-faq-intro { position: static; }
    .bds-toc { display: grid; grid-template-columns: 1.1fr .9fr; }
    .bds-trends-intro, .bds-faq-intro, .bds-contact-copy { max-width: 720px; }
}
@media (max-width: 720px) {
    .real-estate-website-page .ma-contact-rail { display: none; }
    .bds-shell { padding-inline: 16px; }
    .bds-hero { padding-top: 20px; }
    .bds-breadcrumb { margin-bottom: 26px; font-size: 12.5px; }
    .bds-hero h1 { font-size: clamp(35px, 10.8vw, 45px); }
    .bds-actions { flex-direction: column; }
    .bds-actions .bds-btn { width: 100%; }
    .bds-audience-grid, .bds-feature-grid, .bds-process-list { grid-template-columns: 1fr; }
    .bds-audience-card, .bds-feature-card { min-height: 0; }
    .bds-guide-content { padding: 25px 18px; border-radius: 21px; }
    .bds-toc { grid-template-columns: 1fr; }
    .bds-toc nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bds-flow { grid-template-columns: 1fr; }
    .bds-process-card { min-height: 0; padding: 21px 18px; }
    .bds-contact-form { padding: 24px 18px; border-radius: 22px; box-shadow: none; }
    .bds-form-row, .bds-contact-links { grid-template-columns: 1fr; }
    .bds-faq-list summary { gap: 11px; padding: 18px 15px; }
    .bds-faq-list summary strong { font-size: 14.5px; }
    .bds-faq-list details > div { padding: 0 17px 20px 61px; }
}
@media (max-width: 540px) {
    .bds-proof { display: grid; }
    .bds-hero-demo { padding: 18px 0 24px; }
    .bds-browser { border-radius: 16px; transform: none; }
    .bds-browser-body { padding: 10px; }
    .bds-demo-head > div i:nth-child(n+2) { display: none; }
    .bds-demo-search { grid-template-columns: repeat(3, 1fr); }
    .bds-demo-search > b { grid-column: 1 / -1; min-height: 34px; }
    .bds-demo-content { grid-template-columns: 1fr; }
    .bds-demo-map { min-height: 190px; }
    .bds-demo-property { display: grid; grid-template-columns: .85fr 1.15fr; }
    .bds-demo-image { height: auto; min-height: 124px; }
    .bds-float-card { display: none; }
    .bds-toc nav { grid-template-columns: 1fr; }
    .bds-criteria-list > div { grid-template-columns: 42px minmax(0, 1fr); padding: 14px; }
    .bds-criteria-list > div > span { width: 38px; height: 38px; }
    .bds-process-card { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
    .bds-process-card > span { width: 44px; height: 44px; border-radius: 13px; }
    .bds-trend-card { grid-template-columns: 48px minmax(0, 1fr); padding: 19px 17px; }
    .bds-trend-card > span { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    .bds-float-card { animation: none; }
}
