/* Singapore Maxim88 — Full Stylesheet */
/* Font: IBM Plex Sans via Google Fonts loaded in HTML */

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 16px; line-height: 1.7; color: #1a2a1a; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: #19723c; text-decoration: none; transition: color 0.2s; }
a:hover { color: #125c30; }

/* === SKIP LINK === */
.skip-link { position: absolute; top: -100%; left: 1rem; background: #19723c; color: #fff; padding: 0.5rem 1rem; border-radius: 6px; z-index: 1000; font-weight: 600; }
.skip-link:focus { top: 1rem; }

/* === NAVIGATION === */
.site-header { background: #125c30; padding: 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(25,114,60,0.3); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; min-height: 64px; }
.logo { font-size: 1.4rem; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: -0.02em; }
.logo span { color: #19723c; font-weight: 400; }
.nav-links { display: flex; list-style: none; gap: 0.25rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.88); font-weight: 500; font-size: 0.9rem; text-decoration: none; padding: 0.5rem 0.75rem; border-bottom: 2px solid transparent; transition: border-color 0.2s, color 0.2s; }
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: #fff; border-bottom-color: #19723c; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.5rem; color: #fff; cursor: pointer; padding: 0.5rem; }

/* === HERO === */
.hero { background: linear-gradient(135deg, #19723c 0%, #125c30 50%, #0e4825 100%); color: #fff; padding: 5rem 1.5rem 4rem; text-align: center; }
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; letter-spacing: -0.02em; }
.hero p { font-size: 1.15rem; opacity: 0.9; margin-bottom: 2rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.hero .cta-btn { font-size: 1.05rem; }

/* === STATS BAR === */
.stats-bar { background: #fff; border-bottom: 3px solid #19723c; }
.stats-inner { max-width: 1280px; margin: 0 auto; padding: 1.5rem; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { font-size: 1.6rem; font-weight: 700; color: #19723c; display: block; }
.stat-label { font-size: 0.85rem; color: #555; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }

/* === SECTIONS === */
.section { padding: 4rem 1.5rem; }
.section-inner { max-width: 1280px; margin: 0 auto; }
.section--navy { background: #125c30; color: #fff; }
.section--navy a { color: #7ed9a0; }
.section--navy .card { color: #1a2a1a; }
.section--green { background: #19723c; color: #fff; }
.section--offwhite { background: #F0F5F0; }
.section--white { background: #fff; }
.section-title { font-size: 1.9rem; font-weight: 700; margin-bottom: 1.5rem; letter-spacing: -0.01em; }
.section-title--center { text-align: center; }
.section-subtitle { font-size: 1.05rem; color: #555; max-width: 680px; margin: -0.5rem auto 2rem; text-align: center; }

/* === CTA BUTTON === */
.cta-btn { display: inline-block; background: #19723c; color: #fff; padding: 0.875rem 2.25rem; border-radius: 6px; font-weight: 600; text-decoration: none; transition: background 0.2s, transform 0.1s; border: none; cursor: pointer; font-family: inherit; font-size: 1rem; }
.cta-btn:hover { background: #156835; color: #fff; transform: translateY(-1px); }
.cta-btn--navy { background: #125c30; }
.cta-btn--navy:hover { background: #0e4825; color: #fff; }
.cta-btn--outline { background: transparent; border: 2px solid #19723c; color: #19723c; }
.cta-btn--outline:hover { background: #19723c; color: #fff; }

/* === CARDS === */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.card { background: #fff; border-left: 4px solid #19723c; border-radius: 4px; padding: 1.75rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); transition: box-shadow 0.2s; }
.card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.card h3 { font-size: 1.15rem; font-weight: 600; color: #125c30; margin-bottom: 0.5rem; }
.card p { font-size: 0.95rem; color: #444; margin-bottom: 1rem; }
.card a { font-weight: 600; color: #19723c; }
.card a:hover { text-decoration: underline; }

/* === BREADCRUMBS === */
.breadcrumb { max-width: 1280px; margin: 0 auto; padding: 1rem 1.5rem 0; font-size: 0.85rem; }
.breadcrumb a { color: #19723c; }
.breadcrumb span { color: #777; }

/* === CONTENT === */
.content-wrap { max-width: 880px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
.content-wrap h1 { font-size: 2.2rem; font-weight: 700; color: #125c30; margin-bottom: 1rem; line-height: 1.25; }
.content-wrap h2 { font-size: 1.5rem; font-weight: 600; color: #125c30; margin: 2.5rem 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 2px solid #F0F5F0; }
.content-wrap h3 { font-size: 1.2rem; font-weight: 600; color: #1a2a1a; margin: 1.5rem 0 0.5rem; }
.content-wrap p { margin-bottom: 1rem; }
.content-wrap ul, .content-wrap ol { margin: 0.5rem 0 1.5rem 1.5rem; }
.content-wrap li { margin-bottom: 0.35rem; }

/* === DATA TABLE === */
.data-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; }
.data-table th { background: #19723c; color: #fff; text-align: left; padding: 0.75rem 1rem; font-weight: 600; }
.data-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e8e8f0; }
.data-table tr:nth-child(even) td { background: #F0F5F0; }

/* === RATING BOX === */
.rating-box { background: #F5F5FA; border-left: 4px solid #19723c; padding: 1.5rem; border-radius: 4px; margin: 1.5rem 0; text-align: center; }
.rating-score { font-size: 3rem; font-weight: 700; color: #19723c; }
.rating-label { font-size: 0.9rem; color: #555; }

/* === PROS/CONS === */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.5rem 0; }
.pros h4, .cons h4 { font-weight: 600; margin-bottom: 0.5rem; }
.pros h4 { color: #19723c; }
.cons h4 { color: #cc3333; }
.pros ul, .cons ul { list-style: none; padding: 0; }
.pros li::before { content: "✓ "; color: #19723c; font-weight: 700; }
.cons li::before { content: "✗ "; color: #cc3333; font-weight: 700; }

/* === FAQ === */
.faq-item { border: 1px solid #e0e8e0; border-radius: 4px; margin-bottom: 0.75rem; overflow: hidden; }
.faq-question { width: 100%; background: #fff; border: none; padding: 1.25rem 1.5rem; text-align: left; font-size: 1rem; font-weight: 600; color: #125c30; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; }
.faq-question:hover { background: #F0F5F0; }
.faq-question::after { content: "+"; font-size: 1.4rem; font-weight: 300; color: #19723c; transition: transform 0.2s; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 1.5rem 1.25rem; color: #444; line-height: 1.7; }
.faq-item.active .faq-answer { display: block; }

/* === STEPS === */
.steps { counter-reset: step; margin: 1.5rem 0; }
.step { counter-increment: step; display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.step::before { content: counter(step); background: #19723c; color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; }
.step-content h3 { font-size: 1.05rem; color: #125c30; margin-bottom: 0.25rem; }
.step-content p { font-size: 0.95rem; color: #444; }

/* === CTA BANNER === */
.cta-banner { background: linear-gradient(135deg, #19723c, #125c30); color: #fff; padding: 3rem 1.5rem; text-align: center; border-radius: 6px; margin: 2rem 0; }
.cta-banner h2 { font-size: 1.6rem; margin-bottom: 0.75rem; color: #fff; border-bottom: none; }
.cta-banner p { opacity: 0.9; margin-bottom: 1.5rem; max-width: 520px; margin-left: auto; margin-right: auto; }

/* === FOOTER === */
.site-footer { background: #0e4825; color: rgba(255,255,255,0.8); padding: 3rem 1.5rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer-brand .logo { font-size: 1.3rem; display: inline-block; margin-bottom: 0.75rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.6; max-width: 380px; }
.footer-links h4 { color: #19723c; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; }
.footer-links ul { list-style: none; }
.footer-links a { color: rgba(255,255,255,0.75); font-size: 0.9rem; display: block; padding: 0.2rem 0; }
.footer-links a:hover { color: #19723c; }
.footer-disclaimer { max-width: 1280px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.15); font-size: 0.8rem; line-height: 1.6; opacity: 0.7; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #125c30; flex-direction: column; padding: 1rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.15); }
  .nav-links.active { display: flex; }
  .nav-links a { padding: 0.6rem 0; }
  .hero h1 { font-size: 1.9rem; }
  .hero { padding: 3rem 1.5rem; }
  .stats-inner { gap: 1.5rem; }
  .stat-number { font-size: 1.3rem; }
  .section { padding: 2.5rem 1.5rem; }
  .section-title { font-size: 1.5rem; }
  .card-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
  .content-wrap h1 { font-size: 1.7rem; }
  .data-table { font-size: 0.85rem; }
  .data-table th, .data-table td { padding: 0.5rem 0.6rem; }
}
