* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #2d1b4e;
    background-color: #f5f3f7
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.3
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.1rem
}

p {
    margin: 0 0 1rem
}

a {
    color: #00d9c0;
    text-decoration: none;
    transition: opacity .2s
}

a:hover {
    opacity: .75
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75rem
}

.row > * {
    padding: 0 .75rem;
    width: 100%
}

.col-6 {
    width: 50%
}

.col-4 {
    width: 33.333%
}

.col-3 {
    width: 25%
}

.btn {
    display: inline-block;
    padding: .875rem 1.75rem;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s
}

.btn-primary {
    background: #00d9c0;
    color: #2d1b4e
}

.btn-primary:hover {
    background: #00b8a3;
    opacity: 1
}

.btn-outline {
    background: transparent;
    border: 2px solid #00d9c0;
    color: #00d9c0
}

.btn-outline:hover {
    background: #00d9c0;
    color: #2d1b4e;
    opacity: 1
}

.btn-sm {
    padding: .5rem 1rem;
    font-size: .9rem
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.text-accent {
    color: #00d9c0
}

.bg-dark {
    background: #2d1b4e
}

.bg-light {
    background: #f5f3f7
}

.bg-accent {
    background: #00d9c0
}

.bg-gradient {
    background: linear-gradient(135deg, #2d1b4e 0%, #4a2c7a 100%)
}

.py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.mb-2 {
    margin-bottom: 1rem
}

.mb-3 {
    margin-bottom: 1.5rem
}

.mb-4 {
    margin-bottom: 2rem
}

.mt-3 {
    margin-top: 1.5rem
}

.mt-4 {
    margin-top: 2rem
}

.header {
    background: #1a1028;
    padding: .75rem 0;
    position: sticky;
    top: 0;
    z-index: 100
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.header-logo:hover {
    color: #00d9c0;
    opacity: 1
}

.header-nav {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap
}

.header-nav a {
    color: #c4b8d4;
    font-size: .95rem
}

.header-nav a:hover {
    color: #00d9c0;
    opacity: 1
}

.hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(45, 27, 78, .92) 0%, rgba(74, 44, 122, .85) 100%)
}

.hero-content {
    position: relative;
    z-index: 2
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 1.5rem
}

.hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 2rem
}
section{
    overflow: hidden;
}
.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1rem
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6b5b7a;
    margin-bottom: 2.5rem
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(45, 27, 78, .08)
}

.card-podcast {
    border-left: 4px solid #00d9c0
}

.card-podcast h4 {
    margin-bottom: .5rem
}

.card-podcast p {
    font-size: .9rem;
    color: #6b5b7a;
    margin-bottom: .75rem
}

.podcast-placeholder {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #2d1b4e 0%, #4a2c7a 50%, #00d9c0 100%);
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.podcast-placeholder i {
    font-size: 3rem;
    color: rgba(255, 255, 255, .8)
}

.disclaimer-box {
    font-size: .85rem;
    color: #4a3a5a;
    background: rgba(0, 217, 192, .1);
    border: 1px solid rgba(0, 217, 192, .3);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.disclaimer-small {
    font-size: .75rem;
    color: #8a7a9a;
    font-style: italic;
    margin-bottom: 1rem;
    padding: .75rem;
    background: rgba(45, 27, 78, .05);
    border-radius: 6px
}

.feature-box {
    text-align: center;
    padding: 2rem 1.5rem
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.25rem;
    background: rgba(0, 217, 192, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature-icon i {
    font-size: 1.75rem;
    color: #00d9c0
}

.stats-item {
    text-align: center;
    padding: 1.5rem
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00d9c0;
    display: block
}

.stats-label {
    color: #f5f3f7;
    font-size: .95rem
}

.cta-section {
    background: linear-gradient(135deg, #00d9c0 0%, #00b8a3 100%);
    padding: 4rem 2rem;
    border-radius: 16px;
    text-align: center
}

.cta-section h3 {
    color: #2d1b4e;
    margin-bottom: 1rem
}

.cta-section p {
    color: #1a1a2e;
    margin-bottom: 1.5rem
}

.footer {
    background: #1a1028;
    color: #c4b8d4;
    padding: 3rem 0 1.5rem
}

.footer a {
    color: #00d9c0
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    font-size: .85rem
}

.contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem
}

.contact-info i {
    color: #00d9c0;
    margin-right: 1rem;
    font-size: 1.25rem;
    margin-top: .25rem
}

.page-header {
    background: linear-gradient(135deg, #2d1b4e 0%, #4a2c7a 100%);
    padding: 4rem 0;
    text-align: center
}

.page-header h1 {
    color: #fff;
    margin-bottom: .5rem
}

.page-header p {
    color: rgba(255, 255, 255, .8)
}

.content-section {
    padding: 3rem 0
}

.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2d1b4e
}

.legal-content p {
    color: #4a3a5a;
    line-height: 1.8
}

.decor-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 217, 192, .1)
}

.decor-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px
}

@media (max-width: 768px) {
    .col-md-6 {
        width: 100%
    }

    .col-md-4 {
        width: 100%
    }

    .row {
        flex-direction: column
    }

    .hero {
        min-height: 60vh
    }

    .py-6 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .footer .row > * {
        margin-bottom: 2rem
    }

    .header-nav {
        gap: 1rem;
        margin-top: .5rem
    }

    .header .container {
        justify-content: center;
        text-align: center
    }
}

@media (min-width: 769px) {
    .col-md-6 {
        width: 50%
    }

    .col-md-4 {
        width: 33.333%
    }

    .col-md-3 {
        width: 25%
    }
}
