/* Lgc.Web/wwwroot/src/css/site.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --brand: #0d6efd;
  --text: #212529;
  --muted: #6c757d;
  --line: #e9ecef;
  --bg-subtle: #f8f9fa;
  --radius-sm: .5rem;
  --radius-md: .75rem;
  --radius-lg: 1rem;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --page-max: 1100px;
  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-right: env(safe-area-inset-right, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --safe-area-inset-left: env(safe-area-inset-left, 0px);
  --touch-target-min: 44px;
}
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  color: var(--text);
  background: #fff;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3 {
  letter-spacing: .2px;
}
h1 {
  margin-bottom: .5rem;
}
h2 {
  margin: 2.25rem 0 1rem;
}
h3 {
  margin: 1rem 0 .5rem;
}
.lead {
  font-size: 1.125rem;
  color: var(--muted);
}
img {
  height: auto;
}
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem var(--brand);
}
.container--page {
  max-width: var(--page-max);
}
section {
  padding-block: .5rem;
}
.btn {
  border-radius: var(--radius-sm);
  min-height: var(--touch-target-min);
  min-width: var(--touch-target-min);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
}
.btn + .btn {
  margin-left: .5rem;
}
.btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .btn {
    min-height: 48px;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.footer {
  position: static !important;
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .95rem;
}
.footer a {
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
  color: #495057;
}
.footer .contact-inline {
  gap: .25rem;
}
.footer .contact-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  line-height: 1.2;
}
.footer .contact-item + .contact-item::before {
  content: "";
  width: 1px;
  height: 1em;
  background: #adb5bd;
  margin-right: .6rem;
  display: inline-block;
  vertical-align: middle;
}
.ci {
  width: 1em;
  height: 1em;
  background: currentColor;
  opacity: .6;
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.ci-location {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>');
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>");
}
.ci-phone {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M6.6 10.8a15.05 15.05 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.5 2.7.8 4.1.8.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.4 21 3 13.6 3 4c0-.6.4-1 1-1h2.9c.6 0 1 .4 1 1 0 1.4.3 2.8.8 4.1.1.4 0 .9-.3 1.2l-1.8 1.5z"/></svg>');
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M6.6 10.8a15.05 15.05 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.5 2.7.8 4.1.8.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.4 21 3 13.6 3 4c0-.6.4-1 1-1h2.9c.6 0 1 .4 1 1 0 1.4.3 2.8.8 4.1.1.4 0 .9-.3 1.2l-1.8 1.5z'/></svg>");
}
.ci-mail {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z"/></svg>');
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/></svg>");
}
@media (max-width: 576px) {
  .footer .contact-item + .contact-item::before {
    display: none;
  }
}
.touch-target {
  min-height: 44px;
  min-width: 44px;
}
.touch-target-flex {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.text-brand {
  color: var(--brand-text, #212529) !important;
}
.text-brand-secondary {
  color: var(--brand-secondary, #6c757d) !important;
}
.link-brand-secondary {
  transition: var(--brand-transition, all 0.3s ease);
  color: var(--brand-secondary, #6c757d) !important;
}
.border-top-brand {
  border-top: 1px solid var(--brand-border-light, #e5e7eb);
}
.btn-full-width {
  min-height: 48px;
  width: 100%;
}
.star-active {
  color: #fbbf24;
}
.star-inactive {
  color: #d1d3db;
  opacity: 0.5;
}
.step-number-circle {
  width: 80px;
  height: 80px;
}
.mb-section {
  margin-bottom: 1.5rem;
}
.text-no-margin {
  margin: 0;
}
.text-brand-blue {
  color: #0d6efd;
}
.icon-spacing {
  margin-right: 0.5rem;
}
.check-icon-success {
  color: #198754;
  margin-right: 0.625rem;
  margin-top: 0.1875rem;
  flex-shrink: 0;
}
.card .list-unstyled li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.card .list-unstyled li i.fa-check {
  margin-right: 0.625rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.trust-items {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #495057;
}
.trust-items span {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e9ecef;
  border-radius: 2rem;
  transition: all 0.2s ease;
}
.trust-items span:hover {
  background-color: #ffffff;
  border-color: #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.trust-items span i {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .trust-items {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }
  .trust-items span {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=number],
input[type=search],
input[type=url],
textarea,
select {
  font-size: 16px !important;
  -webkit-appearance: none;
  appearance: none;
  min-height: var(--touch-target-min);
  padding: 0.625rem 0.75rem;
  scroll-margin-top: 1rem;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  input[type=number],
  input[type=search],
  input[type=url],
  textarea,
  select {
    font-size: 1rem;
  }
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}
a,
button,
[role=button],
[tabindex] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
}
.navbar {
  padding-top: calc(1rem + var(--safe-area-inset-top));
  padding-left: calc(1rem + var(--safe-area-inset-left));
  padding-right: calc(1rem + var(--safe-area-inset-right));
}
.navbar .container {
  padding-left: 0;
  padding-right: 0;
}
.footer {
  padding-bottom: var(--safe-area-inset-bottom);
}
main {
  padding-left: var(--safe-area-inset-left);
  padding-right: var(--safe-area-inset-right);
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
}
.scroll-container {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.card,
.card-premium {
  -webkit-tap-highlight-color: transparent;
}
.dropdown-menu {
  min-width: 200px;
}
.dropdown-item {
  min-height: var(--touch-target-min);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
}
.navbar-toggler {
  min-width: var(--touch-target-min);
  min-height: var(--touch-target-min);
  padding: 0.5rem;
  border: none;
  background: transparent;
}
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.95rem;
}
.form-control {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.alert {
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-sm);
}
.modal-content {
  padding-bottom: var(--safe-area-inset-bottom);
}
::selection {
  background-color: rgba(13, 110, 253, 0.2);
  color: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  -webkit-user-drag: none;
  user-drag: none;
  image-rendering: -webkit-optimize-contrast;
}
.no-pull-refresh {
  overscroll-behavior-y: contain;
}
@media (max-width: 767.98px) {
  .mb-3 {
    margin-bottom: 1.25rem !important;
  }
  section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .navbar {
    min-height: 60px;
  }
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Lgc.Web/wwwroot/src/css/brand.css */
:root {
  --brand-primary: var(--brand-primary, #0d6efd);
  --brand-secondary: var(--brand-secondary, #6c757d);
  --brand-bg-light: var(--brand-bg-light, #ffffff);
  --brand-border-light: var(--brand-border-light, #e5e7eb);
  --brand-accent: var(--brand-accent, #f8f9fa);
  --brand-font-heading: var(--brand-font-heading, "Inter", "Segoe UI", sans-serif);
  --brand-font-body: var(--brand-font-body, "Inter", "Segoe UI", sans-serif);
  --radius-soft: 14px;
  --radius-full: 999px;
  --shadow-soft: 0 4px 18px rgba(0,0,0,0.06);
  --shadow-hover: 0 10px 24px rgba(0,0,0,0.10);
  --transition-smooth: 180ms ease;
}
body {
  font-family: var(--brand-font-body);
  color: #3a3a3a;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--brand-font-heading);
  font-weight: 600;
  color: #1f2937;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.card-premium h3,
.card-premium h4 {
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  hyphens: none;
}
.navbar {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: var(--brand-bg-light) !important;
  box-shadow: none;
  border-bottom: 1px solid var(--brand-border-light);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  color: #374151 !important;
  transition: color var(--transition-smooth);
}
.navbar-nav .nav-link:hover {
  color: var(--brand-primary) !important;
}
.navbar .btn-quote {
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  transition: background var(--transition-smooth), box-shadow var(--transition-smooth);
}
.navbar .btn-quote:hover {
  box-shadow: var(--shadow-soft);
}
.site-footer {
  background-color: var(--brand-bg-light);
  border-top: 1px solid var(--brand-border-light);
  padding: 3rem 0;
}
.site-footer h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
}
.site-footer a {
  color: #4b5563;
  text-decoration: none;
  padding: 0.25rem 0;
  display: inline-block;
  transition: color var(--transition-smooth);
}
.site-footer a:hover {
  color: var(--brand-primary);
}
.footer-bottom {
  border-top: 1px solid var(--brand-border-light);
  padding: 1rem 0;
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: #6b7280;
}
.footer-location-pill {
  display: inline-flex;
  padding: 0.3rem 0.75rem;
  background: var(--brand-accent);
  border-radius: var(--radius-full);
  border: 1px solid var(--brand-border-light);
  font-size: 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
h1 {
  margin-bottom: 24px;
}
h2 {
  margin-bottom: 16px;
}
h3 {
  margin-bottom: 12px;
}
.lead {
  margin-bottom: 24px;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1f2937;
  letter-spacing: -0.01em;
}
.section-subtitle {
  color: #6b7280;
  font-size: 1.05rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin-bottom: 24px;
}
.section {
}
@media (max-width: 767.98px) {
  h1 {
    margin-bottom: 20px;
  }
  h2 {
    margin-bottom: 14px;
  }
  .lead {
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .section-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.card-premium {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.card-premium:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}
.card-premium p {
  font-size: 0.98rem;
  color: #4b5563;
  line-height: 1.55;
}
.icon-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  color: var(--brand-primary);
  font-size: 1.75rem;
}
.icon-modern i {
  display: block;
}
.step-number-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: var(--brand-primary);
  color: white;
  border-radius: 50%;
  font-size: 1.75rem;
  font-weight: 700;
}
.testimonial-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
  height: 100%;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}
.testimonial-stars {
  color: #fbbf24;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  line-height: 1;
}
.testimonial-author {
  font-weight: 600;
  color: #1f2937;
  margin-top: 1rem;
  font-size: 0.95rem;
}
.testimonial-card blockquote {
  margin: 0;
  font-style: italic;
  color: #4b5563;
  line-height: 1.6;
}
.testimonial-card blockquote p {
  margin: 0;
  font-size: 0.98rem;
}
@media (max-width: 767.98px) {
  .card-premium,
  .testimonial-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }
  .btn-quote,
  .btn-primary,
  .btn {
    min-height: 48px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
  .icon-modern,
  .step-number-circle {
    min-width: 44px;
    min-height: 44px;
  }
  .site-footer {
    padding: 2rem 0;
  }
  .footer-bottom {
    padding: 1rem 0;
    margin-top: 1.5rem;
  }
}

/* Lgc.Web/wwwroot/src/css/Pages/Shared/_Navbar.css */
.navbar {
  transition: var(--brand-transition, all 0.3s ease);
  background-color: var(--brand-bg-light, #ffffff) !important;
}
.navbar-navbar-brand-height {
  min-height: var(--brand-navbar-height, 72px);
}
.navbar-border-bottom-brand {
  border-bottom: 1px solid var(--brand-border-light, #e5e7eb);
}
.navbar-brand-text {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: var(--brand-text, #212529) !important;
}
.navbar-brand {
  transition: var(--brand-transition, all 0.3s ease);
}
.navbar-brand:hover {
  opacity: 0.8;
}
.navbar-toggler-custom {
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav-gap {
  gap: 0.5rem;
}
.navbar-nav .nav-link {
  color: var(--brand-text, #212529) !important;
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: var(--brand-transition, all 0.3s ease);
  position: relative;
  font-size: 0.95rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--brand-primary, #0d6efd) !important;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: var(--brand-primary, #0d6efd);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}
.dropdown-menu {
  border: 1px solid var(--brand-border-light, #e5e7eb);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.375rem;
}
.dropdown-item {
  transition: var(--brand-transition, all 0.3s ease);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--brand-accent, #f8f9fa);
  color: var(--brand-primary, #0d6efd);
}
.navbar-cta-button {
  white-space: nowrap;
  transition: var(--brand-transition, all 0.3s ease);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-nav .nav-link {
    padding: 1rem 1rem;
    border-bottom: 1px solid var(--brand-border-light, #e5e7eb);
  }
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .d-flex {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .d-flex .btn {
    width: 100%;
    min-height: 48px;
    font-size: 1rem;
  }
  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
  }
  .dropdown-item {
    border-bottom: 1px solid var(--brand-border-light, #e5e7eb);
    padding: 1rem 1.5rem;
  }
  .dropdown-item:last-child {
    border-bottom: none;
  }
}

/* Lgc.Web/wwwroot/src/css/Pages/Shared/_Footer.css */
.footer {
  font-family: var(--brand-font-body, inherit);
}
.footer a:hover {
  color: var(--brand-primary, #0d6efd) !important;
  text-decoration: underline !important;
}
.footer .footer-brand-heading,
.footer .footer-section-label {
  font-family: var(--brand-font-heading, inherit);
}
.footer-bg {
  background-color: var(--brand-bg-light, #ffffff);
  padding-top: var(--brand-footer-padding, 2rem);
  padding-bottom: 0;
}
.footer-divider {
  border-top: 1px solid var(--brand-border-light, #e5e7eb);
  margin-bottom: var(--brand-section-spacing, 1.5rem);
}
.footer-brand-heading {
  color: var(--brand-text, #212529);
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
.footer-brand-description {
  line-height: 1.6;
  color: var(--brand-secondary, #6c757d);
}
.footer-section-label {
  color: var(--brand-text, #212529);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-link-list {
  line-height: 2.2;
}
.footer-content {
  line-height: 1.8;
  color: var(--brand-secondary, #6c757d);
}
.footer-strong {
  color: var(--brand-text, #212529);
  font-size: 0.875rem;
}
.footer-service-areas {
  line-height: 1.6;
}
.footer-service-areas-small {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.footer-copyright-bar {
  border-top: 1px solid var(--brand-border-light, #e5e7eb);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 2rem !important;
  }
  .footer .col-md-4 {
    margin-bottom: 2rem;
  }
  .footer .col-md-4:last-child {
    margin-bottom: 0;
  }
}

/* Lgc.Web/wwwroot/src/css/Pages/Shared/_CookieConsentBanner.css */
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: var(--brand-bg-light, #ffffff);
  border-top: 1px solid var(--brand-border-light, #e5e7eb);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1rem;
  transform: translateY(100%);
  transition: transform 300ms ease-out, opacity 300ms ease-out;
  opacity: 0;
}
.cookie-consent-banner[hidden] {
  display: block !important;
  pointer-events: none;
}
.cookie-consent-banner.cookie-consent-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cookie-consent-banner.cookie-consent-hiding {
  transform: translateY(100%);
  opacity: 0;
}
.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cookie-consent-text {
  flex: 1 1 auto;
  min-width: 280px;
  max-width: 700px;
}
.cookie-consent-heading {
  font-family: var(--brand-font-heading, inherit);
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-text, #1f2937);
  margin: 0 0 0.5rem 0;
}
.cookie-consent-description {
  font-family: var(--brand-font-body, inherit);
  font-size: 0.875rem;
  color: var(--brand-secondary, #6c757d);
  line-height: 1.5;
  margin: 0;
}
.cookie-consent-link {
  color: var(--brand-primary, #0d6efd);
  text-decoration: underline;
  font-weight: 500;
}
.cookie-consent-link:hover {
  color: var(--brand-primary, #0d6efd);
  text-decoration: none;
}
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.cookie-consent-btn {
  font-family: var(--brand-font-body, inherit);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full, 999px);
  transition:
    background var(--transition-smooth, 180ms ease),
    box-shadow var(--transition-smooth, 180ms ease),
    border-color var(--transition-smooth, 180ms ease);
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
}
.cookie-consent-btn-primary {
  background-color: var(--brand-primary, #0d6efd);
  color: #ffffff;
  border-color: var(--brand-primary, #0d6efd);
}
.cookie-consent-btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
  box-shadow: var(--shadow-soft, 0 4px 18px rgba(0,0,0,0.06));
}
.cookie-consent-btn-secondary {
  background-color: transparent;
  color: var(--brand-secondary, #6c757d);
  border-color: var(--brand-border-light, #e5e7eb);
}
.cookie-consent-btn-secondary:hover {
  background-color: var(--brand-accent, #f8f9fa);
  color: var(--brand-text, #1f2937);
  border-color: var(--brand-border-light, #e5e7eb);
}
.cookie-consent-btn-outline {
  background-color: transparent;
  color: var(--brand-primary, #0d6efd);
  border-color: var(--brand-primary, #0d6efd);
  text-decoration: none;
}
.cookie-consent-btn-outline:hover {
  background-color: var(--brand-primary, #0d6efd);
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .cookie-consent-banner {
    padding: 1rem;
  }
  .cookie-consent-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .cookie-consent-text {
    max-width: none;
    text-align: center;
  }
  .cookie-consent-heading {
    font-size: 0.95rem;
  }
  .cookie-consent-description {
    font-size: 0.8rem;
  }
  .cookie-consent-actions {
    flex-direction: column;
    width: 100%;
  }
  .cookie-consent-btn {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cookie-consent-actions {
    display: flex;
    flex-direction: column;
  }
  .cookie-consent-btn-primary {
    order: 1;
  }
  .cookie-consent-btn-secondary {
    order: 2;
  }
  .cookie-consent-btn-outline {
    order: 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent-banner {
    transition: none;
  }
}

/* Lgc.Web/wwwroot/src/css/core.css */
/*# sourceMappingURL=core.min.css.map */
