body {
  font-family: 'Heebo', sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}
body.hide-header header[data-elementor-type="header"] {
  display: none;
}
body.hide-footer footer[data-elementor-type="footer"] {
  display: none;
}
h1,
h2,
h3,
.display {
  font-family: 'Rubik', sans-serif;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--gold);
  color: var(--teal-deep);
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 34px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}
.section-head .kicker {
  margin-bottom: 10px;
}
.section-head h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--teal-deep);
}
.kicker {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
}
.field {
  text-align: right;
  margin-bottom: 14px;
}
.field label {
  display: block;
  font-size: 0.85rem;
  color: var(--teal-deep);
  font-weight: 600;
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid rgba(11, 58, 55, 0.2);
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  background: #fff;
}
.field input:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}
.success-msg {
  display: none;
  text-align: center;
}
.success-msg .ico {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.success-msg h3 {
  color: var(--teal-deep);
  margin-bottom: 8px;
}
/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  bottom: 0;
  inset-inline: 0;
  z-index: 40;
  background: var(--teal-deep);
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.2);
}
.sticky-cta .btn {
  width: 100%;
}
@media (max-width: 720px) {
  .sticky-cta {
    display: flex;
  }
}
/* Lead capture modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(11, 20, 17, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open {
  display: flex;
}
.modal-card {
  background: var(--ivory);
  max-width: 420px;
  width: 100%;
  padding: 34px 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}
.modal-card h3 {
  color: var(--teal-deep);
  font-size: 1.3rem;
  margin-bottom: 6px;
}
.modal-card p.sub {
  color: var(--teal-mid);
  font-size: 0.9rem;
  margin-bottom: 22px;
}
.modal-card .btn {
  width: 100%;
  margin-top: 6px;
}
.modal-close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(11, 58, 55, 0.08);
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: var(--teal-deep);
}
.form-note {
  font-size: 0.75rem;
  color: var(--teal-mid);
  margin-top: 14px;
  opacity: 0.75;
}
/* Floating social menu */
.social-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.social-float-toggle {
  position: relative;
  flex: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  text-align: center;
  font-family: 'Heebo', sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(201, 160, 74, 0.45);
  transition: transform 0.15s ease;
  animation: social-float-toggle-breathe 2.6s ease-in-out infinite;
}
.social-float-toggle:hover {
  animation: none;
  transform: translateY(-2px) scale(1.03);
}
@keyframes social-float-toggle-breathe {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(201, 160, 74, 0.45);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 0 14px rgba(201, 160, 74, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .social-float-toggle {
    animation: none;
  }
}
.social-float-toggle-text {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  overflow-wrap: break-word;
  white-space: normal;
}
.social-float-toggle-subtitle {
  position: absolute;
  bottom: 0;
  padding: 10px;
  border-radius: 17px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.7rem;
}
.social-float-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
.social-float.open .social-float-menu {
  max-height: 600px;
  opacity: 1;
}
.social-float-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-float-item .label {
  background: white;
  color: var(--ink);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.social-float-item .icon {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.social-float-item .icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
@media (max-width: 720px) {
  .social-float {
    bottom: 90px;
    right: 0;
    align-items: center;
  }
  .social-float-toggle {
    width: 100px;
    height: 100px;
  }
  .social-float-toggle-text {
    font-size: 1rem;
  }
  .social-float-toggle-subtitle {
    font-size: 0.5rem;
  }
}
