/*
   Developed by: Igor Kalen  
   Contact: igor@igorkalen.dev  
   Creation Date: August 6, 2025  
   Last Updated: August 6, 2025
   Version: 1.0.0
   Status: IN PRODUCTION
   File: index.html
   
   ----
   © 2025 Laius Group. All rights reserved.
   
   This code is the exclusive property of Laius Group.  
   Unauthorized use, copying, distribution, or modification  
   is strictly prohibited.
   
   For internal use only on systems, services, and domains  
   officially managed by Laius Group.
*/

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #5C00FF;
    color: #FFFFFF;
    padding: 15px;
    border-bottom: 3px solid #5101db;
}

.header h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.content {
    padding: 25px;
    max-width: 650px;
}

h1 {
    color: #5C00FF;
    font-size: 16px;
    margin: 25px 0 12px 0;
    font-weight: bold;
}

p {
    margin: 12px 0;
    line-height: 1.5;
}

.contact-box {
    background-color: #F8F9FA;
    border: 2px solid #DEE2E6;
    padding: 18px;
    margin: 25px 0;
}

.footer {
    border-top: 1px solid #DEE2E6;
    padding: 15px 0;
    margin-top: 15px;
    font-size: 11px;
    color: #6C757D;
}

a {
    color: #5C00FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}

th,
td {
    border: 1px solid #DEE2E6;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #F8F9FA;
    font-weight: bold;
}