.service-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../personalized_activity_sheets_hero_1778050374337.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: white;
    text-align: center;
}

.rhymes-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../nursery_rhymes_hero_1778066082507.png');
}

.comics-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../personalized_comics_hero_1778066524363.png');
}

.portal-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../digital_portal_hero_1778067076761.png');
}

.hero-badge {
    background: rgba(255, 116, 0, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid var(--accent);
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.section-intro {
    font-size: 1.25rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.info-card {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    color: #333;
}

.info-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: #FFF5EE;
    color: var(--accent);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.info-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.info-card ul {
    padding: 0;
    list-style: none;
}

.info-card ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-weight: 500;
}

.info-card ul li i {
    color: #28a745;
    font-size: 1.1rem;
}

.activity-type-box {
    background: #fdfaf7;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.activity-type-box:hover {
    background: white;
    border-color: var(--accent);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.activity-type-box i {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 15px;
    display: block;
}

.activity-type-box h5 {
    font-weight: 700;
    margin: 0;
    color: #333;
}

.how-works-step {
    position: relative;
    text-align: center;
    padding: 20px;
}

.step-circle {
    width: 70px;
    height: 70px;
    background: var(--accent);
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(255, 116, 0, 0.3);
}

.audience-card {
    padding: 50px;
    border-radius: 40px;
    color: white;
    height: 100%;
}

.bg-parents {
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5253 100%);
}

.bg-schools {
    background: linear-gradient(135deg, #4834D4 0%, #686DE0 100%);
}

.promise-banner {
    background: #0B0F2F;
    color: white;
    padding: 80px 0;
    border-radius: 50px;
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.promise-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 40%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 116, 0, 0.1) 0%, transparent 70%);
    transform: rotate(-15deg);
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 2.2rem;
    }
}

.bg-white {
    color: #333 !important;
}

.example-box {
    background: #FFF5EE;
    border: 2px dashed var(--accent);
    display: inline-block;
    color: #333;
}

.custom-option-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 116, 0, 0.15);
    border: 1px solid rgba(255, 116, 0, 0.3);
    color: var(--accent);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.custom-option-icon i {
    width: 24px;
    height: 24px;
}

.bg-accent {
    background-color: var(--accent) !important;
}

.bg-primary {
    background-color: #4834D4 !important;
}

.bg-success {
    background-color: #2ecc71 !important;
}

.trust-item {
    background: white;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: #f8f9ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4834D4;
    flex-shrink: 0;
}

.partner-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    padding: 50px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.partner-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 116, 0, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.partner-card * {
    position: relative;
    z-index: 1;
}

.service-card-premium {
    background: white;
    padding: 40px 30px;
    border-radius: 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.service-card-premium:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(72, 52, 212, 0.1);
    border-color: rgba(72, 52, 212, 0.1);
}

.service-card-premium .icon-container {
    width: 70px;
    height: 70px;
    background: #f0f2ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #4834D4;
    transition: all 0.3s ease;
}

.service-card-premium:hover .icon-container {
    background: #4834D4;
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.process-step-premium {
    position: relative;
    padding: 30px;
    background: white;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.process-step-premium .step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: var(--accent);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(255, 116, 0, 0.2);
}

iframe {
    border: none;
    width: 100%;
    border-radius: 6%;
    /* height: 160px;*/
    height: 230px;
    margin-bottom: 15px;
}