:root {
  --navy: #0D1B2A;
  --navy-mid: #162032;
  --navy-light: #1E2F45;
  --gold: #C9A84C;
  --gold-light: #E2C47A;
  --gold-pale: #F5EDD6;
  --cream: #FAF8F4;
  --white: #FFFFFF;
  --text-dark: #0D1B2A;
  --text-mid: #3D4F62;
  --text-muted: #7A8B9A;
  --border: #E2D9CC;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --transition: 0.25s ease;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-body); font-size: 16px; line-height: 1.7; color: var(--text-dark); background: var(--cream); overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.section { padding: 96px 0; }
.eyebrow { font-family: var(--ff-body); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.h2 { font-family: var(--ff-display); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 600; line-height: 1.25; }
.lead { font-size: 1.08rem; color: var(--text-mid); line-height: 1.8; }
.divider { width: 48px; height: 2px; background: var(--gold); display: block; margin: 1.5rem 0; }
.divider-center { margin-left: auto; margin-right: auto; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff-body); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 14px 32px; border-radius: var(--radius); transition: all var(--transition); cursor: pointer; border: none; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.5); }
.btn-outline-white:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(13,27,42,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,168,76,0.15); transition: all 0.3s ease; }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 74px; max-width: 1200px; margin: 0 auto; }
.navbar-brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.2; }
.navbar-brand .brand-name { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 700; color: var(--white); letter-spacing: 0.02em; }
.navbar-brand .brand-tagline { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-links a { font-size: 12.5px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; padding: 8px 18px; transition: color var(--transition); white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 9px 20px !important; border-radius: var(--radius); font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.hero { min-height: auto; display: flex; align-items: center; background: var(--navy); position: relative; overflow: hidden; padding-top: 74px; }
.hero-bg-pattern { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px,transparent 1px), linear-gradient(90deg,rgba(201,168,76,0.04) 1px,transparent 1px); background-size: 60px 60px; }
.hero-bg-gradient { position: absolute; top: 0; right: 0; width: 55%; height: 100%; background: linear-gradient(135deg,transparent 0%,rgba(201,168,76,0.06) 100%); }
.hero-accent-line { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom,transparent,var(--gold),transparent); opacity: 0.6; }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 20px 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--gold); }
.hero h1 { font-family: var(--ff-display); font-size: clamp(2.2rem,4vw,3.4rem); font-weight: 600; line-height: 1.18; color: var(--white); margin-bottom: 1.5rem; }
.hero h1 em { font-style: normal; color: var(--gold); display: block; }
.hero-desc { font-size: 1rem; line-height: 1.85; color: rgba(255,255,255,0.65); margin-bottom: 2.5rem; max-width: 500px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { margin-top: 48px; display: flex; gap: 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 32px; }
.hero-stat-num { font-family: var(--ff-display); font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.hero-stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.45); margin-top: 4px; }
.hero-card-stack { display: flex; flex-direction: column; gap: 12px; }
.hero-info-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(201,168,76,0.2); border-radius: var(--radius-lg); padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; }
.hero-card-icon { width: 40px; height: 40px; flex-shrink: 0; background: rgba(201,168,76,0.15); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; }
.hero-card-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.hero-card-title { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.hero-card-desc { font-size: 11.5px; color: rgba(255,255,255,0.5); line-height: 1.5; }
.hero-badge { position: absolute; top: -16px; right: -16px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 14px; border-radius: 40px; }
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-block { background: var(--navy); border-radius: var(--radius-lg); padding: 48px 40px; position: relative; overflow: hidden; }
.about-img-quote { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 600; color: var(--white); line-height: 1.45; margin-bottom: 1.5rem; position: relative; z-index: 2; }
.about-img-quote::before { content: '"'; font-size: 6rem; color: rgba(201,168,76,0.1); position: absolute; top: -20px; left: -10px; font-family: Georgia,serif; line-height: 1; z-index: -1; }
.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.5rem; }
.about-pill { background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.3); color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 40px; }
.about-visual { position: relative; }
.about-accent-box { position: absolute; bottom: -20px; right: -20px; background: var(--gold); color: var(--navy); padding: 20px 24px; border-radius: var(--radius-lg); text-align: center; min-width: 130px; }
.about-accent-num { font-family: var(--ff-display); font-size: 2rem; font-weight: 700; line-height: 1; }
.about-accent-text { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 2rem; }
.value-item { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-left: 2px solid var(--gold-pale); background: var(--cream); border-radius: 0 var(--radius) var(--radius) 0; }
.value-icon { color: var(--gold); font-size: 18px; margin-top: 2px; flex-shrink: 0; }
.value-title { font-size: 13px; font-weight: 600; color: var(--text-dark); }
.value-desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.services { background: var(--cream); }
.services-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; transition: all 0.3s ease; 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 ease; }
.service-card:hover { box-shadow: 0 12px 40px rgba(13,27,42,0.1); transform: translateY(-4px); border-color: var(--gold-pale); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; background: var(--navy); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 1.6; }
.service-title { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; }
.service-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; }
.service-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 12px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; transition: gap var(--transition); }
.service-link:hover { gap: 10px; }
.why { background: var(--navy); color: var(--white); }
.why-header { text-align: center; max-width: 600px; margin: 0 auto 64px; }
.why-header .h2 { color: var(--white); }
.why-header .lead { color: rgba(255,255,255,0.6); }
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.why-item { padding: 40px 28px; border: 1px solid rgba(255,255,255,0.06); transition: background 0.3s ease; }
.why-item:hover { background: rgba(201,168,76,0.07); }
.why-num { font-family: var(--ff-display); font-size: 3.5rem; font-weight: 700; color: rgba(201,168,76,0.2); line-height: 1; margin-bottom: 12px; }
.why-title { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.06em; }
.why-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.expertise { background: var(--white); }
.expertise-header { max-width: 560px; margin-bottom: 56px; }
.expertise-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.expertise-list { display: flex; flex-direction: column; gap: 0; }
.expertise-item { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--border); transition: padding var(--transition); }
.expertise-item:first-child { padding-top: 0; }
.expertise-item:hover { padding-left: 4px; }
.expertise-number { font-family: var(--ff-display); font-size: 13px; font-weight: 700; color: var(--gold); min-width: 28px; padding-top: 3px; }
.expertise-title { font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
.expertise-desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; }
.expertise-visual { background: var(--navy); border-radius: var(--radius-lg); padding: 48px 40px; position: sticky; top: 100px; }
.expertise-cta-title { font-family: var(--ff-display); font-size: 1.6rem; font-weight: 600; color: var(--white); line-height: 1.35; margin-bottom: 1rem; }
.expertise-cta-desc { font-size: 13.5px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 2rem; }
.whatsapp-btn { display: flex; align-items: center; gap: 12px; background: #25D366; color: var(--white); padding: 14px 24px; border-radius: var(--radius); text-decoration: none; font-size: 13.5px; font-weight: 600; margin-bottom: 12px; transition: background var(--transition); }
.whatsapp-btn:hover { background: #1ebe58; }
.contact-mini { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.contact-mini-item { display: flex; gap: 10px; align-items: flex-start; }
.contact-mini-icon { color: var(--gold); font-size: 15px; margin-top: 2px; }
.contact-mini-text { font-size: 12.5px; color: rgba(255,255,255,0.55); }
.contact-mini-text strong { color: rgba(255,255,255,0.85); display: block; margin-bottom: 1px; }
.process { background: var(--cream); }
.process-header { text-align: center; max-width: 560px; margin: 0 auto 64px; }
.process-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 1px; background: var(--gold); opacity: 0.3; z-index: 0; }
.process-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.process-circle { width: 72px; height: 72px; border-radius: 50%; background: var(--white); border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: var(--ff-display); font-size: 1.2rem; font-weight: 700; color: var(--gold); transition: all 0.3s ease; }
.process-step:hover .process-circle { background: var(--gold); color: var(--navy); }
.process-step-title { font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
.process-step-desc { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.testimonials { background: var(--white); }
.testimonials-header { text-align: center; max-width: 540px; margin: 0 auto 56px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testi-card { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; position: relative; }
.testi-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }
.testi-text { font-size: 14px; color: var(--text-mid); line-height: 1.75; margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--gold); flex-shrink: 0; }
.testi-name { font-size: 13px; font-weight: 600; color: var(--text-dark); }
.testi-role { font-size: 11.5px; color: var(--text-muted); }
.testi-quote-mark { position: absolute; top: 20px; right: 24px; font-family: Georgia,serif; font-size: 4rem; color: var(--gold-pale); line-height: 1; user-select: none; }
.cta-banner { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.03) 1px,transparent 1px), linear-gradient(90deg,rgba(201,168,76,0.03) 1px,transparent 1px); background-size: 50px 50px; }
.cta-inner { position: relative; z-index: 2; text-align: center; max-width: 680px; margin: 0 auto; }
.cta-banner .h2 { color: var(--white); margin-bottom: 1rem; }
.cta-banner .lead { color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.footer { background: #090F17; color: rgba(255,255,255,0.6); }
.footer-top { padding: 72px 0 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; }
.footer-logo-text { font-family: var(--ff-display); font-size: 1.25rem; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 4px; }
.footer-tagline { font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.footer-desc { font-size: 13px; line-height: 1.8; max-width: 300px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact-icon { color: var(--gold); font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-text { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.55; }
.footer-contact-text strong { color: rgba(255,255,255,0.85); }
.footer-bottom { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12.5px; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }
.floating-wa { position: fixed; bottom: 32px; right: 32px; z-index: 999; background: #25D366; color: var(--white); border-radius: 50px; padding: 14px 22px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform var(--transition), box-shadow var(--transition); }
.floating-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,211,102,0.5); }
@media (max-width: 1024px) {
  .hero-content { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .about-grid, .expertise-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: none; }
  .process-step { padding: 16px 0; display: flex; gap: 20px; text-align: left; align-items: flex-start; }
  .process-circle { margin: 0; flex-shrink: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero-stats { gap: 24px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .expertise-visual { position: static; }
}
/* ── NAVBAR LOGO KANAN ── */
.navbar-logo-right {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-right: 24px;
  margin-left: 0;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  transition: opacity var(--transition);
  flex-shrink: 0;
}
.navbar-logo-right:hover { opacity: 0.85; }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 768px) {
  /* NAVBAR */
  .navbar-inner { padding: 0 1rem; height: 60px; }
  .navbar-brand .brand-name { font-size: 0.95rem; }
  .navbar-brand .brand-tagline { font-size: 9px; }
  .navbar-logo-right { height: 32px; margin-left: 0; margin-right: 0; }
  

  /* HERO */
  .hero { padding-top: 60px; }
  .hero-content { padding: 32px 1rem; gap: 32px; }
  .hero-eyebrow { font-size: 10px; }
  .hero h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .hero-desc { font-size: 0.9rem; max-width: 100%; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn { width: 100%; text-align: center; justify-content: center; }
  .hero-stats { gap: 16px; flex-wrap: wrap; }
  .hero-stat-num { font-size: 1.6rem; }

  /* SECTIONS */
  .section { padding: 48px 0; }
  .container { padding: 0 1rem; }
  h2.h2 { font-size: clamp(1.4rem, 5vw, 2rem); }

  /* ABOUT */
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-img-block { padding: 28px 20px; }
  .about-pills { flex-wrap: wrap; gap: 8px; }
  .about-accent-box { bottom: -12px; right: -8px; padding: 12px 16px; min-width: 90px; }
  .about-accent-num { font-size: 1.4rem; }
  .values-grid { grid-template-columns: 1fr; gap: 16px; }

  /* SERVICES */
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }

  /* WHY */
  .why-grid { grid-template-columns: 1fr; }
  .why-item { padding: 24px; }

  /* PROCESS */
  .process-steps { grid-template-columns: 1fr; gap: 0; }

  /* TESTIMONIALS */
  .testimonials-grid { grid-template-columns: 1fr; }
  .testi-card { padding: 24px; }

  /* CTA */
  .cta-banner { padding: 48px 0; }
  .cta-inner { padding: 0 1rem; }
  .cta-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .cta-actions .btn { text-align: center; justify-content: center; }

  /* FOOTER */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }

  /* FLOATING WA */
  .floating-wa { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 13px; }

  /* KONTAK PAGE */
  .container > div[style*="grid-template-columns:1fr 1.6fr"] { grid-template-columns: 1fr !important; gap: 32px !important; }

  /* LAYANAN PAGE */
  div[style*="grid-template-columns:1fr 2fr 1.2fr"] { grid-template-columns: 1fr !important; gap: 20px !important; }

  /* TENTANG PAGE - TIM */
  div[style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: 1fr 1fr !important; gap: 16px !important; }

  /* TENTANG PAGE - LEGALITAS */
  div[style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* VISI MISI */
  div[style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; gap: 24px !important; }

  /* NILAI */
  div[style*="grid-template-columns:repeat(5,1fr)"] { grid-template-columns: 1fr 1fr !important; gap: 2px !important; }
}

@media (max-width: 480px) {
  .navbar-brand .brand-name { font-size: 0.85rem; }
  .hero h1 { font-size: 1.5rem; }
  .hero-stats { justify-content: space-between; }
  .about-accent-box { display: none; }
  div[style*="grid-template-columns:repeat(4,1fr)"] { grid-template-columns: 1fr !important; }
  div[style*="grid-template-columns:1fr 1fr;gap:16px"] { grid-template-columns: 1fr !important; }
}

/* ── HAMBURGER MENU ── */
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 200; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links {
    display: none !important;
    position: fixed;
    top: 60px; left: 0; right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 24px 1.5rem;
    gap: 0;
    border-top: 1px solid rgba(201,168,76,0.2);
    z-index: 150;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  }
  .nav-links.open { display: flex !important; }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,0.06); }
  .nav-links a { display: block; padding: 14px 0; font-size: 14px; color: rgba(255,255,255,0.8); }
  .nav-links a:hover, .nav-links a.active { color: var(--gold); }
  .nav-cta { background: var(--gold) !important; color: var(--navy) !important; text-align: center; border-radius: var(--radius); margin-top: 12px; padding: 12px 16px !important; display: block; width: 100%; box-sizing: border-box; }
}

@media (max-width: 768px) {
  .nav-links li:last-child { border-bottom: none; }
  .nav-links li:last-child .nav-cta {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 16px !important;
    margin-top: 12px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .nav-links.open { display: flex !important; }
  .nav-links li { width: 100%; }
  .nav-links li .nav-cta {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }
}
