.aehp-home, .aehp-about-page {
  --green: #145C43;
  --green-dark: #0D3F2E;
  --gold: #C9972E;
  --text: #1C1C1C;
  --muted: #6B7280;
  --line: #E7E9EC;
  --paper: #F7F9F8;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  overflow-x: hidden;
}
.aehp-home *, .aehp-about-page *, .aehp-home *::before, .aehp-about-page *::before { box-sizing: border-box; }

.aehp-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.aehp-accent { color: var(--gold); }

.aehp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 10px; font-weight: 600; font-size: 15px; text-decoration: none; transition: all .15s ease; cursor: pointer; border: 2px solid transparent; }
.aehp-btn-primary { background: var(--gold); color: #fff; }
.aehp-btn-primary:hover { background: #B3841F; color: #fff; transform: translateY(-1px); }
.aehp-btn-ghost { background: transparent; border-color: var(--green); color: var(--green-dark); }
.aehp-btn-ghost:hover { background: var(--green); color: #fff; }
.aehp-btn-outline-light { background: transparent; border-color: rgba(255,255,255,.5); color: #fff; }
.aehp-btn-outline-light:hover { background: #fff; color: var(--green-dark); }
.aehp-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

.aehp-section-header { max-width: 620px; margin: 0 auto 40px; text-align: center; }
.aehp-section-header h2 { font-size: 28px; margin: 0; color: var(--green-dark); line-height: 1.3; }
.aehp-section-header-light h2 { color: #fff; }
.aehp-section-header-light .aehp-eyebrow { color: var(--gold); }

section { padding: 70px 20px; position: relative; }

/* Decorative SVG graphics — sized/positioned/coloured generically here */
.aehp-blob { position: absolute; width: 340px; height: 340px; color: var(--green); opacity: .08; z-index: 0; }
.aehp-flight-path { position: absolute; width: 380px; color: var(--gold); opacity: .5; z-index: 0; pointer-events: none; }
.aehp-stamp { position: absolute; width: 84px; height: 84px; color: var(--gold); background: #fff; border-radius: 50%; padding: 6px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.aehp-world-dots { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(255,255,255,.35); z-index: 0; }
.aehp-route-dash { width: 60px; height: 4px; color: var(--gold); flex-shrink: 0; align-self: center; opacity: .6; }

/* ==================================================================== */
/* HOMEPAGE: Hero                                                        */
/* ==================================================================== */
.aehp-hero { background: linear-gradient(180deg, var(--paper) 0%, #fff 100%); padding-top: 60px; overflow: hidden; }
.aehp-hero-blob { top: -80px; right: -60px; }
.aehp-hero-path { top: 40px; left: 40%; }
.aehp-hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.aehp-hero-copy h1 { font-size: 46px; line-height: 1.18; margin: 0 0 18px; color: var(--green-dark); }
.aehp-hero-copy p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0 0 28px; max-width: 480px; }
.aehp-hero-media { position: relative; display: flex; justify-content: center; }
.aehp-hero-media img { width: 100%; max-width: 420px; border-radius: 24px; box-shadow: 0 30px 60px rgba(13,63,46,.18); }

/* ==================================================================== */
/* Stat strip                                                             */
/* ==================================================================== */
.aehp-stat-strip { background: var(--green-dark); padding: 34px 20px; }
.aehp-stat-strip-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.aehp-stat-strip-item { display: flex; flex-direction: column; gap: 4px; color: #fff; }
.aehp-stat-strip-item strong { font-size: 28px; color: var(--gold); }
.aehp-stat-strip-item span { font-size: 12.5px; color: rgba(255,255,255,.75); }

/* ==================================================================== */
/* About section (homepage) / Story section (about page)                */
/* ==================================================================== */
.aehp-about, .aehp-story { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.aehp-about-media, .aehp-story-media { position: relative; }
.aehp-about-blob, .aehp-story-blob { top: -40px; left: -40px; color: var(--gold); opacity: .1; }
.aehp-about-media img, .aehp-story-media img { width: 100%; border-radius: 20px; box-shadow: 0 24px 50px rgba(13,63,46,.14); position: relative; z-index: 1; }
.aehp-about-stamp { bottom: -20px; right: -20px; z-index: 2; }
.aehp-about-copy h2, .aehp-story-copy h2 { font-size: 30px; margin: 0 0 16px; color: var(--green-dark); line-height: 1.3; }
.aehp-about-copy p, .aehp-story-copy p { font-size: 15px; line-height: 1.75; color: var(--muted); margin: 0 0 16px; }
.aehp-about-features { display: flex; flex-direction: column; gap: 18px; margin: 24px 0 28px; }
.aehp-about-feature { display: flex; gap: 14px; align-items: flex-start; }
.aehp-feature-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: var(--paper); color: var(--green); padding: 10px; }
.aehp-about-feature h4 { margin: 0 0 4px; font-size: 15px; color: var(--text); }
.aehp-about-feature p { margin: 0; font-size: 13.5px; color: var(--muted); }

/* ==================================================================== */
/* Visa categories                                                        */
/* ==================================================================== */
.aehp-categories { max-width: 1180px; margin: 0 auto; }
.aehp-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.aehp-category-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.aehp-category-card:hover { box-shadow: 0 20px 40px rgba(13,63,46,.10); transform: translateY(-4px); border-color: var(--green); }
.aehp-category-icon { display: inline-flex; width: 52px; height: 52px; border-radius: 14px; background: var(--paper); color: var(--green); padding: 12px; margin-bottom: 16px; }
.aehp-category-card h3 { margin: 0 0 8px; font-size: 18px; color: var(--green-dark); }
.aehp-category-card p { margin: 0 0 16px; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.aehp-card-link { font-size: 13px; font-weight: 600; color: var(--gold); text-decoration: none; }
.aehp-card-link:hover { color: #B3841F; }

/* ==================================================================== */
/* Testimonials                                                           */
/* ==================================================================== */
.aehp-testimonials { background: linear-gradient(160deg, var(--green-dark), var(--green)); }
.aehp-testimonial-track { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.aehp-testimonial-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; padding: 26px; backdrop-filter: blur(4px); }
.aehp-stars { font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.aehp-star-on { color: var(--gold); }
.aehp-star-off { color: rgba(255,255,255,.25); }
.aehp-testimonial-quote { font-size: 14.5px; line-height: 1.7; color: #fff; margin: 0 0 16px; }
.aehp-testimonial-name { font-size: 13.5px; font-weight: 600; color: var(--gold); }
.aehp-testimonial-name span { color: rgba(255,255,255,.6); font-weight: 400; }
.aehp-testimonials-cta { text-align: center; margin-top: 36px; }

/* ==================================================================== */
/* Why choose us                                                          */
/* ==================================================================== */
.aehp-why { max-width: 1180px; margin: 0 auto; }
.aehp-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.aehp-why-card { background: var(--paper); border-radius: 16px; padding: 28px; position: relative; }
.aehp-why-number { font-size: 32px; font-weight: 800; color: var(--line); display: block; margin-bottom: 8px; }
.aehp-why-card h3 { margin: 0 0 8px; font-size: 16px; color: var(--green-dark); }
.aehp-why-card p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* ==================================================================== */
/* FAQ preview                                                            */
/* ==================================================================== */
.aehp-faq-preview { max-width: 720px; margin: 0 auto; }
.aehp-faq-preview-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.aehp-faq-preview-q { width: 100%; text-align: left; background: #fff; border: none; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: inherit; color: var(--text); }
.aehp-faq-preview-q:hover { background: var(--paper); }
.aehp-faq-plus { color: var(--gold); font-size: 20px; flex-shrink: 0; transition: transform .15s ease; }
.aehp-faq-preview-q.is-open .aehp-faq-plus { transform: rotate(45deg); }
.aehp-faq-preview-a { padding: 0 20px 18px; font-size: 14px; color: var(--muted); line-height: 1.65; }
.aehp-faq-preview-a p { margin: 0; }
.aehp-faq-preview-cta { text-align: center; margin-top: 24px; }

/* ==================================================================== */
/* Stats / CTA band                                                       */
/* ==================================================================== */
.aehp-stats { background: var(--green-dark); overflow: hidden; }
.aehp-stats-dots { position: absolute; inset: 0; }
.aehp-stats-media, .aehp-stats-copy { position: relative; z-index: 1; }
.aehp-stats { display: flex; align-items: center; gap: 50px; max-width: 1180px; margin: 70px auto; padding: 60px 40px; border-radius: 28px; }
.aehp-stats-media { flex-shrink: 0; width: 300px; }
.aehp-stats-media img { width: 100%; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.aehp-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 28px; }
.aehp-stat-block { display: flex; flex-direction: column; }
.aehp-stat-block strong { font-size: 32px; color: var(--gold); }
.aehp-stat-block span { font-size: 12px; color: rgba(255,255,255,.7); }
.aehp-stats-copy h2 { color: #fff; font-size: 26px; margin: 0 0 10px; }
.aehp-stats-copy p { color: rgba(255,255,255,.75); font-size: 14.5px; margin: 0 0 22px; max-width: 460px; }

/* ==================================================================== */
/* Guides / coverage grid                                                 */
/* ==================================================================== */
.aehp-guides, .aehp-coverage-inner { max-width: 1180px; margin: 0 auto; }
.aehp-guides-grid, .aehp-coverage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.aehp-guide-card, .aehp-coverage-card {
  display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 22px; text-decoration: none; transition: all .15s ease;
}
.aehp-guide-card:hover, .aehp-coverage-card:hover { border-color: var(--green); box-shadow: 0 14px 30px rgba(13,63,46,.1); transform: translateY(-3px); }
.aehp-guide-card span, .aehp-coverage-card span { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: .4px; }
.aehp-guide-card h3, .aehp-coverage-card h3 { margin: 0; font-size: 17px; color: var(--green-dark); }

/* ==================================================================== */
/* ABOUT PAGE: hero                                                       */
/* ==================================================================== */
.aehp-about-hero { background: linear-gradient(180deg, var(--paper), #fff); padding-top: 60px; }
.aehp-about-hero-blob { top: -60px; right: -60px; }
.aehp-about-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.aehp-about-hero-copy h1 { font-size: 40px; line-height: 1.2; margin: 0 0 18px; color: var(--green-dark); }
.aehp-about-hero-copy p { font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 480px; }
.aehp-about-hero-media { position: relative; }
.aehp-about-hero-media img { width: 100%; border-radius: 22px; box-shadow: 0 24px 50px rgba(13,63,46,.16); }
.aehp-about-hero-stamp { bottom: -18px; left: -18px; }

/* Values */
.aehp-values { max-width: 1180px; margin: 0 auto; }
.aehp-values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.aehp-value-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px; text-align: center; }
.aehp-value-icon { display: inline-flex; width: 52px; height: 52px; border-radius: 50%; background: var(--paper); color: var(--green); padding: 12px; margin-bottom: 14px; }
.aehp-value-card h3 { margin: 0 0 8px; font-size: 16px; color: var(--green-dark); }
.aehp-value-card p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.6; }

/* Process */
.aehp-process { background: linear-gradient(160deg, var(--green-dark), var(--green)); }
.aehp-process-track { max-width: 1180px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: 10px; }
.aehp-process-step { flex: 1 1 200px; max-width: 220px; text-align: center; color: #fff; }
.aehp-process-number {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 50%; background: var(--gold); color: #fff; font-weight: 700; margin-bottom: 14px;
}
.aehp-process-step h3 { font-size: 15.5px; margin: 0 0 8px; }
.aehp-process-step p { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.6; margin: 0; }

/* Coverage */
.aehp-coverage { background: var(--paper); overflow: hidden; }
.aehp-coverage-dots { color: var(--green); opacity: .05; }

/* About CTA */
.aehp-about-cta { max-width: 640px; margin: 0 auto; text-align: center; }
.aehp-about-cta h2 { font-size: 26px; color: var(--green-dark); margin: 0 0 12px; }
.aehp-about-cta p { color: var(--muted); font-size: 14.5px; margin: 0 0 22px; }
.aehp-about-cta .aehp-hero-cta { justify-content: center; }

/* ==================================================================== */
/* Responsive                                                             */
/* ==================================================================== */
@media (max-width: 900px) {
  .aehp-hero-inner, .aehp-about, .aehp-story, .aehp-about-hero-inner { grid-template-columns: 1fr; }
  .aehp-hero-media, .aehp-about-hero-media { order: -1; }
  .aehp-stats { flex-direction: column; padding: 40px 24px; }
  .aehp-stats-media { width: 100%; max-width: 280px; }
  .aehp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .aehp-stat-strip-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  section { padding: 50px 16px; }
  .aehp-hero-copy h1 { font-size: 32px; }
  .aehp-about-hero-copy h1 { font-size: 28px; }
  .aehp-section-header h2 { font-size: 22px; }
  .aehp-process-track { flex-direction: column; align-items: center; }
  .aehp-process-dash { display: none; }
}
