:root {
  --ink: #17191b;
  --muted: #66717e;
  --line: #dbe4ee;
  --paper: #f8fbff;
  --soft: #fff0f7;
  --deep: #ff075b;
  --deep-2: #a6037a;
  --accent: #121417;
  --gold: #ff7a1a;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(166, 3, 122, 0.14);
  --radius: 8px;
  --wrap: min(1440px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-cta {
  display: none;
}

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

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

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

.site-top {
  background: #101418;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.top-inner,
.nav-inner,
.section-inner,
.footer-inner {
  width: var(--wrap);
  margin-inline: auto;
}

.top-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.top-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-link,
.mini-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 228, 238, 0.9);
  backdrop-filter: blur(16px);
}

.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 300px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--white);
  padding: 3px;
}

.brand-seal {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
  color: var(--white);
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.34);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  color: var(--deep);
  font-size: 18px;
  line-height: 1;
}

.brand-text span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #2a3833;
  font-size: 16.5px;
  font-weight: 720;
}

.nav-link:hover,
.nav-link.is-active {
  background: var(--soft);
  color: var(--deep);
}

.nav-link svg {
  display: none;
}

.menu-panel-head,
.menu-panel-actions,
.menu-note {
  display: none;
}

.mobile-whatsapp-action {
  display: inline-grid;
  background: #25d366;
  border-color: #25d366;
  color: var(--white);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.26);
}

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

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.icon-btn svg,
.btn svg,
.nav-link svg,
.top-link svg,
.mini-link svg {
  flex: 0 0 auto;
}

.icon-btn.blue {
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
  border-color: var(--deep);
  color: var(--white);
}

.icon-btn.blue.mobile-whatsapp-action {
  background: #25d366;
  border-color: #25d366;
  color: var(--white);
}

.icon-btn.blue.mobile-whatsapp-action:hover {
  background: #20bd5a;
  border-color: #20bd5a;
}

.icon-btn.dark {
  background: #121417;
  border-color: #121417;
  color: var(--white);
}

.wa-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
}

.wa-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.phone-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
}

.phone-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.float-phone-icon,
.float-wa-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.float-phone-icon svg,
.float-wa-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.header-actions .float-phone-icon,
.header-actions .float-wa-icon {
  width: 20px;
  height: 20px;
  color: #fff;
}

.icon-btn .wa-icon,
.floating-contact-link .wa-icon,
.floating-contact-link .phone-icon,
.floating-contact-link .float-phone-icon,
.floating-contact-link .float-wa-icon {
  width: 22px;
  height: 22px;
}

.menu-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
  color: var(--white);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  white-space: nowrap;
}

.btn:hover {
  background: linear-gradient(135deg, var(--deep-2), var(--deep));
  box-shadow: 0 12px 28px rgba(166, 3, 122, 0.2);
  transform: translateY(-1px);
}

.btn.secondary {
  background: var(--white);
  color: var(--deep);
  border-color: var(--line);
}

.btn.soft {
  background: var(--soft);
  color: var(--deep);
}

.hero {
  min-height: 620px;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, #ffffff 0%, #fff0f7 48%, #ffe1ee 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 58px;
  right: calc(max(24px, calc((100% - var(--wrap)) / 2)) + (100vw - 100%));
  bottom: 36px;
  width: min(30vw, 520px);
  z-index: -2;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 7, 91, 0.08), rgba(255, 7, 91, 0.18)),
    var(--hero-image) center / contain no-repeat;
  opacity: 1;
  box-shadow: 0 24px 70px rgba(255, 7, 91, 0.16);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, rgba(255, 7, 91, 0.08), rgba(255, 7, 91, 0));
}

.hero-inner {
  width: var(--wrap);
  margin: 0 auto;
  padding: 72px 0;
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 590px;
  margin: 22px 0 0;
  color: #465668;
  font-size: clamp(17px, 2vw, 21px);
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 690px;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.stat {
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
}

.stat strong {
  display: block;
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 74px 0;
}

.section.compact {
  padding: 48px 0;
}

.section.alt {
  background: var(--soft);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  max-width: 690px;
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-copy {
  max-width: 640px;
  margin: 12px 0 0;
  color: var(--muted);
}

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

.category-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(36, 8, 26, 0.88), rgba(36, 8, 26, 0.08) 58%);
}

.category-card:hover img {
  transform: scale(1.045);
}

.category-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 18px;
}

.category-content h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.08;
}

.category-content p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.category-content span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #fff3c7;
  font-size: 13px;
  font-weight: 900;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.06);
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #fff7fb, #ffe1ee);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.product-code {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(166, 3, 122, 0.92);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.product-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.product-body p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.product-actions .btn {
  width: 100%;
  min-height: 42px;
  padding-inline: 10px;
  font-size: 14px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  align-items: start;
}

.detail-gallery {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, #fff0f7);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.detail-gallery img {
  width: min(92%, 560px);
  max-height: 500px;
  object-fit: contain;
}

.detail-code {
  top: 18px;
  left: 18px;
}

.detail-info {
  padding: 6px 0;
}

.detail-info h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.detail-info p {
  color: var(--muted);
}

.detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.detail-specs div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.detail-specs strong,
.detail-specs span {
  display: block;
}

.detail-specs strong {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.detail-specs span {
  margin-top: 6px;
  color: var(--ink);
  font-weight: 900;
}

.detail-tags {
  margin-top: 18px;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.feature {
  padding: 24px;
  background: var(--white);
}

.feature i,
.feature > svg {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--deep);
  padding: 10px;
}

.feature h3 {
  margin: 0;
  font-size: 18px;
}

.feature p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-step {
  padding: 22px;
  border-left: 3px solid var(--accent);
  background: var(--white);
  border-radius: var(--radius);
}

.process-step strong {
  color: var(--accent);
  font-size: 13px;
}

.process-step h3 {
  margin: 8px 0;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 7, 91, 0.11), transparent 34%),
    linear-gradient(180deg, #fff7fb 0%, var(--paper) 100%),
    var(--paper);
}

.testimonial-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 30px 0 44px;
  overflow-x: visible;
  overflow-y: visible;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  min-height: 252px;
  flex-direction: column;
  padding: 22px 20px 34px;
  border: 1px solid rgba(168, 203, 236, 0.9);
  border-radius: 32px 62px 32px 62px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
  box-shadow: 0 18px 42px rgba(166, 3, 122, 0.1);
  scroll-snap-align: center;
}

.testimonial-card.featured {
  grid-row: auto;
  min-height: 252px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 255, 0.98));
  color: var(--ink);
}

.testimonial-card::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -17px;
  width: 24px;
  height: 24px;
  border-right: 1px solid rgba(168, 203, 236, 0.9);
  border-bottom: 1px solid rgba(168, 203, 236, 0.9);
  border-radius: 0 0 24px 0;
  background: inherit;
  transform: rotate(18deg);
  box-shadow: 12px 14px 26px rgba(166, 3, 122, 0.06);
}

.testimonial-card:nth-child(even) {
  border-radius: 62px 32px 62px 32px;
}

.testimonial-card:nth-child(even)::after {
  right: 28px;
  left: auto;
  border-right: 0;
  border-left: 1px solid rgba(168, 203, 236, 0.9);
  transform: rotate(-18deg);
}

.testimonial-card:nth-child(1) {
  transform: translateY(-12px);
}

.testimonial-card:nth-child(2) {
  transform: translateY(16px);
}

.testimonial-card:nth-child(3) {
  transform: translateY(-14px);
}

.testimonial-card:nth-child(4) {
  transform: translateY(12px);
}

.testimonial-card:nth-child(5) {
  transform: translateY(-8px);
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.quote-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #e8f3ff;
  color: var(--deep);
}

.testimonial-card.featured .quote-mark {
  background: #e8f3ff;
  color: var(--deep);
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f6b91b;
}

.rating svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke-width: 1.8;
}

.testimonial-card p {
  margin: 0;
  color: #3f4d5e;
  font-size: 14px;
  line-height: 1.54;
}

.testimonial-card.featured p {
  color: #3f4d5e;
  font-size: 14px;
  line-height: 1.54;
}

.testimonial-controls {
  display: none;
}

.testimonial-control {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #c6ddf4;
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 12px 28px rgba(166, 3, 122, 0.12);
  cursor: pointer;
}

.testimonial-author {
  display: grid;
  gap: 2px;
  margin-top: auto;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.testimonial-author strong {
  color: var(--ink);
  font-size: 16px;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.testimonial-card.featured .testimonial-author strong,
.testimonial-card.featured .testimonial-author span {
  color: var(--ink);
}

.testimonial-card.featured .testimonial-author span {
  color: var(--muted);
  opacity: 1;
}

.page-hero {
  padding: 46px 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 36, 0.96), rgba(255, 7, 91, 0.84) 58%, rgba(255, 7, 91, 0.2)),
    var(--hero-image) right 9% center / min(360px, 36vw) auto no-repeat;
  color: var(--white);
}

.page-hero p {
  max-width: 670px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.side-panel {
  align-self: start;
  position: sticky;
  top: 98px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 32, 29, 0.07);
}

.side-panel h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.12;
}

.category-list {
  display: grid;
  gap: 10px;
}

.category-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #d8e7f7;
  border-radius: var(--radius);
  background: #fff7fb;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.category-pill:hover {
  border-color: #b8d4f0;
  background: var(--white);
  transform: translateX(2px);
}

.category-pill span {
  min-width: 32px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--soft);
  color: var(--deep);
  font-size: 13px;
  font-weight: 900;
}

.category-pill.is-active {
  background: linear-gradient(135deg, var(--deep), var(--deep-2));
  border-color: var(--deep);
  color: var(--white);
}

.category-pill.is-active span {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.catalog-layout .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 22px;
}

.catalog-layout .product-card {
  border-color: #d6e4f3;
  box-shadow: 0 14px 32px rgba(23, 32, 29, 0.07);
}

.catalog-layout .product-media {
  aspect-ratio: 4 / 3;
  margin: 10px 10px 0;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff0f7, #ffe1ee);
}

.catalog-layout .product-media img {
  padding: 8px;
}

.catalog-layout .product-body {
  padding: 16px;
}

.catalog-layout .product-body h3 {
  min-height: 44px;
  font-size: 19px;
}

.catalog-layout .product-actions {
  padding-top: 16px;
}

.catalog-layout .product-actions .btn {
  min-height: 44px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 42px;
  align-items: center;
}

.split-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.rich-text h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
}

.rich-text p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
}

.check-list i,
.check-list svg {
  color: var(--deep);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.contact-card,
.form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 29, 0.06);
}

.contact-card {
  padding: 24px;
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.contact-method i,
.contact-method > svg {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--deep);
  padding: 10px;
}

.contact-method strong,
.contact-method span {
  display: block;
}

.contact-method span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.form-card {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 13px 14px;
  color: var(--ink);
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

.map-box {
  min-height: 260px;
  margin-top: 18px;
  border-radius: var(--radius);
  background: var(--soft);
  overflow: hidden;
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.site-footer {
  background: linear-gradient(135deg, #ff075b, #a6037a);
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
  padding: 52px 0;
}

.footer-brand img {
  width: 330px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--white);
  font-weight: 900;
}

.footer-title {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
}

.payment-logos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.payment-badge {
  height: 28px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.payment-badge.visa {
  color: #ff075b;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  font-style: italic;
}

.payment-badge.mastercard {
  position: relative;
  min-width: 54px;
}

.payment-badge.mastercard span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.payment-badge.mastercard span:first-child {
  margin-right: -6px;
  background: #eb001b;
}

.payment-badge.mastercard span:last-child {
  background: #f79e1b;
  mix-blend-mode: multiply;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 10px;
}

.floating-contact-link {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 16px 34px rgba(18, 20, 23, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.floating-contact-link:hover,
.floating-contact-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(18, 20, 23, 0.24);
  filter: saturate(1.06);
}

.floating-contact-link.call {
  background: #121417;
}

.floating-contact-link.whatsapp {
  background: #21b45b;
}

.floating-contact-link > span:not(.wa-icon):not(.phone-icon):not(.float-phone-icon):not(.float-wa-icon) {
  display: none;
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #21b45b;
  color: #fff;
  box-shadow: 0 16px 34px rgba(33, 180, 91, 0.35);
}

.mobile-cta {
  display: none;
}

@media (max-width: 980px) {
  .top-inner {
    justify-content: center;
  }

  .top-links.secondary-top {
    display: none;
  }

  .nav-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
  }

  .brand-logo {
    width: 230px;
    height: 50px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100dvh;
    min-height: 100vh;
    display: none;
    align-content: start;
    gap: 9px;
    padding: 18px 20px;
    background:
      linear-gradient(135deg, rgba(255, 7, 91, 0.12), rgba(18, 20, 23, 0.04) 34%),
      #ffffff;
    overflow-y: auto;
  }

  .menu-open .nav-menu {
    display: grid;
  }

  .menu-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
  }

  .menu-logo {
    width: min(68vw, 280px);
    height: 48px;
    object-fit: contain;
    object-position: left center;
  }

  .menu-note {
    display: block;
    max-width: 330px;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
  }

  .nav-link {
    min-height: 58px;
    justify-content: space-between;
    padding: 0 16px;
    border-radius: 14px;
    background: #fff7fb;
    border: 1px solid #d7e6f6;
    color: #121417;
    box-shadow: 0 10px 26px rgba(255, 7, 91, 0.08);
    font-size: 17px;
    font-weight: 760;
  }

  .nav-link.is-active {
    background: linear-gradient(135deg, var(--deep), var(--deep-2));
    color: var(--white);
    border-color: var(--deep);
  }

  .menu-panel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .menu-contact-card {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
    min-height: 82px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
  }

  .menu-contact-card i,
  .menu-contact-card > svg,
  .menu-contact-card .wa-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--soft);
    color: var(--deep);
    padding: 9px;
  }

  .menu-contact-card > svg {
    background: var(--soft);
    box-sizing: border-box;
  }

  .menu-contact-card strong,
  .menu-contact-card small {
    display: block;
    font-size: 14px;
  }

  .menu-contact-card small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
  }

  .menu-contact-card.primary {
    background: linear-gradient(135deg, var(--deep), var(--deep-2));
    border-color: var(--deep);
    color: var(--white);
  }

  .menu-contact-card.primary i,
  .menu-contact-card.primary > svg,
  .menu-contact-card.primary .wa-icon {
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    padding: 8px;
  }

  .menu-contact-card.primary small {
    color: rgba(255, 255, 255, 0.74);
  }

  .menu-toggle {
    display: inline-grid;
  }

  .desktop-quote {
    display: none;
  }

  .mobile-whatsapp-action {
    display: inline-grid;
  }

  .hero {
    min-height: 68svh;
  }

  .hero::before {
    right: calc(max(16px, calc((100% - var(--wrap)) / 2)) + (100vw - 100%));
    width: min(34vw, 420px);
  }

  .hero-inner {
    padding: 84px 0 38px;
  }

  .hero-stats,
  .contact-grid,
  .split,
  .catalog-layout,
  .detail-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    gap: 12px;
    padding: 28px 0 44px;
  }

  .testimonial-card.featured {
    min-height: 250px;
  }

  .testimonial-card {
    padding: 20px 16px 32px;
  }

  .testimonial-card p,
  .testimonial-card.featured p {
    font-size: 13.5px;
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-inner > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-brand img {
    width: min(78vw, 300px);
  }

  .side-panel {
    position: static;
  }

  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-bottom .section-inner {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  :root {
    --wrap: min(100% - 24px, 1440px);
  }

  body {
    padding-bottom: 0;
  }

  .site-top {
    display: none;
  }

  .nav-inner {
    width: calc(100% - 20px);
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .brand-logo {
    width: min(58vw, 230px);
    height: 48px;
  }

  .header-actions {
    gap: 6px;
    justify-self: end;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(135deg, rgba(255, 7, 91, 0.12), rgba(18, 20, 23, 0.04) 34%),
      #ffffff;
    align-items: start;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(239, 247, 255, 0.62));
  }

  .hero::before {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(36px, 13vw, 54px);
  }

  .hero p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-inner {
    padding: 48px 0 34px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    position: relative;
    z-index: 1;
  }

  .stat {
    padding: 12px 10px;
  }

  .stat strong {
    font-size: 22px;
  }

  .stat span {
    font-size: 11px;
  }

  .section {
    padding: 50px 0;
  }

  .section-head {
    display: grid;
    gap: 16px;
  }

  .feature-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature {
    padding: 16px;
  }

  .feature i,
  .feature > svg {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    padding: 8px;
  }

  .feature h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .feature p {
    font-size: 12px;
    line-height: 1.45;
  }

  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .process-step {
    min-height: 150px;
    padding: 15px 12px;
  }

  .process-step h3 {
    margin: 6px 0;
    font-size: 16px;
  }

  .process-step p {
    font-size: 12px;
    line-height: 1.45;
  }

  .testimonial-grid {
    gap: 12px;
    margin-inline: 0;
    padding: 20px 0 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    flex: 0 0 100%;
    min-height: 260px;
    padding: 20px 20px 34px;
    border-radius: 28px 52px 28px 52px;
    scroll-snap-align: start;
    transform: none !important;
  }

  .testimonial-card p,
  .testimonial-card.featured p {
    font-size: 16px;
  }

  .testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2px;
  }

  .testimonial-top {
    margin-bottom: 14px;
  }

  .quote-mark {
    width: 40px;
    height: 40px;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

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

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

  .category-content {
    padding: 13px;
  }

  .category-content h3 {
    font-size: 17px;
  }

  .category-content p {
    display: none;
  }

  .product-body {
    padding: 11px;
  }

  .product-body h3 {
    font-size: 15px;
  }

  .product-body p {
    display: none;
  }

  .tag-row {
    display: none;
  }

  .product-actions .btn {
    min-height: 38px;
    font-size: 12px;
  }

  .category-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 34px 0;
    background:
      linear-gradient(90deg, rgba(7, 20, 36, 0.94), rgba(255, 7, 91, 0.78)),
      var(--hero-image) right -70px center / 250px auto no-repeat;
  }

  .page-hero h1 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .page-hero p {
    max-width: 92%;
    font-size: 15px;
  }

  .detail-gallery {
    min-height: 360px;
  }

  .detail-specs,
  .detail-actions {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .form-card {
    padding: 18px;
  }

  .mobile-cta {
    display: none;
  }

  .float-whatsapp {
    display: none;
  }

  .floating-contact {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    display: grid;
    gap: 8px;
  }

  .floating-contact-link {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 380px) {
  .brand-text strong {
    font-size: 15px;
  }

  .brand-text span {
    display: none;
  }

  .icon-btn {
    width: 39px;
    height: 39px;
  }

  .product-actions .btn {
    font-size: 11px;
  }
}
