* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    font-family: 'Inter', sans-serif;
    /* background-color: #f8fafc; */
    color: #334155;
    line-height: 1.7;
}

.container {
    max-width: 1000px;
	width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    margin: 40px 0 30px 0;
    transition: color 0.3s ease;
}

.back-button:hover {
    color: #3e44c6;
}

.back-arrow {
    font-size: 16px;
}

.article-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
}

.article-header {
    /* margin-bottom: 20px; */
}

.article-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 30px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid #e2e8f0;
    /* border-bottom: 2px solid #e2e8f0; */
    justify-content: space-between;
}

.meta-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meta-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.meta-value {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.category-badge {
    background: #3e44c6;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
	text-align: center;
}

.article-content {
    background: white;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.article-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 40px 0 20px 0;
    line-height: 1.2;
}

.article-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 35px 0 18px 0;
    line-height: 1.3;
}

.article-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin: 30px 0 15px 0;
    line-height: 1.4;
}

.article-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin: 25px 0 12px 0;
    line-height: 1.4;
}

.article-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #374151;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.article-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #374151;
}

.article-content blockquote {
    background: #f8fafc;
    border-left: 4px solid #3e44c6;
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #475569;
    border-radius: 0 8px 8px 0;
}

.article-content code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 14px;
    color: #e11d48;
}

.article-content pre {
    background: #1e293b;
    color: #f1f5f9;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 14px;
    line-height: 1.5;
}

.article-content a {
    color: #3e44c6;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.article-content a:hover {
    color: #1d4ed8;
}

.article-content strong {
    font-weight: 600;
    color: #1e293b;
}

.article-content em {
    font-style: italic;
    color: #475569;
}

.article-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.article-content th,
.article-content td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.article-content th {
    background: #f8fafc;
    font-weight: 600;
    color: #374151;
    font-size: 14px;
}

.article-content td {
    font-size: 15px;
    color: #4b5563;
}

.related-articles {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.related-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 25px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.related-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.related-card:hover {
    border-color: #3b82f6;
    background: #f8fafc;
    transform: translateY(-2px);
}

.related-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.4;
}

.related-card-summary {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.article-meta-right {
    display: flex;
    gap: 40px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .article-title {
        font-size: 2.5rem;
    }

    .article-content {
        padding: 30px 25px;
    }

    .article-content h1 {
        font-size: 2rem;
    }

    .article-content h2 {
        font-size: 1.75rem;
    }

    .article-content h3 {
        font-size: 1.5rem;
    }

    .article-meta {
        gap: 16px;
    }

    .related-articles {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 2rem;
    }

    .article-content {
        padding: 25px 20px;
    }

    .article-content h1 {
        font-size: 1.75rem;
    }

    .article-content h2 {
        font-size: 1.5rem;
    }

    .article-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

section {
    margin-bottom: 80px;
}






/* First 100 offer */
section.first_100_section {
    margin-top: 100px;
}

.first_100_offer {
    margin-top: 90px;
    width: 100%;
    padding: 80px;
    box-sizing: border-box;
    border: 5px solid #ffffff;
    border-radius: 40px;
    position: relative;
    display: flex;
    gap: 36px;
    margin-bottom: 10px;
    background: linear-gradient(300deg, rgba(122, 128, 235, 1) 0%, rgba(127, 203, 227, 1) 16%, rgba(217, 136, 219, 1) 70%);
    line-height: normal;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.first_100_offer img {
    box-shadow: none;
}

.first_100_label {
    position: absolute;
    transform: rotate(352deg);
    font-size: 60px;
    font-weight: 700;
    color: white;
    padding: 20px;
    border: 5px solid white;
    border-radius: 50px;
    top: -60px;
    left: -60px;
    background: radial-gradient(circle, hsl(50.37deg 60% 60%) 0%, hsl(44.31deg 54% 51%) 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.first_100_text {
    font-size: 70px;
    font-weight: 700;
    box-sizing: border-box;
    color: black;
}

.first_100_amount {
    color: white;
    text-shadow: -2px -2px 0 #3c3c3c, 2px -2px 0 #3c3c3c, -2px 2px 0 #3c3c3c, 2px 2px 0 #3c3c3c;
}

.first_100_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    al;
    align-items: center;
    gap: 100px;
}

.first_100_logo {
    width: 100%;
    max-width: unset !important;
    margin: 0 !important;
}

.first_100_footer {
    font-size: 13px;
    /* color: white; */
    width: 100%;
    text-align: center;
    display: block;
}

.front_button:hover {
     filter: brightness(0.8);
}
.front_button {
	padding: 20px 30px;
	border: 2px solid #f1f1ff;
	border-radius: 15px;
	color: white !important;
    text-decoration: none !important;
	background-color: hsl(240 67% 51% / 1);
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	background: radial-gradient(circle, hsla(237, 60%, 60%, 1) 0%, hsla(237, 54%, 51%, 1) 100%);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.front_signup {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.front_signup img {
    height: 21px;
    margin: 0 !important;
    margin-right: 0;
    filter: invert(1) brightness(2);
    margin-left: 15px !important;
    width: unset;
}

@media (max-width: 1000px) {
	.first_100_offer {
		flex-direction: column;
	}
	.first_100_logo {
		display: none;
	}
	.first_100_text {
		font-size: 2em;
	}
}