
:root{
  --navy-1000:#02091f;--navy-950:#04102f;--navy-900:#06163f;--navy-850:#081d52;
  --blue-800:#0a2f89;--blue-700:#0b43cb;--blue-650:#104fe5;--blue-600:#1a5cff;
  --red:#e51d3b;--red-2:#ff3652;--paper:#f7f5ef;--paper-2:#efede6;--white:#fff;
  --ink:#10172a;--muted:#667085;--line:rgba(6,22,63,.10);--line-2:rgba(6,22,63,.16);
  --shadow:0 30px 80px rgba(2,9,31,.14);--shadow-soft:0 16px 42px rgba(2,9,31,.08);
  --r1:14px;--r2:20px;--r3:28px;--r4:36px;--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Vazirmatn","Noto Sans Arabic",Tahoma,Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}.wrap{width:var(--container);max-width:calc(100% - 64px);margin-inline:auto}.section{padding:112px 0;position:relative;overflow:hidden}.paper{background:var(--paper)}.white{background:#fff}.soft{background:#f0eee7}.dark{background:var(--navy-950);color:#fff}.pattern:before,.pattern:after{content:"";position:absolute;pointer-events:none;border:1px solid rgba(11,67,203,.055);border-radius:50%}.pattern:before{width:680px;height:680px;right:-420px;top:-430px;box-shadow:0 0 0 46px rgba(11,67,203,.017),0 0 0 92px rgba(11,67,203,.012)}.pattern:after{width:820px;height:820px;left:-570px;bottom:-570px;box-shadow:0 0 0 54px rgba(11,67,203,.014),0 0 0 108px rgba(11,67,203,.009)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:850;font-size:12px;color:var(--blue-700);letter-spacing:-.15px}.eyebrow:before{content:"";width:28px;height:2px;border-radius:999px;background:var(--red)}.display{font-size:52px;line-height:1.55;letter-spacing:-1.9px;margin:12px 0 16px;font-weight:900}.h2{font-size:42px;line-height:1.65;letter-spacing:-1.35px;margin:10px 0 14px;font-weight:900}.lead{font-size:15.5px;line-height:2.05;color:var(--muted);margin:0;max-width:760px}.section-head{display:flex;gap:40px;justify-content:space-between;align-items:flex-end;margin-bottom:42px}.section-head>div:first-child{max-width:780px}.small-note{font-size:11px;color:#8790a3;line-height:1.8}.divider{height:1px;background:var(--line)}
.btn{height:54px;padding:0 21px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:850;font-size:12.5px;border:1px solid transparent;transition:.24s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue-600),var(--blue-700) 52%,var(--blue-800));box-shadow:0 16px 32px rgba(11,67,203,.23)}.btn-red{color:#fff;background:linear-gradient(135deg,var(--red-2),var(--red));box-shadow:0 14px 30px rgba(229,29,59,.24)}.btn-ghost{background:#fff;border-color:var(--line-2);color:var(--navy-900)}.btn-glass{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.19);backdrop-filter:blur(12px)}.icon{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.icon-sm{width:17px;height:17px}.icon-lg{width:26px;height:26px}
/* top + header */
.utility{height:32px;background:var(--navy-1000);color:#cbd6ff;font-size:10.5px}.utility .wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.u-group{display:flex;align-items:center;gap:22px}.u-item{display:flex;align-items:center;gap:7px}.u-dot{width:5px;height:5px;border-radius:50%;background:var(--red)}
.header{position:sticky;top:0;z-index:80;height:86px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(6,22,63,.08);transition:.25s}.header.scrolled{height:72px;box-shadow:0 12px 35px rgba(2,9,31,.08)}.nav{height:100%;display:grid;grid-template-columns:270px 1fr 300px;gap:18px;align-items:center}.brand{display:flex;align-items:center;gap:13px}.brand-logo{width:64px;height:64px;object-fit:contain;transition:.25s}.header.scrolled .brand-logo{width:54px;height:54px}.brand-txt b{display:block;color:var(--navy-900);font-size:16px;letter-spacing:-.35px}.brand-txt span{display:block;color:#7e8798;font-size:9.5px;margin-top:3px}.menu{display:flex;align-items:center;justify-content:center;gap:27px;font-size:12.7px;font-weight:750}.menu a{position:relative;padding:14px 0;color:#27324b;transition:.2s}.menu a:hover,.menu a.active{color:var(--blue-700)}.menu a:after{content:"";position:absolute;right:50%;bottom:5px;width:0;height:2px;border-radius:999px;background:var(--red);transform:translateX(50%);transition:.2s}.menu a:hover:after,.menu a.active:after{width:20px}.nav-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center}.round-btn{width:46px;height:46px;border-radius:15px;border:1px solid var(--line);background:#fff;color:var(--navy-900);display:grid;place-items:center;transition:.2s}.round-btn:hover{border-color:rgba(11,67,203,.25);color:var(--blue-700);transform:translateY(-2px)}.purchase-btn{height:50px;padding:0 10px 0 18px;border-radius:16px;border:0;background:linear-gradient(135deg,var(--blue-650),var(--blue-700) 52%,var(--blue-800));color:#fff;display:flex;gap:11px;align-items:center;font-weight:900;font-size:12.5px;box-shadow:0 14px 28px rgba(11,67,203,.22)}.purchase-badge{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#ff405c,var(--red));display:grid;place-items:center;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.mobile-toggle{display:none}
/* hero */
.hero{padding:28px 0 44px;background:linear-gradient(180deg,#fbfaf6 0%,#f0eee7 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:680px;height:680px;border:1px solid rgba(11,67,203,.045);border-radius:50%;right:-410px;top:-470px;box-shadow:0 0 0 50px rgba(11,67,203,.015),0 0 0 100px rgba(11,67,203,.010)}.hero-shell{min-height:620px;border-radius:38px;background:var(--navy-950);overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:.88fr 1.12fr;direction:rtl;position:relative}.hero-copy{padding:58px 56px 48px;position:relative;z-index:3;background:radial-gradient(circle at 20% 10%,rgba(26,92,255,.34),transparent 32%),linear-gradient(145deg,var(--navy-950) 0%,#071b55 52%,#0b3ebb 100%);color:#fff;overflow:hidden}.hero-copy:before,.hero-copy:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%}.hero-copy:before{width:430px;height:430px;right:-260px;top:-250px;box-shadow:0 0 0 38px rgba(255,255,255,.024),0 0 0 76px rgba(255,255,255,.017)}.hero-copy:after{width:360px;height:360px;left:-260px;bottom:-260px;box-shadow:0 0 0 34px rgba(255,255,255,.018)}.hero-chip{position:relative;z-index:2;display:inline-flex;gap:9px;align-items:center;padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.075);color:#edf1ff;font-size:10.5px}.hero-chip i{width:6px;height:6px;border-radius:50%;background:var(--red)}.hero h1{position:relative;z-index:2;margin:18px 0 16px;font-size:50px;line-height:1.55;letter-spacing:-1.8px;font-weight:900}.hero h1 strong{font-weight:900;color:#ffcfda}.hero p{position:relative;z-index:2;color:#d8e0fb;font-size:14px;line-height:2.08;margin:0;max-width:520px}.hero-actions{position:relative;z-index:2;display:flex;gap:10px;margin-top:25px}.hero-mini-stats{position:relative;z-index:2;margin-top:31px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hero-mini-stats b{font-size:22px;display:block;letter-spacing:-.5px}.hero-mini-stats span{display:block;color:#b7c3ea;font-size:9.7px;margin-top:4px;line-height:1.6}.hero-media{position:relative;overflow:hidden;background:#16213a}.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.88) contrast(1.05)}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,16,47,.28),rgba(4,16,47,.04) 42%,rgba(4,16,47,.00)),linear-gradient(0deg,rgba(4,16,47,.38),transparent 43%)}.photo-ribbon{position:absolute;left:24px;bottom:24px;z-index:3;width:300px;border-radius:20px;background:rgba(255,255,255,.91);backdrop-filter:blur(14px);padding:15px 16px;box-shadow:0 16px 38px rgba(2,9,31,.18);border:1px solid rgba(255,255,255,.62);direction:rtl}.photo-ribbon small{display:block;color:var(--blue-700);font-weight:850;font-size:9px}.photo-ribbon b{display:block;font-size:12px;color:var(--navy-900);margin-top:4px}.photo-ribbon span{display:block;font-size:9.5px;color:#778095;margin-top:5px;line-height:1.7}
/* trust rail */
.trust{padding:22px 0 76px;background:linear-gradient(180deg,#f0eee7 0%,var(--paper) 100%)}.trust-rail{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(2,9,31,.045);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.trust-item{min-height:104px;padding:21px 24px;display:flex;align-items:center;gap:15px;position:relative}.trust-item:not(:last-child):after{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:var(--line)}.trust-ico{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:var(--blue-700);background:linear-gradient(145deg,#f0f3ff,#fff);border:1px solid rgba(11,67,203,.08);flex:0 0 auto}.trust-item b{display:block;font-size:12.5px}.trust-item span{display:block;font-size:9.5px;line-height:1.7;color:#818a9d;margin-top:4px}
/* about */
.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.about-visual{height:560px;position:relative}.about-photo{position:absolute;inset:0 0 44px 48px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow-soft)}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,47,.32),transparent 45%)}.about-fact{position:absolute;right:-2px;bottom:0;width:250px;padding:19px 20px;border-radius:20px;background:linear-gradient(135deg,var(--navy-900),var(--blue-700));color:#fff;box-shadow:0 18px 38px rgba(2,9,31,.18)}.about-fact b{font-size:26px;display:block}.about-fact span{font-size:10px;line-height:1.75;color:#dce4ff;display:block;margin-top:4px}.about-accent{position:absolute;left:15px;top:27px;width:88px;height:88px;border-radius:50%;border:1px solid rgba(11,67,203,.16);box-shadow:0 0 0 16px rgba(11,67,203,.04),0 0 0 32px rgba(11,67,203,.025)}.about-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.about-point{padding:17px;border-radius:17px;background:#fff;border:1px solid var(--line);display:flex;gap:12px;align-items:flex-start}.about-point .dot{width:31px;height:31px;border-radius:10px;background:#eef2ff;color:var(--blue-700);display:grid;place-items:center;flex:0 0 auto}.about-point b{font-size:11.5px;display:block}.about-point span{display:block;font-size:9.5px;color:#81899a;margin-top:4px;line-height:1.7}
/* big facts */
.facts{padding:0 0 112px;background:#fff}.facts-card{border-radius:32px;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(26,92,255,.38),transparent 26%),linear-gradient(135deg,var(--navy-1000),var(--navy-850) 55%,var(--blue-700));color:#fff;position:relative;box-shadow:var(--shadow-soft)}.facts-card:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.06);border-radius:50%;left:-320px;top:-310px;box-shadow:0 0 0 40px rgba(255,255,255,.018),0 0 0 80px rgba(255,255,255,.012)}.facts-top{padding:42px 44px 22px;display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.facts-top h3{font-size:28px;margin:0;line-height:1.6}.facts-top p{color:#cfd9fa;font-size:11.5px;line-height:1.85;margin:0;max-width:520px}.fact-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12)}.fact{padding:30px 34px}.fact:not(:last-child){border-left:1px solid rgba(255,255,255,.11)}.fact b{font-size:34px;display:block;letter-spacing:-1px}.fact span{display:block;color:#c6d2f6;font-size:10px;line-height:1.7;margin-top:5px}
/* products editorial */
.products-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:18px;min-height:610px}.product{position:relative;overflow:hidden;border-radius:30px;background:linear-gradient(145deg,#071842,#0b3cb5);color:#fff;box-shadow:0 14px 34px rgba(2,9,31,.08)}.product img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s,transform .6s}.product img.loaded{opacity:1}.product:hover img{transform:scale(1.035)}.product:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,9,31,.84) 0%,rgba(2,9,31,.38) 52%,rgba(2,9,31,.10) 100%)}.product.fallback-chicks{background:radial-gradient(circle at 20% 22%,rgba(255,205,70,.45),transparent 25%),linear-gradient(145deg,#071842,#0b3cb5)}.product.fallback-eggs{background:radial-gradient(circle at 70% 26%,rgba(233,171,74,.35),transparent 28%),linear-gradient(145deg,#0b204e,#123f9a)}.product.fallback-hen{background:radial-gradient(circle at 30% 30%,rgba(229,29,59,.28),transparent 25%),linear-gradient(145deg,#071842,#092d88)}.fallback-mark{position:absolute;inset:auto 22px 110px auto;z-index:0;width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:rgba(255,255,255,.24);box-shadow:0 0 0 18px rgba(255,255,255,.035),0 0 0 36px rgba(255,255,255,.022)}.product-main .fallback-mark{width:210px;height:210px;right:auto;left:42px;bottom:120px}.fallback-mark .icon{width:64px;height:64px}.product-copy{position:absolute;z-index:3;right:28px;left:28px;bottom:26px}.product-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:9px}.product h3{font-size:26px;margin:10px 0 7px}.product p{font-size:10.5px;line-height:1.85;color:#d7e0fb;margin:0;max-width:480px}.product-link{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:10.5px;font-weight:850;color:#fff}.product-link .purchase-badge{width:30px;height:30px;border-radius:10px}.product-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}.product-small h3{font-size:20px}.product-small .product-copy{bottom:21px;right:22px;left:22px}.product-small p{font-size:9.5px}.product-no{position:absolute;top:22px;left:22px;z-index:3;font-size:11px;font-weight:900;color:#fff;padding:7px 9px;border-radius:10px;background:rgba(2,9,31,.32);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
/* hyline */
.hyline{padding:0 0 112px;background:var(--paper-2)}.hy-shell{border-radius:34px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;min-height:500px;background:linear-gradient(135deg,var(--blue-700),var(--navy-900) 72%);color:#fff;box-shadow:var(--shadow-soft)}.hy-visual{position:relative;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.12),transparent 30%),linear-gradient(155deg,#0b4be2,#06163f);overflow:hidden}.hy-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;mix-blend-mode:screen;filter:saturate(.75) contrast(1.05);transition:opacity .4s}.hy-visual img.loaded{opacity:.56}.hy-word{position:absolute;right:35px;top:36px;font-size:52px;font-weight:900;letter-spacing:-2px}.hy-word small{display:block;font-size:10px;letter-spacing:3px;color:#ccd7ff;margin-bottom:4px}.hy-orbit{position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.10);border-radius:50%;left:-80px;bottom:-110px;box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 56px rgba(255,255,255,.025)}.hy-egg{position:absolute;left:92px;bottom:78px;width:118px;height:150px;border-radius:58% 58% 48% 48%/65% 65% 40% 40%;background:linear-gradient(150deg,#fff,#dbe3ff);box-shadow:0 22px 40px rgba(2,9,31,.22)}.hy-copy{padding:52px 50px}.hy-copy .eyebrow{color:#dce4ff}.hy-copy .eyebrow:before{background:var(--red)}.hy-copy h3{font-size:35px;line-height:1.65;margin:12px 0 14px}.hy-copy p{font-size:12.5px;line-height:2;color:#cfdaff;margin:0}.hy-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.hy-metric{padding:17px;border-radius:17px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}.hy-metric b{font-size:11.5px;display:block}.hy-metric span{font-size:9px;line-height:1.65;color:#bdcaef;display:block;margin-top:4px}.hy-actions{display:flex;gap:10px;margin-top:26px}
/* process */
.process-shell{border:1px solid var(--line);background:#fff;border-radius:28px;padding:34px 30px;box-shadow:0 12px 36px rgba(2,9,31,.04)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:0}.process-grid:before{content:"";position:absolute;top:42px;right:8%;left:8%;height:1px;background:linear-gradient(90deg,rgba(11,67,203,.06),rgba(11,67,203,.32),rgba(11,67,203,.06))}.step{text-align:center;padding:0 15px;position:relative;z-index:2}.step-node{margin:0 auto;width:82px;height:82px;border-radius:24px;background:linear-gradient(145deg,#f6f7ff,#fff);border:1px solid rgba(11,67,203,.11);color:var(--blue-700);display:grid;place-items:center;box-shadow:0 10px 28px rgba(2,9,31,.045);position:relative}.step-node:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(11,67,203,.06);border-radius:28px}.step-no{display:block;font-size:9px;color:#9aa2b1;font-weight:900;margin-top:15px}.step h4{font-size:12px;margin:8px 0 5px}.step p{font-size:9.2px;color:#818a9d;line-height:1.75;margin:0}.process-note{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.process-note span{font-size:10px;color:#7c8596;line-height:1.8}.process-note b{font-size:10px;color:var(--blue-700)}
/* facilities */
.fac-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;height:610px}.facility-card{border-radius:30px;overflow:hidden;position:relative;background:#0b215e;color:#fff;box-shadow:0 14px 34px rgba(2,9,31,.07)}.facility-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s,transform .6s}.facility-card img.loaded,.facility-card img.local{opacity:1}.facility-card:hover img{transform:scale(1.025)}.facility-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,9,31,.85),rgba(2,9,31,.08) 67%)}.fac-copy{position:absolute;z-index:3;right:26px;left:26px;bottom:24px}.fac-copy small{font-size:9px;color:#d0dcff}.fac-copy h3{font-size:24px;margin:6px 0 7px}.fac-copy p{font-size:9.7px;color:#d3ddfb;line-height:1.75;margin:0;max-width:500px}.fac-pill{position:absolute;top:21px;right:21px;z-index:3;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);font-size:9px}.fac-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}.fac-stack .fac-copy h3{font-size:19px}.fac-stack .fac-copy{bottom:20px;right:21px;left:21px}.fac-fallback{position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(26,92,255,.35),transparent 26%),linear-gradient(145deg,#071842,#0a3bbb)}
/* quality */
.quality-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:66px;align-items:center}.quality-card{border-radius:30px;background:linear-gradient(145deg,var(--navy-1000),var(--navy-850) 55%,var(--blue-700));min-height:490px;color:#fff;padding:34px;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}.quality-card:before{content:"";position:absolute;width:370px;height:370px;border:1px solid rgba(255,255,255,.07);border-radius:50%;left:-220px;top:-160px;box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.017)}.quality-top{position:relative;z-index:2}.quality-top small{font-size:9px;letter-spacing:2px;color:#aebde8}.quality-top h3{font-size:28px;line-height:1.7;margin:7px 0 0}.quality-badges{position:absolute;right:34px;left:34px;bottom:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:2}.cert{padding:16px 14px;border-radius:17px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13)}.cert b{font-size:11px;display:block}.cert span{font-size:8.6px;color:#bdcaef;display:block;line-height:1.55;margin-top:4px}.cert-seal{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.26);display:grid;place-items:center;margin-bottom:9px;font-weight:900;color:#fff}.quality-list{display:grid;gap:12px;margin-top:28px}.q-item{display:flex;gap:14px;align-items:flex-start;padding:17px;border-radius:18px;background:#fff;border:1px solid var(--line)}.q-icon{width:40px;height:40px;border-radius:13px;background:#eef2ff;color:var(--blue-700);display:grid;place-items:center;flex:0 0 auto}.q-item b{font-size:11.5px;display:block}.q-item span{font-size:9.4px;color:#7d8697;line-height:1.7;display:block;margin-top:4px}
/* media */
.media-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}.article{border-radius:24px;border:1px solid var(--line);background:#fff;overflow:hidden;min-height:330px;position:relative;transition:.24s;display:flex;flex-direction:column}.article:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(2,9,31,.08)}.article-visual{height:142px;background:radial-gradient(circle at 20% 20%,rgba(26,92,255,.24),transparent 28%),linear-gradient(145deg,var(--navy-900),var(--blue-700));position:relative;overflow:hidden}.article-visual:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.09);border-radius:50%;left:-50px;top:-85px;box-shadow:0 0 0 24px rgba(255,255,255,.03),0 0 0 48px rgba(255,255,255,.02)}.article-visual .icon{position:absolute;right:24px;bottom:24px;width:42px;height:42px;color:#fff}.article-body{padding:20px 21px;display:flex;flex-direction:column;flex:1}.article-meta{font-size:8.7px;color:var(--blue-700);font-weight:850}.article h4{font-size:15px;line-height:1.8;margin:8px 0 8px}.article p{font-size:9.5px;line-height:1.75;color:#7c8597;margin:0}.article a{margin-top:auto;padding-top:15px;font-size:9.5px;font-weight:850;color:var(--blue-700)}.article.featured .article-visual{height:168px}.article.featured h4{font-size:17px}
/* CTA */
.cta-wrap{padding:0 0 112px;background:#fff}.cta{border-radius:34px;padding:45px 48px;background:radial-gradient(circle at 10% 20%,rgba(26,92,255,.42),transparent 30%),linear-gradient(135deg,var(--navy-1000),var(--navy-850) 55%,var(--blue-700));color:#fff;display:grid;grid-template-columns:1fr 370px;align-items:center;gap:44px;overflow:hidden;position:relative;box-shadow:var(--shadow-soft)}.cta:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-250px;top:-230px;box-shadow:0 0 0 34px rgba(255,255,255,.022),0 0 0 68px rgba(255,255,255,.015)}.cta h3{position:relative;font-size:34px;line-height:1.65;margin:0 0 8px}.cta p{position:relative;font-size:11.5px;color:#cbd6fa;line-height:1.9;margin:0;max-width:700px}.cta-actions{position:relative;display:flex;justify-content:flex-end;gap:10px}.cta-actions .btn{min-width:160px}.cta-mini{display:flex;gap:20px;margin-top:22px;position:relative}.cta-mini span{font-size:9.5px;color:#aebce9;display:flex;align-items:center;gap:7px}.cta-mini i{width:5px;height:5px;background:var(--red);border-radius:50%}
/* footer */
.footer{background:var(--navy-1000);color:#fff;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;width:580px;height:580px;border:1px solid rgba(255,255,255,.045);border-radius:50%;right:-380px;top:-390px;box-shadow:0 0 0 44px rgba(255,255,255,.015),0 0 0 88px rgba(255,255,255,.010)}.footer-top{padding:66px 0 44px;display:grid;grid-template-columns:1.5fr .7fr .7fr 1fr;gap:48px;position:relative}.f-brand{display:flex;align-items:center;gap:14px}.f-brand img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:20px;padding:7px}.f-brand b{font-size:18px;display:block}.f-brand span{font-size:9.5px;color:#99a7d1;display:block;margin-top:4px}.f-desc{font-size:10.5px;line-height:1.95;color:#aebadf;margin:18px 0 0;max-width:390px}.f-social{display:flex;gap:8px;margin-top:20px}.f-social a{width:36px;height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);display:grid;place-items:center;color:#dbe3ff}.f-col h5{font-size:11.5px;margin:0 0 16px}.f-links{display:grid;gap:10px}.f-links a{font-size:9.5px;color:#a7b3d6;transition:.2s}.f-links a:hover{color:#fff;transform:translateX(-2px)}.contact-box{padding:17px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);display:grid;gap:12px}.contact-row{display:flex;gap:10px;align-items:flex-start}.contact-row .icon{width:17px;height:17px;color:#ff7990;margin-top:1px}.contact-row b{display:block;font-size:9.8px}.contact-row span{display:block;font-size:8.9px;line-height:1.65;color:#aab6d8;margin-top:3px}.footer-bottom{min-height:56px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7f8db4;font-size:8.9px;position:relative}.footer-partners{display:flex;align-items:center;gap:18px}.partner{display:flex;align-items:center;gap:7px;color:#9aa7ca}.partner-mark{width:9px;height:9px;border-radius:50%;background:var(--red)}
/* modal */
.modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal-back{position:absolute;inset:0;background:rgba(2,9,31,.70);backdrop-filter:blur(8px)}.modal-card{position:relative;width:640px;max-width:100%;border-radius:28px;background:#fff;box-shadow:0 38px 100px rgba(0,0,0,.28);overflow:hidden}.modal-head{padding:24px 26px;background:linear-gradient(135deg,var(--navy-900),var(--blue-700));color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center}.modal-head b{font-size:16px}.modal-head span{display:block;color:#cbd7fb;font-size:9.5px;margin-top:4px}.close{width:36px;height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;display:grid;place-items:center}.form{padding:24px 26px 27px;display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:9.5px;font-weight:750;color:#4a5368}.field input,.field select,.field textarea{border:1px solid var(--line-2);border-radius:13px;background:#fbfbfd;padding:12px 13px;outline:none;color:#1f2a44}.field input,.field select{height:46px}.field textarea{min-height:92px;resize:vertical}.form-action{grid-column:1/-1;display:flex;justify-content:flex-end;gap:9px;margin-top:5px}
/* mobile */
@media(max-width:1100px){.wrap{max-width:calc(100% - 40px)}.nav{grid-template-columns:220px 1fr 245px}.menu{gap:18px}.hero h1{font-size:43px}.display{font-size:45px}.about-grid{gap:45px}.footer-top{grid-template-columns:1.2fr .7fr .7fr}.footer-top .contact-col{grid-column:1/-1}.cta{grid-template-columns:1fr 320px}.products-grid{grid-template-columns:1.15fr .85fr}}
@media(max-width:900px){.utility{display:none}.header{height:74px}.nav{grid-template-columns:1fr auto auto}.brand-logo{width:54px;height:54px}.brand-txt span{display:none}.menu{position:fixed;top:74px;right:20px;left:20px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);padding:18px;display:none;flex-direction:column;align-items:stretch;gap:2px}.menu.open{display:flex}.menu a{padding:10px 12px}.nav-actions .round-btn{display:none}.purchase-btn{height:44px}.mobile-toggle{display:grid}.hero-shell{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:46px 38px}.hero-media{height:420px;order:2}.hero h1{font-size:40px}.trust-rail{grid-template-columns:1fr 1fr}.trust-item:nth-child(2):after{display:none}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-grid,.quality-grid{grid-template-columns:1fr}.about-visual{order:2}.facts-top{align-items:flex-start;flex-direction:column}.fact-grid{grid-template-columns:1fr 1fr}.fact:nth-child(2){border-left:0}.fact:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}.products-grid{grid-template-columns:1fr;min-height:980px}.product-stack{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.hy-shell{grid-template-columns:1fr}.hy-visual{min-height:330px}.process-grid{grid-template-columns:1fr 1fr;gap:25px}.process-grid:before{display:none}.fac-grid{grid-template-columns:1fr;height:auto}.facility-card{min-height:430px}.fac-stack{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.fac-stack .facility-card{min-height:340px}.media-grid{grid-template-columns:1fr 1fr}.article.featured{grid-column:1/-1}.cta{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.footer-top .contact-col{grid-column:1/-1}}
@media(max-width:620px){.wrap{max-width:calc(100% - 28px)}.section{padding:82px 0}.header .brand-txt{display:none}.purchase-btn{padding:0 8px 0 12px;font-size:11px}.purchase-badge{width:30px;height:30px}.hero{padding-top:16px}.hero-shell{border-radius:26px}.hero-copy{padding:36px 24px 32px}.hero h1{font-size:33px;line-height:1.65;letter-spacing:-1.2px}.hero p{font-size:12.5px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-mini-stats{gap:8px}.hero-mini-stats b{font-size:18px}.hero-media{height:300px}.photo-ribbon{left:14px;right:14px;bottom:14px;width:auto}.trust{padding-bottom:54px}.trust-rail{grid-template-columns:1fr}.trust-item:not(:last-child){border-bottom:1px solid var(--line)}.trust-item:after{display:none!important}.display{font-size:37px}.h2{font-size:32px}.section-head{align-items:flex-start;flex-direction:column}.about-visual{height:440px}.about-photo{inset:0 0 54px 20px}.about-fact{width:220px}.about-list{grid-template-columns:1fr}.facts{padding-bottom:82px}.facts-top{padding:32px 24px 18px}.fact-grid{grid-template-columns:1fr}.fact{border-left:0!important;border-bottom:1px solid rgba(255,255,255,.11)}.fact:last-child{border-bottom:0}.products-grid{min-height:auto;display:block}.product-main{height:470px}.product-stack{display:block}.product-small{height:360px;margin-top:14px}.hyline{padding-bottom:82px}.hy-copy{padding:34px 24px}.hy-copy h3{font-size:29px}.hy-metrics{grid-template-columns:1fr}.hy-actions{flex-direction:column}.process-grid{grid-template-columns:1fr}.process-note{align-items:flex-start;flex-direction:column}.fac-stack{grid-template-columns:1fr}.facility-card,.fac-stack .facility-card{min-height:340px}.quality-card{min-height:520px}.quality-badges{grid-template-columns:1fr}.media-grid{grid-template-columns:1fr}.article.featured{grid-column:auto}.cta-wrap{padding-bottom:82px}.cta{padding:34px 24px;border-radius:26px}.cta h3{font-size:28px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.cta-mini{flex-direction:column;gap:8px}.footer-top{grid-template-columns:1fr;gap:34px}.footer-top>div:first-child,.footer-top .contact-col{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;padding:18px 0}.footer-partners{flex-wrap:wrap}.form{grid-template-columns:1fr}.field.full{grid-column:auto}.form-action{grid-column:auto;flex-direction:column}.form-action .btn{width:100%}}
/* reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none!important}.btn,.product img,.facility-card img{transition:none!important}}

/* Signature Blue V11 — refinement layer */
:root{--container:1280px;--blue-700:#103fd1;--blue-650:#164ce0;--blue-600:#1b53ed;--paper:#f8f7f3;--paper-2:#efede7;--line:rgba(7,23,63,.09);--shadow:0 34px 90px rgba(2,9,31,.16)}
body{background:var(--paper)}
.header{height:82px;background:rgba(255,255,255,.965);box-shadow:0 1px 0 rgba(3,14,47,.05)}
.nav{grid-template-columns:245px 1fr 285px}.brand-logo{width:58px;height:58px}.menu{gap:25px;font-size:12.2px}.purchase-btn{border-radius:14px;box-shadow:0 12px 25px rgba(16,63,209,.19)}
.hero-v10{padding:24px 0 34px;background:linear-gradient(180deg,#fbfaf7,#efede7)}
.hero-v10:before{width:720px;height:720px;right:-470px;top:-525px;box-shadow:0 0 0 56px rgba(16,63,209,.014),0 0 0 112px rgba(16,63,209,.008)}
.hero-stage{height:650px;border-radius:38px;position:relative;overflow:hidden;background:#06163f;box-shadow:0 34px 90px rgba(3,12,39,.20);isolation:isolate}
.hero-stage-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.83) contrast(1.06)}
.hero-stage-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,39,.16) 0%,rgba(3,12,39,.34) 42%,rgba(3,12,39,.90) 77%,rgba(3,12,39,.98) 100%),linear-gradient(0deg,rgba(3,12,39,.62),transparent 46%);z-index:1}
.hero-stage:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 78% 18%,rgba(27,83,237,.35),transparent 32%)}
.hero-brand-watermark{position:absolute;left:36px;top:24px;z-index:2;color:rgba(255,255,255,.055);font:900 105px/.76 Arial,sans-serif;letter-spacing:-8px;text-align:left;direction:ltr}
.hero-v10-copy{position:absolute;z-index:4;right:58px;top:66px;width:560px;color:#fff}
.hero-v10-copy h1{font-size:55px;line-height:1.5;margin:18px 0 14px;letter-spacing:-2.15px}.hero-v10-copy h1 strong{color:#fff;position:relative}.hero-v10-copy h1 strong:after{content:"";position:absolute;height:8px;right:2px;left:2px;bottom:5px;background:linear-gradient(90deg,var(--red),#ff4960);border-radius:99px;z-index:-1;opacity:.5}.hero-v10-copy p{font-size:14.2px;line-height:2.05;max-width:515px;color:#d9e2ff}
.hero-service-card{position:absolute;z-index:5;left:28px;top:264px;width:300px;padding:17px;border:1px solid rgba(255,255,255,.18);background:rgba(3,12,39,.63);backdrop-filter:blur(16px);border-radius:20px;color:#fff;display:flex;align-items:flex-start;gap:13px;box-shadow:0 18px 45px rgba(2,9,31,.22)}
.service-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,var(--red-2),var(--red));box-shadow:0 10px 24px rgba(229,29,59,.25)}.hero-service-card small{display:block;color:#aab9e7;font-size:9px}.hero-service-card b{display:block;font-size:11.5px;line-height:1.75;margin:3px 0}.hero-service-card a{font-size:12px;font-weight:900;color:#fff}
.hero-statbar{position:absolute;z-index:5;right:28px;left:28px;bottom:26px;min-height:91px;border-radius:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 20px 44px rgba(2,9,31,.16);display:grid;grid-template-columns:repeat(4,1fr);color:var(--ink);overflow:hidden;border:1px solid rgba(255,255,255,.56)}
.hero-statbar>div{padding:19px 24px;display:flex;align-items:center;gap:12px;position:relative}.hero-statbar>div:not(:last-child):after{content:"";position:absolute;left:0;top:22px;bottom:22px;width:1px;background:var(--line)}.hero-statbar b{font-size:26px;color:var(--blue-700);letter-spacing:-.8px}.hero-statbar span{font-size:10.2px;font-weight:700;color:#5d6679;line-height:1.6}
.trust-v10{padding:10px 0 70px}.trust-v10 .trust-rail{border-radius:20px;box-shadow:none;background:transparent;border-color:rgba(7,23,63,.08)}.trust-v10 .trust-item{min-height:92px;background:rgba(255,255,255,.63);padding:18px 21px}.trust-v10 .trust-ico{width:42px;height:42px;border-radius:13px;background:#fff;box-shadow:0 10px 24px rgba(2,9,31,.05)}
.section{padding:124px 0}.h2{font-size:44px;letter-spacing:-1.55px}.lead{font-size:15px}
.about-photo{border-radius:30px}.about-fact{background:linear-gradient(145deg,#123fd1,#061d63);box-shadow:0 18px 42px rgba(16,63,209,.22)}
.facts-card{border-radius:32px;background:radial-gradient(circle at 8% 18%,rgba(27,83,237,.46),transparent 27%),linear-gradient(118deg,#04102f,#071b55 54%,#103fd1);box-shadow:0 28px 70px rgba(2,9,31,.14)}
.products-grid{gap:16px}.product{border-radius:32px;box-shadow:0 20px 52px rgba(2,9,31,.12)}.product img{opacity:0}.product img.local,.product img.loaded{opacity:1}.product:after{background:linear-gradient(0deg,rgba(2,9,31,.89) 0%,rgba(2,9,31,.33) 55%,rgba(2,9,31,.04) 100%)}.product-copy{bottom:30px;right:30px;left:30px}.product h3{font-size:29px}.product-small h3{font-size:21px}.product-link{border:0;background:transparent;padding:0;cursor:pointer;font-family:inherit}.product-tag{background:rgba(5,15,45,.35);border-color:rgba(255,255,255,.25)}
.hy-shell{border-radius:34px;box-shadow:0 26px 70px rgba(2,9,31,.12)}.hy-visual img.local,.hy-visual img.loaded{opacity:1}.hy-visual img{object-fit:cover}
.process-shell{border-radius:32px;box-shadow:0 20px 54px rgba(2,9,31,.07)}.step-node{box-shadow:0 12px 28px rgba(16,63,209,.12)}
.facility-card{border-radius:32px}.fac-grid{gap:16px}.fac-stack{gap:16px}.facility-card img.local,.facility-card img.loaded{opacity:1}
.quality-card{border-radius:34px;background:radial-gradient(circle at 14% 12%,rgba(27,83,237,.34),transparent 27%),linear-gradient(145deg,#04102f,#08236d)}
.article{border-radius:24px}.article:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(2,9,31,.08)}
.cta{border-radius:34px;background:radial-gradient(circle at 15% 0%,rgba(27,83,237,.48),transparent 30%),linear-gradient(120deg,#04102f,#08246e 55%,#103fd1);box-shadow:0 30px 70px rgba(2,9,31,.18)}
.footer{background:#02091f}.footer-top{padding-top:82px}.contact-box{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:16px}
.mobile-buy-dock{display:none}
@media(max-width:900px){.hero-stage{height:760px}.hero-v10-copy{right:34px;left:34px;top:54px;width:auto}.hero-v10-copy h1{font-size:46px}.hero-service-card{left:34px;right:34px;top:auto;bottom:130px;width:auto}.hero-statbar{grid-template-columns:repeat(2,1fr);right:18px;left:18px;bottom:18px;min-height:104px}.hero-statbar>div{padding:10px 15px}.hero-statbar>div:nth-child(2):after{display:none}.hero-brand-watermark{display:none}.nav{grid-template-columns:1fr auto auto}}
@media(max-width:620px){body{padding-bottom:68px}.hero-v10{padding-top:12px}.hero-stage{height:735px;border-radius:26px}.hero-stage-photo{object-position:35% center}.hero-stage-shade{background:linear-gradient(0deg,rgba(3,12,39,.96),rgba(3,12,39,.38) 65%,rgba(3,12,39,.12))}.hero-v10-copy{right:22px;left:22px;top:34px}.hero-v10-copy h1{font-size:36px;line-height:1.62}.hero-v10-copy p{font-size:12.3px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-service-card{right:18px;left:18px;bottom:137px;padding:13px}.hero-statbar{grid-template-columns:repeat(2,1fr);right:12px;left:12px;bottom:12px}.hero-statbar>div{padding:9px 12px}.hero-statbar b{font-size:20px}.hero-statbar span{font-size:8.8px}.trust-v10{padding-bottom:48px}.trust-v10 .trust-rail{background:#fff}.section{padding:88px 0}.h2{font-size:34px}.mobile-buy-dock{position:fixed;z-index:95;right:10px;left:10px;bottom:8px;height:58px;padding:6px;border-radius:18px;background:rgba(2,9,31,.94);backdrop-filter:blur(16px);box-shadow:0 18px 50px rgba(2,9,31,.34);display:grid;grid-template-columns:.7fr 1.3fr;gap:6px}.mobile-buy-dock a,.mobile-buy-dock button{border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font:800 11px/1 inherit}.mobile-buy-dock a{background:rgba(255,255,255,.08)}.mobile-buy-dock button{background:linear-gradient(135deg,var(--red-2),var(--red))}}


/* Hero no-overlap patch: layout is grid-based, never floated over copy */
.hero-stage-photo,.hero-stage-shade{top:0;right:0;bottom:0;left:0}
.hero-main{position:relative;z-index:4;height:100%;padding:42px 48px 126px;display:grid;grid-template-columns:.70fr 1.30fr;gap:44px;align-items:center;direction:ltr}
.hero-v10-copy{position:relative!important;inset:auto!important;grid-column:2;direction:rtl;width:auto!important;max-width:590px;justify-self:end}
.hero-service-card{position:relative!important;inset:auto!important;grid-column:1;direction:rtl;width:305px!important;align-self:end;justify-self:start;margin-bottom:18px}
@media(max-width:900px){.hero-stage{height:auto;min-height:805px}.hero-main{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:42px 34px 154px;gap:26px;direction:rtl}.hero-v10-copy{max-width:620px;justify-self:auto}.hero-service-card{width:100%!important;max-width:420px;align-self:flex-start!important;justify-self:auto!important;margin:0!important}.hero-statbar{bottom:18px}}
@media(max-width:620px){.hero-stage{min-height:820px}.hero-main{padding:30px 20px 158px;gap:20px}.hero-service-card{max-width:none}.hero-v10-copy h1{font-size:36px}.hero-statbar{bottom:12px}}


/* === Signature Blue V11 refinements (base carried into V12) === */
:root{--flow-bg:#f7f5ef;--flow-blue:#0b43cb;--flow-deep:#07163f}
body{background:var(--flow-bg)}
main{position:relative;isolation:isolate;background:
  radial-gradient(circle at 112% 7%,rgba(11,67,203,.08) 0 1px,transparent 2px 186px,rgba(11,67,203,.035) 187px 188px,transparent 189px 250px,rgba(11,67,203,.022) 251px 252px,transparent 253px),
  radial-gradient(circle at -12% 35%,rgba(11,67,203,.05) 0 1px,transparent 2px 220px,rgba(11,67,203,.032) 221px 222px,transparent 223px 295px,rgba(11,67,203,.018) 296px 297px,transparent 298px),
  radial-gradient(circle at 112% 68%,rgba(229,29,59,.022) 0 1px,transparent 2px 240px,rgba(11,67,203,.028) 241px 242px,transparent 243px 330px),
  linear-gradient(180deg,#f8f7f3 0%,#f5f4ef 23%,#f7f7f5 48%,#f2f4fa 72%,#f8f7f3 100%);
background-attachment:scroll;background-repeat:no-repeat;}
main:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.58;background-image:url("data:image/svg+xml,%3Csvg width='880' height='880' viewBox='0 0 880 880' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230b43cb' stroke-opacity='.035'%3E%3Ccircle cx='440' cy='440' r='155'/%3E%3Ccircle cx='440' cy='440' r='225'/%3E%3Ccircle cx='440' cy='440' r='295'/%3E%3C/g%3E%3C/svg%3E");background-size:880px 880px;background-position:calc(100% + 420px) 260px,0 0}
.section,.paper,.white,.soft,.facts,.trust,.hero-v10,.hyline{background:transparent!important}.pattern:before,.pattern:after,.hero-v10:before{display:none!important}
.section{overflow:visible}.section>.wrap,.facts>.wrap,.trust>.wrap{position:relative;z-index:1}

/* more coherent surfaces */
.about-grid,.quality-grid{padding:34px;border:1px solid rgba(6,22,63,.07);border-radius:34px;background:rgba(255,255,255,.72);backdrop-filter:blur(10px);box-shadow:0 18px 55px rgba(2,9,31,.045)}
.hy-shell{box-shadow:0 28px 70px rgba(2,9,31,.16)}
.process-shell{background:rgba(255,255,255,.74);backdrop-filter:blur(10px);box-shadow:0 18px 55px rgba(2,9,31,.045)}
.trust-v10{padding-top:24px}.trust-v10 .trust-rail{background:rgba(255,255,255,.86);backdrop-filter:blur(14px);box-shadow:0 18px 48px rgba(2,9,31,.06)}

/* header language switcher */
.nav{grid-template-columns:250px 1fr 365px}.nav-actions{gap:8px}.lang-switch{position:relative}.lang-current{height:46px;min-width:76px;border-radius:15px;border:1px solid var(--line);background:#fff;color:var(--navy-900);display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900;font-size:10.5px;transition:.2s}.lang-current:hover,.lang-switch.open .lang-current{border-color:rgba(11,67,203,.24);box-shadow:0 10px 24px rgba(2,9,31,.07)}.lang-current .chevron{width:13px;height:13px;transition:.2s}.lang-switch.open .chevron{transform:rotate(180deg)}.lang-menu{position:absolute;top:56px;left:0;width:210px;padding:8px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid var(--line);box-shadow:0 24px 60px rgba(2,9,31,.16);display:none;z-index:120;direction:ltr}.lang-switch.open .lang-menu{display:grid;gap:4px}.lang-menu button{height:49px;border:0;background:transparent;border-radius:13px;display:grid;grid-template-columns:42px 1fr auto;gap:8px;align-items:center;text-align:left;color:#26324a;padding:0 10px}.lang-menu button:hover{background:#f2f5ff}.lang-menu button.active{background:linear-gradient(135deg,#eef2ff,#fff);color:var(--blue-700)}.lang-menu b{font-size:11px}.lang-menu span{font-size:11.5px;font-weight:750}.lang-menu i{font-style:normal;font-size:8px;color:var(--red);font-weight:900}.header.scrolled .lang-current{height:42px}

/* hero breathing + premium stats */
.hero-v10{padding-bottom:24px!important}.hero-stage{box-shadow:0 32px 90px rgba(2,9,31,.19)}.hero-statbar{background:rgba(3,14,48,.72)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 16px 44px rgba(2,9,31,.22);backdrop-filter:blur(18px)}.hero-statbar>div{padding:14px 18px}.hero-statbar b{font-size:29px!important;font-variant-numeric:tabular-nums}.hero-statbar span{font-size:10.3px!important;font-weight:700;line-height:1.75}.hero-service-card{background:rgba(255,255,255,.94)!important;box-shadow:0 22px 50px rgba(2,9,31,.22)!important}

/* counters */
.facts{padding:4px 0 92px!important}.facts-card{border-radius:34px;overflow:hidden;background:radial-gradient(circle at 8% 0%,rgba(26,92,255,.45),transparent 28%),linear-gradient(130deg,#02091f 0%,#061747 48%,#0a3cc4 100%);box-shadow:0 28px 78px rgba(2,9,31,.16)}.facts-top{padding:44px 48px 26px}.facts-top h3{font-size:31px}.fact-grid{background:rgba(0,0,0,.05)}.fact{min-height:190px;padding:30px 30px 28px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.fact:before{content:"";position:absolute;width:150px;height:150px;border:1px solid rgba(255,255,255,.055);border-radius:50%;left:-88px;bottom:-85px;box-shadow:0 0 0 22px rgba(255,255,255,.018)}.fact-value{display:flex;align-items:baseline;gap:7px}.fact b{font-size:58px!important;line-height:1.05;letter-spacing:-2px;font-weight:900;font-variant-numeric:tabular-nums}.fact-label{margin-top:13px!important;color:#fff!important;font-size:16px!important;line-height:1.65!important;font-weight:850!important}.fact small{display:block;margin-top:6px;color:#aebce8;font-size:9.6px;line-height:1.7}

/* photography-led products */
.products-grid{gap:20px}.product{border-radius:32px;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 55px rgba(2,9,31,.10)}.product img{opacity:1!important;filter:saturate(.92) contrast(1.04);transition:transform .65s ease,filter .4s}.product:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.06)}.product:after{background:linear-gradient(0deg,rgba(2,9,31,.92) 0%,rgba(2,9,31,.54) 38%,rgba(2,9,31,.10) 72%,rgba(2,9,31,.02) 100%)}.product:before{content:"";position:absolute;z-index:2;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);pointer-events:none}.product-copy{bottom:28px}.product h3{font-size:29px;line-height:1.55}.product-small h3{font-size:21px}.product p{font-size:11px;max-width:560px}.product-specs{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.product-specs span{font-size:8.5px;font-weight:800;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);color:#ecf1ff}.product-link{margin-top:12px}.product-no{background:rgba(2,9,31,.52)}


/* polish */
.btn,.purchase-btn,.round-btn,.lang-current,.trust-item,.product{will-change:transform}.cta{box-shadow:0 26px 72px rgba(2,9,31,.20)}.footer{border-top:1px solid rgba(255,255,255,.06)}

@media(max-width:1100px){.nav{grid-template-columns:220px 1fr 330px}.menu{gap:18px;font-size:11.8px}.lang-current{min-width:68px}}
@media(max-width:900px){.nav{grid-template-columns:1fr auto auto}.nav-actions .search-btn{display:none}.lang-switch{display:block}.lang-current{height:44px;min-width:66px}.lang-menu{left:auto;right:0}.fact b{font-size:50px!important}.fact-label{font-size:14px!important}}
@media(max-width:620px){.lang-current{min-width:58px;padding:0 8px}.lang-current .chevron{display:none}.facts-top{padding:34px 24px 20px}.fact{min-height:150px;padding:24px}.fact b{font-size:48px!important}.fact-label{font-size:15px!important}.hero-statbar b{font-size:24px!important}.hero-statbar span{font-size:9.5px!important}}


/* === V11 final polish (base): continuous flow, larger counters, stronger header language control === */
main{background-image:
 radial-gradient(circle at 108% 5%,transparent 0 165px,rgba(11,67,203,.055) 166px 167px,transparent 168px 230px,rgba(11,67,203,.028) 231px 232px,transparent 233px),
 radial-gradient(circle at -10% 30%,transparent 0 205px,rgba(11,67,203,.045) 206px 207px,transparent 208px 285px,rgba(11,67,203,.022) 286px 287px,transparent 288px),
 radial-gradient(circle at 110% 61%,transparent 0 235px,rgba(11,67,203,.04) 236px 237px,transparent 238px 325px,rgba(229,29,59,.018) 326px 327px,transparent 328px),
 radial-gradient(circle at -8% 88%,transparent 0 185px,rgba(11,67,203,.035) 186px 187px,transparent 188px 270px),
 linear-gradient(180deg,#f8f7f3 0%,#f6f5f1 18%,#f7f7f5 38%,#f4f5f8 62%,#f6f6f3 82%,#f8f7f3 100%)!important;
 background-size:100% 100%;background-repeat:no-repeat!important}
main:before{background-repeat:repeat-y!important;background-size:920px 920px!important;background-position:calc(100% + 455px) 220px!important;opacity:.68!important}
.section,.facts,.trust,.hyline,.cta-wrap{position:relative;background:transparent!important}
.hero-statbar>div{min-height:82px;padding:15px 22px!important}.hero-statbar b{font-size:36px!important;line-height:1;font-weight:950;letter-spacing:-1.4px}.hero-statbar span{font-size:12.7px!important;font-weight:850;line-height:1.55;color:#f4f7ff!important}
.facts-top p{font-size:12.2px!important;max-width:570px}.fact{min-height:205px!important}.fact b{font-size:66px!important;letter-spacing:-2.5px}.fact-label{font-size:18px!important;margin-top:14px!important}.fact small{font-size:10.5px!important;color:#bdc9ee!important}
.lang-current{min-width:126px!important;padding:0 12px!important;justify-content:flex-start!important;gap:7px!important}.lang-current .lang-code{font-size:10px;font-weight:950;color:var(--blue-700)}.lang-current .lang-name{font-size:10.5px;font-weight:850;color:#202a40;padding-right:2px}.lang-current .chevron{margin-right:auto}.lang-menu{width:226px!important}.lang-menu button{cursor:pointer;font-family:inherit}
.product img{object-position:center}.product-main img{object-position:center 47%}.product-small img{object-position:center 50%}.product-copy{z-index:4}.product-tag{backdrop-filter:blur(8px)}
.about-point,.q-item{transition:.25s}.about-point:hover,.q-item:hover{transform:translateY(-2px);border-color:rgba(11,67,203,.16);box-shadow:0 13px 32px rgba(2,9,31,.055)}
.facility-card img{filter:saturate(.92) contrast(1.03)}.fac-copy h3{letter-spacing:-.25px}.footer-bottom>span{font-weight:700;color:#7f8db7}
@media(max-width:1100px){.lang-current{min-width:108px!important}.lang-current .lang-name{display:none}.hero-statbar b{font-size:32px!important}.hero-statbar span{font-size:11.4px!important}}
@media(max-width:900px){.lang-current{min-width:72px!important}.fact b{font-size:55px!important}.fact-label{font-size:16px!important}}
@media(max-width:620px){.lang-current{min-width:58px!important}.hero-statbar>div{min-height:66px;padding:10px 12px!important}.hero-statbar b{font-size:28px!important}.hero-statbar span{font-size:10.2px!important}.fact b{font-size:50px!important}.fact-label{font-size:16px!important}}


/* hero sales card readability / spacing */
.hero-service-card{background:rgba(3,14,48,.80)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important;box-shadow:0 22px 50px rgba(2,9,31,.26)!important}.hero-service-card small{color:#adbee9!important}.hero-service-card b,.hero-service-card a{color:#fff!important}.hero-service-card .service-icon{color:#fff}
@media(min-width:901px){.hero-service-card{margin-bottom:76px!important}}


/* === V12 refinement (base): tighter rhythm, living background, sequential process === */
:root{--section-space:64px;--section-space-mobile:48px}
html{scroll-padding-top:92px}.section{padding:var(--section-space) 0}.section-head{margin-bottom:32px}.facts{padding:0 0 56px!important}.hyline{padding:0 0 60px!important}.trust-v10{padding-bottom:46px!important}.cta-wrap{padding:16px 0 64px!important}.about-grid,.quality-grid{gap:54px;padding:30px}.process-shell{padding:32px 28px}.fac-grid{gap:16px}.products-grid{gap:16px}

/* continuous lightweight background artwork */
main{overflow:hidden}
main:before{z-index:0!important;inset:-90px!important;opacity:.54!important;animation:morghakPatternDrift 34s ease-in-out infinite alternate;will-change:transform}
main:after{content:"";position:absolute;z-index:0;pointer-events:none;inset:-120px -80px;background-image:url("data:image/svg+xml,%3Csvg width='1500' height='1050' viewBox='0 0 1500 1050' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230b43cb' stroke-opacity='.026' stroke-width='1.15'%3E%3Cpath d='M-120 160 C 240 -40 430 340 760 175 S 1260 40 1610 245'/%3E%3Cpath d='M-180 425 C 170 225 475 570 790 405 S 1290 245 1640 505'/%3E%3Cpath d='M-130 750 C 250 535 510 900 850 690 S 1295 610 1600 790'/%3E%3C/g%3E%3Cg fill='%23e51d3b' fill-opacity='.022'%3E%3Ccircle cx='265' cy='310' r='3'/%3E%3Ccircle cx='1080' cy='620' r='2.5'/%3E%3C/g%3E%3Cg fill='%230b43cb' fill-opacity='.022'%3E%3Ccircle cx='590' cy='145' r='2.5'/%3E%3Ccircle cx='1320' cy='860' r='3'/%3E%3C/g%3E%3C/svg%3E");background-size:1500px 1050px;background-repeat:repeat-y;background-position:center 90px;opacity:.86;animation:morghakCurveDrift 28s ease-in-out infinite alternate;will-change:transform}
main>section{position:relative;z-index:1}
@keyframes morghakPatternDrift{from{transform:translate3d(0,-10px,0) rotate(.001deg)}to{transform:translate3d(-20px,26px,0) rotate(.001deg)}}
@keyframes morghakCurveDrift{from{transform:translate3d(0,0,0)}to{transform:translate3d(24px,-34px,0)}}

/* more polished, calm surfaces */
.about-grid,.quality-grid,.process-shell,.trust-rail,.facts-card,.hy-shell,.cta{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.process-shell:hover{box-shadow:0 24px 64px rgba(2,9,31,.065);border-color:rgba(11,67,203,.12)}
.facility-card,.product,.q-item,.about-point{transform:translateZ(0)}
.facility-card:hover{transform:translateY(-4px)}
.eyebrow{letter-spacing:0}.lead{max-width:720px}.h2{letter-spacing:-1.15px}

/* subtle page-progress feedback */
.header{position:sticky}.scroll-progress{position:absolute;right:0;bottom:-1px;height:2px;width:0;background:linear-gradient(90deg,var(--red),var(--blue-600),var(--blue-700));box-shadow:0 0 12px rgba(11,67,203,.18);transition:width .08s linear;pointer-events:none}

/* production timeline: first node -> last node */
.process-grid{isolation:isolate;position:relative}
.process-grid:before{top:41px!important;right:10%!important;left:10%!important;height:2px!important;background:rgba(11,67,203,.10)!important;border-radius:999px;z-index:0}
.process-grid:after{content:"";position:absolute;top:41px;right:10%;left:10%;height:2px;border-radius:999px;background:linear-gradient(270deg,var(--blue-600),var(--blue-700) 62%,var(--red));transform:scaleX(0);transform-origin:right center;transition:transform 2.65s cubic-bezier(.18,.72,.12,1);z-index:1;box-shadow:0 0 16px rgba(11,67,203,.16)}
.process-shell.timeline-run .process-grid:after{transform:scaleX(1)}
.step{z-index:3}.step-node{background:#fff;transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease,color .38s ease}.step-node:after{transition:border-color .38s ease,transform .38s ease}.step.active .step-node{color:#fff;border-color:rgba(11,67,203,.28);background:linear-gradient(145deg,var(--blue-600),var(--blue-700));box-shadow:0 14px 34px rgba(11,67,203,.20);transform:translateY(-3px)}.step.active .step-node:after{border-color:rgba(11,67,203,.14);transform:scale(1.025)}.step.active .step-no{color:var(--blue-700)}.step h4,.step p,.step-no{transition:color .35s ease,transform .35s ease}.step.active h4{color:var(--navy-900);transform:translateY(-1px)}
.process-runner{position:absolute;z-index:4;top:37px;right:10%;width:10px;height:10px;border-radius:50%;background:#fff;border:3px solid var(--blue-600);box-shadow:0 0 0 5px rgba(26,92,255,.08);opacity:0;pointer-events:none}.process-shell.timeline-run .process-runner{opacity:1;animation:processRunner 2.65s cubic-bezier(.18,.72,.12,1) forwards}
.process-arrow-head{position:absolute;z-index:4;top:36px;left:calc(10% - 1px);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid var(--red);border-left:0;opacity:0;transform:translateX(5px);transition:opacity .22s ease 2.45s,transform .22s ease 2.45s;pointer-events:none}.process-shell.timeline-run .process-arrow-head{opacity:1;transform:none}
@keyframes processRunner{0%{right:10%}100%{right:calc(90% - 10px)}}

@media(max-width:900px){
  :root{--section-space:56px}.about-grid,.quality-grid{gap:36px}.process-grid{grid-template-columns:1fr!important;gap:26px!important}.process-grid:before{display:block!important;right:50%!important;left:auto!important;top:41px!important;bottom:41px!important;width:2px!important;height:auto!important;transform:translateX(1px)}.process-grid:after{right:50%;left:auto;top:41px;bottom:41px;width:2px;height:auto;transform:translateX(1px) scaleY(0);transform-origin:top center;transition:transform 2.65s cubic-bezier(.18,.72,.12,1)}.process-shell.timeline-run .process-grid:after{transform:translateX(1px) scaleY(1)}.process-runner{right:calc(50% - 5px)!important;top:36px}.process-shell.timeline-run .process-runner{animation:processRunnerMobile 2.65s cubic-bezier(.18,.72,.12,1) forwards}.process-arrow-head{top:auto;bottom:31px;left:calc(50% - 6px);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--red);border-bottom:0;transform:translateY(-5px)}.process-shell.timeline-run .process-arrow-head{transform:none}.step{padding:0 8px}.step-node{position:relative;z-index:3;background:#fff}@keyframes processRunnerMobile{0%{top:36px}100%{top:calc(100% - 46px)}}
}
@media(max-width:620px){
  :root{--section-space:var(--section-space-mobile)}.section{padding:var(--section-space-mobile) 0!important}.section-head{margin-bottom:26px}.facts{padding-bottom:48px!important}.hyline{padding-bottom:48px!important}.trust-v10{padding-bottom:34px!important}.cta-wrap{padding:10px 0 48px!important}.about-grid,.quality-grid{padding:22px;border-radius:26px}.process-shell{padding:28px 16px 24px;border-radius:26px}.process-note{margin-top:18px;padding-top:16px}.h2{font-size:31px}.lead{font-size:13.5px;line-height:1.95}
}
@media(prefers-reduced-motion:reduce){main:before,main:after{animation:none!important}.process-grid:after{transition:none!important}.process-shell.timeline-run .process-grid:after{transform:scaleX(1)}.process-runner{display:none}.process-arrow-head{transition:none}.step{transition:none}}
@media(prefers-reduced-motion:reduce) and (max-width:900px){.process-shell.timeline-run .process-grid:after{transform:translateX(1px) scaleY(1)!important}}


/* === V13 visual refinement: stronger ambient system + overlap-free hero + premium motion === */
:root{--surface-glass:rgba(255,255,255,.90);--surface-line:rgba(10,47,137,.11);--ambient-blue:rgba(16,79,229,.10)}

/* Background is now visible enough to read as a brand system, but remains quiet. */
main{background:
  radial-gradient(ellipse 620px 420px at 104% 8%,rgba(16,79,229,.105),transparent 67%),
  radial-gradient(ellipse 560px 430px at -7% 27%,rgba(16,79,229,.075),transparent 69%),
  radial-gradient(ellipse 660px 470px at 108% 53%,rgba(229,29,59,.035),transparent 71%),
  radial-gradient(ellipse 620px 500px at -9% 76%,rgba(16,79,229,.068),transparent 70%),
  linear-gradient(180deg,#f8f7f3 0%,#f4f4f0 22%,#f7f7f5 45%,#f1f3fa 72%,#f8f7f3 100%)!important}
main:before{opacity:.86!important;inset:-130px!important;background-size:760px 760px!important;background-position:calc(100% + 300px) 160px!important;animation:morghakPatternDriftV13 42s ease-in-out infinite alternate!important}
main:after{inset:-170px -110px!important;opacity:.94!important;background-image:url("data:image/svg+xml,%3Csvg width='1380' height='940' viewBox='0 0 1380 940' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cg stroke='%230b43cb' stroke-opacity='.058' stroke-width='1.15'%3E%3Cpath d='M-110 130 C 205 -42 390 270 690 148 S 1115 30 1490 214'/%3E%3Cpath d='M-160 355 C 150 170 420 520 725 350 S 1140 210 1510 425'/%3E%3Cpath d='M-120 650 C 210 450 480 790 805 603 S 1160 530 1490 710'/%3E%3Cpath d='M-90 862 C 220 690 470 985 810 815 S 1170 760 1480 890'/%3E%3C/g%3E%3Cg stroke='%23164ce0' stroke-opacity='.035' stroke-width='.85'%3E%3Ccircle cx='1160' cy='195' r='112'/%3E%3Ccircle cx='1160' cy='195' r='158'/%3E%3Ccircle cx='180' cy='605' r='126'/%3E%3Ccircle cx='180' cy='605' r='178'/%3E%3C/g%3E%3C/g%3E%3Cg fill='%230b43cb' fill-opacity='.065'%3E%3Ccircle cx='370' cy='248' r='2.2'/%3E%3Ccircle cx='1015' cy='512' r='2.5'/%3E%3Ccircle cx='690' cy='775' r='2'/%3E%3C/g%3E%3Cg fill='%23e51d3b' fill-opacity='.060'%3E%3Ccircle cx='250' cy='530' r='2.1'/%3E%3Ccircle cx='1210' cy='720' r='2.1'/%3E%3C/g%3E%3C/svg%3E")!important;background-size:1380px 940px!important;background-repeat:repeat-y!important;background-position:center 80px!important;animation:morghakCurveDriftV13 36s ease-in-out infinite alternate!important}
@keyframes morghakPatternDriftV13{from{transform:translate3d(0,-6px,0)}to{transform:translate3d(-30px,30px,0)}}
@keyframes morghakCurveDriftV13{from{transform:translate3d(-8px,0,0)}to{transform:translate3d(26px,-38px,0)}}

/* Let the ambient art breathe through the large white surfaces. */
.about-grid,.process-shell,.trust-rail{background:rgba(255,255,255,.89)!important;border-color:var(--surface-line)!important;backdrop-filter:blur(8px)}
.about-grid{box-shadow:0 18px 55px rgba(2,9,31,.065)}
.process-shell{box-shadow:0 18px 58px rgba(2,9,31,.06)}

/* Hero: eliminate the service-card/stat-bar collision at every breakpoint. */
.hero-stage{border:1px solid rgba(255,255,255,.10)}
.hero-stage-photo{transform:scale(1.015);animation:heroBreathV13 24s ease-in-out infinite alternate;will-change:transform}
@keyframes heroBreathV13{from{transform:scale(1.015) translate3d(0,0,0)}to{transform:scale(1.045) translate3d(-7px,-3px,0)}}
.hero-stage-shade{background:linear-gradient(90deg,rgba(3,12,39,.12) 0%,rgba(3,12,39,.29) 42%,rgba(3,12,39,.89) 76%,rgba(3,12,39,.985) 100%),linear-gradient(0deg,rgba(3,12,39,.68),transparent 48%)}
.hero-chip{box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(2,9,31,.10)}
.hero-service-card{position:absolute!important;left:30px!important;right:auto!important;top:286px!important;bottom:auto!important;width:310px!important;margin:0!important;align-self:auto!important;justify-self:auto!important;background:linear-gradient(145deg,rgba(3,14,48,.84),rgba(6,27,78,.76))!important;border-color:rgba(255,255,255,.20)!important;box-shadow:0 22px 54px rgba(2,9,31,.28)!important}
.hero-service-card:after{content:"";position:absolute;right:18px;left:18px;bottom:-1px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--red),var(--blue-600),transparent);opacity:.72}
.hero-statbar{background:linear-gradient(135deg,rgba(3,14,48,.82),rgba(6,25,72,.76))!important;border-color:rgba(255,255,255,.17)!important;box-shadow:0 20px 56px rgba(2,9,31,.27)!important;isolation:isolate}
.hero-statbar:before{content:"";position:absolute;z-index:3;right:18px;left:18px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(229,29,59,.72),rgba(26,92,255,.72),transparent);opacity:.75}
.hero-statbar>div{min-width:0;transition:background .28s ease,transform .28s ease}.hero-statbar>div:hover{background:rgba(255,255,255,.035)}
.hero-statbar b{text-shadow:0 0 24px rgba(26,92,255,.18)}

/* Richer but still restrained micro-interactions. */
.btn,.purchase-btn,.round-btn,.product-link{position:relative;overflow:hidden}.btn:after,.purchase-btn:after{content:"";position:absolute;top:-80%;bottom:-80%;width:32px;left:-55px;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);transition:left .65s ease;pointer-events:none}.btn:hover:after,.purchase-btn:hover:after{left:calc(100% + 34px)}
.trust-item{transition:background .28s ease,transform .28s ease}.trust-item:hover{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(240,244,255,.82));transform:translateY(-2px)}.trust-ico{transition:transform .3s ease,box-shadow .3s ease,color .3s ease}.trust-item:hover .trust-ico{transform:translateY(-2px) rotate(-2deg);color:var(--blue-600);box-shadow:0 12px 28px rgba(16,63,209,.11)}
.product img,.facility-card img{transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease}.product:hover img,.facility-card:hover img{transform:scale(1.045);filter:saturate(.96) contrast(1.055)}
.product,.facility-card{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.product:hover,.facility-card:hover{box-shadow:0 28px 66px rgba(2,9,31,.16)}
.product-link .purchase-badge{transition:transform .28s ease}.product-link:hover .purchase-badge{transform:translateX(-3px)}
.hy-orbit{animation:hyOrbitV13 18s linear infinite;transform-origin:center}@keyframes hyOrbitV13{to{transform:rotate(360deg)}}
.q-item{transition:transform .3s ease,border-color .3s ease,background .3s ease}.q-item:hover{transform:translateX(-4px);border-color:rgba(16,63,209,.16);background:rgba(255,255,255,.86)}
.cert{transition:transform .3s ease,background .3s ease}.cert:hover{transform:translateY(-3px);background:rgba(255,255,255,.075)}
.cta{overflow:hidden}.cta:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;left:-290px;top:-330px;box-shadow:0 0 0 52px rgba(255,255,255,.022),0 0 0 104px rgba(255,255,255,.014);animation:ctaFloatV13 18s ease-in-out infinite alternate;pointer-events:none}@keyframes ctaFloatV13{to{transform:translate3d(22px,20px,0) scale(1.03)}}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:rgba(16,79,229,.42);box-shadow:0 0 0 4px rgba(16,79,229,.075);background:#fff}

/* Staggered entrance polish without making content disappear when JS is unavailable. */
.reveal.in .trust-item,.reveal.in .fact,.reveal.in .product,.reveal.in .facility-card{animation:cardInV13 .58s cubic-bezier(.2,.75,.2,1) both}
.reveal.in .trust-item:nth-child(2),.reveal.in .fact:nth-child(2){animation-delay:.07s}.reveal.in .trust-item:nth-child(3),.reveal.in .fact:nth-child(3){animation-delay:.14s}.reveal.in .trust-item:nth-child(4),.reveal.in .fact:nth-child(4){animation-delay:.21s}
.products-grid.in .product-stack .product:first-child{animation-delay:.08s}.products-grid.in .product-stack .product:last-child{animation-delay:.16s}.fac-grid.in .fac-stack .facility-card:first-child{animation-delay:.08s}.fac-grid.in .fac-stack .facility-card:last-child{animation-delay:.16s}
@keyframes cardInV13{from{opacity:.72;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* Timeline feels more alive once the line reaches each node. */
.step.active .step-node{box-shadow:0 15px 36px rgba(11,67,203,.23),0 0 0 7px rgba(26,92,255,.045)}.step.active .step-node svg{animation:stepPulseV13 .52s ease both}@keyframes stepPulseV13{0%{transform:scale(.82)}65%{transform:scale(1.08)}100%{transform:scale(1)}}
.process-shell.timeline-run .process-grid:after{box-shadow:0 0 18px rgba(11,67,203,.22)}

/* Tablet/mobile hero stats participate in normal flow: impossible to overlap the sales card. */
@media(max-width:900px){
  .hero-stage{height:auto!important;min-height:0!important;display:flex;flex-direction:column}
  .hero-main{height:auto!important;padding:42px 34px 20px!important;gap:24px!important;flex:0 0 auto}
  .hero-service-card{position:relative!important;inset:auto!important;width:100%!important;max-width:430px!important;margin:0!important;align-self:flex-start!important}
  .hero-statbar{position:relative!important;inset:auto!important;right:auto!important;left:auto!important;bottom:auto!important;margin:0 18px 18px!important;min-height:0!important;flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-statbar>div{min-height:74px!important;padding:12px 15px!important}.hero-statbar>div:nth-child(2):after{display:none!important}.hero-statbar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.10)}
}
@media(max-width:620px){
  .hero-v10{padding-top:10px!important}.hero-stage{border-radius:26px!important}
  .hero-main{padding:30px 20px 16px!important;gap:18px!important}
  .hero-v10-copy h1{font-size:35px!important;line-height:1.58!important}.hero-v10-copy p{font-size:12.4px!important;line-height:2!important}
  .hero-service-card{max-width:none!important;padding:14px!important;border-radius:18px!important}.hero-service-card b{font-size:11.2px}.hero-service-card a{font-size:11.5px}
  .hero-statbar{margin:0 10px 10px!important;border-radius:18px!important;overflow:hidden!important}
  .hero-statbar>div{min-width:0!important;min-height:78px!important;padding:11px 8px!important;gap:5px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important}
  .hero-statbar>div:after{top:15px!important;bottom:15px!important;background:rgba(255,255,255,.10)!important}.hero-statbar>div:nth-child(2):after,.hero-statbar>div:last-child:after{display:none!important}
  .hero-statbar b{font-size:28px!important;line-height:1!important}.hero-statbar span{font-size:9.7px!important;line-height:1.55!important;white-space:normal!important;max-width:125px}
  .trust-v10 .trust-rail{background:rgba(255,255,255,.88)!important}.mobile-buy-dock{bottom:max(8px,env(safe-area-inset-bottom))!important}
  main:after{background-size:1040px 710px!important;opacity:.80!important}
}
@media(prefers-reduced-motion:reduce){.hero-stage-photo,.hy-orbit,.cta:before{animation:none!important}.reveal.in .trust-item,.reveal.in .fact,.reveal.in .product,.reveal.in .facility-card{animation:none!important}.btn:after,.purchase-btn:after{display:none!important}}

/* V13.1 mobile CTA: never cover hero content; reveal only after the hero leaves view. */
@media(max-width:620px){.mobile-buy-dock{opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.mobile-buy-dock.is-visible{opacity:1;transform:none;pointer-events:auto}}


/* === V14 usability + visual polish === */
:root{--v14-pattern-x1:0px;--v14-pattern-y1:0px;--v14-pattern-x2:0px;--v14-pattern-y2:0px}

/* Complete SVG rendering: all icons now share a real 24x24 coordinate system. */
.icon{overflow:visible;vector-effect:non-scaling-stroke}.round-btn .icon,.purchase-badge .icon,.f-social .icon,.contact-row .icon,.lang-current .icon{display:block;overflow:visible}
.round-btn,.lang-current,.purchase-btn,.f-social a,.contact-row{isolation:isolate}

/* Black utility bar: portal sits beside collaboration, with clearer interaction states. */
.utility-links{gap:12px!important}.utility-links a,.portal-top{height:24px;display:inline-flex;align-items:center;gap:7px;color:#d7e0ff;font-weight:750;transition:color .2s ease,opacity .2s ease}.utility-links a:hover{color:#fff}.utility-sep{width:1px;height:12px;background:rgba(255,255,255,.16)}.portal-top{color:#fff}.portal-top>i{width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(229,29,59,.10)}.utility-contact{transition:color .2s ease}.utility-contact:hover{color:#fff}

/* The floating sales card is intentionally removed. Hero composition breathes more. */
.hero-main{grid-template-columns:.82fr 1.18fr!important}.hero-v10-copy{grid-column:2!important}.hero-stage:after{content:"";position:absolute;z-index:2;left:4.5%;top:12%;width:27%;height:46%;border-radius:50%;background:radial-gradient(circle,rgba(27,83,237,.10),transparent 68%);filter:blur(8px);pointer-events:none}
@media(max-width:900px){.hero-main{display:flex!important}.hero-v10-copy{grid-column:auto!important}.hero-stage:after{width:56%;height:32%;left:-14%;top:39%}}

/* Background: richer geometry, but movement is now tied to scrolling as well as a slow idle drift. */
main{--p1x:0px;--p1y:0px;--p2x:0px;--p2y:0px;background:
 radial-gradient(ellipse 660px 460px at 104% 8%,rgba(16,79,229,.115),transparent 66%),
 radial-gradient(ellipse 560px 430px at -7% 28%,rgba(16,79,229,.085),transparent 68%),
 radial-gradient(ellipse 680px 500px at 109% 55%,rgba(229,29,59,.038),transparent 71%),
 radial-gradient(ellipse 650px 520px at -8% 79%,rgba(16,79,229,.078),transparent 70%),
 linear-gradient(180deg,#f8f7f3 0%,#f3f4f3 22%,#f8f8f6 45%,#eef2fb 72%,#f8f7f3 100%)!important}
main:before{opacity:.92!important;transform:translate3d(var(--p1x),var(--p1y),0)!important;animation:v14PatternIdle 34s ease-in-out infinite alternate!important;background-size:700px 700px!important;filter:saturate(1.05)}
main:after{opacity:.98!important;transform:translate3d(var(--p2x),var(--p2y),0)!important;animation:v14CurveIdle 40s ease-in-out infinite alternate!important;background-image:url("data:image/svg+xml,%3Csvg width='1380' height='940' viewBox='0 0 1380 940' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cg stroke='%230b43cb' stroke-opacity='.072' stroke-width='1.15'%3E%3Cpath d='M-110 130 C 205 -42 390 270 690 148 S 1115 30 1490 214'/%3E%3Cpath d='M-160 355 C 150 170 420 520 725 350 S 1140 210 1510 425'/%3E%3Cpath d='M-120 650 C 210 450 480 790 805 603 S 1160 530 1490 710'/%3E%3Cpath d='M-90 862 C 220 690 470 985 810 815 S 1170 760 1480 890'/%3E%3C/g%3E%3Cg stroke='%23164ce0' stroke-opacity='.048' stroke-width='.9'%3E%3Ccircle cx='1160' cy='195' r='112'/%3E%3Ccircle cx='1160' cy='195' r='158'/%3E%3Ccircle cx='180' cy='605' r='126'/%3E%3Ccircle cx='180' cy='605' r='178'/%3E%3C/g%3E%3Cg stroke='%23e51d3b' stroke-opacity='.030' stroke-width='.8'%3E%3Cpath d='M250 70 C430 250 315 420 510 560'/%3E%3C/g%3E%3C/g%3E%3Cg fill='%230b43cb' fill-opacity='.075'%3E%3Ccircle cx='370' cy='248' r='2.2'/%3E%3Ccircle cx='1015' cy='512' r='2.5'/%3E%3Ccircle cx='690' cy='775' r='2'/%3E%3Ccircle cx='1240' cy='360' r='1.8'/%3E%3C/g%3E%3Cg fill='%23e51d3b' fill-opacity='.07'%3E%3Ccircle cx='250' cy='530' r='2.1'/%3E%3Ccircle cx='1210' cy='720' r='2.1'/%3E%3C/g%3E%3C/svg%3E")!important;background-size:1380px 940px!important}
@keyframes v14PatternIdle{from{background-position:calc(100% + 300px) 155px}to{background-position:calc(100% + 340px) 205px}}
@keyframes v14CurveIdle{from{background-position:center 60px}to{background-position:calc(50% + 32px) 115px}}
.pattern:before,.pattern:after{opacity:.92;transition:transform .9s cubic-bezier(.2,.7,.2,1)}
.pattern:before{border-color:rgba(16,79,229,.075);box-shadow:0 0 0 46px rgba(16,79,229,.021),0 0 0 92px rgba(16,79,229,.014)}
.pattern:after{border-color:rgba(16,79,229,.06);box-shadow:0 0 0 54px rgba(16,79,229,.017),0 0 0 108px rgba(16,79,229,.011)}

/* Slower, more readable production-line animation. */
.process-grid:after{transition-duration:3.65s!important}.process-shell.timeline-run .process-runner{animation-duration:3.65s!important}.process-arrow-head{transition-delay:3.42s!important}.step.active .step-node svg{animation-duration:.62s!important}
@media(max-width:900px){.process-grid:after{transition-duration:3.65s!important}.process-shell.timeline-run .process-runner{animation-duration:3.65s!important}}

/* Header/footer icon polish and clearer hit targets. */
.round-btn{box-shadow:0 7px 20px rgba(2,9,31,.035)}.round-btn:focus-visible,.lang-current:focus-visible,.purchase-btn:focus-visible,.btn:focus-visible,.f-social a:focus-visible,.back-top:focus-visible{outline:3px solid rgba(26,92,255,.22);outline-offset:3px}
.f-social a{width:40px;height:40px;border-radius:12px;transition:transform .25s ease,background .25s ease,border-color .25s ease}.f-social a:hover{transform:translateY(-2px);background:rgba(255,255,255,.085);border-color:rgba(255,255,255,.22)}.f-social .icon{width:18px;height:18px}
.contact-row{padding:9px 8px;border-radius:12px;transition:background .22s ease}.contact-row:hover{background:rgba(255,255,255,.035)}.contact-row>.icon{width:34px!important;height:34px!important;padding:8px;border-radius:10px;background:rgba(229,29,59,.10);border:1px solid rgba(229,29,59,.14);color:#ff8396!important;margin:0!important;flex:0 0 auto}

/* Quick search turns the former decorative search icon into a real utility. */
.quick-search{position:fixed;inset:0;z-index:900;display:none;place-items:start center;padding:116px 20px 30px}.quick-search.open{display:grid}.quick-search-back{position:absolute;inset:0;background:rgba(2,9,31,.52);backdrop-filter:blur(7px)}.quick-search-card{position:relative;width:min(650px,100%);background:rgba(255,255,255,.98);border:1px solid rgba(6,22,63,.10);border-radius:26px;box-shadow:0 34px 100px rgba(2,9,31,.28);padding:22px;animation:v14SearchIn .22s ease both}.quick-search-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.quick-search-head small{display:block;color:var(--blue-700);font-size:9px;font-weight:900}.quick-search-head b{display:block;font-size:16px;margin-top:3px}.quick-search-close{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--navy-900)}.quick-search-input{height:52px;border:1px solid rgba(11,67,203,.15);border-radius:16px;background:#f8f9fd;display:flex;align-items:center;gap:10px;padding:0 14px;color:var(--blue-700);box-shadow:inset 0 1px 0 #fff}.quick-search-input input{border:0;outline:0;background:transparent;flex:1;min-width:0;color:var(--ink);font-size:12px}.quick-search-results{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.quick-result{padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:transform .2s ease,border-color .2s ease,background .2s ease}.quick-result:hover{transform:translateY(-2px);border-color:rgba(11,67,203,.20);background:#f8faff}.quick-result span{display:block;font-size:11.5px;font-weight:900}.quick-result small{display:block;margin-top:4px;color:#7b8497;font-size:9px;line-height:1.65}.quick-result[hidden]{display:none}.quick-search-empty{display:none;text-align:center;color:#838b9c;font-size:10px;padding:18px 0 4px;margin:0}.quick-search-empty.show{display:block}@keyframes v14SearchIn{from{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:none}}

/* Back-to-top for a long corporate homepage. */
.back-top{position:fixed;z-index:88;left:20px;bottom:20px;width:45px;height:45px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(4,16,47,.90);backdrop-filter:blur(12px);color:#fff;box-shadow:0 16px 38px rgba(2,9,31,.23);display:grid;place-items:center;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .25s ease}.back-top.show{opacity:1;transform:none;pointer-events:auto}.back-top:hover{background:var(--blue-700)}

/* Small UX details */
.menu a,.f-links a,.utility-links a{touch-action:manipulation}.field input,.field textarea,.field select{transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.modal-card{max-height:min(720px,calc(100vh - 32px));overflow:auto}.purchase-btn,.btn{user-select:none}.hero-actions .btn{min-width:0}
@media(max-width:900px){.quick-search{padding-top:92px}.quick-search-results{grid-template-columns:1fr}.back-top{left:14px;bottom:14px}.menu.open{max-height:calc(100vh - 98px);overflow:auto}.nav-actions .mobile-toggle{display:grid!important}.nav-actions{gap:6px}}
@media(max-width:620px){.quick-search{padding:82px 12px 86px}.quick-search-card{padding:16px;border-radius:20px}.quick-search-results{max-height:48vh;overflow:auto}.back-top{bottom:82px;left:12px;width:42px;height:42px}.hero-main{padding-bottom:16px!important}.hero-statbar{margin-top:2px!important}}
@media(prefers-reduced-motion:reduce){main:before,main:after{animation:none!important;transform:none!important}.quick-search-card{animation:none!important}.back-top{transition:none!important}}


/* === V16 vertical-flow background + process clarity + usability polish === */
:root{--v16-flow-1:0px;--v16-flow-2:0px;--v16-section-flow:0px;--v16-section-flow-2:0px}

/* Ambient geometry now reads from TOP to BOTTOM and reacts more clearly to scrolling. */
main{--v16-flow-1:0px;--v16-flow-2:0px;--v16-section-flow:0px;--v16-section-flow-2:0px}
main:before{
  opacity:.96!important;
  transform:none!important;
  animation:none!important;
  filter:none!important;
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhlaWdodD0iMTIwMCIgdmlld0JveD0iMCAwIDkwMCAxMjAwIj4KPGcgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICA8ZyBzdHJva2U9IiMwYjQzY2IiIHN0cm9rZS1vcGFjaXR5PSIuMTA1IiBzdHJva2Utd2lkdGg9IjEuMSI+CiAgICA8cGF0aCBkPSJNMjA1LTExMEM5MCAxNTUgMzU1IDMzMCAyMTAgNTc1QzgwIDc5NSAzMTUgOTgwIDE5MCAxMzIwIi8+CiAgICA8cGF0aCBkPSJNNDUwLTE1MEMzMDAgMTQ1IDU5NSAzNDUgNDMwIDYxMEMyODUgODQ1IDU2NSAxMDI1IDQyMCAxMzQwIi8+CiAgICA8cGF0aCBkPSJNNzAwLTkwQzU0MCAxODUgODA1IDM3MCA2NTAgNjQ1QzUxNSA4ODAgNzc1IDEwNTUgNjM1IDEzMjUiLz4KICA8L2c+CiAgPGcgc3Ryb2tlPSIjMTY0Y2UwIiBzdHJva2Utb3BhY2l0eT0iLjA2NSIgc3Ryb2tlLXdpZHRoPSIuOSI+CiAgICA8ZWxsaXBzZSBjeD0iNDUwIiBjeT0iMzA1IiByeD0iMTE4IiByeT0iMTc2Ii8+CiAgICA8ZWxsaXBzZSBjeD0iNDUwIiBjeT0iMzA1IiByeD0iMTY0IiByeT0iMjM4Ii8+CiAgICA8ZWxsaXBzZSBjeD0iNDUwIiBjeT0iOTMwIiByeD0iMTA4IiByeT0iMTU4Ii8+CiAgICA8ZWxsaXBzZSBjeD0iNDUwIiBjeT0iOTMwIiByeD0iMTUyIiByeT0iMjE0Ii8+CiAgPC9nPgogIDxwYXRoIGQ9Ik00NTAgMFYxMjAwIiBzdHJva2U9IiMwYjQzY2IiIHN0cm9rZS1vcGFjaXR5PSIuMDM1IiBzdHJva2Utd2lkdGg9Ii44IiBzdHJva2UtZGFzaGFycmF5PSIyIDE2Ii8+CjwvZz4KPGcgZmlsbD0iIzBiNDNjYiIgZmlsbC1vcGFjaXR5PSIuMTAiPgogIDxjaXJjbGUgY3g9IjIwNSIgY3k9IjE2NCIgcj0iMiIvPjxjaXJjbGUgY3g9IjY5MCIgY3k9IjQ1MCIgcj0iMi4zIi8+PGNpcmNsZSBjeD0iMzUwIiBjeT0iNzQwIiByPSIxLjgiLz48Y2lyY2xlIGN4PSI2MTAiIGN5PSIxMDQ1IiByPSIyLjIiLz4KPC9nPgo8ZyBmaWxsPSIjZTUxZDNiIiBmaWxsLW9wYWNpdHk9Ii4wNzUiPjxjaXJjbGUgY3g9IjQ1MCIgY3k9IjU3MCIgcj0iMi4yIi8+PGNpcmNsZSBjeD0iNDUwIiBjeT0iMTEyMCIgcj0iMiIvPjwvZz4KPC9zdmc+")!important;
  background-size:900px 1200px!important;
  background-repeat:repeat-y!important;
  background-position:center calc(-180px + var(--v16-flow-1))!important;
  will-change:background-position;
}
main:after{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
  background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAwIiBoZWlnaHQ9IjEzNTAiIHZpZXdCb3g9IjAgMCAxNTAwIDEzNTAiPgo8ZyBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogIDxnIHN0cm9rZT0iIzBiNDNjYiIgc3Ryb2tlLW9wYWNpdHk9Ii4wODIiIHN0cm9rZS13aWR0aD0iMS4xNSI+CiAgICA8cGF0aCBkPSJNMTY1LTEzMEMzOTUgMTU1IDY1IDM1MCAzMDAgNjQwUzEyNSAxMDMwIDM1MCAxNDcwIi8+CiAgICA8cGF0aCBkPSJNNTU1LTE3MEM4MDUgMTMwIDQ1MCAzODAgNjkwIDY3NVM1MDAgMTA1NSA3NjAgMTQ1NSIvPgogICAgPHBhdGggZD0iTTk4MC0xMzBDMTIxMCAxNDUgODg1IDM5MCAxMTIwIDY3MFM5MzAgMTA0MCAxMTgwIDE0NjAiLz4KICAgIDxwYXRoIGQ9Ik0xMzcwLTkwQzE1NDAgMTc1IDEyNjAgMzkwIDE0NDUgNjcwUzEyNzAgMTA2MCAxNTEwIDE0MDAiLz4KICA8L2c+CiAgPGcgc3Ryb2tlPSIjMTY0Y2UwIiBzdHJva2Utb3BhY2l0eT0iLjA1MiIgc3Ryb2tlLXdpZHRoPSIuOSI+CiAgICA8ZWxsaXBzZSBjeD0iNzUwIiBjeT0iMjg1IiByeD0iMjI1IiByeT0iMTQ1Ii8+CiAgICA8ZWxsaXBzZSBjeD0iNzUwIiBjeT0iMjg1IiByeD0iMzA1IiByeT0iMjA1Ii8+CiAgICA8ZWxsaXBzZSBjeD0iNzUwIiBjeT0iMTAxNSIgcng9IjE5MCIgcnk9IjEyOCIvPgogICAgPGVsbGlwc2UgY3g9Ijc1MCIgY3k9IjEwMTUiIHJ4PSIyNzAiIHJ5PSIxODQiLz4KICA8L2c+CiAgPHBhdGggZD0iTTc2MC00MEM3MDUgMTgwIDgyNSAzNDAgNzU1IDU2NVM4MjAgOTMwIDc1MCAxMzkwIiBzdHJva2U9IiNlNTFkM2IiIHN0cm9rZS1vcGFjaXR5PSIuMDM4IiBzdHJva2Utd2lkdGg9Ii44NSIvPgogIDxwYXRoIGQ9Ik03NSA1MDBIMTQyNSIgc3Ryb2tlPSIjMGI0M2NiIiBzdHJva2Utb3BhY2l0eT0iLjAyNCIgc3Ryb2tlLXdpZHRoPSIuOCIgc3Ryb2tlLWRhc2hhcnJheT0iMSAxOCIvPgo8L2c+CjxnIGZpbGw9IiMwYjQzY2IiIGZpbGwtb3BhY2l0eT0iLjA4NSI+CiAgPGNpcmNsZSBjeD0iMzEwIiBjeT0iMTk1IiByPSIyLjIiLz48Y2lyY2xlIGN4PSIxMTI1IiBjeT0iNDIwIiByPSIyLjQiLz48Y2lyY2xlIGN4PSI1MTAiIGN5PSI3NjAiIHI9IjEuOSIvPjxjaXJjbGUgY3g9IjEyMzAiIGN5PSIxMDQwIiByPSIyLjMiLz48Y2lyY2xlIGN4PSI4MjAiIGN5PSIxMjQwIiByPSIxLjgiLz4KPC9nPgo8ZyBmaWxsPSIjZTUxZDNiIiBmaWxsLW9wYWNpdHk9Ii4wNyI+PGNpcmNsZSBjeD0iNzYwIiBjeT0iNjEwIiByPSIyLjEiLz48Y2lyY2xlIGN4PSI3NjAiIGN5PSIxMTYwIiByPSIyIi8+PC9nPgo8L3N2Zz4=")!important;
  background-size:1500px 1350px!important;
  background-repeat:repeat-y!important;
  background-position:center calc(-260px + var(--v16-flow-2))!important;
  will-change:background-position;
}
.pattern:before{transform:translateY(var(--v16-section-flow))!important}
.pattern:after{transform:translateY(var(--v16-section-flow-2))!important}

/* Slightly stronger section-surface transparency so the pattern remains visible, not noisy. */
.about-grid,.process-shell,.trust-rail{background:rgba(255,255,255,.855)!important}
.quality-grid{background:rgba(255,255,255,.90)!important}
.process-section{background:linear-gradient(180deg,rgba(250,249,246,.58),rgba(247,248,252,.66))!important}

/* Production chain: consistent semantic icon family and clearer hover/active feedback. */
.step-node svg{width:30px;height:30px;stroke-width:1.7}
.step{border-radius:20px;transition:background .28s ease,transform .28s ease}
.step:hover{background:linear-gradient(180deg,rgba(16,79,229,.035),transparent 78%)}
.step:hover .step-node{transform:translateY(-3px);border-color:rgba(16,79,229,.22);box-shadow:0 14px 34px rgba(11,67,203,.12)}
.step.active:hover .step-node{transform:translateY(-4px)}
.step h4{font-size:12.4px}
.step p{font-size:9.5px}
.process-note{border-top-color:rgba(11,67,203,.10)}

/* Global keyboard/accessibility and touch polish. */
.skip-link{position:fixed;z-index:1200;top:10px;right:12px;transform:translateY(-150%);background:var(--navy-950);color:#fff;padding:10px 14px;border-radius:12px;font-size:11px;font-weight:900;box-shadow:0 12px 32px rgba(2,9,31,.22);transition:transform .2s ease}
.skip-link:focus{transform:none}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(26,92,255,.24);outline-offset:3px}
.menu a{min-height:44px;display:inline-flex;align-items:center}
.contact-row[href]{color:inherit;cursor:pointer}
.contact-row[href]:hover b{color:#fff}
.contact-row[href] b,.contact-row[href] span{transition:color .2s ease}
.quick-search-shortcut{display:inline-flex;gap:4px;align-items:center;color:#8a93a5;font-size:9px;margin-top:4px}
.quick-search-shortcut kbd{font:inherit;border:1px solid var(--line);border-bottom-width:2px;border-radius:6px;background:#f6f7fb;padding:2px 6px;color:#596277}
.form-status{display:none;grid-column:1/-1;margin:0;padding:11px 13px;border-radius:12px;background:#eef4ff;border:1px solid rgba(16,79,229,.12);color:#24407f;font-size:10.5px;line-height:1.75}
.form-status.show{display:block}

/* A compact visual cue helps users understand that the timeline is sequential. */
.process-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#f5f7ff;border:1px solid rgba(11,67,203,.09);color:#51627f;font-size:9px;font-weight:800}
.process-kicker i{width:26px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--blue-600),var(--red))}

@media(max-width:900px){
  main:before{background-size:760px 1010px!important;background-position:center calc(-120px + var(--v16-flow-1))!important}
  main:after{background-size:1120px 1008px!important;background-position:center calc(-190px + var(--v16-flow-2))!important;opacity:.92!important}
  .step:hover{background:transparent}
}
@media(max-width:620px){
  main:before{opacity:.84!important;background-size:650px 865px!important}
  main:after{opacity:.84!important;background-size:980px 882px!important}
  .process-kicker{margin-bottom:12px}
}
@media(prefers-reduced-motion:reduce){main:before,main:after{will-change:auto!important}.pattern:before,.pattern:after{transform:none!important}}

@media(max-width:620px){.mobile-buy-dock.is-visible.is-scrolling-down{opacity:0;transform:translateY(18px);pointer-events:none}}


/* === V16 performance pass: smooth scrolling without losing the premium ambient feel === */

/* Keep the ambient pattern visible, but make it compositor-friendly:
   fixed viewport-sized layers + transform-only motion, no scroll-time background repaint. */
main:before,
main:after{
  position:fixed!important;
  inset:-8vh -7vw!important;
  width:auto!important;
  height:auto!important;
  background-position:center top!important;
  pointer-events:none!important;
  will-change:auto!important;
  backface-visibility:hidden;
  contain:paint;
}
main:before{
  opacity:.82!important;
  animation:none!important;
  transform:none!important;
}
main:after{
  opacity:.72!important;
  animation:none!important;
  transform:none!important;
}
@keyframes v16AmbientA{
  from{transform:translate3d(0,-18px,0)}
  to{transform:translate3d(0,22px,0)}
}
@keyframes v16AmbientB{
  from{transform:translate3d(0,18px,0)}
  to{transform:translate3d(0,-20px,0)}
}

/* Section rings stay static. They no longer get rewritten on every scroll frame. */
.pattern:before,
.pattern:after{
  transform:none!important;
  transition:none!important;
  will-change:auto!important;
}

/* Large backdrop-filter surfaces were the biggest paint cost during scroll.
   Use near-opaque premium surfaces instead; visually almost identical, much cheaper. */
.header,
.header.scrolled{
  height:86px!important;
  background:rgba(255,255,255,.985)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.header.scrolled .brand-logo{
  width:64px!important;
  height:64px!important;
  transform:scale(.86);
}
.about-grid,
.quality-grid,
.process-shell,
.trust-v10 .trust-rail,
.trust-rail{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:rgba(255,255,255,.955)!important;
}
.hero-statbar{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:rgba(3,14,48,.88)!important;
}
.photo-ribbon{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  background:rgba(255,255,255,.97)!important;
}

/* Progress indicator updates via transform only, avoiding layout/reflow on every scroll. */
.scroll-progress{
  width:100%!important;
  transform:scaleX(0);
  transform-origin:right center;
  transition:none!important;
  will-change:transform;
}

/* Avoid unnecessary paint promotion on large cards during normal scrolling. */
.facility-card,
.product,
.q-item,
.about-point{
  backface-visibility:hidden;
}
.facility-card img,
.product img{
  will-change:auto;
}

/* Mobile gets one animated ambient layer instead of two for extra headroom. */
@media(max-width:900px){
  main:before{
    opacity:.68!important;
  }
  main:after{
    opacity:.48!important;
    animation:none!important;
    transform:translate3d(0,0,0)!important;
  }
  .header,
  .header.scrolled{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

/* On small/low-power screens keep motion visible but extremely cheap. */
@media(max-width:620px){
  main:before{
    opacity:.58!important;
  }
  main:after{
    opacity:.38!important;
  }
}

@media(prefers-reduced-motion:reduce){
  main:before,
  main:after{
    animation:none!important;
    transform:none!important;
    will-change:auto!important;
  }
}


/* Fixed controls must not sample/blend the moving page underneath them. */
.mobile-buy-dock,
.back-top{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.mobile-buy-dock{background:rgba(2,9,31,.985)!important}
.back-top{background:rgba(4,16,47,.97)!important}
/* market-link-fit */
@media(min-width:1121px) and (max-width:1400px){.menu{gap:18px;font-size:12px}}


/* V20 — desktop readability + normalized footer. Mobile/tablet typography is intentionally untouched. */
@media (min-width:1024px){
  body{font-size:16px}
  .utility{font-size:12px!important}
  .brand-txt b{font-size:18px!important}
  .brand-txt span{font-size:11px!important}
  .menu{font-size:14px!important;gap:29px}
  .purchase-btn,.btn{font-size:14px!important}
  .lang-current,.lang-current .lang-code,.lang-current .lang-name{font-size:11.5px!important}
  .lang-menu b,.lang-menu span{font-size:12.5px!important}
  .lang-menu i{font-size:9.5px!important}

  .eyebrow{font-size:14px!important}
  .lead{font-size:17px!important;line-height:2!important}
  .small-note{font-size:12.5px!important}
  .hero-chip{font-size:12px!important}
  .hero-v10-copy p,.hero p{font-size:16px!important;line-height:2.05!important}
  .hero-service-card small{font-size:12.5px!important}
  .hero-service-card b{font-size:13px!important}
  .hero-service-card a{font-size:13px!important}
  .hero-statbar span{font-size:12px!important}
  .photo-ribbon small{font-size:11px!important}
  .photo-ribbon b{font-size:14px!important}
  .photo-ribbon span{font-size:11px!important}

  .trust-item b{font-size:14px!important}
  .trust-item span{font-size:11.5px!important}
  .about-fact span{font-size:12px!important}
  .about-point b{font-size:13.5px!important}
  .about-point span{font-size:11.5px!important}
  .facts-top p{font-size:14px!important}
  .fact span,.fact small{font-size:12px!important}
  .product-tag{font-size:11px!important}
  .product p{font-size:13px!important;line-height:1.9!important}
  .product-link{font-size:12.5px!important}
  .product-specs span{font-size:10.5px!important}
  .hy-word small{font-size:12px!important}
  .hy-copy p{font-size:14.5px!important}
  .hy-metric b{font-size:13px!important}
  .hy-metric span{font-size:11px!important}
  .step-no{font-size:11px!important}
  .step h4{font-size:14px!important}
  .step p{font-size:11.5px!important;line-height:1.9!important}
  .process-kicker{font-size:11px!important}
  .process-note span,.process-note b{font-size:12px!important}
  .fac-copy small{font-size:11px!important}
  .fac-copy p{font-size:12px!important}
  .fac-pill{font-size:11px!important}
  .quality-top small{font-size:11px!important}
  .cert b{font-size:13px!important}
  .cert span{font-size:10.5px!important}
  .q-item b{font-size:13px!important}
  .q-item span{font-size:11px!important}
  .article-meta{font-size:10.5px!important}
  .article p{font-size:11.5px!important;line-height:1.9!important}
  .article a{font-size:11.5px!important}
  .cta p{font-size:13.5px!important}
  .cta-mini span{font-size:11.5px!important}
  .quick-search-head small{font-size:11px!important}
  .quick-search-head b{font-size:17px!important}
  .quick-search-input input{font-size:13.5px!important}
  .quick-result span{font-size:13px!important}
  .quick-result small,.quick-search-shortcut{font-size:10.5px!important}
  .quick-search-empty,.form-status{font-size:12px!important}

  /* Branches page */
  .branches-kicker{font-size:14px!important}
  .branches-lead{font-size:16px!important;line-height:2!important}
  .branches-breadcrumb{font-size:13.5px!important}
  .map-toolbar strong{font-size:17px!important}
  .map-toolbar span{font-size:13px!important}
  .map-legend,.map-tooltip{font-size:12px!important}
  .map-fallback b{font-size:17px!important}
  .map-fallback span{font-size:13px!important}
  .branch-province-label,.branch-status{font-size:12px!important}
  .office-name{font-size:20px!important}
  .office-sub{font-size:13px!important}
  .detail-row small{font-size:11px!important}
  .detail-row b,.detail-row a{font-size:13.5px!important}
  .branch-action a,.branch-action button{font-size:12.5px!important}
  .no-office h3{font-size:18px!important}
  .no-office p{font-size:13px!important}
  .central-contact small{font-size:15px!important}
  .province-browser-head strong{font-size:15px!important}
  .province-browser-head>div span{font-size:11px!important}
  .province-search input{font-size:13px!important}
  .province-chip{font-size:11.5px!important}
  .branch-note{font-size:11.5px!important}
  .branch-empty-state b{font-size:17px!important}
  .branch-empty-state p{font-size:12.5px!important}

  /* Market / prices page */
  .market-kicker,.market2-kicker{font-size:13px!important}
  .market-lead,.market2-lead{font-size:15.5px!important;line-height:2!important}
  .source-pill,.market2-meta span{font-size:11.5px!important}
  .market-legend{font-size:11px!important}
  .snapshot-label b{font-size:13px!important}
  .snapshot-label span{font-size:10.5px!important}
  .snapshot-foot{font-size:11px!important}
  .panel-head b{font-size:15px!important}
  .panel-head small{font-size:11px!important}
  .market-search input{font-size:12.5px!important}
  .cat-btn{font-size:11px!important}
  .product-row b{font-size:12.5px!important}
  .product-row small{font-size:10.5px!important}
  .product-row em{font-size:12px!important}
  .detail-title small,.detail-title span,.status-badge{font-size:11px!important}
  .detail-kpi small{font-size:10.5px!important}
  .range-head{font-size:11px!important}
  .range-labels{font-size:10.5px!important}
  .period-head b{font-size:13.5px!important}
  .period-head span{font-size:10.5px!important}
  .period-value,.period-label{font-size:10px!important}
  .overview-actions input,.overview-actions select{font-size:12px!important}
  .market-table{font-size:11.5px!important}
  .table-foot{font-size:10.5px!important}
  .compare-intro small{font-size:11px!important}
  .compare-intro p{font-size:12.5px!important}
  .compare-selects select{font-size:11.5px!important}
  .compare-head span,.compare-line span{font-size:10.5px!important}
  .compare-head b,.compare-line b{font-size:12.5px!important}
  .market-note{font-size:11px!important}

  .market2-meta span{font-size:11.5px!important}
  .market2-snapshot small{font-size:13px!important}
  .market2-snapshot em{font-size:11px!important}
  .market2-control-head small{font-size:11px!important}
  .market2-control-head p{font-size:12px!important;line-height:1.9!important}
  .market2-live{font-size:11px!important}
  .market2-field label{font-size:11px!important}
  .market2-field select,.market2-field input{font-size:12.5px!important}
  .market2-show{font-size:12.5px!important}
  .market2-chip{font-size:11px!important}
  .market2-cardhead small{font-size:11px!important}
  .market2-cardhead .chart-stat span{font-size:11px!important}
  .market2-chart-tooltip{font-size:11px!important}
  .market2-empty{font-size:13px!important}
  .market2-chart-footer{font-size:10.5px!important}
  .market2-detail-top small,.market2-detail-top .date{font-size:11px!important}
  .market2-kpi span{font-size:10.5px!important}
  .market2-kpi b{font-size:16px!important}
  .market2-periods h4{font-size:12px!important}
  .market2-period-row span{font-size:10.5px!important}
  .market2-period-row b{font-size:11.5px!important}
  .market2-section-head small{font-size:11px!important}
  .market2-section-head p{font-size:11.5px!important;line-height:1.9!important}
  .market2-table{font-size:11px!important}
  .market2-no-regional{font-size:12px!important}
  .market2-overview-actions input,.market2-overview-actions select{font-size:11.5px!important}
  .market2-color-note{font-size:10.5px!important}
  .market2-period-col b{font-size:11px!important}
  .market2-period-col span{font-size:10px!important}
  .market2-note{font-size:11px!important}

  /* Price entry/admin page */
  .entry p{font-size:13px!important;line-height:1.9!important}
  .entry label{font-size:11px!important}
  .entry input,.entry select{font-size:12.5px!important}
  .entry table{font-size:11px!important}
  .entry-note{font-size:11px!important}

  /* One identical footer treatment across every page. */
  .f-brand b{font-size:20px!important}
  .f-brand span{font-size:11.5px!important}
  .f-desc{font-size:12.5px!important;line-height:1.95!important}
  .f-col h5{font-size:13.5px!important}
  .f-links a{font-size:11.5px!important}
  .contact-row b{font-size:11.5px!important}
  .contact-row span{font-size:10.5px!important}
  .footer-bottom{font-size:10.5px!important}
  .f-social a{width:38px;height:38px}
}
.entity-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0}.entity-gallery a{display:block;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:#eef2f6}.entity-gallery img{width:100%;height:100%;object-fit:cover;display:block}.entity-video{margin:22px 0;border-radius:18px;overflow:hidden;background:#06163f}.entity-video iframe,.entity-video video{display:block;width:100%;max-width:100%;aspect-ratio:16/9}.entity-inline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}@media(max-width:700px){.entity-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* === V2.1 header typography stability === */
@media (min-width:901px){
  .header .nav,.header .menu,.header .menu a,.header .nav-actions,.header .brand-txt{font-family:"Vazirmatn",Tahoma,Arial,sans-serif!important}
  .header .nav{grid-template-columns:minmax(190px,225px) minmax(0,1fr) max-content!important;gap:16px!important}
  .header .menu{display:flex!important;align-items:stretch!important;justify-content:center!important;gap:clamp(9px,1vw,18px)!important;font-size:13.5px!important;font-weight:800!important;line-height:1.15!important;white-space:nowrap!important;min-width:0!important}
  .header .menu a{display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;hyphens:none!important;min-height:82px!important;padding:0 2px!important}
  .header .nav-actions{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;min-width:max-content!important}
}
@media (min-width:901px) and (max-width:1320px){
  .header .nav{grid-template-columns:76px minmax(0,1fr) max-content!important}.header .brand-txt{display:none!important}.header .menu{gap:10px!important;font-size:12.4px!important}.header .lang-name{display:none!important}.header .lang-current{min-width:58px!important}.header .purchase-btn{padding-inline:10px!important;font-size:11px!important}
}


/* === V2.1 blog & custom-page experience === */
.blog-single{background:#fff}.blog-single-hero{padding:58px 0 72px;background:linear-gradient(180deg,#f7f9ff 0%,#fff 100%);border-bottom:1px solid var(--line)}.blog-breadcrumb{font-size:11px;color:#7b8497;margin-bottom:24px}.blog-breadcrumb a{color:var(--blue-700);font-weight:800}.blog-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:52px;align-items:center}.blog-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eef3ff;color:var(--blue-700);font-size:10px;font-weight:900}.blog-hero-copy h1{font-size:clamp(38px,4vw,62px);line-height:1.35;letter-spacing:-1.7px;color:var(--navy-950);margin:14px 0 18px}.blog-hero-copy p{font-size:16px;line-height:2;color:#59647a;margin:0}.blog-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#7c8698;font-size:11px}.blog-hero-image{border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(5,23,63,.15);aspect-ratio:4/3}.blog-hero-image img{width:100%;height:100%;object-fit:cover}.blog-content-grid{display:grid;grid-template-columns:90px minmax(0,780px);justify-content:center;gap:24px;padding-top:64px;padding-bottom:90px}.blog-share-rail{position:sticky;top:110px;align-self:start;display:grid;gap:10px;text-align:center;color:#8992a3;font-size:9px}.blog-share-rail a{width:44px;height:44px;border-radius:14px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;color:var(--blue-700);font-weight:900}.blog-article-body{font-size:16px;line-height:2.25;color:#28344c}.blog-article-body p{margin:0 0 24px}.blog-article-body h2,.blog-article-body h3{color:var(--navy-950);line-height:1.6;margin:42px 0 14px}.blog-article-body img{max-width:100%;border-radius:22px}.blog-sample-note{margin-top:46px;padding:18px 20px;border:1px solid #dbe4f5;border-right:4px solid var(--blue-700);border-radius:16px;background:#f7f9ff;color:#667085;font-size:12px}.blog-related{padding:80px 0;background:#f8f9fc;border-top:1px solid var(--line)}.blog-related-grid,.blog-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-related-card,.blog-archive-card{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 36px rgba(5,23,63,.06);transition:.25s}.blog-related-card:hover,.blog-archive-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(5,23,63,.11)}.blog-related-card img,.blog-archive-card img{width:100%;height:210px;object-fit:cover}.blog-related-card>div,.blog-archive-card>div{padding:20px}.blog-related-card small,.blog-archive-card small{display:block;color:var(--blue-700);font-weight:900;font-size:9px}.blog-related-card b,.blog-archive-card h3{display:block;color:var(--navy-950);font-size:18px;line-height:1.7;margin:7px 0}.blog-related-card span,.blog-archive-card p{display:block;color:#707a8e;font-size:12px;line-height:1.9;margin:0}.blog-archive{padding:74px 0 110px;background:linear-gradient(180deg,#f8faff,#fff 380px)}.blog-archive-head{max-width:760px;margin:0 auto 42px;text-align:center}.blog-archive-head h1{font-size:48px;line-height:1.45;color:var(--navy-950);margin:10px 0}.blog-archive-head p{font-size:15px;line-height:2;color:#687386}.blog-featured{display:grid;grid-template-columns:1.05fr .95fr;min-height:390px;margin-bottom:26px;background:#071842;border-radius:28px;overflow:hidden;color:#fff;box-shadow:0 28px 70px rgba(7,24,66,.16)}.blog-featured img{width:100%;height:100%;object-fit:cover}.blog-featured>div{padding:48px;display:flex;flex-direction:column;justify-content:center}.blog-featured h2{font-size:32px;line-height:1.55;margin:14px 0;color:#fff}.blog-featured p{line-height:2;color:#d9e2f7}.blog-featured small{margin-top:20px;color:#fff;font-weight:800}.blog-archive-card span{display:block;margin-top:14px;color:var(--blue-700);font-weight:800;font-size:11px}.morghak-custom-page{min-height:60vh;padding-top:72px}.custom-page-head{max-width:860px;margin-bottom:38px}.custom-page-content{max-width:900px;font-size:15px;line-height:2.2;color:#344054}.custom-page-content h2,.custom-page-content h3{color:var(--navy-950)}
@media(max-width:900px){.blog-hero-grid,.blog-featured{grid-template-columns:1fr}.blog-content-grid{grid-template-columns:1fr;padding-inline:18px}.blog-share-rail{display:none}.blog-related-grid,.blog-archive-grid{grid-template-columns:1fr}.blog-hero-copy h1,.blog-archive-head h1{font-size:34px}.blog-featured>div{padding:28px}.blog-featured img{height:260px}}


/* === V2.1.0 header no-wrap + wider desktop workspace === */
@media (min-width:901px){
  .header>.wrap.nav,.header .wrap.nav{width:min(1510px,calc(100% - 36px))!important;max-width:none!important}
  .header .menu{white-space:nowrap!important;flex-wrap:nowrap!important}
  .header .menu a{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}
}
@media (min-width:901px) and (max-width:1450px){
  .header .nav{grid-template-columns:76px minmax(0,1fr) max-content!important;gap:10px!important}
  .header .brand-txt{display:none!important}
  .header .menu{gap:8px!important;font-size:12.2px!important}
  .header .lang-name{display:none!important}
}


/* === V2.1.1 container-aligned header ===
   Header uses the exact same responsive container as page sections. */
@media (min-width:901px){
  .header>.wrap.nav,.header .wrap.nav{
    width:var(--container)!important;
    max-width:calc(100% - 64px)!important;
    margin-inline:auto!important;
  }
  .header .nav-actions{justify-content:flex-end!important}
}
@media (min-width:1451px){
  .header .nav{grid-template-columns:minmax(210px,240px) minmax(0,1fr) max-content!important;gap:14px!important}
  .header .menu{gap:clamp(8px,.72vw,14px)!important;font-size:12.7px!important}
}
@media (min-width:901px) and (max-width:1450px){
  .header .nav{grid-template-columns:72px minmax(0,1fr) max-content!important;gap:9px!important}
  .header .brand-txt{display:none!important}
  .header .menu{gap:7px!important;font-size:12px!important}
  .header .lang-name{display:none!important}
}


/* === V2.1.1 Hy-Line visual redesign === */
.hy-visual{position:relative;isolation:isolate;min-height:500px;background:#071842;overflow:hidden}
.hy-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1!important;mix-blend-mode:normal!important;filter:none!important;transition:transform .7s ease!important}
.hy-shell:hover .hy-visual img{transform:scale(1.018)}
.hy-word,.hy-orbit,.hy-egg{display:none!important}
.hy-visual-vignette{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(3,13,43,.03),rgba(3,13,43,.12) 55%,rgba(3,13,43,.58)),linear-gradient(90deg,rgba(3,13,43,.22),transparent 55%)}
.hy-visual-caption{position:absolute;z-index:3;right:30px;left:30px;bottom:28px;padding:18px 20px;border-radius:20px;background:rgba(5,20,61,.62);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 45px rgba(0,0,0,.22);backdrop-filter:blur(14px);color:#fff}
.hy-visual-caption span{display:block;color:#bcd0ff;font-size:9.5px;font-weight:900;letter-spacing:2px;direction:ltr;text-align:right}
.hy-visual-caption b{display:block;margin-top:7px;font-size:18px;line-height:1.65;font-weight:900;letter-spacing:-.25px}
.hy-visual-caption small{display:block;margin-top:5px;color:#d7e1ff;font-size:9px;letter-spacing:.8px;direction:ltr;text-align:right}
@media(max-width:900px){.hy-visual{min-height:360px}.hy-visual-caption{right:20px;left:20px;bottom:20px}}
@media(max-width:620px){.hy-visual{min-height:310px}.hy-visual-caption{right:14px;left:14px;bottom:14px;padding:15px 16px;border-radius:16px}.hy-visual-caption b{font-size:15px}}


/* === V2.2 contact page === */
.contact-page-hero{padding:54px 0 34px;background:linear-gradient(180deg,#f8faff,#f6f5f0);position:relative}.contact-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;padding:34px 38px;border:1px solid rgba(11,67,203,.10);border-radius:30px;background:rgba(255,255,255,.88);box-shadow:0 18px 54px rgba(2,9,31,.06)}.contact-page-head h1{font-size:44px;line-height:1.55;color:var(--navy-950);margin:10px 0 10px}.contact-page-head p{max-width:720px;margin:0;color:#667085;font-size:14px;line-height:2}.contact-page-head-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.contact-page-main{padding:18px 0 92px}.contact-page-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:22px;align-items:stretch}.contact-page-details{display:grid;gap:18px}.contact-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-info-card{min-height:150px;padding:19px;border:1px solid rgba(11,67,203,.10);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(2,9,31,.045);display:flex;flex-direction:column;align-items:flex-start;transition:.22s}.contact-info-card[href]:hover{transform:translateY(-3px);border-color:rgba(11,67,203,.22);box-shadow:0 20px 46px rgba(2,9,31,.08)}.contact-info-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef3ff;color:var(--blue-700);font-size:17px;margin-bottom:12px}.contact-info-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-map-address{display:inline-flex;align-items:flex-start;gap:7px}.contact-map-address svg{width:15px;height:15px;flex:0 0 15px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-info-card small{font-size:10px;color:#8a94a7;font-weight:800}.contact-info-card b{font-size:15px;color:var(--navy-950);margin-top:6px;line-height:1.7}.contact-info-card em{font-style:normal;font-size:9.5px;color:#9aa3b1;margin-top:auto;padding-top:8px}.contact-address-card{padding:25px;border-radius:24px;background:linear-gradient(145deg,#06163f,#0b43cb);color:#fff;box-shadow:0 22px 56px rgba(6,22,63,.18);display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}.contact-address-card small{color:#b9c8ef;font-size:10px}.contact-address-card h2{font-size:21px;margin:4px 0 7px;color:#fff}.contact-address-card p{margin:0;color:#edf2ff;line-height:2;font-size:12px}.contact-address-card span{display:block;color:#bdcaea;font-size:10px;margin-top:7px}.contact-address-actions{display:grid;gap:8px}.contact-address-actions .btn{min-width:150px}.contact-map-card{border:1px solid rgba(11,67,203,.10);border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 18px 54px rgba(2,9,31,.07);display:flex;flex-direction:column}.contact-map-head{padding:21px 23px;display:flex;align-items:center;justify-content:space-between;gap:16px}.contact-map-head small{display:block;color:var(--blue-700);font-size:10px;font-weight:900}.contact-map-head b{display:block;color:var(--navy-950);font-size:17px;margin-top:3px}.contact-map-head span{display:block;color:#8c96a8;font-size:9.5px;margin-top:4px}.contact-map-head i{width:10px;height:10px;border-radius:50%;background:#22a86a;box-shadow:0 0 0 6px rgba(34,168,106,.10)}.contact-map-frame{min-height:450px;flex:1;background:#eef2f6}.contact-map-frame iframe{width:100%;height:100%;min-height:450px;border:0;display:block}.contact-map-foot{display:flex;justify-content:space-between;gap:16px;padding:15px 20px;border-top:1px solid #edf0f5;color:#6f7a8d;font-size:10px}.contact-map-foot a{color:var(--blue-700);font-weight:850;white-space:nowrap}@media(max-width:980px){.contact-page-head{align-items:flex-start;flex-direction:column}.contact-page-grid{grid-template-columns:1fr}.contact-map-card{min-height:560px}}@media(max-width:640px){.contact-page-hero{padding:28px 0 20px}.contact-page-head{padding:23px;border-radius:24px}.contact-page-head h1{font-size:32px}.contact-page-head-actions{width:100%}.contact-page-head-actions .btn{flex:1}.contact-page-main{padding-bottom:62px}.contact-info-grid{grid-template-columns:1fr}.contact-address-card{grid-template-columns:1fr}.contact-address-actions{display:flex;flex-wrap:wrap}.contact-map-frame,.contact-map-frame iframe{min-height:380px}.contact-map-foot{align-items:flex-start;flex-direction:column}}

/* V2.2.1 footer/contact polish */
.contact-row>.icon{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.16)!important;color:#fff!important}.f-social a{color:#fff!important}.contact-phone{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important;align-self:stretch}.contact-phone bdi{direction:ltr;unicode-bidi:isolate}


/* V2.3.0 — lightweight hero video: poster remains underneath and video fades in only after it can play. */
.hero-stage-photo{transform:translate3d(var(--px,0),var(--py,0),0) scale(1.018);transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.hero-stage-video{position:absolute;inset:-1%;width:102%;height:102%;object-fit:cover;object-position:center 48%;z-index:0;opacity:0;filter:saturate(.84) contrast(1.06);transform:translate3d(var(--px,0),var(--py,0),0) scale(1.018);transition:opacity 1s ease,transform .55s cubic-bezier(.2,.8,.2,1);pointer-events:none;background:#06163f}
.hero-stage-video.is-ready{opacity:1}.hero-stage-video.is-failed{display:none}
@media(max-width:620px){.hero-stage-video{object-position:35% center}}
@media(prefers-reduced-motion:reduce){.hero-stage-video{display:none!important}.hero-stage-photo{transform:none!important;transition:none!important}}

/* V2.3.0 — dedicated About page */
.about-page-hero{padding:24px 0 72px;background:linear-gradient(180deg,#fbfaf7 0%,#f0eee8 100%)}
.about-page-hero-shell{position:relative;min-height:690px;border-radius:38px;overflow:hidden;background:#06163f;box-shadow:0 34px 90px rgba(3,12,39,.2);isolation:isolate}
.about-page-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.05);transform:scale(1.015)}
.about-page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,12,39,.12),rgba(3,12,39,.43) 44%,rgba(3,12,39,.94) 79%,rgba(3,12,39,.99)),linear-gradient(0deg,rgba(3,12,39,.64),transparent 55%);z-index:1}
.about-page-hero-shell:after{content:"";position:absolute;z-index:2;right:58%;top:-18%;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(27,83,237,.24),transparent 68%);pointer-events:none}
.about-page-hero-copy{position:relative;z-index:3;width:min(610px,52%);margin-right:auto;padding:82px 62px 170px;color:#fff}
.about-page-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-size:11px;font-weight:800;color:#e2e9ff}.about-page-kicker i{width:6px;height:6px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(229,29,59,.12)}
.about-page-hero h1{font-size:55px;line-height:1.48;letter-spacing:-2px;margin:22px 0 18px;color:#fff;max-width:590px}.about-page-hero-copy p{font-size:15px;line-height:2.15;color:#d8e2ff;max-width:560px}
.about-page-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.about-page-stats{position:absolute;z-index:4;right:30px;left:30px;bottom:28px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.15);background:rgba(3,14,48,.76);border-radius:22px;box-shadow:0 18px 48px rgba(2,9,31,.24);overflow:hidden}
.about-page-stats>div{padding:18px 22px;display:flex;align-items:center;gap:12px;position:relative}.about-page-stats>div:not(:last-child):after{content:"";position:absolute;left:0;top:18px;bottom:18px;width:1px;background:rgba(255,255,255,.12)}.about-page-stats b{font-size:29px;color:#4f83ff}.about-page-stats span{font-size:10.5px;font-weight:700;color:#e6ebfb}
.about-page-story{background:#fff}.about-page-story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.about-page-story-visual{position:relative;min-height:610px}.about-page-story-visual>img{position:absolute;inset:0 40px 50px 0;width:calc(100% - 40px);height:calc(100% - 50px);object-fit:cover;border-radius:34px;box-shadow:0 28px 70px rgba(2,9,31,.14)}
.about-page-story-badge{position:absolute;right:0;bottom:0;width:285px;padding:21px 22px;border-radius:22px;background:linear-gradient(145deg,#123fd1,#061d63);color:#fff;box-shadow:0 18px 44px rgba(16,63,209,.25)}.about-page-story-badge small,.about-page-story-badge span{display:block;color:#dce5ff}.about-page-story-badge small{font-size:9.5px;font-weight:800}.about-page-story-badge b{display:block;font-size:19px;margin:4px 0}.about-page-story-badge span{font-size:10px;line-height:1.8}
.about-page-story-copy h2,.about-page-mission h2,.about-page-network h2,.about-page-cta h2{font-size:42px;line-height:1.55;letter-spacing:-1.4px;color:var(--navy-900);margin:10px 0 14px}.about-page-story-copy>p,.about-page-network-head p{font-size:14.5px;line-height:2.1;color:#606b80}
.about-page-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.about-page-principles article{padding:18px;border:1px solid var(--line);border-radius:20px;background:#fbfcff;transition:.25s}.about-page-principles article:hover{transform:translateY(-3px);border-color:rgba(16,63,209,.18);box-shadow:0 16px 36px rgba(2,9,31,.06)}.about-page-principles article>span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#edf2ff;color:var(--blue-700);font:900 10px/1 Arial}.about-page-principles b{display:block;margin-top:12px;font-size:13px;color:#0a214f}.about-page-principles p{font-size:10.7px;line-height:1.9;color:#768095;margin:6px 0 0}
.about-page-mission{padding:0 0 118px;background:#fff}.about-page-mission-shell{padding:44px;border-radius:34px;background:radial-gradient(circle at 12% 10%,rgba(27,83,237,.26),transparent 28%),linear-gradient(135deg,#04102f,#071b55 60%,#103fd1);box-shadow:0 28px 70px rgba(2,9,31,.14);color:#fff}.about-page-mission-copy{max-width:720px}.about-page-mission h2{color:#fff}.about-page-mission-copy p{color:#d8e2ff;font-size:14px;line-height:2}.about-page-mission .eyebrow{color:#9db7ff}.about-page-mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.about-page-mission-grid article{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.06)}.about-page-mission-grid i{font-style:normal;font:900 10px/1 Arial;color:#ff667a}.about-page-mission-grid b{display:block;font-size:14px;margin:11px 0 7px}.about-page-mission-grid span{display:block;font-size:10.8px;line-height:1.85;color:#c9d4f3}
.about-page-network{background:var(--paper)}.about-page-network-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.about-page-network-head>div{max-width:760px}.about-page-text-link{font-size:12px;font-weight:900;color:var(--blue-700);white-space:nowrap}.about-page-network-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px}.about-page-network-cards article{min-height:230px;padding:28px;border:1px solid rgba(7,23,63,.08);border-radius:28px;background:rgba(255,255,255,.86);box-shadow:0 18px 52px rgba(2,9,31,.055);position:relative;overflow:hidden}.about-page-network-cards article:before{content:"";position:absolute;width:110px;height:110px;border-radius:50%;left:-45px;top:-45px;background:rgba(16,63,209,.06)}.about-page-network-cards strong{display:block;font-size:19px;color:#071d50;margin-bottom:12px}.about-page-network-cards span{font-size:12px;line-height:2;color:#717b8e}
.about-page-cta{padding:24px 0 86px;background:var(--paper)}.about-page-cta-shell{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:42px 46px;border-radius:32px;background:#07163d;color:#fff;box-shadow:0 26px 70px rgba(2,9,31,.14)}.about-page-cta small{color:#8faeff;font-weight:900}.about-page-cta h2{color:#fff;font-size:32px;margin:6px 0}.about-page-cta p{font-size:12px;color:#cad5f2;margin:0}.about-page-cta-shell>div:last-child{display:flex;gap:10px;flex-wrap:wrap}
@media(max-width:900px){.about-page-hero-shell{min-height:760px}.about-page-hero-copy{width:auto;margin:0;padding:58px 34px 185px}.about-page-hero h1{font-size:45px}.about-page-stats{grid-template-columns:repeat(2,1fr)}.about-page-stats>div:nth-child(2):after{display:none}.about-page-story-grid{grid-template-columns:1fr;gap:46px}.about-page-story-visual{min-height:520px;order:2}.about-page-mission-grid,.about-page-network-cards{grid-template-columns:1fr}.about-page-network-head{align-items:flex-start;flex-direction:column}.about-page-cta-shell{grid-template-columns:1fr}}
@media(max-width:620px){.about-page-hero{padding-top:12px}.about-page-hero-shell{min-height:800px;border-radius:26px}.about-page-hero-shade{background:linear-gradient(0deg,rgba(3,12,39,.97),rgba(3,12,39,.48) 72%,rgba(3,12,39,.16))}.about-page-hero-copy{padding:38px 22px 205px}.about-page-hero h1{font-size:35px;line-height:1.62}.about-page-hero-copy p{font-size:12.5px}.about-page-actions{flex-direction:column}.about-page-actions .btn{width:100%}.about-page-stats{right:12px;left:12px;bottom:12px}.about-page-stats>div{padding:11px 12px}.about-page-stats b{font-size:22px}.about-page-stats span{font-size:9px}.about-page-story{padding-top:82px!important}.about-page-story-visual{min-height:430px}.about-page-story-visual>img{inset:0 18px 56px 0;width:calc(100% - 18px);height:calc(100% - 56px);border-radius:26px}.about-page-story-badge{width:225px;padding:17px}.about-page-story-copy h2,.about-page-mission h2,.about-page-network h2{font-size:31px}.about-page-principles{grid-template-columns:1fr}.about-page-mission{padding-bottom:82px}.about-page-mission-shell{padding:28px 20px;border-radius:26px}.about-page-network-cards article{min-height:auto}.about-page-cta{padding-bottom:82px}.about-page-cta-shell{padding:30px 22px;border-radius:26px}.about-page-cta h2{font-size:27px}.about-page-cta-shell>div:last-child{flex-direction:column}.about-page-cta-shell .btn{width:100%}}


/* V2.3.0 — premium back-to-top with scroll progress ring. */
.back-top{--back-progress:0deg!important;width:52px!important;height:52px!important;padding:3px!important;border:0!important;border-radius:50%!important;background:conic-gradient(var(--red) var(--back-progress),rgba(4,16,47,.18) 0)!important;box-shadow:0 18px 42px rgba(2,9,31,.24),0 0 0 1px rgba(255,255,255,.12)!important;isolation:isolate;overflow:visible}
.back-top:before{content:"";position:absolute;inset:-5px;border-radius:50%;background:rgba(16,63,209,.10);filter:blur(8px);opacity:0;transform:scale(.8);transition:.25s;z-index:-1}.back-top:hover:before{opacity:1;transform:scale(1)}
.back-top-core{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0a205c,#04102f);border:1px solid rgba(255,255,255,.12);color:#fff;transition:transform .24s ease,background .24s ease}.back-top .icon{width:20px;height:20px;stroke-width:2}.back-top:hover .back-top-core{transform:translateY(-2px);background:linear-gradient(145deg,var(--blue-700),#071d50)}.back-top:active .back-top-core{transform:translateY(0) scale(.96)}
@media(max-width:620px){.back-top{width:48px!important;height:48px!important}.back-top-core{width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){.back-top-core,.back-top:before{transition:none!important}}

/* === V2.3.1 About page — complete editorial redesign === */
.aboutx-hero{padding:34px 0 30px;background:linear-gradient(180deg,#fbfaf7 0%,#f3f1ea 100%);position:relative;overflow:hidden}
.aboutx-hero:before{content:"";position:absolute;width:620px;height:620px;left:-360px;top:-390px;border-radius:50%;border:1px solid rgba(11,67,203,.07);box-shadow:0 0 0 54px rgba(11,67,203,.018),0 0 0 108px rgba(11,67,203,.012);pointer-events:none}
.aboutx-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:70px;align-items:center;min-height:620px}
.aboutx-copy{padding:34px 0 42px;position:relative;z-index:2}.aboutx-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(11,67,203,.12);border-radius:999px;background:#fff;color:#27416d;font-size:10.5px;font-weight:900;box-shadow:0 8px 24px rgba(2,9,31,.04)}.aboutx-kicker i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(229,29,59,.09)}
.aboutx-copy h1{font-size:clamp(42px,4.4vw,68px);line-height:1.47;letter-spacing:-2.2px;margin:20px 0 17px;color:#071b4a;max-width:700px}.aboutx-copy>p{font-size:15px;line-height:2.18;color:#5d687a;max-width:650px;margin:0}.aboutx-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.aboutx-signature{margin-top:40px;padding-top:20px;border-top:1px solid rgba(6,22,63,.1);display:flex;justify-content:space-between;gap:20px;align-items:center}.aboutx-signature span{font-size:9.5px;color:#9199a7}.aboutx-signature b{font-size:10.5px;color:#273955;text-align:left}
.aboutx-visual{position:relative;min-height:570px}.aboutx-photo-main{position:absolute;inset:28px 34px 0 70px;border-radius:34px;overflow:hidden;box-shadow:0 30px 80px rgba(2,9,31,.16);background:#dfe6f2}.aboutx-photo-main:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,16,47,.34),transparent 48%)}.aboutx-photo-main img,.aboutx-photo-mini img{width:100%;height:100%;object-fit:cover}.aboutx-photo-mini{position:absolute;width:210px;height:180px;right:0;bottom:34px;border:7px solid #f5f3ed;border-radius:26px;overflow:hidden;box-shadow:0 20px 52px rgba(2,9,31,.16);z-index:3}.aboutx-years{position:absolute;left:0;top:0;width:170px;min-height:154px;border-radius:28px;background:linear-gradient(145deg,#07143b,#0b43cb);color:#fff;padding:22px 20px;box-shadow:0 24px 60px rgba(11,67,203,.22);z-index:4}.aboutx-years strong{font-size:46px;line-height:1;font-weight:950;letter-spacing:-2px}.aboutx-years strong span{font-size:22px;color:#ff6d83;vertical-align:top;margin-right:2px}.aboutx-years small{display:block;margin-top:13px;font-size:9.8px;line-height:1.85;color:#d4e0ff}.aboutx-orbit{position:absolute;width:120px;height:120px;left:38px;bottom:8px;border-radius:50%;border:1px solid rgba(11,67,203,.14);box-shadow:0 0 0 15px rgba(11,67,203,.035),0 0 0 30px rgba(11,67,203,.02);z-index:1}
.aboutx-statrail{display:grid;grid-template-columns:repeat(3,1fr) 1.25fr;border:1px solid rgba(6,22,63,.09);border-radius:25px;background:rgba(255,255,255,.86);box-shadow:0 16px 44px rgba(2,9,31,.05);overflow:hidden;margin-top:18px}.aboutx-statrail>div{min-height:105px;padding:20px 24px;position:relative}.aboutx-statrail>div:not(:last-child):after{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:rgba(6,22,63,.08)}.aboutx-statrail strong{display:block;font-size:28px;color:#0b43cb;line-height:1}.aboutx-statrail span{display:block;font-size:11px;font-weight:900;color:#182b4c;margin-top:7px}.aboutx-statrail small{display:block;font-size:9px;color:#8b94a5;margin-top:3px}.aboutx-statrail-note{display:flex!important;align-items:center;gap:12px;background:linear-gradient(135deg,#f8faff,#fff)}.aboutx-statrail-note i{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 0 8px rgba(229,29,59,.08);flex:0 0 auto}.aboutx-statrail-note span{margin:0;font-size:10.5px;line-height:1.8;color:#526078}
.aboutx-story{background:#fff}.aboutx-story-shell{display:grid;grid-template-columns:115px minmax(0,1.1fr) minmax(320px,.8fr);gap:36px;padding:46px;border:1px solid rgba(6,22,63,.08);border-radius:34px;background:linear-gradient(145deg,#fff,#fbfcff);box-shadow:0 24px 68px rgba(2,9,31,.055)}.aboutx-story-index{border-left:1px solid rgba(6,22,63,.09);display:flex;flex-direction:column;justify-content:space-between;padding-left:26px}.aboutx-story-index span{font:900 42px/1 Arial;color:#dce5fb}.aboutx-story-index small{font-size:9px;color:#7d8ba2;writing-mode:vertical-rl;transform:rotate(180deg)}.aboutx-story-copy h2{font-size:42px;line-height:1.58;letter-spacing:-1.3px;color:#071d50;margin:10px 0 14px}.aboutx-story-copy p{font-size:14px;line-height:2.15;color:#616d80;margin:0}.aboutx-story-points{display:grid;gap:9px}.aboutx-story-points article{padding:16px 17px;border-radius:18px;background:#f7f9fd;border:1px solid #e8edf5}.aboutx-story-points b{display:block;font-size:12px;color:#18355f}.aboutx-story-points span{display:block;font-size:9.8px;line-height:1.85;color:#7d8798;margin-top:5px}
.aboutx-system{padding:0 0 112px;background:#fff}.aboutx-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:34px}.aboutx-head h2{font-size:39px;line-height:1.65;letter-spacing:-1.2px;color:#071d50;margin:9px 0 0}.aboutx-head>p{font-size:13px;line-height:2.05;color:#6c778a;margin:0}.aboutx-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}.aboutx-flow:before{content:"";position:absolute;right:10%;left:10%;top:50px;height:1px;background:linear-gradient(90deg,transparent,#cdd9f4 15%,#cdd9f4 85%,transparent);z-index:0}.aboutx-flow article{position:relative;z-index:1;min-height:250px;padding:20px;border:1px solid #e4eaf3;border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(2,9,31,.045);transition:.25s}.aboutx-flow article:hover{transform:translateY(-4px);border-color:#c9d7f7;box-shadow:0 20px 48px rgba(2,9,31,.07)}.aboutx-flow article>span{font:900 9px/1 Arial;color:#9aa9c1}.aboutx-flow i{width:58px;height:58px;border-radius:19px;margin:14px 0 17px;display:grid;place-items:center;background:linear-gradient(145deg,#edf3ff,#fff);border:1px solid #dbe6fb;color:#0b43cb;box-shadow:0 10px 24px rgba(11,67,203,.07)}.aboutx-flow svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.aboutx-flow b{display:block;font-size:14px;color:#102c57}.aboutx-flow p{font-size:10.5px;line-height:1.95;color:#7c8798;margin:8px 0 0}
.aboutx-mission{background:linear-gradient(180deg,#f4f2ec,#f8f7f3)}.aboutx-mission-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.aboutx-index{display:block;font:900 9px/1.6 Arial;color:#0b43cb;letter-spacing:.5px}.aboutx-mission-copy h2{font-size:43px;line-height:1.55;letter-spacing:-1.4px;color:#071d50;margin:12px 0 13px}.aboutx-mission-copy p{font-size:14px;line-height:2.1;color:#626e80;margin:0}.aboutx-textlink{display:inline-block;margin-top:22px;font-size:11px;font-weight:900;color:#0b43cb}.aboutx-values{display:grid;gap:12px}.aboutx-values article{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:20px 22px;border-radius:21px;background:#fff;border:1px solid rgba(6,22,63,.08);box-shadow:0 12px 36px rgba(2,9,31,.035)}.aboutx-values strong{font:900 12px/1 Arial;color:#b8c6e2;padding-top:4px}.aboutx-values b{display:block;font-size:14px;color:#14315c}.aboutx-values span{display:block;font-size:10.5px;line-height:1.9;color:#7a8496;margin-top:5px}
.aboutx-network{padding:112px 0;background:#06143c}.aboutx-network-shell{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:center}.aboutx-index.light{color:#8aa8f8}.aboutx-network-copy h2{font-size:42px;line-height:1.58;letter-spacing:-1.4px;color:#fff;margin:12px 0 14px}.aboutx-network-copy p{font-size:13.5px;line-height:2.05;color:#c7d3ef;margin:0 0 24px}.aboutx-network-bento{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:170px 170px;gap:10px}.aboutx-bento-photo{grid-row:1/3;position:relative;overflow:hidden;border-radius:26px;border:1px solid rgba(255,255,255,.1)}.aboutx-bento-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,12,39,.66),transparent 58%)}.aboutx-bento-photo img{width:100%;height:100%;object-fit:cover}.aboutx-bento-photo span{position:absolute;z-index:2;right:18px;bottom:16px;color:#fff;font-size:10px;font-weight:900}.aboutx-network-bento article{padding:20px;border-radius:22px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.aboutx-network-bento article:last-child{grid-column:2/4}.aboutx-network-bento strong{font-size:32px;color:#78a0ff;line-height:1}.aboutx-network-bento b{font-size:12px;margin-top:7px}.aboutx-network-bento span{font-size:9px;color:#9fafd2;margin-top:3px}
.aboutx-cta{padding:28px 0 90px;background:#06143c}.aboutx-cta-shell{display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:38px 42px;border-radius:30px;background:#fff;color:#071d50;box-shadow:0 26px 70px rgba(0,0,0,.18)}.aboutx-cta small{font-size:9px;font-weight:900;color:#0b43cb}.aboutx-cta h2{font-size:29px;line-height:1.65;letter-spacing:-.8px;margin:7px 0 0}.aboutx-cta-shell>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.aboutx-cta .btn-ghost{background:#f6f8fc}
@media(max-width:1000px){.aboutx-hero-grid{grid-template-columns:1fr;gap:20px}.aboutx-copy{padding-bottom:12px}.aboutx-visual{min-height:530px}.aboutx-statrail{grid-template-columns:repeat(2,1fr)}.aboutx-statrail>div:nth-child(2):after{display:none}.aboutx-story-shell{grid-template-columns:80px 1fr}.aboutx-story-points{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.aboutx-system{padding-bottom:90px}.aboutx-head{grid-template-columns:1fr;gap:18px}.aboutx-flow{grid-template-columns:repeat(2,1fr)}.aboutx-flow:before{display:none}.aboutx-mission-grid,.aboutx-network-shell{grid-template-columns:1fr}.aboutx-network-bento{min-height:360px}.aboutx-cta-shell{grid-template-columns:1fr}}
@media(max-width:620px){.aboutx-hero{padding-top:16px}.aboutx-copy h1{font-size:36px;line-height:1.6;letter-spacing:-1.2px}.aboutx-copy>p{font-size:12.5px}.aboutx-actions{flex-direction:column}.aboutx-actions .btn{width:100%}.aboutx-signature{align-items:flex-start;flex-direction:column;gap:5px}.aboutx-visual{min-height:420px}.aboutx-photo-main{inset:28px 18px 0 42px;border-radius:26px}.aboutx-photo-mini{width:145px;height:125px;border-width:5px;border-radius:20px;bottom:18px}.aboutx-years{width:130px;min-height:118px;padding:16px;border-radius:22px}.aboutx-years strong{font-size:34px}.aboutx-years small{font-size:8px;margin-top:8px}.aboutx-statrail{grid-template-columns:1fr 1fr;border-radius:20px}.aboutx-statrail>div{min-height:92px;padding:15px}.aboutx-statrail strong{font-size:23px}.aboutx-statrail-note{grid-column:1/-1}.aboutx-story{padding-top:76px!important}.aboutx-story-shell{display:block;padding:24px 20px;border-radius:25px}.aboutx-story-index{display:none}.aboutx-story-copy h2,.aboutx-mission-copy h2,.aboutx-network-copy h2{font-size:31px}.aboutx-story-copy p,.aboutx-mission-copy p,.aboutx-network-copy p{font-size:12px}.aboutx-story-points{grid-template-columns:1fr;margin-top:22px}.aboutx-head h2{font-size:30px}.aboutx-flow{grid-template-columns:1fr}.aboutx-flow article{min-height:auto}.aboutx-mission{padding-top:82px!important;padding-bottom:82px!important}.aboutx-mission-grid{gap:34px}.aboutx-network{padding:82px 0}.aboutx-network-bento{grid-template-columns:1fr 1fr;grid-template-rows:230px 125px 125px}.aboutx-bento-photo{grid-column:1/-1;grid-row:auto}.aboutx-network-bento article:last-child{grid-column:1/-1}.aboutx-cta{padding-bottom:82px}.aboutx-cta-shell{padding:28px 22px;border-radius:24px}.aboutx-cta h2{font-size:24px}.aboutx-cta-shell>div:last-child{flex-direction:column}.aboutx-cta-shell .btn{width:100%}}

/* === V2.5.0 English/LTR polish === */
.morghak-dir-ltr .morghak-site-root .process-grid{direction:ltr!important}
.morghak-dir-ltr .morghak-site-root .process-grid .step{direction:ltr;text-align:center}
@media (min-width:901px){
  .morghak-dir-ltr .morghak-site-root .process-grid:after{
    left:10%;right:10%;
    background:linear-gradient(90deg,var(--blue-700),var(--blue-600) 68%,var(--red));
    transform-origin:left center;
  }
  .morghak-dir-ltr .morghak-site-root .process-runner{left:10%;right:auto}
  .morghak-dir-ltr .morghak-site-root .process-shell.timeline-run .process-runner{animation-name:processRunnerLTR}
  .morghak-dir-ltr .morghak-site-root .process-arrow-head{
    left:auto;right:calc(10% - 1px);
    border-right:0;border-left:8px solid var(--red);
    transform:translateX(-5px)
  }
  .morghak-dir-ltr .morghak-site-root .process-shell.timeline-run .process-arrow-head{transform:none}
}
@keyframes processRunnerLTR{0%{left:10%}100%{left:calc(90% - 10px)}}

.morghak-dir-ltr .morghak-site-root .aboutx-copy h1{line-height:1.08;letter-spacing:-.045em;max-width:760px}
.morghak-dir-ltr .morghak-site-root .aboutx-copy>p{line-height:1.75;font-size:15.5px;max-width:680px}
.morghak-dir-ltr .morghak-site-root .aboutx-signature b{text-align:left;line-height:1.55;max-width:330px}
.morghak-dir-ltr .morghak-site-root .aboutx-statrail>div:not(:last-child):after{left:auto;right:0}
.morghak-dir-ltr .morghak-site-root .aboutx-story-index{border-left:0;border-right:1px solid rgba(6,22,63,.09);padding-left:0;padding-right:26px}
.morghak-dir-ltr .morghak-site-root .aboutx-story-index small{writing-mode:vertical-rl;transform:none}
.morghak-dir-ltr .morghak-site-root .aboutx-story-copy h2,
.morghak-dir-ltr .morghak-site-root .aboutx-head h2,
.morghak-dir-ltr .morghak-site-root .aboutx-mission-copy h2,
.morghak-dir-ltr .morghak-site-root .aboutx-network-copy h2{line-height:1.15;letter-spacing:-.035em}
.morghak-dir-ltr .morghak-site-root .aboutx-story-copy p,
.morghak-dir-ltr .morghak-site-root .aboutx-head>p,
.morghak-dir-ltr .morghak-site-root .aboutx-mission-copy p,
.morghak-dir-ltr .morghak-site-root .aboutx-network-copy p{line-height:1.75}
.morghak-dir-ltr .morghak-site-root .aboutx-bento-photo span{right:auto;left:18px}
.morghak-dir-ltr .morghak-site-root .aboutx-values article{grid-template-columns:54px minmax(0,1fr)}
.morghak-dir-ltr .morghak-site-root .aboutx-flow article{text-align:left}
.morghak-dir-ltr .morghak-site-root .aboutx-textlink{direction:ltr}
.morghak-dir-ltr .morghak-site-root .aboutx-cta h2{line-height:1.25;letter-spacing:-.025em}

/* English hero has no duplicate lower CTA buttons in V2.5.0; tighten the copy rhythm. */
.morghak-lang-en .morghak-home-root .hero-v10-copy{max-width:720px}
.morghak-lang-en .morghak-home-root .hero-v10-copy p{max-width:660px}
.morghak-lang-en .morghak-home-root .hero-v10-copy .hero-chip{margin-bottom:2px}

@media(max-width:1000px){
  .morghak-dir-ltr .morghak-site-root .aboutx-story-index{border-right:1px solid rgba(6,22,63,.09)}
  .morghak-dir-ltr .morghak-site-root .aboutx-statrail>div:nth-child(2):after{display:none}
}
@media(max-width:900px){
  .morghak-lang-en .morghak-home-root .hero-main{padding-bottom:22px!important}
  .morghak-lang-en .morghak-home-root .hero-v10-copy{max-width:none}
  .morghak-dir-ltr .morghak-site-root .process-grid{direction:ltr}
  .morghak-dir-ltr .morghak-site-root .step{text-align:center}
}
@media(max-width:620px){
  .morghak-dir-ltr .morghak-site-root .aboutx-copy h1{font-size:38px;line-height:1.08;letter-spacing:-.04em}
  .morghak-dir-ltr .morghak-site-root .aboutx-copy>p{font-size:13.5px;line-height:1.7}
  .morghak-dir-ltr .morghak-site-root .aboutx-signature b{text-align:left;max-width:none}
  .morghak-dir-ltr .morghak-site-root .aboutx-story-copy h2,
  .morghak-dir-ltr .morghak-site-root .aboutx-head h2,
  .morghak-dir-ltr .morghak-site-root .aboutx-mission-copy h2,
  .morghak-dir-ltr .morghak-site-root .aboutx-network-copy h2{font-size:31px;line-height:1.15}
  .morghak-dir-ltr .morghak-site-root .aboutx-story-copy p,
  .morghak-dir-ltr .morghak-site-root .aboutx-head>p,
  .morghak-dir-ltr .morghak-site-root .aboutx-mission-copy p,
  .morghak-dir-ltr .morghak-site-root .aboutx-network-copy p{line-height:1.7}
  .morghak-lang-en .morghak-home-root .hero-v10-copy h1{font-size:34px!important;line-height:1.08!important;letter-spacing:-.04em!important}
  .morghak-lang-en .morghak-home-root .hero-v10-copy p{font-size:13px;line-height:1.65}
  .morghak-lang-en .morghak-home-root .hero-statbar span{font-size:9px!important;line-height:1.35}
}

/* V2.5.0 English responsive hardening */
.morghak-dir-ltr .morghak-site-root .hero-v10-copy{direction:ltr!important;text-align:left!important}
.morghak-dir-ltr .morghak-site-root .hero-v10-copy h1,
.morghak-dir-ltr .morghak-site-root .hero-v10-copy p{direction:ltr;text-align:left}
@media (min-width:901px) and (max-width:1180px){
  .morghak-lang-en .morghak-site-root .nav{grid-template-columns:190px minmax(0,1fr) 285px!important;gap:10px!important}
  .morghak-lang-en .morghak-site-root .brand-txt span{display:none}
  .morghak-lang-en .morghak-site-root .menu{gap:12px!important;font-size:10.8px!important;white-space:nowrap}
  .morghak-lang-en .morghak-site-root .nav-actions{gap:6px!important}
  .morghak-lang-en .morghak-site-root .purchase-btn{font-size:10.8px!important;padding-left:12px!important;gap:7px!important}
  .morghak-lang-en .morghak-site-root .lang-current{min-width:66px!important}
}
@media (max-width:900px){
  .morghak-lang-en .morghak-site-root .menu{direction:ltr;text-align:left}
  .morghak-lang-en .morghak-site-root .menu a{text-align:left;justify-content:flex-start}
  .morghak-lang-en .morghak-site-root .nav-actions .mobile-toggle{display:grid!important}
}
@media (max-width:420px){
  .morghak-lang-en .morghak-site-root .purchase-btn{font-size:0!important;width:44px;padding:0!important;justify-content:center}
  .morghak-lang-en .morghak-site-root .purchase-btn .purchase-badge{margin:0}
  .morghak-lang-en .morghak-site-root .lang-current{min-width:52px!important}
  .morghak-lang-en .morghak-site-root .brand-logo{width:48px;height:48px}
}

/* V2.7.0 — Elementor pages inside the Morghak global shell */
.morghak-elementor-page{width:100%;min-width:0;overflow:clip}
.morghak-elementor-page>.elementor{width:100%}
body.morghak-elementor-shell .morghak-elementor-page .elementor-section-wrap,
body.morghak-elementor-shell .morghak-elementor-page .e-con{max-width:100%}
@media(max-width:767px){.morghak-elementor-page{overflow:hidden}}

/* === V2.8.0 — English visual direction, language menu, search & 404 === */
/* English home hero mirrors the Persian composition: copy starts on the left, image breathes on the right. */
@media (min-width:901px){
  .morghak-lang-en .morghak-home-root .hero-main{
    grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)!important;
    direction:ltr!important;
  }
  .morghak-lang-en .morghak-home-root .hero-v10-copy{
    grid-column:1!important;
    justify-self:start!important;
    align-self:center!important;
    text-align:left!important;
    max-width:650px!important;
  }
  .morghak-lang-en .morghak-home-root .hero-stage-shade{
    background:linear-gradient(90deg,rgba(3,12,39,.985) 0%,rgba(3,12,39,.90) 27%,rgba(3,12,39,.36) 59%,rgba(3,12,39,.11) 100%),linear-gradient(0deg,rgba(3,12,39,.66),transparent 48%)!important;
  }
  .morghak-lang-en .morghak-home-root .hero-stage:after{left:auto!important;right:4.5%!important}
}
@media (max-width:900px){
  .morghak-lang-en .morghak-home-root .hero-main{direction:ltr!important}
  .morghak-lang-en .morghak-home-root .hero-v10-copy{order:1!important;text-align:left!important}
}

/* Language switcher: centered options and a single check mark for the active language. */
.morghak-site-root .lang-menu{padding:9px!important}
.morghak-site-root .lang-menu button{
  min-height:50px!important;
  height:auto!important;
  grid-template-columns:40px minmax(0,1fr) 24px!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  text-align:center!important;
  padding:8px 10px!important;
}
.morghak-site-root .lang-menu button b,
.morghak-site-root .lang-menu button span,
.morghak-site-root .lang-menu button i{display:block;text-align:center!important;justify-self:center}
.morghak-site-root .lang-menu .lang-check{width:24px;font-size:16px!important;line-height:1;color:var(--blue-700)!important;font-weight:950!important}
.morghak-site-root .lang-menu button.active .lang-check{color:var(--blue-700)!important}
.morghak-dir-rtl .morghak-site-root .lang-menu,
.morghak-dir-ltr .morghak-site-root .lang-menu{direction:ltr}

/* Search results */
.morghak-system-hero{position:relative;padding:72px 0 44px;background:radial-gradient(circle at 82% 4%,rgba(26,92,255,.10),transparent 34%),linear-gradient(180deg,#fbfaf7,#f4f5f8);overflow:hidden}
.morghak-system-hero:before{content:"";position:absolute;inset:auto -180px -260px auto;width:520px;height:520px;border:1px solid rgba(11,67,203,.07);border-radius:50%;box-shadow:0 0 0 58px rgba(11,67,203,.018),0 0 0 116px rgba(11,67,203,.012);pointer-events:none}
.system-hero-copy{position:relative;z-index:1;max-width:760px}
.system-hero-copy h1{margin:8px 0 12px;font-size:clamp(38px,5vw,66px);line-height:1.15;color:var(--navy-900);letter-spacing:-1.6px}
.system-hero-copy p{margin:0;color:#68748b;line-height:1.95;max-width:720px}
.system-search-form{position:relative;z-index:1;margin-top:28px;width:min(760px,100%);display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:12px;align-items:center;background:#fff;border:1px solid rgba(6,22,63,.10);border-radius:20px;padding:8px 9px 8px 17px;box-shadow:0 18px 48px rgba(2,9,31,.08)}
.system-search-form>svg{width:22px;height:22px;fill:none;stroke:var(--blue-700);stroke-width:1.8}
.system-search-form input{height:48px;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--ink);font:inherit;font-size:14px;padding:0}
.system-search-form button{height:48px;border:0;padding:0 22px;background:linear-gradient(135deg,var(--blue-700),#1a5cff);color:#fff;font:850 12px/1 inherit;cursor:pointer;box-shadow:0 10px 26px rgba(11,67,203,.18)}
.morghak-dir-rtl .system-search-form input{direction:rtl;text-align:right}.morghak-dir-ltr .system-search-form input{direction:ltr;text-align:left}
.morghak-search-results{padding-top:54px!important}
.system-results-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid rgba(6,22,63,.08);margin-bottom:26px}
.system-results-head span{font-size:11px;font-weight:900;color:var(--blue-700)}
.system-results-head h2{font-size:28px;margin:5px 0 0;color:var(--navy-900)}
.system-results-head small{color:#7c879b;line-height:1.8}
.system-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.system-result-card{min-width:0;background:#fff;border:1px solid rgba(6,22,63,.09);border-radius:24px;overflow:hidden;box-shadow:0 14px 38px rgba(2,9,31,.055);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.system-result-card:hover{transform:translateY(-4px);border-color:rgba(11,67,203,.17);box-shadow:0 22px 54px rgba(2,9,31,.09)}
.system-result-media{display:block;height:178px;background:linear-gradient(145deg,#edf2ff,#f7f8fb);overflow:hidden}
.system-result-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.system-result-card:hover .system-result-media img{transform:scale(1.035)}
.system-result-placeholder{height:100%;display:grid;place-items:center}.system-result-placeholder svg{width:48px;height:48px;fill:none;stroke:rgba(11,67,203,.42);stroke-width:1.4}
.system-result-copy{padding:19px 19px 21px}.system-result-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.system-result-meta span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef3ff;color:var(--blue-700);font-size:9.5px;font-weight:900}
.system-result-copy h3{font-size:18px;line-height:1.55;margin:0 0 8px}.system-result-copy h3 a{color:var(--navy-900)}.system-result-copy p{font-size:11.5px!important;line-height:1.9;color:#748096;margin:0;min-height:66px}
.system-result-link{display:inline-flex;align-items:center;gap:7px;margin-top:15px;font-size:11px;font-weight:900;color:var(--blue-700)}.system-result-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.morghak-dir-rtl .system-result-link svg{transform:scaleX(-1)}
.system-pagination{margin-top:34px}.system-pagination .page-numbers{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.system-pagination a,.system-pagination span{min-width:40px;height:40px;padding:0 11px;border:1px solid rgba(6,22,63,.10);background:#fff;border-radius:12px;display:grid;place-items:center;color:#44506a;font-size:11px;font-weight:850}.system-pagination .current{background:var(--blue-700);color:#fff;border-color:var(--blue-700)}
.system-empty-state{max-width:720px;margin:18px auto 0;text-align:center;background:#fff;border:1px solid rgba(6,22,63,.09);border-radius:28px;padding:48px 34px;box-shadow:0 18px 50px rgba(2,9,31,.055)}
.system-empty-icon{width:72px;height:72px;border-radius:22px;background:#eef3ff;color:var(--blue-700);display:grid;place-items:center;margin:0 auto 18px}.system-empty-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6}.system-empty-state h2{font-size:26px;margin:0 0 10px;color:var(--navy-900)}.system-empty-state p{color:#748096;line-height:1.9;max-width:560px;margin:0 auto}.system-empty-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px}

/* 404 */
.morghak-404-shell{min-height:620px;display:grid;place-items:center;padding:74px 0 86px;background:radial-gradient(circle at 12% 10%,rgba(26,92,255,.11),transparent 28%),radial-gradient(circle at 90% 92%,rgba(229,29,59,.05),transparent 24%),linear-gradient(180deg,#fbfaf7,#f3f4f7)}
.notfound-card{max-width:880px;margin:0 auto;text-align:center;background:rgba(255,255,255,.92);border:1px solid rgba(6,22,63,.09);border-radius:34px;padding:44px 54px 48px;box-shadow:0 28px 80px rgba(2,9,31,.08);backdrop-filter:blur(10px)}
.notfound-art{height:126px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--blue-700);font-weight:950;font-size:88px;line-height:1;letter-spacing:-5px;margin-bottom:10px}.notfound-art svg{width:104px;height:104px;fill:none;stroke:rgba(11,67,203,.22);stroke-width:1.4}.notfound-art svg path{stroke:rgba(229,29,59,.44)}
.notfound-card h1{font-size:clamp(34px,4.4vw,54px);line-height:1.2;margin:8px 0 12px;color:var(--navy-900);letter-spacing:-1.2px}.notfound-card>p{max-width:680px;margin:0 auto;color:#6f7b91;line-height:1.95}.notfound-search{margin:28px auto 0}.notfound-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:23px}.notfound-contact{font-size:11px;font-weight:900;color:var(--blue-700);padding:12px 8px}
.morghak-dir-ltr .system-hero-copy,.morghak-dir-ltr .system-results-head,.morghak-dir-ltr .system-result-copy{text-align:left}.morghak-dir-rtl .system-hero-copy,.morghak-dir-rtl .system-results-head,.morghak-dir-rtl .system-result-copy{text-align:right}
@media(max-width:960px){.system-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.morghak-system-hero{padding-top:54px}.notfound-card{padding:38px 30px}}
@media(max-width:620px){.morghak-system-hero{padding:38px 0 30px}.system-hero-copy h1{font-size:36px}.system-search-form{grid-template-columns:22px minmax(0,1fr) auto;border-radius:17px;padding:6px 7px 6px 12px}.system-search-form input{font-size:12.5px;height:44px}.system-search-form button{height:44px;padding:0 14px;font-size:10.5px}.system-result-grid{grid-template-columns:1fr}.system-results-head{align-items:flex-start;flex-direction:column;gap:7px}.system-result-media{height:190px}.system-empty-state{padding:34px 20px;border-radius:23px}.morghak-404-shell{padding:46px 0 72px;min-height:560px}.notfound-card{padding:30px 18px 34px;border-radius:26px}.notfound-art{height:92px;font-size:62px}.notfound-art svg{width:76px;height:76px}.notfound-card h1{font-size:34px}.notfound-actions{flex-direction:column}.notfound-actions .btn,.notfound-actions .notfound-contact{width:100%}}
