/*
Theme Name:  TCPA Child
Theme URI:   https://tcpalegalservices.com
Description: Child theme for TCPA Legal Services — extends Hello Elementor
Author:      TCPA Legal Services
Author URI:  https://farhandev.com
Template:    hello-elementor
Version:     1.0.0
Text Domain: tcpa-child
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body {
  font-size: 18px;
}

@media (max-width: 620px) {
  body {
    font-size: 17px;
  }
}

.hero h1 span {
  color: #3ABA6A;
}

.hero h1 {
  text-wrap: balance;
}

.header {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

@keyframes hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .45; transform: scale(.8); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(58, 186, 106, 0.16);
  border: 1px solid rgba(58, 186, 106, 0.35);
  color: #75cf97;
  padding: 7px 14px 7px 11px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 22px;
}

.hero-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3aba6a;
  flex-shrink: 0;
  animation: hero-pulse 2s infinite;
}

.tcpa-button,
#tcpa-button {
  box-shadow: 0 10px 26px -10px rgba(58, 186, 106, 0.75);
  transition: background .15s, transform .08s, box-shadow .15s;
}

.tcpa-button:hover,
#tcpa-button:hover {
  box-shadow: 0 14px 30px -10px rgba(58, 186, 106, 0.75);
}

.tcpa-button:active {
  transform: translateY(1px);
}

/* ── Consent Checkbox ── */
.elementor-field-option {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.elementor-field-option input[type="checkbox"] {
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

#form-field-field_a985275 + label,
.elementor-field-subgroup .elementor-field-option label {
  font-size: 11.5px !important;
  line-height: 1.5 !important;
  display: inline !important;
  vertical-align: top !important;
}

/* ── Context Box Shadow ── */
.context-box {
  box-shadow: 0 1px 3px rgba(12, 20, 35, .06),
              0 8px 24px -12px rgba(12, 20, 35, .16);
}

/* ── Quick Form Sticky ── */
.quickform {
  display: none !important;
}

.quickform.show {
  display: flex !important;
  position: fixed !important;
  bottom: 20px !important;
  z-index: 9999999 !important;
}
