:root {
  --primary: #00a2e8;
  --primary-dark: #007bb5;
  --secondary: #003366;
  --accent: #16a34a;
  --text: #1f2937;
  --muted: #64748b;
  --border: #e5e7eb;
  --surface: #ffffff;
  --soft: #f3f8fb;
  --shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

body.mobile-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--secondary);
  color: #fff;
  font-weight: 800;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(0, 162, 232, 0.45);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 3px solid var(--primary);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header .container {
  width: min(1680px, calc(100% - 56px));
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--secondary);
  font-weight: 800;
  flex: 0 1 360px;
  min-width: 0;
}

.brand img {
  height: 50px;
  width: auto;
}

.brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.98rem;
}

.primary-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.nav-list,
.mobile-nav-list,
.footer-menu,
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.1vw, 20px);
}

.nav-list a {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.18;
  padding: 10px 0;
  white-space: nowrap;
}

.nav-list a:hover {
  color: var(--primary);
}

.nav-list > li {
  display: flex;
  align-items: center;
}

.nav-products-item > a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.product-mega-menu {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 60;
  width: min(1120px, calc(100vw - 56px));
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.nav-products-item:hover .product-mega-menu,
.nav-products-item:focus-within .product-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.product-mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.product-mega-head strong {
  color: var(--secondary);
  font-size: 1.05rem;
}

.product-mega-head a,
.product-mega-title {
  color: var(--primary);
  font-weight: 800;
}

.product-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-mega-column {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--light);
}

.product-mega-title {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 0;
  font-size: 0.98rem;
}

.product-mega-subtitle {
  margin: 10px 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-mega-links,
.product-mega-products {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-mega-links a,
.product-mega-products a {
  display: block;
  overflow: hidden;
  padding: 2px 0;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.28;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-mega-links a:hover,
.product-mega-products a:hover {
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 0;
}

.header-search {
  display: flex;
  align-items: center;
  width: clamp(160px, 14vw, 260px);
  height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.header-search input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 100%;
  border: 0;
  padding: 0 10px;
  font: inherit;
  outline: 0;
}

.header-search button {
  width: 38px;
  height: 38px;
  border: 0;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.header-whatsapp i {
  font-size: 1.1rem;
}

.language-switcher {
  flex: 0 0 auto;
}

.language-switcher select {
  width: auto;
  min-width: 142px;
  max-width: 168px;
  min-height: 38px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2300a2e8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 16px;
  color: var(--secondary);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.language-switcher select:hover,
.language-switcher select:focus-visible {
  border-color: var(--primary);
  color: var(--primary);
}

.language-switcher select:focus-visible {
  outline: 2px solid rgba(0, 162, 232, 0.35);
  outline-offset: 2px;
}

.mobile-language-switcher {
  display: none;
}

.mobile-language-switcher {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
}

.mobile-language-switcher select {
  width: 100%;
  max-width: none;
}

.mobile-menu-button {
  display: none;
  border: 0;
  background: var(--primary);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  font-size: 1.3rem;
}

.mobile-menu {
  display: none;
  max-height: calc(100vh - 78px);
  overflow-y: auto;
  border-top: 1px solid var(--border);
  background: #fff;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu-actions {
  display: grid;
  gap: 10px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
}

.mobile-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  min-width: 0;
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.mobile-search input {
  min-width: 0;
  border: 0;
  padding: 0 12px;
  font: inherit;
  outline: 0;
}

.mobile-search button {
  border: 0;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}

.mobile-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.mobile-nav-list a {
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--secondary);
  font-weight: 650;
}

.mobile-product-menu {
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
}

.mobile-product-group {
  border-top: 1px solid var(--border);
}

.mobile-product-group summary {
  min-height: 42px;
  padding: 10px 20px;
  color: var(--secondary);
  font-weight: 800;
  cursor: pointer;
}

.mobile-product-links {
  display: grid;
  gap: 1px;
  padding: 0 20px 12px;
}

.mobile-product-links a {
  border: 0;
  padding: 7px 0 7px 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs {
  background: #f8fafc;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 42px;
}

.breadcrumbs a {
  color: var(--secondary);
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.breadcrumbs .separator {
  color: #94a3b8;
}

.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #063a62, #0a78ad);
  color: #fff;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 35, 66, 0.82), rgba(0, 35, 66, 0.3));
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: max(20px, calc((100vw - 1200px) / 2));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #a7e6ff;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.16rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: #fff;
  color: var(--secondary);
}

.btn-whatsapp {
  background: var(--accent);
  color: #fff;
}

.section {
  padding: 76px 0;
}

.section-muted {
  background: var(--soft);
}

.section-header {
  margin-bottom: 34px;
  text-align: center;
}

.section-header h2 {
  margin: 0 0 10px;
  color: var(--secondary);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.section-header p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
}

.feature-grid,
.card-grid,
.news-grid,
.mixed-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.product-card,
.news-card,
.result-card,
.contact-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-card {
  display: block;
  padding: 28px;
  text-align: center;
}

.result-card {
  padding: 24px;
}

.result-card h2 {
  margin: 0 0 10px;
  color: var(--secondary);
  font-size: 1.25rem;
  line-height: 1.3;
}

.feature-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.feature-card i {
  font-size: 2rem;
  color: var(--primary);
}

.feature-card h3,
.card-body h3,
.contact-panel h2 {
  margin: 14px 0 10px;
  color: var(--secondary);
  line-height: 1.25;
}

.feature-card p,
.card-body p {
  color: var(--muted);
}

.card-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #edf4f7;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover img,
.news-card:hover img {
  transform: scale(1.04);
}

.card-body {
  padding: 20px;
}

.card-body time {
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 800;
}

.meta-line {
  display: grid;
  gap: 4px;
  font-size: 0.9rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--primary);
  font-weight: 800;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

.why-grid div {
  padding: 24px;
  border-left: 4px solid var(--primary);
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.why-grid strong {
  display: block;
  color: var(--secondary);
  font-size: 1.7rem;
}

.why-grid span {
  color: var(--muted);
}

.page-hero {
  padding: 78px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), #056491);
}

.page-hero.compact {
  padding: 62px 0;
}

.media-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.media-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 35, 66, 0.86), rgba(0, 68, 110, 0.52));
}

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

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.split-layout h2,
.cta-band h2 {
  margin: 0 0 16px;
  color: var(--secondary);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.16;
}

.entry-content.align-left {
  max-width: none;
  margin: 0;
}

.stat-grid,
.service-list,
.supply-map,
.process-grid {
  display: grid;
  gap: 14px;
}

.stat-grid {
  grid-template-columns: repeat(2, 1fr);
}

.stat-grid div,
.service-list div,
.supply-map div,
.process-grid div,
.cta-band {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-grid div {
  padding: 24px;
}

.stat-grid strong {
  display: block;
  color: var(--primary);
  font-size: 2rem;
  line-height: 1;
}

.stat-grid span,
.service-list span,
.supply-map span,
.process-grid p {
  color: var(--muted);
}

.service-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 14px;
  padding: 18px;
}

.service-card-list a {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 4px 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.service-card-list a:hover {
  border-color: rgba(0, 162, 232, 0.35);
  transform: translateY(-1px);
}

.service-card-list img {
  grid-row: span 2;
  width: 82px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
}

.service-card-list i {
  grid-row: span 2;
  width: 42px;
}

.service-list i {
  grid-row: span 2;
  color: var(--primary);
  font-size: 1.7rem;
}

.service-list strong,
.supply-map strong,
.process-grid strong {
  color: var(--secondary);
}

.supply-map {
  grid-template-columns: repeat(2, 1fr);
}

.supply-map div {
  min-height: 132px;
  padding: 22px;
  border-left: 4px solid var(--primary);
}

.supply-map strong {
  display: block;
  margin-bottom: 8px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-grid div {
  padding: 22px;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
}

.process-grid p {
  margin-bottom: 0;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.work-card,
.media-card,
.certificate-card,
.timeline-item,
.image-panel,
.contact-map {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.work-card {
  overflow: hidden;
}

.work-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.work-card div {
  padding: 16px;
}

.work-card h3,
.media-card h3,
.certificate-card h3,
.timeline-item h3 {
  margin: 0 0 8px;
  color: var(--secondary);
  font-size: 1rem;
}

.work-card p,
.media-card p,
.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.work-step-number {
  display: grid;
  place-items: center;
  min-height: 130px;
  color: var(--primary);
  font-size: 2.4rem;
  font-weight: 800;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}

.timeline-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
}

.timeline-item > span {
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
}

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

.certificate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card,
.certificate-card {
  overflow: hidden;
}

.media-card img,
.certificate-card img,
.image-panel img,
.contact-map img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.media-card img {
  aspect-ratio: 4 / 3;
}

.media-card div {
  padding: 16px;
}

.certificate-card img {
  aspect-ratio: 4 / 3;
  background: #fff;
}

.certificate-card h3 {
  padding: 14px 16px 16px;
}

.image-panel {
  overflow: hidden;
  margin: 0;
}

.image-panel img {
  height: 100%;
  min-height: 280px;
}

.company-video-section {
  align-items: center;
}

.company-video-section p {
  color: var(--muted);
}

.company-video-panel {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #061827;
  box-shadow: var(--shadow);
}

.company-video-panel video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #061827;
}

.faq-intro {
  align-items: center;
}

.faq-intro p {
  color: var(--muted);
}

.faq-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-image-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.faq-image-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.faq-image-grid figcaption {
  padding: 10px 12px;
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.faq-item > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
}

.faq-item h2 {
  margin: 2px 0 10px;
  color: var(--secondary);
  font-size: 1.15rem;
  line-height: 1.4;
}

.faq-item p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-map {
  overflow: hidden;
  margin: 22px 0 0;
}

.contact-map img {
  aspect-ratio: 16 / 10;
}

.contact-map figcaption {
  padding: 12px 14px;
  color: var(--secondary);
  font-weight: 800;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.cta-band h2 {
  margin-bottom: 0;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
}

.term-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.term-filter a {
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--secondary);
  font-weight: 700;
}

.term-filter a:hover,
.term-filter a.active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.term-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: 4px;
  border-radius: 999px;
  background: #eef6fb;
  color: var(--muted);
  font-size: 0.78rem;
}

.term-filter a:hover span,
.term-filter a.active span {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.product-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) auto;
  gap: 10px;
  margin: 0 0 28px;
  align-items: center;
}

.product-search input,
.product-search select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0 14px;
  font: inherit;
  color: var(--secondary);
  background: #fff;
}

.product-search button {
  gap: 6px;
}

.product-filter-options {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  min-width: 0;
  margin: -2px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.product-filter-options legend {
  padding: 0 6px;
  color: var(--secondary);
  font-weight: 800;
}

.product-filter-options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--secondary);
  font-weight: 700;
}

.product-filter-options input {
  width: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
}

.product-layout,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.product-media,
.product-summary {
  min-width: 0;
}

.product-media img,
.entry-featured img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.product-gallery a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.product-gallery a.active,
.product-gallery a:hover,
.product-gallery a:focus-visible {
  border-color: var(--primary);
}

.product-gallery a.active {
  box-shadow: 0 0 0 2px rgba(0, 162, 232, 0.18);
}

.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: none;
}

.product-downloads {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.product-downloads h3 {
  margin: 0 0 12px;
  color: var(--secondary);
}

.product-downloads ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-downloads a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--light);
  color: var(--primary);
  font-weight: 800;
}

.product-downloads .download-label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.product-downloads .download-label span {
  overflow-wrap: anywhere;
}

.product-downloads .download-size {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.product-summary h2 {
  margin: 0 0 12px;
  color: var(--secondary);
  font-size: 2rem;
  line-height: 1.18;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.spec-table {
  margin-top: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--border);
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row span,
.spec-row strong {
  padding: 12px 14px;
}

.spec-row span {
  background: var(--soft);
  color: var(--secondary);
}

.spec-row strong {
  font-weight: 600;
}

.tabs {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border);
}

.tabs-nav button {
  border: 0;
  background: transparent;
  padding: 16px 20px;
  color: var(--secondary);
  font-weight: 800;
  cursor: pointer;
}

.tabs-nav button.active {
  background: var(--primary);
  color: #fff;
}

.tab-panel {
  display: none;
  padding: 28px;
}

.tab-panel.active {
  display: block;
}

.entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content h2,
.entry-content h3 {
  color: var(--secondary);
}

.entry-content a {
  color: var(--primary);
  font-weight: 700;
}

.contact-grid {
  align-items: stretch;
}

.contact-panel {
  padding: 28px;
}

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

.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}

.contact-list i {
  color: var(--primary);
  font-size: 1.15rem;
  margin-top: 2px;
}

.muted-icon {
  visibility: hidden;
}

.loeon-inquiry-form {
  display: grid;
  gap: 16px;
}

.loeon-hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.loeon-inquiry-form label {
  display: grid;
  gap: 6px;
  color: var(--secondary);
  font-weight: 700;
}

.loeon-inquiry-form input,
.loeon-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 14px;
  font: inherit;
}

.loeon-form-notice {
  padding: 12px 14px;
  border-radius: var(--radius);
  margin-bottom: 18px;
  font-weight: 700;
}

.loeon-form-success {
  background: #dcfce7;
  color: #166534;
}

.loeon-form-error {
  background: #fee2e2;
  color: #991b1b;
}

.loeon-form-required-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.loeon-form-privacy {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  background: #fff;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 8px;
  color: var(--secondary);
}

.empty-state p {
  margin: 0;
}

.recovery-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(100%, 560px);
  margin: 20px auto 0;
}

.recovery-search input {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 14px;
  font: inherit;
}

.centered-actions {
  justify-content: center;
}

.btn-secondary.bordered {
  border-color: var(--border);
  color: var(--secondary);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: linear-gradient(135deg, #edf4f7, #f8fafc);
}

.image-placeholder i {
  font-size: 2rem;
}

.navigation.pagination {
  margin-top: 34px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.page-numbers.current {
  background: var(--primary);
  color: #fff;
}

.site-footer {
  background: #06283f;
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.4fr;
  gap: 34px;
  padding: 54px 0;
}

.footer-col h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.1rem;
}

.footer-col p,
.footer-col li,
.footer-col a {
  color: #bad3e8;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  font-size: 1.25rem;
}

.footer-social a:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.footer-menu {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #bad3e8;
  font-size: 0.9rem;
}

.whatsapp-floating {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 70;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.28);
  font-size: 1.7rem;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 90px;
  z-index: 69;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--secondary);
  color: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .primary-nav {
    display: none;
  }

  .header-search {
    display: none;
  }

  .header-actions > .language-switcher {
    display: none;
  }

  .mobile-language-switcher {
    display: block;
  }

  .mobile-menu-button {
    display: inline-grid;
    place-items: center;
  }

  .feature-grid,
  .card-grid,
  .news-grid,
  .mixed-results,
  .why-grid,
  .work-steps,
  .media-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-layout,
  .contact-grid,
  .footer-grid,
  .split-layout,
  .faq-image-grid,
  .process-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1360px) {
  .header-search {
    display: none;
  }
}

@media (max-width: 1180px) {
  .brand {
    flex-basis: 300px;
  }

  .nav-list {
    gap: 10px;
  }

  .product-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1200px);
  }

  .site-header .container {
    width: min(100% - 28px, 1200px);
  }

  .header-inner {
    height: 68px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .mobile-menu {
    max-height: calc(100vh - 68px);
  }

  .brand span {
    display: none;
  }

  .header-whatsapp span {
    display: none;
  }

  .header-whatsapp {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .hero {
    min-height: 520px;
  }

  .work-steps,
  .media-card-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-card-list a {
    grid-template-columns: 64px 1fr;
  }

  .service-card-list img {
    width: 64px;
    height: 58px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.25rem;
  }

  .section {
    padding: 54px 0;
  }

  .feature-grid,
  .card-grid,
  .news-grid,
  .mixed-results,
  .why-grid,
  .form-grid,
  .stat-grid,
  .supply-map,
  .product-search {
    grid-template-columns: 1fr;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .recovery-search {
    grid-template-columns: 1fr;
  }

  .spec-row {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .tabs-nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
