
*,*::before,*::after{box-sizing:border-box}
:root{
  --ink:#0c1a23; --ink-2:#16303e; --body:#33454f;
  --paper:#fff; --wash:#f4f8fa; --line:#dbe5ea; --chrome:#c0cbce;
  --wrap:1160px; --r:10px;
  --hdr-h:100px; --logo-h:72px;
  --shadow:0 1px 2px rgba(12,26,35,.06),0 8px 24px rgba(12,26,35,.08);
}
/* Each brand carries its own accent. Everything else in the palette is shared,
   because it is the same business either way. */
html[data-brand=jetsure]{--blue:#1f8fe0;--blue-dk:#1668a6;--blue-lt:#6ec2f5;--blue-pale:#e7f3fc}
html[data-brand=lbpc]   {--blue:#2f88b3;--blue-dk:#20657f;--blue-lt:#5fb4d8;--blue-pale:#e8f3f8}

html{-webkit-text-size-adjust:100%}
body{margin:0;font:400 17px/1.65 system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--body);background:var(--paper);overflow-x:hidden}
img,video{max-width:100%;height:auto;display:block}
a{color:var(--blue-dk)}
h1,h2,h3,h4{color:var(--ink);line-height:1.2;margin:0 0 .5em;font-weight:750;letter-spacing:-.02em}
h1{font-size:clamp(2rem,5.2vw,3.15rem)}
h2{font-size:clamp(1.5rem,3.4vw,2.15rem)}
h3{font-size:1.2rem;letter-spacing:-.01em}
p{margin:0 0 1.1em}
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:1.25rem}
.narrow{max-width:52rem}
.fine{font-size:.86rem}
.center{text-align:center}

/* ---------- header ---------- */
/* Opaque, deliberately. The animated lockup is encoded on black and composited
   with mix-blend-mode:screen, and screen only resolves cleanly against a solid
   backdrop — over a translucent header it leaves a visible box round the logo. */
.hdr{position:sticky;top:0;z-index:60;background:var(--ink);color:#fff;
  border-bottom:1px solid rgba(255,255,255,.09)}
.hdr .wrap{display:flex;align-items:center;gap:1rem;min-height:var(--hdr-h)}

.brand{display:grid;text-decoration:none;margin-right:auto;flex-shrink:0}
.brand .bl{grid-area:1/1;display:none}
html[data-brand=jetsure] .brand .bl[data-b=jetsure],
html[data-brand=lbpc]    .brand .bl[data-b=lbpc]{display:grid;place-items:center}
.brand .bl img,.brand .bl video{grid-area:1/1;height:var(--logo-h);width:auto;display:block;
  pointer-events:none}
/* Encoded on black; screen blending drops the black out so the lockup sits on
   the header rather than in a box on it. */
.brand .brandvid{mix-blend-mode:screen;background:#000}
/* Animation is the default, still is the fallback. They share a grid cell so a
   stale stylesheet can never stack them side by side. */
.brand .brandimg{visibility:hidden}
@media (prefers-reduced-motion:reduce){
  .brand .brandvid{display:none}
  .brand .brandimg{visibility:visible}
}

.nav{display:flex;align-items:center;gap:.15rem}
.nav a{color:#dfe9ee;text-decoration:none;font-size:.93rem;padding:.5rem .6rem;border-radius:6px;
  white-space:nowrap}
.nav a:hover,.nav a[aria-current=page]{background:rgba(255,255,255,.1);color:#fff}
.hdr .btn{margin-left:.5rem}

.drop{position:relative}
.drop>button{all:unset;cursor:pointer;color:#dfe9ee;font-size:.93rem;padding:.5rem .6rem;
  border-radius:6px;display:flex;align-items:center;gap:.3rem}
.drop>button:hover,.drop[data-open=true]>button{background:rgba(255,255,255,.1);color:#fff}
.drop>button::after{content:"";width:.42em;height:.42em;border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.drop ul{position:absolute;top:calc(100% + .4rem);left:0;min-width:15rem;background:#fff;
  color:var(--body);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);
  padding:.4rem;margin:0;list-style:none;display:none}
.drop[data-open=true] ul{display:block}
.drop ul a{display:block;color:var(--ink-2);padding:.5rem .65rem;border-radius:6px;font-size:.93rem;
  text-decoration:none}
.drop ul a:hover{background:var(--blue-pale);color:var(--ink)}

/* burger — uses a clip-based visually-hidden checkbox, NOT display:none.
   Chrome will not activate a display:none control from its <label>. */
.vh{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.burger{display:none;cursor:pointer;padding:.55rem;border-radius:8px;
  border:1px solid rgba(255,255,255,.22)}
.burger span{display:block;width:22px;height:2px;background:#fff;margin:4px 0;border-radius:2px}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;
  font-weight:650;font-size:.97rem;padding:.72rem 1.25rem;border-radius:8px;
  border:1px solid transparent;cursor:pointer;line-height:1.2;
  transition:background .15s,border-color .15s}
.btn.primary{background:var(--blue);color:#fff}
.btn.primary:hover{background:var(--blue-dk)}
.btn.ghost{border-color:rgba(255,255,255,.34);color:#fff;background:transparent}
.btn.ghost:hover{background:rgba(255,255,255,.12)}
.btn.dark{background:var(--ink);color:#fff}
.btn.dark:hover{background:var(--ink-2)}
.btn.wa{background:#25d366;color:#08331a}
.btn.wa:hover{background:#1eb855}
.btn.sm{padding:.5rem .85rem;font-size:.88rem}
.btns{display:flex;flex-wrap:wrap;gap:.7rem}

/* ---------- hero ---------- */
.hero{background:var(--ink);color:#e7eff3;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(900px 420px at 78% 12%,rgba(95,180,216,.20),transparent 62%)}
.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:2.6rem;
  align-items:center;padding-block:clamp(2.6rem,6vw,4.4rem)}
.hero h1{color:#fff}
.hero h1 em{font-style:normal;color:var(--blue-lt)}
.hero .lead{font-size:1.13rem;color:#c3d4dd;max-width:34rem}
/* Four stats on one row at desktop widths — a grid rather than a wrapping flex
   row, so the last one cannot orphan onto a line of its own. */
.hero .trust{display:grid;grid-template-columns:repeat(4,auto);justify-content:start;gap:1.5rem;
  margin-top:1.6rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.14)}
.hero .trust div{font-size:.82rem;color:#a9c0cc;line-height:1.35}
.hero .trust b{display:block;color:#fff;font-size:1.28rem;letter-spacing:-.02em}
@media (max-width:560px){.hero .trust{grid-template-columns:repeat(2,auto);gap:1.1rem 1.6rem}}
.heroshot{border-radius:14px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.42)}

/* ---------- sections ---------- */
.band{padding-block:clamp(2.6rem,5.5vw,4.2rem)}
.band.alt{background:var(--wash);border-block:1px solid var(--line)}
.band.dark{background:var(--ink);color:#c9dae2}
.band.dark h2,.band.dark h3{color:#fff}
.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:700;
  color:var(--blue);margin:0 0 .6rem}
.band.dark .eyebrow{color:var(--blue-lt)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:2.6rem;align-items:center}
.split img{border-radius:12px;box-shadow:var(--shadow)}

/* ---------- cards ---------- */
.grid{display:grid;gap:1.15rem}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--shadow)}
.card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.card .in{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;flex:1}
.card h3{margin-bottom:.35rem}
.card p{font-size:.94rem;margin-bottom:1rem}
.card .in a{margin-top:auto;font-weight:650;text-decoration:none;font-size:.94rem}

/* ---------- before / after ---------- */
.ba{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);
  aspect-ratio:3/4;background:#0c1a23;touch-action:none;user-select:none}
.ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ba .after{clip-path:inset(0 0 0 var(--x,50%))}
.ba .handle{position:absolute;top:0;bottom:0;left:var(--x,50%);width:3px;background:#fff;
  box-shadow:0 0 0 1px rgba(0,0,0,.25);pointer-events:none}
.ba .handle::after{content:"";position:absolute;top:50%;left:50%;width:38px;height:38px;
  transform:translate(-50%,-50%);border-radius:50%;background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.35)}
/* Left/right chevrons as an inline SVG — a pure-gradient version reads as a
   single downward chevron at this size. */
.ba .handle::before{content:"";position:absolute;top:50%;left:50%;width:22px;height:12px;z-index:1;
  transform:translate(-50%,-50%);
  background:url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12" fill="none" stroke="%230c1a23" \
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">\
<path d="M5 1 1 6l4 5M17 1l4 5-4 5"/></svg>') center/22px 12px no-repeat}
.ba .tag{position:absolute;bottom:.7rem;font:700 .68rem/1 system-ui;letter-spacing:.12em;
  text-transform:uppercase;color:#fff;background:rgba(12,26,35,.72);padding:.4rem .6rem;
  border-radius:5px;pointer-events:none;backdrop-filter:blur(3px)}
.ba .tag.l{left:.7rem}.ba .tag.r{right:.7rem}
.ba input[type=range]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;
  margin:0}

/* ---------- lists ---------- */
.ticks{list-style:none;padding:0;margin:0 0 1.3rem;display:grid;gap:.6rem}
.ticks li{padding-left:1.85rem;position:relative}
.ticks li::before{content:"";position:absolute;left:.25rem;top:.52em;width:.62rem;height:.34rem;
  border-left:2.5px solid var(--blue);border-bottom:2.5px solid var(--blue);
  transform:rotate(-45deg) translateY(-2px)}
.band.dark .ticks li::before{border-color:var(--blue-lt)}
.chips{display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0;list-style:none}
.chips li{font-size:.87rem;background:var(--blue-pale);color:var(--ink-2);border:1px solid #cfe4ee;
  padding:.35rem .7rem;border-radius:99px}
.band.dark .chips li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);
  color:#dae7ed}

/* ---------- steps ---------- */
.steps{counter-reset:s;display:grid;gap:1.4rem;grid-template-columns:repeat(4,1fr);padding:0;
  margin:0;list-style:none}
.steps li{counter-increment:s;position:relative;padding-top:3rem}
.steps li::before{content:counter(s);position:absolute;top:0;left:0;width:2.3rem;height:2.3rem;
  display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-weight:750}
.steps h3{font-size:1.03rem;margin-bottom:.3rem}
.steps p{font-size:.93rem;margin:0}

/* ---------- reviews ---------- */
.quote{background:#fff;border:1px solid var(--line);border-left:3px solid var(--blue);
  border-radius:var(--r);padding:1.2rem 1.3rem;box-shadow:var(--shadow)}
.quote p{font-size:.98rem;margin-bottom:.7rem}
.quote cite{font-style:normal;font-weight:650;color:var(--ink);font-size:.9rem}
.quote cite span{display:block;font-weight:400;color:#728691;font-size:.8rem;margin-top:.1rem}
.stars{color:#e8a33d;letter-spacing:.1em;font-size:.9rem;margin-bottom:.5rem}

/* ---------- callouts / FAQ ---------- */
.box{background:var(--blue-pale);border:1px solid #cfe4ee;border-radius:var(--r);
  padding:1.15rem 1.25rem}
.box.warn{background:#fff7ed;border-color:#f5d9b3}
.box p:last-child{margin-bottom:0}
details.faq{border-bottom:1px solid var(--line);padding:.15rem 0}
details.faq summary{cursor:pointer;font-weight:650;color:var(--ink);padding:.95rem 2rem .95rem 0;
  position:relative;list-style:none}
details.faq summary::-webkit-details-marker{display:none}
details.faq summary::after{content:"";position:absolute;right:.4rem;top:1.35rem;width:.55rem;
  height:.55rem;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);
  transform:rotate(45deg);transition:transform .18s}
details.faq[open] summary::after{transform:rotate(-135deg)}
details.faq .a{padding:0 0 1rem;font-size:.96rem}
details.faq .a p:last-child{margin-bottom:0}

/* ---------- forms ---------- */
.qform{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.4rem;
  box-shadow:var(--shadow)}
.field{margin-bottom:1rem}
.field label{display:block;font-weight:650;color:var(--ink);font-size:.92rem;margin-bottom:.4rem}
.field input,.field select,.field textarea{width:100%;font:inherit;font-size:.97rem;color:var(--ink);
  padding:.65rem .75rem;border:1px solid var(--line);border-radius:8px;background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--blue-lt);
  outline-offset:1px;border-color:var(--blue)}
.field textarea{min-height:5.5rem;resize:vertical}
.opts{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.5rem}
.opts label{display:flex;align-items:center;gap:.5rem;font-weight:400;font-size:.93rem;
  border:1px solid var(--line);border-radius:8px;padding:.55rem .7rem;cursor:pointer;margin:0}
.opts label:has(input:checked){border-color:var(--blue);background:var(--blue-pale)}
.opts input{width:auto}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

/* ---------- gallery ---------- */
.gal{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem}
.gal img{border-radius:9px;aspect-ratio:3/4;object-fit:cover;box-shadow:var(--shadow)}

/* ---------- footer ---------- */
.ftr{background:var(--ink);color:#93aab6;padding-block:2.8rem 1.6rem;font-size:.92rem}
.ftr h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.13em;margin:0 0 .9rem}
.ftr a{color:#c3d4dd;text-decoration:none}
.ftr a:hover{color:#fff;text-decoration:underline}
.ftr ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.ftr .cols{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem}
.ftr .bot{margin-top:2.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;justify-content:space-between;font-size:.84rem}

/* ---------- sticky mobile call bar ---------- */
.callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--ink);
  border-top:1px solid rgba(255,255,255,.14);padding:.55rem .7rem;gap:.5rem}
.callbar .btn{flex:1;padding:.68rem .5rem;font-size:.92rem}

/* ---------- brand switcher (draft preview tool, not customer chrome) ---------- */
.bswitch{position:fixed;left:1rem;bottom:1rem;z-index:80;display:flex;align-items:center;gap:.4rem;
  background:rgba(12,26,35,.94);border:1px solid rgba(255,255,255,.18);border-radius:99px;
  padding:.4rem .5rem .4rem .85rem;box-shadow:0 6px 24px rgba(0,0,0,.4)}
.bswitch-l{color:#9fb6c2;font-size:.72rem;letter-spacing:.04em;white-space:nowrap}
.bswitch button{font:inherit;font-size:.78rem;font-weight:650;cursor:pointer;white-space:nowrap;
  color:#dfe9ee;background:transparent;border:1px solid transparent;border-radius:99px;
  padding:.3rem .7rem}
.bswitch button:hover{background:rgba(255,255,255,.1)}
html[data-brand=jetsure] .bswitch button[data-setbrand=jetsure],
html[data-brand=lbpc]    .bswitch button[data-setbrand=lbpc]{background:var(--blue);color:#fff}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .hero .wrap{grid-template-columns:1fr;gap:2rem}
  .heroshot{max-width:32rem}
  .steps{grid-template-columns:repeat(2,1fr)}
  .g4{grid-template-columns:repeat(2,1fr)}
  .ftr .cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  :root{--hdr-h:80px;--logo-h:56px}
  body{padding-bottom:8rem}
  .burger{display:block}
  .nav{position:absolute;top:100%;left:0;right:0;background:var(--ink);flex-direction:column;
    align-items:stretch;gap:0;padding:.5rem 1rem 1rem;display:none;
    border-bottom:1px solid rgba(255,255,255,.12);max-height:calc(100svh - var(--hdr-h));
    overflow-y:auto}
  #navtog:checked ~ .nav{display:flex}
  .nav a{padding:.7rem .4rem}
  .drop>button{width:100%;padding:.7rem .4rem}
  .drop ul{position:static;display:block;background:transparent;border:0;box-shadow:none;
    padding:0 0 .3rem .8rem}
  .drop:not([data-open=true]) ul{display:none}
  .drop ul a{color:#b9ccd6}
  .hdr .btn{display:none}
  .g3,.g2{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;gap:1.7rem}
  .row2{grid-template-columns:1fr}
  .callbar{display:flex}
  .bswitch{left:.5rem;right:.5rem;bottom:4.4rem;justify-content:center}
  .bswitch-l{display:none}
}
@media (max-width:560px){
  :root{--hdr-h:72px;--logo-h:50px}
  .steps,.g4{grid-template-columns:1fr}
  .ftr .cols{grid-template-columns:1fr}
  .gal{grid-template-columns:repeat(2,1fr)}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
