@charset "UTF-8";

/* Fonts are loaded via <link> in each page, so there is no @import here.
   @import blocks rendering and causes a flash of unstyled text. */

/* =========================================================
   VeraSync - styles.css
   Hebrew-first. RTL is the default, not an override.
   Noto Sans Hebrew everywhere; Anton only for the logo.
   ========================================================= */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root{
  --blue:#2D3FE7;
  --blue-deep:#3a2dff;
  --yellow:#FDF033;
  --black:#0a0a0a;
  --white:#ffffff;
  --paper:#f4f4f2;
  --gray-50:#f9fafb;
  --gray-100:#f3f4f6;
  --gray-400:#9ca3af;
  --gray-500:#6b7280;
  --gray-600:#4b5563;
  --gray-800:#1f2937;
  --line:#0a0a0a;
}

html{ scroll-behavior:smooth; scroll-padding-top:5rem; }

body{
  font-family:'Noto Sans Hebrew', system-ui, sans-serif;
  direction:rtl;
  text-align:right;
  font-weight:400;
  font-size:17px;
  line-height:1.75;
  color:var(--black);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

::selection{ background:var(--yellow); color:var(--black); }

a{ color:inherit; text-decoration:none; }
img{ display:block; max-width:100%; }

button, input, select, textarea{
  font-family:'Noto Sans Hebrew', system-ui, sans-serif;
  font-size:inherit;
  border:none;
  outline:none;
}

:focus-visible{ outline:3px solid var(--blue-deep); outline-offset:3px; }

.container{ max-width:1280px; margin:0 auto; padding:0 1.5rem; }

.text-blue{ color:var(--blue-deep); }
.text-yellow{ color:var(--yellow); }
.text-white{ color:var(--white); }

/* Latin fragments inside Hebrew text keep their own direction */
[dir="ltr"], .ltr{ direction:ltr; text-align:left; unicode-bidi:isolate; }

/* ===== LOGO - the only Anton on the site ===== */
.logo, .footer-logo{
  font-family:'Anton', Impact, Haettenschweiler, sans-serif;
  font-weight:400;
  letter-spacing:.02em;
  text-transform:uppercase;
  direction:ltr;
  unicode-bidi:isolate;
}
.logo{ font-size:1.5rem; }
.footer-logo{ font-size:3.25rem; margin-bottom:1.25rem; }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp{ from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:none} }
@keyframes fadeIn{ from{opacity:0} to{opacity:1} }
@keyframes marquee{ 0%{transform:translateX(0)} 100%{transform:translateX(50%)} }

.animate-up{ animation:fadeUp .8s ease-out both; }
.animate-fade{ animation:fadeIn .8s ease-out both; }

.scroll-reveal{
  opacity:0; transform:translateY(28px);
  transition:opacity .7s ease, transform .7s ease;
  transition-delay:var(--delay,0s);
}
.scroll-reveal.visible{ opacity:1; transform:none; }

@media (prefers-reduced-motion:reduce){
  .animate-up,.animate-fade{ animation:none; }
  .scroll-reveal{ opacity:1; transform:none; transition:none; }
  .marquee-track{ animation:none !important; }
}

/* ===== NAVIGATION ===== */
.nav{
  position:fixed; top:0; width:100%; z-index:100;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.08);
}
.nav-inner{
  max-width:1280px; margin:0 auto; padding:0 1.5rem;
  height:4.25rem; display:flex; align-items:center; justify-content:space-between;
}
.nav-links{
  display:flex; align-items:center; gap:1.75rem;
  font-size:.95rem; font-weight:600;
}
.nav-links a{ transition:color .2s; }
.nav-links a:hover{ color:var(--blue-deep); }

.nav-cta{
  background:var(--black) !important; color:var(--white) !important;
  padding:.55rem 1.35rem; border-radius:9999px; font-weight:700;
  transition:background .3s !important;
}
.nav-cta:hover{ background:var(--blue-deep) !important; }

.mobile-menu-btn{
  display:none; flex-direction:column; gap:5px;
  background:none; cursor:pointer; padding:6px;
}
.mobile-menu-btn span{ display:block; width:24px; height:2px; background:var(--black); transition:.3s; }
.nav-right-mobile{ display:none; align-items:center; gap:.75rem; }

@media (max-width:900px){
  .mobile-menu-btn{ display:flex; }
  .nav-right-mobile{ display:flex; }
  .nav-links{
    display:none; position:absolute; top:4.25rem; inset-inline:0;
    background:var(--white); flex-direction:column; align-items:flex-start;
    padding:1.75rem 1.5rem; gap:1.25rem;
    border-bottom:1px solid rgba(0,0,0,.1);
    box-shadow:0 10px 30px rgba(0,0,0,.1);
  }
  .nav-links.open{ display:flex; }
}

/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher{ display:flex; align-items:center; gap:.5rem; }

.lang-btn{
  display:inline-flex; align-items:center; gap:.35rem;
  border:1px solid rgba(0,0,0,.18); border-radius:9999px;
  padding:.3rem .8rem;
  font-size:.82rem; font-weight:700; line-height:1;
  white-space:nowrap;
  transition:border-color .2s, color .2s;
}
.lang-btn:hover{ border-color:var(--blue-deep); color:var(--blue-deep); }

/* ===== HERO ===== */
.hero{ padding:9rem 0 5rem; position:relative; overflow:hidden; }

.hero-grid{ display:grid; grid-template-columns:1fr; gap:2.5rem; align-items:end; }
@media (min-width:1024px){ .hero-grid{ grid-template-columns:1.6fr 1fr; gap:3.5rem; } }

.hero-title{
  font-family:'Noto Sans Hebrew', sans-serif;
  font-weight:900;
  font-size:clamp(2.6rem, 7.4vw, 6rem);
  line-height:1.06;
  letter-spacing:-.03em;
}
.hero-title .text-blue{ display:block; }

.hero-subtitle{ font-size:1.2rem; color:var(--gray-600); max-width:30rem; line-height:1.8; }
.hero-right{ padding-bottom:.5rem; }

.hero-cta{
  margin-top:2rem; display:inline-flex; align-items:center; gap:1rem;
  cursor:pointer; animation:fadeIn .8s ease-out both;
}
.hero-cta span{ font-weight:800; font-size:1.05rem; letter-spacing:.01em; }
.cta-circle{
  width:3rem; height:3rem; border-radius:50%; border:2px solid var(--black);
  display:flex; align-items:center; justify-content:center; transition:.25s;
}
.hero-cta:hover .cta-circle{ background:var(--blue-deep); border-color:var(--blue-deep); color:#fff; }
.hero-cta svg{ transform:scaleX(-1); }

.hero-deco{
  position:absolute; top:0; inset-inline-start:0; width:50%; height:100%;
  z-index:-1; opacity:.15; display:grid;
  grid-template-columns:repeat(4,1fr); grid-template-rows:repeat(6,1fr);
  pointer-events:none;
}

/* ===== MARQUEE ===== */
.marquee-bar{
  background:var(--black); padding:1.15rem 0; overflow:hidden;
  border-block:2px solid var(--black); white-space:nowrap; direction:rtl;
}
.marquee-track{ display:inline-flex; animation:marquee 90s linear infinite; }
.marquee-track span{
  color:var(--white);
  font-family:'Noto Sans Hebrew', sans-serif;
  font-weight:800; font-size:1.3rem; letter-spacing:.02em;
  padding:0 .6rem; flex-shrink:0;
}

/* ===== SECTION FURNITURE ===== */
.section-header{ margin-bottom:1rem; }
.section-title{
  font-family:'Noto Sans Hebrew', sans-serif;
  font-weight:900;
  font-size:clamp(1.75rem, 4.2vw, 2.9rem);
  line-height:1.12; letter-spacing:-.025em; max-width:22ch;
}
.section-tag{
  color:var(--gray-500); font-size:.8rem; font-weight:600;
  letter-spacing:.06em; margin-top:.65rem;
}

.btn-line{
  display:inline-flex; align-items:center; gap:.75rem;
  font-weight:800; font-size:1.05rem; color:var(--black);
}
.btn-line .circle{
  width:2.75rem; height:2.75rem; border:2px solid var(--black); border-radius:50%;
  display:flex; align-items:center; justify-content:center; transition:.2s;
}
.btn-line:hover .circle{ background:var(--blue-deep); border-color:var(--blue-deep); color:#fff; }

/* ===== SERVICES ===== */
.services-section{
  padding:5.6rem 0;
  border-top:2px solid var(--line);
}
.services-section .section-header{ margin-bottom:3rem; }

/* auto-fit needs no media queries: columns appear whenever there is
   room for another 280px track, and collapse to one on narrow screens. */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:3rem 2.5rem;
  align-items:start;
}

.service-item{
  border-top:2px solid var(--line);
  padding-top:1.5rem;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.service-num{
  display:block;
  font-weight:900; font-size:1.1rem; line-height:1;
  color:var(--blue-deep); letter-spacing:.05em;
  margin-bottom:1rem;
  direction:ltr; unicode-bidi:isolate; text-align:start;
}

.service-title{
  font-family:'Noto Sans Hebrew', sans-serif;
  font-weight:900; font-size:1.4rem; line-height:1.3;
  letter-spacing:-.015em; margin-bottom:.75rem;
}

.service-desc{
  color:var(--gray-600); font-size:1rem; line-height:1.8;
  margin-bottom:1.25rem;
}

.service-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column; gap:.55rem;
  margin-top:auto; padding-top:.5rem;
}
.service-list li{
  font-size:.95rem; font-weight:600; color:var(--black); line-height:1.5;
}

/* ===== SELECTED WORK ===== */
.work-section{
  background:var(--black); color:var(--white);
  padding:5.6rem 0;
}

.work-header{
  display:flex; flex-direction:column; gap:1.5rem;
  margin-bottom:3rem;
}
@media (min-width:780px){
  .work-header{ flex-direction:row; justify-content:space-between; align-items:flex-end; }
}

.work-section .section-title{ color:var(--white); }
.work-section .section-tag{ color:var(--gray-500); }
.work-section .project-title{ color:var(--white); }
.work-section .project-desc{ color:var(--gray-400); }
.work-section .project-img-wrap{ border-color:rgba(255,255,255,.18); background:#141414; }
.work-section .project-badge{
  background:transparent; color:var(--white); border-color:rgba(255,255,255,.35);
}
.work-section .project-card-link:hover .project-title{ color:var(--blue-deep); }

.btn-outline-white{
  align-self:flex-start;
  background:transparent; color:var(--white);
  border:2px solid var(--white);
  padding:.85rem 1.75rem; border-radius:9999px;
  font-family:'Noto Sans Hebrew', sans-serif;
  font-weight:800; font-size:.95rem;
  cursor:pointer; white-space:nowrap;
  transition:background .25s ease, color .25s ease;
}
.btn-outline-white:hover{ background:var(--white); color:var(--black); }

/* ===== PROBLEM ===== */
.prob-section{ padding:5rem 0; background:var(--paper); border-top:2px solid var(--line); }
.prob-list{ margin-top:2.1rem; border-top:2px solid var(--line); list-style:none; }
.prob-list li{
  border-bottom:2px solid var(--line); padding:1.5rem .25rem;
  font-size:clamp(1.05rem,2.1vw,1.3rem); font-weight:500;
  display:flex; gap:1.25rem; line-height:1.65;
}
.prob-list li i{ font-style:normal; font-weight:900; color:var(--blue-deep); min-width:2.1rem; }

/* ===== MASTER BUNDLE ===== */
.mb-section{ padding:5.6rem 0; border-top:2px solid var(--line); }
.mb-rows{ margin-top:2.6rem; border-top:2px solid var(--line); }
.mb-row{
  border-bottom:2px solid var(--line); padding:1.9rem .25rem;
  display:grid; grid-template-columns:3.5rem 1fr; gap:1rem; align-items:start;
}
@media (min-width:820px){ .mb-row{ grid-template-columns:3.5rem 17.5rem 1fr; gap:1.75rem; } }
.mb-num{ font-weight:900; font-size:1.25rem; color:var(--blue-deep); }
.mb-name{ font-weight:900; font-size:1.5rem; letter-spacing:-.015em; }
.mb-name small{
  display:block; font-size:.7rem; font-weight:700; letter-spacing:.14em;
  color:var(--gray-400); text-transform:uppercase; margin-top:.35rem;
  direction:ltr; unicode-bidi:isolate;
}
.mb-desc{ color:var(--gray-600); font-size:1.05rem; line-height:1.85; }

/* ===== PRICE SLAB ===== */
.slab{ background:var(--blue-deep); color:var(--white); text-align:center; padding:5.5rem 1.5rem; }
.slab-title{
  font-weight:900; font-size:clamp(1.75rem,5vw,3.25rem);
  max-width:22ch; margin:0 auto; line-height:1.18; letter-spacing:-.025em; color:#fff;
}
.slab p{ margin-top:1.25rem; font-size:1.1rem; opacity:.93; max-width:46ch; margin-inline:auto; }

/* ===== FAQ ===== */
.faq-section{ padding:5.6rem 0; background:var(--paper); }
.faq-list{ border-top:2px solid var(--line); max-width:900px; margin-top:2.2rem; }
.faq-item{ border-bottom:2px solid var(--line); }
.faq-item summary{
  list-style:none; cursor:pointer; padding:1.5rem 0;
  font-weight:700; font-size:1.15rem;
  display:flex; justify-content:space-between; align-items:center; gap:1rem;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:'+'; color:var(--blue-deep); font-size:1.75rem; line-height:1; flex:none; }
.faq-item[open] summary::after{ content:'\2013'; }
.faq-item p{ margin:0 0 1.6rem; color:var(--gray-600); max-width:70ch; line-height:1.85; }
@media (max-width:640px){ .faq-section{ padding:3.6rem 0; } .faq-item summary{ font-size:1.05rem; } }

/* ===== ABOUT ===== */
.about-section{ padding:5.6rem 0; overflow:hidden; border-top:2px solid var(--line); }
.about-grid{ display:grid; grid-template-columns:1fr; gap:3rem; align-items:center; }
@media (min-width:1024px){ .about-grid{ grid-template-columns:16rem 1fr; gap:4rem; } }

.about-img-wrap{ position:relative; }
.about-img{
  width:15rem; height:15rem; border-radius:50%; overflow:hidden;
  background:var(--gray-100); box-shadow:0 0 0 8px #fff, 0 0 0 16px var(--blue-deep);
}
.about-img img{ width:100%; height:100%; object-fit:cover; filter:grayscale(100%); transition:filter .6s; }
.about-img:hover img{ filter:grayscale(0); }

.about-badge{
  position:static; margin-top:1.6rem; width:auto; height:auto;
  background:none; transform:none; padding:0; border-radius:0;
  display:block; text-align:start;
  font-family:'Noto Sans Hebrew',sans-serif; font-weight:700;
  font-size:.85rem; letter-spacing:.1em; color:var(--gray-400);
}

.about-text{ display:flex; flex-direction:column; gap:1rem; font-size:1.1rem; color:var(--gray-600); line-height:1.85; margin-top:1rem; }
.about-text p{ max-width:52ch; }

/* ===== MORE WORK STRIP ===== */
.more-work{
  padding:4rem 0; border-top:2px solid var(--line);
  display:grid; gap:1.25rem;
}
@media (min-width:780px){ .more-work{ grid-template-columns:1fr auto; align-items:center; } }
.more-work h2{ font-weight:900; font-size:clamp(1.25rem,2.8vw,1.75rem); max-width:30ch; line-height:1.35; letter-spacing:-.02em; }
.more-work p{ margin-top:.6rem; color:var(--gray-600); max-width:52ch; }

/* ===== PAGE HEADERS (projects / articles) ===== */
.page-head{ padding:8.5rem 0 3.5rem; border-bottom:2px solid var(--line); }
.page-title{
  font-family:'Noto Sans Hebrew',sans-serif; font-weight:900;
  font-size:clamp(2.2rem,6vw,4.5rem); line-height:1.05; letter-spacing:-.03em;
}
.page-sub{ margin-top:1.25rem; font-size:1.15rem; max-width:56ch; color:var(--gray-600); line-height:1.8; }

/* ===== PROJECT CARDS ===== */
.projects-grid, .proj-list{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(360px, 1fr));
  gap:3.5rem 2.5rem;
}

.project-card, .project-card-link{ display:block; color:inherit; cursor:pointer; transition:transform .3s ease; }
.project-card:hover, .project-card-link:hover{ transform:translateY(-6px); }

.project-img-wrap{
  aspect-ratio:16/9; background:var(--gray-800);
  border:2px solid var(--line); border-radius:1rem; overflow:hidden;
  margin-bottom:1.1rem; position:relative;
}
.project-img-wrap img, .project-img-wrap .mb-placeholder{
  width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease;
}
.project-img-wrap img{ filter:grayscale(100%); }
.project-card:hover .project-img-wrap img, .project-card-link:hover .project-img-wrap img{
  filter:grayscale(0); transform:scale(1.04);
}
.project-card-link:hover .mb-placeholder{ transform:scale(1.04); }
.mb-placeholder{ direction:ltr; unicode-bidi:isolate; }

.project-badge{
  display:inline-block; margin-bottom:.6rem;
  border:2px solid var(--line); background:var(--white); color:var(--black);
  padding:.25rem .8rem; border-radius:9999px;
  font-size:.72rem; font-weight:800; letter-spacing:.06em;
}
.project-title{
  font-family:'Noto Sans Hebrew',sans-serif; font-weight:900;
  font-size:1.6rem; letter-spacing:-.015em; margin-bottom:.4rem; transition:color .3s;
}
.project-card-link:hover .project-title{ color:var(--blue-deep); }
.project-arrow{ display:inline-block; color:var(--blue-deep); transition:transform .3s ease; }
.project-card-link:hover .project-arrow{ transform:translateX(-6px); }
.project-desc{ color:var(--gray-600); font-size:1rem; line-height:1.8; max-width:52ch; }

/* ===== ARTICLES ===== */
.art-list{ padding:0 0 5.5rem; }
.art-row{
  display:block; color:inherit; border-bottom:2px solid var(--line);
  padding:2.1rem 0; transition:padding .25s ease, background .25s ease;
}
.art-row:hover{ background:var(--paper); padding-inline-start:1rem; }
.art-meta{ display:flex; gap:.85rem; align-items:center; font-size:.82rem; font-weight:700; color:var(--gray-400); }
.art-meta .dot{ color:var(--blue-deep); }
.art-title{
  margin-top:.7rem; font-weight:900; font-size:clamp(1.35rem,3.2vw,2rem);
  line-height:1.25; letter-spacing:-.02em; max-width:26ch;
}
.art-row:hover .art-title{ color:var(--blue-deep); }
.art-lead{ margin-top:.7rem; color:var(--gray-600); line-height:1.8; max-width:60ch; }

.art-wrap{ max-width:760px; margin:0 auto; padding:7.4rem 1.5rem 0; }
.art-h1{ margin-top:1.6rem; font-weight:900; font-size:clamp(2rem,5.6vw,3.4rem); line-height:1.15; letter-spacing:-.03em; }
.art-lead-quote{ margin-top:1.5rem; font-size:1.25rem; line-height:1.7; color:#333; border-inline-start:6px solid var(--blue-deep); padding-inline-start:1.25rem; }
.art-body{ margin-top:2.6rem; padding-bottom:4rem; font-size:1.1rem; line-height:1.9; }
.art-body h2{ margin:2.6rem 0 .8rem; font-size:1.6rem; font-weight:900; padding-top:1.4rem; border-top:2px solid var(--line); }
.art-body p{ margin-bottom:1.1rem; color:var(--gray-600); }
.art-body ul{ margin:0 0 1.25rem; padding-inline-start:1.4rem; }
.art-body li{ margin-bottom:.6rem; color:var(--gray-600); }
.art-body strong{ font-weight:800; color:var(--black); }

/* ===== CLOSING CTA ===== */
.page-cta{ background:var(--black); color:var(--white); padding:5rem 0; text-align:center; }
.page-cta h2{ font-weight:900; font-size:clamp(1.6rem,4vw,2.6rem); max-width:24ch; margin:0 auto; color:#fff; }
.page-cta p{ margin-top:1.1rem; color:var(--gray-400); font-size:1.1rem; }
.page-cta a{
  display:inline-block; margin-top:1.8rem; background:var(--blue-deep); color:#fff;
  padding:1rem 2.1rem; border-radius:9999px; font-weight:800;
}
.page-cta a:hover{ background:#fff; color:var(--black); }

.cta-actions{
  display:flex; gap:.9rem; justify-content:center; flex-wrap:wrap;
  margin-top:1.8rem;
}
.page-cta .cta-actions a{ margin-top:0; }
.page-cta .cta-secondary{
  background:transparent; color:var(--white); border:2px solid var(--white);
}
.page-cta .cta-secondary:hover{ background:var(--white); color:var(--black); }

/* ===== STATS (CMS-toggled) ===== */
.stats-section{ padding:5.5rem 0; background:var(--gray-50); }
.stats-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1.5rem; }
.stat-card{ background:var(--white); padding:1.5rem; border-radius:1.25rem; border:1px solid var(--gray-100); box-shadow:0 1px 3px rgba(0,0,0,.04); transition:box-shadow .3s; }
.stat-card:hover{ box-shadow:0 4px 12px rgba(0,0,0,.08); }
.stat-top{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:1.25rem; }
.stat-icon{ width:2.5rem; height:2.5rem; border-radius:.75rem; display:flex; align-items:center; justify-content:center; }
.stat-icon.blue{background:#eff6ff;color:#2563eb} .stat-icon.green{background:#f0fdf4;color:#16a34a}
.stat-icon.purple{background:#faf5ff;color:#9333ea} .stat-icon.orange{background:#fff7ed;color:#ea580c}
.stat-icon svg{ stroke:currentColor; }
.stat-trend{ padding:.15rem .6rem; border-radius:9999px; font-size:.68rem; font-weight:700; }
.stat-trend.blue{background:#eff6ff;color:#2563eb} .stat-trend.green{background:#f0fdf4;color:#16a34a}
.stat-trend.purple{background:#faf5ff;color:#9333ea} .stat-trend.orange{background:#fff7ed;color:#ea580c}
.stat-value{ font-size:1.9rem; font-weight:800; letter-spacing:-.025em; }
.stat-label{ font-size:.9rem; color:var(--gray-400); font-weight:500; margin-top:.25rem; }
.stats-detail-row{ margin-top:2.5rem; display:grid; grid-template-columns:1fr; gap:1.5rem; }
@media (min-width:1024px){ .stats-detail-row{ grid-template-columns:1fr 1fr; } }
.detail-card{ background:var(--white); padding:1.75rem; border-radius:1.25rem; border:1px solid var(--gray-100); display:flex; align-items:center; justify-content:space-between; }
.detail-label{ font-size:.85rem; color:var(--gray-400); font-weight:600; margin-bottom:.25rem; }
.detail-value{ font-size:2rem; font-weight:800; letter-spacing:-.025em; }
.detail-sub{ font-size:.8rem; color:var(--gray-400); margin-top:.4rem; }
.detail-badge{ padding:.25rem 1rem; border-radius:9999px; font-size:.78rem; font-weight:700; flex-shrink:0; }
.detail-badge.blue{background:#eff6ff;color:#2563eb} .detail-badge.green{background:#f0fdf4;color:#16a34a}

/* ===== CONTACT PAGE ===== */
.page-content{ padding:8.5rem 0 5.5rem; }
.contact-grid{ display:grid; grid-template-columns:1fr; gap:3.5rem; }
@media (min-width:1024px){ .contact-grid{ grid-template-columns:1fr 1fr; } }
.contact-title{ font-family:'Noto Sans Hebrew',sans-serif; font-weight:900; font-size:clamp(2.2rem,6vw,3.6rem); line-height:1.1; letter-spacing:-.03em; margin-bottom:2.2rem; }
.contact-info{ display:flex; flex-direction:column; gap:1.6rem; }
.contact-row{ display:flex; align-items:center; gap:1.15rem; }
.contact-icon{ width:3rem; height:3rem; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-icon.yellow{ background:var(--yellow); color:var(--black); }
.contact-icon.blue{ background:var(--blue-deep); color:var(--white); }
.contact-row-label{ font-size:.82rem; color:var(--gray-400); font-weight:600; }
.contact-row-value{ font-size:1.15rem; font-weight:600; }

.contact-form-wrap{ background:var(--white); padding:2.2rem; border-radius:1.25rem; border:2px solid var(--line); box-shadow:8px 8px 0 var(--blue-deep); }
.contact-form{ display:flex; flex-direction:column; gap:1.25rem; }
.form-row{ display:grid; grid-template-columns:1fr; gap:1.25rem; }
@media (min-width:768px){ .form-row{ grid-template-columns:1fr 1fr; } }
.form-group{ display:flex; flex-direction:column; gap:.45rem; }
.form-group label{ font-size:.88rem; font-weight:700; }
.form-group input, .form-group select, .form-group textarea{
  width:100%; padding:.8rem 1rem; background:var(--gray-50);
  border:1px solid var(--gray-100); border-radius:.7rem; transition:box-shadow .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{ box-shadow:0 0 0 3px var(--blue-deep); }
.form-group textarea{ resize:vertical; min-height:8rem; }
.form-group input[type="email"], .form-group input[type="tel"]{ direction:ltr; text-align:left; }
.form-submit{
  width:100%; background:var(--black); color:var(--white); padding:1rem;
  border-radius:.7rem; font-weight:800; cursor:pointer;
  display:flex; align-items:center; justify-content:center; gap:.7rem; transition:background .3s;
}
.form-submit:hover{ background:var(--blue-deep); }
.form-submit svg{ transform:scaleX(-1); }

/* ===== LEGAL PAGES ===== */
.legal-page{ max-width:56rem; }
.legal-title{ font-family:'Noto Sans Hebrew',sans-serif; font-weight:900; font-size:clamp(2rem,5.5vw,3.2rem); letter-spacing:-.03em; margin-bottom:2.2rem; }
.legal-body{ display:flex; flex-direction:column; gap:1.6rem; }
.legal-body section{ color:var(--gray-600); font-size:1.1rem; line-height:1.9; }
.legal-body h2{ font-weight:900; font-size:1.4rem; color:var(--black); margin-bottom:.7rem; }

/* ===== FOOTER ===== */
.footer{ background:var(--black); color:var(--white); padding:4rem 0 2rem; }
.footer-top{ display:flex; flex-direction:column; gap:2.5rem; }
@media (min-width:768px){ .footer-top{ flex-direction:row; justify-content:space-between; align-items:flex-start; } }
.footer-tagline{ color:var(--gray-400); max-width:22rem; }
.footer-links-grid{ display:grid; grid-template-columns:1fr; gap:2rem; }
@media (min-width:600px){ .footer-links-grid{ grid-template-columns:repeat(2,1fr); gap:3rem; } }
.footer-col{ display:flex; flex-direction:column; gap:.6rem; }
.footer-col-title{ font-size:.75rem; font-weight:700; color:var(--blue-deep); letter-spacing:.1em; margin-bottom:.3rem; }
.footer-col a{ color:#ccc; transition:color .2s; }
.footer-col a:hover{ color:var(--white); }
.footer-bottom{
  margin-top:3rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.12);
  display:flex; flex-wrap:wrap; gap:.8rem; justify-content:space-between; align-items:center;
  font-size:.85rem; color:var(--gray-500);
}

/* ===== FLOATING CONTACT BUTTONS ===== */
.fab-stack{
  position:fixed; bottom:1.5rem; inset-inline-start:1.5rem; z-index:999;
  display:flex; flex-direction:column; align-items:center; gap:.75rem;
}
.fab{ width:3.5rem; height:3.5rem; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:transform .25s ease; }
.fab:hover{ transform:scale(1.1); }
.fab-wa{ background:#25D366; width:3.75rem; height:3.75rem; box-shadow:0 4px 16px rgba(37,211,102,.4); }
.fab-email{ background:var(--yellow); box-shadow:0 4px 16px rgba(253,240,51,.35); }
.fab-phone{ background:var(--blue-deep); box-shadow:0 4px 16px rgba(58,45,255,.35); }
@media (prefers-reduced-motion:reduce){ .fab{ transition:none; } .fab:hover{ transform:none; } }

/* Accessibility widget sits on the opposite corner */
.a11y-btn{ inset-inline-end:1.5rem !important; inset-inline-start:auto !important; }
.a11y-panel{ inset-inline-end:1.5rem !important; inset-inline-start:auto !important; }

@media print{
  .nav, .fab-stack, .a11y-btn, .a11y-panel, .marquee-bar{ display:none !important; }
}