.elementor-2187 .elementor-element.elementor-element-cecea05{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2187 .elementor-element.elementor-element-e286560.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-e286560 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
            color: #1e293b;
            background: #f8fafc;
            padding: 20px;
        }
        .nsv-container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        .nsv-content {
            padding: 2rem 2rem;
        }
        h1 {
            font-size: 2.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #0f172a;
        }
        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 1rem;
            padding-left: 0.75rem;
            border-left: 5px solid #b45309;
            color: #0f172a;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.75rem;
            color: #334155;
        }
        p {
            margin-bottom: 1.2rem;
            color: #334155;
        }
        ul, ol {
            margin-bottom: 1.2rem;
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
            color: #334155;
        }
        a {
            color: #b45309;
            text-decoration: none;
            font-weight: 500;
        }
        a:hover {
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            margin: 1.5rem 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            display: block;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        th, td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        th {
            background-color: #f1f5f9;
            font-weight: 700;
            color: #0f172a;
        }
        .contact-card {
            background: #fef9f3;
            border-left: 6px solid #b45309;
            padding: 1.8rem;
            border-radius: 24px;
            margin: 2rem 0;
            box-shadow: 0 6px 14px rgba(0,0,0,0.05);
        }
        .btn-group {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        .btn {
            display: inline-block;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 600;
            text-align: center;
            transition: all 0.2s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }
        .btn-primary {
            background-color: #b45309;
            color: white;
            box-shadow: 0 4px 8px rgba(180,83,9,0.2);
        }
        .btn-primary:hover {
            background-color: #9a3e07;
            transform: translateY(-2px);
            text-decoration: none;
            color: white;
        }
        .btn-wa {
            background-color: #25D366;
            color: white;
        }
        .btn-wa:hover {
            background-color: #1da851;
            transform: translateY(-2px);
            color: white;
        }
        .btn-call {
            background-color: #1e40af;
            color: white;
        }
        .btn-call:hover {
            background-color: #0f2b7a;
            color: white;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        .feature-card {
            background: #f8fafc;
            padding: 1.2rem;
            border-radius: 20px;
            border: 1px solid #e2e8f0;
        }
        .footer-links {
            background: #0f172a;
            color: #cbd5e1;
            padding: 2rem;
            border-radius: 24px;
            margin-top: 2rem;
            text-align: center;
        }
        .footer-links a {
            color: #facc15;
            margin: 0 8px;
        }
        @media (max-width: 768px) {
            body { padding: 12px; }
            h1 { font-size: 1.7rem; }
            h2 { font-size: 1.5rem; }
            h3 { font-size: 1.25rem; }
            .nsv-content { padding: 1.5rem; }
            .grid-2 { grid-template-columns: 1fr; }
            .btn { display: block; width: 100%; text-align: center; margin: 0.5rem 0; }
            .btn-group { flex-direction: column; }
        }
        hr {
            margin: 2rem 0;
            border: 0;
            height: 1px;
            background: #e2e8f0;
        }
        .badge {
            background: #b45309;
            color: white;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 1rem;
        }
    </style>/* End custom CSS */