

/* --------------------------------------------------
   📰 Page Intro
-------------------------------------------------- */
.page-intro {
    background: linear-gradient(180deg, #fdfdff 0%, #faf7fb 100%);
    padding: 3rem 0 2rem;
    text-align: center;
}

.page-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    margin-bottom: 0.6rem;
    border-bottom: none !important;
}

.page-title::after {
    content: '';
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    display: block;
    margin: 0.6rem auto 0;
}

.page-subtitle {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 650px;
    margin: auto;
}

/* --------------------------------------------------
   📄 Main Content
-------------------------------------------------- */
.content-wrapper {
    padding: 3rem 0 2rem;
}

.content-body {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #444;
}

.content-body h2 {
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 0.6rem;
    margin-top: 1rem;
    position: relative;
}

.content-body h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);
}

.content-body h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.content-body ul,
.content-body ol {
    list-style: none;
    padding: 0;
}

.content-body li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.6rem;
}

.content-body li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* --------------------------------------------------
   🚀 CTA
-------------------------------------------------- */
.cta-section {
    background: var(--gradient-primary);
    color: white;
    padding: 4rem 0;
    text-align: center;
    position: relative;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
}

.btn-cta {
    padding: 1rem 3rem;
    border-radius: 50px;
    background: white;
    color: var(--primary-color);
    font-weight: 700;
}

/* --------------------------------------------------
   Extras
-------------------------------------------------- */
#mobile {
    padding-left: 45px;
    width: 100%;
}

.iti {
    display: block !important;
}

.iti__flag {
    width: 20px;
    height: 15px;
}

.hidden-category {
    display: none !important;
}
