/* تنظیم فونت‌های لوکال */
@font-face {
    font-family: 'Vazirmatn';
    src: url('https://hoseinbanaei.ir/wp-content/themes/amoozeshyar/assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('https://hoseinbanaei.ir/wp-content/themes/amoozeshyar/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

:root {
    --brand-deep: #0A369D;
    --brand-light: #00B4D8;
    --brand-accent: #22D3EE;
    --dark-slate: #0F172A;
    --text-main: #1E293B;
    --text-muted: #64748B;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', sans-serif;
    background-color: #FAFBFC;
    color: var(--text-main);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.grid-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
}

.section-padding {
    padding: 90px 0;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

.hero-aurora {
    position: relative;
    padding: 120px 0 60px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.hero-aurora::before, .hero-aurora::after {
    content: '';
    position: absolute;
    pointer-events: none;
    filter: blur(140px);
    opacity: 0.12;
    border-radius: 50%;
}
.hero-aurora::before {
    width: 400px;
    height: 400px;
    background: var(--brand-light);
    top: -100px;
    right: -50px;
}
.hero-aurora::after {
    width: 500px;
    height: 500px;
    background: var(--brand-deep);
    bottom: -150px;
    left: -100px;
}

.hero-aurora .content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-aurora h1 {
    font-size: 3rem;
    color: var(--dark-slate);
    margin: 0 0 24px 0;
    font-weight: 700;
    line-height: 1.4;
}

.hero-aurora h1 span {
    background: linear-gradient(135deg, var(--brand-deep) 30%, var(--brand-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-aurora .slogan-box {
    max-width: 780px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #475569;
    font-weight: 500;
}

.hero-aurora .badge {
    display: inline-block;
    background: rgba(0, 180, 216, 0.08);
    color: var(--brand-deep);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 180, 216, 0.15);
}

.bio-section {
    background-color: #ffffff;
}

.editorial-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(10, 54, 157, 0.05);
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, var(--brand-deep), var(--brand-light), transparent);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.editorial-card::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.015;
    background-image: linear-gradient(var(--brand-deep) 1px, transparent 1px), linear-gradient(90deg, var(--brand-deep) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    border-radius: 24px;
}

.editorial-quote-mark {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(10, 54, 157, 0.04);
    font-family: system-ui, sans-serif;
    line-height: 1;
}

.editorial-card p {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    line-height: 2.1;
    color: #2e3c51;
    margin: 0;
    text-align: justify;
}

.editorial-card p strong {
    color: var(--brand-deep);
    background: linear-gradient(to top, rgba(0, 180, 216, 0.08) 30%, transparent 30%);
    padding: 0 4px;
}

.bio-visual-box {
    background: linear-gradient(135deg, var(--brand-deep) 0%, #1e40af 100%);
    border-radius: 24px;
    padding: 40px;
    color: #ffffff;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 25px 50px rgba(10, 54, 157, 0.15);
}

.bio-visual-box .big-number {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(to bottom, #ffffff, var(--brand-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bio-visual-box .number-label {
    font-size: 1.25rem;
    margin-top: 15px;
    font-weight: 500;
    opacity: 0.95;
    line-height: 1.6;
}

.credits-section {
    background-color: #FAFBFC;
}

.credits-intro {
    font-size: 1.25rem;
    line-height: 1.9;
    color: var(--dark-slate);
    margin-bottom: 35px;
}

.credit-cards-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.credit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(15, 23, 42, 0.04);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01);
}

.credit-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(10, 54, 157, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--brand-deep);
}

.credit-card p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #334155;
}

.credits-badge-showcase {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 20px 40px rgba(0,0,0,0.02);
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.showcase-header {
    font-size: 1.1rem;
    font-weight: 700;
    color: #64748B;
    margin-bottom: 30px;
}

.medal-graphic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: radial-gradient(circle, rgba(0, 180, 216, 0.1) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-light);
}

.showcase-footer-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-top: 30px;
}

.stats-section {
    background-color: #ffffff;
}

.stats-header-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 55px auto;
}

.stats-header-box h2 {
    font-size: 2.2rem;
    color: var(--dark-slate);
    margin: 0 0 15px 0;
    font-weight: 700;
}

.stats-header-box h2 span {
    color: var(--brand-deep);
}

.stats-header-box p {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stat-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(10, 54, 157, 0.08);
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(10, 54, 157, 0.07);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, var(--brand-light), var(--brand-deep));
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -1px;
    background: linear-gradient(135deg, var(--brand-deep) 40%, var(--brand-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-card h3 {
    font-size: 1.25rem;
    color: var(--dark-slate);
    margin: 0 0 15px 0;
    font-weight: 700;
}

.stat-card p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    margin: 0;
    text-align: justify;
}

.manifesto-section {
    background-color: #FAFBFC;
}

.manifesto-dark-box {
    background: linear-gradient(135deg, #0B132B 0%, #1C2541 100%);
    border-radius: 32px;
    padding: 60px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(11, 19, 43, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.manifesto-dark-box::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.15) 0%, transparent 70%);
    bottom: -150px;
    right: -100px;
    pointer-events: none;
}

.manifesto-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.manifesto-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 211, 238, 0.1);
    color: var(--brand-accent);
    padding: 6px 18px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 30px;
    border: 1px solid rgba(34, 211, 238, 0.2);
}

.manifesto-quote {
    font-size: 1.7rem;
    line-height: 1.9;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 30px 0;
}

.manifesto-quote span {
    color: var(--brand-accent);
    border-bottom: 2px dashed rgba(34, 211, 238, 0.4);
    padding-bottom: 4px;
}

.manifesto-text {
    font-size: 1.2rem;
    line-height: 2;
    color: #CBD5E1;
    margin: 0;
    text-align: justify;
}

.logos-section {
    background-color: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.04);
    border-bottom: 1px solid rgba(15, 23, 42, 0.04);
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.logos-title {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 35px;
}

.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.logo-slider::before, .logo-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.logo-slider::before { left: 0; background: linear-gradient(to right, #ffffff 20%, transparent 100%); }
.logo-slider::after { right: 0; background: linear-gradient(to left, #ffffff 20%, transparent 100%); }

.logo-track {
    display: flex;
    width: max-content;
    animation: seamlessRTLScroll 18s linear infinite;
}

.logo-item {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-item img {
    height: 44px;
    width: auto;
    filter: grayscale(1) opacity(0.35);
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0) opacity(0.95);
}

@keyframes seamlessRTLScroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(calc(-50%), 0, 0); }
}

.cta-section {
    background-color: #ffffff;
    text-align: center;
}

.premium-btn-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
}

.premium-btn-wrapper::before {
    content: '';
    position: absolute;
    inset: 5px;
    background: linear-gradient(135deg, var(--brand-deep), var(--brand-light));
    border-radius: 100px;
    filter: blur(25px);
    opacity: 0.4;
    transition: all 0.4s ease;
}

.luxury-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(135deg, var(--brand-deep) 0%, #1e40af 100%);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    padding: 22px 55px;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(10, 54, 157, 0.2), inset 0 1px 1px rgba(255,255,255,0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.luxury-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: skewX(-25deg);
    animation: lightSheen 4s infinite linear;
}

.luxury-button .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: var(--brand-accent);
    transition: transform 0.4s ease;
    flex-shrink: 0;
}

.premium-btn-wrapper:hover .luxury-button {
    background: linear-gradient(135deg, #0e44ca 0%, var(--brand-deep) 100%);
    box-shadow: 0 15px 35px rgba(10, 54, 157, 0.3);
}

.premium-btn-wrapper:hover .btn-icon {
    transform: translateX(-5px);
}

@keyframes lightSheen {
    0% { left: -100%; }
    30% { left: 150%; }
    100% { left: 150%; }
}

@media (max-width: 992px) {
    .section-padding {
        padding: 60px 0;
    }
    .grid-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hero-aurora h1 {
        font-size: 2.3rem;
    }
    .hero-aurora .slogan-box {
        font-size: 1.2rem;
    }
    .editorial-card {
        padding: 35px 25px;
    }
    .bio-visual-box {
        padding: 35px;
        height: auto;
    }
    .credits-badge-showcase {
        height: auto;
        padding: 35px 24px;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .stat-card {
        transform: translateY(0);
        box-shadow: 0 15px 35px rgba(10, 54, 157, 0.05);
    }
    .manifesto-dark-box {
        padding: 45px 24px;
        border-radius: 24px;
    }
    .manifesto-quote {
        font-size: 1.35rem;
        line-height: 1.8;
    }
    .logo-slider::before, .logo-slider::after {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 20px;
    }
    .hero-aurora {
        padding: 90px 0 40px 0;
    }
    .hero-aurora h1 {
        font-size: 1.9rem;
    }
    .hero-aurora .slogan-box {
        font-size: 1.05rem;
        line-height: 1.8;
    }
    .editorial-card p {
        font-size: 1.1rem;
        line-height: 2;
    }
    .editorial-quote-mark {
        font-size: 5rem;
        top: -5px;
        right: 15px;
    }
    .bio-visual-box .big-number {
        font-size: 4.5rem;
    }
    .bio-visual-box .number-label {
        font-size: 1.1rem;
    }
    .credits-intro {
        font-size: 1.1rem;
        line-height: 1.8;
    }
    .credit-card {
        padding: 16px;
        gap: 14px;
    }
    .credit-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .credit-icon-wrapper {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .credit-icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
    .stats-header-box h2 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .stats-header-box p {
        font-size: 1rem;
    }
    .stat-number {
        font-size: 3rem;
    }
    .stat-card h3 {
        font-size: 1.15rem;
    }
    .stat-card p {
        font-size: 0.95rem;
    }
    .manifesto-badge {
        font-size: 0.8rem;
        padding: 4px 14px;
        margin-bottom: 20px;
    }
    .manifesto-quote {
        font-size: 1.15rem;
        line-height: 1.7;
    }
    .manifesto-text {
        font-size: 1rem;
        line-height: 1.8;
    }
    .luxury-button {
        font-size: 1rem;
        padding: 16px 24px;
        width: 100%;
        gap: 10px;
    }
    .luxury-button .btn-icon {
        width: 26px;
        height: 26px;
    }
    .logo-item {
        padding: 0 25px;
    }
    .logo-item img {
        height: 36px;
    }
}