/* Body and Layout */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Typography */

.title-container {
    text-align: center;
    margin-bottom: 30px;
}

.karma-title {
    font-size: 70px;
    font-style: italic;
    font-weight: 900;
    color: #1e3a5f;
    display: inline;
    margin: 0;
}

.trade-mark {
    font-size: 24px;
    vertical-align: super;
    color: #1e3a5f;
    font-weight: 400;
    font-style: normal;
}

.intro-text-box {
    width: 100%;
    margin-bottom: 40px;
}

.intro-text {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.descrption-text {
    text-align: center;
    margin-bottom: 20px;
}

.descrption-text-bottom {
    text-align: center;
    margin-bottom: 0;
}

.descrption-text-item {
    text-align: center;
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.section-title {
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 40px 0 20px 0;
}

.learn-more-title {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin: 40px 0 24px 0;
}

/* Layout Components */
.feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    padding: 15px;
    align-items: center;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}

.feature-item + .feature-item {
    margin-top: 20px;
}

.section-title + .feature-item,
.intro-text-box + .feature-item {
    margin-top: 0;
}

.feature-content {
    flex: 1;
    min-width: 0;
}

.feature-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    margin: 0;
}

.underline-link {
    text-decoration: underline;
    color: #555;
    word-break: break-word;
}

.ethics-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ethics-content {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
}

.ethics-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.sub-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding-left: 68px;
}

.sub-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.sub-item p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    flex: 1;
    min-width: 0;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
    width: 100%;
}

.contact-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.06);
    padding: 32px 24px 24px 24px;
    transition: border-color 0.2s;
}

.contact-card:hover {
    border-color: #4a90e2;
}

.contact-card h4 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
}

.contact-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4a7fb8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
    word-break: break-word;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-link svg {
    flex-shrink: 0;
}

/* UI Components */
.icon-circle {
    width: 48px;
    height: 48px;
    min-width: 48px; /* Prevents shrinking */
    border-radius: 50%;
    background-color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 20px;
}

.check-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background-color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.check-icon::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.icon-circle-small {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background-color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
}

.contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background-color: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

/* Sections */
.ethics-intro .icon-circle {
    background-color: #212849;
}

.cta-section {
    background-color: #212849;
    color: white;
    padding: 50px 40px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.cta-section h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #2c3e50;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #f0f0f0;
}

/* Media Queries */
@media (max-width: 768px) {
    .container-inner {
        padding: 30px 20px;
    }

    .cta-section {
        padding: 40px 25px;
    }

    .sub-items {
        padding-left: 40px;
    }
}

@media (max-width: 600px) {
    .karma-title {
        font-size: 32px;
    }

    .container-inner {
        padding: 20px 15px;
    }

    .contact-section {
        flex-direction: column;
        gap: 30px;
    }

    .contact-card {
        flex: 1 1 100%;
        min-width: unset;
    }

    .sub-items {
        padding-left: 20px;
    }

    .feature-item {
        gap: 15px;
    }

    .cta-section {
        padding: 30px 20px;
    }

    .intro-text {
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .karma-title {
        font-size: 28px;
    }

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

    .feature-content p,
    .sub-item p,
    .intro-text {
        font-size: 13px;
    }
}