:root {
  --red: #cc0a2f;
  --red-dark: #9f0825;
  --yellow: #f0e500;
  --yellow-soft: #fffbd1;
  --charcoal: #272526;
  --gray-dark: #524f52;
  --gray: #b3b3b3;
  --line: #dedddd;
  --surface: #ffffff;
  --canvas: #f5f5f5;
  --text: #292729;
  --muted: #686568;
  --success: #1f7a4c;
  --shadow: 0 18px 45px rgba(39, 37, 38, 0.12);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--canvas);
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px;
  background: var(--yellow); color: var(--charcoal); font-weight: 800;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--gray-dark); color: #fff; font-size: .78rem; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); margin-right: 7px; }
.utility-links { display: flex; align-items: stretch; align-self: stretch; gap: 16px; }
.utility-links a { display: flex; align-items: center; font-weight: 700; }
.utility-login { background: var(--red); padding-inline: 18px; }
.language-switcher { align-self: center; display: inline-flex; padding: 2px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(39,37,38,.25); }
.language-option { display: inline-flex; align-items: center; justify-content: center; min-width: 35px; min-height: 25px; padding: 3px 8px; border: 0; border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .05em; }
.language-option.active { background: var(--yellow); color: var(--charcoal); }
.language-option:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

.site-header {
  position: sticky; z-index: 1000; top: 0; background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(39, 37, 38, .12); backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 178px; max-height: 70px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 2px; font-size: .81rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.main-nav > a, .nav-drop-button { padding: 30px 10px 27px; border-bottom: 4px solid transparent; }
.main-nav > a:hover, .main-nav > a.active, .nav-drop-button:hover, .nav-dropdown.open .nav-drop-button { color: var(--red); border-bottom-color: var(--red); }
.nav-drop-button { border-top: 0; border-right: 0; border-left: 0; background: transparent; color: inherit; cursor: pointer; text-transform: uppercase; font-weight: 800; }
.nav-dropdown { position: relative; }
.dropdown-panel {
  position: absolute; top: calc(100% - 3px); left: 0; width: 335px; padding: 10px;
  border-top: 4px solid var(--red); border-radius: 0 0 12px 12px; background: #fff;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease;
}
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel, .nav-dropdown.open .dropdown-panel { opacity: 1; visibility: visible; transform: none; }
.dropdown-panel a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--gray-dark); text-transform: none; }
.dropdown-panel a:hover { color: var(--red); background: var(--canvas); }
.main-nav .nav-cta { margin-left: 8px; padding: 12px 18px; border: 0; border-radius: 5px; background: var(--red); color: #fff; box-shadow: 0 7px 18px rgba(204,10,47,.22); }
.main-nav .nav-cta:hover, .main-nav .nav-cta.active { background: var(--red-dark); color: #fff; border: 0; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 0; border-radius: 6px; background: var(--charcoal); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--yellow); transition: .2s; }

.noscript { padding: 14px; text-align: center; background: #fff0f3; color: var(--red-dark); font-weight: 700; }

.hero {
  position: relative; isolation: isolate; min-height: 650px; overflow: hidden; display: grid; align-items: center;
  background: var(--charcoal) url('../img/drive/portada-equipo-ppe.webp') center/cover no-repeat; color: #fff;
}
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(26,24,25,.96) 0%, rgba(39,37,38,.76) 47%, rgba(39,37,38,.2) 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; right: -80px; bottom: -150px; width: 500px; height: 500px; border: 90px solid rgba(240,229,0,.16); border-radius: 50%; }
.hero-content { width: min(750px, 68%); padding: 100px 0; }
.eyebrow { margin: 0 0 15px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.yellow { color: var(--yellow); }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(2.6rem, 5.5vw, 5.25rem); line-height: .98; letter-spacing: -.05em; text-wrap: balance; }
.hero h1 strong { color: var(--yellow); font-weight: 900; }
.hero-lead { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #fff; font-size: .86rem; font-weight: 700; }
.trust-line li::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; background: var(--yellow); color: var(--charcoal); font-size: .72rem; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 2px solid transparent; border-radius: 5px; background: var(--red); color: #fff; font-weight: 850; cursor: pointer; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button.secondary { background: var(--yellow); color: var(--charcoal); }
.button.secondary:hover { background: #fff44b; }
.button.outline { border-color: currentColor; background: transparent; color: var(--charcoal); }
.button.outline:hover { background: var(--charcoal); color: #fff; }
.button.light { border-color: #fff; background: transparent; color: #fff; }
.button.light:hover { background: #fff; color: var(--charcoal); }
.text-link { color: var(--red); font-weight: 850; }
.text-link::after { content: " →"; }

.section { padding: 92px 0; }
.section.compact { padding: 66px 0; }
.section.dark { background: var(--charcoal); color: #fff; }
.section.white { background: #fff; }
.section.yellow { background: var(--yellow); }
.section.red { background: var(--red); color: #fff; }
.section-header { max-width: 760px; margin-bottom: 40px; }
.section-header.center { margin-inline: auto; text-align: center; }
.section-header h2, .split h2, .cta-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; }
.section-header p, .split-copy > p { color: var(--muted); font-size: 1.05rem; }
.dark .section-header p, .dark .split-copy > p, .red .section-header p { color: rgba(255,255,255,.75); }

.proof-strip { position: relative; z-index: 2; margin-top: -52px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.proof-item { min-height: 115px; padding: 24px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 16px; }
.proof-item:last-child { border-right: 0; }
.proof-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--charcoal); font-weight: 900; }
.proof-item strong { display: block; line-height: 1.2; }
.proof-item small { color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.service-card, .feature-card, .post-card, .norm-card, .solution-card {
  position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(39,37,38,.06);
}
.service-card { min-height: 390px; padding: 0; display: flex; flex-direction: column; }
.service-card::before { content: ""; position: absolute; top: 0; left: 0; width: 62px; height: 7px; background: var(--red); transition: width .2s; }
.service-card:hover::before { width: 100%; }
.service-card-media { position: relative; height: 170px; overflow: hidden; background: var(--charcoal); }
.service-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(39,37,38,.58)); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card-media img[src*="control-roedores-estacion.jpg"],
.photo-tile img[src*="control-roedores-estacion.jpg"] { object-position: center 78%; }
.service-card:hover .service-card-media img { transform: scale(1.04); }
.service-card-body { flex: 1; padding: 24px 26px 27px; display: flex; flex-direction: column; }
.card-kicker { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3, .feature-card h3, .post-card h3, .norm-card h3, .solution-card h3 { margin: 18px 0 10px; font-size: 1.25rem; line-height: 1.2; }
.service-card p, .feature-card p, .post-card p, .norm-card p, .solution-card p { margin: 0; color: var(--muted); }
.service-card .text-link { margin-top: auto; padding-top: 24px; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; margin-top: 6px; border-radius: 15px; background: var(--yellow-soft); font-size: 1.55rem; }
.service-card-body .service-icon { position: relative; z-index: 2; margin: -52px 0 16px; border: 5px solid #fff; background: var(--yellow); box-shadow: 0 7px 18px rgba(39,37,38,.15); }
.card-number { position: absolute; z-index: 2; right: 18px; top: 13px; color: rgba(255,255,255,.78); text-shadow: 0 2px 10px rgba(0,0,0,.35); font-size: 3.4rem; line-height: 1; font-weight: 900; }

.visual-showcase { background: var(--charcoal); color: #fff; }
.visual-showcase .section-header p { color: rgba(255,255,255,.72); }
.photo-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 255px; gap: 14px; }
.photo-tile { position: relative; grid-column: span 5; min-width: 0; margin: 0; overflow: hidden; border-radius: 14px; background: #111; }
.photo-tile-wide { grid-column: span 7; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-tile:hover img { transform: scale(1.025); }
.photo-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(18,17,18,.9)); }
.photo-tile figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: #fff; font-weight: 850; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-accent { position: absolute; right: -18px; bottom: -18px; width: 55%; padding: 24px; border-radius: 12px; background: var(--yellow); color: var(--charcoal); box-shadow: var(--shadow); }
.media-accent strong { display: block; font-size: 1.15rem; }
.check-list { padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--charcoal); font-size: .72rem; font-weight: 900; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: process; }
.process-step { position: relative; padding: 28px 24px 24px 70px; border-top: 1px solid var(--gray); counter-increment: process; }
.process-step::before { content: counter(process, decimal-leading-zero); position: absolute; top: 24px; left: 0; color: var(--yellow); font-size: 1.65rem; font-weight: 900; }
.process-step::after { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--red); }
.process-step h3 { margin: 0 0 8px; font-size: 1rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.industry-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.industry-item { min-height: 130px; padding: 18px 12px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: center; font-weight: 800; }
.industry-item span { color: var(--red); font-size: 1.65rem; }

.clients-section { position: relative; overflow: hidden; border-top: 4px solid var(--yellow); }
.clients-section::after { content: ""; position: absolute; top: 0; left: 0; width: 27%; height: 4px; background: var(--red); }
.clients-heading-row { position: relative; }
.clients-heading-row .section-header { margin-bottom: 26px; }
.client-motion-toggle { min-height: 42px; margin: 0 auto 24px; padding: 9px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--charcoal); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.client-motion-toggle:hover { border-color: var(--red); color: var(--red-dark); }
.client-motion-toggle:focus-visible { outline: 3px solid rgba(240,229,0,.62); outline-offset: 3px; }
.client-motion-icon { width: 17px; color: var(--red); text-align: center; font-size: .72rem; }
.client-marquee { --client-logo-gap: 18px; position: relative; width: 100%; overflow: hidden; padding: 10px 0 18px; }
.client-marquee::before, .client-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(28px, 7vw, 110px); pointer-events: none; }
.client-marquee::before { left: 0; background: linear-gradient(90deg, #fff 15%, rgba(255,255,255,0)); }
.client-marquee::after { right: 0; background: linear-gradient(270deg, #fff 15%, rgba(255,255,255,0)); }
.client-logo-track { width: max-content; display: flex; animation: client-logo-scroll 46s linear infinite; will-change: transform; }
.client-logo-group { flex: none; display: flex; align-items: stretch; gap: var(--client-logo-gap); padding-right: var(--client-logo-gap); }
.client-logo { width: 188px; height: 128px; padding: 13px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 26px rgba(39,37,38,.08); }
.client-logo img { width: 100%; height: 100%; object-fit: contain; transition: transform .22s ease; }
.client-logo:hover img { transform: scale(1.04); }
.client-marquee:hover .client-logo-track, .clients-section.is-paused .client-logo-track { animation-play-state: paused; }

@keyframes client-logo-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}

.blog-feature { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: var(--radius); background: var(--charcoal); color: #fff; }
.blog-feature img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.blog-feature-copy { padding: clamp(32px, 6vw, 65px); display: flex; flex-direction: column; justify-content: center; }
.blog-feature-copy h3 { margin: 12px 0 16px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; }
.blog-feature-copy p { color: rgba(255,255,255,.75); }
.post-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post-body { padding: 25px; }
.post-meta { display: flex; gap: 10px; color: var(--red); font-size: .72rem; font-weight: 900; text-transform: uppercase; }

.cta-band { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 40px; }
.cta-band p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.8); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.page-hero { position: relative; overflow: hidden; min-height: 390px; display: grid; align-items: end; background: var(--charcoal); color: #fff; }
.page-hero.has-image { background-position: center; background-size: cover; }
.page-hero.has-image[style*="control-roedores-estacion.jpg"] { background-position: center 78%; }
.page-hero.has-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39,37,38,.95), rgba(39,37,38,.45)); }
.page-hero::after { content: ""; position: absolute; right: -70px; top: -120px; width: 390px; height: 390px; border-radius: 50%; border: 70px solid rgba(240,229,0,.18); }
.page-hero .container { position: relative; z-index: 1; padding-block: 85px 55px; }
.page-hero h1 { max-width: 860px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.page-hero p { max-width: 740px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 700; }
.breadcrumbs a:hover { color: var(--yellow); }

.service-summary { display: grid; grid-template-columns: 1fr 330px; gap: 65px; align-items: start; }
.content-copy h2 { margin: 0 0 18px; font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.08; }
.content-copy h3 { margin: 36px 0 10px; font-size: 1.35rem; }
.content-copy p { color: var(--muted); }
.content-copy ul { padding-left: 20px; }
.content-copy li { margin: 8px 0; }
.side-panel { position: sticky; top: 112px; padding: 28px; border-top: 7px solid var(--red); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.side-panel h2 { margin-top: 0; font-size: 1.25rem; }
.side-panel .button { width: 100%; margin-top: 15px; }
.data-list { margin: 0; }
.data-list div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.data-list div:last-child { border: 0; }
.data-list dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.data-list dd { margin: 2px 0 0; font-weight: 800; }

.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .norm-card, .solution-card { padding: 28px; }
.feature-card .service-icon, .norm-card .service-icon { margin-bottom: 20px; }
.feature-card h3, .norm-card h3, .solution-card h3 { margin-top: 0; }
.warning-box, .info-box { margin: 28px 0; padding: 20px 22px; border-left: 6px solid var(--red); background: #fff0f3; border-radius: 0 10px 10px 0; }
.info-box { border-left-color: var(--yellow); background: var(--yellow-soft); }
.warning-box strong, .info-box strong { display: block; margin-bottom: 4px; }

.directorio-section { border-top: 1px solid var(--line); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.team-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 24%; background: #e7e6e6; }
.team-card-body { padding: 27px; }
.team-role { display: block; min-height: 2.7em; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.team-card h3 { margin: 10px 0 7px; font-size: 1.35rem; line-height: 1.16; }
.team-profession { margin: 0 0 20px; color: var(--muted); font-weight: 750; }
.team-contact { padding-top: 17px; border-top: 1px solid var(--line); font-style: normal; }
.team-contact a { display: block; margin: 7px 0; color: var(--charcoal); font-size: .9rem; font-weight: 800; overflow-wrap: anywhere; }
.team-contact a:hover { color: var(--red); }
.team-note { max-width: 900px; margin: 26px auto 0; color: var(--muted); font-size: .84rem; text-align: center; }

.tabs { display: flex; gap: 8px; margin-bottom: 30px; overflow-x: auto; }
.tab-button { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; font-weight: 800; }
.tab-button.active, .tab-button:hover { border-color: var(--red); background: var(--red); color: #fff; }
.post-card.hidden { display: none; }

.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 60px; align-items: start; }
.article-body { background: #fff; padding: clamp(25px, 5vw, 58px); border-radius: var(--radius); }
.article-body h2 { margin-top: 45px; font-size: 1.8rem; }
.article-body p, .article-body li { color: #4f4c4e; }
.article-aside { position: sticky; top: 115px; }
.article-aside .side-panel { position: static; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; }
.contact-card { padding: 34px; border-radius: var(--radius); background: var(--charcoal); color: #fff; }
.contact-card h2 { margin-top: 0; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-detail { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-detail small { display: block; color: var(--yellow); font-weight: 800; text-transform: uppercase; }
.contact-form { padding: clamp(25px, 5vw, 48px); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #c9c7c8; border-radius: 7px; background: #fff; color: var(--text); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(240,229,0,.45); border-color: var(--charcoal); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; font-size: .78rem; color: var(--muted); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; }

.portal-shell { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.portal-info { padding: clamp(30px, 5vw, 56px); background: var(--charcoal); color: #fff; }
.portal-info p { color: rgba(255,255,255,.7); }
.portal-login { padding: clamp(30px, 5vw, 56px); background: #fff; }
.portal-login .field { margin-bottom: 16px; }
.portal-login .button { width: 100%; }

.placeholder { display: inline-block; padding: 2px 6px; border: 1px dashed var(--red); background: #fff0f3; color: var(--red-dark); font-family: Consolas, monospace; font-size: .88em; }
.spec-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.swatch { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.swatch-color { height: 90px; }
.swatch p { margin: 0; padding: 12px; font-size: .75rem; }
.route-table { width: 100%; border-collapse: collapse; background: #fff; }
.route-table th, .route-table td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.route-table th { background: var(--charcoal); color: #fff; }
.route-table code { color: var(--red-dark); }
.product-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgba(39,37,38,.06); }
.product-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.product-table th, .product-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.product-table th { background: var(--charcoal); color: #fff; font-size: .76rem; text-transform: uppercase; letter-spacing: .04em; }
.product-table tbody tr:last-child td { border-bottom: 0; }
.product-table tbody tr:nth-child(even) { background: #faf8f8; }
.product-table a { color: var(--red-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.status-chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border-radius: 999px; background: #e8f5ec; color: #176232; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.pending-products { background: var(--yellow-soft); }
.pending-products .norm-card { border-top-color: var(--yellow); }
.toxicology-entry { color: var(--charcoal); }
.toxicology-entry p { color: var(--muted); }
.dark .safety-note { align-self: center; color: var(--charcoal); }
.checklist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.checklist-block { padding: 24px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.checklist-block h3 { margin-top: 0; }

.site-footer { padding: 70px 0 20px; background: #1e1d1e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 55px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--yellow); font-size: .84rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; color: rgba(255,255,255,.67); font-size: .86rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand img { width: 175px; padding: 10px; background: #fff; border-radius: 7px; }
.footer-brand p { max-width: 300px; }
.footer-button { margin-top: 18px !important; padding: 10px 14px; border: 1px solid var(--yellow); color: var(--yellow) !important; text-align: center; font-weight: 800; }
.legal-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .75rem; }
.legal-row p { margin: 0; }
.legal-row div { display: flex; gap: 16px; }

.floating-contact { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 11px; min-height: 62px; padding: 10px 21px 10px 11px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; background: #25d366; color: #fff; box-shadow: 0 14px 38px rgba(18,140,126,.38); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.floating-contact:hover { transform: translateY(-3px); background: #128c7e; color: #fff; box-shadow: 0 18px 44px rgba(18,140,126,.48); }
.floating-contact .whatsapp-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: #fff; color: #128c7e; font-size: 1.25rem; font-weight: 900; }
.floating-contact .whatsapp-label { display: block; color: #fff; line-height: 1.05; }
.floating-contact small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.86); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.floating-contact b { display: block; font-size: 1rem; letter-spacing: .01em; }
.toast { position: fixed; z-index: 2000; right: 20px; bottom: 80px; max-width: 390px; padding: 16px 20px; border-left: 6px solid var(--yellow); border-radius: 9px; background: var(--charcoal); color: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s; }
.toast.show { opacity: 1; visibility: visible; transform: none; }

@media (max-width: 1180px) {
  .nav-wrap { min-height: 72px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 107px 0 auto 0; max-height: calc(100vh - 107px); overflow-y: auto; padding: 12px 20px 26px; display: none; align-items: stretch; flex-direction: column; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-drop-button { width: 100%; padding: 14px 4px; border-bottom: 1px solid var(--line); text-align: left; }
  .main-nav .nav-cta { width: 100%; margin: 12px 0 0; text-align: center; }
  .nav-dropdown { width: 100%; }
  .dropdown-panel { position: static; width: 100%; display: none; padding: 0 0 7px 14px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown.open .dropdown-panel { display: block; }
}

@media (max-width: 1080px) {
  .main-nav { font-size: .74rem; }
  .main-nav > a, .nav-drop-button { padding-inline: 7px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .utility-inner > p { display: none; }
  .utility-inner { justify-content: flex-end; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 155px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 107px 0 auto 0; max-height: calc(100vh - 107px); overflow-y: auto; padding: 12px 20px 26px; display: none; align-items: stretch; flex-direction: column; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a, .nav-drop-button { width: 100%; padding: 14px 4px; border-bottom: 1px solid var(--line); text-align: left; }
  .main-nav .nav-cta { width: 100%; margin: 12px 0 0; text-align: center; }
  .nav-dropdown { width: 100%; }
  .dropdown-panel { position: static; width: 100%; display: none; padding: 0 0 7px 14px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-dropdown.open .dropdown-panel { display: block; }
  .hero { min-height: 620px; }
  .hero-content { width: 86%; }
  .split, .blog-feature, .service-summary, .article-layout, .contact-layout, .portal-shell { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: initial; }
  .side-panel, .article-aside { position: static; }
  .process { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .team-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .team-card { display: grid; grid-template-columns: 220px 1fr; }
  .team-card img { height: 100%; min-height: 300px; aspect-ratio: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-links > a:first-child { display: none; }
  .utility-links { gap: 9px; }
  .utility-login { padding-inline: 11px; }
  .site-header { top: 0; }
  .main-nav { inset-block-start: 107px; }
  .hero { min-height: 660px; background-position: 62% center; }
  .hero::before { background: rgba(39,37,38,.78); }
  .hero-content { width: 100%; padding: 70px 0 110px; }
  .hero h1 { font-size: 2.8rem; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; }
  .proof-grid, .card-grid, .card-grid.three, .card-grid.two, .scope-grid, .industry-grid, .form-grid, .checklist-grid, .footer-grid { grid-template-columns: 1fr; }
  .photo-mosaic { grid-template-columns: 1fr; grid-auto-rows: 235px; }
  .photo-tile, .photo-tile-wide { grid-column: auto; }
  .team-card { display: block; }
  .team-card img { min-height: 0; aspect-ratio: 4 / 3; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 68px 0; }
  .process { grid-template-columns: 1fr; }
  .split-media img { min-height: 330px; }
  .media-accent { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -45px auto 0; }
  .page-hero { min-height: 360px; }
  .page-hero h1 { font-size: 2.6rem; }
  .blog-feature img { min-height: 270px; }
  .field.full { grid-column: auto; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .route-table { font-size: .75rem; }
  .route-table th, .route-table td { padding: 8px; }
  .legal-row { flex-direction: column; }
  .client-logo { width: 154px; height: 108px; padding: 10px; }
  .client-marquee { --client-logo-gap: 12px; }
  .client-motion-toggle { margin-bottom: 18px; }
  .floating-contact { right: 13px; bottom: 13px; min-height: 56px; padding: 8px 16px 8px 8px; }
  .floating-contact .whatsapp-icon { width: 36px; height: 36px; }
  .floating-contact small { font-size: .62rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .client-marquee { overflow-x: auto; scrollbar-width: thin; }
  .client-logo-track { animation: none !important; }
  .client-logo-group[aria-hidden="true"] { display: none; }
  .client-motion-toggle { display: none; }
}
