:root {
  --gold: #be9f60;
  --gold-hero: #e1ba6b;
  --gold-btn: #c2a36b;
  --gold-stat: #b8964f;
  --gold-muted: #bc9d5f;
  --gold-footer: #b99a5a;
  --gold-social: #a68952;
  --gold-quick: #b99a5a;
  --white: #ffffff;
  --black: #000000;
  --body: #000000;
  --dot-bg: #f8f8f8;
  --partners-bg: #efeeec;
  --link-blue: #0415fa;
  --content: 1376px;
  --font: "Rubik", "Cairo", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--body);
  background: var(--white);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  max-width: var(--content);
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 720px;
  min-height: max(720px, 100svh);
  color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  --hero-hexagon-height: calc(100% + 28px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/hero-bg.jpg") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.42) 55%,
    rgba(0, 0, 0, 0.58) 100%
  );
  pointer-events: none;
}

.hero-hexagon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: calc(100vw - 48px);
  height: var(--hero-hexagon-height);
  max-height: 1120px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.95;
  overflow: visible;
}

.hero-header,
.hero-content,
.hero-dots,
.hero-arrow,
.scroll-hint,
.hero-notch {
  position: relative;
  z-index: 2;
}

.hero-header {
  padding-top: 8px;
}

.hero-topbar {
  padding-top: 20px;
  margin-bottom: 0;
}

.social-links {
  gap: 16px;
}

.social-link {
  color: var(--white);
  display: inline-flex;
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.inactive-link {
  cursor: default;
  pointer-events: none;
}

.social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  color: var(--gold-hero);
}

.lang-divider {
  color: var(--white);
  margin: 0 14px 0 22px;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1;
}

.lang-btn {
  background: none;
  border: 0;
  color: var(--white);
  font-family: "Cairo", "Rubik", sans-serif;
  font-size: 18.75px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0;
  line-height: 1;
}

.lang-btn:hover {
  color: var(--gold-hero);
}

.brand-logo img {
  width: 140px;
  height: auto;
  margin-top: -16px;
}

.hero-nav {
  padding: 4px 0 0;
}

.hero-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
  margin: 8px auto;
}

.hero-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(225, 186, 107, 0.28);
}

.hero-nav .nav-link {
  color: var(--white) !important;
  font-size: 21.91px;
  font-weight: 300;
  padding: 0.35rem 1.15rem !important;
  letter-spacing: 0.01em;
}

.hero-nav .nav-link:hover {
  color: var(--gold-hero) !important;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(920px, calc(100vw - 220px));
  transform: translate(-50%, -50%);
  justify-content: center;
  padding: 0;
}

.hero-title {
  color: var(--gold-hero);
  font-size: 35.42px;
  font-weight: 400;
  line-height: 1;
  max-width: 820px;
  margin-bottom: 30px;
}

.hero-download {
  color: var(--white);
  font-size: 20.83px;
  font-weight: 300;
  letter-spacing: 0.075em;
}

.hero-download:hover {
  color: var(--gold-hero);
}

.download-icon {
  display: inline-flex;
  margin-top: 10px;
  margin-bottom: 28px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 118px;
  transform: translateX(-50%);
  gap: 12px;
}

.hero-dots .dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  padding: 0;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.35);
}

.hero-dots .dot.active {
  background: #b88e45;
}

.hero-arrow {
  position: absolute;
  top: 54%;
  background: none;
  border: 0;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  z-index: 3;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.hero-arrow-prev {
  left: 155px;
}

.hero-arrow-next {
  right: 156px;
}

.hero-arrow:hover,
.hero-arrow:focus {
  color: var(--gold-hero);
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

.hero-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.arrow-chevrons {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  display: inline-block;
  animation: arrow-pulse 1.8s ease-in-out infinite;
}

.arrow-line {
  width: 52px;
  border-top: 1.5px dashed rgba(255, 255, 255, 0.85);
  animation: arrow-line-glow 1.8s ease-in-out infinite;
  transition: border-color 0.2s ease, width 0.2s ease;
}

.hero-arrow:hover .arrow-line,
.hero-arrow:focus .arrow-line {
  border-top-color: var(--gold-hero);
  width: 64px;
}

.hero-arrow-prev .arrow-chevrons {
  animation-name: arrow-pulse-prev;
}

.hero-arrow-next .arrow-chevrons {
  animation-name: arrow-pulse-next;
}

@keyframes arrow-pulse-prev {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6px);
  }
}

@keyframes arrow-pulse-next {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}

@keyframes arrow-line-glow {
  0%,
  100% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arrow-chevrons,
  .arrow-line,
  .why-panel.active {
    animation: none;
  }

  .why-tab,
  .why-tab::before {
    transition: none;
  }
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  width: 21px;
  opacity: 0.9;
  animation: mouse-bounce 1.8s ease-in-out infinite;
}

.scroll-hint img {
  width: 21px;
  height: 41px;
}

@keyframes mouse-bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

.hero-notch {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 147px;
  height: 43px;
  transform: translateX(-50%);
  background: var(--gold);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 4;
}

/* -------------------------------------------------------------------------- */
/* Who We Are                                                                  */
/* -------------------------------------------------------------------------- */

.who-section {
  padding: 112px 0 72px;
  background: var(--white);
}

.who-section .row {
  align-items: center;
}

.who-section .col-lg-5 {
  flex: 0 0 auto;
  width: 43%;
}

.who-section .col-lg-7 {
  flex: 0 0 auto;
  width: 57%;
}

.who-section .section-title {
  margin-bottom: 30px;
}

.section-title {
  color: var(--gold);
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 36px;
}

.who-copy {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  text-align: justify;
  margin-bottom: 30px;
  max-width: 560px;
}

.who-copy strong {
  font-weight: 500;
}

.who-logos {
  gap: 32px;
  margin-bottom: 30px;
}

.vision-logo {
  width: 170px;
}

.made-logo {
  width: 168px;
}

.btn-gold {
  background: var(--gold-btn);
  color: var(--white);
  border: 0;
  min-width: 150px;
  height: 46px;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 28px;
}

.btn-gold:hover {
  background: #b08f55;
  color: var(--white);
}

.who-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.who-visual img {
  max-width: 760px;
  width: 100%;
}

.pattern-band {
  height: 41px;
  background: url("images/pattern-divider.png") center / 100% 41px no-repeat;
  opacity: 0.55;
}

/* -------------------------------------------------------------------------- */
/* Numbers                                                                     */
/* -------------------------------------------------------------------------- */

.numbers-section {
  padding: 76px 0 78px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

.numbers-content {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 0px;
  position: relative;
}

.numbers-section .section-title {
  margin-bottom: 22px;
}

.numbers-intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 18px;
}

.numbers-intro strong {
  font-weight: 600;
}

.numbers-stage {
  position: relative;
  min-height: 360px;
  padding: 36px 0 10px;
}

.numbers-grid {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding-top: 12px;
  position: relative;
  z-index: 1;
}

.stat-item {
  min-height: 150px;
  padding: 26px 18px 22px;
  border-top: 1px solid rgba(190, 159, 96, 0.34);
  border-bottom: 1px solid rgba(190, 159, 96, 0.18);
  background: linear-gradient(180deg, rgba(190, 159, 96, 0.07), rgba(255, 255, 255, 0));
}

.stat-value {
  color: var(--gold-stat);
  font-size: clamp(34px, 3.3vw, 52px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
}

.stat-value span,
.stat-value small {
  font-size: 0.46em;
  font-weight: 500;
}

.stat-label {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  margin: 12px auto 0;
  max-width: 240px;
}

.deco-potato {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.deco-potato-left {
  left: -7%;
  top: 42px;
  width: 330px;
  opacity: 0.9;
}

.deco-potato-v {
  right: -5%;
  top: 0;
  width: 112px;
  opacity: 0.88;
}

.deco-potato-h {
  right: 9%;
  bottom: 6px;
  width: 190px;
  opacity: 0.88;
}

/* -------------------------------------------------------------------------- */
/* Why Choose Us                                                               */
/* -------------------------------------------------------------------------- */

.why-section {
  position: relative;
  padding: 96px 0 76px;
  background-color: var(--white);
  background-image: radial-gradient(#dcdcdc 1px, transparent 1.2px);
  background-size: 8px 8px;
  background-position: 0 120px;
}

.why-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.why-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  text-align: start;
  max-width: 760px;
  margin-bottom: 30px;
  position: relative;
}

.why-tabs {
  gap: 10px;
  margin-bottom: 28px;
  position: relative;
}

.why-tab {
  min-width: 112px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(190, 159, 96, 0.28);
  border-radius: 999px;
  padding: 10px 18px;
  color: #686868;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease, transform 0.24s ease,
    box-shadow 0.24s ease;
}

.why-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.why-tab.active,
.why-tab:hover {
  color: var(--white);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(190, 159, 96, 0.24);
}

.why-tab.active::before,
.why-tab:hover::before {
  transform: translateX(120%);
}

.why-panel {
  display: none !important;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  max-width: 780px;
  min-height: 178px;
  padding: 26px 30px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.why-panel.active {
  display: flex !important;
  animation: why-panel-in 0.38s ease both;
}

@keyframes why-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-panel h3 {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.why-panel p {
  color: #333333;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  text-align: start;
  margin: 0;
}

.why-icon {
  flex: 0 0 96px;
  width: 96px;
}

.why-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.why-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.why-visual img {
  max-width: 520px;
  width: 100%;
  mix-blend-mode: multiply;
}

/* -------------------------------------------------------------------------- */
/* Sectors                                                                     */
/* -------------------------------------------------------------------------- */

.sectors-section {
  position: relative;
  padding: 92px 0 76px;
  background: var(--white);
  overflow: hidden;
}

.deco-r-bg {
  position: absolute;
  left: -40px;
  top: 86px;
  width: 390px;
  height: 784px;
  background: url("images/deco-r.png") left top / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.deco-pattern-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 633px;
  background: url("images/deco-pattern.png") right top / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.sectors-section .section-title {
  margin-bottom: 56px;
  color: var(--gold-muted);
}

.sector-item {
  gap: 24px;
  margin-bottom: 18px;
  padding: 18px 22px;
  position: relative;
  z-index: 1;
  align-items: center;
  border-left: 3px solid transparent;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.sector-item:hover {
  transform: translateX(8px);
  border-left-color: var(--gold);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.07);
}

.sector-logo {
  width: 132px;
  flex: 0 0 132px;
  object-fit: contain;
  transition: transform 0.24s ease;
}

.sector-item:hover .sector-logo {
  transform: scale(1.04);
}

.sector-body p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.65;
  text-align: start;
  margin-bottom: 10px;
}

.read-more-link {
  color: var(--gold);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.read-more-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.read-more-link:hover {
  color: #8f713b;
}

.read-more-link:hover::after {
  transform: scaleX(1);
}

.sectors-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.sectors-visual img {
  max-width: 460px;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.08));
}

/* -------------------------------------------------------------------------- */
/* Partners                                                                    */
/* -------------------------------------------------------------------------- */

.partners-section {
  background: var(--partners-bg);
  padding: 84px 0;
}

.partners-copy {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
  max-width: 393px;
}

.partners-stage {
  gap: 12px;
  justify-content: center;
}

.partners-strip {
  max-width: 884px;
  width: 100%;
  display: block;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

.site-footer {
  position: relative;
  background: url("images/footer-bg.jpg") center / cover no-repeat;
  color: var(--white);
  padding: 62px 0 48px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

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

.footer-logo {
  width: 232px;
  margin-bottom: 28px;
}

.footer-about {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 31.25px;
  max-width: 1376px;
  margin: 0 auto 42px;
  color: #fffefd;
}

.follow-row {
  gap: 22px;
  margin-bottom: 38px;
}

.follow-label {
  color: var(--gold-quick);
  font-size: 29.17px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer-social {
  gap: 18px;
}

.footer-social a {
  color: var(--gold-social);
  display: inline-flex;
}

.footer-social a:hover {
  color: var(--gold-hero);
}

.quick-links {
  border-top: 1px dotted rgba(255, 255, 255, 0.85);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.85);
  padding: 18px 0;
  margin-bottom: 28px;
}

.quick-title {
  color: var(--gold-quick);
  font-size: 29.17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: start;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  color: var(--gold-footer);
  font-size: 21.91px;
  font-weight: 300;
}

.footer-nav a {
  color: var(--gold-footer);
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-nav span {
  opacity: 0.8;
}

.copyright {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--white);
}

/* -------------------------------------------------------------------------- */
/* RTL                                                                         */
/* -------------------------------------------------------------------------- */

html[dir="rtl"] .who-copy,
html[dir="rtl"] .why-lead,
html[dir="rtl"] .why-panel p,
html[dir="rtl"] .sector-body p,
html[dir="rtl"] .partners-copy {
  text-align: justify;
}

html[dir="rtl"] .hero-arrow-prev {
  left: auto;
  right: 155px;
}

html[dir="rtl"] .hero-arrow-next {
  right: auto;
  left: 156px;
}

html[dir="rtl"] .lang-divider {
  margin: 0 22px 0 14px;
}

html[dir="rtl"] .quick-title {
  text-align: start;
}

html[dir="rtl"] .deco-potato-left {
  left: auto;
  right: -8%;
}

html[dir="rtl"] .deco-potato-v,
html[dir="rtl"] .deco-potato-h {
  right: auto;
}

html[dir="rtl"] .deco-potato-v {
  left: 1%;
}

html[dir="rtl"] .deco-potato-h {
  left: 8%;
}

html[dir="rtl"] .deco-r-bg {
  left: auto;
  right: -28px;
}

html[dir="rtl"] .deco-pattern-bg {
  right: auto;
  left: 0;
}

html[dir="rtl"] .sector-item {
  border-left: 0;
  border-right: 3px solid transparent;
}

html[dir="rtl"] .sector-item:hover {
  transform: translateX(-8px);
  border-right-color: var(--gold);
}

html[dir="rtl"] .read-more-link::after {
  transform-origin: right;
}

html[dir="rtl"] .why-visual {
  justify-content: flex-start;
}

html[dir="rtl"] .why-panel {
  border-left: 0;
  border-right: 3px solid var(--gold);
}

html[dir="rtl"] .numbers-grid {
  text-align: start;
}

/* -------------------------------------------------------------------------- */
/* Responsive                                                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }

  .hero-content {
    width: min(840px, calc(100vw - 180px));
    padding-top: 70px;
  }

  .deco-potato-left {
    width: 280px;
    left: -6%;
  }
}

@media (max-width: 1199.98px) {
  .hero {
    min-height: 680px;
    min-height: max(680px, 100svh);
    --hero-hexagon-height: calc(100% + 12px);
  }

  .hero-nav .nav-link {
    font-size: 18px;
    padding: 0.35rem 0.7rem !important;
  }

  .hero-title {
    font-size: 30px;
  }

  .section-title {
    font-size: 40px;
  }

  .hero-arrow-prev {
    left: 24px;
  }

  .hero-arrow-next {
    right: 24px;
  }

  html[dir="rtl"] .hero-arrow-prev {
    left: auto;
    right: 24px;
  }

  html[dir="rtl"] .hero-arrow-next {
    right: auto;
    left: 24px;
  }

  .deco-potato-left,
  .deco-potato-v,
  .deco-potato-h {
    opacity: 0.55;
  }
}

@media (max-width: 991.98px) {
  .hero {
    min-height: 640px;
    min-height: max(640px, 100svh);
    --hero-hexagon-height: calc(100% - 10px);
  }

  .hero-content {
    width: min(760px, calc(100vw - 120px));
  }

  .hero-nav {
    width: min(360px, calc(100vw - 40px));
    margin: 10px auto 0;
    padding: 0;
    align-items: center;
  }

  .hero-nav .navbar-toggler {
    width: 50px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(4px);
  }

  .hero-nav .navbar-collapse {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.76);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
  }

  .hero-nav .navbar-nav {
    align-items: stretch !important;
    gap: 2px;
  }

  .hero-nav .nav-link {
    padding: 10px 14px !important;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }

  .hero-nav .nav-link:hover,
  .hero-nav .nav-link:focus {
    background: rgba(190, 159, 96, 0.16);
  }

  .hero-arrow {
    display: none;
  }

  .section-title {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .who-section,
  .why-section,
  .sectors-section,
  .partners-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .who-section .col-lg-5,
  .who-section .col-lg-7 {
    width: 100%;
  }

  .who-section {
    padding-top: 76px;
    padding-bottom: 48px;
  }

  .who-copy {
    max-width: none;
  }

  .who-visual,
  .sectors-visual,
  .why-visual {
    margin-top: 10px;
  }

  .deco-potato {
    display: none;
  }

  .deco-potato-v,
  .deco-potato-h {
    display: block;
    opacity: 0.5;
    z-index: 0;
  }

  .deco-potato-v {
    top: 12px;
    right: 4px;
    width: 58px;
  }

  .deco-potato-h {
    left: 2px;
    right: auto;
    bottom: 12px;
    width: 108px;
  }

  .numbers-section {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .numbers-content {
    padding: 0 0px;
  }

  .numbers-intro {
    max-width: 720px;
  }

  .numbers-stage {
    min-height: 0;
    padding-top: 24px;
  }

  .numbers-grid {
    max-width: 680px;
    padding-top: 0;
  }

  .sector-logo {
    width: 110px;
    flex-basis: 110px;
  }

  .sectors-section {
    padding-top: 68px;
    padding-bottom: 54px;
  }

  .sectors-section .section-title {
    margin-bottom: 34px;
  }

  .deco-r-bg {
    width: 220px;
    opacity: 0.24;
  }

  .deco-pattern-bg {
    width: 320px;
    opacity: 0.28;
  }

  .sector-item {
    margin-bottom: 16px;
    padding: 16px 18px;
  }

  .sector-body p {
    font-size: 16px;
    line-height: 1.6;
  }

  .sectors-visual img {
    max-width: 340px;
  }

  .partners-copy {
    max-width: none;
  }

  .follow-label,
  .quick-title {
    font-size: 22px;
  }

  .footer-nav {
    font-size: 16px;
  }

  .why-visual {
    justify-content: center;
  }

  .why-section {
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .why-lead {
    max-width: none;
  }

  .why-panel {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .hero {
    height: 720px;
    min-height: 720px;
    max-height: none;
  }

  .hero-hexagon {
    top: 50%;
    width: 136vw;
    height: auto;
    max-width: none;
    max-height: none;
    opacity: 0.46;
  }

  .hero-header {
    padding-top: 16px;
  }

  .hero-topbar {
    padding-top: 0;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 12px;
  }

  .social-links {
    gap: 14px;
  }

  .social-link svg {
    width: 15px;
    height: 15px;
    max-width: none;
    max-height: none;
  }

  .lang-divider,
  .lang-btn {
    font-size: 17px;
  }

  .brand-logo img {
    width: 122px;
    margin-top: 12px;
  }

  .hero-nav {
    position: absolute;
    top: 34px;
    right: 18px;
    width: auto;
    margin: 0;
    z-index: 5;
  }

  .hero-nav .navbar-toggler {
    width: 56px;
    height: 50px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.48);
  }

  .hero-nav .navbar-toggler-icon {
    width: 1.45em;
    height: 1.45em;
  }

  .hero-nav .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    margin-top: 7px;
    padding: 7px;
    min-width: 220px;
    width: 240px;
  }

  html[dir="rtl"] .hero-nav {
    right: auto;
    left: 18px;
  }

  html[dir="rtl"] .hero-nav .navbar-collapse {
    right: auto;
    left: 0;
  }

  .hero-nav .nav-link {
    padding: 9px 12px !important;
    font-size: 15px;
  }

  .hero-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 0 58px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(-50%);
  }

  .hero-title {
    font-size: 28px;
    max-width: 300px;
    padding: 0;
    line-height: 1.18;
    margin-bottom: 30px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  }

  .hero-download {
    font-size: 16px;
    max-width: 260px;
    padding: 0;
    display: inline-block;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  }

  .download-icon {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .hero-dots {
    bottom: 164px;
    gap: 14px;
  }

  .hero-dots .dot {
    width: 10px;
    height: 10px;
  }

  .hero-arrow {
    display: flex;
    top: 53%;
    gap: 5px;
    transform: translateY(-50%);
  }

  .hero-arrow-prev {
    left: 10px;
  }

  .hero-arrow-next {
    right: 10px;
  }

  html[dir="rtl"] .hero-arrow-prev {
    left: auto;
    right: 10px;
  }

  html[dir="rtl"] .hero-arrow-next {
    right: auto;
    left: 10px;
  }

  .arrow-line {
    width: 28px;
  }

  .arrow-chevrons {
    font-size: 30px;
  }

  .scroll-hint {
    display: block;
    bottom: 42px;
    width: 21px;
  }

  .scroll-hint img {
    width: 21px;
    height: 41px;
  }

  .section-title {
    font-size: 36px;
  }

  .who-copy,
  .why-lead,
  .why-panel p,
  .sector-body p,
  .partners-copy,
  .footer-about,
  .numbers-intro {
    font-size: 16px;
    line-height: 1.6;
    text-align: start;
  }

  .why-tabs {
    gap: 8px;
    margin-bottom: 20px;
  }

  .why-tab {
    min-width: calc(50% - 4px);
    padding: 10px 12px;
    font-size: 14px;
  }

  .why-panel {
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding: 22px 20px;
  }

  .why-icon {
    flex: 0 0 auto;
    width: 76px;
  }

  .why-icon img {
    width: 76px;
    height: 76px;
  }

  .why-panel h3 {
    font-size: 24px;
  }

  .stat-value {
    font-size: 30px;
  }

  .stat-label {
    font-size: 14px;
  }

  .stat-item {
    min-height: 132px;
    padding: 22px 12px 18px;
  }

  .sector-item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    border-left: 0;
    border-top: 3px solid rgba(190, 159, 96, 0.32);
  }

  .sector-item:hover {
    transform: translateY(-4px);
    border-top-color: var(--gold);
  }

  html[dir="rtl"] .sector-item {
    border-right: 0;
    border-top: 3px solid rgba(190, 159, 96, 0.32);
  }

  html[dir="rtl"] .sector-item:hover {
    transform: translateY(-4px);
    border-top-color: var(--gold);
  }

  .sector-body p {
    text-align: center;
  }

  .read-more-link::after {
    transform-origin: center;
  }

  .footer-logo {
    width: 180px;
  }

  .copyright {
    letter-spacing: 0.04em;
    font-size: 14px;
  }

  .hero-notch {
    width: 100px;
    height: 28px;
  }
}

@media (max-width: 700.98px) {
  .hero {
    height: 690px;
    min-height: 690px;
    max-height: none;
  }

  .hero-hexagon {
    top: 51%;
    height: 580px;
    max-width: none;
  }

  .social-links {
    gap: 9px;
  }

  .lang-divider {
    margin: 0 9px;
  }

  .lang-btn {
    font-size: 16px;
  }

  .brand-logo img {
    width: 112px;
    margin-top: 46px;
  }

  .hero-nav {
    top: 30px;
    right: 14px;
    width: auto;
  }

  html[dir="rtl"] .hero-nav {
    right: auto;
    left: 14px;
  }

  .hero-nav .navbar-toggler {
    width: 52px;
    height: 46px;
  }

  .hero-nav .navbar-collapse {
    margin-top: 8px;
    padding: 7px;
  }

  .hero-content {
    top: 53%;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 0 54px;
    align-items: center;
    text-align: center;
    transform: translateY(-50%);
  }

  .hero-title {
    font-size: 25px;
    max-width: 270px;
    margin-bottom: 28px;
  }

  .hero-download {
    font-size: 15px;
    max-width: 230px;
  }

  .numbers-section {
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .numbers-content {
    padding: 0 14px;
  }

  .numbers-stage {
    padding-top: 18px;
  }

  .deco-potato-v {
    top: 4px;
    right: 0;
    width: 46px;
  }

  .deco-potato-h {
    bottom: 4px;
    width: 88px;
  }

  .numbers-grid {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.85rem;
  }

  .stat-item {
    min-height: 124px;
    padding: 18px 8px 16px;
  }

  .stat-value {
    font-size: 25px;
  }

  .stat-label {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .why-section {
    padding-top: 58px;
    padding-bottom: 46px;
  }

  .why-tab {
    font-size: 13px;
    padding: 9px 8px;
  }

  .why-panel {
    padding: 20px 16px;
  }

  .sectors-section {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .sector-item {
    padding: 15px 14px;
  }

  .sector-logo {
    width: 96px;
    flex-basis: 96px;
  }

  .sector-body p {
    font-size: 14.5px;
  }

  .sectors-visual img {
    max-width: 280px;
  }

  .hero-dots {
    bottom: 154px;
  }

  .hero-arrow-prev {
    left: 6px;
  }

  .hero-arrow-next {
    right: 6px;
  }

  html[dir="rtl"] .hero-arrow-prev {
    left: auto;
    right: 6px;
  }

  html[dir="rtl"] .hero-arrow-next {
    right: auto;
    left: 6px;
  }

  .arrow-line {
    width: 18px;
  }

  .why-icon {
    flex: 0 0 72px;
    width: 72px;
  }

  .why-icon img {
    width: 72px;
    height: 72px;
  }

  .why-panel {
    gap: 14px;
  }

  .why-panel h3 {
    font-size: 22px;
  }
}
