/* ===== סקשני SEO לדף הבית — עיצוב תואם למותג ===== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-about,
.home-seo,
.home-faq {
  font-family: var(--hk-font, "Assistant", "Heebo", sans-serif);
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2.5rem);
}

.home-about {
  background: #fff;
}

.home-seo {
  position: relative;
  width: 100%;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 5vw, 2.5rem);
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fdfbf8 38%,
    #f8f4ee 100%
  );
  border-top: 1px solid rgba(26, 50, 96, 0.07);
}

.home-seo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(242, 101, 34, 0.22) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.home-faq {
  background: #fff;
}

.home-about__inner,
.home-seo__inner,
.home-faq__inner {
  max-width: 760px;
  margin-inline: auto;
}

.home-seo__inner {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-about__title,
.home-seo__title,
.home-faq__title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  color: var(--hk-navy, #1a3260);
  text-align: center;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.home-seo__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: clamp(1.9rem, 4.8vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin-bottom: clamp(1.35rem, 3.5vw, 2rem);
  color: var(--hk-navy, #1a3260);
}

.home-seo__title::before {
  content: "";
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='36' rx='22' ry='14' fill='%23f5e6c8' stroke='%23d4a574' stroke-width='2'/%3E%3Cpath d='M18 34c6-8 22-8 28 0' fill='none' stroke='%23d4a574' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='26' cy='32' r='3' fill='%234a7c3f' opacity='.7'/%3E%3Ccircle cx='36' cy='30' r='2.5' fill='%23c45c26' opacity='.75'/%3E%3C/svg%3E");
  filter: drop-shadow(0 2px 6px rgba(242, 101, 34, 0.15));
}

.home-about__text,
.home-seo__text {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 600;
  line-height: 1.75;
  color: var(--hk-navy, #1a3260);
  text-align: center;
}

.home-seo__text {
  max-width: 50rem;
  margin-inline: auto;
  font-size: clamp(1.02rem, 1.95vw, 1.15rem);
  font-weight: 500;
  line-height: 2;
  color: #445068;
  letter-spacing: 0.01em;
  text-align: center;
}

.home-about__text p + p,
.home-seo__text p + p {
  margin-top: 1rem;
}

.home-seo__text p + p {
  margin-top: clamp(0.9rem, 2vw, 1.15rem);
}

.home-seo__text p:first-child {
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  font-weight: 600;
  color: var(--hk-navy, #1a3260);
  line-height: 1.85;
}

.home-about__text strong,
.home-seo__text strong {
  font-weight: 800;
}


.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(26, 50, 96, 0.1);
}

.home-faq__item {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(26, 50, 96, 0.1);
  overflow: hidden;
}

.home-faq__item summary {
  cursor: pointer;
  padding: 1.05rem 0.25rem;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.8vw, 1.02rem);
  color: var(--hk-navy, #1a3260);
  list-style: none;
  transition: color 0.2s ease;
}

.home-faq__item summary:hover {
  color: var(--hk-orange, #f26522);
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary::after {
  content: "+";
  float: left;
  color: var(--hk-orange, #f26522);
  font-weight: 800;
}

.home-faq__item[open] summary::after {
  content: "−";
}

.home-faq__item p {
  padding: 0 0.25rem 1rem;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
  color: #5a6478;
}

.home-about.reveal,
.home-seo.reveal,
.home-faq.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-about.visible,
.home-seo.visible,
.home-faq.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .home-seo {
    padding: clamp(2rem, 5vw, 2.75rem) clamp(1rem, 4vw, 1.5rem);
  }

  .home-seo__title::before {
    width: 1.75rem;
    height: 1.75rem;
  }

  .home-seo__text {
    max-width: 100%;
    line-height: 1.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-about.reveal,
  .home-seo.reveal,
  .home-faq.reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
