/*
Theme Name: Incominguru
Theme URI: https://incominguru.de
Author: Your Name
Author URI: https://yourwebsite.com
Description: Incominguru Landing Page Theme with Elementor Widgets
Version: 1.0.0
License: GPL v2 or later
Text Domain: incominguru
*/

/* ===== فونت‌ها ===== */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Baloo+2:wght@600;700;800&family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ===== ریست ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: #0c0c1a;
    font-family: 'Sora', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    overflow-x: hidden;
}

::selection {
    background: #2fd4c4;
    color: #0c0c1a;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 48px;
}

/* ===== انیمیشن‌ها ===== */
@keyframes marq {
    to { transform: translateX(-50%); }
}

@keyframes floatA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -40px) scale(1.08); }
}

@keyframes floatB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-60px, 50px) scale(1.12); }
}

@keyframes pulseDot {
    0%, 100% { opacity: .55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

@keyframes gradMove {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* ===== هدر ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 48px;
    background: rgba(12, 12, 26, 0.72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-header .logo img {
    width: 30px;
    height: 30px;
}

.site-header .logo span {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.3px;
    line-height: 1;
}

.site-header .logo span .highlight {
    color: #2fd4c4;
}

.site-nav {
    display: flex;
    gap: 34px;
    font-size: 14.5px;
    font-weight: 500;
}

.site-nav span {
    cursor: pointer;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav .active a,
.site-nav .current-menu-item a,
.site-nav .current_page_item a {
    color: rgb(47, 212, 196);
}

.site-nav ul,
.site-nav ol,
.site-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-nav ul {
    display: flex;
    gap: 34px;
}

.site-nav li {
    display: inline-block;
}

.header-cta {
    padding: 11px 21px;
    background: #2fd4c4;
    color: #0c0c1a;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: box-shadow .3s;
}

.header-cta:hover {
    box-shadow: 0 0 26px rgba(47, 212, 196, 0.5);
}

/* ===== فوتر ===== */
.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 20px;
}

.footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-brand {
    max-width: 300px;
}

.footer-brand .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-brand .logo img {
    width: 26px;
    height: 26px;
}

.footer-brand .logo span {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
}

.footer-brand .logo span .highlight {
    color: #2fd4c4;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-links .col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links .col .label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2px;
}

.footer-links .col a {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.7);
    transition: color .2s;
}

.footer-links .col a:hover {
    color: #2fd4c4;
}

.footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    flex-wrap: wrap;
    gap: 10px;
}

/* ===== Footer Links Hover ===== */
.footer-links .col a:hover,
.footer-links .col .info:hover {
    color: #2fd4c4 !important;
}

/* ===== ویجت‌های المنتور ===== */
/* این استایل‌ها برای ویجت‌های سفارشی هستن */
.elementor-widget-incominguru-hero .hero-title .gradient {
    background: linear-gradient(90deg, var(--e-global-color-primary, #2fd4c4), var(--e-global-color-secondary, #f5b73f));
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradMove 5s ease infinite;
}

.elementor-widget-incominguru-services .service-card {
    transition: all 0.3s ease;
}

.elementor-widget-incominguru-services .service-card:hover {
    border-color: var(--e-global-color-primary, #2fd4c4);
    background: rgba(47, 212, 196, 0.05);
}

.elementor-widget-incominguru-process .process-step:first-child {
    border-top-color: var(--e-global-color-primary, #2fd4c4);
}

.elementor-widget-incominguru-cta .cta-wrapper {
    background: linear-gradient(120deg, var(--e-global-color-primary, #2fd4c4), var(--e-global-color-secondary, #f5b73f));
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
    .site-header {
        padding: 14px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .site-nav {
        gap: 16px;
        font-size: 13px;
        flex-wrap: wrap;
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .container {
        padding: 0 20px;
    }

    .footer-inner {
        padding: 30px 20px;
        flex-direction: column;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-bottom {
        padding: 14px 20px;
        flex-direction: column;
        text-align: center;
    }
}

/* ===== Marquee Animation ===== */
@keyframes marq {
    to { transform: translateX(-50%); }
}

.marquee-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 -48px;
}

.marquee-track {
    display: inline-block;
    animation: marq 24s linear infinite;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.12);
}