@charset "UTF-8";
/* =========================================
   משתנים גלובליים
========================================= */
:where(main) * {
  margin: 0 !important;
}

/* =========================================
   עטיפת התוכן המרכזי (מרכוז והגבלת רוחב)
========================================= */
.main-wrapper {
  max-width: 1250px !important;
  margin: 0 auto !important;
  padding: 40px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* =========================================
   אנימציות
========================================= */
.fade-up:not(.main-title),
.fade-in-element:not(.main-title) {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* =========================================
   טיפוגרפיה וכפתורים
========================================= */
.section-title {
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px black;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60px;
  height: 4px;
  background-color: #000000;
}

.addons-title-section h2 {
  margin-top: 5% !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  position: relative !important;
  display: inline-block !important;
  color: #000000 !important;
  -webkit-text-stroke: 1.5px #000000 !important;
  letter-spacing: 2px !important;
}
.addons-title-section h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translateX(50%);
  width: 60px;
  height: 4px;
  background-color: #000000;
}

.addons-title-section {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000000;
  transition: all 0.35s ease;
  flex-shrink: 0;
}
.btn .arrow svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.2;
  transition: stroke 0.35s ease;
}
.btn:hover {
  background: black;
  color: #ffffff !important;
  border-color: black;
}
.btn:hover .arrow {
  background: #ffffff;
}
.btn:hover .arrow svg {
  stroke: black;
}

/* =========================================
   חלק ההקדמה (Intro Section)
========================================= */
.intro-block {
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
  margin: 0 auto 80px auto !important;
}
.intro-block .intro-text {
  order: 2 !important;
}
.intro-block .intro-text p {
  color: #000000 !important;
  font-size: 16px !important;
  margin: 20px 0 !important;
  line-height: 1.6 !important;
}
.intro-block .intro-image {
  order: 1 !important;
  width: 100% !important;
  height: 400px !important;
  background-size: cover !important;
  background-position: center !important;
  border: 0 !important;
  aspect-ratio: unset !important;
  margin: 0 !important;
}

/* =========================================
   יתרונות הציפוי (גריד 4 עמודות)
========================================= */
.benefits-section {
  margin-bottom: 80px;
}
.benefits-section .benefits-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
  color: #000000;
  line-height: 3;
  letter-spacing: 2px;
  -webkit-text-stroke: 2px black;
}
.benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.benefits-section .benefit-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #d32f3b;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.benefits-section .benefit-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: black;
  transition: width 0.4s ease;
}
.benefits-section .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.benefits-section .benefit-card:hover::after {
  width: 100%;
}
.benefits-section .benefit-card .benefit-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 15px auto !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  background: #f8f9fa;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.benefits-section .benefit-card .benefit-icon svg {
  width: 22px;
  height: 22px;
  fill: #000000;
}
.benefits-section .benefit-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px 0;
  color: #000000;
}
.benefits-section .benefit-card p {
  font-size: 14.5px;
  margin: 0;
  color: #444;
}

/* =========================================
   כרטיסיות שירות 
========================================= */
.grid-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.service-card-nano {
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.service-card-nano::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 4px;
  background-color: black;
  transition: left 0.5s ease;
  z-index: 10;
}
.service-card-nano:hover::after {
  left: 0;
}
.service-card-nano .service-image-container {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.service-card-nano .service-image-container .service-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}
.service-card-nano .service-image-container .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  z-index: 1;
}
.service-card-nano .service-image-container .service-overlay h2 {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.service-card-nano:hover .service-bg-image {
  transform: scale(1.05);
}
.service-card-nano .service-content {
  padding: 30px 25px 0 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.service-card-nano .service-content .durability-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: 900;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.service-card-nano .service-content .durability-tag.standard-tag {
  padding: 10px 20px;
  background: linear-gradient(135deg, #100a4a, #291db1);
  color: #ffffff !important;
  font-size: 16px;
  box-shadow: 0 6px 15px rgba(57, 69, 230, 0.3);
  position: relative;
  overflow: hidden;
  border: 1px solid #5c4dff;
  margin-top: -2px;
}
.service-card-nano .service-content .durability-tag.standard-tag .durability-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px !important;
  fill: #ffffff !important;
  color: white !important;
}
.service-card-nano .service-content .durability-tag.premium-tag {
  padding: 10px 20px;
  background: linear-gradient(135deg, #501014, #ce2530);
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 6px 15px rgba(230, 57, 70, 0.3);
  position: relative;
  overflow: hidden;
  border: 1px solid #ff4d5a;
  margin-top: -2px;
}
.service-card-nano .service-content .durability-tag.premium-tag .durability-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px !important;
  fill: #ffffff;
}
.service-card-nano .service-content .durability-tag.premium-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: premium-shine 4s infinite;
}
.service-card-nano .service-content .service-subtitle {
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0 !important;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  color: #000000;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px black;
}
.service-card-nano .service-content .service-list {
  list-style-type: none;
  padding: 3% 0;
  margin: 0 0 25px 0;
  flex-grow: 0.5;
}
.service-card-nano .service-content .service-list li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 3% !important;
  font-size: 14.5px;
  color: #000000;
}
.service-card-nano .service-content .service-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  font-size: 16px;
  color: black;
}
.service-card-nano .service-content .button-area {
  height: 60px;
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
}

/* =========================================
   תוספות משלימות (ג'אנטים / חלונות)
========================================= */
.addon-card {
  display: grid;
  grid-template-columns: 350px 1fr;
  border: 1px solid #000000;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
  background: #ffffff;
}
.addon-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 4px;
  background-color: black;
  transition: left 0.5s ease;
  z-index: 10;
}
.addon-card:hover::after {
  left: 0;
}
.addon-card .addon-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-left: 1px solid #000000;
}
.addon-card .addon-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.addon-card .addon-content h3 {
  padding: 1%;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 15px 0;
  color: #000000;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px black;
}
.addon-card .addon-content p {
  padding: 2%;
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #333;
  line-height: 1.5;
}

/* =========================================
   רספונסיביות למובייל ולמסכים קטנים
========================================= */
@media (max-width: 900px) {
  .intro-block {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .intro-block .intro-image {
    order: 1 !important;
  }
  .intro-block .intro-text {
    order: 2 !important;
  }
  .grid-2-cols {
    grid-template-columns: 1fr;
  }
  .benefits-section .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .addon-card {
    grid-template-columns: 1fr;
  }
  .addon-card .addon-image {
    height: 250px;
    border-left: none;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 500px) {
  .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* small print under the package cards (estimates, not promises) */
.polish-note,
.nano-note {
  max-width: 900px;
  margin: 10px auto 30px !important;
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
.polish-note a,
.nano-note a {
  color: #b3242f;
  text-decoration: underline;
}

/* "חבילות משלימות": the short line under the title is red like the other titles and fills up to the title's width on hover */
.addons-title-section h2::after {
  background-color: #d32f3b;
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.addons-title-section h2:hover::after {
  width: 100%;
}

/* The durability tag ("estimated durability of up to ..."): on hover it jumps up and pulses a ring of its own colour,
   a shine sweeps across it and the shield does a little pop. */
@keyframes tagShine {
  from {
    left: -100%;
  }
  to {
    left: 200%;
  }
}
@keyframes tagPulseBlue {
  from {
    box-shadow: 0 0 0 0 rgba(92, 77, 255, 0.6);
  }
  to {
    box-shadow: 0 0 0 16px rgba(92, 77, 255, 0);
  }
}
@keyframes tagPulseRed {
  from {
    box-shadow: 0 0 0 0 rgba(255, 77, 90, 0.6);
  }
  to {
    box-shadow: 0 0 0 16px rgba(255, 77, 90, 0);
  }
}
@keyframes shieldPop {
  0% {
    transform: scale(1) rotate(0);
  }
  35% {
    transform: scale(1.45) rotate(-14deg);
  }
  65% {
    transform: scale(0.95) rotate(8deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.service-card-nano .service-content .durability-tag {
  cursor: default;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.service-card-nano .service-content .durability-tag.standard-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.service-card-nano .service-content .durability-tag:hover::before {
  animation: tagShine 0.9s ease-out;
}
.service-card-nano .service-content .durability-tag:hover .durability-icon {
  animation: shieldPop 0.7s ease;
}
.service-card-nano .service-content .durability-tag.standard-tag:hover {
  animation: tagPulseBlue 1.1s ease-out infinite;
}
.service-card-nano .service-content .durability-tag.premium-tag:hover {
  animation: tagPulseRed 1.1s ease-out infinite;
}
@media (prefers-reduced-motion: no-preference) {
  .service-card-nano .service-content .durability-tag:hover {
    transform: translateY(-4px) scale(1.06) rotate(-1.5deg);
  }
}
/* the small print under the cards sits a bit lower, clear of the cards and their shadows */
.nano-note {
  margin-top: 48px !important;
}

/* While the mouse is anywhere on the package card the shield in the tag vibrates very slightly, in a loop.
   The tag itself only jumps up and tilts when the mouse is on the tag (see above). */
@keyframes iconVibrate {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(-0.6px, 0.4px) rotate(-3deg);
  }
  40% {
    transform: translate(0.6px, -0.4px) rotate(3deg);
  }
  60% {
    transform: translate(-0.4px, -0.4px) rotate(-2deg);
  }
  80% {
    transform: translate(0.4px, 0.4px) rotate(2deg);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .service-card-nano:hover .durability-tag .durability-icon {
    animation: iconVibrate 0.45s linear infinite;
  }
  .service-card-nano .service-content .durability-tag:hover .durability-icon {
    animation: shieldPop 0.7s ease, iconVibrate 0.45s linear 0.7s infinite;
  }
}