:root {
  --bg: #070d16;
  --bg-soft: #0b1523;
  --panel: #101d2e;
  --panel-bright: #14263b;
  --line: rgba(112, 151, 191, .2);
  --line-blue: rgba(36, 184, 222, .33);
  --text: #f4f8fd;
  --muted: #a5b6c9;
  --blue: #1db4db;
  --blue-light: #56cde8;
  --blue-deep: #0796c0;
  --green: #53e3b0;
  --max: 1180px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 300px;
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at 15% -8%, rgba(10, 127, 158, .24), transparent 34rem),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
}

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

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

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

.container {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 13, 22, .72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .25s ease, background .25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(7, 13, 22, .92);
}

.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand img {
  width: min(282px, 42vw);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  color: var(--muted);
  font-size: .96rem;
  font-weight: 600;
}

.nav-links > a:not(.button):hover,
.site-footer a:hover {
  color: var(--blue-light);
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 1.65rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(125deg, var(--blue-light), var(--blue) 43%, var(--blue-deep));
  box-shadow: 0 13px 30px rgba(19, 165, 202, .3);
  color: white;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(19, 165, 202, .43);
}

.button-small {
  min-height: 44px;
  padding: 0 1.3rem;
  color: white;
}

.language-switch {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}

.language-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .81rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.language-button:hover,
.language-button.is-active {
  color: #061522;
  background: var(--blue-light);
}

.button-ghost {
  border-color: var(--line-blue);
  background: transparent;
  box-shadow: none;
  color: var(--text);
}

.button-ghost:hover {
  border-color: var(--blue-light);
  background: rgba(25, 178, 214, .1);
  box-shadow: none;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 90px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(35, 183, 219, .45), transparent);
}

.orb {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(20px);
}

.orb-one {
  top: 24%;
  right: -270px;
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(18, 160, 195, .19), transparent 68%);
}

.orb-two {
  bottom: -300px;
  left: 27%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(15, 132, 166, .13), transparent 68%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(470px, 1fr) minmax(420px, 500px);
  align-items: center;
  gap: 64px;
}

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

.eyebrow {
  margin-bottom: 18px;
  color: var(--blue-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1 {
  max-width: 650px;
  font-size: clamp(2.8rem, 5.1vw, 4.3rem);
  line-height: 1.08;
  letter-spacing: -.065em;
}

.hero-text {
  max-width: 580px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}

.trust-row {
  display: flex;
  gap: 32px;
  margin-top: 58px;
}

.trust-row div {
  position: relative;
  max-width: 140px;
}

.trust-row div + div::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -17px;
  width: 1px;
  height: 44px;
  background: var(--line);
}

.trust-row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.trust-row span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.4;
  display: block;
}

.hero-media {
  position: relative;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(66, 151, 181, .34);
  border-radius: 30px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-media::after,
.feature-photo::after,
.approach-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(122deg, rgba(88, 207, 232, .2), transparent 24%, transparent 70%, rgba(7, 13, 22, .44));
}

.hero-media img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 55% center;
  transition: transform .8s ease;
}

.hero-media:hover img,
.services-feature:hover img,
.approach-media:hover img {
  transform: scale(1.035);
}

.media-insight {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 17px 19px;
  border: 1px solid rgba(109, 192, 216, .27);
  border-radius: 16px;
  background: rgba(7, 18, 31, .82);
  backdrop-filter: blur(11px);
}

.media-insight strong {
  font-size: 1.05rem;
}

.hero-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(70, 111, 152, .32);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(39, 189, 225, .15), transparent 36%),
    linear-gradient(145deg, #122033, #09121f);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(74, 201, 231, .35), transparent 35%);
}

.panel-top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 600;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
}

.status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.balance {
  padding: 36px 0 29px;
  border-bottom: 1px solid var(--line);
}

.balance small {
  display: block;
  color: var(--muted);
  font-size: .8rem;
}

.balance strong {
  display: block;
  margin: 8px 0;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -.04em;
}

.positive {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(54, 206, 154, .12);
  color: var(--green);
  font-size: .78rem;
  font-weight: 700;
}

.chart {
  height: 166px;
  display: flex;
  align-items: end;
  gap: 20px;
  padding: 29px 14px 0;
  border-bottom: 1px solid var(--line);
}

.bar {
  flex: 1;
  height: var(--height);
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(0deg, #0796c0, #27bfdf);
}

.bar.muted {
  background: linear-gradient(0deg, #243a52, #66819e);
}

.bar.bright {
  background: linear-gradient(0deg, #119fc7, #58cfe8);
  box-shadow: 0 0 24px rgba(34, 184, 220, .3);
}

.panel-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.panel-cards div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .015);
}

.panel-cards span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .77rem;
}

.panel-cards b {
  font-size: .93rem;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 48px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1.2;
  letter-spacing: -.055em;
}

.section-heading > p:last-child,
.approach-copy > p:not(.eyebrow),
.contact-card > div:first-child > p:last-child {
  color: var(--muted);
}

.services-feature {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: stretch;
  gap: 0;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--bg-soft);
}

.feature-photo {
  position: relative;
  min-height: 290px;
  overflow: hidden;
}

.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.services-feature figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(27px, 4vw, 40px);
}

.services-feature h3 {
  margin-bottom: 11px;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.services-feature figcaption > p:last-child {
  color: var(--muted);
  font-size: .94rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.service-card {
  min-height: 288px;
  padding: 28px 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-soft);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-blue);
  background: var(--panel);
}

.icon {
  position: relative;
  width: 47px;
  height: 47px;
  margin-bottom: 28px;
  border: 1px solid rgba(36, 184, 222, .33);
  border-radius: 13px;
  background: rgba(20, 168, 203, .1);
}

.document::before {
  content: "";
  position: absolute;
  inset: 11px 12px 10px;
  border: 2px solid var(--blue-light);
  border-radius: 3px;
}

.document::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 22px;
  width: 13px;
  height: 2px;
  background: var(--blue-light);
  box-shadow: 0 6px var(--blue-light);
}

.calculator::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid var(--blue-light);
  border-radius: 4px;
}

.calculator::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 13px;
  height: 2px;
  background: var(--blue-light);
  box-shadow: 0 7px var(--blue-light), 0 14px var(--blue-light);
}

.chart-icon::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 13px;
  width: 5px;
  height: 12px;
  border-radius: 2px 2px 0 0;
  background: var(--blue-light);
  box-shadow: 9px -8px var(--blue-light), 18px -17px var(--blue-light);
}

.handshake::before,
.handshake::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 17px;
  height: 11px;
  border: 2px solid var(--blue-light);
}

.handshake::before {
  left: 8px;
  border-radius: 8px 1px 8px 4px;
  transform: rotate(20deg);
}

.handshake::after {
  right: 8px;
  border-radius: 1px 8px 4px 8px;
  transform: rotate(-20deg);
}

.service-card h3 {
  margin-bottom: 11px;
  font-size: 1.16rem;
  letter-spacing: -.025em;
}

.service-card p {
  color: var(--muted);
  font-size: .92rem;
}

.approach {
  background: linear-gradient(180deg, transparent, rgba(12, 24, 39, .62), transparent);
}

.approach-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: start;
}

.approach-copy p:not(.eyebrow) {
  margin-bottom: 28px;
}

.approach-media {
  position: relative;
  height: 285px;
  margin: 38px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.approach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue-light);
  font-weight: 700;
}

.text-link span {
  transition: transform .2s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.steps {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 25px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--bg-soft);
}

.steps li > span {
  color: var(--blue-light);
  font-size: 1.08rem;
  font-weight: 700;
}

.steps h3 {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.steps p {
  color: var(--muted);
  font-size: .92rem;
}

.contact {
  padding-top: 40px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(38px, 6vw, 68px);
  padding: clamp(38px, 6vw, 62px);
  border: 1px solid var(--line-blue);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(31, 183, 218, .19), transparent 43%),
    var(--panel);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -110px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 199, 228, .15), transparent 67%);
  pointer-events: none;
}

.contact-card > * {
  position: relative;
}

.contact-card h2 {
  max-width: 410px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 17px;
}

.contact-link {
  color: var(--blue-light);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -.03em;
}

.contact-details p {
  margin-bottom: 9px;
  color: var(--muted);
}

.contact-details strong {
  color: var(--text);
}

.contact-form {
  display: grid;
  gap: 15px;
  width: 100%;
  margin-top: 6px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.contact-form label:not(.form-trap) {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  background: rgba(5, 13, 23, .42);
  color: var(--text);
  font: inherit;
  font-size: .92rem;
  line-height: 1.45;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #75889c;
}

.contact-form textarea {
  min-height: 115px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(55, 193, 224, .13);
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-submit {
  justify-self: start;
  min-width: 174px;
  margin-top: 4px;
  cursor: pointer;
}

.form-submit:disabled {
  opacity: .7;
  cursor: wait;
}

.form-status {
  margin-top: 3px;
  padding: 12px 14px;
  border-radius: 11px;
  font-size: .88rem;
  font-weight: 600;
}

.form-status.is-success {
  border: 1px solid rgba(58, 220, 154, .35);
  background: rgba(42, 194, 130, .13);
  color: #68e7b8;
}

.form-status.is-error {
  border: 1px solid rgba(235, 98, 98, .33);
  background: rgba(203, 67, 67, .13);
  color: #ff9d9d;
}

.site-footer {
  margin-top: 15px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 112px;
  color: var(--muted);
  font-size: .85rem;
}

.footer-inner img {
  width: 218px;
}

.footer-inner div {
  text-align: right;
}

.js .reveal {
  opacity: 1;
  transform: none;
}

.js .hero .reveal {
  animation: rise-in .7s ease both;
}

.js .hero .hero-media {
  animation-delay: .08s;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

[dir="rtl"] body {
  font-family: "Cairo", "Manrope", Arial, sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] .contact-link {
  letter-spacing: 0;
}

[dir="rtl"] .trust-row div + div::before {
  right: -17px;
  left: auto;
}

[dir="rtl"] .text-link span[aria-hidden="true"] {
  transform: scaleX(-1);
}

[dir="rtl"] .text-link:hover span[aria-hidden="true"] {
  transform: scaleX(-1) translateX(5px);
}

[dir="rtl"] .footer-inner div {
  text-align: left;
}

@media (max-width: 1000px) {
  .hero-grid,
  .approach-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-panel {
    max-width: 580px;
  }

  .hero-media {
    max-width: 680px;
    min-height: 480px;
  }

  .hero-media img {
    height: 480px;
  }

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

  .contact-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 730px) {
  .container {
    width: min(calc(100% - 2rem), var(--max));
  }

  .nav {
    height: 74px;
  }

  .brand img {
    width: min(224px, 64vw);
  }

  .menu-toggle {
    position: relative;
    display: grid;
    gap: 6px;
    width: 46px;
    height: 44px;
    padding: 14px 11px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: transparent;
    color: inherit;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: white;
    transition: transform .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: 74px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #0c1522;
    box-shadow: var(--shadow);
  }

  .language-switch {
    align-self: start;
    margin: 8px 14px 14px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a:not(.button) {
    padding: 13px 14px;
  }

  .nav-links .button {
    margin-top: 8px;
  }

  .hero {
    padding: 58px 0 69px;
  }

  h1 {
    font-size: clamp(2.38rem, 12vw, 3rem);
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 31px;
  }

  .trust-row {
    flex-direction: column;
    gap: 18px;
    margin-top: 42px;
  }

  .trust-row div {
    max-width: none;
  }

  .trust-row div + div::before {
    display: none;
  }

  .hero-panel {
    padding: 22px;
    border-radius: 22px;
  }

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

  .hero-media img {
    height: 400px;
  }

  .media-insight {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .chart {
    gap: 14px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .section {
    padding: 68px 0;
  }

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

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

  .feature-photo {
    min-height: 240px;
  }

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

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

  .steps li {
    grid-template-columns: 45px 1fr;
    gap: 13px;
    padding: 22px 18px;
  }

  .approach-media {
    height: 235px;
    margin-top: 31px;
  }

  .contact {
    padding-top: 10px;
  }

  .contact-card {
    padding: 29px 22px;
    border-radius: 20px;
  }

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

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

  .footer-inner {
    flex-direction: column;
    align-items: start;
    padding: 30px 0;
  }

  .footer-inner div {
    text-align: left;
  }

  [dir="rtl"] .footer-inner div {
    text-align: right;
  }
}

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