/* הסתרת כפתורי חץ קרוסלה - נטען עם הדף */
.reviews-carousel-btn, .reviews-carousel-prev, .reviews-carousel-next, .reviews-carousel-dots,
.reviews-carousel-wrap > button, .reviews-carousel-wrap > div.reviews-carousel-dots,
#reviewsPrev, #reviewsNext, #reviewsDots,
.partners-section button, .partners-carousel-wrap [role="button"] { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; width: 0 !important; height: 0 !important; min-width: 0 !important; min-height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; position: absolute !important; left: -9999px !important; clip: rect(0,0,0,0) !important; }

/* Honeypot - שדה נסתר נגד ספאם */
.form-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; height: 0 !important; width: 0 !important; overflow: hidden !important; pointer-events: none !important; tab-index: -1; }

/* Inline style override */
.reviews-section .section-intro { margin-top: 64px; }

:root {
    --dark: #0a0a0a;
    --dark-2: #141414;
    --dark-3: #1e1e1e;
    --silver: #c0c0c0;
    --silver-light: #e8e8e8;
    --silver-dark: #909090;
    --gold: var(--silver);
    --gold-light: var(--silver-light);
    --gold-dark: var(--silver-dark);
    --white: #ffffff;
    --light: #f5f5f5;
    --gray: #a0a0a0;
    --text: #b8b8b8;
    --glass: rgba(255,255,255,0.06);
    --glass-border: rgba(255,255,255,0.1);
    --shadow: 0 32px 64px rgba(0,0,0,0.3);
    --radius: 16px;
    --radius-lg: 24px;
    --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .live-dot, .hero-particles { animation: none !important; }
    .btn-shimmer::after { animation: none !important; }
}

/* === נגישות - תקן 5568 === */
.skip-link { position: absolute; top: -100px; right: 20px; z-index: 10000; padding: 12px 24px; background: var(--silver); color: var(--dark); font-weight: 700; border-radius: 8px; transition: top 0.3s; }
.skip-link:focus { top: 20px; outline: 3px solid var(--white); outline-offset: 2px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.form-field label.visually-hidden { top: 0; right: 0; transform: none; }
.a11y-footer-link { color: var(--gray); font-size: 0.85rem; text-decoration: underline; }
.a11y-footer-link:hover { color: var(--silver); }
.a11y-dialog { max-width: 560px; padding: 32px; border-radius: var(--radius); border: 1px solid var(--glass-border); }
.a11y-dialog::backdrop { background: rgba(0,0,0,0.6); }
.a11y-dialog h2 { margin-bottom: 16px; color: var(--white); }
.a11y-dialog p { margin-bottom: 16px; color: var(--text); }
.a11y-close { margin-top: 16px; padding: 12px 24px; background: var(--silver); color: var(--dark); border: none; border-radius: 8px; font-weight: 600; cursor: pointer; }
.a11y-close:hover { background: var(--silver-light); }
.a11y-link-btn { background: none; border: none; color: var(--silver); text-decoration: underline; cursor: pointer; font-size: inherit; font-family: inherit; padding: 0; }
.a11y-link-btn:hover { color: var(--silver-light); }

/* === באנר עוגיות === */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998; background: var(--dark-2); border-top: 1px solid var(--glass-border); padding: 20px 24px; box-shadow: 0 -8px 32px rgba(0,0,0,0.3); }
.cookie-banner[hidden] { display: none !important; }
.cookie-banner-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cookie-content { flex: 1; min-width: 280px; }
.cookie-title { font-size: 1.1rem; color: var(--white); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.cookie-title i { color: var(--silver); }
.cookie-desc { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.cookie-link { color: var(--silver); text-decoration: underline; }
.cookie-link:hover { color: var(--silver-light); }
.cookie-buttons { display: flex; gap: 12px; flex-shrink: 0; }
.btn-cookie-accept, .btn-cookie-decline { padding: 12px 24px; font-size: 0.95rem; }
@media (max-width: 600px) { .cookie-banner-inner { flex-direction: column; align-items: stretch; } .cookie-buttons { justify-content: center; } }
/* Cookie preferences modal */
.cookie-prefs-modal { border: none; border-radius: 16px; padding: 0; max-width: 480px; width: 90%; background: #1a1a1a; color: #fff; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.cookie-prefs-modal::backdrop { background: rgba(0,0,0,0.7); }
.cookie-prefs-inner { padding: 2rem; direction: rtl; }
.cookie-prefs-inner h3 { font-size: 1.2rem; margin-bottom: 0.5rem; color: #c0c0c0; }
.cookie-prefs-desc { font-size: 0.875rem; color: #aaa; margin-bottom: 1.5rem; }
.cookie-category { border: 1px solid #333; border-radius: 10px; padding: 1rem; margin-bottom: 1rem; }
.cookie-category-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.cookie-category-header strong { font-size: 0.95rem; color: #e0e0e0; }
.cookie-category-desc { font-size: 0.8rem; color: #888; margin-top: 0.25rem; }
.cookie-always-on { font-size: 0.75rem; color: #c0c0c0; background: #333; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.cookie-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; cursor: pointer; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; inset: 0; background: #444; border-radius: 24px; transition: 0.3s; }
.toggle-slider::before { content: ''; position: absolute; width: 18px; height: 18px; right: 3px; top: 3px; background: #fff; border-radius: 50%; transition: 0.3s; }
.cookie-toggle input:checked + .toggle-slider { background: #c0c0c0; }
.cookie-toggle input:checked + .toggle-slider::before { transform: translateX(-20px); }
.cookie-prefs-actions { display: flex; gap: 0.75rem; margin-top: 1.5rem; justify-content: flex-end; }
/* Focus visible - ניווט מקלדת */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--silver); outline-offset: 2px; }
body { font-family: 'Heebo', sans-serif; background: var(--dark); color: var(--text); line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
.gold { color: var(--silver); }
.accent { color: var(--silver); }

/* === Preloader === */
.preloader { position: fixed; inset: 0; z-index: 9999; background: var(--dark); display: flex; align-items: center; justify-content: center; transition: opacity 0.6s, visibility 0.6s; }
.preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { text-align: center; }
.preloader-logo { margin-bottom: 24px; animation: pulse-glow 1.5s infinite; }
.preloader-logo img { max-width: 360px; width: 320px; height: auto; display: block; margin: 0 auto; }
.preloader-bar { width: 320px; height: 4px; background: var(--dark-3); border-radius: 4px; overflow: hidden; }
.preloader-fill { height: 100%; background: var(--silver); border-radius: 4px; animation: preload-fill 1.8s ease forwards; }
@keyframes preload-fill { from { width: 0; } to { width: 100%; } }
@keyframes pulse-glow { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.7; transform: scale(1.1); } }

/* === כפתור נגישות - תקן 5568 === */
.a11y-float { position: fixed; bottom: 100px; left: 20px; z-index: 998; width: 52px; height: 52px; background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--silver); font-size: 1.4rem; cursor: pointer; transition: all 0.35s var(--ease); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.a11y-float:not(:hover) { gap: 0; }
.a11y-float i { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.a11y-float:hover { width: auto; padding: 0 22px; border-radius: 50px; background: rgba(192,192,192,0.15); border-color: var(--silver); box-shadow: 0 8px 28px rgba(192,192,192,0.25); }
.a11y-float:hover .a11y-float-text { opacity: 1; max-width: 80px; }
.a11y-float .a11y-float-text { white-space: nowrap; font-size: 0.9rem; font-weight: 600; font-family: inherit; opacity: 0; max-width: 0; overflow: hidden; transition: all 0.35s var(--ease); }
.a11y-float:focus-visible { outline: 2px solid var(--silver); outline-offset: 2px; }
@media (max-width: 600px) { .a11y-float { bottom: 90px; left: 16px; width: 48px; height: 48px; font-size: 1.2rem; } }

/* === WhatsApp Float === */
.whatsapp-float { position: fixed; bottom: 28px; left: 20px; z-index: 999; width: 60px; height: 60px; background: var(--silver-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); font-size: 1.75rem; box-shadow: 0 8px 24px rgba(192,192,192,0.3); transition: all 0.4s var(--ease); text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.whatsapp-float:not(:hover) { gap: 0; }
.whatsapp-float i { display: flex; align-items: center; justify-content: center; flex-shrink: 0; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5)); }
.whatsapp-float .wa-text { white-space: nowrap; font-size: 0.95rem; font-weight: 700; font-family: inherit; opacity: 0; max-width: 0; overflow: hidden; transition: all 0.35s var(--ease); }
.whatsapp-float:hover { width: auto; padding: 0 22px; border-radius: 50px; }
.whatsapp-float:hover .wa-text { opacity: 1; max-width: 120px; }

@keyframes wa-pulse { 0%, 100% { box-shadow: 0 8px 24px rgba(192,192,192,0.3); } 50% { box-shadow: 0 8px 40px rgba(192,192,192,0.5); } }

/* === Chat Bot Widget - צד ימין למטה === */
.chatbot-widget { position: fixed; bottom: 28px; right: 20px; z-index: 999; font-family: inherit; }
.chatbot-trigger { width: 60px; height: 60px; background: linear-gradient(135deg, var(--silver), var(--silver-dark)); color: var(--dark); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 1.5rem; cursor: pointer; box-shadow: 0 8px 24px rgba(192,192,192,0.35); transition: all 0.4s var(--ease); }
.chatbot-trigger:hover { transform: scale(1.05); box-shadow: 0 10px 32px rgba(192,192,192,0.45); }
.chatbot-trigger .chatbot-trigger-text { display: none; white-space: nowrap; font-size: 0.95rem; font-weight: 700; }
.chatbot-trigger:hover { width: auto; padding: 0 22px; border-radius: 50px; }
.chatbot-trigger:hover .chatbot-trigger-text { display: inline; }
.chatbot-panel { position: absolute; bottom: 76px; right: 0; width: 280px; background: var(--dark-2); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); box-shadow: 0 16px 48px rgba(0,0,0,0.5); overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(12px) scale(0.95); transition: all 0.35s var(--ease); }
.chatbot-widget.open .chatbot-panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.chatbot-panel[aria-hidden="false"] { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.chatbot-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; background: var(--dark-3); border-bottom: 1px solid var(--glass-border); }
.chatbot-header h4 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin: 0; }
.chatbot-close { background: none; border: none; color: var(--gray); font-size: 1.2rem; cursor: pointer; padding: 4px; transition: color 0.3s; }
.chatbot-close:hover { color: var(--silver); }
.chatbot-options { padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.chatbot-option { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius); color: var(--text); font-weight: 500; font-size: 0.95rem; transition: all 0.3s; }
.chatbot-option:hover { background: rgba(192,192,192,0.1); border-color: var(--silver); color: var(--silver-light); transform: translateX(-4px); }
.chatbot-option i { font-size: 1.2rem; color: var(--silver); width: 28px; text-align: center; flex-shrink: 0; }
@media (max-width: 600px) {
    .chatbot-widget { bottom: max(20px, env(safe-area-inset-bottom)); right: max(16px, env(safe-area-inset-right)); }
    .chatbot-trigger { width: 52px; height: 52px; font-size: 1.3rem; }
    .chatbot-trigger:hover .chatbot-trigger-text { display: none; }
    .chatbot-panel { width: calc(100vw - 40px); max-width: 280px; right: 0; }
}

/* === Top Bar === */
.top-bar { background: var(--dark-2); padding: 10px 0; border-bottom: 1px solid var(--glass-border); font-size: 0.85rem; }
.top-bar-content { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.top-bar-content a { color: var(--gray); display: flex; align-items: center; gap: 8px; transition: color 0.3s; }
.top-bar-content a:hover { color: var(--silver); }
.top-bar-content i { color: var(--silver); font-size: 0.75rem; }

/* === Navbar === */
.navbar { position: fixed; top: 40px; right: 0; left: 0; z-index: 1000; padding: 16px 0; transition: all 0.4s var(--ease); }
.navbar.scrolled { top: 0; background: rgba(0,0,0,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); padding: 12px 0; }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
@media (min-width: 769px) {
    .nav-container { justify-content: center; gap: 16px; }
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 58px; width: auto; object-fit: contain; display: block; }
.logo-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--silver), var(--silver-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--dark); font-size: 1.25rem; }
.logo-text { font-size: 1.4rem; font-weight: 700; color: var(--white); }
.logo-text span { font-weight: 400; color: var(--silver); margin-right: 4px; }
.nav-menu { display: flex; list-style: none; gap: 20px; align-items: center; }
.nav-menu a { color: rgba(255,255,255,0.8); font-weight: 500; font-size: 0.95rem; transition: color 0.3s; position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; right: 0; width: 0; height: 2px; background: var(--silver); transition: width 0.3s; }
.nav-menu a:hover { color: var(--silver); }
.nav-menu a:hover::after { width: 100%; }
.nav-cta { background: linear-gradient(135deg, var(--silver), var(--silver-dark)); color: var(--dark) !important; padding: 10px 24px; border-radius: 50px; font-weight: 600; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { color: var(--dark) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(192,192,192,0.3); }
.nav-mobile-contact { display: none; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1001; }
.nav-toggle span { width: 24px; height: 2px; background: var(--white); transition: all 0.3s; }

/* === Buttons === */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; font-size: 1rem; font-weight: 600; font-family: inherit; border-radius: 50px; transition: all 0.4s var(--ease); cursor: pointer; border: none; }
.btn-gold { background: linear-gradient(135deg, var(--silver), var(--silver-dark)); color: var(--dark); box-shadow: 0 8px 32px rgba(192,192,192,0.3); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(192,192,192,0.45); }
.btn-glass { background: rgba(255,255,255,0.12); backdrop-filter: blur(16px); color: var(--white); border: 1px solid rgba(192,192,192,0.35); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.btn-glass:hover { background: rgba(192,192,192,0.15); border-color: var(--silver); color: var(--silver-light); box-shadow: 0 6px 24px rgba(192,192,192,0.2); }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* === Hero === */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 160px 24px 100px; background: #1a1a1a; }
.hero-bg { position: absolute; inset: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.6) 100%); }
.hero-logo-img { display: block; max-width: 500px; width: 88%; margin: 0 auto 32px; border-radius: 16px; position: relative; z-index: 2; }
.hero-particles { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hero-content { position: relative; z-index: 4; text-align: center; max-width: 860px; margin: 0 auto; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-bottom: 28px; animation: fadeUp 0.8s ease both; }
.hero-badge { display: inline-block; padding: 8px 24px; background: rgba(192,192,192,0.15); border: 1px solid rgba(192,192,192,0.3); color: var(--silver); border-radius: 50px; font-size: 0.9rem; font-weight: 500; }
.hero-live-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; background: rgba(192,192,192,0.15); border: 1px solid rgba(192,192,192,0.4); color: var(--silver-light); border-radius: 50px; font-size: 0.85rem; font-weight: 600; }
.live-dot { width: 8px; height: 8px; background: var(--silver); border-radius: 50%; animation: live-pulse 1.5s ease-in-out infinite; box-shadow: 0 0 12px rgba(192,192,192,0.6); }
@keyframes live-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.2); } }

/* Shimmer on CTA */
.btn-shimmer { position: relative; overflow: hidden; }
.btn-shimmer::after { content: ''; position: absolute; top: 0; right: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent); animation: shimmer 3s ease-in-out infinite; }
@keyframes shimmer { 0% { right: -100%; } 50% { right: 150%; } 100% { right: 150%; } }

/* Money Returned Banner */
.money-banner { background: linear-gradient(135deg, rgba(192,192,192,0.15), rgba(192,192,192,0.05)); border-top: 1px solid rgba(192,192,192,0.2); border-bottom: 1px solid rgba(192,192,192,0.2); padding: 28px 0; text-align: center; }
.money-banner-title { font-size: 1.1rem; font-weight: 600; color: var(--silver); margin: 0 0 4px; }
.money-banner-subtitle { font-size: 0.95rem; color: var(--gray); margin: 0 0 16px; }
.money-banner-inner { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; position: relative; }
.money-stat { display: flex; align-items: baseline; gap: 4px; direction: rtl; }
.money-number { font-size: 2.5rem; font-weight: 900; color: var(--silver); line-height: 1; }
.money-suffix { font-size: 1.8rem; font-weight: 800; color: var(--silver); }
.money-words { font-size: 2rem; font-weight: 900; color: var(--silver); line-height: 1.2; }
.money-full-text { font-size: 1.75rem; font-weight: 800; color: var(--silver); line-height: 1.4; margin: 0; }
.money-currency { font-size: 1.2rem; font-weight: 700; color: var(--silver-light); margin-right: 8px; }
.money-text { font-size: 1.1rem; color: var(--text); font-weight: 500; }
.money-icon { font-size: 1.8rem; color: var(--silver); opacity: 0.6; }

/* Hero CTA - כפתור הצעת מחיר והתקשר באותו שורה, קבל הצעת מחיר חינם באותו רוחב למטה */
.hero-buttons { display: flex; justify-content: center; margin-bottom: 60px; animation: fadeUp 0.8s ease 0.5s both; }
.hero-buttons-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; max-width: 420px; }
.hero-buttons-grid .btn-quote { grid-column: 1; grid-row: 1; justify-content: center; }
.hero-buttons-grid .btn-call { grid-column: 2; grid-row: 1; justify-content: center; }
.hero-buttons-grid .btn-free-quote { grid-column: 1 / -1; grid-row: 2; justify-content: center; }

.hero-title { font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 900; line-height: 1.1; margin-bottom: 24px; }
.hero-title .line { display: block; color: var(--white); animation: fadeUp 0.8s ease both; }
.hero-title .line:nth-child(1) { animation-delay: 0.1s; }
.hero-title .line.accent { color: var(--silver); animation-delay: 0.25s; }
.hero-desc { font-size: 1.15rem; color: rgba(255,255,255,0.8); margin-bottom: 40px; animation: fadeUp 0.8s ease 0.35s both; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 40px; animation: fadeUp 0.8s ease 0.65s both; }
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 2rem; font-weight: 800; color: var(--silver); }
.hero-stat span { font-size: 0.85rem; color: rgba(255,255,255,0.7); }
.hero-stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.15); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* === Trust Strip === */
.trust-strip { padding: 32px 0 0; position: relative; margin-bottom: 48px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 36px 20px; background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%); backdrop-filter: blur(12px); border: 1px solid rgba(192,192,192,0.2); border-radius: var(--radius-lg); text-align: center; transition: all 0.4s var(--ease); position: relative; overflow: hidden; }
.trust-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--silver), transparent); opacity: 0; transition: opacity 0.4s; }
.trust-item:hover::before { opacity: 1; }
.trust-item:last-child { border-left: none; }
.trust-item:hover { background: rgba(255,255,255,0.12); transform: translateY(-8px); border-color: var(--silver); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.trust-icon { width: 60px; height: 60px; background: linear-gradient(135deg, rgba(192,192,192,0.25), rgba(192,192,192,0.08)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(192,192,192,0.3); }
.trust-icon i { color: var(--silver); font-size: 1.4rem; }
.trust-item strong { display: block; color: var(--white); font-weight: 600; font-size: 0.95rem; }
.trust-item span { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* === Section Common === */
.section-intro { text-align: center; margin-bottom: 64px; }
.section-tag { display: inline-block; padding: 6px 18px; background: rgba(192,192,192,0.12); border: 1px solid rgba(192,192,192,0.2); color: var(--silver); border-radius: 50px; font-size: 0.85rem; font-weight: 500; margin-bottom: 16px; }
.section-tag.light { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); color: var(--silver-light); }
.section-heading { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.section-heading.light { color: var(--white); }
.section-sub { max-width: 600px; margin: 0 auto; color: var(--gray); font-size: 1.05rem; }
.section-intro.light .section-sub { color: rgba(255,255,255,0.7); }

/* === Cards Section === */
.cards-section { padding: 120px 0; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.premium-card { background: var(--dark-2); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.5s var(--ease); }
.premium-card:hover { transform: translateY(-12px); border-color: var(--silver); box-shadow: 0 24px 64px rgba(192,192,192,0.1); }
.premium-card-img { position: relative; height: 220px; overflow: hidden; }
.premium-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.premium-card:hover .premium-card-img img { transform: scale(1.08); }
.premium-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); display: flex; align-items: flex-end; padding: 20px; }
.premium-card-overlay i { font-size: 1.5rem; color: var(--silver); background: rgba(0,0,0,0.7); backdrop-filter: blur(8px); width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.premium-card-body { padding: 28px; }
.premium-card-body h3 { font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.premium-card-body p { color: var(--gray); font-size: 0.95rem; margin-bottom: 20px; }
.card-link { color: var(--silver); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.3s; }
.card-link:hover { gap: 14px; }

/* === About === */
.about-section { padding: 140px 0; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-stack { position: relative; }
.about-img-1 { border-radius: var(--radius-lg); width: 100%; height: 480px; object-fit: cover; box-shadow: var(--shadow); }
.about-img-2 { position: absolute; bottom: -40px; right: -40px; width: 220px; height: 160px; border-radius: var(--radius); object-fit: cover; border: 4px solid var(--dark); box-shadow: var(--shadow); }
.about-experience-badge { position: absolute; top: -20px; left: -20px; width: 120px; height: 120px; background: linear-gradient(135deg, var(--silver), var(--silver-dark)); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 16px 40px rgba(192,192,192,0.3); }
.exp-number { font-size: 2.5rem; font-weight: 900; color: var(--dark); line-height: 1; }
.exp-text { font-size: 0.75rem; color: var(--dark); font-weight: 600; text-align: center; }
.about-text p { color: var(--gray); margin-bottom: 20px; }
.about-checks { margin: 28px 0 32px; }
.check-item { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; color: var(--white); font-weight: 500; }
.check-item i { color: var(--silver); width: 24px; height: 24px; background: rgba(192,192,192,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; flex-shrink: 0; }

/* === Services Mosaic === */
.services-section { padding: 120px 0; background: var(--dark-2); }
.services-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mosaic-item { background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 32px 24px; transition: all 0.4s var(--ease); position: relative; overflow: hidden; }
.mosaic-item::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--silver), var(--silver-light)); transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease); }
.mosaic-item:hover { transform: translateY(-6px); border-color: var(--silver); background: var(--dark-2); }
.mosaic-item:hover::before { transform: scaleX(1); }
.mosaic-icon { width: 52px; height: 52px; background: rgba(192,192,192,0.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.mosaic-icon i { font-size: 1.4rem; color: var(--silver); }
.mosaic-item h4 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.mosaic-item p { font-size: 0.88rem; color: var(--gray); }

/* === Why Section === */
.why-section { padding: 140px 0 100px; position: relative; overflow: hidden; }
.why-bg { position: absolute; inset: 0; }
.why-bg-img { width: 100%; height: 100%; object-fit: cover; }
.why-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,13,26,0.94), rgba(8,13,26,0.88)); }
.why-section .container { position: relative; z-index: 2; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card { background: linear-gradient(160deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 44px 36px 40px; transition: all 0.4s var(--ease); position: relative; overflow: hidden; }
.why-card::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--silver), transparent); opacity: 0; transition: opacity 0.4s; }
.why-card:hover::after { opacity: 1; }
.why-card:hover { background: rgba(255,255,255,0.11); transform: translateY(-10px); border-color: rgba(192,192,192,0.4); box-shadow: 0 24px 56px rgba(0,0,0,0.4); }
.why-number { font-size: 4.5rem; font-weight: 900; color: var(--silver); opacity: 0.12; margin-bottom: 12px; line-height: 1; }
.why-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 14px; }
.why-card p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.7; }

/* === Results & Proofs === */
.results-section { padding: 120px 0; background: var(--dark-2); }
.results-story { background: linear-gradient(135deg, var(--dark-3), var(--dark-2)); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 48px 56px; margin-bottom: 48px; position: relative; overflow: hidden; }
.results-story::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(192,192,192,0.08), transparent); }
.story-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 20px; background: rgba(192,192,192,0.15); border: 1px solid rgba(192,192,192,0.3); color: var(--silver); border-radius: 50px; font-size: 0.9rem; font-weight: 600; margin-bottom: 24px; }
.story-badge i { font-size: 1rem; }
.story-content h3 { font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 20px; line-height: 1.6; }
.story-content p { color: var(--text); font-size: 1.05rem; margin-bottom: 16px; line-height: 1.8; }
.gold-highlight { color: var(--silver); font-weight: 700; }
.story-motto { font-size: 1.1rem; color: var(--silver-light) !important; font-style: italic; margin-top: 24px !important; padding: 20px; background: rgba(192,192,192,0.08); border-right: 4px solid var(--silver); border-radius: 0 12px 12px 0; }
.story-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--silver); font-weight: 600; font-size: 1rem; transition: gap 0.3s; }
.story-cta:hover { gap: 16px; color: var(--silver-light); }

.results-testimonial { margin-bottom: 56px; }
.testimonial-card { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 32px; overflow: hidden; }
.testimonial-image { border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.testimonial-image img { width: 100%; height: 220px; object-fit: cover; }
.testimonial-text blockquote { font-size: 1.2rem; color: var(--text); line-height: 1.8; margin-bottom: 16px; font-style: italic; }
.testimonial-text cite { font-size: 0.9rem; color: var(--gray); }

.results-proofs { }
.proofs-title { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.proofs-title i { color: var(--silver); }
.proofs-desc { color: var(--gray); margin-bottom: 28px; text-align: center; }
.proofs-carousel-outer { overflow: hidden; width: 100%; padding: 16px 0; position: relative; direction: ltr; }
.proofs-carousel-outer::before, .proofs-carousel-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.proofs-carousel-outer::before { right: 0; background: linear-gradient(to left, #0d0d0d, transparent); }
.proofs-carousel-outer::after { left: 0; background: linear-gradient(to right, #0d0d0d, transparent); }
.proofs-carousel-track { display: flex; gap: 20px; width: max-content; will-change: transform; direction: ltr; animation: proofsScroll 28s linear infinite; }
.proofs-carousel-track:hover { animation-play-state: paused; }
@keyframes proofsScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.proof-card { flex: 0 0 220px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--glass-border); transition: all 0.4s var(--ease); }
.proof-card:hover { transform: translateY(-6px); border-color: var(--silver); box-shadow: 0 16px 40px rgba(192,192,192,0.15); }
.proof-link { display: block; position: relative; aspect-ratio: 3/4; overflow: hidden; }
.proof-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.proof-card:hover .proof-link img { transform: scale(1.05); }
.proof-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.4)); display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; opacity: 0; transition: opacity 0.4s; }
.proof-card:hover .proof-overlay { opacity: 1; }
.proof-overlay span { color: var(--white); font-weight: 700; font-size: 0.85rem; }
.proof-overlay small { color: var(--silver); font-size: 0.75rem; margin-top: 3px; }

@media (max-width: 1024px) {
    .proofs-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-card { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .results-story { padding: 32px 24px; }
    .proofs-grid { grid-template-columns: 1fr; }
    .testimonial-image { max-width: 280px; margin: 0 auto; }
}

/* === Partners - קרוסלה אינסופית === */
.partners-section { padding: 100px 0; }
.partners-carousel-outer { overflow: hidden; width: 100%; padding: 24px 0; position: relative; direction: ltr; }
.partners-carousel-outer::before,
.partners-carousel-outer::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.partners-carousel-outer::before { right: 0; background: linear-gradient(to left, #0d0d0d, transparent); }
.partners-carousel-outer::after { left: 0; background: linear-gradient(to right, #0d0d0d, transparent); }
.partners-carousel-track { display: flex; gap: 24px; width: max-content; will-change: transform; direction: ltr; animation: partnersScroll 25s linear infinite; }
.partners-carousel-track:hover { animation-play-state: paused; }
@keyframes partnersScroll { from { transform: translateX(0); } to { transform: translateX(-25%); } }
.partner-logo-item { width: 160px; height: 80px; flex-shrink: 0; background: var(--dark-2); border: 1px solid var(--glass-border); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; padding: 12px 20px; transition: all 0.3s; }
.partner-logo-item:hover { border-color: var(--silver); box-shadow: 0 8px 24px rgba(192,192,192,0.15); }
.partner-logo-item img { max-width: 100%; max-height: 100%; object-fit: contain; }
/* Hide carousel arrow buttons (reviews section) */
.reviews-carousel-btn, .reviews-carousel-prev, .reviews-carousel-next, .reviews-carousel-dots,
.reviews-carousel-wrap > button,
.reviews-section button[aria-label*="קודמת"], .reviews-section button[aria-label*="הבאה"],
#reviewsPrev, #reviewsNext, #reviewsDots { display: none !important; visibility: hidden !important; width: 0 !important; height: 0 !important; min-width: 0 !important; min-height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; position: absolute !important; left: -9999px !important; }

/* === Reviews - קרוסלה === */
.reviews-section { padding: 120px 0; background: var(--dark-2); }
.reviews-carousel-wrap { position: relative; max-width: 480px; margin: 0 auto; }
.reviews-carousel-mask { overflow: hidden; }
.reviews-carousel-track { display: flex; transition: transform 0.5s var(--ease); direction: ltr; }
.reviews-carousel-track .review-card { flex: 0 0 100%; min-width: 100%; padding: 36px 24px; }
@media (min-width: 900px) {
    .reviews-carousel-wrap { max-width: 100%; }
    .reviews-carousel-track .review-card { flex: 0 0 calc((100% - 56px) / 3); min-width: calc((100% - 56px) / 3); }
    .reviews-carousel-track { gap: 28px; }
}
.review-card { background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 36px; position: relative; transition: all 0.4s var(--ease); direction: rtl; }
.review-card:hover { border-color: var(--silver); transform: translateY(-6px); }
.review-quote { position: absolute; top: 20px; left: 20px; font-size: 1.5rem; color: rgba(192,192,192,0.2); }
.review-stars { color: var(--silver); font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 2px; }
.review-card > p { color: var(--text); font-size: 1rem; line-height: 1.8; margin-bottom: 24px; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-avatar { width: 48px; height: 48px; background: linear-gradient(135deg, var(--silver), var(--silver-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--dark); font-weight: 700; font-size: 1.2rem; }
.review-author strong { display: block; color: var(--white); font-size: 0.95rem; }
.review-author span { font-size: 0.85rem; color: var(--gray); }

/* === FAQ === */
.faq-section { padding: 120px 0; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--glass-border); }
.faq-question { width: 100%; background: none; border: none; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; color: var(--white); font-size: 1.05rem; font-weight: 600; font-family: inherit; text-align: right; }
.faq-question i { color: var(--silver); transition: transform 0.3s; font-size: 0.9rem; flex-shrink: 0; margin-right: 16px; }
.faq-item.active .faq-question i { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-answer p { padding: 0 0 24px; color: var(--gray); font-size: 0.95rem; line-height: 1.8; }

/* === CTA === */
.cta-section { padding: 80px 0; }
.cta-box { background: linear-gradient(135deg, var(--dark-2), var(--dark-3)); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 64px; text-align: center; position: relative; overflow: hidden; }
.cta-bg-pattern { position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(192,192,192,0.08), transparent 50%); }
.cta-box h2 { font-size: 2.25rem; font-weight: 800; color: var(--white); margin-bottom: 12px; position: relative; }
.cta-box > p { color: var(--gray); font-size: 1.05rem; margin-bottom: 32px; position: relative; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* === Contact === */
.contact-section { padding: 120px 0; background: var(--dark-2); }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
.contact-form-card { background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 40px; box-shadow: 0 16px 48px rgba(0,0,0,0.2); }
.contact-form-desc { color: var(--gray); margin-bottom: 28px; line-height: 1.7; font-size: 1rem; }
.about-text { min-width: 0; overflow: visible; }
.about-text p { overflow-wrap: break-word; word-wrap: break-word; overflow: visible; }
.contact-form-side .section-tag { margin-bottom: 8px; }
.contact-form-side .section-heading { margin-bottom: 12px; }
.form-group { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--glass-border); }
.form-group:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 20px; }
.form-group-title { font-size: 0.95rem; font-weight: 600; color: var(--silver); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.form-group-title i { font-size: 0.9rem; opacity: 0.9; }
.premium-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { position: relative; margin-bottom: 20px; }
.form-field:last-child { margin-bottom: 0; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 16px 18px; font-size: 1rem; font-family: inherit; background: var(--dark); border: 1px solid var(--glass-border); border-radius: 12px; color: var(--white); transition: all 0.3s; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field label { position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--gray); font-size: 0.95rem; pointer-events: none; transition: all 0.3s; }
.form-field textarea ~ label { top: 24px; transform: none; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--silver); box-shadow: 0 0 0 3px rgba(192,192,192,0.15); }
.form-field input:not(:placeholder-shown) ~ label, .form-field input:focus ~ label,
.form-field textarea:not(:placeholder-shown) ~ label, .form-field textarea:focus ~ label,
.form-field select:valid ~ label, .form-field select:focus ~ label {
    top: -8px; font-size: 0.75rem; color: var(--silver); background: var(--dark-3); padding: 0 6px; right: 14px;
}
.form-field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c0c0c0' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 18px center; padding-left: 36px; }

/* צ'קבוקס הסכמה - תיקון 13 לחוק הגנת הפרטיות */
.form-consent { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.form-consent input[type="checkbox"] { width: auto; min-width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--silver); cursor: pointer; flex-shrink: 0; }
.form-consent label { position: static !important; transform: none !important; font-size: 0.9rem; color: var(--text); pointer-events: auto; line-height: 1.5; }
.form-consent label a { color: var(--silver); text-decoration: underline; }
.form-consent label a:hover { color: var(--silver-light); }

/* Branch Cards */
.branch-card { background: var(--dark-3); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 28px; margin-bottom: 24px; transition: border-color 0.3s; }
.branch-card:hover { border-color: var(--silver); }
.branch-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.branch-header i { color: var(--silver); font-size: 1.25rem; }
.branch-header h4 { color: var(--white); font-weight: 700; }
.branch-address { color: var(--gray); margin-bottom: 8px; }
.branch-map { display: inline-flex; align-items: center; gap: 8px; color: var(--silver); font-weight: 600; margin-bottom: 16px; transition: gap 0.3s; }
.branch-map:hover { gap: 12px; }
.branch-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.branch-contact a { padding: 8px 14px; background: var(--dark); border-radius: 8px; color: var(--text); font-size: 0.9rem; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.branch-contact a:hover { color: var(--silver); background: rgba(192,192,192,0.1); }
.branch-contact a i { color: var(--silver); font-size: 0.8rem; }
.branch-email { color: var(--gray); display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.branch-email:hover { color: var(--silver); }
.branch-email i { color: var(--silver); }
.form-action-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.btn-form-wa { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; background: var(--dark); border: 1px solid var(--glass-border); border-radius: 50px; color: var(--text); font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.btn-form-wa:hover { background: rgba(192,192,192,0.1); border-color: var(--silver); color: var(--silver); transform: translateY(-1px); }
.btn-form-call { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; background: var(--dark); border: 1px solid var(--glass-border); border-radius: 50px; color: var(--text); font-size: 1rem; font-weight: 700; transition: all 0.3s; }
.btn-form-call:hover { background: rgba(192,192,192,0.1); border-color: var(--silver); color: var(--silver); }
.btn-form-call i { color: var(--silver); }

/* === Footer === */
.site-footer { padding: 48px 0 28px; background: var(--dark); border-top: 1px solid var(--glass-border); }
.footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; margin-bottom: 28px; }
.footer-brand { display: flex; align-items: center; gap: 16px; color: var(--white); font-weight: 600; flex-wrap: wrap; }
.footer-logo-img { height: 42px; width: auto; object-fit: contain; display: block; }
.footer-brand-text { font-size: 1rem; }
.footer-logo-icon { width: 36px; height: 36px; background: linear-gradient(135deg, var(--silver), var(--silver-dark)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--dark); font-size: 1rem; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: var(--gray); font-size: 0.9rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--silver); }
.footer-bottom { border-top: 1px solid var(--glass-border); padding-top: 24px; text-align: center; }
.footer-bottom p { color: var(--gray); font-size: 0.8rem; margin-bottom: 4px; }

/* === Reveal Animations === */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* === Responsive === */
@media (max-width: 1024px) {
    .cards-grid, .why-grid { grid-template-columns: 1fr; }
    .partner-logo-item { width: 120px; height: 70px; }
    .about-layout, .contact-layout { grid-template-columns: 1fr; }
    .services-mosaic { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item { border-left: none; }
    .hero-stats { gap: 24px; }
}

@media (max-width: 768px) {
    /* Top bar - הסתרה במובייל כדי למנוע חפיפה, פרטי קשר ב-footer ובתפריט */
    .top-bar { display: none; }
    .navbar { top: 0; }
    .container { padding: 0 20px; }
    .hero-badges { flex-direction: column; }
    .money-banner-inner { flex-direction: column; gap: 12px; }
    .money-number, .money-words, .money-full-text { font-size: 2rem; }
    .partner-logo-item { width: 110px; height: 65px; }
    .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999; opacity: 0; transition: opacity 0.4s var(--ease); pointer-events: none; }
    .nav-overlay.active { display: block; opacity: 1; pointer-events: auto; }
    .nav-menu { position: fixed; top: 0; right: -100%; width: 85%; max-width: 320px; height: 100vh; background: var(--dark); flex-direction: column; padding: 100px 24px 32px; gap: 20px; transition: right 0.4s var(--ease); box-shadow: -10px 0 30px rgba(0,0,0,0.5); overflow-y: auto; z-index: 1000; }
    .nav-menu.active { right: 0; }
    .nav-mobile-contact { display: flex !important; flex-direction: column; gap: 12px; padding: 16px 0; border-top: 1px solid var(--glass-border); margin-top: 8px; }
    .nav-mobile-contact a { color: var(--gray) !important; font-size: 0.95rem; display: flex !important; align-items: center; gap: 10px; padding: 8px 0; }
    .nav-mobile-contact a i { color: var(--silver); font-size: 0.9rem; }
    .nav-mobile-contact a:hover { color: var(--silver) !important; }
    .nav-toggle { display: flex; }
    .nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .nav-toggle.active span:nth-child(2) { opacity: 0; }
    .nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
    .services-mosaic { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: 1fr; }
    .hero-buttons-grid { max-width: 100%; }
    .btn { width: 100%; justify-content: center; }
    .hero-stats { flex-direction: column; gap: 16px; }
    .hero-stat-divider { width: 40px; height: 1px; }
    .about-img-2 { display: none; }
    .about-experience-badge { top: auto; bottom: -20px; left: 20px; }
    .premium-form .form-row { grid-template-columns: 1fr; }
    .contact-form-card { padding: 28px 24px; }
    .cta-box { padding: 40px 24px; }
    /* Hero - הפחתת padding כדי שהתוכן ייכנס במסך */
    .hero { padding: 120px 20px 80px; min-height: auto; }
    .hero-title { font-size: clamp(2rem, 8vw, 2.8rem); margin-bottom: 16px; }
    .hero-desc { font-size: 1rem; margin-bottom: 28px; }
    .hero-buttons { margin-bottom: 40px; }
    .hero-stats { margin-bottom: 0; }
    /* WhatsApp - safe area למכשירים עם notch */
    .whatsapp-float { bottom: max(20px, env(safe-area-inset-bottom)); left: max(16px, env(safe-area-inset-left)); }
    /* סקציות - הפחתת padding */
    .cards-section, .about-section, .services-section, .results-section, .reviews-section, .faq-section, .contact-section { padding: 48px 0; }
    .partners-section { padding: 36px 0; }
    .money-banner { padding: 20px 0; }
    .section-intro { margin-bottom: 32px; }
    .section-heading { font-size: clamp(1.6rem, 5vw, 2rem); }
    .cta-section { padding: 50px 0; }
    .cta-box h2 { font-size: 1.6rem; }
    /* תיקון reveal על מובייל – מניעת רווחים ריקים */
    .mosaic-item.reveal { transition-delay: 0ms !important; }
    /* money-banner – מנע גלישת טקסט */
    .money-stat { max-width: 100%; }
    .money-full-text { font-size: 1.3rem; word-break: keep-all; }
    .money-number { font-size: 2rem; }
    /* results-story */
    .results-story { padding: 28px 20px; }
    /* proofs title */
    .proofs-title { font-size: 1.15rem; text-align: center; flex-wrap: wrap; justify-content: center; }
}

/* מובייל קטן מאוד - עד 480px */
@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .hero { padding: 100px 16px 60px; }
    .hero-badges { gap: 8px; margin-bottom: 20px; }
    .hero-badge, .hero-live-badge { font-size: 0.8rem; padding: 6px 16px; }
    .logo-text { font-size: 1.2rem; }
    .logo-img { height: 48px; }
    .logo-icon { width: 38px; height: 38px; font-size: 1.1rem; }
    .money-banner-inner { flex-wrap: wrap; justify-content: center; gap: 12px; }
    .money-number, .money-words { font-size: 1.8rem; }
    .money-full-text { font-size: 1.45rem; }
    .proofs-grid { gap: 16px; }
    .branch-contact { flex-direction: column; }
    .footer-top { flex-direction: column; align-items: flex-start; }
}
