/* ===== ROOT VARIABLES ===== */
:root {
  --navy: #0A1628;
  --navy-mid: #112040;
  --gold: #C9A84C;
  --gold-light: #D4AF37;
  --cream: #F8F5EF;
  --white: #ffffff;
  --text: #2C2C2C;
  --text-light: #6b7280;
  --border: rgba(201,168,76,0.25);
  --shadow: 0 20px 60px rgba(10,22,40,0.15);
  --radius: 4px;
  --transition: 0.3s ease;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; font-weight: 400; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
p { line-height: 1.75; color: #444; }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.section-tag { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; display: block; }
.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 4vw, 44px); color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
.section-title em { font-style: italic; color: var(--gold); }
.section-title.light { color: var(--white); }
.section-sub { max-width: 640px; margin: 0 auto 48px; color: #666; font-size: 16px; }
.section-sub.light { color: rgba(255,255,255,0.75); }
.gold-rule { width: 50px; height: 3px; background: var(--gold); margin: 20px 0 24px; }

/* ===== BUTTONS ===== */
.btn-gold {
  display: inline-block; background: var(--gold); color: var(--navy);
  padding: 13px 32px; font-weight: 700; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; border-radius: 50px; transition: var(--transition);
  border: 2px solid var(--gold);
}
.btn-gold:hover { background: transparent; color: var(--gold); }
.btn-gold.full-width { width: 100%; text-align: center; border-radius: 50px; }
.btn-outline {
  display: inline-block; border: 2px solid var(--navy); color: var(--navy);
  padding: 13px 32px; font-weight: 700; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; border-radius: 50px; transition: var(--transition);
}
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-whatsapp {
  display: inline-block; background: #25D366; color: var(--white);
  padding: 13px 32px; font-weight: 700; font-size: 13px; letter-spacing: 1px;
  text-transform: uppercase; border-radius: 50px; transition: var(--transition);
}
.btn-whatsapp:hover { background: #1ebe5c; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--navy); transition: background 0.4s, box-shadow 0.4s;
  padding: 0;
}
.navbar.scrolled { background: var(--navy); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 90px;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { font-size: 28px; color: var(--gold); line-height: 1; }
.logo-text { display: flex; flex-direction: column; }
.logo-main { font-family: 'DM Serif Display', serif; font-size: 14px; font-weight: 700; color: var(--white); letter-spacing: 1px; line-height: 1.2; }
.logo-sub { font-size: 10px; color: var(--gold); letter-spacing: 3px; }
.nav-links { display: flex; gap: 32px; justify-content: center; }
.nav-links a { color: rgba(255,255,255,0.85); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.hamburger { display: none !important; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; justify-self: end; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: var(--transition); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  background: url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=1600&q=80') center/cover no-repeat;
  position: relative; overflow: hidden;
}
.hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,22,40,0.92) 50%, rgba(10,22,40,0.6) 100%); }
.hero-pattern {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%);
  background-size: 20px 20px;
}
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 120px 24px 80px; margin-left: max(24px, calc((100vw - 1200px)/2)); }
.hero-tagline { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 20px; }
.hero-title { font-family: 'DM Serif Display', serif; font-size: clamp(28px, 4.5vw, 56px); color: var(--white); line-height: 1.2; margin-bottom: 24px; max-width: 680px; }
.hero-title em { color: var(--gold); font-style: italic; }
.hero-desc { color: rgba(255,255,255,0.75); font-size: 18px; margin-bottom: 40px; max-width: 520px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-scroll-hint { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; }
.hero-scroll-hint span { color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%,100%{opacity:0.3} 50%{opacity:1} }

/* ===== ABOUT SNIPPET ===== */
.about-snippet { padding: 100px 0; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-badge { position: absolute; bottom: -20px; right: -20px; background: var(--navy); color: var(--white); padding: 24px; text-align: center; min-width: 120px; }
.badge-num { display: block; font-family: 'DM Serif Display', serif; font-size: 40px; color: var(--gold); font-weight: 700; line-height: 1; }
.badge-label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 4px; }
.about-text p { margin-bottom: 16px; }

/* ===== STATS ===== */
.stats-bar { background: var(--navy); padding: 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(201,168,76,0.2); }
.stat-item { text-align: center; padding: 40px 20px; background: var(--navy); }
.stat-num { display: block; font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--gold); font-weight: 700; line-height: 1; }
.stat-label { display: block; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 8px; }

/* ===== SERVICES ===== */
.services { padding: 100px 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 20px; }
.service-card {
  background: var(--cream); padding: 40px; border-radius: var(--radius);
  border-bottom: 3px solid transparent; transition: var(--transition);
  position: relative; overflow: hidden;
}
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-icon { font-size: 36px; margin-bottom: 20px; line-height: 1; }
.service-card h3 { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 12px; }
.service-card p { margin-bottom: 20px; }
.card-link { color: var(--gold); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.card-link:hover { color: var(--navy); }

/* ===== METHODOLOGY ===== */
.methodology { padding: 100px 0; position: relative; overflow: hidden; }
.method-bg-img { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c349ac9?w=1600&q=80') center/cover no-repeat; }
.method-overlay { position: absolute; inset: 0; background: rgba(10,22,40,0.88); }
.method-inner { position: relative; z-index: 2; }
.method-steps { display: flex; align-items: flex-start; gap: 0; margin-top: 20px; flex-wrap: wrap; justify-content: center; }
.method-step { flex: 1; min-width: 180px; max-width: 200px; text-align: center; padding: 20px; }
.step-num { font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--gold); opacity: 0.3; line-height: 1; margin-bottom: 16px; font-weight: 700; }
.method-step h4 { color: var(--white); font-size: 14px; margin-bottom: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.method-step p { color: rgba(255,255,255,0.65); font-size: 13px; }
.method-arrow { color: var(--gold); font-size: 24px; padding-top: 50px; opacity: 0.5; flex-shrink: 0; }

/* ===== STRATEGIES ===== */
.strategies { padding: 100px 0; background: var(--cream); }
.strategies-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.strategy-card { background: var(--white); padding: 36px; border-radius: var(--radius); transition: var(--transition); }
.strategy-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.strategy-icon { font-size: 32px; margin-bottom: 16px; line-height: 1; }
.strategy-card h4 { font-family: 'DM Serif Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 10px; }
.strategy-card p { font-size: 14px; color: #666; }

/* ===== CTA BANNER ===== */
.cta-banner { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; z-index: 2; }
.cta-text h2 { font-family: 'DM Serif Display', serif; font-size: clamp(24px, 3vw, 36px); color: var(--white); margin-bottom: 8px; }
.cta-text h2 em { color: var(--gold); }
.cta-text p { color: rgba(255,255,255,0.65); }
.cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-img { position: absolute; right: 0; bottom: 0; height: 100%; max-width: 300px; object-fit: cover; opacity: 0.15; }

/* ===== FAQ ===== */
.faq { padding: 100px 0; background: var(--white); }
.faq-inner { }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(10,22,40,0.1); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 24px 0; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700;
  color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }
.faq-icon { font-size: 24px; color: var(--gold); font-weight: 300; flex-shrink: 0; transition: transform 0.3s; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a.open { max-height: 200px; }
.faq-a p { padding: 0 0 24px; color: #666; }

/* ===== CONTACT HOME ===== */
.contact-home { padding: 100px 0; background: var(--navy); position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-form-wrap .section-tag { color: var(--gold); }
.contact-form-wrap .section-title { color: var(--white); }
.contact-form { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); padding: 14px 18px; font-family: 'DM Sans', sans-serif; font-size: 14px;
  border-radius: var(--radius); outline: none; transition: border-color 0.2s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form select option { background: var(--navy); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--gold); }
.contact-info-wrap { padding-top: 60px; }
.contact-info-wrap h3 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--white); margin-bottom: 32px; }
.contact-detail { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.ci-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.contact-detail strong { display: block; color: var(--gold); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
.contact-detail a, .contact-detail p { color: rgba(255,255,255,0.75); font-size: 15px; }
.contact-detail a:hover { color: var(--gold); }

/* ===== FOOTER ===== */
.footer { background: #060e1a; padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 60px; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 14px; margin-top: 20px; max-width: 260px; line-height: 1.7; }
.footer-brand .logo-main { font-size: 13px; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.footer-col h4 { color: var(--white); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.footer-col a, .footer-col p { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.55); font-size: 14px; margin-bottom: 10px; transition: color 0.2s; line-height: 1.6; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 24px 0; text-align: center; }
.footer-bottom .container { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 8px; text-align: center; width: 100%; }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 13px; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: rgba(255,255,255,0.4); font-size: 13px; }
.footer-bottom-links a:hover { color: var(--gold); }

/* ===== STICKY CTA ===== */
.sticky-cta { position: fixed; bottom: 24px; right: 24px; display: flex; flex-direction: column; gap: 12px; z-index: 999; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  min-height: 400px; display: flex; align-items: center;
  background: var(--navy); position: relative; overflow: hidden; padding-top: 80px;
}
.page-hero::before { content: ''; position: absolute; inset: 0; opacity: 0.05; background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%); background-size: 20px 20px; }
.page-hero-content { position: relative; z-index: 2; padding: 60px 24px; max-width: 1200px; margin: 0 auto; width: 100%; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(32px,5vw,56px); color: var(--white); margin-bottom: 16px; }
.page-hero h1 em { color: var(--gold); }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 18px; max-width: 600px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 16px; }
.breadcrumb a { color: var(--gold); font-size: 13px; }
.breadcrumb span { color: rgba(255,255,255,0.4); font-size: 13px; }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .strategies-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; gap: 0; position: absolute; top: 80px; left: 0; right: 0; background: var(--navy); padding: 20px 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .strategies-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .method-steps { flex-direction: column; align-items: center; }
  .method-arrow { display: none; }
  .hero-content { margin-left: 0; }
  .cta-inner { flex-direction: column; text-align: center; }
  .footer-bottom .container { flex-direction: column; gap: 12px; text-align: center; }
  .about-badge { right: 10px; bottom: 10px; }
}

/* ===== MOBILE OPTIMISED ===== */
@media (max-width: 768px) {

  /* === NAVBAR === */
  #navbar > div {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 70px !important;
    padding: 0 16px !important;
    position: relative !important;
    grid-template-columns: unset !important;
  }
  #navbar > div > a:first-child {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #navbar img { height: 60px !important; }
  #navLinks {
    display: none !important;
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    background: #0A1628 !important;
    flex-direction: column !important;
    padding: 10px 0 !important;
    gap: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
  }
  #navLinks.mobile-open { display: flex !important; }
  #navLinks a {
    padding: 16px 24px !important;
    font-size: 14px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    width: 100% !important;
    text-align: center !important;
    color: rgba(255,255,255,0.9) !important;
  }
  #hamburger {
    display: flex !important;
    flex-direction: column !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    gap: 5px !important;
    z-index: 10000 !important;
    position: relative !important;
  }

  /* === HERO === */
  .hero { min-height: 90vh !important; align-items: center !important; }
  .hero-content {
    padding: 90px 20px 60px !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
  .hero-title { font-size: clamp(28px, 8vw, 40px) !important; margin-bottom: 16px !important; }
  .hero-desc { font-size: 15px !important; margin-bottom: 28px !important; }
  .hero-cta { flex-direction: column !important; gap: 12px !important; }
  .hero-cta a { text-align: center !important; width: 100% !important; }
  .hero-divider { width: 100% !important; }
  .hero-meta { flex-wrap: wrap !important; gap: 12px !important; }
  .hero-meta-divider { display: none !important; }

  /* === ABOUT SNIPPET === */
  .about-snippet { padding: 60px 0 !important; }
  .about-grid { grid-template-columns: 1fr !important; gap: 50px !important; }
  .about-img-wrap img { height: 300px !important; }
  .about-badge { right: 10px !important; bottom: -15px !important; padding: 16px !important; }
  .badge-num { font-size: 28px !important; }

  /* === STATS === */
  .stats-bar { padding: 40px 0 !important; }
  .stats-grid { grid-template-columns: repeat(2,1fr) !important; }
  .stat-num { font-size: 36px !important; }

  /* === SERVICES === */
  .services { padding: 60px 0 !important; }
  .services-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .service-card { padding: 28px !important; }

  /* === METHODOLOGY === */
  .methodology { padding: 60px 0 !important; }
  .method-steps { flex-direction: column !important; align-items: center !important; gap: 8px !important; }
  .method-arrow { display: none !important; }
  .method-step { max-width: 100% !important; width: 100% !important; padding: 16px !important; }

  /* === STRATEGIES === */
  .strategies { padding: 60px 0 !important; }
  .strategies-grid { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* === CTA BANNER === */
  .cta-banner { padding: 50px 0 !important; }
  .cta-inner {
    flex-direction: column !important;
    text-align: center !important;
    gap: 24px !important;
  }
  .cta-img { display: none !important; }
  .cta-buttons { justify-content: center !important; flex-wrap: wrap !important; }

  /* === FAQ === */
  .faq { padding: 60px 0 !important; }
  .faq-q { font-size: 15px !important; }

  /* === CONTACT HOME === */
  .contact-home { padding: 60px 0 !important; }
  .contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .contact-info-wrap { padding-top: 0 !important; }

  /* === FOOTER === */
  .footer { padding: 50px 0 0 !important; }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-bottom: 40px !important;
  }
  .footer-brand p { max-width: 100% !important; }

  /* === PAGE HERO === */
  .page-hero { min-height: 240px !important; padding-top: 70px !important; }
  .page-hero-content { padding: 40px 20px !important; }
  .page-hero h1 { font-size: clamp(26px, 7vw, 40px) !important; }

  /* === PROPERTIES PAGE === */
  .props-grid { grid-template-columns: 1fr !important; }
  .filter-bar { padding: 16px 0 !important; }
  .filter-inner { flex-direction: column !important; align-items: stretch !important; gap: 10px !important; }
  .filter-inner select { width: 100% !important; border-radius: 8px !important; }
  .properties-section { padding: 40px 0 60px !important; }

  /* === CONTACT PAGE === */
  .contact-page { padding: 0 !important; }
  div[style*="grid-template-columns:1fr 1fr"][style*="gap:50px"],
  div[style*="grid-template-columns:1fr 1fr"][style*="gap:60px"] {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 40px 0 !important;
  }
  .contact-page-form { padding: 24px !important; }
  .map-embed iframe { height: 250px !important; }

  /* === TEAM SECTION (About page) === */
  div[style*="padding:40px"][style*="display:flex"][style*="gap:40px"] {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 20px !important;
    gap: 24px !important;
  }
  div[style*="width:260px"][style*="height:260px"][style*="border-radius:50%"] {
    width: 160px !important;
    height: 160px !important;
  }
  div[style*="grid-template-columns:repeat(3,1fr)"][style*="gap:24px"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
  div[style*="grid-template-columns:repeat(2,1fr)"][style*="max-width:66%"] {
    max-width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }

  /* === STICKY BUTTONS === */
  .sticky-cta { bottom: 16px !important; right: 12px !important; gap: 8px !important; }
  .sticky-cta a { width: 46px !important; height: 46px !important; }
  .sticky-cta i { font-size: 22px !important; }

  /* === SECTION TITLES === */
  .section-title { font-size: clamp(24px, 6vw, 36px) !important; }
  .section-sub { font-size: 14px !important; }

  /* === BUTTONS === */
  .btn-gold, .btn-outline, .btn-whatsapp {
    padding: 12px 24px !important;
    font-size: 13px !important;
  }

  /* === SERVICES DETAIL PAGE === */
  .service-detail-card {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
    gap: 30px !important;
  }
  .service-detail-card.reverse { direction: ltr !important; }
  .service-detail-img img { height: 240px !important; }

  /* === CONTAINER PADDING === */
  .container { padding: 0 16px !important; }
}

/* === VERY SMALL PHONES === */
@media (max-width: 380px) {
  .hero-title { font-size: 26px !important; }
  .section-title { font-size: 22px !important; }
  #navbar img { height: 48px !important; }
  .stats-grid { grid-template-columns: 1fr 1fr !important; }
  .stat-num { font-size: 30px !important; }
  div[style*="grid-template-columns:repeat(3,1fr)"][style*="gap:24px"] {
    grid-template-columns: 1fr !important;
  }
}
