
/* =========================================================
   ×§×¨×™×™×ª ×’×ª â€” style.css ×ž×¨×›×–×™ ×œ×›×œ ×”××ª×¨
   ×œ×©×ž×•×¨ ×‘×§×•×‘×¥: assets/css/style.css
   ========================================================= */

:root {
  --navy: #10264d;
  --blue: #176fb5;
  --cyan: #19a4db;
  --purple: #8b3db3;
  --purple-dark: #73309b;
  --pink: #ac4993;
  --green: #25d366;
  --text: #243044;
  --muted: #647084;
  --light: #f7f3ff;
  --panel: rgba(255,255,255,0.88);
  --shadow: 0 24px 60px rgba(35, 31, 77, 0.14);
  --soft-shadow: 0 16px 38px rgba(35, 31, 77, 0.10);
  --max: 1320px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Rubik", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 4% 3%, rgba(139,61,179,0.10), transparent 28%),
    radial-gradient(circle at 96% 4%, rgba(25,164,219,0.08), transparent 30%),
    #fff;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* =========================================================
   Global typography — Rubik
   הגוף יורש Rubik, וגם כפתורים ושדות טופס משתמשים בו.
   ========================================================= */
button,
input,
textarea,
select,
option {
  font-family: inherit;
}

.container {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}

/* =========================================================
   Header קבוע — מתוך layout.js
   גרסה נקייה: לוגו גולש בלי צל ובלי מסגרת
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  height: 92px;
  overflow: visible;
  background: #ffffff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 38, 77, 0.08);
  box-shadow: 0 8px 22px rgba(16, 38, 77, 0.04);
}

.header-inner {
  position: relative;
  overflow: visible;
  width: min(1480px, calc(100% - 42px));
  height: 92px;
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  position: relative;
  z-index: 30;
  align-self: stretch;

  width: 156px;
  min-width: 156px;
  max-width: 156px;
  height: 132px;
  margin-top: 0;
  margin-bottom: -40px;
  padding: 10px 18px 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 0 0 24px 24px;
  box-shadow: none;

  color: var(--navy);
  line-height: 1.05;
}

.brand img {
  width: 124px;
  max-width: 124px;
  height: auto;
  flex: initial;
  border: none;
  outline: none;
  box-shadow: none;
}

.brand-text {
  display: none;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
  min-height: 92px;
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  white-space: nowrap;
}

.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 92px;
  transition: 0.25s ease;
}

.nav a:hover {
  color: var(--purple);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 14px 26px rgba(139,61,179,0.24);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--purple);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* =========================================================
   ×›×¤×ª×•×¨×™×
   ========================================================= */

.btn,
.primary-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  transition: 0.25s ease;
}

.btn-primary,
.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 16px 30px rgba(139,61,179,0.22);
}

.btn-primary:hover,
.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(139,61,179,0.28);
}

.btn-outline,
.outline-btn {
  color: var(--navy);
  background: rgba(255,255,255,0.70);
  border: 2px solid rgba(139,61,179,0.50);
}

.btn-outline:hover,
.outline-btn:hover {
  transform: translateY(-3px);
  border-color: var(--purple);
  color: var(--purple);
}

.btn-whatsapp,
.whatsapp-btn {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(37,211,102,0.28);
}

/* =========================================================
   ×“×£ ×¨××©×™ â€” Hero
   ========================================================= */

.hero {
  position: relative;
  padding: 0 0 76px;
  min-height: 650px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 70%, rgba(172,73,147,0.20), transparent 32%),
    radial-gradient(circle at 100% 28%, rgba(139,61,179,0.13), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #faf7ff 52%, #f6fbff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 42%;
  height: 100%;
  background: linear-gradient(135deg, rgba(139,61,179,0.06), rgba(25,164,219,0.03));
  clip-path: ellipse(62% 68% at 100% 34%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 48px;
  padding-top: 28px;
}

.hero-media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-radius: 0 0 180px 0;
  box-shadow: 0 24px 70px rgba(24, 44, 82, 0.14);
  background: #e9eef6;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: heroFade 25s infinite;
}

.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 5s; }
.hero-slide:nth-child(3) { animation-delay: 10s; }
.hero-slide:nth-child(4) { animation-delay: 15s; }
.hero-slide:nth-child(5) { animation-delay: 20s; }

@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.04); }
  5% { opacity: 1; }
  20% { opacity: 1; }
  27% { opacity: 0; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.04); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  padding-inline: 18px 54px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(139,61,179,0.08);
  color: var(--purple-dark);
  font-size: 16px;
  font-weight: 900;
}

.hero-content h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -1.7px;
}

.hero-content h1 span {
  display: block;
  color: var(--purple);
  margin-top: 6px;
}

.hero-content p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #263754;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* =========================================================
   ×“×£ ×¨××©×™ â€” ×©×™×¨×•×ª×™× ×¢×™×¨×•× ×™×™× ×›×§×¨×•×¡×œ×”
   ========================================================= */

.services-panel-wrap {
  position: relative;
  z-index: 4;
  margin-top: -78px;
}

.floating-panel {
  padding: 26px 30px 30px;
  border-radius: 32px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(123,87,157,0.12);
  box-shadow: var(--shadow);
}

.section-title {
  position: relative;
  margin: 0 0 26px;
  text-align: center;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 900;
}

.section-title::before,
.section-title::after {
  content: "â€¢â€¢â€¢";
  color: rgba(139,61,179,0.35);
  font-size: 20px;
  letter-spacing: 6px;
  vertical-align: middle;
  margin: 0 18px;
}

.section-title span {
  display: block;
  width: 44px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
}

.services-carousel {
  position: relative;
}

.services-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 4px 58px 12px;
  scrollbar-width: none;
}

.services-scroll::-webkit-scrollbar { display: none; }

.service-grid {
  display: flex;
  gap: 0;
  min-width: max-content;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(139,61,179,0.24);
  transition: 0.25s ease;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.06);
}

.carousel-arrow.prev { right: 0; }
.carousel-arrow.next { left: 0; }

.services-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  z-index: 2;
  pointer-events: none;
}

.services-fade.right {
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.96));
}

.services-fade.left {
  left: 0;
  background: linear-gradient(270deg, transparent, rgba(255,255,255,0.96));
}

.service-card {
  position: relative;
  flex: 0 0 172px;
  scroll-snap-align: start;
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  padding: 18px 14px;
  text-align: center;
  transition: 0.25s ease;
}

.service-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(36,48,68,0.14);
}

.service-bubble {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  background: var(--service-color, var(--purple));
  box-shadow: inset 0 0 0 8px rgba(255,255,255,0.38), 0 12px 28px rgba(20,38,77,0.12);
  transition: 0.25s ease;
}

.service-card strong {
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.service-card small {
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
  opacity: 0.9;
}

.service-card:hover { transform: translateY(-5px); }
.service-card:hover .service-bubble { transform: scale(1.05); }

/* =========================================================
   ×“×£ ×¨××©×™ â€” ×¡×§×©× ×™× ×›×œ×œ×™×™×
   ========================================================= */

.section { padding: 76px 0; }

.section-soft {
  background:
    radial-gradient(circle at 8% 20%, rgba(172,73,147,0.08), transparent 28%),
    radial-gradient(circle at 90% 84%, rgba(25,164,219,0.08), transparent 30%),
    #fff;
}

.split-card {
  display: grid;
  grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: center;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(123,87,157,0.12);
  box-shadow: var(--soft-shadow);
}

.split-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 315px;
  background: #e9eef6;
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
}

.split-media::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  border-radius: 42px 0 0 0;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  opacity: 0.95;
}

.split-content { padding: 10px 18px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--purple);
  font-weight: 900;
  font-size: 16px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.split-content h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.08;
  font-weight: 900;
}

.split-content p {
  margin: 0 0 13px;
  color: #344158;
  font-size: 18px;
  font-weight: 500;
}

/* =========================================================
   ×“×£ ×¨××©×™ â€” ×ž×™×“×¢ ×—×©×•×‘ / ×›×¨×˜×™×¡×™×•×ª
   ========================================================= */

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.info-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(123,87,157,0.10);
  box-shadow: var(--soft-shadow);
  transition: 0.25s ease;
}

.info-card:hover { transform: translateY(-5px); }

.info-card-image {
  height: 135px;
  background: linear-gradient(135deg, rgba(139,61,179,0.16), rgba(25,164,219,0.12));
  display: grid;
  place-items: center;
  font-size: 46px;
  color: var(--purple);
  overflow: hidden;
}

.info-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card-body {
  padding: 20px;
  text-align: center;
}

.info-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.info-card p {
  margin: 0 0 14px;
  color: #4f5a6d;
  font-size: 16px;
  font-weight: 600;
}

.info-card a {
  color: var(--purple);
  font-size: 15px;
  font-weight: 900;
}

/* =========================================================
   ×“×£ ×¨××©×™ â€” ×§×”×™×œ×”
   ========================================================= */

.community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 48px;
  align-items: center;
}

.community-content h2,
.why-title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.community-text p {
  margin: 0 0 12px;
  color: #344158;
  font-size: 18px;
  font-weight: 500;
}

.features-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(123,87,157,0.10);
  box-shadow: 0 12px 26px rgba(35,31,77,0.05);
  color: #273142;
  font-size: 17px;
  font-weight: 800;
}

.feature-check {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-weight: 900;
}

.gallery-wrap {
  position: relative;
  height: 440px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #e9eef6;
}

.gallery-wrap::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  z-index: -1;
}

.gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .9s ease, transform 1.2s ease;
}

.gallery-img.active {
  opacity: 1;
  transform: scale(1);
}

/* =========================================================
   ×“×£ ×¨××©×™ â€” ×•×•××˜×¡××¤
   ========================================================= */

.whatsapp-section { padding: 76px 0; }

.whatsapp-banner {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 285px;
  padding: 46px 54px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(circle at 15% 30%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, var(--purple) 0%, #4765b8 45%, var(--cyan) 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.phone-mock {
  position: relative;
  justify-self: center;
  width: 210px;
  height: 285px;
  border-radius: 34px;
  background: #fff;
  padding: 14px;
  transform: rotate(-7deg);
  box-shadow: 0 22px 46px rgba(0,0,0,0.18);
}

.phone-screen {
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, #eafff1, #d9f8e5);
  padding: 22px 14px;
  color: #155e38;
  font-size: 13px;
  font-weight: 800;
}

.chat-line {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: #c8f3d7;
}

.whatsapp-bubble-icon {
  position: absolute;
  right: -22px;
  top: -22px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 46px;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  transform: rotate(7deg);
}

.whatsapp-content h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
}

.whatsapp-content p {
  max-width: 620px;
  margin: 0 0 26px;
  color: rgba(255,255,255,0.94);
  font-size: 20px;
  font-weight: 700;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

/* =========================================================
   ×“×¤×™ ×ž×©× ×” â€” ×”×™×¨×• ×•×ª×•×›×Ÿ
   ========================================================= */

.content-hero {
  position: relative;
  padding: 108px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(25,164,219,0.12), transparent 28%),
    radial-gradient(circle at 86% 74%, rgba(172,73,147,0.10), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #fbf6fb 100%);
}

.content-hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(25,164,219,0.07);
  left: -180px;
  top: 80px;
  pointer-events: none;
}

.content-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  text-align: center;
}

.content-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 18px;
  font-weight: 900;
}

.content-kicker::before,
.content-kicker::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--purple);
}

.content-hero h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.content-hero p {
  max-width: 850px;
  margin: 0 auto 28px;
  color: #414957;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.55;
}

.content-page-section {
  padding: 76px 0 96px;
  background: #fff;
}

.content-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(123,87,157,0.12);
  box-shadow: var(--soft-shadow);
}

.content-card.with-image {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.content-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #e9eef6;
}

.content-card-image img {
  width: 100%;
  min-height: 430px;
  height: 100%;
  object-fit: cover;
}

.content-card-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  border-radius: 42px 0 0 0;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  opacity: 0.95;
}

.content-card h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  font-weight: 900;
}

.content-card p {
  margin: 0 0 16px;
  color: #353b45;
  font-size: 18px;
  font-weight: 500;
}

.signature {
  margin-top: 28px;
  color: var(--navy);
  font-weight: 900;
}

.page-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* =========================================================
   ×“×£ ×ž×™×“×¢ ×œ×ž×ª××›×œ×¡
   ========================================================= */

.resident-section {
  padding: 86px 0;
  background: #fff;
}

.resident-section.soft {
  background:
    radial-gradient(circle at 13% 12%, rgba(25,164,219,0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.resident-heading {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.resident-heading h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
}

.resident-heading p {
  margin: 0;
  color: #4b5563;
  font-size: 19px;
  font-weight: 600;
}

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

.check-card {
  min-height: 156px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(20,63,134,0.10);
  box-shadow: 0 18px 38px rgba(15, 50, 90, 0.07);
  transition: 0.25s ease;
}

.check-card:hover {
  transform: translateY(-5px);
  border-color: rgba(172,73,147,0.22);
  box-shadow: 0 24px 48px rgba(15, 50, 90, 0.11);
}

.check-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  font-weight: 900;
  font-size: 18px;
}

.check-card h3,
.essential-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
}

.check-card p,
.essential-card p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.essential-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 150px;
  padding: 24px;
  border-radius: 26px;
  background: #f8fbff;
  border: 1px solid #e8eef7;
  transition: 0.25s ease;
}

.essential-card:hover {
  transform: translateY(-5px);
  background: #fff;
  border-color: rgba(25,164,219,0.26);
  box-shadow: 0 20px 42px rgba(15, 50, 90, 0.09);
}

.essential-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  color: #fff;
  font-size: 25px;
  box-shadow: 0 14px 24px rgba(172,73,147,0.18);
}

.survey-highlight {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, var(--purple) 0%, #4765b8 55%, var(--cyan) 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.survey-highlight-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.survey-highlight h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
}

.survey-highlight p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.94);
  font-size: 19px;
  font-weight: 600;
}

.survey-highlight ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.survey-highlight li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-align: right;
}

.survey-highlight li i {
  flex: 0 0 auto;
  color: #25d366;
  font-size: 22px;
  margin-top: 3px;
}

.survey-highlight-box {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(8px);
}

.survey-highlight-box h3 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 900;
}

.survey-highlight-box p {
  font-size: 17px;
}

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

.faq-item {
  border-radius: 22px;
  border: 1px solid rgba(20,63,134,0.10);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 50, 90, 0.06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary {
  position: relative;
  padding-left: 56px;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: #4b5563;
  font-size: 17px;
  font-weight: 600;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quick-link {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  border-radius: 22px;
  background: #f8fbff;
  border: 1px solid #e8eef7;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  transition: 0.25s ease;
}

.quick-link:hover {
  transform: translateY(-4px);
  color: #fff;
  background: var(--purple);
  border-color: var(--purple);
  box-shadow: 0 18px 32px rgba(172,73,147,0.20);
}

.final-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, #173f86 0%, #0b6eac 58%, #2b8797 100%);
  color: #fff;
  text-align: center;
}

.final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.final-cta p {
  max-width: 840px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.94);
  font-size: 20px;
  font-weight: 700;
}

.final-cta-actions,
.resident-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================================================
   Footer ×§×‘×•×¢ â€” ×ž×ª×•×š layout.js
   ========================================================= */

.footer {
  padding: 48px 0 28px;
  background: #10264d;
  color: #fff;
}

.footer-panel {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 38px;
  align-items: start;
}

.footer h3 {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

.footer p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  font-weight: 600;
}

.footer-logo {
  width: 190px;
  margin-bottom: 16px;
}

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

.contact-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.contact-list i {
  color: #ffc15a;
  width: 24px;
  text-align: center;
}

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

.footer-form input,
.footer-form textarea {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  outline: none;
}

.footer-form textarea {
  min-height: 88px;
  resize: vertical;
}

.submit-btn {
  border: 0;
  min-height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  color: #fff;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.13);
  color: #fff;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.20);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom a {
  margin-inline-start: 18px;
}

/* =========================================================
   ×× ×™×ž×¦×™×•×ª
   ========================================================= */

.reveal,
.reveal-element {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.7s ease;
}

.reveal.show,
.reveal-element.animated {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   ×¨×¡×¤×•× ×¡×™×‘×™×•×ª
   ========================================================= */

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .nav {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 0 0 22px 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .nav.open { display: flex; }

  .nav a {
    padding: 16px 22px;
    border-bottom: 1px solid rgba(123,87,157,0.10);
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-media {
    min-height: 420px;
    border-radius: 0 0 120px 0;
  }

  .hero-content {
    max-width: 900px;
    padding: 16px 34px 0;
    text-align: center;
    margin: 0 auto;
  }

  .hero-actions { justify-content: center; }

  .services-scroll { padding-inline: 54px; }
  .service-card { flex-basis: 165px; }

  .split-card,
  .community-grid,
  .whatsapp-banner,
  .footer-panel,
  .content-card.with-image,
  .survey-highlight-grid {
    grid-template-columns: 1fr;
  }

  .phone-mock { display: none; }

  .info-grid,
  .checklist-grid,
  .essential-grid,
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-card-image img {
    aspect-ratio: 16 / 10;
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 520px);
  }

  .header-inner { min-height: 78px; }
  .brand img { width: 76px; }
  .brand-text strong { font-size: 21px; }
  .brand-text span { font-size: 13px; }
  .header-cta { display: none; }
  .nav { top: 78px; }

  .hero { padding-bottom: 54px; }

  .hero-media {
    min-height: 330px;
    border-radius: 0 0 80px 0;
  }

  .hero-content h1 {
    font-size: clamp(42px, 13vw, 66px);
  }

  .hero-content p {
    font-size: 19px;
  }

  .hero-actions,
  .final-cta-actions,
  .resident-hero-actions,
  .page-actions {
    flex-direction: column;
  }

  .btn,
  .primary-btn,
  .outline-btn {
    width: 100%;
  }

  .services-panel-wrap { margin-top: -36px; }
  .floating-panel { padding: 24px 18px; }

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

  .services-scroll { padding-inline: 48px; }
  .service-card { flex-basis: 152px; }

  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .split-card {
    padding: 18px;
    border-radius: 24px;
  }

  .split-media { min-height: 260px; }
  .gallery-wrap { height: 340px; }

  .info-grid,
  .checklist-grid,
  .essential-grid,
  .links-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-banner { padding: 34px 22px; }

  .content-hero { padding: 88px 0 54px; }

  .content-card {
    padding: 22px;
    border-radius: 24px;
  }

  .resident-section { padding: 62px 0; }
  .essential-card { flex-direction: column; }

  .survey-highlight {
    padding: 30px 22px;
    border-radius: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* =========================================================
   Header + Footer Mobile — גרסה נקייה אחת בלבד
   ========================================================= */

@media (max-width: 768px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    height: 76px !important;
    overflow: visible !important;
    background: #ffffff !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(16, 38, 77, 0.08) !important;
  }

  .header-inner {
    width: calc(100% - 28px) !important;
    height: 76px !important;
    min-height: 76px !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 12px !important;
    position: relative !important;
    overflow: visible !important;
  }

  .brand {
    position: relative !important;
    z-index: 30 !important;
    width: 94px !important;
    min-width: 94px !important;
    max-width: 94px !important;
    height: 88px !important;
    margin-top: 0 !important;
    margin-bottom: -12px !important;
    padding: 7px 10px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0 0 18px 18px !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .brand img {
    width: 76px !important;
    max-width: 76px !important;
    height: auto !important;
    flex: initial !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .brand-text {
    display: none !important;
  }

  .header-cta {
    display: none !important;
  }

  .menu-toggle {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, var(--purple), var(--pink)) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 22px !important;
    cursor: pointer !important;
    box-shadow: 0 10px 22px rgba(139, 61, 179, 0.24) !important;
  }

  .nav {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: 0 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 8px !important;
    background: #ffffff !important;
    border-radius: 0 0 24px 24px !important;
    box-shadow: 0 22px 50px rgba(16, 38, 77, 0.18) !important;
    border: 1px solid rgba(139, 61, 179, 0.10) !important;
    z-index: 999999 !important;
  }

  .nav.open {
    display: flex !important;
  }

  .nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 12px 16px !important;
    color: var(--navy) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    border-bottom: 1px solid rgba(16, 38, 77, 0.08) !important;
  }

  .nav a:last-child {
    border-bottom: 0 !important;
  }

  .nav a:hover {
    color: var(--purple) !important;
    background: rgba(139, 61, 179, 0.06) !important;
    border-radius: 14px !important;
  }

  .footer {
    padding: 38px 0 24px !important;
    text-align: center !important;
    background: #10264d !important;
    color: #fff !important;
  }

  .footer-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-logo {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    margin: 0 auto 16px !important;
  }

  .footer h3 {
    font-size: 28px !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
    text-align: center !important;
    color: #fff !important;
  }

  .footer p {
    max-width: 320px !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.82) !important;
  }

  .contact-list {
    justify-items: center !important;
    gap: 12px !important;
  }

  .contact-list a {
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #fff !important;
  }

  .footer-form {
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }

  .footer-form input,
  .footer-form textarea {
    min-height: 54px !important;
    border-radius: 16px !important;
    font-size: 17px !important;
    text-align: right !important;
  }

  .footer-form textarea {
    min-height: 110px !important;
  }

  .submit-btn {
    min-height: 54px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
  }

  .socials {
    justify-content: center !important;
    margin-top: 18px !important;
  }

  .socials a {
    width: 42px !important;
    height: 42px !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 10px !important;
    font-size: 13px !important;
  }

  .footer-bottom a {
    margin: 0 8px !important;
  }
}
/* =========================================================
   דף מידע למתאכלס — 3 נקודות בצדי כותרות הסקשנים
   ========================================================= */

.resident-info-page .resident-heading h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.resident-info-page .resident-heading h2::before,
.resident-info-page .resident-heading h2::after {
  content: "•••";
  color: rgba(171, 73, 147, 0.35);
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 1;
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .resident-info-page .resident-heading h2 {
    gap: 10px;
  }

  .resident-info-page .resident-heading h2::before,
  .resident-info-page .resident-heading h2::after {
    font-size: 16px;
    letter-spacing: 4px;
  }
}
/* =========================================================
   FIX v24 — מובייל: תפריט, לוגו, המבורגר ופוטר
   ========================================================= */

@media (max-width: 768px) {

  /* לוגו במובייל בלי צל ובלי מסגרת */
  .brand {
    background: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 0 16px 16px !important;
  }

  .brand::before {
    display: none !important;
    content: none !important;
  }

  .brand img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  /* סידור התפריט במובייל: לוגו בימין, המבורגר בשמאל */
  .header-inner {
    grid-template-columns: auto 1fr auto !important;
  }

  .brand {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  /* במובייל הפוטר יוצג בסדר:
     1. צור קשר
     2. לוגו וטקסט
     3. טופס
  */
  .footer-panel {
    display: flex !important;
    flex-direction: column !important;
  }

  .footer-logo {
    margin-top: 8px !important;
  }
}

/* קרדיט בניית האתר — דסקטופ ומובייל */
.footer-credit {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.footer-credit a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-credit a:hover {
  color: #f9b302;
}
/* =========================================================
   FIX v27 — פוטר: צבע כחול בהיר + סדר מובייל סופי
   ========================================================= */

/* צבע הפוטר — כחול בהיר של המותג */
.footer {
  background: #2d6cb0 !important;
}

/* מובייל בלבד */
@media (max-width: 768px) {

  .footer-panel {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 30px !important;
    width: 100% !important;
  }

  .footer-panel > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* 1. טופס השארת פרטים ראשון */
  .footer-panel > *:has(.footer-form) {
    order: 1 !important;
  }

  /* 2. צרו קשר שני */
  .footer-panel > *:has(.contact-list) {
    order: 2 !important;
  }

  /* 3. לוגו העירייה שלישי */
  .footer-panel > *:has(.footer-logo) {
    order: 3 !important;
  }

  /* הטופס ברוחב מלא */
  .footer-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  .footer-form input,
  .footer-form textarea,
  .footer-form button,
  .submit-btn {
    width: 100% !important;
    max-width: none !important;
  }

  .footer-logo {
    margin: 0 auto 16px !important;
  }

  .footer-bottom {
    margin-top: 32px !important;
  }
}

/* =========================================================
   Accessibility patch — June 2026
   Kept at the end to preserve the existing design while ensuring
   a consistent keyboard, focus and reduced-motion experience.
   ========================================================= */

:root {
  --a11y-focus: #f9b302;
  --a11y-focus-shadow: rgba(16, 38, 77, 0.78);
}

.sr-only {
  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;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-target {
  display: block;
  height: 0;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  inset-inline-start: 16px;
  z-index: 1000000;
  transform: translateY(-180%);
  padding: 12px 18px;
  border-radius: 12px;
  background: #10264d;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(16, 38, 77, 0.28);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

:where(a, button, input, textarea, select, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid var(--a11y-focus) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px var(--a11y-focus-shadow) !important;
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus:not(:focus-visible) {
  outline: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  cursor: pointer;
}

button:disabled,
input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}

input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border: 3px solid #b3261e !important;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

.footer-heading {
  margin: 0 0 16px;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

.footer-form input,
.footer-form textarea {
  border: 2px solid transparent;
}

.footer-form input:focus-visible,
.footer-form textarea:focus-visible {
  border-color: var(--a11y-focus) !important;
}

.footer-bottom-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 16px;
}

.footer-bottom-links a,
.footer-credit a,
.whatsapp-approval-text a,
.landing-privacy-note a,
.content-card p a,
.content-card li a,
.resident-section p a,
.resident-section li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
}

[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.motion-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(16, 38, 77, 0.86);
  color: #ffffff;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(16, 38, 77, 0.22);
}

.hero-motion-toggle {
  position: absolute;
  z-index: 5;
  inset-inline-start: 22px;
  bottom: 20px;
}

.hero[data-motion-paused="true"] .hero-slide {
  animation-play-state: paused !important;
}

@media (max-width: 1180px) {
  .nav[aria-hidden="true"] {
    display: none !important;
  }

  .nav.open[aria-hidden="false"] {
    display: flex !important;
  }
}

@media (max-width: 720px) {
  .footer-heading {
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
  }

  .hero-motion-toggle {
    inset-inline-start: 16px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal-element,
  .clp-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
