/* CTA BANNER + CONTACT + FOOTER */
#cta-banner { padding: 0 2rem 6rem; background: var(--bg2); }
.cta-inner {
  max-width: 1200px; margin: 0 auto;
  border-radius: 24px; padding: 5rem; text-align: center;
  position: relative; overflow: hidden;
  background: var(--bg3); border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 0 80px rgba(176,96,255,0.22), 0 0 160px rgba(0,245,255,0.12), inset 0 1px 0 rgba(255,255,255,0.08);
}
.cta-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(176,96,255,0.28) 0%, transparent 70%); }
.cta-inner h2 { font-size: clamp(2rem,4vw,3rem); font-weight: 800; margin-bottom: 1rem; position: relative; }
.cta-inner h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-inner p { color: var(--muted); font-size: 1.1rem; margin-bottom: 2.5rem; position: relative; line-height: 1.7; }
.cta-inner .btn-glow { position: relative; }
.cta-glow-blur { position: absolute; width: 400px; height: 200px; bottom: -50px; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(176,96,255,0.2), transparent 70%); pointer-events: none; }

.cta-badge-top {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.28);
  border-radius: 100px; padding: 0.4rem 1.1rem;
  font-size: 0.78rem; font-family: var(--mono); color: var(--g);
  letter-spacing: 0.5px; margin-bottom: 1.75rem; position: relative;
}
.cta-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--g); box-shadow: 0 0 8px var(--g); animation: pulse 2s infinite; flex-shrink: 0; }

.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; position: relative; }

.cta-guarantees {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0; position: relative;
}
.cta-g-item { font-size: 0.78rem; color: var(--muted); padding: 0 1.25rem; font-family: var(--mono); }
.cta-g-sep { width: 1px; height: 1rem; background: rgba(255,255,255,0.12); flex-shrink: 0; }

/* CONTACT */
#contact { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }

.contact-left h2 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; margin-bottom: 1rem; line-height: 1.2; }
.contact-left h2 span { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.contact-left p { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-bottom: 2.5rem; }

.c-links { display: flex; flex-direction: column; gap: 0.75rem; }
.c-link { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; background: var(--glass); border: 1px solid var(--gb); border-radius: 12px; text-decoration: none; color: var(--text); transition: all 0.3s; }
.c-link:hover { border-color: rgba(0,245,255,0.25); transform: translateX(6px); box-shadow: 0 0 30px rgba(0,245,255,0.08); }
.c-icon { width: 38px; height: 38px; border-radius: 9px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.c-sub { font-size: 0.75rem; color: var(--muted); }
.c-val { font-size: 0.9rem; font-weight: 600; display: flex; align-items: center; gap: 0.4rem; }
.c-avail { border-color: rgba(16,185,129,0.15) !important; cursor: default; }
.c-avail:hover { border-color: rgba(16,185,129,0.35) !important; box-shadow: 0 0 30px rgba(16,185,129,0.1) !important; }
.avail-pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--g); box-shadow: 0 0 10px var(--g); animation: pulse 2s infinite; flex-shrink: 0; }

.wait-note {
  display: flex; gap: 1rem; align-items: flex-start;
  background: rgba(0,245,255,0.05); border: 1px solid rgba(0,245,255,0.12);
  border-radius: 12px; padding: 1rem 1.25rem; margin-top: 0.75rem;
}
.wait-note .wait-ic { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.wait-note strong { display: block; font-size: 0.82rem; color: var(--text); margin-bottom: 0.25rem; }
.wait-note p { font-size: 0.78rem; color: var(--muted); line-height: 1.55; margin: 0; }

.form-box { background: var(--bg2); border: 1px solid rgba(255,255,255,0.07); border-radius: 24px; padding: 2.5rem; }
.f-group { margin-bottom: 1.25rem; }
.f-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.f-label-row label { margin-bottom: 0; }
.f-counter { font-size: 0.7rem; color: var(--muted); font-family: var(--mono); transition: color 0.3s; }
.f-counter.warn { color: var(--o); }
.f-counter.limit { color: #ef4444; }

.f-req { color: var(--c); font-size: 0.85em; }

.f-group label { display: block; font-size: 0.8rem; color: var(--muted); margin-bottom: 0.5rem; font-family: var(--mono); letter-spacing: 0.5px; }
.f-group input, .f-group textarea, .f-group select {
  width: 100%; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07); border-radius: 10px;
  padding: 0.825rem 1rem; color: var(--text); font-family: var(--font);
  font-size: 0.9rem; outline: none; transition: all 0.3s;
}
.f-group input:focus, .f-group textarea:focus, .f-group select:focus {
  border-color: var(--c); box-shadow: 0 0 0 3px rgba(0,245,255,0.1), 0 0 20px rgba(0,245,255,0.06);
}
.f-group input.valid { border-color: rgba(15,206,136,0.5); }
.f-group input.invalid, .f-group textarea.invalid { border-color: rgba(239,68,68,0.6); box-shadow: 0 0 0 3px rgba(239,68,68,0.08); }

.f-err { display: block; font-size: 0.75rem; color: #ef4444; margin-top: 0.35rem; min-height: 1rem; font-family: var(--mono); opacity: 0; transform: translateY(-4px); transition: all 0.2s; }
.f-err.show { opacity: 1; transform: translateY(0); }
.f-group textarea { min-height: 120px; resize: vertical; }
.f-group select { appearance: none; cursor: none; }
.f-group select option { background: #1a1a2e; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.f-submit { width: 100%; padding: 1rem; border-radius: 10px; border: none; background: var(--grad); color: #fff; font-size: 1rem; font-weight: 700; cursor: none; display: flex; align-items: center; justify-content: center; gap: 0.5rem; transition: all 0.3s; position: relative; overflow: hidden; }
.f-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(176,96,255,0.4); }
.f-note { text-align: center; font-size: 0.75rem; color: var(--muted); margin-top: 0.75rem; }

.form-ok { display: none; text-align: center; padding: 3rem 1rem; }
.form-ok.show { display: block; }
.form-ok .ok-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.form-ok h3 { font-size: 1.4rem; color: var(--g); margin-bottom: 0.5rem; }
.form-ok p { color: var(--muted); }

/* FOOTER */
footer { background: var(--bg); border-top: 1px solid rgba(255,255,255,0.05); padding: 2.5rem 3rem; display: flex; justify-content: space-between; align-items: center; }
.foot-logo { font-family: var(--mono); font-weight: 800; font-size: 1.2rem; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.foot-copy { font-size: 0.8rem; color: var(--muted); }
.foot-socials { display: flex; gap: 0.75rem; }
.foot-social { width: 36px; height: 36px; border-radius: 9px; background: var(--glass); border: 1px solid var(--gb); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 1rem; transition: all 0.3s; text-decoration: none; }
.foot-social:hover { border-color: rgba(0,245,255,0.35); color: var(--c); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,245,255,0.12); }
.foot-right { font-size: 0.75rem; color: var(--muted); font-family: var(--mono); }
.foot-right span { color: var(--c); }
