:root {
    --privacy-text: #1d1d1f;
    --privacy-secondary: #6e6e73;
    --privacy-body: #4a4a4f;
    --privacy-accent: #d9d2ee;
}

/* Base */
body {
    margin: 0;
    background: #ffffff !important;
    color: var(--privacy-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body::before {
    display: none !important;
}

body > * {
    position: relative;
    z-index: auto;
}

/* Hero */
.iapps-hero {
    margin-top: 60px;
    margin-bottom: 44px;
}

.app-container {
    max-width: 950px;
}

.iapps-title {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: var(--privacy-text);
}

.iapps-tagline {
    margin: 14px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: var(--privacy-secondary);
}

/* Privacy Page */


.privacy-container {
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

/* Typography */
.privacy-container h2 {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.25;
    color: var(--privacy-text);
}

.privacy-container h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--privacy-accent);
}

.privacy-container p {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: var(--privacy-body);
}

.privacy-container strong {
    font-weight: 600;
    color: var(--privacy-text);
}

.privacy-container section {
    margin-bottom: 42px;
}

.contact {
    margin-top: 0;
}

.email {
    color: #3f51d1;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
    .iapps-hero {
        margin-top: 44px;
        margin-bottom: 32px;
    }

    .privacy-page {
        padding: 0 20px 56px;
    }

    .iapps-title {
        font-size: 40px;
    }

    .iapps-tagline {
        margin-top: 10px;
        font-size: 18px;
    }

    .privacy-container h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .privacy-container p {
        font-size: 16px;
        line-height: 1.8;
    }

    .privacy-container section {
        margin-bottom: 36px;
    }
}


.contact {
    margin-top: 18px;
}

.contact a {
    color: #1d1d1f;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.01em;
    word-break: break-word;
}

.contact a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.iapps-title-wrap {
    display: inline-block;
}

.iapps-title-divider {
    width: 92%;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: #e1d9f0;
}


