/* About Page Styles */

.about-main {
    width: 100%;
    background-color: #FFFFFF;
}

/* Hero Section */
.about-hero {
    width: 100%;
    position: relative;
}

.about-hero-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-hero-title {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.about-hero-image {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 640px;
    overflow: hidden;
    position: relative;
}

.about-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mission Section */
.about-mission-section {
    width: 100%;
    background-color: #FFFFFF;
}

.about-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 96px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-section-title {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.about-mission-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.about-mission-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.about-mission-label {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

.about-mission-text {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

/* Governance Section */
.about-governance-section {
    width: 100%;
    background-color: #F3EFF0;
}

.about-governance-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.about-governance-text-bold {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

.about-governance-text-gray {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

/* How It Works Section */
.about-how-it-works-section {
    width: 100%;
    background-color: #F3EFF0;
}

.about-how-it-works-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.about-how-it-works-text {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

/* License Section */
.about-license-section {
    width: 100%;
    background-color: #FFFFFF;
}

.about-license-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.about-license-text-bold {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

.about-license-text-gray {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

.about-license-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: rgba(40, 23, 27, 0.12);
    border-radius: 400px;
    text-decoration: none;
    width: fit-content;
    margin-top: 8px;
}

.about-license-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.about-license-link span {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
}

.about-license-subtext {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

/* Compliance Section */
.about-compliance-section {
    width: 100%;
    background-color: #FFFFFF;
}

.about-compliance-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.about-compliance-text {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

.about-compliance-policies {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.about-compliance-policies-title {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.about-compliance-policies-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.about-compliance-policy-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px;
    background-color: #F3EFF0;
    border-radius: 32px;
    flex: 1;
    min-width: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-compliance-policy-item:hover {
    background-color: #E8E0E1;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about-compliance-policy-item:hover .about-compliance-policy-arrow {
    transform: translateY(-4px) rotate(180deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-compliance-policy-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.about-compliance-policy-title {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3333333333333333em;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.about-compliance-policy-subtitle {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

.about-compliance-policy-arrow {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    align-self: flex-end;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Documents Section */
.about-documents-section {
    width: 100%;
    background-color: #FFFFFF;
}

.about-documents-title {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.about-documents-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-bottom: 32px;
}

.about-document-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 32px;
    background-color: #F3EFF0;
    border-radius: 32px;
    flex: 1;
    min-width: 300px;
    max-width: 458px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-document-item:hover {
    background-color: #E8E0E1;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about-document-item:hover .about-document-arrow {
    transform: translateY(-4px) rotate(180deg);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-document-text {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

.about-document-arrow {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    align-self: flex-end;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-documents-description {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    color: rgba(40, 23, 27, 0.4);
    margin: 0;
}

/* Media Queries */

/* 1440px */
@media (max-width: 1440px) {
    .about-hero-container {
        padding: 96px 32px;
    }

    .about-hero-image {
        height: 640px;
    }

    .about-container {
        padding: 96px 32px;
    }
}

/* 1280px */
@media (max-width: 1280px) {
    .about-hero-container {
        padding: 64px 32px;
    }

    .about-hero-image {
        height: 640px;
    }

    .about-hero-img {
        content: url('../img/about-hero-1883f5.png');
    }

    .about-container {
        padding: 64px 32px;
    }

    .about-document-item {
        max-width: 400px;
    }
}

/* 1024px */
@media (max-width: 1024px) {
    .about-hero-container {
        padding: 64px 32px;
    }

    .about-hero-title {
        font-size: 56px;
    }

    .about-hero-image {
        height: 500px;
    }

    .about-hero-img {
        content: url('../img/about-hero-1883f5.png');
    }

    .about-container {
        padding: 64px 32px;
    }

    .about-section-title {
        font-size: 40px;
    }

    .about-document-item {
        max-width: 314px;
    }
}

/* 768px */
@media (max-width: 768px) {
    .about-hero-container {
        padding: 32px 16px;
    }

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

    .about-hero-image {
        height: 400px;
    }

    .about-container {
        padding: 32px 16px;
    }

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

    .about-mission-text,
    .about-governance-text-bold,
    .about-governance-text-gray,
    .about-how-it-works-text,
    .about-license-text-bold,
    .about-license-text-gray,
    .about-compliance-text,
    .about-compliance-policy-title,
    .about-document-text {
        font-size: 18px;
    }

    .about-compliance-policy-item,
    .about-document-item {
        min-width: 100%;
        max-width: 100%;
    }

    .about-compliance-policies-list {
        flex-direction: column;
    }

    .about-documents-list {
        flex-direction: column;
    }

    .about-license-link {
        width: 100%;
        justify-content: center;
    }
}

/* 480px */
@media (max-width: 480px) {
    .about-hero-container {
        padding: 32px 16px;
    }

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

    .about-hero-image {
        height: 300px;
    }

    .about-container {
        padding: 32px 16px;
    }

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

    .about-mission-text,
    .about-governance-text-bold,
    .about-governance-text-gray,
    .about-how-it-works-text,
    .about-license-text-bold,
    .about-license-text-gray,
    .about-compliance-text,
    .about-compliance-policy-title,
    .about-document-text {
        font-size: 16px;
    }

    .about-compliance-policy-item,
    .about-document-item {
        padding: 24px;
    }

    .about-license-link {
        padding: 12px 24px;
    }
}

