:root {
  --navy-950: #071423;
  --navy-900: #0b1e36;
  --navy-800: #123153;
  --blue-700: #1f5d9d;
  --blue-600: #3475b6;
  --blue-500: #5c96d0;
  --sky-200: #dbe9f7;
  --sky-100: #eef5fb;
  --white: #ffffff;
  --text: #14283f;
  --muted: #5b7088;
  --border: rgba(11, 30, 54, 0.12);
  --shadow: 0 20px 55px rgba(7, 20, 35, 0.16);
  --shadow-soft: 0 12px 28px rgba(7, 20, 35, 0.1);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f4f8fc 0%, #edf3f9 100%);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 84px 0; }
.section.light { background: linear-gradient(180deg, #f7fafe 0%, #edf4fb 100%); }
.section.white { background: var(--white); }
.section.dark {
  color: var(--white);
  background: radial-gradient(circle at top, rgba(92, 150, 208, 0.18), transparent 28%), linear-gradient(180deg, #102846 0%, #081624 100%);
}
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section.dark .eyebrow { color: #bfdcff; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.08; }
h1 { font-size: clamp(40px, 5vw, 68px); font-weight: 800; }
h2 { font-size: clamp(30px, 3.7vw, 46px); font-weight: 800; }
h3 { font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; }
p { margin: 0 0 18px; font-size: 18px; }
.lead { font-size: 22px; line-height: 1.65; }
.muted { color: var(--muted); }
.section.dark p, .section.dark .muted { color: rgba(255,255,255,.86); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--white); background: linear-gradient(180deg, var(--blue-500) 0%, var(--blue-700) 100%); box-shadow: var(--shadow-soft); }
.btn-secondary { color: var(--navy-900); background: rgba(255,255,255,.92); border-color: rgba(11,30,54,.12); }
.btn-outline { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(10,25,44,.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 0;
}
.logo img { width: 168px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: rgba(255,255,255,.92); font-size: 18px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav a:hover { color: var(--white); }
.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at top left, rgba(169,205,239,.2), transparent 24%), linear-gradient(180deg, #193457 0%, #0b1e36 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(8,18,32,.78) 0%, rgba(8,18,32,.48) 38%, rgba(8,18,32,.08) 100%);
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; min-height: 760px; padding: 76px 0;
}
.hero-copy { max-width: 600px; }
.hero-badge {
  display: inline-flex; align-items: center; padding: 10px 16px; margin-bottom: 22px;
  border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #dbeeff;
}
.hero-card {
  overflow: hidden; border-radius: 34px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); box-shadow: 0 24px 60px rgba(0,0,0,.3);
}
.hero-card img { width: 100%; height: auto; object-fit: contain; background: linear-gradient(180deg, #f7fafd 0%, #eef3f8 100%); }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.stat {
  padding: 22px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
}
.stat strong { display: block; margin-bottom: 6px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #cde3f9; }
.stat span { font-size: 16px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.card {
  padding: 28px; border-radius: 22px; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft);
}
.card.dark { background: rgba(255,255,255,.06); color: var(--white); border-color: rgba(255,255,255,.12); }
.card.dark p { color: rgba(255,255,255,.84); }
.image-frame {
  overflow: hidden; border-radius: 28px; background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%); border: 1px solid var(--border); box-shadow: var(--shadow);
}
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.callout {
  margin-top: 24px; padding: 24px 26px; border-radius: 18px; background: linear-gradient(180deg,#fff 0%,#f3f7fb 100%); border-left: 5px solid var(--blue-700); box-shadow: var(--shadow-soft);
  font-size: 28px; font-weight: 800; line-height: 1.25;
}
.manufacturers { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.pill {
  padding: 12px 18px; border-radius: 999px; background: linear-gradient(180deg,#f8fbfe 0%,#edf3f9 100%); border: 1px solid rgba(31,93,157,.16); font-size: 15px; font-weight: 800;
}
.section.dark .pill { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 28px; }
.spec {
  padding: 24px; border-radius: 18px; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft);
}
.spec h3 { color: var(--blue-700); margin-bottom: 10px; }
.spec .dim { font-size: 22px; font-weight: 800; color: var(--navy-900); }
.inline-list { margin: 0; padding-left: 20px; }
.inline-list li { margin-bottom: 10px; font-size: 17px; }
.graphic-panel {
  overflow: hidden; padding: 14px; border-radius: 28px; background: linear-gradient(180deg,#fff 0%,#edf4fb 100%); border: 1px solid var(--border); box-shadow: var(--shadow);
}
.graphic-panel img { width: 100%; border-radius: 16px; }
.colors { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }
.color-chip {
  display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-soft); font-size: 15px; font-weight: 800;
}
.swatch { width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(0,0,0,.16); }
.sw-black { background: #22272f; }
.sw-grey { background: #7a838c; }
.sw-navy { background: #183a61; }
.gallery {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; align-items: stretch;
}
.gallery .stack { display: grid; gap: 20px; }
.cta-band {
  color: var(--white);
  background: radial-gradient(circle at top, rgba(92,150,208,.22), transparent 30%), linear-gradient(180deg, #163a63 0%, #0b1e36 100%);
}
.cta-box {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; padding: 34px; border-radius: 30px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 60px rgba(0,0,0,.24);
}
.footer {
  color: var(--white); background: linear-gradient(180deg,#09182c 0%,#06111f 100%); padding: 30px 0;
}
.footer .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 108px; }
.footer small { color: rgba(255,255,255,.72); font-size: 14px; }
@media (max-width: 1100px) {
  .hero-grid, .grid-2, .grid-3, .stats, .spec-grid, .gallery, .cta-box { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .site-header .container { flex-wrap: wrap; justify-content: center; }
  .nav { width: 100%; justify-content: center; flex-wrap: wrap; gap: 18px; }
  .hero-grid { min-height: auto; padding: 58px 0; }
  .section { padding: 68px 0; }
}
@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 20px)); }
  p, .lead, .inline-list li { font-size: 17px; }
  .callout { font-size: 22px; }
  .btn-row { flex-direction: column; }
  .btn { width: 100%; }
  .logo img { width: 148px; }
}
/* Desktop header fix */
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

.logo {
  flex: 0 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex: 1 1 auto;
  justify-content: center;
}

.nav a {
  display: inline-block;
  white-space: nowrap;
}

.header-cta {
  flex: 0 0 auto;
}
/* ===== MOBILE HAMBURGER MENU ===== */

.hamburger,
.mobile-menu {
  display: none;
}

.header-cta {
  display: inline-flex;
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

 .site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .logo {
    position: relative;
    z-index: 3;
  }

  .logo img {
    display: block;
    width: 148px;
    height: auto;
  }

  .nav,
  .header-cta {
    display: none !important;
  }

  .hamburger {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  padding: 6px 10px;
}
  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0b1e36;
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    z-index: 999;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu a {
    display: block;
    padding: 14px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: #0b1e36;
  }

  .mobile-menu a:hover {
    background: rgba(255,255,255,.08);
  }
}
/* CTA Eyebrow Fix */
.cta-box .eyebrow {
  color: #cfe6ff;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.protection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.protection-why {
  margin-top: 20px;
  font-weight: 500;
}
.protection-why {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #d0d7df;

  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;

  color: #0f2a44;
}
.protection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.protection-grid > div {
  padding-right: 10px;
}

.protection-grid h3 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #0f2a44;
}

.protection-grid p {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
}
.protection-grid > div {
  background: #ffffff;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.hamburger {
  margin-left: auto;
}
@media (max-width: 768px) {

  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    margin: 0;
  }

  .hamburger {
    margin-left: auto;
  }

}
.site-header {
  text-align: left;
}
.hamburger {
  font-size: 26px;
  padding: 8px 12px;
}
/* MOBILE HAMBURGER MENU */
.hamburger,
.mobile-menu {
  display: none;
}

.header-cta {
  display: inline-flex;
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .site-header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 74px;
    padding: 16px 0;
  }

  .logo {
    position: relative;
    z-index: 3;
  }

  .logo img {
    display: block;
    width: 148px;
    height: auto;
  }

  .nav,
  .header-cta {
    display: none !important;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    padding: 6px 10px;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0b1e36;
    border-top: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    z-index: 999;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu a {
    display: block;
    padding: 14px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: #0b1e36;
  }

  .mobile-menu a:hover {
    background: rgba(255,255,255,.08);
  }
}
.pricing-grid {
  margin-top: 24px;
}

.price-spec {
  position: relative;
}

.price-value {
  margin: 14px 0 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b3a6f;
}

.pricing-note {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5d73;
  font-style: italic;
}
.price-value {
  margin: 14px 0 10px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
  color: #0b3a6f;
}

.price-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7c93;
  margin-bottom: 4px;
}
.price-value {
  font-size: 34px;
}
.process-block {
  margin-top: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #9ecbff;
  border-radius: 8px;
}

.process-block h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #ffffff;
}

.process-block p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 700;
  color: #0f2a44;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d7dee7;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #1f2f3f;
  background: #ffffff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #0b3a6f;
  box-shadow: 0 0 0 2px rgba(11, 58, 111, 0.12);
}
.hero-dark {
  background: linear-gradient(135deg, #0b2a44, #123d63);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.hero-center {
  max-width: 700px;
  margin: 0 auto;
}

.info-block {
  margin-top: 24px;
}

.info-block h4 {
  margin-bottom: 6px;
  color: #0b3a6f;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d7dee7;
  font-size: 15px;
}

.contact-form button {
  margin-top: 10px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-right {
  text-align: right;
  font-size: 13px;
  opacity: 0.8;
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    text-align: left;
    margin-top: 10px;
  }
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-center {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-center a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.footer-center a:hover {
  text-decoration: underline;
}

.footer-right {
  text-align: right;
  font-size: 13px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-center {
    justify-content: flex-start;
  }

  .footer-right {
    text-align: left;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

#boatFields,
#addressFields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-usa {
  color: #4da3ff; /* or your existing accent blue */
}.usa-inline {
  margin: 8px 0;
  font-weight: 600;
  color: #b0b8c2;
}.usa-inline {
  margin: 6px 0;
  font-weight: 700;
  color: #1f5d9d;   /* clean marine blue pop */
  letter-spacing: 0.04em;
}
.usa-badge-wrap {
  margin: 12px 0 16px;
}

.usa-badge-img {
  width: 140px;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .usa-badge-img {
    width: 110px;
  }
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-social a img {
  width: 22px;
  height: 22px;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover img {
  opacity: 1;
  transform: translateY(-2px);
}
.footer-right {
  text-align: right;
}

.footer-social {
  margin-bottom: 8px;
}

.footer-social a {
  display: inline-block;
  margin-left: 12px;
}

.footer-social img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1); /* turns SVG white */
  opacity: 0.7;
  transition: all 0.2s ease;
}

.footer-social img:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.footer-social img {
  width: 22px;
  height: 22px;
  color: #ffffff;   /* controls icon color */
  opacity: 0.7;
}

.footer-social a:hover img {
  opacity: 1;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* pushes everything to the right */
  text-align: right;
}

.footer-social {
  margin-bottom: 6px;
}

.footer-social a {
  margin-left: 14px;
}

.footer-social img {
  width: 28px;   /* 👈 bigger icons */
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.2s ease;
}

.footer-social img:hover {
  opacity: 1;
  transform: translateY(-2px);
}.support-outline-btn {
  border-color: #1d4f91;
  color: #1d4f91;
}

.support-outline-btn:hover {
  background: #1d4f91;
  color: #ffffff;
}
