/* ============================================================
   CONTATO (split from addons.css)
   ============================================================ */

/* ============================================================
   CONTACT - brascast-contato.html page
   ============================================================ */
.ct-hero { position: relative; overflow: hidden; padding: calc(var(--nav-h) + 80px) 0 56px; background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 70%, #fff 100%); }
.ct-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.ct-hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.ct-hero-blob--1 { width: 540px; height: 540px; background: radial-gradient(circle, rgba(23,141,114,.2) 0%, rgba(23,141,114,.08) 35%, transparent 70%); top: -200px; right: -160px; }
.ct-hero-blob--2 { display: none; }
.ct-hero-inner { position: relative; text-align: center; max-width: 720px; margin: 0 auto; }
.ct-hero-inner h1 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: var(--text); margin: 18px 0 14px; text-wrap: balance; }
.ct-hero-inner h1 .accent { color: var(--green); }
.ct-hero-desc { font-size: 20px; color: var(--text-muted); line-height: 1.6; max-width: 560px; margin: 0 auto; text-wrap: pretty; }

/* Contact options */
.ct-options { background: #fff; padding: 56px 0 32px; }
/* ===== JÁ É CLIENTE? - callout estiloso com divisor que liga ao form ===== */
.ct-customer { padding: 64px 0 0; position: relative; }

.ct-customer-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 36px 40px; background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, #1aa085 100%); color: #fff; border-radius: 24px; box-shadow: 0 14px 32px rgba(15,107,85,.32); }

.ct-customer-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ct-customer-grid { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.ct-customer-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.ct-customer-blob--1 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(78,217,182,.4) 0%, rgba(78,217,182,.15) 40%, transparent 70%); top: -140px; right: -100px; }
.ct-customer-blob--2 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(15,107,85,.5) 0%, rgba(15,107,85,.2) 40%, transparent 70%); bottom: -120px; left: 0%; }

.ct-customer-content { position: relative; z-index: 2; max-width: 540px; }
.ct-customer-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px 6px 8px; background: rgba(255,255,255,.16); border-radius: 99px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.ct-customer-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ed9b6; box-shadow: 0 0 0 3px rgba(78,217,182,.3); animation: ctPulse 1.6s ease-in-out infinite; }
@keyframes ctPulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
.ct-customer-content h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin: 14px 0 10px; }
.ct-customer-content h3 span { color: #4ed9b6; }
.ct-customer-content p { font-size: 15.5px; color: rgba(255,255,255,.85); line-height: 1.55; margin: 0 0 22px; max-width: 460px; }
.ct-customer-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; background: #fff; color: var(--green-dark); border: 0; border-radius: 12px; font-size: 14.5px; font-weight: 800; letter-spacing: -.005em; transition: transform .18s, box-shadow .18s; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.ct-customer-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.25); }

.ct-customer-icon { position: relative; z-index: 1; width: 110px; height: 110px; border-radius: 26px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.92); flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.18); }
.ct-customer-icon svg { width: 56px; height: 56px; }

/* Divisor "ou" que liga ao form abaixo */
.ct-divider { display: flex; align-items: center; gap: 16px; max-width: 480px; margin: 40px auto 0; }
.ct-divider-line { flex: 1; height: 1.5px; background: linear-gradient(90deg, transparent, var(--border), transparent); }
.ct-divider-text { font-size: 13px; font-weight: 600; color: var(--text-muted); white-space: nowrap; letter-spacing: .01em; }
.ct-divider-arrow { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1.5px solid var(--border); color: var(--green); margin: 16px auto 0; transition: all .2s; animation: ctBounce 2.2s ease-in-out infinite; }
.ct-divider-arrow:hover { background: var(--green); color: #fff; border-color: var(--green); transform: translateY(2px); animation: none; }
.ct-divider-arrow svg { width: 20px; height: 20px; }
@keyframes ctBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

@media (max-width: 768px) {
  .ct-customer { padding: 48px 0 0; }
  .ct-customer-card { grid-template-columns: 1fr; gap: 20px; padding: 28px 24px; text-align: left; }
  .ct-customer-icon { display: none; }
  .ct-customer-content h3 { font-size: 22px; }
}

/* Form + info */
.ct-form-sec { background: var(--bg-soft); }
.ct-form-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.ct-form-info .tag { margin-bottom: 16px; }
.ct-form-info h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 14px; text-wrap: balance; }
.ct-form-info h2 .accent { color: var(--green); }
.ct-form-info > p { font-size: 17px; color: var(--text-muted); line-height: 1.6; margin-bottom: 28px; text-wrap: pretty; }
.ct-info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.ct-info-list li { display: flex; align-items: flex-start; gap: 12px; }
.ct-info-icon { width: 38px; height: 38px; border-radius: 10px; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--green); flex-shrink: 0; }
.ct-info-icon svg { width: 18px; height: 18px; }
.ct-info-list strong { display: block; font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 2px; }
.ct-info-list span { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }

/* Form */
.ct-form { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 8px 24px rgba(15,30,27,.04); }
.ct-alert { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.5; }
.ct-alert--success { background: #dcfce7; color: #14532d; border: 1px solid #86efac; }
.ct-alert--success svg { color: #16a34a; flex-shrink: 0; margin-top: 1px; }
.ct-alert--error { background: #fef2f2; color: #7f1d1d; border: 1px solid #fca5a5; }
.ct-alert--error svg { color: #dc2626; flex-shrink: 0; margin-top: 1px; }
.ct-alert strong { font-weight: 700; }
.ct-error { font-size: 12.5px; color: #dc2626; font-weight: 600; margin-top: 4px; }
.ct-field { display: flex; flex-direction: column; gap: 6px; }
.ct-field label { font-size: 13px; font-weight: 700; color: var(--text); }
.ct-required { color: var(--green); }
.ct-field input, .ct-field select, .ct-field textarea { font-family: inherit; font-size: 14px; color: var(--text); background: #fff; border: 1.5px solid var(--border); border-radius: 10px; padding: 11px 14px; transition: border-color .15s, box-shadow .15s; width: 100%; }
.ct-field input:focus, .ct-field select:focus, .ct-field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,141,114,.12); }
.ct-field textarea { resize: vertical; min-height: 110px; font-family: inherit; }
.ct-field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a7069' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.ct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-field--check label { display: flex; align-items: flex-start; gap: 9px; cursor: pointer; font-weight: 500; font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.ct-field--check input { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; accent-color: var(--green); }
.ct-field--check a { color: var(--green); font-weight: 600; }
.ct-form .btn { margin-top: 4px; align-self: flex-start; }

/* FAQ */

/* Responsivo */
@media (max-width: 992px) {
  .ct-form-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 768px) {
  .ct-form { padding: 22px; }
  .ct-field-row { grid-template-columns: 1fr; gap: 14px; }
}


