:root {
  --bc-blue: #005daa;
  --bc-blue-dark: #003f87;
  --bc-blue-deep: #001f4f;
  --bc-navy: #061a3f;
  --bc-navy-2: #08265f;
  --bc-yellow: #ffdf00;
  --bc-yellow-soft: #fff3a4;
  --bc-sky: #139bd7;
  --cream: #fff6d8;
  --paper: #071735;
  --ink: #111827;
  --muted: #5c6879;
  --muted-dark: #c7d6ec;
  --line: #d9e3f0;
  --line-dark: rgba(255, 255, 255, 0.16);
  --soft-blue: #f2f8ff;
  --card-dark: #0b2d66;
  --card-dark-2: #0a2554;
  --shadow: 0 22px 58px rgba(0, 9, 32, 0.32);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: white;
  background: var(--paper);
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 100; background: var(--bc-yellow); color: var(--bc-blue-deep); padding: 10px 14px; border-radius: 10px; font-weight: 950; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 31, 79, 0.96);
  border-bottom: 1px solid rgba(255, 223, 0, 0.22);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 118px; height: auto; }
.nav { display: flex; align-items: center; gap: 14px; font-weight: 900; font-size: 0.92rem; }
.nav a { text-decoration: none; color: rgba(255, 255, 255, 0.88); }
.nav a:hover { color: var(--bc-yellow); }
.nav-cta { background: var(--bc-yellow); color: var(--bc-blue-deep) !important; border-radius: 999px; padding: 9px 14px; border: 2px solid rgba(255, 255, 255, 0.5); }
.section-toggle { display: none; border: 2px solid rgba(255, 223, 0, 0.7); background: rgba(255, 255, 255, 0.08); color: white; font-weight: 950; border-radius: 999px; padding: 7px 10px; font-size: 0.86rem; }

.hero {
  position: relative;
  color: white;
  padding: 60px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 223, 0, 0.3), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(19, 155, 215, 0.26), transparent 28%),
    linear-gradient(135deg, #03112f 0%, var(--bc-blue-deep) 42%, var(--bc-blue-dark) 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(7, 23, 53, 0.9));
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.9fr); gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--bc-yellow); font-weight: 1000; text-transform: uppercase; letter-spacing: 0.13em; font-size: 0.74rem; }
h1, h2 { margin: 0; line-height: 1; letter-spacing: -0.052em; }
.hero h1 { font-size: clamp(2.8rem, 6.5vw, 5.6rem); max-width: 780px; }
.hero-lede { max-width: 650px; margin: 20px 0 0; font-size: clamp(1.05rem, 2vw, 1.24rem); color: rgba(255,255,255,0.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 1000; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--bc-blue); box-shadow: 0 16px 36px rgba(0, 93, 170, 0.35); }
.button-secondary { color: var(--bc-blue-deep); background: var(--bc-yellow); }
.button:hover { transform: translateY(-1px); }
.small-note { max-width: 650px; margin: 15px 0 0; color: rgba(255,255,255,0.76); font-size: 0.94rem; }
.hero-media { position: relative; }
.hero-media > img { width: 100%; height: 460px; object-fit: cover; border-radius: 34px; border: 7px solid rgba(255,255,255,0.9); box-shadow: var(--shadow); transform: rotate(1deg); background: var(--cream); }
.hero-card { position: absolute; left: -16px; right: 24px; bottom: -24px; background: var(--bc-yellow); color: var(--bc-blue-deep); padding: 16px 18px; border-radius: 20px; border-left: 9px solid white; box-shadow: 0 18px 42px rgba(0,0,0,0.28); }
.hero-card strong { display: block; color: var(--bc-blue-deep); font-size: 1.02rem; }
.hero-card span { display: block; color: #14335f; margin-top: 3px; }

.section { padding: 72px 0; }
.section-heading { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section-heading h2, .compact-grid h2, .quote-copy h2 { font-size: clamp(2.15rem, 4.8vw, 4rem); color: white; }
.section-heading p:not(.eyebrow), .compact-grid p, .quote-copy p { color: var(--muted-dark); font-size: 1.04rem; }
.inline-link { display: inline-flex; margin-top: 8px; color: var(--bc-yellow); font-weight: 1000; text-decoration: none; }
.inline-link:hover { text-decoration: underline; }

.packages-section {
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 223, 0, 0.12), transparent 26%),
    linear-gradient(180deg, var(--bc-navy), #04112e);
}
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 355px; padding: 24px; background: linear-gradient(180deg, var(--card-dark), var(--card-dark-2)); border: 1px solid var(--line-dark); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.package-card:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 9px; background: linear-gradient(90deg, var(--bc-yellow), var(--bc-sky), var(--bc-blue)); }
.package-card.featured { border-color: rgba(255, 223, 0, 0.55); box-shadow: 0 28px 68px rgba(0, 0, 0, 0.32); }
.package-badge { align-self: flex-start; background: var(--bc-yellow); color: var(--bc-blue-deep); border-radius: 999px; padding: 7px 11px; font-size: 0.78rem; font-weight: 950; }
.package-card h3 { margin: 17px 0 8px; color: white; font-size: 1.65rem; line-height: 1.06; letter-spacing: -0.04em; }
.price { margin: 0 0 16px; color: var(--bc-yellow); font-weight: 1000; font-size: 2.62rem; line-height: 1; letter-spacing: -0.05em; }
.package-card ul { margin: 0; padding-left: 20px; color: var(--muted-dark); font-size: 1rem; }
.package-card li { margin: 7px 0; }
.package-card a { margin-top: auto; display: inline-flex; align-self: flex-start; color: var(--bc-blue-deep); background: var(--bc-yellow); border-radius: 999px; padding: 10px 13px; font-weight: 1000; text-decoration: none; }
.package-card a:hover { text-decoration: none; filter: brightness(1.04); }
.package-note { margin: 24px auto 0; max-width: 920px; background: rgba(255, 255, 255, 0.08); border: 1px solid var(--line-dark); border-radius: 18px; padding: 16px 18px; }
.package-note strong { display: block; color: var(--bc-yellow); }
.package-note p { margin: 4px 0 0; color: var(--muted-dark); }

.add-ons-section {
  background:
    radial-gradient(circle at 12% 22%, rgba(19, 155, 215, 0.18), transparent 26%),
    linear-gradient(180deg, #04112e, var(--bc-blue-deep));
}
.compact-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 36px; align-items: center; }
.add-on-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.add-on-list div { background: rgba(255, 255, 255, 0.08); border: 1px solid var(--line-dark); border-radius: 18px; padding: 18px; }
.add-on-list span { display: block; color: var(--bc-yellow); font-weight: 1000; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; }
.add-on-list strong { display: block; margin-top: 6px; color: white; font-size: 1.08rem; }

.quote-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 223, 0, 0.12), transparent 28%),
    linear-gradient(180deg, var(--bc-blue-deep), #071735 78%);
}
.quote-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 34px; align-items: start; }
.quote-copy { position: sticky; top: 78px; }
.steps-mini { display: grid; gap: 10px; margin-top: 22px; }
.steps-mini div { display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.08); border: 1px solid var(--line-dark); border-radius: 16px; padding: 14px; }
.steps-mini span { display: inline-flex; width: 34px; height: 34px; justify-content: center; align-items: center; border-radius: 999px; background: var(--bc-yellow); color: var(--bc-blue-deep); font-weight: 1000; }
.steps-mini strong { color: white; }
.quote-form { background: white; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; margin-bottom: 14px; color: var(--bc-blue-deep); font-weight: 950; }
.helper-text { color: var(--muted); font-size: 0.86rem; font-weight: 700; line-height: 1.35; }
input, select, textarea { width: 100%; border: 1px solid #c7d5e8; border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--ink); background: white; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(255,223,0,0.55); border-color: var(--bc-blue); }
textarea { resize: vertical; }
.form-button { width: 100%; }
.hidden { display: none; }
.fine-print { color: var(--muted); font-size: 0.91rem; margin: 12px 0 0; }

.site-footer { background: #03112f; color: rgba(255,255,255,0.8); padding: 32px 0 74px; border-top: 1px solid rgba(255, 223, 0, 0.2); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr 1fr; gap: 26px; }
.footer-logo { width: 132px; height: auto; margin-bottom: 14px; }
.site-footer strong { display: block; color: white; margin-bottom: 7px; }
.site-footer a { color: var(--bc-yellow); text-decoration: none; font-weight: 950; }
.site-footer a:hover { text-decoration: underline; }
.site-footer p { margin: 0; }
.mobile-sticky-cta { display: none; }

.thanks-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(135deg, var(--bc-blue-deep), var(--bc-blue)); }
.thanks-card { width: min(760px, 100%); background: white; color: var(--ink); border-radius: 30px; padding: 32px; box-shadow: var(--shadow); }
.thanks-card img { width: 168px; margin-bottom: 18px; }
.thanks-card .eyebrow { color: var(--bc-blue); }
.thanks-card h1 { color: var(--bc-blue-deep); font-size: clamp(2.3rem, 6vw, 4rem); }
.thanks-card p { color: var(--muted); font-size: 1.05rem; }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: linear-gradient(135deg, #03112f, var(--bc-blue-deep)); }
.not-found-card { width: min(760px, 100%); background: white; color: var(--ink); border-radius: 30px; padding: 32px; box-shadow: var(--shadow); }
.not-found-logo { width: 150px; margin-bottom: 16px; }
.not-found-card .eyebrow { color: var(--bc-blue); }
.not-found-card h1 { color: var(--bc-blue-deep); font-size: clamp(2.3rem, 6vw, 4rem); }
.not-found-card p { color: var(--muted); }

@media (max-width: 920px) {
  .header-inner { min-height: 52px; }
  .brand img { width: 94px; }
  .section-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 12px; right: 12px; top: 52px; background: var(--bc-blue-deep); padding: 10px; border: 1px solid rgba(255, 223, 0, 0.22); border-radius: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .nav a { padding: 10px 12px; color: white; }
  .nav-cta { color: var(--bc-blue-deep) !important; }
  .hero-grid, .compact-grid, .quote-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 620px; }
  .hero-media > img { height: 380px; }
  .hero-card { position: static; margin-top: 12px; }
  .package-grid { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
}

@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  .container { width: min(100% - 24px, 1120px); }
  .header-inner { min-height: 48px; }
  .brand img { width: 82px; }
  .nav { top: 48px; }
  .hero { padding: 34px 0 50px; }
  .hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.55rem); }
  .hero-actions .button { width: 100%; }
  .hero-media > img { height: 290px; border-radius: 24px; }
  .section { padding: 54px 0; }
  .form-row, .add-on-list { grid-template-columns: 1fr; }
  .quote-form { padding: 18px; }
  .price { font-size: 2.35rem; }
  .mobile-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1px; background: rgba(0,0,0,0.16); }
  .mobile-sticky-cta a { display: flex; justify-content: center; align-items: center; min-height: 56px; background: var(--bc-blue); color: white; font-weight: 1000; text-decoration: none; }
  .mobile-sticky-cta a:last-child { background: var(--bc-blue-deep); }
}
