
/* ============================================================
   IMPROVEMENTS.CSS — Geometric Agency
   Todos os estilos customizados da página
   ============================================================ */

/* ============================
   HERO SECTION
   ============================ */
.hero-cta-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}
.btn-hero-primary {
  display: inline-block !important;
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%) !important;
  color: #0b1215 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  padding: 18px 40px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  letter-spacing: .3px !important;
  text-transform: uppercase !important;
  transition: transform .2s, box-shadow .2s !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}
.btn-hero-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(0,242,254,.35) !important;
  color: #0b1215 !important;
}
.hero-guarantee {
  display: flex;
  align-items: center;
  gap: .6rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(34,211,238,.25);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: .85rem;
  color: rgba(255,255,255,.85);
  max-width: fit-content;
  margin: 1rem auto 0;
}
.guarantee-icon { font-size: 1rem; }
.guarantee-bold { color: #22d3ee; font-weight: 700; }

/* ============================
   STATS
   ============================ */
.stats-force-container {
  width: 100%;
  max-width: 1200px;
  margin: 3.5rem auto 0;
  padding: 0 20px;
}
.stats-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-box { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
.stat-number-main {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  color: #22d3ee;
  line-height: 1;
}
.counter { display: inline; }

/* ============================
   PRA QUEM É — CARDS
   ============================ */
#pra-quem-e {
  padding: 80px 20px;
  text-align: center;
}
.pqe-header { margin-bottom: 3rem; }
.pqe-badge {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #22d3ee;
  background: rgba(34,211,238,.1);
  border: 1px solid rgba(34,211,238,.25);
  border-radius: 50px;
  padding: 4px 14px;
  margin-bottom: .75rem;
}
.pqe-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: .5rem;
}
.text-gradient {
  background: linear-gradient(135deg, #22d3ee, #4facfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pqe-subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,.55);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.pqe-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.pqe-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  transition: border-color .25s;
}
.pqe-card:hover { border-color: rgba(34,211,238,.3); }
.pqe-card-featured {
  background: rgba(34,211,238,.06) !important;
  border-color: rgba(34,211,238,.22) !important;
}
.pqe-card-top {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.pqe-card-icon {
  width: 44px;
  height: 44px;
  background: rgba(34,211,238,.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.pqe-card-tag {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #22d3ee;
}
.pqe-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: .25rem;
}
.pqe-card-problem {
  font-size: .84rem;
  color: rgba(255,255,255,.5);
  line-height: 1.55;
}
.pqe-card-divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: .25rem 0;
}
.pqe-solution-label {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #22d3ee;
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-bottom: .25rem;
}
.pqe-card-solution {
  font-size: .84rem;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.pqe-exclusion {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pqe-exclusion-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex: 1;
}
.pqe-exclusion-icon { font-size: 1.3rem; flex-shrink: 0; }
.pqe-exclusion-text {
  font-size: .9rem;
  color: rgba(255,255,255,.7);
  line-height: 1.5;
}
.pqe-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
}
.pqe-cta-text {
  font-size: .85rem;
  color: rgba(255,255,255,.45);
  font-style: italic;
}
@media (max-width: 900px) {
  .pqe-cards-grid { grid-template-columns: 1fr; }
}

/* ============================
   BADGE / TRANSFORMATION
   ============================ */
.badge-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.badge-transformation {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #22d3ee;
  background: rgba(34,211,238,.08);
  border: 1px solid rgba(34,211,238,.22);
  border-radius: 50px;
  padding: 5px 16px;
}
.transformation-header { text-align: center; margin-bottom: 2.5rem; }
.icon-status {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}
.transformation-footer { text-align: center; margin-top: 2rem; }

/* ============================
   SERVICES CTA
   ============================ */
.section-cta-center {
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin-top: 2.5rem !important;
}
.btn-cta-primary {
  display: inline-block !important;
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%) !important;
  color: #0b1215 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  padding: 18px 44px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
  transition: transform .2s, box-shadow .2s !important;
}
.btn-cta-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(0,242,254,.3) !important;
  color: #0b1215 !important;
}

/* ============================
   ABOUT SECTION
   ============================ */
.service-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(34,211,238,.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.about-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.about-column-image img {
  width: 100%;
  border-radius: 16px;
}
.about-column-details { display: flex; flex-direction: column; gap: 1.25rem; }
.cta-container { display: flex; justify-content: center; margin-top: 2rem; }

/* ============================
   PADDING REDUCTIONS
   ============================ */
.secao-garantia-premium { padding: 60px 20px !important; }
.transformation-section { padding: 60px 20px !important; }
.services { padding: 60px 0 !important; }
.testimonials { padding: 80px 20px !important; }
.about-geometric { padding: 60px 20px !important; }

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 768px) {
  .stats-grid-wrapper { grid-template-columns: repeat(3,1fr); gap: 1rem; }
  .about-content-grid { grid-template-columns: 1fr; }
  .about-column-image { display: block; width: 100%; max-width: 480px; margin: 0 auto 1.5rem; }
}
@media (max-width: 640px) {
  .hero-cta-wrapper { flex-direction: column !important; align-items: center !important; gap: .75rem !important; }
  .btn-hero-primary { width: 100% !important; max-width: 320px !important; text-align: center !important; }
  .pqe-cards-grid { grid-template-columns: 1fr !important; }
  .stats-grid-wrapper { grid-template-columns: 1fr; }
}

/* ============================
   TESTIMONIALS
   ============================ */
.testimonials {
  background: transparent;
  position: relative;
  text-align: center;
}
.testimonials .section-tag { display: none !important; }
.testimonials .section-title {
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  font-weight: 900 !important;
  color: #fff !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: .6rem !important;
  line-height: 1.1 !important;
}
.testimonials .section-title .highlight { color: #22d3ee !important; }
.testimonials .section-subtitle {
  color: #22d3ee !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  letter-spacing: .3px !important;
}
.testi-google-bar { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 2rem; }
.testi-glogo { width: 26px; height: 26px; flex-shrink: 0; }
.testi-grating { display: flex; align-items: center; gap: 8px; }
.testi-gscore { font-size: 1.1rem; font-weight: 700; color: #fff; }
.testi-gstars { color: #fbbf24; font-size: .95rem; letter-spacing: 1px; }
.testi-gcount { font-size: .8rem; color: rgba(255,255,255,.5); }
.testi-results-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-bottom: 2rem; text-align: left; }
.testi-result-item { background: rgba(255,255,255,.04); border: 1px solid rgba(34,211,238,.15); border-radius: 14px; padding: 1.25rem 1rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.tri-icon { font-size: 1.6rem; margin-bottom: 2px; }
.tri-num { font-size: 1.5rem; font-weight: 800; color: #22d3ee; line-height: 1; }
.tri-label { font-size: .72rem; color: rgba(255,255,255,.55); }
.tri-client { font-size: .65rem; font-weight: 700; color: #22d3ee; text-transform: uppercase; letter-spacing: .8px; margin-top: 2px; }
.trow { display: flex; gap: 1rem; margin-bottom: 1rem; align-items: stretch; text-align: left; }
.trow-2-1 > .tc:nth-child(1) { flex: 2; }
.trow-2-1 > .tc:nth-child(2) { flex: 1; }
.trow-3 > .tc { flex: 1; }
.trow-center { justify-content: center; }
.trow-center > .tc { width: 100%; max-width: 560px; }
.tc { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 1.25rem; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.tc-featured { background: rgba(34,211,238,.05); border-color: rgba(34,211,238,.18); }
.tc-result { background: linear-gradient(135deg, rgba(34,211,238,.08) 0%, rgba(0,0,0,.15) 100%); border-color: rgba(34,211,238,.25); }
.tc-result-top { display: flex; flex-direction: column; gap: 4px; }
.tc-badge { display: inline-block; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #22d3ee; background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.28); border-radius: 50px; padding: 2px 10px; align-self: flex-start; }
.tc-badge-title { font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; color: rgba(34,211,238,.8); line-height: 1.3; }
.tc-roi { font-size: 2.2rem; font-weight: 900; color: #22d3ee; text-align: center; line-height: 1; padding: .3rem 0; }
.tc-head { display: flex; align-items: center; gap: 10px; }
.tc-av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.tc-av-wa { background: linear-gradient(135deg, #128c7e, #075e54) !important; }
.tc-info { flex: 1; min-width: 0; }
.tc-name { font-size: .84rem; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tc-sub { font-size: .68rem; color: rgba(255,255,255,.45); margin-top: 1px; }
.tc-stars { color: #fbbf24; font-size: .78rem; letter-spacing: .5px; margin-top: 2px; }
.tc-src-icon { width: 22px; height: 22px; flex-shrink: 0; margin-left: auto; opacity: .85; }
.tc-text { font-size: .84rem; color: rgba(255,255,255,.68); line-height: 1.6; font-style: italic; margin: 0; flex: 1; }
.tc-metric { font-size: .72rem; font-weight: 700; color: rgba(34,211,238,.85); background: rgba(34,211,238,.07); border: 1px solid rgba(34,211,238,.18); border-radius: 6px; padding: 5px 10px; letter-spacing: .3px; margin-top: auto; }
@media (max-width: 960px) {
  .trow-2-1 { flex-direction: column; }
  .trow-2-1 > .tc { flex: unset; }
  .trow-3 { flex-wrap: wrap; }
  .trow-3 > .tc { flex: 1 1 calc(50% - .5rem); min-width: 0; }
}
@media (max-width: 600px) {
  .testimonials { padding: 2.5rem 0 3rem !important; }
  .testi-results-row { grid-template-columns: 1fr; gap: .65rem; }
  .trow, .trow-2-1, .trow-3 { flex-direction: column; }
  .trow > .tc, .trow-3 > .tc { flex: unset; width: 100%; }
  .trow-center > .tc { max-width: 100%; }
  .testi-google-bar { flex-wrap: wrap; justify-content: center; }
  .tc-roi { font-size: 1.8rem; }
}