:root {
  --blue: #0078c9;
  --blue-dark: #24384f;
  --cyan: #eaf8ff;
  --orange: #f39222;
  --ink: #2d3b4f;
  --muted: #8d98a7;
  --line: #e7edf2;
  --paper: #ffffff;
  --soft: #f7fbfe;
  --shadow: 0 22px 38px rgba(44, 62, 80, 0.12);
  --shell: 1168px;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("assets/fonts/opensanshebrew-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("assets/fonts/opensanshebrew-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("assets/fonts/opensanshebrew-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: transparent;
  border-bottom: 1px solid rgba(203, 213, 224, 0.95);
}

.header-shell,
.section-shell,
.hero-shell {
  width: min(var(--shell), calc(100% - 32px));
  margin: 0 auto;
}

.header-shell {
  width: min(1458px, calc(100% - 32px));
}

.hero-shell {
  width: min(1458px, calc(100% - 32px));
}

.header-shell {
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

.brand img {
  width: 300px;
  display: block;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 18px;
}

.whatsapp img {
  width: 38px;
  height: 38px;
  display: block;
}

.primary-pill {
  min-width: 203px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, #0689d9, #006fb7);
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 8px 17px rgba(0, 120, 201, 0.22);
}

.hero {
  min-height: 590px;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0, 114, 255, 0.15), rgba(255, 255, 255, 0.15) 50%, #fff 100%);
  overflow: hidden;
}

.hero-shell {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 90px;
  padding-top: 150px;
  direction: rtl;
}

.hero-copy {
  width: 580px;
  flex: 0 0 580px;
}

.hero h1 {
  margin: 0;
  color: #304156;
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  font-size: 54px;
  line-height: 64.8px;
  font-weight: 800;
  letter-spacing: 0.84px;
  text-align: right;
}

.hero h1 span {
  color: var(--orange);
}

.hero p {
  margin: 0;
  color: #304156;
  font-family: "Open Sans Hebrew", Arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-align: right;
}

.hero-visual {
  width: min(870px, calc(100% - 670px));
  flex: 1 1 700px;
  min-height: 430px;
  position: relative;
  margin-top: 14px;
  overflow: hidden;
}

.hero-visual video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 22px 36px;
  margin-top: 36px;
  direction: rtl;
}

.quick-links a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 0 0 0 19px;
  background: #fff;
  border-radius: 999px;
  color: #303d4f;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(37, 60, 88, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(37, 60, 88, 0.16);
}

.quick-links img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-top: -2px;
  margin-bottom: -2px;
}

.section-band {
  padding: 58px 0;
  border-top: 0;
}

.intro {
  padding: 38px 0 26px;
}

.intro .section-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 18px;
}

.intro .section-icon {
  order: 0;
}

.intro h2 {
  order: 0;
  margin: 0;
}

.intro p {
  order: 1;
  flex: 0 0 100%;
  margin-top: 28px;
}

.center {
  text-align: center;
}

.section-icon {
  width: 71px;
  height: 71px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--cyan);
}

h2 {
  margin: 8px 0 28px;
  color: #304156;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
}

.intro p,
.section-heading p,
.lead p {
  max-width: 760px;
  margin: 0 auto;
  color: #151515;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
}

.comparison .section-shell {
  width: min(1458px, calc(100% - 32px));
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 10px auto 28px;
  border-bottom: 1px solid var(--line);
}

.tab {
  min-height: 64px;
  color: #7a8491;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.tab.active {
  color: #101927;
  border-color: var(--blue);
}

.filters {
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(260px, max-content) minmax(0, 1fr);
  align-items: start;
  gap: 18px 28px;
  color: var(--muted);
  margin: 0;
  padding: 18px 46px 16px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -12px 30px rgba(44, 62, 80, 0.05);
}

.filter-group {
  display: grid;
  gap: 10px;
  align-content: start;
}

.filters.is-pension {
  grid-template-columns: 1fr;
}

.filters.is-pension .period-filter {
  order: 1;
}

.filters.is-pension .route-filter {
  order: 2;
}

.filters.is-pension .pension-classification-filter {
  order: 3;
}

.filters.is-pension .route-filter,
.filters.is-pension .pension-classification-filter {
  padding-inline-start: 0;
  padding-top: 16px;
  border-inline-start: 0;
  border-top: 1px solid rgba(32, 170, 229, 0.18);
}

.route-filter {
  padding-inline-start: 28px;
  border-inline-start: 1px solid rgba(32, 170, 229, 0.18);
}

.filter-title {
  color: #54677e;
  font-size: 14px;
  font-weight: 800;
}

.period-options,
.pension-classification-options,
.track-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.period-options,
.pension-classification-options {
  gap: 8px 14px;
}

.pension-classification-options .chip {
  max-width: 100%;
  height: auto;
  padding-block: 6px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.chip {
  min-width: 72px;
  min-height: 34px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.chip.active {
  color: var(--blue-dark);
  border-color: var(--blue);
  font-weight: 700;
}

.filters label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.track-options {
  gap: 14px 18px;
}

.comparison-ad-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  direction: ltr;
}

.comparison-main {
  min-width: 0;
  direction: rtl;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: stretch;
  direction: ltr;
  padding: 18px 36px 34px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 22px 42px rgba(44, 62, 80, 0.12);
  overflow: visible;
}

.comparison-grid > *,
.calculator-grid > *,
.lead-grid > * {
  min-width: 0;
}

.leader-card,
.chart-panel,
.calc-controls,
.calc-result,
.article-grid article,
.lead-grid {
  background: #fff;
}

.leader-card {
  min-height: 408px;
  padding: 30px 18px;
  border-radius: 8px;
  text-align: center;
  direction: rtl;
  box-shadow: none;
}

.leader-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 20px;
}

.leader-title img {
  width: 24px;
  transform-origin: 50% 80%;
  animation: leader-crown-float 2.6s ease-in-out infinite;
  filter: drop-shadow(0 4px 7px rgba(242, 190, 57, 0.24));
}

@keyframes leader-crown-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    filter: drop-shadow(0 4px 7px rgba(242, 190, 57, 0.24));
  }

  35% {
    transform: translateY(-4px) rotate(-5deg) scale(1.08);
    filter: drop-shadow(0 8px 12px rgba(242, 190, 57, 0.38));
  }

  62% {
    transform: translateY(-2px) rotate(4deg) scale(1.04);
  }
}

.leader-art {
  width: 236px;
  height: 272px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(220, 250, 255, 0.74), rgba(255, 255, 255, 0.72)),
    url("https://gemelnet.net/wp-content/themes/everest/assets/images/bg-pattern.png") center / cover;
}

.leader-art img {
  width: 94px;
  height: 94px;
  object-fit: contain;
  padding: 29px;
  border-radius: 8px;
  background: #fff;
}

.leader-card h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 21px;
}

.leader-percent {
  display: block;
  color: var(--blue-dark);
  font-size: 22px;
  margin-bottom: 22px;
}

.leader-card button,
.leader-card .leader-more-link,
.lead-form button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 23px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.leader-card button,
.leader-card .leader-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b1ffc4;
  background: transparent;
  color: #2cbe46;
}

.chart-panel {
  min-height: 450px;
  padding: 34px 0 0;
  border-radius: 8px;
  overflow: visible;
  direction: rtl;
  box-shadow: none;
}

.chart-title {
  color: #222;
  margin-bottom: 22px;
  font-weight: 700;
  text-align: right;
}

.chart {
  min-height: 348px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: stretch;
  gap: 14px;
  position: relative;
  padding: 12px 0 0;
  direction: ltr;
}

.chart-axis {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  align-items: start;
  padding-top: 18px;
  padding-bottom: 58px;
  color: #7f8996;
  font-size: 16px;
  text-align: left;
}

.chart-plot {
  min-width: 0;
  min-height: 328px;
  display: grid;
  grid-template-columns: repeat(var(--rows), minmax(50px, 1fr));
  align-items: end;
  gap: 11px;
  padding: 18px 8px 0;
  position: relative;
  border-bottom: 1px solid rgba(214, 221, 229, 0.9);
  background:
    linear-gradient(to bottom, rgba(214, 221, 229, 0.68) 1px, transparent 1px) 0 18px / 100% 52px,
    linear-gradient(to right, transparent, rgba(239, 247, 252, 0.35));
  overflow: visible;
}

.bar-column {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 28px 1fr 40px;
  justify-items: center;
  align-items: end;
  position: relative;
  z-index: 1;
}

.bar-column:hover,
.bar-column:focus-within {
  z-index: 20;
}

.bar-value {
  align-self: end;
  margin-bottom: 4px;
  color: #8b94a0;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.bar-stack {
  width: min(62px, 82%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
  filter: drop-shadow(4px 8px 7px rgba(44, 68, 90, 0.09));
  transform: skewY(-1deg);
}

.bar-fill {
  width: 100%;
  min-height: 16px;
  position: relative;
  background: linear-gradient(90deg, color-mix(in srgb, var(--c2), #ffffff 8%), var(--c1) 48%, var(--c2));
  border-radius: 999px 999px 0 0 / 22px 22px 0 0;
}

.bar-fill {
  height: var(--fill-h);
  overflow: visible;
  transform: scaleY(0);
  transform-origin: center bottom;
  animation: bar-fill-pour 1.05s cubic-bezier(0.18, 0.82, 0.28, 1) forwards;
  animation-delay: calc(var(--bar-index, 0) * 90ms);
  box-shadow:
    inset 10px 0 14px rgba(255, 255, 255, 0.18),
    inset -8px 0 12px rgba(60, 80, 110, 0.08);
}

.bar-fill::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 17px;
  border-radius: 50%;
  background: linear-gradient(90deg, color-mix(in srgb, var(--c1), #ffffff 35%), var(--c1), var(--c2));
  box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.36);
}

.bar-fill::after {
  content: "";
  position: absolute;
  inset: -28px 10% auto;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.54) 0 18%, rgba(255, 255, 255, 0.2) 42%, transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0;
  transform: translateY(-80%);
  animation: bar-paint-sheen 1.05s ease-out forwards;
  animation-delay: calc((var(--bar-index, 0) * 90ms) + 120ms);
  pointer-events: none;
}

@keyframes bar-fill-pour {
  0% {
    transform: scaleY(0);
    filter: saturate(1.25) brightness(1.12);
  }

  72% {
    transform: scaleY(1.035);
  }

  100% {
    transform: scaleY(1);
    filter: saturate(1) brightness(1);
  }
}

@keyframes bar-paint-sheen {
  0% {
    opacity: 0;
    transform: translateY(-95%);
  }

  18% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: translateY(185%);
  }
}

.bar-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.88;
}

.bar-logo-wrap {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 8px;
  cursor: help;
}

.bar-select {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  margin-top: 7px;
  color: #617083;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.bar-select input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #4abc55;
  cursor: pointer;
}

.bar-select input:disabled {
  cursor: not-allowed;
}

.bar-select input:disabled + span {
  color: #aab2bd;
}

.bar-select input:disabled,
.bar-select input:disabled + span {
  cursor: not-allowed;
}

.bar-logo-wrap::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 5;
  min-width: 190px;
  max-width: 260px;
  padding: 9px 12px;
  border-radius: 6px;
  background: rgba(36, 56, 79, 0.96);
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
  white-space: pre-line;
  direction: rtl;
  box-shadow: 0 10px 22px rgba(36, 56, 79, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.bar-logo-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 3px);
  z-index: 6;
  width: 12px;
  height: 12px;
  background: rgba(36, 56, 79, 0.96);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px) rotate(45deg);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.bar-logo-wrap:hover::after,
.bar-logo-wrap:hover::before,
.bar-logo-wrap:focus-within::after,
.bar-logo-wrap:focus-within::before,
.bar-logo-wrap.is-open::after,
.bar-logo-wrap.is-open::before {
  opacity: 1;
  transform: translate(-50%, 0) rotate(0);
}

.bar-logo-wrap:hover::before,
.bar-logo-wrap:focus-within::before,
.bar-logo-wrap.is-open::before {
  transform: translate(-50%, 0) rotate(45deg);
}

.bar-column:first-child .bar-logo-wrap::after {
  left: 0;
  transform: translate(0, 6px);
}

.bar-column:first-child .bar-logo-wrap::before {
  left: 18px;
  transform: translate(0, 6px) rotate(45deg);
}

.bar-column:first-child .bar-logo-wrap:hover::after,
.bar-column:first-child .bar-logo-wrap:focus-within::after,
.bar-column:first-child .bar-logo-wrap.is-open::after {
  transform: translate(0, 0);
}

.bar-column:first-child .bar-logo-wrap:hover::before,
.bar-column:first-child .bar-logo-wrap:focus-within::before,
.bar-column:first-child .bar-logo-wrap.is-open::before {
  transform: translate(0, 0) rotate(45deg);
}

.bar-column:last-child .bar-logo-wrap::after {
  right: 0;
  left: auto;
  transform: translate(0, 6px);
}

.bar-column:last-child .bar-logo-wrap::before {
  right: 18px;
  left: auto;
  transform: translate(0, 6px) rotate(45deg);
}

.bar-column:last-child .bar-logo-wrap:hover::after,
.bar-column:last-child .bar-logo-wrap:focus-within::after,
.bar-column:last-child .bar-logo-wrap.is-open::after {
  transform: translate(0, 0);
}

.bar-column:last-child .bar-logo-wrap:hover::before,
.bar-column:last-child .bar-logo-wrap:focus-within::before,
.bar-column:last-child .bar-logo-wrap.is-open::before {
  transform: translate(0, 0) rotate(45deg);
}

.chart-message {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  color: #687483;
  font-weight: 700;
}

.chart-message.error {
  color: #b64d4d;
}

.selected-funds {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #e7edf3;
  direction: rtl;
}

.selected-funds h3 {
  margin: 0 0 12px;
  color: #26384c;
  font-size: 19px;
  line-height: 1.25;
}

.selected-funds-empty {
  margin: 0;
  color: #687483;
  font-size: 14px;
  font-weight: 600;
}

.selected-funds-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.selected-funds-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #e0e8f1;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
}

.selected-funds-table th,
.selected-funds-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
  color: #35465a;
  text-align: center;
  white-space: nowrap;
}

.selected-funds-table thead th {
  background: #f3f7fb;
  color: #26384c;
  font-weight: 800;
}

.selected-funds-table tbody th {
  width: 160px;
  text-align: right;
  white-space: nowrap;
  font-weight: 800;
}

.selected-funds-table .best-value {
  background: #edf9ee;
  color: #237c36;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(74, 188, 85, 0.24);
}

.selected-funds-table tbody tr:last-child th,
.selected-funds-table tbody tr:last-child td {
  border-bottom: 0;
}

.calculator {
  background: #fff;
  padding-top: 104px;
  padding-bottom: 124px;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading .section-icon {
  margin-bottom: 18px;
}

.calculator-grid {
  display: grid;
  grid-template-columns: 450px 540px;
  column-gap: 178px;
  row-gap: 25px;
  align-items: start;
  direction: rtl;
  border-top: 10px solid #eef3f2;
  padding-top: 29px;
}

.calc-controls {
  display: grid;
  gap: 15px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  width: 450px;
}

.calc-controls label {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas:
    "title range"
    "number range";
  align-items: center;
  gap: 14px 20px;
  color: #596574;
  font-weight: 700;
  min-height: 133px;
  padding: 18px 18px 18px 24px;
  border: 1px solid #e4ebf0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  direction: ltr;
}

.calc-controls label span {
  grid-area: title;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #323c47;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
  border-radius: 3px 3px 0 0;
  border-top-right-radius: 18px;
  direction: rtl;
}

.calc-controls input[type="number"],
.calc-controls input[type="text"] {
  grid-area: number;
  width: 100%;
  min-height: 38px;
  border: 1px solid #cecdcd;
  border-radius: 5px;
  border-top-right-radius: 18px;
  color: #6c7683;
  text-align: center;
  background: #fff;
  direction: ltr;
}

.calc-controls input[type="range"] {
  grid-area: range;
  height: 34px;
  background: transparent;
  direction: ltr !important;
  accent-color: #4da1ff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.calc-controls input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #168fe2 0 var(--slider-progress, 0%), #d9e8f5 var(--slider-progress, 0%) 100%);
}

.calc-controls input[type="range"]::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  margin-top: -9.5px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #168fe2;
  box-shadow: 0 0 0 5px rgba(22, 143, 226, 0.18), 0 8px 18px rgba(20, 93, 150, 0.28);
  appearance: none;
  -webkit-appearance: none;
  animation: slider-thumb-pulse 2.4s ease-in-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.calc-controls input[type="range"]::-moz-range-track {
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #168fe2 0 var(--slider-progress, 0%), #d9e8f5 var(--slider-progress, 0%) 100%);
}

.calc-controls input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #168fe2;
  box-shadow: 0 0 0 5px rgba(22, 143, 226, 0.18), 0 8px 18px rgba(20, 93, 150, 0.28);
  animation: slider-thumb-pulse 2.4s ease-in-out infinite;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.calc-controls input[type="range"]:hover::-webkit-slider-thumb,
.calc-controls input[type="range"]:focus-visible::-webkit-slider-thumb {
  transform: scale(1.16);
  background: #046bb6;
  box-shadow: 0 0 0 8px rgba(22, 143, 226, 0.2), 0 10px 24px rgba(20, 93, 150, 0.34);
}

.calc-controls input[type="range"]:hover::-moz-range-thumb,
.calc-controls input[type="range"]:focus-visible::-moz-range-thumb {
  transform: scale(1.16);
  background: #046bb6;
  box-shadow: 0 0 0 8px rgba(22, 143, 226, 0.2), 0 10px 24px rgba(20, 93, 150, 0.34);
}

.calc-controls input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.28);
}

.calc-controls input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.28);
}

@keyframes slider-thumb-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(22, 143, 226, 0.16), 0 8px 18px rgba(20, 93, 150, 0.28);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(22, 143, 226, 0.08), 0 10px 22px rgba(20, 93, 150, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .leader-title img,
  .bar-fill,
  .bar-fill::after {
    animation: none;
  }

  .leader-title img {
    transform: none;
  }

  .bar-fill {
    transform: none;
  }

  .calc-controls input[type="range"]::-webkit-slider-thumb {
    animation: none;
    transition: none;
  }

  .calc-controls input[type="range"]::-moz-range-thumb {
    animation: none;
    transition: none;
  }
}

.calc-result {
  width: 540px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  direction: rtl;
}

.calc-result h3 {
  margin: 0 0 22px;
  color: #a8b1ba;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.calc-result dl {
  margin: 0;
}

.calc-result div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  padding: 5px 0;
  border-bottom: 1px solid #edf1f5;
}

.calc-result dt {
  color: #a0a8b1;
  font-size: 17px;
}

.calc-result dd {
  margin: 0;
  color: #b0b8c1;
  font-size: 22px;
  font-weight: 800;
  direction: ltr;
}

.calc-result .total dd {
  color: var(--blue-dark);
  font-size: 31px;
}

.calc-profit-card {
  width: 270px;
  justify-self: start;
  margin-top: 0;
  color: #fff;
  text-align: center;
}

.calc-profit-box {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 28px 20px;
  border-radius: 5px;
  background: #046bb6;
}

.calc-profit-box img {
  width: 190px;
  height: 132px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  margin-bottom: 4px;
}

.calc-profit-box span {
  color: #fff;
  background: transparent;
  min-height: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.calc-profit-box strong {
  font-size: 40px;
  line-height: 1;
  direction: ltr;
}

.calc-profit-box em {
  width: 100%;
  max-width: 236px;
  padding: 5px 8px;
  border-radius: 5px;
  background: rgba(40, 60, 80, 0.72);
  color: #fff;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
}

.calc-profit-box small {
  font-size: 16px;
}

.calc-note {
  width: 270px;
  margin: 8px 0 0;
  color: #7f8791;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  text-align: right;
}

.calc-join {
  grid-column: 1 / -1;
  width: 314px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 2px solid #2cbe46;
  border-radius: 30px;
  background: transparent;
  color: #2cbe46;
  font-weight: 800;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-grid article {
  min-height: 210px;
  padding: 28px;
  border-radius: 8px;
  border-top: 4px solid var(--blue);
}

.article-grid span {
  color: var(--orange);
  font-weight: 800;
}

.article-grid h3 {
  min-height: 58px;
  margin: 12px 0;
  color: var(--blue-dark);
  font-size: 22px;
}

.article-grid p {
  margin: 0;
  color: #647183;
}

.article-grid a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 800;
}

.articles-more {
  min-width: 224px;
  min-height: 48px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto 0;
  padding: 0 24px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-weight: 800;
}

.inner-page {
  background: #fbfcfd;
}

.page-hero {
  padding: 168px 0 72px;
  background:
    linear-gradient(180deg, rgba(0, 120, 201, 0.12), rgba(255, 255, 255, 0.96)),
    var(--soft);
  text-align: center;
}

.page-hero h1 {
  margin: 12px 0 8px;
  color: var(--blue-dark);
  font-size: 48px;
  line-height: 1.15;
}

.page-hero p {
  margin: 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}

.about-hero {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #111d2b;
  color: #fff;
  text-align: right;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 28, 43, 0.04), rgba(13, 28, 43, 0.34) 52%, rgba(13, 28, 43, 0.76)),
    linear-gradient(180deg, rgba(13, 28, 43, 0.08), rgba(13, 28, 43, 0.18));
}

.about-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-hero .section-shell {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-copy {
  width: min(520px, 52%);
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f6d28a;
  font-size: 17px;
  font-weight: 800;
}

.about-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, #f6d28a, rgba(246, 210, 138, 0.2));
}

.about-hero h1 {
  margin-top: 18px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.about-hero p {
  max-width: 460px;
  color: #fff;
  font-size: 23px;
  line-height: 1.55;
  font-weight: 400;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.about-hero-link {
  min-width: 178px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 24px;
  border: 1px solid rgba(246, 210, 138, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.about-content {
  padding-top: 86px;
  padding-bottom: 118px;
  background:
    linear-gradient(180deg, #ffffff 0, #fbfcfd 44%, #f5f8fb 100%);
}

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

.about-intro span {
  display: inline-block;
  margin-bottom: 14px;
  color: #b88a31;
  font-size: 16px;
  font-weight: 800;
}

.about-intro h2 {
  margin: 0 auto 18px;
  color: #152234;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
}

.about-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #607084;
  font-size: 20px;
  line-height: 1.85;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 74px;
  overflow: hidden;
  border: 1px solid #e5ebf1;
  border-radius: 8px;
  background: #dfe7ee;
  box-shadow: 0 22px 44px rgba(21, 34, 52, 0.08);
}

.about-metrics div {
  min-height: 128px;
  padding: 28px 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 252, 254, 0.98));
}

.about-metrics strong {
  display: block;
  margin-bottom: 10px;
  color: #152234;
  font-size: 24px;
}

.about-metrics span {
  color: #617084;
  font-size: 17px;
  line-height: 1.55;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 382px;
  gap: 68px;
  align-items: start;
}

.about-copy {
  max-width: 780px;
  padding-top: 4px;
}

.about-copy h2 {
  margin: 0 0 28px;
  color: #152234;
  font-size: 34px;
  text-align: right;
}

.about-copy p {
  margin: 0 0 20px;
  color: #4f5f72;
  font-size: 21px;
  line-height: 1.95;
}

.about-highlights {
  display: grid;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(184, 138, 49, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.98));
  box-shadow: 0 24px 48px rgba(21, 34, 52, 0.1);
}

.about-highlights h3 {
  margin: 0 0 12px;
  color: #152234;
  font-size: 24px;
}

.about-highlights div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid #e6edf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(21, 34, 52, 0.05);
}

.about-highlights img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-highlights span {
  color: #152234;
  font-size: 18px;
  font-weight: 800;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 78px;
}

.about-principles article {
  min-height: 226px;
  padding: 28px;
  border-radius: 8px;
  background: #152234;
  color: #fff;
  box-shadow: 0 24px 44px rgba(21, 34, 52, 0.16);
}

.about-principles article:nth-child(2) {
  background: #0b6f83;
}

.about-principles article:nth-child(3) {
  background: #684b1e;
}

.about-principles span {
  display: inline-block;
  margin-bottom: 26px;
  color: #f6d28a;
  font-size: 18px;
  font-weight: 800;
}

.about-principles h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
}

.about-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.articles-hero {
  padding-top: 168px;
  padding-bottom: 82px;
  background:
    linear-gradient(90deg, rgba(21, 34, 52, 0.92), rgba(19, 92, 122, 0.76)),
    url("assets/camel-family-israeli-money-anime-2kids-hats.png") center / cover no-repeat;
  color: #fff;
  text-align: right;
}

.articles-hero h1 {
  color: #fff;
}

.articles-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.6;
}

.terms-hero {
  padding-top: 168px;
  padding-bottom: 86px;
  background:
    linear-gradient(90deg, rgba(21, 34, 52, 0.94), rgba(19, 92, 122, 0.78)),
    url("assets/camel-family-israeli-money-anime-2kids-hats.png") center 42% / cover no-repeat;
  color: #fff;
  text-align: right;
}

.terms-hero h1 {
  color: #fff;
}

.terms-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.65;
}

.terms-section {
  padding-top: 82px;
  padding-bottom: 118px;
  background:
    linear-gradient(180deg, #fff 0, #f7fafc 48%, #f1f6fa 100%);
}

.terms-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.terms-summary {
  position: sticky;
  top: 112px;
  padding: 28px;
  border: 1px solid rgba(184, 138, 49, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 253, 0.98));
  box-shadow: 0 22px 44px rgba(21, 34, 52, 0.09);
}

.terms-summary h2 {
  margin: 0 0 14px;
  color: #152234;
  font-size: 25px;
}

.terms-summary p {
  margin: 0 0 24px;
  color: #5f6f82;
  font-size: 17px;
  line-height: 1.7;
}

.terms-summary div {
  padding-top: 20px;
  border-top: 1px solid #e4ebf1;
}

.terms-summary span {
  display: block;
  margin-bottom: 6px;
  color: #b88a31;
  font-size: 14px;
  font-weight: 800;
}

.terms-summary strong {
  color: #152234;
  font-size: 22px;
}

.terms-content {
  max-width: 820px;
  padding: 48px;
  border: 1px solid #e5ebf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 52px rgba(21, 34, 52, 0.08);
}

.terms-policy-shell {
  display: block;
}

.terms-policy-shell .terms-content {
  max-width: 980px;
  margin: 0 auto;
}

.terms-content h1 {
  margin: 0 0 24px;
  color: #152234;
  font-size: 40px;
  line-height: 1.2;
}

.terms-content section + section {
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid #e8eef4;
}

.terms-content h2 {
  margin: 0 0 18px;
  color: #152234;
  font-size: 30px;
  line-height: 1.25;
}

.terms-content p {
  margin: 0 0 20px;
  color: #3f5064;
  font-size: 20px;
  line-height: 1.95;
}

.terms-content p:last-child {
  margin-bottom: 0;
}

.terms-content ol {
  margin: 28px 0 0;
  padding-inline-start: 28px;
  color: #3f5064;
}

.terms-content li {
  margin-bottom: 18px;
  padding-inline-start: 8px;
  color: #3f5064;
  font-size: 20px;
  line-height: 1.9;
}

.terms-content li::marker {
  color: #b88a31;
  font-weight: 800;
}

.articles-list-section {
  padding-top: 82px;
  padding-bottom: 118px;
  background: linear-gradient(180deg, #fff, #f5f8fb);
}

.articles-list-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.articles-list-heading span,
.article-hero-copy span {
  display: inline-block;
  margin-bottom: 12px;
  color: #b88a31;
  font-size: 15px;
  font-weight: 800;
}

.articles-list-heading h2 {
  margin: 0 0 14px;
  color: #152234;
  font-size: 42px;
}

.articles-list-heading p {
  margin: 0;
  color: #607084;
  font-size: 19px;
  line-height: 1.75;
}

.articles-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  overflow: hidden;
  border: 1px solid #e5ebf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(21, 34, 52, 0.08);
}

.article-card a {
  display: grid;
  min-height: 100%;
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.article-card div {
  display: grid;
  padding: 22px;
}

.article-card span {
  margin-bottom: 9px;
  color: #b88a31;
  font-size: 14px;
  font-weight: 800;
}

.article-card h3 {
  min-height: 68px;
  margin: 0 0 12px;
  color: #152234;
  font-size: 23px;
  line-height: 1.25;
}

.article-card p {
  margin: 0 0 18px;
  color: #617084;
  font-size: 16px;
  line-height: 1.65;
}

.article-card em {
  align-self: end;
  color: #0078c9;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.article-detail {
  padding-top: 126px;
  padding-bottom: 112px;
  background: linear-gradient(180deg, #fff, #f6f9fc);
}

.article-shell {
  max-width: var(--shell);
}

.article-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #0078c9;
  font-size: 15px;
  font-weight: 800;
}

.article-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  background: #152234;
  box-shadow: 0 28px 56px rgba(21, 34, 52, 0.16);
}

.article-hero-copy {
  padding: 48px;
  color: #fff;
}

.article-hero-copy span {
  color: #f6d28a;
}

.article-hero-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.16;
}

.article-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.75;
}

.article-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  background: #152234;
}

.article-body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  margin-top: 58px;
}

.article-takeaways {
  position: sticky;
  top: 112px;
  padding: 26px;
  border: 1px solid rgba(184, 138, 49, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(21, 34, 52, 0.08);
}

.article-takeaways h2,
.article-sources h2 {
  margin: 0 0 16px;
  color: #152234;
  font-size: 24px;
}

.article-takeaways ul,
.article-sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-takeaways li {
  padding: 12px 0;
  border-bottom: 1px solid #edf2f6;
  color: #536275;
  font-size: 16px;
  line-height: 1.5;
}

.article-takeaways li:last-child {
  border-bottom: 0;
}

.article-text {
  max-width: 780px;
}

.article-text section + section {
  margin-top: 42px;
}

.article-text h2 {
  margin: 0 0 18px;
  color: #152234;
  font-size: 30px;
  line-height: 1.25;
}

.article-text p {
  margin: 0 0 24px;
  color: #3f5064;
  font-size: 21px;
  line-height: 1.95;
}

.article-note {
  margin: 38px 0;
  padding: 22px 24px;
  border-inline-start: 4px solid #b88a31;
  border-radius: 8px;
  background: #fff9eb;
  color: #665233;
  font-size: 17px;
  line-height: 1.7;
}

.article-sources {
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(21, 34, 52, 0.08);
}

.article-sources li + li {
  margin-top: 10px;
}

.article-sources a {
  color: #0078c9;
  font-weight: 800;
}

/* Lead chatbot */
.leadbot {
  --leadbot-blue: #0078c9;
  --leadbot-blue-dark: #24384f;
  --leadbot-cyan: #eaf8ff;
  --leadbot-gold: #f2b63f;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 120;
  direction: rtl;
  font-family: inherit;
}

.leadbot-launcher {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 7px 7px 7px 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--leadbot-blue-dark), #125f94 66%, var(--leadbot-blue));
  box-shadow: 0 15px 38px rgba(21, 53, 79, 0.3), 0 4px 12px rgba(21, 53, 79, 0.2);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.leadbot-launcher:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(21, 53, 79, 0.36), 0 5px 14px rgba(21, 53, 79, 0.22);
}

.leadbot-launcher:focus-visible,
.leadbot-panel button:focus-visible,
.leadbot-panel input:focus-visible,
.leadbot-panel a:focus-visible {
  outline: 3px solid #ffbf3f;
  outline-offset: 3px;
}

.leadbot-launcher-copy {
  display: grid;
  gap: 2px;
  text-align: right;
  line-height: 1.2;
}

.leadbot-launcher-copy strong {
  font-size: 15px;
}

.leadbot-launcher-copy span {
  color: #d8f4ff;
  font-size: 12px;
}

.leadbot-launcher-avatar {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  overflow: hidden;
  flex: 0 0 72px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #fff9db, #f0bf54 72%, #bd781b);
  cursor: pointer;
}

.leadbot-launcher-avatar img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.leadbot-launcher-avatar i {
  position: absolute;
  right: 1px;
  bottom: 5px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2bc570;
}

.leadbot-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  width: min(390px, calc(100vw - 40px));
  height: min(650px, calc(100dvh - 40px));
  grid-template-rows: auto 4px minmax(0, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(0, 120, 201, 0.18);
  border-radius: 24px;
  background: #f7fbfe;
  box-shadow: 0 28px 80px rgba(18, 45, 68, 0.32), 0 8px 24px rgba(18, 45, 68, 0.18);
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  transform-origin: bottom left;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.leadbot.is-open .leadbot-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
}

.leadbot.is-open .leadbot-launcher {
  opacity: 0;
  pointer-events: none;
}

.leadbot-header {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px 12px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(42, 190, 235, 0.45), transparent 42%),
    linear-gradient(135deg, #24384f, #075f99 70%, #0078c9);
}

.leadbot-agent {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.leadbot-agent > span:last-child {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.leadbot-agent strong {
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leadbot-agent small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #dff7ff;
  font-size: 12px;
}

.leadbot-agent small i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ee18d;
  box-shadow: 0 0 0 4px rgba(62, 225, 141, 0.16);
}

.leadbot-agent-avatar {
  display: grid;
  width: 70px;
  height: 70px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  flex: 0 0 70px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff9dc, #e8a528);
  cursor: pointer;
}

.leadbot-agent-avatar img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.leadbot-header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.leadbot-header-actions button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font: inherit;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.leadbot-header-actions button:hover {
  background: rgba(255, 255, 255, 0.24);
}

.leadbot-progress {
  overflow: hidden;
  background: #d9edf8;
}

.leadbot-progress span {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f39222, #ffd264);
  transition: width 250ms ease;
}

.leadbot-messages {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 18px 16px 10px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 120, 201, 0.42) transparent;
}

.leadbot-message {
  display: flex;
  max-width: 87%;
  align-items: flex-end;
  gap: 7px;
  animation: leadbot-message-in 220ms ease both;
}

.leadbot-message.is-bot {
  align-self: flex-start;
}

.leadbot-message.is-user {
  align-self: flex-end;
  margin-right: auto;
}

.leadbot-message-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  flex: 0 0 42px;
  border: 1px solid #e7b23f;
  border-radius: 13px;
  background: #fff1c6;
  cursor: pointer;
}

.leadbot-message-avatar img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.leadbot-launcher-avatar img,
.leadbot-agent-avatar img,
.leadbot-message-avatar img {
  transform-origin: 50% 86%;
  animation: leadbot-camel-float 3.4s ease-in-out infinite;
  filter: drop-shadow(0 3px 5px rgba(97, 57, 7, 0.2));
  will-change: transform;
}

[data-leadbot-avatar]:focus-visible img,
[data-leadbot-avatar].is-avatar-active img {
  animation: leadbot-camel-greet 720ms ease-in-out both;
}

@media (hover: hover) and (pointer: fine) {
  [data-leadbot-avatar]:hover img {
    animation: leadbot-camel-greet 720ms ease-in-out both;
  }
}

.leadbot-agent-avatar:focus-visible,
.leadbot-message-avatar:focus-visible {
  outline: 3px solid #ffbf3f;
  outline-offset: 3px;
}

.leadbot-character-tooltip {
  position: fixed;
  z-index: 180;
  left: 0;
  top: 0;
  max-width: min(220px, calc(100vw - 24px));
  padding: 9px 13px;
  border: 1px solid rgba(242, 182, 63, 0.48);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #24384f, #075f99);
  box-shadow: 0 10px 26px rgba(18, 45, 68, 0.26);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 6px) scale(0.94);
  transform-origin: 50% 100%;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.leadbot-character-tooltip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 11px;
  height: 11px;
  background: #075f99;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.leadbot-character-tooltip[data-placement="below"] {
  transform-origin: 50% 0;
}

.leadbot-character-tooltip[data-placement="below"]::after {
  top: -6px;
  bottom: auto;
}

.leadbot-character-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  visibility: visible;
}

.leadbot-bubble {
  padding: 11px 13px;
  border-radius: 16px 16px 4px 16px;
  color: #263b4f;
  background: #fff;
  box-shadow: 0 4px 16px rgba(27, 69, 99, 0.09);
  font-size: 14px;
  line-height: 1.55;
}

.leadbot-message.is-user .leadbot-bubble {
  border-radius: 16px 16px 16px 4px;
  color: #fff;
  background: linear-gradient(135deg, #0078c9, #0b95d5);
}

.leadbot-typing {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #54758b;
  font-size: 12px;
}

.leadbot-typing-label {
  min-width: 76px;
}

.leadbot-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.leadbot-typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ca5bf;
  animation: leadbot-typing 900ms infinite ease-in-out;
}

.leadbot-typing-dots i:nth-child(2) { animation-delay: 120ms; }
.leadbot-typing-dots i:nth-child(3) { animation-delay: 240ms; }

.leadbot-composer {
  display: grid;
  gap: 8px;
  padding: 11px 14px 12px;
  border-top: 1px solid #dcebf3;
  background: #fff;
}

.leadbot-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.leadbot-option {
  min-height: 43px;
  padding: 8px 9px;
  border: 1px solid #b9dbea;
  border-radius: 12px;
  color: #165477;
  background: #f6fcff;
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
  cursor: pointer;
  transition: border-color 140ms ease, color 140ms ease, background 140ms ease, transform 140ms ease;
}

.leadbot-option:hover {
  border-color: #0078c9;
  color: #005e9d;
  background: #eaf8ff;
  transform: translateY(-1px);
}

.leadbot-contact-form,
.leadbot-consent-gate {
  display: grid;
  gap: 9px;
}

.leadbot-field {
  display: grid;
  gap: 5px;
}

.leadbot-field span {
  color: #314e62;
  font-size: 12px;
  font-weight: 700;
}

.leadbot-field input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #c7dce7;
  border-radius: 11px;
  color: #24384f;
  background: #fbfdff;
  font: inherit;
  font-size: 14px;
}

.leadbot-field input:focus {
  border-color: #0078c9;
  box-shadow: 0 0 0 3px rgba(0, 120, 201, 0.1);
}

.leadbot-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  color: #536b7c;
  font-size: 11px;
  line-height: 1.45;
}

.leadbot-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #0078c9;
}

.leadbot-consent a,
.leadbot-fallback a {
  color: #006eaf;
  font-weight: 700;
}

.leadbot-submit {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #f39222, #f4ae36);
  box-shadow: 0 8px 18px rgba(243, 146, 34, 0.25);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.leadbot-submit:disabled {
  opacity: 0.66;
  cursor: wait;
}

.leadbot-form-error {
  min-height: 16px;
  margin: 0;
  color: #b8302b;
  font-size: 11px;
  line-height: 1.4;
}

.leadbot-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.leadbot-disclaimer {
  margin: 0;
  padding: 8px 14px 10px;
  color: #6c8190;
  background: #fff;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.leadbot-success-actions,
.leadbot-fallback {
  display: grid;
  gap: 8px;
}

.leadbot-success-actions a,
.leadbot-fallback a {
  display: grid;
  min-height: 44px;
  place-items: center;
  border-radius: 12px;
  text-decoration: none;
}

.leadbot-success-actions a {
  color: #fff;
  background: #0078c9;
}

@keyframes leadbot-message-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes leadbot-typing {
  0%, 65%, 100% { transform: translateY(0); opacity: 0.42; }
  35% { transform: translateY(-4px); opacity: 1; }
}

@keyframes leadbot-camel-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  48% { transform: translateY(-3px) rotate(1.2deg); }
  58% { transform: translateY(-3px) rotate(-0.8deg); }
}

@keyframes leadbot-camel-greet {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  28% { transform: translateY(-4px) rotate(-4deg) scale(1.04); }
  55% { transform: translateY(-2px) rotate(4deg) scale(1.05); }
  78% { transform: translateY(-3px) rotate(-2deg) scale(1.03); }
}

@media (max-width: 520px) {
  .leadbot {
    left: 10px;
    bottom: 10px;
  }

  .leadbot-launcher-copy {
    display: none;
  }

  .leadbot-launcher {
    min-height: 64px;
    padding: 2px;
  }

  .leadbot-launcher-avatar {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .leadbot-launcher-avatar img {
    width: 62px;
    height: 62px;
  }

  .leadbot-panel {
    position: fixed;
    inset: 8px;
    width: auto;
    height: auto;
    max-height: none;
    border-radius: 20px;
  }

  .leadbot-header {
    min-height: 78px;
  }

  .leadbot-messages {
    padding-inline: 12px;
  }

  .leadbot-options {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 350px) {
  .leadbot-options {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leadbot *,
  .leadbot *::before,
  .leadbot *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

.pricing {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 12% 16%, rgba(243, 146, 34, 0.11), transparent 25%),
    radial-gradient(circle at 90% 84%, rgba(0, 120, 201, 0.12), transparent 28%),
    linear-gradient(180deg, #f7fbfe, #fff);
}

.pricing::before,
.pricing::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.pricing::before {
  width: 230px;
  height: 230px;
  top: -145px;
  right: 8%;
  border: 42px solid rgba(0, 120, 201, 0.06);
}

.pricing::after {
  width: 170px;
  height: 170px;
  bottom: -110px;
  left: 7%;
  border: 34px solid rgba(243, 146, 34, 0.07);
}

.pricing .section-shell {
  position: relative;
  z-index: 1;
}

.pricing-heading {
  max-width: 770px;
  margin-inline: auto;
  margin-bottom: 66px;
}

.pricing-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 0 18px;
  border: 1px solid rgba(0, 120, 201, 0.2);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(36, 56, 79, 0.07);
}

.pricing-heading h2 {
  color: var(--blue-dark);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  --tier-color: #b87333;
  --tier-dark: #7d4724;
  --tier-soft: #fff4eb;
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(36, 56, 79, 0.1);
  border-top: 5px solid var(--tier-color);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(36, 56, 79, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 62px rgba(36, 56, 79, 0.17);
}

.pricing-card.is-featured {
  transform: none;
  border-color: rgba(184, 138, 49, 0.4);
  box-shadow: 0 32px 70px rgba(93, 68, 20, 0.2);
}

.pricing-card.is-featured:hover {
  transform: translateY(-8px);
}

.pricing-card-gold {
  --tier-color: #d4a73f;
  --tier-dark: #8b6720;
  --tier-soft: #fff8e7;
}

.pricing-card-silver {
  --tier-color: #a8b2bf;
  --tier-dark: #697687;
  --tier-soft: #f3f6f9;
}

.pricing-card-bronze {
  --tier-color: #b87333;
  --tier-dark: #7d4724;
  --tier-soft: #fff4eb;
}

.pricing-card-top {
  position: relative;
  min-height: 188px;
  padding: 30px 28px 24px;
  background: linear-gradient(150deg, var(--tier-soft), #fff 70%);
  text-align: center;
}

.pricing-card-top::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 0;
  left: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--tier-color), transparent);
  opacity: 0.65;
}

.pricing-medal {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 13px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(145deg, color-mix(in srgb, var(--tier-color), #fff 38%), var(--tier-color) 56%, var(--tier-dark));
  box-shadow:
    0 10px 22px color-mix(in srgb, var(--tier-color), transparent 70%),
    inset 0 0 0 2px color-mix(in srgb, var(--tier-dark), transparent 28%);
}

.pricing-medal::after {
  content: "✓";
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.pricing-label {
  display: block;
  margin-bottom: 4px;
  color: var(--tier-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pricing-card h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 34px;
  line-height: 1.1;
}

.pricing-card-top p {
  max-width: 290px;
  min-height: 47px;
  margin: 10px auto 0;
  color: #667589;
  font-size: 15px;
  line-height: 1.55;
}

.pricing-price {
  display: grid;
  justify-items: center;
  gap: 3px;
  margin: 0;
  padding: 22px 20px 18px;
  color: var(--blue-dark);
  text-align: center;
}

.pricing-price strong {
  font-size: 24px;
  font-weight: 900;
}

.pricing-price span {
  color: #8995a3;
  font-size: 13px;
}

.pricing-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0 30px 28px;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-inline-start: 26px;
  color: #405167;
  font-size: 15px;
  line-height: 1.45;
}

.pricing-card li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: -1px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--tier-color);
  font-size: 11px;
  font-weight: 900;
}

.pricing-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 26px 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, var(--tier-color), var(--tier-dark));
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--tier-color), transparent 72%);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.pricing-cta:hover,
.pricing-cta:focus-visible {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.pricing-cta:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tier-color), #fff 25%);
  outline-offset: 3px;
}

.pricing-note {
  margin: 28px auto 0;
  color: #748193;
  font-size: 14px;
  text-align: center;
}

.lead {
  display: none;
  background: var(--soft);
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
}

.lead-grid h2,
.lead-grid p {
  text-align: right;
  margin-right: 0;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.lead-form input,
.lead-form select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
}

.accessibility {
  position: fixed;
  z-index: 90;
  right: 24px;
  top: 210px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #0066b4;
  border: 5px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 12px 24px rgba(0, 45, 90, 0.24);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.accessibility:hover,
.accessibility:focus-visible {
  background: #004f91;
  box-shadow: 0 16px 30px rgba(0, 45, 90, 0.32);
  transform: translateY(-2px);
}

.accessibility:focus-visible {
  outline: 3px solid #f39222;
  outline-offset: 3px;
}

.accessibility-panel {
  position: fixed;
  z-index: 89;
  top: 18px;
  right: 10px;
  width: 274px;
  max-height: calc(100vh - 36px);
  padding: 0 0 12px;
  overflow-y: auto;
  background: #f3f3f3;
  box-shadow: 0 18px 38px rgba(31, 42, 56, 0.24);
  direction: rtl;
  opacity: 0;
  pointer-events: none;
  transform: translateX(115%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.accessibility-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.accessibility-dialog {
  padding: 18px 9px 12px;
  color: #111;
}

.accessibility-dialog h2 {
  margin: 0 0 26px;
  color: #000;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.accessibility-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 4px;
}

.accessibility-actions button,
.access-color-row {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}

.accessibility-actions button.wide,
.access-color-row.wide {
  grid-column: 1 / -1;
  min-height: 39px;
}

.accessibility-actions button.is-active {
  outline: 3px solid var(--access-color, #0078c9);
  outline-offset: -4px;
  background: #f7fbff;
}

.accessibility-actions button:not(.color-swatch):hover {
  border-color: #8dbbdc;
  background: #f4f9fd;
}

.accessibility-actions button:focus-visible {
  outline: 3px solid var(--access-color, #0078c9);
  outline-offset: 2px;
}

.accessibility-actions button[aria-pressed="true"]:not(.color-swatch) {
  border-color: var(--access-color, #0078c9);
  background: #eaf5fc;
}

.acc-icon {
  min-height: 20px;
  display: block;
  color: #111;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.text-icon {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.access-color-row {
  grid-template-columns: 1fr 22px 22px;
  column-gap: 10px;
  justify-content: center;
  padding: 0 15px;
}

.access-color-row span {
  justify-self: end;
}

.access-color-row .color-swatch {
  width: 21px;
  min-height: 21px;
  height: 21px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

.color-swatch.red {
  background: #ff2f52;
}

.color-swatch.yellow {
  background: #efff11;
}

.color-swatch[aria-pressed="true"] {
  outline: 3px solid #111;
  outline-offset: 2px;
}

.accessibility-status {
  min-height: 22px;
  margin: 10px 2px 0;
  color: #24384f;
  font-size: 13px;
  text-align: center;
}

body.acc-readable {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body.acc-readable .site-header *,
body.acc-readable main *,
body.acc-readable .site-footer * {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

body.acc-keyboard :focus-visible,
body.acc-keyboard :focus {
  outline: 3px solid var(--access-color, #0078c9) !important;
  outline-offset: 3px !important;
}

body.acc-links main a,
body.acc-links .site-header a,
body.acc-links .site-footer a,
body.acc-links main button,
body.acc-links .site-header button,
body.acc-links .site-footer button {
  background: color-mix(in srgb, var(--access-color, #0078c9), transparent 84%) !important;
  box-shadow: inset 0 -3px 0 var(--access-color, #0078c9) !important;
}

body.acc-underline main a,
body.acc-underline .site-header a,
body.acc-underline .site-footer a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

body.acc-grayscale {
  --acc-grayscale: 1;
}

body.acc-bright {
  --acc-brightness: 1.16;
  --acc-contrast: 1.12;
}

body.acc-dark {
  --acc-brightness: 0.74;
  --acc-contrast: 1.28;
}

.site-header,
main,
.site-footer {
  filter:
    grayscale(var(--acc-grayscale, 0))
    brightness(var(--acc-brightness, 1))
    contrast(var(--acc-contrast, 1));
}

body.acc-pause main *,
body.acc-pause .site-header *,
body.acc-pause .site-footer * {
  animation-play-state: paused !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

body.acc-color main a,
body.acc-color main button,
body.acc-color .site-header a,
body.acc-color .site-header button {
  outline-color: var(--access-color, #0078c9);
}

body.acc-cursor-black,
body.acc-cursor-black * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M6 4 28 22 17 24 13 34 8 32 12 23 6 25Z' fill='%23000' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") 4 4, auto !important;
}

body.acc-cursor-white,
body.acc-cursor-white * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M6 4 28 22 17 24 13 34 8 32 12 23 6 25Z' fill='%23fff' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") 4 4, auto !important;
}

.site-footer {
  position: relative;
  padding: 0;
  background: transparent;
  border-top: 0;
  direction: rtl;
}

.footer-signup {
  display: none;
  position: relative;
  z-index: 3;
  margin-bottom: -58px;
}

.footer-signup-inner {
  min-height: 124px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  align-items: center;
  gap: 64px;
  padding: 26px 42px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 18%, rgba(87, 212, 219, 0.34), transparent 26%),
    linear-gradient(135deg, #087fc8 0%, #275b82 62%, #24384f 100%);
  color: #fff;
  box-shadow: 0 24px 54px rgba(36, 56, 79, 0.24);
}

.footer-signup-inner::before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -112px;
  left: 18%;
  border: 28px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.footer-signup-inner::after {
  content: "";
  width: 74px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 42px;
  border-radius: 0 0 8px 8px;
  background: var(--orange);
}

.footer-signup-text h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.footer-signup-text p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}

.footer-signup-form {
  min-height: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: center;
  gap: 10px;
  direction: rtl;
}

.footer-signup-form label {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 13px;
  background: #fff;
  color: #323c47;
  font-size: 15px;
  box-shadow: 0 8px 22px rgba(18, 48, 75, 0.16);
}

.footer-signup-form input {
  min-width: 0;
  flex: 1;
  height: 42px;
  border: 0;
  outline: 0;
  background: transparent;
  direction: ltr;
}

.footer-signup-form button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #f7a33c, #f28c2e);
  color: #fff;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(242, 140, 46, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.footer-signup-form button::before {
  content: "←";
  font-size: 24px;
  font-weight: 800;
}

.footer-signup-form button:hover {
  transform: translateX(-2px);
  box-shadow: 0 14px 28px rgba(242, 140, 46, 0.38);
  filter: brightness(1.05);
}

.footer-main {
  min-height: 380px;
  padding: 64px 0 0;
  position: relative;
  background:
    radial-gradient(circle at 12% 20%, rgba(87, 212, 219, 0.14), transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(242, 140, 46, 0.1), transparent 24%),
    linear-gradient(145deg, #24384f 0%, #172b41 62%, #102337 100%);
  color: #fff;
  overflow: hidden;
}

.footer-main::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -210px;
  bottom: -240px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, 0.018),
    0 0 0 96px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.footer-content {
  min-height: 286px;
  display: grid;
  grid-template-columns: minmax(230px, 1.15fr) minmax(170px, 0.8fr) minmax(220px, 1.05fr);
  justify-content: space-between;
  align-items: start;
  gap: 44px;
  position: relative;
  z-index: 1;
  direction: rtl;
}

.footer-brand a {
  width: min(100%, 280px);
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-brand a:hover {
  border-color: rgba(87, 212, 219, 0.34);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.footer-brand img {
  width: 226px;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-brand::after {
  content: "";
  width: 184px;
  height: 28px;
  display: block;
  margin: 22px 28px 0 0;
  opacity: 0.75;
  background:
    radial-gradient(circle, #57d4db 0 3px, transparent 4px) 0 50% / 26px 26px repeat-x,
    linear-gradient(90deg, rgba(87, 212, 219, 0.72), rgba(242, 140, 46, 0.72)) center / 100% 1px no-repeat;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 2px;
  color: #fff;
  text-align: right;
}

.footer-links h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
}

.footer-links h3::before,
.footer-links h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
}

.footer-links h3::before {
  right: 0;
  width: 42px;
  background: var(--orange);
}

.footer-links h3::after {
  right: 49px;
  width: 10px;
  background: #57d4db;
}

.footer-links a {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a::before {
  content: "←";
  width: 0;
  margin-left: 0;
  overflow: hidden;
  color: #57d4db;
  opacity: 0;
  transition: width 180ms ease, margin-left 180ms ease, opacity 180ms ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(-2px);
}

.footer-links a:hover::before {
  width: 15px;
  margin-left: 5px;
  opacity: 1;
}

.footer-contact {
  display: none;
  gap: 14px;
  justify-items: stretch;
  text-align: right;
}

.footer-call {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(242, 140, 46, 0.98), rgba(247, 163, 60, 0.92));
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 14px 28px rgba(9, 27, 44, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.footer-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(9, 27, 44, 0.28);
  filter: brightness(1.04);
}

.footer-call img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.footer-facebook {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.footer-facebook:hover {
  border-color: rgba(87, 212, 219, 0.3);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.footer-facebook img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.footer-bottom {
  grid-column: 1 / -1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.4;
}

.footer-live {
  height: 7px;
  background: linear-gradient(90deg, #57d4db 0%, #087fc8 48%, #f28c2e 100%);
}

@media (max-width: 1240px) {
  .comparison .section-shell {
    width: min(var(--shell), calc(100% - 32px));
  }

  .comparison-ad-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  .hero-shell,
  .comparison-grid,
  .calculator-grid,
  .lead-grid {
    grid-template-columns: 1fr;
  }

  .calculator-grid {
    column-gap: 0;
  }

  .calc-controls,
  .calc-result {
    width: 100%;
  }

  .calc-profit-card {
    justify-self: center;
  }

  .hero-shell {
    display: block;
  }

  .hero-copy {
    width: 100%;
    flex: 1 1 auto;
    order: 0;
  }

  .hero-visual {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero p {
    font-size: 24px;
  }

  .product-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  .filters {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px 24px 16px;
  }

  .route-filter {
    padding-inline-start: 0;
    padding-top: 16px;
    border-inline-start: 0;
    border-top: 1px solid rgba(32, 170, 229, 0.18);
  }

  .article-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 128px 0 56px;
  }

  .about-hero {
    padding: 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-copy {
    max-width: none;
  }

  .about-hero-copy {
    width: min(520px, 62%);
  }

  .about-metrics,
  .about-principles,
  .articles-list-grid {
    grid-template-columns: 1fr;
  }

  .about-metrics {
    margin-bottom: 48px;
  }

  .about-principles {
    margin-top: 52px;
  }

  .article-hero-card,
  .article-body,
  .terms-shell {
    grid-template-columns: 1fr;
  }

  .article-hero-card img {
    min-height: auto;
  }

  .article-takeaways,
  .terms-summary {
    position: static;
  }

  .lead-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-signup {
    margin-bottom: -44px;
  }

  .footer-signup-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 28px;
  }

  .footer-signup-form {
    width: min(100%, 520px);
    justify-self: end;
  }

  .footer-main {
    padding-top: 56px;
  }

  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .footer-brand img {
    width: 210px;
    height: auto;
  }

  .footer-brand::after {
    display: none;
  }

  .footer-contact {
    width: min(100%, 280px);
    justify-items: stretch;
  }
}

@media (max-width: 760px) {
  .pricing-grid {
    max-width: 620px;
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .pricing-card,
  .pricing-card.is-featured,
  .pricing-card:hover,
  .pricing-card.is-featured:hover {
    min-height: 0;
    transform: none;
  }
}

@media (max-width: 640px) {
  .header-shell {
    min-height: 70px;
  }

  .brand img {
    width: 118px;
  }

  .header-actions {
    gap: 6px;
  }

  .primary-pill {
    min-width: 158px;
    padding: 0 14px;
    font-size: 12px;
  }

  .whatsapp img {
    width: 32px;
    height: 32px;
  }

  .hero-shell {
    gap: 24px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero p,
  .intro p,
  .section-heading p,
  .lead p {
    font-size: 18px;
  }

  .pricing {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .pricing-heading {
    margin-bottom: 38px;
  }

  .pricing-card-top {
    padding-inline: 22px;
  }

  .pricing-card ul {
    padding-inline: 24px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero p {
    font-size: 20px;
  }

  .about-hero {
    text-align: center;
  }

  .about-hero::after {
    display: none;
  }

  .about-hero .section-shell {
    position: static;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 32px;
  }

  .about-hero-copy {
    width: min(560px, 100%);
  }

  .about-kicker {
    justify-content: center;
    font-size: 14px;
  }

  .about-kicker::before {
    width: 24px;
  }

  .about-hero p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.45;
  }

  .about-hero-link {
    min-height: 42px;
    margin-top: 16px;
    padding: 0 18px;
    font-size: 14px;
  }

  .about-content {
    padding-top: 48px;
    padding-bottom: 78px;
  }

  .about-intro {
    margin-bottom: 30px;
  }

  .about-intro p {
    font-size: 18px;
    line-height: 1.7;
  }

  .about-copy p {
    font-size: 18px;
    line-height: 1.75;
  }

  .about-highlights {
    padding: 18px;
  }

  .articles-hero {
    padding-top: 116px;
    padding-bottom: 58px;
    background:
      linear-gradient(180deg, rgba(21, 34, 52, 0.8), rgba(21, 34, 52, 0.72)),
      url("assets/camel-family-israeli-money-anime-2kids-hats.png") center / cover no-repeat;
    text-align: center;
  }

  .terms-hero {
    padding-top: 116px;
    padding-bottom: 58px;
    background:
      linear-gradient(180deg, rgba(21, 34, 52, 0.84), rgba(21, 34, 52, 0.76)),
      url("assets/camel-family-israeli-money-anime-2kids-hats.png") center / cover no-repeat;
    text-align: center;
  }

  .articles-list-section,
  .article-detail,
  .terms-section {
    padding-top: 52px;
    padding-bottom: 78px;
  }

  .articles-list-heading h2 {
    font-size: 32px;
  }

  .article-hero-copy {
    padding: 30px 22px;
  }

  .article-body {
    gap: 28px;
    margin-top: 34px;
  }

  .article-text p {
    font-size: 18px;
    line-height: 1.78;
  }

  .terms-shell {
    gap: 28px;
  }

  .terms-content {
    padding: 28px 20px;
  }

  .terms-content h2 {
    font-size: 25px;
  }

  .terms-content p {
    font-size: 18px;
    line-height: 1.78;
  }

  .quick-links,
  .product-tabs,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .quick-links a {
    min-height: 56px;
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .comparison-grid {
    padding: 14px 12px 24px;
  }

  .filters {
    padding-inline: 14px;
  }

  .period-options,
  .track-options {
    gap: 10px 12px;
  }

  .chart-panel {
    max-width: 100%;
    min-height: auto;
    padding-top: 22px;
    direction: ltr;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(32, 170, 229, 0.72) rgba(223, 236, 246, 0.9);
  }

  .chart-title {
    direction: rtl;
    text-align: right;
  }

  .chart {
    width: 720px;
    min-width: 720px;
    min-height: 372px;
    grid-template-columns: 52px minmax(0, 1fr);
    overflow: visible;
  }

  .chart-plot {
    min-height: 344px;
    grid-template-columns: repeat(var(--rows), minmax(50px, 1fr));
    gap: 10px;
    padding-inline: 8px;
  }

  .chart-axis {
    padding-bottom: 56px;
    font-size: 14px;
  }

  .bar-value {
    display: block;
    font-size: 12px;
  }

  .bar-stack {
    width: min(48px, 80%);
  }

  .bar-logo {
    width: 28px;
    height: 28px;
  }

  .bar-logo-wrap {
    width: 34px;
    height: 34px;
  }

  .calc-controls label {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "number"
      "range";
    gap: 8px;
  }

  .lead-grid {
    padding: 24px;
  }

  .footer-signup-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px;
  }

  .footer-signup-form label {
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .footer-signup-form button {
    width: 46px;
    height: 46px;
  }

  .footer-signup {
    margin-bottom: -32px;
  }

  .footer-signup-inner {
    padding: 26px 18px 22px;
    border-radius: 18px;
  }

  .footer-signup-inner::after {
    right: 18px;
  }

  .footer-signup-text h2 {
    font-size: 24px;
  }

  .footer-signup-text p {
    font-size: 14px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-main {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .footer-brand a,
  .footer-contact {
    width: 100%;
    max-width: none;
  }

  .footer-brand::after {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-bottom {
    margin-top: 4px;
    justify-content: flex-start;
  }

  .accessibility {
    width: 54px;
    height: 54px;
    right: 14px;
    top: auto;
    bottom: 18px;
    font-size: 24px;
  }

  .accessibility-panel {
    width: min(286px, calc(100vw - 16px));
    right: 8px;
    top: 8px;
    max-height: calc(100vh - 16px);
  }

  .accessibility-dialog h2 {
    font-size: 29px;
  }
}
