/* =============================================
   GEO (AI SEARCH) PAGE — page-specific styles
   Shared service layout: seo.css
   ============================================= */

.geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.geo-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.geo-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
}

.geo-benefits {
  background: var(--white);
}

.geo-benefits-heading {
  text-align: center;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--black);
  margin-bottom: 48px;
}

.geo-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.geo-benefit-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: 16px;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
}

.geo-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.geo-benefit-card h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  color: var(--black);
}

.geo-benefit-card > p:not(.geo-benefit-footnote) {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}

.geo-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
  flex: 1;
}

.geo-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
}

.geo-benefit-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.geo-benefit-footnote {
  background: #f3f4f6;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 1.65;
  color: #555;
  font-style: italic;
  margin-top: auto;
}

.geo-ahead-card h3 {
  font-size: 14px;
}

.geo-solutions-section {
  background: var(--white);
}

.geo-solutions-box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  background: #0d0d0d;
  border-radius: 28px;
  padding: 52px 56px;
  color: var(--white);
}

.geo-solutions-title {
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: var(--white);
}

.geo-solutions-title .accent-red {
  color: var(--red);
}

.geo-solutions-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.35;
}

.geo-solutions-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  max-width: 480px;
}

.geo-solutions-tag {
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
  font-size: 10.5px;
  font-weight: 500;
  font-family: var(--font);
  cursor: pointer;
  transition: border-color 0.2s;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.geo-solutions-tag:hover {
  border-color: rgba(255, 255, 255, 0.85);
}

.geo-solutions-tag.is-active {
  border-color: var(--red);
}

.geo-solutions-desc {
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
  max-width: 400px;
}

.geo-solutions-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  font-size: 12.5px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}

.geo-solutions-cta:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--white);
}

.geo-solutions-video {
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16 / 10;
}

.geo-solutions-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.geo-contact-services {
  margin-bottom: 28px;
}

.geo-contact-services h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #888;
}

.geo-contact-grad-forward {
  background: linear-gradient(90deg, #ff7a45 0%, #e63b3b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.geo-contact-form.footer-form .footer-field label {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

.geo-contact-form.footer-form .footer-field input,
.geo-contact-form.footer-form .footer-field textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0 0 10px;
  background: transparent;
  color: var(--black);
}

.geo-contact-form.footer-form .footer-field input::placeholder,
.geo-contact-form.footer-form .footer-field textarea::placeholder {
  color: #999;
}

.geo-contact-form.footer-form .footer-submit {
  width: 100%;
  margin-top: 8px;
  border-radius: var(--radius-pill);
}

.geo-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.geo-service-tag {
  padding: 10px 18px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-pill);
  background: var(--white);
  font-size: 12px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  font-family: var(--font);
  transition: border-color 0.2s, color 0.2s;
}

.geo-service-tag.is-active,
.geo-service-tag:hover {
  border-color: var(--red);
  color: var(--red);
}

.geo-budget-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.geo-process .seo-process-row {
  gap: 48px;
}

.geo-process .seo-process-img {
  max-width: 420px;
  justify-self: center;
}

.geo-process .seo-process-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .geo-benefits-grid { grid-template-columns: 1fr; }
  .geo-solutions-box { grid-template-columns: 1fr; padding: 36px 28px; }
  .geo-solutions-desc { max-width: none; }
  .geo-process .seo-process-row,
  .geo-process .seo-process-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .geo-process .seo-process-img {
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .geo-solutions-box {
    padding: 32px 24px;
  }

  .geo-benefits-grid {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .geo-solutions-cta {
    width: 100%;
    justify-content: center;
  }
}
