/* ===============
   Basic Reset
   =============== */
   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===============
   Page Layout
   =============== */
body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


/* ===============
   Landing Page Specific Styles
   =============== */
.content {
    padding: 0;
    max-width: 100%;
    font-family: "Assistant", Arial, sans-serif;
}

.banner-container {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    max-height: 550px;
    height: auto;
    object-fit: cover;
    display: block;
    vertical-align: top;
}

/* באנר אמצע (3 שלבים) */
.landing-banner-middle {
    width: 100%;
    padding: 1rem 0;
    background-color: #000000;
}

.landing-banner-middle-container {
    width: 100%;
    overflow: hidden;
}

.landing-banner-middle-img {
    width: 100%;
    height: auto;
    display: block;
}

/* סייקשן הופכים תנועת לקוחות לנכס דיגיטלי + 2 קלפים */
.landing-asset {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-asset-heading {
    margin-bottom: 2rem;
}

.landing-asset-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5rem;
    max-width: 960px;
    width: 100%;
}

.landing-asset-card {
    flex: 1 1 280px;
    max-width: 420px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-asset-icon {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* כותרת משנית טבלט: Assistant Regular 30px, #61EDE0 */
.landing-asset-card-title {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.25;
    color: #61EDE0;
    letter-spacing: 0;
    margin: 0 0 0.75rem;
}

/* טקסט רגיל טבלט ודסקטופ: Assistant Regular 16px, #FFFFFF, line-height 21 */
.landing-asset-card-desc,
.landing-text.landing-asset-card-desc {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0;
}

.landing-asset-card-desc .landing-desc-accent {
    color: #61EDE0;
}

/* סקשן יתרונות תפעוליים ועסקיים – כפתור, כותרת ראשית, 4 קלפים 2x2 */
.landing-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-advantages .landing-cta {
    margin-bottom: 0.5rem;
}

.landing-advantages .landing-heading-main {
    margin-bottom: 2rem;
}

.landing-advantages-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 960px;
    width: 100%;
}

.landing-advantages-card {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-advantages-card .landing-asset-card-desc {
    text-align: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.landing-asset-icon .landing-advantages-icon,
.landing-advantages-card .landing-asset-icon img {
    width: 48px;
    height: auto;
}

@media (max-width: 640px) {
    .landing-advantages-cards {
        grid-template-columns: 1fr;
    }
}

/* ===============
   Landing sections (GET THE BEEP / איך זה עובד)
   =============== */
.landing-section {
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
}

.landing-black {
    background-color: #030A1D;
}

.landing-blue {
    background-color: #101447;
}

.landing-beepers {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* סקשן "מוכנים להפסיק לקנות חומרה" – מרכוז אופקי */
.landing-ready-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.landing-cta {
    padding: 2rem;
}

.btn-get-beep {
    display: inline-block;
    background-color: #61EDE0;
    color: #030A1D;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
}

.btn-get-beep:hover {
    opacity: 0.9;
}

/* כותרת ראשית דסקטופ: Assistant Bold 40px, #61EDE0, line-height 52 */
.landing-heading-main {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 700;
    color: #61EDE0;
    letter-spacing: 0;
    max-width: 800px;
    margin: 0 auto 1rem;
    text-align: center;
}

/* כותרת משנית דסקטופ: Assistant Regular 30px, #61EDE0, line-height 40 */
.landing-heading-secondary {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 400;
    color: #61EDE0;
    letter-spacing: 0;
    margin: 0 0 0.75rem;
}

/* כותרת משנית דסקטופ – גם לפסקה (סורקים, נרשמים, אוספים...) */
.landing-subheading,
.landing-text.landing-subheading {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 400;
    color: #61EDE0;
    letter-spacing: 0;
    margin: 0;
}

.landing-heading {
    color: #61EDE0;
    margin: 0 0 0.75rem;
}

/* טקסט רגיל: Assistant Regular 16px, #FFFFFF, line-height 21 – זהה לטאבלט ולדסקטופ */
.landing-text {
    font-family: "Assistant", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* דסקטופ: גדלי כותרות */
@media (min-width: 1024px) {
    .landing-heading-main {
        font-size: 40px;
        line-height: 52px;
    }

    .landing-heading-secondary {
        font-size: 30px;
        line-height: 40px;
    }

    .landing-subheading {
        font-size: 30px;
        line-height: 40px;
    }
}

/* טאבלט ומובייל: כותרות קטנות יותר */
@media (max-width: 1023px) {
    .landing-heading-main {
        font-size: 28px;
        line-height: 1.3;
    }

    .landing-heading-secondary {
        font-size: 22px;
        line-height: 1.35;
    }

    .landing-subheading {
        font-size: 22px;
        line-height: 1.35;
    }
}

.landing-beepers .landing-text {
    margin-top: 0;
}

.landing-beepers .landing-text + .landing-text {
    margin-top: 1rem;
}

/* איך זה עובד: פס שחור | כחול (אייקון + טקסט במרכז) | פס שחור */
.landing-how {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.landing-how-black-strip {
    background-color: #030A1D;
    height: 148px;
    width: 100%;
    position: relative;
    z-index: 0;
}

.landing-how-blue {
    background-color: #101447;
    padding: 2rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
}

.landing-how-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    max-width: 900px;
    width: 100%;
    position: relative;
}

/* ה-wrap אבסולוטי ביחס ל-.landing-how-text */
.landing-how-img-wrap {
    position: absolute;
    top: -80px;
    left: -160px;
    width: 160px;
    min-height: 80px;
    z-index: 1;
}

.landing-how-img {
    width: 160px;
    height: auto;
    object-fit: contain;
    display: block;
}

.landing-how-text {
    position: relative;
    text-align: center;
    /* padding-right: 180px; */
}

.landing-how-text .landing-heading {
    margin-bottom: 0.5rem;
}

.landing-how-text .landing-text {
    margin: 0;
    line-height: 1.5;
}

/* ===============
   Responsive Styles
   =============== */
@media (max-width: 600px) {
    .content {
        padding: 0;
    }

    .landing-how-black-strip {
        height: 100px;
    }

    .landing-how-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .landing-how-img-wrap {
        right: auto;
        left: -20%;
        transform: translateX(-50%);
        min-height: 60px;
    }

    .landing-how-img {
        width: 80px;
    }

    .landing-how-blue {
        padding: 1.5rem 1rem;
    }
}