*{margin:0;padding:0}body,html{min-height:100%;background:#eff4f3}@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap");.bh{--ink:#0a2933;--ink2:#123a44;--water:#128793;--water2:#0e6b75;--aqua:#57c4be;--buff:#f0e9d7;--paper:#eff4f3;--mag:#c81e5a;--line:rgba(10,41,51,.12);font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}.bh *{box-sizing:border-box;min-width:0}.bh h1,.bh h2,.bh h3{font-family:Bricolage Grotesque,Inter,sans-serif;line-height:1.05;letter-spacing:-.02em;margin:0}.bh button,.bh input,.bh select{font-family:inherit}.bh button{cursor:pointer}.bh-nav{gap:14px;padding:12px 16px;flex-wrap:wrap;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(239,244,243,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bh-brand,.bh-nav{display:flex;align-items:center}.bh-brand{font-family:Bricolage Grotesque;font-weight:800;font-size:19px;gap:6px;color:var(--ink);flex-shrink:0}.bh-brand span{color:var(--water)}.bh-links{display:flex;gap:2px;flex-wrap:wrap}.bh-link{font-size:13px;color:var(--ink2);text-decoration:none;padding:5px 9px;border-radius:7px;font-weight:500;opacity:.75}.bh-link.on{opacity:1;background:rgba(18,135,147,.12);color:var(--water2);font-weight:600}.bh-nav-cta{margin-left:auto;font-size:12.5px;font-weight:600;text-decoration:none;color:#fff;background:var(--ink);padding:8px 13px;border-radius:9px;white-space:nowrap}.bh-hero{padding:28px 16px 20px;max-width:1180px;margin:0 auto}.bh-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--water2);background:rgba(18,135,147,.1);padding:5px 10px;border-radius:20px}.bh-eyebrow.dark{color:var(--aqua);background:rgba(87,196,190,.14)}.bh-hero-copy{max-width:680px;margin-bottom:20px}.bh-hero h1{font-size:clamp(24px,6vw,46px);font-weight:800;margin:14px 0 10px}.bh-hero h1 span{color:var(--water)}.bh-hero-copy p{font-size:clamp(14px,3vw,16px);color:var(--ink2);max-width:560px}.bh-calc{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:14px;gap:14px;align-items:start}.bh-panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 12px 28px -20px rgba(10,41,51,.35);overflow:hidden}.bh-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;row-gap:8px;font-family:Bricolage Grotesque;font-weight:700;font-size:14px;padding:12px 14px;border-bottom:1px solid var(--line)}.bh-panel-head>span{display:flex;align-items:center;gap:7px}.bh-toggles{display:flex;gap:6px;flex-wrap:wrap}.bh-inputs{padding-bottom:14px}.bh-presets{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:10px 14px 0}.bh-presets>span{font-size:11.5px;font-weight:600;color:var(--ink2)}.bh-preset{border:1px solid var(--water);color:var(--water2);background:rgba(18,135,147,.06);border-radius:20px;padding:5px 11px}.bh-preset,.bh-reset{font-size:11.5px;font-weight:600}.bh-reset{gap:4px;border:1px solid var(--line);color:var(--ink2);background:#fff;border-radius:20px;padding:5px 10px;margin-left:auto}.bh-reset,.bh-sub{display:flex;align-items:center}.bh-sub{gap:6px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--water2);padding:14px 14px 2px}.bh-field{display:block;padding:10px 14px 3px}.bh-field-label{display:flex;justify-content:space-between;gap:8px;font-size:12px;font-weight:600;color:var(--ink2);margin-bottom:7px}.bh-field-label i{font-style:normal;font-family:Space Mono;color:var(--water2);font-weight:700;white-space:nowrap}.bh-two{display:grid;grid-template-columns:1fr 1fr}.bh input[type=range]{width:100%;height:4px;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(90deg,var(--water),var(--aqua));outline:none}.bh input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:19px;height:19px;border-radius:50%;background:#fff;border:3px solid var(--water);cursor:pointer;box-shadow:0 2px 6px rgba(10,41,51,.3)}.bh input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#fff;border:3px solid var(--water);cursor:pointer}.bh select{width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:9px;font-size:13px;background:#fff;color:var(--ink);font-weight:500}.bh-seg{display:flex;flex-wrap:wrap;gap:5px}.bh-seg-btn{flex:1 1 auto;padding:7px 6px;font-size:11.5px;font-weight:600;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--ink2);white-space:nowrap}.bh-seg-btn.on{background:var(--ink);color:#fff;border-color:var(--ink)}.bh-seg.sm .bh-seg-btn{padding:5px 9px;flex:0 0 auto;min-width:28px}.bh-adv{margin:14px 14px 0;width:calc(100% - 28px);display:flex;align-items:center;gap:6px;background:rgba(18,135,147,.06);border:1px dashed var(--water);color:var(--water2);font-weight:600;font-size:12.5px;border-radius:10px;padding:9px 11px}.bh-adv-chev{margin-left:auto}.bh-adv-chev.flip{transform:rotate(180deg)}.bh-adv-body{padding:2px 14px 0;margin-top:6px}.bh-check{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--ink2);padding:10px 0 0;font-weight:500}.bh-check input{margin-top:2px;accent-color:var(--water);flex-shrink:0}.bh-fin{display:grid;grid-template-columns:1fr 1fr 1fr}.bh-note{display:flex;gap:6px;align-items:flex-start;font-size:11px;color:var(--ink2);margin:8px 14px 0;background:var(--buff);padding:7px 9px;border-radius:7px;line-height:1.4}.bh-note svg{flex-shrink:0;margin-top:1px}.bh-adv-body .bh-note{margin:8px 0 0}.bh-result{padding:14px}.bh-water{border-radius:12px;overflow:hidden;border:1px solid var(--line)}.bh-water-top{background:linear-gradient(180deg,#eaf3f2,#dfeeec);padding:14px 14px 4px;text-align:center}.bh-tag{font-size:10px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--water2)}.bh-tag.light{color:hsla(0,0%,100%,.82)}.bh-price{font-family:Space Mono;font-weight:700;font-size:clamp(22px,7vw,28px);color:var(--ink);margin-top:2px}.bh-price-sub{font-size:11px;color:var(--ink2);opacity:.75}.bh-boat{width:130px;max-width:60%;height:auto;margin:6px auto -2px;display:block}.bh-boat.bob{animation:bob 5s ease-in-out infinite}@keyframes bob{0%{transform:translate(0) rotate(-1.2deg)}25%{transform:translate(1px,-2px) rotate(.4deg)}50%{transform:translateY(-3.5px) rotate(1.5deg)}75%{transform:translate(-1px,-1.5px) rotate(.1deg)}to{transform:translate(0) rotate(-1.2deg)}}.bh-waves{line-height:0;margin-top:-1px}.bh-waves svg{width:100%;height:14px;display:block}.bh-waves .flow{animation:flow 7s linear infinite;width:200%}@keyframes flow{to{transform:translateX(-50%)}}.bh-draft{background:linear-gradient(180deg,var(--water),#062a30);padding:10px 10px 12px}.bh-draft .bh-tag{display:block;text-align:center;margin-bottom:8px}.bh-strat{justify-content:space-between;padding:0 10px;border-radius:7px;margin-bottom:5px;color:#fff;transition:height .35s cubic-bezier(.4,0,.2,1);min-height:25px}.bh-strat,.bh-strat-name{display:flex;align-items:center;gap:6px}.bh-strat-name{font-size:11px;font-weight:600;opacity:.95;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bh-strat-val{font-family:Space Mono;font-weight:700;font-size:11.5px;white-space:nowrap;flex-shrink:0}.bh-strat-val i{font-style:normal;opacity:.6;font-size:9px}.bh-sounding{text-align:center;color:var(--aqua);font-family:Space Mono;font-size:10.5px;margin-top:5px}.bh-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:14px 2px 2px;flex-wrap:wrap}.bh-big-label{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--ink2)}.bh-big strong{display:block;font-family:Bricolage Grotesque;font-weight:800;font-size:clamp(26px,8vw,36px);color:var(--mag);line-height:1;margin:3px 0}.bh-big strong i{font-style:normal;font-size:15px;color:var(--ink2)}.bh-big-sub{font-size:11.5px;color:var(--ink2)}.bh-pills{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.bh-pill{font-family:Space Mono;font-size:10.5px;font-weight:700;color:var(--water2);background:rgba(18,135,147,.12);padding:6px 9px;border-radius:9px;white-space:nowrap}.bh-why{display:flex;gap:6px;align-items:flex-start;font-size:11px;color:var(--ink2);margin:9px 2px 0;background:var(--buff);padding:8px 10px;border-radius:8px;line-height:1.4}.bh-why svg{flex-shrink:0;margin-top:1px}.bh-cta{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.bh-email{display:flex;gap:7px}.bh-email input{flex:1 1;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;font-size:13.5px}.bh-brief-form button,.bh-email button{gap:6px;background:var(--ink);color:#fff;border:none;padding:10px 13px;white-space:nowrap;flex-shrink:0}.bh-brief-form button,.bh-email button,.bh-sent{display:flex;align-items:center;border-radius:10px;font-weight:600;font-size:12.5px}.bh-sent{gap:7px;background:rgba(18,135,147,.1);color:var(--water2);padding:11px 13px}.bh-disclaimer{font-size:10.5px;color:var(--ink2);opacity:.6;margin:11px 2px 0;line-height:1.4}.bh-section{max-width:1180px;margin:0 auto;padding:40px 16px}.bh-section h2{font-size:clamp(21px,4vw,30px);font-weight:800;margin-bottom:8px;max-width:700px}.bh-lede{color:var(--ink2);font-size:14.5px;margin:0 0 22px;max-width:620px}.bh-alt{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:none}.bh-alt>*{max-width:1180px;margin-left:auto;margin-right:auto}.bh-factors{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.bh-factor{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px 16px}.bh-factor-ic{width:34px;height:34px;border-radius:9px;background:rgba(18,135,147,.1);color:var(--water2);display:flex;align-items:center;justify-content:center;margin-bottom:11px}.bh-factor h3{font-size:15px;font-weight:700;margin-bottom:6px}.bh-factor p{font-size:12.5px;color:var(--ink2);line-height:1.5;margin:0}.bh-table{display:flex;flex-direction:column;gap:2px}.bh-row{display:grid;grid-template-columns:1.4fr .8fr 1fr;grid-gap:12px;gap:12px;align-items:center;padding:12px 14px;background:var(--paper);border-radius:9px}.bh-row-region{font-size:13.5px;font-weight:600}.bh-row-rate{font-family:Space Mono;font-size:13px;font-weight:700;color:var(--water2)}.bh-row-note{opacity:.8}.bh-footnote,.bh-row-note{font-size:12px;color:var(--ink2)}.bh-footnote{opacity:.75;margin-top:14px;max-width:640px;line-height:1.5}.bh-next{background:var(--ink);color:#fff;padding:44px 16px}.bh-next-head{max-width:1180px;margin:0 auto 24px}.bh-next-head h2{font-size:clamp(21px,4vw,32px);font-weight:800;margin:12px 0 8px;max-width:720px}.bh-next-head p{color:hsla(0,0%,100%,.72);max-width:600px;font-size:14.5px}.bh-card-ic{width:34px;height:34px;border-radius:9px;background:rgba(87,196,190,.16);color:var(--aqua);display:flex;align-items:center;justify-content:center;margin-bottom:11px}.bh-value{max-width:1180px;margin:0 auto 20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.bh-value-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:13px;padding:18px 16px}.bh-value-item strong{display:block;font-size:15px;font-weight:700;margin-bottom:6px}.bh-value-item p{font-size:12.5px;color:hsla(0,0%,100%,.7);line-height:1.45;margin:0}.bh-launch{max-width:1180px;margin:0 auto;display:flex;gap:12px;align-items:flex-start;background:rgba(87,196,190,.1);border:1px solid var(--aqua);border-radius:12px;padding:16px;color:var(--aqua)}.bh-launch strong{display:block;color:#fff;font-size:14px;margin-bottom:4px}.bh-launch span{font-size:12.5px;color:hsla(0,0%,100%,.72);line-height:1.45}.bh-launch svg{flex-shrink:0;margin-top:2px}.bh-enquire{max-width:1180px;margin:0 auto;padding:34px 16px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.bh-enquire-copy h2{font-size:clamp(20px,3.6vw,26px);font-weight:800}.bh-enquire-copy p{color:var(--ink2);margin-top:6px;font-size:13.5px;max-width:360px}.bh-enquire-form{display:flex;gap:8px;flex-wrap:wrap;flex:1 1;min-width:260px;max-width:560px}.bh-enquire-form input,.bh-enquire-form select{flex:1 1;min-width:130px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;font-size:13.5px;background:#fff;color:var(--ink)}.bh-enquire-form button{display:flex;align-items:center;gap:7px;background:var(--water2);color:#fff;border:none;padding:11px 16px;border-radius:10px;font-weight:600;font-size:13.5px;white-space:nowrap}.bh-faq-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 28px;gap:16px 28px}.bh-faq-item h3{font-size:14.5px;font-weight:700;margin-bottom:5px}.bh-faq-item p{font-size:13px;color:var(--ink2);line-height:1.5;margin:0}.bh-brief{max-width:1180px;margin:0 auto;padding:32px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid var(--line)}.bh-brief h2{font-size:22px;font-weight:800}.bh-brief p{color:var(--ink2);margin-top:5px;font-size:13.5px}.bh-brief-form{display:flex;gap:7px;flex-wrap:wrap;flex:1 1;min-width:220px;max-width:400px}.bh-brief-form input{flex:1 1;min-width:140px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;font-size:13.5px}.bh-foot{border-top:1px solid var(--line);padding:18px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;max-width:1180px;margin:0 auto}.bh-foot span{font-size:11px;color:var(--ink2);opacity:.65}@media(max-width:900px){.bh-calc{grid-template-columns:1fr}.bh-result{order:-1}.bh-factors{grid-template-columns:1fr 1fr}.bh-value{grid-template-columns:1fr}.bh-links{display:none}}@media(max-width:620px){.bh-factors,.bh-faq-list,.bh-row{grid-template-columns:1fr}.bh-row{gap:3px}}@media(max-width:420px){.bh-fin,.bh-two{grid-template-columns:1fr}.bh-pills{align-items:flex-start}.bh-headline{flex-direction:column}}@media(prefers-reduced-motion:reduce){.bh-boat.bob,.bh-waves .flow{animation:none}}