@layer base, components, utilities;

:root {
  --ink: #172824;
  --muted: #5c6c66;
  --green: #08624b;
  --green-dark: #064c3a;
  --mint: #c7f4dd;
  --line: #dce4df;
  --surface: #f5f7f5;
  --white: #fff;
  --radius: 6px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: balance;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
summary,
select {
  cursor: pointer;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
input,
select,
textarea {
  min-width: 0;
}
img,
svg {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  border: 0;
}
a,
button,
summary,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #087958;
  outline-offset: 5px;
}
.home-hero :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--mint);
}
[hidden] {
  display: none !important;
}
::selection {
  color: var(--green-dark);
  background: var(--mint);
}
.site-container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke-width: 1.65;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.icon-button:hover {
  background: var(--surface);
  border-color: var(--green);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  text-align: center;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button-primary {
  background: var(--green);
  color: #fff;
}
.button-primary:hover {
  background: var(--green-dark);
}
.button-secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}
.button-secondary:hover {
  border-color: var(--green);
  background: #edf5ef;
}
.button-glass {
  color: #fff;
  border-color: #ffffff75;
  background: #15231e52;
}
.button-glass:hover {
  background: #15231eaa;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 650;
  font-size: 14px;
  color: var(--green);
}
.text-link:hover {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link .icon {
  width: 18px;
  height: 18px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
  color: var(--green);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.utility-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
}
.utility-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.utility-inner .icon {
  width: 13px;
  height: 13px;
}
.utility-divider {
  padding-inline: 12px;
  color: #9ba8a1;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fffffff5;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}
.brand {
  width: 300px;
  flex-shrink: 0;
}
.brand img {
  width: 100%;
  height: auto;
}
.desktop-nav {
  display: flex;
  gap: 29px;
  margin-left: auto;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a {
  position: relative;
  padding: 33px 0;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--green);
}
.desktop-nav a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
}
.header-contact {
  margin-left: 18px;
  min-height: 44px;
  padding: 10px 16px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
}
.header-contact:hover {
  background: var(--green-dark);
}
.header-contact > .icon:last-child {
  width: 15px;
}
.mobile-menu {
  display: none;
}
.home-hero {
  position: relative;
  isolation: isolate;
  background: #25352e;
  min-height: 570px;
  height: min(650px, calc(100svh - 175px));
  color: #fff;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 54%;
  z-index: -3;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: #0b19167a;
  z-index: -2;
}
.hero-shade::before {
  content: "";
  position: absolute;
  inset: 0 44% 0 0;
  background: #0b19168c;
  backdrop-filter: none;
}
.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 50px;
}
.hero-eyebrow {
  color: #deffeb;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
}
.hero-eyebrow > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
}
.hero-content h1 {
  font-size: 64px;
  line-height: 1.07;
  font-weight: 650;
  max-width: 700px;
  margin-bottom: 23px;
}
.accent {
  color: #9de7bd;
}
.hero-content > p:not(.eyebrow):not(.hero-description) {
  font-size: 23px;
  font-weight: 450;
  line-height: 1.42;
  margin-bottom: 16px;
}
.hero-content .hero-description {
  font-size: 14px;
  line-height: 1.8;
  color: #e1e9e4;
  max-width: 490px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.hero-actions .button-primary {
  background: var(--mint);
  color: #103e2f;
}
.hero-actions .button-primary:hover {
  background: #e5ffef;
}
.hero-location {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  color: #e4eae6;
  margin-top: 32px;
}
.hero-location > .icon {
  width: 14px;
  height: 14px;
}
.hero-location > span {
  margin-inline: 4px;
  color: #a3b7aa;
}
.support-strip {
  border-bottom: 1px solid var(--line);
}
.support-strip > .site-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.support-strip a {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 27px 24px;
  border-right: 1px solid var(--line);
}
.support-strip a:first-child {
  padding-left: 0;
}
.support-strip a:last-child {
  border: 0;
}
.support-strip a > .icon:first-child {
  color: var(--green);
  width: 25px;
  height: 25px;
}
.support-strip a > .icon:last-child {
  margin-left: auto;
  width: 16px;
  height: 16px;
  color: #799084;
}
.support-strip strong {
  font-size: 14px;
  font-weight: 650;
  display: block;
}
.support-strip small {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}
.support-strip a:hover strong {
  color: var(--green);
}
.services-home {
  background: var(--surface);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 36px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  padding-bottom: 3px;
}
.section-heading h2 {
  font-size: 38px;
}
.service-track,
.workplace-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #bbcfc2 transparent;
  padding: 5px 0 18px;
}
.service-card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  min-height: 330px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 27px;
  display: flex;
  flex-direction: column;
  position: relative;
  scroll-snap-align: start;
  transition: border-color 0.2s;
}
.service-card:hover {
  border-color: #7caf97;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
.service-icon {
  width: 47px;
  height: 47px;
  background: #eaf4ed;
  color: #186548;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
}
.service-icon > .icon {
  width: 24px;
  height: 24px;
}
.tone-1 {
  background: #ecf1f9;
  color: #446887;
}
.tone-2 {
  background: #f4efdf;
  color: #856c2c;
}
.card-number {
  font-size: 12px;
  color: #66756b;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.card-category {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 10px;
}
.service-card h3 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 13px;
  max-width: 290px;
}
.service-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.service-card > p:not(.card-category) {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 27px;
}
.service-card > .text-link {
  margin-top: auto;
  font-size: 12px;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  padding-top: 18px;
  border-top: 1px solid #edf0ed;
}
.carousel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
}
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}
.carousel-position {
  font-size: 12px;
  color: var(--muted);
  margin-left: 10px;
  font-variant-numeric: tabular-nums;
}
.autoplay .icon:last-child {
  display: none;
}
.autoplay[aria-pressed="true"] .icon:first-child {
  display: none;
}
.autoplay[aria-pressed="true"] .icon:last-child {
  display: block;
}
.expertise-line {
  display: flex;
  gap: 38px;
  align-items: center;
  padding: 35px 0;
  margin-top: 46px;
  border-block: 1px solid var(--line);
}
.expertise-line > span:first-child {
  font-size: 11px;
  color: var(--muted);
  max-width: 65px;
  line-height: 1.5;
}
.expertise-line > a {
  font-size: 24px;
  font-weight: 700;
  color: #617368;
  line-height: 1;
}
.expertise-line > a:hover {
  color: var(--green);
}
.expertise-line > span:last-child {
  font-size: 12px;
  color: var(--muted);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.expertise-line > span:last-child .icon {
  width: 18px;
}
.home-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 55px 0 0;
}
.home-callout h2 {
  font-size: 29px;
  margin-bottom: 12px;
}
.home-callout p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.home-callout .eyebrow {
  margin-bottom: 12px;
}
.home-callout > .button {
  flex-shrink: 0;
}
.page-intro {
  padding: 28px 0 62px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 45px;
  line-height: 1.5;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-intro .eyebrow {
  margin-bottom: 17px;
}
.page-intro h1 {
  font-size: 52px;
  max-width: 950px;
  white-space: pre-line;
}
.page-intro .lead {
  font-size: 17px;
  line-height: 1.8;
  max-width: 745px;
  margin-top: 24px;
  color: var(--muted);
}
.local-contact-band {
  background: #edf5f0;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.local-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 48px;
}
.local-contact-route h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
.local-contact-route > p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 14px;
}
.local-contact-route > div,
.local-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.local-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--green);
  min-height: 44px;
}
.local-contact-route .text-link {
  min-height: 44px;
}
.local-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}
.local-location h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.local-location address {
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
.local-location p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 24px;
}
.local-location figure {
  margin: 0;
  min-width: 0;
}
.local-location img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 4px;
}
.local-location figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
}
.local-support-band {
  padding: 32px 0;
  background: var(--surface);
  border-block: 1px solid var(--line);
}
.local-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.local-support-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.local-support-grid article > .icon {
  color: var(--green);
  margin-bottom: 16px;
}
.local-support-grid h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.local-support-grid p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
.local-support-grid .text-link {
  margin-top: auto;
  font-size: 12px;
}
.local-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
}
.local-service {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.local-service-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.local-service-heading > .icon {
  color: var(--green);
}
.local-service h3 {
  font-size: 20px;
  line-height: 1.35;
}
.local-service h3 a:hover {
  color: var(--green);
}
.local-service > p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 18px;
}
.local-service .service-contact-links {
  margin-top: auto;
}
.local-service .service-direct-phone {
  font-size: 13px;
  min-height: 36px;
}
.local-erp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin-bottom: 16px;
}
.local-erp-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 36px;
  font-size: 13px;
  font-weight: 650;
  color: var(--green);
}
.local-erp-links .icon {
  width: 15px;
  height: 15px;
}
.local-questions {
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.local-questions .site-container {
  max-width: 920px;
}
.local-questions h2 {
  margin-bottom: 30px;
}
.local-questions .local-actions {
  margin-top: 30px;
}
.home-callout .text-link {
  font-size: 13px;
  margin-top: 12px;
}
@media (max-width: 700px) {
  .local-contact-grid,
  .local-location-grid,
  .local-support-grid,
  .local-service-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .local-contact-grid {
    gap: 20px;
  }
  .local-contact-route + .local-contact-route {
    border-top: 1px solid var(--line);
    padding-top: 20px;
  }
  .local-location-grid {
    gap: 28px;
  }
  .local-location h2 {
    font-size: 26px;
  }
  .local-actions > .button {
    max-width: 100%;
  }
  .local-support-grid {
    gap: 24px;
  }
  .local-service h3 {
    font-size: 18px;
  }
}
.catalog-section {
  padding-top: 40px;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 0 16px;
  flex: 1;
  max-width: 550px;
  height: 50px;
}
.search-field input {
  width: 100%;
  background: none;
  border: 0;
  font-size: 13px;
  outline: none;
  height: 100%;
}
.search-field:focus-within {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}
.search-field > .icon {
  color: var(--muted);
  width: 19px;
}
.category-field {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  margin-left: auto;
}
.category-field > span {
  color: var(--muted);
}
.category-field select {
  min-height: 50px;
  max-width: 220px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
#search-count {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}
.service-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 145px;
  gap: 28px;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.service-row-icon {
  display: flex;
  gap: 17px;
  align-items: center;
}
.service-row .card-category {
  margin-bottom: 6px;
}
.service-row h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.service-row h2 a:hover {
  color: var(--green);
}
.service-row-main > p:not(.card-category) {
  font-size: 14px;
  color: var(--muted);
  max-width: 740px;
}
.service-tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 17px;
  margin: 16px 0 0;
  font-size: 11px;
  color: #536a5b;
}
.service-tags li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #839c88;
  margin: 0 7px 3px 0;
}
.service-row-link {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-self: end;
  color: var(--green);
  font-size: 12px;
  font-weight: 650;
}
.service-row-link .icon {
  width: 19px;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
}
.empty-state h2 {
  font-size: 24px;
}
.empty-state p {
  margin: 20px 0;
  color: var(--muted);
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 84px;
}
.detail-content > h2:first-of-type {
  font-size: 34px;
}
.detail-intro {
  font-size: 17px;
  line-height: 1.9;
  color: #52675c;
  margin-top: 23px;
}
.audience {
  padding: 23px 0;
  border-block: 1px solid var(--line);
  margin-top: 30px;
}
.audience strong {
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
  color: var(--green);
}
.audience p {
  font-size: 14px;
  color: var(--muted);
}
.subsection-title {
  font-size: 28px;
  margin-top: 52px;
  margin-bottom: 22px;
}
.scope-list article {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.scope-list article > span {
  font-size: 12px;
  color: #61796a;
  padding-top: 5px;
  flex-shrink: 0;
}
.scope-list h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.scope-list p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
}
.process-list {
  list-style: none;
  counter-reset: steps;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
.process-list li {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  color: var(--muted);
  font-size: 14px;
  counter-increment: steps;
}
.process-list li::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: #e9f3eb;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.faq-list [open] summary .icon {
  transform: rotate(180deg);
}
.faq-list details > p {
  padding: 0 30px 24px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.detail-aside {
  align-self: start;
  position: sticky;
  top: 122px;
}
.support-panel {
  border: 1px solid #c8dccc;
  border-radius: 6px;
  background: #f0f6f0;
  padding: 27px;
}
.support-panel > .service-icon {
  background: #e0efdf;
  margin-bottom: 27px;
}
.support-panel .eyebrow {
  font-size: 10px;
  margin-bottom: 13px;
}
.support-panel h2 {
  font-size: 25px;
  line-height: 1.3;
}
.support-panel > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin: 17px 0 22px;
}
.support-panel > .button {
  width: 100%;
  font-size: 12px;
  padding-inline: 10px;
}
.aside-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  font-size: 15px;
  font-weight: 650;
  margin: 20px 0;
}
.aside-phone .icon {
  width: 16px;
}
.support-panel > .text-link {
  font-size: 12px;
  display: flex;
  justify-content: center;
}
.related-nav {
  padding-top: 30px;
}
.related-nav h2 {
  font-size: 15px;
  margin-bottom: 15px;
}
.related-nav a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.related-nav a:hover {
  color: var(--green);
}
.related-nav .icon {
  width: 17px;
  height: 17px;
}
.about-section {
  padding-top: 48px;
}
.store-figure {
  max-width: 1040px;
  margin-inline: auto;
}
.store-figure > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  border-radius: 6px;
}
.store-figure figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 18px 0;
  font-size: 12px;
  color: var(--muted);
}
.store-figure figcaption span,
.store-figure figcaption a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-figure figcaption .icon {
  width: 15px;
  height: 15px;
}
.store-figure figcaption a {
  color: var(--green);
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  margin-top: 72px;
}
.about-story h2 {
  font-size: 40px;
}
.about-story > div > p:not(.eyebrow) {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 55px;
  padding-block: 35px;
  border-block: 1px solid var(--line);
}
.values-grid h3 {
  font-size: 21px;
  margin: 18px 0 14px;
}
.values-grid p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
}
.contact-left > h2 {
  font-size: 30px;
}
.contact-methods {
  margin-top: 25px;
}
.contact-methods > div {
  display: flex;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.contact-methods > div > .icon {
  color: var(--green);
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.contact-methods > div > div {
  min-width: 0;
}
.contact-methods span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 7px;
}
.contact-methods a:not(.text-link) {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  overflow-wrap: anywhere;
}
.contact-methods .contact-primary {
  font-size: 25px !important;
  font-weight: 650;
  line-height: 1.4;
}
.contact-methods a:hover {
  color: var(--green);
}
.contact-methods .text-link {
  margin: 5px 0 12px;
  font-size: 12px;
}
.contact-methods address {
  font-size: 15px;
  font-style: normal;
  max-width: 350px;
}
.bank-section {
  padding-top: 48px;
  scroll-margin-top: 120px;
}
.bank-section h2 {
  font-size: 27px;
}
.bank-section .eyebrow {
  margin-bottom: 12px;
}
.bank-note {
  color: var(--muted);
  font-size: 12px;
  margin: 13px 0 24px;
}
.bank-list {
  border-top: 1px solid var(--line);
}
.bank-row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.bank-row > div {
  min-width: 0;
}
.bank-row dt {
  font-weight: 650;
  font-size: 13px;
  margin-bottom: 6px;
}
.bank-row dt > span {
  color: var(--muted);
  font-size: 11px;
  margin-left: 10px;
}
.bank-row dd {
  font-size: 13px;
  overflow-wrap: anywhere;
  line-height: 1.65;
}
.bank-row .iban {
  font-variant-numeric: tabular-nums;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
  word-spacing: 1px;
}
.company-row dd {
  font-size: 12px;
  font-weight: 550;
  max-width: 360px;
}
.copy-button {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.copy-button > .icon {
  width: 18px;
  height: 18px;
}
.copy-button.is-copied {
  color: var(--green);
  background: #dff6e8;
}
.bank-source {
  font-size: 11px;
  margin-top: 18px;
}
.map-panel {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--surface);
}
.map-heading {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--white);
}
.map-heading h2 {
  font-size: 18px;
}
.map-heading > .icon {
  width: 18px;
  color: var(--green);
}
.map-stage {
  height: 340px;
  position: relative;
  background: var(--surface);
}
.map-placeholder {
  height: 100%;
  position: relative;
}
.map-placeholder > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-placeholder > div {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background: #ffffffed;
  padding: 18px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}
.map-placeholder .button {
  min-height: 43px;
  padding-block: 9px;
  font-size: 12px;
}
.map-external {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  color: var(--green);
}
.map-external > .icon {
  width: 14px;
  height: 14px;
}
.map-stage iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.form-section {
  padding-top: 45px;
  scroll-margin-top: 120px;
}
.form-section > .eyebrow {
  margin-bottom: 13px;
}
.form-section > h2 {
  font-size: 29px;
}
.form-section > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 16px;
  margin-top: 25px;
}
.form-field label {
  font-size: 12px;
  font-weight: 650;
  display: block;
  margin-bottom: 8px;
}
.form-field label > span {
  color: var(--green);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #cbd7ce;
  border-radius: 4px;
  min-height: 47px;
  padding: 12px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}
.form-field textarea {
  resize: vertical;
  min-height: 130px;
}
.form-field select {
  padding-inline: 8px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #65766b;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.full-width {
  grid-column: 1/-1;
}
.honeypot {
  display: none !important;
}
.form-privacy {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.85;
  margin: 17px 0 20px;
}
.submit-button {
  width: 100%;
}
.form-status {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.form-status[data-state="success"] {
  background: #e8f4eb;
  color: #135534;
  border-left: 3px solid #278947;
  padding: 14px;
}
.form-status[data-state="error"] {
  background: #fff1f0;
  color: #8d302b;
  border-left: 3px solid #b75046;
  padding: 14px;
}
.form-status[data-state="pending"] {
  color: var(--muted);
}
.error-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-block: 50px 90px;
}
.site-footer {
  background: #182a23;
  color: #e7eee9;
  padding: 58px 0 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 0.65fr 1fr;
  gap: 65px;
  padding-bottom: 40px;
}
.footer-brand > a:first-child {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 5px;
  line-height: 1.4;
}
.brand-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #a3eac0;
  border-radius: 50%;
}
.footer-brand > p {
  font-size: 13px;
  color: #a7b9ad;
  margin: 12px 0 17px;
}
.footer-brand .affiliation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b9d4c2;
  font-size: 11px;
}
.footer-brand .affiliation > .icon {
  width: 14px;
  height: 14px;
}
.footer-top h2 {
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 20px;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  color: #acbeb1;
}
.footer-top a:hover {
  color: #c7f4dd;
}
.footer-contact > a {
  display: block;
  font-size: 12px;
  color: #b4c7bb;
}
.footer-contact > .footer-phone {
  color: #e8f3eb;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 11px;
}
.footer-contact p {
  font-size: 12px;
  color: #a7b9ad;
  margin-top: 17px;
  max-width: 270px;
  line-height: 1.8;
}
.footer-services {
  border-block: 1px solid #ffffff20;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  padding-block: 22px;
  color: #a6baac;
  font-size: 11px;
}
.footer-services a:hover {
  text-decoration: underline;
  color: #e2efdf;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-top: 24px;
}
.footer-bottom > p {
  font-size: 10px;
  color: #a7baad;
}
.footer-bottom > p > span {
  margin-inline: 8px;
}
.socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.socials > a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff20;
  border-radius: 50%;
  color: #b4c9ba;
}
.socials > a:hover {
  background: #ffffff15;
  color: #fff;
}
.socials .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.socials > a:first-child .icon {
  fill: none;
}
.back-to-top {
  position: fixed;
  right: 29px;
  bottom: 92px;
  width: 45px;
  height: 45px;
  z-index: 45;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 3px 15px #10251818;
}
.back-to-top .icon {
  transform: rotate(-90deg);
}
.consent-open .floating-whatsapp,
.consent-open .back-to-top {
  visibility: hidden;
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.legal-links a,
.legal-links button {
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-links button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.consent-banner {
  position: fixed;
  inset: auto 20px 20px;
  z-index: 80;
  max-width: 1160px;
  margin: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 40px #14271f26;
  display: flex;
  align-items: center;
  gap: 28px;
  max-height: calc(100svh - 40px);
  overflow: auto;
}
.consent-banner h2 {
  font-size: 18px;
  margin: 0 0 8px;
}
.consent-banner p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}
.consent-banner a {
  color: var(--green);
  text-decoration: underline;
}
.consent-actions {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}
.consent-actions .button {
  min-width: 110px;
}
.consent-status:empty {
  display: none;
}
.consent-banner .consent-status {
  margin-top: 8px;
  color: var(--ink);
}
.legal-content {
  max-width: 880px;
}
.legal-content > section {
  margin: 34px 0;
}
.legal-content h2 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 14px;
}
.legal-content p {
  color: var(--muted);
  line-height: 1.85;
}
.legal-date {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.legal-related,
.policy-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.policy-sources {
  margin-top: 30px;
  flex-direction: column;
  gap: 10px;
}
.policy-sources a {
  color: var(--green);
  text-decoration: underline;
}
.team-section {
  background: var(--surface);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.team-member {
  min-width: 0;
  border-top: 2px solid var(--green);
  padding-top: 18px;
}
.team-media {
  width: min(100%, 280px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: #f0f3f2;
}
.team-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--portrait-position, center 30%);
}
.team-media--logo {
  display: grid;
  place-items: center;
  background: var(--surface);
  isolation: isolate;
}
.team-media--logo img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.team-member h3 {
  font-size: 23px;
  margin: 20px 0 8px;
}
.team-member p {
  color: var(--muted);
  margin-bottom: 18px;
}
.team-member a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  overflow-wrap: anywhere;
  margin: 12px 0;
}
.team-member a .icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.workplace-gallery {
  margin-top: 30px;
}
.workplace-gallery > a {
  position: relative;
  flex: 0 0 calc((100% - 24px) / 2.2);
  min-width: 0;
  scroll-snap-align: start;
  background: #f0f3f2;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.workplace-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
}
.workplace-gallery .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: white;
  color: var(--ink);
  padding: 7px;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.business-hours,
.google-reviews {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.business-hours h2,
.google-reviews h2 {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.business-hours dl {
  margin: 20px 0;
}
.business-hours dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.business-hours dd {
  margin: 0;
  font-weight: 650;
  white-space: nowrap;
}
.business-hours p,
.google-reviews p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}
.map-privacy {
  max-width: 340px;
  margin: 12px auto;
  background: #ffffffef;
  color: var(--ink);
  padding: 8px 12px;
  font-size: 13px;
}
.form-privacy a,
.map-privacy a {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .consent-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    inset: auto 12px 12px;
    padding: 20px;
  }
  .consent-actions .button {
    flex: 1;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-member {
    display: grid;
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
  }
  .team-media {
    width: 100%;
  }
  .team-member h3 {
    font-size: 20px;
    margin-top: 0;
  }
  .workplace-gallery {
    gap: 14px;
  }
  .workplace-gallery > a {
    flex-basis: 86%;
  }
}
@media (max-width: 600px) {
  .team-member {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .team-media {
    width: min(100%, 260px);
  }
}
@media (max-width: 400px) {
  .business-hours dl > div {
    flex-wrap: wrap;
  }
}
.floating-whatsapp {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 24px;
  width: 55px;
  height: 55px;
  background: #158348;
  color: #fff;
  border: 3px solid white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 20px #10251825;
  transition: transform 0.2s;
}
.floating-whatsapp > .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.floating-whatsapp > span {
  position: absolute;
  right: 64px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 9px 13px;
  color: var(--ink);
  font-size: 11px;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.floating-whatsapp:hover {
  transform: scale(1.06);
}
.floating-whatsapp:hover > span,
.floating-whatsapp:focus-visible > span {
  opacity: 1;
  transform: none;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 60;
  max-width: calc(100% - 100px);
  transform: translate(-50%, 20px);
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  box-shadow: 0 6px 24px #0002;
  border-radius: 5px;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.brand-icon {
  fill: currentColor;
}
.socials > a:first-child .brand-icon {
  fill: none;
}
.bank-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  column-gap: 12px;
  row-gap: 0;
}
.bank-row dt,
.bank-row > dd:not(.copy-control) {
  grid-column: 1;
}
.bank-row > .copy-control {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
}
@media (min-width: 1600px) {
  .home-hero {
    height: 650px;
  }
  .hero-shade::before {
    inset-inline-end: 47%;
  }
}
@media (max-width: 1150px) {
  .site-container {
    width: calc(100% - 64px);
  }
  .brand {
    width: 260px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-contact {
    margin-left: 0;
  }
  .header-contact > .icon:last-child {
    display: none;
  }
  .header-inner {
    gap: 20px;
  }
  .hero-content h1 {
    font-size: 57px;
  }
  .home-hero {
    height: 590px;
    min-height: 550px;
  }
  .detail-grid {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) 290px;
  }
  .contact-grid {
    gap: 40px;
  }
  .expertise-line {
    gap: 27px;
  }
  .expertise-line > span:last-child {
    max-width: 180px;
  }
  .footer-top {
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .header-inner {
    min-height: 80px;
  }
  .brand {
    width: 285px;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu > summary {
    list-style: none;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 5px;
  }
  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu > nav {
    position: absolute;
    right: 0;
    top: calc(100% + 16px);
    width: 280px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 25px #18332415;
    border-radius: 5px;
    padding: 10px;
  }
  .mobile-menu nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px;
    font-size: 14px;
    border-radius: 3px;
  }
  .mobile-menu nav a[aria-current] {
    background: #eef7f1;
    color: var(--green);
  }
  .mobile-menu nav a:hover {
    background: var(--surface);
  }
  .mobile-menu nav .icon {
    width: 17px;
    height: 17px;
  }
  .home-hero {
    height: 590px;
    min-height: 0;
  }
  .hero-content h1 {
    font-size: 54px;
  }
  .hero-shade::before {
    inset-inline-end: 28%;
  }
  .support-strip a {
    padding: 23px 15px;
    gap: 12px;
  }
  .support-strip small {
    font-size: 10px;
  }
  .support-strip a > .icon:last-child {
    display: none;
  }
  .section-heading h2 {
    font-size: 33px;
  }
  .section-heading > p {
    max-width: 240px;
  }
  .section-heading > p > br {
    display: none;
  }
  .service-card {
    flex-basis: calc((100% - 20px) / 2);
  }
  .service-row {
    grid-template-columns: 75px minmax(0, 1fr) 115px;
    gap: 20px;
  }
  .service-row-icon {
    gap: 10px;
  }
  .service-row-link {
    gap: 7px;
    font-size: 11px;
  }
  .service-row h2 {
    font-size: 22px;
  }
  .category-field > span {
    display: none;
  }
  .detail-grid {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 35px;
  }
  .support-panel {
    padding: 22px;
  }
  .support-panel h2 {
    font-size: 23px;
  }
  .contact-grid {
    gap: 32px;
  }
  .contact-methods .contact-primary {
    font-size: 22px !important;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .map-stage {
    height: 295px;
  }
  .contact-left > h2,
  .form-section > h2 {
    font-size: 25px;
  }
  .bank-row .iban {
    font-size: 11px;
    word-spacing: 0;
  }
  .about-story {
    gap: 35px;
  }
  .about-story h2 {
    font-size: 34px;
  }
  .footer-top {
    grid-template-columns: 1fr 0.55fr 1fr;
    gap: 25px;
  }
  .footer-contact > .footer-phone {
    font-size: 19px;
  }
  .footer-brand > a:first-child {
    font-size: 21px;
  }
  .expertise-line > span:last-child {
    display: none;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 95px;
  }
  .site-container {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 55px;
  }
  .utility-bar {
    font-size: 10px;
  }
  .utility-inner {
    min-height: 30px;
  }
  .utility-inner > span {
    font-size: 9px;
  }
  .utility-inner > span .utility-divider {
    padding-inline: 5px;
  }
  .utility-inner > span {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .utility-inner a {
    font-size: 10px;
    gap: 5px;
  }
  .utility-inner .icon {
    width: 11px;
    height: 11px;
  }
  .header-inner {
    min-height: 76px;
    gap: 12px;
  }
  .brand {
    width: 245px;
    max-width: calc(100% - 60px);
  }
  .home-hero {
    height: auto;
    min-height: 530px;
  }
  .hero-content {
    padding-block: 45px 32px;
    min-height: 530px;
  }
  .hero-content h1 {
    font-size: 43px;
    max-width: 480px;
    line-height: 1.12;
    margin-bottom: 22px;
  }
  .hero-eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .hero-content > p:not(.eyebrow):not(.hero-description) {
    font-size: 21px;
  }
  .hero-content .hero-description {
    font-size: 13px;
    max-width: 360px;
    line-height: 1.85;
  }
  .hero-image {
    object-position: 65% center;
  }
  .hero-shade {
    background: #10251cc2;
  }
  .hero-shade::before {
    display: none;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 12px 15px;
    min-height: 47px;
  }
  .hero-actions .icon {
    width: 17px;
    height: 17px;
  }
  .hero-location {
    font-size: 9px;
    gap: 6px;
    margin-top: 28px;
  }
  .hero-location > span {
    margin-inline: 0;
  }
  .desktop-break {
    display: none;
  }
  .support-strip > .site-container {
    grid-template-columns: 1fr;
  }
  .support-strip a {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 16px;
  }
  .support-strip strong {
    font-size: 13px;
  }
  .support-strip small {
    font-size: 11px;
  }
  .support-strip a > .icon:last-child {
    display: block;
  }
  .support-strip a > .icon:first-child {
    width: 23px;
    height: 23px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 31px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: 100%;
    font-size: 13px;
  }
  .section-heading > p > br {
    display: block;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .service-card {
    flex-basis: 86%;
    padding: 24px;
    min-height: 335px;
  }
  .service-track {
    gap: 14px;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .carousel-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .carousel-bottom > .button {
    width: 100%;
  }
  .carousel-controls {
    gap: 9px;
  }
  .carousel-position {
    margin-left: 17px;
  }
  .expertise-line {
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-block: 26px;
  }
  .expertise-line > span:first-child {
    flex-basis: 100%;
    max-width: none;
  }
  .expertise-line > a {
    font-size: 22px;
  }
  .home-callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 37px;
  }
  .home-callout h2 {
    font-size: 28px;
  }
  .home-callout p:not(.eyebrow) {
    font-size: 13px;
  }
  .home-callout > .button {
    width: 100%;
  }
  .page-intro {
    padding: 24px 0 38px;
  }
  .breadcrumb {
    margin-bottom: 30px;
    gap: 8px;
    font-size: 10px;
  }
  .page-intro h1 {
    font-size: 36px;
    line-height: 1.22;
  }
  .page-intro .lead {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.85;
  }
  .catalog-section {
    padding-top: 25px;
  }
  .catalog-toolbar {
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 25px;
  }
  .search-field {
    flex-basis: 100%;
    max-width: none;
  }
  .category-field {
    margin-left: 0;
    flex: 1;
  }
  .category-field select {
    width: 100%;
    max-width: none;
    font-size: 12px;
    min-height: 43px;
  }
  .category-field > span {
    display: none;
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px 0;
  }
  .service-row-icon {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .service-row-main h2 {
    font-size: 23px;
    max-width: 340px;
  }
  .service-row-main > p:not(.card-category) {
    font-size: 13px;
  }
  .service-tags {
    gap: 8px 14px;
    margin-top: 15px;
  }
  .service-row-link {
    justify-self: start;
    font-size: 12px;
    margin-top: 4px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .detail-content > h2:first-of-type {
    font-size: 28px;
  }
  .detail-intro {
    font-size: 15px;
    line-height: 1.9;
  }
  .subsection-title {
    font-size: 25px;
    margin-top: 36px;
  }
  .scope-list article {
    gap: 18px;
  }
  .scope-list h3 {
    font-size: 19px;
  }
  .scope-list p,
  .faq-list details > p {
    font-size: 13px;
  }
  .faq-list summary {
    font-size: 14px;
  }
  .detail-aside {
    position: static;
  }
  .support-panel {
    padding: 27px;
  }
  .support-panel h2 {
    font-size: 26px;
  }
  .support-panel > .button {
    font-size: 13px;
  }
  .related-nav {
    padding-top: 28px;
  }
  .store-figure figcaption {
    font-size: 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .about-story {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .about-story h2 {
    font-size: 32px;
  }
  .about-story > div > p:not(.eyebrow) {
    font-size: 14px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
    padding-block: 30px;
  }
  .values-grid article + article {
    padding-top: 25px;
    border-top: 1px solid var(--line);
  }
  .values-grid h3 {
    margin-top: 10px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-left > h2 {
    font-size: 29px;
  }
  .contact-methods .contact-primary {
    font-size: 26px !important;
  }
  .contact-methods {
    margin-top: 15px;
  }
  .contact-methods > div {
    padding-block: 20px;
  }
  .bank-row .iban {
    font-size: 13px;
  }
  .bank-section {
    padding-top: 35px;
  }
  .map-stage {
    height: 315px;
  }
  .map-heading {
    padding: 18px;
  }
  .form-section {
    padding-top: 36px;
  }
  .form-section > h2 {
    font-size: 28px;
  }
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 13px;
  }
  .form-field input,
  .form-field select,
  .form-field textarea {
    font-size: 16px;
    padding-inline: 9px;
  }
  .form-field label {
    font-size: 11px;
  }
  .form-privacy {
    font-size: 11px;
  }
  .site-footer {
    padding-top: 40px;
    padding-bottom: 88px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 25px;
    padding-bottom: 28px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand > a:first-child {
    font-size: 26px;
  }
  .footer-top h2 {
    margin-bottom: 18px;
  }
  .footer-contact > .footer-phone {
    font-size: 16px;
  }
  .footer-contact > a {
    font-size: 11px;
    overflow-wrap: anywhere;
  }
  .footer-contact p {
    font-size: 11px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-bottom > p {
    font-size: 10px;
    line-height: 1.85;
    max-width: 300px;
  }
  .footer-services {
    font-size: 10px;
    gap: 12px 17px;
  }
  .socials {
    gap: 9px;
  }
  .socials > a {
    width: 36px;
    height: 36px;
  }
  .floating-whatsapp {
    right: 17px;
    bottom: max(17px, env(safe-area-inset-bottom));
    width: 53px;
    height: 53px;
  }
  .toast {
    bottom: 80px;
    width: max-content;
    max-width: calc(100% - 40px);
    font-size: 12px;
  }
  .error-actions {
    padding-block: 35px 60px;
    gap: 15px;
  }
  .error-actions > .button {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .hero-content h1 {
    font-size: 37px;
  }
  .hero-actions .button {
    padding-inline: 10px;
    font-size: 11px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-location {
    font-size: 8px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .page-intro h1 {
    font-size: 32px;
  }
  .bank-row .iban {
    font-size: 11px;
  }
  .contact-methods .contact-primary {
    font-size: 23px !important;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    gap: 25px 15px;
  }
  .footer-contact > .footer-phone {
    font-size: 14px;
  }
  .utility-inner > span {
    max-width: 130px;
  }
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.header-actions .header-contact {
  display: inline-flex;
  margin-left: 0;
  white-space: nowrap;
}
.header-actions .header-contact > .icon {
  display: block;
  width: 18px;
  height: 18px;
}
.header-remote {
  min-height: 44px;
  padding: 10px 14px;
  font-size: 12px;
  color: var(--green);
  background: #e5f2e9;
  border-color: #c5ddce;
  white-space: nowrap;
}
.header-remote:hover,
.header-remote[aria-current] {
  background: #d2e8d9;
  border-color: var(--green);
}
.header-remote .icon:last-child {
  width: 15px;
  height: 15px;
}
.erp-brands {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
}
.erp-brands a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #617368;
}
.erp-brands a:hover {
  color: var(--green);
}
.expertise-line > .expertise-contact {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 650;
  color: var(--green);
  white-space: nowrap;
}
.expertise-contact .icon {
  width: 18px;
  height: 18px;
}
.card-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  position: relative;
  font-size: 12px;
  color: var(--green);
  margin: -8px 0 17px;
}
.card-contact .icon {
  width: 15px;
  height: 15px;
}
.service-row-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.service-direct-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--green);
  white-space: nowrap;
}
.service-direct-phone .icon {
  width: 14px;
  height: 14px;
}
.service-contact-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}
.card-contacts {
  margin: -8px 0 17px;
}
.card-contacts .card-contact {
  margin: 0;
  min-height: 32px;
  align-items: center;
}
.service-direct-whatsapp {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.service-direct-whatsapp:hover {
  background: #edf6f0;
}
.service-direct-whatsapp .icon {
  width: 17px;
  height: 17px;
}
.software-nav-band {
  border-block: 1px solid var(--line);
  background: #f5f8f6;
}
.software-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
}
.software-nav a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  font-size: 13px;
  font-weight: 650;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.software-nav a[aria-current],
.software-nav a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}
.software-nav .icon {
  width: 16px;
  height: 16px;
}
.software-directory {
  margin-bottom: 42px;
}
.software-directory > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}
.software-directory article {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.software-directory article > a {
  display: block;
  margin-bottom: 14px;
}
.software-directory article > a:hover strong {
  text-decoration: underline;
}
.software-directory strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--green);
  font-size: 18px;
  margin-bottom: 9px;
}
.software-directory span {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}
.product-sources {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.product-sources h2 {
  font-size: 17px;
  margin-bottom: 15px;
}
.product-sources a {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  font-size: 13px;
  margin-bottom: 13px;
}
.product-sources p {
  margin-top: 17px;
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 700px) {
  .software-nav {
    gap: 0 19px;
  }
  .software-directory > div {
    grid-template-columns: minmax(0, 1fr);
  }
}
.aside-remote {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
}
.aside-remote .icon {
  width: 18px;
  height: 18px;
}
.aside-remote .icon:last-child {
  margin-left: auto;
}
.faq-guide-link {
  margin: 0 0 23px;
  font-size: 12px;
}
.service-contact-hint {
  margin: 22px 0 0;
  padding: 15px 0;
  border-block: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.9;
}
.service-contact-hint > span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.service-contact-hint a {
  display: inline-block;
  margin-right: 18px;
  color: var(--green);
  font-weight: 650;
}
.service-contact-hint a:hover {
  text-decoration: underline;
}
.remote-download-band {
  background: #eef5ef;
  border-bottom: 1px solid var(--line);
  padding: 31px 0;
}
.remote-download-inner {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
}
.remote-download-inner .eyebrow {
  margin-bottom: 7px;
}
.remote-download-inner h2 {
  font-size: 25px;
}
.remote-download-inner p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  max-width: 700px;
  margin-top: 10px;
}
.teamviewer-download {
  flex-shrink: 0;
  min-height: 55px;
}
.remote-section {
  padding-top: 48px;
}
.remote-step-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  padding-bottom: 24px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--line);
}
.remote-step-nav a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
}
.remote-step-nav span {
  font-size: 10px;
  color: var(--muted);
  font-weight: 500;
}
.remote-steps article {
  display: flex;
  gap: 20px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 115px;
}
.step-number {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: var(--green);
  background: #eaf4ed;
}
.remote-steps h3 {
  font-size: 21px;
  margin: 4px 0 14px;
}
.remote-steps p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}
.remote-steps .text-link {
  font-size: 12px;
  margin-top: 15px;
}
.remote-safety {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f6f3e8;
  padding: 24px;
  margin-top: 32px;
  border-left: 3px solid #95813e;
}
.remote-safety > .icon {
  color: #796a38;
  margin-top: 3px;
}
.remote-safety h2 {
  font-size: 19px;
  margin-bottom: 10px;
}
.remote-safety p {
  font-size: 13px;
  line-height: 1.85;
  color: #625e4d;
}
.remote-faq details {
  scroll-margin-top: 115px;
}
.remote-software-contact {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #c8dccc;
}
.remote-software-contact > p {
  font-size: 11px;
  color: var(--muted);
}
.remote-software-contact > a:not(.text-link) {
  display: block;
  font-weight: 650;
  font-size: 20px;
  margin: 6px 0;
}
.remote-software-contact > .text-link {
  font-size: 12px;
}
.remote-sources {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.remote-sources p {
  font-size: 12px;
  color: var(--muted);
}
.remote-sources a {
  font-size: 11px;
}
@media (min-width: 961px) and (max-width: 1150px) {
  .header-inner {
    gap: 16px;
  }
  .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }
  .brand {
    width: 245px;
  }
  .header-actions .button {
    padding-inline: 11px;
    font-size: 11px;
  }
  .header-remote .icon:last-child {
    display: none;
  }
}
@media (min-width: 701px) and (max-width: 800px) {
  .header-inner {
    gap: 16px;
  }
  .brand {
    width: 240px;
  }
  .header-actions .button {
    padding-inline: 12px;
  }
}
@media (max-width: 960px) {
  .expertise-line {
    gap: 22px;
    flex-wrap: wrap;
  }
  .erp-brands {
    gap: 20px;
  }
  .erp-brands a {
    font-size: 22px;
  }
  .expertise-line > .expertise-contact {
    margin-left: 0;
  }
  .service-direct-phone {
    font-size: 10px;
  }
  .service-direct-phone .icon {
    display: none;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 150px;
  }
  .header-inner {
    flex-wrap: wrap;
    gap: 6px 12px;
    min-height: 0;
    padding-block: 10px;
  }
  .header-actions {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .header-actions .button {
    min-height: 40px;
    font-size: 12px;
    padding: 9px 8px;
  }
  .header-actions .header-remote > .icon:last-child {
    display: none;
  }
  .header-actions .icon {
    width: 18px;
    height: 18px;
  }
  .mobile-menu {
    margin-left: auto;
  }
  .mobile-menu > nav {
    top: calc(100% + 8px);
  }
  .erp-brands {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .erp-brands a {
    font-size: 19px;
  }
  .expertise-line > .expertise-contact {
    font-size: 14px;
  }
  .service-row-actions {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
  }
  .service-direct-phone {
    font-size: 11px;
  }
  .remote-download-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 23px;
  }
  .remote-download-inner h2 {
    font-size: 23px;
  }
  .remote-download-inner .button {
    width: 100%;
  }
  .remote-section {
    padding-top: 32px;
  }
  .remote-step-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .remote-steps article {
    gap: 14px;
    scroll-margin-top: 30px;
  }
  .remote-steps h3 {
    font-size: 20px;
  }
  .remote-steps p {
    font-size: 13px;
  }
  .remote-safety {
    padding: 19px 15px;
    gap: 12px;
  }
  .remote-safety > .icon {
    width: 19px;
    height: 19px;
  }
  .remote-faq details {
    scroll-margin-top: 30px;
  }
}
@media (max-width: 370px) {
  .erp-brands a {
    font-size: 17px;
  }
  .header-actions .button {
    font-size: 11px;
  }
  .remote-steps .step-number {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.support-strip > .site-container,
.local-support-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.support-strip .support-download,
.local-support-grid .support-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--green);
  color: #fff;
  padding: 24px 18px;
  min-height: 88px;
  text-decoration: none;
  border-radius: 4px;
}
.support-strip .support-download:hover,
.local-support-grid .support-download:hover {
  background: #064c3a;
}
.support-strip .support-download > .icon,
.local-support-grid .support-download > .icon {
  color: #fff;
  width: 22px;
  height: 22px;
  margin: 0;
}
.support-download strong {
  font-size: 15px;
  font-weight: 650;
}
.invoice-details {
  margin: 34px 0;
  padding: 24px 0;
  border-block: 1px solid var(--line);
}
.invoice-details h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.invoice-details dl {
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.invoice-details dl > div:first-child {
  grid-column: 1 / -1;
}
.invoice-details dt {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 6px;
}
.invoice-details dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.invoice-details .text-link {
  font-size: 12px;
}
.local-emails {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  color: var(--green);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.faq-directory-link {
  margin-top: 22px;
  font-size: 13px;
}
.faq-directory > .site-container {
  max-width: 1040px;
}
.faq-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.faq-controls .search-field {
  min-width: min(100%, 260px);
}
.faq-controls .category-field {
  margin-left: 0;
}
#faq-count {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.faq-topic {
  margin-top: 48px;
  scroll-margin-top: 130px;
}
.faq-topic-heading {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.faq-topic-heading h2 {
  font-size: 23px;
  max-width: 100%;
}
.faq-topic-heading .text-link {
  font-size: 12px;
}
@media (max-width: 1000px) {
  .support-strip > .site-container,
  .local-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .support-strip > .site-container,
  .local-support-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .faq-controls {
    align-items: stretch;
  }
  .faq-controls .search-field {
    flex-basis: 100%;
  }
  .faq-topic-heading h2 {
    font-size: 21px;
  }
  .local-location .invoice-details h2 {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
