:root {
    --bwa-navy: #071c2c;
    --bwa-navy-2: #0c2b3d;
    --bwa-teal: #0a7f78;
    --bwa-teal-soft: #dff4ef;
    --bwa-lime: #b9ef63;
    --bwa-sand: #f5f1e8;
    --bwa-cloud: #f5f7f5;
    --bwa-ink: #102735;
    --bwa-muted: #61717b;
    --bwa-line: #dce4e2;
    --bwa-white: #fff;
    --bwa-radius: 24px;
    --bwa-shadow: 0 26px 70px rgba(2, 24, 35, .14);
    --bwa-width: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--bwa-ink); background: var(--bwa-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { display: block; width: 1.2em; height: 1.2em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bwa-skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; color: var(--bwa-white); background: var(--bwa-navy); border-radius: 8px; }
.bwa-skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--bwa-lime); outline-offset: 4px; }
.bwa-container { width: min(calc(100% - 48px), var(--bwa-width)); margin-inline: auto; }
.bwa-section { padding: 112px 0; }
.bwa-kicker, .bwa-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--bwa-teal); font-size: 12px; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.bwa-kicker-light, .bwa-eyebrow-light { color: var(--bwa-lime); }
.bwa-eyebrow span { width: 25px; height: 1px; background: currentColor; }
.bwa-section-heading { margin-bottom: 58px; }
.bwa-section-heading h2, .bwa-showcase-copy h2, .bwa-onboarding-grid h2, .bwa-faq-intro h2 { max-width: 790px; margin: 0; color: var(--bwa-navy); font-size: clamp(38px, 5vw, 64px); font-weight: 720; letter-spacing: -.052em; line-height: 1.02; }
.bwa-section-heading p, .bwa-showcase-copy > p, .bwa-onboarding-grid > div > p, .bwa-faq-intro > p { color: var(--bwa-muted); font-size: 19px; line-height: 1.7; }
.bwa-section-heading-split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 72px; }
.bwa-section-heading-split p { margin: 0 0 4px; }
.bwa-section-heading-centred { max-width: 820px; margin-inline: auto; text-align: center; }
.bwa-section-heading-centred h2 { margin-inline: auto; }
.bwa-section-heading-centred p { max-width: 700px; margin: 24px auto 0; }

/* Header */
.bwa-site-header { position: relative; z-index: 50; color: var(--bwa-navy); background: var(--bwa-white); border-bottom: 1px solid rgba(7,28,44,.08); }
.bwa-front-page .bwa-site-header { position: absolute; inset: 0 0 auto; color: var(--bwa-white); background: transparent; border: 0; }
.bwa-site-header.is-scrolled { position: fixed; color: var(--bwa-navy); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,28,44,.09); box-shadow: 0 8px 36px rgba(2,24,35,.07); backdrop-filter: blur(18px); animation: bwa-header-in .28s ease both; }
@keyframes bwa-header-in { from { transform: translateY(-100%); } }
.bwa-header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.bwa-brand { flex: 0 0 auto; }
.bwa-brand .custom-logo-link { display: block; }
.bwa-brand .custom-logo { width: auto; max-width: 235px; max-height: 48px; }
.bwa-wordmark { display: inline-flex; align-items: center; gap: 10px; color: currentColor; font-size: 24px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.bwa-wordmark > span:last-child > span { font-weight: 430; }
.bwa-brand-mark, .bwa-mini-mark { width: 31px; height: 31px; display: inline-flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 6px; background: var(--bwa-lime); border-radius: 9px 9px 9px 2px; transform: rotate(-3deg); }
.bwa-brand-mark i, .bwa-mini-mark i { display: block; width: 4px; background: var(--bwa-navy); border-radius: 4px; }
.bwa-brand-mark i:nth-child(1), .bwa-mini-mark i:nth-child(1) { height: 8px; }
.bwa-brand-mark i:nth-child(2), .bwa-mini-mark i:nth-child(2) { height: 16px; }
.bwa-brand-mark i:nth-child(3), .bwa-mini-mark i:nth-child(3) { height: 12px; }
.bwa-primary-nav { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 30px; }
.bwa-nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.bwa-nav-list a, .bwa-login-link { font-size: 14px; font-weight: 650; }
.bwa-nav-list a { opacity: .82; }
.bwa-nav-list a:hover, .bwa-login-link:hover { opacity: 1; color: var(--bwa-teal); }
.bwa-front-page .bwa-site-header:not(.is-scrolled) .bwa-nav-list a:hover, .bwa-front-page .bwa-site-header:not(.is-scrolled) .bwa-login-link:hover { color: var(--bwa-lime); }
.bwa-header-actions { display: flex; align-items: center; gap: 22px; }
.bwa-nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 12px; }
.bwa-nav-toggle i { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 9px; transition: transform .2s, opacity .2s; }

/* Buttons */
.bwa-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.bwa-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(2,24,35,.16); }
.bwa-button-small { min-height: 43px; padding: 10px 17px; }
.bwa-button-dark { color: var(--bwa-white); background: var(--bwa-navy); }
.bwa-front-page .bwa-site-header:not(.is-scrolled) .bwa-button-dark { color: var(--bwa-navy); background: var(--bwa-white); }
.bwa-button-lime { color: var(--bwa-navy); background: var(--bwa-lime); }
.bwa-button-outline { color: var(--bwa-navy); background: transparent; border-color: #b9c7c5; }
.bwa-button-outline:hover { color: var(--bwa-white); background: var(--bwa-navy); border-color: var(--bwa-navy); }
.bwa-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--bwa-teal); font-weight: 780; }
.bwa-text-link svg { transition: transform .2s; }
.bwa-text-link:hover svg { transform: translateX(5px); }
.bwa-text-link-light { color: var(--bwa-white); }

/* Hero */
.bwa-hero { position: relative; min-height: 920px; display: flex; align-items: center; overflow: hidden; color: var(--bwa-white); background: var(--bwa-navy); }
.bwa-hero-media, .bwa-hero-shade { position: absolute; inset: 0; }
.bwa-hero-media { background-position: center; background-size: cover; transform: scale(1.015); }
.bwa-hero-shade { background: linear-gradient(90deg, rgba(3,17,28,.98) 0%, rgba(3,18,29,.89) 29%, rgba(3,18,29,.48) 53%, rgba(3,18,29,.08) 78%), linear-gradient(0deg, rgba(3,18,29,.62), transparent 45%); }
.bwa-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(540px, .95fr) minmax(0, 1.05fr); align-items: center; gap: 42px; padding-top: 54px; }
.bwa-hero-copy { max-width: 630px; padding: 80px 0 180px; }
.bwa-hero-copy h1 { margin: 0; font-size: clamp(48px, 5.2vw, 72px); font-weight: 740; letter-spacing: -.058em; line-height: .98; text-wrap: balance; }
.bwa-hero-copy > p { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.65; }
.bwa-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.bwa-hero-promise { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 650; }
.bwa-hero-promise span { display: flex; align-items: center; gap: 7px; }
.bwa-hero-promise svg { width: 15px; height: 15px; color: var(--bwa-lime); }
.bwa-hero-dashboard { align-self: end; width: 720px; margin: 0 0 42px -10px; overflow: hidden; color: var(--bwa-ink); background: rgba(250,253,252,.96); border: 1px solid rgba(255,255,255,.5); border-radius: 18px; box-shadow: 0 38px 100px rgba(0,0,0,.42); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); transform-origin: left bottom; backdrop-filter: blur(12px); }
.bwa-browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #687a83; background: #e9efed; border-bottom: 1px solid #dce5e2; font-size: 9px; }
.bwa-browser-bar > i { width: 8px; height: 8px; background: #bac8c4; border-radius: 50%; }
.bwa-browser-bar > i:first-child { background: #ef826f; }
.bwa-browser-bar > i:nth-child(2) { background: #efc567; }
.bwa-browser-bar > i:nth-child(3) { background: #7ccb8a; }
.bwa-browser-bar > span { min-width: 260px; margin-left: 8px; padding: 6px 12px; background: rgba(255,255,255,.72); border-radius: 5px; }
.bwa-browser-bar > b { margin-left: auto; color: var(--bwa-teal); letter-spacing: .06em; text-transform: uppercase; }
.bwa-dashboard-shell { min-height: 420px; display: flex; }
.bwa-dashboard-side { width: 56px; flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 16px 10px; background: var(--bwa-navy); }
.bwa-mini-mark { width: 29px; height: 29px; padding: 6px; margin-bottom: 14px; }
.bwa-dashboard-side > span { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; }
.bwa-dashboard-side > span.is-active { background: rgba(185,239,99,.18); border-color: var(--bwa-lime); box-shadow: inset 0 0 0 7px var(--bwa-navy); }
.bwa-dashboard-main { flex: 1; padding: 22px; min-width: 0; }
.bwa-dashboard-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.bwa-dashboard-top small, .bwa-dashboard-top strong { display: block; }
.bwa-dashboard-top small { color: #829098; font-size: 9px; }
.bwa-dashboard-top strong { margin-top: 2px; color: var(--bwa-navy); font-size: 18px; }
.bwa-dashboard-top button, .bwa-ops-toolbar button, .bwa-wizard-card button { padding: 8px 12px; color: var(--bwa-white); background: var(--bwa-teal); border: 0; border-radius: 7px; font-size: 9px; font-weight: 750; }
.bwa-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bwa-metrics > div { padding: 13px; background: var(--bwa-white); border: 1px solid #e0e8e5; border-radius: 10px; }
.bwa-metrics span, .bwa-metrics strong, .bwa-metrics i { display: block; }
.bwa-metrics span { color: #788991; font-size: 8px; }
.bwa-metrics strong { margin: 4px 0 2px; color: var(--bwa-navy); font-size: 22px; }
.bwa-metrics i { color: #84949a; font-size: 7px; font-style: normal; }
.bwa-metrics i.bwa-up { color: var(--bwa-teal); }
.bwa-dashboard-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 10px; margin-top: 10px; }
.bwa-calendar-card, .bwa-arrivals-card { min-height: 222px; padding: 14px; background: var(--bwa-white); border: 1px solid #e0e8e5; border-radius: 10px; }
.bwa-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.bwa-card-head strong { color: var(--bwa-navy); font-size: 10px; }
.bwa-card-head span { color: #829198; font-size: 7px; }
.bwa-calendar-days, .bwa-room-line { display: grid; grid-template-columns: 76px repeat(7, 1fr); align-items: center; gap: 4px; }
.bwa-calendar-days { margin-bottom: 5px; color: #91a09f; font-size: 6px; text-align: center; }
.bwa-calendar-days span:first-child { grid-column: 2; }
.bwa-room-line { min-height: 40px; border-top: 1px solid #edf1f0; }
.bwa-room-line b { color: #51636c; font-size: 7px; font-weight: 650; }
.bwa-room-line i { height: 25px; background: #f2f6f5; border-radius: 4px; }
.bwa-room-line i.is-booked { background: #ccece5; box-shadow: inset 0 -2px var(--bwa-teal); }
.bwa-room-line i.is-held { background: #eef6d7; box-shadow: inset 0 -2px #8fbf3e; }
.bwa-guest { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; padding: 10px 0; border-top: 1px solid #edf1f0; }
.bwa-guest > i { width: 27px; height: 27px; display: grid; place-items: center; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 8px; font-size: 7px; font-style: normal; font-weight: 800; }
.bwa-guest b, .bwa-guest small { display: block; }
.bwa-guest b { color: var(--bwa-navy); font-size: 8px; }
.bwa-guest small { color: #8b989d; font-size: 6px; }
.bwa-guest em { padding: 3px 5px; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 8px; font-size: 6px; font-style: normal; }

/* Trust and journey */
.bwa-trust-strip { padding: 28px 0; color: #d5e0df; background: var(--bwa-navy); border-top: 1px solid rgba(255,255,255,.1); }
.bwa-trust-strip .bwa-container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.bwa-trust-strip p { margin: 0; color: var(--bwa-lime); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bwa-trust-strip div div { display: flex; align-items: center; gap: 38px; font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.bwa-trust-strip div div span { opacity: .75; }
.bwa-platform-intro { background: var(--bwa-cloud); }
.bwa-journey { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--bwa-line); }
.bwa-journey article { position: relative; padding: 34px 28px 12px 0; }
.bwa-journey article:not(:last-child) { margin-right: 28px; border-right: 1px solid var(--bwa-line); }
.bwa-journey article > span { position: absolute; top: -14px; right: 28px; padding: 0 8px; color: #9aaaae; background: var(--bwa-cloud); font-size: 10px; font-weight: 750; }
.bwa-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 14px; }
.bwa-icon svg { width: 24px; height: 24px; }
.bwa-journey h3, .bwa-feature-card h3 { margin: 22px 0 10px; color: var(--bwa-navy); font-size: 20px; letter-spacing: -.025em; }
.bwa-journey p, .bwa-feature-card p { margin: 0; color: var(--bwa-muted); font-size: 14px; line-height: 1.7; }

/* Product showcase */
.bwa-product-showcase { overflow: hidden; color: var(--bwa-white); background: var(--bwa-navy); }
.bwa-showcase-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 78px; }
.bwa-showcase-copy h2 { color: var(--bwa-white); }
.bwa-showcase-copy > p { color: rgba(255,255,255,.64); }
.bwa-check-list { display: grid; gap: 18px; margin: 34px 0; padding: 0; list-style: none; }
.bwa-check-list li { display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 12px; color: rgba(255,255,255,.64); font-size: 14px; }
.bwa-check-list li > svg { width: 26px; height: 26px; padding: 5px; color: var(--bwa-navy); background: var(--bwa-lime); border-radius: 50%; }
.bwa-check-list strong { display: block; color: var(--bwa-white); font-size: 15px; }
.bwa-ops-screen { position: relative; min-width: 720px; padding: 16px; color: var(--bwa-ink); background: #f4f7f6; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: 0 40px 90px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.bwa-ops-toolbar { display: flex; align-items: center; gap: 10px; padding: 8px 6px 18px; }
.bwa-ops-toolbar > span { width: 30px; height: 30px; background: var(--bwa-teal); border-radius: 9px; }
.bwa-ops-toolbar strong { font-size: 13px; }
.bwa-ops-toolbar button { margin-left: auto; color: var(--bwa-navy); background: var(--bwa-white); border: 1px solid var(--bwa-line); }
.bwa-ops-calendar { overflow: hidden; background: var(--bwa-white); border: 1px solid var(--bwa-line); border-radius: 14px; }
.bwa-ops-dates, .bwa-ops-row { display: grid; grid-template-columns: 125px repeat(6, 1fr); }
.bwa-ops-dates { min-height: 59px; align-items: center; color: #6d7e86; background: #f8faf9; border-bottom: 1px solid var(--bwa-line); text-align: center; }
.bwa-ops-dates span { padding: 8px; font-size: 12px; font-weight: 760; border-left: 1px solid var(--bwa-line); }
.bwa-ops-dates small { display: block; font-size: 7px; font-weight: 650; }
.bwa-ops-dates span.is-today { color: var(--bwa-white); background: var(--bwa-teal); }
.bwa-ops-row { position: relative; min-height: 66px; }
.bwa-ops-row > b { display: flex; flex-direction: column; justify-content: center; padding: 0 14px; color: var(--bwa-navy); font-size: 9px; border-right: 1px solid var(--bwa-line); }
.bwa-ops-row > b small { color: #8b999e; font-size: 7px; font-weight: 500; }
.bwa-ops-row > i { border-right: 1px solid #edf2f0; border-bottom: 1px solid #edf2f0; }
.bwa-ops-row .booking { position: absolute; z-index: 2; top: 13px; left: 142px; width: 190px; height: 39px; display: flex; align-items: center; padding: 0 11px; color: #086259; background: #cfefe7; border-left: 3px solid var(--bwa-teal); border-radius: 6px; font-size: 8px; font-style: normal; font-weight: 730; }
.bwa-ops-row .booking-two { left: 335px; width: 230px; color: #657721; background: #eaf4ca; border-left-color: #9abd35; }
.bwa-ops-row .booking-three { left: 142px; width: 110px; color: #754c22; background: #f6e2ca; border-left-color: #d39957; }
.bwa-ops-row .booking-four { left: 430px; width: 180px; color: #445d83; background: #dce8f6; border-left-color: #6d96c7; }
.bwa-live-toast { position: absolute; right: -22px; bottom: -34px; min-width: 250px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 14px; background: var(--bwa-white); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: rotate(-1.5deg); }
.bwa-live-toast > i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 10px; }
.bwa-live-toast b, .bwa-live-toast span { display: block; }
.bwa-live-toast b { color: var(--bwa-navy); font-size: 10px; }
.bwa-live-toast span { color: #7b8b91; font-size: 8px; }
.bwa-live-toast em { color: var(--bwa-teal); font-size: 7px; font-style: normal; }

/* Features */
.bwa-features-section { background: var(--bwa-white); }
.bwa-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bwa-feature-card { position: relative; min-height: 305px; padding: 30px; overflow: hidden; background: var(--bwa-cloud); border: 1px solid transparent; border-radius: 18px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.bwa-feature-card:hover { transform: translateY(-5px); background: var(--bwa-white); border-color: var(--bwa-line); box-shadow: var(--bwa-shadow); }
.bwa-feature-card > span { position: absolute; right: 25px; bottom: 22px; color: #96a4a5; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Website themes */
.bwa-websites-section { background: var(--bwa-sand); }
.bwa-theme-stage { position: relative; overflow: hidden; border-radius: var(--bwa-radius); box-shadow: var(--bwa-shadow); }
.bwa-theme-stage img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.bwa-theme-float { position: absolute; display: flex; align-items: center; gap: 12px; color: var(--bwa-navy); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.6); border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,.2); backdrop-filter: blur(12px); }
.bwa-theme-float-top { top: 24px; left: 24px; padding: 13px 16px; }
.bwa-theme-float-top > i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 9px; }
.bwa-theme-float-top b, .bwa-theme-float-top span { display: block; }
.bwa-theme-float-top b { font-size: 11px; }
.bwa-theme-float-top span { color: #75868d; font-size: 8px; }
.bwa-theme-float-bottom { right: 24px; bottom: 24px; padding: 12px 16px; font-size: 10px; }
.bwa-swatch { width: 17px; height: 17px; margin-right: -7px; background: var(--swatch); border: 2px solid var(--bwa-white); border-radius: 50%; }
.bwa-theme-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.bwa-theme-thumb { padding: 10px 10px 17px; background: rgba(255,255,255,.62); border: 1px solid rgba(7,28,44,.08); border-radius: 14px; }
.bwa-theme-thumb > div { position: relative; height: 110px; overflow: hidden; background: var(--thumb-bg, #c9ad7f); border-radius: 8px; }
.bwa-theme-thumb > div > span { position: absolute; inset: 0 0 48%; background: var(--thumb-hero, #3e4a34); }
.bwa-theme-thumb > div > i { position: absolute; top: 62%; width: 24%; height: 25%; background: rgba(255,255,255,.8); border-radius: 3px; }
.bwa-theme-thumb > div > i:nth-of-type(1) { left: 10%; }
.bwa-theme-thumb > div > i:nth-of-type(2) { left: 38%; }
.bwa-theme-thumb > div > i:nth-of-type(3) { left: 66%; }
.bwa-theme-thumb h3 { margin: 13px 4px 0; color: var(--bwa-navy); font-size: 13px; }
.bwa-theme-thumb p { margin: 2px 4px 0; color: var(--bwa-muted); font-size: 9px; }
.bwa-theme-thumb.is-coastal { --thumb-bg: #dcebea; --thumb-hero: #8abec8; }
.bwa-theme-thumb.is-urban { --thumb-bg: #c1c5c3; --thumb-hero: #122936; }
.bwa-theme-thumb.is-minimal { --thumb-bg: #f2eee6; --thumb-hero: #d9d0bf; }

/* Onboarding */
.bwa-onboarding-tease { background: var(--bwa-cloud); }
.bwa-onboarding-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.bwa-wizard-card { overflow: hidden; background: var(--bwa-white); border: 1px solid var(--bwa-line); border-radius: 20px; box-shadow: var(--bwa-shadow); }
.bwa-wizard-head { display: flex; justify-content: space-between; padding: 20px 24px 12px; color: var(--bwa-navy); font-size: 11px; font-weight: 750; }
.bwa-wizard-head b { color: var(--bwa-teal); }
.bwa-wizard-progress { height: 4px; margin: 0 24px; overflow: hidden; background: #e8eeec; border-radius: 8px; }
.bwa-wizard-progress i { display: block; width: 62.5%; height: 100%; background: var(--bwa-teal); }
.bwa-wizard-body { padding: 34px 50px 30px; }
.bwa-wizard-body small { color: var(--bwa-teal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.bwa-wizard-body h3 { margin: 7px 0; color: var(--bwa-navy); font-size: 24px; letter-spacing: -.035em; }
.bwa-wizard-body p { margin: 0; color: var(--bwa-muted); font-size: 12px; }
.bwa-wizard-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 24px 0 18px; }
.bwa-wizard-fields span { height: 38px; background: #f3f6f5; border: 1px solid var(--bwa-line); border-radius: 7px; }
.bwa-wizard-fields span.wide { grid-column: 1 / -1; height: 65px; }
.bwa-wizard-card button { float: right; padding: 11px 15px; }
.bwa-wizard-steps { clear: both; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 17px; background: #f7f9f8; border-top: 1px solid var(--bwa-line); }
.bwa-wizard-steps span { width: 24px; height: 24px; display: grid; place-items: center; color: #849398; background: var(--bwa-white); border: 1px solid var(--bwa-line); border-radius: 50%; font-size: 8px; font-weight: 800; }
.bwa-wizard-steps span.is-done { color: var(--bwa-white); background: var(--bwa-teal); border-color: var(--bwa-teal); }
.bwa-wizard-steps span.is-current { color: var(--bwa-navy); border: 2px solid var(--bwa-lime); box-shadow: 0 0 0 4px rgba(185,239,99,.25); }

/* Pricing */
.bwa-pricing-section { color: var(--bwa-white); background: var(--bwa-navy); }
.bwa-pricing-section .bwa-section-heading h2 { color: var(--bwa-white); }
.bwa-pricing-section .bwa-section-heading p { color: rgba(255,255,255,.62); }
.bwa-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.bwa-price-card { position: relative; display: flex; flex-direction: column; padding: 34px; color: var(--bwa-ink); background: var(--bwa-white); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.bwa-price-card.is-featured { background: #eff8e2; border-color: var(--bwa-lime); box-shadow: 0 24px 70px rgba(0,0,0,.25); transform: translateY(-10px); }
.bwa-popular { position: absolute; top: 0; right: 28px; padding: 8px 13px; color: var(--bwa-navy); background: var(--bwa-lime); border-radius: 0 0 9px 9px; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bwa-price-head h3 { margin: 0; color: var(--bwa-navy); font-size: 23px; }
.bwa-price-head > span { display: block; margin-top: 3px; color: var(--bwa-teal); font-size: 11px; font-weight: 750; }
.bwa-price { display: flex; align-items: flex-start; margin: 25px 0 15px; color: var(--bwa-navy); }
.bwa-price sup { padding-top: 13px; font-size: 18px; font-weight: 800; }
.bwa-price strong { font-size: 58px; letter-spacing: -.055em; line-height: 1; }
.bwa-price > span { align-self: flex-end; padding: 0 0 8px 7px; color: var(--bwa-muted); font-size: 11px; }
.bwa-price-card > p { min-height: 76px; margin: 0 0 22px; color: var(--bwa-muted); font-size: 13px; }
.bwa-price-card .bwa-button { width: 100%; }
.bwa-price-card ul { display: grid; gap: 12px; margin: 26px 0 0; padding: 23px 0 0; border-top: 1px solid var(--bwa-line); list-style: none; }
.bwa-price-card li { display: flex; align-items: center; gap: 9px; color: #52656d; font-size: 12px; }
.bwa-price-card li svg { width: 17px; height: 17px; color: var(--bwa-teal); }
.bwa-pricing-note { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: 11px; text-align: center; }

/* FAQ */
.bwa-faq-section { background: var(--bwa-white); }
.bwa-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 100px; }
.bwa-faq-intro h2 { font-size: clamp(38px, 4.3vw, 56px); }
.bwa-faqs details { border-top: 1px solid var(--bwa-line); }
.bwa-faqs details:last-child { border-bottom: 1px solid var(--bwa-line); }
.bwa-faqs summary { position: relative; padding: 25px 50px 25px 0; color: var(--bwa-navy); font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.bwa-faqs summary::-webkit-details-marker { display: none; }
.bwa-faqs summary::after { content: '+'; position: absolute; top: 23px; right: 6px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--bwa-teal); background: var(--bwa-teal-soft); border-radius: 50%; }
.bwa-faqs details[open] summary::after { content: '–'; }
.bwa-faqs details p { max-width: 650px; margin: -7px 50px 25px 0; color: var(--bwa-muted); font-size: 14px; }

/* Generic pages */
.bwa-signup-host { min-height: 70vh; padding: 1px 0; background: var(--bwa-cloud); }
.bwa-signup-unavailable { padding: 120px 0; }
.bwa-signup-unavailable h1 { max-width: 850px; margin: 0; color: var(--bwa-navy); font-size: clamp(44px, 6vw, 72px); letter-spacing: -.055em; line-height: 1; }
.bwa-signup-unavailable p { max-width: 650px; color: var(--bwa-muted); font-size: 18px; }
.bwa-page-hero { padding: 150px 0 90px; color: var(--bwa-white); background: radial-gradient(circle at 80% 20%, rgba(10,127,120,.55), transparent 35%), var(--bwa-navy); }
.bwa-page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(48px, 7vw, 82px); letter-spacing: -.058em; line-height: .98; }
.bwa-page-hero p { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 20px; }
.bwa-prose { max-width: 820px; }
.bwa-prose > *:first-child { margin-top: 0; }
.bwa-prose h2 { margin: 1.4em 0 .4em; color: var(--bwa-navy); font-size: clamp(32px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.1; }
.bwa-prose h3 { color: var(--bwa-navy); font-size: 25px; }
.bwa-prose p, .bwa-prose li { color: var(--bwa-muted); }
.bwa-prose a { color: var(--bwa-teal); text-decoration: underline; text-underline-offset: 3px; }
.bwa-editor-content { padding-top: 0; }
.bwa-empty-state { min-height: 70vh; display: grid; place-items: center; padding: 120px 0; text-align: center; }
.bwa-empty-state span { color: var(--bwa-teal); font-size: 13px; font-weight: 850; letter-spacing: .2em; }
.bwa-empty-state h1 { margin: 14px 0; color: var(--bwa-navy); font-size: clamp(44px, 6vw, 72px); letter-spacing: -.055em; }
.bwa-empty-state p { color: var(--bwa-muted); }

/* Footer */
.bwa-site-footer { padding: 82px 0 24px; color: rgba(255,255,255,.66); background: #03131f; }
.bwa-footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .85fr 1.25fr; gap: 60px; }
.bwa-wordmark-light { color: var(--bwa-white); }
.bwa-footer-brand p { max-width: 320px; margin-top: 22px; font-size: 13px; }
.bwa-site-footer h2 { margin: 0 0 18px; color: var(--bwa-white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.bwa-site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.bwa-site-footer li, .bwa-site-footer li a { font-size: 12px; }
.bwa-site-footer a:hover { color: var(--bwa-lime); }
.bwa-footer-cta { padding: 27px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.bwa-footer-cta > span { color: var(--bwa-lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bwa-footer-cta h2 { margin: 12px 0 23px; font-size: 20px; letter-spacing: -.025em; line-height: 1.25; text-transform: none; }
.bwa-footer-cta .bwa-button { width: 100%; }
.bwa-footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal][data-reveal-delay="1"] { transition-delay: .12s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
    .bwa-hero { min-height: 860px; }
    .bwa-hero-inner { grid-template-columns: .9fr 1.1fr; }
    .bwa-hero-dashboard { width: 670px; transform: scale(.9) perspective(1400px) rotateY(-4deg); transform-origin: left bottom; }
    .bwa-showcase-grid { grid-template-columns: .85fr 1.15fr; gap: 45px; }
    .bwa-ops-screen { min-width: 650px; transform: scale(.88) rotate(1.5deg); transform-origin: left center; }
    .bwa-footer-grid { grid-template-columns: 1.1fr .7fr .9fr 1.3fr; gap: 35px; }
}

@media (max-width: 960px) {
    .bwa-section { padding: 88px 0; }
    .bwa-nav-toggle { display: block; }
    .bwa-primary-nav { position: absolute; top: 74px; right: 24px; left: 24px; display: none; align-items: stretch; padding: 22px; color: var(--bwa-navy); background: var(--bwa-white); border: 1px solid var(--bwa-line); border-radius: 16px; box-shadow: var(--bwa-shadow); }
    .bwa-primary-nav.is-open { display: block; }
    .bwa-nav-list { display: grid; gap: 0; }
    .bwa-nav-list a { display: block; padding: 11px 0; }
    .bwa-header-actions { justify-content: space-between; margin-top: 15px; padding-top: 17px; border-top: 1px solid var(--bwa-line); }
    .bwa-nav-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
    .bwa-nav-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
    .bwa-nav-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
    .bwa-hero { min-height: 1100px; align-items: flex-start; }
    .bwa-hero-shade { background: linear-gradient(180deg, rgba(3,17,28,.96) 0%, rgba(3,17,28,.77) 55%, rgba(3,17,28,.7)); }
    .bwa-hero-inner { display: block; padding-top: 120px; }
    .bwa-hero-copy { max-width: 720px; padding: 40px 0 45px; }
    .bwa-hero-dashboard { width: 720px; max-width: 100%; margin: 0 auto; transform: none; }
    .bwa-trust-strip .bwa-container { display: block; text-align: center; }
    .bwa-trust-strip div div { justify-content: center; flex-wrap: wrap; margin-top: 15px; gap: 20px 30px; }
    .bwa-section-heading-split { grid-template-columns: 1fr; align-items: start; gap: 25px; }
    .bwa-journey { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
    .bwa-showcase-grid, .bwa-onboarding-grid, .bwa-faq-grid { grid-template-columns: 1fr; gap: 55px; }
    .bwa-showcase-copy { max-width: 680px; }
    .bwa-ops-screen { min-width: 0; width: 100%; transform: none; }
    .bwa-feature-grid, .bwa-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .bwa-price-card.is-featured { transform: none; }
    .bwa-price-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 9px); margin-inline: auto; }
    .bwa-theme-thumbs { grid-template-columns: repeat(2, 1fr); }
    .bwa-onboarding-grid > div:first-child { max-width: 700px; }
    .bwa-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .bwa-container { width: min(calc(100% - 30px), var(--bwa-width)); }
    .bwa-header-inner { min-height: 74px; }
    .bwa-wordmark { font-size: 20px; }
    .bwa-brand-mark { width: 28px; height: 28px; }
    .bwa-section { padding: 72px 0; }
    .bwa-section-heading { margin-bottom: 40px; }
    .bwa-section-heading h2, .bwa-showcase-copy h2, .bwa-onboarding-grid h2, .bwa-faq-intro h2 { font-size: 40px; }
    .bwa-hero { min-height: 1010px; }
    .bwa-hero-inner { padding-top: 92px; }
    .bwa-hero-copy h1 { font-size: 50px; }
    .bwa-hero-copy > p { font-size: 17px; }
    .bwa-hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
    .bwa-hero-actions .bwa-text-link { justify-content: center; }
    .bwa-hero-promise { display: grid; gap: 9px; }
    .bwa-hero-dashboard { border-radius: 12px; }
    .bwa-dashboard-side { display: none; }
    .bwa-dashboard-main { padding: 13px; }
    .bwa-browser-bar > span { min-width: 0; flex: 1; }
    .bwa-browser-bar > b { display: none; }
    .bwa-dashboard-top strong { font-size: 14px; }
    .bwa-metrics { grid-template-columns: repeat(3, 1fr); }
    .bwa-metrics > div { padding: 8px; }
    .bwa-metrics strong { font-size: 17px; }
    .bwa-dashboard-grid { grid-template-columns: 1fr; }
    .bwa-arrivals-card { display: none; }
    .bwa-trust-strip div div { font-size: 15px; }
    .bwa-journey, .bwa-feature-grid, .bwa-pricing-grid, .bwa-theme-thumbs, .bwa-footer-grid { grid-template-columns: 1fr; }
    .bwa-journey article:not(:last-child) { margin-right: 0; border-right: 0; }
    .bwa-journey article { border-bottom: 1px solid var(--bwa-line); }
    .bwa-ops-screen { margin-bottom: 25px; overflow: hidden; padding: 8px; }
    .bwa-ops-dates, .bwa-ops-row { grid-template-columns: 92px repeat(6, 64px); min-width: 476px; }
    .bwa-ops-calendar { overflow-x: auto; }
    .bwa-ops-row .booking { display: none; }
    .bwa-live-toast { right: 8px; bottom: -26px; }
    .bwa-feature-card { min-height: 275px; }
    .bwa-theme-stage img { aspect-ratio: .95 / 1; }
    .bwa-theme-float-top { top: 13px; left: 13px; }
    .bwa-theme-float-bottom { right: 13px; bottom: 13px; }
    .bwa-wizard-body { padding: 28px 24px; }
    .bwa-wizard-fields { grid-template-columns: 1fr; }
    .bwa-wizard-fields span.wide { grid-column: auto; }
    .bwa-wizard-steps { gap: 7px; }
    .bwa-price-card, .bwa-price-card:last-child { max-width: none; grid-column: auto; }
    .bwa-price-card > p { min-height: 0; }
    .bwa-footer-grid { gap: 42px; }
    .bwa-footer-bottom { display: block; }
    .bwa-page-hero { padding: 115px 0 70px; }
    .bwa-page-hero h1 { font-size: 52px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
