.llp-section--geo-intent {
  background:
    radial-gradient(circle at 8% 0%, rgba(215, 25, 32, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.llp-geo-intent__header {
  max-width: 900px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.llp-geo-intent__header h2 {
  max-width: 16ch;
  text-wrap: balance;
}

.llp-geo-answer {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 28px);
  color: var(--pfr-white);
  background:
    radial-gradient(circle at 92% 20%, rgba(239, 38, 48, 0.32), transparent 34%),
    linear-gradient(135deg, var(--pfr-carbon), var(--pfr-panel));
  border-left: 5px solid var(--pfr-red-bright);
  border-radius: var(--pfr-radius);
  box-shadow: var(--pfr-shadow);
}

.llp-geo-answer strong,
.llp-geo-answer span {
  color: var(--pfr-white);
}

.llp-geo-answer strong {
  font-size: var(--pfr-type-card-title);
  line-height: 1.2;
}

.llp-geo-answer span {
  color: rgba(255, 255, 255, 0.84);
}

.llp-geo-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.llp-geo-card,
.llp-geo-process,
.llp-geo-trust,
.llp-geo-nearby,
.llp-geo-faq details {
  background: var(--pfr-white);
  border: 1px solid var(--pfr-gray-200);
  border-radius: var(--pfr-radius);
  box-shadow: 0 16px 34px rgba(8, 10, 13, 0.07);
}

.llp-geo-card {
  padding: clamp(20px, 2.5vw, 26px);
}

.llp-geo-card::before {
  display: block;
  width: 36px;
  height: 5px;
  margin-bottom: 16px;
  background: var(--pfr-red-gradient);
  border-radius: 999px;
  content: "";
}

.llp-geo-card h3,
.llp-geo-process h3,
.llp-geo-trust h3,
.llp-geo-nearby h3,
.llp-geo-faq h3 {
  font-size: var(--pfr-type-card-title);
}

.llp-geo-process,
.llp-geo-trust {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: start;
  margin-bottom: clamp(22px, 4vw, 38px);
  padding: clamp(22px, 4vw, 34px);
}

.llp-geo-process ol,
.llp-geo-trust ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.llp-geo-process li::marker,
.llp-geo-trust li::marker {
  color: var(--pfr-red);
  font-weight: 900;
}

.llp-geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: clamp(26px, 5vw, 46px) 0;
}

.llp-geo-nearby {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(22px, 4vw, 34px);
}

.llp-geo-nearby ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.llp-geo-nearby a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--pfr-black);
  background: var(--pfr-gray-100);
  border: 1px solid var(--pfr-gray-200);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.llp-geo-nearby a:hover,
.llp-geo-nearby a:focus-visible {
  color: var(--pfr-white);
  background: var(--pfr-red-gradient);
  border-color: transparent;
}

.llp-geo-faq {
  display: grid;
  gap: 12px;
}

.llp-geo-faq .llp-section__intro {
  margin-bottom: 8px;
}

.llp-geo-faq details {
  overflow: hidden;
}

.llp-geo-faq summary {
  min-height: 58px;
  padding: 18px 20px;
  color: var(--pfr-black);
  cursor: pointer;
  font-weight: 900;
}

.llp-geo-faq details p {
  padding: 0 20px 20px;
}

@media (max-width: 1180px) {
  .llp-geo-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .llp-geo-decision-grid,
  .llp-geo-process,
  .llp-geo-trust {
    grid-template-columns: 1fr;
  }

  .llp-geo-actions .pfr-button {
    width: 100%;
  }

  .llp-geo-nearby ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .llp-geo-nearby a {
    width: 100%;
    border-radius: var(--pfr-radius);
  }
}
