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

body {
    font-family: "Sen", sans-serif;
    background-color: #0b132b;
    color: #fff;
    line-height: 1.6;
}

.ai-policy-page {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}


/* Hero Section */
.hero-section {
    display: flex;
    width: 100%;
    height: 418px;
    padding: 32px 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
    background-color: #0b132b;
}

.hero-background-blur {
    width: 529px;
    height: 529px;
    position: relative;
    left: 455.75px;
    top: -187px;
    border-radius: 529px;
    background: #0e1a3f;
    filter: blur(64.75px);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1261px;
}

.hero-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.hero-description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 1261px;
}

/* Section Base Styles */
.section-content {

    /* max-width: 1260px; */
    margin: 0 auto;
    padding: 0 20px;

}

.section-content-dataprivacy {
    /* background: #ff0000; */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
}

.section-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.section-description {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 32px;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
}

/* AI Principles Section */
.ai-principles-section {
    width: 100%;
    display: flex;
    padding: 32px 90px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #0d1736;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1260px;
}

.principle-card {
    overflow: hidden;
    display: flex;
    padding: 12px 12px 19px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #152143;
}

.card-background {
    height: 164px;
    align-self: stretch;
    border-radius: 12px;
    position: relative;
}

.card-bg-image-1 {
    width: 557px;
    height: 386px;
    transform: rotate(90deg);
    position: absolute;
    left: 0px;
    top: -120px;
}

.card-bg-image-2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.card-icon-content {
    display: flex;
    width: 217px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 2px;
    position: absolute;
    left: 17px;
    top: 63px;
    height: 89px;
}

.principle-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.principle-icon {
    width: 51px;
    height: 51px;
}

.principle-title {
    width: 130%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.principle-description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 385px;
}

/* AI Usage Section */
.ai-usage-section {
    width: 100%;
    display: flex;
    padding: 32px 90px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #0b132b;
}

.usage-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    max-width: 1260px;
}

.usage-column {
    display: flex;
    padding: 18px 12px 19px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #152143;
}

.usage-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

.usage-icon-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
}

.usage-check-icon {
    background-color: #91d04f;
    padding: 9.6px 9.8px 9.6px 9.4px;
}

.usage-cross-icon {
    background-color: #bb2b2b;
    padding: 3.2px 2.6px 2.4px 3px;
}

.usage-icon {
    width: 21px;
    height: 21px;
}

.usage-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    max-width: 385px;
}

.usage-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    list-style: none;
}

.usage-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 13px;
}

.usage-item-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.usage-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 385px;
}

/* Governance Section */
.governance-section {
    width: 100%;
    display: flex;
    padding: 32px 90px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #0d1736;
}

.governance-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 822px;
    margin: 0 auto;
}

.governance-item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.governance-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.governance-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    flex: 1;
}

.governance-conclusion {
    width: 100%;
    max-width: 1136px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
}

/* Privacy Section */
.privacy-section {
    display: flex;
    padding: 32px 90px;
    align-items: center;
    gap: 16px;
    background-color: #0b132b;
    min-height: 411px;
    width: 100%;
}

.privacy-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    /* max-width: 1260px; */
    margin: 0 auto;
}

.privacy-section .section-title {
    width: 388px;
    text-align: left;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.privacy-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.privacy-intro {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 857px;
}

.privacy-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.privacy-item {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 822px;
}

.privacy-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.privacy-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    flex: 1;
    max-width: 630px;
}

.privacy-conclusion {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 857px;
}

/* Transparency Statements Section */
.transparency-statements {
    display: flex;
    height: 653px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.statements-background {
    width: 100%;
    height: 832px;
    position: absolute;
    top: -119px;
    z-index: 0;
    min-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.statements-content {
    /* background: #ff0000; */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 27px;
    position: relative;
    z-index: 1;
    max-width: 1261px;
    margin: 20px;
    overflow: hidden;
}

.statement-card {
    display: flex;
    width: 100%;
    padding: 32px 90px 32px 46px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(11.2px);
    background-color: rgba(0, 0, 0, 0.56);
}

.statement-card:last-child {
    border-bottom: none;
}

.statement-title {
    width: 390px;
    flex-shrink: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.statement-text {
    width: 100%;
    flex: 1 1 0%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* Approved Tools Section */
.approved-tools-section {
    width: 100%;
    display: flex;
    padding: 32px 90px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #0d1736;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.tool-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 129px;
}

.tool-logo-container {
    display: flex;
    height: 75px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.openai-logo-mask {
    /* width: 235px; */
    height: 82px;
    flex-shrink: 0;
    position: relative;
}

.openai-logo {
    /* width: 235px; */
    height: 82px;
    display: flex;
    /* position: absolute; */
    /* left: 0px;
    top: 0px; */
}

.openai-logo-overlay {
    width: 70px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-color: #fff;
}

.tool-logo {
    width: 77px;
    height: 75px;
}

.ai-logo {
    width: 75px;
    height: 75px;
}

.tool-name {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    max-width: 177px;
}

.tools-disclaimer {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: 1136px;
    margin-top: 16px;
}

/* Commitment Section */
.commitment-section {
    width: 100%;
    display: flex;
    padding: 32px 90px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #0b132b;
    min-height: 389px;
}

.commitment-section .section-content {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 1260px;
}

.commitment-image {
    width: 326px;
    height: 326px;
    flex-shrink: 0;
}

.commitment-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    max-width: 934px;
}

.commitment-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.commitment-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 927px;
}


/* Responsive Design */
@media (max-width: 991px) {

    .hero-section {
        padding: 32px 40px;
    }

    .hero-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 32px;
    }

    .ai-principles-section,
    .ai-usage-section,
    .governance-section,
    .privacy-section,
    .approved-tools-section,
    .commitment-section {
        padding: 32px 40px;
    }

    .principles-grid {
        grid-template-columns: 1fr;
    }

    .usage-comparison {
        grid-template-columns: 1fr;
    }

    .privacy-section {
        flex-direction: column;
        height: auto;
    }

    .privacy-section .section-title {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .statement-card {
        padding: 32px 40px;
        flex-direction: column;
    }

    .statement-title {
        width: 100%;
        font-size: 28px;
        text-align: center;
    }

    .statement-text {
        width: 100%;
    }

    .commitment-section .section-content {
        flex-direction: column;
    }

    .commitment-image {
        width: 200px;
        height: 200px;
    }

    .commitment-title {
        font-size: 32px;
    }

    .privacy-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%;
        /* max-width: 1260px; */
        margin: 0 auto;
    }
    .statements-content {
        height: auto;
    }
    .transparency-statements {
        height: auto;
    }
}

@media (max-width: 640px) {

    .hero-section {
        padding: 20px;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-description {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-description {
        font-size: 14px;
    }

    .ai-principles-section,
    .ai-usage-section,
    .governance-section,
    .privacy-section,
    .approved-tools-section,
    .commitment-section {
        padding: 20px;
    }

    .principle-title {
        font-size: 20px;
    }

    .principle-description {
        font-size: 14px;
    }

    .usage-title {
        font-size: 18px;
    }

    .usage-item span {
        font-size: 14px;
    }

    .governance-text {
        font-size: 12px;
    }

    .governance-conclusion {
        font-size: 14px;
    }

    .privacy-text {
        font-size: 14px;
    }

    .privacy-intro,
    .privacy-conclusion {
        font-size: 14px;
    }

    .statement-card {
        padding: 20px;
    }

    .statement-title {
        font-size: 20px;
    }

    .statement-text {
        font-size: 14px;
    }

    .tools-disclaimer {
        font-size: 14px;
    }

    .commitment-title {
        font-size: 24px;
    }

    .commitment-text {
        font-size: 14px;
    }

}