*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0F2B5B;
  --navy-light: #1a3d7c;
  --orange: #F97316;
  --orange-dark: #ea6a0a;
  --white: #ffffff;
  --off-white: #F8F9FC;
  --gray-100: #f1f3f8;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15,43,91,0.10);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--gray-900); background: var(--white); line-height: 1.6; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(15,43,91,0.97); backdrop-filter: blur(8px);
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between;
  height: 68px; box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 38px; height: 38px; background: var(--orange); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.logo-icon svg { width: 22px; height: 22px; fill: white; }
.logo-text { font-size: 1.35rem; font-weight: 800; color: var(--white); letter-spacing: -0.5px; }
.logo-text span { color: var(--orange); }

nav ul { list-style: none; display: flex; gap: 24px; align-items: center; }
nav ul li { position: relative; }
nav ul li a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
nav ul li a:hover { color: var(--orange); }

/* Dropdown */
.has-dropdown { position: relative; }
.has-dropdown > a::after { content: ' ▾'; font-size: 0.75rem; transition: transform 0.2s; display: inline-block; }
.has-dropdown.open > a::after { transform: rotate(180deg); }
.dropdown {
  display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  background: var(--navy); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px; padding: 8px 0; min-width: 210px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4); flex-direction: column; gap: 0;
  margin-top: 0; padding-top: 20px; z-index: 200;
}
/* transparent bridge so hover doesn't break when moving mouse to dropdown */
.dropdown::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.has-dropdown:hover .dropdown,
.has-dropdown.open .dropdown { display: flex; }
.dropdown li a { display: block; padding: 11px 18px; font-size: 0.87rem; white-space: nowrap; color: rgba(255,255,255,0.85); transition: all 0.15s; }
.dropdown li a:hover { background: rgba(249,115,22,0.18); color: var(--orange); padding-left: 22px; }

/* ── SERVICE CARD PHOTO BAND ── */
.service-card { display: flex; flex-direction: column; }
.service-card-photo { height: 180px; border-radius: var(--radius) var(--radius) 0 0; margin: -32px -32px 24px; overflow: hidden; }
.service-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.service-card:hover .service-card-photo img { transform: scale(1.06); }
.service-card .learn-more { margin-top: auto; }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--off-white); }
.testimonials-header { text-align: center; margin-bottom: 52px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.testi-card { background: white; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid transparent; transition: all 0.25s; position: relative; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,43,91,0.12); border-color: rgba(249,115,22,0.15); }
.testi-stars { color: #f59e0b; font-size: 1rem; letter-spacing: 2px; margin-bottom: 14px; }
.testi-quote { font-size: 0.92rem; color: var(--gray-700); line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: white; flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 0.9rem; color: var(--navy); }
.testi-role { font-size: 0.8rem; color: var(--gray-500); margin-top: 2px; }
.testi-badge { position: absolute; top: 20px; right: 20px; background: rgba(249,115,22,0.1); color: var(--orange); font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; letter-spacing: 0.5px; }

.nav-cta {
  background: var(--orange) !important; color: white !important;
  padding: 9px 22px !important; border-radius: 8px; font-weight: 600 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--orange-dark) !important; color: white !important; }

/* ─── HERO ─── */
.hero {
  min-height: 0;
  background: linear-gradient(135deg, var(--navy) 0%, #1a3d7c 60%, #0d2348 100%);
  display: flex; align-items: center; padding: 140px 5% 100px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; max-width: 620px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(249,115,22,0.18); border: 1px solid rgba(249,115,22,0.4);
  color: var(--orange); font-size: 0.82rem; font-weight: 600;
  padding: 6px 14px; border-radius: 50px; margin-bottom: 24px; letter-spacing: 0.3px;
}
.hero-badge::before {
  content: ''; width: 7px; height: 7px; background: var(--orange); border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }

.hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; color: var(--white); line-height: 1.12; letter-spacing: -1.5px; margin-bottom: 20px; }
.hero h1 span { color: var(--orange); }
.hero p { font-size: 1.08rem; color: rgba(255,255,255,0.72); max-width: 480px; margin-bottom: 36px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-visual { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 16px; }
.stat-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 20px 28px; text-align: center; backdrop-filter: blur(10px); min-width: 170px; }
.stat-card .num { font-size: 2.2rem; font-weight: 900; color: var(--orange); line-height: 1; }
.stat-card .label { font-size: 0.8rem; color: rgba(255,255,255,0.65); font-weight: 500; margin-top: 4px; }

/* ─── BUTTONS ─── */
.btn-primary {
  background: var(--orange); color: white; padding: 14px 30px;
  border-radius: var(--radius); font-weight: 700; font-size: 1rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 20px rgba(249,115,22,0.4); transition: all 0.2s;
}
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(249,115,22,0.45); }
.btn-secondary { background: transparent; color: white; padding: 14px 28px; border-radius: var(--radius); font-weight: 600; font-size: 1rem; text-decoration: none; border: 1.5px solid rgba(255,255,255,0.3); transition: all 0.2s; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.07); }
.btn-navy { background: var(--navy); color: white; padding: 14px 30px; border-radius: var(--radius); font-weight: 700; font-size: 1rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.btn-navy:hover { background: var(--navy-light); transform: translateY(-2px); }

/* ─── SECTION BASE ─── */
section { padding: 88px 5%; }
.section-tag { font-size: 0.78rem; font-weight: 700; color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--navy); letter-spacing: -0.8px; line-height: 1.2; margin-bottom: 16px; }
.section-sub { font-size: 1rem; color: var(--gray-500); max-width: 520px; line-height: 1.75; }

/* ─── SERVICES ─── */
.services { background: var(--off-white); }
.services-header { text-align: center; margin-bottom: 56px; }
.services-header .section-sub { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.service-card { background: var(--white); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); transition: all 0.25s; border: 1px solid transparent; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(15,43,91,0.13); border-color: rgba(249,115,22,0.15); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; background: rgba(249,115,22,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.service-icon svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.12rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.7; margin-bottom: 16px; }
.service-card a.learn-more { font-size: 0.88rem; font-weight: 600; color: var(--orange); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s; }
.service-card a.learn-more:hover { gap: 8px; }

/* ─── INCLUDED SECTION ─── */
.included { background: var(--white); }
.included-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; margin-top: 40px; }
.included-item { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: var(--off-white); border-radius: var(--radius); }
.included-check { width: 32px; height: 32px; background: rgba(249,115,22,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.included-check svg { width: 16px; height: 16px; stroke: var(--orange); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.included-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.included-item p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.6; }

/* ─── HOW IT WORKS ─── */
.how-it-works { background: var(--off-white); }
.how-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.steps { display: flex; flex-direction: column; gap: 28px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num { width: 44px; height: 44px; flex-shrink: 0; background: var(--navy); color: white; font-size: 0.95rem; font-weight: 800; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.step-num.active { background: var(--orange); }
.step-body h4 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-body p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.7; }
.how-visual { background: linear-gradient(145deg, var(--navy), #1a3d7c); border-radius: 20px; padding: 44px; color: white; display: flex; flex-direction: column; gap: 22px; }
.hw-title { font-size: 1.3rem; font-weight: 800; color: white; margin-bottom: 4px; }
.hw-sub { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.progress-item { display: flex; flex-direction: column; gap: 8px; }
.progress-label { display: flex; justify-content: space-between; font-size: 0.82rem; font-weight: 600; color: rgba(255,255,255,0.85); }
.progress-bar { height: 8px; background: rgba(255,255,255,0.12); border-radius: 50px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--orange); border-radius: 50px; }

/* ─── WHY US ─── */
.why-us { background: var(--navy); }
.why-us .section-title { color: white; }
.why-us .section-tag { color: var(--orange); }
.why-us .section-sub { color: rgba(255,255,255,0.6); }
.why-header { margin-bottom: 56px; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 28px; transition: all 0.25s; }
.why-card:hover { background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.3); }
.why-icon { width: 46px; height: 46px; background: rgba(249,115,22,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-icon svg { width: 24px; height: 24px; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.why-card h4 { font-size: 1rem; font-weight: 700; color: white; margin-bottom: 8px; }
.why-card p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ─── STATS BAND ─── */
.stats-band { background: var(--orange); padding: 52px 5%; }
.stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 32px; text-align: center; }
.band-stat .num { font-size: 3rem; font-weight: 900; color: white; line-height: 1; }
.band-stat .lbl { font-size: 0.88rem; color: rgba(255,255,255,0.8); font-weight: 600; margin-top: 4px; }

/* ─── CTA ─── */
.cta-section { background: var(--off-white); text-align: center; padding: 96px 5%; }
.cta-box { max-width: 640px; margin: 0 auto; }
.cta-box .section-title { margin-bottom: 16px; }
.cta-box .section-sub { margin: 0 auto 36px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ─── */
footer { background: #091d3e; padding: 40px 5%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-logo .logo-text { font-size: 1.15rem; }
footer p { color: rgba(255,255,255,0.4); font-size: 0.82rem; }
footer a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.82rem; margin-left: 20px; transition: color 0.2s; }
footer a:hover { color: var(--orange); }

/* ─── FLOATING WHATSAPP ─── */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); transition: all 0.3s; text-decoration: none; animation: floatPulse 2s ease-in-out infinite; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.6); }
.whatsapp-float svg { width: 32px; height: 32px; fill: white; }
@keyframes floatPulse { 0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,0.7); } }

/* ─── HAMBURGER ─── */
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 201; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: white; margin: 5px 0; border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
.mobile-overlay { display: none; position: fixed; inset: 0; z-index: 199; background: rgba(15,43,91,0.98); flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.mobile-overlay.show { display: flex; }
.mobile-overlay a { color: white; text-decoration: none; font-size: 1.3rem; font-weight: 600; padding: 10px 24px; transition: color 0.2s; }
.mobile-overlay a:hover { color: var(--orange); }
.mobile-overlay .nav-cta-mobile { background: var(--orange); border-radius: 10px; padding: 14px 32px; margin-top: 10px; font-weight: 700; }

/* ─── PAGE HERO (service pages) ─── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, #1a3d7c 60%, #0d2348 100%);
  padding: 130px 5% 80px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-hero .hero-content { position: relative; z-index: 1; max-width: 680px; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 900; color: var(--white); line-height: 1.15; letter-spacing: -1.2px; margin-bottom: 20px; }
.page-hero h1 span { color: var(--orange); }
.page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 540px; margin-bottom: 36px; line-height: 1.75; }

/* ─── INCLUDED ICON ─── */
.included-icon { font-size: 1.6rem; flex-shrink: 0; line-height: 1; margin-top: 2px; }
.included-item strong { display: block; font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }

/* ─── STEP ALIASES ─── */
.step-title { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-desc { font-size: 0.88rem; color: var(--gray-500); line-height: 1.7; }

/* ─── TRUST CARDS (service page how-it-works) ─── */
.trust-card { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 20px; transition: background 0.2s; }
.trust-card:hover { background: rgba(249,115,22,0.12); border-color: rgba(249,115,22,0.25); }
.trust-icon { font-size: 1.5rem; flex-shrink: 0; }
.trust-title { font-size: 0.95rem; font-weight: 700; color: white; margin-bottom: 4px; }
.trust-desc { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

/* ─── FAQ ─── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border-radius: var(--radius); border: 1px solid var(--gray-300); overflow: hidden; }
.faq-q { padding: 18px 20px; font-weight: 600; font-size: 0.95rem; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-q::after { content: '+'; font-size: 1.3rem; color: var(--orange); font-weight: 400; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; padding: 0 20px; font-size: 0.9rem; color: var(--gray-500); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 20px 18px; }

/* ─── FOOTER LINKS ─── */
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--orange); }

/* ─── FOOTER (multi-col service pages) ─── */
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; max-width: 1100px; margin: 0 auto; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-bottom { text-align: center; padding-top: 24px; font-size: 0.82rem; color: rgba(255,255,255,0.3); }
footer { background: #091d3e; padding: 56px 5% 32px; }

/* ─── CTA SECTION (service pages) ─── */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, #1a3d7c 100%); text-align: center; padding: 96px 5%; color: white; }
.cta-section h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; color: white; margin-bottom: 16px; letter-spacing: -0.6px; }
.cta-section p { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 500px; margin: 0 auto 36px; line-height: 1.7; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .hero-visual { display: none; }
  .how-inner { grid-template-columns: 1fr; gap: 40px; }
  nav ul { display: none; }
  .hamburger { display: block; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  section { padding: 64px 5%; }
  .hero h1 { letter-spacing: -0.8px; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .included-grid { grid-template-columns: 1fr; }
}

/* ─── GUIDE / ARTICLE PAGES ─── */
.guide { background: var(--white); padding-top: 64px; }
.guide-wrap { max-width: 820px; margin: 0 auto; }
.breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); }
.guide-byline { font-size: 0.85rem; color: var(--gray-500); margin: 6px 0 22px; }
.answer-box { background: rgba(249,115,22,0.08); border-left: 4px solid var(--orange); border-radius: 8px; padding: 20px 24px; margin: 0 0 22px; font-size: 1.02rem; color: var(--gray-900); line-height: 1.75; }
.guide-disclaimer { font-size: 0.85rem; color: var(--gray-500); font-style: italic; margin-bottom: 28px; }
.guide-toc { background: var(--off-white); border-radius: var(--radius); padding: 16px 22px; margin-bottom: 36px; }
.guide-toc strong { color: var(--navy); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.guide-toc a { display: inline-block; color: var(--gray-700); text-decoration: none; font-size: 0.9rem; margin: 6px 14px 0 0; }
.guide-toc a:hover { color: var(--orange); }
.guide-body h2 { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin: 42px 0 14px; letter-spacing: -0.4px; scroll-margin-top: 88px; }
.guide-body h3 { font-size: 1.15rem; font-weight: 700; color: var(--navy); margin: 28px 0 10px; }
.guide-body p { font-size: 1rem; color: var(--gray-700); line-height: 1.8; margin-bottom: 16px; }
.guide-body ul { margin: 0 0 18px 22px; color: var(--gray-700); line-height: 1.8; }
.guide-body li { margin-bottom: 7px; }
.guide-body a { color: var(--orange); text-decoration: none; font-weight: 600; }
.guide-body a:hover { text-decoration: underline; }
.guide-table { width: 100%; border-collapse: collapse; margin: 10px 0 26px; font-size: 0.92rem; box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.guide-table th { background: var(--navy); color: #fff; text-align: left; padding: 12px 16px; font-weight: 600; font-size: 0.88rem; }
.guide-table td { padding: 12px 16px; border-top: 1px solid var(--gray-100); color: var(--gray-700); }
.guide-table tr:nth-child(even) td { background: var(--off-white); }
.guide-note { background: rgba(249,115,22,0.06); border-radius: 8px; padding: 12px 16px; font-size: 0.86rem; color: var(--gray-700); margin: 0 0 26px; }
.guide-figure { margin: 10px 0 28px; }
.guide-figure img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.guide-figure figcaption { font-size: 0.82rem; color: var(--gray-500); margin-top: 8px; text-align: center; }
@media (max-width: 600px) {
  .guide-table { font-size: 0.82rem; }
  .guide-table th, .guide-table td { padding: 9px 10px; }
}

/* ─── BLOG / GUIDES HUB (Gojek-style cards) ─── */
.blog-featured { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 44px; border: 1px solid transparent; transition: all 0.25s; text-decoration: none; }
.blog-featured:hover { box-shadow: 0 18px 44px rgba(15,43,91,0.15); border-color: rgba(249,115,22,0.18); }
.blog-featured img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.blog-featured-body { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.blog-cat { display: inline-block; background: rgba(249,115,22,0.1); color: var(--orange); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px; width: fit-content; }
.blog-featured-body h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.5px; }
.blog-featured-body p { color: var(--gray-500); font-size: 0.96rem; line-height: 1.7; margin-bottom: 18px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); text-decoration: none; display: flex; flex-direction: column; transition: all 0.25s; border: 1px solid transparent; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(15,43,91,0.14); border-color: rgba(249,115,22,0.18); }
.blog-thumb { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; display: block; }
.blog-card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card-body h3 { font-size: 1.12rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 8px; }
.blog-card-body p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.blog-meta { font-size: 0.78rem; color: var(--gray-500); display: flex; gap: 8px; align-items: center; margin-top: auto; }
.blog-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gray-300); }
.blog-readmore { color: var(--orange); font-weight: 700; }
@media (max-width: 780px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured img { min-height: 200px; }
  .blog-featured-body { padding: 28px; }
}

/* --- Blog guide left sidebar (category navigation) --- */
.guide-layout { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 244px minmax(0,1fr); gap: 40px; align-items: start; }
.guide-layout .guide-wrap { margin: 0; max-width: 820px; }
.guide-sidebar { position: sticky; top: 88px; align-self: start; max-height: calc(100vh - 104px); overflow-y: auto; }
.gs { border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 8px 14px 12px; background: var(--white); }
.gs > summary { list-style: none; cursor: pointer; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; color: var(--navy); padding: 6px 0 10px; }
.gs > summary::-webkit-details-marker { display: none; }
.gs-cat { border-top: 1px solid var(--gray-100); }
.gs-cat:first-child { border-top: none; }
.gs-cat > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 6px; padding: 9px 2px; font-size: 0.86rem; font-weight: 600; color: var(--gray-700); line-height: 1.35; }
.gs-cat > summary::-webkit-details-marker { display: none; }
.gs-cat > summary::after { content: "+"; color: var(--gray-500); font-weight: 700; font-size: 1.05rem; flex: none; }
.gs-cat[open] > summary { color: var(--navy); }
.gs-cat[open] > summary::after { content: "\2013"; }
.gs-n { font-size: 0.7rem; color: var(--gray-500); font-weight: 700; margin-left: auto; background: var(--off-white); border-radius: 10px; padding: 1px 7px; }
.gs-cat ul { list-style: none; margin: 0 0 6px; padding: 0; }
.gs-cat li a { display: block; padding: 5px 8px; color: var(--gray-700); text-decoration: none; font-size: 0.83rem; line-height: 1.4; border-radius: 6px; }
.gs-cat li a:hover { background: var(--off-white); color: var(--orange); }
.gs-cat li a.on { background: rgba(249,115,22,0.12); color: var(--orange-dark); font-weight: 700; }
@media (min-width: 981px) { .gs > summary { pointer-events: none; } }
@media (max-width: 980px) {
  .guide-layout { grid-template-columns: 1fr; gap: 0; }
  .guide-sidebar { position: static; max-height: none; overflow: visible; margin-bottom: 26px; }
  .gs > summary { pointer-events: auto; }
}

/* --- Site search (top-nav icon + ⌘K overlay) --- */
.nav-search-btn { background: none; border: none; color: #fff; cursor: pointer; padding: 7px; display: inline-flex; align-items: center; border-radius: 8px; transition: background .15s; }
.nav-search-btn:hover { background: rgba(255,255,255,0.14); }
.nav-search-mobile { cursor: pointer; }
.cb-search-modal { position: fixed; inset: 0; z-index: 3000; display: none; align-items: flex-start; justify-content: center; background: rgba(15,43,91,0.45); backdrop-filter: blur(3px); padding: 12vh 16px 16px; }
.cb-search-modal.open { display: flex; }
.cb-search-box { width: 100%; max-width: 560px; background: var(--white); border-radius: 14px; box-shadow: 0 24px 60px rgba(0,0,0,0.32); overflow: hidden; }
.cb-search-head { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--gray-300); }
.cb-search-head svg { color: var(--gray-500); flex: none; }
.cb-search-head input { flex: 1; border: none; outline: none; background: none; font-family: inherit; font-size: 1.05rem; color: var(--gray-900); }
.cb-search-head kbd { font-size: 0.68rem; color: var(--gray-500); border: 1px solid var(--gray-300); border-bottom-width: 2px; border-radius: 5px; padding: 2px 6px; flex: none; }
.cb-search-results { max-height: 56vh; overflow-y: auto; }
.cb-sr { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 16px; text-decoration: none; border-bottom: 1px solid var(--gray-100); }
.cb-sr:last-child { border-bottom: none; }
.cb-sr-t { color: var(--navy); font-weight: 600; font-size: 0.92rem; line-height: 1.35; }
.cb-sr-c { color: var(--gray-500); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; flex: none; }
.cb-sr.on, .cb-sr:hover { background: var(--off-white); }
.cb-sr.on .cb-sr-t { color: var(--orange-dark); }
.cb-sr-none { padding: 18px 16px; color: var(--gray-500); font-size: 0.9rem; }
@media (max-width: 600px) { .cb-search-modal { padding: 8vh 10px 10px; } }

/* --- Mobile: wide comparison tables scroll horizontally instead of clipping --- */
@media (max-width: 760px) {
  .guide-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}
