:root {
  --ink: #231b16;
  --muted: #6e5847;
  --paper: #fff9ef;
  --cream: #f3e6d4;
  --caramel: #b9794e;
  --olive: #647858;
  --line: rgba(76, 55, 39, .16);
  --shadow: 0 28px 80px rgba(63, 43, 28, .16);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(232, 178, 103, .36), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(100, 120, 88, .22), transparent 31%),
    linear-gradient(135deg, #fffaf2 0%, #f2e5d3 52%, #dec5a9 100%);
  overflow-x: hidden;
}

html[lang="he"] body {
  font-family: Assistant, "Noto Sans Hebrew", "Segoe UI", Arial, sans-serif;
}

html[lang="ar"] body {
  font-family: "Noto Sans Arabic", Tahoma, "Segoe UI", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.38), transparent 28%, rgba(255,255,255,.18));
  z-index: -2;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(115deg, transparent 0, rgba(93, 66, 42, .07) 50%, transparent 100%),
    repeating-radial-gradient(circle at 10% 20%, rgba(35,27,22,.05) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}

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

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 22px 0;
  transition: padding .25s ease, backdrop-filter .25s ease, background .25s ease;
}

.site-header.scrolled {
  padding: 12px 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 16px 34px rgba(35, 27, 22, .24);
}

.nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font-size: 14px;
}

.nav a,
.header-cta {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.46);
  white-space: nowrap;
}

.header-cta {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.44);
}

.lang-button {
  min-width: 38px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.lang-button:hover {
  transform: translateY(-1px);
}

.lang-button.active {
  color: var(--paper);
  background: var(--ink);
}

.section-pad {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
  padding: 62px 0;
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .95fr);
  gap: 42px;
  align-items: center;
  padding-top: 36px;
}

.eyebrow,
.plan-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .89;
  font-weight: 900;
  letter-spacing: -.07em;
}

h2 {
  font-size: clamp(31px, 4.4vw, 56px);
  line-height: .94;
  letter-spacing: -.055em;
}

h3 {
  letter-spacing: -.035em;
}

html[lang="he"] h1,
html[lang="ar"] h1 {
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .96;
}

html[lang="he"] h2,
html[lang="ar"] h2 {
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1;
}

html[lang="he"] h3,
html[lang="ar"] h3 {
  letter-spacing: 0;
}

html[lang="he"] .hero-text,
html[lang="ar"] .hero-text,
html[lang="he"] .section-heading p,
html[lang="ar"] .section-heading p,
html[lang="he"] .contact p,
html[lang="ar"] .contact p {
  font-weight: 600;
  line-height: 1.75;
}

.hero-text,
.section-heading p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-text {
  max-width: 650px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 18px 38px rgba(35, 27, 22, .22);
}

.secondary {
  background: rgba(255,255,255,.68);
  color: var(--ink);
  border: 1px solid var(--line);
}

.warm {
  background: #f1bd71;
  color: var(--ink);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-row span {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.45);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.46);
  background: var(--cream);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
}

.floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(35, 27, 22, .84);
  color: var(--paper);
  backdrop-filter: blur(18px);
}

.floating-card strong {
  font-size: 19px;
}

.floating-card span {
  color: #e7d2bd;
  line-height: 1.45;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.example-grid,
.plans-grid,
.steps {
  display: grid;
  gap: 16px;
}

.example-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.plans-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.example-card,
.plan-card,
.step,
.contact {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,252,246,.74);
  box-shadow: 0 22px 56px rgba(63, 43, 28, .12);
}

.example-card {
  overflow: hidden;
}

.example-image {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.example-note {
  position: absolute;
  left: 24px;
  top: 26px;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(72%, 320px);
  padding: 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 22px;
  background: rgba(255,250,241,.68);
  box-shadow: 0 20px 42px rgba(35, 27, 22, .18);
  backdrop-filter: blur(14px);
}

.example-note strong {
  font-size: 15px;
  letter-spacing: -.02em;
}

.example-note span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.search-chip {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 170px;
  max-width: min(62%, 240px);
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 34px rgba(35, 27, 22, .14);
  backdrop-filter: blur(12px);
}

.search-chip__engine {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(234, 242, 255, .95);
  color: #2b5fb3;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.search-chip strong {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.search-chip small {
  color: rgba(59, 88, 53, .88);
  font-size: 11px;
  font-weight: 800;
}

.coffee-preview {
  background:
    linear-gradient(135deg, rgba(45,33,26,.2), transparent),
    url("assets/images/cc-studios-coffee-card.png") center / cover;
}

.boutique-preview {
  background:
    linear-gradient(135deg, rgba(48,70,52,.18), transparent),
    url("assets/images/cc-studios-coffee-landing.png") center / cover;
}

.service-preview {
  background:
    linear-gradient(135deg, rgba(38,61,73,.18), transparent),
    url("assets/images/cc-studios-coffee-full-site.png") center / cover;
}

.app-preview {
  background:
    linear-gradient(135deg, rgba(37,47,34,.22), transparent),
    url("assets/images/cc-studios-app-loyalty.png") center / cover;
}

.refund-banner {
  position: relative;
  align-self: stretch;
  max-width: none;
  padding: 18px 20px 18px 58px;
  border: 1px solid rgba(185, 121, 78, .28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.72), rgba(241,189,113,.2)),
    radial-gradient(circle at 100% 0%, rgba(100,120,88,.2), transparent 48%);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(63, 43, 28, .11);
  font-weight: 850;
}

.refund-banner::before {
  content: "14";
  position: absolute;
  left: 16px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.03em;
}

[dir="rtl"] .refund-banner {
  padding-right: 58px;
  padding-left: 20px;
}

[dir="rtl"] .refund-banner::before {
  right: 16px;
  left: auto;
}

[dir="rtl"] .search-chip {
  right: auto;
  left: 22px;
}

.example-content,
.plan-card,
.step {
  padding: 24px;
}

.example-content span {
  display: block;
  color: var(--caramel);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.example-content p,
.plan-card p,
.step p,
.plan-card li {
  color: var(--muted);
  line-height: 1.55;
}

.plan-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
}

.plan-card h3 {
  font-size: 25px;
  margin: 18px 0 10px;
}

.price {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.price span + span {
  position: relative;
  padding-left: 10px;
  color: var(--muted);
}

.price span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
  opacity: .5;
}

.app-price {
  font-size: 18px;
}

.app-price span {
  white-space: nowrap;
}

[dir="rtl"] .price span + span {
  padding-left: 0;
  padding-right: 10px;
}

[dir="rtl"] .price span + span::before {
  left: auto;
  right: 0;
}

.plan-card ul {
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.plan-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--caramel);
  vertical-align: middle;
}

[dir="rtl"] .plan-card li::before {
  margin-right: 0;
  margin-left: 9px;
}

.featured {
  color: var(--paper);
  background: linear-gradient(145deg, #2c211b, #5b3d2c);
  transform: translateY(-10px);
}

.featured p,
.featured li {
  color: #ead5c2;
}

.featured .plan-kicker {
  color: #2c211b;
  background: #f1bd71;
}

.featured .price {
  color: #2c211b;
  background: #f1bd71;
  border-color: rgba(255,255,255,.16);
}

.featured .price span + span,
.advanced-plan .price span + span,
.app-plan .price span + span {
  color: inherit;
  opacity: .76;
}

.advanced-plan {
  position: relative;
  overflow: hidden;
  color: #f7f1e8;
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 189, 113, .34), transparent 34%),
    linear-gradient(145deg, #233746, #315f68 55%, #8a6742);
}

.advanced-plan::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  pointer-events: none;
}

.advanced-plan > * {
  position: relative;
  z-index: 1;
}

.advanced-plan p,
.advanced-plan li {
  color: #e5d8ca;
}

.advanced-plan .plan-kicker,
.advanced-plan .price {
  color: #213542;
  background: #d9edf0;
  border-color: rgba(255,255,255,.16);
}

.app-plan {
  color: var(--paper);
  background: linear-gradient(145deg, #1f2224, #35514a 58%, #7b5a38);
}

.app-plan p,
.app-plan li {
  color: #e4d6c8;
}

.app-plan .plan-kicker,
.app-plan .price {
  color: #1f2224;
  background: #d9e7c8;
}

.feature-map {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,252,246,.76);
  box-shadow: 0 22px 56px rgba(63, 43, 28, .12);
}

.feature-intro {
  margin-top: 28px;
  margin-bottom: 16px;
}

.feature-intro h3 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(178px, 1.16fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(76, 55, 39, .1);
}

.feature-row:first-child {
  border-top: 0;
}

.feature-row > div {
  min-width: 0;
  padding: 14px;
  color: var(--muted);
  background: rgba(255,255,255,.26);
  line-height: 1.35;
  font-size: 13px;
  font-weight: 750;
  border-left: 1px solid rgba(76, 55, 39, .07);
}

.feature-row > div:first-child {
  border-left: 0;
}

.feature-name {
  color: var(--ink);
  font-weight: 900;
}

.feature-head > div {
  color: var(--paper);
  background: var(--ink);
  font-weight: 900;
}

.feature-cell {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 7px;
}

.feature-cell strong {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 0 0 1px rgba(76,55,39,.08);
  font-size: 16px;
  line-height: 1;
}

.feature-cell small {
  display: block;
  max-width: 100%;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.feature-cell.good strong {
  color: #173f2b;
  background: #cfe9d7;
}

.feature-cell.partial strong {
  color: #5f3a14;
  background: #f1d29b;
}

.feature-cell.strong strong {
  color: #1f2f38;
  background: #cfe6ec;
}

.feature-cell.no strong {
  color: #766554;
  background: rgba(118,101,84,.14);
}

.feature-cell.no small {
  opacity: .58;
}

[dir="rtl"] .feature-row > div {
  border-left: 0;
  border-right: 1px solid rgba(76, 55, 39, .07);
}

[dir="rtl"] .feature-row > div:first-child {
  border-right: 0;
}

.step span {
  display: block;
  margin-bottom: 28px;
  color: var(--caramel);
  font-size: 13px;
  font-weight: 900;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 62px;
  padding: 32px;
  color: var(--paper);
  background: linear-gradient(135deg, #2a211b, #76503a);
}

.contact .eyebrow {
  color: #2a211b;
  background: #f1bd71;
}

.contact p {
  max-width: 680px;
  color: #ead5c2;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1180px) {
  .site-header,
  .section-pad {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .84fr);
    gap: 30px;
  }

  .hero-media,
  .hero-media img {
    min-height: clamp(420px, 46vw, 560px);
  }

  h1 {
    font-size: clamp(44px, 6.3vw, 74px);
  }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero,
  .section-heading,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .example-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured {
    transform: none;
  }

  .feature-map {
    overflow-x: visible;
  }

  .feature-row {
    grid-template-columns: minmax(136px, .96fr) repeat(4, minmax(0, 1fr));
  }

  .feature-row > div {
    padding: 12px 10px;
    font-size: 12px;
  }

  .feature-cell strong {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .nav {
    order: 4;
    flex-basis: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .site-header,
  .section-pad {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    gap: 10px;
    padding: 14px 0;
  }

  .site-header.scrolled {
    padding: 10px 0;
  }

  .header-cta {
    display: inline-flex;
    order: 3;
    padding: 9px 11px;
    font-size: 12px;
  }

  .brand {
    order: 1;
    gap: 9px;
    font-size: 14px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
  }

  [dir="rtl"] .language-switcher {
    margin-right: auto;
    margin-left: 0;
  }

  .lang-button {
    min-width: 34px;
    height: 30px;
    font-size: 11px;
  }

  .section-pad {
    padding: 42px 0;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: .94;
  }

  h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .hero {
    gap: 24px;
    padding-top: 22px;
  }

  .hero-text,
  .section-heading p,
  .contact p {
    font-size: 16px;
  }

  .hero-actions .button {
    flex: 1 1 170px;
  }

  .proof-row {
    gap: 8px;
    margin-top: 20px;
  }

  .proof-row span {
    padding: 9px 10px;
    font-size: 12px;
  }

  .hero-media {
    border-radius: 22px;
  }

  .hero-media,
  .hero-media img {
    min-height: 340px;
  }

  .floating-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
    border-radius: 17px;
  }

  .example-grid,
  .plans-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .example-image {
    height: clamp(210px, 64vw, 280px);
  }

  .example-content,
  .plan-card,
  .step {
    padding: 20px;
  }

  .plan-card {
    min-height: auto;
  }

  .price {
    font-size: 19px;
  }

  .contact {
    padding: 24px;
  }

  .contact-actions {
    align-items: stretch;
  }

  .contact-actions .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .feature-map {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,252,246,.78);
    box-shadow: 0 18px 42px rgba(63, 43, 28, .1);
  }

  .feature-row.feature-head {
    display: none;
  }

  .feature-row > div {
    padding: 13px;
    border-left: 0;
    border-top: 1px solid rgba(76, 55, 39, .08);
    font-size: 13px;
  }

  [dir="rtl"] .feature-row > div {
    border-right: 0;
  }

  .feature-row > div:first-child {
    grid-column: 1 / -1;
    border-top: 0;
    color: var(--paper);
    background: var(--ink);
    font-size: 14px;
  }

  .feature-cell {
    min-height: 86px;
    align-content: start;
    background: rgba(255,255,255,.58);
  }

  .feature-cell::before {
    display: block;
    margin-bottom: 2px;
    color: var(--caramel);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .feature-row:not(.feature-head) .feature-cell:nth-child(2)::before {
    content: "Starter";
  }

  .feature-row:not(.feature-head) .feature-cell:nth-child(3)::before {
    content: "Landing";
  }

  .feature-row:not(.feature-head) .feature-cell:nth-child(4)::before {
    content: "Advanced";
  }

  .feature-row:not(.feature-head) .feature-cell:nth-child(5)::before {
    content: "App";
  }

  html[lang="he"] .feature-row:not(.feature-head) .feature-cell:nth-child(2)::before {
    content: "התחלתי";
  }

  html[lang="he"] .feature-row:not(.feature-head) .feature-cell:nth-child(3)::before {
    content: "נחיתה";
  }

  html[lang="he"] .feature-row:not(.feature-head) .feature-cell:nth-child(4)::before {
    content: "מתקדם";
  }

  html[lang="he"] .feature-row:not(.feature-head) .feature-cell:nth-child(5)::before {
    content: "אפליקציה";
  }

  html[lang="ar"] .feature-row:not(.feature-head) .feature-cell:nth-child(2)::before {
    content: "بداية";
  }

  html[lang="ar"] .feature-row:not(.feature-head) .feature-cell:nth-child(3)::before {
    content: "هبوط";
  }

  html[lang="ar"] .feature-row:not(.feature-head) .feature-cell:nth-child(4)::before {
    content: "متقدم";
  }

  html[lang="ar"] .feature-row:not(.feature-head) .feature-cell:nth-child(5)::before {
    content: "تطبيق";
  }
}

@media (max-width: 440px) {
  .site-header {
    justify-content: flex-start;
  }

  .language-switcher {
    margin-left: 0;
  }

  [dir="rtl"] .language-switcher {
    margin-right: 0;
  }

  .header-cta {
    flex: 1 1 100%;
    justify-content: center;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .feature-cell {
    min-height: auto;
  }
}
