/*
Theme Name: GZsite Solutions
Theme URI: https://gzsitesolution.co.il
Author: GZsite Solutions
Description: תבנית סוכנות מותאמת אישית - 100% בעלות מלאה ללא ריטיינר
Version: 1.1.0
*/
:root {
  --bg: #040711;
  --bg-card: rgba(13, 20, 38, 0.7);
  --surface-light: #16223e;
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(0, 210, 255, 0.4);
  --cyan: #00d2ff;
  --blue: #0066ff;
  --purple: #8b5cf6;
  --magenta: #ec4899;
  --orange: #ff5e3a;
  --gradient-brand: linear-gradient(135deg, var(--cyan) 0%, var(--purple) 45%, var(--magenta) 75%, var(--orange) 100%);
  --gradient-arc: linear-gradient(90deg, var(--cyan), var(--purple), var(--magenta), var(--orange));
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --radius: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-scale: 1;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body { font-family: 'Heebo', sans-serif; background-color: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; direction: rtl; }
.bg-grid { position: fixed; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; z-index: 0; }
.ambient-glow { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.28; animation: floatOrb 14s ease-in-out infinite alternate; }
.glow-orb-1 { width: 550px; height: 550px; background: radial-gradient(circle, var(--cyan) 0%, transparent 70%); top: -100px; right: -80px; }
.glow-orb-2 { width: 650px; height: 650px; background: radial-gradient(circle, var(--magenta) 0%, transparent 70%); top: 38%; left: -150px; animation-delay: -5s; }
.glow-orb-3 { width: 500px; height: 500px; background: radial-gradient(circle, var(--orange) 0%, transparent 70%); bottom: -100px; right: 20%; animation-delay: -8s; }
@keyframes floatOrb { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(45px,35px) scale(1.12); } 100% { transform: translate(-35px,55px) scale(0.92); } }
#site-wrapper { position: relative; z-index: 1; width: 100%; }
.container { width: min(1200px, 92%); margin-inline: auto; }
h1, h2, h3 { font-weight: 800; line-height: 1.25; }
.brand-gradient-text { background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 2px 16px rgba(236, 72, 153, 0.35)); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; border-radius: 12px; font-weight: 700; font-size: 0.95rem; text-decoration: none; cursor: pointer; transition: var(--transition); border: 1px solid transparent; }
.btn-primary { background: linear-gradient(135deg, var(--cyan) 0%, var(--purple) 50%, var(--magenta) 100%); background-size: 200% 200%; color: #fff; box-shadow: 0 8px 30px rgba(139, 92, 246, 0.45); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(236, 72, 153, 0.55); }
.btn-secondary { background: rgba(22, 34, 62, 0.6); color: var(--text); border: 1px solid var(--border); backdrop-filter: blur(12px); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--cyan); transform: translateY(-2px); }
.btn-whatsapp-header { background: rgba(37, 211, 102, 0.15); color: #25d366; border: 1px solid rgba(37, 211, 102, 0.4); padding: 10px 18px; font-size: 0.9rem; }
.btn-whatsapp-header:hover { background: rgba(37, 211, 102, 0.25); border-color: #25d366; transform: translateY(-2px); }
header { position: sticky; top: 0; z-index: 100; background: rgba(4, 7, 17, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.brand-logo { display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; position: relative; padding-bottom: 4px; }
.logo-main { font-size: 1.85rem; font-weight: 900; color: #fff; line-height: 1; }
.logo-gz { background: linear-gradient(135deg, var(--cyan) 0%, var(--purple) 50%, var(--magenta) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; }
.logo-dot { color: var(--magenta); display: inline-block; animation: pulseDot 2s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px var(--magenta)); } 50% { transform: scale(1.4); filter: drop-shadow(0 0 10px var(--orange)); } }
.logo-sub { font-size: 0.72rem; font-weight: 600; letter-spacing: 4px; color: #cbd5e1; text-transform: uppercase; margin-top: 2px; }
.logo-arc { position: absolute; bottom: -2px; right: 0; width: 100%; height: 2.5px; border-radius: 99px; background: var(--gradient-arc); box-shadow: 0 0 10px rgba(0, 210, 255, 0.6); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-muted); font-weight: 500; transition: var(--transition); }
.nav-links a:hover { color: #fff; }
.menu-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.8rem; cursor: pointer; }
.hero { padding: 110px 0 90px; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 22px; border-radius: 999px; background: rgba(13, 20, 38, 0.8); border: 1px solid rgba(0, 210, 255, 0.4); color: #e2e8f0; font-size: 0.95rem; font-weight: 600; margin-bottom: 26px; }
.hero h1 { font-size: clamp(2.3rem, 5.5vw, 4.1rem); margin-bottom: 22px; }
.hero-sub { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--text-muted); max-width: 800px; margin: 0 auto 40px; }
.hero-actions { display: flex; gap: 18px; justify-content: center; margin-bottom: 50px; flex-wrap: wrap; }
.hero-pills { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.pill { display: flex; align-items: center; gap: 8px; font-size: 0.95rem; color: #cbd5e1; background: var(--bg-card); border: 1px solid var(--border); padding: 10px 22px; border-radius: 999px; }
section { padding: 95px 0; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: clamp(2rem, 3.8vw, 2.8rem); margin-bottom: 12px; }
.section-title p { color: var(--text-muted); font-size: 1.15rem; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 28px; transition: var(--transition); backdrop-filter: blur(14px); }
.card:hover { border-color: var(--border-hover); transform: translateY(-5px); }
.card-icon { font-size: 2.3rem; margin-bottom: 18px; display: inline-block; background: rgba(255, 255, 255, 0.04); width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 16px; border: 1px solid var(--border); }
.card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #fff; }
.card p { color: var(--text-muted); font-size: 0.98rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.price-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 44px 34px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: rgba(236, 72, 153, 0.55); background: linear-gradient(180deg, rgba(236, 72, 153, 0.1) 0%, rgba(13, 20, 38, 0.85) 100%); }
.badge-featured { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient-brand); color: #fff; font-size: 0.85rem; font-weight: 800; padding: 5px 20px; border-radius: 999px; }
.price { font-size: 2.5rem; font-weight: 900; color: #fff; margin-bottom: 4px; }
.price-note { color: var(--cyan); font-size: 0.88rem; font-weight: 700; margin-bottom: 4px; }
.price-vat { color: #94a3b8; font-size: 0.8rem; font-weight: 500; margin-bottom: 24px; }
.features-list { list-style: none; margin-bottom: 34px; flex-grow: 1; }
.features-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.96rem; margin-bottom: 12px; color: #cbd5e1; }
.features-list li .check { color: var(--cyan); font-weight: 900; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.step-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 26px; }
.step-num { font-size: 3rem; font-weight: 900; background: var(--gradient-brand); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.contact-wrapper { max-width: 720px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 46px 40px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 600; font-size: 0.95rem; }
.form-control { width: 100%; padding: 15px 18px; background: var(--surface-light); border: 1px solid var(--border); border-radius: 12px; color: var(--text); font-family: inherit; font-size: 1rem; }
textarea.form-control { resize: vertical; min-height: 110px; }
.whatsapp-direct { display: flex; align-items: center; justify-content: center; gap: 10px; color: #25d366; font-weight: 700; text-decoration: none; padding: 15px; border: 1px dashed rgba(37, 211, 102, 0.5); border-radius: 12px; }
footer { border-top: 1px solid var(--border); padding: 45px 0; background: #02040a; color: var(--text-muted); }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-disclaimer { width: 100%; text-align: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.85rem; color: #64748b; }
.accessibility-trigger { position: fixed; bottom: 26px; right: 26px; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--purple)); color: #fff; border: 2px solid rgba(255, 255, 255, 0.4); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 999999; }
.a11y-modal { display: none; position: fixed; bottom: 95px; right: 26px; width: 320px; background: #ffffff; color: #0f172a; border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,0.7); z-index: 1000000; border: 1px solid #cbd5e1; overflow: hidden; }
.a11y-modal.active { display: block; }
.a11y-header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.a11y-close { background: none; border: none; font-size: 1.5rem; color: #64748b; cursor: pointer; }
.a11y-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #e2e8f0; padding: 1px; }
.a11y-btn { background: #ffffff; border: none; padding: 15px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; color: #0f172a; }
.a11y-btn.active-btn { background: #e0f2fe; box-shadow: inset 0 0 0 2px #0284c7; }
.a11y-footer { background: #1e293b; text-align: center; padding: 12px; }
.a11y-footer-btn { background: none; border: none; color: #ffffff; font-weight: 700; cursor: pointer; text-decoration: underline; }
.a11y-statement-overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(6px); z-index: 1000001; align-items: center; justify-content: center; padding: 20px; }
.a11y-statement-overlay.active { display: flex; }
.a11y-statement-box { background: #ffffff; color: #1e293b; max-width: 650px; width: 100%; border-radius: 16px; padding: 38px; max-height: 85vh; overflow-y: auto; position: relative; }
body.a11y-grayscale #site-wrapper { filter: grayscale(100%) !important; }
body.a11y-light-contrast #site-wrapper, body.a11y-light-contrast #site-wrapper * { background-color: #ffffff !important; color: #000000 !important; }
body.a11y-dark-contrast #site-wrapper, body.a11y-dark-contrast #site-wrapper * { background-color: #000000 !important; color: #ffff00 !important; }
body.a11y-readable-font #site-wrapper * { font-family: Arial, Tahoma, sans-serif !important; }
body.a11y-highlight-links #site-wrapper a:not(.btn) { text-decoration: underline 3px !important; background-color: #fef08a !important; color: #000000 !important; font-weight: 800 !important; }
body.a11y-highlight-headings #site-wrapper h1, body.a11y-highlight-headings #site-wrapper h2, body.a11y-highlight-headings #site-wrapper h3 { background-color: #e0f2fe !important; color: #0284c7 !important; outline: 2px dashed #0284c7 !important; padding: 4px 8px !important; }
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 80px; right: 0; width: 100%; background: var(--bg); padding: 24px; border-bottom: 1px solid var(--border); }
  .nav-links.active { display: flex; }
  .header-actions { display: none; }
}
