:root {
  --ink: #10222d;
  --ink-soft: #49606d;
  --navy: #071c2a;
  --navy-2: #0c3042;
  --orange: #f28b30;
  --orange-dark: #c96314;
  --cream: #f6f3ec;
  --paper: #ffffff;
  --line: #dbe3e6;
  --blue-pale: #eaf3f5;
  --green: #235a50;
  --shadow: 0 22px 55px rgba(7, 28, 42, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); 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; }

.prototype-bar {
  padding: 7px 20px;
  color: #fae5d4;
  background: #06141d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(12,48,66,.12);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.header-row { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 9px 22px rgba(242,139,48,.25);
  font-size: 17px;
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: -.025em; }
.brand small { margin-top: -1px; color: #71828b; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-inline: auto; }
.main-nav a { color: #334b57; font-size: 13px; font-weight: 750; }
.main-nav a:hover { color: var(--orange-dark); }
.header-cta { padding: 11px 16px; border-radius: 10px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }

.hero {
  padding: 72px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 9%, rgba(242,139,48,.14), transparent 24%),
    linear-gradient(120deg, #f9fbfa, #f2f6f5 52%, #eef5f4);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr); align-items: center; gap: 74px; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #ffc38c; }
.hero h1 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 70px); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
.hero-lead { max-width: 600px; margin: 24px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-disclosure { max-width: 650px; margin: 18px 0 0; color: #60737c; font-size: 11px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 850; }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 24px rgba(201,99,20,.18); }
.button-secondary { border-color: #bcc9ce; background: rgba(255,255,255,.7); }
.button-dark { color: #fff; background: var(--navy); }
.hero-links { display: flex; flex-wrap: wrap; gap: 8px 21px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-links a { border-bottom: 1px solid #a9b9bf; color: #425965; font-size: 12px; font-weight: 700; }

.feature-carousel { padding: 11px; border: 1px solid rgba(255,255,255,.75); border-radius: 27px; background: rgba(255,255,255,.68); box-shadow: var(--shadow); }
.feature-topline { display: flex; justify-content: space-between; padding: 4px 8px 10px; color: #71828a; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.feature-stage { min-height: 414px; }
.feature-slide {
  position: relative;
  min-height: 414px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  isolation: isolate;
}
.feature-slide::before, .feature-slide::after { position: absolute; z-index: 0; content: ""; border-radius: 50%; }
.feature-slide::before { width: 330px; height: 330px; right: -80px; top: -65px; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 0 44px rgba(255,255,255,.035), 0 0 0 88px rgba(255,255,255,.025); }
.feature-slide::after { width: 170px; height: 170px; right: 40px; bottom: -75px; background: rgba(255,255,255,.08); }
.feature-slide-one { background: linear-gradient(145deg, #08283a 0%, #0f5261 64%, #dc7923 160%); }
.feature-slide-two { background: linear-gradient(145deg, #203f35, #2f7161 63%, #d5a64b 150%); }
.feature-slide-three { background: linear-gradient(145deg, #34243e, #673f65 62%, #ef8b36 150%); }
.feature-slide-four { background: linear-gradient(145deg, #7b311b, #bd5f22 58%, #f2a348 145%); }
.feature-background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; filter: saturate(.75) contrast(1.05); }
.feature-background[hidden] { display: none; }
.feature-slide.is-active { animation: slide-in .38s ease both; }
@keyframes slide-in { from { opacity: .3; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.feature-content { position: absolute; z-index: 1; inset: auto 40px 42px; max-width: 380px; }
.feature-label { display: inline-flex; margin-bottom: 19px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.09); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.feature-content h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 38px; letter-spacing: -.035em; line-height: 1.05; }
.feature-content p { margin: 15px 0 22px; color: rgba(255,255,255,.77); font-size: 14px; }
.feature-link { font-size: 12px; font-weight: 850; }
.feature-controls { display: flex; align-items: center; justify-content: space-between; padding: 12px 8px 3px; }
.feature-dots { display: flex; gap: 7px; }
.feature-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #c8d2d5; transition: width .2s ease; }
.feature-dots button.is-active { width: 24px; background: var(--orange); }
.feature-arrows { display: flex; gap: 6px; }
.feature-arrows button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; }

.supplier-hub { padding: 82px 0; color: #fff; background: var(--navy); }
.supplier-hub-head { display: grid; grid-template-columns: 1fr minmax(360px, .8fr); align-items: end; gap: 45px; }
.supplier-hub-head h2, .section-title h2, .newsletter h2, .partner-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(33px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; }
.supplier-hub-head p:not(.eyebrow) { max-width: 620px; margin: 15px 0 0; color: #a9bbc2; font-size: 14px; }
.search-box { display: flex; padding: 6px; border-radius: 13px; background: #fff; }
.search-box input { min-width: 0; flex: 1; padding: 9px 12px; border: 0; outline: 0; font-size: 12px; }
.search-box button { padding: 9px 18px; border: 0; border-radius: 9px; color: #fff; background: var(--orange); font-size: 12px; font-weight: 850; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 34px; }
.category-card { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 12px; min-height: 92px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.055); transition: .2s ease; }
.category-card:hover { transform: translateY(-3px); border-color: rgba(255,195,140,.6); background: rgba(255,255,255,.09); }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #ffc38c; background: rgba(242,139,48,.13); font-family: Georgia, serif; font-size: 18px; font-weight: 800; }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: 14px; }
.category-card small { color: #9fb0b8; font-size: 10px; }
.category-card b { color: #ffc38c; }
.supplier-preview-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 46px 0 20px; }
.supplier-preview-head strong { font-family: Georgia, serif; font-size: 25px; }
.supplier-preview-head a { color: #ffc38c; font-size: 11px; font-weight: 850; }
.supplier-hub .listing-note { color: #94a8b0; }

.section { padding: 92px 0; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-title > div > p:last-child { max-width: 580px; margin: 13px 0 0; color: var(--ink-soft); }
.text-link { color: var(--orange-dark); font-size: 12px; font-weight: 850; white-space: nowrap; }
.brands { background: var(--cream); }
.company-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 24px; }
.company-filters button { padding: 8px 14px; border: 1px solid #d7d8d2; border-radius: 999px; color: #52666f; background: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; }
.company-filters button:hover, .company-filters button.is-active { border-color: var(--navy); color: #fff; background: var(--navy); }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.brand-card { position: relative; min-height: 196px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid #e1ded6; border-radius: 17px; background: #fff; }
.brand-card[hidden] { display: none; }
.brand-card.is-featured { border-color: rgba(242,139,48,.55); box-shadow: 0 13px 28px rgba(66,54,38,.08); }
.brand-card-top { width: 100%; min-height: 28px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 7px; }
.company-kind { display: inline-flex; width: fit-content; padding: 5px 8px; border-radius: 999px; color: #1e5b64; background: #e8f3f3; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.feature-tag { display: inline-flex; width: fit-content; padding: 5px 8px; border-radius: 999px; color: #9f4b0c; background: #fff0e3; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.wordmark { margin: 22px 0 9px; color: #18313d; font-size: 19px; font-weight: 950; letter-spacing: .025em; }
.brand-card p { margin: 0 0 23px; color: var(--ink-soft); font-size: 12px; }
.brand-card a { margin-top: auto; color: var(--orange-dark); font-size: 11px; font-weight: 850; }
.listing-note { margin: 18px 0 0; color: #718086; font-size: 10px; }

.partner-section { padding: 92px 0; background: #fff; }
.partner-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 72px; }
.partner-visual { position: relative; overflow: hidden; min-height: 470px; border-radius: 23px; background: var(--blue-pale); box-shadow: var(--shadow); }
.partner-visual img { width: 100%; height: 470px; object-fit: cover; }
.partner-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 55%, rgba(7,28,42,.68)); }
.partner-visual span { position: absolute; z-index: 1; left: 25px; bottom: 23px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(7,28,42,.8); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.partner-lead { margin: 20px 0; color: var(--ink-soft); font-size: 16px; }
blockquote { margin: 24px 0; padding: 20px 22px; border-left: 3px solid var(--orange); color: #1d3c48; background: var(--cream); font-family: Georgia, serif; font-size: 18px; }
.small-copy { color: #6a7c84; font-size: 11px; }
.partner-copy .button { margin-top: 8px; }

.content-section { background: #f6f9f8; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 13px; }
.content-card { min-height: 188px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.content-card-main { grid-row: span 2; min-height: 389px; padding: 33px; color: #fff; background: linear-gradient(145deg, #0c3042, #155464); }
.content-card span { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content-card-main span { color: #ffc28b; }
.content-card h3 { margin: 18px 0 9px; font-family: Georgia, serif; font-size: 25px; letter-spacing: -.025em; line-height: 1.1; }
.content-card-main h3 { margin-top: auto; font-size: 42px; }
.content-card p { color: rgba(255,255,255,.7); font-size: 13px; }
.content-card b { margin-top: auto; color: var(--orange-dark); font-size: 11px; }
.content-card-main b { color: #ffc28b; }
.content-card-wide { grid-column: 2 / span 2; min-height: 145px; }
.content-card-wide h3 { max-width: 520px; }

.product-showcase { padding: 62px 0 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.product-showcase-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 26px; }
.product-showcase-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.5vw, 42px); letter-spacing: -.04em; line-height: 1.05; }
.product-showcase-head > p { max-width: 380px; margin: 0; color: var(--ink-soft); font-size: 12px; text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.product-image { height: 205px; display: block; padding: 8px; overflow: hidden; background: #f5f6f3; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-card > div { min-height: 166px; display: flex; flex-direction: column; align-items: flex-start; padding: 18px; }
.product-card span { color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 11px 0 18px; font-family: Georgia, serif; font-size: 20px; letter-spacing: -.025em; line-height: 1.12; }
.product-link { margin-top: auto; color: var(--orange-dark); font-size: 10px; font-weight: 850; }
.product-showcase-note { margin: 17px 0 0; color: #718086; font-size: 9px; }
.product-card-cta { position: relative; isolation: isolate; border-color: transparent; background: linear-gradient(145deg, var(--navy), var(--navy-2)); }
.product-card-cta::after { position: absolute; z-index: -1; width: 250px; height: 250px; right: -115px; bottom: -105px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018); content: ""; }
.product-card-cta > a { min-height: 371px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: #fff; }
.product-card-cta span { color: #ffc28b; }
.product-card-cta h3 { max-width: 190px; margin: auto 0 14px; font-size: 32px; line-height: 1.02; }
.product-card-cta p { margin: 0 0 22px; color: #b8c7cd; font-size: 11px; line-height: 1.55; }
.product-card-cta b { color: #ffc28b; font-size: 10px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 84px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 50px); letter-spacing: -.045em; line-height: 1.02; }
.faq-intro > p:not(.eyebrow) { max-width: 430px; margin: 18px 0 22px; color: var(--ink-soft); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; list-style: none; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 700; line-height: 1.25; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 22px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: #fff1e5; content: "+"; font-family: Inter, sans-serif; font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; margin: -5px 48px 24px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.faq-list details p a { color: var(--orange-dark); font-weight: 850; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.newsletter-section { padding: 74px 0; background: var(--orange); }
.newsletter { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; color: #fff; }
.newsletter p { max-width: 540px; margin-bottom: 0; color: rgba(255,255,255,.8); }
.newsletter form { display: flex; padding: 6px; border-radius: 13px; background: #fff; }
.newsletter label { flex: 1; }
.newsletter input { width: 100%; padding: 11px 12px; border: 0; outline: 0; }
.newsletter button { padding: 10px 17px; border: 0; border-radius: 9px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 850; }

footer { padding: 66px 0 24px; color: #fff; background: #06141d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 55px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div > strong { margin-bottom: 8px; font-size: 12px; }
.footer-grid a { color: #94a7b0; font-size: 11px; }
.footer-privacy-button { width: fit-content; padding: 0; border: 0; color: #94a7b0; background: transparent; font-size: 11px; text-align: left; }
.footer-privacy-button:hover { color: #fff; }
.footer-brand p { max-width: 370px; color: #94a7b0; font-size: 12px; }
.footer-brand .brand small { color: #7c919b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: #778d97; font-size: 9px; }

/* Página interna */
.breadcrumb { display: flex; gap: 9px; padding-top: 24px; color: #74868e; font-size: 10px; }
.article-hero-v2 { padding: 47px 0 58px; background: linear-gradient(130deg, #f7faf9, #edf4f3); }
.article-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); align-items: center; gap: 70px; }
.article-hero-v2 h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.055em; line-height: .98; }
.article-hero-v2 p:not(.eyebrow) { max-width: 650px; margin: 22px 0; color: var(--ink-soft); font-size: 17px; }
.article-tags { display: flex; gap: 7px; }
.article-tags span { padding: 6px 10px; border: 1px solid #cddadc; border-radius: 999px; color: #58707a; font-size: 9px; font-weight: 750; }
.feature-box { min-height: 300px; display: flex; flex-direction: column; justify-content: end; padding: 28px; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #0b3043, #246878); box-shadow: var(--shadow); }
.feature-box small { margin: 20px 0 7px; color: #9fc1c8; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.feature-box strong { max-width: 320px; font-family: Georgia, serif; font-size: 29px; line-height: 1.05; }
.feature-box p { margin: 12px 0 17px !important; color: rgba(255,255,255,.7) !important; font-size: 12px !important; }
.feature-box a { color: #ffc28b; font-size: 11px; font-weight: 850; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 78px; padding-top: 70px; padding-bottom: 90px; }
.article-body-v2 { max-width: 760px; }
.article-image { overflow: hidden; margin-bottom: 48px; border-radius: 20px; }
.article-image img { width: 100%; max-height: 440px; object-fit: cover; }
.article-body-v2 h2 { margin: 46px 0 13px; font-family: Georgia, serif; font-size: 34px; letter-spacing: -.03em; }
.article-body-v2 > h2:first-of-type { margin-top: 0; }
.article-body-v2 p { color: #455d68; font-size: 16px; line-height: 1.8; }
.article-body-v2 li { margin: 8px 0; color: #455d68; font-size: 15px; line-height: 1.7; }
.article-body-v2 table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 13px; }
.article-body-v2 th, .article-body-v2 td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body-v2 th { color: var(--ink); background: var(--cream); }
.article-section { scroll-margin-top: 115px; }

.contact-form-v2 {
  display: grid;
  gap: 22px;
  margin-top: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(11,48,67,.08);
}
.contact-form-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-field-v2 { display: grid; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 850; }
.contact-field-v2 input,
.contact-field-v2 textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #c8d5d8;
  border-radius: 11px;
  outline: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-field-v2 textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.contact-field-v2 input:focus,
.contact-field-v2 textarea:focus { border-color: var(--orange-dark); box-shadow: 0 0 0 3px rgba(218,103,28,.13); }
.contact-field-v2 > small { color: #718087; font-size: 10px; font-weight: 500; line-height: 1.5; }
.contact-consent-v2 { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: #5d7179; font-size: 10px; line-height: 1.55; }
.contact-consent-v2 input { margin-top: 3px; accent-color: var(--orange-dark); }
.contact-consent-v2 a { color: var(--orange-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.contact-submit-v2 { display: flex; align-items: center; gap: 16px; }
.contact-submit-v2 button:disabled { cursor: wait; opacity: .65; }
.contact-submit-v2 p { margin: 0; color: #657981; font-size: 11px; line-height: 1.5; }
.contact-submit-v2 p[data-state="error"] { color: #a13f24; font-weight: 750; }
.contact-submit-v2 p[data-state="notice"] { color: #6a7880; }
.contact-confirmation-v2 { padding: 22px; border: 1px solid #9bc9b5; border-radius: 14px; background: #edf8f2; outline: 0; }
.contact-confirmation-v2[hidden] { display: none; }
.contact-confirmation-v2 span,
.contact-confirmation-v2 strong { display: block; }
.contact-confirmation-v2 span { margin-bottom: 7px; color: #277053; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-confirmation-v2 strong { color: #153f30; font-family: Georgia, serif; font-size: 25px; }
.contact-confirmation-v2 p { margin: 7px 0 0; color: #416758; font-size: 12px; line-height: 1.55; }
.contact-honeypot-v2 { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }

.simple-callout { margin: 30px 0; padding: 22px; border-radius: 14px; background: var(--cream); }
.simple-callout strong { color: var(--orange-dark); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.simple-callout p { margin: 7px 0 0; font-size: 13px; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-grid > div { padding: 20px; border: 1px solid var(--line); border-radius: 13px; }
.mini-grid strong, .mini-grid span { display: block; }
.mini-grid strong { margin-bottom: 5px; }
.mini-grid span { color: var(--ink-soft); font-size: 11px; }
.related-companies { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.related-companies a { padding: 18px; border: 1px solid var(--line); border-radius: 12px; }
.related-companies strong, .related-companies span { display: block; }
.related-companies span { margin-top: 4px; color: var(--ink-soft); font-size: 9px; }
.reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.reference-grid > div { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.reference-grid strong, .reference-grid span { display: block; }
.reference-grid span { margin-top: 6px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.portaria-highlight { margin: 28px 0; padding: 28px; border-radius: 18px; color: #fff; background: linear-gradient(140deg, var(--navy), #155264); }
.portaria-highlight span, .portaria-highlight strong { display: block; }
.portaria-highlight span { color: #ffc28b; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portaria-highlight strong { margin: 9px 0 3px; font-family: Georgia, serif; font-size: 31px; }
.portaria-highlight p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.ca-search-card { margin: 0 0 34px; padding: 31px; border-radius: 19px; color: #fff; background: linear-gradient(145deg, #0c3042, #146071); }
.ca-search-card > span { color: #ffc28b; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ca-search-card h3 { margin: 8px 0 5px; font-family: Georgia, serif; font-size: 30px; }
.ca-search-card p { margin: 0 0 20px; color: rgba(255,255,255,.72); font-size: 13px; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 25px 0 17px; }
.risk-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.risk-grid span, .risk-grid strong { display: block; }
.risk-grid span { color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.risk-grid strong { margin: 8px 0 5px; font-family: Georgia, serif; font-size: 21px; }
.risk-grid p { margin: 0; font-size: 11px; line-height: 1.6; }
.company-list-simple { grid-template-columns: repeat(2, 1fr); }
.company-list-simple a { min-height: 92px; }
.glossary-list { margin: 0; }
.glossary-list dt { margin-top: 18px; color: var(--ink); font-size: 15px; font-weight: 850; }
.glossary-list dd { margin: 4px 0 0; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.sources-section { margin-top: 58px; padding-top: 5px; border-top: 2px solid var(--ink); }
.sources-section ul { padding-left: 18px; }
.sources-section a { color: var(--orange-dark); font-weight: 750; }
.directory-filters { margin: 0 0 25px; }
.directory-search { max-width: 680px; margin: -9px 0 30px; border: 1px solid var(--line); }
.directory-grid { grid-template-columns: repeat(3, 1fr); }
.blog-listing { display: grid; gap: 18px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.blog-card-featured { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); }
.blog-card-image img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.blog-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; }
.blog-card h3 { margin: 16px 0 8px; font-family: Georgia, serif; font-size: 31px; line-height: 1.05; }
.blog-card p { margin: 0 0 18px; font-size: 13px; }
.blog-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.blog-card-compact { min-height: 270px; }
.blog-card-compact > div { justify-content: flex-start; height: 100%; }
.blog-card-compact h3 { font-size: 26px; }
.blog-card-compact .text-link { margin-top: auto; }
.article-sidebar { display: flex; flex-direction: column; gap: 13px; }
.sidebar-box { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 10px; padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.sidebar-box strong { margin-bottom: 4px; font-size: 12px; }
.sidebar-box a { color: #60757e; font-size: 10px; }
.sidebar-commercial { position: static; color: #fff; background: var(--navy); }
.sidebar-commercial span { color: #ffc28b; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-commercial p { margin: 0; color: #a5b5bc; font-size: 10px; }
.sidebar-commercial a { color: #ffc28b; font-weight: 800; }

.cookie-banner-v2 {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  width: min(520px, calc(100% - 44px));
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  color: #fff;
  background: rgba(6,20,29,.97);
  box-shadow: 0 24px 70px rgba(3,14,20,.35);
  backdrop-filter: blur(18px);
}
.cookie-banner-v2[hidden] { display: none; }
.cookie-kicker { color: #ffc28b; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cookie-banner-v2 h2 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: 25px; letter-spacing: -.025em; line-height: 1.1; }
.cookie-banner-v2 p { margin: 0; color: #aebdc3; font-size: 11px; line-height: 1.6; }
.cookie-actions-v2 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.cookie-actions-v2 .button { min-height: 40px; padding: 0 14px; font-size: 10px; }
.cookie-actions-v2 .button-secondary { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }
.cookie-actions-v2 a { margin-left: 4px; color: #b9c7cc; font-size: 9px; text-decoration: underline; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 760px; }
  .feature-carousel { max-width: 760px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .partner-grid { gap: 40px; }
  .article-layout { gap: 38px; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 28px, 1180px); }
  .prototype-bar { font-size: 8px; }
  .header-row { min-height: 69px; }
  .header-cta { display: none; }
  .brand small { display: none; }
  .hero { padding: 52px 0 58px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .feature-stage, .feature-slide { min-height: 390px; }
  .feature-content { inset: auto 25px 29px; }
  .feature-content h2 { font-size: 32px; }
  .supplier-hub-head, .newsletter, .article-hero-grid { grid-template-columns: 1fr; }
  .supplier-hub-head { align-items: start; }
  .category-grid, .brand-grid, .content-grid, .partner-grid, .footer-grid, .article-layout, .faq-layout, .reference-grid, .risk-grid, .directory-grid, .blog-card-featured, .blog-card-grid { grid-template-columns: 1fr; }
  .content-card-wide { grid-column: auto; }
  .blog-card-image img { min-height: 250px; height: 250px; }
  .faq-layout { gap: 35px; }
  .faq-intro { position: static; }
  .content-card-main { grid-row: auto; min-height: 330px; }
  .partner-visual, .partner-visual img { min-height: 350px; height: 350px; }
  .partner-copy { padding-top: 12px; }
  .section { padding: 70px 0; }
  .section-title { align-items: flex-start; flex-direction: column; }
  .product-showcase-head { align-items: flex-start; flex-direction: column; }
  .product-showcase-head > p { text-align: left; }
  .supplier-preview-head { align-items: flex-start; flex-direction: column; }
  .newsletter { gap: 30px; }
  .newsletter form { display: block; background: transparent; padding: 0; }
  .newsletter input, .newsletter button { width: 100%; min-height: 49px; }
  .newsletter input { margin-bottom: 8px; border-radius: 10px; }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner-v2 { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .cookie-actions-v2 .button { width: 100%; }
  .article-hero-v2 h1 { font-size: 52px; }
  .article-hero-grid { gap: 35px; }
  .article-layout { padding-top: 44px; }
  .article-sidebar { grid-row: 1; }
  .sidebar-box { position: static; }
  .mini-grid, .related-companies { grid-template-columns: 1fr; }
  .contact-form-v2 { padding: 22px; }
  .contact-form-grid-v2 { grid-template-columns: 1fr; }
  .contact-submit-v2 { align-items: stretch; flex-direction: column; }
  .contact-submit-v2 .button { width: 100%; }
}

@media (max-width: 520px) {
  .product-grid { grid-template-columns: 1fr; }
}

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