:root {
  --bg: #030a1c;
  --bg-2: #071530;
  --panel: rgba(8, 20, 48, 0.92);
  --text: #ffffff;
  --muted: #cbd5e1;
  --soft: #94a3b8;
  --blue: #38bdf8;
  --blue-2: #0066ff;
  --line: rgba(56, 189, 248, 0.22);
  --glow: 0 0 30px rgba(0, 174, 255, 0.18);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, 92%); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(3, 10, 28, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(56, 189, 248, 0.16);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 56px; border-radius: 14px; filter: drop-shadow(0 0 12px rgba(56,189,248,.35)); }
.brand strong { font-size: clamp(1rem, 2vw, 1.25rem); white-space: nowrap; }
.brand span { color: var(--blue); }
.nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
.nav-links a { color: #e2e8f0; text-decoration: none; font-weight: 700; transition: 0.2s ease; }
.nav-links a:hover, .nav-links .active { color: var(--blue); }
.nav-cta { display: inline-block; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; justify-content: center; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(15,23,42,.8); cursor: pointer; }
.menu-toggle span { width: 22px; height: 2px; background: #fff; display: block; }

.hero, .contact-hero, .thank-you-page {
  background:
    linear-gradient(rgba(3,10,28,.86), rgba(3,10,28,.94)),
    radial-gradient(circle at top right, rgba(0,174,255,.24), transparent 35%),
    radial-gradient(circle at bottom left, rgba(0,102,255,.18), transparent 42%);
}
.hero { padding: 110px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; }
.eyebrow { display: block; text-align: center; margin-bottom: 1rem; letter-spacing: 0.12em; color: var(--blue); text-transform: uppercase; letter-spacing: 2px; font-weight: 800; margin-bottom: 18px; }
h1 { font-size: clamp(2.3rem, 5.5vw, 4.7rem); line-height: 1.05; margin-bottom: 22px; }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.15; margin-bottom: 16px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
p { color: var(--muted); }
.hero p, .contact-hero p { font-size: 1.12rem; max-width: 780px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.center-actions { justify-content: center; }
.btn, .btn-outline, .nav-cta {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}
.btn, .nav-cta { background: linear-gradient(135deg, #00aeff, var(--blue-2)); color: #fff; border: none; cursor: pointer; box-shadow: 0 0 22px rgba(0,174,255,.35); }
.btn-outline { border: 1px solid rgba(56,189,248,.65); background: rgba(15,23,42,.58); color: #e0f2fe; }
.btn:hover, .btn-outline:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 0 32px rgba(0,174,255,.52); }
.hero-card, .panel, .card, .pricing-card, .service-card, .policy-card, .contact-form-card, .contact-card, .thank-you-container {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}
.hero-card, .panel, .card, .pricing-card, .service-card, .policy-card { padding: 28px; }
.hero-card ul, .card ul, .pricing-card ul, .service-card ul { margin-top: 16px; padding-left: 20px; color: var(--muted); }
.hero-card li, .card li, .pricing-card li, .service-card li { margin-bottom: 8px; }

section { padding: 86px 0; }
.section-alt { background: #061126; }
.dark-section { background: var(--bg); }
.assessment-grid, .split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
/* Branded body/hero logo artwork */
.logo-feature {
  width: 100%;
  margin-bottom: 26px;
}

.logo-feature img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  filter:
    drop-shadow(0 0 12px rgba(56, 189, 248, 0.42))
    drop-shadow(0 0 30px rgba(0, 102, 255, 0.22));
}

.hero-logo-feature {
  max-width: 760px;
  margin-bottom: 30px;
}

.hero-logo-feature img {
  aspect-ratio: 5 / 2;
  max-height: 300px;
  border: 1px solid rgba(56,189,248,.16);
  box-shadow:
    0 0 34px rgba(0,174,255,.14),
    inset 0 0 26px rgba(0,174,255,.06);
}

.mission-logo-feature {
  max-width: 520px;
  margin-bottom: 18px;
}

.mission-logo-feature img {
  aspect-ratio: 5 / 2;
  max-height: 220px;
}

.mission-points { display: grid; gap: 14px; margin-top: 22px; color: var(--muted); }
.mission-points div { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,23,42,.55); }
.section-title { text-align: center; max-width: 850px; margin: 0 auto 40px; }
.cards, .pricing-grid, .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.featured { outline: 2px solid rgba(56,189,248,.55); transform: translateY(-6px); }
.package-label, .note { color: var(--blue); font-weight: 800; }
.price, .rate { color: #fff; font-size: 2rem; font-weight: 900; margin: 12px 0; }

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 0;
}

.price-row .price {
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
}

.billing-unit {
  color: #e8f1ff;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.billing-period {
  color: #e8f1ff;
  font-size: 1rem;
  font-weight: 800;
  margin: 12px 0 16px;
}

.price span { font-size: 1rem; color: var(--muted); }
.cta { text-align: center; padding: 42px; border-radius: var(--radius); background: linear-gradient(135deg, rgba(0,174,255,.14), rgba(0,102,255,.08)); border: 1px solid var(--line); box-shadow: var(--glow); }

.contact-hero { padding: 110px 0 80px; }
.contact-hero-content { text-align: center; max-width: 850px; margin: 0 auto; }
.contact-section { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.75fr); gap: 30px; align-items: start; }
.contact-form-card { padding: 34px; }
.contact-form { margin-top: 26px; }
.contact-options {text-align: center;margin-bottom: 3rem;}
.contact-intro {max-width: 800px;margin: 0 auto 2rem;color: #d7e8ff;}
.contact-methods {display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;}
.contact-card {flex: 1 1 280px; max-width: 350px; padding: 2rem; border: 1px solid rgba(0, 191, 255, 0.25); border-radius: 16px; background: rgba(255,255,255,0.03); backdrop-filter: blur(10px);}
.contact-card h3 {margin-bottom: 1rem;color: #00c8ff;}
.contact-card p {margin-bottom: 1rem;}
.contact-number {font-weight: 600; color: #ffffff; margin-top: 1rem;}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 8px; color: #e0f2fe; font-weight: 800; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 15px 16px; border-radius: 14px; border: 1px solid rgba(56,189,248,.28); background: rgba(2,8,23,.9); color: #fff; font-size: 1rem; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(56,189,248,.18); }
.form-button { width: 100%; font-size: 1rem; }
.form-note { margin-top: 16px; font-size: .95rem; color: var(--soft); }
.honeypot { display: none !important; }
.contact-info-panel { display: grid; gap: 20px; }
.contact-card { padding: 26px; }
.contact-card h3 { color: var(--blue); }
.contact-card a { color: #fff; font-weight: 900; text-decoration: none; word-break: break-word; }
.thank-you-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.thank-you-container { padding: 48px; width: min(760px, 92%); }
.thank-you-container h1 { color: var(--blue); text-shadow: 0 0 10px rgba(0,170,255,.5); }

.site-footer { padding: 42px 0; background: #020617; border-top: 1px solid rgba(56,189,248,.16); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 24px; }
.site-footer a { color: var(--blue); text-decoration: none; }

@media (max-width: 920px) {
  .nav { min-height: 76px; }
  .menu-toggle { display: flex; }
  .primary-nav { position: absolute; left: 4%; right: 4%; top: 84px; display: none; background: rgba(3,10,28,.98); border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--glow); }
  .primary-nav.open { display: block; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { display: block; padding: 14px; border-radius: 12px; }
  .nav-links a:hover, .nav-links .active { background: rgba(56,189,248,.1); }
  .nav-cta { display: none; }
  .hero-grid, .assessment-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .cards, .pricing-grid, .services-grid { grid-template-columns: 1fr; }
  .featured { transform: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand strong { font-size: .95rem; }
  .brand img { width: 46px; }
  .hero, .contact-hero { padding: 72px 0 58px; text-align: center; }
  .hero-actions { justify-content: center; }
  .btn, .btn-outline { width: 100%; text-align: center; }
  section { padding: 58px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-card, .thank-you-container { padding: 24px; }
  .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .billing-unit {
    white-space: normal;
  }

}
.legal-content {
  max-width: 1000px;
}

.legal-content .card {
  padding: 40px;
}

.legal-content h2 {
  color: #38bdf8;
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: #d9e8ff;
  line-height: 1.75;
  margin-bottom: 16px;
}

.legal-content a,
.site-footer a {
  color: #38bdf8;
  text-decoration: none;
}

.legal-content a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .legal-content .card {
    padding: 26px;
  }

  .legal-content h2 {
    font-size: 1.25rem;
  }
}
input[name="_honey"],
.honeypot {
  display: none !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.checkbox-group {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1rem;
  margin-top: 1rem;
}

.checkbox-group .checkbox-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #d7e6ff;
}

.checkbox-group .checkbox-consent input[type="checkbox"] {
  width: auto;
  min-width: 16px;
  height: 16px;
  margin: 5px 0 0 0;
  padding: 0;
  flex: 0 0 auto;
  transform: scale(1.1);
}

.checkbox-group .checkbox-consent span {
  display: block;
  flex: 1;
  margin: 0;
}

.privacy-note {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: #9fb7e5;
  line-height: 1.5;
}

.privacy-note a {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 600;
}

.privacy-note a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-logo-feature,
  .mission-logo-feature {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .hero-logo-feature img,
  .mission-logo-feature img {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    object-position: center;
  }
}


/* Homepage cleanup and visibility improvements */
.home-hero {
  padding: 72px 0 82px;
}

.home-top-logo {
  max-width: 820px;
  margin: 0 auto 42px;
}

.home-top-logo img {
  aspect-ratio: 5 / 2;
  max-height: 300px;
  object-fit: cover;
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow:
    0 0 34px rgba(0,174,255,.14),
    inset 0 0 26px rgba(0,174,255,.06);
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 34px;
}

.home-hero-copy h1 {
  max-width: 920px;
}

.home-highlight-card ul,
.assessment-panel ul {
  list-style: none;
  padding-left: 0;
}

.home-highlight-card li,
.check-list li {
  position: relative;
  padding-left: 28px;
}

.home-highlight-card li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 900;
}

.compact-mission-points {
  grid-template-columns: 1fr;
}

.assessment-panel .check-list {
  margin-top: 16px;
  color: var(--muted);
}

.assessment-panel .check-list li {
  margin-bottom: 10px;
}

.featured-service-cards .card,
.process-grid .policy-card {
  min-height: 100%;
}

.home-services-overview .card p,
.home-process-section .policy-card p {
  color: #d9e8ff;
}

.home-final-cta {
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 920px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-top-logo {
    max-width: 680px;
    margin-bottom: 32px;
  }
}

@media (max-width: 680px) {
  .home-hero {
    padding: 56px 0 58px;
  }

  .home-top-logo img {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    max-height: none;
  }

  .home-hero-copy p,
  .home-hero-copy h1,
  .section-title p,
  .home-mission-section p,
  .home-process-section p {
    text-align: center;
  }

  .hero-card,
  .panel,
  .card,
  .policy-card,
  .cta {
    padding: 24px;
  }

  .home-highlight-card li,
  .check-list li {
    text-align: left;
  }
}

/* ==========================================
   Footer Contact & Address Styling
   ========================================== */

.footer-column p {
  margin-bottom: 0.85rem;
  line-height: 1.6;
}

.footer-address {
  margin: 1rem 0;
  padding-left: 0.5rem;
  border-left: 3px solid rgba(56, 189, 248, 0.4);
  line-height: 1.7;
  color: #d9e8ff;
}

.footer-address strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
  font-weight: 700;
}

.footer-hours {
  margin-top: 1rem;
}

.footer-hours strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff;
}

@media (max-width: 920px) {
  .footer-address {
    border-left: none;
    border-top: 1px solid rgba(56, 189, 248, 0.25);
    padding-left: 0;
    padding-top: 0.75rem;
  }
}

/* Mobile image crop/loading fix
   Keeps branded artwork fully visible on mobile browsers instead of cropping it. */
.logo-feature img,
.hero-logo-feature img,
.mission-logo-feature img,
.home-top-logo img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .logo-feature,
  .hero-logo-feature,
  .mission-logo-feature,
  .home-top-logo {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .logo-feature img,
  .hero-logo-feature img,
  .mission-logo-feature img,
  .home-top-logo img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 680px) {
  .home-top-logo img {
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* ==========================================
   Footer Layout Refinement
   Keeps address clean and balanced on desktop/mobile
   ========================================== */

.site-footer {
  font-size: 0.95rem;
}

.footer-grid {
  align-items: start;
  grid-template-columns: minmax(280px, 1.35fr) minmax(260px, 0.9fr) minmax(260px, 1fr);
  gap: 44px;
}

.footer-column h3,
.footer-column h4,
.site-footer strong {
  color: #ffffff;
}

.footer-column p {
  margin-bottom: 0.95rem;
  line-height: 1.65;
}

.footer-address {
  margin: 1rem 0 1.1rem;
  padding: 0.2rem 0 0.2rem 0.75rem;
  border-left: 3px solid rgba(56, 189, 248, 0.55);
  line-height: 1.65;
  color: #eaf6ff;
}

.footer-address strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #ffffff;
  font-weight: 800;
}

.footer-hours {
  margin-top: 1rem;
  line-height: 1.65;
  color: #eaf6ff;
}

.footer-hours strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-weight: 800;
}

.site-footer a {
  color: var(--blue);
  text-decoration: none;
}

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

@media (max-width: 920px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-address {
    border-left: none;
    border-top: 1px solid rgba(56, 189, 248, 0.28);
    padding-left: 0;
    padding-top: 0.85rem;
  }
}

@media (max-width: 680px) {
  .site-footer {
    text-align: left;
  }

  .footer-grid {
    gap: 24px;
  }
}

/* ==========================================
   Homepage True Hero Banner Update
   Use with index.html:
   <section class="hero hero-home"> ... </section>
   ========================================== */

.hero-home {
  padding: 58px 0 76px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(0, 174, 255, 0.14), transparent 42%),
    linear-gradient(rgba(3,10,28,.86), rgba(3,10,28,.96)),
    var(--bg);
}

.hero-banner-wrap {
  width: min(1100px, 92%);
  margin: 0 auto 42px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.28);
  box-shadow:
    0 0 34px rgba(0,174,255,.22),
    inset 0 0 26px rgba(0,174,255,.06);
}

.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hero-home .hero-content {
  width: min(920px, 92%);
  margin: 0 auto;
}

.hero-eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.hero-home h1 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

.hero-subtitle {
  color: #d9e8ff;
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto;
}

.hero-home .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

/* These support the new HTML without changing your existing global button system. */
.btn-primary {
  background: linear-gradient(135deg, #00aeff, var(--blue-2));
  color: #fff;
  border: none;
}

.btn-secondary {
  border: 1px solid rgba(56,189,248,.65);
  background: rgba(15,23,42,.58);
  color: #e0f2fe;
  box-shadow: none;
}

.btn-secondary:hover {
  box-shadow: 0 0 32px rgba(0,174,255,.42);
}

.btn-text {
    border: 2px solid #00c8ff;
    color: #00c8ff;
}

.btn-text:hover {
    background: rgba(0, 200, 255, 0.15);
    box-shadow: 0 0 12px rgba(0, 200, 255, 0.5);
}

.btn-text {
border: 2px solid #00c8ff;
color: #00c8ff;
background: transparent;
}

.btn-text {
background: rgba(0, 200, 255, 0.15);
box-shadow: 0 0 15px rgba(0, 200, 255, 0.5);
}

@media (max-width: 768px) {
.contact-methods {
flex-direction: column;
align-items: center;
}

.contact-card {
    width: 100%;
    max-width: 100%;
}
}
@media (max-width: 920px) {
  .hero-home {
    padding: 46px 0 64px;
  }

  .hero-banner-wrap {
    width: min(760px, 92%);
    margin-bottom: 34px;
    border-radius: 24px;
  }
}

@media (max-width: 680px) {
  .hero-home {
    padding: 34px 0 54px;
  }

  .hero-banner-wrap {
    width: min(100% - 28px, 1180px);
    margin-bottom: 28px;
    border-radius: 20px;
  }

  .hero-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-home .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 420px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-home .btn,
  .hero-home .btn-outline {
    width: 100%;
    text-align: center;
  }
}

