/* Deep-cleaned stylesheet — cascade-verified across responsive, RTL/LTR, and UI states */
@keyframes pcTyping {
  0%,
  60%,
  to {
    transform: translateY(0);
    opacity: 0.45;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

/* Variables */
:root {
  --charcoal: #030712;
  --black: #030712;
  --white: #ffffff;
  --soft: #f8f7f3;
  --line: #e7e7e7;
  --muted: #6b6b6b;
  --mint: #20d99b;
  --mint-soft: rgba(32, 217, 155, 0.08);
  --mint-line: rgba(32, 217, 155, 0.18);
  --hero-glow-line: rgba(32, 217, 155, 0.04);
  --services-bg: linear-gradient(180deg, #eef7f2 0%, #f7fbf8 100%);
  --contact-bg: var(--services-bg);
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --font: "Manrope", "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui,
          -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ar: "Cairo", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --diwan-mint: #21f1a8;
  --diwan-navy: #071226;
  --diwan-navy-2: #0b1730;
  --diwan-press-rest: inset 6px 6px 14px rgba(0, 0, 0, 0.62),
          inset -5px -5px 12px rgba(255, 255, 255, 0.035),
          0 16px 34px rgba(0, 0, 0, 0.34), 0 0 0 1.6px rgba(33, 241, 168, 0.26);
  --diwan-navy-rest: inset 6px 6px 14px rgba(0, 0, 0, 0.42),
          inset -5px -5px 12px rgba(255, 255, 255, 0.04),
          0 15px 34px rgba(3, 7, 18, 0.24), 0 0 0 1px rgba(33, 241, 168, 0.24);
  --pc-keyboard-height: 0px;
  --pc-vv-top: 0px;
  --pc-visual-height: 100dvh;
}

/* Base */
* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--soft);
  overscroll-behavior-y: smooth;
}

::selection {
  background: var(--mint);
  color: var(--black);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(33, 241, 168, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--mint);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--charcoal);
  background: var(--white);
  border-color: var(--line);
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--mint);
}

.btn {
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  min-height: 50px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 850;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(33, 241, 168, 0.55);
  outline-offset: 4px;
}

/* Hero */
.hero {
  padding: 150px 0 82px;
}

.hero-grid {
  display: grid;
}

.hero p {
  margin: 0;
}

.chips,
.cta {
  display: flex;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.photo {
  isolation: isolate;
}

.photo-frame {
  position: relative;
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
}

.fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(135deg, rgba(33, 241, 168, 0.16), transparent 35%),
          linear-gradient(145deg, #0b1120, #070d1a);
}

.fallback strong {
  display: block;
  color: var(--white);
  font-size: 22px;
  margin-bottom: 10px;
}

.section {
  padding: clamp(78px, 10vw, 128px) 0;
  position: relative;
}

.sec-head {
  display: grid;
  margin-bottom: 38px;
}

.sec-title {
  margin: 14px 0 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.sec-text {
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

/* Services */
.services {
  background: var(--services-bg);
}

.svc-wrap {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: stretch;
}

.svc-aside {
  padding: 34px;
  border-radius: var(--radius-lg);
  color: var(--white);
  position: sticky;
  top: 110px;
  min-height: 410px;
  overflow: hidden;
}

.svc-aside::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  right: -100px;
  bottom: -110px;
  background: radial-gradient(
          circle,
          rgba(33, 241, 168, 0.22),
          transparent 65%
        );
}

html[dir="rtl"] .svc-aside::after {
  right: auto;
  left: -100px;
}

.svc-aside h3 {
  margin: 18px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.svc-aside p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.svc-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid rgba(3, 7, 18, 0.08);
  overflow: hidden;
}

.svc-card::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: var(--mint-soft);
  transform: rotate(14deg) scale(0.9);
  transition: 0.35s var(--ease);
}

html[dir="rtl"] .svc-card::before {
  inset: auto auto 18px 18px;
}

.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(3, 7, 18, 0.1);
  border-color: rgba(33, 241, 168, 0.45);
}

.svc-card:hover::before {
  transform: rotate(8deg) scale(1.2);
  background: rgba(33, 241, 168, 0.18);
}

.icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
}

.icon svg,
.loc-icon svg {
  width: 29px;
  height: 29px;
}

.svc-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
}

.svc-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

/* Why */
.why {
  color: var(--white);
  overflow: hidden;
}

.why::before {
  content: "";
  position: absolute;
  inset: 0;
}

.why .container {
  position: relative;
  z-index: 1;
}

.why .sec-text {
  color: rgba(255, 255, 255, 0.66);
}

.why-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.why-card {
  padding: 22px;
  border-radius: 26px;
  min-height: 210px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
}

.why-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--mint-line);
}

.why-card .bar {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: var(--mint);
  margin-bottom: 22px;
}

.why-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  font-size: 14px;
}

/* Contact */
.contact {
  background: var(--contact-bg);
}

.contact-grid {
  grid-template-columns: 0.92fr 1.08fr;
}

.contact-card,
.form-card,
.map-card {
  background: var(--white);
  border: 1px solid rgba(3, 7, 18, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 70px rgba(3, 7, 18, 0.06);
}

.contact-card,
.info {
  padding: 30px;
  display: grid;
  gap: 14px;
}

.info {
  padding: 16px;
  border-radius: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.info b,
label {
  display: block;
  margin-bottom: 5px;
}

label {
  font-weight: 850;
  color: var(--charcoal);
}

.info a,
.info span {
  color: var(--muted);
}

.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  color: var(--charcoal);
  transition: 0.25s var(--ease);
}

textarea {
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(33, 241, 168, 0.6);
}

.note {
  line-height: 1.6;
}

.status {
  margin-top: 14px;
  min-height: 22px;
  font-weight: 800;
}

.status.err-state {
  color: #b42318;
}

.map-card {
  margin-top: 24px;
  padding: 16px;
  overflow: hidden;
}

.map-shell {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: 330px;
  aspect-ratio: 600/450;
  border-radius: 26px;
  overflow: hidden;
  color: var(--white);
  display: block;
  text-align: center;
  padding: 0;
}

#photo,
.map-shell > .map-embed,
.map-shell > iframe,
.photo-frame img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.map-shell > .map-embed,
.map-shell > iframe {
  border: 0 !important;
  display: block !important;
}

/* Footer */
.footer {
  color: var(--white);
}

.footer h2 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.foot-bottom {
  flex-wrap: wrap;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s var(--ease),
          transform 0.75s var(--ease);
}

[data-reveal].show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1040px) {
  .contact-grid,
  .hero-grid,
  .sec-head,
  .svc-wrap {
    grid-template-columns: 1fr;
  }

  .svc-aside {
    position: relative;
    top: auto;
    min-height: auto;
  }

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

@media (max-width: 680px) {
  .fields,
  .svc-grid,
  .why-list {
    grid-template-columns: 1fr;
  }

  .svc-card {
    min-height: 230px;
  }

  .section {
    padding: 72px 0;
  }
}

.contact-grid > *,
.container,
.fields > *,
.hero-grid > *,
.hero-grid > div,
.sec-head > *,
.svc-grid > *,
.svc-wrap > *,
.why-list > *,
footer,
header,
main,
section {
  min-width: 0;
}

.chip,
.eyebrow,
a,
b,
button,
h1,
h2,
h3,
input,
p,
select,
textarea {
  overflow-wrap: break-word;
}

@media (hover: none), (pointer: coarse) {
  .btn:hover,
  .svc-card:hover,
  .why-card:hover {
    transform: none;
  }
}

.hero-grid {
  min-width: 0;
}

.hero h1 {
  overflow-wrap: anywhere;
}

@media (min-width: 361px) and (max-width: 680px) {
  .cta .btn {
    flex: 1 1 160px;
  }
}

.photo {
  margin-top: clamp(12px, 3vw, 28px);
}

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

html[dir="rtl"] .photo-card {
  inset: auto;
  transform: none;
}

#photo,
.photo-frame img {
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center top !important;
  filter: none !important;
  transform: translateZ(0);
  image-rendering: auto;
}

@media (max-width: 480px) {
  :root {
    --radius-lg: 26px;
  }

  .hero {
    padding: 106px 0 56px;
  }

  .hero h1 {
    margin-top: 18px;
  }

  .hero p,
  .sec-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .section {
    padding: 60px 0;
  }

  .sec-head {
    margin-bottom: 28px;
  }

  .sec-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .contact-card,
  .form-card,
  .svc-aside {
    padding: 22px;
  }

  .svc-grid,
  .why-list {
    gap: 12px;
  }

  .svc-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .svc-card h3 {
    font-size: 21px;
  }

  .why-card {
    min-height: auto;
    padding: 20px;
  }

  .info {
    padding: 14px;
    border-radius: 18px;
  }

  .map-card {
    margin-top: 18px;
    padding: clamp(8px, 1.3vw, 14px);
  }

  .map-shell {
    min-height: 260px;
    border-radius: 20px;
    padding: 0;
  }
  .cta .btn {
    min-width: 0;
  }

  .chips {
    flex-wrap: wrap;
  }

  .chip {
    padding: 8px 10px;
    font-size: 11.5px;
  }
  #lead-form .btn[type="submit"],
  .btn,
  .call {
    align-items: center;
  }

  .ltr,
  a[href^="tel:"] {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
    text-align: left !important;
  }

  html[dir="rtl"] body,
  html[dir="rtl"] input,
  html[dir="rtl"] select,
  html[dir="rtl"] textarea {
    direction: rtl;
    text-align: right;
  }

  .map-link {
    align-items: center;
    padding: 0 24px;
    white-space: nowrap;
    font-weight: 900;
  }
  #lead-form .fields {
    grid-template-columns: 1fr;
  }
}

#lead-form .btn[type="submit"],
.btn,
.call,
.cta .btn,
.map-link {
  display: inline-grid;
  place-items: center;
  align-content: center;
  justify-content: center;
  text-align: center !important;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.btn {
  isolation: isolate;
}

.call {
  height: 50px;
  min-height: 50px;
}

.cta .primary {
  min-height: 56px;
}

.sec-head {
  gap: 16px;
  align-items: start;
  max-width: 900px;
}

.sec-head .sec-text {
  max-width: 760px;
  margin: 0;
}

.contact .sec-head,
.sec-head,
.services .sec-head,
.why .sec-head {
  grid-template-columns: minmax(0, 1fr);
}

.form-card label[for="contact-input"],
footer,
header,
main,
section {
  max-width: 100%;
}

.form-card,
body.open,
body.pc-chat-open-lock,
html.pc-chat-open-lock {
  overflow: hidden;
}

#lead-form .fields {
  align-items: start;
}

#lead-form > .btn[type="submit"],
.form-card > .btn[type="submit"] {
  font-weight: 900;
  letter-spacing: 0.01em;
}

#lead-form .note {
  margin: 18px auto 0;
}

html[dir="rtl"] #lead-form .note {
  text-align: center;
}

.time {
  display: inline-block;
  white-space: nowrap;
}

.time,
html[dir="rtl"] .ltr,
html[dir="rtl"] .time,
html[dir="rtl"] a[href^="tel:"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

#lead-form label {
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  font-size: 14px;
}

#lead-form .note {
  color: rgba(3, 7, 18, 0.56);
}

.note,
.sec-text,
.svc-card p,
.why-card p {
  text-wrap: pretty;
}

.sec-title {
  text-wrap: balance;
}

.form {
  position: relative;
}

.kicker {
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-head h3 {
  color: var(--charcoal);
  line-height: 1.08;
}

.form-head p {
  margin: 0;
  color: var(--muted);
}

.field {
  position: relative;
}

.err-msg,
.help {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5;
}

.help {
  color: rgba(3, 7, 18, 0.55);
}

.err-msg {
  display: block;
  color: #e5484d;
  font-weight: 800;
  min-height: 0;
}

#lead-form .svc-hint {
  color: rgba(3, 7, 18, 0.62);
  font-weight: 700;
}

#lead-form .status {
  text-align: center;
}

html[dir="rtl"] .kicker {
  letter-spacing: 0;
}

.hero,
.hero-grid {
  align-items: center;
}

.hero {
  min-height: 100svh;
  display: flex;
  padding-top: clamp(118px, 13svh, 156px);
  padding-bottom: clamp(64px, 8svh, 92px);
}

.hero .container {
  width: var(--container);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.86fr);
  gap: clamp(42px, 5vw, 82px);
}

.hero [data-reveal]:first-child {
  max-width: 740px;
}

.hero h1 {
  margin: 24px 0 18px;
  max-width: 780px;
  font-size: clamp(44px, 4.35vw, 64px);
  text-wrap: balance;
}

.hero p {
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.72;
  text-wrap: pretty;
}

.cta {
  margin-top: 34px;
  gap: 14px;
}

.cta .btn {
  min-height: 56px;
  padding-inline: 26px;
  font-size: 15.5px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.chips {
  margin-top: 30px;
  gap: 10px;
}

.photo {
  width: min(500px, 100%);
  max-width: 500px;
  aspect-ratio: 954/1080;
  min-height: auto;
  margin-inline: auto;
  transform: none !important;
}

.photo-card,
.photo-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo-card {
  position: relative;
  inset: auto;
  padding: 10px;
  transform: none;
  border-radius: 34px;
}

.photo-frame {
  min-height: auto;
  aspect-ratio: 954/1080;
  border-radius: 25px;
}

.photo-frame::after {
  pointer-events: none;
}

@media (max-width: 1040px) {
  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: clamp(108px, 13svh, 132px);
    padding-bottom: 58px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero [data-reveal]:first-child {
    max-width: 820px;
  }

  .photo {
    width: min(460px, 100%);
    max-width: 460px;
  }
}

.svc-aside::after,
.why::before {
  background: radial-gradient(
            circle at 18%0,
            rgba(33, 241, 168, 0.14),
            transparent 34%
          ),
          linear-gradient(135deg, rgba(33, 241, 168, 0.055), transparent 42%) !important;
}

.map-card {
  background: var(--mint);
  border-color: rgba(33, 241, 168, 0.45);
}

#lead-form {
  padding: 24px;
}

.help,
.kicker {
  display: none;
}

.form-head {
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: 0;
}

.form-head h3 {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.6vw, 28px);
}

.form-head p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 520px;
}

#lead-form .fields {
  gap: 12px;
}

#lead-form .field,
.foot-brand h2 {
  margin-bottom: 10px;
}

#lead-form .black,
#lead-form > .btn[type="submit"],
.form-card > .btn[type="submit"] {
  background: var(--mint);
  color: var(--black);
  box-shadow: 0 16px 34px rgba(33, 241, 168, 0.18);
}

#lead-form .note {
  margin-top: 12px;
  text-align: center;
  font-size: 12.5px;
  max-width: 460px;
  margin-inline: auto;
}

@media (max-width: 680px) {
  .map-link {
    min-height: 42px;
    font-size: 14px;
  }
  .sec-head {
    max-width: 100%;
    gap: 14px;
  }
  .hero {
    padding-top: clamp(96px, 14svh, 116px);
    padding-bottom: 44px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero h1 {
    margin: 18px 0 14px;
  }

  .chips,
  .cta {
    display: grid;
  }

  .cta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .cta .btn {
    width: 100%;
    min-height: 52px;
  }

  .chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .chip {
    justify-content: center;
    width: 100%;
  }

  .photo {
    width: min(360px, 100%);
  }

  .photo-card {
    padding: 8px;
    border-radius: 28px;
  }

  .photo-frame {
    border-radius: 21px;
  }
  #lead-form {
    padding: 20px;
  }

  .form-head h3 {
    font-size: 22px;
  }

  .form-head p {
    font-size: 13.5px;
  }
}

.foot-bottom {
  line-height: 1.4;
}

.footer {
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
          linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.014) 1px,
            transparent 1px
          );
  background-size: 56px 56px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, #030712, transparent 88%);
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer a,
.footer p {
  text-align: center;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 4px auto;
  color: rgba(255, 255, 255, 0.68);
}

.footer {
  padding: 38px 0 16px;
  border-top: 1px solid rgba(33, 241, 168, 0.12);
  overflow: hidden;
}

.foot {
  display: grid;
  text-align: center;
}

.foot-brand {
  max-width: 720px;
  margin-inline: auto;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#contact .contact-card .info > .mini svg,
#contact .contact-card .info > a.mini svg,
.foot-legal {
  text-align: center;
}

.foot-brand p:not(.foot-legal) {
  max-width: 580px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.foot-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 58px rgba(3, 7, 18, 0.14);
  backdrop-filter: blur(10px);
}

.foot-group {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.foot-group h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  text-align: center;
}

html[dir="rtl"] .foot-group h3 {
  letter-spacing: 0 !important;
  font-size: 13px;
}

.foot-sep {
  width: 1px;
  min-height: 86px;
  align-self: center;
  background: linear-gradient(
          180deg,
          transparent,
          rgba(255, 255, 255, 0.14),
          transparent
        );
}

.socials {
  display: flex;
  flex-wrap: wrap;
}

.foot-bottom {
  font-size: 12.5px;
}

@media (max-width: 760px) {
  .footer {
    padding: 28px 0 14px;
  }

  .foot-brand {
    padding-bottom: 13px;
  }

  .foot-social {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 24px;
  }

  .foot-sep {
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.13),
            transparent
          );
  }

  .foot-group {
    gap: 10px;
  }

  .foot-bottom {
    flex-direction: column;
    margin-top: 12px;
  }
}

.foot-social {
  background: linear-gradient(
          135deg,
          rgba(255, 255, 255, 0.045),
          rgba(255, 255, 255, 0.025)
        );
  border-color: rgba(33, 241, 168, 0.12);
}

.foot {
  gap: 16px;
}

.foot-social {
  margin-top: 2px;
}

.foot-bottom {
  grid-template-columns: 1fr;
  place-items: center;
  gap: 6px;
}

.foot-bottom > span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.45;
}

.foot-bottom > span:first-child {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12.5px;
}

.foot-name {
  color: #fff;
}

html[dir="rtl"] .foot-name {
  letter-spacing: 0;
  line-height: 1.45;
}

.foot-bottom,
.foot-name,
.rights {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.foot-bottom {
  display: flex;
  margin: 18px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.58);
}

.rights {
  gap: 5px;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(33, 241, 168, 0.14);
  background: rgba(255, 255, 255, 0.025);
  white-space: normal;
}

html[dir="rtl"] .rights {
  unicode-bidi: plaintext;
}

.foot-legal {
  margin: 0;
  padding: 0;
}

.contact-card .info {
  cursor: default;
}

.ico-btn {
  cursor: pointer;
  text-decoration: none;
}

.ico-btn svg {
  pointer-events: none;
}

#contact .contact-card .info > .mini,
#contact .contact-card .info > a.mini,
.contact-card .ico-btn,
.contact-card a.mini.ico-btn,
.foot-id {
  align-items: center;
  justify-items: center;
  text-align: center !important;
}

.foot-id,
.footer .social {
  display: inline-grid;
}

.foot-id {
  grid-template-columns: 1fr;
  gap: 7px;
  width: fit-content;
  max-width: min(100%, 760px);
  margin: 0 auto 14px;
  padding: 14px 24px;
  border-radius: 24px;
  border: 1px solid rgba(33, 241, 168, 0.24);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035),
          0 16px 38px rgba(3, 7, 18, 0.14);
}

.foot-row {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.25;
}

.foot-trade {
  color: #fff;
  font-size: clamp(24px, 3vw, 33px);
  font-weight: 950;
  letter-spacing: -0.035em;
}

.foot-legal {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html[dir="rtl"] .foot-id,
html[dir="rtl"] .rights {
  direction: rtl;
  font-family: var(--font-ar);
}

html[dir="rtl"] .foot-trade {
  letter-spacing: 0;
  line-height: 1.55;
}

html[dir="rtl"] .foot-legal {
  direction: ltr;
  unicode-bidi: isolate;
  letter-spacing: 0.08em;
  font-family: var(--font);
}

.svc-card h3 {
  line-height: 1.16;
}

.chip {
  white-space: normal;
  text-align: center;
}

.wa-contact {
  cursor: pointer;
  text-decoration: none;
}

.footer .social {
  border-color: rgba(33, 241, 168, 0.26);
}

.footer .social svg {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.footer .social-label span {
  stroke: currentColor;
}

html[dir="rtl"] .contact .sec-head,
html[dir="rtl"] .services .sec-head,
html[dir="rtl"] .why .sec-head {
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: right;
}

html[dir="rtl"] .sec-head .sec-text,
html[dir="rtl"] .sec-head .sec-title,
html[dir="rtl"] .svc-card,
html[dir="rtl"] .why-card {
  text-align: right;
}

html[dir="rtl"] .sec-head .sec-text {
  margin-inline-start: 0;
  margin-inline-end: auto;
}

html[dir="rtl"] .contact .container,
html[dir="rtl"] .container {
  margin-inline: auto;
}

html[dir="rtl"] .sec-head,
html[dir="rtl"] .sec-head > *,
html[dir="rtl"] .sec-text,
html[dir="rtl"] .sec-title {
  text-align: right;
}

html[dir="rtl"] .sec-head {
  justify-items: start;
  margin-inline: 0 auto;
}

html[dir="rtl"] #contact .contact-card,
html[dir="rtl"] #contact .contact-card .info > div a,
html[dir="rtl"] #contact .contact-card .info > div b,
html[dir="rtl"] #contact .contact-card .info > div span,
html[dir="rtl"] #contact .field,
html[dir="rtl"] #contact .form-card,
html[dir="rtl"] #contact .form-head,
html[dir="rtl"] #contact .info,
html[dir="rtl"] #contact .info a,
html[dir="rtl"] #contact .info span,
html[dir="rtl"] #contact .sec-head,
html[dir="rtl"] #contact .sec-head > *,
html[dir="rtl"] #contact label,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .contact-grid,
html[dir="rtl"] .err-msg,
html[dir="rtl"] .field,
html[dir="rtl"] .form-card,
html[dir="rtl"] .form-head,
html[dir="rtl"] .help,
html[dir="rtl"] .info,
html[dir="rtl"] label {
  text-align: right !important;
}

.info b {
  overflow-wrap: anywhere;
}

html[dir="rtl"] .info a,
html[dir="rtl"] .info span {
  display: block;
}

#contact .contact-grid {
  width: 100%;
  max-width: none;
  display: grid;
  align-items: start;
  gap: 24px;
}

#contact #lead-form,
#contact .contact-grid > div {
  min-width: 0;
  width: 100%;
  max-width: none;
}

html[dir="rtl"] #contact .sec-head {
  margin-inline: 0 auto;
  justify-items: start;
}

.btn::before,
.svc-aside::after,
html[dir="rtl"] .foot-legal,
html[lang="ar"] .foot-legal {
  display: none;
}

#contact .contact-card .info {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

#contact .contact-card .info > .mini,
#contact .contact-card .info > a.mini {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
  margin: 0;
  line-height: 1;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  align-self: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: var(--charcoal);
  color: var(--mint);
  border: 0;
  border-radius: 16px;
}

#contact .contact-card .info > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

#contact .contact-card .info > .mini svg circle,
#contact .contact-card .info > a.mini svg circle {
  fill: none;
}

#contact .contact-card .info > .loc-icon svg circle {
  fill: currentColor !important;
  stroke: none;
}

html[dir="rtl"] #contact .contact-card .info {
  grid-template-columns: minmax(0, 1fr) 44px;
  direction: ltr;
  text-align: right !important;
}

html[dir="rtl"] #contact .contact-card .info > .mini,
html[dir="rtl"] #contact .contact-card .info > a.mini {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  place-items: center;
  text-align: center !important;
  direction: ltr !important;
}

html[dir="rtl"] #contact .contact-card .info > div {
  grid-column: 1;
  grid-row: 1;
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] #contact .contact-card .info > div .ltr,
html[dir="rtl"] #contact .contact-card .info > div .phone-ltr {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: block !important;
}

*,
::after,
::before {
  text-shadow: none;
}

.chip,
.eyebrow,
.secondary {
  box-shadow: none;
}

.why::before {
  opacity: 0.25;
  background: linear-gradient(
          135deg,
          rgba(255, 255, 255, 0.035),
          transparent 48%
        ) !important;
}

.hero {
  color: #fff;
}

.chip::before,
.dot {
  box-shadow: none;
}

.primary {
  background: #1fd39a;
  color: #030712;
  box-shadow: 0 10px 24px rgba(3, 7, 18, 0.18);
}

.hero h1,
.hero p {
  position: relative;
  z-index: 1;
}

.hero,
.hero h1 {
  text-shadow: none;
}

.hero h1 {
  letter-spacing: -0.05em !important;
  line-height: 1.02;
  color: #fff;
}

html[dir="rtl"] .hero h1 {
  max-width: 760px;
}

.hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.84);
  overflow-wrap: break-word;
  word-break: normal;
}

.hero *,
.hero ::after,
.hero ::before {
  text-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero .container,
.hero .photo,
.hero [data-reveal],
.hero-grid {
  position: relative;
  z-index: 1;
}

.hero .chip,
.hero .eyebrow,
.hero .secondary {
  border: 1px solid rgba(255, 255, 255, 0.115);
  box-shadow: none;
  backdrop-filter: none;
}

.hero .chip,
.hero .secondary {
  color: rgba(255, 255, 255, 0.84);
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.hero .chip::before,
.hero .dot {
  background: var(--mint);
  box-shadow: none;
}

.hero .primary {
  background: var(--mint);
  color: #030712;
  box-shadow: 0 12px 28px rgba(3, 7, 18, 0.18);
}

.photo-card {
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.085),
          rgba(255, 255, 255, 0.026)
        );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(3, 7, 18, 0.3);
}

.photo-frame::after {
  background: linear-gradient(
          180deg,
          rgba(3, 7, 18, 0) 60%,
          rgba(3, 7, 18, 0.14) 100%
        );
  box-shadow-color: rgba(3, 7, 18, 0.18);
}

.hero .chip,
.hero .eyebrow,
.hero .secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.hero .accent {
  text-shadow: none;
  color: var(--mint);
}

html:not([dir="rtl"]) body {
  font-family: var(--font);
  font-feature-settings: "kern" 1,
          "liga" 1;
  text-rendering: optimizeLegibility;
}

html:not([dir="rtl"]) .btn,
html:not([dir="rtl"]) h1,
html:not([dir="rtl"]) h2,
html:not([dir="rtl"]) h3 {
  font-family: var(--font);
  letter-spacing: -0.025em;
}

html[dir="rtl"] .contact-card,
html[dir="rtl"] .form-card,
html[dir="rtl"] .hero p,
html[dir="rtl"] .info a,
html[dir="rtl"] .info span,
html[dir="rtl"] .svc-card p {
  unicode-bidi: plaintext;
}

.latin,
.num {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  display: inline-block !important;
}

html[dir="rtl"] .hero p {
  max-width: 660px;
}

.black,
.fallback,
.footer,
.hero,
.hours-icon,
.icon,
.info .hours-icon,
.info .loc-icon,
.info .mini,
.info .phone-icon,
.map-shell,
.photo-frame,
.svc-aside,
.why {
  background-color: #030712;
}

.hero {
  background: radial-gradient(
            circle at 16% 16%,
            rgba(33, 241, 168, 0.12),
            transparent 26%
          ),
          radial-gradient(
            circle at 84% 18%,
            rgba(33, 241, 168, 0.08),
            transparent 24%
          ),
          linear-gradient(145deg, #030712 0, #0a1633 56%, #122043 100%);
}

.fallback,
.footer,
.hours-icon,
.icon,
.info .hours-icon,
.info .loc-icon,
.info .mini,
.info .phone-icon,
.map-shell,
.photo-frame,
.svc-aside,
.why {
  background: linear-gradient(
          145deg,
          #030712 0,
          #0a1633 58%,
          #122043 100%
        );
}

.hours-icon,
.icon,
.info .hours-icon,
.info .loc-icon,
.info .mini,
.info .phone-icon {
  border-color: rgba(33, 241, 168, 0.28);
}

.svc-aside,
.why-card {
  box-shadow: 0 20px 70px rgba(3, 7, 18, 0.14);
}

html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  font-family: "Cairo", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .footer h2,
html[dir="rtl"] .form-head h3,
html[dir="rtl"] .hero h1,
html[dir="rtl"] .sec-title,
html[dir="rtl"] .svc-aside h3,
html[dir="rtl"] .svc-card h3,
html[dir="rtl"] .why-card h3 {
  font-family: "Cairo", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html[dir="rtl"] .hero h1,
html[dir="rtl"] .sec-title {
  line-height: 1.18;
}

.icon svg.lucide,
.info .mini svg.lucide,
.social svg.lucide,
.social[aria-label="Facebook"] svg.lucide,
.social[aria-label="LinkedIn"] svg.lucide {
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body [role="button"],
html body a,
html body button {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

html body .btn,
html body .icon,
html body .info .mini,
html body .social,
html body [role="button"],
html body a,
html body button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: 0;
  touch-action: manipulation;
}

html body .icon,
html body .info .mini,
html body .social {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

html body .social::after,
html body .social::before {
  content: none;
  display: none;
  opacity: 0;
  background: 0 0;
  filter: none;
}

html body footer.footer .socials > a.social,
html[dir="ltr"] body footer.footer .socials > a.social,
html[dir="rtl"] body footer.footer .socials > a.social {
  margin: 0;
  display: grid;
  place-items: center;
  background-color: #02050b;
  transition: transform 0.12s cubic-bezier(0.2, 0.8, 0.2, 1),
          background-color 0.12s cubic-bezier(0.2, 0.8, 0.2, 1),
          color 0.12s cubic-bezier(0.2, 0.8, 0.2, 1),
          box-shadow 0.12s cubic-bezier(0.2, 0.8, 0.2, 1),
          border-color 0.12s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  cursor: pointer;
}

html body footer.footer .socials > a.social svg {
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  filter: none;
}

html body footer.footer .socials > a.social svg circle,
html body footer.footer .socials > a.social svg path,
html body footer.footer .socials > a.social svg rect {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

html body footer.footer .socials > a.social.social-label span {
  display: grid;
  place-items: center;
  color: currentColor;
  font-family: Inter, Arial, sans-serif;
  font-weight: 950;
  letter-spacing: -0.055em;
  transform: none;
  width: 26px;
  height: 26px;
  font-size: 24px;
  line-height: 1;
}

html body .icon,
html body .info .loc-icon,
html body .info .mini,
html body .info .phone-icon,
html body .info .wa-contact,
html[dir="ltr"] body .icon,
html[dir="ltr"] body .info .mini,
html[dir="rtl"] body .icon,
html[dir="rtl"] body .info .mini {
  background: linear-gradient(
          145deg,
          var(--diwan-navy-2),
          var(--diwan-navy)
        );
  background-color: var(--diwan-navy);
  color: var(--diwan-mint);
  border: 1px solid rgba(33, 241, 168, 0.3);
  box-shadow: var(--diwan-navy-rest);
  filter: none;
  text-shadow: none;
  transition: transform 0.13s cubic-bezier(0.2, 0.8, 0.2, 1),
          box-shadow 0.13s cubic-bezier(0.2, 0.8, 0.2, 1),
          background-color 0.13s cubic-bezier(0.2, 0.8, 0.2, 1);
}

html body .hours-icon,
html body .info .hours-icon,
html body .info .mini.hours-icon {
  pointer-events: none;
  cursor: default;
  background-color: var(--diwan-navy);
  box-shadow: var(--diwan-navy-rest);
  transform: none;
}

html body .icon svg,
html body .info .mini svg,
html body footer.footer .socials > a.social svg {
  stroke: currentColor !important;
  fill: none !important;
  color: currentColor;
}

html body footer.footer .socials {
  gap: 10px;
  align-items: center;
  justify-content: center;
}

html body footer.footer .socials > a.social,
html[dir="ltr"] body footer.footer .socials > a.social,
html[dir="rtl"] body footer.footer .socials > a.social {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  max-width: 54px;
  max-height: 54px;
  border-radius: 19px;
  padding: 0;
  background: #02050b;
  color: var(--diwan-mint, #21f1a8);
  border: 1px solid rgba(33, 241, 168, 0.34);
  box-shadow: var(
          --diwan-press-rest,
          inset 6px 6px 14px rgba(0, 0, 0, 0.62),
          inset -5px -5px 12px rgba(255, 255, 255, 0.035),
          0 16px 34px rgba(0, 0, 0, 0.34),
          0 0 0 1.6px rgba(33, 241, 168, 0.26)
        );
  transform: translateY(0) scale(1);
}

html body footer.footer .socials > a.social svg,
html body footer.footer .socials > a.social.social-github svg,
html body footer.footer .socials > a.social[aria-label="GitHub"] svg {
  width: 26px;
  height: 26px;
  max-width: 26px;
  max-height: 26px;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: block;
  transform: none;
}

html body footer.footer .socials > a.social.social-github svg path,
html
        body
        footer.footer
        .socials
        > a.social[aria-label="GitHub"]
        svg
        path {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

html body #contact #lead-form > .btn[type="submit"],
html body #lead-form > .btn[type="submit"],
html body .form-card #lead-form > button[type="submit"],
html body .form-card .btn[type="submit"] {
  width: min(270px, 100%);
  max-width: 270px;
  min-width: 0;
  min-height: 50px;
  height: 50px;
  padding: 0 22px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  font-size: 15px;
  line-height: 1;
  border-radius: 999px;
}

html body #lead-form > .btn[type="submit"],
html body .btn,
html body .hero .cta .btn {
  transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
          box-shadow 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
          background-color 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
          filter 0.22s cubic-bezier(0.2, 0.8, 0.2, 1),
          opacity 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

footer.footer,
section[id] {
  scroll-margin-top: 96px;
}

html[dir="ltr"] .hero [data-reveal]:first-child,
html[dir="ltr"] .svc-card,
html[dir="ltr"] .why-card {
  text-align: left;
}

html[dir="rtl"] .hero [data-reveal]:first-child,
html[dir="rtl"] .svc-card,
html[dir="rtl"] .why-card {
  text-align: right;
}

* {
  min-width: 0;
}

.contact,
.container,
.footer,
.hero,
.section,
.services,
.why {
  max-width: 100%;
}

.info,
.info *,
.svc-card,
.svc-card *,
.why-card,
.why-card * {
  max-width: 100%;
}

.info a,
.info span {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

#services .svc-card .icon {
  overflow: hidden;
}

#contact .contact-card .info > .mini svg,
#contact .contact-card .info > a.mini svg {
  width: 23px;
  height: 23px;
  max-width: 23px;
  max-height: 23px;
  display: block;
  margin: auto;
  transform: none;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1040px) {
  #about.section {
    padding-block: clamp(52px, 7vw, 76px);
    scroll-margin-top: 72px;
  }
}

@media (max-width: 680px) {
  .foot-bottom {
    gap: 5px;
  }

  .foot-bottom > span:first-child {
    font-size: 12px;
  }

  .rights {
    padding: 8px 12px;
  }
  .foot-id {
    width: 100%;
    padding: 12px 16px;
    border-radius: 20px;
  }

  .foot-trade {
    font-size: 24px;
  }

  .foot-legal {
    font-size: 11px;
  }
  html body footer.footer .socials {
    gap: 9px;
  }

  html body footer.footer .socials > a.social,
  html[dir="ltr"] body footer.footer .socials > a.social,
  html[dir="rtl"] body footer.footer .socials > a.social {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 17px;
  }

  html body footer.footer .socials > a.social svg,
  html body footer.footer .socials > a.social.social-github svg,
  html body footer.footer .socials > a.social[aria-label="GitHub"] svg {
    width: 23px;
    height: 23px;
    max-width: 23px;
    max-height: 23px;
  }

  html body footer.footer .socials > a.social.social-label span {
    width: 23px;
    height: 23px;
    font-size: 22px;
  }
  html body #contact #lead-form > .btn[type="submit"],
  html body #lead-form > .btn[type="submit"],
  html body .form-card #lead-form > button[type="submit"],
  html body .form-card .btn[type="submit"] {
    width: min(240px, 86%);
    max-width: 240px;
    height: 48px;
    min-height: 48px;
    font-size: 14.5px;
    margin-inline: auto;
  }
  html[dir="ltr"] .hero [data-reveal]:first-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-inline: 0;
    max-width: 100%;
    width: 100%;
  }

  html[dir="ltr"] .hero .eyebrow {
    align-self: flex-start;
    justify-content: flex-start;
    margin-inline: 0;
    max-width: 100%;
  }

  html[dir="ltr"] .hero h1 {
    max-width: 100%;
    width: 100%;
    margin: 16px 0 12px;
    font-size: clamp(31px, 8.7vw, 40px);
    line-height: 1.07;
    letter-spacing: -0.05em !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  html[dir="ltr"] .chips,
  html[dir="ltr"] .cta,
  html[dir="ltr"] .hero p {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  html[dir="ltr"] .hero h1,
  html[dir="ltr"] .hero p {
    text-align: left;
    text-wrap: pretty;
  }

  html[dir="ltr"] .hero p {
    font-size: clamp(15px, 4vw, 16.5px);
    line-height: 1.7;
  }

  html[dir="ltr"] .chips,
  html[dir="ltr"] .cta {
    justify-content: flex-start;
  }

  html[dir="ltr"] .chip {
    text-align: left;
    justify-content: center;
    white-space: normal;
    min-width: 0;
  }
  .contact .container,
  .footer .container,
  .hero .container,
  .services .container,
  .why .container {
    width: var(--container);
    margin-inline: auto;
  }

  .hero h1 {
    text-wrap: balance;
  }

  html[dir="rtl"] .hero h1 {
    width: 100%;
    max-width: 100%;
    padding-inline: 2px;
    font-size: clamp(27px, 7.9vw, 34px);
    line-height: 1.22;
    letter-spacing: 0 !important;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.62;
    text-wrap: pretty;
  }
  html[dir="ltr"] .hero [data-reveal]:first-child {
    text-align: left;
  }

  html[dir="rtl"] .hero [data-reveal]:first-child {
    text-align: right;
  }

  .hero [data-reveal]:first-child {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero p {
    overflow-wrap: break-word;
  }

  :root {
    --container: calc(100% - 18px);
  }
  #services .svc-card .icon {
    display: grid;
    place-items: center;
    background: var(--charcoal);
    color: var(--mint);
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 16px;
  }

  footer.footer .social.social-linkedin,
  footer.footer .social[aria-label="LinkedIn"] {
    text-align: center;
  }

  #services .svc-card .icon svg,
  #services .svc-card .icon svg.lucide {
    flex: 0 0 25px;
    display: block;
    margin: auto;
    transform: none;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 23px;
    height: 23px;
    max-width: 23px;
    max-height: 23px;
    flex-basis: 23px;
  }

  #about.section {
    display: block;
    min-height: 0;
    height: auto;
    padding-block: 48px;
    scroll-margin-top: 66px;
  }

  #about .container {
    width: var(--container);
    margin-inline: auto;
  }
}

footer.footer .social.social-github,
footer.footer .social[aria-label="GitHub"] {
  line-height: 0;
}

footer.footer .social.social-github svg.github-mark,
footer.footer .social[aria-label="GitHub"] svg.github-mark {
  overflow: visible;
  fill: currentColor !important;
  stroke: none !important;
  stroke-width: 0;
  color: currentColor;
}

footer.footer .social.social-github svg.github-mark path,
footer.footer .social[aria-label="GitHub"] svg.github-mark path {
  vector-effect: none;
}

html[lang="en"] body,
html[lang="fr"] body {
  letter-spacing: -0.01em;
}

html[lang="en"] .footer h2,
html[lang="en"] .hero h1,
html[lang="en"] .sec-title,
html[lang="en"] .svc-aside h3,
html[lang="en"] .svc-card h3,
html[lang="en"] .why-card h3,
html[lang="fr"] .footer h2,
html[lang="fr"] .hero h1,
html[lang="fr"] .sec-title,
html[lang="fr"] .svc-aside h3,
html[lang="fr"] .svc-card h3,
html[lang="fr"] .why-card h3 {
  letter-spacing: -0.035em;
  font-weight: 800;
}

html body .map-link,
html body .map-link.is-pressing,
html body .map-link:active,
html body .map-link:focus-visible,
html body .map-link:hover {
  transform: none !important;
}

html body .map-link {
  will-change: box-shadow, border-color, background-color;
}

html body .map-link:focus-visible,
html body .map-link:hover {
  border-color: rgba(33, 241, 168, 0.55);
  box-shadow: 0 18px 40px rgba(33, 241, 168, 0.14);
}

html body .info a.mini,
html body .info a.wa-contact,
html body footer.footer .socials > a.social {
  will-change: transform;
}

html body .map-shell .map-link,
html body .map-shell .map-link.is-pressing,
html body .map-shell .map-link:active,
html body .map-shell .map-link:focus-visible,
html body .map-shell .map-link:hover {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: max(
          clamp(14px, 3vw, 26px),
          env(safe-area-inset-bottom)
        ) !important;
  transform: translateX(-50%) !important;
  z-index: 3 !important;
  margin: 0 !important;
}

html body #contact .contact-card .info > div a,
html body #contact .contact-card .info > div span {
  line-height: 1.55;
}

html body #contact .contact-card .info .ltr,
html body #contact .contact-card .info .phone-ltr {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;
  letter-spacing: 0.01em !important;
}

#contact .wa-contact svg.wa-icon,
footer.footer .social.social-linkedin svg.linkedin-icon,
footer.footer .social.social-whatsapp svg.wa-icon {
  display: block;
  margin: auto;
  transform: none;
  transform-origin: center;
  stroke: none !important;
  fill: currentColor !important;
  overflow: visible;
}

footer.footer .social.social-linkedin svg.linkedin-icon {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
}

footer.footer .social.social-whatsapp svg.wa-icon {
  width: 23px;
  height: 23px;
  max-width: 23px;
  max-height: 23px;
}

html body #contact .contact-card .info > a.wa-contact svg.wa-icon {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  display: block;
  margin: auto;
  transform: none;
}

footer.footer .social.social-linkedin svg.linkedin-icon path,
footer.footer .social.social-whatsapp svg.wa-icon path,
html body #contact .contact-card .info > a.wa-contact svg.wa-icon,
html body #contact .contact-card .info > a.wa-contact svg.wa-icon path {
  fill: currentColor !important;
  stroke: none !important;
  stroke-width: 0;
}

/* Header */
.head {
  position: fixed;
  inset-block-start: 14px;
  inset-inline: 0;
  z-index: 1000;
  pointer-events: none;
}

.brand,
.nav {
  min-width: 0;
  align-items: center;
}

.nav {
  pointer-events: auto;
  width: var(--container);
  min-height: 74px;
  margin-inline: auto;
  padding: 10px 12px 10px 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
  background: rgba(3, 7, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 70px rgba(3, 7, 18, 0.28);
  backdrop-filter: blur(18px);
  transition: min-height 0.32s var(--ease),
          transform 0.32s var(--ease),
          background 0.32s var(--ease);
}

.shrink .nav {
  min-height: 62px;
  background: rgba(3, 7, 18, 0.94);
  transform: translateY(-4px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  flex: 0 1 auto;
}

.logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: block;
  object-fit: contain;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(33, 241, 168, 0.72);
  border-radius: 14px;
}

.logo::after {
  display: none;
}

.brand > span {
  min-width: 0;
}

.brand-title,
.id-card h3 {
  color: var(--white);
  line-height: 1.25;
}

.brand-title {
  display: block;
  max-width: 190px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[dir="rtl"] .brand-title {
  font-family: var(--font-ar);
  letter-spacing: 0;
}

.menu {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-inline-start: auto;
}

.nav-link {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  transition: color 0.25s var(--ease),
          background 0.25s var(--ease);
}

.nav-link.on,
.nav-link:hover {
  color: var(--black);
  background: var(--mint);
}

.langs,
.nav-tools {
  display: flex;
  align-items: center;
}

.nav-tools {
  flex: 0 0 auto;
  gap: 10px;
}

.langs {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(3, 34px);
  justify-content: center;
  flex: 0 0 114px;
  width: 114px;
  height: 46px;
  gap: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.lang,
.pc-lang-menu button {
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.lang {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: "Manrope", Arial, sans-serif;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.lang.on,
.menu-btn {
  color: var(--black);
}

.menu-btn {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(33, 241, 168, 0.38);
  border-radius: 50%;
  background: var(--mint);
  cursor: pointer;
}

.menu-btn span,
.menu-btn::after,
.menu-btn::before {
  content: "";
  position: absolute;
  inset-inline: 13px;
  height: 2px;
  border-radius: 9px;
  background: currentColor;
  transition: top 0.28s var(--ease),
          transform 0.28s var(--ease),
          opacity 0.28s var(--ease);
}

.menu-btn::before {
  top: 15px;
}

.menu-btn span {
  top: 22px;
}

.menu-btn::after {
  top: 29px;
}

.open .menu-btn::before {
  top: 22px;
  transform: rotate(45deg);
}

.open .menu-btn span {
  opacity: 0;
}

.open .menu-btn::after {
  top: 22px;
  transform: rotate(-45deg);
}

.about,
.lang.on {
  background: var(--white);
}

/* About */
.about {
  overflow: hidden;
}

.about .about-grid,
.about > .container {
  width: var(--container);
  margin-inline: auto;
}

.about-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 34px;
}

.about-card {
  min-width: 0;
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(33, 241, 168, 0.08), transparent 38%),
          var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.about-card p {
  margin-block: 18px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.id-card,
.id-list {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.id-card {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  padding: 22px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(
          145deg,
          #030712 0,
          #0a1633 58%,
          #122043 100%
        );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 70px rgba(3, 7, 18, 0.13);
}

.id-num {
  color: var(--mint);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.2;
}

.id-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.id-card p,
.id-card span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.id-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.id-line {
  display: block;
}

.id-reg {
  direction: ltr;
  unicode-bidi: isolate;
}

.chat-bot,
.top-btn {
  position: fixed;
  right: 18px;
  left: auto;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  color: var(--mint);
  background: var(--charcoal);
  border: 1px solid rgba(33, 241, 168, 0.3);
  box-shadow: 0 18px 42px rgba(3, 7, 18, 0.24);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transition: opacity 0.28s var(--ease),
          visibility 0.28s var(--ease),
          transform 0.28s var(--ease),
          border-color 0.28s var(--ease),
          background 0.28s var(--ease);
  border-radius: 17px;
}

.top-btn {
  z-index: 980;
  inset-block-end: 18px;
  width: 51px;
  height: 51px;
}

.chat-bot {
  inset-block-end: 81px;
  width: 53px;
  height: 53px;
  z-index: 981;
  text-decoration: none;
}

body.diwan-footer-visible .chat-bot,
body.diwan-footer-visible .top-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
}

.chat-bot.is-visible,
.top-btn.show,
.top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.chat-bot svg,
.top-btn svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-btn svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.45;
}

.chat-bot svg {
  width: 29px;
  height: 29px;
  stroke-width: 2.05;
}

.chat-dot {
  display: none;
}

.chat-entry-label {
  position: fixed;
  right: 79px;
  left: auto;
  inset-block-end: 91px;
  z-index: 979;
  width: max-content;
  max-width: min(210px, calc(100vw - 110px));
  padding: 9px 13px;
  color: var(--white);
  background: var(--charcoal);
  border: 1px solid rgba(33, 241, 168, 0.28);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(3, 7, 18, 0.24);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.22s var(--ease),
          visibility 0.22s var(--ease),
          transform 0.22s var(--ease);
}

.chat-entry-label::after,
.chat-entry-label::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.chat-entry-label::before {
  right: -10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid rgba(33, 241, 168, 0.28);
}

.chat-entry-label::after {
  right: -8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid var(--charcoal);
}

.chat-entry-label.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.chat-entry-label,
body.diwan-footer-visible .chat-entry-label,
body.pc-chat-open-lock .chat-entry-label {
  opacity: 0;
  visibility: hidden;
}

.pc-widget,
.pc-widget * {
  box-sizing: border-box;
}

/* Chatbot */
.pc-widget {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  width: 100vw;
  height: 100dvh;
  max-width: 100%;
  color: var(--charcoal);
  font-family: var(--font);
  direction: ltr;
  pointer-events: none;
}

.pc-widget[dir="rtl"] {
  direction: rtl;
  font-family: var(--font-ar);
}

.pc-header,
.pc-window {
  min-width: 0;
  display: flex;
}

.pc-window {
  position: fixed;
  inset-block: 8px;
  inset-inline-start: 8px;
  width: min(423px, calc(100vw - 16px));
  height: calc(100dvh - 16px);
  max-height: calc(100dvh - 16px);
  flex-direction: column;
  overflow: hidden;
  color: var(--charcoal);
  background: #f8f7f3;
  border: 1px solid rgba(33, 241, 168, 0.28);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(3, 7, 18, 0.32);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(0.96);
  transform-origin: bottom left;
  transition: opacity 0.26s var(--ease),
          visibility 0.26s var(--ease),
          transform 0.26s var(--ease);
}

.pc-widget[dir="rtl"] .pc-window {
  transform-origin: bottom right;
}

.pc-widget.pc-open .pc-window {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.pc-header {
  position: relative;
  flex: 0 0 auto;
  min-height: 85px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #020617, #071126);
  border-bottom: 1px solid rgba(33, 241, 168, 0.24);
}

.pc-avatar,
.pc-mini-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--mint);
  background: #04111f;
  border: 1px solid rgba(33, 241, 168, 0.28);
}

.pc-avatar {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 16px;
}

.pc-logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.pc-title {
  min-width: 0;
  flex: 1 1 auto;
}

.pc-bot-name {
  display: block;
  color: var(--white);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pc-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.pc-chip,
.pc-icon-btn,
.pc-send {
  font: inherit;
  cursor: pointer;
}

.pc-icon-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--mint);
  background: rgba(3, 7, 18, 0.74);
  border: 1.5px solid rgba(33, 241, 168, 0.58);
  border-radius: 13px;
}

.pc-chip-icon svg,
.pc-icon-btn svg,
.pc-mini-avatar svg,
.pc-send svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc-icon-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.pc-lang-menu {
  position: absolute;
  inset-block-start: 70px;
  inset-inline-end: 16px;
  z-index: 6;
  width: 290px;
  max-width: calc(100% - 32px);
  display: none;
  gap: 4px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(3, 7, 18, 0.2);
}

.pc-lang-menu.pc-show {
  display: grid;
}

.pc-lang-menu button {
  width: 100%;
  padding: 10px 12px;
  color: var(--charcoal);
  border-radius: 12px;
  text-align: start;
  font-weight: 800;
}

.pc-lang-menu button.pc-active,
.pc-lang-menu button:hover {
  background: rgba(33, 241, 168, 0.14);
}

.pc-messages {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #f8f7f3;
  scrollbar-width: thin;
}

.pc-messages::-webkit-scrollbar {
  width: 8px;
}

.pc-messages::-webkit-scrollbar-thumb {
  background: rgba(3, 7, 18, 0.18);
  border-radius: 999px;
}

.pc-row {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.pc-row.pc-user {
  direction: ltr;
  justify-content: flex-end;
}

.pc-mini-avatar {
  width: 32px;
  height: 32px;
  margin-top: 3px;
  border-radius: 11px;
}

.pc-mini-avatar svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.pc-bubble {
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.pc-bot .pc-bubble {
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-start-start-radius: 7px;
  box-shadow: 0 10px 26px rgba(3, 7, 18, 0.06);
}

.pc-user .pc-bubble {
  direction: rtl;
  text-align: right;
  color: var(--black);
  background: var(--mint);
  border-end-end-radius: 7px;
}

.pc-ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

.pc-typing {
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.pc-typing i {
  width: 6px;
  height: 6px;
  display: block;
  background: var(--muted);
  border-radius: 50%;
  animation: pcTyping 1s infinite ease-in-out;
}

.pc-typing i:nth-child(2) {
  animation-delay: 0.13s;
}

.pc-typing i:nth-child(3) {
  animation-delay: 0.26s;
}

.pc-quick {
  flex: 0 0 auto;
  min-width: 0;
  max-height: 102px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  padding: 12px 18px 10px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--line);
}

.pc-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}

.pc-chip-icon,
.pc-send {
  display: grid;
  place-items: center;
}

.pc-chip-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  color: var(--mint);
  background: var(--charcoal);
  border-radius: 8px;
}

.pc-chip-icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.pc-send {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  padding: 0;
  color: var(--black);
  background: var(--mint);
  border: 0;
  border-radius: 14px;
}

.pc-send svg {
  width: 21px;
  height: 21px;
  stroke-width: 2.1;
  transform: none !important;
}

@media (max-width: 1040px) {
  .nav {
    border-radius: 28px;
  }

  .nav-tools .call {
    display: none;
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .menu {
    position: fixed;
    inset-inline: 20px;
    inset-block-start: 100px;
    z-index: 999;
    max-height: calc(100dvh - 116px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin: 0;
    padding: 16px;
    overflow-y: auto;
    color: var(--white);
    background: rgba(3, 7, 18, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(3, 7, 18, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 0.28s var(--ease),
            visibility 0.28s var(--ease),
            transform 0.28s var(--ease);
  }

  .open .menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-link {
    padding: 15px 18px;
    font-size: 16px;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .about-card,
  .id-list {
    width: min(820px, 100%);
    margin-inline: auto;
  }
}

@media (min-width: 600px) and (max-width: 1040px) {
  .hero [data-reveal]:first-child {
    width: 100%;
    max-width: 100%;
  }

  .hero h1,
  html[dir="rtl"] .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(48px, 6.5vw, 68px);
  }

  .hero p,
  html[dir="rtl"] .hero p {
    width: 100%;
    max-width: min(900px, 100%);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.65;
  }

  .photo {
    width: min(460px, 100%);
    max-width: 460px;
  }

  .id-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .id-card {
    height: 100%;
  }
}

@media (max-width: 680px) {
  html body .map-shell .map-link {
    min-width: min(210px, 70vw);
    max-width: calc(100% - 32px);
    padding-inline: 22px;
  }

  html body #contact .contact-card .info {
    align-items: center;
  }
  footer.footer .social.social-linkedin svg.linkedin-icon {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
  }

  footer.footer .social.social-whatsapp svg.wa-icon {
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
  }
  .head {
    inset-block-start: 8px;
  }

  .nav {
    min-height: 60px;
    padding: 7px 9px;
    gap: 7px;
    border-radius: 23px;
  }

  .shrink .nav {
    min-height: 56px;
    transform: translateY(-2px);
  }

  .logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 13px;
  }

  .brand {
    gap: 8px;
    flex: 1 1 auto;
  }

  .brand-title {
    max-width: 145px;
    font-size: 13.5px;
  }

  html[dir="rtl"] .brand-title {
    max-width: 158px;
    font-size: 14px;
  }

  .nav-tools {
    gap: 6px;
  }

  .langs {
    display: grid;
    grid-template-columns: repeat(3, 32px);
    justify-content: center;
    flex: 0 0 102px;
    width: 102px;
    height: 38px;
    gap: 0;
    padding: 3px;
  }

  .lang {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 9.5px;
  }

  .menu-btn {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    color: var(--mint);
    background: rgba(3, 7, 18, 0.72);
    border-color: rgba(33, 241, 168, 0.62);
    border-width: 2px;
  }

  .menu-btn span,
  .menu-btn::after,
  .menu-btn::before {
    inset-inline: 11px;
  }

  .menu-btn::before {
    top: 13px;
  }

  .menu-btn span,
  .open .menu-btn::after,
  .open .menu-btn::before {
    top: 19px;
  }

  .menu-btn::after {
    top: 25px;
  }

  .menu {
    inset-inline: 10px;
    inset-block-start: 72px;
    max-height: calc(100dvh - 84px);
  }

  .about-grid {
    gap: 18px;
  }

  .about-card {
    padding: 22px;
    border-radius: 22px;
  }

  .about-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .id-list {
    gap: 12px;
  }

  .id-card {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    padding: 18px 16px;
    border-radius: 20px;
  }

  .id-card h3 {
    font-size: 17px;
  }

  .id-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .top-btn {
    width: 49px;
    height: 49px;
  }

  .chat-bot {
    inset-block-end: 79px;
    width: 51px;
    height: 51px;
  }

  .chat-entry-label {
    inset-inline-end: 76px;
    inset-block-end: 88px;
    max-width: calc(100vw - 100px);
    padding: 8px 11px;
    font-size: 11px;
  }

  .pc-window {
    inset-block-start: calc(8px + var(--pc-vv-top, 0px));
    inset-block-end: calc(8px + var(--pc-keyboard-height, 0px));
    width: calc(100vw - 16px);
    height: auto;
    max-height: calc(var(--pc-visual-height, 100dvh) - 16px);
    border-radius: 26px;
  }

  .pc-header {
    min-height: 79px;
    padding: 14px;
  }

  .pc-avatar {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .pc-bot-name {
    font-size: 16px;
  }

  .pc-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .pc-messages {
    padding: 14px;
  }

  .pc-bubble {
    max-width: 88%;
    padding: 11px 13px;
    font-size: 13.5px;
  }

  .pc-quick {
    max-height: 61px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 26px 10px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .pc-quick::-webkit-scrollbar {
    display: none;
  }

  .pc-chip {
    min-height: 38px;
    flex: 0 0 auto;
  }

  .pc-send {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
  }
}

@media (max-width: 390px) {
  .brand-title {
    max-width: 126px;
    font-size: 12.5px;
  }

  html[dir="rtl"] .brand-title {
    max-width: 140px;
    font-size: 13.5px;
  }

  .lang {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .langs {
    grid-template-columns: repeat(3, 30px);
    flex-basis: 96px;
    width: 96px;
    height: 36px;
  }

  .id-card {
    padding: 16px 14px;
  }

  .pc-window {
    inset-inline-start: 6px;
    width: calc(100vw - 12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-bot,
  .chat-entry-label,
  .menu,
  .nav,
  .pc-typing i,
  .pc-window,
  .top-btn {
    animation: none;
    transition-duration: 0.01ms;
  }
}

.hero::after,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: none;
  text-shadow: none;
}

.hero::before {
  background-image: linear-gradient(rgba(245, 255, 250, 0.042) 1px, transparent 1px),
          linear-gradient(
            90deg,
            rgba(245, 255, 250, 0.042) 1px,
            transparent 1px
          ),
          linear-gradient(var(--hero-glow-line) 1px, transparent 1px),
          linear-gradient(90deg, var(--hero-glow-line) 1px, transparent 1px);
  background-size: 60px 60px,
          60px 60px,
          240px 240px,
          240px 240px;
  background-position: 0 0,
          0 0,
          0 0,
          0 0;
  opacity: 0.58;
  mask-image: linear-gradient(
          180deg,
          rgba(3, 7, 18, 0.98) 0,
          rgba(3, 7, 18, 0.92) 72%,
          rgba(3, 7, 18, 0.6) 100%
        );
}

#lead-form input,
#lead-form select,
#lead-form textarea {
  font-weight: 500;
  background: linear-gradient(#fff, #fff) padding-box,
          linear-gradient(
              135deg,
              rgba(33, 241, 168, 0.25),
              rgba(3, 7, 18, 0.08)
            )
            border-box;
  border-radius: 16px;
  padding: 14px 15px;
}

#lead-form input::placeholder,
#lead-form textarea::placeholder {
  color: rgba(3, 7, 18, 0.45);
}

#lead-form input:hover,
#lead-form select:hover,
#lead-form textarea:hover {
  border-color: var(--line) !important;
  box-shadow: none !important;
}

#lead-form input:focus,
#lead-form select:focus,
#lead-form textarea:focus {
  outline: 0 !important;
  border-color: rgba(33, 241, 168, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(33, 241, 168, 0.12) !important;
}

#lead-form input.bad,
#lead-form select.bad,
#lead-form textarea.bad {
  border-color: #e5484d !important;
  box-shadow: 0 0 0 4px rgba(229, 72, 77, 0.12) !important;
}

#lead-form input.bad:focus,
#lead-form select.bad:focus,
#lead-form textarea.bad:focus {
  border-color: #e5484d !important;
  box-shadow: 0 0 0 4px rgba(229, 72, 77, 0.18) !important;
}

#lead-form input:not(.bad):valid,
#lead-form select:not(.bad):valid,
#lead-form textarea:not(.bad):valid {
  border-color: var(--line);
}

#lead-form textarea {
  min-height: 118px;
}

.pc-input-wrap {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 56px;
  max-height: 60px;
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 10px;
  margin: 8px 14px 12px;
  padding: 0;
  background: 0 0;
  border: 0;
  border-radius: 18px;
}

.pc-input {
  min-width: 0;
  flex: 1 1 auto;
  height: 46px;
  padding: 0 12px;
  color: var(--charcoal);
  background: var(--white);
  border: 2px solid var(--mint);
  border-radius: 14px;
  outline: 0;
  font-size: 14px;
  line-height: 1.2;
}

.pc-widget[dir="rtl"] .pc-input {
  direction: rtl;
  text-align: right;
}

.pc-input:focus,
.pc-input:focus-visible {
  outline: 0;
  border-color: rgba(33, 241, 168, 0.72);
  box-shadow: 0 0 0 4px rgba(33, 241, 168, 0.12);
}

@media (max-width: 540px) {
  .pc-input-wrap {
    min-height: 54px;
    max-height: 58px;
    margin: 7px 12px 11px;
    border-radius: 17px;
  }

  .pc-input {
    height: 44px;
    font-size: 13.5px;
  }
}

.privacy-field {
  margin-top: 2px;
}

.privacy-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(248, 247, 243, 0.82);
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 1px 0 0;
  accent-color: var(--mint);
  cursor: pointer;
}

.privacy-consent input.bad + span {
  color: #b42318 !important;
}

.site-legal {
  width: 100%;
  margin: 2px 0 0;
  border: 1px solid rgba(33, 241, 168, 0.18);
  border-radius: 22px;
  background: linear-gradient(
          135deg,
          rgba(255, 255, 255, 0.05),
          rgba(255, 255, 255, 0.025)
        );
  box-shadow: 0 18px 44px rgba(3, 7, 18, 0.16);
  overflow: hidden;
}

.site-legal summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 18px;
  cursor: pointer;
  color: #fff;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 900;
  text-align: start;
  list-style: none;
}

.site-legal summary::-webkit-details-marker {
  display: none !important;
}

.site-legal summary::marker {
  content: "";
}

.site-legal-label {
  min-width: 0;
  flex: 1 1 auto;
}

.site-legal-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(33, 241, 168, 0.12);
  border: 1px solid rgba(33, 241, 168, 0.22);
  color: var(--mint);
  transition: transform 0.25s var(--ease),
          background 0.25s var(--ease),
          border-color 0.25s var(--ease);
}

.site-legal-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-legal[open] .site-legal-icon {
  transform: rotate(180deg);
  background: rgba(33, 241, 168, 0.18);
  border-color: rgba(33, 241, 168, 0.34);
}

.site-legal-content {
  margin: 0;
  padding: 4px 18px 18px;
  display: block;
}

.site-legal-text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.028);
  font-size: 13.5px;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: pretty;
}

html[lang="fr"] .footer .site-legal-text,
html[lang="en"] .footer .site-legal-text {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
  font-family: var(--font);
  line-height: 1.75;
  letter-spacing: normal;
  hyphens: auto;
}

html[lang="ar"] .footer .site-legal-text {
  direction: rtl;
  unicode-bidi: isolate;
  text-align: right;
  font-family: var(--font-ar);
  line-height: 1.95;
  letter-spacing: 0;
  hyphens: none;
}

html[dir="rtl"] .site-legal summary,
html[lang="ar"] .site-legal-content {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] .site-legal summary,
html[lang="fr"] .site-legal-content,
html[lang="en"] .site-legal-content {
  direction: ltr;
}

@media (max-width: 680px) {
  .hero::before {
    background-size: 44px 44px,
            44px 44px,
            176px 176px,
            176px 176px;
    opacity: 0.42;
  }

  .hero::after {
    background: linear-gradient(
              180deg,
              rgba(3, 7, 18, 0.42) 0,
              rgba(3, 7, 18, 0.16) 34%,
              rgba(3, 7, 18, 0.54) 100%
            ),
            radial-gradient(
              260px circle at 16% 20%,
              rgba(32, 217, 155, 0.045) 0,
              transparent 58%
            );
  }
  .site-legal {
    border-radius: 18px;
  }

  .site-legal summary {
    padding: 13px 14px;
    font-size: 13px;
  }

  .site-legal-content {
    padding: 2px 13px 14px;
  }

  .site-legal-text {
    padding: 13px 12px;
    border-radius: 14px;
  }
}

/* Chatbot interaction reliability. */
.pc-window,
.pc-window button,
.pc-window input,
.pc-chip,
.pc-send {
  pointer-events: auto;
}
.pc-chip,
.pc-send,
.pc-icon-btn {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.pc-send { position: relative; z-index: 2; }
.pc-input { position: relative; z-index: 1; }

.photo-frame.photo-missing {
  background: linear-gradient(145deg, rgba(3,7,18,.96), rgba(10,22,51,.92));
}
.photo-frame.photo-missing::after {
  content: "";
  width: 42%;
  aspect-ratio: 1;
  display: block;
  margin: auto;
  border: 2px solid rgba(33,241,168,.25);
  border-radius: 28%;
  opacity: .28;
}
