:root {
  --brand: #6f65aa;
  --brand-dark: #5b5294;
  --ink: #1f284c;
  --muted: #667085;
  --soft: #f5f4fb;
  --accent: #14b8a6;
  --white: #ffffff;
  --line: rgba(31, 40, 76, 0.1);
  --shadow: 0 18px 46px rgba(31, 40, 76, 0.1);
  --font-sans: "Aptos", "Inter", "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

.optimized-picture {
  display: contents;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}

body {
  color: var(--ink);
  font-family: var(--font-sans);
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

body.is-loading {
  overflow: hidden;
}

.page-loader {
  align-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(111, 101, 170, 0.12), transparent 30%),
    #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 1;
  position: fixed;
  transition: opacity 0.42s ease, visibility 0.42s ease;
  visibility: visible;
  z-index: 9999;
}

.page-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.loader-mark {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transform: translateY(0);
  transition: transform 0.42s ease;
}

.page-loader.is-hidden .loader-mark {
  transform: translateY(-10px);
}

.loader-mark img {
  display: block;
  max-width: 168px;
  width: 44vw;
}

.loader-progress {
  background: rgba(111, 101, 170, 0.14);
  border-radius: 999px;
  height: 5px;
  overflow: hidden;
  width: 132px;
}

.loader-progress span {
  animation: loaderSweep 1.05s ease-in-out infinite;
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 58%;
}

.loader-mark p {
  animation: loaderTextIn 0.25s ease forwards;
  animation-delay: 1s;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  margin: 0;
  opacity: 0;
}

main {
  opacity: 1;
  transition: opacity 0.35s ease;
}

body.is-loading main {
  opacity: 0;
}

a {
  color: var(--brand-dark);
  text-decoration: none;
}

a:hover {
  color: var(--brand);
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(31, 40, 76, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.site-header.is-compact {
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.12);
}

.site-header.is-compact .top-bar {
  min-height: 32px;
}

.site-header.is-compact .top-bar-inner {
  min-height: 32px;
}

.site-header.is-compact .navbar,
.site-header.is-compact .navbar > .container {
  min-height: 68px;
}

.site-header.is-compact .navbar-brand img {
  height: 42px;
}

.top-bar {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  color: #fff;
  font-size: 0.84rem;
  min-height: 40px !important;
  transition: min-height 0.2s ease;
}

.top-bar-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 38px;
  transition: min-height 0.2s ease;
}

.top-contact,
.top-language {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.top-contact a,
.top-contact span,
.top-language .language-label {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  gap: 0.4rem;
  line-height: 1.2;
}

.top-contact i,
.top-language i {
  color: #fff;
}

.top-language {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.top-language .language-label {
  font-weight: 650;
  margin: 0;
  white-space: nowrap;
}

.language-picker {
  position: relative;
}

.language-picker-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  gap: 0.48rem;
  height: 28px;
  min-width: 144px;
  padding: 0 0.72rem;
  white-space: nowrap;
}

.language-picker-toggle:focus {
  border-color: rgba(255, 255, 255, 0.7);
  outline: none;
}

.language-picker-toggle > i {
  font-size: 0.72rem;
  margin-left: auto;
}

.language-picker-menu {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(31, 40, 76, 0.16);
  display: grid;
  gap: 0.18rem;
  min-width: 172px;
  opacity: 0;
  padding: 0.45rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.45rem);
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 1040;
}

.language-picker:hover .language-picker-menu,
.language-picker:focus-within .language-picker-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-picker-option {
  align-items: center;
  border-radius: 6px;
  color: var(--ink);
  display: flex;
  gap: 0.55rem;
  min-height: 36px;
  padding: 0.48rem 0.62rem;
}

.language-picker-option:hover,
.language-picker-option.is-active {
  background: var(--soft);
  color: var(--brand-dark);
}

.flag-icon {
  border: 1px solid rgba(31, 40, 76, 0.16);
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  display: block;
  flex: 0 0 auto;
  height: 13px;
  object-fit: cover;
  width: 19px;
}

.navbar {
  min-height: 82px;
  padding: 0;
  transition: min-height 0.2s ease;
}

.navbar > .container {
  min-height: 82px;
  transition: min-height 0.2s ease;
}

.navbar-brand img {
  display: block;
  height: 48px;
  max-width: 198px;
  object-fit: contain;
  transition: height 0.2s ease;
}

.navbar .nav-link {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.72rem 0.9rem;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.is-active {
  color: var(--brand);
}

.navbar .nav-link::before {
  background: var(--brand);
  border: 0;
  border-radius: 999px;
  bottom: 0.45rem;
  content: "";
  height: 2px;
  left: 0.9rem;
  opacity: 0;
  position: absolute;
  right: 0.9rem;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.navbar .dropdown-toggle::after {
  border: 0;
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 0.78rem;
  font-weight: 900;
  margin-left: 0.42rem;
  position: static;
  vertical-align: 0;
}

.navbar .nav-link:hover::before,
.navbar .nav-link:focus::before,
.navbar .nav-link.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.btn-brand.is-active {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.navbar-toggler {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.18);
  border-radius: 8px;
  box-shadow: none;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 101, 170, 0.18);
}

.navbar-toggler span {
  background: var(--brand-dark);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 19px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-top: 0.65rem;
  padding: 0.75rem;
}

.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu::before {
  bottom: 100%;
  content: "";
  height: 0.85rem;
  left: 0;
  position: absolute;
  right: 0;
}

.dropdown-item {
  border-radius: 6px;
  color: var(--ink);
  font-weight: 650;
  padding: 0.65rem 0.85rem;
}

.dropdown-item:hover {
  background: var(--soft);
  color: var(--brand-dark);
}

.service-menu {
  min-width: 560px;
  padding: 0.85rem;
}

.service-menu li {
  list-style: none;
}

.service-menu {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.navbar .dropdown:hover > .service-menu,
.navbar .dropdown.is-hover-open > .service-menu,
.service-menu.show {
  display: grid;
}

.service-menu-link {
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 42px 1fr;
  height: 100%;
  min-height: 88px;
  padding: 0.85rem;
}

.service-menu-link i {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.service-menu-link strong,
.service-menu-link small {
  display: block;
}

.service-menu-link strong {
  display: -webkit-box;
  font-weight: 750;
  line-height: 1.22;
  min-height: 2.45em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-menu-link small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.18rem;
}

.service-menu-link:hover {
  background: var(--soft);
  border-color: rgba(111, 101, 170, 0.18);
  color: var(--brand-dark);
}

.mobile-menu-contact {
  background: linear-gradient(135deg, rgba(111, 101, 170, 0.1), rgba(20, 184, 166, 0.1));
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  padding: 0.95rem;
}

.mobile-menu-contact strong {
  color: var(--ink);
  font-weight: 800;
}

.mobile-menu-contact a {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.9rem;
  gap: 0.45rem;
}

.mobile-menu-contact i {
  color: var(--brand);
}

.mega-menu {
  left: 0;
  margin-top: 0;
  padding: 1.4rem 0;
  right: 0;
  width: 100%;
}

.mega-link {
  align-items: center;
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-weight: 800;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.9rem 1rem;
}

.mega-link i {
  color: var(--brand);
  width: 22px;
}

.mega-link:hover {
  background: #fff;
  border-color: rgba(111, 101, 170, 0.25);
  color: var(--brand-dark);
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 650;
  gap: 0.55rem;
  justify-content: center;
}

.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}

.btn-outline-brand {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.btn-outline-brand:hover {
  background: var(--brand);
  color: #fff;
}

.btn-store {
  background: linear-gradient(180deg, #fff, var(--soft));
  border: 1px solid rgba(111, 101, 170, 0.28);
  color: var(--brand-dark);
}

.btn-store:hover,
.btn-store:focus {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 12px 26px rgba(111, 101, 170, 0.14);
  color: var(--brand-dark);
}

.nav-cta {
  border-radius: 8px;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.48rem 0.78rem;
  text-align: left;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.nav-cta:hover,
.nav-cta:focus {
  transform: translateY(-1px);
}

.nav-cta-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.nav-cta strong,
.nav-cta small {
  display: block;
  line-height: 1.15;
}

.nav-cta strong {
  font-size: 0.88rem;
  font-weight: 800;
}

.nav-cta small {
  font-size: 0.72rem;
  font-weight: 650;
  margin-top: 0.12rem;
}

.nav-cta-store {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.24);
  color: var(--brand-dark);
}

.nav-cta-store .nav-cta-icon {
  background: rgba(111, 101, 170, 0.1);
  color: var(--brand-dark);
}

.nav-cta-store small {
  color: var(--muted);
}

.nav-cta-store:hover,
.nav-cta-store:focus {
  background: var(--soft);
  border-color: rgba(111, 101, 170, 0.42);
  box-shadow: 0 14px 30px rgba(111, 101, 170, 0.14);
  color: var(--brand-dark);
}

.nav-cta-contact {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border: 1px solid transparent;
  color: #fff;
  box-shadow: 0 14px 32px rgba(91, 82, 148, 0.22);
}

.nav-cta-contact .nav-cta-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nav-cta-contact small {
  color: rgba(255, 255, 255, 0.76);
}

.nav-cta-contact:hover,
.nav-cta-contact:focus,
.nav-cta-contact.is-active {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  box-shadow: 0 18px 38px rgba(91, 82, 148, 0.28);
  color: #fff;
}

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(111, 101, 170, 0.16), transparent 34%),
    linear-gradient(180deg, #fff, var(--soft));
  color: var(--ink);
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-section::after {
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-grid {
  min-height: 92vh;
  padding-bottom: 4rem;
  padding-top: 8.5rem;
  position: relative;
  z-index: 1;
}

.hero-title {
  color: var(--ink);
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 1rem 0 1.4rem;
  max-width: 760px;
}

.hero-copy {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-cta {
  align-items: center;
  border-radius: 8px;
  display: inline-grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 70px;
  min-width: 230px;
  padding: 0.72rem 0.88rem;
  position: relative;
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.hero-cta::before {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: inherit;
  content: "";
  inset: 4px;
  pointer-events: none;
  position: absolute;
}

.hero-cta:hover,
.hero-cta:focus {
  transform: translateY(-2px);
}

.hero-cta:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.24);
  outline-offset: 3px;
}

.hero-cta span {
  min-width: 0;
}

.hero-cta strong,
.hero-cta small {
  display: block;
  line-height: 1.2;
}

.hero-cta strong {
  font-size: 0.98rem;
  font-weight: 800;
}

.hero-cta small {
  font-size: 0.78rem;
  font-weight: 650;
  margin-top: 0.2rem;
}

.hero-cta-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hero-cta-arrow {
  font-size: 0.9rem;
  transition: transform 0.22s ease;
}

.hero-cta:hover .hero-cta-arrow,
.hero-cta:focus .hero-cta-arrow {
  transform: translateX(3px);
}

.hero-cta-primary {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border: 1px solid rgba(111, 101, 170, 0.22);
  box-shadow: 0 20px 42px rgba(91, 82, 148, 0.26);
  color: #fff;
}

.hero-cta-primary:hover,
.hero-cta-primary:focus {
  box-shadow: 0 24px 50px rgba(91, 82, 148, 0.34);
  color: #fff;
}

.hero-cta-primary .hero-cta-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero-cta-primary small,
.hero-cta-primary .hero-cta-arrow {
  color: rgba(255, 255, 255, 0.78);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(111, 101, 170, 0.22);
  box-shadow: 0 18px 40px rgba(31, 40, 76, 0.08);
  color: var(--ink);
}

.hero-cta-secondary::before {
  border-color: rgba(111, 101, 170, 0.12);
}

.hero-cta-secondary:hover,
.hero-cta-secondary:focus {
  background: #fff;
  border-color: rgba(111, 101, 170, 0.4);
  box-shadow: 0 22px 46px rgba(31, 40, 76, 0.12);
  color: var(--brand-dark);
}

.hero-cta-secondary .hero-cta-icon {
  background: rgba(111, 101, 170, 0.1);
  color: var(--brand-dark);
}

.hero-cta-secondary small,
.hero-cta-secondary .hero-cta-arrow {
  color: var(--muted);
}

.hero-service-strip {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 680px;
}

.hero-service-strip span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-weight: 650;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.7rem 0.9rem;
}

.hero-service-strip i {
  color: var(--brand);
}

.hero-visual {
  min-height: 560px;
  position: relative;
}

.hero-visual::before {
  background: var(--brand);
  border-radius: 8px;
  bottom: 24px;
  content: "";
  left: 34px;
  position: absolute;
  right: 0;
  top: 44px;
}

.hero-visual img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: calc(100% - 64px);
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: calc(100% - 44px);
}

.hero-metric {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 166px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
}

.hero-metric strong {
  color: var(--brand);
  display: block;
  font-size: 1.85rem;
  line-height: 1;
}

.hero-metric span {
  color: var(--muted);
  display: block;
  font-weight: 650;
  margin-top: 0.35rem;
}

.metric-years {
  left: -22px;
  top: 52px;
}

.metric-trade {
  right: 8px;
  top: 18px;
}

.metric-support {
  bottom: 62px;
  right: 34px;
}

.section-pad {
  padding: 88px 0;
}

.soft-section {
  background: var(--soft);
}

.compact-section {
  padding-top: 72px;
}

.section-heading {
  margin: 0 auto 2.8rem;
  max-width: 780px;
  text-align: center;
}

.section-kicker {
  color: var(--accent);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.section-heading h2,
.section-title {
  color: var(--ink);
  font-size: clamp(1.85rem, 2.6vw, 2.8rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.section-heading p {
  color: var(--muted);
  line-height: 1.75;
  margin: 1rem auto 0;
  max-width: 680px;
}

.section-note,
.lead {
  color: var(--muted);
  line-height: 1.8;
}

.service-card,
.solution-card,
.category-card,
.product-card,
.support-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 40, 76, 0.045);
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card,
.solution-card {
  padding: 1.65rem;
}

.service-card:hover,
.solution-card:hover,
.category-card:hover,
.product-card:hover,
.support-card:hover {
  border-color: rgba(111, 101, 170, 0.32);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-card i,
.solution-card i {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 48px;
}

.service-card h3,
.solution-card h3,
.product-card h3 {
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.45;
}

.service-card p,
.solution-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0;
}

.image-stack {
  border-radius: 8px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.image-stack img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.solutions-highlight {
  background: #fff;
}

.solutions-split {
  align-items: center;
  background: linear-gradient(135deg, var(--soft), #fff);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  padding: 3rem;
}

.solutions-copy h2 {
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 650;
  line-height: 1.16;
  margin: 0 0 1.1rem;
}

.solutions-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.solutions-visual {
  border-radius: 8px;
  min-height: 460px;
  position: relative;
}

.solutions-visual::before {
  background: var(--brand);
  border-radius: 8px;
  bottom: -22px;
  content: "";
  left: 34px;
  position: absolute;
  right: -22px;
  top: 34px;
}

.solutions-visual img {
  border-radius: 8px;
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: rotate(-1.2deg);
  width: 100%;
}

.solution-mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 170px;
  padding: 1rem;
  position: absolute;
  z-index: 1;
}

.solution-mini-card.primary {
  left: -30px;
  top: 34px;
}

.solution-mini-card.secondary {
  bottom: 34px;
  right: -18px;
}

.solution-mini-card strong {
  color: var(--brand);
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.solution-mini-card span {
  color: var(--muted);
  display: block;
  font-weight: 650;
  margin-top: 0.35rem;
}

.experience-badge {
  background: #fff;
  border-radius: 8px;
  bottom: 24px;
  box-shadow: var(--shadow);
  color: var(--ink);
  left: 24px;
  padding: 1rem 1.2rem;
  position: absolute;
}

.experience-badge strong {
  color: var(--brand);
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.feature-list span {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-weight: 600;
  gap: 0.65rem;
}

.feature-list.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-list i {
  color: var(--accent);
}

.advantage-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 40, 76, 0.045);
  height: 100%;
  min-height: 220px;
  padding: 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.advantage-card:hover {
  border-color: rgba(111, 101, 170, 0.32);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.advantage-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.advantage-top i {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.advantage-top span {
  color: rgba(111, 101, 170, 0.28);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.advantage-card h3 {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 650;
  margin-bottom: 0.7rem;
}

.advantage-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.category-card {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  justify-content: center;
  min-height: 162px;
  padding: 1.4rem;
  text-align: center;
}

.category-card i {
  color: var(--brand);
  font-size: 2rem;
}

.category-card span {
  font-size: 1.05rem;
  font-weight: 650;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-card span {
  color: var(--accent);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 1.3rem 1.4rem 0.4rem;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 1.4rem 1rem;
}

.product-card a,
.trade-card a {
  color: var(--brand-dark);
  display: inline-flex;
  font-weight: 900;
  margin: 0 1.4rem 1.4rem;
}

.carousel-control-prev,
.carousel-control-next {
  background: var(--brand);
  border-radius: 8px;
  height: 46px;
  opacity: 1;
  top: 48%;
  width: 46px;
}

.carousel-control-prev {
  left: -22px;
}

.carousel-control-next {
  right: -22px;
}

.trade-card {
  border-radius: 8px;
  color: #fff;
  min-height: 340px;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}

.trade-card::after {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  height: 220px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
}

.trade-card.import {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.trade-card.export {
  background: linear-gradient(135deg, #0f766e, var(--accent));
}

.trade-card i {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.trade-card h2 {
  font-weight: 650;
}

.trade-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 520px;
}

.trade-card a {
  color: #fff;
  margin: 1rem 0 0;
}

.process-line {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.process-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(31, 40, 76, 0.07);
  min-height: 92px;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.process-step::after {
  color: var(--brand);
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -19px;
  top: 34px;
  z-index: 1;
}

.process-step:last-child::after {
  display: none;
}

.process-step span {
  display: block;
  font-weight: 650;
}

.support-card {
  align-items: center;
  display: flex;
  font-weight: 650;
  gap: 0.85rem;
  min-height: 82px;
  padding: 1.25rem;
}

.support-card i {
  color: var(--brand);
}

.sector-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}

.sector-grid article {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  min-height: 128px;
  padding: 1rem;
  text-align: center;
}

.sector-grid i {
  color: var(--brand);
  font-size: 1.65rem;
}

.sector-grid span {
  color: var(--ink);
  font-weight: 650;
}

.stats-band {
  background: var(--brand-dark);
  color: #fff;
  padding: 56px 0;
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.store-section {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.store-callout {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 420px;
  overflow: hidden;
  padding: 2.6rem;
  position: relative;
}

.store-callout::after {
  background: rgba(111, 101, 170, 0.08);
  border-radius: 50%;
  content: "";
  height: 300px;
  position: absolute;
  right: -120px;
  top: -130px;
  width: 300px;
}

.store-content {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.store-content h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 650;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.store-content p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}

.store-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.store-chip-list span {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 650;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
}

.store-chip-list i {
  color: var(--brand);
}

.store-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.store-actions span {
  color: var(--muted);
  font-weight: 650;
}

.store-text-link {
  color: var(--brand-dark);
  font-weight: 650;
}

.store-preview {
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.store-browser-bar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0.45rem;
  min-height: 46px;
  padding: 0.75rem 1rem;
}

.store-browser-bar span {
  background: rgba(111, 101, 170, 0.28);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.store-browser-bar strong {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
  margin-left: 0.5rem;
}

.store-browser-body {
  padding: 1.8rem;
  text-align: center;
}

.store-cart-icon {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 64px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 64px;
}

.store-browser-body strong {
  color: var(--ink);
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.store-browser-body p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0.55rem auto 1.2rem;
  max-width: 280px;
}

.store-preview-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, 1fr);
}

.store-preview-grid span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 650;
  padding: 0.8rem 0.6rem;
  text-align: center;
}

.gallery-page {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.gallery-item button {
  background: #11182f;
  border: 0;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.gallery-item img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease, transform 0.35s ease;
  width: 100%;
}

.gallery-item button::after {
  background: linear-gradient(180deg, transparent 20%, rgba(17, 24, 47, 0.78));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
}

.gallery-overlay {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  bottom: 1rem;
  color: var(--brand-dark);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.45rem;
  left: 1rem;
  min-height: 36px;
  opacity: 0;
  padding: 0 0.85rem;
  position: absolute;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 1;
}

.gallery-item button:hover img {
  opacity: 0.88;
  transform: scale(1.08);
}

.gallery-item button:hover::after,
.gallery-item button:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.masonry-gallery {
  display: grid;
  gap: 1rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
}

.masonry-gallery .gallery-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.masonry-gallery .gallery-item.is-wide {
  grid-column: span 2;
}

.masonry-gallery .gallery-item img {
  aspect-ratio: 1 / 1;
}

.masonry-gallery .gallery-item.is-large img {
  aspect-ratio: 1 / 1;
}

.masonry-gallery .gallery-item.is-wide img {
  aspect-ratio: 2 / 1;
}

.gallery-flow .gallery-item button {
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.08);
}

.video-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 0.85rem;
  min-height: 96px;
  padding: 1.25rem;
}

.video-card i {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.video-card span {
  font-weight: 650;
}

.reference-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.reference-grid span {
  align-items: center;
  background: #f6f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #8b93a7;
  display: flex;
  filter: grayscale(1);
  font-size: 1.2rem;
  font-weight: 650;
  justify-content: center;
  min-height: 92px;
  transition: color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.reference-grid span:hover {
  color: var(--brand);
  filter: grayscale(0);
  transform: translateY(-4px);
}

.faq-accordion .accordion-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  color: var(--ink);
  font-weight: 650;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--soft);
  color: var(--brand-dark);
}

.cta-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(20, 184, 166, 0.22), transparent 28%),
    linear-gradient(135deg, var(--ink), var(--brand-dark));
  color: #fff;
  overflow: hidden;
  padding: 88px 0;
  position: relative;
}

.cta-section::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.24;
  position: absolute;
}

.cta-panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

.cta-kicker {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.cta-panel h2 {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0;
  max-width: 860px;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 1rem 0 0;
  max-width: 760px;
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.cta-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 650;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0 0.85rem;
}

.cta-points i {
  color: var(--accent);
}

.cta-actions {
  display: grid;
  gap: 0.8rem;
  min-width: 280px;
}

.cta-action-card {
  align-items: center;
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 44px 1fr auto;
  min-height: 74px;
  padding: 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.cta-action-card:hover,
.cta-action-card:focus {
  transform: translateY(-3px);
}

.cta-action-icon {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.cta-action-card strong,
.cta-action-card small {
  display: block;
}

.cta-action-card strong {
  font-size: 0.98rem;
  font-weight: 850;
}

.cta-action-card small {
  font-size: 0.82rem;
  font-weight: 650;
  margin-top: 0.18rem;
}

.cta-action-card > i {
  opacity: 0.72;
}

.cta-action-card.is-primary {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  color: var(--brand-dark);
}

.cta-action-card.is-primary .cta-action-icon {
  background: var(--brand);
  color: #fff;
}

.cta-action-card.is-primary small {
  color: var(--muted);
}

.cta-action-card.is-primary:hover,
.cta-action-card.is-primary:focus {
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  color: var(--brand-dark);
}

.about-contact-action {
  min-width: 310px;
  position: relative;
}

.about-contact-action::before {
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: inherit;
  content: "";
  inset: 4px;
  pointer-events: none;
  position: absolute;
}

.about-contact-action > span,
.about-contact-action > i {
  position: relative;
  z-index: 1;
}

.cta-action-card.is-store {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.cta-action-card.is-store .cta-action-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.cta-action-card.is-store small {
  color: rgba(255, 255, 255, 0.72);
}

.cta-action-card.is-store:hover,
.cta-action-card.is-store:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.contact-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff 58%, var(--soft) 100%);
}

.contact-section .section-title {
  max-width: 520px;
}

.contact-route-bar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(31, 40, 76, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 3rem;
  overflow: hidden;
}

.contact-route-bar div {
  align-items: center;
  display: grid;
  gap: 0.15rem 0.85rem;
  grid-template-columns: 44px 1fr;
  min-height: 96px;
  padding: 1.1rem 1.25rem;
}

.contact-route-bar div + div {
  border-left: 1px solid var(--line);
}

.contact-route-bar i {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.05rem;
  grid-row: span 2;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.contact-route-bar strong {
  color: var(--ink);
  font-weight: 750;
}

.contact-route-bar span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.section-lead {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0.85rem 0 0;
  max-width: 560px;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.contact-list p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  padding-left: 2rem;
  position: relative;
}

.contact-list i {
  color: var(--brand);
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.contact-quick-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.contact-quick-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 0.1rem 0.9rem;
  grid-template-columns: 48px 1fr;
  min-height: 82px;
  padding: 1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-quick-card:hover {
  border-color: rgba(111, 101, 170, 0.28);
  box-shadow: 0 18px 45px rgba(31, 40, 76, 0.08);
  color: var(--ink);
  transform: translateY(-2px);
}

.contact-quick-card span {
  align-items: center;
  align-self: stretch;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.1rem;
  grid-row: span 2;
  justify-content: center;
}

.contact-quick-card strong {
  font-weight: 700;
}

.contact-quick-card small {
  color: var(--muted);
}

.department-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 1rem;
  padding: 1.15rem;
}

.department-card > strong {
  color: var(--ink);
  display: block;
  font-weight: 750;
  margin-bottom: 0.8rem;
}

.department-card ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.department-card li {
  border-left: 3px solid rgba(111, 101, 170, 0.22);
  padding-left: 0.85rem;
}

.department-card span {
  color: var(--ink);
  display: block;
  font-weight: 650;
}

.department-card small {
  color: var(--muted);
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(31, 40, 76, 0.1);
  padding: 2rem;
}

.map-placeholder {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    linear-gradient(90deg, rgba(111, 101, 170, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, rgba(111, 101, 170, 0.14), rgba(20, 184, 166, 0.16));
  background-size: auto, 28px 28px, 28px 28px, auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  min-height: 210px;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.map-placeholder p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0.4rem 0 0;
}

.map-placeholder .map-pin {
  align-items: center;
  background: var(--brand);
  border-radius: 999px 999px 999px 4px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  transform: rotate(-45deg);
  width: 54px;
}

.map-placeholder .map-pin i {
  color: #fff;
  font-size: 1.35rem;
  transform: rotate(45deg);
}

.map-placeholder span {
  font-weight: 650;
}

.map-content {
  position: relative;
  z-index: 1;
}

.map-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.18);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 750;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
}

.map-link:hover {
  color: var(--brand-dark);
}

.contact-form-head {
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.45rem;
  padding-bottom: 1.35rem;
}

.contact-form-head h2 {
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 750;
  line-height: 1.18;
  margin: 0.35rem 0 0;
}

.contact-form-head p {
  color: var(--muted);
  margin: 0.65rem 0 0;
}

.form-step {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.form-step-title {
  align-items: center;
  color: var(--ink);
  display: flex;
  gap: 0.7rem;
}

.form-step-title span {
  align-items: center;
  background: var(--brand);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.form-step-title strong {
  font-size: 1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field > span {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.form-field > small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.topic-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.topic-card {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(31, 40, 76, 0.1);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  min-height: 76px;
  padding: 0.85rem;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.topic-card input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.topic-card:hover,
.topic-card.is-selected {
  background: #fff;
  border-color: rgba(111, 101, 170, 0.34);
  box-shadow: 0 18px 42px rgba(31, 40, 76, 0.08);
  transform: translateY(-2px);
}

.topic-grid.is-invalid .topic-card {
  border-color: rgba(220, 53, 69, 0.35);
}

.topic-card.is-selected::after {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: #fff;
  content: "\f00c";
  display: inline-flex;
  font-family: "Font Awesome 6 Free";
  font-size: 0.72rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 0.7rem;
  top: 0.65rem;
  width: 24px;
}

.topic-icon {
  align-items: center;
  background: rgba(111, 101, 170, 0.11);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.topic-card strong {
  color: var(--ink);
  display: block;
  font-weight: 750;
  padding-right: 1.7rem;
}

.topic-card small {
  color: var(--muted);
  display: block;
  line-height: 1.45;
  max-height: 1.45em;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.topic-card:hover small,
.topic-card.is-selected small {
  opacity: 1;
}

.form-trust-row {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.75rem 1rem;
  margin: 1.35rem 0;
}

.form-trust-row i {
  color: var(--accent);
  margin-right: 0.35rem;
}

.contact-verification {
  align-items: stretch;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 0.65fr);
  margin: 1rem 0 0.6rem;
  padding: 1rem;
}

.verification-code-box {
  align-items: center;
  background: linear-gradient(135deg, rgba(31, 40, 76, 0.96), rgba(91, 82, 148, 0.96));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  min-height: 78px;
  padding: 0.85rem;
}

.verification-code-box span {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 1.15rem;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 34px;
}

.form-privacy {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0 0 0.85rem;
}

.form-privacy i {
  color: var(--accent);
  margin-right: 0.4rem;
}

.form-success {
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 8px;
  color: #0f766e;
  display: none;
  font-weight: 650;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
}

.form-success.is-visible {
  display: block;
}

.field-error {
  color: #dc3545;
  display: none;
  font-size: 0.84rem;
  font-weight: 650;
  margin-top: 0.45rem;
}

.field-error.is-visible {
  display: block;
}

.form-control.is-invalid,
.form-select.is-invalid {
  background-image: none;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.12);
}

.form-control.is-valid,
.form-select.is-valid {
  background-image: none;
  border-color: rgba(20, 184, 166, 0.72);
}

.toast-stack {
  display: grid;
  gap: 0.75rem;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: min(360px, calc(100vw - 2rem));
  z-index: 1085;
}

.site-toast {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(31, 40, 76, 0.1);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(31, 40, 76, 0.16);
  color: var(--ink);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 38px 1fr auto;
  opacity: 0;
  overflow: hidden;
  padding: 0.95rem;
  position: relative;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-toast::after {
  animation: toastProgress 4.2s linear forwards;
  background: var(--accent);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: left;
  width: 100%;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-toast.is-error {
  border-left-color: #dc3545;
}

.site-toast.is-error::after {
  background: #dc3545;
}

.site-toast.is-error .site-toast-icon {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.site-toast-icon {
  align-items: center;
  background: rgba(20, 184, 166, 0.12);
  border-radius: 8px;
  color: var(--accent);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.site-toast strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.site-toast p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.site-toast button {
  background: transparent;
  border: 0;
  color: var(--muted);
  line-height: 1;
  padding: 0.2rem;
}

@keyframes toastProgress {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

@keyframes loaderSweep {
  0% {
    transform: translateX(-110%);
  }

  55% {
    transform: translateX(35%);
  }

  100% {
    transform: translateX(175%);
  }
}

@keyframes loaderTextIn {
  to {
    opacity: 1;
  }
}

@keyframes brandSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-track {
    animation: none;
  }
}

.form-control,
.form-select {
  border: 1px solid rgba(31, 40, 76, 0.16);
  border-radius: 8px;
  min-height: 52px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(111, 101, 170, 0.16);
}

.site-footer {
  background: #11182f;
  color: rgba(255, 255, 255, 0.72);
  padding: 68px 0 24px;
}

.footer-logo {
  /* background: #fff; */
  border-radius: 8px;
  display: block;
  margin-bottom: 1rem;
  max-width: 190px;
  padding: 0.5rem;
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 650;
  margin-bottom: 1rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-bottom: 0.55rem;
}

.site-footer a:hover {
  color: #fff;
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  width: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
  padding-top: 1.2rem;
  text-align: center;
}

.footer-contact {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0;
}

.footer-contact span,
.footer-contact a,
.site-footer .col-6 span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
}

.gallery-modal .modal-content {
  background: transparent;
  border: 0;
  position: relative;
}

.gallery-modal .btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: 0.8rem;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}

.gallery-modal img {
  border-radius: 8px;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
}

.gallery-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 24, 47, 0.22);
  color: var(--brand-dark);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 54px;
  z-index: 2;
}

.gallery-nav:hover,
.gallery-nav:focus {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 22px 54px rgba(17, 24, 47, 0.28);
  transform: translateY(-50%) scale(1.04);
}

.gallery-nav i {
  font-size: 1.05rem;
}

.gallery-prev {
  left: 18px;
}

.gallery-next {
  right: 18px;
}

.gallery-modal-status {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.12);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto minmax(160px, 1fr);
  margin-top: 0.75rem;
  padding: 0.85rem 1rem;
}

.gallery-count {
  align-items: baseline;
  color: var(--ink);
  display: inline-flex;
  gap: 0.32rem;
  justify-content: center;
  line-height: 1;
  min-width: 64px;
}

.gallery-count strong {
  font-weight: 800;
}

.gallery-count em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.gallery-current {
  color: var(--brand-dark);
  font-size: 1.12rem;
}

.gallery-progress {
  background: rgba(111, 101, 170, 0.16);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
  width: 100%;
}

.gallery-progress span {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.25s ease;
  width: 10%;
}

.reveal-card {
  opacity: 0;
  transform: translateY(22px);
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quiet-card {
  background: linear-gradient(180deg, #fff, #fbfbfe);
}

.content-panel {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.08);
  color: var(--text);
  line-height: 1.8;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.content-panel p:last-child {
  margin-bottom: 0;
}

.privacy-section {
  background: linear-gradient(180deg, #fff, var(--soft));
}

.privacy-panel {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.08);
  padding: clamp(1.35rem, 3vw, 2.5rem);
}

.privacy-intro {
  max-width: 860px;
}

.privacy-intro h2 {
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.18;
  margin: 0.55rem 0 0.8rem;
}

.privacy-intro p,
.privacy-grid p,
.privacy-contact-card p,
.privacy-update-note {
  color: var(--muted);
  line-height: 1.75;
}

.privacy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.privacy-grid article {
  background: linear-gradient(180deg, rgba(245, 244, 251, 0.72), #fff);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  min-height: 230px;
  padding: 1.15rem;
}

.privacy-grid i {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 0.9rem;
  width: 42px;
}

.privacy-grid h3 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 820;
  margin: 0 0 0.55rem;
}

.privacy-grid p {
  margin: 0;
}

.privacy-contact-card {
  align-items: center;
  background: linear-gradient(135deg, var(--ink), var(--brand-dark));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 1.3rem;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.privacy-contact-card .section-kicker,
.privacy-contact-card h2 {
  color: #fff;
}

.privacy-contact-card h2 {
  margin: 0.45rem 0 0.45rem;
}

.privacy-contact-card p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 760px;
}

.privacy-contact-card .btn {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.privacy-update-note {
  border-top: 1px solid rgba(111, 101, 170, 0.12);
  font-size: 0.92rem;
  margin: 1.4rem 0 0;
  padding-top: 1rem;
}

.error-page {
  background:
    radial-gradient(circle at 14% 18%, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fff, var(--soft));
  background-size: auto, 36px 36px, 36px 36px, auto;
  min-height: 72vh;
  padding: 178px 0 96px;
}

.error-panel {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(31, 40, 76, 0.1);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 380px;
  min-height: 430px;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
}

.error-panel::before {
  background: linear-gradient(180deg, var(--brand), var(--accent));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.error-panel::after {
  background:
    radial-gradient(circle, var(--accent) 0 4px, transparent 5px),
    linear-gradient(90deg, transparent 0 16px, rgba(111, 101, 170, 0.18) 16px 18px, transparent 18px 34px);
  content: "";
  height: 90px;
  opacity: 0.48;
  position: absolute;
  right: 28%;
  top: 42px;
  transform: rotate(-8deg);
  width: 240px;
}

.error-code {
  color: rgba(111, 101, 170, 0.16);
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 900;
  left: clamp(1rem, 4vw, 2.5rem);
  line-height: 0.8;
  opacity: 0.78;
  position: absolute;
  top: clamp(0.75rem, 3vw, 2rem);
  z-index: 0;
}

.error-copy,
.error-help {
  position: relative;
  z-index: 1;
}

.error-copy {
  align-self: end;
  max-width: 760px;
}

.error-copy h1 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 750;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.error-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.error-path {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  gap: 0.65rem;
  margin-top: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding: 0.75rem 0.9rem;
}

.error-path i {
  color: var(--brand);
  flex: 0 0 auto;
}

.error-path span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.65rem;
}

.error-action-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.18);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(31, 40, 76, 0.08);
  color: var(--ink);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 74px;
  min-width: 250px;
  padding: 0.85rem 0.95rem;
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.error-action-card::before {
  border: 1px solid rgba(111, 101, 170, 0.1);
  border-radius: inherit;
  content: "";
  inset: 4px;
  pointer-events: none;
  position: absolute;
}

.error-action-card:hover,
.error-action-card:focus {
  border-color: rgba(111, 101, 170, 0.36);
  box-shadow: 0 22px 48px rgba(31, 40, 76, 0.13);
  color: var(--brand-dark);
  transform: translateY(-2px);
}

.error-action-card:focus-visible {
  outline: 3px solid rgba(20, 184, 166, 0.22);
  outline-offset: 3px;
}

.error-action-card span {
  min-width: 0;
}

.error-action-card strong,
.error-action-card small {
  display: block;
  line-height: 1.2;
}

.error-action-card strong {
  font-size: 0.98rem;
  font-weight: 850;
}

.error-action-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  margin-top: 0.22rem;
}

.error-action-icon {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand-dark);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.error-action-arrow {
  color: var(--muted);
  font-size: 0.9rem;
  transition: transform 0.22s ease, color 0.22s ease;
}

.error-action-card:hover .error-action-arrow,
.error-action-card:focus .error-action-arrow {
  color: var(--brand-dark);
  transform: translateX(3px);
}

.error-action-card.is-primary {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-color: rgba(111, 101, 170, 0.18);
  box-shadow: 0 22px 48px rgba(91, 82, 148, 0.28);
  color: #fff;
}

.error-action-card.is-primary::before {
  border-color: rgba(255, 255, 255, 0.28);
}

.error-action-card.is-primary:hover,
.error-action-card.is-primary:focus {
  box-shadow: 0 26px 56px rgba(91, 82, 148, 0.36);
  color: #fff;
}

.error-action-card.is-primary .error-action-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.error-action-card.is-primary small,
.error-action-card.is-primary .error-action-arrow {
  color: rgba(255, 255, 255, 0.78);
}

.error-help {
  background: linear-gradient(180deg, var(--brand-dark), var(--ink));
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(31, 40, 76, 0.18);
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}

.error-help-kicker {
  color: #fff;
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.error-help a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  font-weight: 650;
  grid-template-columns: 42px 1fr;
  gap: 0.65rem;
  min-height: 72px;
  padding: 0.75rem;
}

.error-help a:hover,
.error-help a:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.error-help i {
  align-items: center;
  background: rgba(20, 184, 166, 0.14);
  border-radius: 8px;
  color: var(--accent);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.error-help a strong,
.error-help a small {
  display: block;
}

.error-help a strong {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 850;
}

.error-help a small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 0.12rem;
}

.inner-hero {
  background:
    linear-gradient(135deg, rgba(31, 40, 76, 0.98), rgba(91, 82, 148, 0.94)),
    radial-gradient(circle at right center, rgba(20, 184, 166, 0.2), transparent 34%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  overflow: hidden;
  padding: 136px 0 38px;
  position: relative;
}

.inner-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
  opacity: 0.4;
  position: absolute;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.inner-hero::after {
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.34), rgba(111, 101, 170, 0));
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.inner-hero-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 1;
}

.breadcrumb-nav {
  margin-bottom: 0.7rem;
}

.breadcrumb-nav ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-nav li {
  align-items: center;
  color: rgba(255, 255, 255, 0.66);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.35rem;
  letter-spacing: 0.01em;
}

.breadcrumb-nav li + li::before {
  color: rgba(255, 255, 255, 0.36);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 0.64rem;
  font-weight: 900;
}

.breadcrumb-nav a {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  gap: 0.32rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-nav a i {
  color: var(--accent);
  font-size: 0.72rem;
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus {
  color: #fff;
}

.breadcrumb-nav .is-current span {
  color: #fff;
}

.inner-hero h1 {
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  font-weight: 650;
  line-height: 1.18;
  margin: 0;
  max-width: 760px;
  padding-bottom: 0.72rem;
  position: relative;
}

.inner-hero h1::after {
  background: linear-gradient(90deg, var(--accent), rgba(20, 184, 166, 0));
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 72px;
}

.inner-hero p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
  margin: 0.9rem 0 0;
  max-width: 680px;
}

.inner-hero .section-kicker {
  color: var(--accent);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
}

.inner-hero-icon {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 72px;
  justify-content: center;
  position: relative;
  width: 72px;
}

.inner-hero-icon::before {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  content: "";
  inset: 10px;
  position: absolute;
}

.inner-hero-icon::after {
  background: var(--accent);
  border-radius: 999px;
  bottom: 12px;
  content: "";
  height: 8px;
  position: absolute;
  right: 12px;
  width: 8px;
}

.inner-hero-icon i {
  position: relative;
  z-index: 1;
}

.process-board {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.process-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  min-height: 154px;
  padding: 1.4rem;
  position: relative;
}

.process-card::before {
  background: linear-gradient(180deg, var(--brand), var(--accent));
  border-radius: 8px 0 0 8px;
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  top: -1px;
  width: 4px;
}

.process-number {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand-dark);
  display: inline-flex;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  width: 54px;
}

.process-card h3 {
  font-size: 1.08rem;
  font-weight: 650;
  margin: 0 0 0.45rem;
}

.process-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.gallery-preview {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.gallery-preview.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-preview img {
  border-radius: 8px;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  width: 100%;
}

.gallery-preview img:first-child {
  grid-row: span 2;
}

.gallery-preview.is-two img:first-child {
  grid-row: auto;
}

.gallery-preview.is-two img {
  min-height: 300px;
}

.gallery-teaser-link {
  align-items: center;
  background:
    linear-gradient(135deg, #fff, var(--soft));
  border: 1px solid rgba(111, 101, 170, 0.22);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(31, 40, 76, 0.08);
  color: var(--brand-dark);
  display: inline-grid;
  gap: 0.85rem;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  max-width: 360px;
  min-height: 68px;
  padding: 0.55rem 0.65rem 0.55rem 0.55rem;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.gallery-teaser-link:hover,
.gallery-teaser-link:focus {
  border-color: rgba(111, 101, 170, 0.4);
  box-shadow: 0 22px 44px rgba(31, 40, 76, 0.12);
  color: var(--brand-dark);
  transform: translateY(-2px);
}

.gallery-teaser-link span,
.gallery-teaser-link > i {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
}

.gallery-teaser-link span {
  background: rgba(111, 101, 170, 0.1);
  color: var(--brand);
  height: 44px;
  width: 44px;
}

.gallery-teaser-link .gallery-link-copy {
  background: transparent;
  border-radius: 0;
  color: inherit;
  display: grid;
  height: auto;
  justify-content: start;
  min-width: 0;
  width: auto;
}

.gallery-link-copy strong,
.gallery-link-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gallery-link-copy strong {
  font-weight: 800;
  line-height: 1.2;
}

.gallery-link-copy small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  margin-top: 0.14rem;
}

.gallery-teaser-link > i {
  background: var(--brand);
  color: #fff;
  height: 32px;
  transition: transform 0.2s ease;
  width: 32px;
}

.gallery-teaser-link:hover > i,
.gallery-teaser-link:focus > i {
  transform: translateX(2px);
}

.brand-slider-section {
  background: linear-gradient(180deg, #fff, rgba(245, 244, 251, 0.65), #fff);
  overflow: hidden;
  padding: clamp(1.6rem, 4vw, 2.8rem) 0;
}

.brand-slider {
  overflow: hidden;
  position: relative;
}

.brand-slider::before,
.brand-slider::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(12vw, 140px);
  z-index: 2;
}

.brand-slider::before {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  left: 0;
}

.brand-slider::after {
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  right: 0;
}

.brand-track {
  animation: brandSlide 34s linear infinite;
  display: flex;
  gap: 0.75rem;
  width: max-content;
}

.brand-slider:hover .brand-track {
  animation-play-state: paused;
}

.brand-logo-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(111, 101, 170, 0.08);
  border-radius: 8px;
  display: flex;
  height: 88px;
  justify-content: center;
  padding: 0.9rem 1.35rem;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 172px;
}

.brand-logo-card img {
  filter: grayscale(1);
  max-height: 52px;
  object-fit: contain;
  opacity: 0.7;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.brand-logo-card:hover {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(111, 101, 170, 0.14);
}

.brand-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

.faq-side {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 100%;
  padding: 2rem;
}

.faq-side p {
  color: var(--muted);
  line-height: 1.75;
  margin: 1rem 0 1.5rem;
}

.faq-contact-box {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.faq-contact-box > i {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.faq-contact-box strong,
.faq-contact-box a {
  display: block;
}

.faq-contact-box strong {
  color: var(--ink);
  font-weight: 650;
}

.faq-contact-box a {
  margin-top: 0.15rem;
}

.story-timeline {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.story-timeline article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 220px;
  padding: 1.5rem;
}

.story-timeline span {
  color: var(--accent);
  display: block;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.story-timeline h3 {
  font-size: 1.1rem;
  font-weight: 650;
  margin-bottom: 0.7rem;
}

.story-timeline p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.about-company-panel {
  background:
    linear-gradient(135deg, rgba(111, 101, 170, 0.08), transparent 32%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  position: relative;
}

.about-company-panel::before {
  background: linear-gradient(180deg, var(--brand), var(--brand-dark));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.about-year-badge {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 0 0 0 8px;
  color: #fff;
  display: grid;
  justify-items: center;
  min-width: 104px;
  padding: 0.8rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
}

.about-year-badge strong {
  font-size: 1.4rem;
  line-height: 1;
}

.about-year-badge span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.25rem;
}

.about-company-copy h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0.35rem 0 1rem;
}

.about-lead {
  background: rgba(111, 101, 170, 0.08);
  border-left: 3px solid var(--brand);
  border-radius: 8px;
  color: var(--ink) !important;
  font-size: 1.05rem;
  font-weight: 650;
  padding: 1rem 1.1rem;
}

.about-company-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 1rem;
}

.about-company-copy p:last-child {
  margin-bottom: 0;
}

.about-signature {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-left: 4px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(31, 40, 76, 0.06);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1.35rem;
  padding: 1.1rem;
}

.about-signature small {
  color: var(--brand);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.about-signature p {
  color: var(--ink);
  font-weight: 650;
  line-height: 1.6;
  margin: 0;
}

.about-signature-person {
  align-self: end;
  border-left: 1px solid var(--line);
  min-width: 150px;
  padding-left: 1rem;
}

.about-signature strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 850;
}

.about-signature span {
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
}

.about-stat-strip {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.about-stat-strip span {
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 0.25rem;
  min-height: 86px;
  padding: 0.9rem;
}

.about-stat-strip strong {
  color: var(--brand-dark);
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1;
}

.about-stat-strip small {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.35;
}

.about-brand-box {
  background: linear-gradient(180deg, var(--soft), #fff);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 2.2rem;
  padding: 1.25rem;
}

.about-brand-box > strong {
  color: var(--ink);
  display: block;
  font-weight: 800;
  margin-bottom: 1rem;
}

.about-brand-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-brand-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  color: var(--brand-dark);
  display: flex;
  font-weight: 750;
  justify-content: center;
  min-height: 52px;
  padding: 0.65rem;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.about-brand-grid span:hover {
  border-color: rgba(111, 101, 170, 0.35);
  box-shadow: 0 14px 30px rgba(31, 40, 76, 0.08);
  transform: translateY(-2px);
}

.about-capability-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.about-capability-list span {
  align-items: center;
  color: var(--ink);
  display: flex;
  font-weight: 650;
  gap: 0.65rem;
}

.about-capability-list i {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.about-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-service-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(31, 40, 76, 0.07);
  min-height: 245px;
  padding: 1.4rem;
}

.about-service-grid i {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.25rem;
  height: 46px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 46px;
}

.about-service-grid h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 750;
  margin-bottom: 0.75rem;
}

.about-service-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.about-trade-panel {
  align-items: center;
  background:
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.16), transparent 30%),
    linear-gradient(135deg, var(--ink), var(--brand-dark));
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  position: relative;
}

.about-trade-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.about-trade-panel p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.about-trade-panel .section-kicker {
  color: var(--accent);
}

.about-trade-list {
  display: grid;
  gap: 0.8rem;
}

.about-trade-list span {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 650;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.85rem;
}

.about-trade-list i {
  color: var(--accent);
  flex: 0 0 auto;
}

.about-store-section {
  background: #fff;
}

.about-store-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(111, 101, 170, 0.09), rgba(20, 184, 166, 0.08)),
    #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 300px;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.about-store-copy h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.about-store-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 1.3rem;
}

.about-store-card {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: grid;
  justify-items: center;
  min-height: 260px;
  padding: 1.5rem;
  text-align: center;
}

.about-store-card i {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: inline-flex;
  font-size: 2rem;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.about-store-card strong {
  font-size: 1.25rem;
  font-weight: 850;
  margin-top: 1rem;
}

.about-store-card span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.service-detail-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 980px;
  padding: 2.4rem;
  text-align: center;
}

.service-detail-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 650;
  line-height: 1.18;
  margin: 0 auto 1rem;
  max-width: 760px;
}

.service-detail-panel p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 auto 1.5rem;
  max-width: 760px;
}

.technical-intro-section {
  background: #fff;
}

.technical-intro-panel {
  align-items: center;
  background:
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(111, 101, 170, 0.09), #fff);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 360px;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.technical-intro-copy h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.technical-intro-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.technical-highlights {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.technical-highlights span {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.25rem;
  min-height: 82px;
  padding: 0.9rem;
}

.technical-highlights strong {
  color: var(--brand-dark);
  font-size: 1.1rem;
  font-weight: 850;
}

.technical-highlights small {
  color: var(--muted);
  font-weight: 650;
}

.technical-status-card {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  padding: 1.25rem;
}

.technical-status-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.technical-status-head i {
  align-items: center;
  background: rgba(20, 184, 166, 0.18);
  border-radius: 8px;
  color: var(--accent);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.technical-status-head span {
  font-weight: 850;
}

.technical-status-line {
  display: grid;
  gap: 0.25rem 0.75rem;
  grid-template-columns: 14px 1fr;
  padding: 0.75rem 0;
}

.technical-status-line span {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  height: 10px;
  margin-top: 0.35rem;
  width: 10px;
}

.technical-status-line.is-active span {
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.14);
}

.technical-status-line strong,
.technical-status-line small {
  grid-column: 2;
}

.technical-status-line strong {
  font-weight: 800;
}

.technical-status-line small {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 650;
}

.technical-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technical-service-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(31, 40, 76, 0.07);
  min-height: 238px;
  padding: 1.4rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.technical-service-grid article:hover {
  border-color: rgba(111, 101, 170, 0.28);
  box-shadow: 0 24px 58px rgba(31, 40, 76, 0.1);
  transform: translateY(-3px);
}

.technical-service-grid i {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 48px;
}

.technical-service-grid h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.technical-service-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.technical-process-panel {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.technical-process-panel h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.technical-process-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.technical-process-list {
  display: grid;
  gap: 0.9rem;
}

.technical-process-list article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  padding: 1rem;
}

.technical-process-list article > span {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  width: 54px;
}

.technical-process-list h3 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.technical-process-list p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.technical-cta-panel {
  align-items: center;
  background: linear-gradient(135deg, var(--ink), var(--brand-dark));
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.technical-cta-panel .section-kicker {
  color: var(--accent);
}

.technical-cta-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 0.8rem;
}

.technical-cta-panel p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  margin: 0;
}

.trade-intro-section {
  background: #fff;
}

.trade-service-hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.11), transparent 28%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.7rem);
  position: relative;
}

.trade-service-hero.import {
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.12), transparent 28%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.trade-service-hero.export {
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(15, 118, 110, 0.12), transparent 28%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.trade-service-hero.supply {
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(111, 101, 170, 0.14), transparent 28%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.trade-service-hero.toner {
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.16), transparent 28%),
    radial-gradient(circle at left bottom, rgba(111, 101, 170, 0.1), transparent 30%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.trade-service-hero.global-sourcing {
  background:
    linear-gradient(90deg, rgba(111, 101, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(111, 101, 170, 0.06) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.18), transparent 28%),
    radial-gradient(circle at left bottom, rgba(31, 40, 76, 0.08), transparent 30%),
    linear-gradient(135deg, #fff, var(--soft));
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
}

.trade-service-hero .section-kicker {
  color: var(--brand);
}

.showcase-note {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 40, 76, 0.08);
  color: var(--ink);
  display: flex;
  gap: 0.85rem;
  margin-top: 1.4rem;
  padding: 1rem 1.15rem;
}

.showcase-note span {
  align-items: center;
  background: rgba(20, 184, 166, 0.12);
  border-radius: 8px;
  color: var(--accent);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.showcase-note p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.showcase-filter-panel {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(31, 40, 76, 0.06);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.2rem;
  padding: 1rem;
}

.showcase-brands-wrap {
  margin: -0.7rem 0 1.2rem;
}

.showcase-brands-wrap .brand-slider-section {
  background: transparent;
  padding: 0;
}

.showcase-search-field {
  grid-column: 1 / -1;
}

.showcase-search-field label {
  color: var(--ink);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 0.65rem;
}

.showcase-search-field > div {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr;
  min-height: 50px;
  padding: 0 0.9rem;
}

.showcase-search-field i {
  color: var(--brand);
}

.showcase-search-field input {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-weight: 700;
  min-width: 0;
  outline: 0;
}

.showcase-search-field input::placeholder {
  color: var(--muted);
  font-weight: 600;
}

.showcase-filter-panel > div > span {
  color: var(--ink);
  display: block;
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 0.65rem;
}

.showcase-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.showcase-filter {
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 780;
  min-height: 38px;
  padding: 0.48rem 0.78rem;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.showcase-filter:hover,
.showcase-filter.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  transform: translateY(-1px);
}

.showcase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.showcase-card {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(31, 40, 76, 0.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.showcase-card:hover {
  border-color: rgba(111, 101, 170, 0.32);
  box-shadow: 0 22px 46px rgba(31, 40, 76, 0.11);
  transform: translateY(-4px);
}

.showcase-card.is-hidden {
  display: none;
}

.showcase-card:hover .showcase-image img {
  transform: scale(1.04);
}

.showcase-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(245, 244, 251, 0.95), rgba(255, 255, 255, 0.95));
  display: flex;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}

.showcase-image img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.25s ease;
  width: auto;
}

.showcase-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.showcase-card-top {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.showcase-card-top span {
  color: var(--brand-dark);
  font-weight: 800;
}

.showcase-card-top small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-card h3 {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
  margin: 0.7rem 0 0.35rem;
}

.showcase-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.showcase-tags span {
  align-items: center;
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.35rem;
  padding: 0.42rem 0.62rem;
}

.showcase-tags i {
  color: var(--brand);
}

.showcase-card-actions {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 0.95fr 1.05fr;
  margin-top: 0.95rem;
}

.showcase-card-actions a,
.showcase-card-actions button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 0.4rem;
  justify-content: center;
  min-height: 42px;
  padding: 0.58rem 0.68rem;
  text-align: center;
}

.showcase-detail-btn {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.2);
  color: var(--brand-dark);
}

.showcase-request-btn {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
}

.showcase-detail-btn:hover {
  background: var(--soft);
  color: var(--brand-dark);
}

.showcase-request-btn:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.showcase-empty {
  background: #fff;
  border: 1px dashed rgba(111, 101, 170, 0.32);
  border-radius: 8px;
  color: var(--muted);
  margin-top: 1rem;
  padding: 2rem;
  text-align: center;
}

.showcase-empty i {
  color: var(--brand);
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.showcase-empty strong {
  color: var(--ink);
  display: block;
  font-size: 1.1rem;
}

.showcase-empty p {
  margin: 0.35rem 0 0;
}

.showcase-seo-section {
  padding-bottom: 0;
}

.showcase-seo-panel {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 0.55fr);
  padding: clamp(1.3rem, 3vw, 2rem);
}

.showcase-seo-panel h2 {
  color: var(--ink);
  margin: 0.55rem 0 0;
}

.showcase-seo-panel p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.showcase-cta {
  align-items: center;
  background: linear-gradient(135deg, var(--ink), var(--brand-dark));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: clamp(1.4rem, 3vw, 2.3rem);
}

.showcase-cta .section-kicker,
.showcase-cta h2,
.showcase-cta p {
  color: #fff;
}

.showcase-cta h2 {
  margin: 0.55rem 0 0.55rem;
}

.showcase-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 760px;
}

.showcase-cta .btn {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.showcase-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.showcase-modal-close {
  align-items: center;
  background: rgba(31, 40, 76, 0.08);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 38px;
  z-index: 3;
}

.showcase-modal-close:hover {
  background: var(--brand);
  color: #fff;
}

.showcase-modal-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 0.54fr);
}

.showcase-modal-image {
  align-items: center;
  background: linear-gradient(135deg, var(--soft), #fff);
  display: flex;
  justify-content: center;
  min-height: 420px;
  padding: 2rem;
}

.showcase-modal-image img {
  max-height: 340px;
  object-fit: contain;
  width: 100%;
}

.showcase-modal-copy {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.showcase-modal-copy h2 {
  color: var(--ink);
  margin: 0.55rem 2.5rem 0.4rem 0;
}

.showcase-modal-name,
.showcase-modal-note {
  color: var(--muted);
  line-height: 1.65;
}

.showcase-modal-copy dl {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0;
}

.showcase-modal-copy dl div {
  background: var(--soft);
  border: 1px solid rgba(111, 101, 170, 0.12);
  border-radius: 8px;
  padding: 0.8rem 0.95rem;
}

.showcase-modal-copy dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.showcase-modal-copy dd {
  color: var(--ink);
  font-weight: 850;
  margin: 0.2rem 0 0;
}

.showcase-modal-mail {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.trade-service-hero h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
  max-width: 820px;
}

.trade-service-hero p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.trade-service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.trade-service-points span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 650;
  gap: 0.45rem;
  min-height: 38px;
  padding: 0 0.85rem;
}

.trade-service-points i {
  color: var(--brand);
}

.trade-summary-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trade-summary-grid span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(31, 40, 76, 0.06);
  color: var(--ink);
  display: grid;
  min-height: 132px;
  padding: 1rem;
}

.trade-summary-grid i {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 42px;
}

.trade-summary-grid strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
}

.trade-summary-grid small {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.35;
  margin-top: 0.3rem;
}

.toner-trade-strip {
  background: #fff;
  padding: 0 0 clamp(2.2rem, 5vw, 4rem);
}

.toner-trade-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.toner-trade-grid article {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 1rem;
  grid-template-columns: 48px 1fr;
  padding: 1.1rem;
}

.toner-trade-grid i {
  align-items: center;
  background: linear-gradient(135deg, rgba(111, 101, 170, 0.12), rgba(20, 184, 166, 0.12));
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.toner-trade-grid h3 {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 750;
  margin: 0 0 0.35rem;
}

.toner-trade-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

.service-focus-link,
.context-link-panel {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: 1.15rem;
}

.service-focus-link {
  grid-template-columns: minmax(0, 1fr) auto;
}

.context-link-panel {
  grid-template-columns: 54px minmax(0, 1fr) auto;
}

.context-link-panel > i {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.service-focus-link h3,
.context-link-panel h3 {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 780;
  margin: 0 0 0.35rem;
}

.service-focus-link p,
.context-link-panel p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.trade-category-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trade-category-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(31, 40, 76, 0.07);
  min-height: 238px;
  padding: 1.4rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.trade-category-grid article:hover {
  border-color: rgba(111, 101, 170, 0.28);
  box-shadow: 0 24px 58px rgba(31, 40, 76, 0.1);
  transform: translateY(-3px);
}

.trade-category-grid i {
  align-items: center;
  background: var(--soft);
  border-radius: 8px;
  color: var(--brand);
  display: inline-flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 48px;
}

.trade-category-grid h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.trade-category-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.trade-process-panel {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.trade-process-panel h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 1rem;
}

.trade-process-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.toner-depth-section {
  background: #fff;
}

.toner-depth-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.toner-depth-grid article {
  background:
    linear-gradient(180deg, rgba(245, 244, 251, 0.78), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  min-height: 250px;
  padding: 1.2rem;
}

.toner-depth-grid i {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 44px;
}

.toner-depth-grid h3 {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.35;
  margin: 0 0 0.7rem;
}

.toner-depth-grid p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.toner-mail-cta {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at right top, rgba(20, 184, 166, 0.2), transparent 30%),
    linear-gradient(135deg, #5b5294, #6f65aa 58%, #5f579f);
  background-size: 34px 34px, 34px 34px, auto, auto;
  border: 1px solid rgba(111, 101, 170, 0.22);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  position: relative;
}

.toner-mail-cta .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.toner-mail-copy h2 {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.16;
  margin: 0 0 0.85rem;
}

.toner-mail-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.toner-mail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.toner-mail-points span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
}

.toner-mail-action {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(31, 40, 76, 0.14);
  color: #fff;
  display: grid;
  gap: 0.75rem;
  justify-items: start;
  padding: 1.15rem;
}

.mail-action-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toner-mail-action strong {
  color: #fff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  overflow-wrap: anywhere;
}

.toner-mail-button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(31, 40, 76, 0.16);
  color: var(--brand-dark);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  min-height: 72px;
  padding: 0.8rem 0.9rem;
  text-decoration: none;
  transition: box-shadow 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.toner-mail-button:hover,
.toner-mail-button:focus {
  box-shadow: 0 22px 46px rgba(31, 40, 76, 0.2);
  color: var(--brand-dark);
  transform: translateY(-2px);
}

.mail-button-icon,
.mail-button-arrow {
  align-items: center;
  background: rgba(111, 101, 170, 0.1);
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
}

.mail-button-icon {
  color: var(--brand);
  height: 46px;
  width: 46px;
}

.mail-button-arrow {
  color: var(--brand);
  height: 28px;
  width: 28px;
}

.mail-button-text {
  display: grid;
  min-width: 0;
}

.mail-button-text strong,
.mail-button-text small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mail-button-text strong {
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 850;
}

.mail-button-text small {
  color: #667085;
  font-size: 0.84rem;
  margin-top: 0.08rem;
}

.brand-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.brand-chip-grid span {
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31, 40, 76, 0.06);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
}

.trade-process-list {
  display: grid;
  gap: 0.9rem;
}

.trade-process-list article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  padding: 1rem;
}

.trade-process-list article > span {
  align-items: center;
  background: var(--brand-dark);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  width: 54px;
}

.trade-process-list h3 {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.trade-process-list p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.trade-cta-panel {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(111, 101, 170, 0.14);
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(31, 40, 76, 0.08);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.trade-cta-panel h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1.16;
  margin: 0 0 0.8rem;
}

.trade-cta-panel p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 1200px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown.is-hover-open > .dropdown-menu {
    display: block;
  }

  .navbar .dropdown:hover > .service-menu,
  .navbar .dropdown.is-hover-open > .service-menu {
    display: grid;
  }
}

@media (max-width: 1199.98px) {
  html {
    scroll-padding-top: 104px;
  }

  .showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .navbar-collapse {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(31, 40, 76, 0.14);
    margin-top: 0.25rem;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    padding: 0.75rem;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0.25rem;
  }

  .navbar .nav-link {
    align-items: center;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 0.9rem;
  }

  .navbar .nav-link::before {
    display: none;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link:focus {
    background: var(--soft);
  }

  .dropdown-menu {
    border: 0;
    box-shadow: none;
    margin: 0.15rem 0 0.35rem;
    padding: 0.35rem 0 0.35rem 0.65rem;
  }

  .dropdown-item {
    padding: 0.72rem 0.85rem;
  }

  .service-menu {
    min-width: 0;
  }

  .service-menu.show {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-menu-link {
    min-height: 68px;
  }

  .nav-action {
    margin-top: 0.45rem;
  }

  .nav-action .btn {
    min-height: 44px;
    width: 100%;
  }

  .nav-cta {
    justify-content: flex-start;
    min-height: 56px;
    padding: 0.65rem 0.8rem;
  }

  .mega-menu {
    padding: 1rem;
  }

  .solutions-split,
  .store-callout,
  .process-board,
  .sector-grid,
  .about-service-grid,
  .technical-service-grid,
  .trade-category-grid,
  .toner-trade-grid,
  .toner-depth-grid,
  .privacy-grid,
  .story-timeline,
  .masonry-gallery,
  .reference-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step::after {
    display: none;
  }

  .cta-panel {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .cta-actions {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-filter-panel,
  .showcase-seo-panel,
  .showcase-modal-grid {
    grid-template-columns: 1fr;
  }

  .showcase-modal-image {
    min-height: 300px;
  }

  .showcase-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  html,
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .container {
    max-width: 100%;
  }

  main,
  .hero-section,
  .section-pad,
  .store-section,
  .solutions-highlight,
  .cta-section,
  .stats-band,
  .soft-section {
    max-width: 100%;
    overflow-x: clip;
  }

  html {
    scroll-padding-top: 98px;
  }

  .top-bar {
    font-size: 0.78rem;
    min-height: 36px;
  }

  .top-bar-inner {
    align-items: center;
    flex-direction: row;
    gap: 0;
    min-height: 36px;
    padding: 0.42rem 0;
  }

  .top-contact {
    display: none;
  }

  .top-location {
    display: none;
  }

  .top-language {
    justify-content: space-between;
    gap: 0.35rem;
    width: 100%;
  }

  .top-language .language-label {
    font-size: 0.74rem;
  }

  .language-picker-toggle {
    flex: 0 0 auto;
    font-size: 0.74rem;
    min-width: 132px;
  }

  .language-picker-menu {
    min-width: 160px;
  }

  .top-contact a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 0 0.55rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navbar {
    min-height: 66px;
  }

  .navbar > .container {
    min-height: 66px;
  }

  .navbar-brand img {
    height: 38px;
    max-width: 168px;
  }

  .navbar-collapse {
    max-height: calc(100vh - 112px);
  }

  .navbar .nav-link {
    font-size: 0.94rem;
  }

  .section-pad {
    padding: 68px 0;
  }

  .showcase-note {
    align-items: flex-start;
  }

  .showcase-filter-panel {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .privacy-contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-contact-card .btn {
    justify-content: center;
    width: 100%;
  }

  .showcase-image {
    aspect-ratio: 16 / 10;
    padding: 1.15rem;
  }

  .showcase-image img {
    max-height: 220px;
  }

  .showcase-card-actions {
    grid-template-columns: 1fr;
  }

  .showcase-seo-panel {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }

  .showcase-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }

  .showcase-cta .btn {
    justify-content: center;
    width: 100%;
  }

  .showcase-modal .modal-dialog {
    margin: 0.65rem;
  }

  .showcase-modal-image {
    min-height: 240px;
    padding: 1.2rem;
  }

  .inner-hero {
    padding: 116px 0 32px;
  }

  .inner-hero-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .inner-hero-icon {
    display: none;
  }

  .error-page {
    padding: 126px 0 68px;
  }

  .error-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 1.35rem;
  }

  .error-panel::after {
    display: none;
  }

  .error-code {
    font-size: 7rem;
    right: 1rem;
    left: auto;
    top: 0.75rem;
  }

  .error-action-card {
    min-height: 68px;
    min-width: 0;
    width: 100%;
  }

  .error-action-icon {
    height: 40px;
    width: 40px;
  }

  .error-action-card strong {
    font-size: 0.94rem;
  }

  .error-action-card small {
    font-size: 0.74rem;
  }

  .hero-title {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-grid {
    min-height: auto;
    padding-bottom: 2.5rem;
    padding-top: 8.25rem;
  }

  .hero-actions .btn,
  .hero-cta {
    width: 100%;
  }

  .hero-cta {
    min-height: 64px;
    min-width: 0;
    padding: 0.68rem 0.78rem;
  }

  .hero-cta-icon {
    height: 38px;
    width: 38px;
  }

  .hero-cta strong {
    font-size: 0.94rem;
  }

  .hero-cta small {
    font-size: 0.74rem;
  }

  .hero-service-strip {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    margin-top: 2rem;
    min-height: 330px;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    height: 100%;
    width: 100%;
  }

  .hero-metric {
    min-width: 0;
    padding: 0.72rem;
    width: min(146px, calc(50% - 10px));
  }

  .hero-metric strong {
    font-size: 1.32rem;
  }

  .hero-metric span {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .metric-years {
    left: 12px;
    top: 12px;
  }

  .metric-trade {
    right: 12px;
    top: 12px;
  }

  .metric-support {
    bottom: 12px;
    right: 12px;
  }

  .image-stack {
    min-height: 320px;
  }

  .solutions-split {
    gap: 1.35rem;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 1.35rem;
  }

  .solutions-copy {
    min-width: 0;
  }

  .solutions-copy h2 {
    font-size: 1.65rem;
    line-height: 1.22;
    margin-bottom: 0.85rem;
  }

  .solutions-copy p {
    font-size: 0.96rem;
    line-height: 1.65;
    margin-bottom: 0.8rem;
  }

  .solutions-copy .btn {
    justify-content: center;
    margin-top: 0.35rem !important;
    width: 100%;
  }

  .store-callout {
    gap: 1.35rem;
    grid-template-columns: 1fr;
    padding: 1.4rem;
  }

  .store-callout::after {
    height: 190px;
    right: -95px;
    top: -90px;
    width: 190px;
  }

  .store-content {
    max-width: none;
    min-width: 0;
  }

  .store-content h2 {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  .store-content p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .store-chip-list {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-chip-list span {
    border-radius: 8px;
    font-size: 0.86rem;
    justify-content: flex-start;
    min-width: 0;
    padding: 0.62rem 0.65rem;
  }

  .store-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .store-actions .btn,
  .store-text-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .store-preview {
    min-width: 0;
    width: 100%;
  }

  .store-browser-bar {
    min-width: 0;
    padding: 0.68rem 0.75rem;
  }

  .store-browser-bar strong {
    font-size: 0.78rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .store-browser-body {
    padding: 1.25rem;
  }

  .store-cart-icon {
    font-size: 1.25rem;
    height: 52px;
    width: 52px;
  }

  .store-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-preview-grid span {
    padding: 0.65rem 0.45rem;
  }

  .solutions-visual {
    min-height: 280px;
    order: -1;
  }

  .solutions-visual::before {
    display: none;
  }

  .solutions-visual img {
    transform: none;
  }

  .solution-mini-card.primary,
  .solution-mini-card.secondary {
    left: 12px;
    min-width: 132px;
    padding: 0.78rem;
    right: auto;
  }

  .solution-mini-card strong {
    font-size: 1.45rem;
  }

  .solution-mini-card span {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .solution-mini-card.primary {
    top: 12px;
  }

  .solution-mini-card.secondary {
    bottom: 12px;
  }

  .service-card,
  .solution-card {
    min-height: auto;
    padding: 1.25rem;
  }

  .stats-band {
    padding: 44px 0;
  }

  .stat-item {
    margin-bottom: 1.5rem;
  }

  .cta-section {
    padding: 64px 0;
  }

  .cta-panel {
    gap: 1.35rem;
    padding: 1.35rem;
  }

  .cta-panel h2 {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  .cta-panel p {
    line-height: 1.65;
  }

  .cta-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cta-actions {
    min-width: 0;
  }

  .cta-action-card {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 70px;
  }

  .about-contact-action {
    min-width: 0;
    width: 100%;
  }

  .cta-action-card > i {
    display: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .process-board,
  .sector-grid,
  .story-timeline,
  .masonry-gallery,
  .reference-grid,
  .about-company-panel,
  .about-service-grid,
  .about-trade-panel,
  .about-store-panel,
  .technical-intro-panel,
  .technical-process-panel,
  .technical-cta-panel,
  .trade-service-hero,
  .trade-process-panel,
  .trade-cta-panel,
  .about-stat-strip,
  .contact-route-bar {
    grid-template-columns: 1fr;
  }

  .technical-highlights,
  .technical-service-grid,
  .trade-category-grid,
  .toner-trade-grid,
  .toner-depth-grid,
  .trade-summary-grid {
    grid-template-columns: 1fr;
  }

  .service-focus-link,
  .context-link-panel {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .context-link-panel > i {
    height: 46px;
    width: 46px;
  }

  .technical-intro-panel,
  .technical-cta-panel,
  .trade-service-hero,
  .toner-mail-cta,
  .trade-cta-panel {
    padding: 1.35rem;
  }

  .toner-mail-cta {
    grid-template-columns: 1fr;
  }

  .toner-mail-button {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .mail-button-arrow {
    display: none;
  }

  .technical-service-grid article,
  .trade-category-grid article {
    min-height: auto;
  }

  .technical-process-list article,
  .trade-process-list article {
    grid-template-columns: 1fr;
  }

  .technical-cta-panel .btn,
  .trade-cta-panel .btn {
    justify-content: center;
    width: 100%;
  }

  .about-signature {
    grid-template-columns: 1fr;
  }

  .about-signature-person {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 0.85rem;
  }

  .about-service-grid article {
    min-height: auto;
  }

  .about-store-card {
    min-height: 220px;
  }

  .about-year-badge {
    position: static;
    justify-self: start;
    border-radius: 8px;
  }

  .about-brand-box {
    margin-top: 0;
  }

  .contact-route-bar {
    margin-bottom: 2rem;
  }

  .contact-route-bar div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .masonry-gallery .gallery-item.is-large,
  .masonry-gallery .gallery-item.is-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .masonry-gallery .gallery-item img,
  .masonry-gallery .gallery-item.is-large img,
  .masonry-gallery .gallery-item.is-wide img {
    aspect-ratio: 4 / 3;
  }

  .gallery-nav {
    height: 42px;
    width: 42px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .gallery-modal-status {
    grid-template-columns: 1fr;
  }

  .process-card {
    grid-template-columns: 1fr;
  }

  .feature-list.two-column,
  .gallery-preview,
  .topic-grid,
  .contact-verification {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 138px;
    padding: 1rem;
  }

  .brand-logo-card {
    height: 78px;
    width: 142px;
  }

  .contact-form {
    padding: 1.2rem;
  }

  .contact-quick-card {
    min-height: 76px;
  }

  .map-placeholder {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-trust-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-toast {
    grid-template-columns: 34px 1fr auto;
  }

  .toast-stack {
    right: 1rem;
    top: 1rem;
  }
}
