/* Scoped styles for CTA section */
.ccs-cta-sec-533d77d2 {
  --ccs-navy:    #1a2a4a;
  --ccs-blue:    #1E90FF;
  --ccs-blue-dk: #1470D0;
  --ccs-sky:     #e0f0ff;
  --ccs-teal:    #32CD32;
  --ccs-teal-dk: #28a828;
  --ccs-white:   #FFFFFF;
  --ccs-gray:    #6b7280;
  --ccs-yellow:  #FFD700;
  --ccs-ff-head: 'Playfair Display', Georgia, serif;
  --ccs-ff-body: 'DM Sans', system-ui, sans-serif;
  --ccs-r:       12px;
  --ccs-sh:      0 4px 24px rgba(15,31,23,.07);
  --ccs-shm:     0 8px 40px rgba(15,31,23,.13);
}

.ccs-cta-sec-533d77d2 {
  background: linear-gradient(130deg, #1a2a4a 0%, #16305a 100%);
  padding: 88px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* decorative blobs */
.ccs-cta-sec-533d77d2::before,
.ccs-cta-sec-533d77d2::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ccs-cta-sec-533d77d2::before {
  width: 300px; height: 300px;
  top: -60px; right: -60px;
  background: rgba(30,144,255,.25);
}
.ccs-cta-sec-533d77d2::after {
  width: 250px; height: 250px;
  bottom: -80px; left: -80px;
  background: rgba(255,215,0,.15);
}

/* Inner wrapper */
.ccs-cta-inner-533d77d2 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  font-family: var(--ccs-ff-body);
}

/* Eyebrow badge */
.ccs-eyebrow-533d77d2 {
  display: inline-block;
  font-family: var(--ccs-ff-body);
  font-size: .73rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.15);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}

/* Heading */
.ccs-cta-inner-533d77d2 h2 {
  font-family: var(--ccs-ff-head);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.01em;
  color: #fff;
  margin: 0 0 14px;
  padding: 0;
}
.ccs-cta-inner-533d77d2 h2::after { display: none !important; }

/* Body copy */
.ccs-cta-inner-533d77d2 p {
  font-family: var(--ccs-ff-body);
  color: rgba(255,255,255,.72);
  font-size: 1.05rem;
  line-height: 1.78;
  margin: 0 0 32px;
  padding: 0;
}

/* Button row */
.ccs-cta-btns-533d77d2 {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* Button base */
.ccs-btn-533d77d2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  border-radius: var(--ccs-r);
  font-family: var(--ccs-ff-head);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  line-height: 1;
  transition: transform .18s, box-shadow .18s, background .15s;
  box-sizing: border-box;
}
.ccs-btn-533d77d2:hover { transform: translateY(-2px); text-decoration: none; }

/* Green "Call" button */
.ccs-btn-teal-533d77d2 {
  background: var(--ccs-teal);
  color: #fff;
  box-shadow: 0 4px 18px rgba(50,205,50,.3);
}
.ccs-btn-teal-533d77d2:hover {
  background: var(--ccs-teal-dk);
  color: #fff;
}

/* White "Quote" button */
.ccs-btn-white-533d77d2 {
  background: #fff;
  color: var(--ccs-blue);
  box-shadow: var(--ccs-sh);
}
.ccs-btn-white-533d77d2:hover {
  box-shadow: var(--ccs-shm);
  color: var(--ccs-blue-dk);
}

/* Trust micro-bar */
.ccs-cta-micro-533d77d2 {
  font-family: var(--ccs-ff-body);
  color: rgba(255,255,255,.45);
  font-size: .8rem;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ccs-cta-micro-533d77d2 span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .ccs-cta-sec-533d77d2 { padding: 64px 24px; }
}
@media (max-width: 600px) {
  .ccs-cta-btns-533d77d2 { flex-direction: column; align-items: stretch; }
  .ccs-btn-533d77d2 { width: 100%; justify-content: center; }
  .ccs-cta-micro-533d77d2 { gap: 12px; }
}
