.geo-hero {
  background: linear-gradient(135deg, #0a7191 0%, #043d52 100%);
  padding: 100px 0 80px;
  text-align: center;
  color: #fff;
}
.geo-hero .eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 6px 14px;
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.geo-hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.geo-hero .hero-sub {
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 36px;
  opacity: 0.9;
  color: #fff;
}
.geo-hero .trust-strip {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}
.geo-hero .trust-strip li {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.85;
  padding: 8px 18px;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  color: #fff;
}
.geo-hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: .2s ease;
}
.btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  text-decoration: none;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.5);
  transition: .2s ease;
}
.btn-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}

.geo-problem .container img,
.geo-who-for .container img {
  border-radius: 12px;
}

.geo-problem {
  padding: 50px 0;
  background: #f8f9fa;
}
.geo-problem h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
}
.geo-problem p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  max-width: 850px;
}

.geo-stats {
  padding: 50px 0;
  background: #fff;
}
.geo-stats h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
  text-align: center;
}
.geo-stats .answer-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}
.geo-stats .stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.geo-stats .stat-item {
  background: #f8f9fa;
  border: 1px solid #0a7191;
  border-left: 3px solid #0a7191;
  padding: 24px;
  border-radius: 5px;
}
.geo-stats .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #0a7191;
  margin-bottom: 8px;
}
.geo-stats .stat-label {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}
.geo-stats .stat-source {
  display: block;
  font-size: 13px;
  color: #777;
  font-style: italic;
}
.geo-stats .why-geo-closing {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.geo-credibility {
  padding: 50px 0;
  background: #f0f4f7;
}
.geo-credibility h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
}
.geo-credibility .cred-item {
  background: #fff;
  border: 1px solid #0a7191;
  border-left: 3px solid #0a7191;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  transition: transform .2s ease;
}
.geo-credibility .cred-item:hover {
  transform: translateY(-3px);
}
.geo-credibility .cred-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a7191;
  margin-bottom: 12px;
}
.geo-credibility .cred-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
}

.geo-services {
  padding: 50px 0;
  background: #fff;
}
.geo-services h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
}
.geo-services .service-card {
  background: #f8f9fa;
  border: 1px solid #e3e9ee;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  transition: transform .2s ease;
}
.geo-services .service-card:hover {
  transform: translateY(-3px);
  border-color: #0a7191;
}
.geo-services .service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0a7191;
  margin-bottom: 12px;
}
.geo-services .service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
}

.geo-process {
  padding: 50px 0;
  background: #0a7191;
  color: #fff;
}
.geo-process h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
  color: #fff;
}
.geo-process ol {
  max-width: 700px;
  margin: 0 auto;
  counter-reset: step;
  list-style: none;
  padding: 0;
}
.geo-process ol li {
  counter-increment: step;
  font-size: 17px;
  line-height: 1.7;
  padding: 16px 0 16px 50px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.geo-process ol li:last-child {
  border-bottom: none;
}
.geo-process ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 14px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.geo-regional {
  padding: 60px 0;
  background: #f8f9fa;
  text-align: center;
}
.geo-regional h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
.geo-regional p {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  max-width: 750px;
  margin: 0 auto;
}
.geo-regional a {
  color: #0a7191;
  font-weight: 600;
}

.geo-who-for {
  padding: 50px 0;
  background: #fff;
}
.geo-who-for h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
  text-align: center;
}
.geo-who-for ul {
  max-width: 700px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.geo-who-for ul li {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.geo-who-for ul li::before {
  content: "\e64c";
  font-family: "Themify";
  position: absolute;
  left: 0;
  color: #0a7191;
}

/* Testimonial Cards */
.geo-testimonials {
  padding: 50px 0;
  background: #f0f4f7;
}
.geo-testimonials h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
}
.geo-testi-card {
  background: #fff;
  border: 1px solid #e8edf0;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
}
.geo-testi-stars {
  color: #07b1e4;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.geo-testi-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}
.geo-testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(7, 177, 228, 0.15);
  color: #07b1e4;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.geo-testi-name {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.geo-testi-role {
  font-size: 14px;
  color: #333;
}

.geo-faq {
  padding: 50px 0;
  background: #fff;
}
.geo-faq h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
}
.geo-faq .faq-item {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.geo-faq .faq-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
.geo-faq .faq-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0;
}

.geo-final-cta {
  background: linear-gradient(135deg, #0a7191 0%, #043d52 100%);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.geo-final-cta h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.geo-final-cta p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto 36px;
  opacity: 0.9;
  color: #fff;
}
.geo-final-cta .cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 767px) {
  .geo-hero { padding: 50px 0; }
  .geo-hero h1 { font-size: 28px; }
  .geo-hero .hero-sub { font-size: 16px; }
  .geo-problem h2,
  .geo-stats h2,
  .geo-credibility h2,
  .geo-services h2,
  .geo-process h2,
  .geo-who-for h2,
  .geo-testimonials h2,
  .geo-faq h2,
  .geo-final-cta h2 { font-size: 26px; }
}
