 :root {
      --green: #1a7c4e;
      --green-dark: #145f3b;
      --green-light: #e8f5ee;
      --green-mid: #2a9d65;
      --yellow: #f5a623;
      --yellow-light: #fff8ec;
      --dark: #1a1a2e;
      --dark2: #0d1b2a;
      --text: #3d3d3d;
      --text-light: #6b7280;
      --border: #e5e7eb;
      --white: #ffffff;
      --bg-light: #f8faf9;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      color: var(--text);
      background: #fff;
    }
    h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', sans-serif; }

    /* ===== NAVBAR ===== */
    .navbar {
      padding: 16px 0;
      background: #fff;
      box-shadow: 0 1px 0 var(--border);
      position: sticky; top: 0; z-index: 1000;
    }
    .navbar-brand {
      display: flex; align-items: center; gap: 10px;
      font-family: 'Manrope', sans-serif;
      font-weight: 800; font-size: 1.25rem;
      color: var(--dark) !important;
    }
    .brand-icon {
      width: 38px; height: 38px;
      background: var(--green);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .brand-icon svg { width: 22px; height: 22px; fill: #fff; }
    .brand-sub { font-size: 0.7rem; font-weight: 500; color: var(--text-light); line-height: 1; }
    .navbar-nav .nav-link {
      font-size: 0.9rem; font-weight: 600;
      color: var(--text) !important;
      padding: 6px 14px !important;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover { color: var(--green) !important; }
    .navbar-nav .nav-link.active { border-bottom: 2px solid var(--green); }
    .btn-login {
      border: 1.5px solid var(--border);
      background: transparent;
      color: var(--dark);
      font-weight: 600; font-size: 0.88rem;
      padding: 8px 22px; border-radius: 8px;
    }
    .btn-login:hover { border-color: var(--green); color: var(--green); }
    .btn-getstarted {
      background: var(--green);
      color: #fff !important;
      font-weight: 700; font-size: 0.88rem;
      padding: 9px 22px; border-radius: 8px;
      border: none;
    }
    .btn-getstarted:hover { background: var(--green-dark); }

    /* ===== HERO ===== */
    .hero {
      padding: 70px 0 60px;
      background: #fff;
      position: relative; overflow: hidden;
    }
    .hero-badge {
      display: inline-flex; align-items: center; gap: 7px;
      background: #fff7e6; border: 1px solid #ffe0a0;
      color: #d97706; font-size: 0.78rem; font-weight: 600;
      padding: 5px 14px; border-radius: 20px; margin-bottom: 22px;
    }
    .hero-badge span { width: 7px; height: 7px; background: #f5a623; border-radius: 50%; display: block; }
    .hero h1 {
      font-size: 3rem; font-weight: 800; line-height: 1.15;
      color: var(--dark); margin-bottom: 6px;
    }
    .hero h1 .accent { color: var(--green); }
    .hero p {
      color: var(--text-light); font-size: 1rem;
      max-width: 460px; line-height: 1.7; margin-bottom: 32px;
    }
    .btn-trial {
      background: var(--green); color: #fff;
      font-weight: 700; font-size: 0.92rem;
      padding: 13px 28px; border-radius: 10px;
      display: inline-flex; align-items: center; gap: 8px;
      text-decoration: none; border: none;
    }
    .btn-trial:hover { background: var(--green-dark); color: #fff; }
    .btn-demo {
      background: transparent; color: var(--dark);
      font-weight: 700; font-size: 0.92rem;
      padding: 13px 24px; border-radius: 10px;
      border: 1.5px solid var(--border);
      display: inline-flex; align-items: center; gap: 8px;
      text-decoration: none;
    }
    .btn-demo:hover { border-color: var(--green); color: var(--green); }
    .trusted-row {
      display: flex; align-items: center; gap: 14px;
      margin-top: 32px;
    }
    .trusted-avatars {
      display: flex;
    }
    .trusted-avatars img, .trusted-avatars .av {
      width: 34px; height: 34px; border-radius: 50%;
      border: 2px solid #fff; margin-right: -10px;
      object-fit: cover;
    }
    .trusted-avatars .av {
      background: var(--green);
      color: #fff; font-size: 0.7rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
    }
    .trusted-text { font-size: 0.85rem; color: var(--text-light); font-weight: 500; }
    .trusted-text strong { color: var(--dark); }
    .stars { color: #f5a623; font-size: 0.75rem; }

    /* Dashboard preview card */
    .hero-dashboard {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 8px 48px rgba(0,0,0,0.13);
      overflow: hidden;
      border: 1px solid #eee;
    }
    .db-topbar {
      background: #fff; padding: 12px 18px;
      display: flex; align-items: center; justify-content: space-between;
      border-bottom: 1px solid var(--border);
    }
    .db-topbar .db-title { font-weight: 700; font-size: 0.95rem; color: var(--dark); }
    .db-search {
      background: var(--bg-light); border: 1px solid var(--border);
      border-radius: 8px; padding: 5px 12px;
      font-size: 0.8rem; color: var(--text-light);
      display: flex; align-items: center; gap: 6px;
    }
    .db-user { display: flex; align-items: center; gap: 7px; }
    .db-user .av2 {
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--green); color: #fff;
      font-size: 0.65rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center;
    }
    .db-user-name { font-size: 0.78rem; font-weight: 600; color: var(--dark); }
    .db-user-role { font-size: 0.65rem; color: var(--text-light); }
    .db-body { display: flex; }
    .db-sidebar {
      width: 120px; min-height: 300px;
      background: var(--dark2); padding: 12px 0;
    }
    .db-sidebar .sitem {
      display: flex; align-items: center; gap: 7px;
      padding: 9px 14px; font-size: 0.72rem; font-weight: 600;
      color: rgba(255,255,255,0.55); cursor: pointer;
    }
    .db-sidebar .sitem.active { color: #fff; background: rgba(255,255,255,0.1); }
    .db-sidebar .sitem i { font-size: 0.8rem; }
    .db-content { flex: 1; padding: 14px; background: var(--bg-light); }
    .db-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 14px; }
    .db-stat-card {
      background: #fff; border-radius: 10px; padding: 12px;
      border: 1px solid var(--border);
    }
    .db-stat-card .label { font-size: 0.65rem; color: var(--text-light); margin-bottom: 4px; }
    .db-stat-card .val { font-size: 1.1rem; font-weight: 800; color: var(--dark); }
    .db-stat-card .sub { font-size: 0.6rem; color: var(--green); font-weight: 600; }
    .db-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
    .db-chart-card {
      background: #fff; border-radius: 10px; padding: 12px;
      border: 1px solid var(--border);
    }
    .db-chart-card .ctitle { font-size: 0.72rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .chart-bars { display: flex; align-items: flex-end; gap: 4px; height: 55px; }
    .chart-bars .bar { flex: 1; border-radius: 3px 3px 0 0; background: var(--green); opacity: 0.7; }
    .donut-wrap { display: flex; align-items: center; gap: 10px; }
    .donut {
      width: 60px; height: 60px;
      border-radius: 50%;
      background: conic-gradient(#1a7c4e 0% 70%, #f5a623 70% 90%, #e74c3c 90% 100%);
      position: relative;
    }
    .donut::after {
      content: ''; position: absolute; top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 38px; height: 38px; border-radius: 50%; background: #fff;
    }
    .donut-legend { font-size: 0.6rem; }
    .donut-legend div { display: flex; align-items: center; gap: 4px; margin-bottom: 3px; }
    .dot { width: 7px; height: 7px; border-radius: 50%; }
    .db-dept { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
    .dept-card {
      background: #fff; border-radius: 8px; padding: 10px;
      border: 1px solid var(--border); font-size: 0.65rem;
    }
    .dept-card .dname { font-weight: 700; color: var(--dark); }
    .dept-card .dcnt { color: var(--text-light); margin-top: 2px; }

    /* ===== LOGOS STRIP ===== */
    .logos-strip {
      background: var(--dark2); padding: 22px 0;
    }
    .logos-strip p {
      color: rgba(255,255,255,0.6); font-size: 0.82rem;
      text-align: center; margin-bottom: 18px;
      font-weight: 600; letter-spacing: 0.5px;
    }
    .logos-row {
      display: flex; align-items: center; justify-content: center;
      gap: 44px; flex-wrap: wrap;
    }
    .logo-item {
      display: flex; align-items: center; gap: 9px;
      color: rgba(255,255,255,0.65); font-weight: 700; font-size: 0.88rem;
    }
    .logo-item i { font-size: 1.3rem; opacity: 0.7; }

    /* ===== FEATURES ===== */
    .features { padding: 80px 0; background: #fff; }
    .section-label {
      font-size: 0.78rem; font-weight: 700; color: var(--green);
      letter-spacing: 1.5px; text-transform: uppercase; text-align: center;
      margin-bottom: 10px;
    }
    .section-title {
      font-size: 2rem; font-weight: 800;
      color: var(--dark); text-align: center; margin-bottom: 48px;
    }
    .feature-card {
      padding: 28px 22px; border-radius: 14px;
      border: 1px solid var(--border);
      transition: box-shadow 0.2s, transform 0.2s;
      height: 100%;
    }
    .feature-card:hover { box-shadow: 0 6px 24px rgba(26,124,78,0.12); transform: translateY(-3px); }
    .feat-icon {
      width: 48px; height: 48px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; margin-bottom: 14px;
    }
    .feat-icon.teal { background: #e0f5ef; color: var(--green); }
    .feat-icon.blue { background: #e0eeff; color: #2563eb; }
    .feat-icon.orange { background: #fff3e0; color: #f59e0b; }
    .feat-icon.purple { background: #f3e8ff; color: #7c3aed; }
    .feat-icon.pink { background: #ffe4f0; color: #db2777; }
    .feat-icon.indigo { background: #e8eaff; color: #4f46e5; }
    .feat-icon.violet { background: #f0e8ff; color: #7c3aed; }
    .feat-icon.green2 { background: #e8faf0; color: #059669; }
    .feature-card h5 { font-size: 0.95rem; font-weight: 700; margin-bottom: 7px; color: var(--dark); }
    .feature-card p { font-size: 0.82rem; color: var(--text-light); line-height: 1.6; }

    /* ===== DASHBOARD SECTION ===== */
    .dashboard-section {
      background: var(--bg-light); padding: 80px 0;
    }
    .dash-label {
      font-size: 0.72rem; font-weight: 700; color: var(--green);
      letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px;
    }
    .dashboard-section h2 {
      font-size: 1.9rem; font-weight: 800; color: var(--dark);
      line-height: 1.3; margin-bottom: 14px;
    }
    .dashboard-section p {
      font-size: 0.9rem; color: var(--text-light); line-height: 1.7;
      margin-bottom: 26px; max-width: 380px;
    }
    .btn-explore {
      background: var(--green); color: #fff;
      font-weight: 700; font-size: 0.88rem;
      padding: 11px 24px; border-radius: 9px;
      text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
    }
    .btn-explore:hover { background: var(--green-dark); color: #fff; }
    /* mini stat cards */
    .mini-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
    .mstat {
      background: #fff; border: 1px solid var(--border);
      border-radius: 12px; padding: 12px 18px;
      display: flex; align-items: center; gap: 10px;
    }
    .mstat-icon {
      width: 36px; height: 36px; border-radius: 8px;
      display: flex; align-items: center; justify-content: center; font-size: 1rem;
    }
    .mstat-icon.g { background: #e0f5ef; color: var(--green); }
    .mstat-icon.b { background: #e0eeff; color: #2563eb; }
    .mstat-icon.o { background: #fff3e0; color: #f59e0b; }
    .mstat-icon.p { background: #f3e8ff; color: #7c3aed; }
    .mstat-val { font-weight: 800; font-size: 1rem; color: var(--dark); }
    .mstat-lbl { font-size: 0.68rem; color: var(--text-light); }

    /* Charts row */
    .charts-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .chart-box {
      background: #fff; border: 1px solid var(--border);
      border-radius: 12px; padding: 16px;
    }
    .chart-box .chart-header {
      display: flex; justify-content: space-between; align-items: center;
      margin-bottom: 12px;
    }
    .chart-box .chart-header span { font-weight: 700; font-size: 0.82rem; color: var(--dark); }
    .chart-box .period {
      font-size: 0.7rem; color: var(--text-light);
      border: 1px solid var(--border); border-radius: 5px; padding: 2px 8px;
    }
    .bar-chart { display: flex; align-items: flex-end; gap: 5px; height: 80px; }
    .bar-chart .b { flex: 1; border-radius: 4px 4px 0 0; }
    .bar-chart .b.green { background: var(--green); }
    .bar-chart .b.orange { background: var(--yellow); }
    .chart-labels { display: flex; gap: 5px; margin-top: 4px; }
    .chart-labels span { flex: 1; font-size: 0.6rem; color: var(--text-light); text-align: center; }

    /* ===== HOW IT WORKS ===== */
    .how-works { padding: 80px 0; background: #fff; }
    .step-card {
      text-align: center; padding: 20px;
    }
    .step-num {
      width: 48px; height: 48px; border-radius: 50%;
      background: var(--green); color: #fff;
      font-weight: 800; font-size: 1.2rem;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
    }
    .step-card h5 { font-size: 1rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
    .step-card p { font-size: 0.84rem; color: var(--text-light); line-height: 1.6; }
    .step-arrow {
      display: flex; align-items: center; justify-content: center;
      padding-top: 20px;
    }
    .step-arrow i { font-size: 1.5rem; color: var(--border); }

    /* ===== PRICING ===== */
    .pricing { padding: 80px 0; background: var(--bg-light); }
    .pricing-card {
      background: #fff; border: 1.5px solid var(--border);
      border-radius: 16px; padding: 32px 28px;
      height: 100%; transition: box-shadow 0.2s;
    }
    .pricing-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
    .pricing-card.popular {
      border-color: var(--green);
      box-shadow: 0 8px 30px rgba(26,124,78,0.15);
      position: relative;
    }
    .popular-badge {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      background: var(--green); color: #fff;
      font-size: 0.72rem; font-weight: 700;
      padding: 4px 14px; border-radius: 20px;
    }
    .pricing-card .plan-type { font-size: 0.8rem; color: var(--text-light); margin-bottom: 4px; }
    .pricing-card h4 { font-size: 1.3rem; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
    .pricing-card .price { font-size: 2rem; font-weight: 800; color: var(--dark); }
    .pricing-card .price span { font-size: 0.8rem; color: var(--text-light); font-weight: 500; }
    .pricing-card ul { list-style: none; padding: 0; margin: 18px 0; }
    .pricing-card ul li {
      font-size: 0.84rem; color: var(--text-light);
      padding: 5px 0;
      display: flex; align-items: center; gap: 8px;
    }
    .pricing-card ul li i { color: var(--green); font-size: 0.75rem; }
    .btn-choose {
      width: 100%; padding: 12px; border-radius: 9px;
      font-weight: 700; font-size: 0.9rem; cursor: pointer;
      border: 1.5px solid var(--green); color: var(--green); background: #fff;
      transition: 0.2s;
    }
    .btn-choose:hover, .btn-choose.filled { background: var(--green); color: #fff; }
    .btn-choose.filled { border-color: var(--green); }
    .enterprise-pricing { font-size: 1.5rem; font-weight: 800; color: var(--dark); }
    .btn-contact {
      width: 100%; padding: 12px; border-radius: 9px;
      font-weight: 700; font-size: 0.9rem; cursor: pointer;
      border: 1.5px solid var(--border); color: var(--dark); background: #fff;
    }
    .btn-contact:hover { border-color: var(--green); color: var(--green); }

    /* ===== TESTIMONIALS ===== */
    .testimonials { padding: 80px 0; background: #fff; }
    .testi-card {
      background: #fff; border: 1px solid var(--border);
      border-radius: 16px; padding: 28px 24px;
    }
    .testi-quote {
      font-size: 2rem; color: var(--green); line-height: 1; margin-bottom: 12px;
    }
    .testi-card p {
      font-size: 0.88rem; color: var(--text-light);
      line-height: 1.7; margin-bottom: 18px;
    }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-av {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--green); color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; font-size: 0.9rem;
    }
    .testi-name { font-weight: 700; font-size: 0.9rem; color: var(--dark); }
    .testi-comp { font-size: 0.75rem; color: var(--text-light); }
    .testi-stars { color: #f5a623; font-size: 0.78rem; margin-top: 3px; }
    .testi-dots { text-align: center; margin-top: 28px; }
    .testi-dots span {
      display: inline-block; width: 9px; height: 9px;
      border-radius: 50%; background: var(--border); margin: 0 3px;
    }
    .testi-dots span.active { background: var(--green); }

    /* ===== CTA ===== */
    .cta-section {
      background: var(--dark2); padding: 60px 0;
      position: relative; overflow: hidden;
    }
    .cta-section::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(26,124,78,0.2) 0%, transparent 70%);
    }
    .cta-section h2 {
      font-size: 1.9rem; font-weight: 800; color: #fff;
      margin-bottom: 8px;
    }
    .cta-section p { color: rgba(255,255,255,0.65); font-size: 0.92rem; }
    .btn-cta-green {
      background: var(--yellow); color: var(--dark);
      font-weight: 700; font-size: 0.9rem;
      padding: 13px 28px; border-radius: 9px; border: none;
      text-decoration: none;
    }
    .btn-cta-green:hover { background: #e0951e; color: var(--dark); }
    .btn-cta-outline {
      background: transparent; color: #fff;
      border: 1.5px solid rgba(255,255,255,0.4);
      font-weight: 700; font-size: 0.9rem;
      padding: 13px 28px; border-radius: 9px;
      text-decoration: none;
    }
    .btn-cta-outline:hover { border-color: #fff; color: #fff; }
    .cta-img {
      position: absolute; right: 60px; bottom: 0;
      opacity: 0.15; font-size: 10rem; color: var(--green);
    }

    /* ===== FOOTER ===== */
    .footer {
      background: var(--dark2); border-top: 1px solid rgba(255,255,255,0.07);
      padding: 50px 0 28px;
    }
    .footer-brand {
      display: flex; align-items: center; gap: 10px;
      margin-bottom: 12px;
    }
    .footer-brand-text { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.1rem; color: #fff; }
    .footer-brand-sub { font-size: 0.7rem; color: rgba(255,255,255,0.45); }
    .footer p { color: rgba(255,255,255,0.5); font-size: 0.82rem; line-height: 1.7; max-width: 240px; }
    .footer-social { display: flex; gap: 10px; margin-top: 16px; }
    .footer-social a {
      width: 34px; height: 34px; border-radius: 8px;
      background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.9rem; text-decoration: none; transition: 0.2s;
    }
    .footer-social a:hover { background: var(--green); color: #fff; }
    .footer h6 {
      color: #fff; font-weight: 700; font-size: 0.88rem;
      margin-bottom: 16px;
    }
    .footer ul { list-style: none; padding: 0; }
    .footer ul li { margin-bottom: 9px; }
    .footer ul li a {
      color: rgba(255,255,255,0.5); font-size: 0.82rem;
      text-decoration: none;
    }
    .footer ul li a:hover { color: var(--green); }
    .footer-contact li {
      display: flex; align-items: center; gap: 8px;
      color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-bottom: 9px;
    }
    .footer-contact li i { color: var(--green); font-size: 0.9rem; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.07);
      margin-top: 36px; padding-top: 20px;
      text-align: center;
      color: rgba(255,255,255,0.3); font-size: 0.78rem;
    }