/* ============================================
   BYTEHARVEST SERVICES — GLOBAL STYLESHEET
   Brand: Navy #2B4478 | Olive #7A9A2E
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --navy:    #2B4478;
  --navy-dk: #1e3260;
  --navy-lt: #3d5a9e;
  --olive:   #7A9A2E;
  --olive-dk:#5e7a1f;
  --olive-lt:#9bbf3a;
  --olive-bg:#f0f5e6;
  --navy-bg: #eef1f8;
  --white:   #ffffff;
  --black:   #0d0d0d;
  --gray-50: #f8f8f7;
  --gray-100:#f0efea;
  --gray-200:#e2e1da;
  --gray-400:#9a9990;
  --gray-600:#5c5b55;
  --gray-800:#2c2b27;
  --radius-sm:6px;
  --radius-md:12px;
  --radius-lg:20px;
  --shadow-sm:0 1px 4px rgba(43,68,120,0.08);
  --shadow-md:0 4px 20px rgba(43,68,120,0.12);
  --shadow-lg:0 8px 40px rgba(43,68,120,0.16);
}
body { font-family: 'Inter', sans-serif; color: var(--black); background: var(--white); line-height: 1.7; font-size: 16px; }
h1,h2,h3,h4,h5 { font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: rgba(255,255,255,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid var(--gray-200); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-logo img { height: 44px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 8px; }
.nav-menu a { font-size: 14px; font-weight: 500; color: var(--gray-600); padding: 8px 14px; border-radius: var(--radius-sm); transition: all 0.2s; }
.nav-menu a:hover, .nav-menu a.active { color: var(--navy); background: var(--navy-bg); }
.nav-menu .has-dropdown { position: relative; }
.nav-menu .has-dropdown > a::after { content: ' ▾'; font-size: 11px; }
.dropdown { display: none; position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); box-shadow: var(--shadow-md); min-width: 240px; padding: 8px; z-index: 100; }
.has-dropdown:hover .dropdown { display: block; }
.dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: var(--radius-sm); font-size: 14px; color: var(--gray-600); transition: all 0.2s; }
.dropdown a:hover { background: var(--olive-bg); color: var(--olive-dk); }
.dropdown a .d-icon { font-size: 18px; width: 28px; }
.nav-cta { background: var(--navy) !important; color: var(--white) !important; padding: 10px 22px !important; border-radius: var(--radius-sm) !important; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--olive) !important; }

/* HERO */
.hero { padding: 140px 24px 100px; background: linear-gradient(135deg, #f0f3fa 0%, #f5f8ee 100%); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--olive-bg); color: var(--olive-dk); font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 100px; margin-bottom: 24px; border: 1px solid rgba(122,154,46,0.3); }
.hero-badge span { width: 6px; height: 6px; background: var(--olive); border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.hero h1 { font-size: clamp(38px, 5vw, 62px); font-weight: 800; color: var(--navy); letter-spacing: -1.5px; margin-bottom: 20px; line-height: 1.05; }
.hero h1 em { font-style: normal; color: var(--olive); }
.hero-desc { font-size: 18px; color: var(--gray-600); max-width: 480px; margin-bottom: 36px; line-height: 1.7; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary { background: var(--navy); color: var(--white); padding: 14px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; border: none; cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--navy-dk); color: var(--white); }
.btn-olive { background: var(--olive); color: var(--white); padding: 14px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; border: none; cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.2s; display: inline-block; }
.btn-olive:hover { background: var(--olive-dk); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); padding: 14px 30px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; border: 2px solid var(--navy); cursor: pointer; font-family: 'Inter', sans-serif; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.hero-stats { display: flex; gap: 36px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--gray-200); flex-wrap: wrap; }
.stat .num { font-size: 34px; font-weight: 800; color: var(--navy); letter-spacing: -1px; font-family: 'Plus Jakarta Sans', sans-serif; }
.stat .lbl { font-size: 13px; color: var(--gray-400); margin-top: 2px; }
.hero-visual { position: relative; }
.hero-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); }
.hero-card-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.hdr-title { font-size: 13px; font-weight: 600; color: var(--gray-600); }
.live { display: inline-flex; align-items: center; gap: 5px; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; }
.live-dot { width: 5px; height: 5px; background: #22c55e; border-radius: 50%; animation: blink 1.5s infinite; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.metric { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 18px; }
.metric .val { font-size: 26px; font-weight: 800; color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; }
.metric .desc { font-size: 12px; color: var(--gray-400); margin-top: 3px; }
.metric .delta { font-size: 12px; font-weight: 600; color: #16a34a; margin-top: 5px; }
.bars { display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: flex; align-items: center; gap: 10px; }
.bar-lbl { font-size: 12px; color: var(--gray-600); width: 80px; flex-shrink: 0; }
.bar-track { flex: 1; height: 6px; background: var(--gray-200); border-radius: 3px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 3px; }
.bar-pct { font-size: 12px; font-weight: 600; color: var(--navy); width: 34px; text-align: right; }
.float-tag { position: absolute; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 10px 16px; font-size: 13px; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-md); }

/* PAGE HEADERS */
.page-hero { padding: 130px 24px 72px; text-align: center; }
.page-hero.navy { background: var(--navy); color: var(--white); }
.page-hero.olive { background: linear-gradient(135deg, #f0f5e6, #e8f0fb); }
.page-hero .label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; opacity: 0.7; }
.page-hero h1 { font-size: clamp(32px, 5vw, 58px); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 18px; }
.page-hero.navy h1 { color: var(--white); }
.page-hero.olive h1 { color: var(--navy); }
.page-hero p { font-size: 18px; max-width: 600px; margin: 0 auto; }
.page-hero.navy p { color: rgba(255,255,255,0.7); }
.page-hero.olive p { color: var(--gray-600); }

/* SECTIONS */
.section { padding: 88px 24px; }
.section.bg-light { background: var(--gray-50); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.section.bg-navy { background: var(--navy); }
.section.bg-olive-light { background: var(--olive-bg); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--olive); margin-bottom: 14px; }
.section-label.white { color: rgba(255,255,255,0.6); }
.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--navy); letter-spacing: -1px; margin-bottom: 16px; }
.section-title.white { color: var(--white); }
.section-sub { font-size: 17px; color: var(--gray-600); max-width: 580px; line-height: 1.7; }
.section-sub.white { color: rgba(255,255,255,0.65); }
.section-hdr { margin-bottom: 56px; }
.section-hdr.center { text-align: center; }
.section-hdr.center .section-sub { margin: 0 auto; }

/* MARQUEE */
.marquee { padding: 28px 0; background: var(--navy); overflow: hidden; }
.marquee-track { display: flex; gap: 56px; animation: scroll 25s linear infinite; white-space: nowrap; }
@keyframes scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.marquee-item { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: 1.5px; text-transform: uppercase; flex-shrink: 0; }
.marquee-dot { color: var(--olive-lt); }

/* SERVICE CARDS GRID */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.svc-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 36px 28px; transition: all 0.25s; cursor: pointer; }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: var(--olive); }
.svc-icon { width: 56px; height: 56px; background: var(--olive-bg); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 20px; }
.svc-card h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.svc-card p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--olive); margin-top: 18px; transition: gap 0.2s; }
.svc-link:hover { gap: 10px; }

/* TWO-COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* FEATURE LIST */
.feat-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.feat-item { display: flex; align-items: flex-start; gap: 14px; }
.feat-check { width: 24px; height: 24px; min-width: 24px; background: var(--olive-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--olive-dk); margin-top: 1px; }
.feat-item p { font-size: 15px; color: var(--gray-600); line-height: 1.6; }

/* PROCESS STEPS */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2px; background: var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
.process-step { background: var(--white); padding: 36px 28px; }
.step-num { font-size: 36px; font-weight: 800; color: var(--olive); font-family: 'Plus Jakarta Sans', sans-serif; opacity: 0.4; margin-bottom: 16px; }
.process-step h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.process-step p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }

/* REVIEWS */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px; }
.stars { color: #f59e0b; font-size: 15px; margin-bottom: 12px; }
.review-text { font-size: 15px; color: var(--gray-600); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; min-width: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--white); }
.reviewer-name { font-size: 14px; font-weight: 700; color: var(--navy); }
.reviewer-role { font-size: 12px; color: var(--gray-400); }

/* WHY ITEMS */
.why-items { display: flex; flex-direction: column; gap: 28px; }
.why-item { display: flex; gap: 18px; }
.why-num { font-size: 13px; font-weight: 800; color: var(--olive); width: 28px; flex-shrink: 0; padding-top: 2px; }
.why-item h4 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.why-item p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }

/* VALUES */
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.value-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 28px; }
.value-icon { font-size: 30px; margin-bottom: 16px; }
.value-card h4 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.value-card p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.team-card { text-align: center; }
.team-avatar { width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; color: var(--white); }
.team-card h4 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.team-card .role { font-size: 13px; color: var(--olive); font-weight: 600; margin-bottom: 8px; }
.team-card .bio { font-size: 14px; color: var(--gray-600); line-height: 1.55; }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.25s; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-thumb { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.blog-body { padding: 24px; }
.blog-meta { display: flex; gap: 12px; margin-bottom: 12px; align-items: center; flex-wrap: wrap; }
.blog-cat { background: var(--olive-bg); color: var(--olive-dk); font-size: 11px; font-weight: 700; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 100px; }
.blog-date { font-size: 12px; color: var(--gray-400); }
.blog-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.35; }
.blog-card p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }
.blog-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--olive); margin-top: 14px; }

/* SERVICE DETAIL PAGE */
.service-detail-hero { padding: 130px 24px 72px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%); color: var(--white); }
.sdh-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sdh-tag { display: inline-block; background: rgba(122,154,46,0.3); color: var(--olive-lt); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 18px; border: 1px solid rgba(122,154,46,0.4); }
.sdh-inner h1 { font-size: clamp(32px, 4.5vw, 52px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 18px; color: var(--white); }
.sdh-inner p { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; }
.sdh-visual { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-lg); padding: 32px; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; }
.contact-info h2 { font-size: 32px; font-weight: 800; color: var(--navy); letter-spacing: -1px; margin-bottom: 12px; }
.contact-info p { font-size: 16px; color: var(--gray-600); line-height: 1.7; margin-bottom: 32px; }
.c-detail { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.c-icon { width: 46px; height: 46px; min-width: 46px; background: var(--olive-bg); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.c-detail h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 3px; }
.c-detail p { font-size: 14px; color: var(--gray-600); }
.contact-form { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 40px; }
.contact-form h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.contact-form .sub { font-size: 14px; color: var(--gray-400); margin-bottom: 28px; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea { width: 100%; background: var(--white); border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); padding: 12px 16px; font-size: 14px; color: var(--black); font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--olive); }
.fg textarea { resize: vertical; min-height: 120px; }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.fg-row .fg { margin-bottom: 0; }
.submit-btn { width: 100%; background: var(--navy); color: var(--white); padding: 15px; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600; border: none; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s; }
.submit-btn:hover { background: var(--olive); }
.success-msg { display: none; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: var(--radius-sm); padding: 14px; text-align: center; font-size: 14px; font-weight: 600; color: #166534; margin-top: 14px; }

/* CTA BAND */
.cta-band { padding: 88px 24px; background: var(--navy); text-align: center; }
.cta-band h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--white); letter-spacing: -1px; margin-bottom: 16px; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 500px; margin: 0 auto 36px; }
.cta-band .btn-olive { font-size: 16px; padding: 16px 40px; }

/* FOOTER */
footer { background: var(--gray-800); color: var(--white); padding: 64px 24px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand img { height: 40px; margin-bottom: 14px; background: white; border-radius: 8px; padding: 6px 10px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 230px; }
.footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--olive-lt); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.4); }
.socials { display: flex; gap: 10px; }
.social { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 15px; transition: background 0.2s; }
.social:hover { background: var(--olive); }

/* RESPONSIVE */
@media(max-width: 960px) {
  .hero-inner, .two-col, .sdh-inner, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual, .sdh-visual { display: none; }
  .two-col.reverse { direction: ltr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 640px) {
  .hero, .section, .page-hero, .service-detail-hero, .cta-band, footer { padding-left: 16px; padding-right: 16px; }
  .hero { padding-top: 110px; padding-bottom: 60px; }
  .footer-top { grid-template-columns: 1fr; }
  .fg-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
  .nav-inner { padding: 0 16px; }
  .nav-menu { gap: 2px; }
  .nav-menu a { padding: 6px 8px; font-size: 13px; }
}

/* ============================================
   FAQ ACCORDION — Dark Theme
   ============================================ */
.faq-section { padding: 88px 24px; background: #1e3260; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #9bbf3a; margin-bottom: 14px; }
.faq-title { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: #ffffff; letter-spacing: -1px; margin-bottom: 12px; }
.faq-sub { font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 48px; line-height: 1.6; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; overflow: hidden; transition: border-color 0.25s, background 0.25s; }
.faq-item.open { border-color: rgba(122,154,46,0.55); background: rgba(255,255,255,0.10); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; cursor: pointer; gap: 16px; }
.faq-q-text { font-size: 16px; font-weight: 700; color: #ffffff; line-height: 1.4; }
.faq-toggle { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: rgba(122,154,46,0.2); border: 1px solid rgba(122,154,46,0.4); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300; color: #9bbf3a; transition: all 0.25s; flex-shrink: 0; cursor: pointer; }
.faq-item.open .faq-toggle { background: rgba(122,154,46,0.35); border-color: #7A9A2E; color: #c8e06a; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.38s ease, padding 0.25s ease; }
.faq-a-inner { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 24px 22px; margin: 0 0; }
.faq-item.open .faq-a { max-height: 420px; }

/* ===== Scroll reveal animations ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.reveal-left  { transform: translateX(-42px); }
.reveal.reveal-right { transform: translateX(42px); }
.reveal.reveal-scale { transform: scale(0.94); }
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===== Blog category filters ===== */
.blog-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-btn {
  background: transparent; color: var(--gray-600);
  border: 1px solid var(--gray-200);
  padding: 8px 18px; border-radius: 100px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.filter-btn:hover { border-color: var(--navy); color: var(--navy); }
.filter-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); font-weight: 600; }

/* ============================================
   MOBILE NAVIGATION + RESPONSIVE REFINEMENTS
   ============================================ */
html, body { overflow-x: hidden; max-width: 100%; }

/* Hamburger button (hidden on desktop) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; background: transparent; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy);
  border-radius: 2px; transition: transform 0.3s ease, opacity 0.25s ease; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-menu {
    position: fixed; top: 70px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow-md); padding: 12px 16px 22px;
    max-height: calc(100vh - 70px); overflow-y: auto;
    transform: translateY(-14px); opacity: 0; visibility: hidden;
    transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
  }
  .nav.open .nav-menu { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-menu li { width: 100%; }
  .nav-menu a { display: block; padding: 13px 14px; font-size: 15px; border-radius: var(--radius-sm); }
  .nav-menu .has-dropdown > a::after { content: ''; }
  /* Show service links inline within the mobile panel */
  .dropdown { display: block; position: static; box-shadow: none; border: none;
    min-width: 0; padding: 2px 0 6px 10px; margin: 0; background: transparent; }
  .dropdown a { padding: 11px 14px; font-size: 14px; color: var(--gray-600); }
  .nav-cta { display: block !important; text-align: center; margin-top: 8px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .page-hero { padding-top: 110px; padding-bottom: 56px; }
  .page-hero p, .hero-desc, .section-sub { font-size: 16px; }
  .contact-form { padding: 24px 20px; }
  .contact-info h2 { font-size: 26px; }
  .hero-stats { gap: 24px 28px; }
  .stat .num { font-size: 28px; }
  .cta-band { padding: 64px 16px; }
  .faq-section { padding: 60px 16px; }
  .faq-q { padding: 18px 18px; }
  .faq-q-text { font-size: 15px; }
  .marquee-track { gap: 36px; }
  .blog-thumb { height: 170px; font-size: 40px; }
}

@media (max-width: 380px) {
  .hero h1 { letter-spacing: -1px; }
  .hero-btns { gap: 10px; }
  .btn-primary, .btn-olive, .btn-outline { width: 100%; text-align: center; }
}
