* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Georgia", serif;
}

body {
  background: #0a0a0a;
  color: #f5f5f5;
}

/* HERO */
.hero {
  background: url("images/dubai-bg.webp") center/cover no-repeat;
  height: 100vh;
  position: relative;
  padding-top: 70px;
}

.hero-content {
  background: none;
  height: 100%;
  padding: 80px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.8rem;
  color: #e6c87b;
  margin-bottom: 25px;
}

.hero-sub {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}

.cta {
  display: inline-block;
  background: linear-gradient(135deg, #e6c87b, #b8962e);
  color: #000;
  padding: 16px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.cta.secondary {
  margin-top: 30px;
}

.small-note {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #ccc;
}

/* STORY */
.story {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 80px auto;
  padding: 20px;
  gap: 40px;
}

.story-text {
  flex: 1;
}

.story h2 {
  color: #e6c87b;
  margin-bottom: 20px;
}

.story ul {
  list-style: none;
  margin: 20px 0;
}

.story li {
  margin-bottom: 10px;
}

.story-image img {
  max-width: 100%;
  border-radius: 10px;
}

/* TESTIMONIALS */
.testimonials {
  background: #111;
  padding: 80px 20px;
  text-align: center;
}

.testimonials h2 {
  color: #e6c87b;
  margin-bottom: 40px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.testimonial {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* FOOTER */
footer {
  background: #000;
  padding: 30px;
  text-align: center;
  font-size: 0.85rem;
  color: #aaa;
}

.testimonial-disclaimer {
  max-width: 900px;
  margin: 25px auto 10px;
  font-size: 0.85rem;
  color: #bdbdbd;
  text-align: center;
  line-height: 1.4;
}

.legal-header {
  padding: 60px 20px 20px;
  text-align: center;
  background: #0b0b0b;
}

.legal-header h1 {
  color: #e6c87b;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.legal-updated {
  color: #bdbdbd;
  font-size: 0.95rem;
}

.legal-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 80px;
  line-height: 1.8;
  color: #e5e5e5;
}

.legal-content h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: #e6c87b;
}

.legal-content h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  color: #f0d89a;
}

.legal-content ul {
  margin: 12px 0 12px 22px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-note {
  margin-top: 30px;
  font-size: 0.92rem;
  color: #bdbdbd;
}

.footer-links a {
  color: #e6c87b;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* NAVIGATION */
.top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: #e6c87b;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: #e6c87b;
}

/* LOGO (INDEX PAGE ONLY) */
.logo-wrapper {
  text-align: center;
  padding: 24px 20px 10px;
}

.site-logo {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e6c87b;
  text-decoration: underline;
}

.site-logo:hover {
  opacity: 0.85;
}

/* FOOTER */
.site-footer {
  background: #000;
  padding: 40px 20px;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer-nav a {
  color: #e6c87b;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-disclosure {
  font-size: 0.8rem;
  color: #aaa;
  max-width: 900px;
  margin: 10px auto 0;
  line-height: 1.5;
}

/* =========================
   HUB PAGE (insights.html)
   ========================= */

.hub-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.hub-header {
  text-align: center;
  margin-bottom: 50px;
}

.hub-header h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.hub-header p {
  font-size: 1.05rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Article list grid */
.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Individual article card */
.article-card {
  background: #0b0b0b;
  border-radius: 6px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}

.article-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
}

.article-card h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.article-card p {
  font-size: 0.95rem;
  color: #ddd;
  line-height: 1.5;
  margin-bottom: 18px;
  flex-grow: 1;
}

/* CTA */
.article-cta {
  text-align: center;
  background: #e6c87b;
  color: #000;
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.95rem;
}

.article-cta:hover {
  background: #f0d98c;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .hub-header h1 {
    font-size: 1.8rem;
  }

  .article-card {
    padding: 16px;
  }
}

/* =========================
   ARTICLE PAGES
   ========================= */

.article-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.article-content h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-content h2 {
  font-size: 1.5rem;
  margin: 40px 0 15px;
  line-height: 1.4;
}

.article-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 18px;
}

/* Offer block */
.article-offer {
  background: #0b0b0b;
  border-radius: 6px;
  padding: 22px;
  margin: 45px 0;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.article-offer img {
  width: 100%;
  height: auto;
  max-width: 650px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.article-offer img:hover {
  opacity: 0.9;
  cursor: pointer;
}

.offer-text {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* CTA buttons */
.article-cta {
  display: inline-block;
  background: #e6c87b;
  color: #000;
  padding: 12px 18px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}

.article-cta:hover {
  background: #f0d98c;
}

/* Final CTA block */
.article-final-cta {
  margin-top: 50px;
  padding: 30px 20px;
  background: #0f0f0f;
  border-radius: 6px;
  text-align: center;
}

.article-final-cta p {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .article-content h1 {
    font-size: 1.8rem;
  }

  .article-content h2 {
    font-size: 1.35rem;
  }

  .article-offer {
    padding: 18px;
  }
}

/* =========================
   LINK COLOR OVERRIDES
   ========================= */

.article-content a {
  color: #e6c87b;
  text-decoration: underline;
}

.article-content a:hover {
  color: #f0d98c;
}

/* Fix CTA button text visibility */
.article-cta {
  color: #000 !important;
  text-decoration: none;
}

.article-cta:hover {
  color: #000 !important;
}

/* Homepage link to Insights */
.home-insights-link {
  margin-top: 18px;
  font-size: 0.95rem;
  color: #ccc;
}

.home-insights-link a {
  color: #e6c87b;
  text-decoration: underline;
}

.home-insights-link a:hover {
  color: #f0d98c;
}
