:root {
  --navy: #0d2438;
  --navy-soft: #163a59;
  --sea: #0f766e;
  --sea-dark: #115e59;
  --amber: #f59e0b;
  --sand: #f6f1e8;
  --mist: #f3f7f8;
  --ink: #1f2937;
}

* {
  letter-spacing: 0;
}

body {
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-bottom: 0;
}

a {
  text-decoration: none;
}

.fw-black {
  font-weight: 900;
}

.text-navy {
  color: var(--navy);
}

.top-alert {
  background: var(--navy);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.55rem 0;
}

.top-alert i {
  color: var(--amber);
}

.navbar {
  min-height: 76px;
}

.brand-mark {
  align-items: center;
  background: var(--sea);
  border-radius: 0.65rem;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand-subtitle {
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: 800;
}

.nav-link {
  color: #475569;
  font-weight: 700;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--sea);
}

.text-link {
  color: var(--sea-dark);
  font-weight: 800;
}

.dropdown-menu {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  min-width: 16rem;
  padding: 0.55rem;
}

.dropdown-item {
  border-radius: 0.5rem;
  color: #334155;
  font-weight: 700;
  padding: 0.55rem 0.7rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #ecfdf5;
  color: var(--sea-dark);
}

.btn-primary {
  --bs-btn-bg: var(--sea);
  --bs-btn-border-color: var(--sea);
  --bs-btn-hover-bg: var(--sea-dark);
  --bs-btn-hover-border-color: var(--sea-dark);
  --bs-btn-focus-shadow-rgb: 15, 118, 110;
}

.btn-call {
  border-radius: 0.65rem;
  font-weight: 800;
}

.hero-section {
  background-image: linear-gradient(90deg, rgba(13, 36, 56, 0.93), rgba(22, 58, 89, 0.72)), url("https://images.unsplash.com/photo-1731806577136-0f2219a87c9f?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-overlay {
  background: radial-gradient(circle at 75% 30%, rgba(245, 158, 11, 0.18), transparent 32%);
  inset: 0;
  position: absolute;
}

.min-vh-hero {
  min-height: clamp(520px, 72vh, 760px);
  padding: 5rem 0;
}

.eyebrow {
  color: #b8eee8;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--sea);
  font-size: 0.84rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.hero-copy {
  color: #dbeafe;
  max-width: 660px;
}

.hero-btn {
  align-items: center;
  border-radius: 0.85rem;
  display: inline-flex;
  font-weight: 900;
  gap: 0.55rem;
  justify-content: center;
  min-height: 56px;
}

.btn-warning {
  --bs-btn-bg: var(--amber);
  --bs-btn-border-color: var(--amber);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #d97706;
  --bs-btn-hover-border-color: #d97706;
  --bs-btn-hover-color: #fff;
}

.hero-points {
  color: #d7f7f3;
  font-size: 0.96rem;
  font-weight: 700;
}

.hero-points i {
  color: #22c55e;
  margin-right: 0.35rem;
}

.section-pad {
  padding: 4.5rem 0;
}

.section-title {
  color: var(--navy);
  font-weight: 900;
  margin-bottom: 1rem;
}

.section-intro {
  color: #64748b;
  font-size: 1.08rem;
  margin: 0 auto;
  max-width: 680px;
}

.bg-soft {
  background: var(--mist);
}

.notice-box {
  background: #ecfdf5;
  border: 1px solid #b7ead7;
  border-radius: 0.9rem;
  color: #065f46;
  padding: 1.5rem;
}

.tag-cloud,
.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag-cloud span {
  background: #fff;
  border: 1px solid #b7ead7;
  border-radius: 999px;
  color: #0f5132;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
}

.quick-card {
  background: linear-gradient(145deg, #fff7ed, #fff);
  border: 1px solid #fed7aa;
  border-radius: 1rem;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
  padding: 1.5rem;
  position: sticky;
  top: 100px;
}

.quick-label {
  color: #b45309;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.quick-card h3 {
  color: var(--navy);
  font-weight: 900;
}

.service-card,
.trust-item,
.review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  padding: 1.45rem;
}

.service-card {
  color: inherit;
}

.service-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-card:hover {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
  transform: translateY(-3px);
}

.service-card i,
.trust-item i {
  align-items: center;
  background: #dff7f3;
  border-radius: 0.8rem;
  color: var(--sea);
  display: inline-flex;
  font-size: 1.45rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 52px;
}

.service-card h3,
.trust-item h3 {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
}

.service-card p,
.trust-item p {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.intent-list {
  display: grid;
  gap: 0.85rem;
}

.intent-list a {
  background: #fff;
  border: 1px solid #dbe7ea;
  border-radius: 0.85rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  color: inherit;
  display: block;
  padding: 1.1rem 1.25rem;
}

.intent-list a:focus,
.intent-list a:hover {
  border-color: #99d8d0;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.intent-list span {
  color: var(--navy);
  display: block;
  font-size: 1.02rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.intent-list small {
  color: #64748b;
  display: block;
  line-height: 1.55;
}

.cta-band {
  background: var(--navy);
  color: #dbeafe;
  padding: 3rem 0;
}

.cta-band a {
  color: var(--amber);
  display: inline-block;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.review-card {
  margin-bottom: 0;
}

.review-card p {
  color: #475569;
  font-style: italic;
  line-height: 1.65;
}

.review-card footer {
  color: var(--navy);
  font-weight: 900;
}

.review-card span {
  color: var(--sea);
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}

.guide-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.85rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  color: inherit;
  display: block;
  padding: 1.35rem;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.guide-card:focus,
.guide-card:hover {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
  transform: translateY(-3px);
}

.guide-card span {
  color: var(--sea);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.guide-card h3 {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.35;
}

.guide-card p {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.faq-width {
  max-width: 820px;
}

.accordion-button {
  color: var(--navy);
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  background: #ecfdf5;
  color: var(--sea-dark);
}

.coverage-section {
  background: var(--navy);
  padding: 4.5rem 0;
}

.coverage-tags {
  justify-content: center;
  margin-bottom: 2rem;
}

.coverage-tags a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.55rem 1rem;
}

.coverage-tags a:focus,
.coverage-tags a:hover {
  background: var(--sea);
}

.coverage-phone {
  color: var(--amber);
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  gap: 0.5rem;
}

.site-footer {
  background: #091827;
  color: #cbd5e1;
  padding: 3.5rem 0;
}

.site-footer h2 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.45rem;
}

.site-footer a {
  color: #fff;
}

.mobile-call {
  align-items: center;
  background: var(--amber);
  border-radius: 999px;
  bottom: 1rem;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.22);
  color: #fff;
  display: none;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 0.6rem;
  justify-content: center;
  left: 1rem;
  min-height: 58px;
  padding: 0.9rem 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1040;
}

.mobile-call:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .quick-card {
    position: static;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-bottom: 86px;
  }

  .section-pad,
  .coverage-section {
    padding: 3.25rem 0;
  }

  .min-vh-hero {
    min-height: auto;
    padding: 4rem 0;
  }

  .hero-btn {
    width: 100%;
  }

  .mobile-call {
    display: flex;
  }
}
