@import './equipra-style-pack/index.css';

:root {
  --site-bg: hsl(210 20% 98%);
  --site-surface: hsl(0 0% 100%);
  --site-border: hsl(var(--border));
  --site-text: hsl(var(--foreground));
  --site-muted: hsl(var(--muted-foreground));
  --color-error: hsl(var(--destructive));
}

html { scroll-padding-top: 6rem; }
body {
  background: var(--site-bg);
  color: var(--site-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-rendering: optimizeLegibility;
}
body.has-disclaimer-modal { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
p {
  margin: 0;
  color: var(--site-muted);
  font-size: 1rem;
  line-height: 1.72;
}
p + p { margin-top: 1rem; }
ul { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
main { overflow: clip; }

h1,
h2,
h3,
h4 {
  color: var(--site-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h2,
h3 {
  line-height: 1.14;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.8;
}

.badge-primary,
.badge-amber,
.badge-success {
  width: fit-content;
  max-width: 100%;
  justify-self: start;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.section-heading--center .badge-primary,
.section-heading--center .badge-amber,
.hero-shell__inner .badge-primary,
.hero-shell__inner .badge-amber {
  justify-self: center;
}

.eyebrow {
  width: fit-content;
  max-width: 100%;
  color: hsl(var(--primary));
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow--role {
  padding: 0;
  white-space: normal;
}

.container, .container--narrow {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container { max-width: 90rem; }
.container--narrow { max-width: 54rem; }

@media (min-width: 640px) {
  .container, .container--narrow { padding-right: 1.5rem; padding-left: 1.5rem; }
}

@media (min-width: 1024px) {
  .container, .container-wide, .container--narrow { padding-right: 2rem; padding-left: 2rem; }
}

.section { padding: 5rem 0; }
.section-dark { background: var(--gradient-subtle); }
.section-padding-sm { padding-top: 2rem; padding-bottom: 2rem; }

.card-elevated,
.content-card,
.info-card,
.process-card,
.product-section,
.blog-card,
.executive-card,
.trust-stat,
.mini-product-card,
.catalog-sidebar,
.cta-panel,
.timeline__item,
.map-placeholder {
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: var(--site-surface);
  box-shadow: var(--shadow-md);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 0;
  border-radius: 0.625rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  transition: var(--transition-fast);
}

.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--gradient-primary); color: hsl(var(--primary-foreground)); box-shadow: var(--shadow-primary); }
.btn--primary:hover { background: var(--gradient-primary-dark); }
.btn--outline { border: 1px solid hsl(var(--primary) / 0.24); background: hsl(var(--background)); color: hsl(var(--orange-dark)); }
.btn--outline:hover { border-color: hsl(var(--primary) / 0.42); background: hsl(var(--secondary)); }
.text-link { color: hsl(var(--orange-dark)); font-weight: 600; transition: var(--transition-fast); }
.text-link:hover { color: hsl(var(--primary)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--site-border);
  background: hsl(var(--background) / 0.92);
  backdrop-filter: blur(16px);
}

.site-strip {
  border-bottom: 1px solid hsl(0 0% 100% / 0.08);
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--orange-dark)));
  color: hsl(var(--background));
}

.site-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 2.5rem;
}

.site-strip__contact,
.site-strip__links,
.site-strip__social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-strip__contact {
  min-width: 0;
  flex-wrap: wrap;
}

.site-strip__item,
.site-strip__links > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: hsl(var(--background));
  font-size: 0.82rem;
  line-height: 1.2;
  opacity: 0.96;
}

.site-strip__links > a + a {
  position: relative;
  padding-left: 0.95rem;
}

.site-strip__links > a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.9rem;
  background: hsl(0 0% 100% / 0.24);
  transform: translateY(-50%);
}

.site-strip__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid hsl(0 0% 100% / 0.24);
  border-radius: 999px;
  color: hsl(var(--background));
  transition: var(--transition-fast);
}

.site-strip__social a:hover {
  background: hsl(0 0% 100% / 0.14);
}

.site-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 0.9rem;
}

.site-icon svg,
.site-strip__social svg,
.nav__icon-link svg,
.nav__currency svg {
  width: 100%;
  height: 100%;
}

.nav {
  position: relative;
  border-bottom: 1px solid hsl(var(--border) / 0.7);
  background: hsl(var(--background) / 0.98);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.75rem;
}
.nav__logo { display: inline-flex; align-items: center; gap: 0.875rem; flex-shrink: 0; }
.nav__logo-image {
  display: block;
  width: auto;
  height: 2.8rem;
  max-width: min(15rem, 40vw);
  object-fit: contain;
}

.nav__logo-image--footer {
  height: 4rem;
  max-width: min(18rem, 100%);
}

.nav__logo-mark {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.875rem;
  background: var(--gradient-primary);
  color: hsl(var(--primary-foreground));
  font-weight: 700;
  box-shadow: var(--shadow-primary);
}

.nav__logo-copy { display: grid; gap: 0.125rem; }
.nav__logo-copy strong { font-size: 1rem; line-height: 1.1; }
.nav__logo-copy small { color: var(--site-muted); font-size: 0.8rem; }
.nav__links, .nav__actions { display: flex; align-items: center; gap: 0.625rem; }
.nav__links { flex: 1; justify-content: center; }
.nav__meta { color: var(--site-muted); font-size: 0.9rem; font-weight: 500; }
.nav__link, .nav__dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  color: var(--site-muted);
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition-fast);
}

.nav__link:hover,
.nav__link--active,
.nav__dropdown:hover .nav__dropdown-toggle,
.nav__dropdown:focus-within .nav__dropdown-toggle {
  background: hsl(var(--secondary));
  color: hsl(var(--primary));
}

.nav__dropdown { position: relative; }
.nav__dropdown-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 15rem;
  display: grid;
  gap: 0.375rem;
  padding: 0.75rem;
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: hsl(var(--background));
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: var(--transition-fast);
}

.nav__dropdown:hover .nav__dropdown-menu,
.nav__dropdown:focus-within .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__dropdown-link { border-radius: 0.75rem; padding: 0.75rem 0.875rem; color: var(--site-text); font-weight: 500; transition: var(--transition-fast); }
.nav__dropdown-link:hover { background: hsl(var(--secondary)); color: hsl(var(--primary)); }
.nav__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  transition: transform var(--transition-fast);
}

.nav__chevron svg {
  width: 100%;
  height: 100%;
}

.nav__dropdown:hover .nav__chevron,
.nav__dropdown:focus-within .nav__chevron {
  transform: rotate(90deg);
}

.nav__currency,
.nav__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  color: var(--site-muted);
}

.nav__currency {
  padding: 0.5rem 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.nav__currency .site-icon,
.nav__icon-link {
  width: 1rem;
  height: 1rem;
}

.nav__icon-link {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: hsl(var(--secondary));
  color: var(--site-text);
  transition: var(--transition-fast);
}

.nav__icon-link:hover {
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
}

.nav__actions .btn {
  min-width: 8.75rem;
  border-radius: 0.55rem;
}

.nav__toggle { display: none; flex-direction: column; gap: 0.25rem; border: 1px solid var(--site-border); border-radius: 0.75rem; background: hsl(var(--background)); padding: 0.75rem; }
.nav__toggle span { width: 1.25rem; height: 2px; border-radius: 999px; background: var(--site-text); }
.nav__mobile { display: none; border-top: 1px solid var(--site-border); background: hsl(var(--background)); }
.nav__mobile.active { display: block; }
.nav__mobile-inner { display: grid; gap: 0.375rem; padding: 1rem; }
.nav__mobile .nav__link, .nav__mobile-sub-link { justify-content: flex-start; border-radius: 0.75rem; padding: 0.875rem 1rem; }
.nav__mobile-group { display: grid; gap: 0.25rem; margin-top: 0.75rem; padding-top: 0.75rem; border-top: 1px solid var(--site-border); }
.nav__mobile-label { padding: 0 1rem 0.5rem; color: var(--site-muted); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.nav__mobile-sub-link { display: inline-flex; align-items: center; color: var(--site-text); }
.nav__mobile-cta { display: grid; gap: 0.75rem; margin-top: 1rem; }

.hero-home,
.hero-shell { position: relative; padding: 2rem 0 0; }

.hero-home__grid,
.product-hero-grid,
.split-grid,
.catalog-layout,
.split-panel {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.hero-home__grid,
.product-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  align-items: center;
}

.hero-home {
  overflow: hidden;
  border-bottom: 3px solid hsl(var(--primary));
}

.hero-home::before,
.hero-home::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-home::before {
  top: 6rem;
  right: -10rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, hsl(var(--primary) / 0.12), transparent 68%);
}

.hero-home::after {
  right: 6rem;
  bottom: 2rem;
  width: 7rem;
  height: 7rem;
  background: hsl(32 70% 92%);
  filter: blur(2px);
}

.hero-home__slider {
  position: relative;
  min-height: 34rem;
  padding-bottom: 2rem;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(23rem, 0.95fr);
  gap: 3rem;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-slide__copy {
  display: grid;
  gap: 1.35rem;
  max-width: 38rem;
  padding: 2.25rem 0 4rem;
}

.hero-slide__copy h1,
.hero-slide__copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.35rem);
  line-height: 1.04;
}

.hero-slide__copy p {
  font-size: 1.12rem;
  line-height: 1.78;
}

.hero-slide__visual {
  position: relative;
  min-height: 31rem;
}

.hero-slide__visual::before {
  content: '';
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 92%;
  height: 82%;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, hsl(30 70% 92%), hsl(25 75% 96%));
}

.hero-slide__frame {
  position: absolute;
  inset: 1rem 0 3.5rem 2rem;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 24px 50px hsl(220 15% 18% / 0.12);
  z-index: 2;
}

.hero-slide__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, hsl(220 15% 18% / 0.04) 100%);
}

.hero-slide__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide__frame img,
.hero-slide__floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__floating {
  position: absolute;
  overflow: hidden;
  border-radius: 1.1rem;
  box-shadow: 0 18px 42px hsl(220 15% 18% / 0.14);
  z-index: 3;
  background: hsl(var(--background));
  padding: 0.35rem;
}

.hero-slide__floating--top {
  top: 0;
  right: 0;
  width: 10rem;
  height: 7.75rem;
}

.hero-slide__floating--bottom {
  bottom: 0;
  left: 0;
  width: 8.8rem;
  height: 6.8rem;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: hsl(var(--background));
  box-shadow: var(--shadow-md);
  color: var(--site-text);
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.slider-arrow--prev { left: 1rem; }
.slider-arrow--next { right: 1rem; }

.hero-slider__footer {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-slider__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--site-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-slider__signals span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-slider__signals span::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: hsl(var(--primary));
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.slider-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: hsl(215 12% 78%);
  transition: var(--transition-fast);
}

.slider-dots button.active {
  width: 1.7rem;
  background: hsl(var(--primary));
}

.hero-home__copy,
.hero-shell__inner,
.product-hero-grid__copy { display: grid; gap: 1.25rem; }

.hero-shell__inner { max-width: 46rem; margin: 0 auto; text-align: center; }
.hero-shell__inner--left { margin: 0; text-align: left; }

.hero-home h1,
.hero-shell h1,
.product-hero-grid__copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.hero-home p,
.hero-shell p,
.product-hero-grid__copy p {
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.78;
}

.hero-actions,
.hero-meta,
.cta-panel__actions,
.product-card__actions,
.inline-links,
.center-actions,
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid hsl(var(--primary) / 0.12);
  border-radius: 999px;
  background: hsl(var(--background));
  padding: 0.625rem 0.875rem;
  color: var(--site-muted);
  font-size: 0.875rem;
}

.hero-home__showcase,
.product-hero-grid__media { padding: 1.25rem; }

.hero-home__featured { display: grid; gap: 1rem; }
.hero-home__featured img,
.product-hero-grid__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.875rem;
}

.hero-home__featured h2 { margin: 0; font-size: 1.65rem; }
.hero-home__stack { display: grid; gap: 0.875rem; margin-top: 1rem; }
.mini-product-card { display: grid; grid-template-columns: 4.5rem 1fr; gap: 0.875rem; padding: 0.875rem; }
.mini-product-card img { width: 4.5rem; height: 4.5rem; object-fit: cover; border-radius: 0.75rem; }
.mini-product-card strong { display: block; margin-bottom: 0.25rem; font-size: 1rem; }
.mini-product-card p { font-size: 0.875rem; }

.trust-band__grid,
.info-grid,
.product-grid,
.process-grid,
.executive-grid,
.related-products { display: grid; gap: 1.5rem; }

.trust-band__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid,
.related-products,
.executive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-stat,
.info-card,
.process-card,
.content-card,
.product-section,
.cta-panel,
.blog-card { padding: 1.5rem; }

.trust-stat {
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  gap: 0.85rem 0.9rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  box-shadow: none;
}

.trust-stat__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  background: hsl(var(--primary) / 0.1);
  position: relative;
}

.trust-stat__icon::before {
  content: '';
  position: absolute;
  inset: 0.75rem;
  border: 2px solid hsl(var(--primary));
  border-radius: 999px;
}

.trust-stat[data-icon='box'] .trust-stat__icon::before {
  inset: 0.72rem;
  border-radius: 0.28rem;
}

.trust-stat[data-icon='box'] .trust-stat__icon::after,
.trust-stat[data-icon='ship'] .trust-stat__icon::after,
.trust-stat[data-icon='quote'] .trust-stat__icon::after,
.trust-stat[data-icon='payment'] .trust-stat__icon::after,
.trust-stat[data-icon='globe'] .trust-stat__icon::after {
  content: '';
  position: absolute;
}

.trust-stat[data-icon='globe'] .trust-stat__icon::after {
  inset: 0.6rem;
  border-top: 2px solid hsl(var(--primary));
  border-bottom: 2px solid hsl(var(--primary));
  border-radius: 999px;
}

.trust-stat[data-icon='box'] .trust-stat__icon::after {
  left: 50%;
  top: 0.62rem;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 2px solid hsl(var(--primary));
  border-left: 2px solid hsl(var(--primary));
  transform: translateX(-50%) rotate(45deg);
  background: hsl(var(--primary) / 0.08);
}

.trust-stat[data-icon='ship'] .trust-stat__icon::before {
  inset: auto 0.58rem 0.72rem 0.58rem;
  height: 0.75rem;
  border: 2px solid hsl(var(--primary));
  border-top: 0;
  border-radius: 0 0 0.45rem 0.45rem;
}

.trust-stat[data-icon='ship'] .trust-stat__icon::after {
  left: 0.62rem;
  right: 0.62rem;
  top: 0.78rem;
  height: 2px;
  background: hsl(var(--primary));
  box-shadow: 0.45rem 0.32rem 0 0 hsl(var(--primary)), 0.95rem -0.2rem 0 0 hsl(var(--primary));
}

.trust-stat[data-icon='quote'] .trust-stat__icon::before {
  inset: 0.62rem;
  border-radius: 0.55rem;
}

.trust-stat[data-icon='quote'] .trust-stat__icon::after {
  left: 0.78rem;
  right: 0.78rem;
  top: 1.2rem;
  height: 2px;
  background: hsl(var(--primary));
  box-shadow: 0 -0.36rem 0 0 hsl(var(--primary));
}

.trust-stat[data-icon='payment'] .trust-stat__icon::before {
  inset: 0.72rem 0.55rem;
  border-radius: 0.3rem;
}

.trust-stat[data-icon='payment'] .trust-stat__icon::after {
  left: 0.72rem;
  right: 0.72rem;
  top: 1.08rem;
  height: 2px;
  background: hsl(var(--primary));
}

.trust-stat strong,
.trust-stat > span:last-child {
  grid-column: 2;
}

.trust-stat strong {
  color: var(--site-text);
  font-size: 0.95rem;
}

.trust-stat > span:last-child {
  font-size: 0.82rem;
}

.trust-stat,
.catalog-sidebar__head,
.section-heading,
.product-card__content,
.blog-card__body,
.executive-card__body,
.landing-main,
.contact-panel { display: grid; gap: 1rem; }

.section-heading--spaced { margin-top: 2.5rem; }

.section-heading {
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  max-width: 46rem;
  text-align: center;
}
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.15rem); line-height: 1.08; }
.section-heading p {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.05rem;
  line-height: 1.8;
}
.section-heading--center p { margin-right: auto; margin-left: auto; }
.split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.split-panel { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.catalog-layout { grid-template-columns: 20rem minmax(0, 1fr); }
.catalog-sidebar { position: sticky; top: 7rem; padding: 1.25rem; }
.catalog-sidebar__list { display: grid; gap: 0.625rem; }
.catalog-sidebar__item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.875rem;
  align-items: center;
  border-radius: 0.875rem;
  padding: 0.625rem;
  transition: var(--transition-fast);
}

.catalog-sidebar__item:hover,
.catalog-sidebar__item.is-active { background: hsl(var(--secondary)); }
.catalog-sidebar__item img { width: 3rem; height: 3rem; object-fit: cover; border-radius: 0.75rem; }
.catalog-sidebar__item strong,
.catalog-sidebar__item small { display: block; }
.catalog-sidebar__item span { display: grid; gap: 0.15rem; min-width: 0; }
.catalog-sidebar__item strong { font-size: 0.98rem; line-height: 1.35; }
.catalog-sidebar__item small { color: var(--site-muted); font-size: 0.8rem; }
.catalog-sidebar__footer { margin-top: 1rem; }

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: var(--gradient-card);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  height: 100%;
}

.product-card:hover,
.blog-card:hover,
.executive-card:hover,
.info-card:hover,
.process-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: var(--shadow-card-hover);
}

.product-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: hsl(var(--secondary)); }
.product-card__media a { display: block; width: 100%; height: 100%; }
.product-card__media img,
.blog-card__image img,
.executive-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__media img { transition: transform 0.45s ease; }
.product-card:hover .product-card__media img { transform: scale(1.03); }
.product-card__tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.product-card__content h3,
.blog-card h3,
.content-card h2,
.product-section h2,
.executive-card h3,
.catalog-sidebar h2,
.timeline__item h3 { margin: 0; }
.product-card__content {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  justify-items: center;
  height: 100%;
  text-align: center;
}

.product-card__content h3 { font-size: 1.4rem; }
.product-card__content p { font-size: 0.98rem; line-height: 1.72; }
.product-card__tags { justify-content: center; }
.product-card__actions {
  justify-content: center;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

.product-card__actions .btn {
  min-width: 8.5rem;
}

.product-section ul,
.check-list,
.expertise-list { display: grid; gap: 0.75rem; margin-top: 1rem; }

.product-section ul li,
.check-list li,
.expertise-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--site-muted);
}

.product-section ul li::before,
.check-list li::before,
.expertise-list li::before {
  content: '';
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: hsl(var(--primary));
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--site-border);
  border-radius: 0.875rem;
  overflow: hidden;
}

.spec-table td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--site-border);
  color: var(--site-muted);
}

.spec-table tr:last-child td { border-bottom: 0; }
.spec-table td:first-child { width: 40%; background: hsl(var(--secondary)); color: var(--site-text); font-weight: 600; }
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--site-border);
  border-radius: 0.875rem;
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--site-border);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background: hsl(var(--secondary));
  color: var(--site-text);
  font-size: 0.92rem;
}

.comparison-table td {
  color: var(--site-muted);
}

.comparison-table tr:last-child td { border-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; color: var(--site-muted); font-size: 0.9rem; }
.breadcrumbs a { color: hsl(var(--orange-dark)); }
.breadcrumbs .current { color: var(--site-text); font-weight: 600; }
.seo-link-card { display: grid; gap: 0.85rem; align-content: start; }
.aeo-answer { text-align: left; }
.aeo-answer .lead { margin-left: 0; margin-right: 0; }
.trust-stat a { color: inherit; text-decoration: underline; text-underline-offset: 0.18em; }
.quote-summary-card {
  position: sticky;
  top: 7rem;
}

.quote-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.quote-summary-grid div {
  display: grid;
  gap: 0.3rem;
  border: 1px solid var(--site-border);
  border-radius: 0.85rem;
  background: hsl(var(--background));
  padding: 0.8rem 0.9rem;
}

.quote-summary-grid strong {
  color: var(--site-text);
  font-size: 0.88rem;
}

.quote-summary-grid span {
  color: var(--site-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.split-grid--form {
  align-items: start;
}

.timeline { display: grid; gap: 1rem; }
.timeline__item { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; align-items: start; padding: 1.5rem; }
.timeline__index,
.process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
  font-weight: 700;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--site-border);
  border-radius: 1rem;
  background: hsl(var(--background));
  box-shadow: var(--shadow-sm);
}

.faq-item + .faq-item { margin-top: 0.875rem; }
.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  padding: 1.125rem 1.25rem;
  color: var(--site-text);
  font-weight: 600;
  text-align: left;
}

.faq-icon { flex-shrink: 0; width: 1.125rem; height: 1.125rem; color: hsl(var(--primary)); transition: var(--transition-fast); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-answer__inner { padding: 0 1.25rem 1.25rem; color: var(--site-muted); line-height: 1.7; }
.faq-item.active .faq-icon { transform: rotate(45deg); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-group { display: grid; gap: 0.5rem; }
.form-label { color: var(--site-text); font-weight: 600; }
.form-input,
.form-select,
.form-textarea { width: 100%; }
.form-textarea { min-height: 9rem; resize: vertical; }
.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 14rem;
  border-style: dashed;
  color: var(--site-muted);
  text-align: center;
  padding: 1.5rem;
}

.blog-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; height: 100%; }
.blog-card__image { aspect-ratio: 16 / 10; }
.executive-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; height: 100%; }
.executive-card__media { aspect-ratio: 4 / 3; background: hsl(var(--secondary)); }
.executive-card__body {
  grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
  align-content: start;
  justify-items: center;
  height: 100%;
  text-align: center;
}
.executive-card__headline,
.executive-card__office { color: var(--site-muted); }
.executive-card__headline {
  max-width: 30ch;
  font-size: 0.98rem;
  line-height: 1.65;
}
.executive-card__body > p:not(.executive-card__headline):not(.executive-card__office) {
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.74;
}
.executive-card__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.executive-card__actions .btn {
  min-width: 5.25rem;
}
.expertise-list {
  justify-items: start;
  width: min(100%, 22rem);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.executive-card__office {
  max-width: 34ch;
  margin-right: auto;
  margin-left: auto;
}
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, hsl(var(--background)), hsl(25 85% 98%));
  text-align: center;
}
.cta-panel > div:first-child {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}
.cta-panel__actions { justify-content: center; }
.center-actions { justify-content: center; }
.stack-actions { flex-direction: column; align-items: stretch; }

.disclaimer-banner {
  display: grid;
  gap: 1rem;
  border-left: 4px solid hsl(var(--primary));
  padding: 1.5rem;
  background: linear-gradient(135deg, hsl(var(--background)), hsl(25 85% 98%));
}

.disclaimer-banner__header {
  display: grid;
  gap: 0.65rem;
}

.disclaimer-banner h2,
.disclaimer-modal h2 {
  margin: 0;
}

.disclaimer-banner p {
  color: var(--site-text);
  font-size: 0.98rem;
}

.footer__notice {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(0 0% 100% / 0.12);
}

.footer__notice p,
.footer__notice strong {
  color: hsl(210 20% 88%);
}

#disclaimerModal,
.disclaimer-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

#disclaimerModal[hidden],
.disclaimer-modal[hidden] {
  display: none !important;
}

#disclaimerOverlay,
.disclaimer-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 99997;
  background: hsl(220 25% 8% / 0.72);
  display: none;
}

.disclaimer-modal__dialog,
.disclaimer-modal-content {
  position: relative;
  z-index: 99999;
  display: grid;
  gap: 1rem;
  width: min(100%, 42rem);
  max-height: min(90vh, 44rem);
  overflow-y: auto;
  border: 1px solid var(--site-border);
  border-radius: 1.1rem;
  background: hsl(var(--background));
  box-shadow: var(--shadow-lg);
  padding: 1.75rem;
}

.disclaimer-modal__content {
  display: grid;
  gap: 1rem;
}

.disclaimer-modal__content p {
  color: var(--site-text);
}

.disclaimer-modal__actions {
  display: flex;
  justify-content: flex-end;
}

#acceptDisclaimerBtn {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  pointer-events: auto;
}

.footer {
  margin-top: 2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: hsl(var(--foreground));
  color: hsl(var(--background));
}

.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2rem; }
.footer h4 { margin: 0 0 1rem; color: hsl(var(--background)); }
.footer p,
.footer a,
.footer span,
.footer li { color: hsl(210 20% 88%); }
.footer__brand,
.footer__contact-list,
.footer__links { display: grid; gap: 0.625rem; }
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid hsl(0 0% 100% / 0.12);
}

.fade-in { opacity: 0; transform: translateY(1rem); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.whatsapp-float svg { width: 1.5rem; height: 1.5rem; }

@media (max-width: 1200px) {
  .trust-band__grid,
  .product-grid,
  .related-products,
  .executive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout,
  .split-panel { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .hero-slide {
    grid-template-columns: 1fr 0.95fr;
    gap: 2rem;
  }
  .site-strip__contact {
    gap: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .site-strip { display: none; }
  .nav__links,
  .nav__actions { display: none; }
  .nav__toggle { display: flex; }
  .hero-home__grid,
  .product-hero-grid,
  .split-grid,
  .footer__grid { grid-template-columns: 1fr; }
  .trust-band__grid,
  .info-grid,
  .info-grid--three,
  .product-grid,
  .related-products,
  .executive-grid,
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-panel { flex-direction: column; align-items: flex-start; }
  .hero-home { padding-top: 1rem; }
  .hero-home__slider { min-height: 0; padding-bottom: 4.5rem; }
  .hero-slide {
    position: relative;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 0;
    padding-bottom: 0;
  }
  .hero-slide:not(.active) { display: none; }
  .hero-slide__copy { max-width: none; padding: 1rem 0 0; }
  .hero-slide__visual { min-height: 23rem; }
  .hero-slide__frame { inset: 0 0 2rem 0; }
  .hero-slide__visual::before {
    right: 0;
    width: 100%;
  }
  .hero-slide__floating--top { right: 1rem; width: 8.5rem; height: 6.5rem; }
  .hero-slide__floating--bottom { left: 1rem; width: 7.5rem; height: 5.75rem; }
  .hero-slider__footer {
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .section { padding: 4rem 0; }
  .section-padding-sm { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .hero-home,
  .hero-shell { padding: 1rem 0 0; }
  .nav__logo-image { height: 2.35rem; max-width: 9.5rem; }
  .nav__logo-image--footer { height: 3.25rem; max-width: 12rem; }
  .hero-home h1,
  .hero-shell h1,
  .product-hero-grid__copy h1 { font-size: 2.5rem; }
  .hero-slide__copy h1,
  .hero-slide__copy h2 { font-size: 2.4rem; }
  .hero-slide__copy p { font-size: 1rem; }
  .hero-slide__visual { min-height: 19rem; }
  .hero-slide__floating--top { width: 6.8rem; height: 5rem; }
  .hero-slide__floating--bottom { width: 6rem; height: 4.5rem; }
  .slider-arrow { display: none; }
  .hero-home::before {
    width: 14rem;
    height: 14rem;
    right: -5rem;
  }
  .hero-home::after {
    display: none;
  }
  p,
  .product-card__content p,
  .executive-card__body > p:not(.executive-card__headline):not(.executive-card__office) {
    font-size: 0.98rem;
    line-height: 1.68;
  }
  .section-heading h2 { font-size: 2rem; }
  .hero-actions,
  .cta-panel__actions,
  .product-card__actions,
  .inline-links,
  .center-actions { flex-direction: column; align-items: stretch; }
  .trust-band__grid,
  .info-grid,
  .info-grid--three,
  .product-grid,
  .related-products,
  .executive-grid,
  .process-grid,
  .form-grid,
  .quote-summary-grid { grid-template-columns: 1fr; }
  .timeline__item { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .disclaimer-modal { padding: 1rem; }
  .disclaimer-modal__dialog { padding: 1.25rem; }
  .disclaimer-modal__actions { justify-content: stretch; }
  .disclaimer-modal__actions .btn { width: 100%; }
  .badge-primary,
  .badge-amber,
  .badge-success {
    white-space: normal;
  }
  .hero-slider__signals {
    gap: 0.6rem;
    font-size: 0.82rem;
  }
  .hero-slider__signals span {
    width: 100%;
  }
}
