/* --- Brand Variables --- */
:root {
    --ep-dark:    #0a1628;
    --ep-darker:  #060d1a;
    --ep-blue:    #1a3a5c;
    --ep-cyan:    #00c8e8;
    --ep-green:   #52c234;
    --ep-green-dark: #3d9228;
    --ep-white:   #ffffff;
    --ep-muted:   rgba(255, 255, 255, 0.75);
    --ep-glass:   rgba(255, 255, 255, 0.06);
    --ep-border:  rgba(0, 200, 232, 0.2);
}

/* ======== RESET & BASE (scoped to .ep-app) ======== */
.ep-app, .ep-app * { margin: 0; padding: 0; box-sizing: border-box; }
.ep-app {
    font-family: 'Noto Sans Hebrew', sans-serif;
    background-color: var(--ep-dark);
    color: var(--ep-white);
    direction: rtl;
    overflow-x: hidden;
    width: 100%;
}
.ep-app a { text-decoration: none; color: inherit; }
.ep-app img { max-width: 100%; height: auto; display: block; }

/* ======== HEADER ======== */
.ep-app .ep-header {
    position: relative;
    width: 100%;
    z-index: 10;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 40px;
}
.header-logos-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logos-img {
    height: 44px;
    width: auto;
    object-fit: contain;
    filter: none;
}

/* ======== SECTION LABELS & HEADINGS ======== */
.section-label {
    display: block;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ep-cyan);
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
}
.section-label-light {
    color: var(--ep-green);
}
.section-heading {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    color: var(--ep-dark);
    margin-bottom: 30px;
    text-align: center;
}
.section-heading span {
    font-weight: 800;
}
.section-heading-light {
    color: var(--ep-white);
}
.section-heading-light span {
    color: var(--ep-cyan);
}

/* ======== HERO ======== */
.ep-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 0;
}
.hero-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(10, 22, 40, 0.55) 0%, rgba(6, 13, 26, 0.92) 80%);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-badge {
    display: inline-block;
    background: rgba(82, 194, 52, 0.15);
    border: 1px solid var(--ep-green);
    color: var(--ep-green);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    animation: pulseGlow 2.5s ease-in-out infinite;
}
.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
    opacity: 0;
    letter-spacing: -1px;
}
.hero-title-em  { color: var(--ep-white); }
.hero-title-power { color: var(--ep-green); }
.hero-title-her { color: var(--ep-white); }
.hero-program {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--ep-cyan);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 28px;
    opacity: 0;
}
.hero-tagline {
    font-size: 1.6rem;
    color: var(--ep-white);
    line-height: 1.5;
    margin-bottom: 40px;
    opacity: 0;
    font-weight: 400;
}
.hero-tagline .tagline-accent {
    color: var(--ep-green);
    font-weight: 800;
}
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ep-green) 0%, var(--ep-green-dark) 100%);
    color: var(--ep-white);
    padding: 18px 55px;
    border-radius: 50px;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(82, 194, 52, 0.35);
    margin-bottom: 20px;
    opacity: 0;
}
.hero-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(82, 194, 52, 0.55);
    background: linear-gradient(135deg, #5fd438 0%, var(--ep-green) 100%);
}
.hero-deadline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    opacity: 0;
    letter-spacing: 0.5px;
}
.hero-scroll-arrow {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    opacity: 0;
}
.arrow-line {
    display: block;
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(0, 200, 232, 0), var(--ep-cyan));
    animation: bounceDown 1.8s ease-in-out infinite;
}

/* ======== ABOUT SECTION ======== */
.ep-about {
    padding: 110px 40px;
    background-color: #f0f4f8;
}
.about-container {
    max-width: 1100px;
    margin: 0 auto;
}
.about-intro {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #3a4a5c;
    max-width: 750px;
    margin: 0 auto 60px auto;
    text-align: center;
}
.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.audience-card {
    background: var(--ep-white);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 200, 232, 0.12);
}
.audience-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px auto;
    background: linear-gradient(135deg, rgba(0,200,232,0.12) 0%, rgba(0,200,232,0.06) 100%);
    border: 1px solid rgba(0,200,232,0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ep-cyan);
    transition: background 0.3s ease, border-color 0.3s ease;
}
.audience-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--ep-cyan);
}
.audience-card:hover .audience-icon {
    background: linear-gradient(135deg, rgba(0,200,232,0.2) 0%, rgba(0,200,232,0.1) 100%);
    border-color: var(--ep-cyan);
}
.audience-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ep-dark);
    margin-bottom: 12px;
}
.audience-card p {
    font-size: 0.95rem;
    color: #5a6a7a;
    line-height: 1.7;
}

/* ======== SESSIONS SECTION ======== */
.ep-sessions {
    padding: 110px 40px;
    background: linear-gradient(160deg, var(--ep-darker) 0%, var(--ep-dark) 60%, #0d2040 100%);
    position: relative;
    overflow: hidden;
}
.ep-sessions::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 200, 232, 0.05) 0%, transparent 70%);
    pointer-events: none;
}
.sessions-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.sessions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.session-card {
    background: var(--ep-glass);
    border: 1px solid var(--ep-border);
    border-radius: 14px;
    padding: 35px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.session-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ep-cyan), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.session-card:hover {
    border-color: var(--ep-cyan);
    background: rgba(0, 200, 232, 0.05);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 200, 232, 0.1);
}
.session-card:hover::before { opacity: 1; }
.session-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(0, 200, 232, 0.2);
    line-height: 1;
    margin-bottom: 14px;
    transition: color 0.3s ease;
}
.session-card:hover .session-num { color: rgba(0, 200, 232, 0.5); }
.session-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ep-white);
    margin-bottom: 10px;
}
.session-card p {
    font-size: 0.9rem;
    color: var(--ep-muted);
    line-height: 1.7;
}
.sessions-note {
    text-align: center;
    padding: 20px;
    background: rgba(82, 194, 52, 0.08);
    border: 1px solid rgba(82, 194, 52, 0.25);
    border-radius: 10px;
    color: var(--ep-green);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.3px;
}

/* ======== ORGANIZATIONS ======== */
.ep-orgs {
    padding: 110px 40px;
    background-color: #f0f4f8;
}
.orgs-container {
    max-width: 1000px;
    margin: 0 auto;
}
.orgs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.org-card {
    background: var(--ep-white);
    border-radius: 14px;
    padding: 38px 28px;
    text-align: center;
    border-top: 3px solid var(--ep-cyan);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.org-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 200, 232, 0.1);
}
.org-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ep-dark);
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}
.org-card p {
    font-size: 0.9rem;
    color: #5a6a7a;
    line-height: 1.7;
}

/* ======== BENEFITS & OUTCOMES ======== */
.ep-app .ep-benefits {
    padding: 110px 40px;
    background: linear-gradient(160deg, var(--ep-darker) 0%, var(--ep-dark) 60%, #0d2040 100%);
    position: relative;
    overflow: hidden;
}
.ep-app .ep-benefits::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,200,232,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.ep-app .benefits-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ep-app .benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}
.ep-app .benefits-card {
    background: var(--ep-glass);
    border: 1px solid var(--ep-border);
    border-radius: 16px;
    padding: 38px 32px;
    transition: all 0.3s ease;
}
.ep-app .benefits-card:hover {
    border-color: var(--ep-cyan);
    background: rgba(0, 200, 232, 0.04);
    transform: translateY(-4px);
}
.ep-app .benefits-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ep-app .benefits-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(0,200,232,0.15) 0%, rgba(0,200,232,0.05) 100%);
    border: 1px solid rgba(0,200,232,0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ep-cyan);
}
.ep-app .benefits-icon-green {
    background: linear-gradient(135deg, rgba(82,194,52,0.18) 0%, rgba(82,194,52,0.05) 100%);
    border-color: rgba(82,194,52,0.4);
    color: var(--ep-green);
}
.ep-app .benefits-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ep-white);
    margin: 0;
}
.ep-app .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ep-app .benefits-list li {
    position: relative;
    padding: 10px 32px 10px 0;
    color: var(--ep-muted);
    font-size: 1rem;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.ep-app .benefits-list li:last-child {
    border-bottom: none;
}
.ep-app .benefits-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 18px;
    height: 18px;
    background: rgba(0,200,232,0.12);
    border: 1px solid rgba(0,200,232,0.4);
    border-radius: 50%;
}
.ep-app .benefits-list li::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 19px;
    width: 4px;
    height: 8px;
    border: 2px solid var(--ep-cyan);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.ep-app .benefits-card:nth-child(2) .benefits-list li::before {
    background: rgba(82,194,52,0.12);
    border-color: rgba(82,194,52,0.5);
}
.ep-app .benefits-card:nth-child(2) .benefits-list li::after {
    border-color: var(--ep-green);
}

/* ======== AUDIENCE SECTION ======== */
.ep-app .ep-audience-section {
    padding: 110px 40px;
    background-color: #f0f4f8;
}
.ep-app .ep-audience-section .audience-card {
    text-align: center;
    padding: 36px 28px;
}
.ep-app .ep-audience-section .audience-card h3 {
    margin-bottom: 0;
    font-size: 1.15rem;
    line-height: 1.4;
}

/* ======== REQUIREMENTS ======== */
.ep-app .ep-requirements {
    padding: 110px 40px;
    background: linear-gradient(160deg, var(--ep-dark) 0%, var(--ep-darker) 100%);
    position: relative;
    overflow: hidden;
}
.ep-app .ep-requirements::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(82,194,52,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.ep-app .requirements-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ep-app .requirements-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ep-app .requirements-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    background: var(--ep-glass);
    border: 1px solid var(--ep-border);
    border-radius: 12px;
    color: var(--ep-white);
    font-size: 1.1rem;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.ep-app .requirements-list li:hover {
    border-color: var(--ep-green);
    background: rgba(82,194,52,0.04);
    transform: translateX(-4px);
}
.ep-app .req-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, var(--ep-green) 0%, var(--ep-green-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 0 15px rgba(82,194,52,0.3);
}

/* ======== CLOSING CTA ======== */
.ep-app .ep-closing {
    padding: 100px 40px;
    background: linear-gradient(135deg, var(--ep-darker) 0%, var(--ep-blue) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ep-app .ep-closing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,200,232,0.08) 0%, transparent 60%);
    pointer-events: none;
}
.ep-app .closing-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ep-app .closing-title {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.3;
    color: var(--ep-white);
    margin-bottom: 16px;
}
.ep-app .closing-title span {
    font-weight: 800;
    color: var(--ep-cyan);
}
.ep-app .closing-tagline {
    font-size: 1.4rem;
    color: var(--ep-white);
    font-weight: 600;
    margin-bottom: 40px;
}
.ep-app .closing-limited {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(82,194,52,0.18) 0%, rgba(82,194,52,0.08) 100%);
    border: 2px solid var(--ep-green);
    border-radius: 50px;
    padding: 14px 32px;
    margin-bottom: 36px;
    box-shadow: 0 0 30px rgba(82,194,52,0.25);
    animation: pulseGlow 2.5s ease-in-out infinite;
}
.ep-app .closing-limited-icon {
    color: var(--ep-green);
    flex-shrink: 0;
}
.ep-app .closing-limited-text {
    color: var(--ep-white);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.ep-app .closing-cta-btn {
    opacity: 1 !important;
}

/* ======== REGISTRATION FORM ======== */
.ep-form {
    padding: 110px 40px;
    background: linear-gradient(160deg, var(--ep-darker) 0%, var(--ep-dark) 100%);
    position: relative;
    overflow: hidden;
}
.ep-form::before {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(82, 194, 52, 0.04) 0%, transparent 70%);
    pointer-events: none;
}
.form-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.form-intro {
    text-align: center;
    color: var(--ep-muted);
    font-size: 1rem;
    margin-bottom: 50px;
    line-height: 1.7;
}
.ep-registration-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-group-full {
    grid-column: 1 / -1;
}
.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.3px;
}
.required { color: var(--ep-green); }
.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 14px 18px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 0.95rem;
    color: var(--ep-white);
    direction: rtl;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    resize: vertical;
    outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--ep-cyan);
    background: rgba(0, 200, 232, 0.04);
    box-shadow: 0 0 0 3px rgba(0, 200, 232, 0.1);
}
.form-group input.error,
.form-group textarea.error {
    border-color: #e05560;
}
.field-error {
    font-size: 0.8rem;
    color: #e05560;
    min-height: 16px;
    display: block;
}
.form-group-terms {
    margin-top: 6px;
}
.terms-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--ep-muted);
    font-weight: 400;
    line-height: 1.6;
}
.terms-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 5px;
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    margin-top: 2px;
    transition: all 0.2s ease;
    position: relative;
}
.terms-label input[type="checkbox"]:checked {
    background: var(--ep-green);
    border-color: var(--ep-green);
}
.terms-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.terms-label input[type="checkbox"].error {
    border-color: #e05560;
}
.terms-label a {
    color: var(--ep-cyan);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.terms-label a:hover { color: #fff; }

.footer-bottom-links {
    display: flex;
    gap: 20px;
}
.footer-bottom-links a {
    color: rgba(0,0,0,0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-bottom-links a:hover { color: var(--ep-cyan); }
.footer-bottom a {
    color: rgba(0,0,0,0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-bottom a:hover { color: var(--ep-cyan); }

.field-optional {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.35);
    font-weight: 400;
}
.cv-label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.3px;
}
.file-upload-label {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 14px 18px;
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    color: rgba(255,255,255,0.3);
    font-size: 0.95rem;
    font-family: 'Noto Sans Hebrew', sans-serif;
    width: 100%;
}
.file-upload-label svg {
    flex-shrink: 0;
    stroke: rgba(255,255,255,0.3);
    transition: stroke 0.3s ease;
}
.file-upload-label:hover {
    border-color: var(--ep-cyan);
    background: rgba(0,200,232,0.04);
    box-shadow: 0 0 0 3px rgba(0,200,232,0.1);
    color: rgba(255,255,255,0.6);
}
.file-upload-label.has-file {
    border-color: var(--ep-green);
    color: var(--ep-white);
}
.file-upload-label.has-file svg { stroke: var(--ep-green); }

.form-submit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}
.form-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--ep-green) 0%, var(--ep-green-dark) 100%);
    color: var(--ep-white);
    border: none;
    padding: 18px 60px;
    border-radius: 50px;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(82, 194, 52, 0.3);
}
.form-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 45px rgba(82, 194, 52, 0.5);
}
.form-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.btn-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}
.form-submit-btn:hover .btn-icon { transform: translateX(-4px); }
.form-privacy {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.form-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 40px;
    background: rgba(82, 194, 52, 0.07);
    border: 1px solid rgba(82, 194, 52, 0.3);
    border-radius: 16px;
    gap: 16px;
}
.form-success.visible { display: flex; }
.success-icon {
    width: 72px;
    height: 72px;
    background: var(--ep-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(82, 194, 52, 0.4);
}
.success-icon svg {
    width: 34px;
    height: 34px;
}
.form-success h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ep-green);
}
.form-success p {
    color: var(--ep-muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* ======== FOOTER ======== */
.ep-footer {
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 40px 30px;
    text-align: center;
}
.footer-partners-strip {
    max-width: 1100px;
    margin: 0 auto 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.footer-partners-label {
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
}
.footer-logos-img {
    max-width: 900px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.footer-logos-img:hover { opacity: 0.85; }
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.82rem;
    color: rgba(0, 0, 0, 0.4);
    flex-wrap: wrap;
    gap: 10px;
}
.footer-slogan {
    color: var(--ep-cyan);
    font-style: italic;
}

/* ======== KEYFRAMES ======== */
@keyframes fadeInUp {
    0%   { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes bounceDown {
    0%, 100% { transform: scaleY(1); }
    50%       { transform: scaleY(0.7) translateY(6px); }
}
@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(82, 194, 52, 0); }
    50%       { box-shadow: 0 0 18px 4px rgba(82, 194, 52, 0.25); }
}

/* ======== RESPONSIVE 768px ======== */
@media (max-width: 768px) {
    .ep-app .ep-header { padding: 10px 20px; }
    .ep-app .header-logos-img { height: 30px; }

    .ep-app .hero-title { font-size: 3.2rem; }
    .ep-app .hero-program { font-size: 1rem; letter-spacing: 2px; }
    .ep-app .hero-tagline { font-size: 1.2rem; }
    .ep-app .hero-cta-btn { padding: 15px 35px; font-size: 1rem; }

    .ep-app .ep-about,
    .ep-app .ep-benefits,
    .ep-app .ep-audience-section,
    .ep-app .ep-requirements,
    .ep-app .ep-closing,
    .ep-app .ep-form { padding: 70px 20px; }

    .ep-app .section-heading { font-size: 2rem; }
    .ep-app .closing-title { font-size: 1.8rem; }
    .ep-app .closing-tagline { font-size: 1.15rem; }
    .ep-app .audience-grid { grid-template-columns: 1fr; gap: 20px; }
    .ep-app .benefits-grid { grid-template-columns: 1fr; gap: 20px; }
    .ep-app .form-row { grid-template-columns: 1fr; gap: 16px; }
    .ep-app .requirements-list li { padding: 18px 20px; font-size: 1rem; }

    .ep-app .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
    .ep-app .ep-footer { padding: 40px 20px 20px; }
    .ep-app .footer-logos-img { max-width: 100%; }
}

/* ======== RESPONSIVE 1024px ======== */
@media (max-width: 1024px) and (min-width: 769px) {
    .ep-app .hero-title    { font-size: 4.5rem; }
    .ep-app .audience-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .ep-app .benefits-grid { grid-template-columns: 1fr; gap: 24px; }
}
