/* עיצוב מודרני, חד, צבעוני ומושך לקוחות */
:root {
    --primary: #0ea5e9;
    --primary-dark: #2563eb;
    --accent: #fbbf24;
    --bg: linear-gradient(120deg, #f0f4ff 0%, #e0f2fe 100%);
    --card-bg: #fff;
    --text: #1e293b;
    --text-light: #64748b;
    --shadow: 0 6px 32px rgba(14,165,233,0.10), 0 2px 8px rgba(251,191,36,0.08);
    --radius: 22px;
    --transition: 0.18s cubic-bezier(.4,0,.2,1);
}

body {
    background: var(--bg);
    font-family: 'Rubik', 'Heebo', Arial, sans-serif;
    color: var(--text);
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

header.hero-section {
    background: linear-gradient(120deg, #0ea5e9 0%, #2563eb 100%);
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
    border-radius: 0 0 40px 40px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem 2rem 2rem;
}

.text-content h1 {
    font-size: 3.7rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 1.2rem;
    letter-spacing: 1.5px;
    text-shadow: 0 4px 24px rgba(14,165,233,0.13);
}

.hero-description p {
    font-size: 1.35rem;
    color: #e0e7ef;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.highlight-text {
    color: var(--accent);
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(251,191,36,0.13);
}

.hero-buttons .cta-button {
    background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 1.1rem 2.7rem;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(14,165,233,0.13);
    transition: background var(--transition), transform var(--transition);
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
}
.hero-buttons .cta-button:hover {
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    transform: translateY(-3px) scale(1.06);
}

.image-placeholder {
    background: linear-gradient(135deg, #fbbf24 0%, #0ea5e9 100%);
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(14,165,233,0.10);
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 650px;
    min-width: 0;
    margin: 0 auto;
    transition: background 0.3s;
    height: auto;
}
.system-screenshot {
    width: 100%;
    max-width: 650px;
    height: auto;
    min-width: 0;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(251,191,36,0.10);
    transition: transform var(--transition), box-shadow var(--transition);
    display: block;
}

section {
    padding: 4.5rem 0 2.5rem 0;
}

.how-it-works h2,
.phone-line h2,
.website-features h2,
.contact-section h2 {
    font-size: 2.5rem;
    color: var(--primary-dark);
    font-weight: 900;
    margin-bottom: 2.2rem;
    text-align: center;
    letter-spacing: 1px;
}

.steps-container {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.step-card {
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 2.5rem 1.7rem 1.7rem 1.7rem;
    min-width: 220px;
    max-width: 270px;
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
    border-bottom: 5px solid var(--accent);
}
.step-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 40px rgba(14,165,233,0.15);
}
.step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    margin: 0 auto 1.2rem auto;
    box-shadow: 0 4px 16px rgba(251,191,36,0.10);
}

.step-card h3 {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    font-weight: 800;
}
.step-card p {
    color: var(--text-light);
    font-size: 1.05rem;
}

.features-container {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    align-items: stretch;
}
.feature-item {
    flex: 1 1 200px;
    max-width: 240px;
    display: flex;
}
.feature-card {
    background: var(--card-bg);
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(14,165,233,0.10);
    padding: 2.5rem 1.7rem 1.7rem 1.7rem;
    text-align: center;
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
    border-bottom: 5px solid var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 320px;
}
.feature-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 16px 48px rgba(251,191,36,0.15);
}
.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    margin: 0 auto 1.2rem auto;
    box-shadow: 0 4px 16px rgba(14,165,233,0.10);
}

.feature-card h3 {
    font-size: 1.15rem;
    color: var(--primary-dark);
    margin-bottom: 0.5rem;
    font-weight: 800;
}
.feature-card p {
    color: var(--text-light);
    font-size: 1.01rem;
}

.clients-logos {
    background: linear-gradient(90deg, #fbbf24 0%, #e0f2fe 100%);
    padding: 2.5rem 0 2rem 0;
    margin-bottom: 2rem;
    border-radius: 30px;
    box-shadow: 0 4px 24px rgba(251,191,36,0.10);
}
.logos-carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    direction: ltr;
}
.logos-track {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    animation: scroll-logos 22s linear infinite;
}
.client-logo {
    height: 60px;
    width: auto;
    filter: grayscale(0.1) contrast(1.1);
    opacity: 0.92;
    transition: filter 0.2s, opacity 0.2s, transform 0.2s;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(251,191,36,0.07);
    padding: 0.7rem 1.5rem;
}
.client-logo:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.10);
    box-shadow: 0 8px 32px rgba(14,165,233,0.13);
}
@keyframes scroll-logos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.contact-section {
    background: linear-gradient(120deg, #fbbf24 0%, #f6fafd 100%);
    padding: 4.5rem 0 2.5rem 0;
    border-radius: 30px;
    box-shadow: 0 4px 24px rgba(251,191,36,0.10);
}
.contact-container {
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.contact-info, .contact-form {
    flex: 1 1 320px;
    min-width: 260px;
    max-width: 400px;
}
.contact-form {
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 2.7rem 2.2rem;
}
.contact-form h3 {
    font-size: 1.3rem;
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
    font-weight: 800;
}
.input-icon-wrapper {
    position: relative;
    margin-bottom: 1.2rem;
}
.input-icon-wrapper i {
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1.1rem;
    opacity: 0.7;
}
.input-icon-wrapper input,
.input-icon-wrapper select,
.input-icon-wrapper textarea {
    width: 100%;
    padding: 0.9rem 0.8rem 0.9rem 2.2rem;
    border: 1.5px solid #e0e7ef;
    border-radius: 12px;
    background: #f6fafd;
    color: #222;
    font-size: 1.05rem;
    font-family: inherit;
    transition: border var(--transition), box-shadow var(--transition);
}
.input-icon-wrapper input:focus,
.input-icon-wrapper select:focus,
.input-icon-wrapper textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(14,165,233,0.10);
    background: #fff;
}
.submit-btn {
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 1rem 2.7rem;
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(251,191,36,0.10);
    transition: background var(--transition), transform var(--transition);
    margin-top: 1.5rem;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 1px;
}
.submit-btn:hover {
    background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);
    transform: translateY(-3px) scale(1.06);
}

footer {
    background: var(--primary-dark);
    color: #fff;
    padding: 2.5rem 0 1.2rem 0;
    text-align: center;
    border-radius: 0 0 30px 30px;
    margin-top: 2.5rem;
    box-shadow: 0 2px 8px rgba(14,165,233,0.10);
}
.footer-content h3 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: #fff;
}
.footer-content p {
    color: #e0e7ef;
    font-size: 1.01rem;
    margin: 0;
}

/* עיצוב מודל תמונה במסך מלא */
.img-modal {
    display: none; /* מוסתר כברירת מחדל */
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0,0,0,0.85);
    transition: opacity 0.3s;
    text-align: center;
}
.img-modal-content {
    margin: auto;
    display: block;
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    cursor: grab;
    transition: box-shadow 0.3s, transform 0.2s;
}
.img-modal-content:hover {
    cursor: zoom-in;
    box-shadow: 0 12px 40px 0 rgba(0,0,0,0.6);
    transform: scale(1.03);
}
.img-modal-close {
    position: absolute;
    top: 32px;
    left: 32px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: background 0.2s;
    z-index: 1100;
}
.img-modal-close:hover {
    background: rgba(0,0,0,0.6);
}

/* רספונסיביות */
@media (max-width: 1100px) {
    .content-wrapper, .contact-container, .features-container, .steps-container {
        flex-direction: column;
        align-items: center;
        gap: 2.2rem;
    }
    .image-placeholder {
        min-width: 220px;
        max-width: 350px;
    }
}
@media (max-width: 700px) {
    .content-wrapper {
        padding: 2rem 0.5rem;
    }
    .text-content h1 {
        font-size: 2.2rem;
    }
    .hero-description p {
        font-size: 1rem;
    }
    .step-card, .feature-card {
        min-width: 160px;
        max-width: 100%;
        padding: 1.2rem 0.7rem;
    }
    .contact-form, .contact-info {
        padding: 1.2rem 0.5rem;
    }
    .clients-logos, .contact-section {
        border-radius: 14px;
    }
    .image-placeholder {
        max-width: 100%;
        border-radius: 16px;
    }
    .system-screenshot {
        max-width: 100%;
        border-radius: 10px;
    }
}