/* Service page SEO blocks — FAQ, testimonials, pathways, trust */
.seo-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14839d;
  margin-bottom: 10px;
}

.seo-title {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 16px;
  line-height: 1.25;
}

.seo-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #5c6670;
  margin: 0;
  max-width: 720px;
}

/* Trust strip */
#prTrust {
  background: linear-gradient(135deg, #0f6b80 0%, #14839d 100%);
  color: #fff;
  padding: 56px 0;
}

#prTrust .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

#prTrust .trust-item strong {
  display: block;
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

#prTrust .trust-item span {
  font-size: 13px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

#prTrust .trust-intro {
  text-align: center;
  margin-bottom: 40px;
}

#prTrust .trust-intro .seo-title {
  color: #fff;
}

#prTrust .trust-intro .seo-lead {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 auto;
}

/* Pathways */
#prPathways {
  padding: 72px 0;
  background: #fff;
}

#prPathways .path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

#prPathways .path-card {
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 24px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 100%;
}

#prPathways .path-card:hover {
  border-color: rgba(20, 131, 157, 0.35);
  box-shadow: 0 8px 28px rgba(20, 131, 157, 0.1);
}

#prPathways .path-card__flag {
  font-size: 28px;
  margin-bottom: 12px;
}

#prPathways .path-card h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 10px;
}

#prPathways .path-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #5c6670;
  margin: 0 0 14px;
}

#prPathways .path-card ul {
  margin: 0 0 16px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #5c6670;
}

#prPathways .path-card a {
  font-size: 14px;
  font-weight: 600;
  color: #14839d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Comparison table */
#prCompare {
  padding: 72px 0;
  background: #f0f9fb;
}

#prCompare .compare-wrap {
  overflow-x: auto;
  margin-top: 32px;
  border-radius: 14px;
  border: 1px solid #e8eef2;
  background: #fff;
}

#prCompare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}

#prCompare th,
#prCompare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #e8eef2;
}

#prCompare th {
  background: #14839d;
  color: #fff;
  font-family: "Work Sans", Roboto, sans-serif;
  font-weight: 600;
}

#prCompare tr:last-child td {
  border-bottom: none;
}

#prCompare tr:nth-child(even) td {
  background: #f8fbfc;
}

/* Testimonials */
#prTestimonials {
  padding: 72px 0;
  background: #fff;
}

#prTestimonials .t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

#prTestimonials .t-card {
  background: #f8fbfc;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#prTestimonials .t-card__stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 2px;
}

#prTestimonials .t-card__quote {
  font-size: 14px;
  line-height: 1.75;
  color: #3d4a56;
  margin: 0;
  flex: 1;
}

#prTestimonials .t-card__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #e8eef2;
}

#prTestimonials .t-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

#prTestimonials .t-card__name {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #1a2332;
}

#prTestimonials .t-card__role {
  display: block;
  font-size: 12px;
  color: #14839d;
  font-weight: 600;
}

#prTestimonials .t-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

#prTestimonials .t-trust__score {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #14839d;
  line-height: 1;
}

#prTestimonials .t-trust__stars {
  color: #f5a623;
  font-size: 16px;
}

#prTestimonials .t-trust__label {
  font-size: 13px;
  color: #5c6670;
}

/* FAQ */
#prFaq {
  background: linear-gradient(180deg, #f0f9fb 0%, #fff 45%);
  padding: 72px 0;
}

#prFaq .faq-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}

#prFaq .faq-hero__stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#prFaq .faq-stat {
  text-align: center;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  min-width: 90px;
}

#prFaq .faq-stat strong {
  display: block;
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #14839d;
}

#prFaq .faq-stat span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5c6670;
}

#prFaq .faq-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

#prFaq .faq-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid #dce6eb;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #3d4a56;
  cursor: pointer;
  transition: all 0.2s;
}

#prFaq .faq-tab.is-active,
#prFaq .faq-tab:hover {
  background: #14839d;
  border-color: #14839d;
  color: #fff;
}

#prFaq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#prFaq .faq-group-label {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #14839d;
  margin: 16px 0 4px;
}

#prFaq .faq-group-label:first-child {
  margin-top: 0;
}

#prFaq .faq-item[hidden],
#prFaq .faq-group-label[hidden] {
  display: none !important;
}

#prFaq details {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  overflow: hidden;
}

#prFaq summary {
  padding: 18px 52px 18px 20px;
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a2332;
  cursor: pointer;
  list-style: none;
  position: relative;
}

#prFaq summary::-webkit-details-marker {
  display: none;
}

#prFaq summary::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f9fb;
  border-radius: 50%;
  font-size: 12px;
  color: #14839d;
}

#prFaq details[open] summary {
  color: #14839d;
  background: linear-gradient(90deg, rgba(20, 131, 157, 0.06) 0%, transparent 100%);
}

#prFaq details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  background: #14839d;
  color: #fff;
}

#prFaq .faq-answer {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #5c6670;
}

#prFaq .faq-answer a {
  color: #14839d;
  font-weight: 600;
}

#prFaq .faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #0f6b80 0%, #14839d 100%);
  border-radius: 16px;
  color: #fff;
}

#prFaq .faq-cta h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}

#prFaq .faq-cta p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

#prFaq .faq-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  color: #14839d;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}

#prFaq .faq-cta__btn:hover {
  background: #f0f9fb;
  color: #0f6b80;
}

/* Related + Kerala SEO */
#prRelated {
  padding: 72px 0;
  background: #f8fbfc;
}

#prRelated .related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

#prRelated .related-link {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2332;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#prRelated .related-link:hover {
  border-color: #14839d;
  box-shadow: 0 6px 20px rgba(20, 131, 157, 0.1);
  color: #14839d;
}

#prRelated .related-link i {
  display: block;
  font-size: 20px;
  color: #14839d;
  margin-bottom: 8px;
}

#prRelated .kerala-seo {
  margin-top: 40px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 14px;
}

#prRelated .kerala-seo p {
  font-size: 15px;
  line-height: 1.8;
  color: #5c6670;
  margin: 0 0 12px;
}

#prRelated .kerala-seo p:last-child {
  margin-bottom: 0;
}

#prRelated .kerala-seo a {
  color: #14839d;
  font-weight: 600;
}

@media (max-width: 991px) {
  #prTrust .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #prPathways .path-grid,
  #prTestimonials .t-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #prRelated .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #prFaq .faq-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  #prTrust .trust-grid,
  #prPathways .path-grid,
  #prTestimonials .t-grid,
  #prRelated .related-grid,
  #prEligibility .elig-grid,
  #prOccupations .occ-grid,
  #prBenefits .benefit-grid,
  #prWhyChoose .why-grid {
    grid-template-columns: 1fr;
  }

  #prFaq .faq-cta {
    flex-direction: column;
    text-align: center;
  }

  #prTimeline .timeline-steps {
    grid-template-columns: 1fr;
  }
}

/* Eligibility */
#prEligibility {
  padding: 72px 0;
  background: #f0f9fb;
}

#prEligibility .elig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

#prEligibility .elig-card {
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 24px;
}

#prEligibility .elig-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(20, 131, 157, 0.1);
  color: #14839d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

#prEligibility .elig-card h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 10px;
}

#prEligibility .elig-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #5c6670;
  margin: 0 0 12px;
}

#prEligibility .elig-card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  color: #5c6670;
}

/* Documents */
#prDocuments {
  padding: 72px 0;
  background: #fff;
}

#prDocuments .doc-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

#prDocuments .doc-col {
  border: 1px solid #e8eef2;
  border-radius: 14px;
  overflow: hidden;
}

#prDocuments .doc-col__head {
  background: #14839d;
  color: #fff;
  padding: 16px 20px;
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

#prDocuments .doc-col__body {
  padding: 20px;
}

#prDocuments .doc-col__body ol {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.85;
  color: #5c6670;
}

#prDocuments .doc-note {
  margin-top: 24px;
  padding: 18px 22px;
  background: #f0f9fb;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #5c6670;
}

/* Timeline */
#prTimeline {
  padding: 72px 0;
  background: #fff;
}

#prTimeline .timeline-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
  counter-reset: step;
}

#prTimeline .timeline-step {
  position: relative;
  padding: 22px 18px;
  background: #f8fbfc;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  counter-increment: step;
}

#prTimeline .timeline-step::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #14839d;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

#prTimeline .timeline-step h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

#prTimeline .timeline-step p {
  font-size: 13px;
  line-height: 1.65;
  color: #5c6670;
  margin: 0;
}

/* Occupations */
#prOccupations {
  padding: 72px 0;
  background: #f0f9fb;
}

#prOccupations .occ-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

#prOccupations .occ-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a2332;
}

#prOccupations .occ-tag i {
  color: #14839d;
  font-size: 18px;
  flex-shrink: 0;
}

/* Benefits grid */
#prBenefits {
  padding: 72px 0;
  background: #fff;
}

#prBenefits .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

#prBenefits .benefit-card {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid #e8eef2;
  border-radius: 14px;
  background: #f8fbfc;
}

#prBenefits .benefit-card i {
  font-size: 28px;
  color: #14839d;
  margin-bottom: 12px;
  display: block;
}

#prBenefits .benefit-card h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 8px;
}

#prBenefits .benefit-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #5c6670;
  margin: 0;
}

/* Why choose */
#prWhyChoose {
  padding: 72px 0;
  background: linear-gradient(180deg, #f0f9fb 0%, #fff 100%);
}

#prWhyChoose .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

#prWhyChoose .why-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 14px;
}

#prWhyChoose .why-card__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #14839d;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

#prWhyChoose .why-card h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 6px;
}

#prWhyChoose .why-card p {
  font-size: 13px;
  line-height: 1.65;
  color: #5c6670;
  margin: 0;
}

/* Mistakes + PR vs citizenship */
#prGuide {
  padding: 72px 0;
  background: #fff;
}

#prGuide .guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

#prGuide .guide-box {
  border: 1px solid #e8eef2;
  border-radius: 14px;
  padding: 28px;
  background: #f8fbfc;
}

#prGuide .guide-box h3 {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a2332;
  margin: 0 0 16px;
}

#prGuide .guide-box ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.85;
  color: #5c6670;
}

#prGuide .guide-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #5c6670;
  margin: 0 0 12px;
}

#prGuide .guide-box p:last-child {
  margin-bottom: 0;
}

/* Location hub links */
#prRelated .loc-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

#prRelated .loc-hub-link {
  display: block;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e8eef2;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #14839d;
  text-decoration: none;
  text-align: center;
}

#prRelated .loc-hub-link:hover {
  background: #14839d;
  color: #fff;
  border-color: #14839d;
}

@media (max-width: 991px) {
  #prEligibility .elig-grid,
  #prDocuments .doc-columns,
  #prGuide .guide-grid {
    grid-template-columns: 1fr;
  }

  #prTimeline .timeline-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  #prOccupations .occ-grid,
  #prBenefits .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #prWhyChoose .why-grid {
    grid-template-columns: 1fr;
  }

  #prRelated .loc-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
