.elementor-2168 .elementor-element.elementor-element-dd46a1d{--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-2168 .elementor-element.elementor-element-d52b32a.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-d52b32a */<style>
        /* RESET & BASE */
        * {
            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.5;
            color: #1e293b;
            background-color: #f8fafc;
            padding: 20px;
        }
        .nsv-container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        /* TYPOGRAPHY */
        h1, h2, h3 {
            font-weight: 700;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 0.75rem;
            color: #0f172a;
        }
        h1 { font-size: 2rem; margin-bottom: 1rem; }
        h2 { font-size: 1.75rem; border-left: 5px solid #b45309; padding-left: 1rem; margin-top: 2rem; margin-bottom: 1rem; }
        h3 { font-size: 1.35rem; margin-top: 1.5rem; margin-bottom: 0.5rem; color: #334155; }
        p {
            margin-bottom: 1rem;
            color: #334155;
        }
        a {
            color: #b45309;
            text-decoration: none;
            font-weight: 500;
        }
        a:hover {
            text-decoration: underline;
        }
        /* BUTTONS & CTAs */
        .btn, .btn-wa, .btn-call {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 40px;
            font-weight: 600;
            text-align: center;
            transition: all 0.2s ease;
            margin: 0.5rem 0.5rem 0.5rem 0;
            border: none;
            cursor: pointer;
        }
        .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;
        }
        /* CONTACT CARD */
        .contact-card {
            background: #fef9f3;
            border-left: 6px solid #b45309;
            padding: 1.5rem;
            border-radius: 20px;
            margin: 2rem 0;
            box-shadow: 0 6px 14px rgba(0,0,0,0.05);
        }
        .contact-card p {
            margin-bottom: 0.5rem;
        }
        .contact-card strong {
            color: #0f172a;
        }
        /* GRID */
        .grid-2, .grid-3 {
            display: grid;
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        .grid-2 { grid-template-columns: repeat(2, 1fr); }
        .grid-3 { grid-template-columns: repeat(3, 1fr); }
        .feature-box, .testimonial, .app-card {
            background: #f8fafc;
            padding: 1.25rem;
            border-radius: 20px;
            transition: 0.2s;
            border: 1px solid #e2e8f0;
        }
        .feature-box:hover, .testimonial:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 20px -12px rgba(0,0,0,0.1);
        }
        .testimonial {
            background: #ffffff;
            border-left: 4px solid #b45309;
        }
        .table-compare {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 1px 2px 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;
        }
        .faq-item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 1rem 1.25rem;
            margin-bottom: 0.75rem;
        }
        .footer-links {
            background: #0f172a;
            color: #cbd5e1;
            padding: 2rem 1.5rem;
            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.75rem; }
            h2 { font-size: 1.5rem; }
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
            .btn, .btn-wa, .btn-call { display: block; width: 100%; text-align: center; margin: 0.5rem 0; }
        }
        hr {
            margin: 2rem 0;
            border: 0;
            height: 1px;
            background: #e2e8f0;
        }
        .badge {
            background: #b45309;
            color: white;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 1rem;
        }
        .icon-em {
            font-size: 1.8rem;
            margin-right: 0.5rem;
            vertical-align: middle;
        }
    </style>/* End custom CSS */