:root {
    --yiftah-bg: #ffffff;
    --yiftah-surface: rgba(255, 255, 255, 0.76);
    --yiftah-surface-strong: #ffffff;
    --yiftah-border: rgba(15, 23, 42, 0.08);
    --yiftah-border-strong: rgba(15, 23, 42, 0.12);
    --yiftah-text: #0f172a;
    --yiftah-muted: #64748b;
    --yiftah-soft: #f8fafc;
    --yiftah-blue: #2563eb;
    --yiftah-blue-2: #3b82f6;
    --yiftah-secondary: #14b8a6;
    --yiftah-blue-3: #dbeafe;
    --yiftah-green: #16a34a;
    --yiftah-orange: #f59e0b;
    --yiftah-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    --yiftah-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
    --yiftah-radius-xl: 32px;
    --yiftah-radius-lg: 24px;
    --yiftah-radius-md: 18px;
    --yiftah-radius-sm: 14px;

    --yiftah-map-gradient-start: #2563eb;
    --yiftah-map-gradient-mid: #14b8a6;
    --yiftah-map-gradient-end: #22c55e;

    --landing-header-pill-bg: rgba(255, 255, 255, 0.08);
    --landing-header-pill-bg-scrolled: rgba(255, 255, 255, 0.13);
    --landing-header-pill-border: rgba(255, 255, 255, 0.7);
    --landing-header-glow: rgba(255, 255, 255, 0.78);

    --landing-admin-icon-bg: #ffffff;
    --landing-admin-icon-border: #f59e0b;
    --landing-admin-icon-shadow: 2px 2px 2px 0 rgba(245, 158, 11, 0.2);
    --landing-admin-icon-bg-active: #fff3cd;
    --landing-admin-icon-color: #f59e0b;
    --landing-admin-icon-color-hover: #d97706;
}

body.yiftah-landing.theme-dark {
    --yiftah-bg: #000000;
    --yiftah-surface: rgba(15, 23, 42, 0.62);
    --yiftah-surface-strong: rgba(15, 23, 42, 0.86);
    --yiftah-border: rgba(148, 163, 184, 0.14);
    --yiftah-border-strong: rgba(148, 163, 184, 0.2);
    --yiftah-text: rgba(248, 250, 252, 0.92);
    --yiftah-muted: rgba(226, 232, 240, 0.68);
    --yiftah-soft: rgba(30, 41, 59, 0.55);
    --yiftah-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
    --yiftah-shadow-soft: 0 14px 42px rgba(0, 0, 0, 0.28);

    --yiftah-map-gradient-start: #3b82f6;
    --yiftah-map-gradient-mid: #2dd4bf;
    --yiftah-map-gradient-end: #4ade80;

    --landing-header-pill-bg: rgba(15, 23, 42, 0.08);
    --landing-header-pill-bg-scrolled: rgba(15, 23, 42, 0.16);
    --landing-header-pill-border: rgba(255, 255, 255, 0.28);
    --landing-header-glow: rgba(255, 255, 255, 0.2);

    --landing-admin-icon-bg: #1a1a1a;
    --landing-admin-icon-border: #f59e0b;
    --landing-admin-icon-shadow: 2px 2px 3px 0 rgba(245, 158, 11, 0.3);
    --landing-admin-icon-bg-active: #2d2d2d;
    --landing-admin-icon-color: #f59e0b;
    --landing-admin-icon-color-hover: #fbbf24;
}

html {
    scroll-behavior: smooth;
}

body.yiftah-landing {
    background: #ffffff;
    color: var(--yiftah-text);
    font-family: 'DM Sans', 'Open Sans', 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

body.yiftah-landing.theme-dark {
    background: #000000;
}

body.yiftah-landing::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: transparent;
    z-index: 0;
}

body.yiftah-landing.theme-dark::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.05));
}

.yiftah-page {
    position: relative;
    z-index: 1;
}

body.yiftah-landing main {
    padding-top: 0;
}

.yiftah-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    padding: 14px 0;
    transition: all 0.35s ease;
    background: transparent;
    border-bottom: 1px solid transparent;
}

.yiftah-navbar.is-scrolled {
    border-bottom: 1px solid transparent;
}

.yiftah-navbar .navbar {
    position: relative;
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--landing-header-pill-bg);
    border: 1px solid var(--landing-header-pill-border);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 var(--landing-header-glow),
        inset 0 -1px 0 rgba(255, 255, 255, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(28px) saturate(190%) contrast(106%);
    -webkit-backdrop-filter: blur(28px) saturate(190%) contrast(106%);
    overflow: hidden;
    transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.header-walker {
    position: absolute;
    --walker-color: var(--yiftah-text);
    --walker-cycle: 22s;
    --walker-figure-size: clamp(36px, 3.6vw, 46px);
    --walker-left-inset: calc(12px + 44px + 2px);
    --walker-track: 169px;
    top: max(2px, calc(10px + 44px - var(--walker-figure-size) + 2px));
    left: var(--walker-left-inset);
    pointer-events: none;
    z-index: 0;
    will-change: left;
    animation: headerWalkerMove var(--walker-cycle) linear infinite;
}

.header-walker-flip {
    display: inline-flex;
    transform: scaleX(1);
    animation: headerWalkerFlip var(--walker-cycle) linear infinite;
}

.header-walker-grow {
    display: inline-flex;
    transform: scale(1);
    transform-origin: 50% 100%;
    animation: none;
}

.header-walker-bob {
    display: inline-flex;
    animation: headerWalkerBob 0.95s ease-in-out infinite;
}

.walker-figure {
    position: relative;
    width: var(--walker-figure-size);
    height: var(--walker-figure-size);
    display: inline-block;
}

.walker-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: var(--walker-color);
    opacity: 0;
}

.walker-svg-child {
    opacity: 1;
    animation: walkerPhaseChild var(--walker-cycle) linear infinite;
}

.walker-svg-adult {
    animation: walkerPhaseAdult var(--walker-cycle) linear infinite;
}

.walker-svg-grad {
    animation: walkerPhaseGrad var(--walker-cycle) linear infinite;
}

.walker-svg .walker-leg,
.walker-svg .walker-arm {
    transform-box: fill-box;
    transform-origin: 50% 10%;
}

.walker-svg .walker-leg-left {
    animation: walkerLegSwingLeft 0.72s ease-in-out infinite;
}

.walker-svg .walker-leg-right {
    animation: walkerLegSwingRight 0.72s ease-in-out infinite;
}

.walker-svg .walker-arm-left {
    animation: walkerArmSwingLeft 0.72s ease-in-out infinite;
}

.walker-svg .walker-arm-right {
    animation: walkerArmSwingRight 0.72s ease-in-out infinite;
}

body.yiftah-landing.theme-dark .header-walker {
    --walker-color: var(--yiftah-text);
}

@keyframes headerWalkerMove {
    0% { left: var(--walker-left-inset); }
    50% { left: calc(var(--walker-left-inset) + var(--walker-track)); }
    100% { left: var(--walker-left-inset); }
}

@keyframes headerWalkerFlip {
    0% { transform: scaleX(1); }
    49% { transform: scaleX(1); }
    50% { transform: scaleX(-1); }
    99% { transform: scaleX(-1); }
    100% { transform: scaleX(1); }
}

@keyframes walkerPhaseChild {
    0% { opacity: 1; }
    31% { opacity: 1; }
    33% { opacity: 0; }
    83% { opacity: 0; }
    84% { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes walkerPhaseAdult {
    0% { opacity: 0; }
    31% { opacity: 0; }
    33% { opacity: 1; }
    48% { opacity: 1; }
    50% { opacity: 0; }
    66% { opacity: 0; }
    68% { opacity: 1; }
    83% { opacity: 1; }
    84% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes walkerPhaseGrad {
    0% { opacity: 0; }
    48% { opacity: 0; }
    50% { opacity: 1; }
    66% { opacity: 1; }
    68% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes headerWalkerBob {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-1px) rotate(1.2deg); }
}

@keyframes walkerLegSwingLeft {
    0%, 100% { transform: rotate(26deg); }
    50% { transform: rotate(-22deg); }
}

@keyframes walkerLegSwingRight {
    0%, 100% { transform: rotate(-22deg); }
    50% { transform: rotate(26deg); }
}

@keyframes walkerArmSwingLeft {
    0%, 100% { transform: rotate(-18deg); }
    50% { transform: rotate(22deg); }
}

@keyframes walkerArmSwingRight {
    0%, 100% { transform: rotate(22deg); }
    50% { transform: rotate(-18deg); }
}

.yiftah-navbar .navbar::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    display: block;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 24%, rgba(255, 255, 255, 0.09) 58%, transparent 76%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 42%, rgba(255, 255, 255, 0.08)),
        radial-gradient(circle at 12% 6%, rgba(255, 255, 255, 0.6), transparent 30%);
    opacity: 0.72;
}

body.yiftah-landing.theme-dark .yiftah-navbar .navbar::before {
    display: block;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 24%, rgba(255, 255, 255, 0.08) 58%, transparent 76%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%, rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at 12% 6%, rgba(255, 255, 255, 0.2), transparent 30%);
    opacity: 0.86;
}

.yiftah-navbar .navbar > * {
    position: relative;
    z-index: 1;
}

.yiftah-navbar .navbar > .header-walker {
    z-index: 0;
}

.yiftah-navbar .navbar:hover {
    background: var(--landing-header-pill-bg);
    box-shadow:
        0 24px 58px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 var(--landing-header-glow),
        inset 0 -1px 0 rgba(255, 255, 255, 0.26),
        0 0 0 1px rgba(255, 255, 255, 0.24);
    transform: translateY(-2px) scale(1.01);
    border-color: var(--landing-header-pill-border);
}

.yiftah-navbar.is-scrolled .navbar {
    background: var(--landing-header-pill-bg-scrolled);
    box-shadow:
        0 20px 54px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 var(--landing-header-glow),
        inset 0 -1px 0 rgba(255, 255, 255, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.yiftah-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.35rem;
    color: var(--yiftah-text);
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.yiftah-brand-text {
    font-weight: 900;
    text-transform: uppercase;
}

body.yiftah-landing.theme-dark .yiftah-brand {
    color: var(--yiftah-text);
}

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

.yiftah-brand-mark {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 28px rgba(2, 6, 23, 0.08);
    overflow: hidden;
}

body.yiftah-landing.theme-dark .yiftah-brand-mark {
    background: rgba(49, 49, 49, 0.88);
    border-color: rgba(148, 163, 184, 0.18);
}

.yiftah-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    transform: scale(1.04);
}

.yiftah-nav {
    gap: 8px;
}

.yiftah-nav .nav-link {
    position: relative;
    color: var(--yiftah-text);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 14px;
    border-radius: 0;
    background: transparent;
    transition: color 0.3s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes navLinkFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}

.yiftah-nav .nav-link::after {
    display: none;
}

.yiftah-nav .nav-link:hover,
.yiftah-nav .nav-link:focus,
.yiftah-nav .nav-link.active {
    color: var(--yiftah-text);
    background: transparent;
    transform: translateY(-1px) scale(1.09);
}

.yiftah-nav .nav-link.active:hover,
.yiftah-nav .nav-link.active:focus {
    transform: translateY(-1px) scale(1.14);
}

body.yiftah-landing.theme-dark .yiftah-nav .nav-link {
    color: var(--yiftah-text);
}

body.yiftah-landing.theme-dark .yiftah-nav .nav-link:hover,
body.yiftah-landing.theme-dark .yiftah-nav .nav-link:focus,
body.yiftah-landing.theme-dark .yiftah-nav .nav-link.active {
    color: var(--yiftah-text);
    background: transparent;
    transform: translateY(-1px) scale(1.09);
}

body.yiftah-landing.theme-dark .yiftah-nav .nav-link.active:hover,
body.yiftah-landing.theme-dark .yiftah-nav .nav-link.active:focus {
    transform: translateY(-1px) scale(1.14);
}

.yiftah-nav .nav-link:hover::after,
.yiftah-nav .nav-link:focus::after,
.yiftah-nav .nav-link.active::after {
    display: none;
}

.yiftah-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.yiftah-side-social {
    position: fixed;
    left: 18px;
    top: calc(50% + 28px);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 6px 6px;
    overflow: visible;
    isolation: isolate;
    border-radius: 999px;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 1025;
}

.yiftah-side-social::before,
.yiftah-side-social::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    height: 1px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    opacity: 0.85;
}

.yiftah-side-social::before {
    top: 10px;
}

.yiftah-side-social::after {
    bottom: 10px;
}

.yiftah-side-social > * {
    position: relative;
    z-index: 1;
}

body.yiftah-landing.theme-dark .yiftah-side-social {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

body.yiftah-landing.theme-dark .yiftah-side-social::before,
body.yiftah-landing.theme-dark .yiftah-side-social::after {
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.32), transparent);
    opacity: 0.7;
}

.yiftah-side-social .side-social-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    text-decoration: none;
    color: var(--landing-admin-icon-color);
    background: transparent;
    border: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.yiftah-side-social .side-social-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: 4px;
    transform: rotate(45deg);
    transform-origin: center;
    background: var(--landing-admin-icon-bg);
    border: 1px solid var(--landing-admin-icon-border);
    box-shadow: var(--landing-admin-icon-shadow);
    border-radius: 10px;
    z-index: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.yiftah-side-social .side-social-icon > * {
    position: relative;
    z-index: 1;
}

.yiftah-side-social .side-social-icon:hover {
    transform: translateY(-3px);
    color: var(--landing-admin-icon-color-hover);
}

.yiftah-side-social .side-social-icon:hover::before {
    background: var(--landing-admin-icon-bg-active);
}

.yiftah-side-social .side-social-icon i {
    font-size: 1.1rem;
}

@media (max-width: 1199.98px) {
    .yiftah-side-social {
        left: 12px;
    }
}

@media (max-width: 991.98px) {
    .yiftah-side-social {
        left: 50%;
        top: auto;
        bottom: 14px;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 12px;
    }
    .yiftah-side-social::before,
    .yiftah-side-social::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .yiftah-navbar .navbar-toggler {
        display: none;
    }
}

.yiftah-actions .nav-action {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 14px;
    gap: 0;
    box-shadow: none;
    position: relative;
}

@media (min-width: 992px) {
    .yiftah-actions .nav-action {
        background: transparent;
        border: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
    }

    .yiftah-actions .nav-action::before {
        display: none;
    }

    .yiftah-actions .nav-action > * {
        position: relative;
        z-index: 1;
    }

    .yiftah-actions .nav-action {
        color: var(--landing-admin-icon-color);
        transition: color 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
    }

    .yiftah-actions .nav-action:hover {
        color: var(--landing-admin-icon-color-hover);
        transform: translateY(-1px) scale(1.18);
        filter: drop-shadow(0 10px 16px rgba(245, 158, 11, 0.22));
    }

    .yiftah-actions .nav-action:hover::before {
        display: none;
    }
}

.yiftah-actions .nav-action i {
    font-size: 1.02rem;
}

.yiftah-actions .nav-action .nav-action-text {
    display: none;
}

.yiftah-actions .nav-action.btn-yiftah-ghost {
    background: transparent;
    border-color: transparent;
}

.yiftah-actions .nav-action.btn-yiftah-primary {
    box-shadow: none;
}

.yiftah-actions .nav-action:hover {
    transform: translateY(-1px) scale(1.12);
}

.yiftah-actions .nav-action:active {
    transform: translateY(0) scale(1.04);
}

@media (min-width: 992px) {
    .theme-toggle[aria-pressed="true"]::before {
        background: rgba(245, 158, 11, 0.32);
        border-color: rgba(245, 158, 11, 0.35);
    }
}

@media (max-width: 991.98px) {
    .theme-toggle[aria-pressed="true"] {
        background: rgba(245, 158, 11, 0.16);
        border-color: rgba(245, 158, 11, 0.22);
    }
}

.yiftah-navbar .navbar-toggler {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 0.22s ease;
    position: relative;
    color: var(--landing-admin-icon-color);
}

.yiftah-navbar .navbar-toggler::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: 4px;
    transform: rotate(45deg);
    transform-origin: center;
    background: var(--landing-admin-icon-bg);
    border: 1px solid var(--landing-admin-icon-border);
    box-shadow: var(--landing-admin-icon-shadow);
    border-radius: 10px;
    z-index: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.yiftah-navbar .navbar-toggler > * {
    position: relative;
    z-index: 1;
}

.yiftah-navbar .navbar-toggler:hover {
    transform: translateY(-2px);
    color: var(--landing-admin-icon-color-hover);
}

.yiftah-navbar .navbar-toggler:hover::before {
    background: var(--landing-admin-icon-bg-active);
}

.nav-toggle-icon {
    width: 28px;
    height: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-toggle-icon span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .25s ease, opacity .25s ease;
}

.navbar-toggler:not(.collapsed) .nav-toggle-icon span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .nav-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .nav-toggle-icon span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 992px) {
    .yiftah-navbar .navbar-toggler {
        display: none;
    }
}

.btn-yiftah {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    border: 1px solid transparent;
}

.btn-yiftah:hover {
    transform: translateY(-1px);
}

.btn-yiftah-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--yiftah-blue) 0%, var(--yiftah-secondary) 100%);
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.22);
}

.btn-yiftah-primary:hover {
    color: #fff;
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.26);
}

.btn-yiftah-secondary {
    color: var(--yiftah-text);
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(37, 99, 235, 0.12);
    box-shadow: var(--yiftah-shadow-soft);
}

.btn-yiftah-secondary:hover {
    color: var(--yiftah-text);
    background: #fff;
    border-color: rgba(37, 99, 235, 0.18);
}

.btn-yiftah-ghost {
    color: var(--yiftah-text);
    background: transparent;
    border-color: rgba(15, 23, 42, 0.08);
}

.btn-yiftah-ghost:hover {
    color: var(--yiftah-text);
    background: rgba(255, 255, 255, 0.72);
}

.section-pad {
    padding: 96px 0;
    position: relative;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--yiftah-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-title {
    margin-bottom: 34px;
}

.section-title h2,
.hero-title {
    letter-spacing: -0.05em;
    font-weight: 800;
    color: var(--yiftah-text);
}

.section-title h2 {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
    margin-bottom: 14px;
}

.section-title p {
    color: var(--yiftah-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 46px;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.hero-video-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.25) 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 3;
    pointer-events: none;
}

.hero-video-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 4;
    pointer-events: none;
}

body.yiftah-landing.theme-dark .hero-video-bg::before {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.08) 30%,
        rgba(0, 0, 0, 0.05) 50%,
        rgba(0, 0, 0, 0.08) 70%,
        rgba(0, 0, 0, 0.15) 100%
    );
}

body.yiftah-landing.theme-dark .hero-video-bg::after {
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

.hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 120px;
    z-index: 1;
    pointer-events: none;
}

.hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-wave path,
.hero-wave-path {
    fill: var(--yiftah-bg);
}

.hero-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    pointer-events: none;
}

.hero-video-back {
    z-index: 1;
    opacity: 0.3;
}

.hero-video-front {
    z-index: 2;
    opacity: 0.9;
}

body.yiftah-landing.theme-dark .hero-video-back {
    opacity: 0.25;
}

body.yiftah-landing.theme-dark .hero-video-front {
    opacity: 0.85;
}

.hero-section > .container-xl {
    position: relative;
    z-index: 2;
}

.hero-world-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-world-bg .world-map-wrap {
    left: 77%;
    top: 51%;
    animation-duration: 11s;
}

.hero-world-bg .world-map-bg {
    width: min(1320px, 290%);
    color: rgba(148, 163, 184, 0.95);
    opacity: 0.36;
}

.hero-section::before,
.hero-section::after {
    display: none;
}

.hero-grid {
    align-items: center;
}

.hero-copy {
    position: relative;
    z-index: 3;
    text-align: left;
}

.hero-illustration {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 420px;
}

.hero-illustration::before {
    display: none;
}

.hero-illustration-img {
    width: min(620px, 112%);
    height: auto;
    opacity: 0.72;
    transform: translate3d(var(--hero-ill-x, 0px), var(--hero-ill-y, 0px), 0) scale(1.02);
    transform-origin: 70% 50%;
    transition: transform 180ms cubic-bezier(.2, .8, .2, 1), opacity 220ms ease, filter 220ms ease;
    filter: drop-shadow(0 30px 55px rgba(15, 23, 42, 0.12));
    will-change: transform;
    position: relative;
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle at 62% 46%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0) 82%);
    mask-image: radial-gradient(circle at 62% 46%, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0) 82%);
}

.hero-illustration:hover .hero-illustration-img {
    opacity: 0.82;
    filter: drop-shadow(0 34px 70px rgba(37, 99, 235, 0.16));
}

.hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--yiftah-muted);
    font-weight: 600;
    font-size: 0.86rem;
    box-shadow: var(--yiftah-shadow-soft);
}

.hero-meta i {
    color: var(--yiftah-blue);
}

.hero-title {
    font-size: clamp(2.55rem, 5.4vw, 4.8rem);
    line-height: 1;
    margin-bottom: 22px;
}

.hero-title .accent {
    color: transparent;
    background: linear-gradient(90deg, var(--yiftah-blue), var(--yiftah-secondary));
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-title .accent {
    text-shadow: 0 10px 20px rgba(37, 99, 235, 0.12);
}

.hero-text {
    color: var(--yiftah-muted);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 670px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    color: var(--yiftah-muted);
    font-weight: 600;
    margin-top: 10px;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: var(--yiftah-shadow-soft);
}

.hero-visual {
    position: relative;
    z-index: 3;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.hero-map-visual {
    position: relative;
    perspective: 1200px;
    transform: translateY(-18px) scale(0.9);
    transform-origin: center top;
}

.world-map-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    animation: globeFloat 9.5s ease-in-out infinite;
}

.world-map-bg {
    width: min(840px, 180%);
    height: auto;
    color: rgba(37, 99, 235, 0.28);
    opacity: 0.18;
    transform-style: preserve-3d;
    animation: worldRotate 110s linear infinite;
}

.world-map-bg .globe-dotline {
    stroke-width: 3;
    stroke-dasharray: 1 12;
    opacity: 0.58;
}

.world-map-bg .globe-dotline.globe-fine {
    stroke-width: 2;
    stroke-dasharray: 1 16;
    opacity: 0.35;
}

.world-map-bg .globe-land {
    stroke-width: 4;
    stroke-dasharray: 1 10;
    opacity: 0.42;
}

.world-map-bg .globe-outline {
    stroke-width: 2;
    opacity: 0.48;
}

.map-card {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    aspect-ratio: 1 / 0.92;
    display: grid;
    place-items: center;
    border-radius: 38px;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.map-card::before {
    display: none;
}

.globe-backdrop {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 0;
    pointer-events: none;
    perspective: 1100px;
    animation: globeFloatCard 10.5s ease-in-out infinite;
}

.globe-backdrop::after {
    content: '';
    position: absolute;
    width: min(520px, 115%);
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 2;
}

.globe-three {
    width: min(600px, 140%);
    height: min(600px, 140%);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.95;
    filter: drop-shadow(0 20px 50px rgba(15, 23, 42, 0.12));
    transform: translateZ(0);
    position: relative;
    z-index: 1;
}

.globe-fallback {
    position: absolute;
    width: min(600px, 140%);
    height: min(600px, 140%);
    z-index: 0;
    color: rgba(148, 163, 184, 0.9);
    opacity: 0.55;
    animation: globeFallbackSpin 36s linear infinite;
}

.globe-backdrop.is-three-ready .globe-fallback {
    opacity: 0;
    visibility: hidden;
}

.globe-three canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.globe-orbits {
    position: absolute;
    width: min(540px, 120%);
    height: auto;
    z-index: 3;
    pointer-events: none;
    opacity: 0.9;
    filter: drop-shadow(0 18px 34px rgba(37, 99, 235, 0.12));
}

.globe-orbit {
    fill: none;
    stroke: url(#orbitGlow);
    stroke-width: 3;
    opacity: 0.85;
}

.globe-orbit.orbit-1 { animation: orbitSpinA 18s linear infinite; transform-origin: 260px 260px; }
.globe-orbit.orbit-2 { animation: orbitSpinB 24s linear infinite; transform-origin: 260px 260px; opacity: 0.75; }
.globe-orbit.orbit-3 { animation: orbitSpinC 28s linear infinite; transform-origin: 260px 260px; opacity: 0.65; }

.map-rings {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1;
    pointer-events: none;
}

.map-ring {
    position: absolute;
    width: 82%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px dashed rgba(37, 99, 235, 0.18);
    animation: mapRotate 18s linear infinite;
    opacity: 0.9;
}

.map-ring.ring-1 { width: 88%; border-style: dashed; animation-duration: 22s; }
.map-ring.ring-2 { width: 74%; border-style: dotted; animation-duration: 34s; opacity: 0.75; }
.map-ring.ring-3 { width: 60%; border-style: dashed; animation-duration: 46s; animation-direction: reverse; opacity: 0.6; }
.map-ring.ring-4 { width: 46%; border-style: solid; border-color: rgba(20, 184, 166, 0.14); animation-duration: 60s; opacity: 0.55; }

.map-ring.ring-1::before,
.map-ring.ring-1::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--yiftah-secondary);
}

.map-ring.ring-1::before {
    top: 10%;
    left: 18%;
}

.map-ring.ring-1::after {
    right: 12%;
    bottom: 18%;
}

.ethiopia-map {
    position: relative;
    z-index: 3;
    width: 82%;
    max-width: 420px;
    transform-origin: center;
    animation: mapFloat 6s ease-in-out infinite;
}

.ethiopia-shape {
    fill: url(#ethiopiaGradient);
    stroke: rgba(255, 255, 255, 0.88);
    stroke-width: 8;
}

.map-route {
    fill: none;
    stroke: rgba(255, 255, 255, 0.88);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 10 14;
    animation: routeFlow 3.5s linear infinite;
}

.route-two {
    animation-delay: .8s;
}

.map-pins circle {
    fill: #ffffff;
    stroke: var(--yiftah-blue);
    stroke-width: 4;
    transform-origin: center;
    animation: pinPulse 2.6s ease-in-out infinite;
}

.map-pins circle:nth-child(2) { animation-delay: .25s; }
.map-pins circle:nth-child(3) { animation-delay: .5s; }
.map-pins circle:nth-child(4) { animation-delay: .75s; }
.map-pins circle:nth-child(5) { animation-delay: 1s; }

.map-caption {
    display: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.students-sketch {
    position: absolute;
    left: -18px;
    bottom: 8px;
    width: min(320px, 62%);
    height: auto;
    color: rgba(15, 23, 42, 0.52);
    opacity: 0.42;
    z-index: 1;
    pointer-events: none;
    animation: mapFloat 9s ease-in-out infinite;
}

.students-sketch .evolution-axis {
    stroke: currentColor;
    stroke-width: 2;
    opacity: 0.24;
}

.students-sketch .evolution-line {
    stroke: url(#evolutionStroke);
    stroke-width: 4;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    opacity: 0.95;
    animation: evolutionDraw 7.4s ease-in-out infinite;
}

.students-sketch .evolution-dash {
    stroke: rgba(37, 99, 235, 0.55);
    stroke-width: 2;
    stroke-dasharray: 2 12;
    opacity: 0.55;
    animation: evolutionDash 6s linear infinite;
}

.students-sketch .evolution-node {
    fill: rgba(255, 255, 255, 0.92);
    stroke: rgba(37, 99, 235, 0.65);
    stroke-width: 3;
    transform-box: fill-box;
    transform-origin: center;
    animation: evolutionNode 2.6s ease-in-out infinite;
}

.students-sketch .evolution-node.node-2 { animation-delay: 0.25s; }
.students-sketch .evolution-node.node-3 { animation-delay: 0.5s; }

.students-sketch .evolution-figures {
    stroke: currentColor;
    opacity: 0.62;
}

.students-sketch .evolution-tracer {
    fill: rgba(20, 184, 166, 0.9);
    opacity: 0.9;
    filter: drop-shadow(0 10px 18px rgba(20, 184, 166, 0.18));
    transform-box: fill-box;
    transform-origin: center;
    animation: evolutionTracer 2.2s ease-in-out infinite;
}

.map-caption span {
    display: none !important;
}

.map-caption {
    display: none !important;
}

.map-logo-icon {
    display: none !important;
}

.hero-orb {
    display: none;
}

.dashboard-shell {
    position: relative;
    width: min(100%, 590px);
    padding: 26px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74));
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 80px rgba(37, 99, 235, 0.12), var(--yiftah-shadow);
    transform: perspective(1200px) rotateY(-8deg) rotateX(5deg);
    animation: floatY 6s ease-in-out infinite;
}

.dashboard-shell::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 60%);
    pointer-events: none;
}

.dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-label {
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--yiftah-muted);
    font-weight: 800;
}

.dashboard-title {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-top: 4px;
    color: var(--yiftah-text);
}

.dashboard-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--yiftah-shadow-soft);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.dashboard-badge .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--yiftah-green);
}

.dashboard-badge strong {
    display: block;
    font-size: 0.92rem;
    color: var(--yiftah-text);
}

.dashboard-badge small {
    display: block;
    color: var(--yiftah-muted);
    font-size: 0.8rem;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1.65fr 0.95fr;
    gap: 18px;
}

.dashboard-card,
.dashboard-side-card,
.feature-card,
.pricing-card,
.contact-card,
.contact-panel,
.footer-panel,
.stat-card,
.faq-card {
    background: var(--yiftah-surface);
    border: 1px solid var(--yiftah-border);
    border-radius: var(--yiftah-radius-lg);
    box-shadow: var(--yiftah-shadow-soft);
}

.dashboard-card {
    padding: 22px;
}

.dashboard-chart {
    height: 260px;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 25% 22%, rgba(37, 99, 235, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(37, 99, 235, 0.1);
    padding: 22px;
}

.chart-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 18px;
    margin-bottom: 18px;
}

.chart-head h3 {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}

.chart-head p {
    color: var(--yiftah-muted);
    font-size: 0.92rem;
}

.dashboard-chart .signal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: var(--yiftah-text);
    font-size: 0.84rem;
    font-weight: 700;
}

.chart-bars {
    position: absolute;
    inset: auto 22px 22px 22px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
    align-items: end;
}

.chart-bar {
    border-radius: 999px 999px 18px 18px;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.95), rgba(79, 140, 255, 0.5));
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
    min-height: 42px;
    animation: barPulse 4.6s ease-in-out infinite;
}

.chart-bar:nth-child(2) { min-height: 78px; animation-delay: .15s; }
.chart-bar:nth-child(3) { min-height: 132px; animation-delay: .3s; }
.chart-bar:nth-child(4) { min-height: 98px; animation-delay: .45s; }
.chart-bar:nth-child(5) { min-height: 154px; animation-delay: .6s; }
.chart-bar:nth-child(6) { min-height: 112px; animation-delay: .75s; }
.chart-bar:nth-child(7) { min-height: 176px; animation-delay: .9s; }
.chart-bar:nth-child(8) { min-height: 138px; animation-delay: 1.05s; }

.dashboard-side {
    display: grid;
    gap: 18px;
}

.dashboard-side-card {
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.side-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.side-stat strong {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
}

.side-stat small {
    display: block;
    color: var(--yiftah-muted);
    font-weight: 600;
    margin-top: 2px;
}

.progress-mini {
    margin-top: 16px;
    height: 10px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    overflow: hidden;
}

.progress-mini span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--yiftah-blue), var(--yiftah-blue-2));
    width: 82%;
}

.quick-list {
    display: grid;
    gap: 12px;
}

.quick-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.06);
    color: var(--yiftah-text);
    font-weight: 700;
}

.quick-item span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.quick-item i {
    color: var(--yiftah-blue);
}

.floating-chip {
    position: absolute;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: var(--yiftah-shadow-soft);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--yiftah-text);
    font-weight: 700;
    z-index: 3;
    animation: floatY 5s ease-in-out infinite;
}

.floating-chip i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--yiftah-blue);
}

.floating-chip.chip-a {
    top: 42px;
    right: -8px;
    animation-delay: .2s;
}

.floating-chip.chip-b {
    left: -4px;
    bottom: 88px;
    animation-delay: .8s;
}

.stat-strip {
    margin-top: 12px;
}

.stat-card {
    padding: 26px 22px;
    text-align: center;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stat-card:hover,
.feature-card:hover,
.pricing-card:hover,
.contact-card:hover,
.contact-panel:hover,
.faq-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}

.stat-card .stat-value {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}

.stat-card p {
    color: var(--yiftah-muted);
    margin-bottom: 0;
    font-weight: 600;
}

.metrics-orbit {
    margin-top: 12px;
}

.orbit-stage {
    position: relative;
    border-radius: 28px;
    touch-action: pan-y;
}

.orbit-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(520px, 100%);
    height: min(520px, 100%);
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06), transparent 60%);
    pointer-events: none;
    opacity: 0.9;
}

.orbit-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px;
    position: relative;
    z-index: 1;
}

.orbit-card {
    background: var(--yiftah-surface);
    border: 1px solid var(--yiftah-border);
    border-radius: 26px;
    box-shadow: var(--yiftah-shadow-soft);
    padding: 18px 16px;
    transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.65s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    outline: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.orbit-card:focus {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
}

.orbit-icon {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--yiftah-blue);
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.orbit-value {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 10px;
}

.orbit-label {
    font-weight: 800;
    font-size: 1.02rem;
    margin-bottom: 8px;
}

.orbit-desc {
    color: var(--yiftah-muted);
    font-weight: 600;
    line-height: 1.55;
}

.orbit-controls {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.orbit-control {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.72);
    color: var(--yiftah-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

body.yiftah-landing.theme-dark .orbit-control {
    background: rgba(15, 23, 42, 0.74);
}

.orbit-control:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.28);
}

.orbit-dots {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.orbit-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(148, 163, 184, 0.45);
    transition: transform 0.25s ease, background 0.25s ease;
}

.orbit-dot.is-active {
    background: rgba(37, 99, 235, 0.9);
    transform: scale(1.2);
}

.orbit-stage.is-ready {
    padding: 10px 0 0;
    perspective: 1100px;
    perspective-origin: 50% 45%;
    cursor: grab;
}

.orbit-stage.is-ready.is-dragging {
    cursor: grabbing;
}

.orbit-stage.is-ready .orbit-items {
    display: block;
    height: clamp(340px, 50vw, 520px);
    transform-style: preserve-3d;
}

.orbit-stage.is-ready .orbit-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(280px, 88vw);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .orbit-ring {
        width: min(420px, 100%);
        height: min(420px, 100%);
    }
    .orbit-stage.is-ready .orbit-card {
        width: min(300px, 92vw);
    }
}

/* ==========================================
   METRICS SHOWCASE CARDS
   ========================================== */

.metrics-showcase {
    padding-bottom: 0;
}

body.yiftah-landing.theme-light .metrics-showcase,
body.yiftah-landing:not(.theme-dark) .metrics-showcase {
    background: #ffffff;
    box-shadow: none;
}

body.yiftah-landing.theme-light .metrics-cards-grid,
body.yiftah-landing:not(.theme-dark) .metrics-cards-grid {
    background: #ffffff;
    box-shadow: none;
}

.metrics-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

@media (max-width: 1199.98px) {
    .metrics-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .metrics-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 479.98px) {
    .metrics-cards-grid {
        grid-template-columns: 1fr;
    }
}

.metric-stat-card {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--yiftah-radius-lg);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
    padding: 26px 20px 24px;
    overflow: hidden;
    transition:
        transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        background-color 0.3s ease;
    cursor: default;
}

.metric-stat-card::after {
    display: none;
}

.metric-stat-card:hover {
    transform: translateY(-12px) scale(1.025);
    box-shadow:
        0 26px 58px rgba(15, 23, 42, 0.18),
        0 10px 24px rgba(15, 23, 42, 0.12);
    border-color: rgba(15, 23, 42, 0.13);
}

.metric-stat-card:hover::after {
    display: none;
}

body.yiftah-landing.theme-dark .metric-stat-card:hover {
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.48);
}

/* Faint large watermark in top-right */
.msc-watermark {
    display: none;
}

/* Circular icon ring top-left */
.msc-icon-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
    color: var(--mc-accent);
    background: var(--mc-icon-bg);
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.metric-stat-card:hover .msc-icon-ring {
    transform: translateY(-2px) scale(1.08);
}

/* Large gradient number */
.msc-value {
    display: inline-block;
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 5px;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
    background-clip: initial;
    color: var(--yiftah-text);
    position: relative;
    z-index: 2;
}

/* Card label / title */
.msc-label {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--yiftah-text);
    margin-bottom: 6px;
    line-height: 1.35;
    position: relative;
    z-index: 2;
}

/* Short 2-line truncated description */
.msc-desc {
    font-size: 0.82rem;
    color: var(--yiftah-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/* Bottom-right decorative blob */
.msc-blob {
    display: none;
}

.metric-stat-card:hover .msc-blob {
    display: none;
}

/* Per-card color themes */
.metric-stat-card:nth-child(1) {
    --mc-accent:       #2563eb;
    --mc-accent2:      #06b6d4;
    --mc-icon-bg:      rgba(37, 99, 235, 0.09);
    --mc-border-hover: rgba(37, 99, 235, 0.22);
}
.metric-stat-card:nth-child(2) {
    --mc-accent:       #059669;
    --mc-accent2:      #10b981;
    --mc-icon-bg:      rgba(5, 150, 105, 0.09);
    --mc-border-hover: rgba(5, 150, 105, 0.22);
}
.metric-stat-card:nth-child(3) {
    --mc-accent:       #4f46e5;
    --mc-accent2:      #8b5cf6;
    --mc-icon-bg:      rgba(79, 70, 229, 0.09);
    --mc-border-hover: rgba(79, 70, 229, 0.22);
}
.metric-stat-card:nth-child(4) {
    --mc-accent:       #ea580c;
    --mc-accent2:      #f59e0b;
    --mc-icon-bg:      rgba(234, 88, 12, 0.09);
    --mc-border-hover: rgba(234, 88, 12, 0.22);
}
.metric-stat-card:nth-child(5) {
    --mc-accent:       #db2777;
    --mc-accent2:      #f43f5e;
    --mc-icon-bg:      rgba(219, 39, 119, 0.09);
    --mc-border-hover: rgba(219, 39, 119, 0.22);
}

.metric-stat-card:nth-child(6) {
    --mc-accent:       #0d9488;
    --mc-accent2:      #14b8a6;
    --mc-icon-bg:      rgba(13, 148, 136, 0.09);
    --mc-border-hover: rgba(13, 148, 136, 0.22);
}

.metric-stat-card:nth-child(7) {
    --mc-accent:       #7c3aed;
    --mc-accent2:      #a855f7;
    --mc-icon-bg:      rgba(124, 58, 237, 0.09);
    --mc-border-hover: rgba(124, 58, 237, 0.22);
}

.metric-stat-card:nth-child(8) {
    --mc-accent:       #dc2626;
    --mc-accent2:      #f97316;
    --mc-icon-bg:      rgba(220, 38, 38, 0.09);
    --mc-border-hover: rgba(220, 38, 38, 0.22);
}

.metric-stat-card:nth-child(9) {
    --mc-accent:       #0891b2;
    --mc-accent2:      #22d3ee;
    --mc-icon-bg:      rgba(8, 145, 178, 0.09);
    --mc-border-hover: rgba(8, 145, 178, 0.22);
}

.metric-stat-card:nth-child(10) {
    --mc-accent:       #b45309;
    --mc-accent2:      #f59e0b;
    --mc-icon-bg:      rgba(180, 83, 9, 0.09);
    --mc-border-hover: rgba(180, 83, 9, 0.22);
}

.metric-stat-card:nth-child(11) {
    --mc-accent:       #16a34a;
    --mc-accent2:      #84cc16;
    --mc-icon-bg:      rgba(22, 163, 74, 0.09);
    --mc-border-hover: rgba(22, 163, 74, 0.22);
}

.metric-stat-card:nth-child(12) {
    --mc-accent:       #2563eb;
    --mc-accent2:      #38bdf8;
    --mc-icon-bg:      rgba(37, 99, 235, 0.09);
    --mc-border-hover: rgba(37, 99, 235, 0.22);
}

.metric-stat-card:nth-child(13) {
    --mc-accent:       #9333ea;
    --mc-accent2:      #ec4899;
    --mc-icon-bg:      rgba(147, 51, 234, 0.09);
    --mc-border-hover: rgba(147, 51, 234, 0.22);
}

.metric-stat-card:nth-child(14) {
    --mc-accent:       #475569;
    --mc-accent2:      #94a3b8;
    --mc-icon-bg:      rgba(71, 85, 105, 0.09);
    --mc-border-hover: rgba(71, 85, 105, 0.22);
}

/* ==========================================
   END METRICS SHOWCASE CARDS
   ========================================== */

.feature-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 22px;
}

#features .section-title {
    max-width: 760px;
}

#features .section-title .section-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}

#features .section-title h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.055em;
}

#features .section-title p {
    max-width: 680px;
    font-size: 0.94rem;
    line-height: 1.65;
}

.feature-card {
    --feature-accent: var(--yiftah-blue);
    --feature-accent-soft: rgba(37, 99, 235, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 24px 28px 24px 24px;
    position: relative;
    overflow: hidden;
    min-height: 282px;
    isolation: isolate;
    transform-style: preserve-3d;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
        radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.82), transparent 30%),
        radial-gradient(circle at 94% 92%, var(--feature-accent-soft), transparent 34%);
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 28px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 18px 42px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(15, 23, 42, 0.025);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .38s cubic-bezier(0.22, 1, 0.36, 1), border-color .35s ease, background-color .35s ease, filter .35s ease;
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: auto -18% -34% auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 35%),
        radial-gradient(circle, var(--feature-accent-soft), transparent 70%);
    pointer-events: none;
    opacity: 0.9;
    transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1), opacity .35s ease;
}

.feature-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 27px;
    border: 1px solid color-mix(in srgb, var(--feature-accent) 25%, transparent);
    box-shadow:
        inset 0 0 22px rgba(255, 255, 255, 0.38),
        inset 0 0 42px rgba(15, 23, 42, 0.035);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.feature-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.feature-card-frame {
    position: absolute;
    top: 26px;
    right: 18px;
    bottom: 26px;
    width: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 0;
}

.feature-frame-line {
    flex: 1;
    width: 1px;
    margin: 10px 0;
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.1), var(--feature-accent), rgba(20, 184, 166, 0.12));
    opacity: 0.5;
}

.feature-frame-node {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    transform: rotate(45deg);
    background: var(--landing-admin-icon-bg);
    border: 1px solid var(--landing-admin-icon-border);
    box-shadow: var(--landing-admin-icon-shadow);
}

.feature-card .feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-grid;
    place-items: center;
    background: transparent;
    color: var(--feature-accent);
    font-size: 1rem;
    margin-bottom: 0;
    position: relative;
    transform: translateZ(22px);
}

.feature-card .feature-icon::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 11px;
    transform: rotate(45deg);
    background: var(--landing-admin-icon-bg);
    border: 1px solid var(--landing-admin-icon-border);
    box-shadow: var(--landing-admin-icon-shadow);
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1), background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.feature-card .feature-icon i {
    position: relative;
    z-index: 1;
}

.feature-card .feature-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--feature-accent) 11%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--feature-accent) 24%, transparent);
    color: var(--feature-accent);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transform: translateZ(18px);
}

.feature-card h3 {
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    transform: translateZ(16px);
}

.feature-card p {
    color: var(--yiftah-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transform: translateZ(12px);
}

.feature-points {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 9px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    transform: translateZ(12px);
}

.feature-points li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--yiftah-text);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.feature-points i {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--feature-accent) 14%, #ffffff);
    color: var(--feature-accent);
    font-size: 0.66rem;
}

.feature-card .feature-foot {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--feature-accent);
    font-size: 0.88rem;
    font-weight: 700;
    z-index: 1;
    transform: translateZ(14px);
}

.feature-card.feature-highlight {
    grid-row: span 2;
    min-height: 586px;
    --feature-accent: #7c3aed;
    --feature-accent-soft: rgba(124, 58, 237, 0.14);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 28%),
        radial-gradient(circle at top left, var(--feature-accent-soft), transparent 36%),
        radial-gradient(circle at 88% 88%, rgba(20, 184, 166, 0.12), transparent 34%);
}

.feature-highlight .module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    position: relative;
    z-index: 1;
    transform: translateZ(10px);
}

.module-pill {
    padding: 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 24px rgba(15, 23, 42, 0.055);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.module-pill strong {
    display: block;
    margin-bottom: 5px;
    color: var(--yiftah-text);
    font-size: 0.88rem;
}

.module-pill span {
    color: var(--yiftah-muted);
    font-size: 0.78rem;
    line-height: 1.45;
}

.module-banner {
    margin-top: auto;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(37, 99, 235, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 28px rgba(15, 23, 42, 0.06);
    position: relative;
    z-index: 1;
    transform: translateZ(10px);
}

.module-banner .banner-title {
    font-size: 0.94rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.module-banner .banner-text {
    color: var(--yiftah-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.feature-card-small {
    min-height: 282px;
}

.feature-exam-card {
    --feature-accent: #2563eb;
    --feature-accent-soft: rgba(37, 99, 235, 0.14);
}

.feature-eval-card {
    --feature-accent: #16a34a;
    --feature-accent-soft: rgba(22, 163, 74, 0.14);
}

.feature-school-card {
    --feature-accent: #0891b2;
    --feature-accent-soft: rgba(8, 145, 178, 0.14);
}

.feature-finance-card {
    --feature-accent: #d97706;
    --feature-accent-soft: rgba(217, 119, 6, 0.14);
}

.feature-tools-card {
    --feature-accent: #dc2626;
    --feature-accent-soft: rgba(220, 38, 38, 0.12);
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-card:hover::before {
    opacity: 1;
    transform: translate3d(-8px, -8px, 0) scale(1.08);
}

.feature-card:hover .feature-icon::before {
    transform: rotate(45deg) scale(1.08);
    background: var(--landing-admin-icon-bg-active);
    box-shadow: 0 14px 28px rgba(245, 158, 11, 0.18), 0 0 0 6px rgba(255, 255, 255, 0.34);
}

.feature-card:hover .feature-frame-line {
    background: linear-gradient(180deg, color-mix(in srgb, var(--feature-accent) 16%, transparent), var(--feature-accent), rgba(20, 184, 166, 0.22));
    opacity: 0.9;
}

.feature-card:hover .feature-frame-node {
    background: var(--landing-admin-icon-bg-active);
}

body.yiftah-landing.theme-dark .feature-card .feature-badge {
    background: color-mix(in srgb, var(--feature-accent) 16%, rgba(15, 23, 42, 0.72));
    border-color: color-mix(in srgb, var(--feature-accent) 35%, rgba(148, 163, 184, 0.16));
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

body.yiftah-landing.theme-dark .feature-points li {
    color: rgba(244, 247, 252, 0.9);
}

body.yiftah-landing.theme-dark .feature-points i {
    background: color-mix(in srgb, var(--feature-accent) 24%, rgba(15, 23, 42, 0.9));
}

.pricing-toolbar {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.toggle-wrap {
    display: inline-flex;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--yiftah-shadow-soft);
}

.toggle-wrap button {
    border: 0;
    background: transparent;
    color: var(--yiftah-muted);
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 999px;
    transition: all .25s ease;
}

.toggle-wrap button.active {
    color: #fff;
    background: linear-gradient(135deg, var(--yiftah-blue), var(--yiftah-blue-2));
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pricing-card {
    position: relative;
    padding: 28px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pricing-card.recommended {
    background: linear-gradient(180deg, #0f172a 0%, #111f3f 100%);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    transform: translateY(-10px);
}

.pricing-card.recommended .pricing-name,
.pricing-card.recommended .pricing-desc,
.pricing-card.recommended .pricing-feature,
.pricing-card.recommended .pricing-price small,
.pricing-card.recommended .pricing-price span {
    color: rgba(255, 255, 255, 0.78);
}

.pricing-card .badge-popular {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(79, 140, 255, 0.26));
    color: var(--yiftah-blue);
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-card.recommended .badge-popular {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.pricing-name {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--yiftah-blue);
    margin-bottom: 10px;
}

.pricing-price {
    margin: 18px 0 18px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.pricing-price strong {
    font-size: 3.2rem;
    letter-spacing: -0.06em;
    line-height: 1;
    font-weight: 800;
}

.pricing-price span {
    color: var(--yiftah-muted);
    font-weight: 700;
}

.pricing-desc {
    color: var(--yiftah-muted);
    line-height: 1.75;
    min-height: 82px;
}

.pricing-feature-list {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.pricing-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yiftah-text);
    font-weight: 600;
}

.pricing-feature i {
    color: var(--yiftah-green);
}

.pricing-card.recommended .pricing-feature i {
    color: #8bd3ff;
}

.pricing-card .btn-yiftah {
    width: 100%;
}

.map-grid {
    display: grid;
    gap: 14px;
}

.map-route {
    display: none;
}

.map-pins {
    display: none;
}

.faq-grid {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-card {
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    background: transparent;
    border: 0;
    color: var(--yiftah-text);
    font-weight: 700;
    text-align: left;
}

.faq-trigger span {
    font-size: 1.05rem;
    line-height: 1.5;
}

.faq-trigger i {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.08);
    color: var(--yiftah-blue);
    transition: transform .25s ease;
}

.faq-card.active .faq-trigger i {
    transform: rotate(45deg);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease;
}

.faq-panel-inner {
    padding: 0 22px 20px;
    color: var(--yiftah-muted);
    line-height: 1.8;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 18px;
    align-items: stretch;
}

.contact-panel,
.footer-panel {
    padding: 28px;
}

.contact-form .form-label {
    font-weight: 700;
    color: var(--yiftah-text);
    margin-bottom: 8px;
}

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.88);
    padding: 14px 16px;
    min-height: 54px;
    color: var(--yiftah-text);
    box-shadow: none;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: rgba(37, 99, 235, 0.35);
    transform: translateY(-1px);
}

.contact-form .error {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    color: #dc2626;
    font-size: 0.86rem;
    font-weight: 600;
}

.contact-aside {
    display: grid;
    gap: 14px;
}

.contact-card {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(37, 99, 235, 0.08);
    color: var(--yiftah-blue);
    flex: 0 0 auto;
}

.contact-card h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    font-weight: 800;
}

.contact-card p {
    color: var(--yiftah-muted);
    margin-bottom: 0;
    line-height: 1.6;
}

.footer-section {
    padding: 56px 0 28px;
}

.footer-panel {
    padding: 36px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: 800;
    color: var(--yiftah-text);
    letter-spacing: -0.03em;
    text-decoration: none;
}

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

.footer-desc {
    color: var(--yiftah-muted);
    line-height: 1.8;
    margin-bottom: 22px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-heading {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--yiftah-text);
    margin-bottom: 16px;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a {
    color: var(--yiftah-muted);
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease, transform .2s ease;
}

.footer-links a:hover {
    color: var(--yiftah-blue);
    transform: translateX(2px);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--yiftah-text);
    text-decoration: none;
    box-shadow: var(--yiftah-shadow-soft);
    transition: transform .25s ease, border-color .25s ease, color .25s ease, background .25s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    color: var(--yiftah-blue);
    border-color: rgba(37, 99, 235, 0.18);
}

.footer-copy {
    padding: 18px 0 0;
    color: var(--yiftah-muted);
    font-weight: 600;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--yiftah-blue), var(--yiftah-blue-2));
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    z-index: 1050;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.reveal.revealed {
    opacity: 1;
    transform: none;
}

.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-down {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-down.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

.reveal-rotate {
    opacity: 0;
    transform: rotate(-5deg);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-rotate.revealed {
    opacity: 1;
    transform: rotate(0);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* Enhanced hover effects for cards */
.feature-card:hover {
    transform: translateY(-10px) scale(1.018);
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 0 0 1px rgba(255, 255, 255, 0.68),
        0 22px 44px rgba(15, 23, 42, 0.16),
        0 0 34px rgba(255, 255, 255, 0.72);
    filter: saturate(1.04);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.15);
}

.pricing-card.recommended:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px rgba(37, 99, 235, 0.2);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.faq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.contact-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

/* Enhanced button hover effects */
.btn-yiftah {
    position: relative;
    overflow: hidden;
}

.btn-yiftah::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-yiftah:hover::before {
    left: 100%;
}

/* Parallax effect for hero section */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-video-bg {
    transform: translateZ(-1px) scale(1.1);
    will-change: transform;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Enhanced interactive elements */
.yiftah-nav .nav-link {
    position: relative;
}

.yiftah-nav .nav-link::after {
    display: none;
}

.yiftah-nav .nav-link:hover::after,
.yiftah-nav .nav-link:focus::after,
.yiftah-nav .nav-link.active::after {
    display: none;
}

/* Magnetic effect for buttons (subtle) */
.btn-yiftah {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.btn-yiftah:hover {
    transform: translateY(-2px);
}

.btn-yiftah:active {
    transform: translateY(0);
}
.reveal-delay-4 { transition-delay: .4s; }

@keyframes floatY {
    0%, 100% { transform: translateY(0) perspective(1200px) rotateY(-8deg) rotateX(5deg); }
    50% { transform: translateY(-10px) perspective(1200px) rotateY(-8deg) rotateX(5deg); }
}

@keyframes barPulse {
    0%, 100% { transform: translateY(0); opacity: .92; }
    50% { transform: translateY(-4px); opacity: 1; }
}

@keyframes mapRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes worldRotate {
    from { transform: translate(-50%, -50%) rotate(0deg) rotateX(16deg) rotateZ(-10deg); }
    to { transform: translate(-50%, -50%) rotate(360deg) rotateX(16deg) rotateZ(-10deg); }
}

@keyframes evolutionDraw {
    0% { stroke-dashoffset: 360; opacity: 0.65; }
    18% { opacity: 0.95; }
    55% { stroke-dashoffset: 0; opacity: 0.95; }
    82% { stroke-dashoffset: 0; opacity: 0.75; }
    100% { stroke-dashoffset: -360; opacity: 0; }
}

@keyframes evolutionDash {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -120; }
}

@keyframes evolutionNode {
    0%, 100% { opacity: 0.9; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.22); }
}

@keyframes evolutionTracer {
    0%, 100% { opacity: 0.78; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.35); }
}

@keyframes globeFloat {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -50%) translateY(-10px); }
}

@keyframes globeFloatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes globeSpin3d {
    from { transform: rotateX(22deg) rotateZ(90deg) rotateY(0deg) rotateZ(-10deg); }
    to { transform: rotateX(22deg) rotateZ(90deg) rotateY(360deg) rotateZ(-10deg); }
}

@keyframes continentsScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-900px); }
}

@keyframes orbitSpinA {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes orbitSpinB {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes orbitSpinC {
    from { transform: rotate(20deg); }
    to { transform: rotate(380deg); }
}

@keyframes globeFallbackSpin {
    from { transform: rotateX(18deg) rotateZ(90deg) rotate(0deg); }
    to { transform: rotateX(18deg) rotateZ(90deg) rotate(360deg); }
}

@keyframes heroIllGlow {
    0%, 100% { opacity: 0.78; transform: translate3d(0, 0, 0) scale(1); }
    50% { opacity: 0.95; transform: translate3d(0, -8px, 0) scale(1.03); }
}

@keyframes mapFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes routeFlow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -48; }
}

@keyframes pinPulse {
    0%, 100% { opacity: 1; r: 8; }
    50% { opacity: .75; r: 11; }
}

@media (max-width: 1199.98px) {
    .hero-title { font-size: clamp(2.5rem, 4.4vw, 4.5rem); }
    .hero-visual { min-height: 560px; }
    .dashboard-shell { transform: perspective(1100px) rotateY(-6deg) rotateX(4deg); }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .feature-card.feature-highlight { grid-row: span 1; min-height: 430px; }
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-card.recommended { transform: none; }
    .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
    .section-pad { padding: 84px 0; }
    .hero-copy { text-align: center; }
    .hero-illustration { justify-content: center; min-height: 0; margin-top: 10px; }
    .hero-illustration-img { width: min(520px, 94%); opacity: 0.66; }
    .hero-text { margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-trust { justify-content: center; }
    .hero-visual { min-height: 520px; margin-top: 26px; }
    .hero-map-visual { transform: none; }
    .hero-world-bg .world-map-wrap { left: 58%; top: 44%; }
    .hero-world-bg .world-map-bg { width: min(1120px, 320%); opacity: 0.3; }
    .dashboard-grid { grid-template-columns: 1fr; }
    .dashboard-shell { transform: none; width: 100%; }
    .floating-chip.chip-a { right: 10px; }
    .floating-chip.chip-b { left: 10px; bottom: 70px; }
    .yiftah-navbar .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.62);
        box-shadow:
            0 22px 50px rgba(15, 23, 42, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.58),
            inset 0 -1px 0 rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(26px) saturate(185%) contrast(106%);
        -webkit-backdrop-filter: blur(26px) saturate(185%) contrast(106%);
    }
    body.yiftah-landing.theme-dark .yiftah-navbar .navbar-collapse {
        background: rgba(15, 23, 42, 0.16);
        border-color: rgba(255, 255, 255, 0.24);
        box-shadow:
            0 26px 60px rgba(0, 0, 0, 0.36),
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            inset 0 -1px 0 rgba(255, 255, 255, 0.07);
    }
    .yiftah-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .yiftah-actions .btn-yiftah {
        width: 100%;
    }
    .yiftah-actions .nav-action {
        width: 100%;
        height: auto;
        padding: 13px 22px;
        gap: 10px;
        justify-content: center;
    }
    .yiftah-actions .nav-action {
        color: var(--landing-admin-icon-color);
        border: 0;
        background: transparent;
        box-shadow: none;
    }
    .yiftah-actions .nav-action.btn-yiftah-primary {
        border: 0;
        background: transparent;
    }
    .yiftah-actions .nav-action .nav-action-text {
        display: inline;
    }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card.feature-highlight { min-height: auto; }
    .pricing-grid { grid-template-columns: 1fr; }
    .footer-panel { padding: 28px; }
}

@media (max-width: 767.98px) {
    .section-kicker { font-size: 0.7rem; letter-spacing: 0.12em; }
    .hero-title { font-size: clamp(2.4rem, 12vw, 3.6rem); }
    .hero-illustration-img { width: min(460px, 92%); }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn-yiftah { width: 100%; }
    .hero-trust { gap: 10px; }
    .hero-trust span { width: 100%; justify-content: center; }
    .hero-world-bg .world-map-wrap { left: 54%; top: 36%; }
    .hero-world-bg .world-map-bg { width: min(980px, 360%); opacity: 0.24; }
    .students-sketch { display: none; }
    .map-card { border-radius: 28px; }
    .map-caption { position: relative; left: auto; right: auto; bottom: auto; margin: -46px 18px 18px; flex-direction: column; text-align: center; }
    .map-caption strong { text-align: center; }
    .dashboard-shell { padding: 18px; }
    .dashboard-chart { height: 220px; }
    .dashboard-top { flex-direction: column; align-items: start; }
    .chart-bars { gap: 8px; }
    .stat-card { padding: 22px 18px; }
    .contact-panel, .footer-panel { padding: 22px; }
    .faq-trigger { padding: 18px 16px; }
    .faq-panel-inner { padding: 0 16px 18px; }
    .floating-chip { font-size: 0.88rem; }
    .floating-chip i { width: 30px; height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal-up,
    .reveal-down,
    .reveal-left,
    .reveal-right,
    .reveal-scale,
    .reveal-rotate {
        transform: none;
        opacity: 1;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1; transform: none; }
}

/* Enhanced mobile responsiveness */
@media (max-width: 575.98px) {
    .hero-section {
        min-height: auto;
        padding: 60px 0 50px;
    }

    .hero-copy h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .hero-copy p {
        font-size: 0.95rem;
    }

    .section-title h2 {
        font-size: 1.4rem;
    }

    .section-title p {
        font-size: 0.9rem;
    }

    .btn-yiftah {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .yiftah-brand span {
        font-size: 1.1rem;
    }

    .side-social-dock {
        gap: 8px;
        padding: 12px 8px;
    }

    .side-social-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .map-caption span {
        font-size: 0.9rem;
        gap: 10px;
    }

    .map-logo-icon {
        width: 22px;
        height: 22px;
    }

    .feature-card,
    .pricing-card,
    .faq-card {
        padding: 20px;
    }

    .stat-value {
        font-size: 1.4rem;
    }

    /* Disable parallax on mobile for better performance */
    .hero-video-bg {
        transform: none;
    }
}

/* Final feature-card precedence over legacy dark-card rules */
body.yiftah-landing .feature-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.12), transparent 32%);
    border-color: rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.yiftah-landing .feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--feature-accent-rgb), 0.28);
    box-shadow:
        0 26px 62px rgba(15, 23, 42, 0.13),
        0 0 34px rgba(var(--feature-accent-rgb), 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.yiftah-landing.theme-dark .feature-card {
    background:
        linear-gradient(145deg, rgba(12, 18, 31, 0.98), rgba(5, 9, 17, 0.96)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.18), transparent 34%);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.yiftah-landing.theme-dark .feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--feature-accent-rgb), 0.46);
    box-shadow:
        0 32px 86px rgba(0, 0, 0, 0.48),
        0 0 42px rgba(var(--feature-accent-rgb), 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.yiftah-landing .feature-card .feature-icon {
    background:
        linear-gradient(135deg, rgba(var(--feature-accent-rgb), 0.94), rgba(var(--feature-accent-rgb), 0.72)),
        linear-gradient(135deg, #2563eb, #14b8a6);
    color: #ffffff;
    box-shadow:
        0 14px 30px rgba(var(--feature-accent-rgb), 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Package-based platform feature cards */
body.yiftah-landing .package-feature-card {
    min-height: 100%;
    overflow: hidden;
}

body.yiftah-landing .package-basic-card {
    --feature-accent: #0891b2;
    --feature-accent-rgb: 8, 145, 178;
}

body.yiftah-landing .package-plus-card {
    --feature-accent: #7c3aed;
    --feature-accent-rgb: 124, 58, 237;
}

body.yiftah-landing .package-pro-card {
    --feature-accent: #f59e0b;
    --feature-accent-rgb: 245, 158, 11;
}

body.yiftah-landing .package-feature-card .feature-card-body p {
    min-height: 96px;
}

body.yiftah-landing .package-feature-card .feature-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

body.yiftah-landing .package-feature-card .module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

body.yiftah-landing .package-feature-card .module-pill {
    min-height: 118px;
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.68)),
        radial-gradient(circle at 12% 0%, rgba(var(--feature-accent-rgb), 0.12), transparent 42%);
    border-color: rgba(var(--feature-accent-rgb), 0.12);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

body.yiftah-landing .package-feature-card .module-pill:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--feature-accent-rgb), 0.32);
    box-shadow:
        0 18px 34px rgba(15, 23, 42, 0.1),
        0 0 24px rgba(var(--feature-accent-rgb), 0.12);
}

body.yiftah-landing .package-feature-card .module-banner {
    margin-top: 20px;
    background:
        linear-gradient(135deg, rgba(var(--feature-accent-rgb), 0.12), rgba(20, 184, 166, 0.08)),
        rgba(255, 255, 255, 0.78);
    border-color: rgba(var(--feature-accent-rgb), 0.16);
}

body.yiftah-landing.theme-dark .package-feature-card .module-pill {
    background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.9), rgba(2, 6, 23, 0.72)),
        radial-gradient(circle at 12% 0%, rgba(var(--feature-accent-rgb), 0.16), transparent 44%);
    border-color: rgba(var(--feature-accent-rgb), 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 32px rgba(0, 0, 0, 0.24);
}

body.yiftah-landing.theme-dark .package-feature-card .module-banner {
    background:
        linear-gradient(135deg, rgba(var(--feature-accent-rgb), 0.16), rgba(20, 184, 166, 0.08)),
        rgba(8, 13, 24, 0.88);
    border-color: rgba(var(--feature-accent-rgb), 0.22);
}

@media (max-width: 767px) {
    body.yiftah-landing .package-feature-card .feature-card-body p {
        min-height: auto;
    }

    body.yiftah-landing .package-feature-card .feature-points,
    body.yiftah-landing .package-feature-card .module-grid {
        grid-template-columns: 1fr;
    }

    body.yiftah-landing .package-feature-card .module-pill {
        min-height: auto;
    }
}

/* Feature category rail */
.metrics-showcase {
    overflow: hidden;
}

.metrics-showcase .container-xl {
    overflow: visible;
}

.metrics-cards-grid {
    display: flex;
    gap: 22px;
    width: max-content;
    min-width: 100%;
    padding: 8px 0 18px;
    animation: yiftahFeatureRail 46s ease-in-out infinite alternate;
    will-change: transform;
}

.metrics-cards-grid:hover {
    animation-play-state: paused;
}

.metric-stat-card {
    flex: 0 0 310px;
    min-height: 385px;
    padding: 24px;
    border-radius: 24px;
}

.msc-value {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--mc-accent);
    background: var(--mc-icon-bg);
    margin-bottom: 12px;
}

.msc-label {
    font-size: 1.08rem;
    margin-bottom: 8px;
}

.msc-desc {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    font-size: 0.82rem;
    margin-bottom: 16px;
}

.msc-feature-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.msc-feature-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 30px;
    padding: 7px 9px;
    border-radius: 12px;
    color: var(--yiftah-text);
    background: rgba(15, 23, 42, 0.035);
    border: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

.msc-feature-list i {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: var(--mc-accent);
    background: var(--mc-icon-bg);
    font-size: 0.62rem;
}

body.yiftah-landing.theme-dark .msc-feature-list li {
    color: rgba(244, 247, 252, 0.92);
    background: rgba(148, 163, 184, 0.08);
    border-color: rgba(148, 163, 184, 0.12);
}

body.yiftah-landing.theme-dark .msc-value {
    color: rgba(244, 247, 252, 0.94);
}

@keyframes yiftahFeatureRail {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(min(0px, calc(100vw - 100% - 64px)));
    }
}

@media (max-width: 991.98px) {
    .metrics-showcase {
        overflow: visible;
    }

    .metrics-cards-grid {
        width: auto;
        min-width: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 8px 4px 18px;
        animation: none;
        -webkit-overflow-scrolling: touch;
    }

    .metric-stat-card {
        flex-basis: min(82vw, 340px);
        scroll-snap-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .metrics-cards-grid {
        animation: none;
    }
}

/* Footer social icons: match side-social diamond language */
.footer-social {
    gap: 14px;
    align-items: center;
}

.footer-social a {
    --footer-social-accent: var(--landing-admin-icon-color);
    --footer-social-accent-hover: var(--landing-admin-icon-color-hover);
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    position: relative;
    isolation: isolate;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--footer-social-accent);
    box-shadow: none;
    overflow: visible;
    transition:
        color 0.28s ease,
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.34s ease;
}

.footer-social a::before {
    content: '';
    position: absolute;
    inset: 4px;
    z-index: -1;
    transform: rotate(45deg);
    transform-origin: center;
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
        radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--footer-social-accent) 18%, transparent), transparent 54%);
    border: 1px solid color-mix(in srgb, var(--footer-social-accent) 82%, rgba(255, 255, 255, 0.34));
    box-shadow:
        2px 2px 3px rgba(245, 158, 11, 0.18),
        0 10px 24px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition:
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease;
}

.footer-social a::after {
    content: '';
    position: absolute;
    inset: 7px;
    z-index: -1;
    transform: rotate(45deg) translateX(-12px);
    border-radius: 8px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.5s ease;
}

.footer-social a i {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    transition: transform 0.28s ease;
}

.footer-social a[aria-label="Facebook"] {
    --footer-social-accent: #1877f2;
    --footer-social-accent-hover: #60a5fa;
}

.footer-social a[aria-label="Twitter"] {
    --footer-social-accent: #38bdf8;
    --footer-social-accent-hover: #7dd3fc;
}

.footer-social a[aria-label="LinkedIn"] {
    --footer-social-accent: #0a66c2;
    --footer-social-accent-hover: #60a5fa;
}

.footer-social a[aria-label="YouTube"] {
    --footer-social-accent: #ff0033;
    --footer-social-accent-hover: #fb7185;
}

.footer-social a[aria-label="Instagram"] {
    --footer-social-accent: #e1306c;
    --footer-social-accent-hover: #f472b6;
}

.footer-social a:hover,
.footer-social a:focus {
    color: var(--footer-social-accent-hover);
    transform: translateY(-4px) scale(1.08);
    filter: drop-shadow(0 14px 18px color-mix(in srgb, var(--footer-social-accent) 24%, transparent));
}

.footer-social a:hover::before,
.footer-social a:focus::before {
    transform: rotate(45deg) scale(1.1);
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--footer-social-accent) 18%, #ffffff), rgba(255, 255, 255, 0.86)),
        radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--footer-social-accent) 34%, transparent), transparent 58%);
    border-color: color-mix(in srgb, var(--footer-social-accent) 90%, rgba(255, 255, 255, 0.32));
    box-shadow:
        0 16px 30px color-mix(in srgb, var(--footer-social-accent) 22%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.footer-social a:hover::after,
.footer-social a:focus::after {
    opacity: 1;
    transform: rotate(45deg) translateX(12px);
}

.footer-social a:hover i,
.footer-social a:focus i {
    transform: scale(1.08);
}

body.yiftah-landing.theme-dark .footer-social a {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

body.yiftah-landing.theme-dark .footer-social a::before {
    background:
        linear-gradient(145deg, rgba(13, 24, 43, 0.98), rgba(5, 10, 20, 0.96)),
        radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--footer-social-accent) 22%, transparent), transparent 58%);
    border-color: color-mix(in srgb, var(--footer-social-accent) 76%, rgba(255, 255, 255, 0.12));
    box-shadow:
        2px 2px 4px rgba(245, 158, 11, 0.22),
        0 14px 30px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.yiftah-landing.theme-dark .footer-social a:hover::before,
body.yiftah-landing.theme-dark .footer-social a:focus::before {
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--footer-social-accent) 22%, rgba(13, 24, 43, 0.98)), rgba(5, 10, 20, 0.98)),
        radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--footer-social-accent) 36%, transparent), transparent 60%);
    box-shadow:
        0 18px 34px color-mix(in srgb, var(--footer-social-accent) 24%, rgba(0, 0, 0, 0.22)),
        0 0 22px color-mix(in srgb, var(--footer-social-accent) 24%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 575.98px) {
    .footer-social {
        gap: 10px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }
}

/* Dark mode contact form fields */
body.yiftah-landing.theme-dark .contact-frm .form-label,
body.yiftah-landing.theme-dark .contact-form .form-label {
    color: rgba(238, 244, 255, 0.94);
    font-weight: 800;
    letter-spacing: 0.01em;
    transition: color 0.24s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.yiftah-landing.theme-dark .contact-frm .col-md-6,
body.yiftah-landing.theme-dark .contact-frm .col-12,
body.yiftah-landing.theme-dark .contact-form .col-md-6,
body.yiftah-landing.theme-dark .contact-form .col-12 {
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.yiftah-landing.theme-dark .contact-frm .col-md-6:hover,
body.yiftah-landing.theme-dark .contact-frm .col-12:hover,
body.yiftah-landing.theme-dark .contact-form .col-md-6:hover,
body.yiftah-landing.theme-dark .contact-form .col-12:hover {
    transform: translateY(-2px);
}

body.yiftah-landing.theme-dark .contact-frm .form-control,
body.yiftah-landing.theme-dark .contact-frm .form-select,
body.yiftah-landing.theme-dark .contact-form .form-control,
body.yiftah-landing.theme-dark .contact-form .form-select {
    min-height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(79, 116, 178, 0.35);
    background:
        linear-gradient(145deg, rgba(12, 18, 31, 0.94), rgba(6, 10, 18, 0.94)),
        radial-gradient(circle at 12% 0%, rgba(47, 124, 255, 0.12), transparent 34%);
    color: #f7faff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 14px 34px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-color 0.26s ease,
        box-shadow 0.26s ease,
        background 0.26s ease,
        color 0.26s ease;
}

body.yiftah-landing.theme-dark .contact-frm textarea.form-control,
body.yiftah-landing.theme-dark .contact-form textarea.form-control {
    min-height: 148px;
}

body.yiftah-landing.theme-dark .contact-frm .form-control::placeholder,
body.yiftah-landing.theme-dark .contact-form .form-control::placeholder {
    color: rgba(190, 199, 214, 0.68);
}

body.yiftah-landing.theme-dark .contact-frm .form-control:hover,
body.yiftah-landing.theme-dark .contact-frm .form-select:hover,
body.yiftah-landing.theme-dark .contact-form .form-control:hover,
body.yiftah-landing.theme-dark .contact-form .form-select:hover {
    border-color: rgba(58, 128, 255, 0.56);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 42px rgba(0, 0, 0, 0.28),
        0 0 22px rgba(47, 124, 255, 0.12);
    transform: translateY(-2px);
}

body.yiftah-landing.theme-dark .contact-frm .form-control:focus,
body.yiftah-landing.theme-dark .contact-frm .form-select:focus,
body.yiftah-landing.theme-dark .contact-form .form-control:focus,
body.yiftah-landing.theme-dark .contact-form .form-select:focus {
    border-color: rgba(32, 192, 189, 0.72);
    background:
        linear-gradient(145deg, rgba(14, 24, 42, 0.98), rgba(7, 13, 24, 0.98)),
        radial-gradient(circle at 12% 0%, rgba(32, 192, 189, 0.16), transparent 36%);
    color: #ffffff;
    outline: 0;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 20px 48px rgba(0, 0, 0, 0.34),
        0 0 0 4px rgba(32, 192, 189, 0.11),
        0 0 32px rgba(47, 124, 255, 0.2);
    transform: translateY(-3px) scale(1.005);
}

body.yiftah-landing.theme-dark .contact-frm .form-control:focus + .error,
body.yiftah-landing.theme-dark .contact-form .form-control:focus + .error {
    color: rgba(141, 218, 255, 0.95);
}

body.yiftah-landing.theme-dark .contact-frm .btn-yiftah,
body.yiftah-landing.theme-dark .contact-form .btn-yiftah {
    min-height: 58px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2f72f0 0%, #20c0bd 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow:
        0 20px 46px rgba(32, 119, 240, 0.26),
        0 0 28px rgba(32, 192, 189, 0.16);
    text-decoration: none;
}

body.yiftah-landing.theme-dark .contact-frm .btn-yiftah:hover,
body.yiftah-landing.theme-dark .contact-frm .btn-yiftah:focus,
body.yiftah-landing.theme-dark .contact-form .btn-yiftah:hover,
body.yiftah-landing.theme-dark .contact-form .btn-yiftah:focus {
    color: #ffffff;
    box-shadow:
        0 24px 58px rgba(32, 119, 240, 0.34),
        0 0 42px rgba(32, 192, 189, 0.22);
    transform: translateY(-4px) scale(1.015);
}

/* Feature-card Ethiopia map placement */
.hero-map-visual {
    display: none;
}

.feature-map-slot {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 22px 0 18px;
    min-height: clamp(230px, 28vw, 330px);
    display: grid;
    place-items: center;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.34));
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 18px 40px rgba(15, 23, 42, 0.08);
    transform: translateZ(12px);
}

.feature-map-slot::before {
    content: '';
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px dashed rgba(37, 99, 235, 0.2);
    pointer-events: none;
}

.feature-map-slot .map-card {
    width: min(100%, 390px);
    aspect-ratio: 1 / 0.78;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: translateY(0) scale(1);
}

.feature-map-slot .globe-backdrop {
    display: none;
}

.feature-map-slot .globe-three,
.feature-map-slot .globe-fallback {
    width: min(430px, 128%);
    height: min(430px, 128%);
}

.feature-map-slot .globe-orbits {
    width: min(410px, 112%);
    opacity: 0.76;
}

.feature-map-slot .map-rings {
    display: none;
}

.feature-map-slot .ethiopia-map {
    width: 76%;
    max-width: 300px;
    filter: drop-shadow(0 18px 28px rgba(15, 23, 42, 0.2));
}

.feature-map-ai-model {
    position: absolute;
    z-index: 5;
    left: 45%;
    top: 58%;
    width: min(28%, 108px);
    height: min(40%, 152px);
    pointer-events: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.18));
    animation: featureAiFloat 5.2s ease-in-out infinite;
}

.feature-map-ai-model model-viewer {
    width: 100%;
    height: 100%;
    display: block;
    --poster-color: transparent;
    background: transparent;
    pointer-events: none;
}

.feature-card:hover .feature-map-slot {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 24px 52px rgba(15, 23, 42, 0.12),
        0 0 34px rgba(37, 99, 235, 0.16);
}

.feature-card:hover .feature-map-ai-model {
    animation-duration: 3.8s;
    filter: drop-shadow(0 22px 30px rgba(37, 99, 235, 0.24));
}

body.yiftah-landing.theme-dark .feature-map-slot {
    background: linear-gradient(145deg, rgba(10, 17, 30, 0.72), rgba(5, 9, 17, 0.78));
    border-color: rgba(79, 116, 178, 0.36);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 22px 52px rgba(0, 0, 0, 0.36),
        0 0 34px rgba(47, 124, 255, 0.12);
}

body.yiftah-landing.theme-dark .feature-map-slot::before {
    border-color: rgba(96, 165, 250, 0.22);
}

body.yiftah-landing.theme-dark .feature-map-slot .map-card,
body.yiftah-landing.theme-dark .feature-map-slot .map-card:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
}

body.yiftah-landing.theme-dark .feature-map-slot .ethiopia-map {
    filter: drop-shadow(0 14px 22px rgba(47, 124, 255, 0.16));
}

body.yiftah-landing.theme-dark .feature-map-ai-model {
    filter: drop-shadow(0 18px 28px rgba(47, 124, 255, 0.24));
}

@keyframes featureAiFloat {
    0%, 100% {
        transform: translate3d(calc(-50% - 3px), calc(-50% - 1px), 0) rotate(-0.8deg) scale(0.95);
    }
    50% {
        transform: translate3d(calc(-50% + 4px), calc(-50% - 6px), 0) rotate(0.8deg) scale(0.99);
    }
}

/* Light mode metric card motion */
body.yiftah-landing.theme-light .metric-stat-card,
body.yiftah-landing:not(.theme-dark) .metric-stat-card {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.12);
    box-shadow: none;
    transform: translateY(0) scale(1);
    transition:
        transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        filter 0.3s ease;
}

body.yiftah-landing.theme-light .metric-stat-card:hover,
body.yiftah-landing:not(.theme-dark) .metric-stat-card:hover {
    background: #ffffff;
    border-color: rgba(37, 99, 235, 0.32);
    box-shadow:
        0 16px 34px rgba(15, 23, 42, 0.08),
        0 0 18px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: translateY(-9px) scale(1.018);
    filter: saturate(1.04);
}

body.yiftah-landing.theme-light .metric-stat-card .msc-icon-ring,
body.yiftah-landing:not(.theme-dark) .metric-stat-card .msc-icon-ring {
    transition:
        transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.3s ease,
        background 0.3s ease;
}

body.yiftah-landing.theme-light .metric-stat-card:hover .msc-icon-ring,
body.yiftah-landing:not(.theme-dark) .metric-stat-card:hover .msc-icon-ring {
    transform: translateY(-3px) scale(1.1);
    box-shadow: none;
}

body.yiftah-landing.theme-light .metric-stat-card .msc-value,
body.yiftah-landing:not(.theme-dark) .metric-stat-card .msc-value,
body.yiftah-landing.theme-light .metric-stat-card .msc-label,
body.yiftah-landing:not(.theme-dark) .metric-stat-card .msc-label,
body.yiftah-landing.theme-light .metric-stat-card .msc-desc,
body.yiftah-landing:not(.theme-dark) .metric-stat-card .msc-desc {
    transition: transform 0.28s ease, color 0.28s ease;
}

body.yiftah-landing.theme-light .metric-stat-card:hover .msc-value,
body.yiftah-landing:not(.theme-dark) .metric-stat-card:hover .msc-value,
body.yiftah-landing.theme-light .metric-stat-card:hover .msc-label,
body.yiftah-landing:not(.theme-dark) .metric-stat-card:hover .msc-label,
body.yiftah-landing.theme-light .metric-stat-card:hover .msc-desc,
body.yiftah-landing:not(.theme-dark) .metric-stat-card:hover .msc-desc {
    transform: translateY(-2px);
}

/* Partners Section */
.partners-section {
    background: var(--yiftah-bg);
    position: relative;
    overflow: hidden;
}

.partners-carousel {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.partners-track {
    display: flex;
    gap: 40px;
    animation: scrollPartners 30s linear infinite;
    width: max-content;
}

.partners-track:hover {
    animation-play-state: paused;
}

@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-item {
    flex-shrink: 0;
    width: 180px;
    animation: floatPartner 4s ease-in-out infinite;
}

.partner-item:nth-child(2n) {
    animation-delay: 0.5s;
}

.partner-item:nth-child(3n) {
    animation-delay: 1s;
}

.partner-item:nth-child(4n) {
    animation-delay: 1.5s;
}

@keyframes floatPartner {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.partner-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.partner-link:hover {
    transform: scale(1.05);
}

.partner-logo-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--yiftah-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 2px solid var(--yiftah-border);
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.partner-logo-wrapper:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    border-color: var(--yiftah-border-strong);
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.partner-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--yiftah-text);
    text-align: center;
    transition: color 0.3s ease;
}

.partner-link:hover .partner-name {
    color: #3b82f6;
}

body.yiftah-landing.theme-dark .partner-logo-wrapper {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

body.yiftah-landing.theme-dark .partner-logo-wrapper:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
    border-color: rgba(148, 163, 184, 0.2);
}

body.yiftah-landing.theme-dark .partner-name {
    color: rgba(248, 250, 252, 0.92);
}

body.yiftah-landing.theme-dark .partner-link:hover .partner-name {
    color: #60a5fa;
}

/* Professional feature cards refresh */
#features {
    position: relative;
    overflow: hidden;
}

#features .section-title {
    max-width: 860px;
    margin-bottom: 34px;
}

#features .section-title h2 {
    letter-spacing: 0;
    line-height: 1.08;
}

#features .section-title p {
    max-width: 760px;
    font-size: 1rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(260px, auto);
    gap: 22px;
    align-items: stretch;
}

.feature-card {
    --feature-accent-rgb: 37, 99, 235;
    min-height: 100%;
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.12), transparent 32%);
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    transform-style: flat;
    transition:
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s ease,
        border-color 0.32s ease,
        background 0.32s ease;
}

.feature-card::before {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(var(--feature-accent-rgb), 0.85), rgba(20, 184, 166, 0.75), rgba(245, 158, 11, 0.7));
    opacity: 1;
    transform: none;
    height: 4px;
    bottom: auto;
}

.feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.62) 42%, transparent 58%);
    opacity: 0;
    transform: translateX(-42%);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.55s ease;
}

.feature-card-glow {
    position: absolute;
    right: -54px;
    top: -54px;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background: rgba(var(--feature-accent-rgb), 0.14);
    filter: blur(2px);
    pointer-events: none;
    transition: transform 0.34s ease, opacity 0.34s ease;
}

.feature-card-frame {
    display: none;
}

.feature-card-head {
    margin-bottom: 18px;
}

.feature-card .feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(var(--feature-accent-rgb), 0.94), rgba(var(--feature-accent-rgb), 0.72)),
        linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow:
        0 14px 30px rgba(var(--feature-accent-rgb), 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: none;
}

.feature-card .feature-icon::before {
    display: none;
}

.feature-card .feature-icon i {
    font-size: 1.15rem;
}

.feature-card .feature-badge {
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(var(--feature-accent-rgb), 0.1);
    border-color: rgba(var(--feature-accent-rgb), 0.2);
    color: rgb(var(--feature-accent-rgb));
    box-shadow: none;
    transform: none;
}

.feature-card-body {
    position: relative;
    z-index: 1;
}

.feature-card h3 {
    font-size: clamp(1.15rem, 1.35vw, 1.35rem);
    line-height: 1.18;
    letter-spacing: 0;
    margin-bottom: 10px;
    transform: none;
}

.feature-card p {
    font-size: 0.94rem;
    line-height: 1.62;
    transform: none;
}

.feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
    transform: none;
}

.feature-points li {
    width: fit-content;
    min-height: 34px;
    padding: 7px 10px 7px 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.035);
    border: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 0.78rem;
    white-space: nowrap;
}

.feature-points i {
    width: 18px;
    height: 18px;
    background: rgba(var(--feature-accent-rgb), 0.13);
    color: rgb(var(--feature-accent-rgb));
}

.feature-card .feature-foot {
    min-height: 38px;
    margin-top: auto;
    padding-top: 18px;
    color: rgb(var(--feature-accent-rgb));
    transform: none;
}

.feature-card.feature-highlight {
    --feature-accent-rgb: 124, 58, 237;
    grid-column: span 1;
    grid-row: span 2;
    min-height: 100%;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 255, 0.92)),
        radial-gradient(circle at 12% 0%, rgba(124, 58, 237, 0.16), transparent 36%),
        radial-gradient(circle at 88% 22%, rgba(20, 184, 166, 0.12), transparent 34%);
}

.feature-exam-card {
    --feature-accent-rgb: 37, 99, 235;
}

.feature-eval-card {
    --feature-accent-rgb: 22, 163, 74;
}

.feature-school-card {
    --feature-accent-rgb: 8, 145, 178;
}

.feature-finance-card {
    --feature-accent-rgb: 217, 119, 6;
}

.feature-tools-card {
    --feature-accent-rgb: 220, 38, 38;
}

.feature-highlight .module-grid {
    gap: 12px;
    margin-top: 20px;
    transform: none;
}

.module-pill {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(124, 58, 237, 0.1);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.055);
}

.module-pill strong {
    font-size: 0.86rem;
    letter-spacing: 0;
}

.module-pill span {
    font-size: 0.77rem;
}

.module-banner {
    margin-top: 18px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(20, 184, 166, 0.1)),
        rgba(255, 255, 255, 0.74);
    border-color: rgba(124, 58, 237, 0.12);
    transform: none;
}

.feature-map-slot {
    min-height: 220px;
    margin: 20px 0 4px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(248, 250, 252, 0.62)),
        radial-gradient(circle at 50% 50%, rgba(124, 58, 237, 0.12), transparent 52%);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--feature-accent-rgb), 0.28);
    box-shadow:
        0 26px 62px rgba(15, 23, 42, 0.13),
        0 0 34px rgba(var(--feature-accent-rgb), 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.feature-card:hover::after {
    opacity: 1;
    transform: translateX(42%);
}

.feature-card:hover::before {
    transform: none;
}

.feature-card:hover .feature-card-glow {
    opacity: 0.95;
    transform: scale(1.18) translate(-8px, 8px);
}

.feature-card:hover .feature-icon {
    transform: translateY(-2px) scale(1.04);
}

body.yiftah-landing.theme-dark .feature-card {
    background:
        linear-gradient(145deg, rgba(12, 18, 31, 0.98), rgba(5, 9, 17, 0.96)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.18), transparent 34%);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.yiftah-landing.theme-dark .feature-card:hover {
    border-color: rgba(var(--feature-accent-rgb), 0.46);
    box-shadow:
        0 32px 86px rgba(0, 0, 0, 0.48),
        0 0 42px rgba(var(--feature-accent-rgb), 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.yiftah-landing.theme-dark .feature-card .feature-badge {
    background: rgba(var(--feature-accent-rgb), 0.16);
    border-color: rgba(var(--feature-accent-rgb), 0.32);
    color: rgba(248, 250, 252, 0.94);
}

body.yiftah-landing.theme-dark .feature-points li {
    background: rgba(148, 163, 184, 0.08);
    border-color: rgba(148, 163, 184, 0.12);
}

body.yiftah-landing.theme-dark .feature-points i {
    background: rgba(var(--feature-accent-rgb), 0.22);
    color: rgba(248, 250, 252, 0.92);
}

body.yiftah-landing.theme-dark .module-pill,
body.yiftah-landing.theme-dark .module-banner {
    background: rgba(15, 23, 42, 0.66);
    border-color: rgba(148, 163, 184, 0.14);
}

@media (max-width: 1199.98px) {
    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-card.feature-highlight {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 767.98px) {
    #features .section-title {
        text-align: left;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 16px;
    }

    .feature-card,
    .feature-card.feature-highlight {
        grid-column: auto;
        grid-row: auto;
        padding: 22px;
        border-radius: 22px;
    }

    .feature-card-head {
        align-items: flex-start;
    }

    .feature-card .feature-badge {
        white-space: normal;
        text-align: right;
    }

    .feature-points {
        display: grid;
        grid-template-columns: 1fr;
    }

    .feature-points li {
        width: 100%;
        white-space: normal;
    }

    .feature-highlight .module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .module-pill {
        padding: 10px;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .module-pill strong {
        margin-bottom: 0;
        font-size: 0.8rem;
    }

    .module-pill span,
    .module-banner .banner-text {
        display: none;
    }

    .module-banner {
        margin-top: 12px;
        padding: 13px;
    }

    .module-banner .banner-title {
        margin-bottom: 0;
        font-size: 0.86rem;
    }

    .feature-map-slot {
        min-height: 180px;
    }
}

/* Dark mode premium card motion */
body.yiftah-landing.theme-dark {
    --dark-card-bg: linear-gradient(145deg, rgba(12, 18, 31, 0.98), rgba(5, 9, 17, 0.98));
    --dark-card-bg-soft: linear-gradient(145deg, rgba(17, 29, 53, 0.98), rgba(9, 15, 28, 0.98));
    --dark-card-border: rgba(79, 116, 178, 0.35);
    --dark-card-border-hover: rgba(58, 128, 255, 0.68);
    --dark-card-shadow: 0 26px 70px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    --dark-card-glow: 0 34px 95px rgba(0, 0, 0, 0.58), 0 0 46px rgba(47, 124, 255, 0.18), 0 0 22px rgba(28, 188, 191, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

body.yiftah-landing.theme-dark .feature-card,
body.yiftah-landing.theme-dark .pricing-card,
body.yiftah-landing.theme-dark .contact-card,
body.yiftah-landing.theme-dark .contact-panel,
body.yiftah-landing.theme-dark .contact-form-panel,
body.yiftah-landing.theme-dark .faq-card,
body.yiftah-landing.theme-dark .metric-stat-card,
body.yiftah-landing.theme-dark .module-pill,
body.yiftah-landing.theme-dark .feature-tab,
body.yiftah-landing.theme-dark .feature-stage,
body.yiftah-landing.theme-dark .partner-logo-wrapper,
body.yiftah-landing.theme-dark .hero-visual,
body.yiftah-landing.theme-dark .image-stack,
body.yiftah-landing.theme-dark .footer-panel,
body.yiftah-landing.theme-dark .map-card,
body.yiftah-landing.theme-dark .workflow-list div {
    background: var(--dark-card-bg);
    border-color: var(--dark-card-border);
    box-shadow: var(--dark-card-shadow);
    color: rgba(244, 247, 252, 0.94);
    transform: translateY(0) scale(1);
    transition:
        transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        color 0.28s ease;
}

body.yiftah-landing.theme-dark .feature-card:hover,
body.yiftah-landing.theme-dark .pricing-card:hover,
body.yiftah-landing.theme-dark .contact-card:hover,
body.yiftah-landing.theme-dark .contact-panel:hover,
body.yiftah-landing.theme-dark .contact-form-panel:hover,
body.yiftah-landing.theme-dark .faq-card:hover,
body.yiftah-landing.theme-dark .metric-stat-card:hover,
body.yiftah-landing.theme-dark .module-pill:hover,
body.yiftah-landing.theme-dark .feature-tab:hover,
body.yiftah-landing.theme-dark .feature-stage:hover,
body.yiftah-landing.theme-dark .partner-logo-wrapper:hover,
body.yiftah-landing.theme-dark .hero-visual:hover,
body.yiftah-landing.theme-dark .image-stack:hover,
body.yiftah-landing.theme-dark .footer-panel:hover,
body.yiftah-landing.theme-dark .map-card:hover,
body.yiftah-landing.theme-dark .workflow-list div:hover {
    border-color: var(--dark-card-border-hover);
    box-shadow: var(--dark-card-glow);
    transform: translateY(-8px) scale(1.015);
}

body.yiftah-landing.theme-dark .pricing-card {
    min-height: 100%;
    border-radius: 28px;
    padding: 34px;
}

body.yiftah-landing.theme-dark .pricing-card.recommended {
    background: var(--dark-card-bg-soft);
    border-color: rgba(69, 119, 221, 0.52);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.58), 0 0 52px rgba(47, 124, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.yiftah-landing.theme-dark .pricing-card.recommended:hover {
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.64), 0 0 70px rgba(47, 124, 255, 0.26), 0 0 24px rgba(28, 188, 191, 0.14);
}

body.yiftah-landing.theme-dark .pricing-name {
    color: #2f7cff;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.yiftah-landing.theme-dark .pricing-card.recommended .pricing-name {
    color: rgba(239, 243, 250, 0.9);
}

body.yiftah-landing.theme-dark .pricing-price,
body.yiftah-landing.theme-dark .pricing-price strong,
body.yiftah-landing.theme-dark .pricing-card h3,
body.yiftah-landing.theme-dark .feature-card h3,
body.yiftah-landing.theme-dark .contact-card h4,
body.yiftah-landing.theme-dark .faq-trigger,
body.yiftah-landing.theme-dark .metric-stat-card strong {
    color: #f5f8ff;
}

body.yiftah-landing.theme-dark .pricing-desc,
body.yiftah-landing.theme-dark .pricing-price small,
body.yiftah-landing.theme-dark .pricing-price span,
body.yiftah-landing.theme-dark .feature-card p,
body.yiftah-landing.theme-dark .contact-card p,
body.yiftah-landing.theme-dark .faq-content,
body.yiftah-landing.theme-dark .metric-stat-card span,
body.yiftah-landing.theme-dark .module-pill span {
    color: rgba(190, 199, 214, 0.86);
}

body.yiftah-landing.theme-dark .pricing-feature i {
    background: #18bf68;
    color: #04110a;
    box-shadow: 0 0 18px rgba(24, 191, 104, 0.34);
}

body.yiftah-landing.theme-dark .pricing-card.recommended .pricing-feature i {
    background: #8ddaff;
    color: #06131c;
    box-shadow: 0 0 18px rgba(141, 218, 255, 0.3);
}

body.yiftah-landing.theme-dark .pricing-card .badge-popular {
    background: rgba(124, 136, 156, 0.28);
    color: #f8fbff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body.yiftah-landing.theme-dark .pricing-card .btn-yiftah {
    background: transparent;
    border-color: transparent;
    color: #f3f6fb;
    text-decoration: underline;
    text-underline-offset: 3px;
    box-shadow: none;
}

body.yiftah-landing.theme-dark .pricing-card.recommended .btn-yiftah {
    background: linear-gradient(135deg, #2f72f0 0%, #20c0bd 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(32, 119, 240, 0.24);
}

body.yiftah-landing.theme-dark .feature-icon,
body.yiftah-landing.theme-dark .contact-card .icon,
body.yiftah-landing.theme-dark .msc-icon-ring {
    box-shadow: 0 16px 35px rgba(47, 124, 255, 0.18), 0 0 24px rgba(28, 188, 191, 0.12);
}

body.yiftah-landing.theme-dark .yiftah-nav .nav-link,
body.yiftah-landing.theme-dark .nav-action,
body.yiftah-landing.theme-dark .btn-yiftah,
body.yiftah-landing.theme-dark .side-social-icon,
body.yiftah-landing.theme-dark .footer-links a,
body.yiftah-landing.theme-dark .faq-trigger,
body.yiftah-landing.theme-dark .theme-toggle,
body.yiftah-landing.theme-dark .scroll-top {
    transition:
        transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.24s ease,
        border-color 0.24s ease,
        background 0.24s ease,
        color 0.24s ease;
}

body.yiftah-landing.theme-dark .yiftah-nav .nav-link:hover,
body.yiftah-landing.theme-dark .yiftah-nav .nav-link:focus,
body.yiftah-landing.theme-dark .nav-action:hover,
body.yiftah-landing.theme-dark .nav-action:focus,
body.yiftah-landing.theme-dark .btn-yiftah:hover,
body.yiftah-landing.theme-dark .btn-yiftah:focus,
body.yiftah-landing.theme-dark .side-social-icon:hover,
body.yiftah-landing.theme-dark .footer-links a:hover,
body.yiftah-landing.theme-dark .faq-trigger:hover,
body.yiftah-landing.theme-dark .theme-toggle:hover,
body.yiftah-landing.theme-dark .scroll-top:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 34px rgba(47, 124, 255, 0.18), 0 0 24px rgba(28, 188, 191, 0.12);
}

@media (prefers-reduced-motion: reduce) {
    body.yiftah-landing.theme-dark .feature-card:hover,
    body.yiftah-landing.theme-dark .pricing-card:hover,
    body.yiftah-landing.theme-dark .contact-card:hover,
    body.yiftah-landing.theme-dark .contact-panel:hover,
    body.yiftah-landing.theme-dark .contact-form-panel:hover,
    body.yiftah-landing.theme-dark .faq-card:hover,
    body.yiftah-landing.theme-dark .metric-stat-card:hover,
    body.yiftah-landing.theme-dark .module-pill:hover,
    body.yiftah-landing.theme-dark .feature-tab:hover,
    body.yiftah-landing.theme-dark .feature-stage:hover,
    body.yiftah-landing.theme-dark .partner-logo-wrapper:hover,
    body.yiftah-landing.theme-dark .hero-visual:hover,
    body.yiftah-landing.theme-dark .image-stack:hover,
    body.yiftah-landing.theme-dark .footer-panel:hover,
    body.yiftah-landing.theme-dark .map-card:hover,
    body.yiftah-landing.theme-dark .workflow-list div:hover,
    body.yiftah-landing.theme-dark .yiftah-nav .nav-link:hover,
    body.yiftah-landing.theme-dark .nav-action:hover,
    body.yiftah-landing.theme-dark .btn-yiftah:hover,
    body.yiftah-landing.theme-dark .side-social-icon:hover,
    body.yiftah-landing.theme-dark .footer-links a:hover,
    body.yiftah-landing.theme-dark .faq-trigger:hover,
    body.yiftah-landing.theme-dark .theme-toggle:hover,
    body.yiftah-landing.theme-dark .scroll-top:hover {
        transform: none;
    }
}

/* True final feature-card precedence over legacy dark-card rules */
body.yiftah-landing .feature-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.12), transparent 32%);
    border-color: rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.yiftah-landing .feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--feature-accent-rgb), 0.28);
    box-shadow:
        0 26px 62px rgba(15, 23, 42, 0.13),
        0 0 34px rgba(var(--feature-accent-rgb), 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.yiftah-landing.theme-dark .feature-card {
    background:
        linear-gradient(145deg, rgba(12, 18, 31, 0.98), rgba(5, 9, 17, 0.96)),
        radial-gradient(circle at 18% 0%, rgba(var(--feature-accent-rgb), 0.18), transparent 34%);
    border-color: rgba(148, 163, 184, 0.16);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.yiftah-landing.theme-dark .feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(var(--feature-accent-rgb), 0.46);
    box-shadow:
        0 32px 86px rgba(0, 0, 0, 0.48),
        0 0 42px rgba(var(--feature-accent-rgb), 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.yiftah-landing .feature-card .feature-icon {
    background:
        linear-gradient(135deg, rgba(var(--feature-accent-rgb), 0.94), rgba(var(--feature-accent-rgb), 0.72)),
        linear-gradient(135deg, #2563eb, #14b8a6);
    color: #ffffff;
    box-shadow:
        0 14px 30px rgba(var(--feature-accent-rgb), 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
