/* Reset e configurações base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.5;
    
}

/* Container principal */
.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin:auto;

}

.policy-wrapper {
    /* position: absolute; */
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin:auto;
    margin-top: 64px;
}

/* Hero Section */
.hero {
    background-color: #141415;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 0;
    position: relative;
    width: 100%;
}

/* Logo */
.logo {
    position: relative;
    flex-shrink: 0;
}

.logo-content {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
}

.logo-icon {
    background-image: url('/assets/IplodevIcon.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    flex-shrink: 0;
    width: 24.524px;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
}

.logo-text p {
    display: block;
    line-height: normal;
    white-space: pre;
}

/* Hero Title */
.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 0;
    min-width: 100%;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 64px;
    text-align: center;
    letter-spacing: -0.96px;
    width: min-content;
}

.hero-title p {
    display: block;
    line-height: 72px;
}

/* Hero Subtitle */
.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 0;
    min-width: 100%;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: min-content;
}

.hero-subtitle p {
    display: block;
    line-height: 24px;
}

/* Main Content */
.main-content {
    background-color: #ffffff;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.content-inner {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    position: relative;
    width: 100%;
}

.body-content {
    position: relative;
    flex-shrink: 0;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 120px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

/* Section Styles */
.section {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.section-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 44px;
    text-align: left;
    width: 100%;
}

.section-title p {
    display: block;
    line-height: 48px;
}

/* Interpretation and Definitions */
.interpretation-definitions {
    gap: 48px;
}

.subsection-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.subsection-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.subsection {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.subsection-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.subsection-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 32px;
    text-align: left;
    width: 100%;
}

.subsection-title p {
    display: block;
    line-height: 40px;
}

.subsection-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    width: 100%;
}

.subsection-text p {
    display: block;
    line-height: 26px;
}

/* Definitions */
.definitions-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.definitions-intro {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.definitions-intro p {
    display: block;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #141415;
    font-size: 18px;
}

.definitions-list {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.definitions-list ul {
    list-style-type: disc;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #141415;
    font-size: 18px;
}

.definitions-list li {
    margin-bottom: 0;
    margin-left: 27px;
}

.definitions-list span {
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.underline {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-underline-position: from-font;
}

/* Collecting Data Section */
.collecting-data {
    gap: 48px;
}

.collecting-data-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

/* Data Types */
.data-types {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.data-type {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.data-type-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 0;
    font-style: normal;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.data-type-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 28px;
    width: 100%;
}

.data-type-title p {
    display: block;
    line-height: 36px;
}

.data-type-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    width: 100%;
}

.data-type-text p {
    display: block;
    line-height: 26px;
    margin-bottom: 0;
}

.data-type-text ul {
    list-style-type: disc;
}

.data-type-text li {
    margin-bottom: 0;
    margin-left: 27px;
}

.data-type-text span {
    line-height: 26px;
}

/* Tracking and Cookies */
.tracking-cookies {
    gap: 36px;
}

.tracking-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.tracking-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.tracking-intro p {
    display: block;
    line-height: 26px;
    margin-bottom: 0;
}

.tracking-intro ul {
    list-style-type: disc;
}

.tracking-intro li {
    margin-bottom: 0;
    margin-left: 27px;
}

.tracking-intro span {
    line-height: 26px;
}

.cookies-explanation {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.cookies-explanation p {
    margin-bottom: 0;
}

.cookies-explanation a {
    color: #141415;
    cursor: pointer;
}

/* Cookie Types */
.cookie-type {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.cookie-type-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 0;
    font-style: normal;
    padding: 0;
    position: relative;
    color: #141415;
    text-align: left;
    width: 100%;
}

.cookie-type-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    flex-shrink: 0;
    font-size: 28px;
    width: 100%;
}

.cookie-type-title p {
    display: block;
    line-height: 36px;
}

.cookie-type-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    flex-shrink: 0;
    font-size: 18px;
    width: 100%;
}

.cookie-type-text p {
    display: block;
    margin-bottom: 0;
}

/* Handling Payments */
.handling-payments {
    gap: 36px;
}

.payments-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.payments-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.payments-intro p {
    margin-bottom: 0;
}

.revenue-cat {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.revenue-cat-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 0;
    font-style: normal;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.revenue-cat-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 28px;
    width: 100%;
}

.revenue-cat-title p {
    display: block;
    line-height: 36px;
}

.revenue-cat-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    width: 100%;
}

.revenue-cat-text p {
    display: block;
    margin-bottom: 0;
}

/* Use Personal Data */
.use-personal-data {
    gap: 36px;
}

.use-data-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    flex-shrink: 0;
    color: #141415;
    font-size: 18px;
    width: 100%;
}

.use-data-text p {
    display: block;
    line-height: 26px;
    margin-bottom: 0;
}

.use-data-text ul {
    list-style-type: disc;
}

.use-data-text li {
    margin-bottom: 0;
    margin-left: 27px;
}

.use-data-text span {
    line-height: 26px;
}

/* Retention Data */
.retention-data {
    gap: 36px;
}

.retention-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    flex-shrink: 0;
    font-size: 18px;
    width: 100%;
}

.retention-text p {
    display: block;
    line-height: 26px;
    margin-bottom: 0;
}

.retention-text ul {
    list-style-type: disc;
}

.retention-text li {
    margin-bottom: 0;
    margin-left: 27px;
}

.retention-text span {
    line-height: 26px;
}

/* Security Data */
.security-data {
    gap: 36px;
}

.security-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    flex-shrink: 0;
    font-size: 18px;
    width: 100%;
}

.security-text p {
    display: block;
    line-height: 26px;
}

/* Children's Privacy */
.children-privacy-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.children-privacy-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.children-privacy-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.links-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.links-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.links-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 28px;
    width: 100%;
}

.links-title p {
    display: block;
    line-height: 36px;
}

.links-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    flex-shrink: 0;
    font-size: 18px;
    width: 100%;
}

.links-text p {
    display: block;
    margin-bottom: 0;
}

/* Changes Content */
.changes-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.changes-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.changes-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

/* Contact Content */
.contact-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    width: 100%;
}

.contact-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #000000;
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: block;
    line-height: 26px;
    margin-bottom: 0;
}

.contact-text a {
    color: #000000;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
}

/* Footer */
.footer {
    background-color: #141415;
    position: relative;
    flex-shrink: 0;
    width: 100%;
        margin-top: 64px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.footer-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 0;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.footer-text p {
    display: block;
    line-height: 24px;
}

/* Responsividade */
@media (max-width: 1440px) {
    .policy-wrapper {
        width: 100%;
        max-width: 1440px;
    }
}

@media (max-width: 768px) {
    .policy-wrapper {
        gap: 40px;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .hero-title p {
        line-height: 54px;
    }
    
    .body-content {
        width: 90%;
        gap: 80px;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-title p {
        line-height: 42px;
    }
    
    .subsection-title {
        font-size: 28px;
    }
    
    .subsection-title p {
        line-height: 34px;
    }
    
    .data-type-title,
    .cookie-type-title,
    .revenue-cat-title,
    .links-title {
        font-size: 24px;
    }
    
    .data-type-title p,
    .cookie-type-title p,
    .revenue-cat-title p,
    .links-title p {
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .hero-inner {
        padding: 32px 16px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-title p {
        line-height: 42px;
    }
    
    .body-content {
        width: 95%;
        gap: 60px;
    }
    
    .content-inner {
        padding: 16px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-title p {
        line-height: 38px;
    }
}