/* צבעי מותג – התאמה לגוונים שבסקיצות */
:root {
    --brand: #0c4edb;
    /* כחול ראשי */
    --brand-outer: #073db7;
    /* כחול רקע למקטעים */
    --panel: #061b54;
    /* כחול כהה לקופסאות */
    --accent: #14c8d2;
    /* טורקיז הדגשה */
    --email: #e74c3c;
    --facebook: #3b5998;
    --twitter: #111;
    /* X */
    --whatsapp: #25d366;
}

.noto-sans-hebrew {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}

html {
    font-size: 14px;
}

@media (max-width: 980px) {
    html {
        font-size: 18;
        -webkit-text-size-adjust: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 98%;
    }
}

* {
    font-family: "Noto Sans Hebrew", sans-serif;
}

/* Utilities */
.fw-black {
    font-weight: 900;
}

.text-brand {
    color: var(--brand);
}

.text-accent {
    color: var(--accent);
}

.bg-brand {
    background: var(--brand);
}

.bg-brand-outer {
    background: var(--brand-outer);
}

.btn-outline-brand {
    color: var(--brand);
    border-color: var(--brand);
}

.btn-outline-brand:hover {
    background: var(--brand);
    color: #fff;
}

.hover-white:hover {
    color: #fff !important
}

/* NAVBAR */
.navbar {
    margin: 0 !important;
}

.navbar-toggler {
    font-size: 2rem !important;
}

.navbar .btn {
    border-radius: .6rem
}

.nav-item {
    margin: 8px 0 0 8px;
    padding-left: 10px;
    height: 2rem;
}

.nav-item:last-of-type {
    margin: 8px 0 0 8px;
    padding-left: 10px;
    height: 2rem;
}

.nav-link {
    color: #fff !important;
    font-size: 1.6rem;
    padding: 0;
}

.navbar .btn-accent {
    background: var(--accent);
    border: 0;
    color: #001b2e
}

.navbar .btn-accent:hover {
    filter: brightness(1.05)
}

/* HERO */
.hero {
    background: var(--brand);
    padding: 3.25rem 0 6rem;
    position: relative;
}

.hero-logo {
    max-height: 110px
}

.hero .tag {
    display: inline-block;
    background: #fff;
    color: #062a6a;
    font-weight: 800;
    padding: .15rem .55rem;
    margin: .15rem;
    transform: rotate(-1deg);
    border-radius: .2rem;
}

.hero .tag+.tag {
    transform: rotate(1deg)
}

.share-row {
    margin-top: -2rem
}

.links a {
    color: #fff;
    text-decoration: none;
    margin-inline: .35rem
}

.lead {
    font-size: calc(1.375rem + 1.5vw);
}

.links .sep {
    color: #fff;
    opacity: .8;
    margin-inline: .35rem
}

/* SHARE */
.share-btn {
    width: 44px;
    height: 44px;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    transition: transform .15s ease, filter .15s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05)
}

@media (max-width: 980px) {
    .share-bar {
        height: 70px;
        min-height: 70px;
    }

    .share-btn {
        width: 74px;
        height: 74px;
    }
}

.share-btn.email {
    background: var(--email)
}

.share-btn.facebook {
    background: var(--facebook)
}

.share-btn.twitter {
    background: var(--twitter)
}

.share-btn.whatsapp {
    background: var(--whatsapp)
}

/* PANEL “אחרי ה-7.10” */
.panel-deep {
    background: var(--panel);
    border-radius: .6rem;
    color: #e9f0ff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    font-size: calc(1.375rem + 1.5vw);
}

.panel-title {
    color: var(--accent);
    font-weight: 900;
    letter-spacing: .3px;
    font-size: calc(1.375rem + 1.5vw);
}

.text-light-emphasis {
    color: #cdd9ff !important
}

/* WHY cards */
.card .icon {
    font-size: 1.6rem;
    color: var(--accent)
}

.card {
    border: 0;
    border-radius: .75rem
}

.card-body {
    padding: 1.25rem 1.25rem
}

/* CTA donate */
.cta-strip {
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand-outer) 100%)
}

.btn-accent {
    background: var(--accent);
    border: 0;
    color: #00263a;
    border-radius: .65rem
}

.btn-accent:hover {
    filter: brightness(1.05)
}


/* ---- WHY SPLIT (accordion) ---- */
.why-accordion .accordion-item {
    border: 0;
    border-radius: .75rem;
    overflow: hidden;
    margin-bottom: .75rem;
}

.why-accordion .accordion-button span {
    text-align: right;
}

.why-accordion svg {
    width: 28px;
    fill: #061B54;
    transition: fill 0.3s;
}

.why-accordion .collapsed svg {
    width: 28px;
    fill: #1CE5FF;
    transition: fill 0.3s;
}

.why-accordion .accordion-item.panel-deep {
    background: var(--panel);
    color: #e9f0ff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

.reason-btn {
    background: transparent;
    color: #cfe4ff;
    font-weight: 700;
    padding: 1rem 1.25rem 1rem 3.75rem;
    /* מקום לאייקון בצד ימין ב-RTL */
    box-shadow: none;
}

.reason-btn .toggle-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: .75rem;
    /* RTL: בין האייקון לטקסט */
    background: rgba(255, 255, 255, .12);
    color: #fff;
    flex: 0 0 34px;
}

.reason-btn:not(.collapsed) {
    color: #ffffff;
}

.reason-btn:not(.collapsed) .toggle-icon {
    background: var(--accent);
}

.reason-btn .toggle-icon .fa-plus {
    transition: transform .2s ease;
}

.reason-btn:not(.collapsed) .fa-plus {
    transform: rotate(45deg);
    /* נראה כמו "×" כשהסעיף פתוח */
}

.why-accordion .accordion-body {
    background: rgba(0, 0, 0, .12);
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #e9f0ff;
}

.badge.advantage {
    background: linear-gradient(90deg, var(--accent), #39e0ea);
    color: #00263a;
    font-weight: 800;
    padding: .5rem .75rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    white-space: nowrap;
}

/* כותרת הקטע */
#why-split h2 {
    color: var(--accent);
}

/* נגישות/פוקוס */
.reason-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(20, 200, 210, .25);
}



/* רשימת יתרונות */
.why-list .why-item {
    border-radius: .75rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.why-list .icon img {
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .4));
}

.why-list .content h5 {
    color: var(--accent);
}

.why-list .advantage-badge {
    background: linear-gradient(90deg, var(--accent), #39e0ea);
    color: #00263a;
    font-weight: 800;
    font-size: 1.1rem;
    padding: .75rem 1.25rem;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.list-unstyled {
    padding-right: 0;
}

.hero-strip {
    background: url("../images/2s-hero.png") center/cover no-repeat;
    width: 100%;
    height: 60vh;
    /* גובה יחסי למסך – אפשר לשחק (30vh, 50vh) */
    min-height: 220px;
    /* שלא יהיה נמוך מדי במסכים קטנים */
    position: relative;
}

/* במסכים קטנים (עד 980px) – מגדילים את הגובה */
@media (max-width: 980px) {
    .hero-strip {
        background: url("../images/2s-hero-mobile.png") center/cover no-repeat;
        height: 40vh;
        background-position: top center;
        margin-top: 10px;
    }
}

/* במסכים בינוניים (טאבלטים) – קצת פחות */
@media (min-width: 577px) and (max-width: 991px) {
    .hero-strip {
        background: #0C4EDB url(../images/2s-hero-mobile.png) center / cover no-repeat;
        height: 34vh;
        min-height: auto;
        background-size: 96%;
        margin-top: 10px;
    }
}

.peacenowlogo {
    background: url("../images/logo-peacenow.png") center/cover no-repeat;
    width: 200px;
    height: 40px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.hero-strip .overlay {
    width: 100%;
    height: 100%;
    padding: 2rem;
}

@media (min-width: 992px) {
    .hero-strip {
        height: 55vh;
    }
}

.site-title img {
    max-width: 100%;
    height: 60vh;
}

.final-message-strip {
    background: linear-gradient(90deg, var(--brand) 0%, var(--brand-outer) 100%);
    position: relative;
}

.final-message-strip h2 {
    color: #fff;
    line-height: 1.4;
}

.final-message-strip .signature {
    font-size: 2rem;
    margin-top: 1rem;
    color: var(--accent);
    text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

#template-body-2025 input[type="text"] {
    width: 90% !important;
}

/* התאמה כללית לשדות */
.signup-field {
    width: 100%;
    /* תופס את כל רוחב העמודה */
    max-width: 100%;
    padding: 14px 12px;
    /* ריווח פנימי נוח */
    font-size: 2.3rem;
    /* טקסט גדול וברור */
    line-height: 1.5;
    border-radius: 8px;
    /* פינות מעוגלות */
    box-sizing: border-box;
}

/* כפתור ההרשמה */
.bl-block-button-content-wrapper {
    display: block !important;
    width: 100%;
    text-align: center;
}

.bl-block-button-content-item-wrapper {
    font-size: 18px !important;
    padding: 14px !important;
}

.bl-signup-container {
    width: 100%;
}

/* התאמות מיוחדות למובייל */
@media (max-width: 980px) {
    .bl-signup-container {
        width: auto;
    }

    .signup-field {
        font-size: 2.3rem;
        /* אפילו יותר גדול במסכים קטנים */
        padding: 16px 14px;
    }

    .bl-block-button-content-item-wrapper {
        font-size: 2.3rem !important;
        padding: 16px !important;
    }

    h2, .bl-template h2 span, .bl-block-content-item span {
        font-size: calc(1.575rem + 2vw) !important;
        text-align: center;
        display: block;
    }

    .nav-item a {
        font-size: calc(2rem + 0.8vw) !important;
    }

    .h3, h3 {
        font-size: calc(2rem + 1vw);
    }

    .bl-signup-container {
        display: block !important;
        text-align: center;
    }
}

.signup-field {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: calc(2rem + 0.8vw) !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    overflow-clip-margin: 0px !important;

}

.bl-block-content-item-button, .bl-block-button-content-wrapper {
    color: #fff;
    background-color: #bd044d !important;
    border-color: #bd044d !important;
    font-size: calc(2rem + 0.8vw) !important;

}

.bl-content-wrapper-columns {
    display: block !important;
}

.bl-block-button-content-wrapper {
    width: 100% !important;
}

.bl-block-content-item {
    width: 100% !important;
}

.bl-block-content-item label, .intl-tel-input {
    display: block !important;
    font-size: calc(2rem + 0.8vw) !important;
}

.bl-template h2 span {
    font-size: calc(1.375rem + 1.5vw) !important;
}