:root {
  --green: #007c9d;
  --green-light: #5ec9d8;
  --blue: #155e75;
  --aqua: #e4f7fa;
  --ink: #172a33;
  --gray: #4b5f68;
  --white: #ffffff;
  --off: #f5fafb;
  --line: rgba(31, 41, 51, 0.12);
  --shadow: 0 22px 70px rgba(31, 41, 51, 0.14);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-tech: "Arial Narrow", "Roboto Condensed", Inter, ui-sans-serif, system-ui, sans-serif;
}

/* Final typography polish */
:root {
  --font-signature: "Bodoni 72", Didot, "Libre Baskerville", Georgia, "Times New Roman", serif;
}

body {
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-family: var(--font-signature);
  font-weight: 750;
}

h3,
.btn,
.eyebrow,
.quick-points em,
.contact-card-head span,
.method-kicker,
.service-card::before,
.partner-image-panel p {
  font-family: var(--font-tech);
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 0.11em;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.72;
}

.hero-subtitle,
.about-visual strong,
.method-focus strong,
.why-core strong,
.partner-copy h2 {
  font-family: var(--font-signature);
}

.hero-subtitle {
  font-style: italic;
  font-weight: 700;
}

.hero-copy,
.section-heading p,
.about-lead,
.service-card p,
.method-step p,
.why-reason p,
.contact-card-head p {
  line-height: 1.68;
}

.section-heading h2 {
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: min(118px, 42%);
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--green-light), var(--blue));
}

.section-dark .section-heading h2::after,
.certifications .section-heading h2::after,
.why .section-heading h2::after {
  background: linear-gradient(90deg, #ffffff, #7fe2ee, rgba(255, 255, 255, 0.28));
}

.cert-card h3,
.service-card h3,
.ops-item h3,
.method-step h3,
.why-reason h3 {
  font-weight: 950;
}

.service-card h3,
.method-step h3,
.why-reason h3 {
  line-height: 1.08;
}

.quick-points span,
.contact-list p,
.contact-mini p {
  font-variant-numeric: lining-nums;
}

.brand strong,
.brand small,
.partner-image-panel strong {
  font-family: var(--font-tech);
  font-weight: 950;
}

.partner-image-panel em {
  font-family: var(--font-signature);
  font-style: italic;
  font-weight: 650;
}

@media (min-width: 681px) {
  .hero-subtitle {
    font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  }

  .hero-copy {
    font-size: 1.18rem;
  }

  .section-heading h2 {
    font-size: clamp(2.35rem, 4.5vw, 4rem);
  }

  .about-copy h2 {
    font-size: clamp(2.2rem, 4.1vw, 3.7rem);
  }

  .service-card h3 {
    font-size: clamp(1.12rem, 1.45vw, 1.38rem);
  }

  .method-focus strong {
    font-size: clamp(1.95rem, 3.4vw, 3rem);
    line-height: 1.02;
  }

  .contact-card-head h3 {
    font-family: var(--font-signature);
    font-size: 2.15rem;
    line-height: 1;
  }
}

@media (max-width: 680px) {
  .eyebrow,
  .hero .eyebrow {
    gap: 7px;
    letter-spacing: 0.08em;
  }

  .eyebrow::before {
    width: 16px;
  }

  h1 {
    font-size: clamp(2.6rem, 12.2vw, 3.28rem);
    line-height: 0.94;
  }

  h2,
  .section-heading h2 {
    font-size: clamp(2.02rem, 9.4vw, 2.46rem);
    line-height: 0.98;
  }

  .about h2,
  .what h2,
  .why h2 {
    font-size: clamp(1.92rem, 8.8vw, 2.32rem);
  }

  .hero-subtitle {
    font-size: clamp(1.5rem, 7.3vw, 1.82rem);
    line-height: 1.08;
  }

  .hero-copy,
  .section-heading p,
  .about-copy p,
  .what .section-heading p,
  .method .section-heading p,
  .contact .section-heading p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .section-heading h2::after {
    width: 76px;
    height: 2px;
    margin-top: 14px;
  }

  .cert-card h3,
  .service-card h3,
  .ops-item h3,
  .method-step h3,
  .why-reason h3 {
    font-size: clamp(1.12rem, 5.7vw, 1.36rem);
    line-height: 1.08;
  }

  .about-visual strong,
  .method-focus strong,
  .why-core strong {
    font-size: clamp(1.46rem, 7.2vw, 1.84rem);
    line-height: 1.02;
  }

  .partner-copy h2 {
    font-size: clamp(1.46rem, 7vw, 1.82rem);
    line-height: 1.06;
  }

  .contact-card-head h3 {
    font-family: var(--font-signature);
    font-size: 1.92rem;
    line-height: 1;
  }
}

@media (max-width: 680px) {
  body {
    color: var(--ink);
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      #f7fbfc;
    background-size: 32px 32px, 32px 32px, auto;
    overflow-x: hidden;
  }

  section { padding: 72px 0; }
  .container { width: min(100% - 28px, var(--max)); }

  .mobile-progress {
    right: 14px;
    bottom: 14px;
    z-index: 48;
    grid-template-columns: auto 72px;
    min-width: 162px;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
  }

  .site-header {
    height: 82px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(23, 42, 51, 0.08);
    backdrop-filter: blur(12px);
  }

  .site-header.is-scrolled,
  .site-header.menu-active {
    height: 76px;
  }

  .hero {
    min-height: 0;
    align-items: start;
    padding: 116px 0 326px;
    color: var(--ink);
    border-radius: 0;
    background:
      radial-gradient(circle at 78% 8%, rgba(94, 201, 216, 0.18), transparent 28%),
      linear-gradient(rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      #fbfdfe;
    background-size: auto, 34px 34px, 34px 34px, auto;
  }

  .hero-media {
    inset: auto 14px 34px;
    height: 254px;
    border-radius: 34px;
    opacity: 0.9;
    transform: none;
    box-shadow: 0 20px 54px rgba(23, 42, 51, 0.18);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 253, 254, 0) 0%, rgba(251, 253, 254, 0) 54%, rgba(0, 124, 157, 0.2) 100%);
  }

  .hero-content {
    width: min(var(--max), calc(100% - 28px));
    max-width: none;
    margin: 0 auto;
  }

  .hero .eyebrow,
  .eyebrow {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: var(--green);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(23, 42, 51, 0.08);
    font-size: 11px;
  }

  h1 {
    max-width: calc(100% - 14px);
    margin-left: 14px;
    color: var(--ink);
    font-size: clamp(42px, 12.2vw, 52px);
    line-height: 0.96;
  }

  h2 {
    font-size: 38px;
    line-height: 1.03;
  }

  .hero-subtitle {
    color: var(--blue);
    font-size: 24px;
    line-height: 1.14;
  }

  .hero-copy {
    color: #4b646d;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn { width: 100%; }
  .quick-points { display: none; }

  .certifications {
    overflow: hidden;
    color: var(--white);
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(155deg, #102f3a, #0b5e76);
    background-size: 34px 34px, 34px 34px, auto;
  }

  .certifications .eyebrow {
    color: var(--green);
  }

  .certifications h2,
  .certifications .section-heading p {
    color: var(--white);
  }

  .certifications .section-heading p {
    opacity: 0.74;
  }

  .cert-track {
    width: 100%;
    max-width: 100vw;
    grid-auto-columns: minmax(255px, 86vw);
    gap: 14px;
  }

  .cert-card {
    border: 0;
    color: var(--ink);
    background: #fbfdfe;
    box-shadow: 0 18px 42px rgba(4, 34, 44, 0.16);
  }

  .cert-card h3 { color: var(--ink); }
  .cert-card p { color: #4b646d; }
  .cert-card .icon { background: rgba(0, 124, 157, 0.12); }
  .cert-card .icon::before { background: var(--green); }
  .doc-slot {
    color: var(--green);
    border-color: rgba(0, 124, 157, 0.24);
    background: rgba(228, 247, 250, 0.7);
  }

  .about {
    background: #fbfdfe;
  }

  .about-layout {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .about-system {
    order: -1;
    width: calc(100% + 28px);
    max-width: calc(100vw + 28px);
    margin-left: -14px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .about-visual {
    min-height: 390px;
    border-radius: 0 0 38px 38px;
    box-shadow: none;
  }

  .system-card,
  .system-metrics {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .system-card {
    background: rgba(255, 255, 255, 0.92);
  }

  .system-metrics {
    margin-top: -2px;
  }

  .about-proof {
    margin-top: 22px;
  }

  .what {
    background:
      radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.24), transparent 32%),
      linear-gradient(180deg, #edf8fa 0%, #f7fbfc 100%);
    color: var(--ink);
  }

  .what .eyebrow { color: var(--green); }
  .what .section-heading h2 { color: var(--ink); }
  .what .section-heading p { color: #4b646d; }

  .operations-map {
    gap: 0;
    padding-left: 0;
  }

  .operations-map::before {
    top: 0;
    bottom: 0;
    left: 45px;
    width: 2px;
    background: rgba(0, 124, 157, 0.22);
  }

  .ops-item,
  .ops-item.is-raised {
    min-height: 190px;
    padding: 24px 0 28px 112px;
    border-bottom: 1px solid rgba(0, 124, 157, 0.13);
    color: var(--ink);
    transition: background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
  }

  .ops-dot {
    top: 32px;
    left: 8px;
    width: 74px;
    height: 74px;
    border: 0;
    background: rgba(0, 124, 157, 0.12);
    box-shadow: none;
    transition: background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
  }

  .ops-dot::after {
    width: 18px;
    height: 18px;
    background: var(--green);
  }

  .ops-item h3 {
    color: var(--ink);
    font-size: 1.34rem;
    transition: color 260ms ease, transform 260ms ease;
  }

  .ops-item p {
    color: #4b646d;
    font-size: 0.96rem;
    transition: color 260ms ease;
  }

  .ops-item.is-active-step {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.12);
    transform: translateX(4px);
  }

  .ops-item.is-active-step .ops-dot {
    background: var(--green);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.24);
    transform: scale(1.06);
  }

  .ops-item.is-active-step .ops-dot::after {
    background: var(--white);
  }

  .ops-item.is-active-step h3 {
    color: var(--green);
    transform: translateX(5px);
  }

  .services {
    background: #fbfdfe;
  }

  .services .container {
    width: 100%;
  }

  .services .section-heading {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .services-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(292px, 86vw);
    gap: 14px;
    overflow-x: auto;
    padding: 4px 14px 30px;
    border: 0;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .services-grid::-webkit-scrollbar { display: none; }

  .service-card,
  .service-card.feature {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-top: 5px solid var(--service-accent);
    border-radius: 24px;
    background:
      radial-gradient(circle at 100% 0%, var(--service-glow), transparent 42%),
      #ffffff;
    box-shadow: 0 18px 44px rgba(23, 42, 51, 0.08);
    scroll-snap-align: start;
  }

  .service-card.feature {
    color: var(--white);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.2), transparent 40%),
      linear-gradient(145deg, #102f3a, var(--service-accent));
  }

  .service-card::before {
    grid-column: auto;
    margin-bottom: 16px;
  }

  .service-card h3,
  .service-card p {
    grid-column: auto;
  }

  .service-icon {
    grid-row: auto;
    border-radius: 16px;
  }

  .method {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #eaf7fa 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .method-board {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .method-focus {
    min-height: 340px;
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .method-flow {
    gap: 0;
  }

  .method-step {
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.16);
  }

  .why {
    color: var(--ink);
    background: linear-gradient(180deg, #eef8fa 0%, #e1f0f3 100%);
  }

  .why .eyebrow { color: var(--green); }
  .why .section-heading h2 { color: var(--ink); }

  .why-radar {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-core {
    min-height: 340px;
    padding: 28px;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 32px 8px 32px 8px;
    color: var(--white);
    background:
      linear-gradient(180deg, rgba(0, 124, 157, 0.05), rgba(6, 45, 57, 0.88)),
      url("assets/ecomax-hero-industrial.png") 72% center / cover no-repeat;
  }

  .why-core strong {
    max-width: 250px;
    font-size: 1.85rem;
  }

  .why-reason {
    padding: 24px 22px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-radius: 20px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: none;
    transition: color 260ms ease, background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
  }

  .why-reason p {
    color: #4b646d;
  }

  .why-reason.is-active-step {
    color: var(--white);
    background: var(--green);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.2);
    transform: translateX(4px);
  }

  .why-reason.is-active-step h3,
  .why-reason.is-active-step p {
    color: var(--white);
  }

  .partner .container {
    width: 100%;
  }

  .partner-card {
    border: none;
    border-radius: 30px;
    padding: 10px;
    background: #ffffff;
    box-shadow: none;
  }

  .partner-image-panel {
    min-height: 240px;
    border-radius: 24px;
  }

  .partner-copy {
    padding: 24px 8px 8px;
  }

  .partner-copy h2 {
    color: #4f6670;
    font-size: 22px;
    line-height: 1.24;
  }

  .partner-pills {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
  }

  .partner-pills span {
    white-space: nowrap;
  }

  .contact {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #e4f7fa 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .contact-form {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  main > section {
    transition: background-color 360ms ease, filter 360ms ease;
  }

  main > section:not(.is-current-mobile) .section-heading {
    opacity: 0.72;
    transition: opacity 360ms ease;
  }

  main > section.is-current-mobile .section-heading {
    opacity: 1;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--off);
  font-family: var(--font-body);
  line-height: 1.55;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
section { scroll-margin-top: 92px; padding: 96px 0; }
.mobile-progress { display: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(11, 43, 46, 0.72), rgba(11, 43, 46, 0.08));
  box-shadow: none;
  backdrop-filter: none;
  transition: height 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  height: 68px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 42px rgba(20, 40, 46, 0.13);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}
.brand strong { display: block; font-size: 1.02rem; letter-spacing: 0; }
.brand small { display: block; margin-top: -4px; color: currentColor; opacity: 0.72; font-weight: 800; }
.nav { display: flex; align-items: center; gap: 5px; }
.nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 9px;
  border-radius: 8px;
  color: currentColor;
  font-family: var(--font-tech);
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}
.nav a:hover, .nav a.is-active { color: var(--white); background: rgba(255, 255, 255, 0.13); }
.site-header.is-scrolled .nav a:hover,
.site-header.is-scrolled .nav a.is-active,
.site-header.menu-active .nav a:hover,
.site-header.menu-active .nav a.is-active {
  color: var(--green);
  background: rgba(0, 124, 157, 0.08);
}
.nav .nav-cta {
  margin-left: 6px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 124, 157, 0.92);
  box-shadow: 0 16px 30px rgba(10, 32, 32, 0.18);
}
.nav .nav-cta:hover { color: var(--white); background: #006985; }
.nav .nav-partner {
  margin-left: 8px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.nav .nav-partner:hover,
.nav .nav-partner.is-active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}
.site-header.is-scrolled .nav .nav-cta,
.site-header.menu-active .nav .nav-cta {
  color: var(--white);
  background: rgba(0, 124, 157, 0.94);
}
.site-header.is-scrolled .nav .nav-partner,
.site-header.menu-active .nav .nav-partner {
  color: var(--green);
  border-color: rgba(0, 124, 157, 0.28);
  background: rgba(0, 124, 157, 0.06);
}
.site-header.is-scrolled .nav .nav-partner:hover,
.site-header.is-scrolled .nav .nav-partner.is-active,
.site-header.menu-active .nav .nav-partner:hover,
.site-header.menu-active .nav .nav-partner.is-active {
  color: var(--green);
  background: rgba(0, 124, 157, 0.12);
}

@media (max-width: 680px) {
  .nav .nav-cta,
  .site-header.is-scrolled .nav .nav-cta,
  .site-header.menu-active .nav .nav-cta {
    margin: 8px 0 0;
    min-height: 52px;
    justify-content: center;
    color: #ffffff;
    border-radius: 999px;
    background: rgba(0, 124, 157, 0.94);
  }

  .nav .nav-partner,
  .site-header.is-scrolled .nav .nav-partner,
  .site-header.menu-active .nav .nav-partner {
    margin: 0;
    min-height: 52px;
    justify-content: center;
    color: var(--green);
    border: 1px solid rgba(0, 124, 157, 0.28);
    border-radius: 999px;
    background: rgba(0, 124, 157, 0.06);
  }
}
.menu-toggle { display: none; }
.mobile-nav-top,
.mobile-nav-label,
.mobile-nav-card,
.nav-icon {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 148px 0 78px;
  overflow: hidden;
  color: var(--white);
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background: url("assets/ecomax-hero-industrial.png") center / cover no-repeat;
  transform: scale(1.02);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 40, 45, 0.9) 0%, rgba(20, 64, 57, 0.72) 41%, rgba(0, 124, 157, 0.25) 100%),
    linear-gradient(0deg, rgba(8, 21, 26, 0.76), transparent 45%);
}
.hero-content { position: relative; z-index: 1; max-width: 790px; margin-left: max(calc((100vw - 1180px) / 2), 20px); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--aqua); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-tech);
  font-size: clamp(4.2rem, 9vw, 8.6rem);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
}
h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}
h3 { margin: 0 0 8px; font-family: var(--font-tech); line-height: 1.15; letter-spacing: 0; }
.hero-subtitle { max-width: 680px; margin: 24px 0 12px; font-family: var(--font-display); font-size: clamp(1.35rem, 2.6vw, 2.1rem); font-weight: 700; line-height: 1.15; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--font-tech);
  font-size: 0.98rem;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--green); box-shadow: 0 14px 28px rgba(0, 124, 157, 0.24); }
.btn-secondary { color: var(--ink); background: var(--white); box-shadow: 0 14px 32px rgba(31, 41, 51, 0.1); }
.btn-light { color: var(--green); background: var(--white); }
.btn-mail { color: var(--white); background: var(--blue); }
.quick-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  max-width: 1040px;
}
.quick-points span {
  min-height: 92px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.25;
  backdrop-filter: blur(10px);
}
.quick-points em {
  display: block;
  margin-bottom: 7px;
  color: var(--aqua);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-soft { background: var(--aqua); }
.section-dark { color: var(--white); background: linear-gradient(135deg, #123a46, #0b7285); }
.section-dark .eyebrow, .why .eyebrow { color: #a7eef6; }
.section-dark .section-heading p { color: rgba(255, 255, 255, 0.8); }
.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading p { margin: 0 auto 10px; color: var(--gray); font-size: 1.05rem; }

.carousel-wrap { position: relative; }
.cert-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.cert-track::-webkit-scrollbar { display: none; }
.cert-card {
  min-height: 310px;
  padding: 24px;
  border: 1px solid rgba(0, 124, 157, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(0, 124, 157, 0.08);
  scroll-snap-align: start;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.cert-card:hover { transform: translateY(-4px); border-color: rgba(0, 124, 157, 0.34); }
.icon, .service-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 124, 157, 0.14), rgba(0, 124, 157, 0.14));
}
.icon::before, .service-icon::before {
  content: "";
  width: 26px;
  height: 26px;
  background: var(--green);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.document::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h8l4 4v16H6zM14 2v5h4M9 12h6M9 16h6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.badge::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l8 4v6c0 4.5-3 7-8 8-5-1-8-3.5-8-8V7zM8 12l2.5 2.5L16 9' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.checklist::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13M3 6l1 1 2-2M3 12l1 1 2-2M3 18l1 1 2-2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.shield::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l8 4v5c0 5-3.5 8-8 9-4.5-1-8-4-8-9V7z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.folder::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h7l2 2h9v11H3z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.cert-card h3 { color: var(--ink); font-size: 1.13rem; }
.cert-card p { color: var(--gray); }
.doc-slot {
  display: grid;
  min-height: 86px;
  margin-top: 18px;
  place-items: center;
  border: 1px dashed rgba(0, 124, 157, 0.34);
  border-radius: 8px;
  color: var(--blue);
  background: rgba(223, 243, 246, 0.45);
  font-weight: 800;
}
.cert-single {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
  gap: 20px;
  align-items: stretch;
}
.cert-card-current {
  min-height: auto;
  padding: 30px;
  border-color: rgba(0, 124, 157, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 191, 115, 0.13), transparent 34%),
    linear-gradient(135deg, #ffffff, #eefafe);
}
.cert-main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}
.cert-kicker {
  margin: 0 0 6px;
  color: var(--blue);
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cert-card-current h3 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}
.cert-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.cert-data p {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(0, 124, 157, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}
.cert-data strong,
.cert-data span {
  display: block;
}
.cert-data strong {
  color: var(--blue);
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.cert-data span {
  margin-top: 4px;
  color: var(--ink);
  font-weight: 900;
}
.doc-link {
  min-height: 58px;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.doc-link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 124, 157, 0.5);
  background: rgba(223, 243, 246, 0.72);
}
.cert-note {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(0, 124, 157, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(0, 124, 157, 0.06);
}
.cert-note p {
  margin: 0;
  color: var(--gray);
  font-weight: 750;
}
.carousel-btn {
  position: absolute;
  top: calc(50% + 8px);
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.carousel-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.carousel-btn.prev { left: -18px; }
.carousel-btn.next { right: -18px; }

.about {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 124, 157, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 124, 157, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 34px 34px;
}
.about::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--green-light));
}
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(540px, 1fr);
  gap: 48px;
  align-items: center;
}
.about-copy {
  position: relative;
  z-index: 1;
  padding: 34px 0;
}
.about-copy h2 { max-width: 560px; }
.about-copy p { color: var(--gray); font-size: 1.04rem; }
.about-lead {
  margin-top: 0;
  max-width: 540px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 124, 157, 0.14);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  color: var(--ink) !important;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(31, 41, 51, 0.08);
  font-size: 1.12rem !important;
  font-weight: 800;
  line-height: 1.45;
}
.about-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.about-proof article {
  min-height: 126px;
  padding: 18px 16px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(31, 41, 51, 0.96), rgba(0, 124, 157, 0.9));
  box-shadow: 0 18px 46px rgba(0, 124, 157, 0.14);
}
.about-proof article:nth-child(2) { background: linear-gradient(145deg, #172a33, #007c9d); }
.about-proof article:nth-child(3) { background: linear-gradient(145deg, #007c9d, #176d7f); }
.about-proof strong {
  display: block;
  margin-bottom: 22px;
  color: var(--aqua);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-proof span {
  display: block;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.25;
}
.about-system {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(0, 124, 157, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 243, 246, 0.82), rgba(255, 255, 255, 0.92)),
    linear-gradient(45deg, transparent 0 48%, rgba(0, 124, 157, 0.16) 48% 52%, transparent 52% 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}
.about-visual {
  display: none;
}
.about-system::before,
.about-system::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 395px;
  height: 395px;
  border: 1px solid rgba(0, 124, 157, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: system-ring-spin 24s linear infinite;
}
.about-system::after {
  width: 278px;
  height: 278px;
  border-color: rgba(0, 124, 157, 0.2);
  animation-duration: 18s;
  animation-direction: reverse;
}
.system-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 230px;
  min-height: 230px;
  place-items: center;
  padding: 22px;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 70% 12%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(135deg, #172a33, #155e75 56%, #007c9d);
  box-shadow: 0 22px 60px rgba(0, 124, 157, 0.24);
  transform: translate(-50%, -50%);
  animation: core-pulse 5.5s ease-in-out infinite;
}
.system-core span {
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.system-core strong {
  max-width: 185px;
  font-size: 1.18rem;
  line-height: 1.18;
}
.system-card {
  position: absolute;
  z-index: 3;
  width: 160px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(31, 41, 51, 0.1);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  animation: card-float 5.6s ease-in-out infinite;
}
.system-card:hover {
  border-color: rgba(0, 124, 157, 0.24);
  box-shadow: 0 18px 42px rgba(0, 124, 157, 0.16);
  transform: translateY(-6px) scale(1.02);
}
.system-card strong {
  display: block;
  color: var(--ink);
  font-size: 0.95rem;
}
.system-card small {
  display: block;
  margin-top: 5px;
  color: var(--gray);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.28;
}
.card-a { top: 44px; left: 42px; }
.card-b { top: 64px; right: 42px; animation-delay: -1.4s; }
.card-c { bottom: 112px; left: 52px; animation-delay: -2.7s; }
.card-d { right: 52px; bottom: 104px; animation-delay: -4s; }
.system-metrics {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.system-metrics span {
  padding: 13px 14px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(31, 41, 51, 0.88);
  font-size: 0.86rem;
  font-weight: 800;
}
.system-metrics strong {
  display: block;
  color: var(--green-light);
  font-size: 1.45rem;
  line-height: 1;
}

@keyframes system-ring-spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes core-pulse {
  0%, 100% {
    box-shadow: 0 22px 60px rgba(0, 124, 157, 0.24);
    filter: saturate(1);
  }
  50% {
    box-shadow: 0 28px 76px rgba(0, 124, 157, 0.28);
    filter: saturate(1.12);
  }
}

@keyframes card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-system,
  .about-system::before,
  .about-system::after,
  .system-core,
  .system-card,
  .ops-line,
  .ops-item,
  .ops-dot,
  .service-card,
  .method-step,
  .why-radar::before,
  .why-radar::after,
  .why-core,
  .why-reason {
    animation: none !important;
    transition: none !important;
    translate: none !important;
  }
  .about-system { transform: none !important; }
}

.what {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(18, 63, 54, 0.94), rgba(7, 76, 91, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}
.what::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.22), transparent);
  pointer-events: none;
}
.operations-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 360px;
  align-items: center;
}
.ops-line {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(94, 201, 216, 0), rgba(94, 201, 216, 0.44), rgba(0, 124, 157, 0.5), rgba(223, 243, 246, 0.5), rgba(94, 201, 216, 0));
  background-size: 180% 100%;
  animation: ops-flow 7s linear infinite;
  pointer-events: none;
}
.ops-line::before,
.ops-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-light);
  transform: translateY(-50%);
  box-shadow: 0 0 28px rgba(94, 201, 216, 0.8);
}
.ops-line::before { left: 0; }
.ops-line::after { right: 0; background: var(--blue); }
.ops-item {
  position: relative;
  z-index: 1;
  min-height: 178px;
  margin: 96px 10px 0;
  padding: 58px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--ops-accent, var(--green-light));
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, var(--ops-glow, rgba(94, 201, 216, 0.16)), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: ops-float 6.5s ease-in-out infinite;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.ops-item.is-raised {
  margin-top: 0;
  margin-bottom: 96px;
}
.ops-item:hover { transform: translateY(-7px); border-color: rgba(255, 255, 255, 0.28); }
.ops-analyze { --ops-accent: #5ec9d8; --ops-glow: rgba(94, 201, 216, 0.18); }
.ops-organize { --ops-accent: #00a7c2; --ops-glow: rgba(0, 167, 194, 0.2); animation-delay: -1.4s; }
.ops-manage { --ops-accent: #e4f7fa; --ops-glow: rgba(223, 243, 246, 0.16); animation-delay: -2.8s; }
.ops-support { --ops-accent: #007c9d; --ops-glow: rgba(0, 124, 157, 0.24); animation-delay: -4.2s; }
.ops-dot {
  position: absolute;
  top: -19px;
  left: 20px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: var(--ops-accent, var(--green-light));
  box-shadow: 0 0 0 6px rgba(94, 201, 216, 0.08), 0 18px 36px rgba(0, 0, 0, 0.18);
  animation: ops-dot-pulse 2.8s ease-in-out infinite;
}
.ops-item.is-raised .ops-dot { background: var(--ops-accent, var(--blue)); }
.ops-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
}
.ops-item h3 { font-size: 1.28rem; }
.ops-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
}

@keyframes ops-flow {
  from { background-position: 0% 50%; }
  to { background-position: 180% 50%; }
}

@keyframes ops-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes ops-dot-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(94, 201, 216, 0.08), 0 18px 36px rgba(0, 0, 0, 0.18); }
  50% { box-shadow: 0 0 0 11px rgba(94, 201, 216, 0.06), 0 20px 42px rgba(0, 124, 157, 0.22); }
}
.services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(223, 243, 246, 0.9), transparent 28%),
    linear-gradient(180deg, var(--white), #f4fbfd);
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 124, 157, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(0, 124, 157, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}
.services .container { position: relative; z-index: 1; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.service-card {
  --service-accent: var(--green);
  --service-glow: rgba(0, 124, 157, 0.12);
  position: relative;
  grid-column: span 2;
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-top: 4px solid var(--service-accent);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, var(--service-glow), transparent 40%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(31, 41, 51, 0.07);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  animation: service-drift 7s ease-in-out infinite;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 16px;
  height: 2px;
  background: linear-gradient(90deg, var(--service-accent), transparent);
  opacity: 0.34;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: transform 0.24s ease, opacity 0.24s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 124, 157, 0.24);
  box-shadow: 0 26px 70px rgba(0, 124, 157, 0.14);
}
.service-card:hover::after { opacity: 0.8; transform: scaleX(1); }
.service-card.feature {
  grid-column: span 2;
  min-height: 310px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(145deg, var(--ink), var(--service-accent));
  box-shadow: 0 24px 70px rgba(31, 41, 51, 0.16);
}
.service-card p { color: var(--gray); }
.service-card.feature p { color: rgba(255, 255, 255, 0.82); }
.service-card.feature .service-icon {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.service-card.feature .service-icon::before { background: var(--white); }
.service-icon {
  transition: transform 0.24s ease, background 0.24s ease;
}
.service-card:hover .service-icon { transform: translateY(-4px) rotate(-3deg); }
.service-primary { --service-accent: #007c9d; --service-glow: rgba(0, 124, 157, 0.16); }
.service-logistics { --service-accent: #007c9d; --service-glow: rgba(0, 124, 157, 0.16); animation-delay: -1s; }
.service-rentri { --service-accent: #1f5f72; --service-glow: rgba(31, 95, 114, 0.18); animation-delay: -2s; }
.service-metal { --service-accent: #4b5f68; --service-glow: rgba(75, 85, 99, 0.12); animation-delay: -1.5s; }
.service-process { --service-accent: #5ec9d8; --service-glow: rgba(94, 201, 216, 0.15); animation-delay: -2.5s; }
.service-training { --service-accent: #00a7c2; --service-glow: rgba(0, 167, 194, 0.15); animation-delay: -3.5s; }
.service-lab { --service-accent: #007c9d; --service-glow: rgba(0, 124, 157, 0.14); animation-delay: -4.5s; }
.service-adr { --service-accent: #007c9d; --service-glow: rgba(0, 124, 157, 0.14); animation-delay: -5.5s; }
.service-support { --service-accent: #172a33; --service-glow: rgba(31, 41, 51, 0.1); animation-delay: -6.5s; }

@keyframes service-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}
.truck::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h11v9H3zM14 10h4l3 3v3h-7zM6 19a2 2 0 110-4 2 2 0 010 4zM18 19a2 2 0 110-4 2 2 0 010 4z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.bin::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h18v11H3zM7 7v11M11 7v11M15 7v11M19 7v11' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.metal::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16l4-9h10l-4 9zM3 20h18M8 16l-2 4M15 16l2 4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.map::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18l-6 3V6l6-3 6 3 6-3v15l-6 3zM9 3v15M15 6v15' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.training::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16v11H4zM8 21h8M12 16v5M8 9h8M8 12h5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.rentri::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3h9l3 3v15H6zM15 3v4h3M9 12h6M9 16h6M8 8h3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.lab::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3h6M10 3v6l-5 9a2 2 0 002 3h10a2 2 0 002-3l-5-9V3M8 15h8' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.adr::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10v16H7zM9 8h6M9 12h6M10 20l2-2 2 2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.support::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12l3 3 5-6M12 22a10 10 0 110-20 10 10 0 010 20z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }

.method {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(223, 243, 246, 0.86), rgba(247, 249, 248, 0.95)),
    var(--aqua);
}
.method::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 47%, rgba(0, 124, 157, 0.12) 47% 48%, transparent 48% 100%),
    linear-gradient(90deg, rgba(31, 41, 51, 0.035) 1px, transparent 1px);
  background-size: auto, 44px 44px;
  pointer-events: none;
}
.method .container { position: relative; z-index: 1; }
.method-board {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  align-items: stretch;
}
.method-focus {
  position: sticky;
  top: 96px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.25), transparent 35%),
    linear-gradient(145deg, #172a33, #155e75 58%, #007c9d);
  box-shadow: var(--shadow);
}
.method-kicker {
  width: max-content;
  margin-bottom: auto;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--aqua);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.method-focus strong {
  max-width: 420px;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.04;
}
.method-focus p { max-width: 440px; color: rgba(255, 255, 255, 0.78); }
.method-flow {
  display: grid;
  gap: 12px;
}
.method-step {
  --method-accent: var(--green);
  position: relative;
  display: grid;
  grid-template-columns: 54px 0.42fr 1fr;
  gap: 16px;
  align-items: center;
  min-height: 96px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 124, 157, 0.14);
  border-left: 5px solid var(--method-accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 44px rgba(31, 41, 51, 0.08);
  animation: method-slide 7s ease-in-out infinite;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.method-step:hover {
  transform: translateX(8px);
  box-shadow: 0 24px 64px rgba(0, 124, 157, 0.14);
}
.method-step h3 { margin: 0; }
.method-step p { margin: 0; color: var(--gray); }
.method-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--method-accent) 16%, white);
}
.method-icon::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--method-accent);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.method-request { --method-accent: #007c9d; }
.method-analysis { --method-accent: #007c9d; animation-delay: -1.2s; }
.method-solution { --method-accent: #5ec9d8; animation-delay: -2.4s; }
.method-action { --method-accent: #172a33; animation-delay: -3.6s; }
.method-care { --method-accent: #00a7c2; animation-delay: -4.8s; }
.method-request .method-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16v14H4zM7 9h10M7 13h7' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.method-analysis .method-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4a6 6 0 104.2 10.2L20 20M8 10h4M10 8v4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.method-solution .method-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l8 5-8 5-8-5zM4 13l8 5 8-5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.method-action .method-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12h18M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
.method-care .method-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s-7-4.4-7-10a4 4 0 017-2.6A4 4 0 0119 11c0 5.6-7 10-7 10z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }

@keyframes method-slide {
  0%, 100% { translate: 0 0; }
  50% { translate: 6px 0; }
}

.why {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 46%, rgba(94, 201, 216, 0.14), transparent 30%),
    linear-gradient(135deg, #102f31, #0b5e76 58%, #155e75);
}
.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.why .container { position: relative; z-index: 1; }
.why .section-heading p { color: rgba(255, 255, 255, 0.78); }
.why-radar {
  position: relative;
  min-height: 520px;
  margin-bottom: 10px;
}
.why-radar::before,
.why-radar::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(223, 243, 246, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: why-spin 26s linear infinite;
}
.why-radar::after {
  width: 255px;
  height: 255px;
  border-color: rgba(94, 201, 216, 0.22);
  animation-direction: reverse;
  animation-duration: 18s;
}
.why-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 280px;
  min-height: 180px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  text-align: center;
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(145deg, #172a33, #155e75 58%, #007c9d);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  animation: core-pulse 5.8s ease-in-out infinite;
}
.why-core span {
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.why-core strong {
  max-width: 220px;
  margin-top: 12px;
  font-size: 1.38rem;
  line-height: 1.14;
}
.why-reason {
  --reason-accent: var(--green-light);
  position: absolute;
  z-index: 3;
  width: min(305px, 31%);
  min-height: 132px;
  padding: 20px 20px 20px 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--reason-accent);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--reason-accent) 20%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  animation: why-float 7.4s ease-in-out infinite;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}
.why-reason:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.3);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--reason-accent) 30%, transparent), transparent 44%),
    rgba(255, 255, 255, 0.12);
}
.why-reason h3 { font-size: 1.08rem; }
.why-reason p { margin: 0; color: rgba(255, 255, 255, 0.78); }
.reason-mark {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--reason-accent);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--reason-accent) 12%, transparent);
}
.reason-complete { --reason-accent: #5ec9d8; top: 34px; left: 5%; }
.reason-rules { --reason-accent: #00a7c2; top: 34px; right: 5%; animation-delay: -1.4s; }
.reason-tailored { --reason-accent: #e4f7fa; bottom: 34px; left: 5%; animation-delay: -2.8s; }
.reason-continuity { --reason-accent: #007c9d; right: 5%; bottom: 34px; animation-delay: -4.2s; }

@keyframes why-spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes why-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

.partner {
  background:
    radial-gradient(circle at 0% 100%, rgba(0, 124, 157, 0.12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(0, 124, 157, 0.1), transparent 30%),
    var(--off);
}
.partner-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) 1.22fr;
  gap: 54px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 74px rgba(31, 41, 51, 0.1);
}
.partner-image-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(0deg, rgba(9, 68, 43, 0.88), rgba(9, 68, 43, 0.72)),
    url("assets/ecomax-hero-industrial.png") center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.partner-image-panel p {
  margin: 0 0 28px;
  color: rgba(223, 243, 246, 0.82);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.partner-image-panel strong {
  font-size: clamp(3.6rem, 7vw, 5.8rem);
  line-height: 0.82;
  letter-spacing: 0;
}
.partner-image-panel em {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-style: italic;
  line-height: 0.95;
}
.partner-image-panel span {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  font-weight: 800;
}
.partner-copy h2 {
  max-width: 790px;
  color: #5d6f78;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 1.08;
}
.partner-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}
.partner-pills span {
  padding: 12px 16px;
  border: 1px solid rgba(0, 124, 157, 0.16);
  border-radius: 999px;
  color: #155e75;
  background: rgba(247, 249, 248, 0.9);
  font-weight: 850;
}
.partner-action {
  display: flex;
  align-items: center;
  gap: 22px;
}
.partner-action .btn {
  min-width: max-content;
  border-radius: 999px;
  background: #007c9d;
}
.partner-action p {
  max-width: 360px;
  margin: 0;
  color: #657783;
  font-weight: 750;
}

.contact {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 124, 157, 0.16), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(0, 124, 157, 0.14), transparent 28%),
    linear-gradient(180deg, #f5fafb, #edf8fb);
}
.contact .section-heading .eyebrow { color: var(--green); }
.contact .section-heading p { color: #566b74; }
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 24px; align-items: stretch; }
.contact-card, .contact-form {
  padding: 30px;
  border: 1px solid rgba(0, 124, 157, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 62px rgba(31, 41, 51, 0.1);
}
.contact-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(223, 243, 246, 0.18), transparent 36%),
    linear-gradient(145deg, #16323c, #0b5e76 58%, #007c9d);
  box-shadow: 0 22px 62px rgba(31, 41, 51, 0.16);
}
.contact-form {
  border-color: rgba(0, 124, 157, 0.12);
  border-top: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.92);
  min-height: 100%;
}
.contact-card-head span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--aqua);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-card-head h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.contact-card-head p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}
.contact-list {
  display: grid;
  gap: 10px;
}
.contact-card p { margin: 0; }
.contact-list p {
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.contact-card strong { display: block; }
.contact-card a { color: var(--aqua); font-weight: 850; }
.contact-actions { display: grid; gap: 10px; margin-top: 0; padding-top: 0; }
.contact-actions .btn-secondary {
  color: var(--ink);
  background: var(--white);
}
.contact-actions .btn-mail {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.contact-form .btn-primary {
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 16px 34px rgba(0, 124, 157, 0.18);
}
.contact-mini {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 16px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
}
.contact-mini p {
  margin: 0;
}
.contact-mini strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
}
.contact-mini span {
  display: block;
  color: var(--gray);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: grid; gap: 7px; color: var(--ink); font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(31, 41, 51, 0.12);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  background: #f9fbfa;
  font: inherit;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(0, 124, 157, 0.14); border-color: var(--green); }
.full { grid-column: 1 / -1; }
.privacy { grid-template-columns: 20px 1fr; align-items: start; font-weight: 700; }
.privacy input { width: 18px; height: 18px; margin-top: 4px; }
.form-message { min-height: 24px; margin: 0; color: var(--green); font-weight: 850; }

.footer { padding: 60px 0 22px; color: rgba(255, 255, 255, 0.82); background: #123a46; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 30px; }
.footer h3 { color: var(--white); }
.footer a,
.footer span { display: block; color: rgba(255, 255, 255, 0.86); margin-bottom: 7px; }
.footer-brand { margin-bottom: 12px; color: var(--white); }
.footer-brand small { color: rgba(255, 255, 255, 0.7); }
.copyright { width: min(1180px, calc(100% - 40px)); margin: 42px auto 0; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.92rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  section { padding: 76px 0; }
  .site-header.menu-active {
    color: var(--ink);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .menu-toggle {
    display: grid;
    position: relative;
    z-index: 76;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 8px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    cursor: pointer;
  }
  .site-header.is-scrolled .menu-toggle,
  .site-header.menu-active .menu-toggle {
    border-color: rgba(31, 41, 51, 0.12);
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 10px 24px rgba(31, 41, 51, 0.1);
  }
  .site-header.menu-active .menu-toggle {
    opacity: 0;
    pointer-events: none;
  }
  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 75;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: min(348px, calc(100vw - 46px));
    min-height: 100dvh;
    gap: 8px;
    padding: max(14px, env(safe-area-inset-top)) 12px max(14px, env(safe-area-inset-bottom));
    color: var(--ink);
    border-left: 1px solid rgba(0, 124, 157, 0.12);
    border-radius: 0;
    background:
      radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.2), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f3fbfd 100%);
    box-shadow: -20px 0 54px rgba(10, 32, 38, 0.2);
    transform: translateX(100%);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav.is-open { transform: translateX(0); }
  .mobile-nav-top {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 6px 10px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
  }
  .mobile-nav-top span {
    color: var(--green);
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0.06em;
  }
  .mobile-nav-close {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    color: var(--gray);
    background: rgba(0, 124, 157, 0.08);
    font-size: 1.45rem;
    font-weight: 800;
  }
  .mobile-nav-label {
    display: block;
    margin: 2px 12px 4px;
    color: #667987;
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .nav a {
    min-height: 48px;
    padding: 0 12px;
    color: var(--ink);
    border-radius: 8px;
    font-size: 0.98rem;
    font-weight: 850;
  }
  .nav a:hover,
  .nav a.is-active,
  .site-header.is-scrolled .nav a:hover,
  .site-header.is-scrolled .nav a.is-active,
  .site-header.menu-active .nav a:hover,
  .site-header.menu-active .nav a.is-active {
    color: var(--blue);
    background: rgba(0, 124, 157, 0.09);
  }
  .nav-icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: rgba(0, 124, 157, 0.1);
  }
  .nav-icon::before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--green);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  .home::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11l9-8 9 8v9h-6v-6H9v6H3z' fill='black'/%3E%3C/svg%3E"); }
  .cert::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l3 3v17H6zM14 2v5h4M8 12h8M8 16h8' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .company::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 21V8l7-4v17M10 10h11v11M6 12h1M6 16h1M14 14h2M18 14h1M14 18h2M18 18h1' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .services-nav::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7h18v10H3zM7 7v10M11 7v10M15 7v10M19 7v10' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .method::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16M7 4v6M12 9v6M17 14v6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .partner-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12h8M9 8l-4 4 4 4M15 8l4 4-4 4' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .contact-icon::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5h16v14H4zM4 7l8 6 8-6' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E"); }
  .nav .nav-cta {
    min-height: 48px;
    margin: 12px 0 0;
    justify-content: center;
    color: var(--white);
    background: var(--green);
    text-align: center;
    box-shadow: none;
  }
  .mobile-nav-card {
    display: block;
    margin: auto 0 0;
    padding: 17px 16px 16px;
    border-radius: 8px;
    color: var(--white);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 40%),
      linear-gradient(135deg, #007c9d, #155e75);
    box-shadow: 0 16px 32px rgba(0, 124, 157, 0.16);
  }
  .mobile-nav-card p {
    margin: 0 0 4px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
  }
  .mobile-nav-card span {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.83rem;
    font-weight: 750;
  }
  .mobile-nav-card a {
    display: flex;
    min-height: 42px;
    justify-content: center;
    color: var(--blue);
    background: var(--white);
    font-size: 0.92rem;
    font-weight: 950;
  }
  .hero { min-height: 720px; }
  .quick-points { grid-template-columns: repeat(2, 1fr); }
  .about-layout, .split, .partner-card, .contact-grid { grid-template-columns: 1fr; }
  .partner-card { gap: 30px; }
  .partner-image-panel { min-height: 300px; }
  .about-system { min-height: 500px; }
  .operations-map {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    min-height: 0;
  }
  .ops-line { display: none; }
  .ops-item,
  .ops-item.is-raised {
    margin: 0;
    min-height: 168px;
  }
  .why-radar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
    gap: 14px;
  }
  .why-radar::before,
  .why-radar::after { display: none; }
  .why-core,
  .why-reason {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }
  .why-core {
    grid-column: 1 / -1;
    width: auto;
    min-height: 190px;
    border-radius: 8px;
  }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card,
  .service-card.feature {
    grid-column: auto;
    min-height: 260px;
  }
  .method-board { grid-template-columns: 1fr; }
  .method-focus {
    position: relative;
    top: auto;
    min-height: 300px;
  }
  .method-step { grid-template-columns: 50px 0.38fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header {
    top: 0;
    width: 100%;
    height: 76px;
    padding: 0 14px;
  }
  .site-header.is-scrolled,
  .site-header.menu-active {
    height: 70px;
  }
  .brand strong { font-size: 0.95rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 690px; padding-top: 116px; }
  .hero-content { margin-left: 14px; max-width: calc(100% - 28px); }
  h1 { font-size: clamp(3.15rem, 18vw, 5rem); }
  h2 { font-size: clamp(1.8rem, 10vw, 2.45rem); }
  .hero-actions { display: grid; }
  .quick-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .quick-points span {
    min-height: 0;
    padding: 12px 13px;
  }
  .quick-points em { margin-bottom: 4px; }
  .btn { width: 100%; }
  .carousel-btn { display: none; }
  .cert-track { grid-auto-columns: 86%; }
  .split { gap: 34px; }
  .about-copy { padding: 0; }
  .about-lead { padding: 15px 16px; font-size: 1rem !important; }
  .about-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-proof article {
    min-height: 0;
    padding: 14px 15px;
  }
  .about-proof strong { margin-bottom: 6px; }
  .about-system {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
    gap: 10px;
    padding: 16px;
  }
  .about-system::before,
  .about-system::after { display: none; }
  .system-core,
  .system-metrics {
    grid-column: 1 / -1;
  }
  .system-core,
  .system-card,
  .system-metrics {
    position: static;
    width: auto;
    transform: none;
  }
  .system-core {
    min-height: 168px;
    border-radius: 8px;
  }
  .system-core strong { max-width: 250px; }
  .system-card { min-height: 92px; padding: 12px; }
  .system-card strong { font-size: 0.96rem; }
  .system-card small { font-size: 0.78rem; }
  .system-metrics { grid-template-columns: 1fr; }
  .operations-map {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 18px;
  }
  .operations-map::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 19px;
    width: 2px;
    background: linear-gradient(var(--green-light), var(--blue));
  }
  .ops-item,
  .ops-item.is-raised {
    min-height: 0;
    padding: 18px 18px 18px 48px;
  }
  .ops-dot {
    top: 18px;
    left: -17px;
    width: 34px;
    height: 34px;
    border-width: 6px;
  }
  .why-radar { grid-template-columns: 1fr; }
  .why-core {
    min-height: 170px;
    padding: 24px;
  }
  .why-reason {
    min-height: 0;
    padding: 18px 18px 18px 56px;
  }
  .services-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .contact-card,
  .contact-form { padding: 22px; }
  .contact-card-head h3 { font-size: 1.55rem; }
  .service-card,
  .service-card.feature {
    min-height: 0;
    padding: 22px;
  }
  .method-focus {
    min-height: 260px;
    padding: 24px;
  }
  .method-step {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }
  .method-step p { grid-column: 2; }
  .method-step:hover { transform: none; }
  .partner-card {
    padding: 16px;
    gap: 24px;
  }
  .partner-image-panel {
    min-height: 300px;
    padding: 24px;
  }
  .partner-copy h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .partner-pills {
    gap: 8px;
    margin: 24px 0 22px;
  }
  .partner-pills span { padding: 10px 12px; }
  .partner-action {
    align-items: stretch;
    flex-direction: column;
  }
  .partner-action .btn { width: 100%; }
}

@media (max-width: 430px) {
  .mobile-progress {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 18;
    display: grid;
    grid-template-columns: minmax(72px, auto) 64px;
    gap: 9px;
    align-items: center;
    max-width: calc(100vw - 24px);
    padding: 9px 10px;
    border: 1px solid rgba(0, 124, 157, 0.16);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(23, 42, 51, 0.14);
    backdrop-filter: blur(14px);
    pointer-events: none;
  }
  .mobile-progress > span {
    overflow: hidden;
    font-family: var(--font-tech);
    font-size: 0.64rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .mobile-progress i {
    position: relative;
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(0, 124, 157, 0.14);
  }
  .mobile-progress b {
    display: block;
    width: 8%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--green), var(--green-light));
    transition: width 260ms ease;
  }

  body {
    background:
      radial-gradient(circle at 12% 4%, rgba(94, 201, 216, 0.2), transparent 25%),
      linear-gradient(180deg, #f7fcfd 0%, #eef8fa 48%, #f7faf9 100%);
  }

  section { padding: 62px 0; scroll-margin-top: 74px; }
  .container { width: min(100% - 24px, 1180px); }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-header {
    height: 66px;
    padding: 0 12px;
  }
  .site-header.is-scrolled,
  .site-header.menu-active { height: 62px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 0.88rem; }
  .brand small { font-size: 0.7rem; }
  .menu-toggle { width: 40px; height: 40px; }

  .hero {
    min-height: 0;
    padding: 92px 0 42px;
    border-bottom-right-radius: 34px;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(12, 48, 59, 0.38), rgba(5, 36, 46, 0.84)),
      linear-gradient(90deg, rgba(0, 124, 157, 0.44), rgba(21, 94, 117, 0.06));
  }
  .hero-content {
    margin-left: 12px;
    max-width: calc(100% - 24px);
  }
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  h2 { font-size: clamp(1.85rem, 8.2vw, 2.65rem); line-height: 1.05; }
  .hero .eyebrow {
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }
  .hero-subtitle { margin-top: 18px; font-size: 1.35rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions {
    display: grid;
    gap: 9px;
    margin: 22px 0;
  }
  .quick-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .quick-points span {
    min-height: 96px;
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
  }
  .quick-points span:nth-child(1),
  .quick-points span:nth-child(4) {
    background: rgba(0, 124, 157, 0.26);
  }
  .quick-points em { font-size: 0.62rem; }

  .section-heading {
    margin-bottom: 26px;
    text-align: left;
  }
  .section-heading p {
    font-size: 0.98rem;
  }

  .certifications {
    color: var(--white);
    background:
      radial-gradient(circle at 88% 10%, rgba(94, 201, 216, 0.22), transparent 30%),
      linear-gradient(145deg, #12313c, #155e75 58%, #007c9d);
  }
  .certifications .section-heading .eyebrow { color: #b9f2f8; }
  .certifications .section-heading h2 { color: var(--white); }
  .certifications .section-heading p { color: rgba(255, 255, 255, 0.78); }
  .cert-track { grid-auto-columns: 78%; gap: 10px; }
  .cert-card {
    min-height: 260px;
    padding: 18px;
    border-color: rgba(255, 255, 255, 0.16);
    color: var(--white);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.16), transparent 38%),
      rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
  }
  .cert-card h3 { color: var(--white); }
  .cert-card p { color: rgba(255, 255, 255, 0.72); }
  .cert-card .icon { background: rgba(255, 255, 255, 0.14); }
  .cert-card .icon::before { background: var(--white); }
  .doc-slot {
    min-height: 64px;
    border-color: rgba(255, 255, 255, 0.28);
    color: #d9f8fb;
    background: rgba(255, 255, 255, 0.08);
  }
  .carousel-btn { display: none; }

  .about {
    background:
      linear-gradient(180deg, #ffffff 0%, #f2fbfd 100%);
    background-size: auto;
  }
  .about .eyebrow { color: var(--green); }
  .about h2 { color: var(--ink); }
  .about-copy p { color: #48616b; }
  .about::before { height: 0; }
  .about-copy {
    padding: 0;
  }
  .about-lead {
    border: 0;
    border-radius: 8px 28px 8px 28px;
    color: var(--white) !important;
    background: linear-gradient(145deg, var(--ink), var(--blue));
    box-shadow: 0 22px 54px rgba(21, 94, 117, 0.16);
  }
  .about-proof {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(21, 94, 117, 0.1);
  }
  .about-proof article {
    min-height: 0;
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    color: var(--ink);
  }
  .about-proof article:not(:last-child) {
    border-bottom: 1px solid rgba(0, 124, 157, 0.12);
  }
  .about-proof strong {
    margin: 0;
    color: var(--green);
    font-size: 0.68rem;
  }
  .about-proof span {
    color: #344b55;
    font-size: 0.88rem;
  }
  .about-system {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 30px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(228, 247, 250, 0.76));
    box-shadow: 0 24px 62px rgba(21, 94, 117, 0.12);
  }
  .about-system::before,
  .about-system::after,
  .system-core { display: none; }
  .about-visual {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border-radius: 30px 30px 6px 6px;
    color: var(--white);
    background:
      linear-gradient(180deg, rgba(8, 39, 48, 0.18), rgba(8, 39, 48, 0.9)),
      url("assets/ecomax-hero-industrial.png") center / cover no-repeat;
  }
  .about-visual span {
    width: fit-content;
    margin-bottom: 14px;
    padding: 8px 10px;
    border-radius: 999px;
    color: #c8f7fb;
    background: rgba(255, 255, 255, 0.12);
    font-family: var(--font-tech);
    font-size: 0.68rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .about-visual strong {
    max-width: 285px;
    font-family: var(--font-display);
    font-size: 1.68rem;
    line-height: 1.05;
  }
  .system-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 11px;
    align-items: center;
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
  }
  .system-card::before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    box-shadow: 0 12px 28px rgba(0, 124, 157, 0.18);
  }
  .system-card small { grid-column: 2; margin-top: -5px; }
  .system-metrics {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
  }
  .system-metrics span {
    border-radius: 0;
    background: #102f3a;
  }

  .what {
    background:
      radial-gradient(circle at 0% 0%, rgba(94, 201, 216, 0.2), transparent 28%),
      linear-gradient(180deg, #081f29 0%, #0f5368 100%);
  }
  .operations-map {
    position: relative;
    display: grid;
    gap: 0;
    min-height: 0;
    padding-left: 12px;
  }
  .operations-map::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, var(--green-light), rgba(255, 255, 255, 0.2), var(--green));
  }
  .ops-item,
  .ops-item.is-raised {
    margin: 0;
    padding: 18px 0 18px 58px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
  }
  .ops-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .ops-dot {
    top: 20px;
    left: 0;
    width: 29px;
    height: 29px;
    border-width: 5px;
  }
  .ops-item h3 {
    margin-bottom: 6px;
    font-size: 1.22rem;
  }
  .ops-item p { font-size: 0.88rem; }

  .services {
    background:
      radial-gradient(circle at 92% 0%, rgba(94, 201, 216, 0.26), transparent 32%),
      linear-gradient(180deg, #f8fdfe 0%, #ffffff 100%);
  }
  .services .section-heading h2,
  .services .section-heading p { color: var(--ink); }
  .services::before { display: none; }
  .services-grid {
    display: block;
    border-top: 1px solid rgba(0, 124, 157, 0.16);
  }
  .service-card,
  .service-card.feature {
    min-height: 0;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 0 14px;
    align-items: start;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
  }
  .service-card::before {
    content: attr(data-service);
    grid-column: 2;
    width: fit-content;
    margin-bottom: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--service-accent);
    background: rgba(0, 124, 157, 0.08);
    font-family: var(--font-tech);
    font-size: 0.62rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .service-card.feature {
    margin: 0 0 12px;
    padding: 20px;
    border: 0;
    border-radius: 28px 8px 28px 8px;
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.22), transparent 36%),
      linear-gradient(145deg, #102f3a, #007c9d);
    box-shadow: 0 22px 58px rgba(21, 94, 117, 0.18);
  }
  .service-card.feature::before {
    color: #d9fbff;
    background: rgba(255, 255, 255, 0.14);
  }
  .service-card::after { display: none; }
  .service-card h3 {
    grid-column: 2;
    font-size: 1.1rem;
  }
  .service-card p {
    grid-column: 2;
    margin-top: 4px;
    font-size: 0.88rem;
  }
  .icon,
  .service-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }
  .service-icon {
    grid-row: span 3;
    border-radius: 50%;
  }

  .method {
    background:
      linear-gradient(180deg, #e4f7fa 0%, #f8fcfd 100%);
  }
  .method .section-heading h2 { color: var(--ink); }
  .method .section-heading p { color: #48616b; }
  .method::before { display: none; }
  .method-board { gap: 12px; }
  .method-focus {
    min-height: 0;
    padding: 22px;
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(8, 39, 48, 0.2), rgba(8, 39, 48, 0.9)),
      url("assets/ecomax-hero-industrial.png") 62% center / cover no-repeat;
  }
  .method-focus strong { font-size: 1.45rem; }
  .method-step {
    min-height: 0;
    grid-template-columns: 42px 1fr;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: none;
  }
  .method-step p {
    grid-column: 2;
    font-size: 0.88rem;
  }

  .why {
    background:
      radial-gradient(circle at 80% 0%, rgba(94, 201, 216, 0.22), transparent 30%),
      linear-gradient(145deg, #102f3a, #155e75);
  }
  .why-radar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: 0;
  }
  .why-core {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 150px;
    border-radius: 28px 8px 28px 8px;
  }
  .why-core strong { font-size: 1.12rem; }
  .why-reason {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
    border-radius: 18px;
    animation: none;
  }
  .reason-mark {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 12px;
  }
  .why-reason h3 { font-size: 1rem; }
  .why-reason p { font-size: 0.88rem; }

  .partner {
    background:
      radial-gradient(circle at 8% 0%, rgba(94, 201, 216, 0.22), transparent 30%),
      #f5fafb;
  }
  .partner .eyebrow { color: var(--green); }
  .partner-card {
    padding: 10px;
    border-radius: 30px;
  }
  .partner-image-panel {
    min-height: 235px;
    padding: 20px;
    border-radius: 24px;
  }
  .partner-image-panel strong { font-size: 3.2rem; }
  .partner-image-panel em { font-size: 2.9rem; }
  .partner-copy {
    padding: 4px 4px 10px;
  }
  .partner-copy h2 {
    font-size: 1.78rem;
    line-height: 1.08;
  }
  .partner-pills span {
    background: #eef8f9;
  }

  .contact {
    background:
      linear-gradient(180deg, #f7fcfd 0%, #dff3f6 100%);
  }
  .contact-grid { gap: 14px; }
  .contact-card,
  .contact-form {
    padding: 18px;
    border-radius: 8px 28px 8px 28px;
  }
  .contact-card {
    background:
      radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.18), transparent 36%),
      linear-gradient(145deg, #102f3a, #155e75);
  }
  .contact-form {
    background: rgba(255, 255, 255, 0.86);
  }
  .contact-list p { padding: 11px 12px; }
  .contact-actions { gap: 8px; }
  input, select, textarea {
    padding: 12px 4px;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.28);
    border-radius: 0;
    background: transparent;
  }
  input:focus,
  select:focus,
  textarea:focus {
    background: rgba(228, 247, 250, 0.38);
  }

  .footer { padding-top: 42px; }
}

@media (max-width: 680px) {
  body {
    color: var(--ink);
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      #f7fbfc;
    background-size: 32px 32px, 32px 32px, auto;
  }

  section { padding: 72px 0; }
  .container { width: min(100% - 28px, var(--max)); }

  .site-header {
    height: 82px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(23, 42, 51, 0.08);
    backdrop-filter: blur(12px);
  }

  .site-header.is-scrolled,
  .site-header.menu-active { height: 76px; }

  .mobile-progress {
    right: 14px;
    bottom: 14px;
    z-index: 48;
    grid-template-columns: auto 72px;
    min-width: 162px;
    border-radius: 18px;
  }

  .hero {
    min-height: 0;
    align-items: start;
    padding: 116px 0 326px;
    color: var(--ink);
    border-radius: 0;
    background:
      radial-gradient(circle at 78% 8%, rgba(94, 201, 216, 0.18), transparent 28%),
      linear-gradient(rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      #fbfdfe;
    background-size: auto, 34px 34px, 34px 34px, auto;
  }

  .hero-media {
    inset: auto 14px 34px;
    width: auto;
    height: 254px;
    border-radius: 34px;
    opacity: 0.9;
    transform: none;
    box-shadow: 0 20px 54px rgba(23, 42, 51, 0.18);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 253, 254, 0) 0%, rgba(251, 253, 254, 0) 54%, rgba(0, 124, 157, 0.2) 100%);
  }

  .hero-content {
    width: min(var(--max), calc(100% - 28px));
    max-width: none;
    margin: 0 auto;
  }

  .hero .eyebrow,
  .eyebrow {
    width: fit-content;
    margin-bottom: 20px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: var(--green);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(23, 42, 51, 0.08);
    font-size: 11px;
  }

  h1 {
    max-width: calc(100% - 14px);
    margin-left: 14px;
    color: var(--ink);
    font-size: clamp(42px, 12.2vw, 52px);
    line-height: 0.96;
  }

  h2 {
    font-size: 38px;
    line-height: 1.03;
  }

  .hero-subtitle {
    color: var(--blue);
    font-size: 24px;
    line-height: 1.14;
  }

  .hero-copy {
    color: #4b646d;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions,
  .contact-actions { display: grid; }

  .btn { width: 100%; }
  .quick-points { display: none; }

  .certifications {
    color: var(--white);
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(155deg, #102f3a, #0b5e76);
    background-size: 34px 34px, 34px 34px, auto;
  }

  .certifications h2,
  .certifications .section-heading p { color: var(--white); }

  .certifications .section-heading p { opacity: 0.74; }

  .cert-track {
    grid-auto-columns: minmax(255px, 86vw);
    gap: 14px;
  }

  .cert-card {
    border: 0;
    color: var(--ink);
    background: #fbfdfe;
    box-shadow: 0 18px 42px rgba(4, 34, 44, 0.16);
  }

  .cert-card h3 { color: var(--ink); }
  .cert-card p { color: #4b646d; }
  .cert-card .icon { background: rgba(0, 124, 157, 0.12); }
  .cert-card .icon::before { background: var(--green); }

  .about { background: #fbfdfe; }

  .about-layout {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .about-system {
    order: -1;
    width: calc(100% + 28px);
    margin-left: -14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .about-visual {
    min-height: 390px;
    border-radius: 0 0 38px 38px;
    box-shadow: none;
  }

  .system-card,
  .system-metrics {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .system-card {
    background: rgba(255, 255, 255, 0.92);
  }

  .what {
    color: var(--ink);
    background:
      radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.24), transparent 32%),
      linear-gradient(180deg, #edf8fa 0%, #f7fbfc 100%);
  }

  .what .section-heading h2 { color: var(--ink); }
  .what .section-heading p { color: #4b646d; }

  .operations-map {
    gap: 0;
    padding-left: 0;
  }

  .operations-map::before {
    top: 0;
    bottom: 0;
    left: 45px;
    width: 2px;
    background: rgba(0, 124, 157, 0.22);
  }

  .ops-item,
  .ops-item.is-raised {
    min-height: 190px;
    padding: 24px 0 28px 112px;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.13);
    color: var(--ink);
    background: transparent;
    box-shadow: none;
  }

  .ops-dot {
    top: 32px;
    left: 8px;
    width: 74px;
    height: 74px;
    border: 0;
    background: rgba(0, 124, 157, 0.12);
    box-shadow: none;
  }

  .ops-dot::after {
    width: 18px;
    height: 18px;
    background: var(--green);
  }

  .ops-item h3 {
    color: var(--ink);
    font-size: 1.34rem;
  }

  .ops-item p {
    color: #4b646d;
    font-size: 0.96rem;
  }

  .ops-item.is-active-step {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.12);
    transform: translateX(4px);
  }

  .ops-item.is-active-step .ops-dot {
    background: var(--green);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.24);
    transform: scale(1.06);
  }

  .ops-item.is-active-step .ops-dot::after { background: var(--white); }
  .ops-item.is-active-step h3 { color: var(--green); transform: translateX(5px); }

  .services { background: #fbfdfe; }
  .services { overflow: hidden; }

  .services .container { width: 100%; }

  .services .section-heading {
    width: calc(100% - 28px);
    margin-right: auto;
    margin-left: auto;
  }

  .services-grid {
    width: 100vw;
    max-width: 100vw;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(292px, 86vw);
    gap: 14px;
    overflow-x: auto;
    padding: 4px 14px 30px;
    border: 0;
    scroll-padding-left: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .services-grid::-webkit-scrollbar { display: none; }

  .service-card,
  .service-card.feature {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-top: 5px solid var(--service-accent);
    border-radius: 24px;
    background:
      radial-gradient(circle at 100% 0%, var(--service-glow), transparent 42%),
      #ffffff;
    box-shadow: 0 18px 44px rgba(23, 42, 51, 0.08);
    color: var(--ink);
    scroll-snap-align: start;
  }

  .service-card.feature {
    color: var(--white);
    background:
      radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.2), transparent 40%),
      linear-gradient(145deg, #102f3a, var(--service-accent));
  }

  .service-card::before {
    grid-column: auto;
    margin-bottom: 16px;
  }

  .service-card h3,
  .service-card p {
    grid-column: auto;
  }

  .service-icon {
    grid-row: auto;
    border-radius: 16px;
  }

  .method {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #eaf7fa 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .method-board {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .method-focus {
    min-height: 340px;
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .method-flow { gap: 0; }

  .method-step {
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 124, 157, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .why {
    color: var(--ink);
    background: linear-gradient(180deg, #eef8fa 0%, #e1f0f3 100%);
  }

  .why .section-heading h2 { color: var(--ink); }

  .why-radar {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-core {
    min-height: 340px;
    padding: 28px;
    align-items: flex-start;
    justify-content: flex-end;
    border-radius: 32px 8px 32px 8px;
    color: var(--white);
    background:
      linear-gradient(180deg, rgba(0, 124, 157, 0.05), rgba(6, 45, 57, 0.88)),
      url("assets/ecomax-hero-industrial.png") 72% center / cover no-repeat;
  }

  .why-core strong {
    max-width: 250px;
    font-size: 1.85rem;
  }

  .why-reason {
    padding: 24px 22px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-radius: 20px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: none;
  }

  .why-reason p { color: #4b646d; }

  .why-reason.is-active-step {
    color: var(--white);
    background: var(--green);
    box-shadow: 0 18px 42px rgba(0, 124, 157, 0.2);
    transform: translateX(4px);
  }

  .why-reason.is-active-step h3,
  .why-reason.is-active-step p { color: var(--white); }

  .partner .container { width: 100%; }

  .partner-card {
    border: 0;
    border-radius: 30px;
    padding: 10px;
    background: #ffffff;
    box-shadow: none;
  }

  .partner-image-panel {
    min-height: 240px;
    border-radius: 24px;
  }

  .partner-copy { padding: 24px 8px 8px; }

  .partner-copy h2 {
    color: #4f6670;
    font-size: 22px;
    line-height: 1.24;
  }

  .partner-pills {
    flex-wrap: nowrap;
    gap: 8px;
    max-width: calc(100vw - 28px);
    overflow-x: auto;
  }

  .partner-pills span { white-space: nowrap; }

  .contact {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #e4f7fa 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .contact-grid { grid-template-columns: 1fr; }

  .contact-card {
    padding: 28px;
    border-radius: 32px 8px 32px 8px;
  }

  .contact-form {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  main > section:not(.is-current-mobile) .section-heading {
    opacity: 0.72;
    transition: opacity 360ms ease;
  }

  main > section.is-current-mobile .section-heading { opacity: 1; }
}

@media (max-width: 680px) {
  :root {
    --mobile-gutter: 16px;
    --mobile-copy: #47616b;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  p,
  a,
  span,
  strong,
  small,
  label,
  button {
    overflow-wrap: break-word;
    hyphens: manual;
  }

  .container,
  .hero-content,
  .section-heading,
  .contact .container,
  .method .container,
  .what .container,
  .certifications .container {
    width: calc(100% - (var(--mobile-gutter) * 2));
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }

  .services .container,
  .partner .container {
    width: 100%;
    max-width: none;
  }

  .services .section-heading,
  .partner-copy,
  .partner-action,
  .partner-pills {
    width: calc(100% - (var(--mobile-gutter) * 2));
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    width: 100%;
    max-width: 330px;
    margin-left: 0;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 0.98;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.88rem, 8.8vw, 2.18rem);
    line-height: 1.04;
  }

  h3 {
    font-size: clamp(1.05rem, 5.4vw, 1.28rem);
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .about h2,
  .what h2,
  .why h2 {
    font-size: clamp(1.78rem, 8.2vw, 2.05rem);
    line-height: 1.06;
  }

  .section-heading p,
  .hero-copy,
  .about-copy p,
  .what .section-heading p,
  .method .section-heading p,
  .contact .section-heading p {
    max-width: 100%;
    color: var(--mobile-copy);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 292px;
  }

  .hero-subtitle {
    max-width: 335px;
    font-size: clamp(1.28rem, 6.4vw, 1.52rem);
    line-height: 1.14;
  }

  .hero-actions {
    max-width: 100%;
  }

  .hero-media {
    right: var(--mobile-gutter);
    left: var(--mobile-gutter);
    height: 236px;
  }

  .eyebrow,
  .hero .eyebrow {
    max-width: 100%;
    padding: 9px 12px;
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .cert-track {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(var(--mobile-gutter) * -1);
    padding-right: var(--mobile-gutter);
    padding-left: var(--mobile-gutter);
  }

  .cert-card {
    min-height: 284px;
  }

  .about-system {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(var(--mobile-gutter) * -0.5);
  }

  .about-visual {
    min-height: 340px;
  }

  .about-visual strong {
    max-width: 300px;
    font-size: clamp(1.32rem, 6.6vw, 1.62rem);
    line-height: 1.08;
  }

  .system-card,
  .system-metrics {
    width: calc(100% - (var(--mobile-gutter) * 2));
  }

  .system-card {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 14px 16px;
  }

  .system-card strong,
  .system-card small {
    min-width: 0;
  }

  .system-metrics span {
    min-width: 0;
    padding: 12px;
    font-size: 0.78rem;
  }

  .system-metrics strong {
    font-size: 1.35rem;
  }

  .about-lead {
    padding: 18px;
    font-size: 1rem !important;
    line-height: 1.44;
  }

  .about-proof article {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 13px 14px;
  }

  .about-proof span {
    min-width: 0;
  }

  .operations-map::before {
    left: 36px;
  }

  .ops-item,
  .ops-item.is-raised {
    min-height: 172px;
    padding: 22px 0 24px 94px;
  }

  .ops-dot {
    left: 0;
    width: 72px;
    height: 72px;
  }

  .ops-item h3,
  .ops-item p {
    max-width: 100%;
  }

  .services-grid {
    grid-auto-columns: minmax(276px, calc(100vw - 54px));
    padding-right: var(--mobile-gutter);
    padding-left: var(--mobile-gutter);
  }

  .service-card,
  .service-card.feature {
    min-height: 340px;
    padding: 22px;
  }

  .service-card h3 {
    font-size: 1.15rem;
    line-height: 1.12;
  }

  .service-card p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .method-focus {
    min-height: 315px;
    padding: 24px;
  }

  .method-focus strong {
    max-width: 100%;
    font-size: clamp(1.45rem, 7.8vw, 1.85rem);
  }

  .method-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .method-step p {
    min-width: 0;
  }

  .why-core {
    width: 100%;
    min-height: 310px;
    padding: 24px;
  }

  .why-core strong {
    max-width: 260px;
    font-size: clamp(1.42rem, 7.6vw, 1.8rem);
  }

  .why-reason {
    padding: 20px;
  }

  .partner-card {
    display: block;
    width: calc(100% - (var(--mobile-gutter) * 2));
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    overflow: hidden;
  }

  .partner-image-panel {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
  }

  .partner-image-panel p,
  .partner-image-panel strong,
  .partner-image-panel em,
  .partner-image-panel span {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .partner-image-panel strong {
    font-size: clamp(2.18rem, 10.5vw, 2.72rem);
    line-height: 0.9;
  }

  .partner-image-panel em {
    font-size: clamp(2.05rem, 10vw, 2.48rem);
  }

  .partner-copy h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.28rem, 6.2vw, 1.55rem);
  }

  .partner-copy,
  .partner-action {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .partner-action .btn {
    min-width: 0;
    width: 100%;
  }

  .partner-action p {
    width: 100%;
    max-width: 100%;
  }

  .contact-card,
  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-list p,
  .contact-mini,
  input,
  select,
  textarea {
    min-width: 0;
  }
}

@media (max-width: 680px) {
  body {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #fbfdfe 0%, #eef8fa 48%, #f8fcfd 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .hero,
  .services,
  .partner {
    background:
      radial-gradient(circle at 88% 0%, rgba(94, 201, 216, 0.16), transparent 30%),
      #fbfdfe;
  }

  .about,
  .method,
  .contact {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #eef8fa 0%, #f8fcfd 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .what,
  .certifications {
    background:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.22), transparent 32%),
      linear-gradient(155deg, #0d2d38 0%, #0b5e76 100%);
    background-size: 32px 32px, 32px 32px, auto, auto;
  }

  .what .section-heading h2,
  .what .section-heading p {
    color: #ffffff;
  }

  .certifications .section-heading .eyebrow {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-height: 0;
    align-items: center;
    margin-bottom: 18px;
    padding: 9px 12px;
    color: #0d5f76;
    background: #dff7fb;
    box-shadow: none;
    line-height: 1.15;
  }

  .certifications h2 {
    color: #ffffff;
  }

  .certifications .section-heading p {
    color: rgba(255, 255, 255, 0.84);
    opacity: 1;
  }

  .cert-track {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 8px 4px 30px;
    grid-auto-columns: minmax(258px, 80vw);
    gap: 14px;
  }

  .cert-card {
    border-radius: 24px;
  }

  .about-layout {
    gap: 30px;
  }

  .about-system {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(21, 94, 117, 0.1);
    overflow: hidden;
  }

  .about-visual {
    min-height: 318px;
    border-radius: 30px 30px 8px 8px;
    padding: 22px;
  }

  .about-visual span {
    color: #0d5f76;
    background: rgba(223, 247, 251, 0.92);
  }

  .about-visual strong {
    max-width: 292px;
    font-family: var(--font-display);
    font-size: clamp(1.28rem, 6.3vw, 1.55rem);
    line-height: 1.08;
  }

  .system-card,
  .system-metrics {
    width: 100%;
    margin: 0;
  }

  .system-card {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(0, 124, 157, 0.1);
    background: #ffffff;
  }

  .system-metrics {
    border-radius: 0;
  }

  .about h2,
  .about .about-lead,
  .about-proof {
    margin-right: auto;
    margin-left: auto;
  }

  .about-lead {
    border-radius: 24px 8px 24px 8px;
    background: linear-gradient(145deg, #0d2d38, #0b6f88);
  }

  .about-proof {
    border-radius: 22px;
    background: #ffffff;
  }

  .what .eyebrow,
  .what h2,
  .what .section-heading p {
    color: #ffffff;
  }

  .what .eyebrow {
    color: #0d5f76;
    background: #dff7fb;
  }

  .operations-map::before {
    background: rgba(223, 247, 251, 0.34);
  }

  .ops-item,
  .ops-item.is-raised {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .ops-item h3 {
    color: #ffffff;
  }

  .ops-item p {
    color: rgba(255, 255, 255, 0.78);
  }

  .ops-dot {
    background: rgba(223, 247, 251, 0.16);
  }

  .ops-dot::after {
    background: #dff7fb;
  }

  .ops-item.is-active-step {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  }

  .ops-item.is-active-step h3 {
    color: #dff7fb;
  }

  .method-focus {
    min-height: 292px;
    border-radius: 30px 8px 30px 8px;
    background:
      linear-gradient(180deg, rgba(9, 45, 57, 0.18), rgba(9, 45, 57, 0.9)),
      url("assets/ecomax-hero-industrial.png") 62% center / cover no-repeat;
  }

  .method-flow {
    padding: 6px 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 38px rgba(21, 94, 117, 0.08);
  }

  .method-step {
    padding: 18px 16px;
  }

  .method-step:last-child {
    border-bottom: 0;
  }

  .partner {
    background:
      radial-gradient(circle at 12% 0%, rgba(94, 201, 216, 0.2), transparent 32%),
      #fbfdfe;
  }

  .partner .container.partner-card,
  .partner-card {
    width: calc(100% - (var(--mobile-gutter) * 2));
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(21, 94, 117, 0.1);
  }

  .partner-image-panel {
    min-height: 220px;
    padding: 22px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(9, 45, 57, 0.12), rgba(9, 45, 57, 0.88)),
      url("assets/ecomax-hero-industrial.png") center / cover no-repeat;
  }

  .partner-image-panel p {
    color: #c9f6fb;
  }

  .partner-image-panel strong {
    font-size: clamp(2.05rem, 10vw, 2.52rem);
  }

  .partner-copy {
    padding: 22px 12px 10px;
  }

  .partner-copy .eyebrow {
    color: #0d5f76;
    background: #dff7fb;
  }

  .partner-copy h2 {
    color: #243b44;
  }

  .partner-pills {
    padding-bottom: 4px;
  }

  .partner-pills span {
    border-color: rgba(0, 124, 157, 0.14);
    color: #0d5f76;
    background: #eefafe;
  }

  .partner-action {
    margin-top: 18px;
  }

  .contact-card {
    background:
      radial-gradient(circle at 100% 0%, rgba(223, 247, 251, 0.18), transparent 36%),
      linear-gradient(145deg, #0d2d38, #0b6f88);
  }

  @keyframes mobile-image-breathe {
    0%, 100% { background-position: center center; filter: saturate(0.98) contrast(1); }
    50% { background-position: 52% center; filter: saturate(1.08) contrast(1.04); }
  }

  @keyframes mobile-soft-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -6px, 0); }
  }

  @keyframes mobile-line-flow {
    from { background-position: 0% 50%; }
    to { background-position: 180% 50%; }
  }

  @keyframes mobile-cta-shine {
    0% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
    18% { opacity: 0.5; }
    42% { opacity: 0; }
    100% { transform: translateX(130%) skewX(-18deg); opacity: 0; }
  }

  @keyframes mobile-progress-pulse {
    0%, 100% { box-shadow: 0 14px 34px rgba(23, 42, 51, 0.14); }
    50% { box-shadow: 0 18px 42px rgba(0, 124, 157, 0.2); }
  }

  .hero-media,
  .about-visual,
  .method-focus,
  .why-core,
  .partner-image-panel {
    animation: mobile-image-breathe 11s ease-in-out infinite;
  }

  .hero-media {
    transform: translateY(calc(var(--scroll-factor, 0) * -10px));
    transition: transform 220ms ease;
  }

  .btn {
    position: relative;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
  }

  .btn::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -40%;
    width: 44%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    animation: mobile-cta-shine 5.8s ease-in-out infinite;
    pointer-events: none;
  }

  .btn:active {
    transform: scale(0.98);
  }

  .mobile-progress {
    animation: mobile-progress-pulse 4.8s ease-in-out infinite;
  }

  .mobile-progress b {
    background-size: 180% 100%;
    animation: mobile-line-flow 3.6s linear infinite;
  }

  .cert-track,
  .services-grid,
  .partner-pills {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .cert-track::after,
  .services-grid::after {
    content: "";
    width: 1px;
  }

  .cert-card,
  .service-card,
  .method-step,
  .why-reason,
  .system-card,
  .contact-list p {
    transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, border-color 260ms ease;
    will-change: transform;
  }

  .cert-card.is-motion-active,
  .service-card.is-motion-active,
  .method-step.is-motion-active,
  .why-reason.is-motion-active,
  .system-card.is-motion-active,
  .contact-list p.is-motion-active {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0, 124, 157, 0.14);
  }

  .service-card.is-motion-active {
    border-color: rgba(0, 124, 157, 0.24);
  }

  .method-step.is-motion-active {
    background: rgba(255, 255, 255, 0.86);
  }

  .why-reason.is-motion-active:not(.is-active-step) {
    background: rgba(255, 255, 255, 0.78);
  }

  .operations-map::before {
    background: linear-gradient(180deg, rgba(223, 247, 251, 0.1), rgba(223, 247, 251, 0.85), rgba(223, 247, 251, 0.1));
    background-size: 100% 180%;
    animation: mobile-line-flow 6s linear infinite;
  }

  .ops-dot,
  .method-icon,
  .reason-mark,
  .service-icon {
    transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
  }

  .ops-item.is-active-step .ops-dot,
  .method-step.is-motion-active .method-icon,
  .why-reason.is-active-step .reason-mark,
  .service-card.is-motion-active .service-icon {
    transform: scale(1.08) rotate(-3deg);
  }

  .about-system,
  .partner-card,
  .contact-card {
    animation: mobile-soft-float 8s ease-in-out infinite;
  }

  .partner-card {
    animation-delay: -2.2s;
  }

  .contact-card {
    animation-delay: -4.1s;
  }

  main > section.is-current-mobile {
    filter: saturate(1.04);
  }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
  .hero-media,
  .about-visual,
  .method-focus,
  .why-core,
  .partner-image-panel,
  .about-system,
  .partner-card,
  .contact-card,
  .mobile-progress,
  .mobile-progress b,
  .operations-map::before,
  .btn::after {
    animation: none !important;
  }

  .hero-media,
  .cert-card,
  .service-card,
  .method-step,
  .why-reason,
  .system-card,
  .contact-list p {
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 680px) {
  main > section {
    position: relative;
    isolation: isolate;
  }

  main > section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
  }

  .hero {
    background:
      radial-gradient(circle at 86% 8%, rgba(94, 201, 216, 0.22), transparent 26%),
      linear-gradient(rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.045) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #f1fbfd 100%);
    background-size: auto, 32px 32px, 32px 32px, auto;
  }

  .certifications {
    background:
      radial-gradient(circle at 88% 0%, rgba(94, 201, 216, 0.24), transparent 30%),
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(160deg, #082731 0%, #0e5367 58%, #007c9d 100%);
    background-size: auto, 32px 32px, 32px 32px, auto;
  }

  .about {
    background:
      radial-gradient(circle at 0% 12%, rgba(94, 201, 216, 0.22), transparent 28%),
      linear-gradient(180deg, #eaf8fb 0%, #fbfdfe 72%);
  }

  .what {
    background:
      radial-gradient(circle at 100% 0%, rgba(223, 247, 251, 0.18), transparent 32%),
      linear-gradient(rgba(255, 255, 255, 0.042) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.042) 1px, transparent 1px),
      linear-gradient(155deg, #0b3440 0%, #0a6f86 100%);
    background-size: auto, 32px 32px, 32px 32px, auto;
  }

  .services {
    background:
      radial-gradient(circle at 12% 0%, rgba(0, 124, 157, 0.12), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f5fcfd 100%);
  }

  .method {
    background:
      linear-gradient(rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(180deg, #dff3f6 0%, #f8fdfe 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .why {
    background:
      radial-gradient(circle at 14% 0%, rgba(94, 201, 216, 0.18), transparent 30%),
      linear-gradient(160deg, #102f3a 0%, #155e75 100%);
    color: #ffffff;
  }

  .why .eyebrow {
    color: #0d5f76;
    background: #dff7fb;
  }

  .why .section-heading h2 {
    color: #ffffff;
  }

  .why-reason {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.1);
  }

  .why-reason p {
    color: rgba(255, 255, 255, 0.76);
  }

  .why-reason.is-motion-active:not(.is-active-step) {
    background: rgba(255, 255, 255, 0.14);
  }

  .partner {
    background:
      radial-gradient(circle at 86% 8%, rgba(94, 201, 216, 0.18), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #eefafe 100%);
  }

  .contact {
    background:
      linear-gradient(rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(180deg, #e4f7fa 0%, #ffffff 100%);
    background-size: 32px 32px, 32px 32px, auto;
  }

  .about-system,
  .method-flow,
  .partner-card,
  .contact-form {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
  }

  .service-card:not(.feature),
  .cert-card,
  .why-reason {
    backdrop-filter: blur(10px);
  }

  .section-heading .eyebrow {
    box-shadow: 0 10px 26px rgba(13, 95, 118, 0.08);
  }
}

/* Steelmax partner logo panel */
.partner-logo-panel {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(0, 124, 157, 0.14);
  color: var(--ink);
  background:
    radial-gradient(circle at 28% 38%, rgba(46, 125, 50, 0.16), transparent 30%),
    radial-gradient(circle at 72% 36%, rgba(0, 124, 157, 0.15), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(228, 247, 250, 0.82)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62), 0 24px 62px rgba(23, 42, 51, 0.12);
}

.partner-logo-panel::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.62)) !important;
}

.partner-logo-panel p {
  position: relative;
  z-index: 1;
  color: #1f5f2d;
}

.steelmax-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(430px, 92%);
  height: auto;
  margin: 34px auto 32px;
  filter: drop-shadow(0 18px 26px rgba(23, 42, 51, 0.14));
}

.partner-logo-panel span {
  position: relative;
  z-index: 1;
  max-width: 430px;
  color: #4b5f68;
}

@media (max-width: 680px) {
  .partner-logo-panel {
    min-height: 330px;
  }

  .steelmax-logo {
    width: min(320px, 86%);
    margin: 26px auto 24px;
  }

  .partner-logo-panel span {
    color: #4b5f68;
  }
}

/* Real Ecomax logo */
.brand {
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(142px, 14vw, 190px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.site-header:not(.is-scrolled):not(.menu-active) .brand-logo {
  filter: drop-shadow(0 8px 16px rgba(4, 34, 44, 0.12));
}

.footer-brand {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand .brand-logo {
  width: clamp(170px, 18vw, 230px);
}

.footer-brand-visual {
  display: block;
  width: min(300px, 100%);
  overflow: visible;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.footer-logo-visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 680px) {
  .brand-logo {
    width: clamp(120px, 37vw, 145px);
    max-height: 46px;
  }

  .footer-brand {
    padding: 9px 12px;
  }

  .footer-brand .brand-logo {
    width: min(210px, 72vw);
    max-height: none;
  }

  .footer-brand-visual {
    width: min(260px, 100%);
  }
}

/* Contact section: Steelmax-inspired redesign */
.contact {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  border-top: 1px solid rgba(0, 124, 157, 0.1);
  background:
    radial-gradient(circle at 8% 18%, rgba(111, 191, 115, 0.14), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(0, 124, 157, 0.18), transparent 30%),
    linear-gradient(180deg, #f6fbfc 0%, #e5f7fb 54%, #ffffff 100%);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 124, 157, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 124, 157, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.contact > .container {
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: stretch;
}

.contact-info {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 40px;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px 34px 8px 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 100% 0%, rgba(111, 191, 115, 0.34), transparent 35%),
    linear-gradient(145deg, #083947 0%, #007c9d 58%, #124d59 100%);
  box-shadow: 0 28px 80px rgba(0, 78, 100, 0.2);
}

.contact-info::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.contact-info h2 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.contact-info h2 em {
  display: block;
  color: #bff4ff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 800;
}

.contact-info > p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.7;
}

.contact-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: 30px;
  padding: 24px 0;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  box-shadow: none;
}

.contact-card h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 1.4rem;
}

.contact-card a,
.contact-card span {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  line-height: 1.35;
}

.contact-card a {
  color: #bff4ff;
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--white);
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
}

.contact-info .btn-secondary.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.contact-info .btn-secondary.light:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.18);
}

.contact-form {
  display: block;
  min-height: 100%;
  padding: 8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-form .form-row {
  margin-bottom: 17px;
}

.contact-form .split-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label,
.contact-form .privacy-check {
  font-family: var(--font-tech);
  letter-spacing: 0;
}

.contact-form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: #174d5b;
  font-size: 0.83rem;
  font-weight: 950;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 6px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid rgba(0, 124, 157, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 5px 0 rgba(0, 124, 157, 0.11);
}

.contact-form .privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 20px 0 18px;
  color: #536772;
  font-weight: 800;
  line-height: 1.45;
}

.contact-form .privacy-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.contact-form .form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  background: linear-gradient(135deg, var(--blue), var(--green));
  box-shadow: 0 18px 40px rgba(0, 124, 157, 0.2);
}

.contact-form .form-message {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--green);
  font-weight: 900;
}

@media (max-width: 980px) {
  .contact {
    padding: 82px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .contact-info {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .contact {
    padding: 72px 0;
    background:
      radial-gradient(circle at 0% 12%, rgba(111, 191, 115, 0.16), transparent 34%),
      linear-gradient(180deg, #f7fcfd 0%, #e8f9fc 54%, #ffffff 100%);
  }

  .contact-grid {
    gap: 18px;
  }

  .contact-info {
    padding: 26px 20px;
    border-radius: 8px 26px 8px 26px;
  }

  .contact-info h2 {
    font-size: clamp(2.25rem, 14vw, 3.3rem);
  }

  .contact-info > p {
    font-size: 0.98rem;
  }

  .contact-card {
    margin-top: 22px;
    padding: 20px 0;
  }

  .contact-actions {
    display: grid;
    gap: 10px;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .contact-form {
    padding: 4px 2px 0;
  }

  .contact-form .split-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }
}

/* Contact section refinement: closer to the Steelmax layout */
.contact {
  scroll-margin-top: 78px;
  padding: 102px 0;
  background:
    radial-gradient(circle at 86% 14%, rgba(0, 124, 157, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #edf8fb 58%, #dff3f6 100%);
  border-top: 1px solid rgba(0, 124, 157, 0.12);
}

.contact::before {
  opacity: 0.55;
}

.contact-grid {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: stretch;
}

.contact-info {
  display: block;
  padding: 38px;
  border: 0;
  border-radius: 8px 34px 8px 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(111, 191, 115, 0.24), transparent 34%),
    linear-gradient(145deg, #103f49 0%, #007c9d 60%, #0b5665 100%);
  box-shadow: 0 24px 64px rgba(0, 78, 100, 0.22);
}

.contact-info::after {
  display: none;
}

.contact-info .eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #bff4ff;
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-info h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  line-height: 1.05;
}

.contact-info h2 em {
  display: inline;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 800;
}

.contact-info > p {
  max-width: 570px;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.65;
}

.contact-card {
  display: block;
  margin-top: 28px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.contact-card-logo {
  display: block;
  width: min(270px, 82%);
  height: auto;
  margin: 0 0 24px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.contact-card h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1.28rem;
}

.contact-card a,
.contact-card span {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
  line-height: 1.35;
}

.contact-card > a {
  color: var(--white);
}

.contact-card > a:hover {
  color: #bff4ff;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-actions .btn {
  min-width: 128px;
  justify-content: center;
}

.contact-actions .btn[href^="mailto:"] {
  min-width: 174px;
}

.contact-form {
  display: block;
  min-height: auto;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.contact-form .form-row {
  margin-bottom: 16px;
}

.contact-form .split-fields {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form .form-row label {
  display: block;
  margin-bottom: 7px;
  color: #1f2933;
  font-family: var(--font-tech);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 4px;
  color: var(--ink);
  border: none;
  border-bottom: 1px solid rgba(0, 124, 157, 0.32);
  border-radius: 0;
  background: transparent;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 4px 0 rgba(0, 124, 157, 0.12);
}

.contact-form .privacy-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  color: #4b5563;
  font-family: var(--font-tech);
  font-weight: 750;
  line-height: 1.45;
}

.contact-form .privacy-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  border-radius: 5px;
  accent-color: var(--green);
}

.contact-form .form-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  background: var(--blue);
  box-shadow: 0 18px 34px rgba(0, 124, 157, 0.2);
}

.contact-form .form-message {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--green);
  font-weight: 850;
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .contact {
    scroll-margin-top: 70px;
    padding: 72px 0;
  }

  .contact-grid {
    gap: 24px;
  }

  .contact-info {
    padding: 28px 22px;
    border-radius: 8px 30px 8px 30px;
  }

  .contact-info h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 1.02;
  }

  .contact-info > p {
    font-size: 0.98rem;
  }

  .contact-card span,
  .contact-card a {
    width: auto;
    font-size: 0.94rem;
  }

  .contact-actions {
    display: grid;
  }

  .contact-actions .btn {
    width: 100%;
  }

  .contact-form {
    padding: 4px 0 92px;
  }

  .contact-form .split-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .cert-single {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cert-card-current {
    padding: 22px;
  }

  .cert-main {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cert-data {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cert-note {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .cert-data {
    grid-template-columns: 1fr;
  }

  .cert-card-current h3 {
    font-size: 1.55rem;
  }
}

/* Mobile certification polish */
@media (max-width: 640px) {
  .certifications {
    padding: 62px 0 66px;
    background:
      radial-gradient(circle at 12% 4%, rgba(111, 191, 115, 0.2), transparent 28%),
      radial-gradient(circle at 100% 0%, rgba(191, 244, 255, 0.18), transparent 34%),
      linear-gradient(180deg, #083947 0%, #007c9d 44%, #e7f8fb 44%, #ffffff 100%);
  }

  .certifications .container {
    width: min(100% - 28px, 1180px);
  }

  .certifications .section-heading {
    margin-bottom: 18px;
    text-align: left;
  }

  .certifications .section-heading .eyebrow {
    display: inline-flex;
    max-width: 100%;
    padding: 8px 12px;
    color: #bff4ff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
  }

  .certifications .section-heading h2 {
    max-width: 330px;
    margin-top: 12px;
    color: #ffffff;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1;
  }

  .certifications .section-heading h2::after {
    margin: 16px 0 0;
    background: #bff4ff;
  }

  .certifications .section-heading p {
    max-width: 335px;
    margin-left: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .cert-single {
    gap: 12px;
  }

  .cert-card-current {
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.54);
    border-radius: 8px 26px 8px 26px;
    background: #ffffff;
    box-shadow: 0 22px 56px rgba(0, 58, 74, 0.18);
  }

  .cert-main {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 13px;
    align-items: start;
    padding: 20px 18px 18px;
    color: var(--white);
    background:
      radial-gradient(circle at 98% 0%, rgba(111, 191, 115, 0.36), transparent 34%),
      linear-gradient(145deg, #0c3e49 0%, #006d89 100%);
  }

  .cert-main .icon {
    width: 46px;
    height: 46px;
    margin: 0;
    background: rgba(255, 255, 255, 0.16);
  }

  .cert-main .icon::before {
    background: #ffffff;
  }

  .cert-kicker {
    color: #bff4ff;
    font-size: 0.68rem;
  }

  .cert-card-current h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: clamp(1.42rem, 6.8vw, 2rem);
    line-height: 1.04;
  }

  .cert-main p:not(.cert-kicker) {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .cert-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 16px 16px 0;
    background: #ffffff;
  }

  .cert-data p {
    display: block;
    min-height: 76px;
    padding: 13px 12px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, #f7fcfd, #ffffff);
  }

  .cert-data strong {
    color: #007c9d;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .cert-data span {
    margin-top: 7px;
    color: #1f2933;
    font-size: 0.98rem;
    text-align: left;
  }

  .doc-link {
    min-height: 54px;
    margin: 16px 16px 18px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--green));
    box-shadow: 0 14px 30px rgba(0, 124, 157, 0.18);
  }

  .cert-note {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    min-height: auto;
    padding: 13px 14px;
    border: 1px solid rgba(0, 124, 157, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
  }

  .cert-note .icon {
    width: 42px;
    height: 42px;
    margin: 0;
  }

  .cert-note p {
    font-size: 0.9rem;
    line-height: 1.42;
  }
}

/* Final mobile color harmony */
@media (max-width: 640px) {
  body {
    background: #f5fafb;
  }

  .certifications {
    background:
      radial-gradient(circle at 86% 6%, rgba(94, 201, 216, 0.28), transparent 28%),
      linear-gradient(180deg, #0b3f4d 0%, #087c9d 38%, #eaf8fb 38%, #ffffff 100%);
  }

  .cert-main {
    background:
      radial-gradient(circle at 100% 0%, rgba(191, 244, 255, 0.36), transparent 36%),
      linear-gradient(145deg, #0f6f86 0%, #12a0b8 100%);
  }

  .cert-main .icon {
    background: rgba(255, 255, 255, 0.22);
  }

  .cert-kicker {
    color: #e8fbff;
  }

  .cert-data p {
    border-color: rgba(0, 124, 157, 0.15);
    background: linear-gradient(180deg, #f2fbfd, #ffffff);
  }

  .doc-link {
    background: #007c9d;
    box-shadow: 0 14px 30px rgba(0, 124, 157, 0.2);
  }

  .about {
    background:
      radial-gradient(circle at 92% 4%, rgba(94, 201, 216, 0.18), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #f2fbfd 100%);
  }

  .what.section-dark,
  .why {
    background:
      radial-gradient(circle at 86% 6%, rgba(94, 201, 216, 0.2), transparent 30%),
      linear-gradient(160deg, #0b3f4d 0%, #087c9d 100%);
  }

  .services {
    background:
      linear-gradient(rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, #ffffff 0%, #f1fbfd 100%);
    background-size: 34px 34px, 34px 34px, auto;
  }

  .method {
    background:
      radial-gradient(circle at 12% 0%, rgba(94, 201, 216, 0.18), transparent 32%),
      linear-gradient(180deg, #eaf8fb 0%, #ffffff 100%);
  }

  .partner {
    background:
      radial-gradient(circle at 86% 8%, rgba(94, 201, 216, 0.18), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #eefafe 100%);
  }

  .contact {
    background:
      linear-gradient(rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 124, 157, 0.04) 1px, transparent 1px),
      linear-gradient(180deg, #eaf8fb 0%, #ffffff 100%);
    background-size: 34px 34px, 34px 34px, auto;
  }
}

/* Cookie banner and legal pages */
.site-locked {
  overflow: hidden;
}

.password-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(8, 39, 49, 0.92), rgba(8, 73, 90, 0.82)),
    url("assets/ecomax-hero-industrial.png") center / cover no-repeat;
}

.password-gate[hidden] {
  display: none;
}

.password-card {
  width: min(460px, 100%);
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px 34px 8px 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.2), transparent 32%),
    rgba(8, 39, 49, 0.88);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.password-card img {
  display: block;
  width: min(240px, 76%);
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.18));
}

.password-card .eyebrow {
  color: #bff4ff;
}

.password-card h1 {
  margin: 8px 0 10px;
  color: var(--white);
  font-size: clamp(2.1rem, 8vw, 3.8rem);
  line-height: 0.98;
}

.password-card p {
  color: rgba(255, 255, 255, 0.78);
}

.password-card label {
  display: block;
  margin: 22px 0 8px;
  color: var(--white);
  font-family: var(--font-tech);
  font-weight: 950;
}

.password-card input {
  width: 100%;
  min-height: 54px;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
}

.password-card input:focus {
  outline: 3px solid rgba(94, 201, 216, 0.25);
  border-color: #bff4ff;
}

.password-card .btn {
  width: 100%;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
}

.password-error {
  min-height: 22px;
  margin: 10px 0 0;
  color: #ffd6d6;
  font-weight: 900;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(0, 124, 157, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(23, 42, 51, 0.18);
  backdrop-filter: blur(14px);
}

.cookie-banner[hidden],
.cookie-panel[hidden] {
  display: none;
}

.cookie-copy strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-tech);
  font-size: 1rem;
  font-weight: 950;
}

.cookie-copy p {
  margin: 6px 0 0;
  color: var(--gray);
}

.cookie-actions,
.cookie-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions .btn,
.cookie-panel-actions .btn {
  min-height: 44px;
  padding: 12px 16px;
}

.cookie-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 39, 49, 0.58);
}

.cookie-panel-card {
  position: relative;
  width: min(620px, 100%);
  padding: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 201, 216, 0.14), transparent 32%),
    #ffffff;
  box-shadow: 0 28px 90px rgba(8, 39, 49, 0.28);
}

.cookie-panel-card h2 {
  margin: 0 0 10px;
  color: var(--ink);
}

.cookie-panel-card > p:not(.eyebrow) {
  color: var(--gray);
}

.cookie-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(0, 124, 157, 0.08);
  cursor: pointer;
  font-size: 1.45rem;
}

.cookie-choice {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0;
  padding: 16px;
  border: 1px solid rgba(0, 124, 157, 0.12);
  border-radius: 8px;
  background: #f7fcfd;
}

.cookie-choice strong,
.cookie-choice span,
.cookie-choice em {
  display: block;
}

.cookie-choice strong {
  color: var(--ink);
}

.cookie-choice span {
  margin-top: 4px;
  color: var(--gray);
}

.cookie-choice em {
  min-width: max-content;
  color: var(--blue);
  font-style: normal;
  font-weight: 900;
}

.cookie-choice.is-disabled {
  opacity: 0.82;
}

.cookie-panel-card > a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 900;
}

.footer-cookie-btn {
  display: block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.footer-cookie-btn:hover {
  color: #bff4ff;
}

.legal-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(94, 201, 216, 0.16), transparent 32%),
    linear-gradient(180deg, #f5fafb 0%, #ffffff 100%);
}

.legal-header {
  padding: 24px max(20px, calc((100vw - 960px) / 2));
}

.legal-header .brand {
  color: var(--ink);
}

.legal-main {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.legal-hero {
  padding: 36px;
  border-radius: 8px 34px 8px 34px;
  color: var(--white);
  background: linear-gradient(145deg, #0b3f4d, #087c9d);
}

.legal-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.3rem, 6vw, 4.6rem);
}

.legal-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.legal-content {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.legal-content section {
  padding: 24px;
  border: 1px solid rgba(0, 124, 157, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 48px rgba(0, 78, 100, 0.08);
}

.legal-content h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-tech);
  font-size: 1.18rem;
}

.legal-content p,
.legal-content li {
  color: var(--gray);
}

.legal-content a {
  color: var(--blue);
  font-weight: 900;
}

.legal-content ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-footer {
  padding: 24px 20px;
  color: rgba(255, 255, 255, 0.78);
  background: #123a46;
  text-align: center;
}

.legal-footer a {
  color: #bff4ff;
  font-weight: 900;
}

.legal-footer .footer-cookie-btn {
  display: inline;
  margin: 0;
  color: #bff4ff;
  font-weight: 900;
  vertical-align: baseline;
}

@media (max-width: 760px) {
  .cookie-banner {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .cookie-actions {
    display: grid;
  }

  .cookie-actions .btn,
  .cookie-panel-actions .btn {
    width: 100%;
  }

  .cookie-panel-card {
    padding: 24px 18px;
  }

  .cookie-choice {
    display: grid;
  }

  .legal-main {
    width: min(100% - 28px, 960px);
    padding-top: 18px;
  }

  .legal-hero {
    padding: 28px 22px;
  }

  .legal-content section {
    padding: 20px;
  }
}
