
: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}


/* Branches page — additive only. Base V19 typography/theme above is untouched. */
.branches-page{min-height:100vh;background:linear-gradient(180deg,#f7f5ef 0%,#fbfaf7 42%,#f6f5f1 100%);padding-bottom:96px}
.branches-hero{padding:72px 0 44px;position:relative;overflow:hidden}
.branches-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(16,79,229,.10),transparent 32%),radial-gradient(circle at 16% 5%,rgba(229,29,59,.055),transparent 23%);pointer-events:none}
.branches-hero .wrap{position:relative}
.branches-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--blue-700);font-size:12px;font-weight:800;letter-spacing:.02em;margin-bottom:15px}
.branches-kicker:before{content:"";width:22px;height:2px;border-radius:2px;background:var(--red)}
.branches-title{font-size:clamp(34px,4.1vw,58px);line-height:1.28;letter-spacing:-.045em;color:var(--navy-950);margin:0;max-width:850px}
.branches-lead{max-width:780px;margin:18px 0 0;color:#617089;font-size:15px;line-height:2.05}
.branches-breadcrumb{display:flex;gap:7px;align-items:center;margin-top:24px;color:#8792a7;font-size:12px}.branches-breadcrumb a{color:var(--blue-700);font-weight:700}.branches-breadcrumb svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}
.branches-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.72fr);gap:24px;align-items:start}
.map-card,.branch-info-card,.province-browser{border:1px solid rgba(6,22,63,.075);background:rgba(255,255,255,.94);box-shadow:0 24px 60px rgba(2,9,31,.075);border-radius:28px}
.map-card{padding:22px;position:relative;overflow:hidden}.map-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,79,229,.025),transparent 45%);pointer-events:none}
.map-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;position:relative;z-index:2;margin-bottom:10px}.map-toolbar strong{font-size:15px;color:var(--navy-950)}.map-toolbar span{font-size:11px;color:#8a94a8}
.map-legend{display:flex;gap:12px;align-items:center;font-size:10px;color:#7b879d}.legend-item{display:inline-flex;align-items:center;gap:5px}.legend-dot{width:8px;height:8px;border-radius:50%;background:#dce4ef}.legend-dot.has{background:var(--blue-650)}
.iran-map-wrap{position:relative;min-height:560px;display:grid;place-items:center;padding:4px 12px 0}
#iranBranchesMap{width:100%;max-width:660px;height:auto;display:none;overflow:visible;filter:drop-shadow(0 18px 28px rgba(4,16,47,.08))}
#iranBranchesMap.is-ready{display:block}.province-path{fill:#e8edf4;stroke:#fff;stroke-width:2.2;cursor:pointer;transition:fill .18s ease,transform .18s ease,filter .18s ease;transform-box:fill-box;transform-origin:center}.province-path:hover,.province-path:focus{fill:#bfcff5;outline:none;filter:drop-shadow(0 4px 5px rgba(16,79,229,.15))}.province-path.has-office{fill:#7fa5ff}.province-path.has-office:hover{fill:#4d79ee}.province-path.is-selected{fill:var(--red);filter:drop-shadow(0 6px 9px rgba(229,29,59,.23))}
.map-tooltip{position:fixed;z-index:9999;pointer-events:none;background:#06163f;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:7px 10px;font-size:11px;font-weight:700;box-shadow:0 10px 30px rgba(2,9,31,.22);opacity:0;transform:translate(-50%,-120%);transition:opacity .12s ease}.map-tooltip.show{opacity:1}
.map-fallback{width:min(100%,590px);min-height:485px;border-radius:24px;background:linear-gradient(155deg,#f8fafc,#edf2f8);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;position:relative;overflow:hidden}.map-fallback:before{content:"";position:absolute;width:380px;height:310px;border:46px solid rgba(11,67,203,.075);border-radius:54% 42% 50% 40%;transform:rotate(-12deg) skewX(-8deg)}.map-fallback svg{width:62px;height:62px;stroke:var(--blue-700);fill:none;stroke-width:1.5;position:relative}.map-fallback b{margin-top:15px;color:var(--navy-950);font-size:15px;position:relative}.map-fallback span{max-width:390px;text-align:center;color:#8a94a8;font-size:11px;line-height:1.9;margin-top:7px;position:relative}
.branch-info-card{position:sticky;top:112px;overflow:hidden}.branch-info-top{background:linear-gradient(145deg,var(--navy-950),#08266a 68%,#104fe5);padding:25px 25px 22px;color:#fff;position:relative}.branch-info-top:after{content:"";position:absolute;width:145px;height:145px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-55px;top:-55px}.branch-province-label{font-size:10px;font-weight:700;opacity:.65;letter-spacing:.05em}.branch-province-name{font-size:28px;font-weight:900;margin-top:4px;letter-spacing:-.03em}.branch-status{display:inline-flex;align-items:center;gap:6px;margin-top:12px;border-radius:999px;padding:5px 9px;background:rgba(255,255,255,.11);font-size:10px}.branch-status i{width:6px;height:6px;border-radius:50%;background:#77e2ad}.branch-info-body{padding:22px 25px 25px;min-height:310px;transition:opacity .16s ease,transform .16s ease}.branch-info-body.is-switching{opacity:.2;transform:translateY(5px)}
.office-name{font-size:18px;color:var(--navy-950);font-weight:900;line-height:1.7}.office-sub{font-size:11px;color:#8b96a9;margin-top:2px}.detail-row{display:grid;grid-template-columns:38px 1fr;gap:11px;padding:16px 0;border-bottom:1px solid #edf0f5;align-items:start}.detail-row:last-of-type{border-bottom:0}.detail-icon{width:38px;height:38px;border-radius:12px;background:#f0f4fb;display:grid;place-items:center;color:var(--blue-700)}.detail-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.detail-row small{display:block;color:#9aa4b4;font-size:9.5px;margin-bottom:3px}.detail-row b,.detail-row a{font-size:12px;line-height:1.85;color:#253755;font-weight:750}.detail-row a:hover{color:var(--blue-700)}.branch-action{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.branch-action a,.branch-action button{height:43px;border-radius:13px;border:1px solid #dfe5ef;background:#fff;color:var(--navy-950);font:inherit;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.branch-action .primary{background:var(--blue-650);color:#fff;border-color:var(--blue-650)}.branch-action svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}
.no-office{padding:12px 0 2px}.no-office-mark{width:48px;height:48px;border-radius:15px;background:#f2f5fa;display:grid;place-items:center;color:#8c9ab0;margin-bottom:13px}.no-office-mark svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}.no-office h3{font-size:16px;color:var(--navy-950);margin:0 0 6px}.no-office p{font-size:11px;color:#8692a7;line-height:1.95;margin:0}.central-contact{margin-top:18px;padding:13px;border-radius:14px;background:#f7f9fc;border:1px solid #e7ebf1}.central-contact small{display:block;color:#8e99aa;font-size:9px}.central-contact a{display:block;margin-top:3px;color:var(--blue-700);font-weight:900;font-size:14px;direction:ltr;text-align:right}
.province-browser{margin-top:24px;padding:20px}.province-browser-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.province-browser-head strong{font-size:13px;color:var(--navy-950)}.province-search{position:relative;width:min(320px,100%)}.province-search svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:#8894a8;fill:none;stroke-width:1.8}.province-search input{width:100%;height:40px;padding:0 38px 0 12px;border-radius:12px;border:1px solid #e0e5ed;background:#fbfcfd;font:inherit;font-size:11px;outline:none}.province-search input:focus{border-color:#98b3f4;box-shadow:0 0 0 3px rgba(16,79,229,.08)}.province-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.province-chip{border:1px solid #e2e7ef;background:#fafbfc;color:#52627a;border-radius:10px;height:36px;padding:0 7px;font:inherit;font-size:10px;font-weight:650;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.15s ease}.province-chip:hover{border-color:#b8c9ef;color:var(--blue-700);background:#f4f7ff}.province-chip.has-office{border-color:#c6d4f6;background:#f0f5ff;color:#244fae}.province-chip.is-selected{background:var(--navy-950);border-color:var(--navy-950);color:#fff}.province-chip[hidden]{display:none}
.branch-note{margin-top:16px;font-size:10px;color:#9aa4b5;line-height:1.9}.branch-note b{color:#6f7c91}
@media(max-width:1050px){.branches-shell{grid-template-columns:1fr}.branch-info-card{position:relative;top:auto}.iran-map-wrap{min-height:510px}.province-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:720px){.branches-page{padding-bottom:76px}.branches-hero{padding:44px 0 30px}.branches-title{font-size:34px}.branches-lead{font-size:13px}.map-card{padding:14px;border-radius:22px}.iran-map-wrap{min-height:390px;padding:0}.map-toolbar{align-items:flex-start;flex-direction:column}.map-legend{align-self:flex-end}.branch-info-card{border-radius:22px}.branch-info-top{padding:20px}.branch-info-body{padding:19px 20px}.province-browser{padding:15px;border-radius:22px}.province-browser-head{align-items:stretch;flex-direction:column}.province-search{width:100%}.province-grid{grid-template-columns:repeat(3,1fr)}.branch-action{grid-template-columns:1fr}.map-fallback{min-height:360px}}
@media(max-width:410px){.province-grid{grid-template-columns:repeat(2,1fr)}}

/* Branches refinement — page-specific only; V19 base typography remains unchanged. */
.branches-content{padding-bottom:88px}
.branches-hero{padding:58px 0 32px}
.branches-title{font-size:clamp(34px,3.35vw,50px);line-height:1.38;letter-spacing:-.035em}
.branches-lead{max-width:720px;margin-top:13px;font-size:14px;line-height:2}
.branches-shell{gap:20px}
.map-card,.branch-info-card,.province-browser{border-radius:24px}
.map-card{padding:24px}
.iran-map-wrap{min-height:535px}
.branch-info-card{top:104px}
.branch-status.is-neutral i{background:#9aa6ba;box-shadow:none}
.branch-empty-state{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;color:#6d7890}
.branch-empty-icon{width:58px;height:58px;border-radius:18px;background:#eef3ff;color:var(--blue-700);display:grid;place-items:center;margin-bottom:16px}
.branch-empty-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7}
.branch-empty-state b{color:var(--navy-950);font-size:15px}.branch-empty-state p{font-size:11px;line-height:2;max-width:290px;margin:8px 0 0}
.province-browser-head>div{display:grid;gap:3px}.province-browser-head>div span{font-size:9.5px;color:#8c97aa}
.province-chip.has-office:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue-650);margin-right:5px;box-shadow:0 0 0 3px rgba(16,79,229,.09)}
.detail-row a{font-weight:800;color:var(--navy-950)}
@media(max-width:900px){.branches-hero{padding:38px 0 26px}.branches-shell{grid-template-columns:1fr}.branch-info-card{position:relative;top:auto}.iran-map-wrap{min-height:430px}.branch-empty-state{min-height:220px}}
@media(max-width:620px){.branches-content{padding-bottom:68px}.branches-hero{padding:30px 0 22px}.branches-title{font-size:34px}.branches-lead{font-size:12.5px}.map-card,.branch-info-card,.province-browser{border-radius:20px}.map-card{padding:16px}.iran-map-wrap{min-height:360px;padding-inline:0}.map-toolbar{align-items:flex-start}.map-legend{display:none}.province-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.province-browser-head{align-items:stretch}.province-search{width:100%}.province-search input{width:100%}}


/* ===== V19 Market Dashboard ===== */
.market-page{background:linear-gradient(180deg,#fbfaf6 0,#f3f0e9 320px,#fff 720px)}
.market-hero{padding:48px 0 30px;position:relative;overflow:hidden}.market-hero:before{content:"";position:absolute;width:720px;height:720px;border:1px solid rgba(11,67,203,.05);border-radius:50%;left:-470px;top:-520px;box-shadow:0 0 0 54px rgba(11,67,203,.014),0 0 0 108px rgba(11,67,203,.009)}
.market-hero-shell{position:relative;overflow:hidden;border-radius:36px;min-height:370px;padding:46px 48px;background:radial-gradient(circle at 13% 13%,rgba(44,103,255,.36),transparent 27%),linear-gradient(135deg,var(--navy-1000),#071c58 58%,#0b43cb);color:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.market-hero-shell:after{content:"";position:absolute;width:450px;height:450px;border:1px solid rgba(255,255,255,.075);border-radius:50%;left:-220px;bottom:-300px;box-shadow:0 0 0 45px rgba(255,255,255,.018),0 0 0 90px rgba(255,255,255,.011)}
.market-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.15);font-size:10.5px;font-weight:800;color:#eef2ff}.market-kicker i{width:6px;height:6px;border-radius:50%;background:#55d899;box-shadow:0 0 0 5px rgba(85,216,153,.10)}
.market-title{font-size:44px;line-height:1.55;margin:15px 0 10px;font-weight:900;letter-spacing:-1.45px}.market-lead{font-size:13px;line-height:2;color:#d6dffb;max-width:660px;margin:0}.market-source{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.source-pill{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 11px;border-radius:11px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:9.5px;color:#dce4ff}.source-pill b{color:#fff}.source-pill svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8}
.market-visual{height:260px;position:relative;z-index:2}.market-grid-lines{position:absolute;inset:6px 0 0;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:100% 52px,65px 100%;border-radius:24px;mask-image:linear-gradient(to left,transparent,#000 18%,#000 82%,transparent)}.market-svg{position:absolute;inset:16px 10px 28px;width:calc(100% - 20px);height:calc(100% - 44px);overflow:visible}.market-svg .area{fill:url(#marketFill);opacity:.36}.market-svg .line{fill:none;stroke:#8db1ff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 8px rgba(50,109,255,.28))}.market-svg .line2{fill:none;stroke:#ff5c74;stroke-width:2;stroke-linecap:round;stroke-dasharray:6 8;opacity:.78}.market-svg circle{fill:#fff;stroke:#1a5cff;stroke-width:3}.market-legend{position:absolute;left:13px;bottom:0;display:flex;gap:15px;font-size:9px;color:#c9d4fa}.market-legend span{display:flex;align-items:center;gap:6px}.market-legend i{width:16px;height:2px;border-radius:9px;background:#8db1ff}.market-legend span:last-child i{background:#ff5c74}
.market-body{padding:30px 0 110px}.snapshot-row{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:22px}.snapshot-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 19px;box-shadow:0 10px 28px rgba(2,9,31,.045);position:relative;overflow:hidden;transition:.2s ease}.snapshot-card:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(2,9,31,.07)}.snapshot-card:before{content:"";position:absolute;right:0;top:0;width:3px;height:100%;background:var(--blue-650)}.snapshot-card[data-status="up"]:before{background:#22a86a}.snapshot-card[data-status="down"]:before{background:var(--red)}.snapshot-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.snapshot-label b{font-size:11.5px;color:var(--navy-950)}.snapshot-label span{font-size:8.7px;color:#8d97a8}.snapshot-value{font-size:23px;font-weight:900;color:var(--navy-950);letter-spacing:-.8px;margin-top:10px;direction:ltr;text-align:right}.snapshot-foot{display:flex;justify-content:space-between;align-items:center;margin-top:7px;font-size:9px;color:#9099aa}.move{display:inline-flex;align-items:center;gap:4px;font-weight:850}.move.up{color:#178c58}.move.down{color:#d92d45}.move.flat{color:#7d8798}.move svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}
.market-shell{display:grid;grid-template-columns:360px 1fr;gap:18px;align-items:start}.market-panel{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 13px 40px rgba(2,9,31,.05);overflow:hidden}.picker-panel{position:sticky;top:102px}.panel-head{padding:19px 21px;border-bottom:1px solid #edf0f5;display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-head b{font-size:13px;color:var(--navy-950)}.panel-head small{font-size:9px;color:#959dac}.market-search{padding:13px 15px 7px;position:relative}.market-search svg{position:absolute;right:28px;top:26px;width:16px;height:16px;stroke:#8792a6;fill:none;stroke-width:1.8}.market-search input{width:100%;height:43px;border:1px solid #e1e6ee;border-radius:13px;padding:0 39px 0 12px;background:#fafbfd;outline:none;font-size:10.5px}.market-search input:focus{border-color:#a7bcf1;box-shadow:0 0 0 3px rgba(16,79,229,.07)}.category-tabs{display:flex;gap:6px;flex-wrap:wrap;padding:8px 15px 12px}.cat-btn{border:1px solid #e2e7ef;background:#fff;height:31px;padding:0 10px;border-radius:9px;font:inherit;font-size:9.3px;color:#637086;cursor:pointer}.cat-btn.active{background:var(--navy-950);border-color:var(--navy-950);color:#fff}.product-list{max-height:555px;overflow:auto;padding:2px 9px 12px}.product-row{width:100%;border:0;background:transparent;border-radius:13px;padding:11px 10px;display:grid;grid-template-columns:1fr auto;gap:10px;text-align:right;align-items:center;transition:.15s}.product-row:hover{background:#f6f8fc}.product-row.active{background:linear-gradient(135deg,#eff4ff,#f7f9ff);box-shadow:inset 0 0 0 1px #d7e1fb}.product-row b{display:block;font-size:10.6px;color:#2a3850}.product-row small{display:block;font-size:8.6px;color:#99a2b2;margin-top:3px}.product-row em{font-style:normal;font-size:10px;color:var(--navy-950);font-weight:850;direction:ltr}.product-row[hidden]{display:none}
.detail-card{padding:0}.detail-top{padding:24px 26px 20px;background:linear-gradient(180deg,#fff,#fafbfe);border-bottom:1px solid #edf0f5}.detail-title-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.detail-title small{display:block;color:var(--blue-700);font-size:9px;font-weight:850}.detail-title h2{font-size:26px;color:var(--navy-950);margin:5px 0 3px;line-height:1.55}.detail-title span{font-size:9.5px;color:#8b95a8}.status-badge{height:31px;padding:0 10px;border-radius:10px;display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:850;background:#f3f5f8;color:#6e798c}.status-badge i{width:6px;height:6px;border-radius:50%;background:#8b95a5}.status-badge.up{background:#effaf5;color:#148454}.status-badge.up i{background:#23aa6c}.status-badge.down{background:#fff0f2;color:#cf3048}.status-badge.down i{background:#e24156}.detail-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.detail-kpi{padding:14px;border-radius:15px;background:#fff;border:1px solid #e7ebf2}.detail-kpi small{font-size:8.5px;color:#9aa3b2;display:block}.detail-kpi b{font-size:17px;color:var(--navy-950);display:block;margin-top:6px;direction:ltr;text-align:right}.range-box{padding:17px 20px 19px;margin-top:12px;border-radius:16px;background:#f7f9fd;border:1px solid #e8edf5}.range-head{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#8792a5}.range-track{height:7px;border-radius:999px;background:linear-gradient(90deg,#dce4f5,#c8d7fa);position:relative;margin:13px 0 8px}.range-fill{position:absolute;right:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,#1a5cff,#0b43cb)}.range-dot{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid var(--blue-650);transform:translate(50%,-50%);box-shadow:0 3px 10px rgba(11,67,203,.25)}.range-labels{display:flex;justify-content:space-between;font-size:8.7px;color:#8e98a8;direction:ltr}
.period-section{padding:23px 26px 27px}.period-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.period-head b{font-size:12px;color:var(--navy-950)}.period-head span{font-size:8.8px;color:#99a2b0}.period-bars{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;height:210px;align-items:end;padding-top:16px}.period-col{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:7px}.period-value{font-size:8.5px;color:#65738a;font-weight:800;direction:ltr;text-align:center;white-space:nowrap}.period-track{height:145px;background:#f2f5fa;border-radius:11px 11px 5px 5px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.period-fill{width:100%;min-height:4px;background:linear-gradient(180deg,#2b6cff,#0b43cb);border-radius:9px 9px 4px 4px;transition:height .35s ease}.period-col:nth-child(3) .period-fill{background:linear-gradient(180deg,#ef5b72,#d91e3c)}.period-label{font-size:8.5px;color:#8b95a7;text-align:center;line-height:1.5}
.market-overview{margin-top:22px}.overview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.overview-toolbar h3{font-size:20px;color:var(--navy-950);margin:0}.overview-actions{display:flex;gap:8px;align-items:center}.overview-actions input,.overview-actions select{height:40px;border:1px solid #dfe5ee;border-radius:12px;background:#fff;padding:0 12px;font-size:10px;color:#4c5a70;outline:none}.overview-actions input{width:230px}.market-table-wrap{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 36px rgba(2,9,31,.045)}.market-table-scroll{overflow:auto;max-height:600px}.market-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1050px;font-size:9.5px}.market-table thead th{position:sticky;top:0;z-index:3;background:#07143a;color:#dce5ff;padding:13px 12px;text-align:right;font-weight:750;white-space:nowrap}.market-table thead th:first-child{right:0;z-index:4}.market-table tbody td{padding:12px;border-bottom:1px solid #edf0f4;color:#59677d;white-space:nowrap;background:#fff}.market-table tbody tr:hover td{background:#f8faff}.market-table tbody td:first-child{font-weight:850;color:#263752;position:sticky;right:0;z-index:2;background:inherit}.market-table td.num{direction:ltr;text-align:right;font-variant-numeric:tabular-nums}.market-table .positive{color:#168a57;font-weight:850}.market-table .negative{color:#d4374e;font-weight:850}.market-table .zero{color:#929bac}.table-foot{padding:12px 16px;background:#fafbfd;border-top:1px solid #edf0f4;display:flex;justify-content:space-between;font-size:8.8px;color:#8b95a6}
.compare-section{margin-top:22px;display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.compare-intro{border-radius:25px;padding:25px;background:linear-gradient(145deg,var(--navy-950),#08286f);color:#fff;position:relative;overflow:hidden}.compare-intro:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-120px;bottom:-150px;box-shadow:0 0 0 30px rgba(255,255,255,.018),0 0 0 60px rgba(255,255,255,.011)}.compare-intro small{color:#9fb4f6;font-size:9px;font-weight:800}.compare-intro h3{font-size:22px;line-height:1.6;margin:7px 0 8px}.compare-intro p{font-size:10.5px;line-height:1.9;color:#cad6fa;margin:0}.compare-selects{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px;position:relative;z-index:2}.compare-selects select{height:42px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:0 9px;font-size:9.5px;outline:none}.compare-selects option{color:#111;background:#fff}.compare-card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:22px 23px;box-shadow:0 12px 36px rgba(2,9,31,.045)}.compare-head{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px;padding-bottom:12px;border-bottom:1px solid #edf0f4;align-items:end}.compare-head span{font-size:9px;color:#929cad}.compare-head b{font-size:12px;color:var(--navy-950)}.compare-metrics{display:grid;gap:0}.compare-line{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #f0f2f6;align-items:center}.compare-line:last-child{border-bottom:0}.compare-line span{font-size:9px;color:#7e899b}.compare-line b{font-size:11px;color:#263752;direction:ltr;text-align:right}
.market-note{margin-top:18px;border:1px solid #e2e7ee;border-radius:16px;padding:13px 16px;background:#fbfcfd;display:flex;gap:10px;align-items:flex-start;color:#7f8a9e;font-size:9.5px;line-height:1.85}.market-note svg{width:18px;height:18px;stroke:var(--blue-700);fill:none;stroke-width:1.8;flex:0 0 auto;margin-top:2px}.market-note a{color:var(--blue-700);font-weight:850}
@media(max-width:1120px){.nav{grid-template-columns:235px 1fr 275px}.menu{gap:17px;font-size:11.6px}.market-shell{grid-template-columns:310px 1fr}.snapshot-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.market-hero{padding-top:28px}.market-hero-shell{grid-template-columns:1fr;min-height:auto;padding:36px 32px}.market-visual{height:190px}.market-title{font-size:36px}.market-shell{grid-template-columns:1fr}.picker-panel{position:relative;top:auto}.product-list{max-height:360px}.detail-kpis{grid-template-columns:repeat(2,1fr)}.compare-section{grid-template-columns:1fr}.overview-toolbar{align-items:stretch;flex-direction:column}.overview-actions{display:grid;grid-template-columns:1fr 1fr}.overview-actions input{width:100%}}
@media(max-width:620px){.market-hero-shell{padding:28px 22px;border-radius:28px}.market-title{font-size:31px;line-height:1.6}.market-lead{font-size:11.5px}.market-visual{height:155px}.market-body{padding-top:18px;padding-bottom:80px}.snapshot-row{grid-template-columns:1fr 1fr;gap:9px}.snapshot-card{padding:15px}.snapshot-value{font-size:18px}.detail-top,.period-section{padding-left:17px;padding-right:17px}.detail-title-row{display:block}.status-badge{margin-top:9px}.detail-kpis{gap:8px}.detail-kpi{padding:11px}.detail-kpi b{font-size:14px}.period-bars{gap:6px}.period-value{font-size:7.2px}.period-label{font-size:7.4px}.overview-actions{grid-template-columns:1fr}.compare-selects{grid-template-columns:1fr}.compare-head,.compare-line{grid-template-columns:1fr .8fr .8fr}.market-note{font-size:8.8px}}


/* ===== Market V2 — page-specific; V19 base typography/header remain untouched ===== */
.market2-page{min-height:100vh;background:linear-gradient(180deg,#f7f5ef 0,#fbfaf7 42%,#f6f5f1 100%);padding-bottom:90px}
.market2-hero{padding:52px 0 28px}.market2-herobox{position:relative;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 15% 5%,rgba(31,91,255,.32),transparent 26%),linear-gradient(135deg,#02091f,#071b50 58%,#0a43cb);color:#fff;min-height:320px;padding:42px 46px;box-shadow:0 28px 72px rgba(2,9,31,.17);display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.market2-herobox:after{content:"";position:absolute;inset:auto -120px -180px auto;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.02),0 0 0 110px rgba(255,255,255,.012)}
.market2-kicker{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:800;color:#c7d6ff}.market2-kicker i{width:18px;height:2px;background:#ff3655;border-radius:2px}.market2-title{font-size:clamp(34px,3.8vw,55px);line-height:1.35;letter-spacing:-.035em;margin:10px 0 12px}.market2-lead{font-size:13px;line-height:2.05;color:#d9e2f8;max-width:720px;margin:0}.market2-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.market2-meta span{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.11);padding:7px 10px;border-radius:999px;font-size:9.8px}.market2-meta i{width:7px;height:7px;border-radius:50%;background:#70e2a9}.market2-heroart{height:210px;position:relative}.market2-heroart svg{width:100%;height:100%;overflow:visible}.market2-heroart .grid{stroke:rgba(255,255,255,.08);stroke-width:1}.market2-heroart .line{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 5px 12px rgba(0,0,0,.22))}.market2-heroart .line2{fill:none;stroke:#ff3655;stroke-width:2.2;stroke-dasharray:7 8;opacity:.88}.market2-heroart .dot{fill:#ff3655;stroke:#fff;stroke-width:3}
.market2-body{padding-top:8px}.market2-snapshots{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.market2-snapshot{border:1px solid #e0e5ee;background:#fff;border-radius:18px;padding:17px 18px;text-align:right;cursor:pointer;box-shadow:0 10px 30px rgba(2,9,31,.045);transition:.18s ease}.market2-snapshot:hover{transform:translateY(-2px);border-color:#b8c8ed}.market2-snapshot small{display:block;color:#8a96aa;font-size:9px}.market2-snapshot b{display:block;color:#182b4b;font-size:12px;margin-top:3px}.market2-snapshot strong{display:block;color:#071d50;font-size:22px;letter-spacing:-.02em;margin-top:10px}.market2-snapshot em{font-style:normal;font-size:9px;color:#8793a8}.market2-snapshot .up{color:#158a5b}.market2-snapshot .down{color:#d92b48}
.market2-panel{background:#fff;border:1px solid #e0e5ee;border-radius:24px;box-shadow:0 20px 55px rgba(2,9,31,.06)}
.market2-control{padding:22px 24px;margin-bottom:20px}.market2-control-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.market2-control-head small{color:#1e59dc;font-size:9px;font-weight:800}.market2-control-head h2{font-size:21px;color:#071d50;margin:4px 0 0}.market2-control-head p{font-size:10px;line-height:1.9;color:#8995a9;margin:4px 0 0}.market2-live{display:inline-flex;align-items:center;gap:7px;border:1px solid #dce5f5;background:#f6f9ff;border-radius:999px;padding:7px 10px;color:#405472;font-size:9px;white-space:nowrap}.market2-live i{width:7px;height:7px;border-radius:50%;background:#18a96d;box-shadow:0 0 0 4px rgba(24,169,109,.10)}
.market2-filters{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr auto;gap:10px;align-items:end}.market2-field label{display:block;font-size:9px;color:#8994a7;margin-bottom:6px}.market2-field select,.market2-field input{width:100%;height:43px;border:1px solid #dfe5ee;border-radius:12px;background:#fbfcfd;padding:0 11px;font:inherit;font-size:10.5px;color:#283b59;outline:none}.market2-field select:focus,.market2-field input:focus{border-color:#91aceb;box-shadow:0 0 0 3px rgba(16,79,229,.07)}.market2-date{display:grid;grid-template-columns:1fr .75fr .75fr;gap:5px}.market2-show{height:43px;border:0;border-radius:12px;background:linear-gradient(135deg,#e51d3b,#c90728);color:#fff;padding:0 20px;font:inherit;font-weight:800;font-size:10.5px;cursor:pointer;box-shadow:0 9px 20px rgba(229,29,59,.18)}.market2-quick{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.market2-chip{height:31px;border:1px solid #e0e6ef;border-radius:999px;background:#fff;color:#58677e;padding:0 12px;font:inherit;font-size:9px;cursor:pointer}.market2-chip.active{background:#071d50;color:#fff;border-color:#071d50}
.market2-grid{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(300px,.72fr);gap:20px;align-items:start}.market2-chart-card{padding:23px 24px 20px}.market2-cardhead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.market2-cardhead small{font-size:9px;color:#8d98aa}.market2-cardhead h3{font-size:18px;margin:3px 0 0;color:#071d50}.market2-cardhead .chart-stat{text-align:left;direction:rtl}.market2-cardhead .chart-stat b{display:block;font-size:20px;color:#071d50}.market2-cardhead .chart-stat span{font-size:9px;color:#8995a9}.market2-chart-wrap{position:relative;height:440px;border:1px solid #edf0f5;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);overflow:hidden}.market2-chart-wrap svg{width:100%;height:100%;display:block}.market2-chart-tooltip{position:absolute;z-index:4;pointer-events:none;opacity:0;transform:translate(-50%,-112%);background:#06163f;color:#fff;border-radius:10px;padding:7px 9px;font-size:9px;box-shadow:0 12px 28px rgba(2,9,31,.24);white-space:nowrap;transition:opacity .1s}.market2-chart-tooltip.show{opacity:1}.market2-empty{position:absolute;inset:0;display:none;place-items:center;text-align:center;color:#8d98aa;padding:30px;font-size:11px;line-height:2}.market2-empty.show{display:grid}.market2-chart-footer{display:flex;justify-content:space-between;gap:12px;margin-top:10px;font-size:8.8px;color:#8c97aa}.market2-chart-footer span{display:inline-flex;align-items:center;gap:6px}.market2-chart-footer i{width:14px;height:3px;border-radius:2px;background:#e51d3b}.market2-chart-footer .secondary i{background:#8ea5d8}
.market2-detail{position:sticky;top:104px;overflow:hidden}.market2-detail-top{padding:22px 23px;background:linear-gradient(145deg,#06163f,#0a43cb);color:#fff}.market2-detail-top small{font-size:9px;color:#c5d3f5}.market2-detail-top h3{font-size:21px;margin:4px 0 0}.market2-detail-top .date{font-size:9px;color:#b8c8ec;margin-top:4px}.market2-kpis{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px}.market2-kpi{background:#f8fafc;border:1px solid #edf0f5;border-radius:14px;padding:11px}.market2-kpi span{display:block;font-size:8.8px;color:#8995aa}.market2-kpi b{display:block;font-size:14px;color:#142b4f;margin-top:4px}.market2-kpi.change b.up{color:#158a5b}.market2-kpi.change b.down{color:#d92b48}.market2-periods{padding:0 16px 16px}.market2-periods h4{font-size:10px;color:#5c6c84;margin:0 0 8px}.market2-period-row{display:grid;grid-template-columns:85px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #edf0f5}.market2-period-row:last-child{border-bottom:0}.market2-period-row span{font-size:8.7px;color:#8490a5}.market2-period-row b{font-size:9.5px;color:#263a58}.market2-bar{height:5px;border-radius:999px;background:#edf1f6;overflow:hidden}.market2-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#86a6ef,#0b43cb)}
.market2-regional{margin-top:20px;padding:22px 24px}.market2-section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:14px}.market2-section-head small{font-size:9px;color:#1e59dc;font-weight:800}.market2-section-head h3{font-size:18px;color:#071d50;margin:3px 0 0}.market2-section-head p{font-size:9.5px;color:#8b96a8;margin:4px 0 0}.market2-tablewrap{overflow:auto;border:1px solid #e6eaf0;border-radius:16px}.market2-table{width:100%;border-collapse:separate;border-spacing:0;min-width:950px;font-size:9px}.market2-table th{position:sticky;top:0;background:#f3f6fa;color:#4c5d74;padding:10px 8px;border-bottom:1px solid #dfe5ee;white-space:nowrap}.market2-table td{padding:9px 8px;border-bottom:1px solid #edf0f4;text-align:center;color:#344762}.market2-table tr:last-child td{border-bottom:0}.market2-table td:first-child,.market2-table th:first-child{text-align:right;font-weight:800;color:#1c3152}.market2-pair{white-space:nowrap}.market2-pair i{font-style:normal;color:#a1aaba;margin:0 2px}.market2-table .avg{font-weight:900;color:#0a43cb}.market2-no-regional{display:none;border:1px dashed #dbe2ec;border-radius:16px;padding:28px;text-align:center;color:#8d98aa;font-size:10px;line-height:2}.market2-no-regional.show{display:block}.market2-regional .market2-tablewrap.hidden{display:none}
.market2-overview{margin-top:20px;padding:22px 24px}.market2-overview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.market2-overview-actions{display:flex;gap:8px}.market2-overview-actions input,.market2-overview-actions select{height:39px;border:1px solid #dfe5ee;border-radius:11px;background:#fbfcfd;padding:0 10px;font:inherit;font-size:9.5px;outline:none}.market2-overview-actions input{width:220px}.market2-overview-table{min-width:1180px}.market2-color-note{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:8.5px;color:#8a95a8}.market2-color-note span{display:inline-flex;align-items:center;gap:5px}.market2-color-note i{width:7px;height:7px;border-radius:50%}.market2-color-note .up i{background:#15a16a}.market2-color-note .down i{background:#e13b54}.market2-color-note .flat i{background:#9ca7b6}
.market2-period-chart{margin-top:20px;padding:22px 24px}.market2-period-svg{height:300px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:end;padding:24px 14px 0}.market2-period-col{display:grid;grid-template-rows:auto 1fr auto;gap:7px;height:100%;text-align:center}.market2-period-col b{font-size:9px;color:#324661}.market2-period-track{height:100%;min-height:140px;border-radius:14px;background:#f3f6fa;display:flex;align-items:flex-end;justify-content:center;padding:0 12px;overflow:hidden}.market2-period-fill{width:100%;min-height:4px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#2c6cff,#0b43cb);box-shadow:0 -10px 26px rgba(11,67,203,.12)}.market2-period-col span{font-size:8.5px;color:#7f8ca1}.market2-note{margin-top:16px;padding:14px 16px;border:1px solid #e3e8f0;background:#fff;border-radius:14px;color:#6e7c91;font-size:9.3px;line-height:1.95}.market2-note b{color:#334763}
@media(max-width:1050px){.market2-herobox{grid-template-columns:1fr}.market2-heroart{height:160px}.market2-grid{grid-template-columns:1fr}.market2-detail{position:relative;top:auto}.market2-filters{grid-template-columns:1.2fr .8fr 1fr 1fr}.market2-show{grid-column:1/-1}.market2-snapshots{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.market2-hero{padding-top:28px}.market2-herobox{padding:28px 22px;border-radius:26px}.market2-title{font-size:32px}.market2-heroart{height:130px}.market2-control{padding:17px}.market2-control-head{display:block}.market2-live{margin-top:10px}.market2-filters{grid-template-columns:1fr}.market2-date{grid-template-columns:1fr 1fr 1fr}.market2-show{grid-column:auto}.market2-chart-card,.market2-regional,.market2-overview,.market2-period-chart{padding:16px}.market2-chart-wrap{height:330px}.market2-cardhead{display:block}.market2-cardhead .chart-stat{text-align:right;margin-top:8px}.market2-overview-toolbar{align-items:stretch;flex-direction:column}.market2-overview-actions{display:grid;grid-template-columns:1fr}.market2-overview-actions input{width:100%}.market2-snapshot strong{font-size:17px}.market2-section-head{display:block}.market2-period-svg{height:250px;gap:5px;padding-left:2px;padding-right:2px}.market2-period-track{padding:0 4px}.market2-period-col b{font-size:7px}.market2-period-col span{font-size:7px}}

@media(max-width:900px){
  .header .nav{grid-template-columns:minmax(0,1fr) auto auto!important}
  .header .brand{min-width:0!important;width:auto!important}
  .header .nav-actions{min-width:0!important}
}
@media(max-width:620px){
  .market2-page,.market2-page *{min-width:0}
  .market2-tablewrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .market2-overview-table,.market2-table{max-width:none}
}


/* 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}
}

/* Morghak v2 — data-driven market insight */
.morghak-market-insight{overflow:hidden}.morghak-insight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.morghak-insight-grid>div{padding:18px;border:1px solid rgba(13,48,99,.1);border-radius:18px;background:rgba(255,255,255,.82)}.morghak-insight-grid small,.morghak-insight-grid span{display:block;color:#7b8497}.morghak-insight-grid small{font-size:11px;font-weight:800}.morghak-insight-grid b{display:block;font-size:28px;color:#0b214f;margin:5px 0}.morghak-insight-grid span{font-size:10.5px;line-height:1.8}.morghak-insight-grid .up b{color:#137a52}.morghak-insight-grid .down b{color:#c73b4c}.morghak-insight-highlight{margin-top:12px;padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,rgba(11,67,203,.07),rgba(229,29,59,.045));border:1px solid rgba(11,67,203,.1);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.morghak-insight-highlight span,.morghak-insight-highlight small{color:#7b8497;font-size:10.5px}.morghak-insight-highlight b{font-size:13px}.morghak-insight-highlight strong{color:#0b43cb;font-size:13px}@media(max-width:760px){.morghak-insight-grid{grid-template-columns:repeat(2,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.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.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-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 market section spacing / unclipped headings === */
.market2-body>.wrap>.morghak-market-spaced-panel{margin-top:22px!important;padding:24px 26px!important;overflow:visible!important}.morghak-market-spaced-panel .market2-section-head{margin:0 0 18px!important;padding:0!important;align-items:flex-start!important}.morghak-market-spaced-panel .market2-section-head>div{padding-top:1px}.morghak-market-spaced-panel .market2-section-head small{display:block;line-height:1.7!important;margin:0 0 3px!important}.morghak-market-spaced-panel .market2-section-head h3{line-height:1.65!important}.morghak-market-news{margin-bottom:0!important}.morghak-market-insight{overflow:visible!important}.market2-note{margin-top:22px!important}@media(max-width:720px){.market2-body>.wrap>.morghak-market-spaced-panel{padding:19px 17px!important;margin-top:16px!important}.morghak-market-spaced-panel .market2-section-head{margin-bottom:14px!important}}

/* V2.2.1 — compact Persian date range picker and footer/contact polish */
.market2-filters{grid-template-columns:1.15fr .72fr 1.55fr auto}.market2-field-range{min-width:0}.market2-date-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.market2-date-control{position:relative;min-width:0}.market2-date-trigger{width:100%;height:43px;border:1px solid #dfe5ee;border-radius:12px;background:#fbfcfd;padding:5px 11px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;text-align:right;font:inherit;color:#283b59;cursor:pointer;transition:.2s}.market2-date-trigger:hover,.market2-date-trigger.open{border-color:#91aceb;background:#fff;box-shadow:0 0 0 3px rgba(16,79,229,.07)}.market2-date-trigger span{font-size:7.9px;color:#939db0;line-height:1.1}.market2-date-trigger b{font-size:10.5px;color:#142b4f;direction:ltr;unicode-bidi:isolate;line-height:1.2}.market2-date-trigger svg{grid-column:2;grid-row:1/3;width:17px;height:17px;fill:none;stroke:#0b43cb;stroke-width:1.7;stroke-linecap:round}.market2-date-popover{position:absolute;top:50px;right:0;width:300px;padding:14px;border:1px solid #e0e6ef;border-radius:18px;background:#fff;box-shadow:0 22px 60px rgba(2,9,31,.16);z-index:35}.market2-date-control:last-child .market2-date-popover{right:auto;left:0}.market2-date-popover[hidden]{display:none!important}.market2-date-pop-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #edf0f4}.market2-date-pop-head small{display:block;font-size:8px;color:#8c96a8}.market2-date-pop-head b{display:block;font-size:11.5px;color:#102a55;margin-top:2px}.market2-date-pop-head button{width:28px;height:28px;border:0;border-radius:9px;background:#f3f6fb;color:#5f6e85;font-size:20px;line-height:1;cursor:pointer}.market2-date-parts{display:grid;grid-template-columns:1.15fr 1.15fr .8fr;gap:7px;margin-top:12px}.market2-date-parts label{font-size:8px;color:#8590a3}.market2-date-parts select{width:100%;height:39px;margin-top:5px;border:1px solid #dfe5ee;border-radius:11px;background:#fbfcfd;padding:0 8px;font:inherit;font-size:9.8px;color:#203859;outline:none}.market2-date-confirm{width:100%;height:38px;margin-top:11px;border:0;border-radius:11px;background:#0b43cb;color:#fff;font:inherit;font-weight:850;font-size:9.8px;cursor:pointer;box-shadow:0 8px 18px rgba(11,67,203,.17)}.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}.contact-map-frame iframe{background:#eef2f6}
@media(max-width:860px){.market2-filters{grid-template-columns:1fr 1fr}.market2-field-range{grid-column:1/-1}.market2-show{grid-column:1/-1}}
@media(max-width:720px){.market2-filters{grid-template-columns:1fr}.market2-field-range,.market2-show{grid-column:auto}.market2-date-range{grid-template-columns:1fr 1fr}.market2-date-popover{width:min(300px,calc(100vw - 48px))}.market2-date-control:last-child .market2-date-popover{left:0;right:auto}}
@media(max-width:460px){.market2-date-range{grid-template-columns:1fr}.market2-date-control:last-child .market2-date-popover{left:auto;right:0}}


/* 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 market page visual refresh === */
.market2-page{background:linear-gradient(180deg,#f8fafc 0%,#f4f7fb 100%);font-variant-numeric:tabular-nums}
.market2-body{padding-top:14px}.market2-panel{border:1px solid #e6ebf3;border-radius:22px;box-shadow:0 12px 34px rgba(7,24,66,.045)}
.market2-snapshots{gap:14px;margin-bottom:22px}.market2-snapshot{border-color:#e5eaf2;border-radius:20px;padding:18px 19px;box-shadow:0 8px 24px rgba(7,24,66,.035);position:relative;overflow:hidden}.market2-snapshot:before{content:"";position:absolute;right:0;top:0;bottom:0;width:3px;background:#dce7fb;transition:.2s}.market2-snapshot:hover:before{background:#0b43cb}.market2-snapshot small{color:#8793a6!important;font-size:10.5px!important}.market2-snapshot b{font-size:13px;color:#17345f}.market2-snapshot strong{font-size:24px;color:#081f4d;line-height:1.25;margin-top:11px}.market2-snapshot em{display:inline-flex!important;align-items:center;min-height:25px;margin-top:7px;padding:4px 8px;border-radius:999px;background:#f4f6f9;color:#7e8999!important;font-size:10px!important;font-weight:800}.market2-snapshot em.up{background:#eefaf4;color:#11805a!important}.market2-snapshot em.down{background:#fff1f3;color:#c7354b!important}.market2-snapshot em.flat{background:#f3f5f8;color:#7f8998!important}
.market2-control{padding:24px 26px}.market2-control-head h2{font-size:22px;color:#092456}.market2-control-head p{color:#7a8698!important}.market2-live{background:#f2fbf6;border-color:#dcefe4;color:#3c6b57}.market2-field label{font-size:10.5px!important;color:#6e7b8e;font-weight:800}.market2-field select,.market2-field input,.market2-date-trigger{height:46px;border-color:#dce4ef;background:#fff;border-radius:13px;color:#19375f}.market2-date-trigger span{font-size:9px!important}.market2-date-trigger b{font-size:11.5px!important;color:#15365f}.market2-show{height:46px;background:linear-gradient(135deg,#0f55e8,#0b43cb);box-shadow:0 9px 20px rgba(11,67,203,.16);font-size:11.5px!important}.market2-chip{height:34px;background:#f8fafc;border-color:#e2e8f0;color:#627087}.market2-chip.active{background:#0b285f;border-color:#0b285f}
.market2-grid{gap:22px}.market2-chart-card{padding:25px 26px 22px}.market2-cardhead{margin-bottom:18px}.market2-cardhead small{color:#7d899c!important;font-size:10.5px!important}.market2-cardhead h3{font-size:19px;color:#0b2858}.market2-cardhead .chart-stat b{font-size:23px;color:#0a2d68;letter-spacing:-.2px}.market2-cardhead .chart-stat span{color:#8b95a5!important}.market2-chart-wrap{height:390px;border:1px solid #e9eef5;border-radius:20px;background:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.market2-chart-wrap svg{font-family:"Vazirmatn",Tahoma,Arial,sans-serif}.chart-grid-line{stroke:#e8edf4;stroke-width:1}.chart-axis-tick{stroke:#cbd5e1;stroke-width:1}.chart-axis-label{fill:#758196;font-family:"Vazirmatn",Tahoma,Arial,sans-serif;font-weight:600}.chart-axis-value{font-size:11.5px;direction:ltr}.chart-axis-date{font-size:10.5px}.chart-price-line{fill:none;stroke:#0b43cb;stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.chart-visible-point{fill:#fff;stroke:#0b43cb;stroke-width:2.2;vector-effect:non-scaling-stroke}.market2-chart-tooltip{background:#071b42;border:1px solid rgba(255,255,255,.09);border-radius:12px;padding:9px 11px;box-shadow:0 14px 34px rgba(7,24,66,.24);font-size:10.5px!important;line-height:1.6}.market2-chart-tooltip span{display:block;color:#b8c8ea;font-size:9px}.market2-chart-tooltip b{display:block;color:#fff;font-size:12px}.market2-chart-tooltip small{font-size:8px;color:#9eb0d6}.market2-chart-footer{font-size:10px!important;color:#7f8a9d}.market2-chart-footer i{background:#0b43cb;width:18px;height:3px}.market2-empty{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,252,.95));color:#8490a2!important}
.market2-detail{border-radius:22px}.market2-detail-top{padding:24px;background:linear-gradient(145deg,#071a42,#0a367e);position:relative}.market2-detail-top:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;left:-55px;top:-60px;background:rgba(73,126,255,.12)}.market2-detail-top small{color:#9eb7eb!important}.market2-detail-top h3{font-size:22px}.market2-kpis{padding:18px;gap:10px}.market2-kpi{background:#fbfcfe;border-color:#e8edf4;border-radius:15px;padding:13px}.market2-kpi span{font-size:9.5px!important;color:#7b879a}.market2-kpi b{font-size:15px!important;color:#16345e;line-height:1.5}.market2-kpi.change{grid-column:1/-1;background:#f7f9fd}.market2-kpi.change span{font-size:9px!important}.market2-kpi.change b{display:inline-flex;align-items:center;width:max-content;min-height:30px;padding:5px 10px;border-radius:999px;margin-top:6px;font-size:12px!important}.market2-kpi.change b.up{background:#eefaf4;color:#11805a}.market2-kpi.change b.down{background:#fff1f3;color:#c7354b}.market2-kpi.change b.flat{background:#eef2f7;color:#718096}.market2-periods{padding:0 18px 18px}.market2-periods h4{color:#5c6f89}.market2-period-row{grid-template-columns:92px 1fr auto;padding:9px 0}.market2-period-row span{color:#78869a!important}.market2-period-row b{color:#284260!important}.market2-bar{height:6px;background:#edf1f6}.market2-bar i{background:linear-gradient(90deg,#a7bff8,#0b43cb)}
.market2-regional,.market2-overview,.market2-period-chart{padding:24px 26px}.market2-section-head h3{color:#0b2858}.market2-tablewrap{border-color:#e5eaf1;border-radius:16px;background:#fff}.market2-table{font-size:10.5px!important}.market2-table th{background:#f5f8fc;color:#4c607d;padding:12px 10px;border-bottom-color:#dde5ef;font-weight:850}.market2-table td{padding:12px 10px;color:#3b4f6c;border-bottom-color:#edf1f5;background:#fff}.market2-table tbody tr:hover td{background:#f9fbff}.market2-table td:first-child,.market2-table th:first-child{color:#15345e}.market2-table .avg{color:#0b43cb}.market2-table .avg span{display:inline-flex;padding:5px 8px;border-radius:9px;background:#eef4ff;color:#0b43cb;font-weight:900}.market2-product-name{font-weight:900!important;color:#13345e!important}.market2-change-pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:5px 8px;border-radius:999px;font-size:9.5px;font-weight:850;white-space:nowrap;background:#f1f4f8;color:#748093}.market2-change-pill.up{background:#eefaf4;color:#11805a}.market2-change-pill.down{background:#fff1f3;color:#c7354b}.market2-change-pill.flat{background:#f1f4f8;color:#748093}
.market2-overview-toolbar>div:first-child small{font-size:10px!important;color:#0b43cb!important}.market2-overview-toolbar h3{font-size:19px!important;color:#0b2858!important}.market2-overview-actions input,.market2-overview-actions select{height:42px;border-color:#dce4ef;background:#fff;border-radius:12px}.market2-color-note{align-items:center;color:#7e8999!important}.market2-color-note .explain{margin-right:auto;padding:5px 9px;border-radius:999px;background:#f3f6fa;color:#64748b}.market2-period-track{background:#eef3f9}.market2-period-fill{background:linear-gradient(180deg,#5686f5,#0b43cb);box-shadow:0 -10px 24px rgba(11,67,203,.10)}.market2-note{background:#f8fafc;border-color:#e4eaf2;color:#657386}
@media(max-width:720px){.market2-chart-card{padding:17px}.market2-chart-wrap{height:340px;border-radius:16px}.chart-axis-value{font-size:10px}.chart-axis-date{font-size:9.5px}.market2-regional,.market2-overview,.market2-period-chart{padding:17px}.market2-snapshot strong{font-size:19px}.market2-color-note .explain{width:100%;margin-right:0}}
.market2-kpi.change #detailChangeBasis{display:block;margin-top:7px;color:#8793a6!important;font-size:9px!important;font-weight:600;line-height:1.7}

/* === V2.5.0 English currency + responsive polish === */
.market2-currency-caption{caption-side:top;text-align:left;padding:11px 13px;background:#f7f9fc;color:#617089;font-size:10px;font-weight:750;border-bottom:1px solid #e5eaf1}
.morghak-dir-rtl .market2-currency-caption{text-align:right}
.market2-snapshot strong .market2-unit{font-size:10px;font-weight:800;color:#7b879a;margin-left:5px;letter-spacing:.02em}
.morghak-dir-ltr .market2-cardhead .chart-stat{text-align:right}
.morghak-dir-ltr .market2-detail-top,.morghak-dir-ltr .market2-section-head,.morghak-dir-ltr .market2-overview-toolbar{text-align:left}
.morghak-dir-ltr .market2-table td,.morghak-dir-ltr .market2-table th{font-variant-numeric:tabular-nums}
.morghak-dir-ltr .market2-chart-wrap svg{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.morghak-dir-ltr .chart-axis-label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
@media(max-width:720px){
  .morghak-dir-ltr .market2-cardhead .chart-stat{text-align:left;margin-top:8px}
  .market2-currency-caption{font-size:9.5px;line-height:1.45}
  .morghak-dir-ltr .market2-snapshots{grid-template-columns:1fr}
  .morghak-dir-ltr .market2-snapshot{min-height:132px}
}
@media(max-width:420px){
  .morghak-dir-ltr .market2-herobox{padding:23px 17px}
  .morghak-dir-ltr .market2-title{font-size:29px;line-height:1.08;letter-spacing:-.035em}
  .morghak-dir-ltr .market2-lead{font-size:12.5px;line-height:1.65}
  .morghak-dir-ltr .market2-chart-wrap{height:310px}
}
