/* Local extras */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@400;500;600;700&family=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

:root {
  --font-sans: "Rubik", "Noto Sans Hebrew", "Noto Sans", sans-serif;
  --bg: #050505;
  --surface: #0c0c0c;
  --surface-2: #111111;
  --line: #1d1d1d;
  --line-soft: #161616;
  --text: #f3f3f3;
  --muted: #9a9a9a;
  --lime: #bcff2f;
  --lime-dim: #1c2607;
  --cyan: #2fffdc;
  --cyan-dim: #072426;
}

html {
  color-scheme: dark;
}

span.rounded-full {
  border-radius: 10px;
}

html, body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--lime);
  color: #111;
}

h1, h2, h3 {
  letter-spacing: -0.03em;
  text-wrap: balance;
}

#sidebar {
  background: #0a0a0a;
  border-inline-end: 1px solid var(--line);
}

#sidebar nav a {
  letter-spacing: -0.01em;
}

.plan-board,
footer > div,
.site-footer-board,
.contact-board,
.grow-board,
.error-board {
  box-shadow: inset 0 0 0 1px var(--line);
}

.plan-col--featured {
  background:
    linear-gradient(180deg, rgba(188, 255, 47, 0.07) 0%, transparent 42%),
    #0d1108;
}

.achiv-card,
.page-card,
.team-card,
.stack-card,
.partner-card {
  box-shadow: inset 0 0 0 1px var(--line-soft);
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.achiv-card:hover,
.page-card:hover,
.team-card:hover,
.stack-card:hover {
  background: var(--surface-2);
  box-shadow: inset 0 0 0 1px #262626;
}

.btn-slide {
  letter-spacing: -0.01em;
}

.icon-24 {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

.icon-18 {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.icon-14 {
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
}

.icon-12 {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

.icon-flag {
  width: 18px;
  height: 14px;
  object-fit: cover;
  flex-shrink: 0;
}

.icon-on-lime {
  filter: brightness(0);
}

.lang-switch {
  position: relative;
  flex: 0 0 auto;
  align-self: stretch;
}

.lang-switch button {
  width: auto;
}

#lang-dropdown {
  min-width: 100%;
  width: max-content;
}

.site-logo {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.site-logo--header {
  height: 38px;
}

.site-logo--sidebar {
  width: 100%;
  max-width: 232px;
  height: auto;
}

.site-logo--footer {
  width: 168px;
  height: auto;
}

.site-footer {
  position: relative;
  margin-inline: -16px;
}

.site-footer-board {
  background: var(--surface);
  border-radius: 24px 24px 0 0;
  padding: 28px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.site-footer-top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

.site-footer-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.site-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--lime);
  color: #111;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.site-footer-cta:hover {
  background: #8fcc0f;
}

.site-footer-cta .btn-slide-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 16px;
}

.site-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.site-footer-col span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.site-footer-col a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer-col a:hover {
  color: var(--lime);
}

.site-footer-col--contact {
  grid-column: 1 / -1;
}

.site-footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-socials > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--lime-dim);
  border-radius: 14px;
}

.site-footer-socials > a:hover {
  background: #243309;
}

.site-footer .lang-switch {
  align-self: auto;
}

.site-footer-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 12px;
  background: #0e0e0e;
  border: 1px solid #262626;
  border-radius: 14px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.site-footer-lang:hover {
  background: #1a1a1a;
  border-color: #3a3a3a;
}

.site-footer-lang-dd {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  width: max-content;
  background: #151515;
  border: 1px solid #262626;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10;
}

.site-footer-lang-dd a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.site-footer-lang-dd a:hover {
  background: var(--lime-dim);
  color: #fff;
}

.site-footer-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 500;
}

.site-footer-bar p {
  margin: 0;
}

.site-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer-legal a {
  color: #6a6a6a;
  text-decoration: none;
}

.site-footer-legal a:hover {
  color: var(--lime);
}

@media (min-width: 1024px) {
  .site-footer {
    margin-inline: 0;
  }

  .site-footer-board {
    border-radius: 16px;
    padding: 36px 32px 28px;
    gap: 32px;
  }

  .site-footer-top {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
  }

  .site-footer-cta {
    width: auto;
    flex-shrink: 0;
  }

  .site-footer-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 40px;
  }

  .site-footer-col--contact {
    grid-column: auto;
  }

  .site-footer-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

html[dir="rtl"] .site-footer-lang-dd {
  left: auto;
  right: 0;
}

.partners-track {
  animation-name: stacks-marquee !important;
  animation-duration: 42s !important;
}

@keyframes stacks-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.stack-card {
  min-width: 176px;
  gap: 10px;
}

.stack-card svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.stack-card-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.stack-card:hover {
  background: #1a1a1a;
}

.upnova-cursor-ring {
  display: none !important;
}

.upnova-cursor-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  overflow: visible;
  transform-origin: 2px 2px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45));
  transition: transform 0.16s ease;
}

.upnova-cursor-dot.is-hover .upnova-cursor-arrow {
  transform: scale(1.12);
}

.upnova-cursor-dot.is-active .upnova-cursor-arrow {
  transform: scale(0.92);
}

img[src^="img/media/"],
img[data-src^="img/media/"],
img[src$=".webp"] {
  background: #111;
}

.plan-col {
  transition: background-color 0.15s ease;
}

.plan-col:hover {
  background: #111;
}

.plan-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-inline-start: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.plan-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
}

.plan-list li.plan-hit {
  padding: 8px 10px 8px 22px;
  background: var(--lime-dim);
  border-radius: 10px;
  color: #e8ffb0;
}

.plan-list li.plan-hit::before {
  inset-inline-start: 8px;
  top: 16px;
}

.plan-list li.plan-hit em {
  font-style: normal;
  color: var(--lime);
  font-weight: 600;
}

.plan-extra {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 2px 0 0;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.15s ease;
}

.plan-extra:hover {
  color: #bcff2f;
}

.plan-extra span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #161616;
  color: #bcff2f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.promo-offer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 16px 22px 16px 26px;
  background:
    linear-gradient(90deg, rgba(188, 255, 47, 0.07) 0%, transparent 28%),
    var(--surface);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(188, 255, 47, 0.16);
}

.promo-offer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, #bcff2f 35%, #bcff2f 65%, transparent 100%);
  box-shadow: 0 0 18px rgba(188, 255, 47, 0.55);
  animation: promo-bar 3.2s ease-in-out infinite;
}

.promo-offer-orb {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(32px);
}

.promo-offer-orb--lime {
  width: 200px;
  height: 130px;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(188, 255, 47, 0.22);
  animation: promo-pulse 3.4s ease-in-out infinite;
}

.promo-offer-orb--cyan {
  width: 180px;
  height: 110px;
  right: -40px;
  top: -36px;
  background: rgba(47, 255, 220, 0.12);
}

.promo-offer-save {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-width: 118px;
}

.promo-offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bcff2f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}

.promo-offer-kicker img {
  width: 13px;
  height: 13px;
}

.promo-offer-amount {
  margin-top: 6px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.promo-offer-label {
  margin-top: 4px;
  color: #bcff2f;
  font-size: 12px;
  font-weight: 600;
}

.promo-offer-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c4c4c4;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.promo-offer-text em {
  color: #bcff2f;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .promo-offer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 16px 16px 16px 20px;
  }

  .promo-offer-amount {
    font-size: 28px;
  }
}

@keyframes promo-bar {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

@keyframes promo-pulse {
  0%, 100% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-offer::before,
  .promo-offer-orb--lime {
    animation: none;
  }
}

.achiv-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  min-height: 176px;
  padding: 18px;
  background: var(--surface);
  border-radius: 16px;
}

.achiv-card-texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.55;
}

.achiv-card-glow {
  position: absolute;
  right: -18%;
  top: -30%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, var(--achiv-glow) 0%, transparent 70%);
  opacity: 0.22;
  filter: blur(8px);
}

.achiv-card-icon {
  position: absolute;
  right: -6px;
  top: 6px;
  width: 104px;
  height: 104px;
  color: var(--achiv-glow, #bcff2f);
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
  transform: rotate(-10deg);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.achiv-card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.achiv-card:hover .achiv-card-icon {
  opacity: 0.34;
  transform: rotate(-6deg) scale(1.04);
}

.achiv-card-index {
  position: relative;
  z-index: 1;
  margin-bottom: auto;
  color: #434242;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.achiv-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.achiv-card .achiv-counter {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.achiv-card-label {
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .achiv-card .achiv-counter {
    font-size: 44px;
  }
}

.page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 1024px) {
  .page-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-card {
  background: var(--surface);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 180px;
}

.page-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.page-card p {
  margin: 0;
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.page-card-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #1c2607;
  color: #bcff2f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.extras-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #0d1108;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px var(--line);
}

.extras-note span {
  width: fit-content;
  background: var(--lime-dim);
  color: var(--lime);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 10px;
}

.extras-note p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.extras-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-card--fit {
  min-height: 0;
}

@media (min-width: 640px) {
  .extras-group .page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .extras-group .page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #989898;
  font-size: 13px;
  font-weight: 500;
}

.page-form input,
.page-form textarea {
  width: 100%;
  background: #111;
  border: 1px solid #262626;
  border-radius: 12px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
}

.page-form input:focus,
.page-form textarea:focus {
  border-color: #3a3a3a;
}

.page-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-board {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border-radius: 20px;
}

.contact-aside,
.contact-form {
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
}

.contact-aside {
  border-bottom: 1px solid #171717;
}

.contact-aside-title {
  margin: 0 0 14px;
  color: #434242;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-aside-title--space {
  margin-top: 6px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 -20px;
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.contact-row:hover {
  background: #111;
}

.contact-row-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #1c2607;
  flex-shrink: 0;
}

.contact-row-icon img {
  width: 20px;
  height: 20px;
}

.contact-row-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.contact-row-text strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.contact-row-text em {
  color: #989898;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}

.contact-row-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.contact-form {
  gap: 14px;
}

.contact-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-form > label,
.contact-fields label,
.contact-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  color: #989898;
  font-size: 13px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #111;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  color: #fff;
  font: inherit;
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2a2a2a;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-packs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-pack {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.contact-pack input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-pack span {
  display: inline-flex;
  align-items: center;
  background: #1c2607;
  color: #bcff2f;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.contact-pack input:checked + span {
  background: #bcff2f;
  color: #000;
}

@media (min-width: 1024px) {
  .contact-board {
    flex-direction: row;
    align-items: stretch;
  }

  .contact-aside {
    width: 38%;
    border-bottom: 0;
    border-right: 1px solid #171717;
    padding: 28px 24px;
  }

  .contact-form {
    flex: 1;
    padding: 28px 28px 24px;
  }

  .contact-fields {
    grid-template-columns: 1fr 1fr;
  }

  .contact-row {
    margin: 0 -24px;
    padding: 14px 24px;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.team-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border-radius: 16px;
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
}

.team-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
}

.team-card h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.team-card-role {
  width: fit-content;
  background: #1c2607;
  color: #bcff2f;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 10px;
}

.grow-board {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border-radius: 20px;
}

.grow-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 24px 22px;
  border-bottom: 1px solid #171717;
}

.grow-col:last-child {
  border-bottom: 0;
}

.grow-year {
  width: fit-content;
  background: #1c2607;
  color: #bcff2f;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 10px;
}

.grow-col h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.grow-col p {
  margin: 0;
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .team-card h3 {
    font-size: 18px;
  }

  .grow-board {
    flex-direction: row;
  }

  .grow-col {
    border-bottom: 0;
    border-right: 1px solid #171717;
    padding: 28px 24px;
  }

  .grow-col:last-child {
    border-right: 0;
  }
}

.error-board {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 640px;
  background: var(--surface);
  border-radius: 20px;
  padding: 28px 24px;
}

.error-code {
  color: #bcff2f;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.error-board h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.error-board p {
  margin: 0;
  color: #989898;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.error-path {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 500;
  word-break: break-all;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 1024px) {
  .error-board {
    padding: 36px 32px;
  }

  .error-code {
    font-size: 88px;
  }

  .error-board h1 {
    font-size: 30px;
  }

  .error-board p {
    font-size: 16px;
  }
}

/* Hebrew / RTL — ready for he pages: <html lang="he" dir="rtl"> */
html[lang^="he"],
html[dir="rtl"] {
  line-height: 1.6;
}

html[dir="rtl"] .site-logo {
  object-position: right center;
}

html[dir="rtl"] #sidebar {
  left: auto;
  right: 0;
  border-inline-end: 0;
  border-inline-start: 1px solid var(--line);
}

html[dir="rtl"] .promo-offer::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .promo-offer-orb--lime {
  left: auto;
  right: -24px;
}

html[dir="rtl"] .promo-offer-orb--cyan {
  right: auto;
  left: -40px;
}

html[dir="rtl"] .achiv-card-glow {
  right: auto;
  left: -18%;
}

html[dir="rtl"] .achiv-card-icon {
  right: auto;
  left: -6px;
  transform: rotate(10deg);
}

html[dir="rtl"] .achiv-card:hover .achiv-card-icon {
  transform: rotate(6deg) scale(1.04);
}

html[dir="rtl"] .ml-8 {
  margin-left: 0;
  margin-right: 2rem;
}

html[dir="rtl"] .contact-aside {
  border-right: 0;
}

html[dir="rtl"] .grow-col {
  border-right: 0;
}

@media (max-width: 1023px) {
  html[dir="rtl"] #sidebar.-translate-x-full {
    transform: translateX(100%);
  }

  html[dir="rtl"] #sidebar:not(.-translate-x-full) {
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  html[dir="rtl"] #sidebar {
    transform: none;
  }

  html[dir="rtl"] main {
    margin-left: 0;
    margin-right: 280px;
  }

  html[dir="rtl"] .contact-aside {
    border-left: 1px solid #171717;
  }

  html[dir="rtl"] .grow-col {
    border-left: 1px solid #171717;
  }

  html[dir="rtl"] .grow-col:last-child {
    border-left: 0;
  }

  html[dir="rtl"] .plan-col.lg\:border-r,
  html[dir="rtl"] .plan-board > .plan-col {
    border-right-width: 0;
  }

  html[dir="rtl"] .plan-board > .plan-col:not(:last-child) {
    border-left: 1px solid #171717;
  }
}

.port-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.port-filter {
  background: var(--lime-dim);
  color: var(--lime);
  border: 0;
  border-radius: 10px;
  padding: 8px 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.port-filter.is-on,
.port-filter:hover {
  background: var(--lime);
  color: #111;
}

.port-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.port-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border-radius: 16px;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px var(--line-soft);
  cursor: pointer;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.port-card[hidden] {
  display: none !important;
}

.port-card:hover {
  background: var(--surface-2);
  box-shadow: inset 0 0 0 1px #2a2a2a;
}

.port-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #111;
}

.port-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.port-card:hover .port-card-media img {
  transform: scale(1.04);
}

.port-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 18px;
}

.port-card-chip {
  width: fit-content;
  background: var(--lime-dim);
  color: var(--lime);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 10px;
}

.port-card-body strong {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.port-card-body em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.port-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.88);
  overflow: hidden;
}

.port-lightbox[hidden] {
  display: none;
}

.port-lightbox-stage {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 16px 48px;
  -webkit-overflow-scrolling: touch;
}

.port-lightbox img {
  display: block;
  width: min(1100px, 100%);
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.port-lightbox-close {
  position: fixed;
  top: 18px;
  inset-inline-end: 18px;
  z-index: 81;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #1c2607;
  color: var(--lime);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 640px) {
  .port-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .port-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
