/* Font Face Declaration for Chapaza Italic */
@font-face {
    font-family: 'Chapaza Italic';
    src: url('fonts/chapaza_italic.ttf') format('truetype'),
         url('fonts/Chapaza-Italic.ttf') format('truetype'),
         url('fonts/Chapaza Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Site Header with Logo */
.privacy-policy-site-header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.privacy-policy-header-content {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 32px;
    width: auto;
    display: block;
    filter: brightness(0) ;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

/* Card Styles */
.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px 40px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-top 0.3s ease;
    border-top: 1px solid transparent;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    border-top: 1px solid #000000;
}

/* Special highlight for contact card */
section.contact-section {
    border-top: 3px solid #000000;
}

section.contact-section h2 {
    color: #000000;
    font-size: 32px;
}

/* Header */
header.header-card {
    margin-bottom: 48px;
    text-align: center;
    background: #000;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding-bottom: 32px;
    border-radius: 16px;
}

header.header-card h1 {
    font-family: 'Chapaza Italic', Georgia, 'Times New Roman', Times, serif;
    font-size: 42px;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    /* background-color: #000000; */
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0;
    text-align: center;

}

/* Main Content */
main {
    color: #1a1a1a;
}

section {
    margin-bottom: 0;
}

section.intro {
    margin-bottom: 24px;
}

section.intro p {
    margin-bottom: 20px;
}

section.intro p:first-child {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
}

section.intro strong {
    color: #000000;
    font-weight: 600;
}

/* Make important legal references stand out */
.legal-reference {
    background-color: #f5f5f5;
    padding: 4px 8px;
    border-left: 3px solid #000000;
    border-radius: 4px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

section.intro p:last-child {
    margin-bottom: 0;
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    line-height: 1.4;
    border-left: 4px solid #333333;
    padding-left: 16px;
}

p {
    margin-bottom: 18px;
    color: #1a1a1a;
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

/* Lists */
ul {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 0;
}

ul li {
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
    line-height: 1.7;
    color: #1a1a1a;
}

ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

ul li strong {
    font-weight: 600;
    color: #000000;
}

p strong {
    font-weight: 600;
    color: #000000;
}

ul li br {
    margin-top: 8px;
    display: block;
}

/* Highlight important statements */
ul li.highlight-item {
    background-color: #f5f5f5;
    padding: 16px;
    border-radius: 6px;
    border-left: 3px solid #000000;
    margin-left: -24px;
    padding-left: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul li.highlight-item strong {
    color: #000000;
    font-size: 17px;
}

/* Special styling for key rights section */
section.rights-section {
    border-top: 2px solid #000000;
    padding-top: 36px;
}

section.rights-section h2 {
    color: #000000;
    font-size: 32px;
}

/* Dividers - No longer needed with card layout */
.divider {
    display: none;
}

/* Contact Information */
.contact-info {
    margin-top: 32px;
    padding: 24px;
    background-color: #f5f5f5;
    border-left: 4px solid #000000;
    border-radius: 6px;
}

.contact-info p {
    margin-bottom: 12px;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    min-width: 100px;
}

.contact-info a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-info a:hover {
    color: #333333;
    text-decoration: underline;
}

/* Acknowledgment */
section.acknowledgment {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-top: 3px solid #000000;
}

section.acknowledgment p {
    font-style: italic;
    color: #000000;
    margin: 0;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .privacy-policy-header-content {
        width: 90%;
        padding: 0 20px;
    }

    .container {
        width: 90%;
        padding: 40px 20px 70px;
    }

    .card {
        padding: 28px 32px;
    }
}

@media (max-width: 768px) {
    .privacy-policy-site-header {
        padding: 20px 0;
    }

    .privacy-policy-header-content {
        width: 95%;
        padding: 0 16px;
    }

    .logo {
        height: 28px;
    }

    .container {
        width: 95%;
        padding: 32px 16px 60px;
    }

    .card {
        padding: 24px 28px;
        margin-bottom: 20px;
    }

    header.header-card {
        margin-bottom: 36px;
        padding-bottom: 24px;
    }

    header.header-card h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    section.rights-section h2,
    section.contact-section h2 {
        font-size: 28px;
    }

    body {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    section.intro p:first-child {
        font-size: 16px;
    }

    .contact-info {
        padding: 20px;
    }

    ul li.highlight-item {
        margin-left: -28px;
        padding-left: 28px;
    }
}

@media (max-width: 480px) {
    .privacy-policy-site-header {
        padding: 16px 0;
    }

    .privacy-policy-header-content {
        width: 100%;
        padding: 0 12px;
    }

    .logo {
        height: 24px;
    }

    .container {
        width: 100%;
        padding: 24px 12px 48px;
    }

    .card {
        padding: 20px 20px;
        margin-bottom: 16px;
        border-radius: 6px;
    }

    header.header-card {
        margin-bottom: 32px;
        padding-bottom: 20px;
    }

    header.header-card h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 20px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    section.rights-section h2,
    section.contact-section h2 {
        font-size: 24px;
    }

    ul li {
        padding-left: 20px;
    }

    ul li.highlight-item {
        margin-left: -20px;
        padding-left: 20px;
        padding: 12px;
    }

    section.intro p {
        margin-bottom: 16px;
    }

    section.intro p:first-child {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

    .contact-info {
        padding: 16px;
    }

    .contact-info strong {
        min-width: auto;
        display: block;
        margin-bottom: 4px;
    }
}

/* Utility classes for responsive visibility */
.hide-mobile {
    display: block;
}

.hide-desktop,
.hide-desk {
    display: none;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }

    .hide-desktop,
    .hide-desk {
        display: block;
    }
}

/* Connect with us section */
section.contact {
    background-color: #000;
    padding: 80px 0;
    margin-top: 60px;
}

section.contact .container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.contact-form {
    text-align: center;
}

.contact-form h2 {
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    border: none;
    padding: 0;
}

.contact-form a {
    display: inline-block;
    width: 172px;
    height: 40px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
    font-weight: 500;
}

.contact-form a::after {
    content: '';
    width: 172px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    transition: all 0.2s ease;
}

.contact-form a:hover::after {
    top: 7px;
    left: 7px;
}

/* Responsive styles for Connect with us section */
@media (max-width: 1024px) {
    section.contact .container {
        width: 90%;
        padding: 0 20px;
    }
    
    .contact-form h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    section.contact {
        padding: 60px 0;
        margin-top: 40px;
    }
    
    section.contact .container {
        width: 95%;
        padding: 0 16px;
    }
    
    .contact-form h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .contact-form a {
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    
    .contact-form a::after {
        width: 150px;
        height: 36px;
    }
    
    .contact-form a:hover::after {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 480px) {
    section.contact {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    section.contact .container {
        width: 100%;
        padding: 0 12px;
    }
    
    .contact-form h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .contact-form a {
        width: 140px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    
    .contact-form a::after {
        width: 140px;
        height: 34px;
    }
    
    .contact-form a:hover::after {
        top: 4px;
        left: 4px;
    }
}

/* Footer Styles */
footer {
    background-color: #000;
    color: #fff;
    padding: 100px 0 60px;
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

footer .footer-img img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1);
}

footer .footer-detail p {
    color: #fff;
}

footer .list-linline {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .list-linline li {
    display: inline-block;
    margin: 0 10px;
}

footer .list-linline a {
    display: inline-block;
    transition: opacity 0.3s ease;
}

footer .list-linline a:hover {
    opacity: 0.7;
}

footer .list-linline img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Responsive Footer */
@media (max-width: 768px) {
    footer {
        padding: 60px 0 40px;
    }
    
    footer .footer-img img {
        max-width: 150px;
    }
    
    footer .list-linline li {
        margin: 0 8px;
    }
    
    footer .list-linline img {
        width: 20px;
        height: 20px;
    }
}

