.eurodec-tech {
  --tech-red: #a30d16;
  --tech-red-dark: #750910;
  --tech-red-soft: #f7e9ea;
  --tech-ink: #18181b;
  --tech-muted: #66666c;
  --tech-line: #dedee2;
  --tech-surface: #f5f5f6;
  color: var(--tech-ink);
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.eurodec-tech *, .eurodec-tech *::before, .eurodec-tech *::after { box-sizing: border-box; }
.eurodec-tech a { color: inherit; }
.tech-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.tech-kicker { margin: 0 0 10px; color: var(--tech-red); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eurodec-tech h1, .eurodec-tech h2, .eurodec-tech h3 { margin-top: 0; color: var(--tech-ink); font-family: "Montserrat", sans-serif; font-weight: 650; letter-spacing: -.035em; line-height: 1.12; text-transform: none; }
.eurodec-tech h1 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 76px); }
.eurodec-tech h2 { margin-bottom: 12px; font-size: clamp(28px, 4vw, 46px); }
.eurodec-tech h3 { font-size: 20px; }
.tech-lead { max-width: 780px; margin: 0; color: var(--tech-muted); font-size: clamp(17px, 2vw, 21px); }

.tech-hero { padding: 82px 0 64px; background: linear-gradient(180deg, var(--tech-red-soft), #fff); }
.tech-search { max-width: 850px; margin-top: 32px; padding: 8px 8px 8px 18px; border: 1px solid #d7c5c7; border-radius: 15px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; background: #fff; box-shadow: 0 18px 50px rgba(30,20,21,.11); }
.tech-search input { width: 100%; min-height: 50px; padding: 10px 4px; border: 0; outline: 0; color: var(--tech-ink); background: transparent; font: inherit; }
.tech-search button { width: 44px; height: 44px; padding: 0; border: 1px solid #ead5d7; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--tech-red); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.tech-search button svg { width: 20px; height: 20px; margin: 0; fill: none; stroke: currentColor; stroke-width: 1.8; }
.tech-search button:hover { transform: translateX(2px); border-color: var(--tech-red); background: var(--tech-red-soft); }
.tech-search-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tech-button { min-height: 48px; padding: 12px 20px; border: 0; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: var(--tech-red); color: #fff !important; font-family: inherit; font-weight: 700; text-decoration: none !important; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.tech-button:hover { transform: translateY(-1px); background: var(--tech-red-dark); }
.tech-examples { margin: 15px 0 0; color: var(--tech-muted); font-size: 14px; }

.tech-shortcuts { position: relative; z-index: 2; margin-top: -20px; }
.tech-shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tech-shortcut-grid > a { min-height: 108px; padding: 18px; border: 1px solid var(--tech-line); border-radius: 13px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; background: #fff; box-shadow: 0 10px 30px rgba(30,20,21,.07); text-decoration: none; transition: transform .2s, border-color .2s; }
.tech-shortcut-grid > a:hover { transform: translateY(-3px); border-color: #caa9ac; }
.tech-shortcut-grid strong, .tech-shortcut-grid small { display: block; }
.tech-shortcut-grid small { margin-top: 3px; color: var(--tech-muted); font-size: 13px; line-height: 1.35; }
.tech-index { color: var(--tech-red); font-size: 12px; font-weight: 750; }
.tech-shortcut-grid > a > span:last-child { color: var(--tech-red); font-size: 20px; }

.tech-section { padding: 76px 0; }
.tech-heading { margin-bottom: 30px; display: flex; justify-content: space-between; gap: 36px; align-items: end; }
.tech-heading > p { max-width: 470px; margin: 0; color: var(--tech-muted); }
.tech-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tech-product-grid > a, .tech-product-placeholder { min-height: 300px; padding: 0; border: 1px solid var(--tech-line); border-radius: 16px; display: flex; flex-direction: column; align-items: stretch; overflow: hidden; background: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; }
.tech-product-grid > a:hover { transform: translateY(-3px); border-color: #cbb6b8; box-shadow: 0 16px 45px rgba(30,20,21,.10); }
.tech-product-image { width: 100%; aspect-ratio: 16 / 8.2; display: block; overflow: hidden; background: #ececee; }
.tech-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.tech-product-grid > a:hover .tech-product-image img { transform: scale(1.025); }
.tech-product-copy { min-height: 142px; padding: 18px 20px 19px; display: flex; flex-direction: column; align-items: flex-start; }
.tech-product-grid strong { font-size: 17px; }
.tech-product-grid small { margin-top: 5px; color: var(--tech-muted); font-size: 13px; line-height: 1.45; }
.tech-card-link { margin-top: auto; padding-top: 14px; color: var(--tech-red); font-size: 14px; font-weight: 700; }

.tech-solutions { background: var(--tech-surface); }
.tech-filters { margin: -3px 0 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.tech-filters a { min-height: 40px; padding: 8px 14px; border: 1px solid var(--tech-line); border-radius: 999px; display: inline-flex; align-items: center; background: #fff; color: #404045; font-size: 14px; text-decoration: none; }
.tech-filters a:hover, .tech-filters a.is-active { border-color: var(--tech-red); background: var(--tech-red-soft); color: var(--tech-red); }
.tech-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tech-solution-card { overflow: hidden; border: 1px solid var(--tech-line); border-radius: 16px; background: #fff; transition: transform .2s, box-shadow .2s; }
.tech-solution-card:hover { transform: translateY(-3px); box-shadow: 0 16px 45px rgba(30,20,21,.10); }
.tech-card-image { aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; background: #202024; color: #fff !important; font-weight: 750; letter-spacing: .12em; text-decoration: none; }
.tech-card-image img { width: 100%; height: 100%; object-fit: cover; }
.tech-card-body { padding: 20px; }
.tech-card-product { margin: 0 0 7px; color: var(--tech-red); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.tech-card-body h3 { margin-bottom: 9px; }
.tech-card-body h3 a { text-decoration: none; }
.tech-card-body > p { min-height: 52px; margin: 0; color: var(--tech-muted); font-size: 14px; }
.tech-card-meta { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--tech-line); display: flex; justify-content: space-between; gap: 10px; color: var(--tech-muted); font-size: 12px; }
.tech-card-meta a { color: var(--tech-red); font-weight: 700; text-decoration: none; }
.tech-empty { grid-column: 1 / -1; padding: 44px; border: 1px dashed #c9c9ce; border-radius: 16px; background: #fff; text-align: center; }
.tech-empty p { max-width: 600px; margin: 0 auto 20px; color: var(--tech-muted); }

.tech-library { padding-top: 0; background: var(--tech-surface); }
.tech-library-panel { padding: clamp(32px, 5vw, 56px); border-radius: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; background: var(--tech-ink); color: #fff; }
.tech-library-panel h2 { color: #fff; }
.tech-library-panel > div > p:not(.tech-kicker) { color: rgba(255,255,255,.68); }
.tech-library-list { display: grid; gap: 8px; }
.tech-library-list a { padding: 15px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; display: flex; justify-content: space-between; gap: 15px; background: rgba(255,255,255,.05); color: #fff; text-decoration: none; }
.tech-library-list a:hover { border-color: rgba(255,255,255,.46); }
.tech-library-list span { color: #f2b3b7; }

.tech-whatsapp-panel, .tech-guide-whatsapp { padding: 30px; border: 1px solid #b8ddc5; border-radius: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; background: #edf8f1; }
.tech-wa-mark { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: #247a49; color: #fff; font-weight: 750; }
.tech-whatsapp-panel p:not(.tech-kicker), .tech-guide-whatsapp p { margin: 0; color: #4e6556; }
.tech-button-whatsapp { background: #247a49; white-space: nowrap; }
.tech-button-whatsapp:hover { background: #185d36; }
.tech-button-disabled { background: #77827b; cursor: default; white-space: nowrap; }
.tech-button-dark { background: var(--tech-ink); }

.tech-breadcrumb { padding: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px; color: var(--tech-muted); font-size: 14px; }
.tech-breadcrumb a { color: var(--tech-red); text-decoration: none; }
.tech-guide-header { padding: 54px 0 44px; background: linear-gradient(180deg, var(--tech-red-soft), #fff); }
.tech-guide-header h1 { max-width: 950px; }
.tech-guide-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.tech-guide-tags span { padding: 6px 10px; border-radius: 999px; background: #fff; color: var(--tech-muted); font-size: 13px; }
.tech-quick-answer { max-width: 850px; margin-top: 26px; padding: 20px; border-left: 4px solid var(--tech-red); border-radius: 0 12px 12px 0; background: var(--tech-red-soft); }
.tech-quick-answer p { margin: 5px 0 0; }
.tech-guide-layout { padding-top: 48px; padding-bottom: 76px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 42px; align-items: start; }
.tech-video { overflow: hidden; margin-bottom: 34px; border-radius: 16px; background: #111; }
.tech-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; display: block; }
.tech-article-body { color: #35353a; font-size: 17px; line-height: 1.75; }
.tech-article-body h2 { margin-top: 42px; font-size: 30px; }
.tech-article-body h3 { margin-top: 30px; }
.tech-article-body img { max-width: 100%; height: auto; border-radius: 12px; }
.tech-article-body ol, .tech-article-body ul { padding-left: 24px; }
.tech-article-body li + li { margin-top: 10px; }
.tech-download { margin-top: 42px; padding: 24px; border: 1px solid var(--tech-line); border-radius: 16px; display: flex; justify-content: space-between; gap: 25px; align-items: center; background: var(--tech-surface); }
.tech-download h2 { font-size: 26px; }
.tech-download p { margin: 0; color: var(--tech-muted); }
.tech-guide-whatsapp { margin-top: 28px; grid-template-columns: 1fr auto; }
.tech-guide-whatsapp h2 { font-size: 27px; }
.tech-guide-sidebar { position: sticky; top: 110px; display: grid; gap: 14px; }
.tech-side-card { padding: 20px; border: 1px solid var(--tech-line); border-radius: 14px; display: grid; gap: 10px; background: #fff; }
.tech-side-card > strong { margin-bottom: 4px; }
.tech-side-card a { color: var(--tech-red); font-size: 14px; text-decoration: none; }
.tech-side-card p { margin: 0; color: var(--tech-muted); font-size: 14px; }
.tech-side-help { background: var(--tech-surface); }

@media (max-width: 960px) {
  .tech-shortcut-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-product-grid, .tech-solution-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-guide-layout { grid-template-columns: 1fr; }
  .tech-guide-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .tech-whatsapp-panel { grid-template-columns: auto 1fr; }
  .tech-whatsapp-panel .tech-button { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .tech-container { width: min(100% - 28px, 1180px); }
  .tech-hero { padding: 50px 0 42px; }
  .eurodec-tech h1 { font-size: 40px; }
  .tech-search { grid-template-columns: minmax(0, 1fr) auto; }
  .tech-search button { width: 42px; height: 42px; }
  .tech-shortcuts { margin-top: 15px; }
  .tech-shortcut-grid, .tech-product-grid, .tech-solution-grid, .tech-library-panel, .tech-guide-sidebar { grid-template-columns: 1fr; }
  .tech-shortcut-grid > a { min-height: 88px; }
  .tech-heading { align-items: flex-start; flex-direction: column; }
  .tech-section { padding: 54px 0; }
  .tech-library { padding-top: 0; }
  .tech-library-panel { gap: 28px; border-radius: 16px; }
  .tech-library-list a { flex-direction: column; gap: 5px; }
  .tech-whatsapp-panel, .tech-guide-whatsapp { grid-template-columns: 1fr; padding: 22px; }
  .tech-whatsapp-panel .tech-button { grid-column: auto; }
  .tech-download { align-items: flex-start; flex-direction: column; }
  .tech-guide-layout { padding-top: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .eurodec-tech * { scroll-behavior: auto !important; transition: none !important; }
}
