.elementor-5789 .elementor-element.elementor-element-010d904{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7b813d1 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: #faf5e5;
            font-family: 'Montserrat', Arial, sans-serif;
            line-height: 1.5;
            color: #1e293b;
            padding: 20px;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .page-container {
            width: 100%;
            max-width: 800px;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .error-main {
            width: 100%;
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .error-content {
            padding: 20px;
        }

        .error-title {
            font-size: 32px;
            font-weight: 700;
            color: #730202;
            text-align: center;
            margin-bottom: 20px;
        }

        .error-message {
            font-size: 18px;
            text-align: center;
            color: #4a5568;
            margin-bottom: 16px;
        }

        .suggestion-text {
            font-size: 18px;
            text-align: center;
            color: #4a5568;
            margin-bottom: 25px;
            border-bottom: 1px solid #f0e6c5;
            padding-bottom: 20px;
        }

        .sections-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 20px 0 25px;
        }
        .section-col {
            flex: 1;
            min-width: 200px;
        }
        .section-group {
            background: #fefaf0;
            border-radius: 20px;
            padding: 20px;
            border: 1px solid #f0e6c5;
            height: 100%;
        }
        .section-group h3 {
            font-size: 18px;
            font-weight: 600;
            color: #730202;
            margin-bottom: 15px;
            border-left: 3px solid #d09a40;
            padding-left: 12px;
        }
        .section-list {
            list-style: none;
            margin: 0;
            padding-right: 12px;
        }
        .section-list li {
            margin-bottom: 10px;
        }
        .section-list a {
            text-decoration: none;
            color: #1e293b;
            font-size: 14px;
            transition: color 0.2s;
        }
        .section-list a:hover {
            color: #d09a40;
            text-decoration: underline;
        }

        .btn {
            display: inline-block;
            background-color: #d09a40;
            color: white;
            text-decoration: none;
            padding: 12px 16px;
            border-radius: 48px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.2s ease;
            border: none;
            cursor: pointer;
            text-align: center;
            white-space: normal;
            word-break: break-word;
        }
        .btn:hover {
            background-color: #dca54a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        .buttons-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 20px 0 15px;
        }
        .buttons-container .btn {
            flex: 1;
            min-width: 180px;
        }
        .help-text {
            text-align: center;
            font-size: 14px;
            color: #5f6c84;
            margin-top: 15px;
            margin-bottom: 0;
        }
        .help-text a {
            color: #730202;
            text-decoration: underline;
        }

        .error-footer {
            width: 100%;
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            padding: 20px 30px;
            text-align: center;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .sites-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 25px;
            flex-wrap: wrap;
            margin-bottom: 0;
        }
        .site-item {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #730202;
            font-size: 13px;
            font-weight: 500;
        }
        .site-icon {
            width: 20px;
            height: 20px;
        }

        @media (max-width: 680px) {
            .error-content {
                padding: 20px;
            }
            .error-title {
                font-size: 26px;
            }
            .error-message {
                font-size: 16px;
            }
            .suggestion-text {
                font-size: 16px;
                margin-bottom: 20px;
                padding-bottom: 15px;
            }
            .sections-grid {
                flex-direction: column;
                gap: 16px;
            }
            .section-col {
                min-width: auto;
            }
            .error-footer {
                padding: 15px 20px;
            }
            .sites-row {
                gap: 15px;
            }
            .buttons-container {
                gap: 12px;
            }
            .btn {
                padding: 10px 12px;
                font-size: 14px;
            }
        }
        @media (max-width: 480px) {
            .error-content {
                padding: 20px;
            }
            .error-title {
                font-size: 22px;
            }
            .btn {
                padding: 10px 16px;
                font-size: 14px;
            }
            .site-item {
                font-size: 11px;
            }
            .site-icon {
                width: 18px;
                height: 18px;
            }
            .error-footer {
                padding: 12px 15px;
            }
            .section-list {
                padding-right: 8px;
            }
            .section-list a {
                font-size: 13px;
            }
        }
    </style>/* End custom CSS */