:root {
  --navy-950: #061426;
  --navy-900: #081c33;
  --navy-800: #0c2a4b;
  --navy-700: #123d68;
  --blue-100: #e9f1f8;
  --orange: #f47b20;
  --orange-dark: #d95f0b;
  --ink: #10243a;
  --muted: #64748b;
  --line: #dce5ed;
  --paper: #ffffff;
  --wash: #f5f8fb;
  --success: #18855b;
  --danger: #b42318;
  --shadow: 0 20px 55px rgba(4, 23, 43, 0.11);
  --radius: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body[dir="rtl"] {
  font-family: Tahoma, Arial, sans-serif;
  direction: rtl;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-wash { background: var(--wash); }
.section-dark { background: var(--navy-950); color: #fff; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}
.section-dark .eyebrow { color: #ffae6b; }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy-950); line-height: 1.15; letter-spacing: -.025em; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
h1 { font-size: clamp(2.55rem, 5.6vw, 5.15rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); margin: 14px 0 18px; }
h3 { font-size: 1.25rem; margin-bottom: 12px; }
.lead { color: #c6d4e0; font-size: clamp(1.04rem, 1.6vw, 1.22rem); max-width: 690px; }
.muted { color: var(--muted); }
.fine-print { color: #8291a0; font-size: .78rem; line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  font-size: .92rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(244, 123, 32, .24); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-light { background: #fff; color: var(--navy-900); }
.btn-outline { border-color: rgba(255,255,255,.42); color: #fff; }
.btn-outline:hover { background: #fff; color: var(--navy-900); }
.btn-navy { background: var(--navy-900); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--navy-800); }
.btn-ghost:hover { border-color: var(--navy-700); }
.btn-whatsapp { background: #128c7e; color: #fff; box-shadow: 0 10px 24px rgba(18,140,126,.24); }
.btn-whatsapp:hover { background: #0d776b; }
.icon { width: 21px; height: 21px; }

.topbar {
  background: var(--navy-950);
  color: #c5d3e0;
  font-size: .79rem;
}
.topbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
}
.topbar-meta { align-items: center; display: flex; gap: 22px; }
.status-dot { background: #3fd390; border-radius: 50%; display: inline-block; height: 7px; margin-inline-end: 7px; width: 7px; }
.site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(12, 42, 75, .08);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
}
.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
}
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-mark {
  align-items: center;
  background: var(--navy-900);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 900;
  height: 43px;
  justify-content: center;
  letter-spacing: -.04em;
  position: relative;
  width: 43px;
}
.brand-mark::after { background: var(--orange); border-radius: 3px; bottom: 8px; content: ""; height: 4px; position: absolute; right: 6px; width: 14px; }
.brand-text { display: grid; line-height: 1.05; }
.brand-text strong { color: var(--navy-950); font-size: .97rem; }
.brand-text span { color: var(--muted); font-size: .65rem; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
.nav-menu { align-items: center; display: flex; gap: 30px; }
.nav-menu a:not(.btn) { color: #31465b; font-size: .88rem; font-weight: 700; padding: 27px 0; position: relative; }
.nav-menu a:not(.btn)::after { background: var(--orange); bottom: 19px; content: ""; height: 2px; inset-inline: 50%; position: absolute; transition: .2s ease; }
.nav-menu a.active::after, .nav-menu a:not(.btn):hover::after { inset-inline: 0; }
.nav-tools { align-items: center; display: flex; gap: 10px; }
.language-select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy-900);
  font-size: .78rem;
  font-weight: 800;
  height: 38px;
  padding: 0 8px;
}
.menu-toggle { background: transparent; border: 0; display: none; padding: 8px; }
.menu-toggle span { background: var(--navy-900); display: block; height: 2px; margin: 5px 0; width: 25px; }

.hero {
  background: var(--navy-950);
  color: #fff;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}
.hero::before {
  background: radial-gradient(circle, rgba(40,108,164,.35) 0, transparent 65%);
  content: "";
  height: 750px;
  left: -220px;
  position: absolute;
  top: -260px;
  width: 750px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 690px; position: relative; z-index: 2; }
.hero-copy { align-self: center; padding: 70px 6vw 80px 0; }
body[dir="rtl"] .hero-copy { padding: 70px 0 80px 6vw; }
.hero-copy h1 { color: #fff; max-width: 780px; }
.hero-copy .eyebrow { color: #ffae6b; }
.hero-copy .lead { max-width: 650px; }
.hero-proof {
  align-items: center;
  color: #b9cad8;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  font-weight: 700;
  gap: 8px 20px;
  margin-top: 22px;
}
.hero-proof span { align-items: center; display: inline-flex; gap: 8px; }
.hero-proof span::before { background: var(--orange); border-radius: 50%; content: ""; height: 6px; width: 6px; }
.hero-media { min-height: 690px; overflow: hidden; position: relative; }
.hero-media::after { background: linear-gradient(90deg, var(--navy-950) 0, rgba(6,20,38,.18) 35%, rgba(6,20,38,.12)); content: ""; inset: 0; position: absolute; z-index: 3; }
body[dir="rtl"] .hero-media::after { background: linear-gradient(-90deg, var(--navy-950) 0, rgba(6,20,38,.18) 35%, rgba(6,20,38,.12)); }
.slide { inset: 0; opacity: 0; position: absolute; transition: opacity .7s ease; }
.slide.active { opacity: 1; }
.slide img { height: 100%; object-fit: cover; width: 100%; }
.slide-caption {
  background: rgba(5,20,37,.84);
  border-inline-start: 4px solid var(--orange);
  bottom: 48px;
  color: #fff;
  max-width: 380px;
  padding: 17px 20px;
  position: absolute;
  right: 28px;
  z-index: 5;
}
body[dir="rtl"] .slide-caption { left: 28px; right: auto; }
.slide-caption strong { display: block; margin-bottom: 2px; }
.slide-caption span { color: #c3d2df; font-size: .84rem; }
.carousel-controls { bottom: 42px; display: flex; gap: 8px; left: 24px; position: absolute; z-index: 6; }
body[dir="rtl"] .carousel-controls { left: auto; right: 24px; }
.carousel-controls button { align-items: center; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; display: flex; height: 40px; justify-content: center; width: 40px; }
.trust-strip {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -45px;
  overflow: hidden;
  position: relative;
  z-index: 8;
}
.trust-item { align-items: center; display: flex; gap: 13px; min-height: 106px; padding: 18px 20px; }
.trust-item + .trust-item { border-inline-start: 1px solid var(--line); }
.trust-icon { align-items: center; background: #fff1e7; border-radius: 12px; color: var(--orange-dark); display: flex; flex: 0 0 48px; font-size: 1.22rem; height: 48px; justify-content: center; }
.trust-item strong { color: var(--navy-950); display: block; font-size: 1.02rem; }
.trust-item span { color: var(--muted); display: block; font-size: .8rem; margin-top: 3px; }

.founder-video-section { background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%); padding-top: 76px; }
.founder-video-layout { align-items: center; display: grid; gap: 62px; grid-template-columns: 1.15fr .85fr; }
.founder-video-stage { aspect-ratio: 16 / 10; background: var(--navy-950); border: 1px solid rgba(7,31,55,.12); border-radius: 22px; box-shadow: 0 28px 60px rgba(7,31,55,.2); color: #fff; min-height: 390px; overflow: hidden; position: relative; }
.founder-video-stage::before, .founder-video-stage::after { border: 1px solid rgba(255,255,255,.26); content: ""; height: 24px; position: absolute; width: 24px; z-index: 4; }
.founder-video-stage::before { border-bottom: 0; border-inline-end: 0; inset: 22px auto auto 22px; }
.founder-video-stage::after { border-inline-start: 0; border-top: 0; inset: auto 22px 22px auto; }
.founder-video-mosaic { display: grid; height: 100%; inset: 0; grid-template-columns: repeat(2, 1fr); position: absolute; width: 100%; }
.founder-video-mosaic img { filter: saturate(.72) contrast(1.04); height: 100%; min-height: 0; object-fit: cover; opacity: .58; width: 100%; }
.founder-video-poster { filter: saturate(.88) contrast(1.02); height: 100%; inset: 0; object-fit: cover; object-position: center 42%; position: absolute; width: 100%; }
.founder-video-shade { background: linear-gradient(120deg, rgba(3,17,31,.9), rgba(3,17,31,.33) 52%, rgba(3,17,31,.76)); inset: 0; position: absolute; z-index: 2; }
.founder-video-rec { align-items: center; display: flex; font-size: .68rem; font-weight: 900; gap: 8px; left: 44px; letter-spacing: .08em; position: absolute; top: 37px; z-index: 5; }
body[dir="rtl"] .founder-video-rec { left: auto; right: 44px; }
.founder-video-rec > span:first-child { background: #ff533d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,83,61,.16); height: 8px; width: 8px; }
.founder-video-center { align-items: center; display: grid; gap: 12px; inset: 28% 6% auto 63%; justify-items: center; position: absolute; text-align: center; z-index: 5; }
.founder-video-play { align-items: center; backdrop-filter: blur(8px); background: rgba(255,255,255,.92); border: 7px solid rgba(255,255,255,.16); border-radius: 50%; color: var(--orange); display: flex; font-size: 1.25rem; height: 76px; justify-content: center; padding-inline-start: 4px; width: 76px; }
.founder-video-center small { color: #d4e0e9; font-size: .72rem; max-width: 330px; }
.founder-video-caption { bottom: 34px; inset-inline: 44px; position: absolute; z-index: 5; }
.founder-video-caption > span { color: #ffb073; display: block; font-size: .65rem; font-weight: 900; letter-spacing: .1em; margin-bottom: 5px; }
.founder-video-caption strong { display: block; font-size: 1.45rem; }
.founder-video-caption p { color: #cad8e4; font-size: .73rem; margin: 5px 0 0; max-width: 510px; }
.founder-video-copy .lead { color: var(--muted); font-size: 1rem; }
.founder-video-points { display: grid; gap: 10px; margin: 28px 0; }
.founder-video-points > div { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; display: flex; gap: 13px; padding: 12px 14px; }
.founder-video-points span { align-items: center; background: #fff1e7; border-radius: 8px; color: var(--orange-dark); display: flex; flex: 0 0 34px; font-size: .66rem; font-weight: 900; height: 34px; justify-content: center; }
.founder-video-points strong { color: var(--navy-900); font-size: .78rem; }

.service-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.service-click-hint { color: var(--orange-dark); font-size: .78rem; font-weight: 800; margin-top: 14px; }
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  position: relative;
  transition: .24s ease;
}
.service-card:hover { border-color: #9fb6c9; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card-interactive { cursor: pointer; }
.service-card-interactive:focus-visible { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(244,123,32,.18), var(--shadow); outline: 0; }
.card-visual-row { align-items: flex-start; display: flex; gap: 16px; justify-content: space-between; margin-bottom: 24px; }
.mini-card-image { background: #dce7ef; border: 3px solid #fff; border-radius: 11px; box-shadow: 0 7px 20px rgba(9,35,59,.14); flex: 0 0 116px; height: 74px; object-fit: cover; width: 116px; }
.service-number { color: #c9d6e0; font-size: 2rem; font-weight: 900; line-height: 1; }
.service-card h3 { font-size: 1.12rem; }
.service-card p { color: var(--muted); font-size: .84rem; margin-bottom: 22px; }
.service-card strong { border-top: 1px solid var(--line); color: var(--navy-700); font-size: .75rem; margin-top: auto; padding-top: 15px; }
.service-card-cta { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .02em; margin-top: 13px; }
.service-card-interactive:hover .service-card-cta { color: var(--navy-900); }

.service-detail-modal {
  align-items: center;
  background: rgba(3,17,31,.78);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 160;
}
.service-detail-modal[hidden] { display: none; }
.service-detail-panel {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
  max-height: calc(100vh - 48px);
  max-width: 980px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: 100%;
}
.service-detail-close {
  align-items: center;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy-900);
  display: flex;
  font-size: 1.4rem;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  z-index: 2;
}
body[dir="rtl"] .service-detail-close { left: 18px; right: auto; }
.service-detail-hero { align-items: center; display: grid; gap: 30px; grid-template-columns: 250px 1fr; padding-inline-end: 35px; }
.service-detail-hero img { border-radius: 15px; height: 185px; object-fit: cover; width: 250px; }
.service-detail-kicker { align-items: center; color: var(--orange-dark); display: flex; font-size: .75rem; font-weight: 900; gap: 10px; letter-spacing: .07em; margin-bottom: 11px; text-transform: uppercase; }
.service-detail-kicker span:first-child { background: #fff1e7; border-radius: 8px; color: var(--orange-dark); padding: 6px 9px; }
.service-detail-hero h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); margin-bottom: 10px; }
.service-detail-hero p { color: var(--muted); font-size: .9rem; margin: 0; }
.service-detail-columns { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; margin-top: 28px; }
.service-detail-columns section, .service-detail-output { background: var(--wash); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.service-detail-columns h3, .service-detail-output h3 { color: var(--navy-900); font-size: 1rem; margin-bottom: 14px; }
.service-detail-columns ul, .service-detail-output ul { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.service-detail-columns li, .service-detail-output li { color: #52677b; font-size: .82rem; line-height: 1.6; padding-inline-start: 20px; position: relative; }
.service-detail-columns li::before, .service-detail-output li::before { color: var(--orange); content: "✓"; font-weight: 900; inset-inline-start: 0; position: absolute; }
.service-detail-output { background: #fff7ef; border-color: #f2d6bd; margin-top: 18px; }
.service-detail-output ul { grid-template-columns: repeat(3, 1fr); }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
body.service-modal-open { overflow: hidden; }

.card-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  min-height: 210px;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transition: .24s ease;
}
.category-card:hover { border-color: #9fb6c9; box-shadow: var(--shadow); transform: translateY(-5px); }
.category-icon { align-items: center; background: var(--blue-100); border-radius: 14px; color: var(--navy-700); display: flex; font-size: 1.45rem; height: 52px; justify-content: center; margin-bottom: 38px; width: 52px; }
.category-card h3 { margin-bottom: 6px; }
.category-card p { color: var(--muted); font-size: .84rem; margin: 0; }
.category-card .arrow { color: var(--orange); font-weight: 900; position: absolute; right: 22px; top: 24px; }
body[dir="rtl"] .category-card .arrow { left: 22px; right: auto; }
.category-card .card-visual-row .category-icon { margin-bottom: 0; }
.category-card-product { min-height: 312px; padding: 0; }
.category-card-product .category-media { background: #dce7ef; height: 168px; overflow: hidden; position: relative; }
.category-card-product .category-media::after { background: linear-gradient(180deg, transparent 55%, rgba(7,28,48,.2)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.category-card-product .category-media img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.category-card-product .category-media-fallback { align-items: center; display: flex; justify-content: center; }
.category-card-product .category-media-fallback .category-icon { margin: 0; }
.category-card-product:hover .category-media img { transform: scale(1.035); }
.category-card-product .category-content { padding: 21px 22px 24px; }
.category-card-product .arrow { align-items: center; backdrop-filter: blur(6px); background: rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 4px 16px rgba(7,28,48,.16); display: flex; height: 38px; justify-content: center; right: 14px; top: 14px; width: 38px; z-index: 2; }
body[dir="rtl"] .category-card-product .arrow { left: 14px; right: auto; }

.split { align-items: center; display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.image-stack { min-height: 530px; position: relative; }
.image-stack .main-image { border-radius: 18px; height: 480px; object-fit: cover; width: 85%; }
.image-stack .sub-image { border: 7px solid #fff; border-radius: 16px; bottom: 0; box-shadow: var(--shadow); height: 225px; object-fit: cover; position: absolute; right: 0; width: 48%; }
body[dir="rtl"] .image-stack .sub-image { left: 0; right: auto; }
.experience-badge { background: var(--orange); border-radius: 14px; color: #fff; left: -22px; padding: 20px; position: absolute; top: 48px; }
body[dir="rtl"] .experience-badge { left: auto; right: -22px; }
.experience-badge strong { display: block; font-size: 2rem; line-height: 1; }
.experience-badge span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-list { display: grid; gap: 15px; list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li { align-items: flex-start; display: flex; gap: 13px; }
.check-list li::before { align-items: center; background: #e8f6ef; border-radius: 50%; color: var(--success); content: "✓"; display: flex; flex: 0 0 24px; font-size: .77rem; font-weight: 900; height: 24px; justify-content: center; margin-top: 1px; }
.check-list strong { color: var(--navy-950); display: block; }
.check-list span { color: var(--muted); font-size: .86rem; }

.stats { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-top: 50px; background: rgba(255,255,255,.16); }
.stat { background: var(--navy-900); padding: 32px; text-align: center; }
.stat strong { color: #fff; display: block; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; }
.stat span { color: #aebfd0; display: block; font-size: .78rem; letter-spacing: .08em; margin-top: 10px; text-transform: uppercase; }
.network-proof { background: var(--navy-950); border-radius: 18px; display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 0 0 28px; overflow: hidden; }
.network-proof > div { background: var(--navy-900); min-height: 150px; padding: 30px; text-align: center; }
.network-proof strong { color: #fff; display: block; font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.05; }
.network-proof span { color: #b8c7d5; display: block; font-size: .78rem; margin: 10px auto 0; max-width: 260px; }

.audience-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.audience-card { background: var(--navy-950); border-radius: 16px; color: #fff; display: flex; flex-direction: column; min-height: 285px; padding: 26px; }
.audience-number { color: #ffae6b; display: block; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.audience-card .mini-card-image { border-color: rgba(255,255,255,.18); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.audience-card h3 { color: #fff; font-size: 1.08rem; }
.audience-card p { color: #b7c7d5; font-size: .82rem; margin: 0; }

.process-grid { display: grid; gap: 18px; grid-template-columns: repeat(5, 1fr); }
.process-grid.six-steps { grid-template-columns: repeat(3, 1fr); }
.process-step { background: #fff; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; min-height: 260px; padding: 25px; position: relative; }
.step-number { color: #d9e3eb; font-size: 2.1rem; font-weight: 900; line-height: 1; }
.process-step h3 { font-size: 1rem; }
.process-step p { color: var(--muted); font-size: .8rem; margin: 0; }
.process-step:not(:last-child)::after { color: var(--orange); content: "→"; font-weight: 900; position: absolute; right: -14px; top: 45%; z-index: 2; }
body[dir="rtl"] .process-step:not(:last-child)::after { content: "←"; left: -14px; right: auto; }
.process-grid.six-steps .process-step::after { display: none; }

.evidence-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.evidence-card { border-top: 3px solid var(--orange); box-shadow: 0 12px 35px rgba(9,35,59,.08); display: flex; flex-direction: column; min-height: 270px; padding: 24px; }
.evidence-number { color: #b9c8d4; display: block; font-size: 1.75rem; font-weight: 900; line-height: 1; }
.evidence-card h3 { font-size: 1rem; }
.evidence-card p { color: var(--muted); font-size: .8rem; margin: 0; }
.content-card-interactive { cursor: pointer; outline: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.content-card-interactive:hover { box-shadow: 0 20px 44px rgba(7,31,55,.16); transform: translateY(-5px); }
.content-card-interactive:focus-visible { box-shadow: 0 0 0 4px rgba(244,123,32,.25), 0 18px 42px rgba(7,31,55,.14); }
.audience-card.content-card-interactive:hover { background: #0a2035; }
.audience-card .service-card-cta { color: #ffae6b; margin-top: auto; }
.process-step .service-card-cta, .evidence-card .service-card-cta { margin-top: auto; }

.faq-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: .72fr 1.28fr; }
.faq-layout .section-heading { margin-bottom: 0; position: sticky; top: 120px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
.faq-item[open] { border-color: #adc1d1; box-shadow: 0 12px 30px rgba(9,35,59,.07); }
.faq-item summary { color: var(--navy-950); cursor: pointer; font-weight: 800; list-style: none; padding: 20px 36px 20px 0; position: relative; }
body[dir="rtl"] .faq-item summary { padding: 20px 0 20px 36px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { color: var(--orange); content: "+"; font-size: 1.45rem; position: absolute; right: 0; top: 13px; }
body[dir="rtl"] .faq-item summary::after { left: 0; right: auto; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--muted); font-size: .86rem; margin: -2px 0 20px; max-width: 680px; }

.testimonial-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.testimonial { background: #fff; border-radius: 16px; box-shadow: 0 12px 35px rgba(9,35,59,.08); padding: 28px; }
.quote-mark { color: var(--orange); font-family: Georgia, serif; font-size: 3rem; line-height: .8; }
.testimonial blockquote { color: #3e5367; font-size: .92rem; margin: 18px 0 26px; }
.customer { align-items: center; display: flex; gap: 12px; }
.avatar { align-items: center; background: var(--navy-900); border-radius: 50%; color: #fff; display: flex; font-size: .75rem; font-weight: 900; height: 42px; justify-content: center; width: 42px; }
.customer strong { display: block; font-size: .88rem; }
.customer span { color: var(--muted); display: block; font-size: .73rem; }
.verification-note { background: #fff8f0; border: 1px solid #ffd9bb; border-radius: 10px; color: #7f4b23; font-size: .78rem; margin-top: 22px; padding: 12px 15px; }

.quote-band { background: linear-gradient(120deg, var(--navy-900), var(--navy-700)); color: #fff; overflow: hidden; padding: 72px 0; position: relative; }
.quote-band::after { border: 90px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; height: 330px; position: absolute; right: -140px; top: -120px; width: 330px; }
.quote-layout { align-items: start; display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; position: relative; z-index: 2; }
.quote-layout h2 { color: #fff; }
.quote-panel { background: #fff; border-radius: 18px; box-shadow: var(--shadow); color: var(--ink); padding: 32px; }
.whatsapp-layout { align-items: center; gap: 62px; grid-template-columns: .9fr 1.1fr; }
.quote-whatsapp-copy .lead { color: #c8d7e4; }
.whatsapp-channel-badge { align-items: center; background: rgba(18,140,126,.2); border: 1px solid rgba(78,213,177,.4); border-radius: 999px; color: #dffdf5; display: inline-flex; font-size: .8rem; gap: 10px; margin-top: 4px; padding: 10px 14px; }
.wa-status-dot { background: #34e3a2; border-radius: 50%; box-shadow: 0 0 0 5px rgba(52,227,162,.13); height: 9px; width: 9px; }
.whatsapp-steps { display: grid; gap: 13px; margin-top: 28px; }
.whatsapp-step { align-items: flex-start; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; display: flex; gap: 15px; padding: 15px 17px; }
.whatsapp-step > span { align-items: center; background: var(--orange); border-radius: 9px; color: #fff; display: flex; flex: 0 0 38px; font-size: .72rem; font-weight: 900; height: 38px; justify-content: center; }
.whatsapp-step strong { color: #fff; display: block; font-size: .88rem; margin-bottom: 3px; }
.whatsapp-step p { color: #afc2d2; font-size: .76rem; margin: 0; }
.whatsapp-conversion-panel { background: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; box-shadow: 0 26px 60px rgba(3,17,31,.28); color: var(--ink); padding: 28px; position: relative; }
.whatsapp-conversion-panel::before { background: linear-gradient(90deg, #128c7e, #25d366); border-radius: 20px 20px 0 0; content: ""; height: 7px; inset: 0 0 auto; position: absolute; }
.wa-panel-head { align-items: center; display: flex; gap: 14px; margin-bottom: 20px; }
.wa-logo { align-items: center; background: #128c7e; border-radius: 50%; color: #fff; display: flex; flex: 0 0 54px; font-size: .82rem; font-weight: 900; height: 54px; justify-content: center; letter-spacing: -.02em; }
.wa-panel-head small { color: #128c7e; display: block; font-size: .68rem; font-weight: 900; letter-spacing: .1em; margin-bottom: 2px; }
.wa-panel-head h2, .wa-panel-head h3 { color: var(--navy-950); font-size: 1.35rem; margin: 0; }
.wa-product-strip { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); margin-bottom: 18px; }
.wa-product-strip img { border-radius: 10px; height: 92px; object-fit: cover; width: 100%; }
.wa-chat-preview { background: #edf7f2; border: 1px solid #d0e9de; border-radius: 14px; display: grid; gap: 9px; margin: 16px 0; padding: 15px; }
.wa-bubble { border-radius: 11px; box-shadow: 0 3px 9px rgba(14,70,58,.08); font-size: .75rem; line-height: 1.55; max-width: 86%; padding: 10px 12px; }
.wa-bubble-buyer { background: #fff; justify-self: start; }
.wa-bubble-team { background: #d8f7e7; justify-self: end; }
.wa-send-checklist { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin: 17px 0; }
.wa-send-checklist span { background: var(--wash); border-radius: 9px; color: #40576d; font-size: .7rem; font-weight: 800; padding: 10px 10px 10px 28px; position: relative; }
body[dir="rtl"] .wa-send-checklist span { padding: 10px 28px 10px 10px; }
.wa-send-checklist span::before { color: #128c7e; content: "✓"; font-weight: 900; inset-inline-start: 10px; position: absolute; }
.wa-send-checklist-stacked { grid-template-columns: 1fr 1fr; }
.btn-whatsapp-large { align-items: center; display: flex; font-size: .9rem; justify-content: center; min-height: 58px; width: 100%; }
.wa-button-icon { font-size: 1.08rem; }
.wa-direct-note { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: .68rem; gap: 6px 10px; justify-content: center; margin: 13px 0 0; text-align: center; }
.wa-direct-note strong { color: var(--navy-900); }
.wa-contact-image-grid { display: grid; gap: 8px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 104px 104px; margin-bottom: 18px; }
.wa-contact-image-grid img { border-radius: 11px; height: 100%; object-fit: cover; width: 100%; }
.wa-contact-image-grid img:first-child { grid-row: 1 / 3; }
.wa-panel-intro { color: var(--muted); font-size: .82rem; }
.whatsapp-contact-panel { border: 1px solid var(--line); }
.whatsapp-mini-panel { background: #fff; border-radius: 18px; box-shadow: var(--shadow); color: var(--ink); padding: 26px; }
.wa-only-pill { background: #e9f8f1; border-radius: 999px; color: #128c7e; display: inline-block; font-size: .66rem; font-weight: 900; letter-spacing: .08em; margin-bottom: 14px; padding: 7px 10px; }
.wa-mini-images { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); margin-bottom: 17px; }
.wa-mini-images img { border-radius: 9px; height: 88px; object-fit: cover; width: 100%; }
.whatsapp-mini-panel h3 { color: var(--navy-950); }
.whatsapp-mini-panel p { color: var(--muted); font-size: .8rem; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #31475d; font-size: .73rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  background: #fff;
  border: 1px solid #cedae4;
  border-radius: 9px;
  color: var(--ink);
  min-height: 48px;
  outline: none;
  padding: 11px 13px;
  width: 100%;
}
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(18,61,104,.1); }
.form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; grid-column: 1 / -1; }
.form-message { border-radius: 8px; display: none; font-size: .83rem; padding: 10px 12px; }
.form-message.success { background: #e9f8f1; color: #126243; display: block; }
.form-message.error { background: #fff0ef; color: #8c251e; display: block; }
.whatsapp-link { color: #128c7e; font-size: .83rem; font-weight: 800; }
.honeypot { left: -9999px !important; position: absolute !important; }

.page-hero { background: var(--navy-950); color: #fff; overflow: hidden; padding: 92px 0 80px; position: relative; }
.page-hero::after { background: radial-gradient(circle, rgba(244,123,32,.18), transparent 68%); content: ""; height: 500px; position: absolute; right: -90px; top: -260px; width: 500px; }
.page-hero h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.4rem); max-width: 820px; }
.breadcrumb { color: #9eb1c3; font-size: .8rem; margin-bottom: 28px; }
.breadcrumb a { color: #fff; }
.partial-catalogue-note {
  align-items: flex-start;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-inline-start: 4px solid var(--orange);
  border-radius: 12px;
  display: flex;
  gap: 14px;
  margin-top: 26px;
  max-width: 820px;
  padding: 16px 18px;
}
.partial-catalogue-note strong { color: #fff; flex: 0 0 auto; font-size: .83rem; }
.partial-catalogue-note span { color: #bfd0df; font-size: .8rem; line-height: 1.65; }

.filters { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; padding: 15px; position: sticky; top: 90px; z-index: 20; }
.search-box { flex: 1 1 260px; position: relative; }
.search-box input { border: 1px solid var(--line); border-radius: 9px; min-height: 44px; padding: 0 42px 0 14px; width: 100%; }
body[dir="rtl"] .search-box input { padding: 0 14px 0 42px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pill { background: var(--wash); border: 1px solid var(--line); border-radius: 999px; color: #41566b; font-size: .76rem; font-weight: 800; padding: 9px 14px; }
.filter-pill.active { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.catalog-result-bar { align-items: center; display: flex; gap: 16px; justify-content: space-between; margin: -10px 0 22px; }
.catalog-count { color: var(--navy-900); font-size: .84rem; font-weight: 800; margin: 0; }
.catalog-note { color: var(--muted); font-size: .74rem; }
.product-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: .22s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.product-visual {
  align-items: center;
  background: linear-gradient(145deg, #edf3f7, #d9e5ee);
  display: flex;
  height: 230px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.product-visual img { height: 100%; object-fit: cover; width: 100%; }
.product-placeholder { color: var(--navy-700); font-size: 3.2rem; font-weight: 900; opacity: .8; }
.product-category { background: var(--navy-900); border-radius: 999px; color: #fff; font-size: .66rem; font-weight: 800; left: 14px; padding: 6px 10px; position: absolute; top: 14px; }
body[dir="rtl"] .product-category { left: auto; right: 14px; }
.product-body { padding: 22px; }
.product-body h3 { font-size: 1.12rem; }
.product-body p { color: var(--muted); font-size: .82rem; }
.spec-list { border-top: 1px solid var(--line); display: grid; gap: 7px; margin: 18px 0; padding-top: 14px; }
.spec-row { display: flex; font-size: .76rem; justify-content: space-between; }
.spec-row span:first-child { color: var(--muted); }
.spec-row span:last-child { color: var(--navy-900); font-weight: 700; text-align: end; }
.product-actions { align-items: center; display: flex; justify-content: space-between; }
.sku { color: #91a0ae; font-size: .68rem; }
.empty-state { background: var(--wash); border: 1px dashed #b5c5d2; border-radius: 15px; color: var(--muted); grid-column: 1 / -1; padding: 50px; text-align: center; }
.load-more-wrap { display: flex; justify-content: center; padding: 34px 0 8px; }
.load-more-wrap[hidden] { display: none; }

.timeline { border-inline-start: 2px solid var(--line); display: grid; gap: 26px; margin-top: 30px; padding-inline-start: 30px; }
.timeline-item { position: relative; }
.timeline-item::before { background: var(--orange); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--orange); content: ""; height: 13px; inset-inline-start: -37px; position: absolute; top: 6px; width: 13px; }
.timeline-item span { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.timeline-item h3 { margin: 5px 0 7px; }
.timeline-item p { color: var(--muted); font-size: .86rem; margin: 0; }
.qc-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.qc-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; min-height: 245px; padding: 24px; }
.qc-card strong { align-items: center; background: var(--navy-900); border-radius: 50%; color: #fff; display: flex; height: 38px; justify-content: center; margin-bottom: 22px; width: 38px; }
.qc-card .card-visual-row strong { flex: 0 0 38px; margin-bottom: 0; }
.qc-card p { color: var(--muted); font-size: .81rem; margin: 0; }
.cert-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.cert-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; text-align: center; }
.cert-seal { align-items: center; background: var(--blue-100); border: 1px solid #b9ccdc; border-radius: 50%; color: var(--navy-700); display: flex; font-size: .86rem; font-weight: 900; height: 74px; justify-content: center; margin: 0 auto 18px; width: 74px; }
.cert-card p { color: var(--muted); font-size: .76rem; margin: 0; }
.capability-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.capability { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 28px; }
.capability p { color: #acbece; font-size: .84rem; margin: 0; }
.capability-with-image { overflow: hidden; padding: 0 0 28px; }
.capability-image { display: block; height: 128px; object-fit: cover; opacity: .9; width: 100%; }
.capability-with-image h3 { margin: 24px 28px 10px; }
.capability-with-image p { margin-inline: 28px; }

.contact-grid { align-items: start; display: grid; gap: 42px; grid-template-columns: .8fr 1.2fr; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { align-items: flex-start; background: var(--wash); border-radius: 14px; display: flex; gap: 16px; padding: 20px; }
.contact-card .contact-icon { align-items: center; background: var(--navy-900); border-radius: 10px; color: #fff; display: flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.contact-card strong { display: block; }
.contact-card span, .contact-card a { color: var(--muted); display: block; font-size: .82rem; }
.response-promise { background: #fff6ed; border-inline-start: 4px solid var(--orange); margin-top: 20px; padding: 18px; }
.map-frame { border: 0; border-radius: 16px; height: 410px; margin-top: 30px; width: 100%; }
.upload-note { background: var(--wash); border: 1px dashed #b7c7d4; border-radius: 10px; color: var(--muted); font-size: .76rem; padding: 12px; }

.footer { background: #04111f; color: #aab9c6; padding: 62px 0 24px; }
.footer-grid { display: grid; gap: 50px; grid-template-columns: 1.5fr .75fr .75fr 1fr; }
.footer .brand-text strong { color: #fff; }
.footer .brand-text span { color: #8193a3; }
.footer-about { font-size: .82rem; margin: 22px 0; max-width: 360px; }
.footer h3 { color: #fff; font-size: .9rem; letter-spacing: .04em; margin-bottom: 20px; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { font-size: .82rem; transition: .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.1); display: flex; font-size: .72rem; justify-content: space-between; margin-top: 48px; padding-top: 22px; }
.legal-links { display: flex; gap: 20px; }

.floating-chat { bottom: 22px; position: fixed; right: 22px; z-index: 80; }
body[dir="rtl"] .floating-chat { left: 22px; right: auto; }
.chat-button { align-items: center; background: #128c7e; border: 0; border-radius: 999px; box-shadow: 0 12px 30px rgba(18,140,126,.3); color: #fff; display: flex; font-size: .82rem; font-weight: 800; gap: 9px; min-height: 52px; padding: 0 19px; }
.chat-panel { background: #fff; border-radius: 14px; bottom: 64px; box-shadow: var(--shadow); display: none; padding: 18px; position: absolute; right: 0; width: 285px; }
body[dir="rtl"] .chat-panel { left: 0; right: auto; }
.chat-panel.open { display: block; }
.chat-panel strong { display: block; margin-bottom: 6px; }
.chat-panel p { color: var(--muted); font-size: .78rem; margin-bottom: 12px; }

.cookie-banner { background: #fff; border: 1px solid var(--line); border-radius: 14px; bottom: 18px; box-shadow: var(--shadow); display: none; left: 18px; max-width: 500px; padding: 20px; position: fixed; z-index: 120; }
body[dir="rtl"] .cookie-banner { left: auto; right: 18px; }
.cookie-banner.show { display: block; }
.cookie-banner strong { display: block; margin-bottom: 6px; }
.cookie-banner p { color: var(--muted); font-size: .77rem; margin-bottom: 14px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button { border: 1px solid var(--line); border-radius: 8px; font-size: .72rem; font-weight: 800; min-height: 38px; padding: 0 13px; }
.cookie-accept { background: var(--navy-900); color: #fff; }

.modal { align-items: center; background: rgba(3,17,31,.72); display: none; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 140; }
.modal.open { display: flex; }
.modal-card { background: #fff; border-radius: 18px; max-height: 92vh; max-width: 720px; overflow: auto; padding: 30px; position: relative; width: 100%; }
.modal-close { align-items: center; background: var(--wash); border: 0; border-radius: 50%; display: flex; font-size: 1.25rem; height: 38px; justify-content: center; position: absolute; right: 18px; top: 18px; width: 38px; }
body[dir="rtl"] .modal-close { left: 18px; right: auto; }

.privacy-copy { max-width: 820px; }
.privacy-copy h2 { font-size: 1.65rem; margin-top: 42px; }
.privacy-copy h3 { margin-top: 26px; }
.privacy-copy p, .privacy-copy li { color: #52677b; font-size: .9rem; }

@media (max-width: 1050px) {
  .nav-menu { gap: 19px; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 1040px) {
  :root { --container: min(100% - 32px, 720px); }
  .topbar-meta span:last-child { display: none; }
  .menu-toggle { display: block; }
  .nav-menu {
    align-items: stretch;
    background: #fff;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 16px;
    padding: 14px 20px 22px;
    position: fixed;
    right: 16px;
    top: 108px;
  }
  .nav-menu.open { display: flex; }
  .nav-menu a:not(.btn) { border-bottom: 1px solid var(--line); padding: 15px 0; }
  .nav-menu a::after { display: none; }
  .nav-menu .btn { margin-top: 13px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; padding: 70px 0 90px; position: relative; z-index: 3; }
  body[dir="rtl"] .hero-copy { padding: 70px 0 90px; }
  .hero-media { inset: 0; min-height: 600px; opacity: .34; position: absolute; }
  .hero-media::after { background: linear-gradient(90deg, var(--navy-950), rgba(6,20,38,.25)); }
  .slide-caption { display: none; }
  .trust-strip { grid-template-columns: 1fr; margin-top: -24px; }
  .trust-item + .trust-item { border-inline-start: 0; border-top: 1px solid var(--line); }
  .card-grid, .product-grid, .service-grid, .audience-grid, .evidence-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .quote-layout, .contact-grid, .faq-layout, .founder-video-layout { gap: 45px; grid-template-columns: 1fr; }
  .faq-layout .section-heading { position: static; }
  .image-stack { margin: 0 auto; max-width: 650px; width: 100%; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid, .capability-grid { grid-template-columns: 1fr; }
  .qc-grid, .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 70px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-meta span:first-child { display: none; }
  .nav { min-height: 68px; }
  .brand-text span { display: none; }
  .nav-tools .btn { display: none; }
  .nav-menu { top: 99px; }
  .hero, .hero-grid { min-height: 720px; }
  .hero-copy { min-height: 720px; padding-top: 64px; }
  .hero-copy h1 { font-size: 2.65rem; }
  .button-row .btn { flex: 1 1 100%; }
  .card-grid, .product-grid, .process-grid, .process-grid.six-steps, .qc-grid, .cert-grid, .service-grid, .audience-grid, .evidence-grid { grid-template-columns: 1fr; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .category-card { min-height: 180px; }
  .image-stack { min-height: 430px; }
  .image-stack .main-image { height: 390px; width: 90%; }
  .image-stack .sub-image { height: 170px; width: 52%; }
  .experience-badge { left: 8px; }
  body[dir="rtl"] .experience-badge { right: 8px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .network-proof { grid-template-columns: 1fr; }
  .network-proof > div { min-height: auto; padding: 24px 18px; }
  .stat { padding: 24px 12px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .form-actions { grid-column: 1; }
  .quote-panel { padding: 23px 18px; }
  .whatsapp-conversion-panel { padding: 24px 18px; }
  .wa-product-strip { grid-template-columns: 1fr 1fr; }
  .wa-product-strip img { height: 105px; }
  .wa-send-checklist, .wa-send-checklist-stacked { grid-template-columns: 1fr; }
  .wa-contact-image-grid { grid-template-rows: 90px 90px; }
  .founder-video-stage { aspect-ratio: 16 / 11; min-height: 330px; }
  .founder-video-rec { left: 30px; top: 28px; }
  body[dir="rtl"] .founder-video-rec { left: auto; right: 30px; }
  .founder-video-center { inset: 25% 5% auto 62%; }
  .founder-video-play { height: 64px; width: 64px; }
  .founder-video-caption { bottom: 27px; inset-inline: 30px; }
  .founder-video-caption strong { font-size: 1.18rem; }
  .filters { position: static; }
  .filter-pills { flex-wrap: nowrap; margin-inline: -15px; overflow-x: auto; padding: 0 15px 4px; width: calc(100% + 30px); }
  .catalog-result-bar { align-items: flex-start; flex-direction: column; gap: 4px; }
  .partial-catalogue-note { flex-direction: column; gap: 5px; }
  .service-detail-modal { padding: 10px; }
  .service-detail-panel { max-height: calc(100vh - 20px); padding: 22px 18px; }
  .service-detail-hero { gap: 18px; grid-template-columns: 1fr; padding-inline-end: 30px; }
  .service-detail-hero img { height: 180px; width: 100%; }
  .service-detail-columns { grid-template-columns: 1fr; }
  .service-detail-output ul { grid-template-columns: 1fr; }
  .service-detail-actions .btn { flex: 1 1 100%; }
  .filter-pill { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .floating-chat .chat-button span { display: none; }
  .chat-button { border-radius: 50%; height: 54px; padding: 0; width: 54px; }
  .cookie-banner { bottom: 10px; left: 10px; max-width: calc(100% - 20px); right: 10px; }
  body[dir="rtl"] .cookie-banner { left: 10px; right: 10px; }
}

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