/* RESET AND BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.XicaguHarbor_Body_Main {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #020617;
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER */
.XicaguHarbor_Header_Base {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(2, 6, 23, 0.95);
    backdrop-filter: blur(10px);
}

.XicaguHarbor_Header_Cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.XicaguHarbor_Header_Logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #38bdf8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.XicaguHarbor_Header_Nav {
    display: block;
}

.XicaguHarbor_Header_Menu {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.XicaguHarbor_Header_Link {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 500;
    transition: color 0.3s ease;
}

.XicaguHarbor_Header_Link:hover {
    color: #38bdf8;
}

.XicaguHarbor_Header_Divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.3), transparent);
}

/* BURGER MENU (No JS) */
.XicaguHarbor_Nav_Toggle_Checkbox {
    display: none;
}

.XicaguHarbor_Nav_Burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.XicaguHarbor_Nav_Burger span {
    width: 25px;
    height: 3px;
    background: #38bdf8;
    transition: 0.3s;
}

/* HERO SECTION */
.XicaguHarbor_Hero_Section {
    padding: 8rem 2rem;
    background: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.05) 0%, transparent 50%);
}

.XicaguHarbor_Hero_Container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.XicaguHarbor_Hero_Text_Side {
    flex: 1;
}

.XicaguHarbor_Hero_Image_Side {
    flex: 1;
}

.XicaguHarbor_Hero_Title {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #fff;
}

.XicaguHarbor_Hero_Lead {
    font-size: 1.25rem;
    color: #38bdf8;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.XicaguHarbor_Hero_Desc {
    margin-bottom: 1rem;
    color: #94a3b8;
}

.XicaguHarbor_Hero_Img_Elem {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    display: block;
}

/* BUTTONS */
.XicaguHarbor_Button_Primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #38bdf8;
    color: #020617;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.4);
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.XicaguHarbor_Button_Primary:hover {
    background: #22c55e;
    box-shadow: 0 0 25px rgba(34, 197, 94, 0.6);
    transform: translateY(-2px);
}

.XicaguHarbor_Button_Secondary {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: transparent;
    color: #38bdf8;
    border: 2px solid #38bdf8;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s;
}

.XicaguHarbor_Button_Secondary:hover {
    background: rgba(56, 189, 248, 0.1);
}

/* FAQ SECTION */
.XicaguHarbor_FAQ_Section {
    padding: 6rem 2rem;
    background: rgba(2, 6, 23, 0.5);
}

.XicaguHarbor_FAQ_Container {
    max-width: 900px;
    margin: 0 auto;
}

.XicaguHarbor_FAQ_Title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.XicaguHarbor_FAQ_Grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.XicaguHarbor_FAQ_Card {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 12px;
    overflow: hidden;
}

.XicaguHarbor_FAQ_Question {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #38bdf8;
    list-style: none;
}

.XicaguHarbor_FAQ_Question::-webkit-details-marker {
    display: none;
}

.XicaguHarbor_FAQ_Answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #94a3b8;
}

/* GENERIC TEXT SECTIONS */
.XicaguHarbor_Generic_Container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
}

.XicaguHarbor_Generic_Title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
}

.XicaguHarbor_Text_Block_Wrap p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #cbd5e1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* CHECKLIST */
.XicaguHarbor_Checklist_Grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.XicaguHarbor_Checklist_Item {
    display: flex;
    gap: 1rem;
    background: #0f172a;
    padding: 1.5rem;
    border-radius: 15px;
    border-left: 4px solid #22c55e;
}

.XicaguHarbor_Check_Icon {
    color: #22c55e;
    font-weight: bold;
    font-size: 1.5rem;
}

.XicaguHarbor_Check_Text strong {
    display: block;
    color: #fff;
    margin-bottom: 0.5rem;
}

/* SERVICES */
.XicaguHarbor_Pricing_Grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.XicaguHarbor_Price_Card {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background: #0f172a;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #1e293b;
    transition: 0.4s;
}

.XicaguHarbor_Price_Card:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 30px rgba(56, 189, 248, 0.2);
}

.XicaguHarbor_Price_Featured {
    border-color: #38bdf8;
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    position: relative;
    scale: 1.05;
}

.XicaguHarbor_Price_Name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.XicaguHarbor_Price_Value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 2rem;
}

.XicaguHarbor_Price_Features {
    list-style: none;
    margin-bottom: 2.5rem;
    text-align: left;
}

.XicaguHarbor_Price_Features li {
    padding: 0.5rem 0;
    color: #94a3b8;
    border-bottom: 1px solid #1e293b;
}

/* TARGET AUDIENCE */
.XicaguHarbor_Target_Intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    color: #94a3b8;
}

.XicaguHarbor_Target_Grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.XicaguHarbor_Target_Card {
    background: rgba(30, 41, 59, 0.4);
    padding: 2rem 1rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #1e293b;
    transition: 0.3s;
}

.XicaguHarbor_Target_Card:hover {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.05);
}

.XicaguHarbor_Target_Icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.XicaguHarbor_Target_Label {
    font-weight: 600;
}

/* EXPERT SECTION */
.XicaguHarbor_Expert_Section {
    background: #020617;
    padding: 6rem 2rem;
}

.XicaguHarbor_Expert_Container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.XicaguHarbor_Expert_Content_Side {
    flex: 1.2;
}

.XicaguHarbor_Expert_Image_Side {
    flex: 0.8;
}

.XicaguHarbor_Expert_Line {
    width: 60px;
    height: 4px;
    background: #38bdf8;
    margin-bottom: 2rem;
}

.XicaguHarbor_Expert_Quote {
    font-size: 1.8rem;
    font-style: italic;
    color: #e2e8f0;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.XicaguHarbor_Expert_Name {
    font-weight: 700;
    font-size: 1.5rem;
    color: #22c55e;
}

.XicaguHarbor_Expert_Role {
    color: #94a3b8;
}

.XicaguHarbor_Expert_Img_Elem {
    width: 100%;
    border-radius: 30px;
    filter: grayscale(0.5);
    transition: 0.5s;
}

.XicaguHarbor_Expert_Img_Elem:hover {
    filter: grayscale(0);
}

/* PRACTICE SECTION */
.XicaguHarbor_Practice_Section {
    padding: 8rem 2rem;
    background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}

.XicaguHarbor_Practice_Container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.XicaguHarbor_Practice_Text_Side {
    flex: 1;
}

.XicaguHarbor_Practice_Image_Side {
    flex: 1;
}

.XicaguHarbor_Practice_Title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
}

.XicaguHarbor_Practice_Benefits_Grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.XicaguHarbor_Benefit_Mini_Card {
    background: #1e293b;
    padding: 1.5rem;
    border-radius: 12px;
}

.XicaguHarbor_Benefit_H {
    color: #38bdf8;
    margin-bottom: 0.5rem;
}

.XicaguHarbor_Practice_Img_Elem {
    width: 100%;
    border-radius: 20px;
}

/* CONTACT FORM */
.XicaguHarbor_Contact_Section {
    padding: 6rem 2rem;
}

.XicaguHarbor_Contact_Container {
    max-width: 700px;
    margin: 0 auto;
}

.XicaguHarbor_Form_Wrapper {
    background: #0f172a;
    padding: 3rem;
    border-radius: 25px;
    border: 1px solid #1e293b;
}

.XicaguHarbor_Form_Title {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
}

.XicaguHarbor_Form_Subtitle {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 2.5rem;
}

.XicaguHarbor_Form_Group {
    margin-bottom: 1.5rem;
}

.XicaguHarbor_Form_Label {
    display: block;
    margin-bottom: 0.5rem;
    color: #cbd5e1;
}

.XicaguHarbor_Form_Input, .XicaguHarbor_Form_Textarea {
    width: 100%;
    padding: 1rem;
    background: #020617;
    border: 1px solid #1e293b;
    border-radius: 8px;
    color: #fff;
    font-size: 1rem;
}

.XicaguHarbor_Form_Input:focus, .XicaguHarbor_Form_Textarea:focus {
    outline: none;
    border-color: #38bdf8;
}

.XicaguHarbor_Form_Check_Row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.XicaguHarbor_Form_Check_Label {
    font-size: 0.9rem;
    color: #94a3b8;
}

.XicaguHarbor_Form_Check_Label a {
    color: #38bdf8;
}

.XicaguHarbor_Button_Submit {
    width: 100%;
    padding: 1.2rem;
    background: #38bdf8;
    border: none;
    border-radius: 8px;
    color: #020617;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
}

.XicaguHarbor_Button_Submit:hover {
    background: #22c55e;
}

/* FOOTER */
.XicaguHarbor_Footer_Base {
    background: #020617;
    padding: 4rem 2rem;
    border-top: 1px solid #1e293b;
    text-align: center;
}

.XicaguHarbor_Footer_Top {
    margin-bottom: 2rem;
}

.XicaguHarbor_Footer_Brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 1rem;
}

.XicaguHarbor_Footer_Middle {
    margin-bottom: 2rem;
    color: #64748b;
}

.XicaguHarbor_Footer_Links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.XicaguHarbor_Footer_Link {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
}

.XicaguHarbor_Footer_Link:hover {
    color: #38bdf8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .XicaguHarbor_Hero_Container, .XicaguHarbor_Expert_Container, .XicaguHarbor_Practice_Container {
        flex-direction: column;
        text-align: center;
    }
    .XicaguHarbor_Hero_Title {
        font-size: 2.5rem;
    }
    .XicaguHarbor_Hero_Image_Side, .XicaguHarbor_Expert_Image_Side, .XicaguHarbor_Practice_Image_Side {
        order: -1;
    }
    .XicaguHarbor_Expert_Line {
        margin: 0 auto 2rem;
    }
}

@media (max-width: 768px) {
    .XicaguHarbor_Header_Nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #020617;
        padding: 2rem;
        border-bottom: 1px solid #1e293b;
    }
    .XicaguHarbor_Header_Menu {
        flex-direction: column;
        align-items: center;
    }
    .XicaguHarbor_Nav_Burger {
        display: flex;
    }
    #XicaguHarbor_Nav_Toggle:checked ~ .XicaguHarbor_Header_Nav {
        display: block;
    }
}

/* privacy_policy.html */
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Політика конфіденційності - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; padding: 3rem; line-height: 1.6; max-width: 800px; margin: 0 auto; }
        h1 { color: #38bdf8; }
        a { color: #22c55e; }
    </style>
</head>
<body>
    <h1>Політика конфіденційності</h1>
    <p>Ми поважаємо вашу конфіденційність та захищаємо ваші персональні дані.</p>
    <p>Цей документ описує, як ми збираємо та використовуємо інформацію, яку ви надаєте через форму зворотного зв'язку на нашому сайті.</p>
    <h2>Збір інформації</h2>
    <p>Ми збираємо ваше ім'я та email лише для того, щоб відповісти на ваш запит.</p>
    <h2>Захист даних</h2>
    <p>Ваші дані не передаються третім особам і зберігаються у безпеці.</p>
    <p><a href="index.php">Повернутися на головну</a></p>
</body>
</html>

/* terms_of_service.html */
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Умови користування - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; padding: 3rem; line-height: 1.6; max-width: 800px; margin: 0 auto; }
        h1 { color: #38bdf8; }
        a { color: #22c55e; }
    </style>
</head>
<body>
    <h1>Умови користування</h1>
    <p>Використовуючи цей сайт, ви погоджуєтеся з нашими умовами.</p>
    <p>Контент сайту носить інформаційний характер і не є медичною порадою.</p>
    <p><a href="index.php">Повернутися на головну</a></p>
</body>
</html>

/* cookies_policy.html */
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Політика Cookies - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; padding: 3rem; line-height: 1.6; max-width: 800px; margin: 0 auto; }
        h1 { color: #38bdf8; }
    </style>
</head>
<body>
    <h1>Політика Cookies</h1>
    <p>Ми використовуємо файли cookies для покращення роботи нашого сайту та аналізу трафіку.</p>
</body>
</html>

/* refund_policy.html */
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Політика повернення - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; padding: 3rem; line-height: 1.6; max-width: 800px; margin: 0 auto; }
        h1 { color: #38bdf8; }
    </style>
</head>
<body>
    <h1>Політика повернення</h1>
    <p>Повернення коштів за цифрові послуги здійснюється відповідно до законодавства України протягом 14 днів, якщо послуга ще не була надана в повному обсязі.</p>
</body>
</html>

/* send.php */
<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
    $name = $_POST['name'];
    $email = $_POST['email'];
    $message = $_POST['message'];
    header("Location: success.php");
    exit();
}
?>

/* success.php */
<?php
header("Refresh: 5; url=index.php");
?>
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Дякуємо! - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; display: flex; align-items: center; justify-content: center; height: 100vh; text-align: center; }
        h1 { color: #38bdf8; }
        .btn { display: inline-block; margin-top: 2rem; padding: 1rem 2rem; background: #22c55e; color: #020617; text-decoration: none; border-radius: 5px; }
    </style>
</head>
<body>
    <div>
        <h1>Дякуємо! Ваше повідомлення надіслано.</h1>
        <p>Ми зв'яжемося з вами найближчим часом.</p>
        <a href="index.php" class="btn">На головну</a>
    </div>
</body>
</html>

/* thank.html */
<!DOCTYPE html>
<html lang="uk">
<head>
    <meta charset="UTF-8">
    <title>Дякуємо! - Xicagu</title>
    <style>
        body { font-family: sans-serif; background: #020617; color: #e2e8f0; display: flex; align-items: center; justify-content: center; height: 100vh; text-align: center; }
    </style>
</head>
<body>
    <div>
        <h1 style="color: #38bdf8;">Дякуємо за довіру!</h1>
        <p>Ваша заявка прийнята в роботу.</p>
    </div>
</body>
</html>
```