/*
Theme Name: CE Worldwide Custom
Theme URI: https://ceworldwide.com
Author: Jorge
Author URI: https://ceworldwide.com
Description: Tema custom para reconstruir CE Worldwide en WordPress.
Version: 1.0
Text Domain: ceworldwide-custom
*/

:root {
  --color-ink: #002147;
  --color-ink-soft: #365172;
  --color-brand: #002147;
  --color-brand-dark: #001737;
  --color-accent: #76b82a;
  --color-surface: #f4f7f8;
  --color-surface-strong: #e2ebee;
  --color-white: #ffffff;
  --color-border: #d5e0e6;
  --color-footer: #0d2231;
  --shadow-soft: 0 18px 40px rgba(8, 39, 58, 0.08);
  --shadow-medium: 0 22px 42px rgba(8, 39, 58, 0.16);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 999px;
  --shell: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--color-ink);
  background: var(--color-white);
  line-height: 1.6;
}

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

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

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  line-height: 1.15;
}

.site-shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.eyebrow,
.topbar__copy,
.site-footer__eyebrow,
.hero-card__kicker,
.trust-bar__label,
.service-card__number {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 196px;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(6, 30, 45, 0);
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(6, 30, 45, 0.16);
}

.button:focus-visible {
  outline: 2px solid rgba(11, 106, 136, 0.4);
  outline-offset: 3px;
}

.button--primary {
  background: var(--color-accent);
  color: #ffffff;
}

.button--primary:hover,
.button--primary:focus {
  background: #5f9820;
}

.button--secondary {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.65);
}

.button--secondary:hover,
.button--secondary:focus {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
}

.button--ghost {
  background: transparent;
  color: var(--color-brand);
  border-color: var(--color-brand);
}

.button--ghost:hover,
.button--ghost:focus {
  background: var(--color-brand);
  color: var(--color-white);
}

.button--outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.button--outline:hover,
.button--outline:focus {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
}

.site-header {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 60;
}

.site-header .topbar {
  max-height: 7rem;
  overflow: visible;
  opacity: 1;
  transition: max-height 0.28s ease, opacity 0.22s ease;
  will-change: max-height, opacity;
}

.site-header.is-topbar-hidden .topbar {
  max-height: 0;
  opacity: 0;
}

.topbar {
  background: var(--color-white);
  color: var(--color-ink-soft);
  font-size: 0.82rem;
  position: relative;
  z-index: 82;
}

.topbar__inner,
.site-header__inner,
.trust-bar__inner,
.final-cta,
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.topbar__inner {
  padding: 0.45rem 0;
}

.topbar__copy {
  margin: 0;
  color: var(--color-ink);
  font-weight: 600;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.topbar__link {
  color: var(--color-ink);
  font-weight: 700;
}

.topbar__city,
.topbar__location {
  color: var(--color-ink-soft);
  font-weight: 600;
}

.topbar__brand {
  display: inline-flex;
  align-items: center;
}

.site-nav-band {
  background: var(--color-brand);
}

.site-header__inner {
  padding: 0.72rem 0;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.custom-logo {
  max-height: 56px;
  width: auto;
}

.site-logo--default img {
  width: auto;
  max-height: 58px;
}

.site-branding__title {
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.1rem;
}

.site-branding__tagline {
  margin: 0;
  color: var(--color-ink-soft);
  max-width: 29rem;
  font-size: 0.88rem;
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  justify-content: flex-start;
}

.primary-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 0.96rem;
}

.primary-nav a:hover,
.primary-nav a:focus {
  color: #ffffff;
}

.site-header__cta {
  flex-shrink: 0;
}

.hero {
  position: relative;
  color: var(--color-white);
}

.hero__media {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 33, 71, 0.72), rgba(0, 33, 71, 0.62)),
    linear-gradient(120deg, rgba(0, 33, 71, 0.28), rgba(118, 184, 42, 0.12)),
    var(--hero-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%2311394c'/%3E%3Cg opacity='.3'%3E%3Crect x='0' y='620' width='1600' height='280' fill='%230b6a88'/%3E%3Crect x='140' y='280' width='150' height='340' fill='%23395b6c'/%3E%3Crect x='340' y='240' width='120' height='380' fill='%232a4858'/%3E%3Crect x='520' y='330' width='190' height='290' fill='%23446c7b'/%3E%3Crect x='760' y='210' width='140' height='410' fill='%23345d70'/%3E%3Crect x='980' y='300' width='170' height='320' fill='%234e7481'/%3E%3Crect x='1220' y='250' width='130' height='370' fill='%232f5364'/%3E%3Crect x='220' y='580' width='860' height='26' fill='%23d9963b'/%3E%3Crect x='970' y='560' width='340' height='46' fill='%23f0b24d'/%3E%3Cline x1='300' y1='160' x2='300' y2='620' stroke='%23d3e2ea' stroke-width='6'/%3E%3Cline x1='830' y1='130' x2='830' y2='620' stroke='%23d3e2ea' stroke-width='6'/%3E%3Cline x1='1290' y1='170' x2='1290' y2='620' stroke='%23d3e2ea' stroke-width='6'/%3E%3Cline x1='300' y1='170' x2='470' y2='255' stroke='%23d3e2ea' stroke-width='6'/%3E%3Cline x1='830' y1='150' x2='980' y2='255' stroke='%23d3e2ea' stroke-width='6'/%3E%3Cline x1='1290' y1='190' x2='1420' y2='285' stroke='%23d3e2ea' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__content,
.site-footer__grid,
.service-grid {
  display: grid;
}

.hero__content {
  justify-items: start;
  text-align: left;
  gap: 1rem;
  max-width: 700px;
  padding: 7rem 0;
}

.hero__content--animated {
  animation: hero-entry 0.85s ease-out both;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 16ch;
}

.hero__lead {
  max-width: 38rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero__bullets {
  display: grid;
  gap: 0.75rem;
  width: min(100%, 42rem);
  margin: 0 0 0.25rem;
  list-style: none;
}

.hero__bullets li {
  position: relative;
  padding-left: 1.45rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

.hero__bullets li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-start;
}

.button--secondary-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.72);
}

.trust-bar {
  padding: 1rem 0;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.trust-bar__items {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--color-ink-soft);
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

.trust-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 52px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(18, 48, 71, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(8, 39, 58, 0.05);
}

.trust-logo img {
  width: auto;
  max-width: 120px;
  max-height: 34px;
  object-fit: contain;
  display: block;
}

.topbar--light .topbar__inner {
  padding: 0.7rem 0;
}

.topbar--light .topbar__actions {
  gap: 0.75rem;
}

.topbar--light .site-header__cta {
  min-width: 182px;
  min-height: 42px;
  font-size: 0.9rem;
  padding: 0.7rem 1.05rem;
}

.home-page--corporate .section--clean {
  padding-top: 4.1rem;
  padding-bottom: 4.1rem;
}

.trust-bar--light {
  background: #f7f9fb;
}

.trust-logos--center {
  justify-content: center;
}

.service-grid--clean .service-card--clean {
  padding: 1.2rem;
}

.service-card--clean h3 {
  margin-bottom: 0.6rem;
  font-size: 1.16rem;
}

.service-card--clean p {
  margin-bottom: 0.75rem;
  color: var(--color-ink-soft);
}

.service-card--clean a {
  color: var(--color-brand);
  font-weight: 700;
}

.final-cta--corporate {
  background: #002147;
}

.section {
  padding: 4.75rem 0;
}

.section--services {
  background: var(--color-white);
}

.section--partner {
  background: var(--color-white);
}

.section--value {
  background: var(--color-surface);
}

.section--products {
  background: var(--color-surface);
}

.section--social-proof {
  background: var(--color-white);
}

.section--cta {
  background: linear-gradient(180deg, var(--color-surface) 0%, #dce8ec 100%);
}

.section--routes {
  background: var(--color-white);
  padding-top: 2rem;
}

.section--reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.section-heading {
  max-width: 46rem;
  margin-bottom: 2.2rem;
}

.section-heading h2,
.inner-section__heading h2 {
  font-size: clamp(1.65rem, 2.35vw, 2.2rem);
  margin-bottom: 0.85rem;
}

.section-heading p,
.inner-section__heading p,
.inner-card p,
.contact-card p,
.process-list li p {
  line-height: 1.62;
}

.section-heading p,
.partner-copy p {
  color: var(--color-ink-soft);
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.value-grid {
  display: grid;
  gap: 2rem;
}

.section-heading--compact {
  margin-bottom: 0;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.social-proof-card {
  padding: 1.4rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.social-proof-card ul {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.placeholder-note {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: var(--color-ink-soft);
}

.placeholder-list li {
  font-style: italic;
}

.social-proof-card li {
  position: relative;
  padding-left: 1rem;
  color: var(--color-ink-soft);
}

.social-proof-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--color-brand);
}

.testimonial-list {
  display: grid;
  gap: 0.8rem;
}

.testimonial-list blockquote {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px dashed rgba(18, 48, 71, 0.25);
  border-radius: 12px;
  background: rgba(244, 247, 248, 0.72);
}

.testimonial-list p {
  margin: 0 0 0.55rem;
  color: var(--color-ink);
}

.testimonial-list cite {
  font-style: normal;
  color: var(--color-ink-soft);
  font-size: 0.85rem;
}

.route-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.route-links a {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 10px 24px rgba(8, 39, 58, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.route-links a:hover,
.route-links a:focus {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(8, 39, 58, 0.12);
  border-color: rgba(11, 106, 136, 0.3);
}

.route-links strong {
  font-size: 0.96rem;
}

.route-links span {
  color: var(--color-ink-soft);
  font-size: 0.9rem;
}

.value-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(18, 48, 71, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(8, 39, 58, 0.06);
}

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

.product-card {
  display: grid;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-7px);
  border-color: rgba(11, 106, 136, 0.24);
  box-shadow: var(--shadow-medium);
}

.product-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(160deg, rgba(11, 106, 136, 0.08), rgba(241, 143, 1, 0.11));
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card__body {
  padding: 1.3rem 1.4rem 1.45rem;
}

.product-card__body h3 {
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
}

.product-card__body p {
  color: var(--color-ink-soft);
  margin-bottom: 1rem;
}

.product-card__body a {
  color: var(--color-brand);
  font-weight: 700;
}

.inner-card__link {
  color: var(--color-brand);
  font-weight: 700;
}

.inner-card__media {
  margin: -0.45rem -0.45rem 1rem;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, rgba(11, 106, 136, 0.08), rgba(241, 143, 1, 0.1));
}

.inner-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner-card h3,
.contact-card h3,
.value-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.16rem;
}

.service-card,
.partner-visual__card {
  padding: 1.6rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.service-card h3 {
  font-size: 1.25rem;
}

.service-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card__media {
  width: 100%;
  height: 150px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card__media--import {
  background:
    linear-gradient(rgba(8, 32, 47, 0.22), rgba(8, 32, 47, 0.14)),
    url("assets/images/products/import-export.png");
}

.service-card__media--customs {
  background:
    linear-gradient(rgba(8, 32, 47, 0.22), rgba(8, 32, 47, 0.14)),
    url("assets/images/shared/containers-home.png");
}

.service-card__media--logistics {
  background:
    linear-gradient(rgba(8, 32, 47, 0.22), rgba(8, 32, 47, 0.14)),
    url("assets/images/ai/products-warehouse-hero.webp");
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(11, 106, 136, 0.12);
  color: var(--color-brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-card__icon-image {
  width: 1.4rem;
  height: 1.4rem;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(11, 106, 136, 0.24);
  box-shadow: var(--shadow-medium);
}

.service-card a {
  color: var(--color-brand);
  font-weight: 700;
}

.partner-grid,
.site-footer__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.partner-grid {
  display: grid;
  align-items: center;
}

.partner-copy {
  max-width: 34rem;
}

.partner-points {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  list-style: none;
}

.partner-points li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--color-ink);
  font-weight: 600;
}

.partner-points li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.partner-visual {
  display: flex;
  justify-content: center;
}

.partner-visual__frame {
  position: relative;
  width: min(100%, 470px);
  min-height: 340px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(11, 106, 136, 0.12), rgba(241, 143, 1, 0.16)),
    var(--color-surface);
  border: 1px solid var(--color-border);
  overflow: hidden;
}

.partner-visual__frame--image {
  background:
    linear-gradient(rgba(8, 32, 47, 0.22), rgba(8, 32, 47, 0.18)),
    url("assets/images/hero/internal-import.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-visual__badge {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.partner-visual__badge span {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--color-brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-visual__badge strong {
  display: block;
  color: var(--color-ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.partner-visual__frame::before,
.partner-visual__frame::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(11, 106, 136, 0.08);
}

.partner-visual__frame::before {
  width: 220px;
  height: 220px;
  top: -60px;
  right: -50px;
}

.partner-visual__frame::after {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -35px;
}

.partner-visual__card {
  position: absolute;
  width: min(290px, calc(100% - 2rem));
}

.partner-visual__card span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--color-brand);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-visual__card strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}

.partner-visual__card--main {
  top: 3rem;
  left: 2rem;
}

.partner-visual__card--alt {
  right: 2rem;
  bottom: 2.5rem;
  background: var(--color-ink);
  color: var(--color-white);
}

.partner-visual__card--alt span {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta {
  padding: 2rem;
  background: var(--color-ink);
  color: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.site-footer {
  padding: 4rem 0 1.5rem;
  background: var(--color-footer);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer__grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  padding-bottom: 2rem;
}

.site-footer__title,
.site-footer h3 {
  color: var(--color-white);
}

.site-footer__copy,
.site-footer__bottom p {
  margin-bottom: 0;
  max-width: 46ch;
}

.site-footer__list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.site-footer__list li {
  line-height: 1.4;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
  color: var(--color-white);
}

.site-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@keyframes hero-entry {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-entry {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .site-header__inner,
  .topbar__inner,
  .trust-bar__inner,
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .partner-grid,
  .product-grid,
  .social-proof-grid,
  .route-links,
  .value-list,
  .site-footer__grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .primary-nav .menu {
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
  }

  .final-cta__actions {
    justify-content: flex-start;
  }

  .trust-logos {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-branding {
    align-items: flex-start;
  }

  .section,
  .site-footer {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .service-card,
  .final-cta,
  .partner-visual__card {
    padding: 1.35rem;
  }

  .topbar__separator {
    display: none;
  }

  .topbar__actions,
  .hero__actions,
  .final-cta__actions {
    width: 100%;
  }

  .hero__actions .button,
  .final-cta__actions .button,
  .page-hero__actions .button,
  .inner-cta__actions .button {
    min-width: 100%;
  }

  .hero__media {
    min-height: 520px;
  }

  .site-logo--default img {
    max-height: 50px;
  }

  .hero__content {
    justify-items: flex-start;
    text-align: left;
    padding: 5rem 0;
  }

  .hero h1 {
    max-width: none;
  }

  .hero__actions {
    justify-content: flex-start;
  }

  .hero__bullets {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .partner-visual__frame {
    min-height: 300px;
  }

  .partner-visual__badge {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .partner-visual__card--main {
    top: 1.5rem;
    left: 1rem;
  }

  .partner-visual__card--alt {
    right: 1rem;
    bottom: 1.5rem;
  }
}

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

  .section--reveal {
    opacity: 1;
    transform: none;
  }

}

.inner-page {
  background: var(--color-white);
}

.page-hero {
  color: var(--color-white);
}

.page-hero__content {
  display: grid;
  gap: 1rem;
  max-width: 780px;
  padding: 5.75rem 0;
}

.page-hero__lead {
  max-width: 42rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.9);
}

.page-hero__highlights {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  width: min(100%, 44rem);
}

.page-hero__highlights li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.page-hero__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.page-hero--import,
.page-hero--customs,
.page-hero--logistics,
.page-hero--contact,
.page-hero--services,
.page-hero--products,
.page-hero--about {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero--import {
  background:
    linear-gradient(rgba(8, 32, 47, 0.52), rgba(8, 32, 47, 0.42)),
    url("assets/images/ai/sourcing-replenishment-support.webp");
}

.page-hero--customs {
  background:
    linear-gradient(rgba(8, 32, 47, 0.52), rgba(8, 32, 47, 0.42)),
    url("assets/images/ai/customs-specialist-documents.webp");
}

.page-hero--logistics {
  background:
    linear-gradient(rgba(8, 32, 47, 0.52), rgba(8, 32, 47, 0.42)),
    url("assets/images/ai/logistics-warehouse-distribution.webp");
}

.page-hero--contact {
  background:
    linear-gradient(rgba(8, 32, 47, 0.54), rgba(8, 32, 47, 0.44)),
    url("assets/images/ai/market-research-commercial-analysis.webp");
}

.page-hero--services {
  background:
    linear-gradient(rgba(8, 32, 47, 0.54), rgba(8, 32, 47, 0.44)),
    url("assets/images/ai/wholesale-packaging-hero.webp");
}

.page-hero--products {
  background:
    linear-gradient(rgba(7, 53, 97, 0.8), rgba(8, 66, 118, 0.74)),
    linear-gradient(115deg, rgba(11, 106, 136, 0.35), rgba(8, 32, 47, 0.16)),
    url("assets/images/ai/products-warehouse-hero.webp");
}

.page-hero--about {
  background:
    linear-gradient(rgba(8, 32, 47, 0.58), rgba(8, 32, 47, 0.5)),
    url("assets/images/hero/internal-whoweare.png");
}

.page-hero--products .page-hero__content {
  justify-items: center;
  text-align: center;
  max-width: 760px;
  padding: 4.4rem 0 4rem;
}

.page-hero--products h1 {
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.2rem;
}

.page-hero--products .page-hero__lead {
  max-width: 34rem;
  font-size: 1rem;
}

.page-hero--products .page-hero__actions {
  justify-content: center;
}

.product-category-bar {
  background: #0c5b8f;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(8, 32, 47, 0.16);
}

.inner-section[id],
.product-category-bar[id] {
  scroll-margin-top: 124px;
}

.product-category-bar__list {
  margin: 0;
  padding: 0.7rem 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow-x: auto;
  white-space: nowrap;
}

.product-category-bar__list li {
  display: inline-flex;
}

.product-category-bar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 0.38rem 0.8rem;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.product-category-bar__button:hover,
.product-category-bar__button:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.54);
  transform: translateY(-1px);
}

.product-category-bar__button.is-active {
  background: var(--color-white);
  color: #0c5b8f;
  border-color: var(--color-white);
}

.inner-section--catalog {
  padding-top: 2.25rem;
}

.inner-section--catalog .inner-section__heading {
  margin-bottom: 1.25rem;
}

.product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.product-category-section {
  padding-top: 2.15rem;
  padding-bottom: 2.15rem;
}


.product-category-section:nth-of-type(even) {
  background: var(--color-surface);
}

.inner-section__heading--catalog {
  margin-bottom: 1rem;
  text-align: center;
}

.inner-section__heading--catalog h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin-bottom: 0;
}

.inner-section__heading--catalog p {
  margin: 0.35rem 0 0;
  color: var(--color-ink-soft);
}

.product-catalog-card {
  background: var(--color-white);
  border: 1px solid rgba(18, 48, 71, 0.14);
  border-top: 3px solid var(--color-brand);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(8, 39, 58, 0.06);
  display: flex;
  flex-direction: column;
}

.product-catalog-card__media {
  aspect-ratio: 4 / 3;
  background: #f8fbfc;
  border-bottom: 1px solid rgba(18, 48, 71, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
}

.product-catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-catalog-card__body {
  padding: 0.72rem 0.8rem 0.82rem;
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-height: 128px;
}

.product-catalog-card__body h3 {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.28;
}

.product-catalog-card__body p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.34;
  color: var(--ce-ink-700);
}

.product-catalog-card__body a {
  margin-top: auto;
  color: var(--color-brand);
  font-weight: 700;
  font-size: 0.84rem;
}

.product-pagination {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.product-pagination__status {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--color-ink-soft);
}

.product-pagination__link {
  text-decoration: none;
  border: 1px solid rgba(18, 48, 71, 0.2);
  color: var(--color-ink);
  background: var(--color-white);
  border-radius: 999px;
  padding: 0.35rem 0.78rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-pagination__link:hover,
.product-pagination__link:focus {
  border-color: var(--color-brand);
  color: var(--color-brand);
  transform: translateY(-1px);
}

.product-pagination__link.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.inner-section {
  padding: 4.5rem 0;
}

.inner-section--light {
  background: var(--color-white);
}

.inner-section--surface {
  background: var(--color-surface);
}

.inner-section__heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.inner-section__heading p {
  color: var(--color-ink-soft);
}

.inner-card-grid,
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.inner-card,
.contact-card,
.inner-list-card,
.contact-form-real,
.default-page-content {
  padding: 1.6rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.process-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.4rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.process-list__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(11, 106, 136, 0.12);
  color: var(--color-brand);
  font-size: 0.85rem;
  font-weight: 800;
}

.inner-list-layout,
.contact-form-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.inner-check-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
}

.inner-check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--color-ink);
  font-weight: 500;
}

.inner-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-item {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 1.2rem;
  font-weight: 700;
  color: var(--color-ink);
  position: relative;
  padding-right: 2.9rem;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 106, 136, 0.12);
  color: var(--color-brand);
  font-weight: 800;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 1.2rem 1.1rem;
  color: var(--color-ink-soft);
}

.contact-card {
  display: grid;
  gap: 0.75rem;
}

.contact-card a {
  color: var(--color-brand);
  font-weight: 700;
}

.contact-form-real {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-notice {
  grid-column: 1 / -1;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-notice--success {
  background: rgba(31, 157, 98, 0.12);
  color: #0c6c41;
  border: 1px solid rgba(31, 157, 98, 0.24);
}

.form-notice--error {
  background: rgba(207, 52, 55, 0.1);
  color: #9c1f24;
  border: 1px solid rgba(207, 52, 55, 0.24);
}

.contact-form-real__field {
  display: grid;
  gap: 0.45rem;
}

.contact-form-real__note {
  grid-column: 1 / -1;
  margin: 0 0 0.45rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(11, 106, 136, 0.22);
  background: rgba(11, 106, 136, 0.08);
  font-size: 0.88rem;
  color: var(--color-ink-soft);
}

.contact-form-real__field--full {
  grid-column: 1 / -1;
}

.contact-form-real__field span {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-ink-soft);
}

.contact-form-real input,
.contact-form-real select,
.contact-form-real textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  font: inherit;
  color: var(--color-ink);
  background: rgba(244, 247, 248, 0.82);
}

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

.contact-form-real input:focus,
.contact-form-real select:focus,
.contact-form-real textarea:focus {
  outline: 2px solid rgba(11, 106, 136, 0.28);
  outline-offset: 2px;
  border-color: rgba(11, 106, 136, 0.5);
  background: var(--color-white);
}

.contact-form-real__submit {
  grid-column: 1 / -1;
  width: auto;
  justify-self: start;
}

.ce-wpforms-wrap .wpforms-container {
  margin: 0;
}

.ce-wpforms-wrap .wpforms-field-label {
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  color: var(--color-ink-soft) !important;
}

.ce-wpforms-wrap .wpforms-field input,
.ce-wpforms-wrap .wpforms-field select,
.ce-wpforms-wrap .wpforms-field textarea {
  min-height: 52px;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  font: inherit;
  color: var(--color-ink);
  background: rgba(244, 247, 248, 0.82);
}

.ce-wpforms-wrap .wpforms-field textarea {
  min-height: 132px;
}

.ce-wpforms-wrap .wpforms-submit-container {
  margin-top: 0.5rem;
}

.ce-wpforms-wrap .wpforms-submit {
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-white);
  background: linear-gradient(120deg, var(--color-brand), #0f5f8d);
  box-shadow: 0 14px 26px rgba(10, 85, 122, 0.28);
}

.ce-wpforms-wrap .wpforms-submit:hover {
  background: linear-gradient(120deg, #0f5f8d, var(--color-brand));
}

.inner-section--cta {
  background: linear-gradient(180deg, var(--color-surface) 0%, #dce8ec 100%);
}

.inner-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2rem;
  background: var(--color-ink);
  color: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.inner-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

@media (max-width: 1024px) {
  .product-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .inner-card-grid,
  .contact-card-grid,
  .inner-list-layout,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

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

  .inner-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .product-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .product-catalog-card__body {
    padding: 0.62rem 0.65rem 0.7rem;
    min-height: 82px;
  }

  .product-category-bar__list {
    padding: 0.62rem 0;
  }

  .page-hero__content,
  .inner-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-hero__actions,
  .inner-cta__actions {
    width: 100%;
  }

  .page-hero__actions .button,
  .inner-cta__actions .button {
    width: 100%;
  }

  .inner-card,
  .contact-card,
  .inner-list-card,
  .contact-form-real,
  .default-page-content,
  .process-list li,
  .inner-cta {
    padding: 1.35rem;
  }

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

@media (max-width: 520px) {
  .product-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* === 2026 Premium Frontend Refresh === */
:root {
  --ce-navy-900: #081f3f;
  --ce-navy-800: #0b2d56;
  --ce-navy-700: #114472;
  --ce-green-500: #5fae3f;
  --ce-green-600: #4e9632;
  --ce-white: #ffffff;
  --ce-surface-50: #f4f8fb;
  --ce-surface-100: #eaf1f6;
  --ce-surface-200: #d6e2ed;
  --ce-ink-900: #142b46;
  --ce-ink-700: #3c5672;
  --ce-shadow-sm: 0 8px 18px rgba(9, 34, 62, 0.08);
  --ce-shadow-md: 0 20px 45px rgba(9, 34, 62, 0.15);
  --ce-shadow-lg: 0 30px 60px rgba(9, 34, 62, 0.2);
  --ce-radius-sm: 10px;
  --ce-radius-md: 16px;
  --ce-radius-lg: 22px;
}

body {
  font-family: "Manrope", "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ce-ink-900);
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
  color: var(--ce-navy-900);
}

.site-header {
  border-bottom: 1px solid rgba(10, 39, 71, 0.12);
  box-shadow: 0 12px 28px rgba(10, 39, 71, 0.06);
}

.topbar--light {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.topbar__inner {
  padding: 0.72rem 0;
  gap: 1rem;
  align-items: center;
}

.site-logo--header {
  display: inline-flex;
  align-items: center;
  min-width: 160px;
}

.site-logo--header img,
.site-logo--header .custom-logo {
  max-height: 56px;
  width: auto;
}

.topbar__actions {
  margin-left: auto;
  gap: 0.75rem;
}

.topbar__link {
  color: var(--ce-navy-800);
  font-weight: 800;
  font-size: 0.9rem;
}

.topbar__location {
  color: var(--ce-ink-700);
  font-weight: 700;
  font-size: 0.9rem;
}

.country-switcher {
  position: relative;
  display: inline-flex;
}

.country-switcher__trigger {
  min-height: 36px;
  border: 1px solid rgba(10, 39, 71, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ce-navy-800);
  padding: 0.36rem 0.72rem;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.country-switcher__trigger:hover,
.country-switcher__trigger:focus {
  border-color: rgba(11, 53, 95, 0.35);
  box-shadow: 0 6px 14px rgba(10, 39, 71, 0.12);
  background: #ffffff;
}

.country-switcher__selected {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.country-switcher__flag {
  font-size: 1rem;
  line-height: 1;
}

.country-switcher__name {
  white-space: nowrap;
}

.country-switcher__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.country-switcher.is-open .country-switcher__caret {
  transform: rotate(225deg) translateY(-1px);
}

.country-switcher__menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0.38rem;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid rgba(13, 49, 87, 0.14);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(10, 39, 71, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 120;
}

.country-switcher.is-open .country-switcher__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.country-switcher__option {
  width: 100%;
  border: 0;
  background: transparent;
  gap: 0.55rem;
  border-radius: 8px;
  padding: 0.48rem 0.52rem;
  font-size: 0.88rem;
  color: var(--ce-navy-800);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  grid-template-columns: auto 1fr auto;
  display: grid;
  align-items: center;
}

.country-switcher__option:hover,
.country-switcher__option:focus {
  background: rgba(11, 53, 95, 0.08);
}

.country-switcher__option.is-active {
  background: rgba(95, 174, 63, 0.15);
  color: #245a19;
}

.country-switcher__phone {
  font-size: 0.76rem;
  color: var(--ce-ink-700);
  font-weight: 700;
  white-space: nowrap;
}

.country-switcher--mobile {
  display: none;
  width: fit-content;
}

.country-switcher--mobile .country-switcher__trigger {
  min-height: 38px;
  font-size: 0.84rem;
}

.site-header__cta {
  min-height: 42px;
  min-width: 186px;
  padding: 0.62rem 1rem;
  font-size: 0.88rem;
  border-radius: 999px;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.18rem;
  border: 1px solid rgba(10, 39, 71, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.lang-switcher__link {
  min-width: 34px;
  min-height: 28px;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  color: var(--ce-navy-800);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}

.lang-switcher__link.is-active {
  background: var(--ce-navy-800);
  color: #ffffff;
}

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

.button {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.button--primary {
  background: linear-gradient(135deg, var(--ce-green-500) 0%, var(--ce-green-600) 100%);
  color: var(--ce-white);
}

.button--primary:hover,
.button--primary:focus {
  background: linear-gradient(135deg, #4c9530 0%, #3f7e28 100%);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.6);
}

.button--secondary-light {
  background: rgba(255, 255, 255, 0.09);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(10, 39, 71, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
  border-radius: 12px;
  cursor: pointer;
  padding: 0.42rem;
  margin-left: 0.2rem;
  flex-shrink: 0;
  box-shadow: 0 10px 18px rgba(10, 39, 71, 0.12);
}

.nav-toggle__line {
  display: block;
  width: 20px;
  height: 2.2px;
  background: var(--ce-navy-900);
  border-radius: 999px;
  margin: 0.19rem auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-mobile-nav-open .nav-toggle__line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.site-header.is-mobile-nav-open .nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.site-header.is-mobile-nav-open .nav-toggle__line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.primary-nav__mobile-meta {
  display: none;
}

.site-nav-band {
  background: linear-gradient(90deg, var(--ce-navy-900) 0%, var(--ce-navy-800) 100%);
}

.site-header__inner {
  padding: 0;
}

.primary-nav .menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  padding: 0.42rem 0;
}

.primary-nav .menu-item {
  position: relative;
}

.primary-nav .menu-item > a,
.menu-item__link-wrap > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0.65rem 0.95rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.primary-nav .menu-item > a:hover,
.primary-nav .menu-item > a:focus,
.menu-item__link-wrap > a:hover,
.menu-item__link-wrap > a:focus,
.primary-nav .menu-item:focus-within > .menu-item__link-wrap > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.menu-item--has-children > .menu-item__link-wrap {
  display: flex;
  align-items: center;
}

.submenu-toggle {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.45rem;
  cursor: pointer;
}

.submenu-toggle__icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.22s ease;
}

.menu-item--has-children:hover > .menu-item__link-wrap .submenu-toggle__icon,
.menu-item--has-children:focus-within > .menu-item__link-wrap .submenu-toggle__icon,
.menu-item--has-children.is-open > .menu-item__link-wrap .submenu-toggle__icon {
  transform: rotate(225deg) translateY(-1px);
}

.sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 250px;
  padding: 0.5rem;
  margin: 0;
  border-radius: var(--ce-radius-md);
  background: #fdfefe;
  border: 1px solid rgba(13, 49, 87, 0.12);
  box-shadow: var(--ce-shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 70;
}

.sub-menu li a {
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  color: var(--ce-ink-900);
  font-size: 0.9rem;
  font-weight: 700;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
  background: var(--ce-surface-50);
  color: var(--ce-navy-800);
}

@media (min-width: 1025px) {
  .menu-item--has-children:hover > .sub-menu,
  .menu-item--has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .submenu-toggle {
    pointer-events: none;
  }
}

.hero--premium {
  position: relative;
  overflow: hidden;
}

.hero--premium .hero__slider,
.hero--premium .hero__overlay {
  position: absolute;
  inset: 0;
}

.hero--premium .hero__slider {
  z-index: 1;
}

.hero--premium .hero__slide {
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.03);
  animation: hero-cycle 24s linear infinite;
  animation-delay: calc(var(--hero-index) * 6s);
}

.hero--premium .hero__overlay {
  z-index: 2;
  background:
    linear-gradient(110deg, rgba(7, 29, 59, 0.82) 0%, rgba(10, 40, 74, 0.6) 45%, rgba(8, 35, 62, 0.58) 100%),
    linear-gradient(180deg, rgba(4, 24, 46, 0.1), rgba(4, 24, 46, 0.4));
}

.hero--premium .hero__content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  min-height: clamp(560px, 72vh, 680px);
  align-content: center;
  padding: clamp(5rem, 8vw, 7rem) 0;
}

.hero__kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(233, 244, 255, 0.86);
}

.hero--premium h1 {
  color: #ffffff;
  font-size: clamp(2.1rem, 4.2vw, 3.65rem);
  margin-bottom: 0.25rem;
  max-width: 16ch;
}

.hero--premium .hero__lead {
  color: rgba(239, 246, 252, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  max-width: 52ch;
  margin-bottom: 0.3rem;
}

.hero__lead-filter {
  margin-top: 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  width: min(100%, 54ch);
  padding: 0.78rem 0.92rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(6, 24, 47, 0.42);
  color: rgba(247, 252, 255, 0.92);
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero__lead-filter p {
  margin: 0;
}

.hero__lead-filter strong {
  color: #ffffff;
}

.hero__lead-filter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(95, 174, 63, 0.22);
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.hero__metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
}

.credibility-strip {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
  border-top: 1px solid rgba(10, 39, 71, 0.08);
  border-bottom: 1px solid rgba(10, 39, 71, 0.1);
}

.credibility-strip__inner {
  padding: 2rem 0;
}

.credibility-strip__title {
  margin: 0 0 1.2rem;
  font-size: clamp(1.02rem, 1.9vw, 1.3rem);
  font-weight: 800;
  color: var(--ce-navy-800);
}

.credibility-strip__text {
  margin: -0.5rem 0 1.15rem;
  max-width: 70ch;
  color: #36597a;
  font-size: 0.95rem;
  line-height: 1.6;
}

.credibility-strip__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.credibility-strip__list li {
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(14, 54, 96, 0.12);
  background: #ffffff;
  box-shadow: var(--ce-shadow-sm);
}

.credibility-strip__list strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--ce-navy-800);
  font-size: 0.92rem;
}

.credibility-strip__list span {
  color: var(--ce-ink-700);
  font-size: 0.88rem;
}

.credibility-strip__metrics {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.credibility-strip__metrics span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  border: 1px solid rgba(14, 54, 96, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ce-navy-800);
  font-size: 0.8rem;
  font-weight: 700;
}

.section--trust-local {
  background: linear-gradient(180deg, #f6fafc 0%, #edf4f8 100%);
  border-top: 1px solid rgba(10, 39, 71, 0.08);
  border-bottom: 1px solid rgba(10, 39, 71, 0.08);
}

.section--clean {
  padding-top: clamp(3.6rem, 7vw, 5.2rem);
  padding-bottom: clamp(3.6rem, 7vw, 5.2rem);
}

.section-heading--services {
  max-width: 58rem;
}

.section-heading--services p:last-child {
  color: var(--ce-ink-700);
}

.service-grid {
  gap: 1.4rem;
}

.service-card--premium {
  overflow: hidden;
  padding: 0;
  border-radius: var(--ce-radius-md);
  border: 1px solid rgba(12, 48, 86, 0.12);
  box-shadow: var(--ce-shadow-sm);
  background: #ffffff;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card--premium:hover,
.service-card--premium:focus-within {
  transform: translateY(-7px);
  border-color: rgba(12, 55, 98, 0.24);
  box-shadow: var(--ce-shadow-md);
}

.service-card__visual {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e9f2f8;
}

.service-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  transition: transform 0.35s ease;
}

.service-card--premium:hover .service-card__visual img,
.service-card--premium:focus-within .service-card__visual img {
  transform: scale(1.05);
}

.service-card__body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.service-card__body h3 {
  margin-bottom: 0.6rem;
  color: var(--ce-navy-900);
}

.service-card__body p {
  color: var(--ce-ink-700);
  margin-bottom: 0.8rem;
}

.service-card__body a {
  color: var(--ce-navy-800);
  font-weight: 800;
}

.final-cta--corporate {
  border-radius: var(--ce-radius-lg);
  background: linear-gradient(100deg, #0a274b 0%, #0f3a68 55%, #134978 100%);
  box-shadow: var(--ce-shadow-lg);
}

.final-cta--corporate h2,
.final-cta--corporate p {
  color: #ffffff;
}

.final-cta--corporate p {
  margin: 0;
  color: rgba(232, 242, 252, 0.86);
}

/* Hide duplicate floating WhatsApp/chat widgets from external plugins during demo. */
body .joinchat,
body .chaty-widget,
body #chaty-widget,
body .wh-widget-send-button,
body .elfsight-app-whatsapp {
  display: none !important;
}

.site-footer {
  padding: 4rem 0 1.3rem;
  background: linear-gradient(180deg, #081b35 0%, #061427 100%);
}

.site-footer__grid {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.site-footer__brand {
  max-width: 34ch;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 1rem;
}

.site-footer__logo img {
  width: auto;
  max-height: 60px;
}

.site-footer h3 {
  margin-bottom: 0.85rem;
  color: #ffffff;
  font-size: 1rem;
}

.site-footer__list a {
  color: rgba(232, 242, 252, 0.88);
}

.site-footer__list a:hover,
.site-footer__list a:focus {
  color: #ffffff;
}

.site-footer__bottom {
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer__legal {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer__legal a {
  color: rgba(232, 242, 252, 0.86);
  font-size: 0.9rem;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus {
  color: #ffffff;
}

@keyframes hero-cycle {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  6% {
    opacity: 1;
  }

  22% {
    opacity: 1;
    transform: scale(1.01);
  }

  28% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .site-nav-band {
    position: relative;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0.75rem;
    right: 0.75rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    padding: 0.55rem;
    border-radius: 16px;
    background: #fdfefe;
    border: 1px solid rgba(13, 49, 87, 0.13);
    box-shadow: 0 22px 44px rgba(10, 36, 63, 0.22);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    z-index: 75;
  }

  .site-header.is-mobile-nav-open .primary-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .primary-nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0;
  }

  .primary-nav .menu-item > a,
  .menu-item__link-wrap > a {
    width: 100%;
    min-height: 44px;
    padding: 0.74rem 0.8rem;
    color: var(--ce-ink-900);
    font-size: 0.92rem;
  }

  .primary-nav .menu-item > a:hover,
  .primary-nav .menu-item > a:focus,
  .menu-item__link-wrap > a:hover,
  .menu-item__link-wrap > a:focus {
    color: var(--ce-navy-800);
    background: var(--ce-surface-50);
  }

  .menu-item--has-children > .menu-item__link-wrap {
    justify-content: space-between;
    border-radius: 10px;
  }

  .submenu-toggle {
    margin-right: 0.12rem;
    color: var(--ce-navy-800);
    pointer-events: auto;
    align-self: center;
  }

  .sub-menu {
    position: static;
    min-width: 0;
    margin: 0 0.25rem;
    padding: 0 0.45rem;
    opacity: 0;
    visibility: hidden;
    transform: none;
    display: block;
    max-height: 0;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(10, 42, 75, 0.08);
    border-radius: 10px;
    transition: max-height 0.24s ease, opacity 0.2s ease, padding 0.24s ease, margin 0.24s ease, visibility 0.2s ease;
  }

  .menu-item--has-children.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 260px;
    margin: 0.1rem 0.25rem 0.35rem;
    padding: 0.45rem;
  }

  .sub-menu li a {
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.62rem 0.65rem;
  }

  .topbar--light,
  .site-header,
  .site-nav-band {
    background: #ffffff;
  }

  .topbar__inner {
    display: grid;
    grid-template-columns: minmax(136px, auto) auto;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 66px;
    gap: 0.7rem;
  }

  .topbar__actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: nowrap;
  }

  .topbar__separator,
  .site-header__cta,
  .lang-switcher {
    display: none;
  }

  .topbar__link {
    display: none;
  }

  .country-switcher--desktop {
    display: inline-flex;
  }

  .country-switcher--desktop .country-switcher__trigger {
    min-height: 36px;
    padding: 0.34rem 0.66rem;
    font-size: 0.8rem;
    box-shadow: 0 6px 14px rgba(11, 44, 79, 0.09);
  }

  .country-switcher--desktop .country-switcher__menu {
    left: auto;
    right: 0;
    min-width: 0;
    width: min(270px, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    overflow-x: hidden;
  }

  .hero--premium .hero__content {
    min-height: 560px;
  }

  .page-hero--import,
  .page-hero--customs,
  .page-hero--logistics,
  .page-hero--contact,
  .page-hero--services,
  .page-hero--products,
  .page-hero--about,
  .hero--premium .hero__slide {
    background-position: center center;
    background-size: cover;
  }

  .page-hero--services {
    background-position: 52% center;
  }

  .page-hero--contact {
    background-position: 54% center;
  }

  .page-hero--about {
    background-position: 46% center;
  }

  .primary-nav__mobile-meta {
    display: grid;
    gap: 0.72rem;
    padding: 0.88rem 0.5rem 0.58rem;
    margin-top: 0.65rem;
    border-top: 1px solid rgba(13, 49, 87, 0.14);
    border-radius: 12px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
  }

  .primary-nav__mobile-country {
    margin: 0;
    color: #2d4d6b;
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .primary-nav__mobile-link {
    display: inline-flex;
    align-items: center;
    gap: 0.46rem;
    min-height: 40px;
    width: fit-content;
    max-width: 100%;
    padding: 0.42rem 0.74rem;
    border: 1px solid rgba(8, 47, 85, 0.28);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 18px rgba(11, 44, 79, 0.12);
    color: #0a2f57;
    font-weight: 800;
    font-size: 0.92rem;
    line-height: 1;
    opacity: 1;
    text-decoration: none;
  }

  .primary-nav__mobile-link::before {
    content: "TEL";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 20px;
    padding: 0 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(8, 47, 85, 0.22);
    background: #edf4fa;
    color: #0b335d;
    font-size: 0.62rem;
    letter-spacing: 0.05em;
    font-weight: 900;
    line-height: 1;
  }

  .primary-nav__mobile-link:hover,
  .primary-nav__mobile-link:focus {
    border-color: rgba(8, 47, 85, 0.45);
    box-shadow: 0 12px 22px rgba(11, 44, 79, 0.16);
    color: #072847;
  }

  .lang-switcher--mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 164px;
    margin: 0.1rem 0 0.15rem;
    padding: 0.2rem;
    border: 1px solid rgba(8, 47, 85, 0.24);
    border-radius: 999px;
    background: #ecf3fa;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  }

  .lang-switcher--mobile .lang-switcher__link {
    min-width: 0;
    min-height: 31px;
    padding: 0.3rem 0.5rem;
    border: 1px solid rgba(10, 49, 87, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #123f68;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    font-weight: 900;
    opacity: 1;
    text-align: center;
  }

  .lang-switcher--mobile .lang-switcher__link.is-active {
    border-color: rgba(8, 47, 85, 0.9);
    background: linear-gradient(135deg, #0b3058 0%, #154a79 100%);
    color: #ffffff;
    box-shadow: 0 8px 14px rgba(8, 47, 85, 0.2);
  }

  .lang-switcher--mobile .lang-switcher__link:not(.is-active) {
    background: #ffffff;
    color: #204d76;
  }

  .lang-switcher--mobile .lang-switcher__link:hover,
  .lang-switcher--mobile .lang-switcher__link:focus {
    border-color: rgba(8, 47, 85, 0.48);
    color: #0c385f;
  }

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

  .primary-nav__mobile-cta {
    min-height: 43px;
    width: 100%;
    justify-content: center;
  }

  .credibility-strip__list,
  .service-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  body.nav-open {
    overflow: hidden;
  }

  .topbar__inner {
    padding: 0.5rem 0;
    min-height: 64px;
    align-items: center;
    grid-template-columns: minmax(108px, auto) auto;
    gap: 0.5rem;
  }

  .topbar__actions {
    width: auto;
    margin-left: auto;
    display: inline-flex;
    gap: 0.44rem;
    align-items: center;
    justify-content: flex-end;
    max-width: 62%;
  }

  .country-switcher--desktop .country-switcher__trigger {
    min-height: 34px;
    padding: 0.3rem 0.56rem;
    font-size: 0.74rem;
  }

  .country-switcher--desktop .country-switcher__menu {
    left: auto;
    right: 0;
    width: min(264px, calc(100vw - 0.9rem));
    max-width: calc(100vw - 0.9rem);
    padding: 0.34rem;
  }

  .country-switcher--desktop .country-switcher__option {
    grid-template-columns: auto 1fr;
    gap: 0.18rem 0.45rem;
    align-items: start;
  }

  .country-switcher--desktop .country-switcher__phone {
    grid-column: 2;
    white-space: normal;
    line-height: 1.22;
    font-size: 0.73rem;
  }

  .topbar__separator {
    display: none;
  }

  .lang-switcher--mobile {
    margin-right: 0;
    max-width: 156px;
  }

  .primary-nav__mobile-meta {
    gap: 0.66rem;
    padding: 0.82rem 0.46rem 0.5rem;
  }

  .primary-nav__mobile-country {
    font-size: 0.75rem;
  }

  .primary-nav__mobile-link {
    min-height: 38px;
    font-size: 0.88rem;
    padding: 0.38rem 0.66rem;
  }

  .primary-nav__mobile-link::before {
    min-width: 28px;
    min-height: 18px;
    font-size: 0.58rem;
  }

  .site-logo--header img,
  .site-logo--header .custom-logo {
    max-height: 44px;
  }

  .nav-toggle {
    margin-left: 0;
    width: 42px;
    height: 42px;
    padding: 0.36rem;
    flex-shrink: 0;
  }

  .site-nav-band {
    background: #ffffff;
    min-height: 0;
  }

  .primary-nav {
    top: 0.4rem;
    left: 0.65rem;
    right: 0.65rem;
    max-height: calc(100vh - 88px);
  }

  .country-switcher__menu {
    right: auto;
    left: 0;
    min-width: 228px;
  }

  .hero--premium .hero__content {
    min-height: 498px;
    padding-top: 4.5rem;
    padding-bottom: 3.8rem;
    gap: 0.72rem;
  }

  .page-hero--import,
  .page-hero--customs,
  .page-hero--logistics,
  .page-hero--contact,
  .page-hero--services,
  .page-hero--products,
  .page-hero--about,
  .hero--premium .hero__slide {
    background-position: center center;
    background-size: cover;
  }

  .page-hero--services {
    background-position: 54% center;
  }

  .page-hero--contact {
    background-position: 56% center;
  }

  .page-hero--about {
    background-position: 44% center;
  }

  .hero__kicker {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .hero--premium h1 {
    font-size: clamp(1.72rem, 8.6vw, 2.22rem);
    line-height: 1.15;
    margin-bottom: 0.12rem;
  }

  .hero--premium .hero__lead {
    font-size: 0.92rem;
    line-height: 1.54;
    margin-bottom: 0.22rem;
  }

  .hero__lead-filter {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 0.8rem;
  }

  .hero__metrics span {
    font-size: 0.74rem;
    min-height: 30px;
    padding: 0.28rem 0.58rem;
  }

  .hero__actions,
  .hero__actions .button,
  .final-cta__actions,
  .final-cta__actions .button {
    width: 100%;
  }

  .hero__actions {
    gap: 0.6rem;
    margin-top: 0.22rem;
  }

  .hero__actions .button:first-child {
    margin-bottom: 0.1rem;
  }

  .credibility-strip__inner {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .credibility-strip__metrics {
    gap: 0.45rem;
  }

  .credibility-strip__metrics span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .credibility-strip__text {
    margin-top: -0.2rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .home-page--corporate {
    padding-bottom: 5.2rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .country-switcher--desktop .country-switcher__trigger {
    min-height: 33px;
    font-size: 0.71rem;
    padding: 0.28rem 0.5rem;
  }

  .country-switcher--desktop .country-switcher__menu {
    width: calc(100vw - 0.75rem);
    max-width: calc(100vw - 0.75rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--premium .hero__slide {
    animation: none;
    opacity: 0;
  }

  .hero--premium .hero__slide:first-child {
    opacity: 1;
  }
}

/* === Blog Templates === */
.blog-page {
  background: #f5f9fc;
}

.blog-hero {
  background: linear-gradient(110deg, #0b2f58 0%, #0d3f6d 58%, #0b5b8f 100%);
  color: #ffffff;
}

.blog-hero__content {
  max-width: 820px;
  padding: 4.2rem 0;
}

.blog-hero__content h1 {
  margin-bottom: 0.7rem;
}

.blog-hero__content p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.blog-listing {
  padding: 2.2rem 0 4rem;
}

.blog-listing__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-card {
  background: #ffffff;
  border: 1px solid rgba(11, 47, 88, 0.12);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 10px 24px rgba(8, 39, 72, 0.08);
}

.blog-card h2 {
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
}

.blog-card h2 a {
  color: var(--ce-navy-900);
}

.blog-card__meta {
  font-size: 0.78rem;
  color: var(--ce-ink-700);
  margin-bottom: 0.65rem;
}

.blog-card__link {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 800;
  color: var(--ce-navy-800);
}

.blog-card--empty {
  max-width: 760px;
}

.blog-pagination {
  margin-top: 1.4rem;
}

.blog-article {
  background: #ffffff;
  border: 1px solid rgba(11, 47, 88, 0.12);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(8, 39, 72, 0.08);
  padding: 1.4rem;
}

.blog-article__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .blog-hero__content {
    padding: 3.4rem 0;
  }

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

  .blog-listing {
    padding: 1.6rem 0 3.2rem;
  }

  .blog-card,
  .blog-article {
    padding: 1.05rem;
  }
}

/* === Blog Enhancements (2026-04) === */
.blog-grid--featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.blog-card--modern {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card--modern:hover,
.blog-card--modern:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(8, 39, 72, 0.12);
}

.blog-card__image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.blog-card__visual {
  margin: 0;
  height: 100%;
}

.blog-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.blog-card--modern:hover .blog-card__visual img {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card__content h3 {
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.35;
}

.blog-card__content h3 a {
  color: var(--ce-navy-900);
  text-decoration: none;
}

.blog-card__content h3 a:hover {
  text-decoration: underline;
}

.blog-card__excerpt {
  color: var(--ce-ink-700);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__cta {
  margin-top: auto;
  font-weight: 700;
  color: var(--color-brand);
  text-decoration: none;
  font-size: 0.9rem;
}

.blog-hero--single {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.blog-hero--single::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(11, 47, 88, 0.7);
  z-index: -1;
}

.blog-hero--single .blog-hero__content {
  position: relative;
  z-index: 2;
}

.blog-hero__date {
  font-size: 0.85rem;
  opacity: 0.8;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-article__cta-box {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8fbff 0%, #edf4fa 100%);
  border: 1px solid rgba(11, 47, 88, 0.1);
  border-radius: 12px;
  text-align: center;
}

.blog-article__cta-box h3 {
  color: #0b335d;
  margin-bottom: 0.75rem;
}

.blog-article__cta-box p {
  color: #204d76;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .blog-grid--featured {
    grid-template-columns: 1fr;
  }
}

/* === Premium Editorial Layout (2026-04) === */
.premium-article__hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 6rem 0 4rem;
  color: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.premium-article__hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(11, 47, 88, 0.85) 0%, rgba(5, 25, 48, 0.95) 100%);
  z-index: 1;
}

.premium-article__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.premium-article__breadcrumbs {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.premium-article__breadcrumbs a {
  color: var(--color-brand);
  text-decoration: none;
}

.premium-article__breadcrumbs .separator {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}

.premium-article__title {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #fff;
}

.premium-article__meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.premium-article__body-wrapper {
  background: #fff;
  padding: 4rem 0;
}

.premium-article__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 4rem;
  align-items: start;
}

.editorial-content {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ce-ink-800);
  max-width: 760px;
}

.editorial-content h2 {
  font-size: 1.72rem;
  color: var(--ce-navy-900);
  margin: 2.6rem 0 1rem;
  line-height: 1.28;
}

.editorial-content h3 {
  font-size: 1.36rem;
  color: var(--ce-navy-900);
  margin: 2rem 0 0.85rem;
  line-height: 1.35;
}

.editorial-content p {
  margin-bottom: 1.25rem;
  color: #294767;
}

.editorial-content ul,
.editorial-content ol {
  margin: 0.65rem 0 1.7rem 1.2rem;
  padding: 0;
}

.editorial-content li {
  margin-bottom: 0.55rem;
  padding-left: 0.2rem;
}

.article-inline-media {
  margin: 2rem 0 2.4rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(11, 47, 88, 0.08);
  box-shadow: 0 16px 28px rgba(8, 39, 72, 0.12);
}

.article-inline-media--lead {
  margin-top: 0.2rem;
}

.article-inline-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.editorial-cta {
  margin-top: 4rem;
  background: linear-gradient(135deg, var(--ce-navy-900) 0%, var(--ce-navy-800) 100%);
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 40px rgba(11, 47, 88, 0.15);
}

.editorial-cta h3 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.editorial-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.premium-article__sidebar {
  position: sticky;
  top: 100px;
  max-width: 300px;
}

.sidebar-widget {
  background: #f8fbff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(11, 47, 88, 0.08);
}

.sidebar-widget--author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: var(--ce-navy-900);
}

.author-info p {
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--ce-ink-600);
  margin: 0;
}

.premium-related {
  background: #f2f7fc;
  padding: 5rem 0;
  border-top: 1px solid rgba(11, 47, 88, 0.05);
}

@media (max-width: 1024px) {
  .premium-article__layout {
    grid-template-columns: 1fr;
  }
  
  .premium-article__sidebar {
    position: static;
    max-width: 100%;
    display: block;
  }
  
  .sidebar-widget {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .premium-article__hero {
    padding: 4rem 0 3rem;
    min-height: auto;
  }
  
  .premium-article__title {
    font-size: 2rem;
  }
  
  .premium-article__sidebar {
    grid-template-columns: 1fr;
  }
  
  .editorial-content {
    font-size: 1.05rem;
  }

  .editorial-content h2 {
    font-size: 1.46rem;
    margin-top: 2.2rem;
  }

  .editorial-content h3 {
    font-size: 1.2rem;
  }
  
  .editorial-cta {
    padding: 2.5rem 1.5rem;
  }
}

/* === 2026-04 Institutional + Products + Contact Refinements === */
.product-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-catalog-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.product-catalog-card:hover,
.product-catalog-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(8, 39, 58, 0.14);
  border-color: rgba(14, 92, 132, 0.28);
}

.product-catalog-card__body {
  min-height: 144px;
}

.product-catalog-card__body h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-catalog-card__body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-catalog-card__placeholder {
  color: var(--ce-ink-700);
  font-style: italic;
}

.product-catalog-card__status {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 50, 90, 0.2);
  background: rgba(11, 53, 95, 0.06);
  color: var(--ce-navy-800);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-footer__dev-credit {
  margin: 0;
  color: rgba(232, 242, 252, 0.84);
  font-size: 0.9rem;
}

.site-footer__dev-credit a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__dev-credit a:hover,
.site-footer__dev-credit a:focus {
  text-decoration: underline;
}

.contact-map-frame {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(18, 48, 71, 0.12);
  box-shadow: 0 14px 30px rgba(9, 34, 62, 0.1);
  min-height: 280px;
}

.contact-map-frame iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.section--catalog-preview {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}

.product-grid--placeholder .product-card--placeholder {
  min-height: 100%;
  border-style: dashed;
  border-color: rgba(10, 50, 90, 0.22);
  background:
    radial-gradient(circle at top right, rgba(84, 154, 56, 0.08), transparent 44%),
    #ffffff;
}

.product-grid--placeholder .product-card__body {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.product-card__placeholder-tag {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--ce-navy-800);
  border: 1px solid rgba(13, 49, 87, 0.22);
  background: rgba(11, 53, 95, 0.06);
}

.inner-page--aviso-de-privacidad .inner-list-layout,
.inner-page--terminos-y-condiciones .inner-list-layout {
  grid-template-columns: 1fr;
  max-width: 940px;
  margin: 0 auto;
  gap: 1rem;
}

.inner-page--aviso-de-privacidad .inner-section__heading,
.inner-page--terminos-y-condiciones .inner-section__heading {
  max-width: 100%;
  margin-bottom: 0.75rem;
}

.inner-page--aviso-de-privacidad .inner-check-list,
.inner-page--terminos-y-condiciones .inner-check-list {
  gap: 0.95rem;
}

.inner-page--aviso-de-privacidad .inner-check-list li,
.inner-page--terminos-y-condiciones .inner-check-list li {
  padding-left: 1.3rem;
  line-height: 1.68;
  font-weight: 500;
}

.inner-page--aviso-de-privacidad .inner-list-card,
.inner-page--terminos-y-condiciones .inner-list-card {
  border-radius: 18px;
  border-color: rgba(11, 47, 88, 0.14);
}

.inner-page--aviso-de-privacidad .inner-cta,
.inner-page--terminos-y-condiciones .inner-cta {
  background: linear-gradient(100deg, #123255 0%, #184570 100%);
}

@media (max-width: 1200px) {
  .product-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .product-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .product-catalog-card__body {
    min-height: 122px;
    padding: 0.72rem;
  }

  .product-catalog-card__body h3 {
    font-size: 0.86rem;
  }

  .product-catalog-card__body p {
    font-size: 0.77rem;
    -webkit-line-clamp: 2;
  }

  .product-catalog-card__status {
    font-size: 0.68rem;
  }

  .product-card__placeholder-tag {
    font-size: 0.7rem;
  }

  .site-footer__bottom {
    align-items: flex-start;
  }

  .site-footer__dev-credit {
    width: 100%;
  }
}

/* === WhatsApp Floating Button (V2) === */
.floating-wa-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  transition: transform 0.3s ease;
  text-decoration: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  display: block;
}

.floating-wa-btn::before,
.floating-wa-btn::after {
  display: none !important;
}

.floating-wa-btn:hover,
.floating-wa-btn:focus {
  transform: translateY(-4px);
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.floating-wa-btn svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transition: filter 0.3s ease;
}

.floating-wa-btn:hover svg {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}

@media (max-width: 768px) {
  .floating-wa-btn {
    bottom: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
  }
}

/* Desktop layout for credibility strip */
.credibility-strip__list.credibility-strip__list--compact {
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-end;
}

/* === 2026-04 Mobile UX Enhancements === */
@media (max-width: 768px) {
  .section {
    padding: 5.5rem 0 !important;
  }
  
  .section-heading {
    margin-bottom: 2.8rem;
  }
  
  .service-grid, 
  .product-grid {
    gap: 1.8rem;
  }
  
  .service-card, 
  .product-card {
    padding: 1.5rem;
  }
  
  .service-card p,
  .product-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  
  .hero__content h1 {
    font-size: clamp(2rem, 8vw, 2.4rem);
    line-height: 1.15;
    margin-bottom: 1.2rem;
  }
  
  .hero__lead {
    font-size: 1.05rem;
    margin-bottom: 2.2rem;
  }
  
  .credibility-strip__list.credibility-strip__list--compact {
    flex-direction: column !important;
    gap: 1.8rem !important;
    align-items: flex-start !important;
  }
}
