.cb-site,
.cb-site * {
  box-sizing: border-box;
}

.cb-site {
  margin: 0;
  min-height: 100vh;
  background: var(--cb-bg);
  color: var(--cb-text);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.cb-site a {
  color: inherit;
  text-decoration: none;
}

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

.cb-site button,
.cb-site input,
.cb-site select,
.cb-site textarea {
  font: inherit;
}

.cb-site button,
.cb-site a {
  -webkit-tap-highlight-color: transparent;
}

.cb-site :focus-visible {
  outline: none;
  box-shadow: var(--cb-focus);
}

.cb-container {
  width: min(var(--cb-container), calc(100% - 40px));
  margin-inline: auto;
}

.cb-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 232, 240, .88);
}

.cb-header-inner {
  min-height: var(--cb-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cb-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--cb-text);
}

.cb-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

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

.cb-nav-link,
.cb-cart-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: 12px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  transition: background var(--cb-transition), color var(--cb-transition), transform var(--cb-transition);
}

.cb-nav-link:hover,
.cb-cart-link:hover {
  background: #f1f5f9;
  color: var(--cb-text);
}

.cb-nav-link.cb-nav-whatsapp {
  background: var(--cb-text);
  color: #fff;
  padding-inline: 16px;
}

.cb-nav-link.cb-nav-whatsapp:hover {
  background: #1e293b;
}

.cb-cart-link {
  border: 1px solid var(--cb-border);
  background: var(--cb-surface);
}

.cb-cart-count {
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cb-primary-strong);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.cb-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--cb-border);
  border-radius: 12px;
  background: var(--cb-surface);
  color: var(--cb-text);
  cursor: pointer;
}

.cb-menu-btn svg {
  width: 20px;
  height: 20px;
}

.cb-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform var(--cb-transition), background var(--cb-transition), border-color var(--cb-transition), box-shadow var(--cb-transition);
}

.cb-btn:hover {
  transform: translateY(-1px);
}

.cb-btn:disabled {
  opacity: .58;
  cursor: wait;
  transform: none;
}

.cb-btn-primary {
  background: linear-gradient(135deg, var(--cb-primary), var(--cb-primary-strong));
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.cb-btn-primary:hover {
  box-shadow: 0 12px 24px rgba(37, 99, 235, .24);
}

.cb-btn-secondary {
  background: var(--cb-surface);
  color: var(--cb-text);
  border-color: var(--cb-border);
}

.cb-btn-secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.cb-btn-ghost {
  background: transparent;
  color: #475569;
  border-color: var(--cb-border);
}

.cb-btn-full {
  width: 100%;
}

.cb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--cb-primary-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cb-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .08);
}

.cb-page-title,
.cb-section-title,
.cb-product-title {
  margin: 0;
  color: var(--cb-text);
  letter-spacing: -.045em;
}

.cb-page-title {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .98;
  font-weight: 800;
}

.cb-section-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
}

.cb-section-copy,
.cb-page-copy {
  color: var(--cb-muted);
  line-height: 1.75;
}

.cb-section-copy {
  max-width: 680px;
  margin: 10px 0 0;
  font-size: 15px;
}

.cb-page-copy {
  max-width: 660px;
  margin: 18px 0 0;
  font-size: 17px;
}

.cb-card {
  background: var(--cb-surface);
  border: 1px solid var(--cb-border);
  border-radius: var(--cb-radius-lg);
  box-shadow: var(--cb-shadow);
}

.cb-field {
  display: grid;
  gap: 8px;
}

.cb-field label,
.cb-field-label {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.cb-input,
.cb-select,
.cb-textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--cb-border);
  border-radius: 13px;
  background: var(--cb-surface);
  color: var(--cb-text);
  padding: 0 14px;
  outline: none;
  transition: border-color var(--cb-transition), box-shadow var(--cb-transition), background var(--cb-transition);
}

.cb-textarea {
  min-height: 124px;
  padding-block: 12px;
  resize: vertical;
  line-height: 1.55;
}

.cb-input::placeholder,
.cb-textarea::placeholder {
  color: #94a3b8;
}

.cb-input:focus,
.cb-select:focus,
.cb-textarea:focus {
  border-color: var(--cb-primary);
  box-shadow: var(--cb-focus);
}

.cb-form-grid {
  display: grid;
  gap: 16px;
}

.cb-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.cb-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.cb-status-ok {
  background: rgba(16, 185, 129, .10);
  color: #047857;
}

.cb-status-warn {
  background: rgba(245, 158, 11, .12);
  color: #b45309;
}

.cb-empty {
  grid-column: 1 / -1;
  padding: 44px 26px;
  text-align: center;
  background: var(--cb-surface);
  border: 1px dashed #cbd5e1;
  border-radius: var(--cb-radius-lg);
}

.cb-empty h1,
.cb-empty h3 {
  margin: 0 0 10px;
  color: var(--cb-text);
}

.cb-empty p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: var(--cb-muted);
  line-height: 1.65;
}

.cb-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  max-width: calc(100% - 32px);
  transform: translate(-50%, 18px);
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--cb-transition), transform var(--cb-transition);
}

.cb-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cb-wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 15px 35px rgba(37, 211, 102, .28);
  transition: transform var(--cb-transition), box-shadow var(--cb-transition);
}

.cb-wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37, 211, 102, .34);
}

.cb-wa-float svg {
  width: 27px;
  height: 27px;
}

.cb-footer {
  margin-top: 56px;
  background: var(--cb-dark);
  color: #fff;
}

.cb-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 48px;
  padding: 56px 0 42px;
}

.cb-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 800;
}

.cb-footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cb-footer h4 {
  margin: 4px 0 15px;
  font-size: 13px;
  font-weight: 800;
}

.cb-footer p,
.cb-footer a {
  color: rgba(226, 232, 240, .72);
  font-size: 13px;
  line-height: 1.75;
}

.cb-footer a:hover {
  color: #fff;
}

.cb-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, .15);
  padding: 18px 0 22px;
  color: rgba(226, 232, 240, .50);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 920px) {
  .cb-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .cb-nav {
    position: absolute;
    top: calc(var(--cb-header-h) - 1px);
    left: 20px;
    right: 20px;
    display: none;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--cb-border);
    border-radius: 16px;
    background: rgba(255,255,255,.98);
    box-shadow: var(--cb-shadow-lg);
  }

  .cb-nav.is-open {
    display: grid;
  }

  .cb-nav-link,
  .cb-cart-link {
    justify-content: space-between;
    width: 100%;
  }

  .cb-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .cb-container {
    width: min(var(--cb-container), calc(100% - 24px));
  }

  .cb-header-inner {
    min-height: 68px;
  }

  .cb-brand span {
    display: none;
  }

  .cb-nav {
    top: 67px;
    left: 12px;
    right: 12px;
  }

  .cb-page-title {
    font-size: 42px;
  }

  .cb-wa-float {
    right: 14px;
    bottom: 14px;
  }
}
