:root{
  --brand:#F7B500;
  --brand2:#FF9F1C;

  --bg:#F7F9FC;
  --surface:#FFFFFF;
  --surface-2:#F1F5F9;

  --hero:#0A121C;
  --hero-2:#101A27;

  --text:#0F172A;
  --muted:#5B6B80;

  --line:rgba(15,23,42,.08);
  --line-strong:rgba(15,23,42,.14);

  --white:#ffffff;

  --shadow-sm:0 12px 28px rgba(15,23,42,.06);
  --shadow-md:0 20px 50px rgba(15,23,42,.10);
  --shadow-lg:0 30px 90px rgba(2,6,23,.18);
  --shadow-xl:0 34px 100px rgba(2,6,23,.22);

  --radius:24px;
  --radius-lg:34px;
  --container:min(1280px, calc(100% - 32px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}

/* =========================
   ANIMATIONS
========================= */
@keyframes aboutHeroZoom{
  0%{ transform:scale(1.05) translateY(0); }
  100%{ transform:scale(1.11) translateY(-12px); }
}

@keyframes heroGlowMove{
  0%{ transform:translate3d(0,0,0) scale(1); }
  100%{ transform:translate3d(18px,-14px,0) scale(1.06); }
}

@keyframes heroPanelShine{
  100%{ transform:translateX(260%); }
}

@keyframes whyxFloat{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-14px); }
  100%{ transform:translateY(0); }
}

@keyframes faGlowShift{
  0%{ transform:translate3d(-8px,0,0) scale(1); opacity:.55; }
  50%{ transform:translate3d(8px,-10px,0) scale(1.05); opacity:.9; }
  100%{ transform:translate3d(-8px,0,0) scale(1); opacity:.55; }
}

@keyframes faSoftFloat{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-10px); }
  100%{ transform:translateY(0); }
}

@keyframes faPulseDot{
  0%{ box-shadow:0 0 0 0 rgba(247,181,0,.28); }
  70%{ box-shadow:0 0 0 12px rgba(247,181,0,0); }
  100%{ box-shadow:0 0 0 0 rgba(247,181,0,0); }
}

/* =========================
   PAGE
========================= */
.about-page{
  position:relative;
  background:
    linear-gradient(180deg, #0A121C 0%, #0D1622 18%, #F7F9FC 18.1%, #FFFFFF 100%);
  color:var(--text);
  overflow:hidden;
}

.about-page::before{
  content:"";
  position:fixed;
  inset:-20% auto auto -10%;
  width:42vw;
  height:42vw;
  max-width:420px;
  max-height:420px;
  background:radial-gradient(circle, rgba(247,181,0,.10), transparent 68%);
  filter:blur(16px);
  pointer-events:none;
  z-index:0;
  animation:faGlowShift 10s ease-in-out infinite;
}

.about-page::after{
  content:"";
  position:fixed;
  inset:auto -10% 8% auto;
  width:38vw;
  height:38vw;
  max-width:380px;
  max-height:380px;
  background:radial-gradient(circle, rgba(26,163,200,.10), transparent 68%);
  filter:blur(18px);
  pointer-events:none;
  z-index:0;
  animation:faGlowShift 12s ease-in-out infinite reverse;
}

.container-shell,
.about-hero-grid,
.about-intro-shell,
.performance-grid,
.partners-wrap,
.whyx-wrap,
.about-cta-box{
  position:relative;
  z-index:2;
}

.container-shell{
  width:var(--container);
  margin-inline:auto;
}

/* =========================
   HELPERS
========================= */
.sec-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.sec-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--brand);
  box-shadow:0 0 0 6px rgba(247,181,0,.12);
  animation:faPulseDot 2.2s infinite;
  flex:0 0 auto;
}

.section-head{max-width:860px}

.section-title{
  margin:0;
  font-size:clamp(30px, 3.8vw, 56px);
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.04em;
  color:var(--text);
  text-wrap:balance;
}

.section-desc{
  margin:16px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
  text-wrap:pretty;
}

/* =========================
   BUTTONS
========================= */
.btn-primary,
.btn-outline,
.btn-dark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background .24s ease,
    border-color .24s ease,
    opacity .24s ease;
}

.btn-primary{
  color:#111827 !important;
  background:linear-gradient(180deg, #ffd468 0%, var(--brand) 100%);
  border:1px solid rgba(247,181,0,.34);
  box-shadow:0 14px 34px rgba(247,181,0,.22);
}

.btn-outline{
  color:#fff !important;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.btn-dark{
  color:#fff !important;
  background:#0F172A;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow-sm);
}

.btn-primary:hover,
.btn-outline:hover,
.btn-dark:hover{
  transform:translateY(-2px);
}

.btn-primary:hover{ box-shadow:0 20px 44px rgba(247,181,0,.30); }
.btn-outline:hover{ background:rgba(255,255,255,.10); }
.btn-primary:active,
.btn-outline:active,
.btn-dark:active{ transform:translateY(1px) scale(.985); }

/* =========================
   HERO
========================= */
.about-hero{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
  overflow:hidden;
  color:#fff;
  background:#09111a;
}

.about-hero-bg,
.about-hero-overlay,
.about-hero-noise,
.about-hero-lines,
.about-hero-glow{
  position:absolute;
  inset:0;
}

.about-hero-bg{z-index:0}

.about-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:scale(1.05);
  filter:saturate(.94) contrast(1.03) brightness(.74);
  animation:aboutHeroZoom 18s ease-in-out infinite alternate;
}

.about-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(500px 220px at 15% 20%, rgba(247,181,0,.10), transparent 60%),
    radial-gradient(520px 240px at 85% 35%, rgba(255,255,255,.06), transparent 60%);
}

.about-hero-overlay{
  z-index:1;
  background:
    linear-gradient(90deg, rgba(3,7,12,.86) 0%, rgba(3,7,12,.68) 28%, rgba(3,7,12,.34) 58%, rgba(3,7,12,.62) 100%),
    linear-gradient(180deg, rgba(3,7,12,.20) 0%, rgba(3,7,12,.28) 22%, rgba(3,7,12,.58) 72%, rgba(3,7,12,.92) 100%),
    radial-gradient(820px 360px at 78% 48%, rgba(23,173,255,.10), transparent 62%),
    radial-gradient(680px 320px at 20% 18%, rgba(247,181,0,.13), transparent 60%);
}

html[dir="rtl"] .about-hero-overlay{
  background:
    linear-gradient(270deg, rgba(3,7,12,.86) 0%, rgba(3,7,12,.68) 28%, rgba(3,7,12,.34) 58%, rgba(3,7,12,.62) 100%),
    linear-gradient(180deg, rgba(3,7,12,.20) 0%, rgba(3,7,12,.28) 22%, rgba(3,7,12,.58) 72%, rgba(3,7,12,.92) 100%),
    radial-gradient(820px 360px at 22% 48%, rgba(23,173,255,.10), transparent 62%),
    radial-gradient(680px 320px at 80% 18%, rgba(247,181,0,.13), transparent 60%);
}

.about-hero-noise{
  z-index:2;
  pointer-events:none;
  opacity:.10;
  mix-blend-mode:soft-light;
  background-image:radial-gradient(rgba(255,255,255,.24) .8px, transparent .9px);
  background-size:11px 11px;
}

.about-hero-lines{
  z-index:2;
  pointer-events:none;
  opacity:.16;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.06) 8% 8.08%, transparent 8.08% 100%),
    linear-gradient(180deg, transparent 0 84%, rgba(255,255,255,.06) 84% 84.15%, transparent 84.15% 100%);
}

.about-hero-glow{
  z-index:2;
  pointer-events:none;
}

.about-hero-glow::before,
.about-hero-glow::after{
  content:"";
  position:absolute;
  border-radius:50%;
  filter:blur(28px);
  opacity:.9;
}

.about-hero-glow::before{
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(247,181,0,.16), transparent 68%);
  top:12%;
  left:10%;
  animation:heroGlowMove 9s ease-in-out infinite alternate;
}

.about-hero-glow::after{
  width:340px;
  height:340px;
  background:radial-gradient(circle, rgba(0,194,255,.10), transparent 70%);
  bottom:10%;
  right:8%;
  animation:heroGlowMove 11s ease-in-out infinite alternate-reverse;
}

.about-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:190px;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(247,249,252,.56) 72%, #f7f9fc 100%);
}

.about-hero-grid{
  width:min(1280px, calc(100% - 40px));
  margin-inline:auto;
  padding:150px 0 92px;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:34px;
  align-items:end;
}

.about-hero-copy{
  max-width:860px;
  position:relative;
}

.about-hero-copy::before{
  content:"";
  position:absolute;
  inset:-36px auto auto -24px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(247,181,0,.12), transparent 68%);
  filter:blur(12px);
  pointer-events:none;
}

[dir="rtl"] .about-hero-copy::before{
  inset:-36px -24px auto auto;
}

.about-kicker{
  margin-bottom:18px;
  color:rgba(255,255,255,.84);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.about-hero-title{
  margin:0;
  max-width:900px;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:clamp(32px, 5.8vw, 56px);
  line-height:1.08;
  font-weight:1000;
  letter-spacing:0;
  color:#fff;
  text-shadow:0 10px 30px rgba(0,0,0,.25);
}

.about-hero-title .line,
.about-hero-title .accent,
.about-hero-title .accent-sub{
  display:block;
}

.about-hero-title .line{ color:var(--brand); }
.about-hero-title .accent{ color:#eef4fb; }
.about-hero-title .accent-sub{ color:#dae5ef; }

.hero-reveal{
  opacity:0;
  transform:translateY(26px);
  animation:heroTextReveal .9s cubic-bezier(.22,1,.36,1) forwards;
}

.hero-reveal-2{ animation-delay:.12s; }
.hero-reveal-3{ animation-delay:.24s; }

@keyframes heroTextReveal{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.about-hero-sub{
  margin:22px 0 0;
  max-width:64ch;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.95;
  text-shadow:0 4px 18px rgba(0,0,0,.20);
  text-wrap:pretty;
}

.about-hero-actions{
  margin-top:30px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.about-hero-actions .btn-primary,
.about-hero-actions .btn-outline{
  min-width:185px;
  box-shadow:0 14px 34px rgba(2,6,23,.18);
}

.about-hero-side{
  display:flex;
  align-items:flex-end;
}

.hero-panel{
  position:relative;
  width:min(100%, 430px);
  padding:24px;
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.07) 100%);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
  box-shadow:
    0 28px 80px rgba(2,6,23,.30),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.hero-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.06) 20%, transparent 42%);
  pointer-events:none;
}

.hero-panel::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:42%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.09), transparent);
  transform:translateX(-130%);
  animation:heroPanelShine 5.5s linear infinite;
  pointer-events:none;
  opacity:.55;
}

.hero-panel-glow{
  position:absolute;
  inset:auto auto -54px -28px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(247,181,0,.18), transparent 68%);
  pointer-events:none;
}

.hero-panel-shape{
  position:absolute;
  inset:-26% -12% auto auto;
  width:180px;
  height:180px;
  border-radius:32px;
  transform:rotate(18deg);
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0));
  border:1px solid rgba(255,255,255,.07);
  pointer-events:none;
}

.hero-panel-top,
.hero-panel h3,
.hero-panel p,
.hero-panel-stats{
  position:relative;
  z-index:2;
}

.hero-panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.hero-panel-tag{
  color:rgba(255,255,255,.76);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.hero-panel-year{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.hero-panel h3{
  margin:0;
  font-size:26px;
  line-height:1.24;
  font-weight:1000;
  color:#fff;
}

.hero-panel p{
  margin:12px 0 0;
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.9;
}

.hero-panel-stats{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}

.hero-panel-stat,
.trust-pill,
.pillar-card,
.brand-card,
.stat{
  position:relative;
  overflow:hidden;
}

.hero-panel-stat::after,
.trust-pill::after,
.pillar-card::after,
.brand-card::after,
.stat::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.15), transparent 45%);
  pointer-events:none;
  opacity:.5;
}

.hero-panel-stat{
  padding:14px 12px;
  border-radius:18px;
  text-align:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .26s ease, background .26s ease, border-color .26s ease;
}

.hero-panel-stat:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.09);
  border-color:rgba(247,181,0,.20);
}

.hero-panel-stat strong{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1;
  font-weight:1000;
  margin-bottom:7px;
}

.hero-panel-stat span{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.55;
}

/* =========================
   INTRO STRIP
========================= */
.about-intro-strip{
  position:relative;
  z-index:4;
  margin-top:-44px;
}

.about-intro-shell{
  width:var(--container);
  margin-inline:auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
}

.about-intro-card,
.about-trust-card{
  border-radius:30px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.07);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:var(--shadow-md);
}

.about-intro-card{ padding:30px; }

.about-intro-card .sec-kicker{
  color:#B77900;
  margin-bottom:14px;
}

.about-intro-card h2{
  margin:0;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.06;
  font-weight:1000;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.about-intro-card p{
  margin:16px 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
}

.about-trust-card{
  padding:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.trust-pill{
  min-height:116px;
  border-radius:22px;
  background:linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
  border:1px solid rgba(15,23,42,.08);
  padding:18px;
}

.trust-pill strong{
  display:block;
  color:var(--text);
  font-size:28px;
  line-height:1;
  font-weight:1000;
  margin-bottom:10px;
}

.trust-pill span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
}

/* =========================
   COMPANY STORY
========================= */
.company-story{
  position:relative;
  padding:110px 0;
  overflow:hidden;
  background:
    radial-gradient(900px 460px at 10% 10%, rgba(247,181,0,.08), transparent 58%),
    radial-gradient(760px 420px at 90% 85%, rgba(26,163,200,.07), transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #f4f7fb 48%, #ffffff 100%);
}

.company-story .container-shell{
  position:relative;
  z-index:2;
}

/* =========================
   GRID
========================= */
.story-grid{
  position:relative;
  z-index:1;
  display:grid;
  gap:56px;
  align-items:stretch;
  min-height:500px;

  
}

[dir="rtl"] .story-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
}

[dir="ltr"] .story-grid{
  grid-template-columns:minmax(420px,.98fr) minmax(0,1.02fr);
}

/* =========================
   COPY SIDE
========================= */
.story-copy{
  position:relative;
  max-width:900px;
  align-self:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

[dir="rtl"] .story-copy{
  order:1;
  text-align:right;
  margin-inline-start:auto;
}

[dir="ltr"] .story-copy{
  order:1;
  text-align:left;
}

.story-copy .sec-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:fit-content;
  padding:10px 16px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  color:#0f172a;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.story-copy h2{
  margin:0 0 18px;
  color:#0f172a;
  font-size:clamp(32px, 3.1vw, 54px);
  line-height:1.08;
  font-weight:1000;
  letter-spacing:-.03em;
}

.story-copy .lead{
  margin:0 0 14px;
  color:#1e293b;
  font-size:clamp(17px, 1.15vw, 20px);
  line-height:1.9;
  font-weight:700;
  max-width:62ch;
}

.story-copy .desc{
  margin:0;
  color:#475569;
  font-size:15.5px;
  line-height:2;
  max-width:66ch;
}

/* =========================
   LIST
========================= */
.story-list{
  display:grid;
  gap:16px;
  margin-top:28px;
}

.story-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:flex-start;
  padding:18px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.story-item .num{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:18px;
  background:
    linear-gradient(135deg, rgba(247,181,0,.18), rgba(255,255,255,.95));
  border:1px solid rgba(247,181,0,.22);
  color:#0f172a;
  font-size:15px;
  font-weight:1000;
  flex-shrink:0;
}

.story-item strong{
  display:block;
  margin-bottom:5px;
  color:#0f172a;
  font-size:15px;
  font-weight:900;
}

.story-item p{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.85;
}

/* =========================
   ACTIONS
========================= */
.story-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.story-actions .btn-primary,
.story-actions .btn-dark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:18px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.story-actions .btn-primary{
  background:linear-gradient(135deg, #f7b500, #ff9f1c);
  color:#111827;
  box-shadow:0 18px 40px rgba(247,181,0,.28);
}

.story-actions .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 50px rgba(247,181,0,.34);
}

.story-actions .btn-dark{
  background:#0f172a;
  color:#fff;
  box-shadow:0 18px 40px rgba(2,6,23,.18);
}

.story-actions .btn-dark:hover{
  transform:translateY(-2px);
  box-shadow:0 24px 52px rgba(2,6,23,.24);
}

/* =========================
   MEDIA SIDE
========================= */
.story-media{
  position:relative;
  min-height:500px;
  height:100%;
  display:flex;
  align-items:stretch;
}

[dir="ltr"] .story-media{
  order:2;
  justify-content:flex-end;
}

[dir="rtl"] .story-media{
  order:1;
  justify-content:flex-start;
}

.story-panel-main{
  position:relative;
  width:100%;
  height:100%;
  min-height:500px;
  border-radius:34px;
  overflow:hidden;
  isolation:isolate;
  background:#dfe7ef;
  box-shadow:
    0 30px 80px rgba(15,23,42,.12),
    0 14px 34px rgba(15,23,42,.06);
}

.story-panel-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to top, rgba(2,6,23,.34) 0%, rgba(2,6,23,.08) 34%, rgba(2,6,23,0) 62%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 42%);
  pointer-events:none;
}

.story-panel-main img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transform:scale(1.02);
}

/* =========================
   BADGE
========================= */
.story-badge{
  position:absolute;
  z-index:3;
  left:24px;
  bottom:24px;
  display:flex;
  align-items:flex-end;
  gap:14px;
  max-width:340px;
  padding:18px 18px;
  border-radius:24px;
  background:rgba(15,23,42,.70);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 50px rgba(2,6,23,.26);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

[dir="rtl"] .story-badge{
  left:auto;
  right:24px;
  flex-direction:row-reverse;
  text-align:right;
}

.story-badge strong{
  flex-shrink:0;
  color:var(--brand);
  font-size:clamp(34px, 2.7vw, 54px);
  line-height:.95;
  font-weight:1000;
  letter-spacing:-.04em;
}

.story-badge span{
  color:rgba(255,255,255,.86);
  font-size:13px;
  line-height:1.8;
  font-weight:600;
}

/* =========================
   FLOATING CARD
========================= */
.story-floating-card{
  position:absolute;
  z-index:4;
  top:26px;
  right:26px;
  width:min(300px, calc(100% - 52px));
  padding:20px 20px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 24px 54px rgba(15,23,42,.10),
    0 10px 24px rgba(15,23,42,.05);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

[dir="rtl"] .story-floating-card{
  right:auto;
  left:26px;
  text-align:right;
}

.story-floating-card .eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:#b45309;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.story-floating-card h4{
  margin:0 0 8px;
  color:#0f172a;
  font-size:20px;
  line-height:1.25;
  font-weight:1000;
  letter-spacing:-.02em;
}

.story-floating-card p{
  margin:0;
  color:#475569;
  font-size:13.5px;
  line-height:1.8;
  font-weight:600;
}

.story-stat-card{
  display:flex;
  align-items:center;
  gap:16px;
  width:min(100%, 520px);
  margin:22px 0 26px;
  padding:18px 20px;
  border-radius:24px;
  background:linear-gradient(135deg, #4b5563, #6b7280);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 22px 44px rgba(15,23,42,.16),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.story-stat-card strong{
  flex-shrink:0;
  color:var(--brand);
  font-size:clamp(38px, 3vw, 56px);
  line-height:1;
  font-weight:1000;
  letter-spacing:-.04em;
}

.story-stat-card span{
  color:#fff;
  font-size:14px;
  line-height:1.8;
  font-weight:700;
}

[dir="rtl"] .story-stat-card{
  flex-direction:row-reverse;
  text-align:right;
}

[dir="ltr"] .story-stat-card{
  text-align:left;
}

@media (max-width: 980px){
  .story-stat-card{
    width:100%;
    margin:18px 0 22px;
    padding:16px 16px;
    border-radius:20px;
  }

  .story-stat-card strong{
    font-size:34px;
  }

  .story-stat-card span{
    font-size:13px;
    line-height:1.7;
  }
}

@media (max-width: 640px){
  .story-stat-card{
    gap:12px;
    padding:14px;
    border-radius:18px;
  }

  .story-stat-card strong{
    font-size:30px;
  }

  .story-stat-card span{
    font-size:12px;
    line-height:1.65;
  }
}
/* =========================
   COMPANY STORY — MOBILE FIX FINAL
========================= */
@media (max-width: 980px){
  .company-story{
    padding:56px 0;
  }

  .company-story .container-shell{
    width:min(100%, calc(100% - 24px));
  }

  .story-grid{
    display:grid;
    grid-template-columns:1fr !important;
    grid-template-areas:
      "media"
      "copy"
      "actions"
      "list";
    gap:18px;
    min-height:unset;
    align-items:stretch;
  }

  /* ترتيب ثابت بدون لعب order */
  .story-media{
    grid-area:media;
    order:unset !important;
    min-height:520px;
    width:100%;
    justify-content:stretch;
  }

  .story-copy{
    grid-area:copy;
    order:unset !important;
    max-width:100%;
    margin:0;
    text-align:center;
    align-self:unset;
  }

  .story-actions{
    grid-area:actions;
    order:unset !important;
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:0;
  }

  .story-list{
    grid-area:list;
    order:unset !important;
    margin-top:0;
    gap:14px;
  }

  /* نمنع القواعد القديمة RTL/LTR من التأثير */
  [dir="rtl"] .story-copy,
  [dir="ltr"] .story-copy,
  [dir="rtl"] .story-media,
  [dir="ltr"] .story-media{
    order:unset !important;
    margin-inline:0 !important;
    justify-content:stretch !important;
    text-align:center;
  }

  .story-panel-main{
    min-height:520px;
    height:520px;
    border-radius:26px;
  }

  .story-copy .sec-kicker{
    margin:0 auto 14px;
  }

  .story-copy h2{
    margin:0 0 14px;
    font-size:clamp(28px, 7vw, 40px);
    line-height:1.08;
    max-width:12ch;
    margin-inline:auto;
  }

  .story-copy .lead{
    margin:0 0 12px;
    max-width:100%;
    font-size:15px;
    line-height:1.9;
  }

  .story-copy .desc{
    margin:0;
    max-width:100%;
    font-size:14px;
    line-height:1.9;
  }

  .story-actions .btn-primary,
  .story-actions .btn-dark{
    width:100%;
    min-height:52px;
    padding:0 18px;
    border-radius:16px;
    flex:none;
  }

  .story-item{
    padding:16px;
    border-radius:20px;
    text-align:start;
  }

  [dir="rtl"] .story-item{
    text-align:right;
  }

  .story-floating-card{
    top:16px;
    right:16px;
    width:min(250px, calc(100% - 32px));
    padding:15px 15px 14px;
    border-radius:18px;
  }

  [dir="rtl"] .story-floating-card{
    left:16px;
    right:auto;
    text-align:right;
  }

  .story-badge{
    left:16px;
    bottom:16px;
    max-width:calc(100% - 32px);
    padding:14px;
    border-radius:18px;
    gap:10px;
    align-items:center;
  }

  [dir="rtl"] .story-badge{
    right:16px;
    left:auto;
  }
}

@media (max-width: 640px){
  .company-story{
    padding:46px 0;
  }

  .company-story .container-shell{
    width:min(100%, calc(100% - 16px));
  }

  .story-grid{
    gap:16px;
  }

  .story-media{
    min-height:430px;
  }

  .story-panel-main{
    min-height:430px;
    height:430px;
    border-radius:22px;
  }

  .story-copy h2{
    font-size:clamp(24px, 8vw, 34px);
    line-height:1.1;
    margin-bottom:12px;
    max-width:11ch;
  }

  .story-copy .lead{
    font-size:14.5px;
    line-height:1.85;
  }

  .story-copy .desc{
    font-size:13.5px;
    line-height:1.85;
  }

  .story-floating-card{
    top:12px;
    right:12px;
    width:min(210px, calc(100% - 24px));
    padding:13px 13px 12px;
    border-radius:16px;
  }

  [dir="rtl"] .story-floating-card{
    left:12px;
    right:auto;
  }

  .story-floating-card .eyebrow{
    font-size:10px;
    letter-spacing:.12em;
    margin-bottom:8px;
  }

  .story-floating-card h4{
    font-size:15px;
    line-height:1.2;
    margin-bottom:6px;
  }

  .story-floating-card p{
    font-size:12px;
    line-height:1.6;
  }

  .story-badge{
    left:12px;
    bottom:12px;
    max-width:calc(100% - 24px);
    padding:12px;
    border-radius:16px;
    gap:8px;
  }

  [dir="rtl"] .story-badge{
    right:12px;
    left:auto;
  }

  .story-badge strong{
    font-size:26px;
  }

  .story-badge span{
    font-size:11px;
    line-height:1.55;
  }

  .story-list{
    gap:12px;
  }

  .story-item{
    grid-template-columns:1fr;
    gap:12px;
    padding:15px;
    border-radius:18px;
  }

  .story-item .num{
    width:44px;
    height:44px;
    border-radius:14px;
  }
}

/* =========================
   PERFORMANCE
========================= */
.performance-strip{
  padding:64px 0 26px;
}

.performance-box{
  width:var(--container);
  margin-inline:auto;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, #0D1621 0%, #162232 100%);
  box-shadow:var(--shadow-lg);
}

.performance-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(700px 240px at 20% 20%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(640px 240px at 85% 78%, rgba(247,181,0,.09), transparent 55%);
  pointer-events:none;
}

.performance-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:24px;
  padding:40px;
  color:#fff;
}

.performance-copy .sec-kicker{
  color:rgba(255,255,255,.76);
  margin-bottom:14px;
}

.performance-copy h2{
  margin:0;
  color:#fff;
  font-size:clamp(28px, 3.6vw, 50px);
  line-height:1.03;
  font-weight:1000;
  letter-spacing:-.04em;
  text-wrap:balance;
}

.performance-copy p{
  margin:16px 0 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.95;
  max-width:60ch;
}

.performance-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.performance-stat{
  min-height:122px;
  border-radius:24px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
}

.performance-stat strong{
  display:block;
  color:#fff;
  font-size:34px;
  line-height:1;
  font-weight:1000;
  margin-bottom:10px;
}

.performance-stat span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:13px;
  line-height:1.75;
}

/* =========================
   PILLARS
========================= */
.company-pillars{
  padding:92px 0 24px;
}

.pillars-head{
  max-width:880px;
  margin:0 auto 30px;
}

.pillars-head .sec-kicker{
  color:#B77900;
  margin-bottom:14px;
}

.pillars-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.pillar-card{
  padding:24px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow-sm);
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.pillar-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 46px rgba(2,6,23,.12);
}

.pillar-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(247,181,0,.12);
  border:1px solid rgba(247,181,0,.22);
  color:#B77900;
  font-size:13px;
  font-weight:1000;
  margin-bottom:16px;
}

.pillar-card h3{
  margin:0;
  color:var(--text);
  font-size:20px;
  line-height:1.35;
  font-weight:1000;
}

.pillar-card p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.88;
}

/* =========================
   PARTNERS
========================= */
.partners{
  position:relative;
  padding:92px 0 110px;
  background:
    radial-gradient(900px 380px at 10% 10%, rgba(247,181,0,.08), transparent 58%),
    radial-gradient(720px 340px at 90% 84%, rgba(26,163,200,.08), transparent 56%),
    linear-gradient(180deg, #F7F9FC 0%, #FFFFFF 100%);
}

.partners-wrap{
  width:var(--container);
  margin-inline:auto;
}

.partners-head{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}

.partners-head .sec-kicker{
  justify-content:center;
  color:#B77900;
  margin-bottom:14px;
}

.partners-title{
  margin:0;
  font-size:clamp(30px, 4vw, 54px);
  line-height:1.04;
  font-weight:1000;
  letter-spacing:-.04em;
  color:var(--text);
  text-wrap:balance;
}

.partners-desc{
  margin:16px auto 0;
  max-width:760px;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
  text-wrap:pretty;
}

.brands-sections{
  display:grid;
  gap:22px;
}

.brand-section{
  padding:28px;
  border-radius:32px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,23,42,.07);
  box-shadow:var(--shadow-md);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.brand-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  padding-bottom:16px;
  margin-bottom:18px;
  border-bottom:1px solid rgba(15,23,42,.08);
}

.brand-section-kicker{
  display:block;
  margin-bottom:8px;
  color:#94A3B8;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
}

.brand-section-title{
  margin:0;
  color:var(--text);
  font-size:22px;
  line-height:1.25;
  font-weight:1000;
}

.brand-section-note{
  margin:0;
  max-width:480px;
  color:var(--muted);
  font-size:14px;
  line-height:1.85;
}

.brand-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.brand-grid--compact{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.brand-card{
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg, #fff 0%, #F8FAFC 100%);
  border:1px solid rgba(15,23,42,.07);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.brand-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 30px rgba(2,6,23,.08);
  border-color:rgba(247,181,0,.24);
}

.brand-card img{
  max-width:100%;
  max-height:44px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.84;
  transition:filter .24s ease, opacity .24s ease, transform .24s ease;
}

.brand-card:hover img{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.04);
}

/* =========================
   WHY SECTION
========================= */
.whyx{
  position:relative;
  padding:clamp(70px, 8vw, 120px) 0;
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(245,158,11,.10), transparent 60%),
    radial-gradient(900px 500px at 90% 35%, rgba(26,163,200,.10), transparent 55%),
    linear-gradient(180deg,#f8fafc 0%, #ffffff 70%);
  overflow:hidden;
}

.whyx::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(600px 400px at 20% 25%, rgba(245,158,11,.16), transparent 65%),
    radial-gradient(700px 420px at 85% 65%, rgba(15,23,42,.10), transparent 60%);
  filter:blur(2px);
  pointer-events:none;
  opacity:.9;
}

.whyx-wrap{
  max-width:min(1200px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(28px, 5vw, 70px);
  align-items:center;
}

.whyx-media{
  position:relative;
  display:grid;
  place-items:center;
}

.whyx-frame{
  position:absolute;
  width:clamp(260px, 26vw, 360px);
  height:clamp(260px, 26vw, 360px);
  border-radius:22px;
  border:7px solid rgba(245,158,11,.95);
  box-shadow:
    0 24px 70px rgba(2,6,23,.12),
    0 0 0 12px rgba(245,158,11,.10);
  transform:rotate(-1.5deg);
  max-width:100%;
}

.whyx-frame::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(255,255,255,.65), rgba(255,255,255,.20));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(15,23,42,.08);
}

.whyx-img{
  position:relative;
  width:clamp(240px, 24vw, 320px);
  height:auto;
  filter:drop-shadow(0 22px 40px rgba(2,6,23,.20));
  animation:whyxFloat 6.5s ease-in-out infinite;
  max-width:100%;
}

.whyx-text{
  position:relative;
  z-index:2;
}

.whyx-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.2px;
  color:#f59e0b;
  margin-bottom:10px;
  font-size:14px;
}

.whyx-kicker::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f59e0b;
  box-shadow:0 0 0 6px rgba(245,158,11,.18);
}

.whyx-title{
  font-size:clamp(28px, 3.4vw, 44px);
  line-height:1.15;
  font-weight:950;
  color:#0f172a;
  margin:0 0 14px;
  text-wrap:balance;
}

.whyx-title::after{
  content:"";
  display:block;
  width:120px;
  height:4px;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(245,158,11,1), rgba(26,163,200,1));
  opacity:.9;
}

.whyx-desc{
  color:#64748b;
  font-size:18px;
  line-height:1.85;
  max-width:560px;
  margin:0 0 28px;
  text-wrap:pretty;
}

.whyx-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:16px;
}

.stat{
  padding:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.95));
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.stat::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(240px 140px at 20% 20%, rgba(245,158,11,.22), transparent 60%),
    radial-gradient(220px 140px at 80% 80%, rgba(26,163,200,.20), transparent 60%);
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}

.stat:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(2,6,23,.14);
  border-color:rgba(245,158,11,.22);
}

.stat:hover::before{ opacity:1; }

.num{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:6px;
  font-weight:950;
  font-size:clamp(26px, 2.3vw, 36px);
  color:#f59e0b;
  margin-bottom:6px;
}

.count{
  font-variant-numeric:tabular-nums;
  letter-spacing:.3px;
}

.cap{
  text-align:center;
  font-weight:700;
  color:#64748b;
  font-size:14px;
}

/* =========================
   CTA
========================= */
.about-cta{
  padding:0 0 100px;
}

.about-cta-box{
  width:var(--container);
  margin-inline:auto;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg, #0E1622 0%, #172231 100%);
  box-shadow:var(--shadow-lg);
}

.about-cta-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(600px 220px at 16% 18%, rgba(247,181,0,.10), transparent 60%),
    radial-gradient(620px 240px at 84% 84%, rgba(255,255,255,.06), transparent 60%);
  pointer-events:none;
}

.about-cta-inner{
  position:relative;
  z-index:1;
  padding:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.about-cta-copy{ color:#fff; }

.about-cta-copy .sec-kicker{
  color:rgba(255,255,255,.76);
  margin-bottom:12px;
}

.about-cta-copy h2{
  margin:0;
  font-size:clamp(28px, 3.8vw, 50px);
  line-height:1.04;
  font-weight:1000;
  letter-spacing:-.04em;
  text-wrap:balance;
}

.about-cta-copy p{
  margin:14px 0 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.9;
  max-width:60ch;
  text-wrap:pretty;
}

.about-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* =========================
   RTL / LTR
========================= */
[dir="rtl"] .about-hero-copy,
[dir="rtl"] .about-intro-card,
[dir="rtl"] .performance-copy{
  text-align:right;
}

[dir="ltr"] .about-hero-copy,
[dir="ltr"] .performance-copy{
  text-align:left;
}

[dir="rtl"] .about-hero-side{ justify-content:flex-start; }
[dir="ltr"] .about-hero-side{ justify-content:flex-end; }

[dir="rtl"] .brand-section-note{ text-align:right; }
[dir="rtl"] .about-cta-inner{ direction:rtl; }
[dir="ltr"] .about-cta-inner{ direction:ltr; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width:1150px){
  .about-hero,
  .story-media{
    min-height:auto;
  }

  .about-hero-grid,
  .about-intro-shell,
  .story-grid,
  .performance-grid{
    grid-template-columns:1fr !important;
  }

  .about-hero-grid{
    padding:132px 0 70px;
    gap:22px;
    align-items:start;
  }

  .about-hero-copy{
    max-width:100%;
  }

  .about-hero-side,
  .story-media{
    justify-content:center !important;
  }

  .hero-panel{
    width:min(100%, 520px);
  }

  .story-copy{
    max-width:100%;
    margin-inline:0;
  }

  .story-copy h2{
    max-width:100%;
    margin-inline:0;
  }

  .story-copy,
  .story-media{
    order:unset !important;
  }

  .story-panel-main{
    width:min(100%, 560px);
    height:560px;
    margin-inline:auto;
  }

  .about-intro-strip{
    margin-top:-26px;
  }

  .pillars-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:900px){
  .brand-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .brand-grid--compact{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .about-cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:768px){
  :root{
    --container:min(100%, calc(100% - 20px));
    --radius:20px;
    --radius-lg:24px;
  }

  body{ overflow-x:hidden; }

  .about-page{
    background:
      linear-gradient(180deg, #08111a 0%, #0d1622 14%, #f7f9fc 14.1%, #ffffff 100%);
  }

  .about-page::before{
    width:260px;
    height:260px;
    left:-90px;
    top:50px;
    opacity:.9;
  }

  .about-page::after{
    width:220px;
    height:220px;
    right:-90px;
    bottom:120px;
    opacity:.85;
  }

  .about-hero{
    min-height:auto;
    align-items:flex-end;
    padding-bottom:8px;
  }

  .about-hero-bg img{
    object-position:center center;
    transform:scale(1.12);
  }

  .about-hero-overlay,
  html[dir="rtl"] .about-hero-overlay{
    background:
      linear-gradient(180deg, rgba(5,10,16,.76) 0%, rgba(5,10,16,.56) 18%, rgba(5,10,16,.74) 62%, rgba(5,10,16,.90) 100%),
      radial-gradient(360px 180px at 50% 18%, rgba(247,181,0,.12), transparent 65%);
  }

  .about-hero-lines{ opacity:.10; }

  .about-hero-glow::before{
    width:180px;
    height:180px;
    top:8%;
    left:-30px;
  }

  .about-hero-glow::after{
    width:220px;
    height:220px;
    right:-70px;
    bottom:6%;
  }

  .about-hero::after{ height:110px; }

  .about-hero-grid{
    width:min(100%, calc(100% - 20px));
    padding:92px 0 34px;
    gap:14px;
  }

  .about-hero-copy::before{
    width:120px;
    height:120px;
    inset:-20px auto auto -10px;
  }

  [dir="rtl"] .about-hero-copy::before{
    inset:-20px -10px auto auto;
  }

  .about-kicker{
    font-size:11px;
    letter-spacing:.12em;
    margin-bottom:10px;
  }

  .about-hero-title{
    font-size:clamp(28px, 8.6vw, 40px);
    line-height:1.02;
  }

  .about-hero-sub{
    font-size:13.5px;
    line-height:1.88;
    max-width:100%;
    opacity:.96;
    margin-top:14px;
  }

  .about-hero-actions{
    margin-top:16px;
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .about-hero-actions .btn-primary,
  .about-hero-actions .btn-outline{
    width:100%;
    min-width:0;
    min-height:48px;
    border-radius:16px;
    padding-inline:16px;
  }

  .about-hero-side{
    justify-content:stretch !important;
  }

  .hero-panel{
    width:100%;
    max-width:none;
    padding:16px;
    border-radius:20px;
    background:linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.06));
    box-shadow:
      0 18px 40px rgba(2,6,23,.22),
      inset 0 1px 0 rgba(255,255,255,.08);
  }

  .hero-panel-top{
    align-items:flex-start;
    gap:8px;
    margin-bottom:10px;
  }

  .hero-panel-tag{
    font-size:10px;
    letter-spacing:.14em;
  }

  .hero-panel-year{
    font-size:11px;
    padding:7px 10px;
  }

  .hero-panel h3{
    font-size:18px;
    line-height:1.35;
  }

  .hero-panel p{
    font-size:12.75px;
    line-height:1.8;
    margin-top:8px;
  }

  .hero-panel-stats{
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:7px;
    margin-top:12px;
  }

  .hero-panel-stat{
    padding:10px 8px;
    border-radius:14px;
  }

  .hero-panel-stat strong{
    font-size:14px;
    margin-bottom:3px;
  }

  .hero-panel-stat span{
    font-size:10px;
    line-height:1.45;
  }

  .about-intro-strip{ margin-top:-10px; }

  .about-intro-shell{
    grid-template-columns:1fr;
    gap:12px;
  }

  .about-intro-card,
  .about-trust-card{
    border-radius:22px;
  }

  .about-intro-card{
    padding:20px 16px;
  }

  .about-intro-card h2{
    font-size:clamp(24px, 7vw, 34px);
    line-height:1.12;
  }

  .about-intro-card p{
    margin-top:12px;
    font-size:14px;
    line-height:1.9;
  }

  .about-trust-card{
    padding:12px;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .trust-pill{
    min-height:unset;
    padding:14px;
    border-radius:18px;
  }

  .trust-pill strong{
    font-size:22px;
    margin-bottom:8px;
  }

  .trust-pill span{
    font-size:12px;
    line-height:1.7;
  }

  .company-story{
    padding:52px 0 10px;
  }

  .story-grid{
    gap:20px;
  }

  .story-panel-main{
    width:100%;
    height:420px;
    border-radius:22px;
  }

  .story-floating-card{
    width:190px;
    padding:14px;
    border-radius:20px;
    top:14px;
  }

  [dir="ltr"] .story-floating-card{
    right:14px;
  }

  [dir="rtl"] .story-floating-card{
    left:14px;
  }

  .story-floating-card h4{
    font-size:17px;
  }

  .story-floating-card p{
    font-size:12px;
  }

  .story-badge{
    width:190px;
    padding:16px 14px;
    border-radius:20px;
  }

  [dir="ltr"] .story-badge{
    inset:auto 14px 14px auto;
  }

  [dir="rtl"] .story-badge{
    inset:auto auto 14px 14px;
  }

  .story-badge strong{
    font-size:38px;
    margin-bottom:8px;
  }

  .story-badge span{
    font-size:12px;
    line-height:1.65;
  }

  .story-copy h2{
    font-size:clamp(24px, 7.2vw, 34px);
    line-height:1.04;
  }

  .story-copy .lead{
    font-size:14px;
    line-height:1.85;
    margin-top:16px;
  }

  .story-copy .desc{
    font-size:13.5px;
    line-height:1.88;
    margin-top:12px;
  }

  .story-list{
    margin-top:18px;
  }

  .story-item{
    gap:10px;
    padding:12px 0;
  }

  .story-item .num{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:11px;
  }

  .story-item strong{
    font-size:15px;
  }

  .story-item p{
    font-size:12.75px;
    line-height:1.75;
  }

  .story-actions{
    margin-top:18px;
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .story-actions .btn-primary,
  .story-actions .btn-dark{
    width:100%;
    min-height:48px;
    border-radius:16px;
  }

  .whyx{
    padding:54px 0;
  }

  .whyx-wrap{
    grid-template-columns:1fr;
    gap:18px;
  }

  .whyx-media{
    min-height:240px;
    order:1;
  }

  .whyx-media::after{
    content:"";
    position:absolute;
    inset:auto 50% 0 auto;
    width:180px;
    height:180px;
    transform:translateX(50%);
    background:radial-gradient(circle, rgba(245,158,11,.10), transparent 70%);
    pointer-events:none;
    z-index:0;
  }

  .whyx-frame{
    width:200px;
    height:200px;
    border-width:5px;
    border-radius:18px;
    box-shadow:
      0 18px 46px rgba(2,6,23,.12),
      0 0 0 8px rgba(245,158,11,.10);
  }

  .whyx-img{ width:188px; }

  .whyx-text{
    order:2;
    text-align:right;
  }

  [dir="ltr"] .whyx-text{
    text-align:left;
  }

  .whyx-kicker{
    font-size:13px;
    margin-bottom:8px;
  }

  .whyx-title{
    font-size:clamp(24px, 7vw, 32px);
    line-height:1.12;
    margin-bottom:12px;
  }

  .whyx-title::after{
    width:88px;
    margin-top:10px;
  }

  .whyx-desc{
    font-size:13.5px;
    line-height:1.85;
    margin-bottom:16px;
  }

  .whyx-stats{
    grid-template-columns:1fr 1fr;
    gap:9px;
  }

  .stat{
    padding:13px 11px;
    border-radius:16px;
  }

  .num{
    justify-content:flex-start;
    font-size:22px;
    margin-bottom:3px;
  }

  .cap{
    text-align:start;
    font-size:11.5px;
    line-height:1.55;
  }

  .company-pillars{
    padding:54px 0 8px;
  }

  .pillars-head{
    margin-bottom:16px;
  }

  .section-title{
    font-size:clamp(24px, 7vw, 34px);
    line-height:1.08;
  }

  .section-desc{
    margin-top:12px;
    font-size:13.5px;
    line-height:1.88;
  }

  .pillars-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .pillar-card{
    padding:16px 14px;
    border-radius:18px;
  }

  .pillar-index{
    width:40px;
    height:40px;
    border-radius:12px;
    margin-bottom:12px;
  }

  .pillar-card h3{
    font-size:16px;
    line-height:1.35;
  }

  .pillar-card p{
    font-size:12.75px;
    line-height:1.75;
    margin-top:8px;
  }

  .partners{
    padding:54px 0 64px;
  }

  .partners-head{
    margin-bottom:18px;
  }

  .partners-title{
    font-size:clamp(24px, 7vw, 26px);
    line-height:1.1;
  }

  .partners-desc{
    font-size:13.5px;
    line-height:1.85;
    margin-top:12px;
  }

  .brands-sections{
    gap:12px;
  }

  .brand-section{
    padding:14px;
    border-radius:20px;
  }

  .brand-section-head{
    padding-bottom:10px;
    margin-bottom:12px;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .brand-section-kicker{
    font-size:10px;
  }

  .brand-section-title{
    font-size:16px;
  }

  .brand-section-note{
    font-size:12.5px;
    line-height:1.7;
  }

  .brand-grid,
  .brand-grid--compact{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:8px;
  }

  .brand-card{
    min-height:74px;
    padding:10px;
    border-radius:14px;
  }

  .brand-card img{
    max-height:24px;
  }

  .about-cta{
    padding:0 0 58px;
  }

  .about-cta-box{
    border-radius:22px;
  }

  .about-cta-inner{
    padding:20px 14px;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .about-cta-copy h2{
    font-size:clamp(24px, 7vw, 32px);
  }

  .about-cta-copy p{
    font-size:13.5px;
    line-height:1.85;
  }

  .about-cta-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  .about-cta-actions a{
    width:100%;
    min-height:48px;
    font-size:13px;
    border-radius:16px;
  }
}

@media (max-width:480px){
  .story-panel-main{
    height:360px;
  }

  .story-floating-card{
    width:160px;
    padding:12px;
  }

  .story-badge{
    width:160px;
  }

  .story-badge strong{
    font-size:32px;
  }
}

@media (max-width:390px){
  .about-hero-grid{
    padding:84px 0 28px;
  }

  .about-hero-title{
    font-size:26px;
  }

  .hero-panel{
    padding:16px;
  }

  .hero-panel-stats{
    grid-template-columns:1fr;
  }

  .about-trust-card{
    grid-template-columns:1fr;
  }

  .whyx-stats{
    grid-template-columns:1fr;
  }

  .brand-grid,
  .brand-grid--compact{
    grid-template-columns:1fr 1fr;
  }

  .brand-card{
    min-height:72px;
  }

  .story-panel-main{
    height:250px;
  }
}