/* Generated by tools/build-theme-css.py. Do not edit directly. */
.cb-top-bar {
  background: linear-gradient(90deg, #9d1f24, #b8292d, #9d1f24);
  color: var(--cb-white);
}

.cb-top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.cb-top-bar-close {
  position: absolute;
  right: 0;
  background: transparent;
  color: var(--cb-white);
}

.cb-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(14, 22, 50, 0.94);
  backdrop-filter: blur(18px);
  color: var(--cb-white);
}

.cb-site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(14, 22, 50, 0.24);
}

.cb-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.cb-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cb-site-brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cb-red), var(--cb-navy));
}

.cb-site-brand-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
}

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

.cb-primary-nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
}

.cb-primary-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cb-white);
}

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

.cb-nav-toggle {
  display: none;
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--cb-white);
}

.cb-promo-banner,
.cb-promo-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: var(--cb-radius-xl);
  background: var(--cb-red);
  color: var(--cb-white);
}

.cb-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.cb-brand-panel {
  min-height: 280px;
  border-radius: var(--cb-radius-xl);
  background: linear-gradient(135deg, var(--cb-navy-deep), var(--cb-navy));
  color: var(--cb-white);
  padding: 36px;
}

.cb-brand-panel-mark {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--cb-red), #d43438);
  margin-bottom: 16px;
}

.cb-brand-panel-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.cb-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(184, 41, 45, 0.1);
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.cb-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  color: var(--cb-charcoal);
}

.cb-contact-card {
  padding: 24px;
  border-radius: var(--cb-radius-lg);
  background: var(--cb-white);
  box-shadow: var(--cb-shadow-soft);
}

.cb-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
  padding: 48px 0;
}

.cb-site-footer {
  background: var(--cb-navy-deep);
  color: rgba(255, 255, 255, 0.76);
}

.cb-footer-title,
.cb-footer-heading {
  color: var(--cb-white);
}

.cb-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cb-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: var(--cb-shadow-strong);
}

.cb-placement-modal[hidden] {
  display: none;
}

.cb-placement-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  background: rgba(14, 22, 50, 0.55);
  padding: 20px;
}

.cb-placement-modal-dialog {
  width: min(100%, 560px);
  padding: 32px;
  border-radius: var(--cb-radius-xl);
  background: var(--cb-white);
  position: relative;
  box-shadow: var(--cb-shadow-strong);
  text-align: center;
}

.cb-placement-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(27, 38, 85, 0.06);
  color: var(--cb-navy);
}

.cb-placement-modal-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(184, 41, 45, 0.1);
  font-size: 2rem;
}

.cb-placement-modal-dialog h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: var(--cb-navy);
}

.cb-placement-modal-dialog > p {
  margin: 0 auto;
  max-width: 420px;
  color: var(--cb-stone);
}

.cb-placement-bound-lead {
  display: grid;
  gap: 6px;
  margin: 18px 0 22px;
  padding: 14px 16px;
  border-radius: var(--cb-radius-lg);
  background: rgba(27, 38, 85, 0.05);
}

.cb-placement-bound-lead strong {
  color: var(--cb-navy);
}

.cb-placement-bound-lead span {
  color: var(--cb-stone);
  font-size: 0.92rem;
}

.cb-placement-start-form {
  margin-top: 20px;
  text-align: left;
}

.cb-placement-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.cb-placement-modal-hint {
  margin: 6px 0 0;
  text-align: center;
  color: var(--cb-stone);
  font-size: 0.88rem;
}

@media (max-width: 1024px) {
  .cb-primary-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    padding: 12px;
    border-radius: 18px;
    background: var(--cb-navy-deep);
    flex-direction: column;
    align-items: stretch;
  }

  .cb-primary-nav.is-open {
    display: flex;
  }

  .cb-nav-toggle {
    display: inline-flex;
  }

  .cb-site-actions .cb-button-outline {
    display: none;
  }

  .cb-placement-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cb-split-layout,
  .cb-footer-grid {
    grid-template-columns: 1fr;
  }
}
