/* סדרת זום יולי - עיצוב ייעודי לעמוד זה בלבד (ערכת כהה, תואמת לבאנרים) */

.page-april-zoom {
    --az-bg: #021419;
    --az-surface: #0e1f21;
    --az-surface2: #051b1f;
    --az-line: rgba(194, 162, 119, 0.20);
    --az-text: #e8d7b8;
    --az-muted: rgba(232, 215, 184, 0.68);
    --az-gold: #c2a277;
    --az-gold-soft: #d9c39c;
    --az-gold-dim: rgba(194, 162, 119, 0.42);
    --az-paper: #081c20;
    --az-ink: #0f0e0d;
    --az-accent: #5a241c;
    --az-accent-soft: #7e342a;
    --az-hero-tint: #052227;
    --az-light-1: #e6f1ee;
    --az-light-2: #d2e6e2;
    --az-light-text: #14383b;
    --az-light-heading: #0c4548;
    --az-light-muted: rgba(20, 56, 59, 0.82);

    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* הערכה הכהה חלה רק על תוכן העמוד, לא על ה-header/footer הגלובליים */
.page-april-zoom .az-page {
    background-color: var(--az-bg);
    color: var(--az-text);
    font-family: 'Heebo', sans-serif;
    overflow-x: clip;
}

.page-april-zoom img:not(.az-hero__banner-img):not(.az-pay-card__banner) {
    max-width: 100%;
    height: auto;
}

.page-april-zoom h1,
.page-april-zoom h2,
.page-april-zoom h3 {
    color: var(--az-gold);
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0;
}

.page-april-zoom p {
    margin-bottom: 1rem;
    color: var(--az-muted);
    line-height: 1.75;
}

.page-april-zoom p:last-child {
    margin-bottom: 0;
}

.az-container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

.az-container--narrow {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* בלוק מי מעביר - עמודה צרה יותר משאר העמוד */
.az-container--host {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Hero --- */
.az-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, var(--az-hero-tint) 0%, var(--az-bg) 100%);
    border-bottom: 1px solid var(--az-line);
}

.az-back {
    position: absolute;
    top: env(safe-area-inset-top, 0px);
    right: env(safe-area-inset-right, 0px);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    padding: 0.65rem 1rem;
    min-height: 44px;
    box-sizing: border-box;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Heebo', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--az-text);
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
    background: rgba(5, 27, 31, 0.85);
    border: 1px solid var(--az-line);
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.az-back:hover {
    color: var(--az-gold);
}

.az-back__arrow {
    font-size: 1.1em;
    transition: transform 0.2s ease;
}

.az-back:hover .az-back__arrow {
    transform: translateX(-4px);
}

.az-hero__banner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #1a1f2e;
    height: min(42vh, 420px);
}

.az-hero__banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 900px) {
    .az-hero__banner {
        height: min(46vh, 480px);
    }
}

.az-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

/* גרסת פוסטר - באנר ריבועי במרכז כראש העמוד */
.az-hero__content--poster {
    padding-top: clamp(3.25rem, 7vw, 3.75rem);
    text-align: center;
}

.az-hero__poster {
    display: block;
    width: 100%;
    max-width: min(920px, 100%);
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    margin: 0 auto 2rem;
    border-radius: 14px;
    border: 1px solid var(--az-line);
    box-shadow: 0 12px 44px rgba(31, 28, 24, 0.28);
}

.az-hero__content--poster .az-lead {
    margin-inline: auto;
}

.az-hero__content--poster .az-meta {
    justify-content: center;
}

/* כפתור ההרשמה ב-hero - ממורכז ובולט */
.az-hero__content--poster .az-btn {
    align-self: center;
    padding-block: 1.05rem;
    padding-inline: 2.25rem;
    font-size: 1.05rem;
    box-shadow: 0 6px 22px rgba(194, 162, 119, 0.28);
}

.az-hero__content--poster .az-btn:hover {
    box-shadow: 0 10px 30px rgba(194, 162, 119, 0.4);
}

/* --- ספירה לאחור להרצאה הקרובה --- */
.az-countdown {
    margin: 0 auto 1.75rem;
    padding: 1.1rem 1.25rem 1.15rem;
    max-width: 30rem;
    border: 1px solid var(--az-gold-dim);
    border-radius: 12px;
    background: rgba(194, 162, 119, 0.07);
}

.az-countdown__label {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--az-text);
    margin: 0 0 0.85rem;
    line-height: 1.5;
}

.az-countdown__grid {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    /* התאים מסודרים משמאל לימין: ימים בקצה השמאלי, שניות בקצה הימני */
    direction: ltr;
}

.az-countdown__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 64px;
    padding: 0.6rem 0.4rem 0.5rem;
    background: var(--az-surface2);
    border: 1px solid var(--az-line);
    border-radius: 10px;
}

.az-countdown__num {
    font-family: 'Heebo', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: var(--az-gold);
    font-variant-numeric: tabular-nums;
}

.az-countdown__unit {
    font-family: 'Heebo', sans-serif;
    font-size: 0.6875rem;
    color: var(--az-muted);
}

.az-countdown__note {
    font-family: 'Heebo', sans-serif;
    font-size: 0.8125rem;
    color: var(--az-muted);
    margin: 0.85rem 0 0;
    line-height: 1.5;
}

@media (max-width: 479px) {
    .az-countdown {
        padding: 0.95rem 0.85rem 1rem;
    }

    .az-countdown__cell {
        min-width: 0;
        flex: 1;
    }

    .az-countdown__num {
        font-size: 1.35rem;
    }
}

/* טקסט לקוראי-מסך בלבד (הכותרת מופיעה ויזואלית בתוך הבאנר) */
.az-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.az-kicker {
    font-family: 'Heebo', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--az-gold);
    margin: 0 0 1.25rem;
}

.az-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--az-text);
    max-width: min(38ch, 100%);
}

.az-lead {
    font-family: 'Heebo', sans-serif;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.85;
    color: var(--az-muted);
    /* לא מצמצמים ב-ch - זה יוצר שבירות באמצע משפט בעברית */
    max-width: min(40rem, 100%);
    margin-bottom: 1.75rem;
    word-break: normal;
    overflow-wrap: normal;
}

.az-meta {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
}

.az-meta li {
    font-family: 'Heebo', sans-serif;
    font-size: 0.8125rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--az-gold-dim);
    border-radius: 100px;
    color: var(--az-text);
    background: rgba(194, 162, 119, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.az-tagline {
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    color: var(--az-text);
    margin-bottom: 1.75rem;
}

.az-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
    padding: 1rem 1.75rem;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(212, 168, 75, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.az-btn--primary {
    background: var(--az-gold);
    color: var(--az-ink);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.az-btn--primary:hover {
    background: var(--az-gold-soft);
    color: var(--az-ink);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 162, 119, 0.3);
}

.az-btn--ghost {
    background: transparent;
    color: var(--az-text);
    border: 1px solid var(--az-line);
}

.az-btn--ghost:hover {
    border-color: var(--az-gold);
    color: var(--az-gold);
}

.az-btn--block {
    width: 100%;
}

/* מצבי פוקוס נגישים (מקלדת) */
.page-april-zoom .az-page a:focus-visible,
.page-april-zoom .az-page button:focus-visible,
.page-april-zoom .az-page summary:focus-visible {
    outline: 2px solid var(--az-gold);
    outline-offset: 3px;
    border-radius: 4px;
}

/* --- Strips (sections) --- */
.az-strip {
    padding: clamp(2.75rem, 7vw, 4.5rem) 0;
    background: var(--az-surface);
}

/* סקשנים בהירים (טורקיז) עם טקסט כהה - "מה קרה שם" ו"מי מעביר את ההרצאות" */
.az-strip--paper,
.az-strip--dark {
    background: linear-gradient(180deg, var(--az-light-1) 0%, var(--az-light-2) 100%);
    color: var(--az-light-text);
    border-block: 1px solid rgba(12, 69, 72, 0.16);
}

.az-strip--paper p,
.az-strip--dark p,
.az-strip--paper .az-menu-item__text {
    color: var(--az-light-muted);
}

.az-strip--paper .az-h2,
.az-strip--dark .az-h2 {
    color: var(--az-light-heading);
}

.az-strip--pay {
    background: linear-gradient(180deg, var(--az-surface2) 0%, var(--az-bg) 100%);
    border-top: 1px solid var(--az-line);
}

.az-h2 {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 1.5rem;
    line-height: 1.2;
}

/* קו זהב דקורטיבי מתחת לכותרות הסקשנים - תואם לקישוטי הזהב בבאנרים */
.az-h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 0.85rem;
    background: linear-gradient(to left, var(--az-gold) 0%, rgba(194, 162, 119, 0) 100%);
}

.az-h2-note {
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--az-muted);
    margin: -0.75rem 0 2rem;
}

.az-strip--paper .az-h2-note,
.az-strip--dark .az-h2-note {
    color: var(--az-light-muted);
}

/* תפריט */
.az-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.az-menu-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.25rem;
    align-items: start;
    padding: 1.35rem 0;
    border-bottom: 1px solid rgba(26, 22, 20, 0.1);
}

.az-menu-item:first-child {
    padding-top: 0;
}

.az-menu-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.az-menu-item__emoji {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    background: rgba(26, 22, 20, 0.06);
    border-radius: 50%;
    flex-shrink: 0;
}

.az-menu-item__text {
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
}

.az-menu-item__text strong {
    color: var(--az-ink);
    font-weight: 700;
}

.az-price-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(26, 22, 20, 0.12);
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    color: var(--az-ink);
}

.az-price-row strong {
    font-weight: 700;
}

/* סשן / סילבוס */
.az-sessions {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 960px) {
    .az-sessions {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

/* רשימת מפגשים בטור אחד - מתאים לתיאורים מלאים וארוכים */
.az-sessions--stacked,
.az-sessions--stacked.az-sessions {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 820px;
}

/* תמונת קולאז' ליד הטקסט - ממורכזת וצרה מרוחב העמוד */
.az-strip-banner {
    max-width: min(100%, 34rem);
    margin: 1.25rem auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--az-line);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    line-height: 0;
}

.az-strip-banner img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.az-session {
    position: relative;
    padding: 1.75rem 1.5rem 1.75rem 1.5rem;
    background: var(--az-surface);
    border: 1px solid var(--az-line);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.az-session:hover {
    border-color: var(--az-gold-dim);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
    background: #102a2d;
    transform: translateY(-4px);
}

/* מפגש שכבר התקיים - הבאנר מעומעם קלות עם וי ירוק גדול במרכזו */
.az-session--held {
    border-color: rgba(194, 161, 90, 0.45);
}

.az-session--held .az-session__banner {
    filter: saturate(0.6) brightness(0.8);
}

.az-session__banner-wrap {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.az-session__check {
    position: absolute;
    top: 0.85rem;
    inset-inline-start: 0.85rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #2e7d32;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    border: 3px solid #e8f5e9;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

@media (max-width: 479px) {
    .az-session__check {
        width: 48px;
        height: 48px;
        font-size: 1.7rem;
        border-width: 2px;
    }
}

/* בלוק "ההרצאה התקיימה" בתחתית הכרטיס - ירוק, מותאם לערכה הכהה */
.az-session__badge {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin: 1.25rem 0 0;
    padding: 0.9rem 1rem;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.16) 0%, rgba(76, 175, 80, 0.05) 100%);
    border: 1px solid rgba(76, 175, 80, 0.4);
    border-radius: 10px;
}

.az-session__badge-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #2e7d32;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.az-session__badge-text {
    font-family: 'Heebo', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--az-muted);
    margin: 0;
}

.az-session__badge-text strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #a5d6a7;
    margin-bottom: 0.2rem;
}

.az-session__recording-note {
    font-family: 'Heebo', sans-serif;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--az-muted);
    margin: 1rem 0 0;
    padding-top: 0.9rem;
    border-top: 1px solid var(--az-line);
}

.az-sessions-footnote {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--az-muted);
    margin: 1.75rem 0 0;
    max-width: 48rem;
}

.az-session__num {
    font-family: 'Heebo', sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(194, 161, 90, 0.34);
    position: absolute;
    top: 0.65rem;
    inset-inline-end: 1rem;
    pointer-events: none;
}

.az-session__meta {
    display: inline-flex;
    align-items: center;
    font-family: 'Heebo', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--az-gold);
    background: rgba(194, 162, 119, 0.1);
    border: 1px solid var(--az-gold-dim);
    border-radius: 100px;
    padding: 0.35rem 0.85rem;
    margin: 0 0 1rem;
    position: relative;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: break-word;
}

.az-session__title {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    color: var(--az-gold-soft);
    position: relative;
    word-break: normal;
    overflow-wrap: break-word;
}

.az-session__desc {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--az-muted);
    margin: 0;
    position: relative;
}

.az-session__desc + .az-session__desc {
    margin-top: 0.85rem;
}

/* כרטיס מפגש עם באנר מאויר בראשו */
.az-session--banner,
.az-sessions--stacked .az-session--banner {
    padding: 0;
    overflow: hidden;
}

.az-session__banner {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid var(--az-line);
    transition: transform 0.5s ease;
}

.az-session--banner:hover .az-session__banner {
    transform: scale(1.04);
}

.az-session__body {
    padding: 1.5rem 1.6rem 1.75rem;
}

/* מנחה */
.az-host {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 800px) {
    .az-host {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 2rem;
        align-items: center;
    }
}

.az-host__text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
}

.az-host__text p + p {
    margin-top: 1rem;
}

.az-host__frame {
    position: relative;
    justify-self: center;
}

.az-host__frame::before {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px solid var(--az-gold-dim);
    pointer-events: none;
}

.az-host__img {
    display: block;
    width: 100%;
    max-width: 340px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: contrast(1.02) saturate(0.92);
}

/* תשלום */
#payment {
    scroll-margin-top: max(1rem, env(safe-area-inset-top, 0px));
    scroll-margin-bottom: env(safe-area-inset-bottom, 0px);
}

/* עוגן לחזרה מה-FAQ אל כרטיס החבילה המשולבת - המרווח מפצה על ההדר הדביק */
#bundle-card {
    scroll-margin-top: calc(5rem + env(safe-area-inset-top, 0px));
}


.az-pay-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

@media (min-width: 820px) {
    .az-pay-grid {
        grid-template-columns: 1.15fr 1fr;
        align-items: stretch;
    }

    .az-pay-grid--three {
        grid-template-columns: repeat(3, 1fr);
    }
}

.az-pay-card--bundle {
    border-color: rgba(126, 52, 42, 0.55);
    border-inline-start: 3px solid var(--az-accent-soft);
    background: linear-gradient(135deg, rgba(90, 36, 28, 0.32) 0%, var(--az-surface) 58%);
}

.az-pay-card--bundle .az-pay-price {
    color: var(--az-gold-soft);
}

.az-pay-badge--alt {
    background: var(--az-accent-soft);
    color: #f6e7d6;
}

.az-pay-card {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    border: 1px solid var(--az-line);
    background: var(--az-surface);
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* צמד ה-CTA (כפתור או פרטים) נצמד לתחתית כדי שכל הכרטיסים ייושרו */
.az-pay-card > .az-btn--block,
.az-pay-card > .az-pay-details {
    margin-top: auto;
}

/* התג נשאר בגודלו ולא נמתח לרוחב מלא בתוך העמודה */
.az-pay-card > .az-pay-badge {
    align-self: flex-start;
}

/* קישור "מה היה בסדרה 1?" - צ'יפ מודגש שמזמין לפתוח את השאלה */
.az-note-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 1.5rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--az-gold-dim);
    border-radius: 999px;
    font-family: 'Heebo', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--az-gold-soft);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.az-note-link:hover,
.az-note-link:focus-visible {
    background: rgba(194, 162, 119, 0.14);
    border-color: var(--az-gold);
    color: var(--az-gold);
}

.az-note-link__arrow {
    font-size: 0.9em;
    transition: transform 0.2s ease;
}

.az-note-link:hover .az-note-link__arrow {
    transform: translateY(2px);
}

/* צ'יפ החזרה לחבילה בתוך תשובת ה-FAQ - החץ מצביע ונע כלפי מעלה */
.az-note-link.az-faq-return {
    margin: 1rem 0 0;
}

.az-note-link.az-faq-return:hover .az-note-link__arrow {
    transform: translateY(-2px);
}

/* גרפיקת סדרה מוצמדת לחלק העליון של כרטיס המחיר */
.az-pay-card__banner {
    display: block;
    width: calc(100% + 3.5rem);
    max-width: none; /* גובר על max-width:100% הגלובלי שמכווץ את הבאנר לתוך הריפוד */
    height: auto; /* חובה - אחרת מאפיין height של ה-img קובע גובה ענק */
    aspect-ratio: 16 / 9; /* גובה אחיד לכל הבאנרים כדי שהכרטיסים ייושרו */
    object-fit: cover;
    margin: -2rem -1.75rem 1.5rem; /* מבטל את ריפוד הכרטיס כדי שהבאנר ייצמד לקצוות */
    border-radius: 11px 11px 0 0;
}

@media (max-width: 639px) {
    .az-pay-card__banner {
        width: calc(100% + 2.3rem);
        margin: -1.5rem -1.15rem 1.25rem;
    }
}

.az-pay-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
    border-color: var(--az-gold-dim);
}

.az-pay-card--featured {
    background: linear-gradient(135deg, rgba(194, 162, 119, 0.16) 0%, var(--az-surface) 55%);
    border-color: rgba(194, 162, 119, 0.4);
    border-inline-start: 3px solid var(--az-gold);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.az-pay-badge {
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--az-ink);
    background: var(--az-gold);
    padding: 0.35rem 0.65rem;
    margin-bottom: 1rem;
}

.az-pay-card__title {
    font-family: 'Heebo', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--az-text);
    overflow-wrap: break-word;
    word-break: normal;
}

.az-pay-price {
    font-family: 'Heebo', sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--az-text);
    margin: 0 0 0.35rem;
    line-height: 1;
}

.az-pay-card--featured .az-pay-price {
    color: var(--az-gold);
}

.az-pay-price span {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
    vertical-align: middle;
}

/* מחיר קודם עם קו מחוק ליד המחיר הנוכחי */
.az-pay-price .az-price-was {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--az-muted);
    text-decoration: line-through;
    margin-inline-end: 0.4rem;
    vertical-align: middle;
}

/* הערת שווי קטנה ליד מחיר החבילה (למשל "בשווי 360 ש״ח") */
.az-pay-price .az-price-sub {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--az-muted);
    margin-inline-start: 0.5rem;
    vertical-align: middle;
}

.az-pay-note {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9rem;
    color: var(--az-muted);
    margin: 0 0 1.5rem;
    line-height: 1.65;
}

.az-pay-details {
    margin-top: 1rem;
}

.az-pay-summary {
    list-style: none;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.9rem 1rem;
    background: var(--az-surface2);
    border: 1px solid var(--az-line);
    color: var(--az-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    line-height: 1.45;
    text-align: right;
    overflow-wrap: break-word;
    word-break: normal;
}

.az-pay-summary::-webkit-details-marker {
    display: none;
}

.az-pay-summary::after {
    content: '▼';
    font-size: 0.6rem;
    opacity: 0.5;
    transition: transform 0.2s ease;
}

.az-pay-details[open] .az-pay-summary::after {
    transform: rotate(-180deg);
}

.az-pay-summary:hover {
    border-color: var(--az-gold-dim);
}

.az-pay-details-body {
    padding: 1rem 0 0;
}

.az-pay-details-body p {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9rem;
}

.az-pay-pick {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    font-size: 0.9rem;
    color: var(--az-muted);
}

.az-pay-pick li {
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--az-line);
}

.az-pay-pick li:last-child {
    border-bottom: none;
}

.az-pay-followup {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--az-line);
    max-width: 48rem;
}

.az-pay-followup__title {
    font-family: 'Heebo', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--az-gold);
    margin: 0 0 1rem;
    line-height: 1.25;
}

.az-pay-followup p {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9875rem;
    line-height: 1.75;
    color: var(--az-muted);
    margin-bottom: 0.85rem;
}

.az-pay-followup p:last-child {
    margin-bottom: 0;
}

.az-pay-followup__help {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-top: 1.25rem;
    border-top: 1px solid var(--az-line);
}

.az-pay-followup__help strong {
    color: var(--az-text);
}

.az-pay-followup a {
    color: var(--az-gold);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.az-pay-followup a:hover {
    color: var(--az-gold-soft);
}

/* FAQ - דורס רקע לבן של .lectures-faq הגלובלי */
.page-april-zoom .az-faq.lectures-faq {
    background: transparent;
    border-radius: 0;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 3rem;
}

.page-april-zoom .az-faq .faq-title {
    font-family: 'Heebo', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    font-weight: 700;
    text-align: right;
    color: var(--az-gold);
    margin-bottom: 1.75rem;
}

.page-april-zoom .az-faq .faq-list {
    gap: 0.65rem;
}

.page-april-zoom .az-faq .faq-item {
    border: 1px solid var(--az-line);
    border-radius: 8px;
    background: var(--az-surface);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.page-april-zoom .az-faq .faq-item.active {
    border-color: var(--az-gold-dim);
}

.page-april-zoom .az-faq .faq-question {
    background: transparent;
    font-family: 'Heebo', sans-serif;
    padding: 1.1rem 1.15rem;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(212, 168, 75, 0.12);
}

.page-april-zoom .az-faq .faq-question:hover {
    background: rgba(212, 168, 75, 0.06);
}

.page-april-zoom .az-faq .faq-question span:first-child {
    color: var(--az-text);
    font-weight: 500;
}

.page-april-zoom .az-faq .faq-toggle {
    color: var(--az-gold);
}

.page-april-zoom .az-faq .faq-answer {
    border-top: 1px solid var(--az-line);
}

.page-april-zoom .az-faq .faq-item.active .faq-answer {
    background: var(--az-surface2);
}

.page-april-zoom .az-faq .faq-answer p {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9375rem;
    color: var(--az-muted);
}

.page-april-zoom .az-faq .faq-answer a {
    color: var(--az-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-april-zoom .az-faq .faq-answer a:hover {
    color: var(--az-gold-soft);
}

/* --- רספונסיביות מובייל --- */
@media (max-width: 899px) {
    .az-hero__banner {
        height: min(36vh, 260px);
    }

    .az-hero__content {
        padding-top: max(1.75rem, calc(env(safe-area-inset-top, 0px) + 0.5rem));
    }

    .az-title {
        max-width: none;
    }

    .az-lead {
        max-width: none;
    }

    .az-host {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .az-host__frame {
        order: 1;
        align-self: center;
    }

    .az-host__text {
        order: 2;
    }

    .az-host__img {
        max-width: min(252px, 72vw);
        max-height: 232px;
        object-position: right top;
    }

    .az-pay-followup {
        max-width: none;
    }
}

@media (max-width: 899px) and (orientation: landscape) and (max-height: 520px) {
    .az-hero__banner {
        height: min(30vh, 200px);
    }
}

@media (max-width: 639px) {
    .az-strip {
        padding-top: 2rem;
        padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
    }

    .az-h2 {
        margin-bottom: 1.15rem;
    }

    .az-h2-note {
        margin: -0.5rem 0 1.5rem;
        font-size: 0.9375rem;
        line-height: 1.65;
    }

    .az-kicker {
        font-size: 0.6875rem;
        letter-spacing: 0.1em;
    }

    .az-title {
        font-size: clamp(1.55rem, 7.2vw, 2.35rem);
        line-height: 1.18;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .az-meta li {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }

    .az-btn {
        min-height: 48px;
        padding: 0.85rem 1.25rem;
        font-size: 0.9375rem;
    }

    .az-menu-item {
        gap: 0.85rem 1rem;
        padding: 1.15rem 0;
    }

    .az-menu-item__emoji {
        width: 2.65rem;
        height: 2.65rem;
        font-size: 1.2rem;
    }

    .az-menu-item__text {
        font-size: 0.9375rem;
        line-height: 1.7;
    }

    .az-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
        font-size: 0.9375rem;
    }

    .az-session {
        padding: 1.35rem 1.15rem 1.35rem 1.15rem;
        padding-top: 2.75rem;
    }

    .az-session--banner,
    .az-sessions--stacked .az-session--banner {
        padding: 0;
    }

    .az-session__body {
        padding: 1.25rem 1.2rem 1.4rem;
    }

    .az-session__num {
        font-size: 2.5rem;
        top: 0.5rem;
        inset-inline-end: 0.85rem;
    }

    .az-session__title {
        font-size: 1.2rem;
    }

    .az-session__meta {
        font-size: 0.875rem;
        padding-inline-end: 0.25rem;
    }

    .az-session__desc {
        font-size: 0.875rem;
    }

    .az-hero__content .az-btn--primary {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .az-tagline {
        font-size: clamp(0.9rem, 3.8vw, 1rem);
        line-height: 1.55;
    }

    .az-pay-followup {
        margin-top: 2rem;
        padding-top: 1.5rem;
    }

    .az-pay-followup__title {
        font-size: 1.25rem;
        overflow-wrap: break-word;
    }

    .az-pay-followup p {
        font-size: 0.9375rem;
    }

    .az-pay-followup a {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .az-pay-summary {
        align-items: flex-start;
        min-height: 48px;
    }

    .az-pay-summary::after {
        flex-shrink: 0;
        margin-top: 0.35em;
    }

    .az-strip--pay {
        padding-bottom: calc(clamp(2.75rem, 7vw, 4.5rem) + env(safe-area-inset-bottom, 0px));
    }

    .az-host__img {
        max-width: min(210px, 58vw);
        max-height: 286px;
    }

    .az-pay-card {
        padding: 1.5rem 1.15rem;
    }

    .az-pay-card__title {
        font-size: 1.15rem;
    }

    .az-pay-price {
        font-size: 2.25rem;
    }

    .page-april-zoom .az-faq.lectures-faq {
        padding-bottom: max(2.5rem, env(safe-area-inset-bottom, 0px));
    }

    .page-april-zoom .az-faq .faq-title {
        margin-bottom: 1.25rem;
    }

    .page-april-zoom .az-faq .faq-question {
        min-height: 48px;
        padding: 0.85rem 1rem;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .page-april-zoom .az-faq .faq-question span:first-child {
        flex: 1;
        min-width: 0;
        padding-inline-end: 0.5rem;
        line-height: 1.45;
        font-size: 0.9375rem;
    }

    .page-april-zoom .az-faq .faq-toggle {
        flex-shrink: 0;
        line-height: 1;
        padding-top: 0.15em;
    }

    .page-april-zoom .az-faq .faq-item.active .faq-answer {
        padding: 0.85rem 1rem;
    }

    .page-april-zoom .az-faq .faq-answer p {
        font-size: 0.875rem;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 479px) {
    .az-menu-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }

    .az-menu-item__text {
        width: 100%;
    }

    .az-pay-summary {
        font-size: 0.8125rem;
        padding: 0.85rem 0.85rem;
        align-items: flex-start;
        min-height: 48px;
    }

    .az-pay-summary::after {
        margin-top: 0.2em;
    }

    .az-container {
        padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
        padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
    }

    .az-hero__content {
        padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
        padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
    }
}

@media (max-width: 380px) {
    .az-back {
        font-size: 0.8125rem;
        padding: 0.5rem 0.65rem;
        max-width: min(100%, calc(100vw - 1rem));
        white-space: normal;
        line-height: 1.3;
        text-align: right;
    }
}

@media (prefers-reduced-motion: reduce) {
    .az-btn--primary:hover,
    .az-back:hover .az-back__arrow,
    .az-session:hover,
    .az-session--banner:hover .az-session__banner,
    .az-pay-card:hover {
        transform: none;
    }

    .az-session__banner,
    .az-session,
    .az-pay-card {
        transition: none;
    }
}
