@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/IRANSansX-Regular.woff2") format("woff2"),
       url("../fonts/IRANSansX-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/IRANSansX-Medium.woff2") format("woff2"),
       url("../fonts/IRANSansX-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/IRANSansX-Bold.woff2") format("woff2"),
       url("../fonts/IRANSansX-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSans-web.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IranianSans";
  src: url("../fonts/IranianSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IranianSans";
  src: url("../fonts/IranianSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #07141c;
  --bg-2: #0b2029;
  --surface: #102832;
  --surface-soft: #f4f7f6;
  --paper: #ffffff;
  --text: #12232b;
  --text-muted: #607078;
  --text-on-dark: #f5fbf8;
  --muted-on-dark: #abc0b9;
  --green: #008c4f;
  --green-2: #19b36d;
  --green-pale: #dff6ea;
  --gold: #d7b46a;
  --gold-pale: #f3ead6;
  --line: rgba(255,255,255,.13);
  --shadow: 0 28px 90px rgba(4, 17, 22, .16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  font-family: "IRANSansX", "IRANSans", "IranianSans", Tahoma, Arial, sans-serif;
  background: var(--surface-soft);
  color: var(--text);
  line-height: 1.9;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-sm { padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .86rem; font-weight: 700; color: var(--green); letter-spacing: -.01em; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 999px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head h2 { margin: 7px 0 0; font-size: clamp(1.85rem, 3vw, 2.6rem); line-height: 1.35; letter-spacing: -.045em; }
.section-head p { max-width: 560px; color: var(--text-muted); margin: 0; }

.site-header {
  position: fixed; top: 0; inset-inline: 0; z-index: 50;
  transition: .3s ease;
}
.site-header.scrolled { background: rgba(7,20,28,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 250px; }
.brand img { width: 48px; height: 48px; border-radius: 10px; object-fit: contain; box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.brand strong { display: block; font-size: .96rem; line-height: 1.45; }
.brand span { display: block; font-size: .72rem; color: #a9c0b8; direction: ltr; text-align: right; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .9rem; }
.nav-links a { color: rgba(255,255,255,.76); transition: .2s; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: .9rem; border: 1px solid transparent; transition: .25s ease; }
.btn svg { width: 19px; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 34px rgba(0,140,79,.3); }
.btn-primary:hover { transform: translateY(-2px); background: #00a25d; }
.btn-outline { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.03); }
.btn-outline:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.btn-light { background: #fff; color: var(--text); }
.btn-dark { background: var(--bg); color: #fff; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); background: transparent; color: #fff; border-radius: 14px; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 21px; height: 2px; background: currentColor; border-radius: 9px; display: block; transition: .25s; }
.menu-toggle span { margin: 5px 0; }
body.nav-open .menu-toggle span { opacity: 0; }
body.nav-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
body.nav-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: 800px; padding: 148px 0 82px; color: #fff; background: radial-gradient(circle at 15% 18%, rgba(0,140,79,.26), transparent 28%), radial-gradient(circle at 78% 35%, rgba(215,180,106,.13), transparent 25%), linear-gradient(135deg, #06131b 0%, #0a2029 55%, #07141c 100%); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero::after { content: ""; position: absolute; width: 840px; height: 840px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; left: -310px; bottom: -420px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.hero-copy h1 { font-size: clamp(2.5rem, 4.2vw, 4rem); line-height: 1.22; margin: 16px 0 20px; letter-spacing: -.055em; max-width: 760px; }
.hero-copy h1 em { font-style: normal; color: var(--green-2); }
.hero-copy > p { color: #bdd0c9; max-width: 710px; font-size: 1rem; margin: 0 0 31px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 24px; margin-top: 38px; flex-wrap: wrap; }
.hero-meta-item { display: flex; align-items: center; gap: 12px; color: #afc1bb; font-size: .84rem; }
.hero-meta-item b { color: #fff; font-size: 1.07rem; }
.hero-meta-icon { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.045); }
.hero-meta-icon svg { width: 20px; }

.hero-visual { position: relative; min-height: 510px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; inset: 2% 1% 2% 1%; animation: rotate 32s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 11px; height: 11px; background: var(--green-2); border-radius: 50%; box-shadow: 0 0 20px rgba(25,179,109,.8); }
.orbit::before { top: 13%; right: 12%; }
.orbit::after { bottom: 8%; left: 17%; background: var(--gold); }
.orbit.second { inset: 15%; animation-direction: reverse; animation-duration: 24s; border-style: dashed; }
.core-card { position: absolute; inset: 14% 9% 11% 11%; border-radius: 36px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); backdrop-filter: blur(24px); padding: 38px; box-shadow: 0 50px 100px rgba(0,0,0,.25); transform: rotate(-3deg); overflow: hidden; }
.core-card::after { content: ""; position: absolute; width: 260px; height: 260px; background: radial-gradient(circle, rgba(0,140,79,.42), transparent 68%); bottom: -90px; right: -70px; }
.core-card-top { display: flex; align-items: center; justify-content: space-between; }
.core-logo { width: 76px; height: 76px; padding: 11px; background: #fff; border-radius: 25px; transform: rotate(3deg); }
.core-number { direction: ltr; font-size: .73rem; color: #a8bbb5; }
.core-card h3 { font-size: 1.55rem; line-height: 1.55; margin: 52px 0 9px; max-width: 390px; }
.core-card p { color: #adbfba; max-width: 420px; }
.visual-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.visual-chips span { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.055); border-radius: 99px; padding: 7px 12px; font-size: .74rem; color: #d5dfdc; }
.floating-card { position: absolute; z-index: 4; background: #fff; color: var(--text); border-radius: 18px; padding: 14px 17px; box-shadow: 0 22px 65px rgba(0,0,0,.28); display: flex; align-items: center; gap: 12px; font-size: .8rem; }
.floating-card b { display: block; font-size: 1rem; }
.floating-card .dot { width: 35px; height: 35px; border-radius: 12px; background: var(--green-pale); display: grid; place-items: center; color: var(--green); }
.floating-card.one { top: 11%; left: -1%; }
.floating-card.two { bottom: 3%; right: -4%; }
@keyframes rotate { to { transform: rotate(360deg); } }

.stats-band { margin-top: -54px; position: relative; z-index: 5; }
.stats-wrap { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.stat { padding: 31px 28px; position: relative; text-align: center; }
.stat:not(:first-child)::after { content: ""; position: absolute; inset-block: 24px; inset-inline-start: 0; width: 1px; background: #e4e9e7; }
.stat strong { font-size: 2.25rem; line-height: 1; color: var(--green); display: block; direction: ltr; text-align: center; }
.stat span { display: block; color: var(--text-muted); font-size: .86rem; margin-top: 8px; }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.intro-media { min-height: 540px; border-radius: var(--radius-xl); background: radial-gradient(circle at 32% 26%, rgba(25,179,109,.55), transparent 24%), linear-gradient(140deg, #08222c, #0e4850); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.intro-media::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(500px) rotateX(55deg) scale(1.5); transform-origin: bottom; }
.intro-media::after { content: ""; position: absolute; width: 380px; height: 380px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; left: -90px; top: -70px; }
.intro-quote { position: absolute; inset-inline: 34px; bottom: 34px; z-index: 2; background: rgba(255,255,255,.92); padding: 27px; border-radius: 22px; }
.intro-quote p { margin: 0; font-size: 1.08rem; font-weight: 700; }
.intro-quote span { color: var(--text-muted); font-size: .82rem; }
.intro-copy h2 { font-size: clamp(1.95rem, 3.2vw, 2.75rem); line-height: 1.35; margin: 10px 0 23px; letter-spacing: -.05em; }
.intro-copy > p { color: var(--text-muted); }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; font-size: .9rem; }
.check-list li::before { content: "✓"; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 9px; background: var(--green-pale); color: var(--green); display: grid; place-items: center; font-weight: 900; line-height: 1; margin-top: 5px; }

.sectors { background: #fff; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sector-card { min-height: 300px; padding: 30px; border-radius: 25px; background: #f4f7f6; border: 1px solid #e7edeb; position: relative; overflow: hidden; transition: .3s ease; }
.sector-card:hover { transform: translateY(-7px); box-shadow: 0 24px 65px rgba(10,40,49,.12); }
.sector-card.featured { background: var(--bg); color: #fff; border-color: transparent; }
.sector-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 25px solid rgba(0,140,79,.08); border-radius: 50%; bottom: -90px; left: -60px; }
.sector-card.featured::after { border-color: rgba(255,255,255,.06); }
.sector-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; background: #fff; color: var(--green); box-shadow: 0 12px 34px rgba(10,40,49,.1); }
.sector-icon svg { width: 26px; }
.sector-card.featured .sector-icon { background: var(--green); color: #fff; }
.sector-card h3 { margin: 45px 0 8px; font-size: 1.16rem; }
.sector-card p { margin: 0; color: var(--text-muted); font-size: .88rem; }
.sector-card.featured p { color: var(--muted-on-dark); }
.sector-count { position: absolute; top: 30px; left: 30px; font-weight: 800; color: #97aaa4; direction: ltr; }

.companies-preview { background: linear-gradient(180deg, #f4f7f6 0%, #eaf1ee 100%); }
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.company-card { background: #fff; border: 1px solid #e2e9e6; border-radius: 22px; padding: 24px; min-height: 255px; display: flex; flex-direction: column; transition: .28s; position: relative; overflow: hidden; }
.company-card:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(7,33,42,.11); border-color: rgba(0,140,79,.35); }
.company-card::before { content: ""; position: absolute; top: 0; right: 0; width: 5px; height: 100%; background: var(--green); opacity: 0; transition: .2s; }
.company-card:hover::before { opacity: 1; }
.company-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.company-logo { display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid #e1e9e6; box-shadow: 0 9px 28px rgba(8,38,46,.08); }
.company-logo img { width: 100%; height: 100%; object-fit: contain; }
.company-logo span { color: var(--green); font-weight: 900; }
.company-logo-card { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 17px; padding: 5px; }
.company-logo-card span { font-size: 1rem; }
.company-logo-detail { width: 138px; height: 138px; flex: 0 0 138px; border-radius: 31px; padding: 10px; border-color: rgba(255,255,255,.2); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.company-logo-detail span { font-size: 2rem; }
.company-hero-row { display: flex; align-items: center; gap: 30px; margin-top: 28px; }
.company-hero-row h1 { margin-top: 9px; }
.company-hero-row p { max-width: 760px; }
.company-category { background: #f2f5f4; color: #687a74; border-radius: 99px; padding: 5px 10px; font-size: .69rem; white-space: nowrap; }
.company-card h3 { font-size: 1.08rem; margin: 25px 0 8px; line-height: 1.55; }
.company-card p { color: var(--text-muted); font-size: .81rem; margin: 0; }
.card-link { display: flex; align-items: center; gap: 8px; margin-top: auto; color: var(--green); font-size: .78rem; font-weight: 800; padding-top: 20px; }
.card-link svg { width: 17px; }

.cta { background: var(--bg); color: #fff; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 30%, rgba(0,140,79,.35), transparent 30%), radial-gradient(circle at 86% 74%, rgba(215,180,106,.12), transparent 24%); }
.cta-wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta h2 { font-size: clamp(1.95rem, 3.1vw, 2.7rem); line-height: 1.35; margin: 0 0 14px; }
.cta p { color: var(--muted-on-dark); margin: 0; max-width: 670px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex: 0 0 auto; }

.site-footer { background: #040d12; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1fr; gap: 50px; }
.footer-brand p { color: #8fa39c; font-size: .86rem; max-width: 360px; }
.footer-title { margin: 0 0 20px; font-size: .95rem; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-links span { color: #91a59e; font-size: .82rem; transition: .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #71857e; font-size: .74rem; }

.inner-hero { padding: 175px 0 88px; background: radial-gradient(circle at 18% 30%, rgba(0,140,79,.25), transparent 24%), var(--bg); color: #fff; position: relative; overflow: hidden; }
.inner-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent); }
.inner-hero .container { position: relative; z-index: 2; }
.breadcrumb { display: flex; gap: 8px; align-items: center; color: #90a59e; font-size: .79rem; }
.breadcrumb a:hover { color: #fff; }
.inner-hero h1 { margin: 16px 0 10px; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.25; letter-spacing: -.055em; }
.inner-hero p { color: #aec2bb; max-width: 760px; margin: 0; }

.filter-bar { background: #fff; border: 1px solid #e2e9e6; border-radius: 21px; padding: 13px; display: flex; align-items: center; gap: 12px; margin-bottom: 32px; position: sticky; top: 108px; z-index: 10; box-shadow: 0 12px 40px rgba(10,40,49,.08); }
.search-box { position: relative; flex: 1; }
.search-box input { width: 100%; height: 50px; border-radius: 14px; border: 0; background: #f4f7f6; padding: 0 47px 0 16px; outline: none; color: var(--text); }
.search-box svg { position: absolute; right: 16px; top: 15px; width: 20px; color: #80928c; }
.filter-select { height: 50px; min-width: 220px; border: 0; background: #f4f7f6; border-radius: 14px; padding: 0 15px; outline: none; color: var(--text); }
.results-count { color: var(--text-muted); font-size: .8rem; white-space: nowrap; padding-inline: 8px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.about-copy h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.4; margin: 10px 0 20px; }
.about-copy p { color: var(--text-muted); }
.timeline { display: grid; gap: 18px; }
.timeline-item { background: #fff; border: 1px solid #e3ebe8; padding: 25px; border-radius: 20px; display: grid; grid-template-columns: 75px 1fr; gap: 18px; }
.timeline-year { color: var(--green); font-size: 1.2rem; font-weight: 900; }
.timeline-item h3 { margin: 0 0 6px; font-size: 1rem; }
.timeline-item p { margin: 0; font-size: .82rem; color: var(--text-muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.value-card { background: #fff; border: 1px solid #e1e9e6; border-radius: 21px; padding: 25px; }
.value-card b { display: block; font-size: 1rem; margin: 18px 0 7px; }
.value-card p { margin: 0; color: var(--text-muted); font-size: .8rem; }
.value-icon { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; color: var(--green); background: var(--green-pale); }
.value-icon svg { width: 22px; }

.detail-wrap { display: grid; grid-template-columns: 1fr 340px; gap: 42px; align-items: start; }
.detail-main { background: #fff; border: 1px solid #e2e9e6; border-radius: 27px; padding: 37px; }
.detail-main h2 { font-size: 1.75rem; margin: 0 0 15px; }
.detail-main p { color: var(--text-muted); }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0 0; }
.service-item { padding: 17px; border-radius: 16px; background: #f4f7f6; display: flex; align-items: center; gap: 10px; font-size: .83rem; }
.service-item::before { content: ""; width: 9px; height: 9px; border-radius: 3px; background: var(--green); }
.detail-sidebar { display: grid; gap: 18px; position: sticky; top: 118px; }
.info-card { background: var(--bg); color: #fff; border-radius: 24px; padding: 27px; }
.info-card.light { background: #fff; color: var(--text); border: 1px solid #e2e9e6; }
.info-card h3 { margin: 0 0 19px; font-size: 1rem; }
.info-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.info-card.light .info-row { border-bottom-color: #e6ebe9; }
.info-row:last-child { border-bottom: 0; }
.info-row span { color: #91a69e; }
.info-card.light .info-row span { color: var(--text-muted); }
.info-row b { font-weight: 700; text-align: left; }
.placeholder-note { margin-top: 24px; border-right: 3px solid var(--gold); background: var(--gold-pale); padding: 16px 18px; border-radius: 12px; font-size: .8rem; color: #705c31; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 35px; align-items: stretch; }
.contact-cards { display: grid; gap: 15px; }
.contact-card { background: #fff; border: 1px solid #e2e9e6; border-radius: 20px; padding: 22px; display: flex; gap: 15px; align-items: flex-start; }
.contact-card-icon { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px; background: var(--green-pale); color: var(--green); display: grid; place-items: center; }
.contact-card h3 { margin: 0 0 5px; font-size: .95rem; }
.contact-card p, .contact-card a { color: var(--text-muted); font-size: .82rem; margin: 0; }
.location-media { min-height: 520px; margin: 0; border-radius: 27px; overflow: hidden; position: relative; background: var(--bg); border: 1px solid #dce6e2; box-shadow: var(--shadow); }
.location-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.location-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,13,18,.88), transparent 45%); pointer-events: none; }
.location-media figcaption { position: absolute; z-index: 2; right: 28px; bottom: 25px; color: #fff; display: grid; gap: 2px; }
.location-media figcaption span { color: #b7cbc4; font-size: .78rem; }
.location-media figcaption strong { font-size: 1.18rem; }

.location-media.map-media { display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.location-media.map-media::after { display: none; }
.map-frame { min-height: 442px; background: #edf2f0; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 442px; border: 0; }
.location-media .map-footer { position: static; z-index: auto; right: auto; bottom: auto; color: var(--text); background: #fff; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid #e2e9e6; }
.location-media .map-footer div { display: grid; gap: 2px; }
.location-media .map-footer span { color: var(--text-muted); font-size: .76rem; }
.location-media .map-footer strong { color: var(--text); font-size: 1rem; }
.map-link { min-height: 44px; padding-inline: 20px; white-space: nowrap; }


.mobile-hero-summary,
.intro-mobile-quote { display: none; }

.not-found { text-align: center; padding: 150px 0; }
.not-found h1 { font-size: 5rem; margin: 0; color: var(--green); }

@media (max-width: 1050px) {
  .nav-links, .nav-actions .btn { display: none; }
  .menu-toggle {
    display: flex;
    flex: 0 0 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
  }
  .mobile-nav { position: fixed; inset: 0; background: rgba(4,13,18,.98); color: #fff; z-index: 49; padding: 120px 28px 40px; transform: translateY(-102%); transition: .35s ease; display: grid; align-content: start; gap: 8px; }
  body.nav-open .mobile-nav { transform: translateY(0); }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.05rem; }
  .hero { min-height: auto; }
  .hero-grid, .intro-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 650px; width: 100%; margin: 10px auto 0; min-height: 560px; }
  .section-head { align-items: start; flex-direction: column; gap: 14px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .company-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-wrap { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 68px 0; }
  .navbar { height: 76px; }
  .brand { min-width: auto; gap: 10px; }
  .brand img { width: 41px; height: 41px; }
  .brand strong { font-size: .78rem; }
  .brand span { display: none; }
  .menu-toggle { width: 46px; height: 46px; flex-basis: 46px; }
  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after { width: 21px; flex: 0 0 2px; }
  .menu-toggle span { margin: 5px 0; }
  .mobile-nav { padding-top: 104px; }

  .hero { padding: 118px 0 62px; }
  .hero-grid { display: block; }
  .hero-copy { text-align: right; }
  .hero-copy h1 { font-size: clamp(2.05rem, 9vw, 2.7rem); line-height: 1.28; margin-top: 13px; }
  .hero-copy > p { font-size: .95rem; margin-bottom: 27px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 25px; }
  .hero-meta-item { padding: 12px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
  .hero-visual { display: none; }
  .mobile-hero-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 16px;
    padding: 14px 15px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    backdrop-filter: blur(12px);
  }
  .mobile-hero-summary img { width: 48px; height: 48px; object-fit: contain; padding: 6px; border-radius: 13px; background: #fff; }
  .mobile-hero-summary-copy { flex: 1; }
  .mobile-hero-summary-copy strong { display: block; color: #fff; font-size: .88rem; }
  .mobile-hero-summary-copy span { display: block; color: #aebfba; font-size: .72rem; margin-top: 2px; }
  .mobile-hero-summary-stats { display: flex; gap: 10px; direction: ltr; }
  .mobile-hero-summary-stats b { min-width: 44px; color: #4fd28d; font-size: 1rem; text-align: center; }
  .mobile-hero-summary-stats small { display: block; direction: rtl; color: #aebfba; font-size: .62rem; font-weight: 400; }

  .stats-band { margin-top: -24px; }
  .stats-wrap { grid-template-columns: 1fr 1fr; border-radius: 22px; }
  .stat:nth-child(3)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid #e4e9e7; }
  .stat { padding: 23px 12px; }
  .stat strong { font-size: 1.8rem; }
  .stat span { font-size: .76rem; line-height: 1.65; }

  .intro-grid { gap: 0; }
  .intro-media { display: none; }
  .intro-mobile-quote {
    display: block;
    position: relative;
    margin-bottom: 28px;
    padding: 21px 20px 19px;
    border-radius: 21px;
    color: #fff;
    background: radial-gradient(circle at 12% 15%, rgba(25,179,109,.35), transparent 36%), linear-gradient(135deg, #08222c, #0d3b43);
    box-shadow: 0 18px 45px rgba(4,17,22,.14);
    overflow: hidden;
  }
  .intro-mobile-quote::after { content: "“"; position: absolute; left: 16px; top: -16px; color: rgba(255,255,255,.08); font-size: 7rem; line-height: 1; }
  .intro-mobile-quote p { position: relative; z-index: 1; margin: 0; font-size: .93rem; line-height: 1.95; }
  .intro-mobile-quote span { position: relative; z-index: 1; display: block; margin-top: 9px; color: #88d7ad; font-size: .74rem; }
  .intro-copy h2 { font-size: clamp(1.8rem, 8vw, 2.35rem); }
  .check-list { grid-template-columns: 1fr; }

  .section-head { margin-bottom: 30px; }
  .section-head h2 { font-size: clamp(1.8rem, 8vw, 2.35rem); }
  .sector-grid, .company-grid, .values-grid { grid-template-columns: 1fr; }
  .company-card, .sector-card { border-radius: 21px; }
  .cta-wrap { flex-direction: column; align-items: flex-start; }
  .cta-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .inner-hero { padding: 120px 0 62px; }
  .filter-bar { flex-wrap: wrap; top: 88px; }
  .filter-select { min-width: 100%; }
  .results-count { width: 100%; }
  .service-list, .detail-sidebar { grid-template-columns: 1fr; }
  .detail-main { padding: 25px; }
  .company-hero-row { align-items: flex-start; gap: 18px; }
  .company-logo-detail { width: 92px; height: 92px; flex-basis: 92px; border-radius: 22px; }
  .company-hero-row h1 { font-size: clamp(1.85rem, 8vw, 2.75rem); }
  .location-media, .location-media img { min-height: 390px; }
  .location-media.map-media { min-height: 0; }
  .map-frame, .map-frame iframe { min-height: 360px; }
  .location-media .map-footer { align-items: stretch; flex-direction: column; }
  .map-link { width: 100%; }
}

/* Version 2: source-aligned content and more restrained typography */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ltr { direction: ltr; unicode-bidi: embed; }
.intro-quote b, .intro-mobile-quote b { display: block; color: var(--green); margin-bottom: 7px; font-size: .82rem; }
.intro-quote p { font-weight: 500; font-size: 1rem; line-height: 1.85; }
.intro-mobile-quote b { color: #88d7ad; position: relative; z-index: 1; }
.detail-section-title { margin-top: 38px !important; }
.info-link { color: var(--text); font-weight: 700; text-align: left; overflow-wrap: anywhere; }
.info-link:hover { color: var(--green); }
.company-inner-hero .inner-hero, .company-inner-hero { padding-bottom: 76px; }
@media (max-width: 1180px) and (min-width: 1051px) {
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
}


/* Version 3: bilingual interface */
.language-switch {
  width: auto;
  min-width: 62px;
  height: 46px;
  flex: 0 0 auto;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.04);
  transition: .22s ease;
}
.language-switch:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.5); transform: translateY(-1px); }
.language-switch svg { width: 19px; height: 19px; }
.language-switch span { font-size: .68rem; font-weight: 800; line-height: 1; }
.mobile-language-switch { display: flex !important; align-items: center; gap: 10px; color: #4fd28d !important; border: 0 !important; margin-top: 12px; }
.mobile-language-switch svg { width: 22px; height: 22px; }
html[dir="ltr"] body { direction: ltr; font-family: "Segoe UI", Arial, sans-serif; line-height: 1.72; }
html[dir="ltr"] .brand span { text-align: left; }
html[dir="ltr"] .hero-copy h1,
html[dir="ltr"] .section-head h2,
html[dir="ltr"] .inner-hero h1 { letter-spacing: -.035em; }
html[dir="ltr"] .hero-copy h1 { max-width: 780px; }
html[dir="ltr"] .eyebrow { letter-spacing: .01em; }
html[dir="ltr"] .company-card::before { right: auto; left: 0; }
html[dir="ltr"] .sector-count { left: auto; right: 30px; }
html[dir="ltr"] .search-box input { padding: 0 16px 0 47px; }
html[dir="ltr"] .search-box svg { right: auto; left: 16px; }
html[dir="ltr"] .info-row b,
html[dir="ltr"] .info-link { text-align: right; }
html[dir="ltr"] .location-media figcaption { right: auto; left: 28px; }
html[dir="ltr"] .placeholder-note { border-right: 0; border-left: 3px solid var(--gold); }
html[dir="ltr"] .mobile-hero-summary-stats small { direction: ltr; }
html[dir="ltr"] .core-card { transform: rotate(3deg); }
html[dir="ltr"] .core-logo { transform: rotate(-3deg); }
html[dir="ltr"] .hero-copy,
html[dir="ltr"] .intro-copy,
html[dir="ltr"] .about-copy { text-align: left; }
html[dir="ltr"] .service-item::before { flex: 0 0 9px; }
@media (max-width: 1180px) and (min-width: 1051px) {
  .nav-links { gap: 20px; font-size: .83rem; }
  .brand { min-width: 220px; }
  .nav-actions .btn { padding-inline: 17px; }
}
@media (max-width: 720px) {
  .language-switch { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  .language-switch span { display: none; }
  html[dir="ltr"] .hero-copy { text-align: left; }
  html[dir="ltr"] .intro-mobile-quote::after { left: auto; right: 16px; }
}

/* Version 4: document-aligned groups and expanded company profiles */
.stats-wrap { grid-template-columns: repeat(5, 1fr); }
.sector-grid { grid-template-columns: repeat(5, 1fr); }
.language-switch { padding-inline: 16px; gap: 8px; min-width: 72px; }

.detail-main { padding: 42px; }
.detail-block { padding: 0 0 38px; margin: 0 0 38px; border-bottom: 1px solid #e5ebe9; }
.detail-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.detail-block > h2,
.detail-block-head h2 { margin: 0 0 18px; font-size: 1.45rem; line-height: 1.55; letter-spacing: -.025em; }
.detail-intro > h2 { font-size: 1.8rem; margin-top: 5px; }
.detail-lead { margin: 0; color: #50636a !important; font-size: .98rem; line-height: 2.15; max-width: 930px; }
.detail-kicker { display: block; margin-bottom: 3px; color: var(--green); font-size: .72rem; font-weight: 800; }
.detail-block-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.detail-block-head h2 { margin-bottom: 0; }
.detail-count { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; border-radius: 14px; background: var(--green-pale); color: var(--green); font-weight: 800; direction: ltr; }

.service-list { margin-top: 0; gap: 13px; }
.service-item { min-height: 66px; display: flex; align-items: flex-start; gap: 12px; padding: 16px 17px; border: 1px solid #e2eae7; border-radius: 15px; background: #f8faf9; color: #35484f; font-size: .88rem; line-height: 1.85; }
.service-item::before { content: ""; width: 9px; height: 9px; flex: 0 0 9px; margin-top: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-pale); }

.detail-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.detail-bullets li { position: relative; padding: 13px 48px 13px 16px; border-radius: 14px; background: #f7faf8; color: #44565d; font-size: .89rem; line-height: 1.9; }
.detail-bullets li::before { content: "✓"; position: absolute; top: 14px; right: 15px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 8px; background: var(--green-pale); color: var(--green); font-weight: 900; line-height: 1; }
.detail-soft .detail-bullets li { background: #f2f6f4; }

.detail-chip-list { display: flex; flex-wrap: wrap; gap: 9px; }
.detail-chip-list span { padding: 8px 13px; border-radius: 999px; border: 1px solid #dce6e2; background: #f7faf8; color: #345047; font-size: .8rem; font-weight: 700; direction: ltr; }

.detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.detail-stat { min-height: 110px; padding: 19px; border-radius: 17px; background: #f4f8f6; border: 1px solid #e3ebe8; }
.detail-stat strong { display: block; color: var(--green); font-size: 1.45rem; line-height: 1.1; margin-bottom: 10px; direction: ltr; text-align: inherit; }
.detail-stat span { color: #53666d; font-size: .79rem; line-height: 1.75; }

.detail-projects { margin: 0; padding: 0 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; counter-reset: project; }
.detail-projects li { padding: 4px 3px; color: #43565d; font-size: .87rem; line-height: 1.9; break-inside: avoid; }
.detail-projects li::marker { color: var(--green); font-weight: 800; }
.detail-disclosure { border: 1px solid #dfe8e4; border-radius: 18px; overflow: hidden; background: #fafcfb; }
.detail-disclosure summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 21px; cursor: pointer; user-select: none; }
.detail-disclosure summary::-webkit-details-marker { display: none; }
.detail-disclosure summary span { display: grid; gap: 3px; }
.detail-disclosure summary b { font-size: 1rem; }
.detail-disclosure summary small { color: var(--text-muted); font-size: .75rem; font-weight: 400; }
.detail-disclosure summary i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 11px; background: var(--green-pale); color: var(--green); font-style: normal; font-size: 1.35rem; line-height: 1; }
.detail-disclosure[open] summary { border-bottom: 1px solid #e3eae7; background: #f5f9f7; }
.detail-disclosure-body { padding: 21px; }

.relation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.relation-card { min-height: 215px; padding: 20px; }
.relation-card h3 { margin-top: 19px; }
.relation-info { background: linear-gradient(145deg, #08202a, #0d3540); }
.parent-link { display: grid; grid-template-columns: 48px 1fr 20px; align-items: center; gap: 12px; padding-top: 4px; }
.parent-link > svg { width: 18px; color: #62d69a; }
.parent-link b, .parent-link small { display: block; }
.parent-link b { font-size: .88rem; }
.parent-link small { margin-top: 2px; color: #9eb4ad; font-size: .7rem; }
.company-logo-mini { width: 48px; height: 48px; border-radius: 13px; padding: 4px; }

/* Main-company legal activity presentation */
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.legal-card { position: relative; min-height: 170px; padding: 25px 25px 23px; border: 1px solid #e1e9e6; border-radius: 21px; background: #fff; }
.legal-number { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 12px; background: var(--green-pale); color: var(--green); font-weight: 900; direction: ltr; }
.legal-card h3 { margin: 0 0 8px; font-size: 1rem; }
.legal-card p { margin: 0; color: var(--text-muted); font-size: .84rem; line-height: 1.95; }
.group-summary-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.group-summary-card { padding: 22px 16px; border-radius: 18px; border: 1px solid #e1e9e6; background: #fff; text-align: center; }
.group-summary-card strong { display: block; color: var(--green); font-size: 1.65rem; direction: ltr; }
.group-summary-card span { display: block; margin-top: 7px; color: var(--text-muted); font-size: .76rem; line-height: 1.7; }
.approach-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.approach-item { padding: 21px; border-radius: 18px; background: #f4f8f6; border: 1px solid #e3ebe8; }
.approach-item b { display: block; margin-bottom: 6px; font-size: .91rem; }
.approach-item p { margin: 0; color: var(--text-muted); font-size: .79rem; line-height: 1.85; }

@media (max-width: 1180px) and (min-width: 1051px) {
  .stats-wrap { grid-template-columns: repeat(5, 1fr); }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .group-summary-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1050px) {
  .stats-wrap { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(n)::after { display: none; }
  .stat { border-bottom: 1px solid #e4e9e7; }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
  .detail-stats { grid-template-columns: repeat(2, 1fr); }
  .group-summary-grid { grid-template-columns: repeat(3, 1fr); }
  .approach-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .language-switch { width: 42px; min-width: 42px; padding: 0; gap: 0; }
  .stats-wrap { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(n) { border-bottom: 1px solid #e4e9e7; }
  .stat:nth-last-child(1) { grid-column: 1 / -1; border-bottom: 0; }
  .stat:nth-child(4) { border-bottom: 1px solid #e4e9e7; }
  .detail-main { padding: 25px 20px; }
  .detail-block { padding-bottom: 30px; margin-bottom: 30px; }
  .detail-intro > h2 { font-size: 1.55rem; }
  .detail-lead { font-size: .92rem; line-height: 2.05; }
  .detail-bullets li { padding: 12px 45px 12px 13px; }
  .detail-stats, .relation-grid, .legal-grid, .approach-list { grid-template-columns: 1fr; }
  .detail-projects { grid-template-columns: 1fr; padding-right: 22px; gap: 7px; }
  .group-summary-grid { grid-template-columns: 1fr 1fr; }
  .group-summary-card:last-child { grid-column: 1 / -1; }
  .detail-block-head { align-items: center; }
}

html[dir="ltr"] .detail-bullets li { padding: 13px 16px 13px 48px; }
html[dir="ltr"] .detail-bullets li::before { right: auto; left: 15px; }
html[dir="ltr"] .detail-projects { padding: 0 0 0 24px; }
html[dir="ltr"] .detail-stat strong { text-align: left; }

/* Version 4.1: balanced activity groups, complete contact presentation and mobile polish */
.contact-plain { display: inline-block; color: var(--text-muted); font-size: .82rem; }
.contact-info-row { gap: 16px; }
.contact-info-row > span { flex: 0 0 auto; }
.contact-value,
.contact-address,
.contact-info-row .info-link { max-width: 64%; overflow-wrap: anywhere; word-break: normal; }
.contact-address { font-weight: 600; line-height: 1.85; text-align: start; }

/* Five activity groups: a balanced 3 + 2 composition rather than five narrow columns. */
.sector-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.sector-card { min-height: 274px; padding: 28px; }
.sector-card:nth-child(-n+3) { grid-column: span 2; }
.sector-card:nth-child(n+4) { grid-column: span 3; }
.sector-card h3 { margin-top: 38px; }
.sector-card p { line-height: 1.95; }

.group-summary-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}
.group-summary-card:nth-child(-n+3) { grid-column: span 2; }
.group-summary-card:nth-child(n+4) { grid-column: span 3; }
.group-summary-card { min-height: 128px; display: grid; align-content: center; }

@media (max-width: 1050px) and (min-width: 721px) {
  .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-card:nth-child(n) { grid-column: auto; }
  .sector-card:last-child { grid-column: 1 / -1; min-height: 230px; }
  .group-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .group-summary-card:nth-child(n) { grid-column: auto; }
  .group-summary-card:last-child { grid-column: 1 / -1; }
  .contact-grid { gap: 25px; }
}

@media (max-width: 720px) {
  /* Global rhythm */
  .container { width: min(calc(100% - 22px), var(--container)); }
  .section { padding: 58px 0; }
  .section-sm { padding: 50px 0; }
  .section-head { gap: 10px; margin-bottom: 25px; }
  .section-head h2 { font-size: clamp(1.55rem, 7.4vw, 2rem); line-height: 1.42; letter-spacing: -.035em; }
  .section-head p { font-size: .86rem; line-height: 1.9; }
  .eyebrow { font-size: .78rem; }
  .eyebrow::before { width: 22px; }

  /* Header: keep controls comfortably inside the viewport. */
  .navbar { height: 72px; gap: 10px; }
  .brand { gap: 8px; min-width: 0; flex: 1 1 auto; }
  .brand img { width: 39px; height: 39px; flex: 0 0 39px; }
  .brand div { min-width: 0; }
  .brand strong { font-size: .73rem; line-height: 1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-actions { gap: 7px; flex: 0 0 auto; }
  .language-switch,
  .menu-toggle { width: 42px; min-width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  .mobile-nav { padding: 94px 19px 28px; gap: 2px; }
  .mobile-nav a { padding: 14px 4px; font-size: .96rem; }
  .mobile-language-switch { margin-top: 8px; padding-inline: 4px !important; }

  /* Home hero */
  .hero { padding: 102px 0 52px; }
  .hero-copy h1 { font-size: clamp(1.85rem, 8.2vw, 2.3rem); line-height: 1.31; margin: 11px 0 16px; }
  .hero-copy > p { font-size: .88rem; line-height: 1.9; margin-bottom: 23px; }
  .hero-actions { gap: 8px; }
  .hero-actions .btn { min-height: 46px; padding-inline: 17px; font-size: .82rem; }
  .hero-meta { margin-top: 20px; gap: 8px; }
  .hero-meta-item { padding: 11px 12px; border-radius: 14px; font-size: .75rem; }
  .hero-meta-icon { width: 38px; height: 38px; border-radius: 11px; }
  .hero-meta-item b { font-size: .95rem; }
  .mobile-hero-summary { gap: 10px; margin-top: 13px; padding: 12px; border-radius: 16px; }
  .mobile-hero-summary img { width: 43px; height: 43px; border-radius: 11px; }
  .mobile-hero-summary-copy strong { font-size: .78rem; }
  .mobile-hero-summary-copy span { font-size: .66rem; }
  .mobile-hero-summary-stats { gap: 5px; }
  .mobile-hero-summary-stats b { min-width: 34px; font-size: .92rem; }
  .mobile-hero-summary-stats small { font-size: .56rem; }

  /* Five-number strip */
  .stats-band { margin-top: -18px; }
  .stats-wrap { border-radius: 18px; }
  .stat { padding: 18px 9px; }
  .stat strong { font-size: 1.55rem; }
  .stat span { font-size: .68rem; line-height: 1.55; }

  /* Activity groups become compact mobile cards, not tall rectangles. */
  .sector-grid { grid-template-columns: 1fr; gap: 10px; }
  .sector-card:nth-child(n) {
    grid-column: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 13px;
    row-gap: 4px;
    padding: 17px;
    border-radius: 18px;
  }
  .sector-card::after { width: 115px; height: 115px; border-width: 18px; bottom: -78px; left: -50px; }
  .sector-icon { grid-column: 1; grid-row: 1 / 3; width: 48px; height: 48px; border-radius: 14px; }
  .sector-icon svg { width: 23px; }
  .sector-count { position: static; grid-column: 3; grid-row: 1; align-self: start; font-size: .73rem; }
  .sector-card h3 { grid-column: 2; grid-row: 1; margin: 0; padding-inline-end: 4px; font-size: .98rem; line-height: 1.55; }
  .sector-card p { grid-column: 2 / 4; grid-row: 2; margin: 0; font-size: .76rem; line-height: 1.75; }

  /* Company listings */
  .company-grid { gap: 11px; }
  .company-card { min-height: 0; padding: 18px; border-radius: 18px; }
  .company-logo-card { width: 54px; height: 54px; flex-basis: 54px; border-radius: 14px; }
  .company-category { padding: 5px 8px; font-size: .62rem; max-width: 60%; overflow: hidden; text-overflow: ellipsis; }
  .company-card h3 { margin: 17px 0 6px; font-size: .98rem; }
  .company-card p { font-size: .76rem; line-height: 1.8; }
  .card-link { padding-top: 15px; font-size: .72rem; }

  /* Inner pages */
  .inner-hero { padding: 101px 0 49px; }
  .inner-hero h1 { margin: 12px 0 8px; font-size: clamp(1.65rem, 7.8vw, 2.15rem); line-height: 1.32; }
  .inner-hero p { font-size: .85rem; line-height: 1.85; }
  .breadcrumb { gap: 6px; flex-wrap: wrap; font-size: .7rem; line-height: 1.65; }

  /* Company search/filter: non-sticky on mobile, full width and easier to tap. */
  .filter-bar { position: static; top: auto; display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; padding: 9px; border-radius: 17px; box-shadow: 0 9px 27px rgba(10,40,49,.06); }
  .search-box input,
  .filter-select { width: 100%; min-width: 0; height: 47px; border-radius: 12px; font-size: .82rem; }
  .results-count { width: auto; padding: 1px 6px 4px; font-size: .72rem; }

  /* About page */
  .about-grid { gap: 28px; }
  .about-copy h2 { font-size: clamp(1.55rem, 7.2vw, 2rem); margin: 8px 0 15px; }
  .about-copy p { font-size: .85rem; line-height: 1.95; }
  .timeline { gap: 10px; }
  .timeline-item { grid-template-columns: 54px 1fr; gap: 12px; padding: 17px; border-radius: 16px; }
  .timeline-year { font-size: 1.02rem; }
  .timeline-item h3 { font-size: .9rem; }
  .timeline-item p { font-size: .74rem; line-height: 1.75; }
  .legal-grid { gap: 10px; }
  .legal-card { min-height: 0; padding: 19px; border-radius: 17px; }
  .legal-number { width: 34px; height: 34px; margin-bottom: 13px; border-radius: 10px; }
  .legal-card h3 { font-size: .91rem; }
  .legal-card p { font-size: .77rem; line-height: 1.85; }
  .group-summary-grid { grid-template-columns: 1fr; gap: 9px; }
  .group-summary-card:nth-child(n) {
    grid-column: auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 17px;
    text-align: start;
    border-radius: 16px;
  }
  .group-summary-card strong { flex: 0 0 auto; font-size: 1.4rem; }
  .group-summary-card span { margin: 0; font-size: .75rem; line-height: 1.65; }
  .approach-list { gap: 9px; }
  .approach-item { padding: 17px; border-radius: 16px; }

  /* Company detail page: denser but readable. */
  .company-inner-hero { padding-bottom: 47px; }
  .company-hero-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-top: 20px;
  }
  .company-logo-detail { width: 70px; height: 70px; flex-basis: 70px; padding: 6px; border-radius: 18px; }
  .company-hero-row h1 { font-size: clamp(1.42rem, 6.8vw, 1.92rem); line-height: 1.35; margin: 5px 0 5px; overflow-wrap: anywhere; }
  .company-hero-row p { font-size: .77rem; line-height: 1.75; }
  .company-hero-row .eyebrow { font-size: .68rem; }
  .detail-wrap { gap: 17px; }
  .detail-main { padding: 20px 16px; border-radius: 19px; }
  .detail-block { padding-bottom: 25px; margin-bottom: 25px; }
  .detail-block > h2,
  .detail-block-head h2 { font-size: 1.22rem; margin-bottom: 13px; }
  .detail-intro > h2 { font-size: 1.38rem; }
  .detail-lead { font-size: .84rem; line-height: 1.95; }
  .detail-block-head { gap: 10px; margin-bottom: 13px; }
  .detail-count { min-width: 36px; height: 36px; border-radius: 11px; padding-inline: 9px; font-size: .8rem; }
  .service-list { grid-template-columns: 1fr; gap: 8px; }
  .service-item { min-height: 0; padding: 13px 14px; border-radius: 13px; font-size: .79rem; line-height: 1.75; }
  .detail-bullets { gap: 8px; }
  .detail-bullets li { padding: 11px 41px 11px 11px; border-radius: 12px; font-size: .79rem; line-height: 1.8; }
  .detail-bullets li::before { top: 12px; right: 12px; width: 21px; height: 21px; }
  .detail-chip-list { gap: 7px; }
  .detail-chip-list span { padding: 7px 10px; font-size: .72rem; }
  .detail-stats { grid-template-columns: 1fr; gap: 8px; }
  .detail-stat { min-height: 0; padding: 15px; border-radius: 14px; }
  .detail-stat strong { font-size: 1.22rem; margin-bottom: 6px; }
  .detail-stat span { font-size: .74rem; }
  .detail-projects { gap: 6px; padding-right: 19px; }
  .detail-projects li { font-size: .78rem; line-height: 1.8; }
  .detail-disclosure { border-radius: 15px; }
  .detail-disclosure summary { padding: 15px; }
  .detail-disclosure summary b { font-size: .9rem; }
  .detail-disclosure summary small { font-size: .68rem; }
  .detail-disclosure-body { padding: 15px; }
  .relation-grid { gap: 9px; }
  .relation-card { min-height: 0; }
  .detail-sidebar { grid-template-columns: 1fr; gap: 11px; }
  .info-card { padding: 19px; border-radius: 18px; }
  .info-card h3 { margin-bottom: 12px; font-size: .91rem; }
  .info-row { gap: 12px; padding: 10px 0; font-size: .73rem; line-height: 1.65; }
  .contact-info-row { display: grid; grid-template-columns: 1fr; gap: 4px; }
  .contact-info-row > span { font-size: .68rem; }
  .contact-value,
  .contact-address,
  .contact-info-row .info-link { max-width: 100%; text-align: start; }
  .contact-address { line-height: 1.75; }

  /* Main contact page */
  .contact-grid { gap: 18px; }
  .contact-cards { gap: 9px; }
  .contact-card { gap: 12px; padding: 16px; border-radius: 16px; }
  .contact-card-icon { width: 41px; height: 41px; flex-basis: 41px; border-radius: 12px; }
  .contact-card h3 { margin-bottom: 3px; font-size: .86rem; }
  .contact-card p,
  .contact-card a,
  .contact-plain { font-size: .75rem; line-height: 1.75; overflow-wrap: anywhere; }
  .location-media { border-radius: 19px; }
  .map-frame,
  .map-frame iframe { min-height: 300px; }
  .location-media .map-footer { padding: 14px; gap: 11px; }
  .location-media .map-footer strong { font-size: .9rem; }
  .map-link { min-height: 43px; font-size: .8rem; }

  /* Footer / CTA */
  .cta h2 { font-size: clamp(1.55rem, 7.2vw, 2rem); }
  .cta p { font-size: .82rem; line-height: 1.85; }
  .site-footer { padding: 50px 0 20px; }
  .footer-grid { gap: 27px; }
  .footer-title { margin-bottom: 13px; }
  .footer-links { gap: 8px; }
  .footer-links a,
  .footer-links span { font-size: .76rem; line-height: 1.75; }
  .footer-brand p { font-size: .78rem; }
  .footer-bottom { margin-top: 34px; padding-top: 17px; font-size: .68rem; }
}

@media (max-width: 420px) {
  .brand strong { font-size: .69rem; max-width: 165px; }
  .hero-copy h1 { font-size: 1.83rem; }
  .mobile-hero-summary-copy strong { max-width: 128px; }
  .stats-wrap { border-radius: 16px; }
  .stat { padding-inline: 6px; }
  .sector-card { padding-inline: 14px; }
  .company-hero-row { grid-template-columns: 62px minmax(0, 1fr); gap: 11px; }
  .company-logo-detail { width: 62px; height: 62px; }
  .company-hero-row h1 { font-size: 1.36rem; }
}

html[dir="ltr"] .contact-address,
html[dir="ltr"] .contact-value,
html[dir="ltr"] .contact-info-row .info-link { text-align: start; }
html[dir="ltr"] .sector-card::after { left: auto; right: -50px; }
html[dir="ltr"] .sector-count { left: auto; right: 28px; }
@media (max-width: 720px) {
  html[dir="ltr"] .sector-count { right: auto; }
  html[dir="ltr"] .detail-bullets li { padding: 11px 11px 11px 41px; }
  html[dir="ltr"] .detail-bullets li::before { left: 12px; right: auto; }
  html[dir="ltr"] .detail-projects { padding: 0 0 0 19px; }
  html[dir="ltr"] .group-summary-card { text-align: left; }
}

/* Accessibility pass: keep secondary information comfortably readable. */
@media (min-width: 721px) {
  .brand span { font-size: .78rem; }
  .core-number, .visual-chips span, .hero-meta-item { font-size: .82rem; }
  .floating-card, .check-list li, .sector-card p { font-size: .9rem; }
  .company-category { font-size: .76rem; }
  .company-card p, .card-link { font-size: .88rem; }
  .footer-links a, .footer-links span, .footer-brand p { font-size: .9rem; }
  .footer-bottom, .breadcrumb, .results-count { font-size: .84rem; }
  .timeline-item p, .value-card p, .approach-item p { font-size: .88rem; }
  .legal-card p { font-size: .9rem; }
  .service-item, .detail-bullets li, .detail-projects li { font-size: .94rem; }
  .detail-chip-list span, .detail-stat span { font-size: .84rem; }
  .info-row, .contact-card p, .contact-card a, .contact-plain { font-size: .88rem; }
  .location-media .map-footer span { font-size: .84rem; }
  .group-summary-card span { font-size: .84rem; }
}

@media (max-width: 720px) {
  /* Do not reduce type below a comfortable reading size on phones. */
  .section-head p, .hero-copy > p, .inner-hero p, .about-copy p, .cta p { font-size: .94rem; }
  .eyebrow, .breadcrumb { font-size: .82rem; }
  .brand strong { font-size: .84rem; }
  .brand span, .language-switch span { font-size: .8rem; }
  .mobile-nav a, .hero-actions .btn, .search-box input, .filter-select { font-size: .92rem; }
  .hero-meta-item, .mobile-hero-summary-copy strong, .stat span { font-size: .82rem; }
  .mobile-hero-summary-copy span, .mobile-hero-summary-stats small { font-size: .74rem; }
  .sector-count { font-size: .8rem; }
  .sector-card h3, .company-card h3 { font-size: 1.05rem; }
  .sector-card p, .company-card p { font-size: .88rem; }
  .company-category { font-size: .72rem; }
  .card-link, .results-count { font-size: .82rem; }
  .timeline-item h3, .legal-card h3, .approach-item b { font-size: .98rem; }
  .timeline-item p, .legal-card p, .group-summary-card span, .approach-item p { font-size: .86rem; }
  .company-hero-row p, .company-hero-row .eyebrow { font-size: .84rem; }
  .detail-lead { font-size: .96rem; line-height: 2.05; }
  .service-item, .detail-bullets li, .detail-projects li { font-size: .9rem; line-height: 1.9; }
  .detail-chip-list span, .detail-stat span { font-size: .82rem; }
  .detail-disclosure summary b { font-size: 1rem; }
  .detail-disclosure summary small, .detail-kicker { font-size: .84rem; }
  .info-card h3 { font-size: 1rem; }
  .info-row, .contact-info-row > span { font-size: .84rem; }
  .contact-card h3 { font-size: .96rem; }
  .contact-card p, .contact-card a, .contact-plain { font-size: .88rem; line-height: 1.85; }
  .location-media .map-footer strong { font-size: 1rem; }
  .map-link { font-size: .9rem; }
  .footer-links a, .footer-links span, .footer-brand p { font-size: .86rem; line-height: 1.9; }
  .footer-bottom { font-size: .84rem; }
}

@media (max-width: 420px) {
  .brand strong { font-size: .82rem; }
  .company-hero-row h1 { font-size: 1.46rem; }
}

/* Footer contact alignment and compact layout */
.footer-links .footer-phone-tehran {
  direction: rtl;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.footer-phone-tehran bdi {
  direction: ltr;
  unicode-bidi: isolate;
}
.site-footer {
  padding-top: 48px;
}
.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom > span {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.footer-bottom #current-year {
  display: inline;
}
@media (max-width: 720px) {
  .site-footer {
    padding: 38px 0 20px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
  }
  .footer-bottom > span {
    white-space: normal;
  }
  .footer-links .footer-phone-tehran {
    justify-content: flex-start;
  }
}

/* Footer contact numbers direction fix */
.footer-links .contact-item { direction: rtl; text-align: right; display: block; }
.footer-links .contact-item bdi { direction: ltr; unicode-bidi: isolate; }
@media (max-width: 768px){ .footer-links .contact-item { text-align: right; } }


/* Final footer bottom alignment fix */
html[dir="rtl"] .footer-bottom {
  direction: rtl;
  justify-content: flex-start;
  text-align: right;
}

html[dir="rtl"] .footer-bottom > span {
  text-align: right;
  white-space: nowrap;
}

html[dir="ltr"] .footer-bottom {
  direction: ltr;
  justify-content: flex-start;
  text-align: left;
}

html[dir="ltr"] .footer-bottom > span {
  text-align: left;
}
/* clickable activity groups */
.sector-card { text-decoration: none; color: inherit; cursor: pointer; }
