/* ==========================================================================
   HowJamaica Land Research Service - Core Stylesheet
   Mobile-first, fast, accessible, high contrast
   ========================================================================== */

:root {
  --primary: #008751;       /* Jamaican Forest Green */
  --primary-dark: #006038;
  --primary-light: #e8f5e9;
  --gold: #f5a623;          /* Brand Amber Gold */
  --gold-dark: #d97706;
  --gold-light: #fef3c7;
  --dark: #0d1117;          /* Charcoal Black */
  --dark-surface: #161b22;
  --text-main: #0f172a;
  --text-muted: #475569;
  --bg-page: #f8fafc;
  --bg-card: #ffffff;
  --border-light: #e2e8f0;
  --border-subtle: #cbd5e1;
  --wa-green: #25d366;
  --wa-dark: #128c7e;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-pill: 9999px;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.06);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.05);
  --shadow-glow: 0 0 20px rgba(0, 135, 81, 0.25);
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-main);
  background-color: var(--bg-page);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: var(--primary-dark);
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.top-notice-bar {
  background: var(--dark);
  color: #f1f5f9;
  font-size: 0.8125rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-notice-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.top-notice-left, .top-notice-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--dark);
}

.brand-logo span.dot {
  color: var(--gold);
}

.brand-badge {
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(0, 135, 81, 0.2);
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 135, 81, 0.3);
}

.btn-gold {
  background: var(--gold);
  color: var(--dark);
}

.btn-gold:hover {
  background: var(--gold-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-whatsapp {
  background: var(--wa-green);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  background: var(--wa-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border-color: var(--border-subtle);
  color: var(--dark);
}

.scam-shield-box {
  background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  color: #ffffff;
  margin: 2.5rem auto 0;
  max-width: 960px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .scam-shield-box {
    flex-direction: column;
    text-align: center;
  }
}

.scam-shield-icon {
  width: 64px;
  height: 64px;
  background: rgba(245, 166, 35, 0.15);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
}

.scam-shield-content h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.scam-shield-content p {
  font-size: 0.925rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}

.turnaround-disclaimer-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: #166534;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.turnaround-disclaimer-box svg {
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 2px;
}

.addon-section {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.addon-section-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.addon-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-bottom: 0.65rem;
}

.addon-option:last-child {
  margin-bottom: 0;
}

.addon-option:hover {
  border-color: var(--primary);
  background: #f0fdf4;
}

.addon-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 2px;
  accent-color: var(--primary);
}

.addon-details {
  flex-grow: 1;
}

.addon-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--dark);
  margin-bottom: 2px;
}

.addon-price-tag {
  color: var(--primary);
  font-weight: 800;
}

.addon-desc {
  font-size: 0.785rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

.hero-stat-item strong {
  color: var(--dark);
}

.btn-outline:hover {
  border-color: var(--dark);
  background: #ffffff;
}

.btn-lg {
  padding: 0.9rem 1.8rem;
  font-size: 1.0625rem;
}

.btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.825rem;
  border-radius: var(--radius-sm);
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-page) 100%);
  padding: 3.5rem 0 3rem;
  border-bottom: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gold-light);
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.25rem;
}

.hero-pill .pulse-dot {
  width: 8px;
  height: 8px;
  background: #d97706;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.7);
  animation: pulse-ring 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse-ring {
  to {
    box-shadow: 0 0 0 8px rgba(217, 119, 6, 0);
  }
}

.hero-title {
  font-size: clamp(2rem, 4vw + 1rem, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  max-width: 820px;
}

.hero-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 720px;
  margin-bottom: 2rem;
}

.hero-highlight {
  color: var(--primary);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.img-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  background: #ffffff;
}

.img-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.img-frame:hover img {
  transform: scale(1.02);
}

.img-caption-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(13, 17, 23, 0.88);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.visual-banner-section {
  padding: 2rem 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.visual-banner-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  max-width: 960px;
  margin: 0 auto;
}

.visual-banner-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Section Layouts & Headers
   ========================================================================== */
.section {
  padding: 4rem 0;
}

.section-dark {
  background: var(--dark);
  color: #f1f5f9;
}

.section-alt {
  background: #ffffff;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.section-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark);
  letter-spacing: -0.015em;
  margin-bottom: 0.75rem;
}

.section-dark .section-title {
  color: #ffffff;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.section-dark .section-desc {
  color: #94a3b8;
}

/* ==========================================================================
   Cards: Who This Is For (3 Cards)
   ========================================================================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.85rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}

.card-desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.card-quote {
  background: #f8fafc;
  border-left: 3px solid var(--gold);
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
  font-style: italic;
  color: #334155;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* ==========================================================================
   What You Get (Features Grid)
   ========================================================================== */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
}

.feature-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  gap: 1.15rem;
}

.feature-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcfce7;
  color: #15803d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.85rem;
  margin-top: 2px;
}

.feature-body h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.35rem;
}

.feature-body p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   How It Works (4 Steps)
   ========================================================================== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.step-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  position: relative;
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--dark);
  color: var(--gold);
  font-weight: 800;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.4rem;
}

.step-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   Pricing Card ($39 Flat)
   ========================================================================== */
.pricing-wrap {
  max-width: 580px;
  margin: 0 auto;
}

.pricing-box {
  background: #ffffff;
  border: 2px solid var(--primary);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  box-shadow: 0 12px 30px rgba(0, 135, 81, 0.12);
  position: relative;
}

.pricing-popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.3rem 1rem;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}

.price-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.price-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.price-amount {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--dark);
  line-height: 1;
}

.price-amount span.cur {
  font-size: 1.8rem;
  vertical-align: top;
  margin-right: 2px;
}

.price-amount span.period {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 500;
}

.price-guarantee-tag {
  color: #15803d;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.price-checklist {
  list-style: none;
  margin: 1.5rem 0 2rem;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 1.25rem 0;
}

.price-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  color: #334155;
  margin-bottom: 0.75rem;
}

.price-checklist li:last-child {
  margin-bottom: 0;
}

.price-checklist li svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.no-refund-notice {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 0.8125rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.5;
}

.no-refund-notice strong {
  font-weight: 800;
}

#paypal-button-container {
  min-height: 140px;
  margin-top: 1rem;
}

/* ==========================================================================
   Inquiry / Lead Form
   ========================================================================== */
.form-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  max-width: 680px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.35rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  font-size: 0.9375rem;
  font-family: inherit;
  color: var(--text-main);
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 135, 81, 0.15);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }
}

.form-help {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.form-status-msg {
  padding: 0.85rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  font-size: 0.875rem;
  display: none;
}

.form-status-msg.success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
  display: block;
}

.form-status-msg.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
  display: block;
}

/* ==========================================================================
   FAQ Accordion (10 Qs)
   ========================================================================== */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.15s ease;
}

.faq-question {
  width: 100%;
  padding: 1.15rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.faq-question:hover {
  color: var(--primary);
}

.faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================================================
   SEO Content Block (800-1200 words)
   ========================================================================== */
.seo-block {
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 4.5rem 0;
}

.seo-prose {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}

.seo-prose h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--dark);
  margin: 2rem 0 1rem;
  line-height: 1.3;
}

.seo-prose h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin: 1.5rem 0 0.75rem;
}

.seo-prose p {
  margin-bottom: 1.25rem;
}

.seo-prose ul {
  margin: 0 0 1.5rem 1.5rem;
}

.seo-prose li {
  margin-bottom: 0.5rem;
}

.seo-callout {
  background: #f0fdf4;
  border-left: 4px solid var(--primary);
  padding: 1.25rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 1.75rem 0;
}

.seo-callout p {
  margin: 0;
  font-size: 0.95rem;
  color: #14532d;
}

/* ==========================================================================
   Disclaimer Banner
   ========================================================================== */
.disclaimer-banner {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.6;
  text-align: center;
  max-width: 860px;
  margin: 2.5rem auto 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: var(--dark);
  color: #94a3b8;
  padding: 3.5rem 0 2rem;
  margin-top: auto;
  font-size: 0.875rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.footer-brand h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  line-height: 1.6;
  max-width: 420px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: #94a3b8;
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8125rem;
}

/* ==========================================================================
   Floating WhatsApp Button
   ========================================================================== */
.floating-wa-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: var(--wa-green);
  color: #ffffff;
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-wa-btn:hover {
  transform: translateY(-2px) scale(1.02);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

@media (max-width: 480px) {
  .floating-wa-btn span.label {
    display: none;
  }
  .floating-wa-btn {
    padding: 12px;
    border-radius: 50%;
  }
}

/* ==========================================================================
   Researcher Trust Block Styling
   ========================================================================== */
.trust-section {
  padding: 2.5rem 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.trust-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(245, 166, 35, 0.3);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 640px) {
  .trust-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.25rem;
    padding: 1.5rem;
  }
}

.trust-avatar-wrap {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.trust-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.trust-online-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #10b981;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  border: 2px solid #0f172a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.trust-online-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.trust-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.trust-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 640px) {
  .trust-name {
    justify-content: center;
  }
}

.trust-bio {
  font-size: 0.975rem;
  line-height: 1.6;
  color: #e2e8f0;
  margin: 0;
}

.trust-audio-box {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 0.85rem 1rem;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.trust-audio-label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fbbf24;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.trust-audio-player {
  width: 100%;
  height: 36px;
  border-radius: 18px;
}

