/* Wabestsolution — Fast. Secure. Maintainable. */
:root {
  --wbs-primary: #0a5f38;
  --wbs-primary-dark: #084d2e;
  --wbs-secondary: #1a1a2e;
  --wbs-accent: #25d366;
  --wbs-light: #f8f9fa;
  --wbs-border: #e9ecef;
}

body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: var(--wbs-secondary); }
h1, h2, h3, .navbar-brand { font-weight: 700; }

/* Header */
.navbar { box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.navbar-brand { color: var(--wbs-primary) !important; font-size: 1.25rem; }
.nav-link { font-weight: 500; color: var(--wbs-secondary) !important; }
.nav-link:hover { color: var(--wbs-primary) !important; }
.btn-whatsapp { background: #25d366; color: #fff !important; border: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 8px; }
.btn-whatsapp:hover { background: #20bd5a; color: #fff; }

/* Buttons */
.btn-primary { background: var(--wbs-primary); border-color: var(--wbs-primary); }
.btn-primary:hover { background: var(--wbs-primary-dark); border-color: var(--wbs-primary-dark); }
.btn-outline-primary { border-color: var(--wbs-primary); color: var(--wbs-primary); }
.btn-outline-primary:hover { background: var(--wbs-primary); color: #fff; }

/* Hero */
.hero-split { min-height: 85vh; align-items: center; }
.hero-split .lead { font-size: 1.1rem; color: #495057; }
.hero-visual { background: var(--wbs-light); border-radius: 16px; padding: 2rem; text-align: center; min-height: 320px; display: flex; align-items: center; justify-content: center; }
.hero-visual-placeholder { color: #adb5bd; font-size: 0.9rem; }

/* Trust strip */
.trust-strip { background: var(--wbs-light); padding: 2rem 0; }
.trust-logo { height: 40px; opacity: .7; filter: grayscale(1); }
.stat-chip { background: #fff; border: 1px solid var(--wbs-border); border-radius: 8px; padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 500; }

/* Cards */
.card { border: 1px solid var(--wbs-border); border-radius: 12px; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.card .list-unstyled li { padding: 0.25rem 0; font-size: 0.9rem; }
.card .list-unstyled li::before { content: "✓ "; color: var(--wbs-primary); font-weight: bold; }

/* Sections */
section { padding: 4rem 0; }
.section-title { margin-bottom: 2.5rem; }
.section-title h2 { font-size: 1.75rem; margin-bottom: 0.5rem; }

/* Why us - icon list */
.why-item { padding: 1rem 0; border-bottom: 1px solid var(--wbs-border); }
.why-item:last-child { border-bottom: none; }
.why-icon { width: 48px; height: 48px; background: rgba(10,95,56,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--wbs-primary); font-size: 1.5rem; }

/* Process steps */
.process-step { text-align: center; padding: 1.5rem; }
.process-step .step-num { width: 56px; height: 56px; background: var(--wbs-primary); color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 1rem; }

/* FAQ */
.accordion-button { font-weight: 600; }
.accordion-button:not(.collapsed) { background: rgba(10,95,56,.08); color: var(--wbs-primary); }
.accordion-button:focus { box-shadow: none; border-color: var(--wbs-border); }

/* Footer */
footer { background: var(--wbs-secondary); color: rgba(255,255,255,.85); padding: 3rem 0 2rem; }
footer a { color: rgba(255,255,255,.8); text-decoration: none; }
footer a:hover { color: #fff; }
footer .footer-title { font-weight: 600; margin-bottom: 1rem; font-size: 0.95rem; }

/* CTA banner */
.cta-banner { background: linear-gradient(135deg, var(--wbs-primary) 0%, var(--wbs-primary-dark) 100%); color: #fff; padding: 3rem 0; border-radius: 16px; }

/* Table */
.table-compare th, .table-compare td { vertical-align: middle; }
.table-compare thead th { background: var(--wbs-light); font-weight: 600; }

/* Form */
.form-control:focus, .form-select:focus { border-color: var(--wbs-primary); box-shadow: 0 0 0 0.2rem rgba(10,95,56,.2); }
label { font-weight: 500; }

/* Badge */
.badge-popular { background: var(--wbs-primary); font-size: 0.7rem; }

/* Sticky WhatsApp (optional floating) */
.sticky-wa { position: fixed; bottom: 24px; right: 24px; z-index: 1030; }
.sticky-wa .btn { border-radius: 50px; padding: 0.75rem 1.25rem; box-shadow: 0 4px 12px rgba(37,211,102,.4); }
