:root {
  --purple: #7220cf;
  --purple-dark: #4b148f;
  --purple-soft: #f4ecff;
  --lilac: #d9c3ff;
  --ink: #1e1730;
  --muted: #6e6878;
  --line: #ebe7f1;
  --surface: #ffffff;
  --soft-gray: #f7f6f9;
  --success: #14a36f;
  --promo: #d9407a;
  --shadow: 0 18px 50px rgba(42, 20, 74, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

body,
button,
input,
select {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
select {
  cursor: pointer;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link,
.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:focus {
  z-index: 999;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  background: var(--purple);
  color: #fff;
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 3px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--purple-dark), var(--purple));
  font-size: 0.76rem;
}

.top-strip span,
.top-strip a,
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-strip svg,
.trust-row svg,
.header-actions svg {
  width: 15px;
  height: 15px;
}

.header-main {
  display: grid;
  grid-template-columns: 186px minmax(280px, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 6px 0 5px;
}

.brand img {
  width: 178px;
  height: auto;
}

.search-bar {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 3px 4px 3px 12px;
  border: 1px solid #ded5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(75, 20, 143, 0.08);
}

.search-bar svg {
  width: 17px;
  height: 17px;
  color: var(--purple);
}

.search-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
}

.search-bar button,
.primary-btn,
.whatsapp-large {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(114, 32, 207, 0.22);
}

.search-bar button {
  padding: 7px 14px;
  font-size: 0.88rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ghost-btn,
.client-btn,
.whatsapp-btn,
.secondary-btn,
.category-cloud button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ghost-btn:hover,
.client-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-1px);
}

.client-btn {
  border-color: #d8c7ef;
  background: linear-gradient(135deg, #fbf8ff, #efe3ff);
  color: var(--purple-dark);
  box-shadow: 0 10px 22px rgba(114, 32, 207, 0.08);
}

.whatsapp-btn {
  border-color: #b9ecd3;
  background: linear-gradient(135deg, #25d366, #0f9f5a);
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 159, 90, 0.18);
}

.ghost-btn {
  border-color: #e8e2ef;
  background: linear-gradient(135deg, #fff, #faf8fd);
  box-shadow: 0 8px 18px rgba(42, 20, 74, 0.06);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 5px 16px 6px;
  color: #4a4355;
  font-weight: 750;
  font-size: 0.86rem;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--purple);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.banner-inicial {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: #12081f;
}

.banner-media,
.banner-media img,
.banner-overlay {
  position: absolute;
  inset: 0;
}

.banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  background:
    linear-gradient(90deg, rgba(20, 8, 34, 0.86) 0%, rgba(42, 17, 73, 0.7) 37%, rgba(42, 17, 73, 0.18) 75%),
    linear-gradient(0deg, rgba(20, 8, 34, 0.28), rgba(20, 8, 34, 0));
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-copy {
  width: min(680px, 100%);
  color: #fff;
}

.banner-copy p {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta .eyebrow {
  color: var(--lilac);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 6vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.catalog-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-btn,
.secondary-btn,
.whatsapp-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.secondary-btn {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.94);
  color: var(--purple-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.92);
}

.service-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -54px;
}

.service-grid article,
.category-card,
.catalog-sidebar,
.product-card,
.benefits-grid article,
.careers {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-grid article {
  padding: 22px;
}

.service-grid svg,
.benefits-grid svg,
.stock-callout svg {
  width: 30px;
  height: 30px;
  color: var(--purple);
}

.service-grid strong {
  display: block;
  margin: 14px 0 6px;
}

.service-grid span,
.catalog-meta,
.product-card small,
.footer-bottom {
  color: var(--muted);
}

.section {
  padding: 96px 0;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 32px;
}

.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}

.catalog-controls select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.category-showcase {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: 18px;
}

.category-feature {
  position: relative;
  grid-row: span 2;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--purple-dark);
}

.category-feature img,
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(27, 8, 45, 0.82), rgba(27, 8, 45, 0.06));
  content: "";
}

.category-feature div {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 2;
  color: #fff;
}

.category-feature span {
  color: var(--lilac);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.category-feature h3 {
  margin: 10px 0 18px;
  font-size: 2rem;
  line-height: 1.08;
}

.category-feature a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 850;
}

.category-card {
  overflow: hidden;
}

.category-card img {
  height: 210px;
}

.category-card h3,
.category-card p {
  padding-inline: 20px;
}

.category-card h3 {
  margin-top: 18px;
}

.category-card p {
  padding-bottom: 20px;
}

.category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.category-cloud button {
  min-height: 38px;
  background: var(--soft-gray);
  font-size: 0.92rem;
}

.product-section {
  padding: 92px 0;
  background: linear-gradient(180deg, var(--soft-gray), #fff);
}

.product-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
}

.catalog-sidebar {
  align-self: start;
  position: sticky;
  top: 180px;
  padding: 22px;
}

.catalog-sidebar label {
  display: flex;
  gap: 10px;
  margin: 13px 0;
  color: #4d455a;
  font-weight: 700;
}

.stock-callout {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 8px;
  background: var(--purple-soft);
}

.stock-callout span {
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.94rem;
}

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

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 34px;
  border: 1px dashed #d9cdea;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.empty-state svg {
  width: 48px;
  height: 48px;
  color: var(--purple);
}

.empty-state p {
  max-width: 420px;
  margin-bottom: 0;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(42, 20, 74, 0.14);
}

.product-thumb {
  display: grid;
  place-items: center;
  height: 220px;
  background: linear-gradient(135deg, #fff, var(--purple-soft));
  overflow: hidden;
}

.product-thumb svg {
  width: 68px;
  height: 68px;
  color: var(--purple);
  opacity: 0.82;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.product-card:hover .product-thumb img {
  transform: scale(1.035);
}

.product-info {
  padding: 18px;
}

.product-info h3 {
  min-height: 48px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.price {
  color: var(--purple-dark);
  font-size: 1.28rem;
  font-weight: 900;
}

.favorite {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
}

.badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.badge {
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.badge.stock {
  background: var(--success);
}

.badge.promo {
  background: var(--promo);
}

.quote-btn {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--purple);
  color: #fff;
  font-weight: 850;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pagination button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.pagination button[aria-current="page"] {
  background: var(--purple);
  color: #fff;
}

.brand-carousel {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.brand-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollBrands 40s linear infinite;
}

.brand-track figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 200px;
  min-height: 120px;
  margin: 0;
  padding: 20px;
  border-right: 1px solid var(--line);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-track figure:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.brand-track img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 4px;
}

.brand-track figcaption {
  color: var(--purple-dark);
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
}

@keyframes scrollBrands {
  to {
    transform: translateX(-50%);
  }
}

.benefits {
  padding: 86px 0;
  background: var(--purple-dark);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefits-grid article {
  padding: 24px;
  box-shadow: none;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 96px 0;
}

.about-section img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-link {
  color: var(--purple);
}

.text-link svg {
  width: 18px;
}

.numbers {
  padding: 64px 0;
  background: var(--soft-gray);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.numbers-grid div {
  padding: 28px 22px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.numbers-grid strong {
  display: block;
  color: var(--purple);
  font-size: 2.5rem;
  line-height: 1;
}

.numbers-grid span {
  color: var(--muted);
  font-weight: 750;
}

.careers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-block: 80px;
  padding: 34px;
}

.careers .secondary-btn {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}

.final-cta {
  padding: 92px 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(217, 195, 255, 0.24), transparent 35%),
    linear-gradient(135deg, var(--purple-dark), var(--purple));
}

.final-cta p {
  width: min(660px, 100%);
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
}

.whatsapp-large {
  margin-top: 12px;
  background: #13a86b;
}

.whatsapp-large svg {
  width: 20px;
}

.site-footer {
  padding-top: 56px;
  background: #12081f;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #0f9f5a);
  color: #fff;
  box-shadow: 0 20px 48px rgba(15, 159, 90, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float iframe {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(15, 159, 90, 0.42);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.9fr 0.8fr;
  gap: 30px;
}

.footer-grid img {
  width: 280px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

.footer-grid p,
.footer-grid a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-grid h3 {
  color: #fff;
}

.footer-bottom {
  margin-top: 36px;
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

@media (max-width: 1060px) {
  .header-main {
    grid-template-columns: 164px 1fr;
  }

  .brand img {
    width: 158px;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .service-grid,
  .benefits-grid,
  .numbers-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-showcase,
  .about-section,
  .product-layout {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .top-strip {
    display: none;
  }

  .site-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 18px;
  }

  .header-main {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 7px 0;
  }

  .brand,
  .header-actions {
    justify-self: center;
  }

  .brand img {
    width: 174px;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .search-bar {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    min-height: 36px;
  }

  .search-bar button {
    padding: 7px 11px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float iframe {
    width: 38px;
    height: 38px;
  }

  .service-grid,
  .benefits-grid,
  .numbers-grid,
  .footer-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .category-feature {
    min-height: 420px;
  }

  .section-heading.split,
  .careers,
  .catalog-meta {
    align-items: flex-start;
    flex-direction: column;
  }
}
