html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: #15202b;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  margin-bottom: 0;
  background: #f7f5ef;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  color: inherit;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.site-header {
  background: #102a43;
  box-shadow: 0 8px 24px rgba(16, 42, 67, 0.15);
}

.site-header .navbar {
  min-height: 76px;
}

.site-header .navbar-brand {
  color: #fff;
  font-size: clamp(1.1rem, 2vw + 0.65rem, 1.5rem);
  line-height: 1.15;
  max-width: calc(100% - 92px);
  white-space: normal;
}

.site-header .navbar-brand:hover,
.site-header .navbar-brand:focus {
  color: #ffd166;
}

.site-header .nav-link {
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
  color: #ffd166;
}

a {
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
  outline: 3px solid #f4b942;
  outline-offset: 3px;
}

.site-footer a,
.local-card a,
.cta-band a,
.page-hero a,
.hero-section a,
.contact-card a,
.mobile-contact-bar a,
.breadcrumb-band a,
.directory-links a {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus,
.local-card a:hover,
.local-card a:focus {
  text-decoration: none;
}

.btn-icon {
  flex: 0 0 auto;
  fill: currentColor;
  height: 1.1em;
  margin-right: 0.45rem;
  width: 1.1em;
}

.primary-actions,
.contact-actions,
.cta-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.primary-actions .btn,
.contact-actions .btn,
.cta-actions .btn,
.site-header .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 54px;
  text-align: center;
  white-space: normal;
}

.primary-actions .btn {
  min-width: 180px;
}

.hero-section,
.page-hero {
  background: linear-gradient(135deg, #102a43 0%, #1f6f78 58%, #2d936c 100%);
  color: #fff;
  padding: 88px 0 72px;
}

.compact-hero {
  padding: 64px 0 56px;
}

.hero-section h1,
.page-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.25rem;
  max-width: 920px;
}

.hero-section .lead,
.page-hero .lead {
  color: rgba(255, 255, 255, 0.86);
  max-width: 760px;
}

.eyebrow {
  color: #8c5a00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.hero-section .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow,
.site-footer .eyebrow {
  color: #ffd166;
}

.hero-panel,
.local-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 2rem;
}

.hero-panel strong,
.local-card strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-panel-label,
.local-card span {
  color: #ffd166;
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.section-pad {
  padding: 72px 0;
}

.breadcrumb-band {
  background: #fff;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  padding: 0.9rem 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb a {
  color: #1f6f78;
  font-weight: 700;
}

.breadcrumb .active {
  color: #627d98;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
.cta-band h2 {
  font-weight: 800;
}

.service-card,
.testimonial-card {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  color: #15202b;
  display: block;
  height: 100%;
  padding: 1.35rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.service-card:focus {
  box-shadow: 0 14px 32px rgba(16, 42, 67, 0.14);
  color: #15202b;
  transform: translateY(-3px);
}

.service-card span,
.testimonial-card span {
  color: #1f6f78;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.service-card .card-label {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

.card-icon {
  fill: currentColor;
  height: 1.05em;
  width: 1.05em;
}

.service-card strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
}

.service-card small {
  color: #627d98;
  overflow-wrap: anywhere;
}

.directory-card {
  min-height: 164px;
}

.directory-section {
  background:
    radial-gradient(circle at top right, rgba(31, 111, 120, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.directory-hero-panel {
  min-height: 100%;
}

.directory-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.directory-links a {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 999px;
  color: #1f6f78;
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  align-items: center;
  padding: 0.55rem 0.9rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

.directory-links a:hover,
.directory-links a:focus {
  color: #102a43;
}

.cta-section {
  background: #fff;
  padding: 32px 0;
}

.cta-band {
  align-items: center;
  background: #ffd166;
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 2rem;
}

.cta-band > * {
  min-width: 0;
}

.cta-actions {
  gap: 0.75rem;
  justify-content: flex-end;
}

.cta-actions .btn {
  min-height: 56px;
  min-width: 150px;
}

.cta-actions .btn-call {
  min-width: 230px;
}

.cta-band .eyebrow {
  color: #102a43;
}

.check-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  background: #fff;
  border-left: 4px solid #2d936c;
  border-radius: 6px;
  margin-bottom: 0.85rem;
  padding: 1rem 1.15rem;
}

.route-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.route-list a {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 6px;
  color: #1f6f78;
  display: inline-flex;
  font-weight: 700;
  min-height: 52px;
  align-items: center;
  overflow-wrap: anywhere;
  padding: 1rem 1.15rem;
  text-decoration: none;
}

.route-list a:hover,
.route-list a:focus {
  color: #102a43;
}

.testimonials-section,
.faq-section,
.soft-band {
  background: #eef6f4;
}

.about-section {
  background: #fff;
}

.trust-badges-band {
  background: #f0f6f8;
  padding: 20px 0;
}

.trust-badges-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-badge {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  display: flex;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1rem;
}

.trust-badge strong,
.trust-badge span {
  display: block;
}

.trust-badge span {
  color: #627d98;
  margin-top: 0.2rem;
}

.trust-badge-icon {
  fill: #1f6f78;
  flex: 0 0 auto;
  height: 1.5rem;
  margin-top: 0.15rem;
  width: 1.5rem;
}

.gallery-section {
  background:
    radial-gradient(circle at top left, rgba(255, 209, 102, 0.24), transparent 24%),
    linear-gradient(180deg, #f7f2e8 0%, #edf4f6 100%);
  color: #102a43;
}

.gallery-section .section-heading p:not(.eyebrow) {
  color: #334e68;
}

.trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid > div {
  background: #102a43;
  border-radius: 8px;
  color: #fff;
  min-height: 148px;
  padding: 1.25rem;
}

.trust-grid span {
  color: #ffd166;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.trust-grid strong,
.trust-grid small {
  display: block;
}

.trust-grid small {
  color: rgba(255, 255, 255, 0.74);
  margin-top: 0.35rem;
}

.gallery-card {
  background: #0f2237;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 22px 48px rgba(16, 42, 67, 0.18);
}

.gallery-card::before {
  background: linear-gradient(180deg, rgba(15, 34, 55, 0.02) 0%, rgba(15, 34, 55, 0.08) 38%, rgba(15, 34, 55, 0.94) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.gallery-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  position: absolute;
  width: 100%;
}

.gallery-copy {
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(15, 34, 55, 0.08), rgba(15, 34, 55, 0.72));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.1rem 1.1rem 1.15rem;
  position: relative;
  z-index: 2;
}

.gallery-card span,
.gallery-card strong {
  color: #fff;
  position: relative;
}

.gallery-card span {
  color: #ffd166;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.gallery-card strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.price-section {
  background: #fff;
}

.price-list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list li {
  background: #f7f5ef;
  border-left: 4px solid #f4b942;
  border-radius: 8px;
  padding: 1rem 1.15rem;
}

.price-list strong,
.price-list span {
  display: block;
}

.price-list span {
  color: #334e68;
  margin-top: 0.25rem;
}

.info-tile {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  color: #102a43;
  display: flex;
  font-weight: 800;
  min-height: 120px;
  padding: 1.2rem;
}

.comparison-card {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.08);
  min-height: 100%;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.comparison-card::after {
  background: linear-gradient(180deg, #1f6f78, #102a43);
  border-radius: 999px;
  content: "";
  height: 48px;
  left: -24px;
  position: absolute;
  top: 22px;
  width: 48px;
}

.comparison-card:hover,
.comparison-card:focus {
  box-shadow: 0 24px 46px rgba(16, 42, 67, 0.14);
}

.comparison-pill {
  align-items: center;
  background: rgba(244, 185, 66, 0.14);
  border: 1px solid rgba(244, 185, 66, 0.32);
  border-radius: 999px;
  color: #8c5a00;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.comparison-card .card-label {
  color: #1f6f78;
  font-size: 0.92rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 1;
}

.comparison-card strong {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.18;
  margin-bottom: 0.9rem;
  max-width: 24ch;
}

.comparison-card small {
  color: #486581;
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 52ch;
}

.quick-select-section {
  background:
    radial-gradient(circle at top left, rgba(255, 209, 102, 0.18), transparent 24%),
    linear-gradient(180deg, #eef6f4 0%, #f7fbfb 100%);
}

.link-section-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.area-map-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.area-map-chip {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 8px;
  color: #102a43;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0.8rem 1rem;
  text-decoration: none;
}

.area-map-chip:hover,
.area-map-chip:focus {
  border-color: rgba(31, 111, 120, 0.5);
  color: #1f6f78;
}

.premium-info-band {
  background:
    radial-gradient(circle at top left, rgba(31, 111, 120, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
}

.emergency-band {
  background:
    radial-gradient(circle at top left, rgba(180, 83, 9, 0.12), transparent 20%),
    linear-gradient(180deg, #fff8f0 0%, #fffdf9 100%);
}

.premium-info-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-info-card {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.06);
  min-height: 100%;
  padding: 1.4rem;
}

.premium-info-card span,
.premium-info-card strong {
  display: block;
}

.premium-info-card span {
  color: #1f6f78;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.premium-info-card strong {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}

.premium-info-card p {
  color: #486581;
  margin-bottom: 0;
}

.seo-copy {
  color: #334e68;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 980px;
}

.seo-copy p {
  margin-bottom: 1.2rem;
}

.seo-page h3 {
  font-size: 1.15rem;
  font-weight: 800;
}

.contact-section {
  background: #fff;
}

.contact-card {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.12), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #f7f5ef 100%);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.08);
  padding: 2rem;
}

.contact-list {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
}

.contact-list dt {
  color: #102a43;
  font-weight: 800;
}

.contact-list dd {
  color: #334e68;
  margin-bottom: 0.6rem;
  overflow-wrap: anywhere;
}

.contact-list a {
  color: #1f6f78;
  font-weight: 800;
}

.contact-actions {
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.lead-form {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.08);
  padding: 1.5rem;
}

.booking-prep-section {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
}

.prep-question-grid,
.safety-step-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prep-question-card,
.safety-step-card,
.booking-tip-card,
.guidance-note {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.06);
  min-height: 100%;
  padding: 1.25rem;
}

.prep-question-card strong,
.safety-step-card strong,
.booking-tip-card strong,
.guidance-note strong {
  color: #102a43;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.prep-question-card p,
.safety-step-card p,
.booking-tip-card p,
.guidance-note p {
  color: #486581;
  margin-bottom: 0;
}

.booking-tip-stack {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.premium-lead-form {
  padding: 1.75rem;
}

.premium-lead-form .form-label {
  color: #102a43;
  font-weight: 800;
}

.premium-lead-form .form-control,
.premium-lead-form .form-select {
  border-color: rgba(16, 42, 67, 0.16);
  min-height: 52px;
}

.premium-lead-form textarea.form-control {
  min-height: 140px;
}

.guidance-note {
  background:
    radial-gradient(circle at top right, rgba(31, 111, 120, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  margin-top: 1.5rem;
}

.safety-section {
  background:
    radial-gradient(circle at top left, rgba(180, 83, 9, 0.1), transparent 22%),
    linear-gradient(180deg, #fff8f0 0%, #fffdf9 100%);
}

.lead-help-list {
  color: #334e68;
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
}

.form-note {
  color: #627d98;
  font-size: 0.95rem;
  margin: 0.75rem 0 0;
}

.map-frame {
  aspect-ratio: 4 / 3;
  background: #eef6f4;
  border-radius: 8px;
  min-height: 320px;
  overflow: hidden;
}

.map-frame iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.emergency-hero {
  background: linear-gradient(135deg, #102a43 0%, #7f1d1d 58%, #b45309 100%);
}

.area-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-card p {
  color: #334e68;
  min-height: 96px;
}

.testimonial-stars {
  color: #f4b942;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.accordion-item {
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.04);
  overflow: hidden;
}

.accordion-item + .accordion-item {
  margin-top: 0.85rem;
}

.accordion-button {
  font-weight: 800;
  padding: 1.15rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  background: rgba(31, 111, 120, 0.08);
  color: #102a43;
}

.accordion-body {
  color: #486581;
  line-height: 1.7;
}

.privacy-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.privacy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policy-card {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.06);
  padding: 1.5rem;
}

.policy-card h2 {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.site-footer {
  background: #102a43;
  color: rgba(255, 255, 255, 0.82);
  padding: 52px 0 24px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

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

.contact-list a,
.local-card p a,
.seo-page .local-card p a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.contact-list a,
.local-card p a,
.seo-page .local-card p a {
  color: inherit;
  font-weight: 800;
}

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

.footer-link-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.footer-link-list a {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff4cf;
  display: inline-flex;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-link-list a:hover,
.footer-link-list a:focus {
  background: rgba(255, 209, 102, 0.12);
  border-color: rgba(255, 209, 102, 0.4);
  color: #fff;
  transform: translateY(-1px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}

.footer-meta {
  display: grid;
  gap: 0.65rem;
  max-width: 560px;
}

.footer-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  justify-content: flex-end;
  max-width: 760px;
}

.footer-utility-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff4cf;
  display: inline-flex;
  min-height: 44px;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-utility-links a:hover,
.footer-utility-links a:focus {
  background: rgba(255, 209, 102, 0.12);
  border-color: rgba(255, 209, 102, 0.42);
  color: #fff;
  transform: translateY(-1px);
}

.footer-bottom span,
.footer-bottom a {
  overflow-wrap: anywhere;
}

.footer-meta a {
  color: #ffd166;
  font-weight: 800;
  text-decoration: none;
}

.footer-meta a:hover,
.footer-meta a:focus {
  color: #fff;
}

.floating-whatsapp {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 16px 36px rgba(16, 42, 67, 0.24);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 0.4rem;
  min-height: 54px;
  padding: 0.75rem 1.1rem;
  position: fixed;
  right: 24px;
  z-index: 1040;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
  color: #fff;
  transform: translateY(-2px);
}

.mobile-contact-bar {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar {
    min-height: 68px;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }

  .site-header .navbar-nav {
    align-items: stretch !important;
  }

  .site-header .nav-item {
    width: 100%;
  }

  .site-header .nav-link,
  .site-header .btn {
    justify-content: center;
    width: 100%;
  }

  .hero-section h1,
  .page-hero h1 {
    font-size: 3rem;
  }

  .hero-panel,
  .local-card {
    padding: 1.5rem;
  }

  .trust-badges-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .hero-section,
  .page-hero {
    padding: 56px 0;
  }

  .hero-section h1,
  .page-hero h1 {
    font-size: 2.35rem;
  }

  .section-pad {
    padding: 48px 0;
  }

  .cta-band,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta,
  .footer-utility-links {
    width: 100%;
  }

  .footer-utility-links {
    gap: 0.75rem;
  }

  .footer-utility-links a {
    justify-content: center;
    width: 100%;
  }

  .footer-link-list a {
    width: 100%;
  }

  .cta-band {
    padding: 1.35rem;
  }

  .cta-actions,
  .cta-actions .btn,
  .contact-actions,
  .contact-actions .btn,
  .primary-actions,
  .primary-actions .btn,
  .hero-section .btn,
  .page-hero .btn {
    width: 100%;
  }

  .primary-actions,
  .cta-actions {
    justify-content: stretch;
  }

  body {
    padding-bottom: 76px;
  }

  .mobile-contact-bar {
    align-items: center;
    background: #102a43;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    bottom: 0;
    box-shadow: 0 -10px 28px rgba(16, 42, 67, 0.22);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 0.75rem;
    position: fixed;
    right: 0;
    z-index: 1050;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-contact-bar a {
    align-items: center;
    background: #ffd166;
    border-radius: 8px;
    color: #102a43;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
  }

.mobile-contact-bar .whatsapp-action {
  background: #2d936c;
  color: #fff;
}

  .map-frame {
    aspect-ratio: 1 / 1;
    min-height: 280px;
  }

  .trust-grid,
  .area-chip-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .trust-badges-grid,
  .area-map-grid,
  .premium-info-grid,
  .prep-question-grid,
  .safety-step-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    min-height: 300px;
  }

  .contact-actions,
  .contact-actions .btn,
  .lead-form .btn {
    width: 100%;
  }

  .premium-lead-form {
    padding: 1.2rem;
  }
}

@media (max-width: 420px) {
  .site-header .navbar-brand {
    font-size: 1.18rem;
    max-width: min(270px, calc(100vw - 120px));
  }

  .hero-section h1,
  .page-hero h1 {
    font-size: 2rem;
  }

  .service-card,
  .testimonial-card,
  .route-list a,
  .check-list li {
    padding: 1rem;
  }

  .hero-section .lead,
  .page-hero .lead {
    font-size: 1rem;
  }

  .primary-actions .btn,
  .cta-actions .btn,
  .contact-actions .btn {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.login-panel,
.estimate-editor-card,
.estimate-preview-card,
.estimate-history-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.08);
  padding: 1.75rem;
}

.estimate-tool-section {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.estimate-alert {
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.estimate-item-header,
.estimate-form-actions,
.estimate-preview-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.estimate-item-table,
.estimate-history-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.estimate-item-row {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr)) minmax(0, 1.4fr) minmax(0, 1.4fr) auto;
  padding: 1rem;
}

.estimate-item-field {
  min-width: 0;
}

.estimate-item-remove {
  align-self: end;
}

.estimate-remove-row {
  min-width: 6.5rem;
}

.estimate-remove-row:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.estimate-preview-content {
  margin-top: 1rem;
}

.estimate-preview-sheet {
  background: #102a43;
  border-radius: 8px;
  color: #fff;
  padding: 1.5rem;
}

.estimate-preview-sheet h3,
.estimate-preview-sheet h4 {
  color: #fff;
}

.estimate-preview-sheet p {
  color: rgba(255, 255, 255, 0.82);
}

.estimate-preview-sheet dl {
  display: grid;
  gap: 0.4rem 0.75rem;
  grid-template-columns: auto 1fr;
  margin: 1rem 0 1.2rem;
}

.estimate-preview-sheet dt {
  color: #ffd166;
  font-weight: 800;
}

.estimate-preview-sheet dd {
  margin: 0;
}

.estimate-preview-sheet ol {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.25rem;
}

.estimate-preview-sheet li {
  padding-left: 0.25rem;
}

.estimate-preview-sheet li span,
.estimate-preview-sheet li small {
  color: rgba(255, 255, 255, 0.76);
  display: block;
}

.estimate-preview-notes {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 1.2rem;
  padding-top: 1rem;
}

.estimate-history-item {
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 8px;
  color: #102a43;
  display: block;
  padding: 1rem 1.1rem;
  text-decoration: none;
}

.estimate-history-item strong,
.estimate-history-item span,
.estimate-history-item small {
  display: block;
}

.estimate-history-item span {
  color: #1f6f78;
  font-weight: 800;
  margin-top: 0.2rem;
}

.estimate-history-item small {
  color: #627d98;
  margin-top: 0.2rem;
}

@media (max-width: 991.98px) {
  .estimate-item-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .estimate-item-remove {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .login-panel,
  .estimate-editor-card,
  .estimate-preview-card,
  .estimate-history-card {
    padding: 1.2rem;
  }

  .estimate-item-row {
    grid-template-columns: 1fr;
  }

  .estimate-item-header,
  .estimate-form-actions,
  .estimate-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .estimate-form-actions .btn,
  .estimate-preview-actions .btn,
  .estimate-item-header .btn {
    width: 100%;
  }

  .estimate-preview-sheet dl {
    grid-template-columns: 1fr;
  }
}

.call-now-btn {
  flex-wrap: nowrap;
  min-width: clamp(132px, 18vw, 176px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.call-now-btn .btn-icon {
  margin-right: 0.35rem;
}

.call-now-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-link-list-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-admin-link {
  margin-top: 0.2rem;
}

.footer-admin-link a {
  align-items: center;
  background: rgba(255, 209, 102, 0.12);
  border: 1px solid rgba(255, 209, 102, 0.32);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: 42px;
  padding: 0.45rem 0.95rem;
}

.footer-admin-link a:hover,
.footer-admin-link a:focus {
  background: rgba(255, 209, 102, 0.2);
  color: #fff;
}

.admin-login-page {
  background:
    radial-gradient(circle at top left, rgba(255, 209, 102, 0.16), transparent 24%),
    linear-gradient(135deg, #0f2237 0%, #1f6f78 52%, #2d936c 100%);
  min-height: calc(100vh - 76px);
  padding: 64px 0;
}

.admin-login-shell {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 28px 56px rgba(16, 42, 67, 0.24);
  overflow: hidden;
}

.admin-login-brand {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.18), transparent 28%),
    linear-gradient(180deg, #102a43 0%, #173f5f 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  justify-content: center;
  padding: 3rem;
}

.admin-login-brand .lead {
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0;
  max-width: 32rem;
}

.admin-login-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.75rem;
}

.admin-login-point {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 1rem 1.05rem;
}

.admin-login-point strong,
.admin-login-point span {
  display: block;
}

.admin-login-point strong {
  color: #fff;
  margin-bottom: 0.35rem;
}

.admin-login-point span {
  color: rgba(255, 255, 255, 0.74);
}

.admin-login-card {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border: 0;
  box-shadow: none;
  height: 100%;
  padding: 3rem;
}

.admin-login-card-top {
  margin-bottom: 1.5rem;
}

.admin-login-card-top h2 {
  color: #102a43;
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 0.6rem;
}

.admin-login-card-top p {
  color: #486581;
  margin-bottom: 0;
}

.admin-login-form {
  background: transparent;
  padding: 0;
}

.admin-login-form .form-control {
  border-radius: 10px;
  min-height: 56px;
}

.admin-login-form .btn {
  min-height: 58px;
}

.estimate-hero {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 24%),
    linear-gradient(135deg, #0f2237 0%, #1b4d6b 56%, #2d936c 100%);
}

.estimate-hero-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(16, 42, 67, 0.14);
  padding: 1.5rem;
}

.estimate-hero-card span {
  color: #ffd166;
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.estimate-hero-card strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.25;
  margin-bottom: 0.7rem;
}

.estimate-hero-card p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.9rem;
}

.estimate-hero-list {
  color: #fff;
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
}

.estimate-history-item:hover,
.estimate-history-item:focus {
  border-color: rgba(31, 111, 120, 0.32);
  box-shadow: 0 14px 28px rgba(16, 42, 67, 0.08);
  color: #102a43;
  transform: translateY(-2px);
}

.admin-shell-body {
  background: #f2f6f8;
}

.admin-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-sidebar {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.16), transparent 26%),
    linear-gradient(180deg, #102a43 0%, #173f5f 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.2rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 209, 102, 0.5) rgba(255, 255, 255, 0.08);
}

.admin-sidebar::-webkit-scrollbar {
  width: 8px;
}

.admin-sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.admin-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 209, 102, 0.48);
  border-radius: 999px;
}

.admin-brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1.2rem;
}

.admin-brand-eyebrow {
  color: #ffd166;
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.admin-brand strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}

.admin-brand p,
.admin-topbar p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.admin-nav {
  display: grid;
  gap: 0.8rem;
}

.admin-nav-link {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  display: block;
  padding: 0.95rem 1rem;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.admin-nav-link span,
.admin-nav-link small {
  display: block;
}

.admin-nav-link span {
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.admin-nav-link small {
  color: rgba(255, 255, 255, 0.7);
}

.admin-nav-link:hover,
.admin-nav-link:focus,
.admin-nav-link.active {
  background: rgba(255, 209, 102, 0.12);
  border-color: rgba(255, 209, 102, 0.38);
  color: #fff;
  transform: translateY(-1px);
}

.admin-sidebar-footer {
  margin-top: auto;
}

.admin-sidebar-user {
  margin-bottom: 1rem;
}

.admin-sidebar-user span,
.admin-sidebar-user strong {
  display: block;
}

.admin-sidebar-user span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  margin-bottom: 0.25rem;
}

.admin-sidebar-user strong {
  color: #fff;
}

.admin-main {
  min-width: 0;
  padding: 1.35rem;
}

.admin-topbar {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(16, 42, 67, 0.06);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.35rem;
  padding: 1.4rem 1.5rem;
}

.admin-topbar h1 {
  color: #102a43;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 0.35rem;
}

.admin-topbar p:not(.eyebrow) {
  color: #486581;
}

.admin-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-content {
  min-width: 0;
}

.admin-dashboard-intro {
  margin-bottom: 1.35rem;
}

.admin-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.08);
  padding: 1.5rem;
}

.admin-panel-heading {
  margin-bottom: 1rem;
}

.admin-intro-panel {
  min-height: 100%;
}

.admin-panel-copy {
  color: #486581;
  font-size: 1.02rem;
  margin-bottom: 1.2rem;
  max-width: 58rem;
}

.admin-highlight-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-highlight-card {
  background:
    radial-gradient(circle at top right, rgba(255, 209, 102, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfb 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 12px;
  padding: 1rem;
}

.admin-highlight-card strong,
.admin-highlight-card span {
  display: block;
}

.admin-highlight-card strong {
  color: #102a43;
  margin-bottom: 0.45rem;
}

.admin-highlight-card span {
  color: #486581;
}

.admin-stats-panel h2 {
  color: #102a43;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin-bottom: 0.35rem;
}

.admin-stats-panel p {
  color: #486581;
}

.admin-stat-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.admin-stat-list strong,
.admin-stat-list span {
  display: block;
}

.admin-stat-list strong {
  color: #102a43;
  margin-bottom: 0.2rem;
}

.admin-stat-list span {
  color: #627d98;
}

.admin-dashboard-section {
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .admin-login-brand,
  .admin-login-card {
    padding: 2.2rem;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    height: auto;
    position: relative;
  }

  .admin-topbar,
  .admin-highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .call-now-btn {
    min-width: 0;
    width: 100%;
  }

  .footer-link-list-columns {
    grid-template-columns: 1fr;
  }

  .admin-login-page {
    min-height: auto;
    padding: 40px 0;
  }

  .admin-login-brand,
  .admin-login-card {
    padding: 1.35rem;
  }

  .admin-login-card-top h2 {
    font-size: 1.75rem;
  }

  .admin-main {
    padding: 1rem;
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.15rem;
  }

  .admin-topbar-actions,
  .admin-topbar-actions .btn {
    width: 100%;
  }

  .admin-panel,
  .admin-sidebar {
    padding: 1.1rem;
  }

  .admin-highlight-grid {
    grid-template-columns: 1fr;
  }
}

.admin-highlight-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-inline-card {
  align-items: end;
  background: linear-gradient(180deg, #f9fbfc 0%, #eef6f8 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 14px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem;
}

.customer-master-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-master-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(16, 42, 67, 0.05);
  padding: 1.15rem;
}

.customer-master-card-top {
  display: grid;
  gap: 0.2rem;
  margin-bottom: 0.8rem;
}

.customer-master-card-top strong {
  color: #102a43;
  font-size: 1.05rem;
}

.customer-master-card-top span,
.customer-master-card p {
  color: #486581;
}

.customer-master-card p {
  margin-bottom: 1rem;
}

.customer-master-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bill-item-table {
  display: grid;
  gap: 0.9rem;
}

.bill-item-row {
  align-items: end;
  background: #fff;
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 16px;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(0, 2.1fr) minmax(80px, 0.7fr) minmax(120px, 0.9fr) auto;
  padding: 1rem;
}

.bill-preview-sheet {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(16, 42, 67, 0.06);
  padding: 1.4rem;
}

.bill-preview-header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bill-preview-header h3 {
  color: #102a43;
  margin-bottom: 0.35rem;
}

.bill-preview-header p,
.bill-preview-header strong {
  color: #486581;
  margin: 0 0 0.2rem;
}

.bill-preview-sheet table {
  border-collapse: collapse;
  margin-top: 1rem;
  width: 100%;
}

.bill-preview-sheet th,
.bill-preview-sheet td {
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  color: #102a43;
  padding: 0.8rem 0.55rem;
}

.bill-preview-sheet th {
  color: #486581;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.bill-preview-sheet tfoot td {
  font-weight: 800;
}

.field-validation-text,
.field-validation-error {
  color: #c81e1e;
  display: block;
  font-size: 0.82rem;
  margin-top: 0.35rem;
}

.field-optional {
  color: #627d98;
  font-size: 0.85rem;
  font-weight: 600;
}

.customer-master-email {
  color: #1f6f78;
  font-size: 0.92rem;
  margin-bottom: 0.55rem;
}

.report-export-panel .estimate-form-actions {
  margin-top: 1rem;
}

.report-metric-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.report-metric-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(16, 42, 67, 0.05);
  padding: 1.2rem;
}

.report-metric-card span,
.report-metric-card strong,
.report-metric-card p {
  display: block;
}

.report-metric-card span {
  color: #486581;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.report-metric-card strong {
  color: #102a43;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 0.5rem 0 0.35rem;
}

.report-metric-card p {
  color: #627d98;
  margin: 0;
}

.report-chart {
  align-items: end;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 240px;
}

.report-chart-group {
  display: grid;
  gap: 0.65rem;
  justify-items: center;
}

.report-chart-bars {
  align-items: end;
  display: flex;
  gap: 0.45rem;
  min-height: 180px;
}

.report-chart-bar {
  border-radius: 16px 16px 6px 6px;
  display: inline-block;
  min-height: 10px;
  width: 22px;
}

.report-chart-bar.estimate {
  background: linear-gradient(180deg, #1f6f78 0%, #173f5f 100%);
}

.report-chart-bar.bill {
  background: linear-gradient(180deg, #ffd166 0%, #f4a300 100%);
}

.report-chart-group small {
  color: #627d98;
  font-size: 0.8rem;
  text-align: center;
}

.admin-brand {
  margin-bottom: 1.5rem;
}

.admin-brand strong {
  font-size: 1.5rem;
}

.admin-nav {
  gap: 0.65rem;
}

.admin-nav-link {
  align-items: center;
  border-radius: 14px;
  min-height: 52px;
  padding: 0.95rem 1rem;
}

.admin-nav-link small {
  display: none;
}

.admin-nav-link span {
  font-size: 1rem;
  font-weight: 700;
}

.admin-topbar {
  align-items: center;
}

.admin-topbar h1 {
  margin-bottom: 0.25rem;
}

.admin-topbar p {
  color: #627d98;
  margin-bottom: 0;
}

.admin-inline-form {
  display: inline-flex;
}

.admin-inline-form .btn {
  white-space: nowrap;
}

.mail-toggle {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.mail-toggle .form-check-input {
  float: none;
  margin: 0;
}

.settings-note-list {
  display: grid;
  gap: 1rem;
}

.settings-note-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfc 100%);
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.settings-note-card strong {
  color: #102a43;
  display: block;
  margin-bottom: 0.35rem;
}

.settings-note-card p {
  color: #627d98;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .customer-master-grid {
    grid-template-columns: 1fr;
  }

  .report-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .admin-highlight-grid-two {
    grid-template-columns: 1fr;
  }

  .admin-inline-card,
  .bill-item-row {
    grid-template-columns: 1fr;
  }

  .report-chart {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .admin-inline-card .btn,
  .customer-master-card-actions .btn,
  .estimate-preview-actions .btn,
  .estimate-form-actions .btn,
  .admin-inline-form {
    width: 100%;
  }

  .bill-preview-header {
    flex-direction: column;
  }

  .report-metric-grid,
  .report-chart {
    grid-template-columns: 1fr 1fr;
  }

  .admin-topbar-actions {
    width: 100%;
  }

  .admin-topbar-actions .btn {
    flex: 1 1 calc(50% - 0.5rem);
  }
}
