@charset "UTF-8";
:root {
  --site-content-max: 1240px;
  --site-gutter: clamp(1rem, 1.9vw, 1.5rem);
  --site-shell-max: calc(var(--site-content-max) + var(--site-gutter) + var(--site-gutter));
  --content-edge: max(var(--site-gutter), calc((100vw - var(--site-content-max)) / 2));
  --bs-body-color: #112b4e;
  --bs-body-bg: #f6f7f9;
  --bs-body-font-family: "Manrope", Arial, sans-serif;
  --bs-border-radius: 0.75rem;
  --bs-border-radius-lg: 1rem;
  --bs-focus-ring-color: rgba(225, 36, 42, 0.24);
}

.container,
.site-shell {
  max-width: var(--site-shell-max);
  padding-right: var(--site-gutter);
  padding-left: var(--site-gutter);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

body {
  color: #112b4e;
  background: #f6f7f9;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1, h2, h3, h4 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

h1 {
  line-height: 1.06;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.16;
}

h3 {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.3;
}

p {
  font-size: 0.95rem;
}

.overline {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.overline span {
  width: 2rem;
  height: 1px;
  background: currentColor;
}
.overline.light {
  color: #ff9ca0;
}

.section-space {
  padding: clamp(4.25rem, 7vw, 7.5rem) 0;
}

.section-head {
  margin-bottom: clamp(2.5rem, 5vw, 4.3rem);
}
.section-head > p:last-child:not(.overline) {
  margin-bottom: 0;
  color: #5a6b80;
}

.btn-accent,
.btn-ink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3rem;
  border: 1px solid transparent;
  border-radius: 0.68rem;
  padding: 0.72rem 1.1rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  transition: background-color 180ms ease, transform 180ms ease;
}
.btn-accent:hover, .btn-accent:focus-visible,
.btn-ink:hover,
.btn-ink:focus-visible {
  transform: translateY(-2px);
}
.btn-accent span,
.btn-accent i,
.btn-ink span,
.btn-ink i {
  font-size: 1.1rem;
  line-height: 1;
}

.btn-accent {
  color: #ffffff;
  background: #e1242a;
}
.btn-accent:hover, .btn-accent:focus-visible {
  color: #ffffff;
  background: #b7161c;
}

.btn-project-request {
  min-height: 3.2rem;
  border-radius: 999px;
  padding-right: 1.25rem;
  padding-left: 1.1rem;
  box-shadow: 0 0.65rem 1.25rem rgba(183, 22, 28, 0.2);
}
.btn-project-request i:first-child {
  font-size: 0.92rem;
}
.btn-project-request i:last-child {
  margin-left: 0.1rem;
  font-size: 1rem;
}

.btn-ink {
  color: #ffffff;
  background: #112b4e;
}
.btn-ink:hover, .btn-ink:focus-visible {
  color: #ffffff;
  background: #e1242a;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #112b4e;
  padding-bottom: 0.2rem;
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
}
.inline-link:hover {
  color: #e1242a;
  border-color: #e1242a;
}

.service-filter .filter-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.35rem;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  color: #5a6b80;
  background: transparent;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.service-filter .filter-control i {
  flex: 0 0 auto;
  font-size: 0.9rem;
  line-height: 1;
}
.service-filter .filter-control[data-group=all] i {
  color: #2f6fed;
}
.service-filter .filter-control[data-group=marka] i {
  color: #e1242a;
}
.service-filter .filter-control[data-group=mekan] i {
  color: #8b5cf6;
}
.service-filter .filter-control[data-group=uretim] i {
  color: #e77b24;
}
.service-filter .filter-control[data-group=yaratici] i {
  color: #22a06b;
}
.service-filter .filter-control:hover {
  color: #112b4e;
  background: #eef1f5;
}
.service-filter .filter-control.active {
  color: #ffffff;
  background: #112b4e;
  box-shadow: 0 0.55rem 1.15rem rgba(17, 43, 78, 0.22);
}
.service-filter .filter-control.active[data-group=all] i {
  color: #a9c8ff;
}
.service-filter .filter-control.active[data-group=marka] i {
  color: #ffabae;
}
.service-filter .filter-control.active[data-group=mekan] i {
  color: #c7b1ff;
}
.service-filter .filter-control.active[data-group=uretim] i {
  color: #ffc287;
}
.service-filter .filter-control.active[data-group=yaratici] i {
  color: #79daa8;
}

.scroll-top {
  position: fixed;
  z-index: 1050;
  right: var(--content-edge);
  bottom: 1.5rem;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid rgba(47, 111, 237, 0.34);
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
  background: #2f6fed;
  box-shadow: 0 0.75rem 1.6rem rgba(47, 111, 237, 0.3);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.85rem);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}
.scroll-top i {
  font-size: 1.15rem;
  font-weight: 800;
}
.scroll-top:hover, .scroll-top:focus-visible {
  color: #ffffff;
  background: #1d5ed8;
  transform: translateY(-0.15rem);
}
.scroll-top:focus-visible {
  outline: 2px solid #2f6fed;
  outline-offset: 3px;
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-groups {
  display: grid;
  min-width: 0;
  gap: clamp(3.5rem, 6vw, 5.5rem);
}

.service-search-status {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  padding: 1rem 1.15rem;
  color: #112b4e;
  background: #ffffff;
}
.service-search-status > i {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #112b4e;
  font-size: 0.95rem;
}
.service-search-status span {
  display: grid;
  gap: 0.12rem;
}
.service-search-status b {
  font-size: 0.9rem;
  font-weight: 800;
}
.service-search-status small {
  color: #5a6b80;
  font-size: 0.78rem;
}
.service-search-status.is-empty > i {
  color: #112b4e;
  background: rgba(225, 36, 42, 0.3);
}

.service-group > header {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1rem;
  border-bottom: 1px solid #112b4e;
  padding-bottom: 0.8rem;
}
.service-group > header > span,
.service-group > header > b {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.service-group > header > span {
  color: #e1242a;
}
.service-group > header > b {
  color: #5a6b80;
}
.service-group > header h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.service-grid {
  margin-top: 0;
}

.service-item {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.service-item:hover {
  border-color: rgba(225, 36, 42, 0.75);
  box-shadow: 0 1.1rem 2.4rem rgba(17, 43, 78, 0.13);
  transform: translateY(-0.3rem);
}

.service-image {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.6;
  border-bottom: 1px solid #d9e0e8;
  background: #112b4e;
  object-fit: cover;
}

.service-item .card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.2rem 1.25rem 1.05rem;
}

.service-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: #5a6b80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.service-card-meta > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-id {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
}

.service-item .card-title {
  margin-bottom: 0.5rem;
  color: #112b4e;
  font-size: 1.12rem;
  line-height: 1.25;
}

.service-item .card-text {
  margin: 0;
  color: #5a6b80;
  font-size: 0.88rem;
  line-height: 1.62;
}

.service-item .card-footer {
  border-top: 1px solid #d9e0e8;
  padding: 0.85rem 1.25rem 1rem;
  background: transparent;
}

.video-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
}
.video-link:hover {
  color: #b7161c;
}

@media (max-width: 767.98px) {
  .service-group > header {
    grid-template-columns: 1fr auto;
  }
  .service-group > header > span {
    grid-column: 1/-1;
  }
  .service-item .card-body {
    padding: 1.1rem;
  }
  .service-item .card-footer {
    padding: 0.8rem 1.1rem;
  }
}
.cookie-consent {
  position: fixed;
  z-index: 2000;
  bottom: 1.5rem;
  left: 1.5rem;
  width: min(100vw - 3rem, 430px);
}
.cookie-consent[hidden] {
  display: none;
}

.cookie-consent-card {
  width: min(100%, 430px);
  border: 1px solid rgba(202, 213, 233, 0.95);
  border-radius: 1.1rem;
  padding: 1.25rem 1.1rem 1rem;
  color: #102856;
  background: #fff;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
}

.cookie-consent-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
  color: #0d5ca7;
}
.cookie-consent-brand > span {
  display: block;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  overflow: hidden;
  border-radius: 50%;
}
.cookie-consent-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cookie-consent-brand b {
  font: 700 1.35rem/1 Manrope, Arial, sans-serif;
  letter-spacing: -0.04em;
}
.cookie-consent-brand b span {
  color: #112d61;
}

.cookie-consent-card h2 {
  margin: 0 0 0.42rem;
  color: #102856;
  font: 800 1.08rem/1.3 Manrope, Arial, sans-serif;
}
.cookie-consent-card p {
  margin: 0;
  color: #6b7eaa;
  font-size: 0.82rem;
  line-height: 1.55;
}

.cookie-policy-link {
  display: inline-block;
  margin-top: 0.28rem;
  color: #1647d9;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-settings {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
  border: 1px solid #dbe4f2;
  border-radius: 0.65rem;
  padding: 0.75rem;
  color: #36507f;
  background: #f7f9fd;
  font-size: 0.8rem;
}
.cookie-consent-settings label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.2fr;
  gap: 0.48rem;
  margin-top: 0.95rem;
}

.cookie-button {
  min-height: 2.35rem;
  border: 1px solid #c9d6ed;
  border-radius: 0.48rem;
  padding: 0.35rem 0.45rem;
  font: 700 0.73rem/1.2 Manrope, Arial, sans-serif;
  transition: transform 160ms ease, background 160ms ease;
}
.cookie-button:hover, .cookie-button:focus-visible {
  transform: translateY(-1px);
}

.cookie-button-secondary {
  color: #173361;
  background: #fff;
}

.cookie-button-primary {
  border-color: #2563eb;
  color: #fff;
  background: #2563eb;
}

@media (max-width: 575.98px) {
  .cookie-consent {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
  }
  .cookie-consent-actions {
    grid-template-columns: 1fr;
  }
  .cookie-button {
    min-height: 2.65rem;
  }
}
.form-label {
  margin-bottom: 0.4rem;
  color: #112b4e;
  font-size: 0.8rem;
  font-weight: 800;
}

.form-control,
.form-select {
  min-height: 3rem;
  border: 1px solid #d9e0e8;
  border-radius: 0;
  padding: 0.7rem 0.8rem;
  color: #112b4e;
  background: #ffffff;
  font-size: 0.9rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #e1242a;
  box-shadow: 0 0 0 0.18rem rgba(225, 36, 42, 0.13);
}

textarea.form-control {
  min-height: 8rem;
}

.form-check-input {
  border-color: #5a6b80;
  border-radius: 0;
}
.form-check-input:checked {
  border-color: #e1242a;
  background-color: #e1242a;
}

.form-check-label {
  color: #5a6b80;
  font-size: 0.8rem;
}

.form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
}

.form-status {
  font-size: 0.77rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #0c7450;
}

.form-status.is-error {
  color: #b83218;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid #d9e0e8;
  background: #ffffff;
  overflow-anchor: none;
  transition: box-shadow 180ms ease, border-color 180ms ease;
}
.site-header.scrolled {
  border-color: rgba(17, 43, 78, 0.14);
  box-shadow: 0 0.55rem 1.6rem rgba(17, 43, 78, 0.09);
}

.utility-topbar {
  max-height: 2.55rem;
  overflow: hidden;
  color: #ffffff;
  background: #112b4e;
  opacity: 1;
  transition: max-height 220ms ease, opacity 160ms ease;
}

.site-header.topbar-hidden .utility-topbar {
  max-height: 0;
  opacity: 0;
}

.utility-content {
  display: flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility-links,
.utility-actions {
  display: flex;
  align-items: center;
}

.utility-links a,
.utility-links .utility-info,
.utility-actions > a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 0.78rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.73rem;
  font-weight: 700;
}
.utility-links a:first-child,
.utility-links .utility-info:first-child,
.utility-actions > a:first-child {
  padding-left: 0;
}
.utility-links a:hover,
.utility-links .utility-info:hover,
.utility-actions > a:hover {
  color: #ffffff;
}

.utility-links a i,
.utility-links .utility-info i,
.utility-actions > a i {
  font-size: 0.75rem;
  line-height: 1;
}

.utility-links a[href^=tel] i {
  color: #22a06b;
}

.utility-links a[href^=mailto] i {
  color: #2f6fed;
}

.utility-links .utility-info i {
  color: #e59b12;
}

.utility-actions > a.utility-whatsapp i {
  color: #25d366;
}

.utility-actions > a:last-of-type {
  border-right: 0;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  width: 3rem;
  height: 1.55rem;
  margin-left: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 0.1rem;
  color: #ffffff;
  background: transparent;
  transition: 180ms ease;
}
.theme-toggle:hover {
  border-color: #e1242a;
}
.theme-toggle:focus-visible {
  outline: 2px solid #e1242a;
  outline-offset: 2px;
}

.theme-toggle-icon {
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border-radius: 50%;
  font-size: 0.65rem;
  transition: 180ms ease;
}

.theme-toggle-sun {
  color: #112b4e;
  background: #e59b12;
}

.theme-toggle-moon {
  color: #a9c8ff;
}

[data-theme=dark] .theme-toggle-sun {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

[data-theme=dark] .theme-toggle-moon {
  color: #112b4e;
  background: #a9c8ff;
}

.site-nav {
  position: relative;
  min-height: 5.75rem;
  align-items: center;
  padding: 0.85rem 0;
  background: #ffffff;
}

.navbar-toggler {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  margin-left: auto;
  place-items: center;
  border: 1px solid #2f6fed;
  border-radius: 0.65rem;
  padding: 0;
  background: #f6f7f9;
  box-shadow: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(47, 111, 237, 0.2);
}

.navbar-toggler-icon {
  position: relative;
  width: 1.05rem;
  height: 0.7rem;
  border-top: 1px solid #2f6fed;
  border-bottom: 1px solid #2f6fed;
  background-image: none;
}
.navbar-toggler-icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #2f6fed;
  content: "";
  transform: translateY(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 0.85rem;
  margin-right: 1.5rem;
  color: #112b4e;
  line-height: 1;
}
.brand:hover {
  color: #112b4e;
}
.brand img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.brand span {
  display: grid;
  gap: 0.3rem;
}
.brand b {
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.brand small {
  color: #b7161c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.site-search {
  position: relative;
  display: flex;
  width: min(100%, 20rem);
  min-width: 15rem;
  align-items: center;
  gap: 0.4rem;
  margin-right: 1.15rem;
  border: 1px solid #d9e0e8;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  color: #5a6b80;
  background: #f6f7f9;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.site-search > i {
  flex: 0 0 auto;
  color: #2f6fed;
  font-size: 0.95rem;
}
.site-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0.28rem 0;
  color: #112b4e;
  background: transparent;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
}
.site-search input::placeholder {
  color: #5a6b80;
  opacity: 1;
}
.site-search:focus-within {
  border-color: rgba(17, 43, 78, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(17, 43, 78, 0.1);
}

.site-search-suggestions {
  position: absolute;
  z-index: 1030;
  top: calc(100% + 0.55rem);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 0.85rem;
  padding: 0.35rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.4rem rgba(17, 43, 78, 0.16);
}
.site-search-suggestions[hidden] {
  display: none;
}
.site-search-suggestions a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.55rem;
  padding: 0.62rem 0.65rem;
  color: #112b4e;
  transition: background-color 160ms ease, color 160ms ease;
}
.site-search-suggestions a:hover, .site-search-suggestions a:focus-visible {
  color: #112b4e;
  background: #f6f7f9;
}
.site-search-suggestions span {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.site-search-suggestions b {
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-search-suggestions small {
  color: #5a6b80;
  font-size: 0.68rem;
  font-weight: 600;
}
.site-search-suggestions > a > i {
  color: #2f6fed;
  font-size: 0.75rem;
}

.site-search-empty {
  display: block;
  padding: 0.7rem;
  color: #5a6b80;
  font-size: 0.75rem;
}

.navbar-nav {
  gap: 0;
  flex-wrap: nowrap;
}
.navbar-nav .nav-item {
  flex: 0 0 auto;
}
.navbar-nav .nav-link {
  position: relative;
  padding: 0.68rem 0.58rem;
  color: #112b4e;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}
.navbar-nav .nav-link::before {
  position: absolute;
  right: 0.58rem;
  bottom: 0.38rem;
  left: 0.58rem;
  height: 2px;
  background: #112b4e;
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 180ms ease;
}
.navbar-nav .nav-link:hover {
  color: #112b4e;
}
.navbar-nav .nav-link:hover::before, .navbar-nav .nav-link:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}
.navbar-nav .nav-link.active {
  color: #e1242a;
}
.navbar-nav .nav-link.active::before {
  background: #e1242a;
  opacity: 1;
  transform: scaleX(1);
}

.mega-dropdown {
  position: relative;
}

.navbar-nav .nav-link.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.navbar-nav .nav-link.dropdown-toggle::after {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0 0.1rem 0.1rem;
  border-width: 0 1.5px 1.5px 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  transition: transform 180ms ease;
}
.navbar-nav .nav-link.dropdown-toggle.show::after {
  margin-bottom: -0.08rem;
  transform: rotate(225deg);
}

.mega-menu {
  width: min(43rem, 100vw - 2rem);
  margin-top: 0.85rem;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  padding: 1.1rem;
  background: #ffffff;
  box-shadow: 0 1.4rem 3.6rem rgba(17, 43, 78, 0.16);
}

.mega-menu-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #d9e0e8;
  padding: 0.15rem 0.15rem 0.9rem;
}
.mega-menu-head > div {
  display: grid;
  gap: 0.3rem;
}
.mega-menu-head strong {
  color: #112b4e;
  font-size: 0.94rem;
  line-height: 1.35;
}

.mega-menu-eyebrow {
  color: #b7161c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  padding-top: 0.9rem;
}

.mega-menu-link {
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.7rem;
  color: #112b4e;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.mega-menu-link:hover, .mega-menu-link:focus-visible {
  border-color: rgba(225, 36, 42, 0.28);
  color: #112b4e;
  background: #fff2f3;
  transform: translateX(0.15rem);
}
.mega-menu-link > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}
.mega-menu-link b {
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mega-menu-link small {
  overflow: hidden;
  color: #5a6b80;
  font-size: 0.75rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mega-menu-link > i {
  color: #2f6fed;
  font-size: 0.78rem;
}

.mega-menu-icon {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 0.65rem;
  color: #2f6fed;
  background: #eef4ff;
}
.mega-menu-icon i {
  font-size: 1.02rem;
}

.mega-menu-link:nth-child(2) .mega-menu-icon, .mega-menu-link:nth-child(2) > i {
  color: #8b5cf6;
}
.mega-menu-link:nth-child(2) .mega-menu-icon {
  background: #f3efff;
}

.mega-menu-link:nth-child(3) .mega-menu-icon, .mega-menu-link:nth-child(3) > i {
  color: #e77b24;
}
.mega-menu-link:nth-child(3) .mega-menu-icon {
  background: #fff4e9;
}

.mega-menu-link:nth-child(4) .mega-menu-icon, .mega-menu-link:nth-child(4) > i {
  color: #22a06b;
}
.mega-menu-link:nth-child(4) .mega-menu-icon {
  background: #e9f8f0;
}

@media (min-width: 1200px) {
  .brand {
    margin-right: 1.4rem;
  }
  .site-nav .navbar-collapse {
    align-items: center;
    justify-content: flex-end;
  }
  .btn-project-request {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .mega-dropdown {
    position: static;
  }
  .site-nav .mega-menu[data-bs-popper] {
    top: 100%;
    right: auto;
    left: var(--mega-menu-inline-start, 0);
    margin-top: 0;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-toggler {
    display: grid;
  }
  .site-nav {
    flex-wrap: wrap;
  }
  .site-search {
    flex: 1 1 13rem;
    margin-right: 0.75rem;
  }
  .navbar-toggler {
    margin-left: 0;
  }
  .navbar-collapse {
    flex-basis: 100%;
    order: 4;
    padding: 0.8rem 0 1.1rem;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .mega-menu {
    position: static;
    width: 100%;
    margin: 0.15rem 0 0.55rem;
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 767.98px) {
  .utility-links a:not(:first-child),
  .utility-links .utility-info,
  .utility-actions > a {
    display: none;
  }
  .utility-actions > a.utility-whatsapp {
    display: inline-flex;
    padding-right: 0.45rem;
    font-size: 0.68rem;
  }
  .utility-content {
    min-height: 2.35rem;
  }
  .utility-topbar {
    max-height: 2.35rem;
  }
  .theme-toggle {
    margin-left: 0;
  }
  .site-nav {
    min-height: 5.15rem;
    padding: 0.7rem 0;
  }
  .brand {
    gap: 0.65rem;
    margin-right: 0.65rem;
  }
  .brand img {
    width: 3rem;
    height: 3rem;
  }
  .brand b {
    font-size: 1rem;
  }
  .brand small {
    font-size: 0.56rem;
  }
  .site-search {
    order: 3;
    width: 100%;
    flex-basis: 100%;
    margin: 0.7rem 0 0.2rem;
  }
  .navbar-toggler {
    order: 2;
  }
  .mega-menu {
    border-radius: 0.8rem;
    padding: 0.8rem;
  }
  .mega-menu-grid {
    grid-template-columns: 1fr;
  }
  .mega-menu-link {
    grid-template-columns: 2.3rem minmax(0, 1fr) auto;
  }
}
.newsletter-section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0 0;
  background: #f6f7f9;
}

.newsletter-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1.25rem 3.5rem rgba(17, 43, 78, 0.12);
  transform: translateY(2.75rem);
}

.newsletter-copy,
.newsletter-form {
  padding: clamp(1.5rem, 3.2vw, 2.25rem);
}

.newsletter-copy {
  border-right: 1px dashed #b8c3d0;
}
.newsletter-copy h2 {
  margin-bottom: 0.45rem;
  color: #112b4e;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}
.newsletter-copy > p:last-child {
  max-width: 28rem;
  margin: 0;
  color: #5a6b80;
  font-size: 0.94rem;
}

.newsletter-kicker,
.newsletter-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  color: #112b4e;
  font-size: 0.82rem;
  font-weight: 800;
}
.newsletter-kicker i,
.newsletter-label i {
  font-size: 0.98rem;
}

.newsletter-kicker i {
  color: #e77b24;
}

.newsletter-label i {
  color: #2f6fed;
}

.newsletter-form {
  display: grid;
  align-content: center;
}

.newsletter-label {
  margin-bottom: 0.7rem;
}

.newsletter-input-row {
  display: flex;
  overflow: hidden;
  border: 1px solid #cbd3dc;
  border-radius: 0.85rem;
  padding: 0.3rem;
  background: #ffffff;
}
.newsletter-input-row .form-control {
  min-width: 0;
  border: 0;
  box-shadow: none;
}

.btn-newsletter {
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.65rem;
  padding: 0.65rem 1rem;
  color: #ffffff;
  background: #112b4e;
  font-size: 0.82rem;
  font-weight: 800;
}
.btn-newsletter:hover, .btn-newsletter:focus-visible {
  background: #112b4e;
}

.newsletter-consent {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0.7rem 1rem;
  margin-top: 0.75rem;
}
.newsletter-consent .form-check-label {
  color: #5a6b80;
  font-size: 0.73rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.9);
  background: #112b4e;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(17rem, 0.72fr) minmax(42rem, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 5vw, 5rem);
  padding-top: clamp(5rem, 7vw, 6.75rem);
  padding-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

.footer-brand {
  max-width: 29rem;
}
.footer-brand > p {
  max-width: 27rem;
  margin: 1.4rem 0 1.65rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #ffffff;
  line-height: 1;
}
.footer-logo:hover {
  color: #ffffff;
}
.footer-logo img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}
.footer-logo span {
  display: grid;
  gap: 0.3rem;
}
.footer-logo b {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.footer-logo small {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.footer-social a {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1rem;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.footer-social a:hover, .footer-social a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}
.footer-social a[aria-label=Instagram] {
  color: #e4405f;
}
.footer-social a[aria-label=Facebook] {
  color: #1877f2;
}
.footer-social a[aria-label=LinkedIn] {
  color: #0a66c2;
}
.footer-social a[aria-label*=YouTube] {
  color: #ff0000;
}

.footer-brand,
.footer-links {
  align-self: start;
}

.footer-links {
  display: grid;
  grid-template-columns: minmax(9.5rem, 0.72fr) minmax(17rem, 1.28fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-content: start;
}

.footer-links--expanded {
  grid-template-columns: repeat(2, minmax(8.5rem, 0.72fr)) minmax(17rem, 1.35fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.footer-menu,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.72rem;
}
.footer-menu h2,
.footer-contact h2 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.footer-menu a,
.footer-menu p,
.footer-contact a,
.footer-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.93rem;
  font-style: normal;
}
.footer-menu a:hover,
.footer-contact a:hover {
  color: #e1242a;
}

.footer-contact {
  gap: 0.78rem;
}
.footer-contact a,
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.footer-contact i {
  width: 1rem;
  margin-top: 0.23rem;
  text-align: center;
  font-size: 0.84rem;
}
.footer-contact a[href^=tel] i {
  color: #22a06b;
}
.footer-contact a[href^=mailto] i {
  color: #2f6fed;
}
.footer-contact p i {
  color: #e24a4a;
}
.footer-contact .footer-contact-text {
  min-width: 0;
  line-height: 1.65;
}

.footer-contact .footer-qr {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  width: min(100%, 20rem);
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.9rem;
  padding: 0.55rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, background-color 180ms ease;
}
.footer-contact .footer-qr:hover, .footer-contact .footer-qr:focus-visible {
  border-color: rgba(225, 36, 42, 0.9);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.footer-contact .footer-qr img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.48rem;
  background: #ffffff;
  object-fit: cover;
}
.footer-contact .footer-qr span {
  display: grid;
  gap: 0.35rem;
}
.footer-contact .footer-qr b {
  color: #ffffff;
  font-size: 0.87rem;
  font-weight: 800;
}
.footer-contact .footer-qr small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
}

.legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.legal-footer > p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
}
.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 0;
}
.legal-footer a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
}
.legal-footer a:hover {
  color: #e1242a;
}
.legal-footer a + a::before {
  content: none;
}
.legal-footer a + a {
  margin-left: 0.75rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 0.75rem;
}

@media (max-width: 991.98px) {
  .newsletter-card {
    grid-template-columns: 1fr;
  }
  .newsletter-copy {
    border-right: 0;
    border-bottom: 1px dashed #b8c3d0;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-links--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-links--expanded .footer-contact {
    grid-column: 1/-1;
  }
}
@media (max-width: 767.98px) {
  .newsletter-section {
    padding-top: 3rem;
  }
  .newsletter-card {
    transform: translateY(1.5rem);
  }
  .newsletter-input-row {
    align-items: stretch;
    flex-direction: column;
    gap: 0.35rem;
  }
  .btn-newsletter {
    min-height: 2.7rem;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .footer-links--expanded {
    grid-template-columns: 1fr;
  }
  .footer-links--expanded .footer-contact {
    grid-column: auto;
  }
  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1.2rem 0;
  }
  .legal-footer nav {
    justify-content: flex-start;
  }
  .legal-footer a + a {
    margin-left: 0.55rem;
    padding-left: 0.55rem;
  }
}
.skip-link {
  position: absolute;
  z-index: 3000;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.5rem 0.7rem;
  color: #ffffff;
  background: #112b4e;
}

.hero-section {
  padding: clamp(1.25rem, 3vw, 2.6rem) 0 clamp(4rem, 7vw, 7rem);
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(2.6rem, 4vw, 3.5rem);
}

.hero-carousel .carousel-item,
.hero-carousel .container,
.hero-layout > * {
  min-width: 0;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(26rem, 1.06fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 34rem;
}

.hero-copy {
  padding: 1.5rem 0;
}

.hero-copy h1,
.hero-copy h2 {
  max-width: 40rem;
  margin-bottom: 1.35rem;
  font-size: clamp(2.6rem, 4.25vw, 4.6rem);
  line-height: 1.06;
}
.hero-copy h1 em,
.hero-copy h2 em {
  color: #e1242a;
  font-style: normal;
}

.hero-intro {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: #5a6b80;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.4rem;
  margin: 4rem 0 0;
}
.hero-metrics div {
  display: grid;
  gap: 0.12rem;
}
.hero-metrics dt {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hero-metrics dd {
  margin: 0;
  color: #5a6b80;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 43, 78, 0.12);
}
.hero-visual img {
  width: 100%;
  min-height: 29rem;
  object-fit: cover;
}

.visual-note {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.2rem;
  min-width: 13rem;
  padding: 1rem 1.2rem;
  color: #ffffff;
  background: #112b4e;
}
.visual-note b {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.visual-note span {
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-carousel .carousel-indicators {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: clamp(0.75rem, 1.4vw, 1.1rem);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 0.3rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #112b4e;
  background-clip: border-box;
  opacity: 0.35;
  text-indent: 0;
  transition: width 180ms ease, opacity 180ms ease, background-color 180ms ease;
}
.hero-carousel .carousel-indicators [data-bs-target]:hover, .hero-carousel .carousel-indicators [data-bs-target].active {
  width: 1.8rem;
  background: #e1242a;
  opacity: 1;
}

.hero-overlay-arrows {
  position: absolute;
  z-index: 5;
  top: 48%;
  right: var(--content-edge);
  left: var(--content-edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}
.hero-overlay-arrows .carousel-control-prev,
.hero-overlay-arrows .carousel-control-next {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(17, 43, 78, 0.86);
  box-shadow: 0 0.5rem 1.25rem rgba(17, 43, 78, 0.24);
  font-size: 1rem;
  opacity: 1;
  pointer-events: auto;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.hero-overlay-arrows .carousel-control-prev:hover, .hero-overlay-arrows .carousel-control-prev:focus-visible,
.hero-overlay-arrows .carousel-control-next:hover,
.hero-overlay-arrows .carousel-control-next:focus-visible {
  color: #112b4e;
  background: #e1242a;
  transform: scale(1.06);
}

.hero-carousel:hover .hero-overlay-arrows,
.hero-carousel:focus-within .hero-overlay-arrows {
  opacity: 1;
}

@media (hover: none) {
  .hero-overlay-arrows {
    opacity: 1;
  }
}
.workflow-section {
  background: #ffffff;
}

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

.workflow-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 24rem;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  padding: 1.6rem;
  color: #112b4e;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.75rem rgba(17, 43, 78, 0.06);
  transition: border-color 200ms ease, color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.workflow-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 9rem;
  height: 9rem;
  border-radius: 0 0 0 100%;
  background: radial-gradient(circle at top right, rgba(225, 36, 42, 0.12) 0.09rem, transparent 0.1rem);
  background-size: 0.55rem 0.55rem;
  content: "";
  opacity: 0;
  transform: translate(2rem, -2rem);
  transition: opacity 200ms ease, transform 200ms ease;
}
.workflow-card:hover, .workflow-card:focus-within {
  border-color: transparent;
  color: #ffffff;
  background: #e1242a;
  box-shadow: 0 1.2rem 2.8rem rgba(183, 22, 28, 0.25);
  transform: translateY(-0.35rem);
}
.workflow-card:hover::before, .workflow-card:focus-within::before {
  opacity: 1;
  transform: translate(0, 0);
}
.workflow-card h3 {
  position: relative;
  z-index: 1;
  margin: 1.2rem 0 0.85rem;
  color: inherit;
  font-size: 1.28rem;
  line-height: 1.27;
}
.workflow-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a6b80;
  font-size: 0.88rem;
  line-height: 1.68;
  transition: color 200ms ease;
}
.workflow-card:hover > p, .workflow-card:focus-within > p {
  color: rgba(255, 255, 255, 0.92);
}

.workflow-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  place-items: center;
  border-radius: 0.85rem;
  font-size: 1.2rem;
  transition: color 200ms ease, background-color 200ms ease;
}
.workflow-card--discovery .workflow-card-icon {
  color: #2f6fed;
  background: #eef4ff;
}
.workflow-card--design .workflow-card-icon {
  color: #8b5cf6;
  background: #f3efff;
}
.workflow-card--production .workflow-card-icon {
  color: #e77b24;
  background: #fff4e9;
}
.workflow-card--installation .workflow-card-icon {
  color: #22a06b;
  background: #e9f8f0;
}
.workflow-card:hover .workflow-card-icon, .workflow-card:focus-within .workflow-card-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.workflow-deliverable {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  margin-top: auto;
  border-top: 1px solid #d9e0e8;
  padding-top: 1rem;
  transition: border-color 200ms ease;
}
.workflow-deliverable b {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.workflow-deliverable span {
  color: #5a6b80;
  font-size: 0.74rem;
  line-height: 1.45;
  transition: color 200ms ease;
}

.workflow-card:hover .workflow-deliverable,
.workflow-card:focus-within .workflow-deliverable {
  border-color: rgba(255, 255, 255, 0.34);
}

.workflow-card:hover .workflow-deliverable span,
.workflow-card:focus-within .workflow-deliverable span {
  color: rgba(255, 255, 255, 0.84);
}

.workflow-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-top: 1.3rem;
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  color: #ffffff;
  background: #2f6fed;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.71rem;
  font-weight: 800;
  transition: color 200ms ease, background-color 200ms ease;
}
.workflow-card-link:hover {
  color: #ffffff;
  background: #1d5ed8;
}
.workflow-card:hover .workflow-card-link, .workflow-card:focus-within .workflow-card-link {
  color: #112b4e;
  background: #ffffff;
}

.services-section {
  background: #f6f7f9;
}

.service-filter {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.38rem;
  width: min(100%, 70rem);
  margin: 0 auto 3.25rem;
  border: 1px solid #d9e0e8;
  border-radius: 999px;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.55rem 1.4rem rgba(17, 43, 78, 0.04);
}

.principles-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  color: #ffffff;
  background: #112b4e;
}

.principles-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 1.5rem;
}

.principles-copy {
  padding-right: 2rem;
}
.principles-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.principle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.2rem;
}
.principle span {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
}
.principle h3 {
  margin: 1.6rem 0 0.6rem;
  color: #ffffff;
  font-size: 1.25rem;
}
.principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.testimonials-section {
  background: #ffffff;
}

.testimonials-head {
  margin-bottom: clamp(1.25rem, 2vw, 1.8rem);
}
.testimonials-head h2 {
  position: relative;
  margin: 0;
  padding-bottom: 0.8rem;
  color: #112b4e;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.testimonials-head h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 0.18rem;
  border-radius: 999px;
  background: #2f6fed;
  content: "";
}

.testimonial-carousel {
  padding-bottom: 3rem;
}
.testimonial-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.testimonial-carousel .carousel-indicators [data-bs-target] {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 0.28rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #aebdcb;
  opacity: 1;
  transition: width 180ms ease, background-color 180ms ease;
}
.testimonial-carousel .carousel-indicators [data-bs-target].active {
  width: 1.8rem;
  border-radius: 99px;
  background: #2f6fed;
}

.testimonial-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  padding: 1.65rem 1.5rem 1.5rem;
  color: #112b4e;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.75rem rgba(17, 43, 78, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.testimonial-card::before {
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 4rem;
  height: 0.22rem;
  border-radius: 0 0 999px 999px;
  background: #2f6fed;
  content: "";
}
.testimonial-card::after {
  position: absolute;
  right: -0.5rem;
  bottom: -1.4rem;
  color: rgba(17, 43, 78, 0.07);
  content: "“";
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
.testimonial-card:hover {
  border-color: rgba(47, 111, 237, 0.68);
  box-shadow: 0 0 0 1px rgba(47, 111, 237, 0.1), 0 1.1rem 2.4rem rgba(17, 43, 78, 0.12);
}
.testimonial-card header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-bottom: 1px solid #d9e0e8;
  padding-bottom: 1rem;
}
.testimonial-card header img {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card h3 {
  margin: 0 0 0.1rem;
  font-size: 1.12rem;
}
.testimonial-card header p {
  margin: 0;
  color: #b7161c;
  font-size: 0.76rem;
  font-weight: 700;
}
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 4.6rem;
  margin: 1.25rem 0 1.35rem;
  color: #5a6b80;
  font-size: 0.92rem;
  line-height: 1.7;
}

.testimonial-video-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: #2f6fed;
  background: #eef4ff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
}
.testimonial-video-link:hover {
  color: #ffffff;
  background: #2f6fed;
}

.quote-section {
  background: #edf0f4;
}

.quote-shell {
  overflow: hidden;
  border-radius: 1.15rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 43, 78, 0.12);
}

.quote-aside {
  padding: clamp(2rem, 5vw, 4rem);
  color: #ffffff;
  background: #112b4e;
}
.quote-aside h2 {
  margin-bottom: 1.3rem;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
}
.quote-aside > p:not(.overline) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.quote-aside-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 1rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.quote-form-wrap {
  padding: clamp(2rem, 4vw, 3.7rem);
}

@media (max-width: 991.98px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    max-width: 42rem;
  }
  .workflow-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .principles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .principles-copy {
    grid-column: 1/-1;
    padding-right: 0;
  }
  .service-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .site-nav {
    min-height: 4.7rem;
  }
  .hero-section {
    padding-top: 2.5rem;
  }
  .hero-copy h1,
  .hero-copy h2 {
    font-size: 2.35rem;
  }
  .hero-metrics {
    gap: 1rem 1.4rem;
    margin-top: 3rem;
  }
  .hero-visual img {
    min-height: auto;
  }
  .hero-carousel {
    padding-bottom: 2.6rem;
  }
  .hero-carousel .carousel-indicators {
    right: 0;
    bottom: 0.7rem;
    left: 0;
  }
  .service-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 2.5rem;
  }
  .hero-overlay-arrows {
    top: 45%;
    right: 0.75rem;
    left: 0.75rem;
  }
  .hero-overlay-arrows .carousel-control-prev,
  .hero-overlay-arrows .carousel-control-next {
    width: 2.45rem;
    height: 2.45rem;
  }
  .workflow-cards {
    grid-template-columns: 1fr;
  }
  .workflow-card {
    min-height: 0;
  }
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .principle {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    padding-top: 1.2rem;
    padding-left: 0;
  }
  .testimonial-card {
    padding: 1.25rem;
  }
  .testimonial-card blockquote {
    min-height: auto;
  }
}
.documents-page {
  background: #f6f7f9;
}

.documents-section {
  min-height: 72vh;
}

.documents-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid #d9e0e8;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.documents-intro > div {
  max-width: 46rem;
}
.documents-intro h1 {
  margin-bottom: 0.85rem;
  color: #112b4e;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.08;
}
.documents-intro > div > p:last-child {
  max-width: 40rem;
  margin: 0;
  color: #5a6b80;
  font-size: 1rem;
  line-height: 1.7;
}

.documents-count {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 0.65rem;
  min-width: 8.8rem;
  margin: 0;
  border-left: 2px solid #e1242a;
  padding: 0.25rem 0 0.25rem 1rem;
}
.documents-count i {
  grid-row: 1/span 2;
  color: #e1242a;
  font-size: 1.15rem;
}
.documents-count strong {
  color: #112b4e;
  font-size: 1.55rem;
  line-height: 1;
}
.documents-count span {
  color: #5a6b80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.69rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1.25rem;
}

.document-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.65rem 1.7rem rgba(17, 43, 78, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.document-card:hover {
  border-color: rgba(225, 36, 42, 0.72);
  box-shadow: 0 1.15rem 2.3rem rgba(17, 43, 78, 0.13);
  transform: translateY(-0.25rem);
}
.document-card:focus-within {
  outline: 3px solid rgba(225, 36, 42, 0.22);
  outline-offset: 3px;
}

.document-card-link {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 0;
  padding: 0;
  color: inherit;
  text-align: left;
  background: transparent;
}
.document-card-link:focus {
  outline: 0;
}

.document-card-preview {
  position: relative;
  display: grid;
  min-height: 17rem;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #d9e0e8;
  padding: 1.15rem;
  background: linear-gradient(145deg, #eef2f6, #e3e9ef);
}
.document-card-preview > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 21rem;
  object-fit: contain;
  filter: drop-shadow(0 0.65rem 0.95rem rgba(17, 43, 78, 0.16));
}
.document-card-preview.is-image > img {
  border: 1px solid rgba(17, 43, 78, 0.14);
  background: #ffffff;
}

.document-card-number,
.document-card-file-badge {
  position: absolute;
  top: 0.8rem;
  border: 1px solid rgba(17, 43, 78, 0.12);
  border-radius: 999px;
  padding: 0.28rem 0.5rem;
  color: #112b4e;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.25rem 0.7rem rgba(17, 43, 78, 0.08);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.document-card-number {
  left: 0.8rem;
}

.document-card-file-badge {
  right: 0.8rem;
  color: #b7161c;
}

.document-card-open {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #112b4e;
  opacity: 0;
  transform: translateY(0.35rem);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.document-card:hover .document-card-open,
.document-card:focus-within .document-card-open {
  opacity: 1;
  transform: translateY(0);
}

.document-card:hover .document-card-open {
  background: #e1242a;
}

.document-card-pdf-loading {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #5a6b80;
  font-size: 0.76rem;
}

.document-card-preview.is-pdf-ready .document-card-pdf-loading {
  display: none;
}

.document-card-preview.is-pdf-fallback .document-card-pdf-preview {
  display: none;
}

.document-card-preview.is-pdf-fallback .document-card-pdf-loading {
  color: #b7161c;
}

.document-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.15rem 1.2rem 1.1rem;
}
.document-card-body h2 {
  margin: 0.65rem 0 0.5rem;
  color: #112b4e;
  font-size: 1.05rem;
  line-height: 1.35;
}
.document-card-body p {
  margin: 0;
  color: #5a6b80;
  font-size: 0.84rem;
  line-height: 1.6;
}

.document-type {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #5a6b80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.document-type i {
  color: #e1242a;
  font-size: 0.75rem;
}

.document-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.05rem;
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}

.document-card:hover .document-card-action {
  color: #b7161c;
}

.document-preview-modal .modal-dialog {
  max-width: min(92vw, 76rem);
}

.document-preview-modal .modal-content {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(17, 43, 78, 0.12);
}

.document-preview-modal .modal-header {
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #d9e0e8;
  padding: 1.1rem 1.25rem;
}
.document-preview-modal .modal-header .modal-title {
  margin: 0.35rem 0 0;
  color: #112b4e;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.document-modal-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}
.document-modal-controls button:not(.btn-close) {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid #d9e0e8;
  border-radius: 0.55rem;
  color: #112b4e;
  background: #ffffff;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.document-modal-controls button:not(.btn-close):hover {
  border-color: rgba(225, 36, 42, 0.6);
  color: #b7161c;
  background: #fff6f6;
}
.document-modal-controls .document-zoom-value {
  width: auto;
  min-width: 3.5rem;
  padding: 0 0.45rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
}
.document-modal-controls .btn-close {
  margin-left: 0.25rem;
}

.document-preview-modal .modal-body {
  padding: 1.1rem;
  background: #f6f7f9;
}

.document-modal-frame {
  position: relative;
  display: flex;
  min-height: min(70vh, 46rem);
  max-height: 70vh;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  border: 1px solid #d9e0e8;
  border-radius: 0.7rem;
  padding: 1.5rem;
  background: #e7edf3;
  cursor: grab;
}
.document-modal-frame.is-panning {
  cursor: grabbing;
  user-select: none;
}
.document-modal-frame > img {
  display: block;
  max-width: none;
  min-width: min(100%, 38rem);
  background: #ffffff;
  box-shadow: 0 0.75rem 1.8rem rgba(17, 43, 78, 0.18);
}

.document-modal-pdf-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.document-modal-pdf-page {
  display: block;
  flex: 0 0 auto;
  background: #ffffff;
  box-shadow: 0 0.75rem 1.8rem rgba(17, 43, 78, 0.18);
}

.document-modal-wheel-hint {
  position: sticky;
  right: 0.75rem;
  bottom: 0.75rem;
  align-self: flex-end;
  margin: auto -0.75rem -0.75rem auto;
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  color: #5a6b80;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.3rem 0.8rem rgba(17, 43, 78, 0.11);
  font-size: 0.7rem;
  pointer-events: none;
}

.document-pdf-error {
  margin: auto;
  color: #b7161c;
}

[data-theme=dark] .documents-page,
[data-theme=dark] .document-preview-modal .modal-body {
  background: #0e2033;
}

[data-theme=dark] .documents-intro {
  border-color: #314d68;
}

[data-theme=dark] .documents-intro h1,
[data-theme=dark] .documents-count strong,
[data-theme=dark] .document-card-body h2,
[data-theme=dark] .document-card-action,
[data-theme=dark] .document-preview-modal .modal-title {
  color: #ffffff;
}

[data-theme=dark] .documents-intro > div > p:last-child,
[data-theme=dark] .documents-count span,
[data-theme=dark] .document-card-body p,
[data-theme=dark] .document-type {
  color: #cbd6df;
}

[data-theme=dark] .document-card,
[data-theme=dark] .document-preview-modal .modal-content,
[data-theme=dark] .document-preview-modal .modal-header {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .document-card-preview,
[data-theme=dark] .document-modal-frame {
  border-color: #314d68;
  background: #1b3854;
}

[data-theme=dark] .document-card-number,
[data-theme=dark] .document-card-file-badge,
[data-theme=dark] .document-modal-wheel-hint,
[data-theme=dark] .document-modal-controls button:not(.btn-close) {
  border-color: #45617c;
  color: #ffffff;
  background: #1b3854;
}

@media (max-width: 575.98px) {
  .documents-intro {
    align-items: flex-start;
  }
  .documents-count {
    min-width: 0;
  }
  .documents-grid {
    grid-template-columns: 1fr;
  }
  .document-card-preview {
    min-height: 19rem;
  }
  .document-preview-modal .modal-dialog {
    margin: 0.75rem;
  }
  .document-preview-modal .modal-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .document-modal-controls {
    margin-left: 0;
  }
  .document-modal-frame {
    min-height: 60vh;
    padding: 0.75rem;
  }
}
.legal-document-page {
  background: #f4f7fb;
}
.legal-document-page[hidden] {
  display: none;
}

.legal-document-page-section {
  min-height: 78vh;
  padding: 4.5rem 0;
}

.legal-document-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  color: #64769b;
  font: 700 0.82rem/1.4 Manrope, Arial, sans-serif;
}
.legal-document-breadcrumb a {
  color: #174f98;
  text-decoration: none;
}
.legal-document-breadcrumb a:hover {
  color: #e1242a;
}
.legal-document-breadcrumb strong {
  color: #102856;
}

.legal-document-page-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.legal-document-page-header h1 {
  margin: 0;
  color: #102856;
  font: 800 clamp(2rem, 4vw, 3.25rem)/1.1 Manrope, Arial, sans-serif;
}

.legal-document-meta {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d6e0ee;
  border-radius: 0.75rem;
  background: #fff;
}
.legal-document-meta > div {
  min-width: 9.5rem;
  padding: 0.75rem 1rem;
}
.legal-document-meta > div + div {
  border-left: 1px solid #d6e0ee;
}
.legal-document-meta dt {
  margin: 0 0 0.3rem;
  color: #6b7e9f;
  font: 700 0.68rem/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.legal-document-meta dd {
  margin: 0;
  color: #102856;
  font: 800 0.9rem/1.2 Manrope, Arial, sans-serif;
}

.legal-document-page-card {
  overflow: hidden;
  border: 1px solid #dbe4f2;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(16, 40, 86, 0.12);
}

.legal-document-viewer-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.75rem;
  border-bottom: 1px solid #dbe4f2;
  padding: 0.65rem 1rem;
  background: #fff;
}

.legal-document-viewer-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #536b91;
  font: 700 0.76rem/1.2 Manrope, Arial, sans-serif;
}
.legal-document-viewer-hint i {
  color: #e1242a;
  font-size: 0.95rem;
}

.legal-document-zoom-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.legal-document-zoom-button,
.legal-document-zoom-value {
  display: inline-grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid #cbd9eb;
  border-radius: 0.55rem;
  padding: 0;
  color: #174f98;
  background: #fff;
  font: 800 0.76rem/1 Manrope, Arial, sans-serif;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.legal-document-zoom-button:hover, .legal-document-zoom-button:focus-visible,
.legal-document-zoom-value:hover,
.legal-document-zoom-value:focus-visible {
  border-color: #e1242a;
  outline: 0;
  color: #fff;
  background: #e1242a;
  transform: translateY(-1px);
}

.legal-document-zoom-value {
  width: auto;
  min-width: 3.55rem;
  cursor: pointer;
}
.legal-document-zoom-value output {
  cursor: inherit;
}

.legal-document-canvas-frame {
  position: relative;
  height: min(78vh, 920px);
  min-height: 34rem;
  overflow: auto;
  overscroll-behavior: contain;
  background: #eef3f8;
  cursor: grab;
}
.legal-document-canvas-frame:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: -3px;
}
.legal-document-canvas-frame.is-panning {
  cursor: grabbing;
  user-select: none;
}

.legal-document-pdf-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  width: max-content;
  min-width: 100%;
  min-height: 100%;
  padding: 1.5rem;
}

.legal-document-pdf-page {
  display: block;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 0.7rem 1.7rem rgba(16, 40, 86, 0.18);
}

.legal-document-loading,
.legal-document-error {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  color: #536b91;
  font: 700 0.9rem/1.5 Manrope, Arial, sans-serif;
  text-align: center;
  pointer-events: none;
}

.legal-document-error {
  color: #b4232a;
}

.legal-document-canvas-frame:not(.is-loading) .legal-document-loading {
  display: none;
}

@media (max-width: 575.98px) {
  .legal-document-page-section {
    padding: 2.5rem 0;
  }
  .legal-document-page-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .legal-document-meta {
    width: 100%;
  }
  .legal-document-meta > div {
    min-width: 0;
    flex: 1 1 50%;
  }
  .legal-document-viewer-toolbar {
    min-height: 3.4rem;
    padding: 0.55rem 0.7rem;
  }
  .legal-document-viewer-hint {
    font-size: 0.7rem;
  }
  .legal-document-canvas-frame {
    height: 70vh;
    min-height: 28rem;
  }
  .legal-document-pdf-pages {
    gap: 1rem;
    padding: 1rem;
  }
}
.detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.8rem) 0 clamp(3.5rem, 6vw, 6rem);
  background: linear-gradient(135deg, #f1f3f6 0%, #f6f7f9 62%, #e8edf2 100%);
}
.detail-hero::before {
  position: absolute;
  top: -18rem;
  right: -12rem;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(17, 43, 78, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(17, 43, 78, 0.04), 0 0 0 8rem rgba(17, 43, 78, 0.025);
  content: "";
}
.detail-hero .container {
  position: relative;
  z-index: 1;
}

.detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  max-width: 100%;
  margin-bottom: clamp(1.8rem, 4vw, 3.5rem);
  border: 1px solid rgba(17, 43, 78, 0.11);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  color: #5a6b80;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0.4rem 1rem rgba(17, 43, 78, 0.05);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.75rem;
}
.detail-breadcrumb a {
  color: #112b4e;
}
.detail-breadcrumb a:hover {
  color: #b7161c;
}

.detail-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(22rem, 1.15fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 43, 78, 0.1);
  border-radius: 1.25rem;
  padding: clamp(1.4rem, 3.5vw, 3rem);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.4rem 3.5rem rgba(17, 43, 78, 0.11);
}
.detail-hero-grid::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14rem;
  height: 0.35rem;
  background: #e1242a;
  content: "";
}

.detail-copy {
  min-width: 0;
}
.detail-copy h1 {
  max-width: 35rem;
  margin-bottom: 1.2rem;
  color: #112b4e;
  font-size: clamp(2.6rem, 4.25vw, 4.6rem);
  line-height: 1.06;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.3rem;
}

.detail-service-id {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  margin: 0;
  border-radius: 0.75rem;
  color: #e1242a;
  background: #112b4e;
  box-shadow: 0 0.55rem 1.2rem rgba(17, 43, 78, 0.17);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.detail-category {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: #b7161c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}
.detail-category > span {
  width: 2rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}
.detail-category b {
  font: inherit;
}

.detail-intro {
  max-width: 33rem;
  margin-bottom: 2rem;
  color: #5a6b80;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
}

.detail-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 43, 78, 0.12);
  border-radius: 1rem;
  background: #112b4e;
  box-shadow: 0 1.1rem 2.5rem rgba(17, 43, 78, 0.2);
}
.detail-visual img {
  width: 100%;
  min-height: 24rem;
  background: #112b4e;
  object-fit: cover;
}

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

.detail-videos-head {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid #d9e0e8;
  border-radius: 1.25rem;
  padding: clamp(1.35rem, 3vw, 2.35rem);
  background: #ffffff;
  box-shadow: 0 0.9rem 2.4rem rgba(17, 43, 78, 0.06);
}
.detail-videos-head > div > p:last-child {
  max-width: 43rem;
  margin-bottom: 0;
  color: #5a6b80;
}

.detail-video-summary {
  display: grid;
  justify-content: flex-end;
  gap: 0.18rem;
  border-radius: 1rem;
  padding: 1.15rem 1.25rem;
  color: #ffffff;
  background: #112b4e;
}
.detail-video-summary b {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.detail-video-summary span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  font-weight: 700;
}
.detail-video-summary a {
  margin-top: 0.8rem;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
}
.detail-video-summary a:hover {
  color: #e1242a;
}

.detail-video-card {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.55rem 1.5rem rgba(17, 43, 78, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.detail-video-card:hover {
  border-color: rgba(225, 36, 42, 0.75);
  box-shadow: 0 1.1rem 2.4rem rgba(17, 43, 78, 0.13);
  transform: translateY(-0.35rem);
}
.detail-video-card .card-body {
  padding: 1.15rem 1.2rem;
}
.detail-video-card .card-title {
  margin: 0;
  color: #112b4e;
  font-size: 1rem;
  line-height: 1.4;
}
.detail-video-card .card-footer {
  border-top: 1px solid #d9e0e8;
  padding: 0.85rem 1.2rem;
  background: transparent;
}
.detail-video-card .card-footer a {
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.67rem;
  font-weight: 500;
}
.detail-video-card .card-footer a:hover {
  color: #b7161c;
}

.detail-video-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #112b4e;
}
.detail-video-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 280ms ease;
}
.detail-video-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: #ff0000;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.7rem 1.6rem rgba(17, 43, 78, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.82);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}
.detail-video-image span i {
  font-size: 1.55rem;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.detail-video-image:hover img {
  transform: scale(1.05);
}
.detail-video-image:hover span, .detail-video-image:focus-visible span {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.detail-video-number {
  margin-bottom: 0.6rem;
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.61rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.detail-video-empty {
  margin: 0;
  border: 1px solid #d9e0e8;
  padding: 1rem;
  color: #5a6b80;
}

@media (max-width: 991.98px) {
  .detail-hero-grid {
    grid-template-columns: 1fr;
  }
  .detail-visual {
    max-width: 46rem;
  }
  .detail-video-summary {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .detail-breadcrumb {
    margin-bottom: 1.5rem;
  }
  .detail-copy h1 {
    font-size: 2.4rem;
  }
  .detail-visual img {
    min-height: auto;
  }
}
.workflow-detail-page {
  background: #f6f7f9;
}

.stage-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 5vw, 4.8rem) 0;
  background: linear-gradient(135deg, #f4f6f9 0%, #ffffff 58%, #eef2f7 100%);
}
.stage-detail-hero::after {
  position: absolute;
  right: -10rem;
  bottom: -14rem;
  width: 35rem;
  height: 35rem;
  border: 1px solid rgba(17, 43, 78, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(17, 43, 78, 0.025), 0 0 0 8rem rgba(17, 43, 78, 0.018);
  content: "";
}
.stage-detail-hero .container {
  position: relative;
  z-index: 1;
}

.stage-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: clamp(1.6rem, 4vw, 3.25rem);
  color: #5a6b80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.73rem;
}
.stage-breadcrumb a {
  color: #112b4e;
}
.stage-breadcrumb a:hover {
  color: #b7161c;
}

.stage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2rem, 7vw, 6.5rem);
  align-items: center;
}

.stage-copy {
  min-width: 0;
}
.stage-copy h1 {
  max-width: 38rem;
  margin: 0.7rem 0 1.1rem;
  color: #112b4e;
  font-size: clamp(2.5rem, 4.15vw, 4.55rem);
  line-height: 1.06;
}

.stage-number {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 0.85rem;
  color: #ffffff;
  background: #112b4e;
  box-shadow: 0 0.65rem 1.3rem rgba(17, 43, 78, 0.17);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.stage-copy .overline {
  margin: 1.3rem 0 0;
}

.stage-intro {
  max-width: 39rem;
  margin: 0;
  color: #5a6b80;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.72;
}

.stage-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.stage-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 43, 78, 0.12);
  border-radius: 1.2rem;
  background: #112b4e;
  box-shadow: 0 1.25rem 2.8rem rgba(17, 43, 78, 0.18);
}
.stage-visual img {
  display: block;
  width: 100%;
  min-height: 24rem;
  object-fit: cover;
}

.stage-output-section {
  background: #ffffff;
}

.stage-output-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9e0e8;
}

.stage-output {
  min-height: 15rem;
  border-right: 1px solid #d9e0e8;
  padding: clamp(1.3rem, 2.5vw, 2rem);
}
.stage-output:last-child {
  border-right: 0;
}
.stage-output > span {
  color: #b7161c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.stage-output h3 {
  margin: 1.8rem 0 0.65rem;
  color: #112b4e;
  font-size: 1.2rem;
}
.stage-output p {
  margin: 0;
  color: #5a6b80;
  font-size: 0.9rem;
  line-height: 1.65;
}

.stage-services-section {
  background: #f6f7f9;
}

.stage-services-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.stage-services-head h2 {
  max-width: 42rem;
  margin-bottom: 0;
}

.stage-next-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #d9e0e8;
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  color: #112b4e;
  background: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
}
.stage-next-link:hover {
  border-color: #e1242a;
  color: #b7161c;
}

.stage-service-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.7rem 1.6rem rgba(17, 43, 78, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.stage-service-card:hover {
  border-color: rgba(225, 36, 42, 0.75);
  box-shadow: 0 1.1rem 2.2rem rgba(17, 43, 78, 0.12);
  transform: translateY(-0.3rem);
}
.stage-service-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16/8.6;
  border-bottom: 1px solid #d9e0e8;
  background: #112b4e;
  object-fit: cover;
}
.stage-service-card > div {
  padding: 1.2rem 1.25rem 0;
}
.stage-service-card span {
  color: #b7161c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.stage-service-card h3 {
  margin: 0.7rem 0 0.55rem;
  color: #112b4e;
  font-size: 1.14rem;
}
.stage-service-card p {
  margin: 0;
  color: #5a6b80;
  font-size: 0.85rem;
  line-height: 1.6;
}
.stage-service-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin: auto 1.25rem 0;
  border-top: 1px solid #d9e0e8;
  padding: 0.9rem 0 1rem;
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}
.stage-service-card > a:hover {
  color: #b7161c;
}

@media (max-width: 991.98px) {
  .stage-hero-grid {
    grid-template-columns: 1fr;
  }
  .stage-visual {
    max-width: 46rem;
  }
  .stage-output-grid {
    grid-template-columns: 1fr;
  }
  .stage-output {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d9e0e8;
  }
  .stage-output:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .stage-copy h1 {
    font-size: 2.35rem;
  }
  .stage-visual img {
    min-height: auto;
  }
  .stage-services-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.corporate-page {
  background: #f6f7f9;
}

.page-hero {
  padding: clamp(2.75rem, 5vw, 5rem) 0;
  background: #ffffff;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.page-hero h1 {
  max-width: 48rem;
  margin-bottom: 1.2rem;
  font-size: clamp(2.6rem, 4.25vw, 4.6rem);
  line-height: 1.06;
}

.page-hero-lead {
  max-width: 43rem;
  margin: 0;
  color: #5a6b80;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.7;
}

.page-hero-note {
  display: grid;
  gap: 0.8rem;
  border-left: 2px solid #e1242a;
  padding: 0.8rem 0 0.8rem 1.1rem;
}
.page-hero-note b {
  color: #112b4e;
  font-size: 1.05rem;
  line-height: 1.35;
}
.page-hero-note span {
  color: #5a6b80;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
}

.about-section {
  background: #f6f7f9;
}

.about-services {
  background: #ffffff;
}

.about-intro {
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.about-intro > p:last-child {
  margin: 0;
  color: #5a6b80;
  font-size: 1rem;
  line-height: 1.75;
}

.about-capability {
  height: 100%;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  padding: 1.45rem;
  background: #ffffff;
}
.about-capability i {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  margin-bottom: 1.4rem;
  border-radius: 0.65rem;
  color: #2f6fed;
  background: #eef4ff;
  font-size: 1.08rem;
}
.about-capability h3 {
  margin-bottom: 0.55rem;
  color: #112b4e;
  font-size: 1.2rem;
}
.about-capability p {
  margin: 0;
  color: #5a6b80;
  font-size: 0.9rem;
  line-height: 1.65;
}

.about-section .row > .col:nth-child(2) .about-capability i {
  color: #8b5cf6;
  background: #f3efff;
}

.about-section .row > .col:nth-child(3) .about-capability i {
  color: #e77b24;
  background: #fff4e9;
}

.about-section .row > .col:nth-child(4) .about-capability i {
  color: #22a06b;
  background: #e9f8f0;
}

.about-method {
  color: #ffffff;
  background: #112b4e;
}

.about-method h2 {
  color: #ffffff;
}

.about-method > .container > p {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.72);
}

.method-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
}

.method-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.85rem;
  padding: 1.4rem;
}
.method-item span {
  color: #e1242a;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.73rem;
}
.method-item h3 {
  margin: 1.2rem 0 0.55rem;
  color: #ffffff;
  font-size: 1.16rem;
}
.method-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.65;
}

.about-reference {
  background: #ffffff;
}

.about-reference-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid #d9e0e8;
  border-radius: 0.95rem;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  background: #f6f7f9;
}
.about-reference-panel h2 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}
.about-reference-panel p {
  max-width: 44rem;
  margin: 0;
  color: #5a6b80;
}

.about-faq {
  background: #f6f7f9;
}

.about-faq .accordion {
  max-width: 58rem;
}

.about-faq .accordion-item {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 0.85rem;
  background: #ffffff;
}
.about-faq .accordion-item + .accordion-item {
  margin-top: 0.75rem;
}

.about-faq .accordion-button {
  padding: 1.15rem 1.3rem;
  color: #112b4e;
  background: #ffffff;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 700;
}
.about-faq .accordion-button:not(.collapsed) {
  color: #112b4e;
  background: #eef4ff;
  box-shadow: none;
}
.about-faq .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 111, 237, 0.18);
}

.about-faq .accordion-body {
  padding: 0 1.3rem 1.25rem;
  color: #5a6b80;
  line-height: 1.7;
}

.contact-section {
  background: #f6f7f9;
}

.contact-channel {
  height: 100%;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  padding: 1.35rem;
  background: #ffffff;
}
.contact-channel i {
  font-size: 1.12rem;
}
.contact-channel h2 {
  margin: 1rem 0 0.35rem;
  color: #112b4e;
  font-size: 1.05rem;
}
.contact-channel a, .contact-channel p {
  margin: 0;
  color: #5a6b80;
  font-size: 0.9rem;
}
.contact-channel a:hover {
  color: #112b4e;
}

.contact-channel:has(.fa-phone-volume) i {
  color: #22a06b;
}

.contact-channel:has(.fa-envelope) i {
  color: #2f6fed;
}

.contact-channel:has(.bi-clock) i {
  color: #e59b12;
}

.contact-channel:has(.fa-location-dot) i {
  color: #e24a4a;
}

.contact-map-section {
  background: #ffffff;
}

.contact-locations-section {
  background: #f6f7f9;
}

.contact-location {
  height: 100%;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  padding: 1.45rem;
  background: #ffffff;
}
.contact-location i {
  color: #e24a4a;
  font-size: 1.1rem;
}
.contact-location h3 {
  margin: 1rem 0 0.55rem;
  color: #112b4e;
  font-size: 1.1rem;
}
.contact-location address {
  margin: 0;
  color: #5a6b80;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.7;
}

.admin-video-panel {
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  background: #ffffff;
  box-shadow: 0 1rem 2.4rem rgba(17, 43, 78, 0.06);
}

.admin-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.admin-panel-head h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}
.admin-panel-head .overline {
  margin-bottom: 0.55rem;
}

.admin-panel-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.admin-help {
  margin: 0 0 1.25rem;
  color: #5a6b80;
  font-size: 0.88rem;
  line-height: 1.65;
}

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

.admin-video-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.9fr);
  gap: 1rem;
  align-items: center;
  border: 1px solid #d9e0e8;
  border-radius: 0.85rem;
  padding: 1rem 1.1rem;
  background: #ffffff;
}

.admin-video-url {
  min-width: 0;
}
.admin-video-url a {
  display: block;
  overflow: hidden;
  color: #112b4e;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-video-url small {
  display: block;
  margin-top: 0.4rem;
  color: #5a6b80;
  font-size: 0.73rem;
}

.admin-video-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(7rem, 0.75fr) auto;
  gap: 0.55rem;
}

@media (max-width: 767.98px) {
  .admin-video-row {
    grid-template-columns: 1fr;
  }
  .admin-video-controls {
    grid-template-columns: 1fr;
  }
}
.map-shell {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #f6f7f9;
  box-shadow: 0 1rem 2.5rem rgba(17, 43, 78, 0.08);
}
.map-shell iframe {
  display: block;
  width: 100%;
  min-height: clamp(20rem, 40vw, 31rem);
  border: 0;
}

@media (max-width: 991.98px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
  }
  .method-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .page-hero {
    padding-top: 2.5rem;
  }
  .page-hero h1 {
    font-size: 2.45rem;
  }
}
.contact-page .seo-breadcrumb-wrap {
  background: transparent;
}

.contact-command-hero {
  padding: clamp(3.75rem, 6vw, 5.75rem) 0;
  color: #ffffff;
  background: #102d4d;
}

.contact-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.contact-command-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.contact-command-lead {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.72;
}

.contact-command-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
  margin-top: 2.2rem;
}

.contact-command-call {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.8rem;
  padding: 0.35rem 0.55rem;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 180ms ease;
}
.contact-command-call > i {
  color: #73ddb0;
  font-size: 1.1rem;
}
.contact-command-call span {
  display: grid;
  gap: 0.16rem;
}
.contact-command-call small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
}
.contact-command-call b {
  color: #ffffff;
  font-size: 0.9rem;
}
.contact-command-call:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-command-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 42rem;
  margin: 2.75rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.25rem;
}
.contact-command-facts div {
  min-width: 0;
  padding-right: 1.5rem;
}
.contact-command-facts div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 1.5rem;
}
.contact-command-facts dt {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 600;
}
.contact-command-facts dd {
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-command-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  background: rgba(7, 24, 43, 0.36);
}

.contact-command-links {
  padding: 0.45rem 1.15rem;
}
.contact-command-links > a {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.2rem 0;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.contact-command-links > a:last-child {
  border-bottom: 0;
}
.contact-command-links > a > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
}
.contact-command-links > a small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.65rem;
}
.contact-command-links > a strong {
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: 0.86rem;
}
.contact-command-links > a > i {
  color: rgba(255, 255, 255, 0.48);
}
.contact-command-links > a:hover {
  color: #ffffff;
  transform: translateX(0.2rem);
}

.contact-command-icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 0.75rem;
  font-size: 0.95rem;
}
.contact-command-icon--phone {
  color: #73ddb0;
  background: rgba(34, 160, 107, 0.17);
}
.contact-command-icon--email {
  color: #9bbcff;
  background: rgba(47, 111, 237, 0.2);
}
.contact-command-icon--whatsapp {
  color: #71e29f;
  background: rgba(37, 211, 102, 0.16);
}

.contact-route-section,
.contact-corporate-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background: #ffffff;
}

.contact-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
}
.contact-section-heading h2 {
  margin: 0;
  color: #112b4e;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  letter-spacing: -0.045em;
}
.contact-section-heading p {
  max-width: 40rem;
  margin: 0.65rem 0 0;
  color: #5a6b80;
  line-height: 1.7;
}
.contact-section-heading--compact {
  margin-bottom: 1.65rem;
}

.contact-text-link {
  flex: 0 0 auto;
  border-bottom: 1px solid #112b4e;
  padding-bottom: 0.2rem;
  color: #112b4e;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}
.contact-text-link:hover {
  border-color: #e1242a;
  color: #e1242a;
}

.contact-route-grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(0, 1.28fr);
  min-height: 34rem;
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1.4rem;
  background: #f6f7f9;
  box-shadow: 0 1.8rem 4.5rem rgba(17, 43, 78, 0.1);
}

.contact-address-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d9e0e8;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  background: #ffffff;
}
.contact-address-card p {
  margin: 1.4rem 0 0.45rem;
  color: #b7161c;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-address-card h3 {
  margin: 0;
  color: #112b4e;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  letter-spacing: -0.04em;
}
.contact-address-card address {
  margin: 1.1rem 0 0;
  color: #5a6b80;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.8;
}

.contact-address-pin {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border: 1px solid rgba(225, 36, 42, 0.2);
  border-radius: 1rem;
  color: #e1242a;
  background: rgba(225, 36, 42, 0.07);
  font-size: 1.15rem;
}

.contact-address-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.8rem;
}
.contact-address-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #d9e0e8;
  border-radius: 0.8rem;
  padding: 0.85rem 0.95rem;
  color: #112b4e;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.contact-address-actions a:hover {
  border-color: rgba(17, 43, 78, 0.3);
  background: #f6f7f9;
}

.contact-address-status {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  border-top: 1px solid #d9e0e8;
  padding-top: 1.3rem;
}
.contact-address-status > i {
  color: #e59b12;
}
.contact-address-status span {
  display: grid;
  gap: 0.18rem;
}
.contact-address-status small {
  color: #5a6b80;
  font-size: 0.65rem;
}
.contact-address-status b {
  color: #112b4e;
  font-size: 0.78rem;
}

.contact-map-frame {
  position: relative;
  min-width: 0;
  min-height: 34rem;
  background: #edf0f4;
}
.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  border: 0;
}

.contact-preparation-section {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  color: #112b4e;
  background: #f6f7f9;
}

.contact-preparation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(25rem, 1.05fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.contact-preparation-copy h2 {
  max-width: 42rem;
  margin: 0;
  color: #112b4e;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.contact-preparation-copy p {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: #5a6b80;
  line-height: 1.75;
}

.contact-preparation-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}
.contact-preparation-actions > a:not(.btn) {
  border-bottom: 1px solid #112b4e;
  padding-bottom: 0.2rem;
  color: #112b4e;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-preparation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-preparation-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  border: 1px solid #d9e0e8;
  border-radius: 0.75rem;
  padding: 1rem;
  background: #ffffff;
}
.contact-preparation-list li > span {
  display: grid;
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 0.6rem;
  color: #2f6fed;
  background: #eef4ff;
}
.contact-preparation-list li > div {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
}
.contact-preparation-list li b {
  color: #112b4e;
  font-size: 0.82rem;
}
.contact-preparation-list li small {
  color: #5a6b80;
  font-size: 0.68rem;
  line-height: 1.45;
}

.contact-corporate-section {
  background: #f6f7f9;
}

.contact-corporate-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.contact-corporate-links > a {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  padding: 1.1rem;
  color: #112b4e;
  background: #ffffff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.contact-corporate-links > a > span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 0.8rem;
  color: #2f6fed;
  background: #eef4ff;
}
.contact-corporate-links > a > div {
  display: grid;
  min-width: 0;
  gap: 0.2rem;
}
.contact-corporate-links > a b {
  font-size: 0.84rem;
}
.contact-corporate-links > a small {
  color: #5a6b80;
  font-size: 0.68rem;
  line-height: 1.4;
}
.contact-corporate-links > a > i {
  color: #5a6b80;
}
.contact-corporate-links > a:hover {
  border-color: rgba(47, 111, 237, 0.3);
  color: #112b4e;
  box-shadow: 0 1rem 2.2rem rgba(17, 43, 78, 0.09);
  transform: translateY(-0.2rem);
}

[data-theme=dark] .contact-route-section,
[data-theme=dark] .contact-corporate-section {
  background: #0b1e32;
}
[data-theme=dark] .contact-section-heading h2 {
  color: #ffffff;
}
[data-theme=dark] .contact-section-heading p {
  color: #b7c5d1;
}
[data-theme=dark] .contact-text-link {
  border-color: #dbe6ef;
  color: #dbe6ef;
}
[data-theme=dark] .contact-route-grid {
  border-color: #36526c;
  background: #102942;
  box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.28);
}
[data-theme=dark] .contact-address-card {
  border-color: #36526c;
  background: #102942;
}
[data-theme=dark] .contact-address-card h3,
[data-theme=dark] .contact-address-status b {
  color: #ffffff;
}
[data-theme=dark] .contact-address-card address,
[data-theme=dark] .contact-address-status small {
  color: #b7c5d1;
}
[data-theme=dark] .contact-address-actions a {
  border-color: #36526c;
  color: #eaf1f6;
}
[data-theme=dark] .contact-address-actions a:hover {
  background: #17344f;
}
[data-theme=dark] .contact-address-status {
  border-color: #36526c;
}
[data-theme=dark] .contact-corporate-links > a {
  border-color: #36526c;
  color: #ffffff;
  background: #102942;
}
[data-theme=dark] .contact-corporate-links > a b {
  color: #ffffff;
}
[data-theme=dark] .contact-corporate-links > a small,
[data-theme=dark] .contact-corporate-links > a > i {
  color: #b7c5d1;
}
[data-theme=dark] .contact-preparation-section {
  background: #0b1e32;
}
[data-theme=dark] .contact-preparation-copy h2 {
  color: #ffffff;
}
[data-theme=dark] .contact-preparation-copy p {
  color: #b7c5d1;
}
[data-theme=dark] .contact-preparation-actions > a:not(.btn) {
  border-color: #dbe6ef;
  color: #dbe6ef;
}
[data-theme=dark] .contact-preparation-list li {
  border-color: #36526c;
  background: #102942;
}
[data-theme=dark] .contact-preparation-list li b {
  color: #ffffff;
}
[data-theme=dark] .contact-preparation-list li small {
  color: #b7c5d1;
}

@media (max-width: 991.98px) {
  .contact-command-grid,
  .contact-preparation-grid {
    grid-template-columns: 1fr;
  }
  .contact-command-panel {
    max-width: 42rem;
  }
  .contact-route-grid {
    grid-template-columns: 1fr;
  }
  .contact-address-card {
    border-right: 0;
    border-bottom: 1px solid #d9e0e8;
  }
  .contact-address-status {
    margin-top: 2rem;
  }
  .contact-corporate-links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .contact-command-hero {
    padding: 3.5rem 0 4rem;
  }
  .contact-command-grid {
    gap: 2.6rem;
  }
  .contact-command-copy h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }
  .contact-command-actions {
    align-items: stretch;
  }
  .contact-command-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .contact-command-facts {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
  .contact-command-facts div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
    padding-top: 1rem;
    padding-left: 0;
  }
  .contact-section-heading {
    display: grid;
    align-items: start;
    gap: 1rem;
  }
  .contact-text-link {
    width: fit-content;
  }
  .contact-route-grid {
    min-height: 0;
    border-radius: 1rem;
  }
  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 25rem;
  }
  .contact-preparation-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 420px) {
  .contact-command-links > a {
    grid-template-columns: 2.55rem minmax(0, 1fr) auto;
    padding: 0.72rem;
  }
  .contact-command-icon {
    width: 2.55rem;
    height: 2.55rem;
  }
  .contact-address-card {
    padding: 1.4rem;
  }
}
.seo-page-hero {
  min-height: 0;
}

.seo-breadcrumb-wrap {
  padding-top: 1.25rem;
}

.seo-page-hero .container {
  position: relative;
  z-index: 1;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  font-size: 0.78rem;
}

.seo-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(17, 43, 78, 0.28);
  text-underline-offset: 0.25rem;
}

.seo-breadcrumb [aria-current=page] {
  color: #5a6b80;
}

.seo-page-hero .seo-breadcrumb {
  color: #5a6b80;
}

.seo-service-hero .seo-breadcrumb {
  color: rgba(255, 255, 255, 0.72);
}

.seo-content-section {
  background: #ffffff;
}

.seo-content-section--alt {
  background: #f6f7f9;
}

.seo-content-section h2 {
  max-width: 48rem;
  margin-bottom: 1.25rem;
  color: #112b4e;
  font-size: clamp(1.7rem, 3vw, 2.75rem);
}

.seo-content-section h3 {
  color: #112b4e;
  font-size: 1.15rem;
}

.seo-content-section p {
  color: #5a6b80;
  line-height: 1.8;
}

.seo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  align-items: start;
  gap: clamp(2.25rem, 6vw, 6rem);
}

.seo-note {
  border-left: 0.3rem solid #2f6fed;
  border-radius: 0 1rem 1rem 0;
  padding: 1.5rem;
  background: #edf0f4;
}

.seo-note > strong {
  display: block;
  margin-bottom: 0.65rem;
  color: #112b4e;
  font-size: 1.05rem;
}

.seo-note p:last-child {
  margin-bottom: 0;
}

.seo-note dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.45rem 1rem;
  margin: 1rem 0;
}

.seo-note dt {
  color: #112b4e;
  font-size: 0.75rem;
  font-weight: 800;
}

.seo-note dd {
  margin: 0;
  color: #5a6b80;
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.seo-check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  position: relative;
  padding-left: 1.8rem;
  color: #112b4e;
}

.seo-check-list li::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  display: grid;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #22a06b;
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
}

.seo-hero-actions, .seo-related-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.seo-related-links a {
  border: 1px solid #d9e0e8;
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  color: #112b4e;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
}

.seo-related-links a:hover, .seo-related-links a:focus-visible {
  border-color: #2f6fed;
  color: #ffffff;
  background: #2f6fed;
}

.seo-directory-group + .seo-directory-group {
  margin-top: clamp(3.5rem, 6vw, 6rem);
}

.seo-directory-group > header {
  margin-bottom: 1.5rem;
}

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

.seo-link-grid > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.85rem;
  border: 1px solid #d9e0e8;
  border-radius: 0.9rem;
  padding: 1.1rem;
  color: #112b4e;
  background: #ffffff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.seo-link-grid > a:hover, .seo-link-grid > a:focus-visible {
  border-color: rgba(47, 111, 237, 0.65);
  box-shadow: 0 0.8rem 1.8rem rgba(17, 43, 78, 0.08);
  transform: translateY(-0.15rem);
}

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

.seo-link-grid strong {
  margin-bottom: 0.3rem;
}

.seo-link-grid small {
  color: #5a6b80;
  font-size: 0.75rem;
  line-height: 1.55;
}

.seo-link-id {
  color: #2f6fed;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
}

.seo-definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.seo-definition-grid article {
  border-top: 0.2rem solid #e77b24;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 0.6rem 1.6rem rgba(17, 43, 78, 0.06);
}

.seo-definition-grid dl {
  display: grid;
  gap: 0.25rem;
  margin: 1rem 0 0;
}

.seo-definition-grid dt {
  margin-top: 0.55rem;
  color: #112b4e;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-definition-grid dd {
  margin: 0;
  color: #5a6b80;
  font-size: 0.78rem;
  line-height: 1.55;
}

.seo-number-list {
  display: grid;
  gap: 0.75rem;
  padding-left: 1.4rem;
  color: #112b4e;
}

.seo-number-list li {
  padding-left: 0.35rem;
}

.seo-number-list li::marker {
  color: #2f6fed;
  font-weight: 900;
}

.seo-process-list {
  display: grid;
  gap: 0;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: seo-step;
}

.seo-process-list li {
  position: relative;
  display: grid;
  gap: 0.2rem;
  border-left: 1px solid #d9e0e8;
  padding: 0 0 1.35rem 2.6rem;
  counter-increment: seo-step;
}

.seo-process-list li::before {
  position: absolute;
  top: -0.15rem;
  left: -1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #2f6fed;
  content: counter(seo-step, decimal-leading-zero);
  font-size: 0.65rem;
  font-weight: 900;
}

.seo-process-list b {
  color: #112b4e;
}

.seo-process-list span {
  color: #5a6b80;
  font-size: 0.85rem;
  line-height: 1.55;
}

.seo-process-list--light li {
  border-color: rgba(255, 255, 255, 0.22);
}

.seo-process-list--light b {
  color: #ffffff;
}

.seo-process-list--light span {
  color: rgba(255, 255, 255, 0.72);
}

.seo-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.seo-area-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid #d9e0e8;
  border-radius: 0.7rem;
  padding: 0.8rem;
  color: #112b4e;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 750;
}

.seo-area-grid a:hover, .seo-area-grid a:focus-visible {
  border-color: #2f6fed;
  color: #2f6fed;
}

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

.seo-project-grid article {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.8rem 2rem rgba(17, 43, 78, 0.07);
}

.seo-project-grid article > div {
  padding: 1.35rem;
}

.seo-project-grid h2 {
  font-size: 1.45rem;
}

.seo-project-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #112b4e;
}

.seo-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.seo-project-image:hover img {
  transform: scale(1.025);
}

.seo-project-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.65fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.seo-video-shell {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 16/9;
  background: #112b4e;
  box-shadow: 0 24px 60px rgba(17, 43, 78, 0.12);
}

.seo-video-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.seo-facts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem 1rem;
}

.seo-facts dt {
  color: #112b4e;
  font-size: 0.75rem;
  font-weight: 900;
}

.seo-facts dd {
  margin: 0;
  color: #5a6b80;
}

.seo-source-note {
  border-left: 0.2rem solid #e59b12;
  padding-left: 0.9rem;
  font-size: 0.75rem;
}

.contact-location--verified {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 58rem;
}

.contact-location--verified > i {
  flex: 0 0 auto;
}

.contact-location--verified p {
  color: #5a6b80;
}

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

.error-content {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.testimonials-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.reference-card {
  padding: 0;
}

.reference-card::after {
  display: none;
}

.reference-card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #edf0f4;
}

.reference-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.35rem;
}

.reference-card-body > p:not(.reference-sector) {
  flex: 1 1 auto;
  color: #5a6b80;
}

.reference-sector {
  margin: 0 0 0.45rem;
  color: #b7161c;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.reference-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.reference-carousel-controls .carousel-control-prev, .reference-carousel-controls .carousel-control-next {
  position: static;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #d9e0e8;
  border-radius: 50%;
  color: #112b4e;
  background: #ffffff;
  opacity: 1;
}

.reference-carousel-controls button:hover, .reference-carousel-controls button:focus-visible {
  color: #ffffff;
  background: #2f6fed;
}

@media (max-width: 991.98px) {
  .seo-definition-grid, .seo-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-project-detail {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .seo-two-column, .seo-link-grid, .seo-project-grid {
    grid-template-columns: 1fr;
  }
  .seo-definition-grid, .seo-area-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .seo-link-grid > a, .seo-project-image img {
    transition: none;
  }
}
::selection {
  color: #ffffff;
  background: #e1242a;
}

html[data-theme=dark] {
  color-scheme: dark;
}

[data-theme=dark] body {
  color: #f4f6f8;
  background: #091724;
}

[data-theme=dark] .site-header {
  border-color: #2d455f;
  background: #0d2036;
}

[data-theme=dark] .utility-topbar {
  border-color: #2d455f;
  background: #102741;
}

[data-theme=dark] .utility-links a,
[data-theme=dark] .utility-links .utility-info,
[data-theme=dark] .utility-actions > a {
  border-color: #3c566f;
  color: #e2e8ee;
}

[data-theme=dark] .brand,
[data-theme=dark] .brand:hover,
[data-theme=dark] .navbar-nav .nav-link {
  color: #ffffff;
}

[data-theme=dark] .site-nav {
  background: #0d2036;
}

[data-theme=dark] .navbar-toggler {
  border-color: #b8c7d4;
  background: #122a44;
}

[data-theme=dark] .navbar-toggler-icon,
[data-theme=dark] .navbar-toggler-icon::after {
  border-color: #ffffff;
}

[data-theme=dark] .navbar-nav .nav-link:hover {
  color: #ff858a;
}

[data-theme=dark] .navbar-nav .nav-link::before {
  background: #ff6269;
}

[data-theme=dark] .mega-menu {
  border-color: #36526c;
  background: #102942;
  box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.34);
}

[data-theme=dark] .mega-menu-head {
  border-color: #36526c;
}

[data-theme=dark] .mega-menu-head strong {
  color: #ffffff;
}

[data-theme=dark] .mega-menu-link {
  color: #f4f6f8;
}

[data-theme=dark] .mega-menu-link small {
  color: #cbd6df;
}

[data-theme=dark] .mega-menu-link > i {
  color: #8fb8ff;
}

[data-theme=dark] .mega-menu-link:hover,
[data-theme=dark] .mega-menu-link:focus-visible {
  border-color: #87525a;
  color: #ffffff;
  background: #193853;
}

[data-theme=dark] .mega-menu-icon {
  color: #8fb8ff;
  background: #1e365b;
}

[data-theme=dark] .mega-menu-link:nth-child(2) .mega-menu-icon {
  color: #c4a9ff;
  background: #34265f;
}
[data-theme=dark] .mega-menu-link:nth-child(2) > i {
  color: #c4a9ff;
}

[data-theme=dark] .mega-menu-link:nth-child(3) .mega-menu-icon {
  color: #ffc287;
  background: #5b3822;
}
[data-theme=dark] .mega-menu-link:nth-child(3) > i {
  color: #ffc287;
}

[data-theme=dark] .mega-menu-link:nth-child(4) .mega-menu-icon {
  color: #79daa8;
  background: #1c4a3a;
}
[data-theme=dark] .mega-menu-link:nth-child(4) > i {
  color: #79daa8;
}

[data-theme=dark] .hero-intro,
[data-theme=dark] .hero-metrics dd,
[data-theme=dark] .workflow-card > p,
[data-theme=dark] .workflow-deliverable span,
[data-theme=dark] .service-item p {
  color: #c6d2dc;
}

[data-theme=dark] .inline-link {
  border-color: #ffffff;
  color: #ffffff;
}

[data-theme=dark] .workflow-card,
[data-theme=dark] .service-group > header,
[data-theme=dark] .service-item {
  border-color: #314d68;
}

[data-theme=dark] .hero-carousel .carousel-indicators [data-bs-target] {
  background: #dce5ec;
  opacity: 0.52;
}

[data-theme=dark] .hero-carousel .carousel-indicators [data-bs-target].active,
[data-theme=dark] .hero-carousel .carousel-indicators [data-bs-target]:hover {
  background: #e1242a;
  opacity: 1;
}

[data-theme=dark] .hero-overlay-arrows .carousel-control-prev,
[data-theme=dark] .hero-overlay-arrows .carousel-control-next {
  border-color: #71869b;
  color: #ffffff;
  background: rgba(9, 23, 36, 0.92);
}

[data-theme=dark] .workflow-section,
[data-theme=dark] .services-section {
  background: #102840;
}

[data-theme=dark] .quote-section {
  background: #0b1c2e;
}

[data-theme=dark] .testimonials-section {
  background: #0b1c2e;
}

[data-theme=dark] .testimonials-head h2 {
  color: #ffffff;
}

[data-theme=dark] .testimonial-card {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .testimonial-card header {
  border-color: #314d68;
}

[data-theme=dark] .testimonial-card h3 {
  color: #ffffff;
}

[data-theme=dark] .testimonial-card blockquote {
  color: #cbd6df;
}

[data-theme=dark] .testimonial-carousel .carousel-indicators [data-bs-target] {
  background: #748aa1;
}

[data-theme=dark] .testimonial-carousel .carousel-indicators [data-bs-target].active {
  background: #8fb8ff;
}

[data-theme=dark] .detail-hero {
  background: linear-gradient(135deg, #153754 0%, #091724 68%, #1d415f 100%);
}

[data-theme=dark] .detail-breadcrumb,
[data-theme=dark] .detail-hero-grid,
[data-theme=dark] .detail-videos-head {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .detail-breadcrumb a,
[data-theme=dark] .detail-copy h1 {
  color: #ffffff;
}

[data-theme=dark] .detail-category {
  color: #ff9ca1;
}

[data-theme=dark] .detail-videos-section {
  background: #0b1c2e;
}

[data-theme=dark] .detail-video-card {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .detail-video-card .card-title {
  color: #ffffff;
}

[data-theme=dark] .detail-video-card .card-footer {
  border-color: #314d68;
}

[data-theme=dark] .detail-video-card .card-footer a,
[data-theme=dark] .detail-video-summary a {
  color: #ffffff;
}

[data-theme=dark] .workflow-detail-page,
[data-theme=dark] .stage-services-section {
  background: #0b1c2e;
}

[data-theme=dark] .stage-detail-hero,
[data-theme=dark] .stage-output-section {
  background: #102840;
}

[data-theme=dark] .stage-breadcrumb,
[data-theme=dark] .stage-breadcrumb a,
[data-theme=dark] .stage-copy h1,
[data-theme=dark] .stage-output h3,
[data-theme=dark] .stage-services-head h2,
[data-theme=dark] .stage-service-card h3 {
  color: #ffffff;
}

[data-theme=dark] .stage-intro,
[data-theme=dark] .stage-output p,
[data-theme=dark] .stage-service-card p {
  color: #cbd6df;
}

[data-theme=dark] .stage-output-grid,
[data-theme=dark] .stage-output,
[data-theme=dark] .stage-service-card,
[data-theme=dark] .stage-service-card > img,
[data-theme=dark] .stage-service-card > a {
  border-color: #314d68;
}

[data-theme=dark] .stage-output,
[data-theme=dark] .stage-service-card {
  background: #142e48;
}

[data-theme=dark] .stage-next-link {
  border-color: #36526c;
  color: #ffffff;
  background: #142e48;
}

[data-theme=dark] .workflow-card:hover,
[data-theme=dark] .service-item:hover {
  background: #193954;
}

[data-theme=dark] .service-item {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .service-image,
[data-theme=dark] .service-item .card-footer {
  border-color: #314d68;
}

[data-theme=dark] .service-item .card-title {
  color: #ffffff;
}

[data-theme=dark] .service-card-meta {
  color: #c6d2dc;
}

[data-theme=dark] .service-filter {
  border-color: #36526c;
  background: #0e2339;
  box-shadow: 0 0.55rem 1.5rem rgba(0, 0, 0, 0.18);
}

[data-theme=dark] .service-filter .filter-control {
  color: #dce5ec;
  background: transparent;
}

[data-theme=dark] .service-filter .filter-control.active,
[data-theme=dark] .service-filter .filter-control:hover {
  color: #ffffff;
  background: #1d5ed8;
  box-shadow: 0 0.55rem 1.25rem rgba(0, 0, 0, 0.24);
}

[data-theme=dark] .quote-shell,
[data-theme=dark] .quote-form-wrap {
  background: #142e48;
}

[data-theme=dark] .quote-aside,
[data-theme=dark] .quote-aside h2,
[data-theme=dark] .quote-aside > p:not(.overline) {
  color: #ffffff;
}

[data-theme=dark] .form-label,
[data-theme=dark] .form-check-label {
  color: #f4f6f8;
}

[data-theme=dark] .form-control,
[data-theme=dark] .form-select {
  border-color: #5d7388;
  color: #ffffff;
  background: #0b1c2e;
}

[data-theme=dark] .form-control::placeholder {
  color: #aebdca;
}

[data-theme=dark] .form-check-input {
  border-color: #b9c8d5;
  background-color: #0b1c2e;
}

[data-theme=dark] .newsletter-section {
  background: #0b1c2e;
}

[data-theme=dark] .newsletter-card {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .newsletter-copy h2,
[data-theme=dark] .newsletter-copy > p:last-child,
[data-theme=dark] .newsletter-label,
[data-theme=dark] .newsletter-kicker,
[data-theme=dark] .newsletter-consent .form-check-label {
  color: #ffffff;
}

[data-theme=dark] .newsletter-input-row {
  border-color: #71869b;
  background: #0e2339;
}

[data-theme=dark] .newsletter-input-row .form-control {
  background: transparent;
}

[data-theme=dark] .corporate-page,
[data-theme=dark] .about-section,
[data-theme=dark] .contact-section,
[data-theme=dark] .about-faq,
[data-theme=dark] .contact-locations-section {
  background: #0b1c2e;
}

[data-theme=dark] .page-hero,
[data-theme=dark] .about-reference,
[data-theme=dark] .about-services,
[data-theme=dark] .contact-map-section {
  background: #102840;
}

[data-theme=dark] .corporate-page main h1,
[data-theme=dark] .corporate-page main h2,
[data-theme=dark] .corporate-page main h3 {
  color: #ffffff;
}

[data-theme=dark] .page-hero-lead,
[data-theme=dark] .page-hero-note span,
[data-theme=dark] .about-intro > p:last-child,
[data-theme=dark] .about-capability p,
[data-theme=dark] .about-reference-panel p,
[data-theme=dark] .contact-channel a,
[data-theme=dark] .contact-channel p {
  color: #cbd6df;
}

[data-theme=dark] .page-hero-note {
  border-color: #ff6269;
}

[data-theme=dark] .page-hero-note b {
  color: #ffffff;
}

[data-theme=dark] .about-capability,
[data-theme=dark] .contact-channel,
[data-theme=dark] .contact-location,
[data-theme=dark] .admin-video-panel,
[data-theme=dark] .admin-video-row,
[data-theme=dark] .about-faq .accordion-item,
[data-theme=dark] .about-faq .accordion-button {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .about-capability i {
  color: #8fb8ff;
  background: #1e365b;
}

[data-theme=dark] .about-section .row > .col:nth-child(2) .about-capability i {
  color: #c4a9ff;
  background: #34265f;
}

[data-theme=dark] .about-section .row > .col:nth-child(3) .about-capability i {
  color: #ffc287;
  background: #5b3822;
}

[data-theme=dark] .about-section .row > .col:nth-child(4) .about-capability i {
  color: #79daa8;
  background: #1c4a3a;
}

[data-theme=dark] .contact-channel:has(.fa-phone-volume) i {
  color: #6fe0a4;
}

[data-theme=dark] .contact-channel:has(.fa-envelope) i {
  color: #8fb8ff;
}

[data-theme=dark] .contact-channel:has(.bi-clock) i {
  color: #ffce78;
}

[data-theme=dark] .contact-channel:has(.fa-location-dot) i {
  color: #ff8b8f;
}

[data-theme=dark] .contact-channel a:hover {
  color: #ffffff;
}

[data-theme=dark] .contact-location address,
[data-theme=dark] .about-faq .accordion-body,
[data-theme=dark] .admin-help,
[data-theme=dark] .admin-video-url small {
  color: #cbd6df;
}

[data-theme=dark] .admin-video-url a {
  color: #ffffff;
}

[data-theme=dark] .about-faq .accordion-button {
  color: #ffffff;
}

[data-theme=dark] .about-faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #1b3d62;
}

[data-theme=dark] .about-method {
  background: #091724;
}

[data-theme=dark] .about-reference-panel {
  border-color: #314d68;
  background: #142e48;
}

[data-theme=dark] .map-shell {
  border-color: #314d68;
  background: #142e48;
}
