body {
    /*font-family: 'Vazir', 'Tahoma', sans-serif;*/
    background: white;
    margin: 0;
    padding: 0;
}

/* هدر با استایل متفاوت */
.campaign-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.campaign-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="50" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="30" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.campaign-header .container {
    position: relative;
    z-index: 2;
}

.info-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.info-item i {
    font-size: 20px;
    margin-left: 15px;
    color: #ffd700;
}

.info-item .info-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.video-container video{
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* دکمه‌های هدر */
.header-actions {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/*.btn-share {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-share:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    transform: translateY(-2px);
}*/

/* From Uiverse.io by zjssun */
.btn-start {
    position: relative;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    color: black;
    cursor: pointer;
    background-color: #ffed4e;
    transition: all 0.2s ease;
}

.btn-start:active {
    transform: scale(0.96);
}

.btn-start:before,
.btn-start:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}

.btn-start:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #ffed4e 20%, transparent 30%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffed4e 15%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.btn-start:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffed4e 15%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%),
    radial-gradient(circle, #ffed4e 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

/* بخش‌های محتوا */
.main-content {
    padding: 60px 0;
}

.content-section {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.content-section:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #667eea;
    position: relative;
}

.section-title i {
    color: #667eea;
    margin-left: 10px;
}

.wysiwyg-content {
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 4px solid #667eea;
    min-height: 120px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
.wysiwyg-content ol{
    list-style: disc;
}
.wysiwyg-content ul{
    list-style: decimal;
}
/*.wysiwyg-content::before {*/
/*    content: 'محتوای ویرایشگر WYSIWYG';*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 15px;*/
/*    font-size: 11px;*/
/*    color: #999;*/
/*    font-weight: 500;*/
/*}*/

/* بخش مدال */
.medal-section {
    /*background: #03442c;*/
    margin: -2rem;
    padding: 40px 2rem;
    text-align: center;
    position: relative;
}

.medal-container {
    display: inline-block;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.medal-name {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-top: 10px;
}

.medal-icon {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* انیمیشن‌ها */
.content-section {
    animation: slideUp 0.6s ease-out;
}

.content-section:nth-child(even) {
    animation-delay: 0.1s;
}

.content-section:nth-child(odd) {
    animation-delay: 0.2s;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info-item {
    animation: slideIn 0.5s ease-out;
}

.info-item:nth-child(1) { animation-delay: 0.1s; }
.info-item:nth-child(2) { animation-delay: 0.2s; }
.info-item:nth-child(3) { animation-delay: 0.3s; }
.info-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* موبایل */
@media (max-width: 768px) {
    .campaign-header {
        padding: 40px 0;
    }

    .info-item {
        padding: 15px;
    }

    .video-container {
        height: 250px;
        margin-bottom: 30px;
    }

    .header-actions {
        margin-top: 30px;
        justify-content: center;
        margin-bottom: 30px;
        width: 100%;
    }
    .header-actions .btn-start{
        width: 100% !important;
    }
    .btn-start {
        padding: 10px 20px;
        font-size: 14px;
    }
}

