﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f4f7fb;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #1e2b3c;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Glass Header Styles - Copied from Privacy Policy */
/* Glass Header Styles - Copied from Privacy Policy */
.glass-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(13, 33, 55, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.company-logo {
    max-height: 70px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

    .company-logo:hover {
        transform: scale(1.05);
    }

.brand-tag {
    font-weight: 700;
    font-size: 1.4rem;
    background: linear-gradient(130deg, #0b2b4f, #1f4e7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
    display: inline-block;
}

.support-chip {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(13, 33, 55, 0.1);
    width: fit-content;
}

    .support-chip:hover {
        background: white;
        box-shadow: 0 10px 25px rgba(11, 43, 79, 0.15);
        transform: translateY(-2px);
    }

    .support-chip i {
        color: #0b2b4f;
        margin-right: 6px;
        width: 1.2rem;
    }

    .support-chip .contact-link {
        text-decoration: none;
        color: #0f3a5e;
        font-weight: 600;
        transition: color 0.2s;
        margin: 0 5px;
    }

        .support-chip .contact-link:hover {
            color: #02233b;
            text-decoration: underline;
        }

    .support-chip .separator {
        color: #9bb0c9;
        margin: 0 5px;
    }

/* Home Button Styles */
.home-button-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0b2b4f, #1f4e7a);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(11, 43, 79, 0.2);
    cursor: pointer;
}

    .home-btn:hover {
        background: linear-gradient(135deg, #1f4e7a, #0b2b4f);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(11, 43, 79, 0.3);
        color: white;
    }

    .home-btn i {
        font-size: 1.1rem;
    }

.home-btn-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Main Content Wrapper */
.content-wrapper {
    flex: 1;
    padding: 2rem 1rem;
}

.card {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 28px;
    box-shadow: 0 20px 40px -12px rgba(0,20,40,0.15);
    overflow: hidden;
    border: 1px solid #e2eaf2;
}

.top-bar {
    background: #132b44;
    color: white;
    padding: 1.5rem 2.5rem;
    position: relative;
}

    .top-bar h1 {
        font-weight: 550;
        font-size: 2rem;
        letter-spacing: -0.02em;
        margin-bottom: 0.2rem;
    }

    .top-bar .domain {
        font-size: 1rem;
        color: #b4cdde;
        margin-left: 2px;
        font-weight: 350;
    }

.content {
    padding: 2.2rem 2.5rem 2.8rem;
}

.section {
    margin-bottom: 2.2rem;
}

    .section:last-of-type {
        margin-bottom: 0;
    }

    .section h2 {
        font-size: 1.7rem;
        font-weight: 570;
        color: #0f2f48;
        border-bottom: 2px solid #dee8f0;
        padding-bottom: 0.4rem;
        margin-bottom: 1.3rem;
    }

    .section p {
        margin-bottom: 1rem;
        font-size: 1.03rem;
    }

.legal-block {
    background: #f1f6fd;
    padding: 1.5rem 2rem;
    border-radius: 20px;
    border-left: 6px solid #1d4a77;
    margin: 1.8rem 0 1.2rem;
}

.acknowledge {
    background: #eaf1fa;
    border-radius: 24px;
    padding: 1.8rem 2.2rem;
    margin: 2.2rem 0 0.5rem;
    border: 1px solid #cbdae9;
    font-weight: 470;
}

    .acknowledge p {
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #102b41;
        margin-bottom: 0.3rem;
    }

        .acknowledge p:last-child {
            text-transform: none;
            letter-spacing: normal;
            font-size: 1.05rem;
            margin-top: 0.2rem;
        }

.footer-note {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    text-align: center;
    color: #6f7c8b;
    border-top: 1px dashed #cdd7e3;
    padding-top: 2rem;
}

    .footer-note strong {
        color: #2b4f7c;
        font-weight: 500;
    }

.footer {
    background: rgba(33, 33, 33, 0.95);
    backdrop-filter: blur(10px);
    color: white;
    font-weight: 500;
    padding: 0.5rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

    .footer a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .footer a:hover {
            color: white;
            text-decoration: underline;
        }

    .footer .separator {
        color: rgba(255,255,255,0.3);
        margin: 0 0.5rem;
    }

/* Responsive Design */
@media (max-width: 992px) {
    .brand-tag {
        font-size: 1.2rem;
    }

    .company-logo {
        max-height: 60px;
    }

    .support-chip {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .glass-header .row {
        justify-content: center;
        text-align: center;
    }

    .brand-tag {
        margin: 10px 0;
        font-size: 1.1rem;
    }

    .support-chip {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        border-radius: 30px;
    }

        .support-chip p {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 8px;
        }

    .top-bar, .content {
        padding: 1.2rem 1.2rem;
    }

        .top-bar h1 {
            font-size: 1.7rem;
        }

    .section h2 {
        font-size: 1.4rem;
    }

    .home-btn-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .company-logo {
        max-height: 50px;
    }

    .brand-tag {
        font-size: 1rem;
    }

    .support-chip {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }

        .support-chip i {
            margin-right: 3px;
            width: 1rem;
        }

    .home-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
    }
}
