
        .navbar {
            padding: 12px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .navbar-brand {
            font-size: 22px;
            font-weight: 700;
            color: #0d6efd !important;
        }

        .nav-link {
            font-size: 16px;
            font-weight: 500;
            color: #333 !important;
            margin-right: 18px;
        }

        .nav-link:hover,
        .nav-link.active {
            color: #0d6efd !important;
        }

        .btn-primary {
            padding: 6px 18px;
            border-radius: 20px;
            font-weight: 500;
        }

       .hero-section {
    background: #ffffff;
    padding: 60px 20px;
}

        .hero-title {
            font-size: 42px;
            font-weight: 700;
            color: #1c1c1c;
            line-height: 1.3;
        }

        .highlight-text {
            color: #e63946;
            position: relative;
            font-weight: 700;
        }

        .highlight-text::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 10px;
            background: #ffd54f;
            z-index: -1;
            border-radius: 4px;
        }

        .hero-subtext {
            font-size: 16px;
            color: #555;
            margin: 15px 0 30px;
        }

        .btn-demo {
            background: #e63946;
            border: none;
            padding: 14px 36px;
            color: white;
            font-size: 16px;
            border-radius: 8px;
            font-weight: 500;
        }

        .btn-demo:hover {
            background: #cc2e3c;
        }

        .hero-image {
            max-width: 261px;
            width: 100%;
        }


        /* Why choose us */
        .section-title {
            font-size: 26px;
            font-weight: 600;
            color: var(--dark-text);
            margin-bottom: 8px;
        }

        .section-subtitle {
            color: var(--muted-text);
            font-size: 14px;
        }

        .feature-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 18px 16px;
            border: 1px solid #e5e7eb;
            height: 100%;
        }

        .feature-icon {
            width: 36px;
            height: 36px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fee2e2;
            color: #b91c1c;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .feature-title {
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 6px;
        }

        .feature-text {
            font-size: 13px;
            color: var(--muted-text);
        }

        /* Contact */
        .contact-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 20px;
            border: 1px solid #e5e7eb;
        }

        .form-control,
        .form-select {
            font-size: 14px;
        }

        /* Footer */
        .footer {
            background: #111827;
            color: #9ca3af;
            padding: 24px 0;
            font-size: 13px;
        }

        .footer a {
            color: #9ca3af;
            text-decoration: none;
        }

        .footer a:hover {
            color: #ffffff;
        }

        .whatsapp-btn {
            position: fixed;
            right: 18px;
            bottom: 18px;
            background: #22c55e;
            color: #ffffff;
            width: 52px;
            height: 52px;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            text-decoration: none;
            box-shadow: 0 8px 18px rgba(22, 163, 74, 0.5);
            z-index: 50;
        }

        /* Steps */
        .step-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 18px;
        }

        .step-number {
            width: 32px;
            height: 32px;
            border-radius: 999px;
            background: #fee2e2;
            color: #b91c1c;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 15px;
            flex-shrink: 0;
        }

        .step-title {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 2px;
        }

        .step-text {
            font-size: 13px;
            color: var(--muted-text);
        }
        
        #mission p {
            font-size: 15px;
            color: #555;
            line-height: 1.8;
        }

        #mission .shadow-sm {
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        
        @media (min-width: 992px) {
    .hero-section {
        padding: 42px 20px 0 123px;
    }
}