.brand-us-israel {
  --ink: #081f3f;
  --muted: #56677f;
  --paper: #f6f9fe;
  --panel: #ffffff;
  --line: rgba(8, 31, 63, 0.13);
  --teal: #1e88e5;
  --teal-dark: #0b2d5c;
  --coral: #c62828;
  --gold: #68b8ff;
  --sky: #eef6ff;
  --shadow: 0 24px 70px rgba(8, 31, 63, 0.15);
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.75), rgba(246, 249, 254, 0) 620px),
    var(--paper);
}

.brand-us-israel .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand-us-israel .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(8, 31, 63, 0.09);
}

.brand-us-israel .brand-mark {
  position: relative;
  background: #fff;
  color: var(--teal-dark);
  box-shadow: inset 0 -6px 0 var(--coral), inset 0 6px 0 var(--teal);
}

.brand-us-israel .site-header.is-scrolled .brand-mark {
  background: var(--teal-dark);
  color: #fff;
  box-shadow: inset 0 -6px 0 var(--coral), inset 0 6px 0 var(--teal);
}

.brand-us-israel .header-cta {
  background: #fff;
  color: var(--teal-dark);
}

.brand-us-israel .site-header.is-scrolled .header-cta,
.brand-us-israel .button.primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 14px 36px rgba(198, 40, 40, 0.28);
}

.brand-us-israel .hero {
  min-height: 94vh;
}

.brand-us-israel .hero::after {
  content: "";
  position: absolute;
  inset: auto clamp(22px, 7vw, 110px) 34px auto;
  width: min(420px, 58vw);
  height: 9px;
  background:
    linear-gradient(90deg, #fff 0 34%, var(--coral) 34% 42%, #fff 42% 64%, var(--teal) 64% 100%);
  border-radius: 999px;
  opacity: 0.9;
}

.brand-us-israel .hero-overlay {
  background:
    radial-gradient(circle at 16% 24%, rgba(198, 40, 40, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(8, 31, 63, 0.04), rgba(11, 45, 92, 0.58) 50%, rgba(5, 22, 49, 0.9)),
    linear-gradient(0deg, rgba(5, 22, 49, 0.5), transparent 50%);
}

.brand-us-israel .hero-content {
  max-width: 820px;
}

.brand-us-israel .hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.brand-us-israel .hero .eyebrow::before {
  content: "";
  width: 30px;
  height: 18px;
  border-top: 4px solid var(--teal);
  border-bottom: 4px solid var(--teal);
  background:
    linear-gradient(90deg, transparent 0 40%, var(--coral) 40% 52%, transparent 52% 100%),
    #fff;
  border-radius: 2px;
}

.brand-us-israel h1 {
  text-wrap: balance;
}

.brand-us-israel .button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.brand-us-israel .intro-band {
  position: relative;
  overflow: hidden;
  background: var(--teal-dark);
}

.brand-us-israel .intro-band::before,
.brand-us-israel .results::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, transparent 0 46%, rgba(255, 255, 255, 0.1) 46% 49%, transparent 49% 100%),
    linear-gradient(90deg, transparent 0 16%, rgba(104, 184, 255, 0.22) 16% 17%, transparent 17% 100%);
  opacity: 0.42;
}

.brand-us-israel .intro-grid {
  position: relative;
  z-index: 1;
}

.brand-us-israel .intro-grid article {
  background: rgba(8, 31, 63, 0.94);
}

.brand-us-israel .intro-grid span,
.brand-us-israel .steps span {
  color: var(--teal);
}

.brand-us-israel .split-section,
.brand-us-israel .audience {
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 8px), var(--coral) calc(100% - 8px) calc(100% - 4px), var(--teal) calc(100% - 4px));
}

.brand-us-israel .method-list span {
  border-color: rgba(30, 136, 229, 0.26);
  color: var(--teal-dark);
  box-shadow: inset 0 -3px 0 rgba(30, 136, 229, 0.14);
}

.brand-us-israel .image-panel,
.brand-us-israel .image-strip {
  border: 8px solid #fff;
  box-shadow: var(--shadow);
}

.brand-us-israel .image-panel img {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.brand-us-israel .image-strip img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.brand-us-israel .approach {
  background:
    linear-gradient(135deg, rgba(30, 136, 229, 0.11), transparent 38%),
    var(--sky);
}

.brand-us-israel .feature-card {
  border-color: rgba(30, 136, 229, 0.18);
  box-shadow: 0 18px 52px rgba(8, 31, 63, 0.08);
}

.brand-us-israel .feature-card:nth-child(2n) {
  border-top: 4px solid var(--teal);
}

.brand-us-israel .feature-card:nth-child(2n + 1) {
  border-top: 4px solid var(--coral);
}

.brand-us-israel .check {
  background: rgba(30, 136, 229, 0.11);
  color: var(--teal);
}

.brand-us-israel .clean-list li {
  border-right: 5px solid var(--teal);
  box-shadow: 0 10px 32px rgba(8, 31, 63, 0.06);
}

.brand-us-israel .clean-list li:nth-child(even) {
  border-right-color: var(--coral);
}

.brand-us-israel .process {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.brand-us-israel .process .section-heading {
  grid-column: 2;
  max-width: 760px;
  margin: 0 0 34px;
  text-align: right;
}

.brand-us-israel .process-image {
  grid-row: 1 / span 2;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brand-us-israel .process-image img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-us-israel .process .steps {
  grid-column: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.brand-us-israel .steps article {
  position: relative;
  overflow: hidden;
}

.brand-us-israel .steps article::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), var(--teal), #fff);
}

.brand-us-israel .results {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071b38, #0b2d5c 58%, #113f7c);
}

.brand-us-israel .results-copy,
.brand-us-israel .results-grid {
  position: relative;
  z-index: 1;
}

.brand-us-israel .results .eyebrow {
  color: #b9dcff;
}

.brand-us-israel .results-grid div {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-us-israel .results-grid div:nth-child(2),
.brand-us-israel .results-grid div:nth-child(3) {
  box-shadow: inset 0 -5px 0 var(--coral);
}

.brand-us-israel .contact {
  background:
    linear-gradient(90deg, rgba(246, 249, 254, 0.98), rgba(246, 249, 254, 0.78)),
    url("./assets/letters.png") center / cover;
}

.brand-us-israel .contact-card {
  border: 1px solid rgba(30, 136, 229, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

.brand-us-israel .contact-card h2 {
  color: var(--teal-dark);
}

.brand-us-israel .contact .button.secondary {
  border-color: var(--teal-dark);
  color: var(--teal-dark);
  background: transparent;
}

.brand-us-israel .site-footer {
  background: #071b38;
}

@media (max-width: 640px) {
  .brand-us-israel .hero::after {
    width: calc(100% - 40px);
    inset-inline: 20px;
  }

  .brand-us-israel .hero .eyebrow {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  .brand-us-israel .process {
    grid-template-columns: 1fr;
  }

  .brand-us-israel .process .section-heading,
  .brand-us-israel .process .steps,
  .brand-us-israel .process-image {
    grid-column: auto;
    grid-row: auto;
  }

  .brand-us-israel .process .steps {
    grid-template-columns: 1fr;
  }

  .brand-us-israel .process .section-heading {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .brand-us-israel .process-image img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .brand-us-israel .process-image {
    max-width: 560px;
    margin: 0 auto;
  }
}
