:root{
  --b-blue:#0b78c5;
  --b-blue-2:#18a8e6;
  --b-dark:#062a43;
  --b-ink:#102f45;
  --b-muted:#5d7588;
  --b-soft:#edf8fd;
  --b-soft-2:#f6fbfe;
  --b-border:#dceaf2;
  --b-white:#fff;
  --b-navy:#041d2f;
  --b-shadow:0 24px 70px rgba(4,43,67,.12);
  --b-shadow-sm:0 10px 30px rgba(4,43,67,.08);
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--b-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;background:#fff;-webkit-font-smoothing:antialiased}
a{color:inherit}
.public-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
/* Header */
.public-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,234,242,.78)}
.public-header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.public-logo{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.public-logo img{width:146px;height:54px;object-fit:contain}
.public-nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.public-nav a{position:relative;color:#35556b;text-decoration:none;font-size:13px;font-weight:750;letter-spacing:.01em;padding:28px 0}
.public-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;border-radius:999px;background:var(--b-blue);transition:right .25s ease}
.public-nav a:hover{color:var(--b-blue)}
.public-nav a:hover:after{right:0}
.public-header-actions{display:flex;align-items:center;gap:9px;margin-left:4px}
.public-link-button,.public-primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.public-link-button{min-height:44px;padding:0 15px;border:1px solid var(--b-border);border-radius:12px;background:#fff;color:var(--b-dark);font-size:13px;font-weight:800}
.public-primary-button{min-height:46px;padding:0 18px;border-radius:13px;background:linear-gradient(135deg,var(--b-blue),var(--b-blue-2));color:#fff;font-weight:850;box-shadow:0 12px 25px rgba(11,120,197,.22)}
.public-primary-button:hover{transform:translateY(-2px);box-shadow:0 17px 30px rgba(11,120,197,.28);color:#fff}
.public-link-button:hover{transform:translateY(-1px);border-color:#b9d5e4}
.public-small-button{min-height:44px}
.public-menu-toggle{display:none;border:0;background:#eef8fd;color:var(--b-dark);width:42px;height:42px;border-radius:12px;font-size:20px;cursor:pointer}
/* Shared */
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#e8f7fd;color:#0874b8;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--b-blue-2);box-shadow:0 0 0 4px rgba(24,168,230,.13)}
.public-hero{position:relative;overflow:hidden;padding:86px 0 88px;background:linear-gradient(135deg,#f8fdff 0%,#eef9fe 52%,#fff 100%)}
.public-hero:before,.public-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}
.public-hero:before{width:520px;height:520px;right:-170px;top:-230px;background:radial-gradient(circle,rgba(24,168,230,.18),rgba(24,168,230,0) 70%)}
.public-hero:after{width:420px;height:420px;left:-250px;bottom:-280px;background:radial-gradient(circle,rgba(11,120,197,.10),rgba(11,120,197,0) 70%)}
.public-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center}
.public-hero h1{font-size:clamp(45px,6.4vw,76px);line-height:.98;letter-spacing:-.055em;margin:20px 0 22px;color:var(--b-dark);max-width:760px}
.public-hero h1 .accent{color:var(--b-blue)}
.public-hero p{font-size:18px;color:var(--b-muted);max-width:690px;margin:0 0 29px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.secondary-button{min-height:46px;padding:0 17px;border-radius:13px;border:1px solid var(--b-border);color:var(--b-dark);font-weight:800;background:rgba(255,255,255,.84)}
.secondary-button:hover{transform:translateY(-2px);border-color:#b7d5e4;box-shadow:0 10px 22px rgba(4,43,67,.07)}
.hero-visual{position:relative;min-height:475px;display:flex;align-items:center;justify-content:center}
.hero-orbit{position:absolute;width:420px;height:420px;border:1px solid rgba(11,120,197,.12);border-radius:50%;animation:spinSlow 28s linear infinite}
.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:var(--b-blue-2);box-shadow:0 0 0 7px rgba(24,168,230,.12)}
.hero-orbit:before{left:38px;top:56px}.hero-orbit:after{right:25px;bottom:80px;background:var(--b-blue)}
.hero-card{position:relative;width:min(420px,100%);padding:31px;border:1px solid rgba(255,255,255,.8);border-radius:32px;background:rgba(255,255,255,.88);box-shadow:var(--b-shadow);backdrop-filter:blur(15px);animation:floatCard 5s ease-in-out infinite}
.hero-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(237,248,253,.72));z-index:-1}
.hero-logo-wrap{height:210px;border-radius:23px;background:linear-gradient(145deg,#fff,#eaf7fc);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2f0f6}
.hero-card img{width:82%;max-height:180px;object-fit:contain}
.hero-card h2{font-size:20px;letter-spacing:-.02em;margin:21px 0 5px;color:var(--b-dark)}
.hero-card p{font-size:14px;margin:0;color:var(--b-muted)}
.hero-mini-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.hero-mini-pill{font-size:11px;font-weight:800;padding:7px 9px;border-radius:999px;background:#eef8fd;color:#126f9f}
.public-section{position:relative;padding:88px 0}.public-section.alt{background:linear-gradient(180deg,#f6fbfe,#eef8fc)}
.section-heading{max-width:750px;margin-bottom:34px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2{font-size:clamp(30px,4.2vw,46px);line-height:1.08;letter-spacing:-.045em;color:var(--b-dark);margin:13px 0 12px}.section-heading p{color:var(--b-muted);margin:0;font-size:16px;max-width:700px}
.center .section-heading p{margin-left:auto;margin-right:auto}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{position:relative;padding:27px;border:1px solid var(--b-border);border-radius:var(--radius-md);background:rgba(255,255,255,.88);box-shadow:0 9px 30px rgba(4,43,67,.05);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden}
.info-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--b-blue),var(--b-blue-2));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.info-card:hover{transform:translateY(-7px);box-shadow:var(--b-shadow-sm);border-color:#c6e0ec}.info-card:hover:before{transform:scaleX(1)}
.info-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e6f7fd,#d8eff9);color:var(--b-blue);display:flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:18px;font-size:16px}
.info-card h3{margin:0 0 8px;font-size:19px;color:var(--b-dark);letter-spacing:-.02em}.info-card p{margin:0;color:var(--b-muted);font-size:14px}.info-card a{color:var(--b-blue);font-weight:850;text-decoration:none}.info-card a:hover{text-decoration:underline}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--b-border);border-radius:22px;background:#fff;box-shadow:var(--b-shadow-sm);overflow:hidden}.feature-stat{padding:25px 20px;text-align:center;border-right:1px solid var(--b-border)}.feature-stat:last-child{border-right:0}.feature-stat strong{display:block;color:var(--b-dark);font-size:25px;letter-spacing:-.04em}.feature-stat span{font-size:12px;color:var(--b-muted);font-weight:700}
.jetty-grid,.route-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.jetty-card,.route-card{position:relative;border:1px solid var(--b-border);border-radius:18px;padding:23px;background:#fff;box-shadow:0 7px 23px rgba(4,43,67,.04);transition:transform .22s ease,box-shadow .22s ease}.jetty-card:hover,.route-card:hover{transform:translateY(-4px);box-shadow:var(--b-shadow-sm)}
.jetty-card:before{content:"";position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:4px;background:var(--b-blue)}.jetty-card h3,.route-card h3{margin:0 0 6px;color:var(--b-dark);font-size:18px;letter-spacing:-.02em}.jetty-card p,.route-card p{margin:0;color:var(--b-muted);font-size:14px}.route-meta{margin-top:14px;font-size:12px;font-weight:850;color:var(--b-blue);display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf8fd}
.section-actions{margin-top:25px;display:flex;justify-content:center}.section-actions.left{justify-content:flex-start}
.app-feature{position:relative;overflow:hidden;border-radius:32px;padding:48px;background:linear-gradient(135deg,var(--b-dark),#0a557d);color:#fff;box-shadow:var(--b-shadow);display:grid;grid-template-columns:1.08fr .92fr;gap:40px;align-items:center}.app-feature:after{content:"";position:absolute;width:480px;height:480px;right:-220px;top:-260px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.app-feature h2{font-size:clamp(31px,4vw,48px);line-height:1.04;letter-spacing:-.045em;margin:14px 0}.app-feature p{color:#c9e2ef;max-width:620px}.app-feature .eyebrow{background:rgba(255,255,255,.1);color:#bcecff}.app-feature .public-primary-button{background:#fff;color:var(--b-dark);box-shadow:none}.app-feature .secondary-button{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}
.app-device{position:relative;z-index:2;justify-self:center;width:230px;min-height:370px;border:8px solid #031a29;border-radius:38px;background:linear-gradient(160deg,#f8fdff,#dff3fb);box-shadow:0 30px 55px rgba(0,0,0,.25);padding:28px 18px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.app-device img{width:170px;max-height:145px;object-fit:contain}.app-device strong{color:var(--b-dark);font-size:18px;margin-top:20px}.app-device span{color:#628092;font-size:11px;margin-top:4px}
.app-status{margin-top:16px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#e9f8ee;color:#17713b;font-size:11px;font-weight:850}.app-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#28b765;box-shadow:0 0 0 4px rgba(40,183,101,.12)}
.public-cta{padding:64px 0}.cta-box{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#062a43,#0b5f8c);color:#fff;padding:45px 48px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--b-shadow)}.cta-box:after{content:"";position:absolute;right:-90px;top:-130px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(255,255,255,.13);box-shadow:0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.02)}.cta-box>*{position:relative;z-index:1}.cta-box h2{margin:0 0 8px;font-size:clamp(29px,4vw,40px);line-height:1.08;letter-spacing:-.035em}.cta-box p{margin:0;color:#c8e0ec}.cta-box .public-primary-button{background:#fff;color:var(--b-dark);box-shadow:none}
.prose{max-width:850px}.prose h1{font-size:clamp(38px,5.7vw,64px);line-height:1.03;color:var(--b-dark);letter-spacing:-.055em;margin:16px 0 19px}.prose h2{font-size:28px;color:var(--b-dark);margin-top:43px;letter-spacing:-.03em}.prose p,.prose li{color:var(--b-muted);font-size:16px}.prose strong{color:var(--b-dark)}
.page-hero{padding:75px 0 55px;background:linear-gradient(135deg,#f5fbfe,#fff)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.step{position:relative;padding:29px;border:1px solid var(--b-border);border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(4,43,67,.05);overflow:hidden}.step:after{content:"";position:absolute;right:-40px;top:-40px;width:110px;height:110px;border-radius:50%;background:#edf8fd}.step-number{position:relative;z-index:1;font-size:11px;font-weight:950;letter-spacing:.1em;color:var(--b-blue);margin-bottom:12px}.step h2{position:relative;z-index:1;margin:0 0 8px;font-size:21px;color:var(--b-dark)}.step p{position:relative;z-index:1;margin:0;color:var(--b-muted);font-size:14px}
.faq-list{display:grid;gap:12px;max-width:900px}.faq-item{border:1px solid var(--b-border);border-radius:17px;background:#fff;box-shadow:0 6px 22px rgba(4,43,67,.035);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:21px 23px;font-size:16px;font-weight:850;color:var(--b-dark);display:flex;align-items:center;justify-content:space-between;gap:20px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";width:28px;height:28px;border-radius:9px;background:#edf8fd;color:var(--b-blue);display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto}.faq-item[open] summary:after{content:"−"}.faq-answer{padding:0 23px 21px;color:var(--b-muted);font-size:14px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{border:1px solid var(--b-border);border-radius:20px;padding:25px;background:#fff}.contact-card a{color:var(--b-blue);font-weight:800;text-decoration:none}.contact-card a:hover{text-decoration:underline}.contact-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#7390a2}.contact-value{font-size:17px;color:var(--b-dark);margin-top:4px}
.public-footer{background:#031b2b;color:#aac4d2;padding:58px 0 22px;position:relative;overflow:hidden}.public-footer:before{content:"";position:absolute;right:-140px;top:-170px;width:420px;height:420px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.018),0 0 0 90px rgba(255,255,255,.012)}.public-footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.45fr 1fr 1fr 1.1fr;gap:42px}.public-footer-logo{width:152px;height:55px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);margin-bottom:12px}.public-footer h3{color:#fff;font-size:13px;margin:0 0 14px;text-transform:uppercase;letter-spacing:.08em}.public-footer a{display:block;color:#aac4d2;text-decoration:none;font-size:13px;margin:8px 0}.public-footer a:hover{color:#fff}.public-footer p{font-size:13px;max-width:320px;margin:0}.footer-contact{font-size:13px;color:#aac4d2}.footer-contact a{display:inline;color:#d7eef8;font-weight:750}.public-footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:12px}
.badge{display:inline-flex;padding:6px 10px;background:#e8f7fd;color:#0874b8;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.06em}.public-note{font-size:12px;color:#7891a1;margin-top:12px}.download-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.download-card{border:1px solid var(--b-border);border-radius:25px;padding:31px;background:#fff;box-shadow:var(--b-shadow-sm)}.download-card.dark{background:linear-gradient(145deg,#062a43,#0b5f8c);color:#fff;border:0}.download-card.dark p{color:#c9e2ef}.download-card h2{margin:12px 0 8px;color:var(--b-dark);font-size:28px;letter-spacing:-.03em}.download-card.dark h2{color:#fff}.download-list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:10px}.download-list li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--b-muted)}.download-list li:before{content:"✓";width:21px;height:21px;border-radius:7px;background:#e8f7fd;color:var(--b-blue);display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto}.download-card.dark .download-list li{color:#c9e2ef}.download-card.dark .download-list li:before{background:rgba(255,255,255,.12);color:#fff}
/* Motion */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes spinSlow{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-card,.hero-orbit{animation:none}}
@media(max-width:980px){.public-nav{display:none}.public-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.public-header-actions{margin-left:auto}.public-header.mobile-open .public-nav{position:absolute;left:20px;right:20px;top:72px;display:grid;gap:0;padding:10px;background:rgba(255,255,255,.98);border:1px solid var(--b-border);border-radius:16px;box-shadow:var(--b-shadow-sm)}.public-header.mobile-open .public-nav a{padding:13px 12px}.public-header.mobile-open .public-nav a:after{display:none}.public-hero{padding:63px 0 72px}.public-hero-grid,.app-feature,.download-panel{grid-template-columns:1fr}.hero-visual{min-height:400px}.app-device{justify-self:start}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-stat:nth-child(2){border-right:0}.feature-stat:nth-child(-n+2){border-bottom:1px solid var(--b-border)}.public-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.public-footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:680px){.public-container{width:min(100% - 28px,1180px)}.public-header-inner{min-height:68px}.public-logo img{width:126px;height:48px}.public-header-actions .public-link-button{display:none}.public-primary-button{min-height:42px;padding:0 14px;font-size:12px}.public-hero h1{font-size:44px}.public-hero p{font-size:16px}.hero-visual{min-height:350px}.hero-orbit{width:300px;height:300px}.hero-card{padding:22px}.hero-logo-wrap{height:170px}.public-section{padding:64px 0}.cards,.steps,.jetty-grid,.route-grid,.contact-grid{grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr 1fr}.feature-stat{border-right:0;border-bottom:1px solid var(--b-border)}.feature-stat:nth-last-child(-n+2){border-bottom:0}.app-feature{padding:30px 23px}.app-device{width:205px;min-height:330px}.cta-box{padding:32px 25px;display:block}.cta-box .public-primary-button{margin-top:18px}.public-footer-grid{grid-template-columns:1fr 1fr}.public-footer-grid>div:first-child{grid-column:1/-1}.public-footer-bottom{display:block}.public-footer-bottom span{display:block;margin:4px 0}.prose h1{font-size:42px}}
@media(max-width:460px){.public-hero h1{font-size:39px}.hero-actions{display:grid}.hero-actions>*{width:100%}.feature-strip{grid-template-columns:1fr}.feature-stat{border-bottom:1px solid var(--b-border)!important}.feature-stat:last-child{border-bottom:0!important}.public-footer-grid{grid-template-columns:1fr}.public-footer-grid>div:first-child{grid-column:auto}}

/* =========================================================
   BOWTT HOMEPAGE v2 — visual storytelling layer
   Scoped to .bw-* so existing public pages remain intact.
   ========================================================= */
.bw-home-hero{position:relative;min-height:calc(100vh - 73px);display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 38%,#e4f6fd 0,#f7fcfe 30%,#fff 66%);padding:70px 0 80px}
.bw-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr);align-items:center;gap:36px;position:relative;z-index:2}
.bw-brand-kicker{display:inline-flex;align-items:center;gap:9px;padding:7px 11px 7px 8px;border:1px solid #dbeaf2;border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 8px 26px rgba(4,43,67,.06);font-size:11px;font-weight:850;color:#5e7889;letter-spacing:.02em}
.bw-brand-kicker img{width:21px;height:21px;object-fit:contain}
.bw-hero-copy h1{font-size:clamp(50px,6.7vw,82px);line-height:.94;letter-spacing:-.065em;color:var(--b-dark);margin:25px 0 24px;font-weight:950}
.bw-hero-copy h1 span{color:var(--b-blue)}
.bw-hero-copy>p{max-width:590px;font-size:18px;line-height:1.65;color:var(--b-muted);margin:0}
.bw-hero-actions{margin-top:28px}.bw-hero-actions .public-primary-button span{margin-left:9px}.bw-proof-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.bw-proof-row span{font-size:11px;color:#627d8e;font-weight:750}.bw-proof-row i{font-style:normal;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;background:#e5f7ef;color:#15925d;margin-right:5px}
.bw-hero-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.bw-glow-a{width:470px;height:470px;right:-130px;top:5%;background:radial-gradient(circle,rgba(20,168,228,.12),transparent 67%)}.bw-glow-b{width:300px;height:300px;left:-170px;bottom:-110px;background:radial-gradient(circle,rgba(8,127,193,.08),transparent 70%)}
.bw-hero-stage{position:relative;min-height:610px;display:flex;align-items:center;justify-content:center;perspective:1000px}
.bw-stage-ring{position:absolute;border:1px solid rgba(8,127,193,.12);border-radius:50%;transform:rotateX(62deg);animation:bwRing 12s linear infinite}.ring-one{width:520px;height:300px}.ring-two{width:400px;height:230px;animation-direction:reverse;animation-duration:16s}
.bw-route{position:absolute;left:7%;right:8%;top:28%;height:110px;transform:rotate(-12deg);opacity:.9}.bw-route .route-line{position:absolute;left:7%;right:7%;top:52%;border-top:2px dashed #69c8ec}.bw-route .route-dot{position:absolute;top:calc(52% - 7px);width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--b-blue);box-shadow:0 0 0 8px rgba(20,168,228,.09)}.bw-route .route-dot:first-child{left:0}.bw-route .route-dot:last-child{right:0}
.bw-map-pill{position:absolute;z-index:5;display:flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid #d9ebf3;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 13px 30px rgba(4,43,67,.08);font-size:11px;font-weight:900;color:var(--b-dark);animation:bwFloat 5s ease-in-out infinite}.bw-map-pill img{width:18px;height:18px;object-fit:contain}.pill-a{left:4%;top:22%}.pill-b{right:3%;top:43%;animation-delay:-1.8s}
.bw-phone-card{position:relative;z-index:4;width:245px;padding:18px;border:1px solid #d9eaf3;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 35px 70px rgba(3,55,82,.18),0 7px 20px rgba(3,55,82,.08);transform:rotate(3deg);animation:bwPhoneFloat 6s ease-in-out infinite}.bw-phone-top{display:flex;align-items:center;gap:6px;color:var(--b-dark);font-size:11px;font-weight:950}.bw-phone-top img{width:23px;height:23px;object-fit:contain}.bw-phone-top b{margin-left:auto;color:#91a6b4;letter-spacing:2px}.bw-phone-label{font-size:8px;font-weight:950;letter-spacing:.12em;color:#78909f;margin:24px 0 8px}.bw-location{display:flex;align-items:center;gap:8px;border:1px solid #dceaf2;border-radius:13px;padding:12px 10px;margin-top:7px;font-size:11px;color:var(--b-dark);background:#fbfdfe}.bw-location>span:last-child{margin-left:auto;color:#91a6b4}.bw-pin{width:10px;height:10px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:#12a7e4;position:relative}.bw-pin.destination{background:#083d5a}.bw-phone-trip{margin-top:12px;padding-top:12px;border-top:1px solid #e8f1f5;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#70899a}.bw-phone-trip b{color:var(--b-blue)}
.bw-boat-art{position:absolute;z-index:3;left:-5%;bottom:1%;width:560px;animation:bwBoatFloat 5.5s ease-in-out infinite;filter:drop-shadow(0 18px 20px rgba(3,65,92,.1))}.bw-boat-art svg{width:100%;height:auto}.bw-float-card{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:15px;background:rgba(255,255,255,.93);border:1px solid #dcecf3;box-shadow:0 15px 35px rgba(4,43,67,.1);font-size:10px;animation:bwFloat 5s ease-in-out infinite}.bw-float-card b{display:block;color:var(--b-dark);font-size:11px}.bw-float-card small{display:block;color:#8299a8;margin-top:2px}.captain-float{right:0;bottom:19%;animation-delay:-2.2s}.secure-float{left:0;top:58%;animation-delay:-.9s}.secure-float img{width:23px;height:23px;object-fit:contain}.status-dot{width:9px;height:9px;border-radius:50%;background:#22b46c;box-shadow:0 0 0 5px rgba(34,180,108,.1)}
.bw-scroll-cue{position:absolute;z-index:2;bottom:22px;left:50%;transform:translateX(-50%);font-size:10px;color:#78909f;font-weight:800;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:9px}.bw-scroll-cue span{width:20px;height:31px;border:1px solid #a9c6d4;border-radius:20px;position:relative}.bw-scroll-cue span:after{content:"";position:absolute;left:50%;top:6px;width:3px;height:7px;border-radius:3px;background:var(--b-blue);transform:translateX(-50%);animation:bwScroll 1.7s ease-in-out infinite}
.bw-intro-section{background:#fff}.bw-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.bw-intro-copy h2,.bw-section-top h2,.bw-app-intro h2,.bw-trust-grid h2{font-size:clamp(36px,4.5vw,58px);line-height:1.02;letter-spacing:-.055em;color:var(--b-dark);margin:14px 0 17px}.bw-intro-copy p,.bw-section-top>p,.bw-app-intro p,.bw-trust-grid p{font-size:16px;line-height:1.7;color:var(--b-muted);max-width:560px}.text-arrow{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--b-blue);font-weight:900;font-size:13px;text-decoration:none}.text-arrow span{transition:transform .2s ease}.text-arrow:hover span{transform:translateX(4px)}
.bw-intro-art{min-height:440px;border-radius:34px;background:linear-gradient(145deg,#eaf8fd,#f8fcfe);position:relative;overflow:hidden;border:1px solid #dceef5}.bw-water-lines{position:absolute;inset:52% -10% -10%;background:repeating-linear-gradient(178deg,transparent 0 25px,rgba(76,186,224,.17) 26px 28px);transform:rotate(-4deg)}.bw-art-jetty{position:absolute;right:10%;top:14%;width:44%;height:15%;transform:skewX(-19deg);background:#dce8ed;border-radius:8px;box-shadow:0 14px 0 #b6cbd5}.bw-art-jetty span{display:block;width:10px;height:80px;background:#b5cbd5;position:absolute;bottom:-65px}.bw-art-jetty span:nth-child(1){left:8%}.bw-art-jetty span:nth-child(2){left:46%}.bw-art-jetty span:nth-child(3){right:8%}.bw-art-person{position:absolute;left:23%;bottom:24%;width:100px;height:210px}.bw-art-person .head{position:absolute;top:0;left:27px;width:52px;height:52px;border-radius:50%;background:#d89b6b;box-shadow:inset -8px -4px 0 rgba(117,70,43,.1)}.bw-art-person .body{position:absolute;top:55px;left:12px;width:78px;height:115px;border-radius:34px 34px 20px 20px;background:linear-gradient(145deg,#fff,#c7ebfa);box-shadow:inset -8px -6px 0 rgba(8,127,193,.07)}.bw-art-person .phone{position:absolute;right:-10px;top:73px;width:34px;height:54px;border-radius:7px;background:#173f56;border:3px solid #fff;transform:rotate(10deg);box-shadow:0 8px 15px rgba(3,55,82,.16)}.bw-art-boat{position:absolute;right:18%;bottom:19%;width:210px;height:100px}.bw-art-boat .hull{position:absolute;bottom:0;left:0;width:210px;height:47px;background:linear-gradient(90deg,#087fc1,#16aae5);border-radius:10px 10px 80px 80px;transform:skewX(-10deg)}.bw-art-boat .cabin{position:absolute;bottom:35px;left:62px;width:91px;height:47px;background:#fff;border-radius:8px 8px 2px 2px}.bw-art-boat .flag{position:absolute;left:112px;bottom:82px;height:43px;border-left:3px solid #164c67}.bw-art-boat .flag:after{content:"";position:absolute;left:2px;top:0;border-top:11px solid #0b88c9;border-right:20px solid transparent}.bw-art-icon{position:absolute;left:10%;top:12%;width:60px;height:60px;border-radius:20px;background:#fff;box-shadow:0 18px 30px rgba(4,43,67,.1);display:grid;place-items:center;animation:bwFloat 4.5s ease-in-out infinite}.bw-art-icon img{width:35px;height:35px;object-fit:contain}
.bw-how-section{background:#f8fbfd}.bw-section-top{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:46px}.bw-section-top>p{max-width:410px;margin:0}.bw-flow{display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr;align-items:center}.bw-flow-step{position:relative;background:#fff;border:1px solid var(--b-border);border-radius:28px;padding:31px;min-height:315px;box-shadow:0 18px 45px rgba(4,43,67,.055);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.bw-flow-step:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(4,43,67,.1)}.bw-step-number{font-size:11px;font-weight:950;color:#8ca1af;letter-spacing:.12em}.bw-step-icon{width:62px;height:62px;border-radius:20px;background:#eaf7fd;margin:27px 0 22px;display:grid;place-items:center;color:var(--b-blue);position:relative}.pin-shape{width:18px;height:23px;background:var(--b-blue);border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative}.pin-shape:after{content:"";position:absolute;inset:6px;border-radius:50%;background:#eaf7fd}.boat-icon span{width:35px;height:16px;background:var(--b-blue);border-radius:4px 4px 18px 18px;position:relative}.boat-icon span:before{content:"";position:absolute;left:9px;bottom:12px;width:17px;height:12px;background:#fff;border-radius:3px 3px 0 0}.check-icon{font-size:27px;font-weight:950}.bw-flow-step h3{font-size:21px;letter-spacing:-.025em;color:var(--b-dark);margin:0 0 9px}.bw-flow-step p{font-size:14px;line-height:1.65;color:var(--b-muted);margin:0}.bw-demo-route,.bw-demo-status{position:absolute;left:31px;right:31px;bottom:25px;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:850;color:#688293}.bw-demo-route i{font-style:normal;color:var(--b-blue);font-size:17px}.bw-demo-status{justify-content:flex-start;gap:8px}.bw-demo-status>span{width:8px;height:8px;border-radius:50%;background:#20b36b;box-shadow:0 0 0 4px rgba(32,179,107,.1)}.bw-demo-status.connected>span{width:20px;height:20px;display:grid;place-items:center;color:#fff;background:#20b36b;font-size:10px}.bw-flow-connector{height:2px;background:linear-gradient(90deg,#c6e5f2,#74c9e9,#c6e5f2);position:relative}.bw-flow-connector span{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--b-blue);top:50%;transform:translate(-50%,-50%);left:52%;animation:bwConnector 2.4s linear infinite}
.bw-network-section{background:#eef8fc}.bw-network-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:stretch}.bw-network-visual{min-height:500px;border-radius:32px;background:linear-gradient(145deg,#dff4fc,#f8fcfe);border:1px solid #d1eaf4;position:relative;overflow:hidden}.network-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(8,127,193,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(8,127,193,.06) 1px,transparent 1px);background-size:42px 42px;transform:perspective(500px) rotateX(55deg) scale(1.5);transform-origin:center 75%;opacity:.7}.network-line{position:absolute;height:110px;border-top:3px solid #6ec9ea;border-radius:50%;transform-origin:left center}.network-line span,.network-line i,.network-line b{position:absolute;border-radius:50%;width:16px;height:16px;background:#fff;border:4px solid var(--b-blue);top:-10px}.network-line i{left:48%;background:#e6f8fd;border-color:#69c8eb;width:10px;height:10px;top:-6px}.network-line b{right:0}.line-1{left:17%;top:32%;width:58%;transform:rotate(10deg)}.line-2{left:30%;top:58%;width:46%;transform:rotate(-18deg);border-color:#8dd7ee}.line-3{left:13%;top:74%;width:66%;transform:rotate(-4deg);border-color:#a2dff0}.network-label{position:absolute;z-index:3;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.9);border:1px solid #d8eaf2;box-shadow:0 12px 25px rgba(4,43,67,.08);font-size:10px;font-weight:950;color:var(--b-dark)}.network-label img{width:18px;height:18px;object-fit:contain}.nl-a{left:11%;top:23%}.nl-b{right:10%;top:42%}.nl-c{left:21%;bottom:13%}.network-boat{position:absolute;right:21%;bottom:31%;width:80px;height:34px;animation:bwNetworkBoat 4s ease-in-out infinite}.network-boat:before{content:"";position:absolute;left:0;bottom:0;width:75px;height:23px;border-radius:4px 4px 28px 28px;background:linear-gradient(90deg,#087fc1,#16aae5);transform:skewX(-10deg)}.network-boat:after{content:"";position:absolute;left:30px;bottom:20px;width:30px;height:14px;border-radius:4px 4px 0 0;background:#fff}.network-boat span{position:absolute;left:45px;bottom:33px;height:18px;border-left:2px solid #1c5b78}.network-boat span:after{content:"";position:absolute;left:1px;top:0;border-top:7px solid #087fc1;border-right:12px solid transparent}.bw-network-data{display:flex;flex-direction:column;gap:11px}.bw-route-item{display:grid;grid-template-columns:43px 1fr auto;align-items:center;gap:12px;padding:17px 16px;border:1px solid #d5e9f2;border-radius:18px;background:rgba(255,255,255,.8);transition:transform .2s ease,background .2s ease}.bw-route-item:hover{transform:translateX(5px);background:#fff}.route-index{font-size:10px;color:#8ca1af;font-weight:950}.bw-route-item h3{margin:0;color:var(--b-dark);font-size:14px}.bw-route-item h3 span{color:var(--b-blue);margin:0 4px}.bw-route-item p{margin:4px 0 0;color:#7c94a2;font-size:11px}.route-arrow{font-size:18px;color:var(--b-blue)}.bw-jetty-row{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:24px}.bw-jetty-chip{display:flex;align-items:center;gap:8px;border:1px solid #d5e9f2;background:#fff;border-radius:999px;padding:8px 12px}.bw-jetty-chip span{font-size:9px;color:#8da3af;font-weight:950}.bw-jetty-chip strong{font-size:10px;color:#536f80}.bw-jetty-more{margin-left:auto;color:var(--b-blue);font-size:11px;font-weight:900;text-decoration:none}
.bw-app-section{background:#fff}.bw-app-intro{display:grid;grid-template-columns:1fr 260px;align-items:center;gap:30px;padding:50px 54px;border-radius:34px;background:linear-gradient(135deg,#052d46,#0b79ad);color:#fff;overflow:hidden;position:relative}.bw-app-intro:after{content:"";position:absolute;right:-160px;top:-200px;width:480px;height:480px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.02)}.bw-app-intro>*{position:relative;z-index:2}.bw-app-intro .eyebrow{color:#9bdcf5}.bw-app-intro h2{color:#fff;margin-bottom:17px}.bw-app-intro h2 span{color:#5bd0fa}.bw-app-intro p{color:#c7e5f1}.bw-app-intro .secondary-button{color:#fff;border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.07)}.bw-app-icon-cloud{height:220px;position:relative}.cloud-icon{position:absolute;width:120px;height:120px;object-fit:contain;left:50%;top:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 20px 22px rgba(0,0,0,.18));animation:bwFloat 4.8s ease-in-out infinite}.cloud-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.17)}.orb-1{width:190px;height:190px;left:35px;top:12px}.orb-2{width:235px;height:235px;left:12px;top:-11px}.orb-3{width:135px;height:135px;left:62px;top:40px}
.bw-phone-showcase{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:70px}.bw-phone-panel{position:relative;min-height:760px;border-radius:34px;border:1px solid #dbeaf1;background:#f5fafc;padding:28px 25px 0;overflow:hidden}.captain-panel{background:#f2f7fa}.bw-panel-label{display:flex;justify-content:space-between;align-items:center;padding:0 7px 17px}.bw-panel-label span{font-size:10px;color:#76909e;text-transform:uppercase;letter-spacing:.1em;font-weight:950}.bw-panel-label b{font-size:13px;color:var(--b-dark)}.bw-device-wrap{position:absolute;left:50%;bottom:-155px;transform:translateX(-50%);width:310px}.bw-device{position:relative;background:#0b1d28;border:8px solid #132c3a;border-radius:39px;padding:4px;box-shadow:0 35px 55px rgba(3,55,82,.22);overflow:hidden}.bw-device img{display:block;width:100%;height:auto;border-radius:28px}.bw-device-notch{position:absolute;z-index:3;left:50%;top:10px;transform:translateX(-50%);width:92px;height:21px;border-radius:0 0 14px 14px;background:#132c3a}.captain-device-wrap{bottom:-135px}.captain-device-wrap .bw-device{width:245px;margin:auto}
.bw-app-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.bw-app-features>div{display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto;column-gap:9px;padding:15px 16px;border:1px solid #dcebf2;border-radius:16px;background:#fff}.bw-app-features img{grid-row:1/3;width:28px;height:28px;object-fit:contain}.bw-app-features strong{font-size:11px;color:var(--b-dark)}.bw-app-features span{font-size:10px;color:#7b93a1;margin-top:2px}
.bw-audience-section{background:#f8fbfd}.bw-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.bw-audience-card{border:1px solid #dceaf1;border-radius:32px;padding:28px;min-height:510px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.passenger-audience{background:linear-gradient(150deg,#f5fbfe,#fff)}.captain-audience{background:linear-gradient(150deg,#eef9fd,#fff)}.bw-audience-card h2{font-size:clamp(28px,3.1vw,41px);line-height:1.04;letter-spacing:-.045em;color:var(--b-dark);margin:11px 0 13px;max-width:490px}.bw-audience-card p{max-width:500px;color:var(--b-muted);line-height:1.65;font-size:14px}.audience-art{height:250px;position:relative;margin:-10px -5px 18px;border-radius:24px;background:#eaf7fd;overflow:hidden}.passenger-art{background:radial-gradient(circle at 60% 35%,#fff 0 17%,transparent 18%),linear-gradient(145deg,#e8f8fd,#f8fcfe)}.audience-art .head{position:absolute;width:72px;height:72px;border-radius:50%;background:#d89b6b;left:25%;top:48px}.audience-art .body{position:absolute;width:105px;height:130px;border-radius:45px 45px 20px 20px;background:linear-gradient(145deg,#fff,#bfe8f8);left:21%;top:112px}.audience-art .phone{position:absolute;width:48px;height:75px;border-radius:9px;background:#163f56;border:4px solid #fff;left:39%;top:117px;transform:rotate(9deg);box-shadow:0 12px 20px rgba(3,55,82,.17)}.audience-art .bubble{position:absolute;right:13%;top:54px;background:#fff;border:1px solid #d7eaf2;border-radius:16px;padding:11px 14px;color:var(--b-blue);font-size:11px;font-weight:900;box-shadow:0 12px 25px rgba(4,43,67,.08)}.captain-art{background:linear-gradient(145deg,#e7f8fd,#f8fcfe)}.captain-art .head{left:61%;top:45px}.captain-art .body{left:56%;top:110px;background:linear-gradient(145deg,#eaf8ff,#b8e4f6)}.captain-art .boat{position:absolute;left:13%;bottom:33px;width:220px;height:60px;background:linear-gradient(90deg,#087fc1,#17a8e4);border-radius:8px 8px 60px 60px;transform:skewX(-8deg)}.captain-art .boat:after{content:"";position:absolute;left:70px;bottom:45px;width:75px;height:40px;background:#fff;border-radius:7px 7px 0 0}.captain-art .bubble.online{position:absolute;right:9%;top:51px;background:#fff;color:#15925d;border:1px solid #bfead5;border-radius:15px;padding:10px 12px;font-size:9px;font-weight:950;box-shadow:0 12px 25px rgba(4,43,67,.07)}.bubble.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#21b36b;margin-right:5px}
.bw-trust-section{background:#fff}.bw-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.bw-trust-points{border-top:1px solid #dceaf1}.bw-trust-points div{display:flex;align-items:center;gap:18px;padding:19px 0;border-bottom:1px solid #dceaf1}.bw-trust-points span{font-size:10px;font-weight:950;color:#8ca1af}.bw-trust-points p{margin:0;color:var(--b-dark);font-size:13px;font-weight:800}
.bw-final-cta{padding-top:25px}.bw-cta-box{position:relative;overflow:hidden;border-radius:36px;background:linear-gradient(135deg,#052d46,#0b82bc);color:#fff;padding:48px 55px;display:grid;grid-template-columns:85px 1fr auto;align-items:center;gap:26px;box-shadow:0 25px 65px rgba(4,43,67,.15)}.bw-cta-icon{width:72px;height:72px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94;position:relative;z-index:2}.bw-cta-copy{position:relative;z-index:2}.bw-cta-copy .eyebrow{color:#a9dff1}.bw-cta-copy h2{font-size:clamp(29px,4vw,48px);line-height:1.04;letter-spacing:-.05em;margin:9px 0 10px}.bw-cta-copy p{margin:0;color:#c7e5f1;font-size:14px}.bw-cta-box .public-primary-button{position:relative;z-index:2;background:#fff;color:var(--b-dark);box-shadow:none;white-space:nowrap}.bw-cta-orbit{position:absolute;right:-150px;top:-220px;width:520px;height:520px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018)}
@keyframes bwFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes bwPhoneFloat{0%,100%{transform:rotate(3deg) translateY(0)}50%{transform:rotate(2deg) translateY(-11px)}}
@keyframes bwBoatFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}
@keyframes bwRing{to{transform:rotateX(62deg) rotateZ(360deg)}}
@keyframes bwScroll{0%,100%{transform:translate(-50%,0);opacity:1}60%{transform:translate(-50%,8px);opacity:.25}}
@keyframes bwConnector{0%{left:4%;opacity:.2}25%{opacity:1}100%{left:96%;opacity:.2}}
@keyframes bwNetworkBoat{0%,100%{transform:translate(0,0) rotate(-3deg)}50%{transform:translate(-20px,-12px) rotate(3deg)}}
@media(prefers-reduced-motion:reduce){.bw-stage-ring,.bw-map-pill,.bw-phone-card,.bw-boat-art,.bw-float-card,.bw-scroll-cue span:after,.bw-flow-connector span,.cloud-icon,.bw-art-icon,.network-boat{animation:none!important}}
@media(max-width:980px){.bw-home-hero{min-height:auto;padding:58px 0 72px}.bw-hero-grid{grid-template-columns:1fr}.bw-hero-copy{text-align:center}.bw-brand-kicker{margin:auto}.bw-hero-copy>p{margin-left:auto;margin-right:auto}.bw-hero-actions,.bw-proof-row{justify-content:center}.bw-hero-stage{min-height:560px}.bw-intro-grid,.bw-network-layout,.bw-trust-grid{grid-template-columns:1fr}.bw-flow{grid-template-columns:1fr;gap:14px}.bw-flow-connector{display:none}.bw-section-top{align-items:start;display:grid;grid-template-columns:1fr}.bw-network-visual{min-height:420px}.bw-app-intro{grid-template-columns:1fr}.bw-app-icon-cloud{display:none}.bw-phone-showcase{margin-top:45px}.bw-phone-panel{min-height:680px}.bw-cta-box{grid-template-columns:65px 1fr}.bw-cta-box .public-primary-button{grid-column:2;justify-self:start}.bw-jetty-more{margin-left:0}}
@media(max-width:680px){.bw-home-hero{padding:45px 0 58px}.bw-hero-copy h1{font-size:45px}.bw-hero-copy>p{font-size:15px}.bw-hero-stage{min-height:430px;margin-top:18px}.bw-stage-ring{width:330px;height:220px}.bw-boat-art{width:390px;left:-8%;bottom:0}.bw-phone-card{width:190px;padding:14px;border-radius:22px}.bw-phone-label{margin-top:15px}.bw-location{padding:9px;font-size:9px}.bw-phone-trip{font-size:8px}.bw-map-pill{font-size:9px;padding:6px 8px}.pill-a{left:0;top:17%}.pill-b{right:0;top:47%}.captain-float{right:-3%;bottom:14%}.secure-float{left:-3%;top:56%}.bw-proof-row{display:grid;grid-template-columns:1fr;gap:6px}.bw-intro-grid{gap:25px}.bw-intro-art{min-height:340px}.bw-intro-copy h2,.bw-section-top h2,.bw-app-intro h2,.bw-trust-grid h2{font-size:38px}.bw-network-visual{min-height:340px}.bw-network-data{margin-top:4px}.bw-jetty-row{gap:6px}.bw-jetty-chip{padding:7px 9px}.bw-phone-showcase,.bw-audience-grid{grid-template-columns:1fr}.bw-phone-panel{min-height:620px}.bw-device-wrap{width:275px;bottom:-125px}.captain-device-wrap{bottom:-112px}.bw-app-features{grid-template-columns:1fr}.bw-audience-card{min-height:480px}.bw-cta-box{grid-template-columns:1fr;padding:35px 28px}.bw-cta-icon{width:58px;height:58px}.bw-cta-box .public-primary-button{grid-column:1}.bw-scroll-cue{display:none}}
@media(max-width:460px){.bw-hero-copy h1{font-size:40px}.bw-hero-stage{min-height:390px}.bw-boat-art{width:350px}.bw-phone-card{width:176px}.bw-float-card{padding:8px 9px}.bw-float-card b{font-size:10px}.bw-float-card small{font-size:9px}.bw-intro-art{min-height:300px}.bw-art-person{left:15%;transform:scale(.85);transform-origin:bottom}.bw-art-boat{right:5%;transform:scale(.75);transform-origin:bottom right}.bw-phone-panel{min-height:580px}.bw-device-wrap{width:250px}.bw-panel-label b{font-size:11px}.bw-cta-copy h2{font-size:31px}}

/* =========================================================
   BOWTT HOMEPAGE V3 — visual landing page layer
   Scoped to .bwv3-* so the other public pages are unaffected.
   ========================================================= */
.bwv3-hero{position:relative;overflow:hidden;background:#fff;min-height:720px;padding:62px 0 0}
.bwv3-hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}
.bwv3-glow-a{width:540px;height:540px;right:-230px;top:-280px;background:radial-gradient(circle,rgba(24,168,230,.18),rgba(24,168,230,0) 70%)}
.bwv3-glow-b{width:420px;height:420px;left:-280px;top:190px;background:radial-gradient(circle,rgba(11,120,197,.09),rgba(11,120,197,0) 70%)}
.bwv3-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:25px;align-items:center;min-height:570px}
.bwv3-hero-copy{padding:30px 0 70px;position:relative;z-index:5}
.bwv3-kicker{display:inline-flex;align-items:center;gap:9px;color:#0a74b5;font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.bwv3-kicker img{width:28px;height:28px;object-fit:contain}
.bwv3-hero-copy h1{font-size:clamp(48px,6.2vw,82px);line-height:.93;letter-spacing:-.065em;color:var(--b-dark);margin:18px 0 23px;max-width:650px}
.bwv3-hero-copy h1 span{color:var(--b-blue)}
.bwv3-lead{font-size:17px;line-height:1.7;color:var(--b-muted);max-width:600px;margin:0 0 28px}
.bwv3-actions{align-items:center}
.bwv3-actions .public-primary-button span{margin-left:8px}
.bwv3-proof-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#617d8e;font-size:11px;font-weight:800}
.bwv3-proof-row span{display:inline-flex;align-items:center;gap:6px}
.bwv3-proof-row i{font-style:normal;color:var(--b-blue);width:17px;height:17px;border:1px solid #bfe4f3;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;background:#f4fbfe}
.bwv3-hero-art{position:relative;min-height:610px;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;overflow:visible}
.bwv3-art-backdrop{position:absolute;right:2%;top:11%;width:88%;height:68%;border-radius:47% 53% 45% 55% / 44% 42% 58% 56%;background:linear-gradient(145deg,#e9f8fd,#f9fdff);transform:rotate(-4deg);box-shadow:inset 0 0 0 1px rgba(11,120,197,.045)}
.bwv3-art-ring{position:absolute;border:1px solid rgba(11,120,197,.12);border-radius:50%;pointer-events:none}
.bwv3-art-ring.ring-a{width:520px;height:520px;right:2%;top:6%;animation:bwv3Spin 28s linear infinite}
.bwv3-art-ring.ring-b{width:380px;height:380px;right:14%;top:17%;border-style:dashed;animation:bwv3SpinReverse 22s linear infinite}
.bwv3-ground{position:absolute;z-index:2;left:-12%;right:-12%;bottom:-1px;height:180px;overflow:hidden}
.bwv3-ground-wave{position:absolute;left:-5%;width:110%;border-radius:50% 50% 0 0 / 100% 100% 0 0}
.bwv3-ground-wave.wave-back{bottom:-105px;height:235px;background:linear-gradient(110deg,#e7f7fc,#c9edf9 62%,#b8e7f7);transform:rotate(-1deg)}
.bwv3-ground-wave.wave-front{bottom:-135px;height:250px;background:linear-gradient(105deg,#0b78b7,#19a9e4);opacity:.96;transform:rotate(2deg);clip-path:ellipse(63% 56% at 59% 100%)}
.bwv3-hero-illustration{position:absolute;z-index:4;width:min(690px,112%);max-width:none;right:-7%;bottom:35px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(4,43,67,.12));animation:bwv3Float 6s ease-in-out infinite;translate:var(--bwv3-mx,0px) var(--bwv3-my,0px)}
.bwv3-hero-pill{position:absolute;z-index:7;display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #d7eaf2;border-radius:14px;padding:9px 12px;box-shadow:0 12px 28px rgba(4,43,67,.09);font-size:10px;font-weight:900;color:var(--b-dark);animation:bwv3Float 5s ease-in-out infinite}
.bwv3-hero-pill img{width:22px;height:22px;object-fit:contain}.bwv3-hero-pill b{color:var(--b-blue);font-size:14px}.bwv3-hero-pill span{width:7px;height:7px;border-radius:50%;background:#20b46d;box-shadow:0 0 0 4px rgba(32,180,109,.12)}
.bwv3-hero-pill.pill-route{left:3%;top:18%;animation-delay:-1s}.bwv3-hero-pill.pill-available{right:1%;top:51%;animation-delay:-2.4s}
.bwv3-hero-bottom{position:relative;z-index:8;background:#fff;border-top:1px solid #e4eef3;box-shadow:0 -10px 35px rgba(4,43,67,.04)}
.bwv3-hero-bottom-inner{display:grid;grid-template-columns:repeat(3,1fr)}
.bwv3-hero-bottom-inner>div{min-height:78px;padding:16px 20px;display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #dceaf2}
.bwv3-hero-bottom-inner>div:last-child{border-right:0}
.bwv3-hero-bottom strong{font-size:10px;letter-spacing:.1em;color:var(--b-blue)}.bwv3-hero-bottom span{font-size:12px;font-weight:800;color:var(--b-dark)}
.bwv3-intro{background:#fff}
.bwv3-two-col{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.bwv3-two-col h2,.bwv3-section-heading h2,.bwv3-app-heading h2{font-size:clamp(38px,4.8vw,62px);line-height:1.01;letter-spacing:-.06em;color:var(--b-dark);margin:14px 0 0}
.bwv3-intro-copy{max-width:520px;padding-bottom:5px}.bwv3-intro-copy p{font-size:17px;line-height:1.75;color:var(--b-muted);margin:0}
.bwv3-section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.bwv3-section-heading>p{max-width:400px;color:var(--b-muted);font-size:14px;margin:0 0 3px}
.bwv3-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bwv3-flow-card{position:relative;min-height:315px;padding:28px;border:1px solid #dceaf2;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(4,43,67,.045);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.bwv3-flow-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(4,43,67,.09)}
.bwv3-flow-icon{width:54px;height:54px;border-radius:17px;background:#e9f8fd;display:flex;align-items:center;justify-content:center;margin-bottom:32px;color:var(--b-blue)}
.bwv3-number{font-size:10px;letter-spacing:.12em;color:#7190a0;font-weight:950}.bwv3-flow-card h3{font-size:24px;line-height:1.08;color:var(--b-dark);margin:9px 0 9px;letter-spacing:-.035em}.bwv3-flow-card p{font-size:13px;color:var(--b-muted);margin:0;max-width:340px}
.bwv3-pin{width:17px;height:17px;border-radius:50% 50% 50% 0;background:var(--b-blue);transform:rotate(-45deg);position:relative}.bwv3-pin:after{content:"";position:absolute;width:6px;height:6px;background:#fff;border-radius:50%;left:5.5px;top:5.5px}.bwv3-flow-icon.boat span{width:27px;height:12px;background:linear-gradient(90deg,#087fc1,#18a8e6);border-radius:4px 4px 14px 14px;position:relative}.bwv3-flow-icon.boat span:before{content:"";position:absolute;width:14px;height:9px;background:#fff;border-radius:4px 4px 0 0;left:7px;top:-7px}.bwv3-flow-icon.check{font-size:23px;font-weight:950}
.bwv3-demo-route,.bwv3-status{position:absolute;left:28px;right:28px;bottom:27px;border:1px solid #e0edf3;border-radius:12px;padding:10px 11px;font-size:10px;font-weight:850;color:#6d8999;background:#f9fcfd}.bwv3-demo-route{display:flex;justify-content:space-between;align-items:center}.bwv3-demo-route b{color:var(--b-blue);font-size:14px}.bwv3-status{display:flex;align-items:center;gap:7px}.bwv3-status i{width:7px;height:7px;border-radius:50%;background:#20b46d}.bwv3-status.connected i{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#e8f9f0;color:#15945d;font-style:normal}
.bwv3-network{background:#fff}.bwv3-network-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:stretch}.bwv3-network-art{min-height:460px;position:relative;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#effaff,#fafdff);border:1px solid #dcecf3}.bwv3-network-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(11,120,197,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(11,120,197,.06) 1px,transparent 1px);background-size:42px 42px;transform:perspective(500px) rotateX(55deg) scale(1.5);transform-origin:center bottom;opacity:.55}
.bwv3-network-route{position:absolute;height:2px;background:repeating-linear-gradient(90deg,#16a8e5 0 8px,transparent 8px 16px);transform-origin:left center;animation:bwv3RouteDash 2.8s linear infinite}.bwv3-network-route span,.bwv3-network-route i,.bwv3-network-route b{position:absolute;width:13px;height:13px;border-radius:50%;background:#fff;border:3px solid var(--b-blue);top:50%;transform:translateY(-50%)}.bwv3-network-route span{left:-6px}.bwv3-network-route i{left:48%;border-color:#16a8e5}.bwv3-network-route b{right:-6px}.bwv3-network-route.r1{width:270px;left:17%;top:28%;transform:rotate(12deg)}.bwv3-network-route.r2{width:235px;left:42%;top:53%;transform:rotate(-28deg);animation-delay:-1s}.bwv3-network-route.r3{width:250px;left:22%;top:70%;transform:rotate(-7deg);animation-delay:-2s}
.bwv3-network-stop{position:absolute;display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #dceaf2;border-radius:12px;padding:7px 9px;font-size:10px;font-weight:900;color:var(--b-dark);box-shadow:0 10px 22px rgba(4,43,67,.07)}.bwv3-network-stop img{width:18px;height:18px;object-fit:contain}.stop-a{left:11%;top:21%}.stop-b{right:9%;top:47%}.stop-c{left:14%;bottom:18%}.bwv3-network-boat{position:absolute;width:45px;height:20px;border-radius:5px 5px 22px 22px;background:linear-gradient(90deg,#087fc1,#18a8e6);left:50%;top:44%;animation:bwv3Boat 7s ease-in-out infinite}.bwv3-network-boat:before{content:"";position:absolute;width:23px;height:13px;background:#fff;border-radius:5px 5px 0 0;left:11px;top:-9px}.bwv3-route-list{display:grid;gap:11px;align-content:start}.bwv3-route-list article{display:grid;grid-template-columns:34px 1fr 28px;align-items:center;gap:13px;padding:18px;border:1px solid #dceaf2;border-radius:17px;background:#fff;transition:transform .2s ease,border-color .2s ease}.bwv3-route-list article:hover{transform:translateX(4px);border-color:#b9ddec}.bwv3-route-list article>span{font-size:10px;font-weight:950;color:var(--b-blue)}.bwv3-route-list h3{font-size:14px;margin:0;color:var(--b-dark)}.bwv3-route-list h3 b{color:var(--b-blue);padding:0 4px}.bwv3-route-list p{font-size:11px;color:#8098a5;margin:3px 0 0}.bwv3-route-list article>strong{color:#6c8b9d;font-size:17px;text-align:right}
.bwv3-app{background:#f5fafc}.bwv3-app-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:38px}.bwv3-app-heading h2 span{color:var(--b-blue)}.bwv3-app-heading>p{max-width:390px;color:var(--b-muted);font-size:13px;margin:0 0 5px;line-height:1.7}.bwv3-app-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bwv3-app-side{border:1px solid #d8e9f0;border-radius:28px;background:#fff;overflow:hidden;padding:24px 24px 27px;box-shadow:0 12px 36px rgba(4,43,67,.055)}.bwv3-side-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.bwv3-side-heading span{font-size:10px;letter-spacing:.12em;font-weight:950;color:var(--b-blue)}.bwv3-side-heading h3{margin:5px 0 0;font-size:23px;line-height:1.05;letter-spacing:-.035em;color:var(--b-dark)}.bwv3-side-heading img{width:39px;height:39px;object-fit:contain}
.bwv3-phone-row{display:flex;align-items:flex-end;justify-content:center;gap:15px;min-height:545px;padding-top:8px}.bwv3-phone{margin:0;text-align:center;position:relative}.bwv3-phone-shell{background:#0b2230;border:7px solid #17384a;border-radius:30px;padding:4px;box-shadow:0 22px 34px rgba(3,55,82,.19);overflow:hidden;position:relative}.bwv3-phone-shell:before{content:"";position:absolute;z-index:3;left:50%;top:6px;transform:translateX(-50%);width:65px;height:15px;border-radius:0 0 10px 10px;background:#17384a}.bwv3-phone-shell img{display:block;width:100%;height:auto;border-radius:22px}.bwv3-phone.phone-small .bwv3-phone-shell{width:154px}.bwv3-phone.phone-main .bwv3-phone-shell{width:205px}.bwv3-phone figcaption{font-size:10px;color:#718b9a;font-weight:850;margin-top:10px}.captain-side{background:linear-gradient(145deg,#fff,#f8fcfd)}
.bwv3-app-points{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.bwv3-app-points>div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;padding:14px;border:1px solid #dceaf2;border-radius:15px;background:#fff}.bwv3-app-points img{grid-row:1/3;width:27px;height:27px;object-fit:contain}.bwv3-app-points strong{font-size:11px;color:var(--b-dark)}.bwv3-app-points span{font-size:10px;color:#78919f}
.bwv3-audience{background:#fff}.bwv3-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bwv3-audience-card{border:1px solid #dceaf2;border-radius:28px;padding:24px;min-height:560px;background:#fbfdfe;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.bwv3-audience-art{height:270px;border-radius:22px;background:linear-gradient(145deg,#eaf8fd,#fafdff);position:relative;overflow:hidden;margin-bottom:24px}.bwv3-aura{position:absolute;width:260px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(24,168,230,.19),rgba(24,168,230,0));left:18%;top:5%}.bwv3-character-head{position:absolute;width:64px;height:64px;border-radius:50%;background:#d89b6b;top:61px;left:30%}.bwv3-character-body{position:absolute;width:92px;height:126px;border-radius:42px 42px 18px 18px;background:linear-gradient(145deg,#fff,#bce7f7);top:122px;left:26%}.bwv3-character-phone{position:absolute;width:42px;height:67px;border-radius:8px;background:#123e56;border:4px solid #fff;top:133px;left:45%;transform:rotate(8deg);box-shadow:0 10px 18px rgba(4,43,67,.13)}.bwv3-speech,.bwv3-online{position:absolute;right:10%;top:65px;padding:11px 13px;border:1px solid #d7eaf2;border-radius:14px;background:#fff;box-shadow:0 10px 23px rgba(4,43,67,.08);font-size:10px;font-weight:900;color:var(--b-blue)}.captain-card .bwv3-character-head{left:61%}.captain-card .bwv3-character-body{left:56%;background:linear-gradient(145deg,#eaf8ff,#b8e4f6)}.bwv3-mini-boat{position:absolute;left:12%;bottom:40px;width:230px;height:55px;background:linear-gradient(90deg,#087fc1,#18a8e6);border-radius:7px 7px 55px 55px;transform:skewX(-7deg)}.bwv3-mini-boat:before{content:"";position:absolute;left:72px;bottom:44px;width:80px;height:42px;background:#fff;border-radius:7px 7px 0 0}.bwv3-online{color:#15925d;border-color:#c4ead6}.bwv3-online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#20b46d;margin-right:5px}
.bwv3-audience-card h2{font-size:clamp(28px,3.4vw,43px);line-height:1.02;letter-spacing:-.05em;color:var(--b-dark);margin:11px 0 10px}.bwv3-audience-card p{font-size:14px;color:var(--b-muted);max-width:510px;margin:0}.bwv3-audience-card .text-arrow{margin-top:17px}
.bwv3-android{background:#fff}.bwv3-android-box{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 330px;align-items:center;gap:45px;border-radius:30px;padding:48px 55px;background:linear-gradient(135deg,#062a43,#0877ad);color:#fff;box-shadow:0 25px 60px rgba(4,43,67,.16)}.bwv3-android-copy{position:relative;z-index:2}.bwv3-android-copy .eyebrow{background:rgba(255,255,255,.11);color:#a6e5fb}.bwv3-android-copy h2{font-size:clamp(34px,4.3vw,55px);line-height:1.03;letter-spacing:-.055em;margin:14px 0;color:#fff}.bwv3-android-copy p{color:#c8e4ee;max-width:600px}.bwv3-android-copy small{display:block;color:#a9cad7;font-size:10px;margin-top:12px}.bwv3-android-box .secondary-button{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.24);color:#fff}.bwv3-android-visual{height:250px;position:relative;display:flex;align-items:center;justify-content:center}.bwv3-android-visual img{width:175px;height:auto;object-fit:contain;filter:brightness(0) invert(1);position:relative;z-index:3;animation:bwv3Float 5s ease-in-out infinite}.bwv3-android-visual span{position:absolute;bottom:19px;color:#bfe4ef;font-size:12px;font-weight:850;letter-spacing:.08em}.bwv3-android-orbit{position:absolute;width:235px;height:235px;border-radius:50%;border:1px solid rgba(255,255,255,.17);box-shadow:0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.018);animation:bwv3Spin 24s linear infinite}
.bwv3-final{background:#f6fbfd;padding-top:30px}.bwv3-final-box{position:relative;overflow:hidden;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:22px;border-radius:29px;padding:38px 44px;background:linear-gradient(135deg,#062a43,#0a5f8c);color:#fff;box-shadow:var(--b-shadow)}.bwv3-final-icon{width:62px;height:62px;object-fit:contain;filter:brightness(0) invert(1)}.bwv3-final-box .eyebrow{background:rgba(255,255,255,.1);color:#9fdef4}.bwv3-final-box h2{margin:10px 0 6px;color:#fff;font-size:clamp(29px,4vw,44px);line-height:1.05;letter-spacing:-.045em}.bwv3-final-box p{margin:0;color:#c4e0eb}.bwv3-final-box .public-primary-button{background:#fff;color:var(--b-dark);box-shadow:none}.bwv3-final-orbit{position:absolute;right:-120px;top:-180px;width:390px;height:390px;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 35px rgba(255,255,255,.02),0 0 0 70px rgba(255,255,255,.015)}
@keyframes bwv3Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes bwv3Spin{to{transform:rotate(360deg)}}
@keyframes bwv3SpinReverse{to{transform:rotate(-360deg)}}
@keyframes bwv3RouteDash{to{background-position:32px 0}}
@keyframes bwv3Boat{0%,100%{transform:translate(0,0) rotate(-2deg)}50%{transform:translate(80px,-18px) rotate(2deg)}}
@media(prefers-reduced-motion:reduce){.bwv3-hero-illustration,.bwv3-hero-pill,.bwv3-art-ring,.bwv3-network-route,.bwv3-network-boat,.bwv3-android-visual img,.bwv3-android-orbit{animation:none!important}}
@media(max-width:980px){.bwv3-hero{padding-top:45px}.bwv3-hero-grid{grid-template-columns:1fr;min-height:0}.bwv3-hero-copy{text-align:center;padding:25px 0 10px}.bwv3-kicker{justify-content:center}.bwv3-lead{margin-left:auto;margin-right:auto}.bwv3-actions,.bwv3-proof-row{justify-content:center}.bwv3-hero-art{min-height:560px}.bwv3-hero-illustration{width:min(700px,105%);right:-2%}.bwv3-two-col,.bwv3-network-layout{grid-template-columns:1fr;gap:35px}.bwv3-section-heading,.bwv3-app-heading{align-items:start;display:grid;grid-template-columns:1fr}.bwv3-app-showcase{grid-template-columns:1fr}.bwv3-phone-row{min-height:490px}.bwv3-android-box{grid-template-columns:1fr}.bwv3-android-visual{display:none}}
@media(max-width:680px){.bwv3-hero{padding-top:28px}.bwv3-hero-copy h1{font-size:46px}.bwv3-lead{font-size:15px}.bwv3-proof-row{display:grid;grid-template-columns:1fr;gap:6px}.bwv3-hero-art{min-height:420px;margin-top:12px}.bwv3-art-backdrop{width:98%;height:68%;right:-2%}.bwv3-art-ring.ring-a{width:350px;height:350px;right:3%;top:7%}.bwv3-art-ring.ring-b{width:275px;height:275px;right:13%;top:17%}.bwv3-hero-illustration{width:650px;max-width:none;right:-31%;bottom:30px}.bwv3-ground{height:120px}.bwv3-ground-wave.wave-back{bottom:-85px}.bwv3-ground-wave.wave-front{bottom:-105px}.bwv3-hero-pill{font-size:9px;padding:7px 9px}.bwv3-hero-pill.pill-route{left:0;top:12%}.bwv3-hero-pill.pill-available{right:0;top:56%}.bwv3-hero-bottom-inner{grid-template-columns:1fr}.bwv3-hero-bottom-inner>div{min-height:58px;border-right:0;border-bottom:1px solid #dceaf2;justify-content:flex-start;padding-left:20px}.bwv3-hero-bottom-inner>div:last-child{border-bottom:0}.bwv3-two-col h2,.bwv3-section-heading h2,.bwv3-app-heading h2{font-size:39px}.bwv3-flow-grid{grid-template-columns:1fr}.bwv3-network-art{min-height:340px}.bwv3-network-route.r1{width:190px}.bwv3-network-route.r2{width:165px}.bwv3-network-route.r3{width:180px}.bwv3-app-side{padding:20px 14px}.bwv3-phone-row{gap:7px;min-height:410px}.bwv3-phone.phone-small .bwv3-phone-shell{width:122px}.bwv3-phone.phone-main .bwv3-phone-shell{width:163px}.bwv3-phone-shell{border-width:5px;border-radius:23px}.bwv3-phone-shell img{border-radius:17px}.bwv3-phone-shell:before{width:52px;height:11px;top:5px}.bwv3-phone figcaption{font-size:9px}.bwv3-app-points{grid-template-columns:1fr}.bwv3-audience-grid{grid-template-columns:1fr}.bwv3-audience-card{min-height:520px}.bwv3-android-box{padding:35px 27px}.bwv3-final-box{grid-template-columns:1fr;padding:32px 26px}.bwv3-final-box .public-primary-button{justify-self:start}.bwv3-final-icon{width:55px;height:55px}}
@media(max-width:430px){.bwv3-hero-copy h1{font-size:41px}.bwv3-hero-art{min-height:385px}.bwv3-hero-illustration{width:590px;right:-35%}.bwv3-phone.phone-small .bwv3-phone-shell{width:108px}.bwv3-phone.phone-main .bwv3-phone-shell{width:146px}.bwv3-side-heading h3{font-size:20px}}

/* =========================================================
   BOWTT PUBLIC SITE — MOBILE-ONLY CORRECTIONS
   The desktop layout above is intentionally unchanged.
   ========================================================= */
@media (max-width: 680px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .public-container {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  /* Homepage V3 hero: keep the complete artwork inside the viewport. */
  .bwv3-hero {
    width: 100%;
    overflow: hidden;
  }

  .bwv3-hero-grid {
    width: 100%;
    min-width: 0;
  }

  .bwv3-hero-copy {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  .bwv3-lead {
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep all three proof items on one row. */
  .bwv3-proof-row {
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center !important;
    gap: clamp(5px, 2vw, 12px);
    overflow: hidden;
    white-space: nowrap;
  }

  .bwv3-proof-row span {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    font-size: clamp(8px, 2.65vw, 11px);
    line-height: 1.2;
  }

  .bwv3-proof-row i {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    font-size: 9px;
  }

  /* The illustration is centred and scaled proportionally; nothing is cropped. */
  .bwv3-hero-art {
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .bwv3-hero-illustration {
    left: 50%;
    right: auto;
    width: min(100%, 560px);
    max-width: calc(100% - 8px);
    height: auto;
    translate: -50% var(--bwv3-my, 0px);
  }

  /* Keep floating labels inside the phone viewport too. */
  .bwv3-hero-pill.pill-route {
    left: 4px;
  }

  .bwv3-hero-pill.pill-available {
    right: 4px;
  }
}

@media (max-width: 430px) {
  .bwv3-hero-copy h1 {
    font-size: 40px;
  }

  .bwv3-proof-row {
    gap: 4px;
  }

  .bwv3-proof-row span {
    font-size: clamp(7.5px, 2.55vw, 10px);
  }

  .bwv3-proof-row i {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    font-size: 8px;
  }

  .bwv3-hero-art {
    min-height: 385px;
  }

  .bwv3-hero-illustration {
    width: calc(100% - 6px);
    max-width: calc(100% - 6px);
    bottom: 30px;
  }
}


/* =========================================================
   BOWTT PUBLIC SITE — MOBILE HEADING ALIGNMENT
   Desktop styles remain unchanged.
   ========================================================= */
@media (max-width: 680px) {
  .public-site h1, .public-site h2, .public-site h3,
  .bwv3-hero-copy h1,
  .bwv3-two-col h2,
  .bwv3-section-heading h2,
  .bwv3-app-heading h2,
  .bwv3-flow-card h3,
  .bwv3-side-heading h3,
  .bwv3-audience-card h2,
  .bwv3-android-copy h2,
  .bwv3-final-box h2,
  .section-heading h2,
  .prose h1, .prose h2,
  .hero-card h2,
  .info-card h3,
  .jetty-card h3, .route-card h3,
  .app-feature h2,
  .cta-box h2,
  .download-card h2,
  .bw-hero-copy h1,
  .bw-intro-copy h2,
  .bw-section-top h2,
  .bw-app-intro h2,
  .bw-trust-grid h2,
  .bw-flow-step h3,
  .bw-cta-copy h2 {
    text-align: center;
  }

  /* Centre heading blocks whose parent normally aligns content side-by-side. */
  .bwv3-section-heading,
  .bwv3-app-heading,
  .bw-section-top {
    text-align: center;
  }

  .bwv3-section-heading > p,
  .bwv3-app-heading > p,
  .bw-section-top > p,
  .section-heading p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
