/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Prompt', 'Baloo 2', sans-serif;
    background-color: #fef9f5;
    color: #2d3748;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', cursive;
    font-weight: 600;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

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

/* Header & Navigation */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 158, 196, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(255, 158, 196, 0.3);
}

.logo-text {
    font-size: 1.5rem;
    background: linear-gradient(to right, #ff9ec4, #a3d4f7, #c8b6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-desktop {
    display: none;
    gap: 0.5rem;
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    color: #2d3748;
}

.nav-btn:hover {
    background: #fff5f8;
}

.nav-btn.active {
    background: linear-gradient(135deg, #fff5f8, #f0f8ff);
    box-shadow: 0 2px 8px rgba(255, 158, 196, 0.2);
}

.nav-icon {
    font-size: 1.25rem;
}

.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    color: white;
    box-shadow: 0 2px 8px rgba(255, 158, 196, 0.3);
}

.nav-mobile {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
    margin-top: 1rem;
    border-top: 2px solid rgba(255, 158, 196, 0.2);
}

.nav-mobile.active {
    display: flex;
}

.nav-btn-mobile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: none;
    background: white;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    color: #2d3748;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.nav-btn-mobile:hover,
.nav-btn-mobile.active {
    background: linear-gradient(135deg, #fff5f8, #f0f8ff);
    box-shadow: 0 4px 12px rgba(255, 158, 196, 0.2);
}

/* Page Content */
.page-content {
    min-height: calc(100vh - 80px);
    padding: 2rem 0;
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 1rem;
}

.page-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-icon.pink {
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
}

.page-icon.blue {
    background: linear-gradient(135deg, #a3d4f7, #c4e4ff);
}

.page-icon.yellow {
    background: linear-gradient(135deg, #ffd89c, #ffe4b8);
}

.page-icon.purple {
    background: linear-gradient(135deg, #c8b6ff, #ddd4ff);
}

.page-title {
    margin-bottom: 0.5rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #fff5f8 0%, #f0f8ff 50%, #fffbf0 100%);
    padding: 4rem 1rem;
    text-align: center;
    border-radius: 0 0 3rem 3rem;
    margin-bottom: 3rem;
}

.hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: white;
    border-radius: 25px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 0.9rem;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #ff9ec4, #a3d4f7, #c8b6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 158, 196, 0.4);
}

/* Cards */
.card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.card-header {
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

/* Feature Cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 3rem auto;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    display: block;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.feature-card.pink {
    background: linear-gradient(135deg, #fff5f8, white);
    border: 2px solid rgba(255, 158, 196, 0.2);
}

.feature-card.blue {
    background: linear-gradient(135deg, #f0f8ff, white);
    border: 2px solid rgba(163, 212, 247, 0.2);
}

.feature-card.yellow {
    background: linear-gradient(135deg, #fffbf0, white);
    border: 2px solid rgba(255, 216, 156, 0.2);
}

.feature-card.purple {
    background: linear-gradient(135deg, #f3e8ff, white);
    border: 2px solid rgba(200, 182, 255, 0.2);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-icon.pink {
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
}

.feature-icon.blue {
    background: linear-gradient(135deg, #a3d4f7, #c4e4ff);
}

.feature-icon.yellow {
    background: linear-gradient(135deg, #ffd89c, #ffe4b8);
}

.feature-icon.purple {
    background: linear-gradient(135deg, #c8b6ff, #ddd4ff);
}

/* Grid Layouts */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

/* Info Boxes */
.info-box {
    padding: 1rem;
    border-radius: 0.75rem;
    border: 2px solid;
}

.info-box.pink {
    background: linear-gradient(135deg, #fff5f8, white);
    border-color: rgba(255, 158, 196, 0.3);
}

.info-box.blue {
    background: linear-gradient(135deg, #f0f8ff, white);
    border-color: rgba(163, 212, 247, 0.3);
}

.info-box.yellow {
    background: linear-gradient(135deg, #fffbf0, white);
    border-color: rgba(255, 216, 156, 0.3);
}

.info-box.purple {
    background: linear-gradient(135deg, #f3e8ff, white);
    border-color: rgba(200, 182, 255, 0.3);
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge.pink {
    background: linear-gradient(135deg, #ff9ec4, #ffc4e0);
    color: white;
}

.badge.blue {
    background: linear-gradient(135deg, #a3d4f7, #c4e4ff);
    color: white;
}

.badge.yellow {
    background: linear-gradient(135deg, #ffd89c, #ffe4b8);
    color: white;
}

.badge.purple {
    background: linear-gradient(135deg, #c8b6ff, #ddd4ff);
    color: white;
}

/* Tabs */
.tabs {
    margin-bottom: 2rem;
}

.tabs-list {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tab-btn {
    padding: 0.5rem 1.5rem;
    border: 2px solid rgba(163, 212, 247, 0.3);
    background: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Prompt', sans-serif;
    font-size: 0.95rem;
}

.tab-btn:hover {
    background: #f0f8ff;
}

.tab-btn.active {
    background: linear-gradient(135deg, #a3d4f7, #c4e4ff);
    color: white;
    border-color: transparent;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Accordion */
.accordion-item {
    margin-bottom: 1rem;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.accordion-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.accordion-header:hover {
    background: #f9fafb;
}

.accordion-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.active {
    max-height: 1000px;
    padding: 0 1.5rem 1.5rem;
}

/* Forms */
.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2d3748;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid rgba(163, 212, 247, 0.3);
    border-radius: 0.5rem;
    font-family: 'Prompt', sans-serif;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #a3d4f7;
    box-shadow: 0 0 0 3px rgba(163, 212, 247, 0.1);
}

.form-textarea {
    min-height: 150px;
    resize: vertical;
}

/* Lists */
.styled-list {
    list-style: none;
    padding-left: 0;
}

.styled-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.styled-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff9ec4;
    font-size: 1.5rem;
}

/* Utilities */
.text-center {
    text-align: center;
}

.text-gray {
    color: #6b7280;
}

.text-pink {
    color: #ff9ec4;
}

.text-blue {
    color: #a3d4f7;
}

.text-yellow {
    color: #ffd89c;
}

.text-purple {
    color: #c8b6ff;
}

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 2rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 2rem; }

.p-3 { padding: 1rem; }

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #ff9ec4, #a3d4f7);
    padding: 4rem 1rem;
    text-align: center;
    margin: 3rem 0;
    border-radius: 2rem;
    color: white;
}

.cta-section h2 {
    color: white;
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #2d3748, #1a202c);
    color: white;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 3rem;
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 3rem 2rem;
}

.success-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }

    .mobile-menu-btn {
        display: none;
    }

    .hero h1 {
        font-size: 3.5rem;
    }

    .grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }

    .hero {
        padding: 2rem 1rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .page-header {
        padding: 1rem;
    }

    .page-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr;
    }
}