@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:ital,wght@0,300;0,400;1,300;1,400&family=Noto+Sans:wght@300;400;500&display=swap');

/* ══════════════════════════════════════════════════════
   ESKOLABS — Brand Experience CSS
   Premium Future Engineering Lab
   ══════════════════════════════════════════════════════ */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box }
html { font-size:16px; scroll-behavior:smooth }
img { display:block; max-width:100% }
a { text-decoration:none; color:inherit }
button { cursor:pointer; font-family:inherit; border:none; background:none }

:root {
  --teal:   #00a882;
  --teal-d: #008a6a;
  --blue:   #1a6fb5;
  --lime:   #5a9e00;
  --ink:    #0d1117;
  --ink2:   #3d4f63;
  --ink3:   #8a96a8;
  --serif:  'Frank Ruhl Libre', Georgia, serif;
  --sans:   'Noto Sans', system-ui, sans-serif;
  --ease:   cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  direction: rtl;
  overflow-x: hidden;
}

/* ── GRADIENT MESH BACKGROUND ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 15% 10%, rgba(0,168,130,0.10) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 85% 8%,  rgba(26,111,181,0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 80% 90%, rgba(90,158,0,0.07)   0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 85%, rgba(26,111,181,0.06) 0%, transparent 55%);
  animation: meshPulse 18s ease-in-out infinite alternate;
}
@keyframes meshPulse {
  0%   { opacity: 1; transform: scale(1) }
  100% { opacity: 0.7; transform: scale(1.03) }
}

/* ── Z-INDEX ── */
.site-wrap { position: relative; z-index: 1 }

/* ════════════════════════════════
   GLASS SYSTEM — Physical Glass
   ════════════════════════════════ */

/* Base glass */
.glass {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(40px) saturate(180%) brightness(1.04);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.04);
  border: 0.5px solid rgba(255,255,255,0.55);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.85),
    inset 1px 0 0 rgba(255,255,255,0.30),
    inset -1px 0 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.07),
    0 8px 32px rgba(0,0,0,0.07),
    0 2px 8px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.glass > * { position: relative; z-index: 1 }
.glass::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 44%;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.46) 0%,
    rgba(255,255,255,0.10) 45%,
    transparent 100%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.glass::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 20%;
  background: linear-gradient(0deg, rgba(0,0,0,0.05) 0%, transparent 100%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

/* Teal tinted glass */
.glass-teal {
  background: rgba(0,168,130,0.12);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  border: 0.5px solid rgba(0,200,160,0.35);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.68),
    inset 0 -1px 0 rgba(0,80,60,0.08),
    0 6px 24px rgba(0,168,130,0.10),
    0 0 0 1px rgba(0,168,130,0.06);
  position: relative;
  overflow: hidden;
}
.glass-teal > * { position: relative; z-index: 1 }
.glass-teal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(255,255,255,0.44) 0%, transparent 100%);
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

/* Glow variants */
.glass-glow-teal {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 0.5px solid rgba(0,200,160,0.20);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.82),
    inset 0 -1px 0 rgba(0,0,0,0.06),
    0 0 0 1px rgba(0,168,130,0.07),
    0 8px 32px rgba(0,0,0,0.06),
    0 0 30px rgba(0,168,130,0.07);
  position: relative;
  overflow: hidden;
}
.glass-glow-teal > * { position: relative; z-index: 1 }
.glass-glow-teal::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 44%;
  background: linear-gradient(180deg, rgba(255,255,255,0.44) 0%, rgba(255,255,255,0.08) 45%, transparent 100%);
  border-radius: inherit; pointer-events: none; z-index: 0;
}
.glass-glow-teal::after {
  content: '';
  position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  width: 70%; height: 30px;
  background: radial-gradient(ellipse, rgba(0,168,130,0.14), transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(6px);
}

.glass-glow-blue {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 0.5px solid rgba(26,111,181,0.18);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.82),
    inset 0 -1px 0 rgba(0,0,0,0.06),
    0 8px 32px rgba(0,0,0,0.06),
    0 0 30px rgba(26,111,181,0.06);
  position: relative;
  overflow: hidden;
}
.glass-glow-blue > * { position: relative; z-index: 1 }
.glass-glow-blue::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 44%;
  background: linear-gradient(180deg, rgba(255,255,255,0.44) 0%, rgba(255,255,255,0.08) 45%, transparent 100%);
  border-radius: inherit; pointer-events: none; z-index: 0;
}
.glass-glow-blue::after {
  content: '';
  position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  width: 70%; height: 30px;
  background: radial-gradient(ellipse, rgba(26,111,181,0.10), transparent 70%);
  border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(6px);
}

/* Radius tokens */
.r-pill { border-radius: 980px }
.r-2xl  { border-radius: 28px }
.r-xl   { border-radius: 22px }
.r-lg   { border-radius: 18px }
.r-md   { border-radius: 14px }
.r-sm   { border-radius: 10px }

/* ════════════════════════════════
   BUTTONS — Liquid Glass
   ════════════════════════════════ */

.btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 980px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  background: rgba(0,140,112,0.84);
  backdrop-filter: blur(32px) saturate(220%);
  -webkit-backdrop-filter: blur(32px) saturate(220%);
  border: 0.5px solid rgba(0,220,170,0.40);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.36),
    inset 0 -1.5px 0 rgba(0,60,45,0.16),
    0 6px 20px rgba(0,168,130,0.20),
    0 2px 6px rgba(0,0,0,0.08);
  transition: all .22s var(--ease);
  cursor: pointer;
  text-decoration: none;
}
.btn-primary::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 52%;
  background: linear-gradient(180deg, rgba(255,255,255,0.26) 0%, transparent 100%);
  pointer-events: none;
  border-radius: inherit;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0; left: -100%; width: 55%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
  transition: left .6s;
  pointer-events: none;
}
.btn-primary:hover::after { left: 150% }
.btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  background: rgba(0,158,128,0.92);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.40),
    0 10px 28px rgba(0,168,130,0.24);
}
.btn-primary:active { transform: translateY(0) scale(0.99) }

.btn-secondary {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 980px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.68);
  white-space: nowrap;
  background: rgba(255,255,255,0.34);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 0.5px solid rgba(255,255,255,0.70);
  box-shadow:
    inset 0 1.5px 0 rgba(255,255,255,0.94),
    inset 0 -0.5px 0 rgba(0,0,0,0.05),
    0 3px 12px rgba(0,0,0,0.06);
  transition: all .2s var(--ease);
  cursor: pointer;
  text-decoration: none;
}
.btn-secondary::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 52%;
  background: linear-gradient(180deg, rgba(255,255,255,0.58) 0%, transparent 100%);
  pointer-events: none;
  border-radius: inherit;
}
.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.48);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.97), 0 6px 18px rgba(0,0,0,0.09);
}
.btn-secondary:active { transform: translateY(0) }

/* ════════════════════════════════
   NAVIGATION
   ════════════════════════════════ */

.nav-wrap {
  position: sticky;
  top: 10px;
  z-index: 200;
  padding: 0 16px;
  display: flex;
  justify-content: center;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  padding: 0 8px 0 14px;
  width: 100%;
  max-width: 1060px;
}
.nav-logo { display: flex; align-items: center; flex-shrink: 0 }
.nav-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 8px rgba(0,168,130,0.16)) drop-shadow(0 1px 3px rgba(0,0,0,0.08));
  transition: filter .3s var(--ease);
}
.nav-logo:hover img {
  filter: drop-shadow(0 0 14px rgba(0,168,130,0.28)) drop-shadow(0 0 6px rgba(26,111,181,0.14));
}
.nav-links {
  display: flex;
  gap: 2px;
}
.nav-link {
  font-size: 13px;
  color: rgba(0,0,0,0.50);
  padding: 7px 13px;
  border-radius: 980px;
  transition: all .18s var(--ease);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.nav-link:hover { background: rgba(255,255,255,0.26); color: var(--ink) }
.nav-link.active {
  background: rgba(255,255,255,0.32);
  color: var(--ink);
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.70);
}
.nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0 }
.lang-switch { display: flex; gap: 4px; font-size: 11px; align-items: center }
.lang-switch a {
  color: rgba(0,0,0,0.36);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 980px;
  transition: all .15s;
}
.lang-switch a:hover, .lang-switch a.active { color: var(--teal); background: rgba(0,168,130,0.08) }
.lang-switch span { opacity: .28; font-size: 10px }

/* ════════════════════════════════
   HERO
   ════════════════════════════════ */

.hero {
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 64px;
  position: relative;
  overflow: hidden;
}

/* Animated blobs */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  will-change: transform;
}
.hero-blob-1 { width: 440px; height: 440px; background: rgba(0,168,130,0.34); top: -10%; right: -2%; animation: blob1 22s ease-in-out infinite }
.hero-blob-2 { width: 340px; height: 340px; background: rgba(26,111,181,0.28); bottom: 2%;  left: -2%; animation: blob2 18s ease-in-out infinite }
.hero-blob-3 { width: 260px; height: 260px; background: rgba(90,158,0,0.24); top: 52%; right: 12%; animation: blob3 26s ease-in-out infinite }
@keyframes blob1 { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(18px,-16px) scale(1.04)} 66%{transform:translate(-12px,22px) scale(0.97)} }
@keyframes blob2 { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(-14px,12px) scale(1.06)} 66%{transform:translate(18px,-18px) scale(0.94)} }
@keyframes blob3 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(14px,-10px) scale(1.08)} }

/* Hero watermark */
.hero-watermark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, 72vw);
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  filter: blur(0.5px) saturate(0);
  animation: watermarkPulse 8s ease-in-out infinite alternate;
}
@keyframes watermarkPulse { 0%{opacity:0.035} 100%{opacity:0.055} }

/* Hero chip */
.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px 5px 7px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  animation: fadeDown .8s var(--ease) both;
}
@keyframes fadeDown { from{opacity:0;transform:translateY(-12px)} to{opacity:1;transform:translateY(0)} }
.hero-chip-dot {
  width: 22px; height: 22px;
  border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,168,130,0.26);
}
.hero-chip-dot::after {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  display: block;
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.6)} }

/* Hero title */
.hero-title {
  font-family: var(--serif);
  font-size: clamp(54px, 9.5vw, 104px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -2.5px;
  color: var(--ink);
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
  animation: heroIn 1s var(--ease) .15s both;
}
@keyframes heroIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
.hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 55%, var(--lime) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  animation: gradAnim 5s ease-in-out infinite alternate;
}
@keyframes gradAnim { from{background-position:0%} to{background-position:100%} }

.hero-sub {
  font-size: 18px;
  color: var(--ink2);
  font-weight: 300;
  line-height: 1.72;
  max-width: 44ch;
  margin: 0 auto 44px;
  position: relative; z-index: 1;
  animation: heroIn 1s var(--ease) .3s both;
}
.hero-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
  position: relative; z-index: 1;
  animation: heroIn 1s var(--ease) .45s both;
}

/* Floating chips */
.hero-chips {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; z-index: 1;
  animation: heroIn 1s var(--ease) .6s both;
}
.hero-chip-tag {
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 400;
  color: rgba(0,0,0,0.52);
  letter-spacing: 0.2px;
  transition: all .2s var(--ease);
  cursor: default;
}
.hero-chip-tag:hover {
  background: rgba(255,255,255,0.35);
  color: var(--teal);
  transform: translateY(-2px);
}

/* ════════════════════════════════
   LAYOUT
   ════════════════════════════════ */

.section { padding: 80px 20px; max-width: 1060px; margin: 0 auto }
.section-divider { height: 0.5px; background: rgba(0,0,0,0.07); max-width: 1060px; margin: 0 auto }

.label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.34);
  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.label::before {
  content: '';
  width: 14px; height: 0.5px;
  background: rgba(0,0,0,0.24);
  display: inline-block;
  flex-shrink: 0;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 1.08;
  color: var(--ink);
  margin-bottom: 32px;
}
.section-title em { font-style: italic; color: var(--teal) }

/* ════════════════════════════════
   IMAGES
   ════════════════════════════════ */

.img-cinematic {
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.img-cinematic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 8s ease-in-out;
}
.img-cinematic:hover img { transform: scale(1.03) }
.img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.30) 100%);
  z-index: 1;
}
.img-badge {
  position: absolute;
  bottom: 22px; right: 22px;
  z-index: 2;
  padding: 16px 20px;
}

.img-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}
.img-half {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.img-half img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease-in-out;
}
.img-half:hover img { transform: scale(1.05) }
.img-half-label {
  position: absolute;
  bottom: 14px; right: 14px;
  z-index: 2;
  padding: 10px 16px;
}

/* ════════════════════════════════
   SERVICES — Product Modules
   ════════════════════════════════ */

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.service-card {
  padding: 34px 28px;
  transition: transform .3s var(--ease), background .25s;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.service-card:hover {
  transform: translateY(-5px) scale(1.01);
}
.service-card:hover .service-title { color: var(--teal) }
.service-card:hover .service-icon {
  transform: scale(1.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65), 0 4px 14px rgba(0,168,130,0.18);
}
.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.service-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,168,130,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 2px 6px rgba(0,168,130,0.09);
  transition: transform .3s, box-shadow .3s;
}
.service-icon svg { width: 17px; height: 17px; stroke: var(--teal); fill: none; stroke-width: 1.5 }
.service-num { font-size: 11px; color: rgba(0,0,0,0.26); font-weight: 500; letter-spacing: .5px }
.service-title {
  font-size: 17px; font-weight: 500;
  color: var(--ink); margin-bottom: 10px;
  letter-spacing: -0.2px; line-height: 1.3;
  transition: color .25s;
}
.service-desc { font-size: 13.5px; color: var(--ink2); line-height: 1.78; font-weight: 300 }

/* ════════════════════════════════
   PROCESS — Interactive Timeline
   ════════════════════════════════ */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.process-step {
  padding: 28px 22px;
  transition: transform .28s var(--ease), background .25s;
  cursor: default;
}
.process-step:hover { transform: translateY(-4px) }
.process-step:hover .process-num {
  color: var(--teal);
  text-shadow: 0 0 28px rgba(0,168,130,0.18);
}
.process-num {
  font-family: var(--serif);
  font-size: 30px; font-weight: 300;
  color: rgba(0,0,0,0.11);
  display: block; margin-bottom: 14px;
  letter-spacing: -1px;
  line-height: 1;
  transition: color .3s, text-shadow .3s;
}
.process-name { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: 7px }
.process-desc { font-size: 13px; color: var(--ink2); line-height: 1.75; font-weight: 300 }

/* ════════════════════════════════
   BUILDERS NETWORK
   ════════════════════════════════ */

.builders-kicker {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(0,0,0,0.30); font-weight: 500; margin-bottom: 32px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.builders-kicker::before, .builders-kicker::after {
  content: ''; display: inline-block;
  width: 28px; height: 0.5px;
  background: rgba(0,0,0,0.16);
}
.builders-title {
  font-family: var(--serif);
  font-size: clamp(38px, 6.5vw, 76px);
  font-weight: 300; line-height: 1.05;
  letter-spacing: -3px; color: var(--ink);
  margin-bottom: 22px;
}
.builders-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 60%, var(--lime) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.builders-sub {
  font-size: 17px; color: rgba(0,0,0,0.44); font-weight: 300;
  line-height: 1.8; max-width: 48ch; margin: 0 auto 60px;
}
.builders-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.builder-card {
  padding: 28px 24px;
  transition: transform .3s var(--ease);
  cursor: default;
}
.builder-card:hover { transform: translateY(-6px) }
.builder-icon {
  width: 36px; height: 36px; border-radius: 10px;
  margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,168,130,0.11);
}
.builder-icon svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 1.5 }
.builder-name {
  font-family: var(--serif);
  font-size: 17px; font-weight: 400;
  color: var(--ink); margin-bottom: 8px; letter-spacing: -0.3px;
}
.builder-desc { font-size: 13px; color: rgba(0,0,0,0.44); line-height: 1.75; font-weight: 300 }
.builders-closing {
  text-align: center; padding: 56px 0 0;
}
.builders-closing-title {
  font-family: var(--serif);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 300; line-height: 1.1;
  letter-spacing: -1.5px; color: var(--ink); margin-bottom: 16px;
}
.builders-closing-title em { font-style: italic; color: var(--teal) }
.builders-closing-sub {
  font-size: 16px; color: rgba(0,0,0,0.40); font-weight: 300;
  line-height: 1.8; max-width: 42ch; margin: 0 auto 28px;
}
.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--teal); font-weight: 400;
  text-decoration: none; transition: gap .2s var(--ease);
}
.arrow-link:hover { gap: 14px }
.arrow-link svg { width: 14px; height: 14px; stroke: var(--teal); fill: none; stroke-width: 1.5 }

/* ════════════════════════════════
   MANIFESTO
   ════════════════════════════════ */

.manifesto-quote {
  font-family: var(--serif);
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 300; line-height: 1.3;
  letter-spacing: -1.5px; color: var(--ink); margin-bottom: 18px;
}
.manifesto-quote em { font-style: italic; color: var(--teal) }

/* ════════════════════════════════
   CTA
   ════════════════════════════════ */

.cta-title {
  font-family: var(--serif);
  font-size: clamp(38px, 6.5vw, 72px);
  font-weight: 300; letter-spacing: -3px;
  line-height: 1.04; color: var(--ink); margin-bottom: 18px;
}
.cta-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ════════════════════════════════
   CONTACT FORM
   ════════════════════════════════ */

.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px }
.form-group label { font-size: 12px; font-weight: 500; color: rgba(0,0,0,0.56) }
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--sans); font-size: 14px; font-weight: 300; color: var(--ink);
  background: rgba(255,255,255,0.42);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 0.5px solid rgba(255,255,255,0.72); border-radius: 12px;
  padding: 11px 14px; outline: none; width: 100%;
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.90), inset 0 -0.5px 0 rgba(0,0,0,0.04);
  transition: all .15s;
  -webkit-appearance: none; appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  background: rgba(255,255,255,0.65);
  box-shadow: inset 0 1.5px 0 rgba(255,255,255,0.96), 0 0 0 3px rgba(0,168,130,0.09);
  border-color: rgba(0,200,155,0.44);
}
.form-group textarea { resize: vertical; min-height: 100px }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(0,0,0,0.25) }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.35)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  cursor: pointer;
}
.form-success {
  display: none;
  text-align: center;
  padding: 28px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
  color: var(--teal);
}

/* ════════════════════════════════
   LOGO SYSTEM
   ════════════════════════════════ */

.logo-mark-sm {
  width: 28px; height: 28px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 4px rgba(0,168,130,0.18));
  opacity: 0.82;
}

/* ════════════════════════════════
   FOOTER
   ════════════════════════════════ */

.footer {
  padding: 36px 20px 28px;
  max-width: 1060px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  height: 42px; width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(0,168,130,0.12));
}
.footer-brand-name {
  font-family: var(--serif);
  font-size: 16px; font-weight: 300;
  color: var(--ink); letter-spacing: -0.3px;
}
.footer-brand-tag {
  font-size: 11px; color: rgba(0,0,0,0.35);
  font-weight: 300; margin-top: 2px;
}
.footer-links {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px; color: rgba(0,0,0,0.36);
  text-decoration: none; font-weight: 300;
  transition: color .15s;
}
.footer-links a:hover { color: var(--teal) }
.footer-divider { height: 0.5px; background: rgba(0,0,0,0.07); margin-bottom: 16px }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}
.footer-copy { font-size: 11px; color: rgba(0,0,0,0.28); font-weight: 300 }

/* ════════════════════════════════
   WHATSAPP FLOAT
   ════════════════════════════════ */

.wa-float {
  position: fixed;
  bottom: 28px; left: 28px;
  z-index: 999;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.32), 0 2px 8px rgba(0,0,0,0.10);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
  animation: waIn 1s var(--ease) 2s both;
}
@keyframes waIn { from{opacity:0;transform:scale(0.5) translateY(16px)} to{opacity:1;transform:scale(1) translateY(0)} }
.wa-float:hover {
  transform: scale(1.10);
  box-shadow: 0 8px 28px rgba(37,211,102,0.44);
}
.wa-float::before {
  content: 'שלחו לנו הודעה';
  position: absolute; left: 68px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 0.5px solid rgba(255,255,255,0.44);
  color: var(--ink); font-size: 12px; font-weight: 500;
  padding: 7px 14px; border-radius: 980px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.82);
  opacity: 0; transform: translateX(-8px);
  transition: all .2s;
  pointer-events: none;
  font-family: var(--sans);
}
.wa-float:hover::before { opacity: 1; transform: translateX(0) }

/* ════════════════════════════════
   SCROLL REVEAL
   ════════════════════════════════ */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0) }
.reveal-d1 { transition-delay: .08s }
.reveal-d2 { transition-delay: .16s }
.reveal-d3 { transition-delay: .24s }
.reveal-d4 { transition-delay: .32s }

/* ════════════════════════════════
   UTILITIES
   ════════════════════════════════ */

.text-center { text-align: center }
.gap-sm { gap: 10px }
.flex-center { display: flex; align-items: center; justify-content: center }
.flex-wrap { flex-wrap: wrap }

/* ════════════════════════════════
   RESPONSIVE
   ════════════════════════════════ */

@media (max-width: 960px) {
  .services-grid { grid-template-columns: 1fr }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 10px }
  .builders-cards { grid-template-columns: 1fr }
  .img-grid-2 { grid-template-columns: 1fr }
  .form-grid-2 { grid-template-columns: 1fr }
  .footer-top { flex-direction: column; align-items: flex-start }
}
@media (max-width: 640px) {
  .nav-links { display: none }
  .hero-title { font-size: clamp(46px, 12vw, 68px); letter-spacing: -2px }
  .hero-btns { flex-direction: column; align-items: center }
  .hero-watermark { width: 86vw }
  .process-grid { grid-template-columns: 1fr }
  .section { padding: 56px 16px }
}
