/* ON Umzug modern site layer */
:root {
  --onu-ink: #101828;
  --onu-muted: #667085;
  --onu-soft: #f5f7fb;
  --onu-soft-2: #eef4fb;
  --onu-line: #dce6f0;
  --onu-blue: #1769e0;
  --onu-blue-2: #0b4db3;
  --onu-green: #22b573;
  --onu-orange: #f28c28;
  --onu-navy: #07182f;
  --onu-card: #ffffff;
  --onu-radius: 8px;
  --onu-shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body,
.site-body {
  color: var(--onu-ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--onu-soft) 100%);
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::selection {
  background: rgba(34, 181, 115, 0.22);
}

main.bg-light,
.bg-light {
  background-color: var(--onu-soft) !important;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}

.site-topbar {
  background: var(--onu-navy);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
}

.site-topbar a,
.site-topbar span {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.site-topbar a:hover {
  color: #ffffff;
}

.site-topbar .container {
  min-height: 42px;
}

.site-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  white-space: nowrap;
}

.main-navbar {
  background: #ffffff !important;
  box-shadow: none !important;
  min-height: 64px;
  padding: 0 !important;
}

.main-navbar .container,
.main-navbar .container-fluid {
  gap: 1rem;
  max-width: 1440px;
}

.logo-img {
  width: auto;
  height: 42px !important;
  object-fit: contain;
}

.navbar-toggler {
  border: 1px solid var(--onu-line);
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 105, 224, 0.14);
}

.main-menu {
  align-items: center;
  gap: 0.16rem;
}

.main-menu .nav-link,
.navbar .nav-link {
  color: #2a3038 !important;
  border-radius: 0;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.1;
  padding: 0.62rem 1.25rem !important;
  border-bottom: 0 !important;
}

.main-menu .nav-link:hover,
.main-menu .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #2a3038 !important;
  background: transparent;
}

.dropdown-menu {
  border: 1px solid var(--onu-line) !important;
  border-radius: 8px !important;
  box-shadow: var(--onu-shadow) !important;
  padding: 0.55rem !important;
}

.dropdown-item {
  border-radius: 7px;
  color: #28364f;
  font-weight: 650;
  padding: 0.72rem 0.85rem !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--onu-blue);
  background: rgba(23, 105, 224, 0.08);
}

.navbar-right,
.site-actions {
  gap: 0.55rem !important;
}

.phone-link,
.whatsapp-link,
.lang-switch,
.site-cta,
.navbar-right a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #24324a;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.phone-link,
.whatsapp-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #2a3038 !important;
  font-size: 20px;
  font-weight: 600;
}

.phone-link:hover,
.whatsapp-link:hover {
  color: #126a75 !important;
  border-color: transparent;
  background: transparent;
}

.site-cta,
.btn-primary,
.btn-cta {
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--onu-blue), var(--onu-green)) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(23, 105, 224, 0.22);
}

.site-cta:hover,
.btn-primary:hover,
.btn-cta:hover {
  transform: translateY(-1px);
  color: #ffffff !important;
  box-shadow: 0 18px 32px rgba(23, 105, 224, 0.27);
}

.lang-switch {
  border-left: 1px solid var(--onu-line);
  padding-left: 0.75rem;
}

.lang-switch a {
  color: #24324a;
}

.lang-switch a:hover {
  color: var(--onu-blue);
}

.moving-hero {
  min-height: 720px !important;
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.9) 0%, rgba(7, 24, 47, 0.68) 46%, rgba(7, 24, 47, 0.2) 100%),
    url("../move2.png") center center / cover no-repeat !important;
  color: #ffffff;
  overflow: hidden;
}

#hero.hero {
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.82), rgba(7, 24, 47, 0.42)),
    url("../move2.png") center center / cover no-repeat !important;
}

#hero.hero .overlay {
  background: rgba(7, 24, 47, 0.28) !important;
}

#hero.hero .content {
  max-width: 760px;
  padding: 0 1rem;
}

#hero.hero h1,
#hero.hero p {
  color: #ffffff !important;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

#hero.hero .btn-secondary {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--onu-blue), var(--onu-green));
  color: #ffffff;
  font-weight: 800;
}

.moving-hero::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: min(380px, 34vw);
  height: min(380px, 34vw);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  transform: rotate(8deg);
  pointer-events: none;
}

.moving-hero .hero-text {
  max-width: 720px;
}

.moving-hero h1,
.hero-main-title {
  color: #ffffff !important;
  font-size: clamp(2.35rem, 5vw, 4.9rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
  animation: none !important;
}

.moving-hero .lead,
.moving-hero .bullets,
.moving-hero .bullets li,
.moving-hero p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.moving-hero .check {
  border-color: rgba(34, 181, 115, 0.95) !important;
  background: rgba(34, 181, 115, 0.16);
}

.moving-hero .check::after {
  border-color: #ffffff !important;
}

.hero-logos {
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

.hero-logos img {
  height: 76px !important;
  width: 76px !important;
  border-radius: 8px !important;
  padding: 0.4rem !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16) !important;
}

.card,
.card-feature,
.card-fade,
.article,
.quote-box,
.mobile-quote-card,
.services .icon-box,
.bg-white.rounded,
.bg-white.p-4.rounded,
.shadow-sm {
  border: 1px solid rgba(220, 230, 240, 0.9) !important;
  border-radius: var(--onu-radius) !important;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08) !important;
}

.card:hover,
.card-feature:hover,
.card-fade:hover,
.services .icon-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13) !important;
}

.mobile-quote-card,
.quote-box {
  background: rgba(255, 255, 255, 0.96) !important;
}

.offer-title,
.section-title,
.kicker {
  color: var(--onu-blue) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}

.offer-line {
  border-radius: 999px;
  overflow: hidden;
}

.line-orange {
  background: var(--onu-orange) !important;
}

.line-blue {
  background: var(--onu-blue) !important;
}

.form-control,
.form-select,
.input-group-text,
textarea {
  border-color: var(--onu-line) !important;
  border-radius: 8px !important;
}

.input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-text {
  background: var(--onu-soft) !important;
  color: var(--onu-blue) !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  border-color: rgba(23, 105, 224, 0.52) !important;
  box-shadow: 0 0 0 0.22rem rgba(23, 105, 224, 0.12) !important;
}

.hero-section {
  min-height: 520px !important;
  height: auto !important;
  display: grid;
  place-items: center;
  background: var(--onu-navy);
}

.hero-bg {
  filter: none !important;
}

.hero-bg::after {
  background: linear-gradient(90deg, rgba(7, 24, 47, 0.86), rgba(7, 24, 47, 0.48)) !important;
}

.hero-content {
  padding: 5rem 1rem;
}

.hero-content > div {
  margin-top: 0 !important;
}

.hero-content h1 {
  color: #ffffff !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  line-height: 1.08 !important;
  max-width: 940px;
}

section[style*="background-color:#e7edf3"],
section[style*="background-color:#e7edf3;"] {
  background: var(--onu-soft) !important;
}

.container > .hero,
.hero.mb-5 {
  border-radius: var(--onu-radius) !important;
  background:
    linear-gradient(135deg, rgba(7, 24, 47, 0.93), rgba(23, 105, 224, 0.74)),
    url("../move2.png") center / cover no-repeat !important;
  color: #ffffff !important;
  box-shadow: var(--onu-shadow);
}

body > .container.py-5 > h1:first-child,
main > .container.py-5 > h1:first-child,
.container.py-5 > .text-center.mb-4 h1,
.container.py-5 > h1.text-center {
  color: var(--onu-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body > .container.py-5,
main > .container.py-5 {
  max-width: 1180px;
}

.content-box,
.tab-pane > .content-box,
.tab-pane > .card,
.tab-content > .tab-pane > form,
.tab-content > .tab-pane form,
.form-header + .card-body,
.card .card-body {
  border-radius: var(--onu-radius);
}

.content-box {
  border: 1px solid var(--onu-line);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08) !important;
}

.nav-pills {
  gap: 0.55rem;
}

.nav-pills .nav-link {
  border-radius: 999px !important;
  border: 1px solid var(--onu-line);
  color: #344054;
  font-weight: 800;
  background: #ffffff;
}

.nav-pills .nav-link.active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--onu-blue), var(--onu-green)) !important;
  color: #ffffff !important;
}

.form-header {
  border-radius: var(--onu-radius) var(--onu-radius) 0 0 !important;
  background: linear-gradient(135deg, rgba(23, 105, 224, 0.12), rgba(34, 181, 115, 0.12)) !important;
}

.container > .hero p,
.container > .hero .kicker {
  color: rgba(255, 255, 255, 0.86) !important;
}

.article figure img,
.card-feature img,
img.rounded,
.img-fluid.rounded {
  border-radius: var(--onu-radius) !important;
}

.nav-tabs {
  border: 0;
  gap: 0.5rem;
}

.nav-tabs .nav-link {
  border: 1px solid var(--onu-line) !important;
  border-radius: 999px !important;
  color: #344054 !important;
  background: #ffffff;
}

.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--onu-blue), var(--onu-green)) !important;
  border-color: transparent !important;
}

.site-footer,
footer.bg-dark {
  background:
    linear-gradient(135deg, #07182f 0%, #0d274b 60%, #123961 100%) !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(34, 181, 115, 0.12), transparent 32%),
    linear-gradient(270deg, rgba(242, 140, 40, 0.1), transparent 35%);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer h5,
footer.bg-dark h5 {
  color: #ffffff !important;
  font-weight: 800;
  margin-bottom: 1rem;
}

.site-footer a,
footer.bg-dark a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer a:hover,
footer.bg-dark a:hover {
  color: #ffffff !important;
}

.footer-brand {
  width: 84px;
  height: auto;
  filter: none;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.72rem;
}

.footer-contact-item i {
  color: #ffffff;
  margin-top: 0.1rem;
}

.footer-links li {
  margin-bottom: 0.42rem;
}

.footer-service-links {
  columns: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 2rem;
  padding-top: 1.1rem;
}

.onu-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.onu-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1199.98px) {
  .site-header {
    position: sticky;
  }

  .main-navbar .navbar-collapse {
    border-top: 1px solid var(--onu-line);
    margin-top: 0.75rem;
    padding-top: 0.85rem;
  }

  .main-menu {
    align-items: stretch;
  }

  .main-menu .nav-link,
  .navbar .nav-link {
    border-radius: 8px;
  }

  .navbar-right,
  .site-actions {
    align-items: stretch !important;
    margin-top: 0.8rem;
  }

  .phone-link,
  .whatsapp-link,
  .lang-switch {
    justify-content: center;
  }

  .lang-switch {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .site-topbar .container {
    justify-content: center !important;
    gap: 0.45rem !important;
  }

  .site-topbar .hide-sm {
    display: none !important;
  }

  .moving-hero {
    min-height: auto !important;
    padding: 4rem 0 3rem !important;
    background:
      linear-gradient(180deg, rgba(7, 24, 47, 0.86), rgba(7, 24, 47, 0.64)),
      url("../move2-mobile.png") center top / cover no-repeat !important;
  }

  .moving-hero::after {
    display: none;
  }

  .hero-logos {
    justify-content: center !important;
  }

  .moving-hero h1,
  .hero-main-title {
    text-align: center;
  }

  .moving-hero .hero-text {
    text-align: center !important;
    margin-inline: auto;
  }

  .moving-hero .bullets {
    max-width: 520px !important;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .home-design-nav .logo-img {
    height: 32px !important;
  }

  .logo-img {
    height: 54px !important;
  }

  .site-pill {
    font-size: 0.78rem;
    padding: 0.3rem 0.58rem;
  }

  .moving-hero h1,
  .hero-main-title,
  .hero-content h1 {
    font-size: clamp(2rem, 9vw, 2.9rem) !important;
  }

  .hero-section {
    min-height: 430px !important;
  }

  .hero-content {
    padding: 4rem 1rem;
    align-items: center !important;
  }

  .card-body {
    padding: 1.25rem !important;
  }

  .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
  }

  .nav-tabs .nav-link {
    white-space: nowrap;
  }
}

/* Figma 2026 page system */
.onu-page {
  background: #ffffff;
  color: #2a3038;
}

.home-design-nav .logo-img {
  height: 32px !important;
}

.onu-shell {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.onu-section {
  padding: 42px 0;
}

.onu-section-soft {
  background: #f6f7f8;
}

.onu-eyebrow {
  margin: 0 0 6px;
  color: #ff9f1c !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0 !important;
  text-transform: none;
}

.onu-section-title {
  margin: 0 0 18px;
  color: #2a3038;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.onu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #ff9f1c;
  border-radius: 5px;
  background: #ff9f1c;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.onu-btn:hover {
  transform: translateY(-1px);
  background: #f58f00;
  border-color: #f58f00;
}

.onu-btn-light {
  background: #ffffff;
  color: #2a3038 !important;
  border-color: #d7dee8;
}

.onu-btn-light:hover {
  background: #f8fafc;
  color: #2a3038 !important;
  border-color: #c9d3df;
}

.onu-btn-full {
  width: 100%;
}

.onu-service-hero {
  padding: 36px 0 26px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #edf5f8 54%, #edf5f8 100%);
}

.onu-service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 48px;
}

.onu-service-copy h1,
.onu-title-band h1,
.onu-about-hero h1 {
  margin: 0 0 14px;
  max-width: 620px;
  color: #2a3038;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.onu-service-copy p:not(.onu-eyebrow),
.onu-title-band p,
.onu-about-hero p {
  max-width: 600px;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.onu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.onu-service-visual {
  margin: 0;
  height: 280px;
  overflow: hidden;
  border-radius: 0;
}

.onu-service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onu-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 36px;
}

.onu-feature-list {
  display: grid;
  gap: 12px;
}

.onu-feature-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #e4e9ef;
}

.onu-feature-row > span {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff5e6;
  color: #ff9f1c;
  font-size: 15px;
}

.onu-feature-row h2 {
  margin: 0 0 4px;
  color: #2a3038;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.onu-feature-row p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.onu-price-card {
  padding: 20px;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.08);
}

.onu-price-kicker {
  margin: 0 0 4px;
  color: #ff9f1c;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.onu-price-card h2 {
  margin: 0 0 14px;
  color: #2a3038;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}

.onu-price-card h2 span {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}

.onu-price-card dl {
  margin: 0 0 18px;
}

.onu-price-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #edf1f5;
  color: #667085;
  font-size: 13px;
}

.onu-price-card dt,
.onu-price-card dd {
  margin: 0;
  font-weight: 500;
}

.onu-price-card small {
  display: block;
  margin-top: 8px;
  color: #98a2b3;
  font-size: 11px;
  text-align: center;
}

.onu-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.onu-service-card {
  overflow: hidden;
  min-height: 190px;
  border: 1px solid #e4e9ef;
  border-radius: 6px;
  background: #ffffff;
  color: #2a3038;
  text-decoration: none;
}

.onu-service-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.onu-service-card span,
.onu-service-card small {
  display: block;
  padding: 0 12px;
}

.onu-service-card span {
  margin-top: 10px;
  color: #2a3038;
  font-size: 14px;
  font-weight: 800;
}

.onu-service-card small {
  margin-top: 2px;
  padding-bottom: 12px;
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.onu-about-hero,
.onu-title-band {
  padding: 36px 0;
  background: #f7fafc;
}

.onu-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: center;
}

.onu-stat-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  background: #055d73;
}

.onu-stat-board article {
  min-height: 86px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.onu-stat-board strong {
  display: block;
  color: #ff9f1c;
  font-size: 24px;
  line-height: 1;
}

.onu-stat-board span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.onu-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.onu-team-card,
.onu-values-grid article,
.onu-work-card,
.onu-faq-menu,
.onu-faq-item,
.onu-contact-card {
  border: 1px solid #e4e9ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

.onu-team-card {
  overflow: hidden;
}

.onu-team-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.onu-team-card div {
  padding: 14px;
}

.onu-team-card h3,
.onu-values-grid h3,
.onu-work-card h2 {
  margin: 0 0 5px;
  color: #2a3038;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.onu-team-card p,
.onu-values-grid p,
.onu-work-card p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
}

.onu-team-card small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.onu-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.onu-values-grid article {
  padding: 22px;
}

.onu-values-grid i {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff5e6;
  color: #ff9f1c;
}

.onu-faq-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.onu-faq-menu {
  position: sticky;
  top: 88px;
  padding: 18px;
}

.onu-faq-menu strong,
.onu-faq-menu a {
  display: block;
}

.onu-faq-menu strong {
  margin-bottom: 12px;
  color: #2a3038;
}

.onu-faq-menu a {
  padding: 6px 0;
  color: #667085;
  text-decoration: none;
}

.onu-faq-list h2 {
  margin: 0 0 12px;
  color: #2a3038;
  font-size: 20px;
}

.onu-faq-item {
  margin-bottom: 12px;
  padding: 0;
}

.onu-faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: #2a3038;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.onu-faq-item summary::-webkit-details-marker {
  display: none;
}

.onu-faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.onu-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.onu-work-card {
  overflow: hidden;
}

.onu-work-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.onu-work-card div {
  padding: 14px;
}

.onu-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.onu-contact-stack {
  display: grid;
  gap: 16px;
}

.onu-contact-card {
  padding: 20px;
}

.onu-contact-card h2 {
  margin: 0 0 14px;
  color: #2a3038;
  font-size: 18px;
  font-weight: 800;
}

.onu-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.onu-form-grid .span-2 {
  grid-column: span 2;
}

.onu-contact-card label {
  display: block;
  margin-bottom: 5px;
  color: #2a3038;
  font-size: 12px;
  font-weight: 700;
}

.onu-contact-card input,
.onu-contact-card select,
.onu-contact-card textarea {
  width: 100%;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid #dfe7ef;
  border-radius: 5px !important;
  background: #ffffff;
  color: #2a3038;
  font-size: 13px;
}

.onu-contact-card textarea {
  min-height: 90px;
}

.onu-contact-side {
  display: grid;
  gap: 16px;
}

.onu-contact-side .onu-contact-card p {
  margin: 0 0 8px;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.onu-map {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 6px;
}

.onu-alert {
  padding: 14px 16px;
  border-radius: 7px;
  margin-bottom: 14px;
  font-size: 14px;
}

.onu-alert-success {
  background: #ecfdf3;
  color: #067647;
}

.onu-alert-error {
  background: #fff1f3;
  color: #b42318;
}

.site-footer-modern {
  padding: 38px 0 0;
  background: #0c1524;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer-modern .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.7fr 0.9fr 0.9fr;
  gap: 28px;
}

.site-footer-modern img {
  width: 92px;
  height: auto;
  margin-bottom: 16px;
}

.site-footer-modern p,
.site-footer-modern li,
.site-footer-modern a {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px;
  line-height: 1.65;
  text-decoration: none;
}

.site-footer-modern h2,
.site-footer-modern h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

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

.site-footer-modern li {
  margin-bottom: 6px;
}

.site-footer-modern .contact-list li {
  display: flex;
  gap: 9px;
}

.site-footer-modern .contact-list i {
  color: #ffffff;
}

.footer-bottom-modern {
  margin-top: 28px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-modern .onu-shell {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.footer-lang {
  display: inline-flex;
  gap: 8px;
}

.footer-lang a {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .onu-service-hero {
    padding-top: 0;
    background: #ffffff;
  }

  .onu-service-hero-grid,
  .onu-about-hero-grid,
  .onu-overview-grid,
  .onu-contact-layout,
  .onu-faq-layout {
    grid-template-columns: 1fr;
  }

  .onu-service-visual {
    order: -1;
    width: calc(100% + 40px);
    height: 230px;
    margin-left: -20px;
  }

  .onu-service-grid,
  .onu-team-grid,
  .onu-values-grid,
  .onu-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .onu-faq-menu {
    position: static;
  }

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

@media (max-width: 575.98px) {
  .onu-shell {
    width: min(100% - 28px, 1120px);
  }

  .onu-section {
    padding: 30px 0;
  }

  .onu-service-copy h1,
  .onu-title-band h1,
  .onu-about-hero h1 {
    font-size: 24px;
  }

  .onu-service-copy p:not(.onu-eyebrow),
  .onu-title-band p,
  .onu-about-hero p {
    font-size: 13px;
  }

  .onu-hero-actions,
  .footer-bottom-modern .onu-shell {
    flex-direction: column;
    align-items: stretch;
  }

  .onu-btn {
    width: 100%;
  }

  .onu-service-grid,
  .onu-team-grid,
  .onu-values-grid,
  .onu-work-grid,
  .onu-form-grid,
  .site-footer-modern .footer-grid {
    grid-template-columns: 1fr;
  }

  .onu-form-grid .span-2 {
    grid-column: auto;
  }
}

/* Professional unified header */
.onu-pro-header.main-navbar {
  position: sticky;
  top: 0;
  z-index: 1100;
  min-height: 76px;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08) !important;
  backdrop-filter: blur(14px);
}

.onu-pro-header .onu-header-shell {
  width: min(100%, 1440px);
  min-height: 76px;
  margin-inline: auto;
  gap: 14px;
}

.onu-pro-header .onu-brand-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
}

.onu-pro-header .logo-img,
.onu-pro-header.home-design-nav .logo-img {
  width: auto;
  height: 54px !important;
  object-fit: contain;
}

.onu-pro-header .navbar-collapse {
  align-items: center;
}

.onu-pro-header .onu-nav-menu {
  align-items: center;
  gap: 2px;
}

.onu-pro-header .main-menu .nav-link,
.onu-pro-header .navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 13px !important;
  color: #253044 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1;
  letter-spacing: 0;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.onu-pro-header .main-menu .nav-link:hover,
.onu-pro-header .main-menu .nav-link.active,
.onu-pro-header .navbar-nav .nav-link:hover,
.onu-pro-header .navbar-nav .nav-link.active {
  color: #111827 !important;
  background: #f3f6f9;
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.95);
}

.onu-pro-header .nav-quote-link {
  color: #ffffff !important;
  background: #ff9f1c !important;
  box-shadow: 0 10px 24px rgba(255, 159, 28, 0.22) !important;
}

.onu-pro-header .nav-quote-link:hover,
.onu-pro-header .nav-quote-link.active {
  color: #ffffff !important;
  background: #ee8f11 !important;
}

.onu-pro-header .dropdown-menu {
  border: 1px solid #e6edf5 !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14) !important;
  padding: 8px !important;
}

.onu-pro-header .dropdown-item {
  border-radius: 8px;
  color: #253044;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px !important;
}

.onu-pro-header .dropdown-item:hover,
.onu-pro-header .dropdown-item:focus {
  color: #0f172a;
  background: #f3f6f9;
}

.onu-pro-header .onu-header-actions {
  flex-shrink: 0;
  gap: 8px !important;
}

.onu-pro-header .onu-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border: 1px solid #e6edf5;
  border-radius: 999px;
  padding: 9px 12px;
  background: #ffffff;
  color: #24324a !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.onu-pro-header .onu-action-link i {
  margin: 0;
  color: currentColor;
  font-size: 15px;
}

.onu-pro-header .whatsapp-link {
  color: #128c4a !important;
  border-color: rgba(18, 140, 74, 0.22);
  background: rgba(18, 140, 74, 0.07);
}

.onu-pro-header .phone-link:hover,
.onu-pro-header .whatsapp-link:hover {
  transform: translateY(-1px);
}

.onu-pro-header .header-lang-switch,
.onu-pro-header .move-header-lang {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #e6edf5;
  border-radius: 999px;
  background: #f8fafc;
}

.onu-pro-header .header-lang-switch a,
.onu-pro-header .move-header-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: #24324a;
  background: transparent;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.onu-pro-header .header-lang-switch a:hover,
.onu-pro-header .header-lang-switch a.active,
.onu-pro-header .move-header-lang a:hover,
.onu-pro-header .move-header-lang a.active {
  color: #ffffff;
  background: #4e5d78;
}

.onu-pro-header .header-lang-switch-mobile,
.onu-pro-header .move-header-lang-mobile {
  display: none;
}

.onu-pro-header .onu-nav-toggle {
  width: 46px;
  height: 42px;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.onu-pro-header .onu-nav-toggle:focus {
  box-shadow: 0 0 0 3px rgba(78, 93, 120, 0.18);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .onu-pro-header .logo-img,
  .onu-pro-header.home-design-nav .logo-img {
    height: 46px !important;
  }

  .onu-pro-header .main-menu .nav-link,
  .onu-pro-header .navbar-nav .nav-link {
    padding: 9px 8px !important;
    font-size: 13px !important;
  }

  .onu-pro-header .phone-link {
    display: none;
  }

  .onu-pro-header .onu-action-link {
    padding: 9px 10px;
  }
}

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

  .onu-pro-header .onu-header-shell {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .onu-pro-header .logo-img,
  .onu-pro-header.home-design-nav .logo-img {
    height: 44px !important;
  }

  .onu-pro-header .header-lang-switch-desktop,
  .onu-pro-header .move-header-lang-desktop {
    display: none !important;
  }

  .onu-pro-header .header-lang-switch-mobile,
  .onu-pro-header .move-header-lang-mobile {
    display: flex !important;
    margin-left: auto;
  }

  .onu-pro-header .header-lang-switch a,
  .onu-pro-header .move-header-lang a {
    min-width: 42px;
    min-height: 34px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .onu-pro-header .navbar-collapse {
    flex-basis: 100%;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  }

  .onu-pro-header .onu-nav-menu {
    align-items: stretch;
    gap: 5px;
  }

  .onu-pro-header .main-menu .nav-link,
  .onu-pro-header .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    padding: 12px 13px !important;
    font-size: 15px !important;
  }

  .onu-pro-header .dropdown-menu {
    margin: 4px 0 8px;
    box-shadow: none !important;
  }

  .onu-pro-header .onu-header-actions {
    align-items: stretch !important;
    margin-top: 10px;
    width: 100%;
  }

  .onu-pro-header .onu-action-link {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 575.98px) {
  .onu-pro-header .onu-header-shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .onu-pro-header .logo-img,
  .onu-pro-header.home-design-nav .logo-img {
    height: 40px !important;
  }

  .onu-pro-header .header-lang-switch a,
  .onu-pro-header .move-header-lang a {
    min-width: 38px;
    min-height: 32px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .onu-pro-header .onu-nav-toggle {
    width: 42px;
    height: 40px;
  }
}
