.dir-a { background: var(--paper); }

 .splash { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; overflow: hidden; }
.splash__bg { position: absolute; inset: 0; background: linear-gradient(rgba(6,15,10,.82), rgba(6,15,10,.9)), url('img/img_fe57b5ce9956.webp') center/cover no-repeat; filter: blur(6px); transform: scale(1.1); }
.splash__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(35,155,84,.16), transparent 58%); }
.splash.is-done { opacity: 0; transform: scale(1.05); transition: opacity .85s var(--ease), transform .85s var(--ease); pointer-events: none; }
.splash__inner { position: relative; display: grid; justify-items: center; gap: 24px; text-align: center; }
.splash__emblem { position: relative; width: 168px; height: 168px; display: grid; place-items: center; }
.splash__ring { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; animation: splashSpin 5s linear infinite; }
.splash__ring circle { fill: none; stroke: var(--gold-400); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 70 110; opacity: 0; animation: splashRingIn .8s var(--ease) .25s forwards; }
.splash__disc { position: absolute; inset: 0; margin: auto; width: 122px; height: 122px; border-radius: 50%; background: #fff; box-shadow: 0 10px 36px rgba(0,0,0,.34); z-index: 1; opacity: 0; transform: scale(.6); animation: splashLogo 1s var(--ease) .3s forwards; }
.splash__logo { position: relative; z-index: 2; width: 92px; height: auto; opacity: 0; transform: scale(.72); animation: splashLogo 1s var(--ease) .42s forwards; }
.splash__word { color: #fff; font-size: clamp(26px, 4vw, 34px); font-weight: 800; letter-spacing: .01em; opacity: 0; transform: translateY(16px); animation: splashUp .85s var(--ease) .8s forwards; }
.splash__tag { display: flex; align-items: center; gap: 14px; color: var(--champagne); font-size: 12.5px; font-weight: 600; letter-spacing: .32em; opacity: 0; transform: translateY(12px); animation: splashUp .85s var(--ease) 1.05s forwards; }
.splash__rule { width: 34px; height: 1px; background: rgba(191,230,207,.5); }
.splash__logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; max-width: 840px; margin-top: 12px; opacity: 0; transform: translateY(12px); animation: splashUp .9s var(--ease) 1.55s forwards; }
.splash__co { width: 46px; height: 46px; border-radius: 11px; background: #fff; display: grid; place-items: center; padding: 6px; box-shadow: 0 6px 18px rgba(0,0,0,.28); }
.splash__co img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.splash__skip { position: absolute; inset-block-end: 34px; inset-inline-end: 34px; display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.72); border-radius: 100px; padding: 9px 22px; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .3s var(--ease), color .3s var(--ease); opacity: 0; animation: splashUp .8s var(--ease) 1.4s forwards; }
.splash__skip:hover { border-color: var(--gold-400); color: var(--gold-400); }
@keyframes splashSpin { to { transform: rotate(360deg); } }
@keyframes splashRingIn { to { opacity: 1; } }
@keyframes splashLogo { to { opacity: 1; transform: scale(1); } }
@keyframes splashUp { to { opacity: 1; transform: none; } }
body.splash-active { overflow: hidden; }
@media (prefers-reduced-motion: reduce) {
  .splash__logo, .splash__disc, .splash__word, .splash__tag, .splash__skip { animation-duration: .01s; animation-delay: 0s; }
  .splash__ring { animation: none; }
  .splash__ring circle { opacity: 1; animation: none; }
}

 .hero-a {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  overflow: hidden; color: #fff; isolation: isolate;
}
.hero-a__bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: var(--forest-950); }
.hero-a__bg > * { position: absolute; inset: 0; width: 100%; height: 100%; }
 .hero-a__slides .hero-a__img { position: absolute; inset: 0; width: 100%; }
.hero-a__slide { opacity: 0; transition: opacity 1.8s ease; }
.hero-a__slide.is-active { opacity: 1; }
 .hero-a__video-wrap { overflow: hidden; pointer-events: none; }
.hero-a__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;      border: 0;
}
 .hero-a__img {
  height: 116%; object-fit: cover; object-position: center;
     filter: grayscale(0.3) contrast(1.04) brightness(1.0);
}
 .hero-a__duo--dark { background: var(--forest-900); mix-blend-mode: multiply; opacity: .1; }
 .hero-a__duo--light {
  background: linear-gradient(118deg, var(--champagne) 0%, rgba(191,230,207,.25) 38%, transparent 64%);
  mix-blend-mode: screen; opacity: .1;
}
 .hero-a__glow {
  background: radial-gradient(58% 70% at 82% 16%, rgba(35,155,84,.5), transparent 60%);
  mix-blend-mode: screen; opacity: .1;
}
 .hero-a__grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: .06; mix-blend-mode: overlay;
}
 .hero-a__legib {
  background:
    linear-gradient(to top, rgba(8,22,15,.26) 0%, rgba(12,30,21,.05) 46%, transparent 100%),
    linear-gradient(to left, rgb(8 22 15 / 4%), rgba(0,0,0,.16) 64%);
}
.hero-a__inner { width: 100%; padding-block-end: clamp(56px, 9vh, 110px); padding-block-start: 140px; }
.hero-a__eyebrow { color: var(--champagne); margin-bottom: 26px; }
.hero-a__eyebrow::before { background: var(--champagne); }
.hero-a h1 {
  font-size: clamp(40px, 7vw, 92px); line-height: 1.08; font-weight: 300; margin: 0;
  letter-spacing: -0.01em; max-width: 17ch; text-wrap: balance;
}
.hero-a h1 b { font-weight: 800; color: var(--champagne); }
.hero-a__lead { font-size: clamp(17px, 1.6vw, 21px); font-weight: 300; color: rgba(255,255,255,.82); max-width: 56ch; margin: 30px 0 38px; line-height: 1.85; }
.hero-a__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-a__meta {
  position: absolute; inset-block-end: clamp(56px,9vh,110px); inset-inline-end: var(--gutter);
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue { writing-mode: vertical-rl; font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.scroll-cue__line { width: 1px; height: 60px; background: linear-gradient(var(--champagne), transparent); position: relative; }
.scroll-cue__line::after { content: ""; position: absolute; top: 0; inset-inline-start: 0; width: 1px; height: 18px; background: var(--champagne); animation: cueDrop 2.4s var(--ease) infinite; }
@keyframes cueDrop { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(42px); opacity: 0; } }
 .hero-a__sound {
  position: absolute; z-index: 3;
  right: clamp(16px, 3.2vw, 30px); bottom: clamp(16px, 3.2vw, 30px);
  display: grid; place-items: center; padding: 0;
  width: clamp(42px, 5.2vw, 52px); height: clamp(42px, 5.2vw, 52px);
  border-radius: 50%; cursor: pointer; color: #fff;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(8,22,15,.38);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 6px 22px rgba(0,0,0,.28);
  transition: transform .25s var(--ease), background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.hero-a__sound svg { width: 54%; height: 54%; display: block; }
.hero-a__sound:hover { background: rgba(8,22,15,.55); border-color: var(--champagne); color: var(--champagne); transform: translateY(-2px); }
.hero-a__sound:focus-visible { outline: 2px solid var(--champagne); outline-offset: 3px; }
 .hero-a__sound[aria-pressed="false"] { border-color: var(--champagne); }

 .stats-a { background: var(--paper); border-bottom: 1px solid var(--paper-3); }
.stats-a__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-a { padding: clamp(40px,5vw,72px) 36px; position: relative; }
.stat-a:not(:last-child)::after { content: ""; position: absolute; inset-block: 30%; inset-inline-start: 0; width: 1px; background: var(--paper-3); }
.stat-a__num { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 5.5vw, 76px); font-weight: 600; line-height: 1; color: var(--forest-700); letter-spacing: -0.01em; display: flex; align-items: baseline; gap: 8px; }
.stat-a__suffix { font-size: .42em; font-weight: 600; color: var(--gold-600); font-family: 'Cairo', sans-serif; }
.stat-a__label { margin-top: 14px; font-size: 15px; font-weight: 600; color: var(--ink-700); }
.stat-a__sub { font-size: 13px; color: var(--sage-500); margin-top: 2px; }

 .about-a { background: var(--paper); }
.about-a__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about-a__media { position: relative; }
.about-a__media .ph { aspect-ratio: 4/5; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.about-a__img { aspect-ratio: 4/5; width: 100%; object-fit: cover; object-position: top center; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.about-a__badge {
  position: absolute; inset-block-end: -28px; inset-inline-start: -28px;
  background: var(--forest-800); color: #fff; padding: 24px 28px; border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); border: 1px solid rgba(191,230,207,.18); max-width: 240px;
}
.about-a__badge .num-latin { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 600; color: var(--gold-400); line-height: 1; }
.about-a__badge span { font-size: 13px; color: rgba(231,236,223,.75); display: block; margin-top: 6px; }
.about-a h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 300; line-height: 1.18; margin: 22px 0 0; color: var(--forest-900); letter-spacing: -0.01em; }
.about-a h2 b { font-weight: 800; }
.about-a p { color: var(--ink-700); margin: 22px 0 0; }
.about-a__quote { margin-top: 32px; padding-inline-start: 24px; border-inline-start: 2px solid var(--gold-500); }
.about-a__quote p { font-size: 19px; font-style: italic; color: var(--forest-700); font-weight: 500; margin: 0; }
.signature { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.signature__mark { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 30px; color: var(--forest-700); }
.signature__who b { display: block; font-weight: 800; color: var(--forest-900); }
.signature__who span { font-size: 13px; color: var(--sage-500); }

 .certs-a { background: var(--paper-2); }
.certs-a__head { text-align: center; max-width: 62ch; margin-inline: auto; }
.certs-a__head .eyebrow { justify-content: center; color: var(--gold-600); }
.certs-a__head .eyebrow::before { background: var(--gold-600); }
.certs-a__head h2 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 300; line-height: 1.18; margin: 16px 0 0; color: var(--forest-900); letter-spacing: -0.01em; }
.certs-a__head h2 b { font-weight: 800; }
.certs-a__intro { color: var(--ink-500); margin: 14px 0 0; }
.certs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 50px; }
.cert-card {
  display: flex; flex-direction: column; gap: 14px; text-align: center; cursor: pointer;
  background: #fff; border: 1px solid var(--paper-3); border-radius: var(--r-md); padding: 16px;
  box-shadow: var(--shadow-sm); font-family: inherit;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .55s var(--ease);
}
.cert-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: var(--gold-400); }
.cert-card__frame { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: var(--r-sm); overflow: hidden; background: var(--paper-2); }
.cert-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.cert-card:hover .cert-card__img { transform: scale(1.05); }
.cert-card__ph { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 8px; color: var(--sage-400); }
.cert-card__ph small { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cert-card__zoom {
  position: absolute; inset-block-end: 10px; inset-inline-end: 10px; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; background: rgba(15, 36, 25, .62);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  opacity: 0; transform: scale(.8); transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.cert-card:hover .cert-card__zoom { opacity: 1; transform: scale(1); }
.cert-card__name { font-size: 14.5px; font-weight: 800; color: var(--forest-900); line-height: 1.4; }
.cert-card__org { font-size: 12px; color: var(--ink-500); margin-top: -8px; }

 .cert-lightbox {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 6vh 5vw;
  background: rgba(8, 18, 12, .86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s var(--ease);
}
.cert-lightbox.is-open { opacity: 1; visibility: visible; }
.cert-lightbox__fig { margin: 0; display: grid; justify-items: center; gap: 14px; }
.cert-lightbox__fig img { max-width: min(820px, 92vw); max-height: 84vh; width: auto; border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
.cert-lightbox__fig figcaption { color: var(--champagne); font-size: 14px; font-weight: 700; }
.cert-lightbox__close {
  position: absolute; inset-block-start: 24px; inset-inline-end: 28px; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); color: #fff; font-size: 18px;
  cursor: pointer; transition: background .3s var(--ease);
}
.cert-lightbox__close:hover { background: rgba(255, 255, 255, .18); }
@media (max-width: 1024px) { .certs-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .certs-grid { grid-template-columns: repeat(2, 1fr); } }

 .film-a { background: #F7F5EF; color: var(--forest-900); position: relative; overflow: hidden; }
.film-a .eyebrow { color: var(--gold-600); }
.film-a .eyebrow::before { background: var(--gold-600); }
.film-a__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; }
.film-a__head h2 { font-size: clamp(30px,4vw,52px); font-weight: 300; margin: 18px 0 0; color: var(--forest-900); }
.film-a__head h2 b { font-weight: 800; color: var(--gold-600); }
.film-a__intro { color: var(--ink-700); max-width: 40ch; font-size: 15.5px; line-height: 1.8; }

.film-a__frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 9;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(191,230,207,.18); background: #06120c;
}
.film-a__player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; cursor: pointer; background: none; display: block; }
.film-a__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.film-a__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,18,12,.78), rgba(6,18,12,.18) 50%, rgba(6,18,12,.4)); transition: opacity .5s var(--ease); }
.film-a__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(191,230,207,.16); backdrop-filter: blur(4px);
  border: 1.5px solid var(--gold-400); transition: transform .5s var(--ease), background .5s var(--ease);
}
.film-a__play::before { content: ""; position: absolute; inset: -14px; border-radius: 50%; border: 1px solid rgba(191,230,207,.34); animation: filmPulse 2.6s ease-out infinite; }
@keyframes filmPulse { 0% { transform: scale(.9); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
.film-a__triangle { width: 0; height: 0; border-style: solid; border-width: 13px 0 13px 21px; border-color: transparent transparent transparent var(--gold-400); margin-inline-start: 5px; }
html[dir="rtl"] .film-a__triangle { transform: scaleX(-1); margin-inline-start: 0; margin-inline-end: 5px; }
.film-a__caption {
  position: absolute; inset-inline: 28px; bottom: 26px; display: flex; align-items: center; gap: 16px;
  color: #fff; transition: opacity .4s var(--ease);
}
.film-a__dur { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold-400); letter-spacing: .06em; }
.film-a__cap-text { font-size: 15px; color: rgba(255,255,255,.86); font-weight: 600; }
.film-a__player:hover .film-a__poster { transform: scale(1.05); }
.film-a__player:hover .film-a__play { transform: translate(-50%, -50%) scale(1.08); background: rgba(191,230,207,.28); }
.film-a__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 2; }
.film-a__frame.is-playing .film-a__player { opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) { .film-a__play::before { animation: none; } }
@media (max-width: 720px) {
  .film-a__head { margin-bottom: 28px; }
  .film-a__play { width: 70px; height: 70px; }
  .film-a__caption { inset-inline: 18px; bottom: 16px; gap: 12px; }
}

 .sectors-a { background: var(--forest-950); color: var(--paper); position: relative; overflow: hidden; }
.sectors-a .eyebrow { color: var(--champagne); }
.sectors-a .eyebrow::before { background: var(--champagne); }
.sectors-a__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 18px; }
.sectors-a__head h2 { font-size: clamp(30px,4vw,52px); font-weight: 300; margin: 18px 0 0; max-width: 18ch; }
.sectors-a__head h2 b { font-weight: 800; color: var(--champagne); }
 .sx-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 48px; }
.sx-card {
  grid-column: span 2; position: relative; isolation: isolate; overflow: hidden; text-decoration: none;
  border-radius: var(--r-lg); min-height: 360px; display: flex; align-items: flex-end;
  border: 1px solid rgba(191,230,207,.14); box-shadow: var(--shadow-md);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease);
}
.sx-card--wide { grid-column: span 3; min-height: 340px; }
.sx-card__media { position: absolute; inset: 0; z-index: -2; }
.sx-card__shift { position: absolute; inset-inline: 0; top: -12%; height: 124%; will-change: transform; }
.sx-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.sx-card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(6,18,12,.94) 4%, rgba(6,18,12,.58) 38%, rgba(6,18,12,.08) 72%);
}
.sx-card__body { padding: 28px 28px 26px; position: relative; }
.sx-card__idx { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--gold-400); display: block; margin-bottom: 8px; letter-spacing: .04em; }
.sx-card__title { font-size: clamp(20px, 2vw, 27px); font-weight: 700; color: #fff; margin: 0 0 9px; line-height: 1.2; }
.sx-card__desc { font-size: 14px; line-height: 1.72; color: rgba(231,236,223,.82); max-width: 46ch; margin: 0; }
.sx-card__more { display: inline-flex; gap: 8px; align-items: center; margin-top: 16px; font-size: 13.5px; font-weight: 700; color: var(--champagne); opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.sx-card__more .arr { transition: transform .4s var(--ease); }
.sx-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(191,230,207,.4); }
.sx-card:hover .sx-card__img { transform: scale(1.09); }
.sx-card:hover .sx-card__more { opacity: 1; transform: none; }
.sx-card:hover .sx-card__more .arr { transform: translateX(-5px); }
 .sx-card__link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
 .sx-card__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 16px; position: relative; z-index: 2; pointer-events: none; }
.sx-card__actions .sx-card__more { margin-top: 0; }
.sx-card__order {
  display: inline-flex; align-items: center; gap: 8px; position: relative; z-index: 2; pointer-events: auto;
  font-size: 13.5px; font-weight: 700; color: var(--gold-400); transition: color .4s var(--ease);
}
.sx-card__order .arr { transition: transform .4s var(--ease); }
.sx-card__order:hover { color: var(--champagne); }
[dir="rtl"] .sx-card__order:hover .arr { transform: translateX(-5px); }
[dir="ltr"] .sx-card__order:hover .arr { transform: translateX(5px); }
@media (prefers-reduced-motion: reduce) { .sx-card__shift { transform: none !important; } }

 .companies-a { background: var(--paper); }
.companies-a__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; flex-wrap: wrap; }
.companies-a__head h2 { font-size: clamp(30px,4vw,52px); font-weight: 300; margin: 18px 0 0; line-height: 1.12; color: var(--forest-900); }
.companies-a__head h2 b { font-weight: 800; color: var(--gold-600); }
.companies-a__intro { color: var(--ink-700); max-width: 42ch; font-size: 15.5px; line-height: 1.85; }

.co-filter { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 40px; }
.co-chip {
  font-family: inherit; font-size: 14.5px; font-weight: 700; color: var(--ink-700);
  background: transparent; border: 1px solid var(--paper-3); border-radius: 100px;
  padding: 10px 22px; cursor: pointer; transition: all .35s var(--ease); display: inline-flex; align-items: center; gap: 8px;
}
.co-chip__n { font-family: 'Cormorant Garamond', serif; font-size: 14px; color: var(--gold-500); }
.co-chip:hover { border-color: var(--gold-400); color: var(--forest-900); }
.co-chip.is-active { background: var(--forest-900); border-color: var(--forest-900); color: #fff; }
.co-chip.is-active .co-chip__n { color: var(--gold-400); }

.co-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.co-card {
  position: relative; background: #fff; border: 1px solid var(--paper-3); border-radius: var(--r-lg);
  padding: 22px 24px 28px; overflow: hidden; isolation: isolate;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.co-card::before {
  content: ""; position: absolute; inset-block-start: 0; inset-inline: 0; height: 3px; width: 0; z-index: 3;
  background: linear-gradient(90deg, var(--gold-400), var(--champagne)); transition: width .55s var(--ease);
}
.co-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(28,122,66,.34); }
.co-card:hover::before { width: 100%; }
 .co-card__plate {
  position: relative; height: 132px; border-radius: var(--r-md); margin-bottom: 18px;
  background: #fff; border: 1px solid var(--paper-3);
  display: grid; place-items: center; overflow: hidden; padding: 14px;
}
.co-card__logo { max-width: 88%; max-height: 92px; width: auto; height: auto; object-fit: contain; position: relative; z-index: 2; transition: transform .6s var(--ease); }
.co-card:hover .co-card__logo { transform: scale(1.06); }
.co-card__mono {
  position: absolute; inset: 0; margin: auto; width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; z-index: 1;
  font-family: 'Cairo', sans-serif; font-weight: 800; font-size: 24px; color: var(--gold-600);
  background: rgba(35,155,84,.12); border: 1px solid rgba(35,155,84,.3);
}
.co-card__logo ~ .co-card__mono { display: none; }
.co-card__chip { display: inline-block; font-size: 11.5px; font-weight: 700; color: var(--forest-700); background: var(--paper-2); border: 1px solid var(--paper-3); padding: 6px 13px; border-radius: 100px; white-space: nowrap; }
.co-card__name { font-size: 19px; font-weight: 800; color: var(--forest-900); margin: 13px 0 10px; line-height: 1.35; text-wrap: pretty; }
.co-card__desc { font-size: 13.5px; line-height: 1.8; color: var(--ink-700); margin: 0; text-wrap: pretty; }
.co-card.is-hidden { display: none; }

@media (max-width: 920px) { .co-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .co-grid { grid-template-columns: 1fr; } .companies-a__head h2 br { display: none; } }

 .global-a { background: var(--paper-2); }
.global-a__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.global-a h2 { font-size: clamp(30px,4vw,50px); font-weight: 300; margin: 22px 0 0; color: var(--forest-900); }
.global-a h2 b { font-weight: 800; }
.global-a p { color: var(--ink-700); margin-top: 22px; }
.country-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin-top: 34px; border: 1px solid var(--paper-3); border-radius: var(--r-md); overflow: hidden; }
.country {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--paper);
  transition: background .4s var(--ease); position: relative;
}
.country:hover { background: #fff; }
.country__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px rgba(35,155,84,.16); flex-shrink: 0; }
.country__name { font-weight: 700; color: var(--forest-800); }
.country__detail { font-size: 12.5px; color: var(--sage-500); }
.map-a { position: relative; aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.map-a .ph { width: 100%; height: 100%; }
.map-node { position: absolute; width: 12px; height: 12px; }
.map-node::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--gold-500); }
.map-node::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--gold-500); animation: ping 2.6s var(--ease) infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(3.4); opacity: 0; } }

 .media-a { background: var(--paper); }
.media-a__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; }
.media-card { border-radius: var(--r-md); overflow: hidden; background: var(--paper); box-shadow: var(--shadow-sm); transition: box-shadow .5s var(--ease), transform .5s var(--ease); display: flex; flex-direction: column; }
.media-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.media-card .ph { aspect-ratio: 16/10; }
.media-card__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.media-card__kicker { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); font-weight: 700; }
.media-card__title { font-size: 16.5px; font-weight: 700; color: var(--forest-900); margin: 9px 0 0; line-height: 1.5; text-wrap: pretty; }
.media-card__desc { font-size: 14px; color: var(--ink-500); line-height: 1.7; }
.media-card__link { margin-top: auto; padding-top: 16px; font-weight: 700; font-size: 14px; color: var(--forest-700); display: inline-flex; gap: 8px; align-items: center; }
.media-card:hover .media-card__link { color: var(--gold-600); }

 .cta-a { background: linear-gradient(135deg, rgba(20,46,32,.92), rgba(8,22,15,.95)), url('img/img_ac6dacd7c3c4.webp') center/cover no-repeat; color: #fff; text-align: center; position: relative; overflow: hidden; }
.cta-a__glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%, rgba(28,122,66,.22), transparent 55%); }
.cta-a h2 { font-size: clamp(30px, 4.5vw, 60px); font-weight: 300; margin: 18px 0 0; position: relative; }
.cta-a h2 b { font-weight: 800; color: var(--champagne); }
.cta-a p { color: rgba(231,236,223,.8); max-width: 54ch; margin: 22px auto 36px; position: relative; }
.cta-a__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

@media (max-width: 980px) {
  .stats-a__grid { grid-template-columns: repeat(2, 1fr); }
  .stat-a:nth-child(2)::after { display: none; }
  .about-a__grid, .global-a__grid { grid-template-columns: 1fr; }
  .media-a__grid { grid-template-columns: repeat(2, 1fr); }
  .sx-grid { grid-template-columns: repeat(2, 1fr); }
  .sx-card, .sx-card--wide { grid-column: span 1; min-height: 320px; }
  .sx-card:last-child { grid-column: span 2; }
}
@media (max-width: 560px) {
  .stats-a__grid { grid-template-columns: 1fr; }
  .stat-a::after { display: none !important; }
  .sx-grid { grid-template-columns: 1fr; gap: 16px; }
  .sx-card, .sx-card--wide, .sx-card:last-child { grid-column: span 1; min-height: 300px; }
  .country-list, .media-a__grid { grid-template-columns: 1fr; }
  .about-a__badge { inset-inline-start: 16px; inset-block-end: -20px; }
}
