:root {
  --navy:#061936;
  --navy2:#09264f;
  --cyan:#08bfd4;
  --blue:#0b67d8;
  --ink:#0f172a;
  --muted:#5a6677;
}

html { scroll-behavior:smooth; }

body.gbb-v17-body {
  background:#f4f8fc !important;
}

.gbb-v15-home,
.gbb-v16-wrap,
.gbb-v16-pricing-spacer,
.gbb-about-home-teaser {
  display:none !important;
}

.gbb-v17-hide-old-top {
  display:none !important;
}

.gbb-v17-site {
  width:min(1480px, calc(100% - 28px));
  margin:12px auto 36px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
}

.gbb-v17-header {
  height:92px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 34px;
  background:#fff;
  border-radius:18px 18px 0 0;
  box-shadow:0 16px 45px rgba(15,23,42,.08);
}

.gbb-v17-brand {
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:var(--navy);
  min-width:350px;
}

.gbb-v17-brand img {
  width:92px;
  height:78px;
  object-fit:contain;
}

.gbb-v17-brand-word {
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  font-size:42px;
  line-height:.86;
  letter-spacing:.055em;
  text-transform:uppercase;
}

.gbb-v17-brand-word span {
  display:block;
  margin-top:8px;
  color:var(--cyan);
  font-family:Arial Black,Arial,sans-serif;
  font-size:15px;
  letter-spacing:.42em;
}

.gbb-v17-nav {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
}

.gbb-v17-nav a {
  color:#111827;
  text-decoration:none;
  font-weight:950;
  font-size:13px;
  letter-spacing:.045em;
  text-transform:uppercase;
  padding:12px 10px;
  border-radius:999px;
  white-space:nowrap;
}

.gbb-v17-book-top {
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  color:#fff !important;
  padding:14px 26px !important;
  box-shadow:0 12px 28px rgba(8,191,212,.25);
}

.gbb-v17-hero {
  min-height:560px;
  position:relative;
  overflow:hidden;
  border-radius:0 0 18px 18px;
  background:
    linear-gradient(90deg,rgba(6,25,54,.98) 0%,rgba(6,25,54,.94) 43%,rgba(6,25,54,.60) 68%,rgba(6,25,54,.18) 100%),
    radial-gradient(circle at 80% 22%,rgba(8,191,212,.24),transparent 28%),
    linear-gradient(135deg,#061936,#0c315f);
  box-shadow:0 26px 70px rgba(6,25,54,.22);
}

.gbb-v17-hero-copy {
  position:relative;
  z-index:4;
  width:min(560px,92%);
  padding:86px 0 70px 58px;
}

.gbb-v17-hero h1 {
  margin:0;
  color:#fff;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  text-transform:uppercase;
  font-size:clamp(54px,7vw,90px);
  letter-spacing:.045em;
  line-height:.92;
}

.gbb-v17-hero h1 span {
  display:block;
  margin-top:12px;
  color:var(--cyan);
}

.gbb-v17-hero p {
  margin:26px 0 0;
  color:rgba(255,255,255,.92);
  font-size:21px;
  line-height:1.45;
  font-weight:700;
}

.gbb-v17-badges {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:30px;
}

.gbb-v17-badge {
  display:grid;
  grid-template-columns:46px 1fr;
  align-items:center;
  gap:10px;
  color:#fff;
  font-size:14px;
  font-weight:850;
  line-height:1.2;
}

.gbb-v17-badge i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:2px solid var(--cyan);
  color:var(--cyan);
  font-style:normal;
  font-size:20px;
}

.gbb-v17-actions {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}

.gbb-v17-actions a {
  min-width:170px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:10px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:.06em;
}

.gbb-v17-primary {
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  color:#fff;
  box-shadow:0 16px 34px rgba(8,191,212,.25);
}

.gbb-v17-secondary {
  color:#fff;
  border:1px solid rgba(255,255,255,.72);
}

.gbb-v17-trailer {
  position:absolute;
  z-index:1;
  right:0;
  top:0;
  bottom:0;
  width:61%;
  background:
    linear-gradient(90deg,rgba(6,25,54,.34),rgba(6,25,54,.04)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 1px,transparent 1px 116px),
    linear-gradient(180deg,#09264f,#061936);
}

.gbb-v17-trailer:before {
  content:"";
  position:absolute;
  left:20%;
  top:86px;
  width:245px;
  height:190px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 55px rgba(0,0,0,.28);
  transform:rotate(-2deg);
}

.gbb-v17-trailer-logo {
  position:absolute;
  z-index:3;
  left:22%;
  top:100px;
  width:210px;
  transform:rotate(-2deg);
}

.gbb-v17-trailer-logo img {
  width:100%;
  display:block;
}

.gbb-v17-wheel {
  position:absolute;
  left:36%;
  bottom:38px;
  width:138px;
  height:138px;
  border-radius:999px;
  background:radial-gradient(circle,#9ca3af 0 12%,#111827 13% 44%,#030712 45% 72%,#1f2937 73%);
  box-shadow:0 0 0 16px rgba(0,0,0,.23);
}

.gbb-v17-bin {
  position:absolute;
  z-index:4;
  right:42px;
  bottom:58px;
  width:188px;
  height:242px;
  border-radius:18px 18px 12px 12px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.10),transparent 18%),
    linear-gradient(180deg,#061936,#020817);
  box-shadow:22px 26px 48px rgba(0,0,0,.34);
}

.gbb-v17-bin:before {
  content:"";
  position:absolute;
  left:-18px;
  right:-12px;
  top:-24px;
  height:42px;
  border-radius:15px;
  background:#061936;
}

.gbb-v17-bin:after {
  content:"";
  position:absolute;
  right:18px;
  bottom:-24px;
  width:44px;
  height:44px;
  border-radius:999px;
  background:#061936;
  border:7px solid #e8f7ff;
}

.gbb-v17-bin-mark {
  position:absolute;
  left:20px;
  top:34px;
  width:56px;
  height:56px;
  border-radius:999px;
  background:var(--cyan);
  color:var(--navy);
  display:grid;
  place-items:center;
  font-family:Arial Black,Arial,sans-serif;
  font-size:24px;
}

.gbb-v17-spray {
  position:absolute;
  z-index:3;
  right:132px;
  bottom:208px;
  width:390px;
  height:140px;
  transform:rotate(-10deg);
  background:radial-gradient(ellipse at right,rgba(255,255,255,.92),rgba(255,255,255,.35) 30%,rgba(255,255,255,.08) 54%,transparent 74%);
  opacity:.9;
}

.gbb-v17-icons {
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,#eff9ff,#e8f6ff);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}

.gbb-v17-icon {
  text-align:center;
  padding:24px 14px;
  color:var(--navy);
  font-weight:950;
  text-transform:uppercase;
  font-size:13px;
  line-height:1.25;
  border-right:1px solid rgba(8,191,212,.10);
}

.gbb-v17-icon:last-child {
  border-right:0;
}

.gbb-v17-icon b {
  width:48px;
  height:48px;
  margin:0 auto 10px;
  border-radius:999px;
  background:#fff;
  color:var(--navy);
  display:grid;
  place-items:center;
  font-size:24px;
  box-shadow:0 10px 22px rgba(8,191,212,.14);
}

.gbb-v17-section {
  margin-top:16px;
  padding:clamp(30px,5vw,54px);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
  border:1px solid rgba(148,163,184,.18);
}

.gbb-v17-section h2 {
  margin:0 0 12px;
  color:var(--navy);
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  font-size:clamp(36px,6vw,68px);
  line-height:.95;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.gbb-v17-section h2 span {
  color:var(--cyan);
}

.gbb-v17-section p {
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.55;
  max-width:820px;
}

.gbb-v17-steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}

.gbb-v17-step {
  padding:22px;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f4fbff);
  border:1px solid #dcecff;
}

.gbb-v17-step-num {
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  color:#fff;
  font-weight:950;
}

.gbb-v17-step strong {
  display:block;
  margin-bottom:8px;
  color:var(--navy);
  font-size:19px;
}

.gbb-v17-step span {
  color:var(--muted);
  line-height:1.45;
}

.gbb-v17-branding {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:16px;
  margin-top:16px;
}

.gbb-v17-vehicle,
.gbb-v17-shirt {
  min-height:310px;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}

.gbb-v17-mini-label {
  position:absolute;
  z-index:4;
  left:20px;
  top:18px;
  background:var(--navy);
  color:#fff;
  border-radius:8px;
  padding:11px 26px;
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:.06em;
}

.gbb-v17-truck {
  position:absolute;
  left:40px;
  right:40px;
  bottom:62px;
  height:150px;
  border-radius:36px 22px 18px 18px;
  background:linear-gradient(90deg,#f5f7fb 0 43%,#fff 43% 58%,#0b67d8 58% 100%);
  border:4px solid #d7dee8;
  box-shadow:0 24px 40px rgba(15,23,42,.18);
}

.gbb-v17-truck:before,
.gbb-v17-truck:after {
  content:"";
  position:absolute;
  bottom:-28px;
  width:62px;
  height:62px;
  border-radius:999px;
  background:radial-gradient(circle,#cbd5e1 0 25%,#111827 27% 58%,#374151 60%);
}

.gbb-v17-truck:before { left:86px; }
.gbb-v17-truck:after { right:86px; }

.gbb-v17-truck-logo {
  position:absolute;
  left:50%;
  top:28px;
  width:250px;
  transform:translateX(-50%);
}

.gbb-v17-truck-logo img {
  width:100%;
  display:block;
}

.gbb-v17-shirt {
  background:
    linear-gradient(180deg,rgba(6,25,54,.04),rgba(6,25,54,.32)),
    radial-gradient(circle at 50% 72%,#102b55 0 25%,#061936 26% 80%);
  display:grid;
  place-items:center;
}

.gbb-v17-shirt-body {
  width:300px;
  height:300px;
  border-radius:130px 130px 38px 38px;
  background:#071b3a;
  position:relative;
  box-shadow:0 30px 60px rgba(0,0,0,.28);
}

.gbb-v17-shirt-body img {
  position:absolute;
  left:50%;
  top:82px;
  width:184px;
  transform:translateX(-50%);
}

.gbb-v17-footer {
  margin-top:16px;
  min-height:66px;
  border-radius:18px;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  flex-wrap:wrap;
  padding:12px 20px;
  font-weight:950;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.gbb-v17-pricing-intro {
  width:min(1120px,calc(100% - 28px));
  margin:36px auto 8px;
  padding:20px 22px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(148,163,184,.24);
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  text-align:center;
}

.gbb-v17-pricing-intro strong {
  display:block;
  color:var(--navy);
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  text-transform:uppercase;
  font-size:clamp(34px,5vw,56px);
  letter-spacing:.045em;
}

.gbb-v17-pricing-intro span {
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-weight:700;
}

@media (max-width:920px) {
  .gbb-v17-site {
    width:min(100% - 18px,760px);
    margin-top:8px;
  }

  .gbb-v17-header {
    height:auto;
    min-height:82px;
    padding:12px 14px;
    border-radius:16px 16px 0 0;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .gbb-v17-brand {
    min-width:0;
    width:100%;
  }

  .gbb-v17-brand img {
    width:72px;
    height:62px;
  }

  .gbb-v17-brand-word {
    font-size:31px;
  }

  .gbb-v17-brand-word span {
    font-size:11px;
    letter-spacing:.34em;
  }

  .gbb-v17-nav {
    width:100%;
    margin-left:0;
    overflow-x:auto;
    padding-bottom:4px;
  }

  .gbb-v17-hero {
    min-height:690px;
  }

  .gbb-v17-hero-copy {
    width:auto;
    padding:34px 22px 0;
  }

  .gbb-v17-hero h1 {
    font-size:clamp(48px,15vw,72px);
  }

  .gbb-v17-hero p {
    font-size:17px;
  }

  .gbb-v17-badges {
    flex-direction:column;
    gap:10px;
  }

  .gbb-v17-trailer {
    top:410px;
    width:100%;
    height:280px;
  }

  .gbb-v17-trailer:before {
    left:24px;
    top:42px;
    width:150px;
    height:116px;
  }

  .gbb-v17-trailer-logo {
    left:36px;
    top:50px;
    width:126px;
  }

  .gbb-v17-wheel {
    left:auto;
    right:152px;
    bottom:30px;
    width:90px;
    height:90px;
  }

  .gbb-v17-bin {
    right:24px;
    bottom:38px;
    width:128px;
    height:168px;
  }

  .gbb-v17-spray {
    right:84px;
    bottom:152px;
    width:220px;
    height:90px;
  }

  .gbb-v17-icons,
  .gbb-v17-steps,
  .gbb-v17-branding {
    grid-template-columns:1fr;
  }

  .gbb-v17-truck {
    left:18px;
    right:18px;
  }

  .gbb-v17-truck-logo {
    width:180px;
  }

  .gbb-v17-shirt-body {
    width:235px;
    height:250px;
  }

  .gbb-v17-shirt-body img {
    width:150px;
  }

  .gbb-v17-footer {
    gap:12px;
    text-align:center;
    font-size:12px;
  }
}
