/* Naftoon homepage v3 — worldwide operations, B2B and editorial systems */
.home-v3{width:1440px;min-height:100vh;background:#fff;overflow:hidden}
.home-v3 section{box-sizing:border-box}
.home-v3 .section-kicker{display:flex;align-items:center;gap:12px;color:#a90632;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.home-v3 .section-kicker::before{content:"";width:18px;height:18px;border:1px solid #c61743;background:#c61743;box-shadow:inset 0 0 0 5px currentColor;box-sizing:border-box}
.home-v3 .section-kicker-light{color:#e46988}
.home-v3 .section-kicker-light::before{box-shadow:inset 0 0 0 5px #17242d}
.home-v3 .section-link{display:inline-flex;align-items:center;gap:13px;color:#a90632;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-v3 .section-link span{font-size:19px;transition:transform .2s ease}
.home-v3 .section-link:hover span{transform:translateX(5px)}
.home-v3 .home-loading{margin:0;padding:28px;border:1px dashed #ccd3d9;border-radius:18px;color:#6b7781;background:#fff;font-size:13px}

/* Hero — image slides, no video. */
.hero-slider{position:relative;width:1440px;height:var(--home-hero-height,840px);min-height:720px;overflow:hidden;background:#081015;color:#fff;isolation:isolate}
.hero-slides,.hero-slide,.hero-slide-image{position:absolute;inset:0}
.hero-slide{opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease;z-index:0}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.hero-slide-image{background-image:var(--slide-image);background-size:cover;background-position:center;transform:scale(1.035);transition:transform 8s cubic-bezier(.2,.72,.2,1)}
.hero-slide.is-active .hero-slide-image{transform:scale(1.11)}
.hero-slide::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,9,13,.78) 0%,rgba(3,9,13,.5) 36%,rgba(3,9,13,.08) 72%,rgba(3,9,13,.12) 100%)}
.hero-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.14),transparent 46%,rgba(0,0,0,.22))}
body[data-home-language="ar"] .hero-slide::before{background:linear-gradient(270deg,rgba(3,9,13,.78) 0%,rgba(3,9,13,.5) 36%,rgba(3,9,13,.08) 72%,rgba(3,9,13,.12) 100%)}
.hero-content{position:absolute;z-index:3;left:142px;bottom:162px;width:650px;color:#fff;transform:translateY(24px);opacity:0;transition:transform .8s .18s ease,opacity .8s .18s ease}
.hero-slide.is-active .hero-content{transform:translateY(0);opacity:1}
.hero-kicker{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff}
.hero-kicker::before{content:"";width:44px;height:3px;background:#c50d3d}
.hero-content h1,.hero-content h2{max-width:640px;margin:0;color:#fff;font-family:var(--font-en);font-size:62px;font-weight:300;line-height:1.04;letter-spacing:.01em}
.hero-content h1 b,.hero-content h2 b{display:block;font-weight:700;color:#fff}
.hero-content p{max-width:545px;margin:23px 0 0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.75;letter-spacing:.02em}
.hero-content>a{display:inline-flex;align-items:center;gap:14px;margin-top:31px;padding:14px 21px;border:1px solid rgba(255,255,255,.42);border-radius:999px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);transition:.2s}
.hero-content>a:hover{background:#fff;color:#17242d;border-color:#fff;transform:translateY(-2px)}
.hero-content>a span{font-size:18px}
.hero-controls{position:absolute;z-index:8;left:142px;right:142px;bottom:70px;display:flex;align-items:center;gap:20px;color:#fff}
.hero-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(4,10,14,.2);color:#fff;font-size:13px;cursor:pointer;backdrop-filter:blur(10px)}
.hero-toggle:hover,.hero-toggle:focus-visible{background:#fff;color:#17242d;outline:none}
.hero-dots{display:flex;align-items:center;gap:9px}
.hero-dots button{position:relative;width:58px;height:18px;padding:0;border:0;background:transparent;cursor:pointer}
.hero-dots button::before{content:"";position:absolute;left:0;right:0;top:8px;height:2px;background:rgba(255,255,255,.42)}
.hero-dots button::after{content:"";position:absolute;left:0;top:8px;width:100%;height:2px;background:linear-gradient(90deg,#fff 0%,#f4dce4 36%,#c40d3c 100%);box-shadow:0 0 9px rgba(196,13,60,.45);transform:scaleX(0);transform-origin:left center}
.hero-dots button.is-active::after{animation:hero-progress-fill 6.5s linear forwards}
.hero-slider.is-timer-paused .hero-dots button.is-active::after{animation-play-state:paused}
@keyframes hero-progress-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.hero-count{margin-left:auto;font-size:12px;letter-spacing:.15em;color:rgba(255,255,255,.62)}
.hero-count b{color:#fff;font-size:17px;font-weight:500}
.hero-scroll{position:absolute;z-index:8;right:68px;bottom:52px;width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;color:#fff;font-size:18px;background:rgba(4,10,14,.18);backdrop-filter:blur(10px)}
.hero-scroll:hover{background:#fff;color:#17242d}

/* Floating glass navigation on the homepage. */
.hero-slider .site-header{background:transparent!important;border:0!important;box-shadow:none!important;-webkit-backdrop-filter:none;backdrop-filter:none}
@media(min-width:1280px){
  .hero-slider .site-header{inset:24px 28px auto!important;width:auto!important;height:104px!important;border-radius:27px!important}
  .hero-slider .site-nav{top:-7px;height:104px}
  .hero-slider .site-nav>ul{bottom:31px}
  .hero-slider .header-platform{top:27px;right:24px}
  .hero-slider .logo-badge{top:-7px;left:8px}
  .hero-slider .mega-menu{top:calc(100% + 3px);border-radius:20px}
}

/* Discover */
.discover{width:1440px;min-height:860px;padding:110px 105px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:66px;align-items:center;background:linear-gradient(135deg,#fff 0%,#fff 64%,#f5f7f9 100%)}
.discover-intro h2{margin:24px 0 22px;color:#10171c;font-size:42px;font-weight:400;line-height:1.08;letter-spacing:.015em}
.discover-intro p{margin:0 0 28px;color:#66727d;font-size:14px;line-height:1.85;letter-spacing:.025em}
.discover-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:290px 260px;gap:18px}
.discover-card{position:relative;grid-column:span 2;overflow:hidden;border-radius:25px;background:#5d1025;color:#fff;box-shadow:0 28px 62px -42px rgba(17,29,38,.72);transition:transform .28s ease,box-shadow .28s ease}
.discover-card-wide{grid-column:span 3}
.discover-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(50,0,14,.02) 28%,rgba(49,0,14,.62) 100%);z-index:1}
.discover-card:hover{transform:translateY(-6px);box-shadow:0 34px 72px -40px rgba(17,29,38,.82)}
.discover-image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:1;mix-blend-mode:normal;filter:saturate(.92) contrast(1.03);transition:transform .6s ease}
.discover-card:hover .discover-image{transform:scale(1.05)}

.discover-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:23px}
.discover-copy b{display:block;margin-bottom:8px;color:#fff;font-size:14px;letter-spacing:.11em;text-transform:uppercase}
.discover-copy p{margin:0;color:rgba(255,255,255,.82);font-size:12px;line-height:1.55;letter-spacing:.02em}

/* Worldwide operations */
.global-ops{position:relative;width:1440px;min-height:800px;padding:95px 94px;display:grid;grid-template-columns:390px minmax(0,1fr);gap:70px;color:#fff;background:radial-gradient(circle at 76% 38%,#273d49 0%,#17262f 38%,#10191f 100%);overflow:hidden}
.global-ops::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;opacity:.65}
.global-ops>*{position:relative;z-index:1}
.global-ops-intro{padding-top:28px}
.global-ops-intro h2{margin:28px 0 20px;color:#fff;font-size:42px;font-weight:400;line-height:1.08}
.global-ops-intro>p{margin:0;color:#a9b8c2;font-size:15px;line-height:1.8}
.global-stat{display:flex;align-items:center;gap:20px;margin-top:30px;padding:22px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.global-stat strong{font-size:55px;font-weight:300;line-height:1;color:#fff}
.global-stat span{color:#8fa3af;font-size:11px;font-weight:700;line-height:1.55;letter-spacing:.12em;text-transform:uppercase}
.global-active{margin-top:26px;padding:21px 23px;border:1px solid rgba(255,255,255,.13);border-radius:21px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px)}
.global-active small{display:block;margin-bottom:7px;color:#62dc98;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.global-active b{display:block;color:#fff;font-size:20px;letter-spacing:.03em}
.global-active p{margin:8px 0 0;color:#9eafb9;font-size:12px;line-height:1.6}
.world-map{position:relative;min-height:600px;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018));box-shadow:0 40px 90px -62px #000;overflow:hidden}
.world-map-top{position:absolute;z-index:4;left:29px;right:29px;top:25px;display:flex;justify-content:space-between;font-size:9px;font-weight:800;letter-spacing:.17em;color:#8da0ac}
.world-map-top em{font-style:normal;color:#64d99a}
.world-map-svg{position:absolute;left:4%;right:4%;top:70px;width:92%;height:465px;overflow:visible}
.world-grid{fill:none;stroke:rgba(255,255,255,.055);stroke-width:1;stroke-dasharray:3 8}
.world-land{fill:rgba(204,219,226,.085);stroke:rgba(176,198,208,.48);stroke-width:1.8;stroke-linejoin:round}
.world-route{fill:none;stroke:#447f99;stroke-width:2;stroke-dasharray:5 8;opacity:.65}
.world-node{position:absolute;z-index:5;width:17px;height:17px;padding:0;border:0;border-radius:50%;background:#64df99;box-shadow:0 0 0 5px rgba(100,223,153,.13),0 0 25px rgba(100,223,153,.6);cursor:pointer;transition:.2s}
.world-node::before{content:"";position:absolute;inset:-9px;border:1px solid rgba(100,223,153,.5);border-radius:50%;animation:world-pulse 2.3s ease-out infinite}
.world-node span{position:absolute;left:50%;top:26px;transform:translateX(-50%);white-space:nowrap;color:#a8bbc5;font-size:9px;font-weight:800;letter-spacing:.06em}
.world-node:hover,.world-node:focus-visible,.world-node.is-active{outline:none;background:#fff;transform:scale(1.24);box-shadow:0 0 0 6px rgba(100,223,153,.19),0 0 31px rgba(100,223,153,.92)}
.world-node.is-active span{color:#fff}
.world-node-canada{left:20%;top:26%}.world-node-usa{left:23%;top:38%}.world-node-venezuela{left:30%;top:61%}.world-node-norway{left:49%;top:25%}.world-node-russia{left:67%;top:22%}.world-node-china{left:76%;top:42%}
.world-map-legend{position:absolute;z-index:4;left:27px;right:27px;bottom:22px;display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(4,12,17,.65);backdrop-filter:blur(14px);color:#91a4af;font-size:10px;letter-spacing:.08em}
.world-map-legend span{display:flex;align-items:center;gap:9px}.world-map-legend i{width:9px;height:9px;border-radius:50%;background:#64df99;box-shadow:0 0 12px #64df99}.world-map-legend b{color:#64df99;font-weight:800}
@keyframes world-pulse{0%{opacity:.8;transform:scale(.5)}80%,100%{opacity:0;transform:scale(2.5)}}

/* B2B */
.b2b-overview{position:relative;width:1440px;min-height:760px;padding:100px 105px;color:#fff;background:radial-gradient(circle at 78% 20%,#173244 0%,#0b1e2a 38%,#050b10 100%);overflow:hidden}
.b2b-overview::before{content:"B2B";position:absolute;right:-30px;top:-70px;color:rgba(255,255,255,.035);font-size:410px;font-weight:800;line-height:1}
.b2b-head{position:relative;display:grid;grid-template-columns:1fr .8fr;gap:110px;align-items:end}
.b2b-head h2{max-width:600px;margin:25px 0 0;color:#fff;font-size:50px;font-weight:350;line-height:1.04}
.b2b-head p{margin:0;color:#a0acb4;font-size:15px;line-height:1.75}
.b2b-head a{display:inline-flex;align-items:center;gap:14px;margin-top:25px;padding:14px 19px;border-radius:999px;background:#b20b35;color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 20px 40px -26px #b20b35}
.b2b-head a:hover{background:#d01648;transform:translateY(-2px)}
.b2b-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:62px}
.b2b-grid article{min-height:220px;padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));transition:.25s}
.b2b-grid article:hover{transform:translateY(-6px);border-color:rgba(224,43,88,.48);background:rgba(255,255,255,.08)}
.b2b-grid span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#b20b35;color:#fff;font-size:10px;font-weight:800}
.b2b-grid b{display:block;margin-top:34px;color:#fff;font-size:15px;letter-spacing:.025em}
.b2b-grid p{margin:10px 0 0;color:#8f9ca5;font-size:12px;line-height:1.65}
.b2b-flow{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;margin-top:41px;color:#c4cdd3;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.b2b-flow i{width:54px;height:1px;background:linear-gradient(90deg,#b20b35,rgba(178,11,53,.2))}

/* Product marquee */
.top-products{width:1440px;min-height:690px;padding:100px 0;background:#f5f7f9;overflow:hidden}
.section-heading{width:1230px;margin:0 auto 44px;display:grid;grid-template-columns:1fr .72fr;gap:90px;align-items:end}
.section-heading h2{max-width:680px;margin:23px 0 0;color:#11191f;font-size:42px;font-weight:400;line-height:1.08}
.section-heading>div:last-child>p{margin:0 0 20px;color:#68747e;font-size:14px;line-height:1.75}
.product-marquee{position:relative;overflow:hidden;padding:8px 0 38px}
.product-marquee::before,.product-marquee::after{content:"";position:absolute;z-index:4;top:0;bottom:0;width:95px;pointer-events:none}
.product-marquee::before{left:0;background:linear-gradient(90deg,#f5f7f9,transparent)}
.product-marquee::after{right:0;background:linear-gradient(-90deg,#f5f7f9,transparent)}
.product-track{display:flex;width:max-content;will-change:transform;animation:product-loop 36s linear infinite}
.product-set{display:flex;gap:18px;padding-right:18px}
.product-marquee:hover .product-track,.product-marquee:focus-within .product-track{animation-play-state:paused}
.product-card{position:relative;width:330px;height:380px;overflow:hidden;border-radius:26px;background:#1c2a34;color:#fff;box-shadow:0 26px 65px -45px rgba(20,31,40,.8)}
.product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,8,12,.05) 25%,rgba(3,8,12,.91) 100%)}
.product-card-image{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .55s ease}
.product-card:hover .product-card-image{transform:scale(1.05)}
.product-card-meta{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}
.product-card-meta small{display:block;margin-bottom:8px;color:#e9849e;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.product-card-meta b{display:block;color:#fff;font-size:19px;line-height:1.3}
.product-card-meta p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:9px 0 0;color:#b9c3c9;font-size:12px;line-height:1.55}
.product-card-meta span{display:inline-flex;margin-top:17px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
@keyframes product-loop{to{transform:translateX(-50%)}}

/* History */
.home-history{width:1440px;min-height:660px;padding:100px 105px;background:#fff}
.history-heading{display:grid;grid-template-columns:210px 1fr 1fr auto;gap:36px;align-items:end}
.history-heading h2{margin:0;color:#11191f;font-size:42px;font-weight:400;line-height:1.08}
.history-heading p{margin:0;color:#68747e;font-size:14px;line-height:1.75}
.history-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:80px;padding-top:38px}
.history-line::before{content:"";position:absolute;left:0;right:0;top:8px;height:1px;background:#d7dde1}
.history-line article{position:relative;min-height:240px;padding:24px;border:1px solid #e1e6ea;border-radius:22px;background:#fff;box-shadow:0 22px 55px -47px rgba(22,34,43,.65);transition:.24s}
.history-line article::before{content:"";position:absolute;left:22px;top:-37px;width:13px;height:13px;border:4px solid #fff;border-radius:50%;background:#b20b35;box-shadow:0 0 0 1px #b20b35;animation:history-dot-blink 1.8s ease-in-out infinite}
.history-line article:nth-child(2)::before{animation-delay:.24s}.history-line article:nth-child(3)::before{animation-delay:.48s}.history-line article:nth-child(4)::before{animation-delay:.72s}.history-line article:nth-child(5)::before{animation-delay:.96s}
@keyframes history-dot-blink{0%,100%{opacity:1;box-shadow:0 0 0 1px #b20b35,0 0 0 0 rgba(178,11,53,.42)}50%{opacity:.72;box-shadow:0 0 0 1px #b20b35,0 0 0 11px rgba(178,11,53,0)}}
.history-line article:hover{transform:translateY(-5px);border-color:rgba(178,11,53,.35)}
.history-line strong{display:block;color:#b20b35;font-size:34px;font-weight:350;line-height:1}
.history-line b{display:block;margin-top:24px;color:#151d23;font-size:14px;letter-spacing:.025em}
.history-line p{margin:10px 0 0;color:#74808a;font-size:12px;line-height:1.65}

/* Market lead; actual price widget is hydrated by chrome.js directly below. */
.market-lead{width:1440px;padding:78px 140px 34px;display:grid;grid-template-columns:1fr .75fr;gap:95px;align-items:end;background:radial-gradient(circle at 78% 20%,#173244 0%,#0b1e2a 38%,#050b10 100%);color:#fff}
.market-lead h2{margin:22px 0 0;color:#fff;font-size:42px;font-weight:350;line-height:1.08}
.market-lead>p{margin:0;color:#a5b2bb;font-size:15px;line-height:1.75}
.market-lead+.price-widget{padding-top:30px}

/* News */
.home-news{width:1440px;min-height:620px;padding:100px 105px;background:#fff}
.home-news .section-heading{width:auto;margin-bottom:42px}
.news-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:repeat(2,158px);gap:18px}
.news-card{position:relative;display:grid;grid-template-columns:175px 1fr;overflow:hidden;border:1px solid #e0e5e9;border-radius:22px;background:#fff;transition:.24s}
.news-card:first-child{grid-row:1/3;grid-template-columns:1fr;grid-template-rows:210px 1fr}
.news-card:hover{transform:translateY(-4px);border-color:rgba(178,11,53,.34);box-shadow:0 24px 55px -43px rgba(20,31,40,.7)}
.news-thumb{background-size:cover;background-position:center;min-height:100%}
.news-copy{display:flex;flex-direction:column;padding:20px 22px;min-width:0}
.news-copy small{color:#a90632;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.news-copy b{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:9px;color:#151d23;font-size:16px;line-height:1.35}
.news-card:first-child .news-copy b{font-size:20px}
.news-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:9px 0 0;color:#75808a;font-size:11px;line-height:1.55}
.news-copy span{margin-top:auto;padding-top:11px;color:#9aa3aa;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}


.hero-slider .logo-badge .tagline{display:none!important}
/* Homepage brand lockup — compact horizontal treatment inside the glass header. */
@media(min-width:1280px){
  .hero-slider .site-header{height:96px!important;transform:translateY(44px)!important}
  .hero-slider .logo-badge{top:12px!important;left:14px!important;width:184px!important;height:70px!important;padding:0!important;display:grid!important;grid-template-columns:45px 1fr!important;column-gap:12px!important;align-items:center!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .hero-slider .logo-badge .shield{display:none!important}
  .hero-slider .logo-badge img{position:static!important;grid-column:1!important;width:43px!important;height:43px!important;max-width:43px!important;object-fit:contain!important;margin:0!important}
  .hero-slider .logo-badge .name{display:block!important;position:static!important;grid-column:2!important;margin:0!important;color:#fff!important;font-size:16px!important;font-weight:800!important;line-height:1!important;letter-spacing:.14em!important;text-align:left!important;text-shadow:0 2px 12px rgba(0,0,0,.38)!important}
  .hero-slider .site-nav{left:214px!important;right:214px!important;top:0!important;height:96px!important}
  .hero-slider .site-nav>ul{bottom:31px!important}
  .hero-slider .header-platform{top:20px!important;right:20px!important}
}

/* Real OpenStreetMap operations layer. */
.world-map-osm{isolation:isolate;background:#101a21}
.osm-map-canvas{position:absolute;inset:0;z-index:1;width:100%;height:100%;background:#101a21}
.osm-map-canvas.leaflet-container{font-family:var(--font-en);cursor:grab}
.osm-map-canvas.leaflet-container:active{cursor:grabbing}
.osm-map-canvas .leaflet-tile-pane{filter:none}
.osm-map-canvas .leaflet-control-attribution{padding:3px 7px!important;border-radius:8px 0 0 0;background:rgba(7,14,19,.78)!important;color:#91a4af!important;font-size:8px!important}
.osm-map-canvas .leaflet-control-attribution a{color:#74dba0!important}
.osm-map-canvas .leaflet-control-zoom{margin-top:76px!important;margin-left:24px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:12px!important;overflow:hidden}
.osm-map-canvas .leaflet-control-zoom a{width:34px!important;height:34px!important;line-height:34px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;background:rgba(10,20,26,.88)!important;color:#fff!important}
.osm-map-canvas .leaflet-control-zoom a:last-child{border-bottom:0!important}
.world-map-osm .world-map-top{z-index:700;left:24px;right:24px;top:20px;padding:12px 15px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(8,17,23,.76);backdrop-filter:blur(12px);pointer-events:none}
.world-map-osm .world-map-legend{z-index:700}
.naftoon-map-marker{background:transparent!important;border:0!important}
.naftoon-map-marker-core{position:relative;width:18px;height:18px;border:3px solid #d9ffea;border-radius:50%;background:#5fe09b;box-shadow:0 0 0 5px rgba(95,224,155,.18),0 0 28px rgba(95,224,155,.85)}
.naftoon-map-marker-core::before{content:"";position:absolute;inset:-11px;border:1px solid rgba(95,224,155,.72);border-radius:50%;animation:world-pulse 2.2s ease-out infinite}
.naftoon-map-marker.is-active .naftoon-map-marker-core{background:#fff;box-shadow:0 0 0 7px rgba(95,224,155,.25),0 0 34px rgba(95,224,155,1)}
.osm-map-canvas .leaflet-tooltip.naftoon-map-tooltip{padding:7px 10px;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:rgba(8,17,23,.88);box-shadow:none;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em}
.osm-map-canvas .leaflet-tooltip.naftoon-map-tooltip::before{border-top-color:rgba(8,17,23,.88)}
.osm-map-canvas .leaflet-popup-content-wrapper{border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(8,17,23,.96);box-shadow:0 24px 60px -32px #000;color:#fff}
.osm-map-canvas .leaflet-popup-tip{background:rgba(8,17,23,.96)}
.osm-map-canvas .leaflet-popup-content{margin:15px 17px;line-height:1.5}
.osm-map-canvas .leaflet-popup-content b{display:block;margin-bottom:5px;color:#fff;font-size:14px}
.osm-map-canvas .leaflet-popup-content span{color:#a7b6bf;font-size:10px}
.osm-map-canvas .leaflet-popup-close-button{color:#fff!important}

/* History title hierarchy. */
.history-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.history-heading-title h2{margin:0 0 21px;color:#11191f;font-size:48px;font-weight:400;line-height:1.04}
.history-heading-title .section-kicker{width:max-content}
.home-history+.price-widget{padding-top:30px}

/* Responsive */
@media(max-width:1279.98px){
  .home-v3{width:100%;overflow:hidden}.hero-slider,.discover,.global-ops,.b2b-overview,.top-products,.home-history,.market-lead,.home-news{width:100%}
  .hero-slider{height:max(680px,92vh);min-height:680px}
  .hero-slider .site-header{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
  .hero-content{left:clamp(24px,7vw,80px);right:clamp(24px,7vw,80px);bottom:145px;width:auto;max-width:720px}
  .hero-content h1,.hero-content h2{font-size:clamp(44px,7vw,62px)}
  .hero-controls{left:clamp(24px,7vw,80px);right:clamp(24px,7vw,80px);bottom:62px}
  .hero-slider .logo-badge{width:154px!important;height:72px!important;left:12px!important;top:0!important;padding:0!important;display:grid!important;grid-template-columns:46px 1fr!important;column-gap:10px!important;align-items:center!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
  .hero-slider .logo-badge img{position:static!important;width:46px!important;height:46px!important;max-width:46px!important;object-fit:contain!important;margin:0!important}
  .hero-slider .logo-badge .name{display:block!important;position:static!important;margin:0!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1!important;letter-spacing:.12em!important;text-shadow:0 2px 12px rgba(0,0,0,.38)!important}
  .hero-scroll{right:28px;bottom:42px}
  .discover{padding:82px clamp(24px,6vw,70px);grid-template-columns:1fr;gap:44px}
  .discover-intro{max-width:700px}.discover-grid{grid-template-rows:260px 235px}
  .global-ops{padding:76px clamp(24px,6vw,70px);grid-template-columns:1fr;gap:42px}.global-ops-intro{max-width:760px}.world-map{min-height:620px}
  .b2b-overview{padding:82px clamp(24px,6vw,70px)}.b2b-head{grid-template-columns:1fr;gap:28px}.b2b-grid{grid-template-columns:repeat(2,1fr)}
  .section-heading{width:auto;margin-left:clamp(24px,6vw,70px);margin-right:clamp(24px,6vw,70px)}
  .home-history{padding:82px clamp(24px,6vw,70px)}.history-heading{grid-template-columns:1fr 1fr;align-items:start}.history-heading .section-kicker{grid-column:1/-1}.history-line{grid-template-columns:repeat(5,230px);overflow-x:auto;padding-bottom:18px}
  .market-lead{padding:70px clamp(24px,7vw,90px) 28px}.home-news{padding:82px clamp(24px,6vw,70px)}
}
@media(max-width:767px){
  .hero-slider{height:760px;min-height:760px}.hero-slide-image{background-position:60% center}.hero-slide::before{background:linear-gradient(90deg,rgba(3,9,13,.82),rgba(3,9,13,.3)),linear-gradient(0deg,rgba(3,9,13,.45),transparent)}
  body[data-home-language="ar"] .hero-slide::before{background:linear-gradient(270deg,rgba(3,9,13,.82),rgba(3,9,13,.3)),linear-gradient(0deg,rgba(3,9,13,.45),transparent)}
  .hero-content{left:22px;right:22px;bottom:155px}.hero-content h1,.hero-content h2{font-size:40px;line-height:1.05}.hero-content p{font-size:14px;line-height:1.65}.hero-content>a{margin-top:24px}
  .hero-controls{left:22px;right:22px;bottom:72px}.hero-dots button{width:38px}.hero-scroll{display:none}
  .discover{padding:68px 20px}.discover-intro h2,.global-ops-intro h2,.b2b-head h2,.section-heading h2,.history-heading h2,.market-lead h2{font-size:34px}.discover-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;gap:14px}.discover-card,.discover-card-wide{grid-column:auto;min-height:250px}
  .global-ops{padding:68px 20px}.world-map{min-height:505px;border-radius:25px}.world-map-svg{top:70px;height:360px}.world-node{width:15px;height:15px}.world-node span{display:none}.world-map-legend{left:14px;right:14px;bottom:14px;gap:10px}.world-map-legend b{font-size:8px}
  .b2b-overview{padding:68px 20px}.b2b-grid{grid-template-columns:1fr;margin-top:42px}.b2b-grid article{min-height:190px}.b2b-flow{justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.b2b-flow i{min-width:28px}
  .top-products{padding:70px 0;min-height:610px}.section-heading{grid-template-columns:1fr;gap:22px;margin:0 20px 34px}.product-card{width:282px;height:350px}.product-marquee::before,.product-marquee::after{width:28px}
  .home-history{padding:68px 20px}.history-heading{grid-template-columns:1fr;gap:20px}.history-heading .section-kicker{grid-column:auto}.history-line{grid-template-columns:repeat(5,250px);margin-top:55px}
  .market-lead{padding:64px 20px 26px;grid-template-columns:1fr;gap:20px}.market-lead+.price-widget{padding-top:18px!important}
  .home-news{padding:68px 20px}.home-news .section-heading{margin-left:0;margin-right:0}.news-grid{grid-template-columns:1fr;grid-template-rows:none}.news-card,.news-card:first-child{grid-row:auto;grid-template-columns:118px 1fr;grid-template-rows:150px;min-height:150px}.news-card:first-child .news-copy b{font-size:16px}.news-copy p{display:none}
}
@media(max-width:420px){
  .hero-content h1,.hero-content h2{font-size:34px}.hero-content p{font-size:13px}.hero-count{display:none}.hero-toggle{width:38px;height:38px}.hero-dots button{width:34px}
  .global-stat strong{font-size:47px}.world-map-top em{display:none}.world-map-svg{left:-10%;width:120%}.world-map-legend span{display:none}
  .b2b-head h2{font-size:33px}.history-line article{min-height:230px}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide,.hero-slide-image,.hero-content,.discover-card,.discover-image,.world-node,.b2b-grid article,.product-card-image,.history-line article,.news-card{transition:none!important}
  .hero-slide-image{transform:none!important}.world-node::before,.product-track{animation:none!important}.product-marquee{overflow-x:auto}
  .hero-dots button.is-active::after{animation:none!important;transform:scaleX(1)}.history-line article::before{animation:none!important}
}

@media(max-width:1279.98px){
  .history-heading{display:flex;align-items:flex-end}
  .history-heading-title h2{font-size:42px}
}
@media(max-width:767px){
  .history-heading{display:grid;grid-template-columns:1fr;align-items:start}
  .history-heading-title h2{font-size:34px}
  .world-map-osm .world-map-top{left:12px;right:12px}
  .osm-map-canvas .leaflet-control-zoom{margin-left:12px!important}
}

/* Keep the v3 slideshow on its own responsive positioning system. The shared
   legacy mobile sheet reflows `.hero .copy` for the retired fixed-artboard
   hero; without these stronger rules that copy is pulled into the header. */
@media(max-width:1279.98px){
  .home-v3 .hero-slider{
    display:block!important;
    height:max(680px,92vh)!important;
    min-height:680px!important;
    padding:0!important;
  }
  .home-v3 .hero-slider .hero-content.copy{
    position:absolute!important;
    left:clamp(24px,7vw,80px)!important;
    right:clamp(24px,7vw,80px)!important;
    top:auto!important;
    bottom:145px!important;
    width:auto!important;
    max-width:720px!important;
  }
}
@media(max-width:767px){
  .home-v3 .hero-slider{
    height:760px!important;
    min-height:760px!important;
  }
  .home-v3 .hero-slider .hero-content.copy{
    left:22px!important;
    right:22px!important;
    bottom:142px!important;
    max-width:none!important;
  }
}
@media(max-width:420px){
  .home-v3 .hero-slider .hero-content.copy{bottom:132px!important}
}
/* 2026-07-20 light field intelligence and Naftoon-red map signals */
.global-ops{color:#17242d;background:linear-gradient(135deg,#fff 0%,#fff 62%,#f4f8fb 100%)}.global-ops::before{background-image:linear-gradient(rgba(22,47,65,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(22,47,65,.045) 1px,transparent 1px)}.global-ops .section-kicker-light{color:#a90632}.global-ops .section-kicker-light::before{box-shadow:inset 0 0 0 5px #fff}.global-ops-intro h2{color:#11191f}.global-ops-intro>p{color:#667783}.global-stat{border-color:rgba(21,42,57,.12)}.global-stat strong{color:#11191f}.global-stat span{color:#687985}.global-active{border-color:rgba(20,50,70,.12);background:#f5f8fa;box-shadow:0 24px 60px -46px rgba(20,50,70,.38)}.global-active small{color:#b20b35}.global-active b{color:#11191f}.global-active p{color:#687985}.world-map-top em{color:#59a7ff}.world-map-legend i{background:#c40d3c;box-shadow:0 0 12px #c40d3c}.world-map-legend b{color:#ef6f91}.naftoon-map-marker-core{display:block;box-sizing:border-box;width:18px;height:18px;margin:3px;border:3px solid #ffe1e9;border-radius:50%;background:#c40d3c;box-shadow:0 0 0 5px rgba(196,13,60,.2),0 0 28px rgba(196,13,60,.88)}.naftoon-map-marker-core::before{box-sizing:border-box;inset:-11px;border-color:rgba(196,13,60,.72);border-radius:50%}.naftoon-map-marker.is-active .naftoon-map-marker-core{border-color:#fff;background:#e11d48;box-shadow:0 0 0 7px rgba(225,29,72,.24),0 0 34px rgba(225,29,72,1)}@media(min-width:1280px){.hero-slider .mega-menu{top:75px!important}.hero-slider .mega-menu::before{top:-18px!important;height:18px!important}}

/* 2026-07-22 corporate entrance: utility, languages, search and timed service stories. */
.home-v3 .home-entrance-header{z-index:70!important;pointer-events:none!important;color:#fff!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.home-v3 .home-entrance-header>*{pointer-events:auto}
.home-utility-row{position:absolute;left:48px;right:48px;top:0;height:43px;display:grid;grid-template-columns:1fr minmax(370px,1.35fr) 1fr;align-items:center;gap:22px;color:rgba(255,255,255,.82);text-shadow:0 2px 14px rgba(0,0,0,.46)}
.home-language-switcher{display:flex;align-items:center;gap:9px;direction:ltr}
.home-language-switcher button{position:relative;padding:8px 0;color:rgba(255,255,255,.7);font-size:10px;font-weight:650;letter-spacing:.045em;transition:color .2s ease}
.home-language-separator{color:rgba(255,255,255,.48);font-size:10px;font-weight:400;line-height:1}
.home-language-switcher button::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;background:#c50d3d;transform:scaleX(0);transition:transform .2s ease}
.home-language-switcher button:hover,.home-language-switcher button.is-active{color:#fff}
.home-language-switcher button.is-active::after{transform:scaleX(1)}
.home-join-line{margin:0;text-align:center;color:#fff;font-size:10px;font-weight:600;letter-spacing:.035em;white-space:nowrap}
.home-account-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.home-login-link,.home-register-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border-radius:999px;color:#fff;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:background .2s ease,transform .2s ease}
.home-login-link{padding:0 13px;background:rgba(255,255,255,.08)}
.home-register-link{gap:8px;padding:0 14px;background:#b20b35;box-shadow:0 12px 28px -19px rgba(178,11,53,.9)}
.home-register-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.home-login-link:hover,.home-register-link:hover{background:#fff;color:#111b22;transform:translateY(-1px)}
.home-primary-row{position:absolute;left:28px;right:28px;top:43px;height:91px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.home-v3 .home-primary-row .site-nav{direction:ltr}
.home-v3 .home-primary-row .site-nav>ul{color:#fff!important}
.home-search-trigger{position:absolute;left:0;right:auto;top:21px;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:#fff;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:.2s}
.home-search-trigger svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.home-search-trigger .home-search-spark{stroke-width:1.2}
.home-search-trigger span{font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.home-search-trigger:hover,.home-search-trigger:focus-visible{outline:none;background:rgba(255,255,255,.12);color:#fff;transform:none}
.hero-b2b-cta{background:#b20b35!important;border-color:#b20b35!important;box-shadow:0 16px 36px -22px rgba(178,11,53,.95)!important}
.hero-b2b-cta:hover{background:#d01547!important;border-color:#d01547!important;color:#fff!important}
.home-v3 .hero-dots{width:min(810px,calc(100% - 110px));gap:12px}
.home-v3 .hero-dots button{flex:1;width:auto;height:36px;text-align:left;color:rgba(255,255,255,.64)}
.home-v3 .hero-dots button span{position:absolute;left:0;top:0;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap;transition:color .2s}
.home-v3 .hero-dots button::before,.home-v3 .hero-dots button::after{top:27px}
.home-v3 .hero-dots button.is-active span{color:#fff}
.home-v3 .hero-dots button.is-active::after{animation-duration:6.8s}
body.home-search-open{overflow:hidden!important}
.home-search-overlay{position:fixed;inset:0;z-index:10050;display:grid;align-items:start;padding:clamp(68px,9vh,124px) 32px 40px;background:rgba(3,9,13,.68);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.home-search-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}
.home-search-dialog{width:min(1220px,100%);max-height:calc(100vh - 110px);margin:0 auto;display:flex;flex-direction:column;gap:18px;color:#fff;transform:translateY(-16px);transition:transform .3s ease}
.home-search-overlay.is-open .home-search-dialog{transform:translateY(0)}
.home-search-bar{height:76px;display:flex;align-items:center;gap:17px;padding:8px 9px 8px 25px;border-radius:999px;background:#fff;color:#13212b;box-shadow:0 28px 80px -34px #000}
.home-search-bar>svg{width:25px;height:25px;flex:none;fill:none;stroke:#b20b35;stroke-width:1.8}
.home-search-bar input{min-width:0;flex:1;height:100%;padding:0;border:0;outline:0;background:transparent;color:#13212b;font:500 19px/1.2 var(--font-en)}
.home-search-bar input::placeholder{color:#84909a}
.home-search-bar button{width:57px;height:57px;flex:none;display:grid;place-items:center;border-radius:50%;background:#eef2f4;color:#13212b;transition:.2s}
.home-search-bar button:hover,.home-search-bar button:focus-visible{outline:0;background:#b20b35;color:#fff}
.home-search-bar button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.home-search-panel{min-height:430px;max-height:calc(100vh - 205px);overflow:auto;padding:34px 38px 30px;border-radius:31px;background:linear-gradient(135deg,#0d2534 0%,#081923 64%,#07141c 100%);box-shadow:0 36px 90px -46px #000}
.home-search-intro{display:grid;grid-template-columns:180px 1fr 1fr;gap:28px;align-items:end;margin-bottom:28px}
.home-search-intro>span{color:#e77894;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.home-search-intro h2{margin:0;color:#fff;font-size:28px;font-weight:450;line-height:1.13}
.home-search-intro p{margin:0;color:#9aabb5;font-size:11px;line-height:1.6}
.home-search-suggestions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 28px}
.home-search-suggestions[hidden],.home-search-results[hidden]{display:none!important}
.home-search-suggestions a{position:relative;min-height:100px;padding:20px 30px 18px 0;border-top:1px solid rgba(255,255,255,.14);transition:.2s}
.home-search-suggestions a:hover{padding-left:10px;background:rgba(255,255,255,.035)}
.home-search-suggestions small{display:block;color:#78909e;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-search-suggestions b{display:block;margin-top:9px;color:#fff;font-size:13px;line-height:1.35}
.home-search-suggestions span{position:absolute;right:6px;top:46px;color:#e77894;font-size:18px}
.home-search-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;color:#fff}
.home-search-results-head b{font-size:16px}.home-search-results-head span{color:#9babb4;font-size:10px}
.home-search-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-search-result{position:relative;min-height:132px;padding:18px 19px;border-radius:18px;background:rgba(255,255,255,.065);box-shadow:inset 0 0 0 1px rgba(255,255,255,.09);transition:.2s}
.home-search-result:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.home-search-result small{display:block;color:#e77894;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.home-search-result b{display:block;margin-top:9px;color:#fff;font-size:14px;line-height:1.3}
.home-search-result span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:7px;color:#98aab4;font-size:10px;line-height:1.5}
.home-search-result em{position:absolute;left:19px;bottom:14px;color:#d8e0e4;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.home-search-empty{grid-column:1/-1;margin:0;padding:34px;border:1px dashed rgba(255,255,255,.2);border-radius:18px;color:#b3c0c7;text-align:center;font-size:12px}
.home-hs-provenance{display:flex;align-items:center;gap:14px;margin-top:26px;padding-top:19px;border-top:1px solid rgba(255,255,255,.12);font-size:9px}
.home-hs-provenance span{color:#e77894;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-hs-provenance b{color:#fff}.home-hs-provenance em{margin-left:auto;color:#81939e;font-style:normal}
html[dir="rtl"] .home-v3 .hero-content{left:auto;right:142px;text-align:right}
html[dir="rtl"] .home-v3 .hero-kicker{justify-content:flex-start}
html[dir="rtl"] .home-v3 .hero-content>a{flex-direction:row}
html[dir="rtl"] .home-v3 .hero-dots button{text-align:right}
html[dir="rtl"] .home-v3 .hero-dots button span{left:auto;right:0}
html[dir="rtl"] .home-v3 .hero-dots button::after{transform-origin:right center}
html[dir="rtl"] .home-v3 .hero-dots button::after{background:linear-gradient(270deg,#fff 0%,#f4dce4 36%,#c40d3c 100%)}
body[data-home-language="ar"] .stage{direction:ltr}
body[data-home-language="ar"] .home-join-line,body[data-home-language="ar"] .home-login-link,body[data-home-language="ar"] .home-register-link,body[data-home-language="ar"] .hero-content,body[data-home-language="ar"] .hero-controls,body[data-home-language="ar"] .hero-dots{direction:rtl}
body[data-home-language="ar"] .hero-dots{flex-direction:row}
body[data-home-language="ar"] .discover,body[data-home-language="ar"] .discover-grid,body[data-home-language="ar"] .global-ops,body[data-home-language="ar"] .b2b-overview,body[data-home-language="ar"] .b2b-head,body[data-home-language="ar"] .b2b-grid,body[data-home-language="ar"] .b2b-flow,body[data-home-language="ar"] .section-heading,body[data-home-language="ar"] .home-history,body[data-home-language="ar"] .history-heading,body[data-home-language="ar"] .history-line,body[data-home-language="ar"] .market-lead,body[data-home-language="ar"] .home-news,body[data-home-language="ar"] .news-grid,body[data-home-language="ar"] .news-card,body[data-home-language="ar"] .home-v3>.price-widget,body[data-home-language="ar"] .home-v3>.site-footer{direction:rtl;text-align:right}

body[data-home-language="ar"] .discover-copy,body[data-home-language="ar"] .global-ops-intro,body[data-home-language="ar"] .global-active,body[data-home-language="ar"] .b2b-grid article,body[data-home-language="ar"] .product-card-meta,body[data-home-language="ar"] .history-line article,body[data-home-language="ar"] .news-copy{text-align:right}
body[data-home-language="ar"] .world-map,body[data-home-language="ar"] .osm-map-canvas{direction:ltr;text-align:left}
body[data-home-language="ar"] .world-map-top,body[data-home-language="ar"] .world-map-legend{direction:rtl;text-align:right}
body[data-home-language="ar"] .product-track,body[data-home-language="ar"] .product-set{direction:rtl}
body[data-home-language="ar"] .product-track{animation-name:product-loop-rtl}
body[data-home-language="ar"] .product-set{padding-right:0;padding-left:18px}
body[data-home-language="ar"] .history-line article::before{left:auto;right:22px}
body[data-home-language="ar"] .b2b-flow i{background:linear-gradient(270deg,#b20b35,rgba(178,11,53,.2))}
body[data-home-language="ar"] .section-link,body[data-home-language="ar"] .b2b-head a,body[data-home-language="ar"] .home-search-suggestions a{direction:rtl}
body[data-home-language="ar"] .section-link>span,body[data-home-language="ar"] .b2b-head a>span,body[data-home-language="ar"] .home-search-suggestions a>span{font-size:0;transform:none}
body[data-home-language="ar"] .section-link>span::before,body[data-home-language="ar"] .b2b-head a>span::before,body[data-home-language="ar"] .home-search-suggestions a>span::before{content:"←";font-size:18px}
body[data-home-language="ar"] .section-link:hover>span{transform:translateX(-5px)}
body[data-home-language="ar"] .home-search-dialog{direction:rtl}
body[data-home-language="ar"] .home-search-result em{left:auto;right:19px}
body[data-home-language="ar"] .mobile-nav{direction:rtl;text-align:right}
body[data-home-language="ar"] .mobile-nav li>a,body[data-home-language="ar"] .mobile-nav li>button{text-align:right}
body[data-home-language="ar"] .mobile-nav .sub{padding-left:0;padding-right:12px}
body[data-home-language="ar"] .mobile-platform-link,body[data-home-language="ar"] .mobile-nav .nav-extras a{direction:rtl;text-align:right}
@keyframes product-loop-rtl{from{transform:translateX(-50%)}to{transform:translateX(0)}}

@media(min-width:1280px){
  .home-v3 .home-entrance-header{inset:28px 0 auto!important;width:100%!important;height:113px!important;transform:none!important}
  .home-utility-row{left:110px;right:110px;height:22px;gap:18px}
  .home-language-switcher button{padding:2px 0;font-size:9px}
  .home-language-separator{font-size:9px}
  .home-join-line{font-size:9px}
  .home-account-actions{gap:7px}
  .home-login-link,.home-register-link{height:22px;min-height:22px;font-size:8px}
  .home-login-link{padding:0 10px}
  .home-register-link{padding:0 11px;gap:6px}
  .home-register-link svg{width:14px;height:14px}
  .home-primary-row{top:22px}
  .home-v3 .home-primary-row .logo-badge{top:11px!important;left:auto!important;right:16px!important}
  .home-v3 .home-primary-row .site-nav{left:68px!important;right:284px!important;top:0!important;height:91px!important}
  .home-v3 .home-primary-row .site-nav>ul{bottom:29px!important;font-size:10px!important;letter-spacing:.045em!important}
  .home-v3 .home-primary-row .header-platform{top:20px!important;right:20px!important;height:50px!important}
  .home-v3 .home-primary-row .mega-menu{top:78px!important}
  .home-v3 .home-primary-row .mega-menu::before{top:-20px!important;height:20px!important}
}
@media(max-width:1279.98px){
  .home-v3 .home-entrance-header{position:absolute!important;inset:28px 0 auto!important;width:100%!important;height:136px!important;padding:0!important;margin:0!important;display:block!important}
  .home-utility-row{left:16px;right:16px;top:0;height:136px;display:block}
  .home-language-switcher{position:absolute;left:0;top:70px;gap:7px}
  .home-language-switcher button{font-size:9px}
  .home-language-separator{font-size:9px}
  .home-join-line{position:absolute;left:0;right:0;top:116px;width:auto;overflow:hidden;text-overflow:ellipsis;text-align:center;font-size:8px;line-height:1.35;white-space:nowrap}
  .home-account-actions{position:absolute;right:0;top:68px;z-index:2;height:40px;gap:6px}
  .home-login-link{height:40px;padding:0 10px;background:rgba(255,255,255,.1)}
  .home-register-link{width:40px;height:40px;padding:0;border-radius:13px}
  .home-register-link span{display:none}
  .home-primary-row{inset:0!important;height:64px;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
  .home-v3 .home-primary-row .logo-badge{position:absolute!important;left:auto!important;right:14px!important;top:10px!important;width:122px!important;height:44px!important;display:grid!important;grid-template-columns:38px 1fr!important;gap:8px!important}
  .home-v3 .home-primary-row .logo-badge img{width:38px!important;height:38px!important}
  .home-v3 .home-primary-row .logo-badge .name{font-size:13px!important}
  .home-v3 .home-primary-row .site-nav{display:none!important}
  .home-v3 .home-primary-row .header-platform{display:none!important}
  .home-search-trigger{left:58px;right:auto;top:12px;width:40px;height:40px;border-radius:50%}
  .home-search-trigger span{display:none}
  .home-v3 .home-primary-row .nav-toggle{position:absolute!important;left:12px!important;right:auto!important;top:12px!important;margin:0!important;display:inline-flex!important}
  .hero-content{bottom:154px!important}
  html[dir="rtl"] .home-v3 .hero-content{left:clamp(24px,7vw,80px)!important;right:clamp(24px,7vw,80px)!important;text-align:right}
  .home-v3 .hero-controls{bottom:63px}
  .home-v3 .hero-dots{width:100%;gap:7px}
  .home-v3 .hero-dots button span{display:none}
  .home-v3 .hero-dots button{height:20px}.home-v3 .hero-dots button::before,.home-v3 .hero-dots button::after{top:9px}
  .home-search-overlay{padding:78px 18px 24px}
  .home-search-dialog{max-height:calc(100vh - 96px);gap:12px}
  .home-search-bar{height:61px;padding-left:18px}.home-search-bar input{font-size:15px}.home-search-bar button{width:47px;height:47px}
  .home-search-panel{min-height:0;max-height:calc(100vh - 168px);padding:25px 22px 24px;border-radius:24px}
  .home-search-intro{grid-template-columns:1fr;gap:9px;margin-bottom:22px}.home-search-intro h2{font-size:23px}.home-search-intro p{font-size:10px}
  .home-search-suggestions{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 15px}.home-search-suggestions a{min-height:91px;padding:16px 24px 14px 0}.home-search-suggestions b{font-size:11px}
  .home-search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-hs-provenance{align-items:flex-start;flex-wrap:wrap}.home-hs-provenance em{width:100%;margin-left:0}
}
@media(max-width:560px){
  .home-v3 .home-primary-row .logo-badge{width:136px!important}
  .home-account-actions{right:0}.home-login-link{width:42px;padding:0;font-size:8px}
  .home-language-switcher{gap:5px}.home-language-switcher button{font-size:8px}
  .home-language-separator{font-size:8px}
  .home-join-line{width:auto;font-size:7px}
  .home-search-overlay{padding:70px 10px 12px}.home-search-bar{height:57px;padding-left:14px;gap:10px}.home-search-bar>svg{width:21px;height:21px}.home-search-bar input{font-size:13px}.home-search-bar button{width:43px;height:43px}
  .home-search-panel{padding:21px 16px;border-radius:21px}.home-search-intro h2{font-size:20px}
  .home-search-suggestions{grid-template-columns:1fr}.home-search-suggestions a{min-height:74px}.home-search-results-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.home-search-overlay,.home-search-dialog,.home-search-result,.home-language-switcher button::after{transition:none!important}}


/* Homepage search deck, reference-proportioned hero progress and paired intelligence/B2B matrix. */
.home-v3 .hero-controls{left:40px;right:40px;bottom:32px}
.home-v3 .hero-dots{width:100%;gap:20px}
.home-v3 .hero-dots button{height:32px}
.home-v3 .hero-dots button span{top:0;font-size:12px;line-height:16px;letter-spacing:.08em}
.home-v3 .hero-dots button::before,.home-v3 .hero-dots button::after{top:28px;height:4px}
.home-v3 .hero-dots button::before{background:rgba(255,255,255,.11)}
.home-v3 .hero-dots button::after{background:linear-gradient(90deg,#fff 0%,#f8d9e1 52%,#c40d3c 100%);box-shadow:0 0 14px rgba(196,13,60,.48)}
.home-v3 .hero-dots button.is-active::after{animation-duration:6.8s}

.home-search-section{position:relative;width:1440px;min-height:304px;padding:54px 105px 76px;color:#fff;background:radial-gradient(circle at 82% 0%,#173244 0%,#0d2330 38%,#07141c 100%);scroll-margin-top:0;overflow:hidden}
.home-search-section::before{content:"";position:absolute;inset:-90px auto auto -90px;width:360px;height:360px;border:1px solid rgba(255,255,255,.055);border-radius:50%;box-shadow:0 0 0 64px rgba(255,255,255,.018),0 0 0 128px rgba(255,255,255,.012);pointer-events:none}
.home-search-section .home-search-dialog{position:relative;z-index:2;width:1230px;max-height:none;margin:0 auto;display:block;color:#fff;transform:none}
.home-search-section .home-search-bar{height:78px;display:flex;align-items:center;gap:17px;padding:8px 9px 8px 25px;border-radius:999px;background:#fff;color:#13212b;box-shadow:0 28px 80px -38px #000;transition:box-shadow .35s ease,transform .35s ease}
.home-search-section.is-open .home-search-bar{box-shadow:0 30px 90px -34px #000;transform:translateY(-2px)}
.home-search-section .home-search-mark{width:31px;height:31px;flex:none;fill:none;stroke:#b20b35;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.home-search-section .home-search-mark .search-flare{stroke-width:1.35}
.home-search-section .home-search-mark circle{fill:#b20b35;stroke:none}
.home-search-section .home-search-bar input{min-width:0;flex:1;height:100%;padding:0;border:0;outline:0;background:transparent;color:#13212b;font:500 18px/1.2 var(--font-en)}
.home-search-section .home-search-bar input::placeholder{color:#8b959d}
.home-search-actions{height:100%;display:flex;align-items:center;gap:8px;flex:none}
.home-search-section .home-search-bar button{width:auto;height:58px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border-radius:999px;background:#edf2f5;color:#24333d;white-space:nowrap;transition:color .2s ease,background .2s ease,transform .2s ease}
.home-search-section .home-search-bar button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.home-search-section .home-search-bar .home-search-file:hover,.home-search-section .home-search-bar .home-search-file:focus-visible,.home-search-section .home-search-bar .home-search-file.has-file{outline:0;background:#dce8ee;color:#8f092e}
.home-search-section .home-search-bar .home-search-file.has-file::after{content:"";width:7px;height:7px;border-radius:50%;background:#35bc78;box-shadow:0 0 0 4px rgba(53,188,120,.14)}
.home-search-section .home-search-bar .home-search-submit{min-width:126px;padding:0 23px;color:#fff;background:#b20b35;box-shadow:0 15px 32px -19px rgba(178,11,53,.95)}
.home-search-section .home-search-bar .home-search-submit:hover,.home-search-section .home-search-bar .home-search-submit:focus-visible{outline:0;color:#fff;background:#d01547;transform:translateY(-1px)}
.home-search-products{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:10px;margin:21px auto 0}
.home-search-products button{min-height:37px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:1px solid rgba(255,255,255,.19);border-radius:999px;color:#d9e1e5;background:rgba(255,255,255,.045);font-size:11px;font-weight:650;letter-spacing:.025em;transition:.2s ease}
.home-search-products button:hover,.home-search-products button:focus-visible{outline:none;color:#fff;border-color:rgba(231,83,120,.65);background:rgba(178,11,53,.2);transform:translateY(-2px)}
.home-search-products i{width:7px;height:7px;border-radius:50%;background:#dbe4e8;box-shadow:0 0 0 4px rgba(255,255,255,.055)}
.home-search-drop{position:relative;z-index:2;max-height:0;margin-top:0;overflow:hidden;opacity:0;transform:translateY(-14px);transition:max-height .65s cubic-bezier(.35,1,.45,1),margin-top .45s ease,opacity .35s ease,transform .55s cubic-bezier(.35,1,.45,1)}
.home-search-section.is-open .home-search-drop{max-height:720px;margin-top:23px;opacity:1;transform:translateY(0)}
.home-search-section .home-search-panel{min-height:0;max-height:none;overflow:visible;padding:32px 36px 28px;border:1px solid rgba(255,255,255,.09);border-radius:27px;background:linear-gradient(135deg,rgba(18,48,64,.92),rgba(7,22,30,.96));box-shadow:0 38px 90px -52px #000}
.home-search-section .home-search-intro{position:relative;display:grid;grid-template-columns:1fr 1fr 42px;gap:28px;align-items:end;margin-bottom:27px}
.home-search-section .home-search-intro>div>span{display:block;margin-bottom:9px;color:#e77894;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.home-search-section .home-search-intro h2{margin:0;color:#fff;font-size:26px;font-weight:520;line-height:1.2}
.home-search-section .home-search-intro p{margin:0;color:#9aabb5;font-size:11px;line-height:1.65}
.home-search-section .home-search-collapse{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;background:rgba(255,255,255,.055)}
.home-search-section .home-search-collapse:hover,.home-search-section .home-search-collapse:focus-visible{outline:none;background:#b20b35;border-color:#b20b35}
.home-search-section .home-search-collapse svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.home-market-ticker{position:absolute;z-index:3;left:0;right:0;bottom:0;height:44px;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);background:#050d13;color:#dfe6ea}
.home-market-ticker::before,.home-market-ticker::after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:72px;pointer-events:none}
.home-market-ticker::before{left:0;background:linear-gradient(90deg,#050d13,transparent)}
.home-market-ticker::after{right:0;background:linear-gradient(-90deg,#050d13,transparent)}
.home-market-ticker-track{height:100%;display:flex;align-items:center;width:max-content;will-change:transform;animation:home-market-loop 42s linear infinite}
.home-market-ticker-set{height:100%;display:flex;align-items:center;gap:44px;padding-right:44px}
.home-market-ticker-item{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;font-size:10px;letter-spacing:.055em;text-transform:uppercase}
.home-market-ticker-item>i{width:8px;height:8px;border-radius:50%;background:#e32151;box-shadow:0 0 12px rgba(227,33,81,.72)}
.home-market-ticker-item b{font-weight:650;color:#c7d1d6}
.home-market-ticker-item strong{font-weight:700;color:#fff;font-variant-numeric:tabular-nums}
.home-market-ticker-item em{font-style:normal;font-weight:700}.home-market-ticker-item em.up{color:#54d493}.home-market-ticker-item em.down{color:#f2778f}.home-market-ticker-item em.flat{color:#86949c}
.home-market-loading,.home-market-ticker-track>a{display:inline-flex;align-items:center;height:100%;padding:0 40px;color:#c6d0d5;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
@keyframes home-market-loop{to{transform:translateX(-50%)}}

.home-intelligence-trade{width:1440px;padding:78px 60px;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:22px;background:#edf2f5}
.home-intelligence-trade .global-ops,.home-intelligence-trade .b2b-overview{width:auto;min-height:860px;border-radius:34px;box-shadow:0 35px 90px -62px rgba(7,19,27,.85)}
.home-intelligence-trade .global-ops{padding:48px 42px;display:flex;flex-direction:column;gap:28px;background:linear-gradient(145deg,#fff 0%,#f6f9fb 100%)}
.home-intelligence-trade .global-ops::before{border-radius:34px}
.home-intelligence-trade .global-ops-intro{padding-top:0}
.home-intelligence-trade .global-ops-intro h2{margin:23px 0 16px;font-size:36px}
.home-intelligence-trade .global-ops-intro>p{font-size:13px;line-height:1.7}
.home-intelligence-trade .global-stat{margin-top:22px;padding:16px 0}
.home-intelligence-trade .global-stat strong{font-size:44px}
.home-intelligence-trade .global-active{margin-top:18px;padding:17px 18px}
.home-intelligence-trade .world-map{min-height:390px;margin-top:auto;border-radius:24px}
.home-intelligence-trade .world-map-top{left:17px;right:17px;top:15px}
.home-intelligence-trade .world-map-legend{left:17px;right:17px;bottom:15px}
.home-intelligence-trade .b2b-overview{padding:48px 42px;background:radial-gradient(circle at 82% 12%,#173244 0%,#0a1d28 42%,#050c11 100%)}
.home-intelligence-trade .b2b-overview::before{font-size:300px;top:-32px;right:-25px}
.home-intelligence-trade .b2b-head{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:44px;align-items:end}
.home-intelligence-trade .b2b-head h2{margin-top:22px;font-size:38px}
.home-intelligence-trade .b2b-head p{font-size:12px;line-height:1.65}
.home-intelligence-trade .b2b-head a{margin-top:17px;padding:12px 17px;font-size:9px}
.home-intelligence-trade .b2b-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;margin-top:34px}
.home-intelligence-trade .b2b-grid article{min-height:220px;padding:18px;border-radius:19px;display:flex;flex-direction:column}
.home-intelligence-trade .b2b-grid article>i{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;color:#f088a1;background:rgba(178,11,53,.2);box-shadow:inset 0 0 0 1px rgba(238,93,127,.2)}
.home-intelligence-trade .b2b-grid article>i svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.home-intelligence-trade .b2b-grid b{margin-top:22px;padding-top:0;font-size:13px;line-height:1.35}
.home-intelligence-trade .b2b-grid p{font-size:10px;line-height:1.55}

body[data-home-language="ar"] .home-search-section,body[data-home-language="ar"] .home-search-dialog,body[data-home-language="ar"] .home-search-panel,body[data-home-language="ar"] .home-search-products{direction:rtl;text-align:right;font-family:var(--font-ar)}
body[data-home-language="zh"] .home-search-section,body[data-home-language="zh"] .home-search-dialog,body[data-home-language="zh"] .home-search-panel,body[data-home-language="zh"] .home-search-products{font-family:var(--font-zh)}
body[data-home-language="ar"] .home-search-bar input{font-family:var(--font-ar)}
body[data-home-language="zh"] .home-search-bar input{font-family:var(--font-zh)}
body[data-home-language="ar"] .home-market-ticker,body[data-home-language="ar"] .home-market-ticker-track{direction:ltr;text-align:left}
body[data-home-language="ar"] .home-search-collapse svg{transform:rotate(180deg)}

@media(max-width:1279.98px){
  .home-v3 .hero-controls{left:28px;right:28px;bottom:26px}
  .home-v3 .hero-dots{gap:12px}
  .home-v3 .hero-dots button span{font-size:10px}
  .home-search-section{width:100%;padding:48px clamp(24px,5vw,58px) 74px}
  .home-search-section .home-search-dialog{width:100%}
  .home-search-section .home-search-bar{height:72px;padding-left:21px}
  .home-search-section .home-search-bar input{font-size:16px}
  .home-search-section .home-search-bar button{height:54px;padding:0 13px;font-size:10px}
  .home-search-section .home-search-bar .home-search-submit{min-width:104px}
  .home-search-products{overflow-x:auto;justify-content:flex-start;padding-bottom:4px;scrollbar-width:none}
  .home-search-products::-webkit-scrollbar{display:none}
  .home-intelligence-trade{width:100%;padding:62px clamp(24px,5vw,58px);grid-template-columns:1fr}
  .home-intelligence-trade .global-ops{min-height:690px;display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:32px}
  .home-intelligence-trade .world-map{min-height:520px;margin-top:0}
  .home-intelligence-trade .b2b-overview{min-height:0}
  .home-intelligence-trade .b2b-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:899.98px){
  .home-v3 .hero-controls{left:20px;right:20px;bottom:22px}
  .home-v3 .hero-dots{gap:8px}
  .home-v3 .hero-dots button{height:18px}
  .home-v3 .hero-dots button span{display:none}
  .home-v3 .hero-dots button::before,.home-v3 .hero-dots button::after{top:8px;height:4px}
  .home-search-section{min-height:292px;padding:40px 20px 70px}
  .home-search-section .home-search-bar{height:auto;min-height:66px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;padding:10px 12px 10px 18px;border-radius:25px}
  .home-search-section .home-search-mark{width:26px;height:26px}
  .home-search-actions{grid-column:1/-1;width:100%;height:auto;display:grid;grid-template-columns:1fr 1fr auto;gap:7px}
  .home-search-section .home-search-bar button{height:44px;padding:0 11px;font-size:9px}
  .home-search-section .home-search-bar .home-search-submit{min-width:92px}
  .home-search-products{margin-top:15px}
  .home-search-products button{min-height:34px;padding:0 13px;font-size:10px}
  .home-search-section .home-search-panel{padding:24px 20px 22px;border-radius:22px}
  .home-search-section .home-search-intro{grid-template-columns:1fr 42px;gap:14px}
  .home-search-section .home-search-intro>p{grid-column:1/-1}
  .home-search-section .home-search-intro h2{font-size:22px}
  .home-intelligence-trade{padding:48px 20px;gap:16px}
  .home-intelligence-trade .global-ops{min-height:0;display:flex;padding:34px 25px}
  .home-intelligence-trade .world-map{min-height:480px}
  .home-intelligence-trade .b2b-overview{padding:34px 25px}
  .home-intelligence-trade .b2b-head{grid-template-columns:1fr;gap:18px}
  .home-intelligence-trade .b2b-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}
  .home-intelligence-trade .b2b-grid article{min-height:190px}
}
@media(max-width:560px){
  .home-search-section{padding-left:14px;padding-right:14px}
  .home-search-section .home-search-bar{padding-left:14px}
  .home-search-section .home-search-bar input{font-size:13px}
  .home-search-section .home-search-bar button span{display:none}
  .home-search-section .home-search-bar .home-search-submit{min-width:48px;width:48px;padding:0}
  .home-search-section .home-search-bar .home-search-submit svg{display:block}
  .home-intelligence-trade{padding:38px 13px}
  .home-intelligence-trade .global-ops,.home-intelligence-trade .b2b-overview{border-radius:25px}
  .home-intelligence-trade .global-ops{padding:29px 19px}
  .home-intelligence-trade .world-map{min-height:420px;border-radius:20px}
  .home-intelligence-trade .world-map-top em{display:none}
  .home-intelligence-trade .b2b-overview{padding:29px 19px}
  .home-intelligence-trade .b2b-grid{grid-template-columns:1fr}
  .home-intelligence-trade .b2b-grid article{min-height:170px}
}
@media(prefers-reduced-motion:reduce){
  .home-search-drop,.home-search-bar,.home-search-products button{transition:none!important}
  .home-market-ticker-track{animation-duration:72s!important}
}

/* Search action deck and Safari/iPad-safe market motion. */
.home-search-section{min-height:422px;padding-bottom:92px}
.home-search-section .home-search-file{direction:ltr}
.home-search-shortcuts{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px auto 0}
.home-search-shortcuts>a{position:relative;min-width:0;min-height:88px;display:grid;grid-template-columns:43px minmax(0,1fr) 16px;gap:11px;align-items:center;padding:13px 15px;border:1px solid #e8edf0;border-radius:18px;color:#172630;background:linear-gradient(145deg,#fff,#f8fafb);box-shadow:0 17px 34px -28px rgba(10,28,39,.42);transition:transform .28s cubic-bezier(.35,1,.45,1),border-color .25s ease,background .25s ease}
.home-search-shortcuts>a:hover,.home-search-shortcuts>a:focus-visible{outline:0;transform:translateY(-3px);border-color:rgba(205,28,71,.42);background:linear-gradient(145deg,#fff5f7,#fff)}
.home-search-shortcuts>a>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}
.home-search-shortcuts b{overflow:hidden;color:#172630;font-size:11px;font-weight:760;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.home-search-shortcuts small{overflow:hidden;color:#71808a;font-size:8px;font-weight:550;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
.home-search-shortcuts>a>i{color:#c40d3c;font-style:normal;font-size:17px;transition:transform .25s ease}
.home-search-shortcuts>a:hover>i,.home-search-shortcuts>a:focus-visible>i{transform:translateX(3px)}
.home-search-shortcut-icon{width:43px;height:43px;display:grid!important;place-items:center!important;border-radius:14px;background:#fbe8ed;box-shadow:inset 0 0 0 1px rgba(196,13,60,.1)}
.home-search-shortcut-icon svg{width:21px;height:21px;fill:none;stroke:#c40d3c;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
body[data-home-language="ar"] .home-search-shortcuts{direction:rtl;text-align:right;font-family:var(--font-ar)}
body[data-home-language="zh"] .home-search-shortcuts{font-family:var(--font-zh)}
body[data-home-language="ar"] .home-search-shortcuts>a:hover>i,body[data-home-language="ar"] .home-search-shortcuts>a:focus-visible>i{transform:translateX(-3px)}

.home-market-ticker-track{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);animation:none!important;-webkit-animation:none!important}
.home-market-ticker-track.is-running{animation:home-market-loop-ipad 42s linear infinite!important;-webkit-animation:home-market-loop-ipad 42s linear infinite!important}
@keyframes home-market-loop-ipad{to{transform:translate3d(-50%,0,0)}}
@-webkit-keyframes home-market-loop-ipad{to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}

@media(max-width:1279.98px){
  .home-search-section{min-height:408px;padding-bottom:90px}
  .home-search-shortcuts{gap:8px}
  .home-search-shortcuts>a{min-height:82px;grid-template-columns:38px minmax(0,1fr) 13px;gap:9px;padding:11px 12px}
  .home-search-shortcut-icon{width:38px;height:38px}
  .home-search-shortcut-icon svg{width:19px;height:19px}
  .home-search-shortcuts b{font-size:10px}
  .home-search-shortcuts small{font-size:7px}
}
@media(max-width:899.98px){
  .home-search-section{min-height:500px;padding-bottom:86px}
  .home-search-actions{grid-template-columns:1fr auto}
  .home-search-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}
  .home-search-shortcuts>a{min-height:76px}
}
@media(max-width:560px){
  .home-search-section .home-search-bar .home-search-file span{display:inline}
  .home-search-section .home-search-bar .home-search-file{min-width:104px}
  .home-search-shortcuts>a{grid-template-columns:35px minmax(0,1fr) 11px;padding:10px}
  .home-search-shortcut-icon{width:35px;height:35px;border-radius:12px}
  .home-search-shortcuts small{display:none}
}
@media(prefers-reduced-motion:reduce){
  .home-market-ticker-track.is-running{animation-duration:72s!important;-webkit-animation-duration:72s!important}
}


/* Keep a slim white Discover reveal below the entrance, matching the reference hierarchy. */
@media(max-width:1279.98px){
  .home-v3 .hero-slider{height:calc(100vh - 38px)!important;height:calc(100svh - 38px)!important;min-height:620px!important}
}
@media(max-width:767px){
  .home-v3 .hero-slider{height:calc(100vh - 38px)!important;height:calc(100svh - 38px)!important;min-height:620px!important}
  .home-v3 .hero-slider .hero-content.copy{bottom:132px!important}
  .home-v3 .hero-controls{bottom:54px!important}
}

/* Naftoon B2B landed-cost planning and RFQ-forward product actions. */
.product-card-meta .product-card-rfq{display:flex;align-items:center;gap:7px;margin-top:17px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.product-card-meta .product-card-rfq>svg{width:16px;height:16px;margin-left:auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s ease}
.product-card:hover .product-card-rfq>svg{transform:translateX(3px)}
.nb2b-wordmark{display:inline-flex!important;align-items:baseline!important;gap:2px!important;margin:0!important;letter-spacing:.08em!important;white-space:nowrap}
.nb2b-wordmark i{color:#e11d48;font-style:normal;font-weight:900}
.nb2b-wordmark b{display:inline!important;color:#fff!important;font-size:inherit!important;line-height:inherit!important}
.b2b-calculator{position:relative;grid-column:1/-1;padding:46px 48px 48px;overflow:hidden;border-radius:34px;color:#fff;background:radial-gradient(circle at 82% 18%,#213e50 0%,#102936 42%,#07151d 100%);box-shadow:0 35px 90px -62px rgba(7,19,27,.85)}
.b2b-calculator::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent 0%,#000 40%,#000 100%)}
.b2b-calculator>*{position:relative;z-index:1}
.b2b-calculator-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);align-items:end;gap:60px;margin-bottom:30px}
.b2b-calculator-head h2{max-width:760px;margin:20px 0 0;color:#fff;font-size:36px;font-weight:470;line-height:1.15;letter-spacing:-.02em}
.b2b-calculator-head>p{margin:0;color:#aab9c1;font-size:12px;line-height:1.7}
.b2b-calculator-shell{padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:25px;background:rgba(255,255,255,.052);box-shadow:inset 0 1px rgba(255,255,255,.035),0 24px 70px -54px #000}
.b2b-calculator-fields{display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:14px}
.b2b-calculator label{display:grid;gap:9px;color:#9dafb8;font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.b2b-calculator select,.b2b-calculator input{width:100%;height:55px;padding:0 17px;border:1px solid rgba(255,255,255,.12);border-radius:14px;outline:0;color:#f7fafb;background:#0a1b24;font:650 13px/1 var(--font-en);font-variant-numeric:tabular-nums;transition:border-color .2s ease,box-shadow .2s ease}
.b2b-calculator select:focus,.b2b-calculator input:focus{border-color:rgba(231,83,120,.72);box-shadow:0 0 0 4px rgba(178,11,53,.16)}
.b2b-calculator-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:25px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}
.b2b-calculator-results>div{min-width:0;padding:3px 24px;border-left:1px solid rgba(255,255,255,.09)}
.b2b-calculator-results>div:first-child{padding-left:0;border-left:0}
.b2b-calculator-results span{display:block;margin-bottom:9px;color:#8fa2ad;font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
.b2b-calculator-results strong{display:block;color:#fff;font-size:28px;font-weight:560;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:.01em}
.b2b-calculator-results .is-total strong{color:#f26687}
.b2b-calculator-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px}
.b2b-calculator-foot small{max-width:620px;color:#81939d;font-size:9px;line-height:1.6}
.b2b-calculator-cta{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 19px;border-radius:999px;color:#fff;background:#b20b35;box-shadow:0 16px 34px -22px rgba(235,34,84,.95);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .25s ease,background .25s ease}
.b2b-calculator-cta:hover,.b2b-calculator-cta:focus-visible{outline:0;background:#d01547;transform:translateY(-2px)}
.b2b-calculator-cta>svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#b2b-rfq,#b2b-market,#b2b-calculator,#top-products{scroll-margin-top:150px}
body[data-home-language="ar"] .b2b-calculator{direction:rtl;text-align:right;font-family:var(--font-ar)}
body[data-home-language="ar"] .b2b-calculator select,body[data-home-language="ar"] .b2b-calculator input{font-family:var(--font-ar)}
body[data-home-language="ar"] .b2b-calculator-results>div{padding:3px 24px;border-left:0;border-right:1px solid rgba(255,255,255,.09)}
body[data-home-language="ar"] .b2b-calculator-results>div:first-child{padding-right:0;border-right:0}
body[data-home-language="ar"] .b2b-calculator-cta>svg{transform:rotate(180deg)}
body[data-home-language="zh"] .b2b-calculator,body[data-home-language="zh"] .b2b-calculator select,body[data-home-language="zh"] .b2b-calculator input{font-family:var(--font-zh)}
@media(max-width:1279.98px){
  .b2b-calculator{padding:40px clamp(25px,4vw,42px)}
  .b2b-calculator-head{gap:36px}
}
@media(max-width:899.98px){
  .b2b-calculator{padding:34px 25px;border-radius:25px}
  .b2b-calculator-head{grid-template-columns:1fr;gap:13px}
  .b2b-calculator-head h2{font-size:30px}
  .b2b-calculator-shell{padding:20px}
  .b2b-calculator-fields{grid-template-columns:1fr}
  .b2b-calculator-foot{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .b2b-calculator{padding:29px 19px}
  .b2b-calculator-head h2{font-size:27px}
  .b2b-calculator-shell{padding:15px;border-radius:20px}
  .b2b-calculator-results{grid-template-columns:1fr;gap:17px}
  .b2b-calculator-results>div,body[data-home-language="ar"] .b2b-calculator-results>div{padding:0 0 17px;border-left:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .b2b-calculator-results>div:last-child{padding-bottom:0;border-bottom:0}
  .b2b-calculator-results strong{font-size:25px}
  .b2b-calculator-cta{width:100%;padding:0 14px}
}



/* 2026-07-23: inline white search and independent horizontal B2B/field sections. */
.home-search-section{color:#17242d;background:#fff}
.home-search-section::before{border-color:rgba(25,54,72,.06);box-shadow:0 0 0 64px rgba(25,54,72,.018),0 0 0 128px rgba(25,54,72,.012)}
.home-search-section .home-search-dialog{color:#17242d}
.home-search-section .home-search-mark{animation:home-search-simple-blink 1.65s ease-in-out infinite}
@keyframes home-search-simple-blink{0%,100%{opacity:.48}50%{opacity:1}}
.home-search-products button{color:#42545f;border-color:#d9e1e6;background:#f5f7f8}
.home-search-products button:hover,.home-search-products button:focus-visible{color:#8f092e;border-color:rgba(178,11,53,.42);background:#fff0f4}
.home-search-products i{background:#c40d3c;box-shadow:0 0 0 4px rgba(196,13,60,.1)}
.home-search-section .home-search-panel{color:#17242d;border-color:#e0e6ea;background:#fff;box-shadow:0 30px 80px -52px rgba(14,35,48,.42)}
.home-search-section .home-search-intro{border-color:#e3e8eb}
.home-search-section .home-search-intro h2,.home-search-section .home-search-results-head b{color:#17242d}
.home-search-section .home-search-intro p,.home-search-section .home-search-results-count{color:#687985}
.home-search-section .home-search-collapse{color:#253741;border-color:#dbe3e7;background:#f2f5f7}
.home-search-section .home-search-suggestions a{border-color:#e3e8eb;color:#17242d}
.home-search-section .home-search-suggestions a:hover,.home-search-section .home-search-suggestions a:focus-visible{background:#f5f7f8}
.home-search-section .home-search-suggestions small{color:#9b5268}
.home-search-section .home-search-suggestions b{color:#17242d}
.home-search-section .home-search-results{border-color:#e1e7ea;background:#f7f9fa}
.home-search-section .home-search-result{border-color:#e1e7ea;background:#fff;color:#17242d}
.home-search-section .home-search-result small{color:#9b5268}
.home-search-section .home-search-result b{color:#17242d}
.home-search-section .home-search-result p,.home-search-section .home-search-result span{color:#687985}
.home-search-section .home-search-empty{color:#687985;border-color:#dce4e8;background:#f7f9fa}
.home-search-section .home-hs-provenance{color:#71818b;border-color:#e2e8eb}
.home-search-section .home-hs-provenance b{color:#17242d}

.home-intelligence-trade{display:flex;flex-direction:column;gap:30px;padding:78px 60px;background:#fff}
.home-intelligence-trade .b2b-overview{order:1;width:100%;min-height:auto;padding:68px 62px;color:#17242d;border:1px solid #e2e8eb;background:#fff;box-shadow:0 34px 82px -66px rgba(7,19,27,.55)}
.home-intelligence-trade .b2b-overview::before{color:rgba(16,44,60,.025);font-size:330px;top:-70px}
.home-intelligence-trade .b2b-overview .section-kicker-light{color:#a90632}
.home-intelligence-trade .b2b-overview .section-kicker-light::before{box-shadow:inset 0 0 0 5px #fff}
.home-intelligence-trade .b2b-head{grid-template-columns:minmax(0,1fr) minmax(310px,.62fr);gap:72px}
.home-intelligence-trade .b2b-head h2{color:#17242d;font-size:44px}
.home-intelligence-trade .b2b-head p{color:#687985;font-size:13px}
.home-intelligence-trade .b2b-grid{margin-top:44px}
.home-intelligence-trade .b2b-grid article{min-height:210px;border-color:#e1e7ea;background:#f5f7f8}
.home-intelligence-trade .b2b-grid article:hover{border-color:rgba(196,13,60,.34);background:#fff;box-shadow:0 24px 50px -42px rgba(12,32,45,.48)}
.home-intelligence-trade .b2b-grid article>i{color:#b20b35;background:#fbe8ed;box-shadow:inset 0 0 0 1px rgba(178,11,53,.1)}
.home-intelligence-trade .b2b-grid b{color:#17242d}
.home-intelligence-trade .b2b-grid p{color:#687985}
.home-intelligence-trade .b2b-calculator{order:2;width:100%}
.home-intelligence-trade .global-ops{order:3;width:100%;min-height:760px;padding:68px 62px;display:grid;grid-template-columns:390px minmax(0,1fr);gap:62px;background:linear-gradient(145deg,#fff 0%,#f6f9fb 100%);box-shadow:0 34px 82px -66px rgba(7,19,27,.55)}
.home-intelligence-trade .global-ops-intro{padding-top:14px}
.home-intelligence-trade .global-ops-intro h2{font-size:42px}
.home-intelligence-trade .world-map{min-height:590px;margin-top:0;border-radius:28px}
.nb2b-wordmark{gap:0!important;letter-spacing:0!important}
.nb2b-wordmark i,.nb2b-wordmark b{margin:0!important;letter-spacing:0!important}

@media(max-width:1279.98px){
  .home-intelligence-trade{padding:62px clamp(24px,5vw,58px)}
  .home-intelligence-trade .b2b-overview{padding:52px 42px}
  .home-intelligence-trade .global-ops{min-height:690px;padding:52px 42px;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:32px}
  .home-intelligence-trade .world-map{min-height:520px}
}
@media(max-width:899.98px){
  .home-intelligence-trade .b2b-head,.home-intelligence-trade .global-ops{grid-template-columns:1fr}
  .home-intelligence-trade .global-ops{display:grid;min-height:auto}
  .home-intelligence-trade .world-map{min-height:520px}
}
@media(max-width:560px){
  .home-intelligence-trade{padding:38px 13px}
  .home-intelligence-trade .b2b-overview,.home-intelligence-trade .global-ops{padding:29px 19px}
  .home-intelligence-trade .b2b-head h2,.home-intelligence-trade .global-ops-intro h2{font-size:30px}
  .home-intelligence-trade .world-map{min-height:420px}
}
@media(prefers-reduced-motion:reduce){.home-search-section .home-search-mark{animation:none}}

/* 2026-07-23: search/ticker polish and resilient visual signals. */
.home-search-section{padding-bottom:104px}
.home-search-section .home-search-bar{box-sizing:border-box;border:1px solid rgba(0,0,0,.82)}
.home-search-products i{animation:home-product-signal 1.55s ease-in-out infinite;transform-origin:center}
.home-search-products button:nth-child(2) i{animation-delay:.18s}
.home-search-products button:nth-child(3) i{animation-delay:.36s}
.home-search-products button:nth-child(4) i{animation-delay:.54s}
.home-search-products button:nth-child(5) i{animation-delay:.72s}
@keyframes home-product-signal{
  0%,100%{opacity:.5;transform:scale(.76);box-shadow:0 0 0 3px rgba(196,13,60,.08)}
  50%{opacity:1;transform:scale(1.12);box-shadow:0 0 0 6px rgba(196,13,60,.14),0 0 14px rgba(196,13,60,.42)}
}
.home-market-ticker{height:54px}
.home-market-ticker-set{gap:52px;padding-right:52px}
.home-market-ticker-item{gap:10px;font-size:11px;letter-spacing:.06em}
.home-market-ticker-item>i{width:9px;height:9px}
.home-market-loading,.home-market-ticker-track>a{font-size:11px}

.home-search-shortcuts b{color:#05080a!important;font-weight:780}
.home-search-shortcuts small{color:#485760}
.home-search-shortcut-icon{position:relative;width:46px;height:46px;border:1px solid rgba(196,13,60,.16);border-radius:15px;background:linear-gradient(145deg,#fff 0%,#fce7ec 68%,#f8ccd7 100%);box-shadow:0 12px 24px -18px rgba(141,6,40,.7),inset 0 1px rgba(255,255,255,.9)}
.home-search-shortcut-icon::after{content:"";position:absolute;right:6px;bottom:6px;width:6px;height:6px;border:2px solid #fff;border-radius:50%;background:#c40d3c;box-shadow:0 0 0 1px rgba(196,13,60,.16)}
.home-search-shortcut-icon svg{width:23px;height:23px;stroke:#9f0a31;stroke-width:1.55;filter:drop-shadow(0 2px 4px rgba(159,10,49,.12))}
.home-search-shortcut-icon svg .detail{stroke:#e05477}
.home-search-shortcuts>a:hover .home-search-shortcut-icon,.home-search-shortcuts>a:focus-visible .home-search-shortcut-icon{border-color:rgba(196,13,60,.34);background:linear-gradient(145deg,#fff,#fbdde5);transform:translateY(-1px)}

@media(max-width:1279.98px){
  .home-search-section{padding-bottom:102px}
  .home-market-ticker{height:52px}
  .home-market-ticker-item{font-size:10.5px}
}
@media(max-width:899.98px){
  .home-search-section{padding-bottom:98px}
  .home-market-ticker{height:50px}
  .home-market-ticker-item{font-size:10px}
}

/* 2026-07-23: five-action search deck and corrected responsive header layering. */
.home-search-shortcuts{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:22px}
.home-search-section{min-height:392px}

@media(min-width:1280px){
  .page .site-header.home-entrance-header{height:156px!important}
  .page .site-header .home-utility-row{height:54px!important}
  .page .site-header .home-primary-row{inset:54px 0 auto!important}
  .page .site-header .home-b2b-tools{height:54px!important}
  .page .site-header .home-b2b-tools>a{height:38px!important}
  .page .site-header .home-language-switcher button{min-height:36px!important}
  .page .site-header .home-account-actions a{min-height:36px!important}
  .page.header-fixed-layer .site-header.is-floating-copy{height:54px!important}
}

@media(min-width:900px) and (max-width:1279.98px){
  .page .site-header.home-entrance-header{height:156px!important}
  .page .site-header .home-utility-row{height:54px!important;display:grid!important;grid-template-columns:1fr minmax(360px,1.35fr) 1fr!important;align-items:center!important}
  .page .site-header .home-language-switcher,.page .site-header .home-account-actions{position:static!important;height:auto!important}
  .page .site-header .home-join-line{position:static!important;width:auto!important;font-size:8px!important}
  .page .site-header .home-primary-row{inset:54px 0 auto!important}
  .page .site-header .home-b2b-tools{position:relative!important;inset:auto!important;height:54px!important;transform:none!important}
  .page .site-header .home-b2b-tools>a{height:36px!important}
  .page.header-fixed-layer .site-header.is-floating-copy{height:54px!important}
  .home-search-shortcuts{grid-template-columns:repeat(5,minmax(0,1fr))}
}

@media(max-width:899.98px){
  .page .site-header.home-entrance-header{height:168px!important}
  .page .site-header .home-utility-row{inset:0!important;height:102px!important;display:block!important;padding:0 14px!important}
  .page .site-header .home-language-switcher{left:14px!important;top:12px!important;height:36px!important}
  .page .site-header .home-account-actions{right:14px!important;top:9px!important;height:40px!important}
  .page .site-header .home-join-line{display:none!important}
  .page .site-header .home-b2b-tools{left:50%!important;right:auto!important;top:57px!important;width:max-content!important;max-width:calc(100vw - 20px)!important;height:38px!important;overflow-x:auto!important;justify-content:center!important;transform:translateX(-50%)!important;scrollbar-width:none}
  .page .site-header .home-b2b-tools::-webkit-scrollbar{display:none}
  .page .site-header .home-b2b-tools>a{height:34px!important;padding:0 8px!important}
  .page .site-header .home-primary-row{inset:102px 0 auto!important;height:66px!important}
  .page .site-header .home-primary-row::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22) 48%,rgba(255,255,255,.58))}
  .page .site-header .home-primary-row .logo-badge{top:11px!important}
  .page .site-header .home-primary-row .nav-toggle,.page .site-header .home-primary-row .home-search-trigger{top:13px!important}
  .page.header-fixed-layer .site-header.is-floating-copy{height:52px!important}
  .page.header-fixed-layer .site-header.is-floating-copy .home-utility-row{height:52px!important}
  .page.header-fixed-layer .site-header.is-floating-copy .home-b2b-tools{top:7px!important}

  .home-search-section{min-height:0;padding:32px 18px 68px}
  .home-search-section .home-search-bar{min-height:0;padding:11px 12px 12px 16px;border-radius:23px}
  .home-search-section .home-search-bar input{height:44px;font-size:14px}
  .home-search-actions{grid-template-columns:minmax(0,1fr) 52px;gap:8px}
  .home-search-section .home-search-bar .home-search-file{width:100%;min-width:0;justify-content:flex-start;padding:0 15px}
  .home-search-section .home-search-bar .home-search-submit{width:52px;min-width:52px;padding:0}
  .home-search-section .home-search-bar .home-search-submit span{display:none}
  .home-search-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:16px}
  .home-search-shortcuts>a{min-height:78px}
  .home-search-shortcuts>a:last-child{grid-column:1/-1}
  .home-search-section .home-search-panel{padding:22px 18px 20px}
}

@media(max-width:560px){
  .page .site-header .home-b2b-tools>a{padding:0 6px!important}
  .page .site-header .home-b2b-tools>a>span{font-size:6.5px!important}
  .page .site-header .home-b2b-tools svg{width:12px!important;height:12px!important}
  .home-search-section{padding:26px 12px 60px}
  .home-search-section .home-search-bar{grid-template-columns:23px minmax(0,1fr);gap:7px;padding:9px 9px 10px 13px}
  .home-search-section .home-search-mark{width:22px;height:22px}
  .home-search-section .home-search-bar input{font-size:12px}
  .home-search-shortcuts{gap:8px}
  .home-search-shortcuts>a{min-height:72px;padding:9px}
  .home-search-shortcuts b{font-size:9.5px}
  .home-search-section .home-search-panel{padding:20px 14px 18px;border-radius:20px}
}

/* 2026-07-23: final phone search and shortcut geometry. */
@media(max-width:899.98px){
  .home-search-section.is-open .home-search-drop{max-height:1600px}
  .home-search-actions{grid-template-columns:auto 48px;justify-content:space-between}
  .home-search-section .home-search-bar .home-search-file{width:auto!important;min-width:86px!important;max-width:96px;padding:0 10px!important;justify-self:start;justify-content:center}
  .home-search-section .home-search-bar .home-search-submit{width:48px!important;min-width:48px!important}
  .home-search-shortcuts>a{grid-template-columns:40px minmax(0,1fr) 12px;gap:9px}
  .home-search-shortcut-icon{width:38px!important;height:38px!important;border-radius:12px!important}
  .home-search-shortcut-icon svg{width:19px!important;height:19px!important}
  .home-search-shortcuts>a>span:nth-child(2){position:relative;z-index:2;padding-left:1px}
}
@media(max-width:560px){
  .home-search-section.is-open .home-search-drop{max-height:1900px}
  .home-search-section .home-search-bar .home-search-file{min-width:82px!important;max-width:88px}
  .home-search-shortcuts>a{grid-template-columns:38px minmax(0,1fr) 11px;gap:8px}
  .home-search-shortcut-icon{width:36px!important;height:36px!important}
}

/* 2026-07-25: corporate homepage polish — B2B, search, map and news. */
.home-search-section .home-search-mark{color:#15212a!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.home-search-section .home-search-mark circle{fill:none!important;stroke:currentColor!important}
.home-search-section .home-search-mark path{fill:none!important;stroke:currentColor!important}

.home-intelligence-trade .b2b-overview{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(132deg,#fff 0%,#fff3f6 47%,#edf5f7 100%)!important;box-shadow:inset 0 1px 0 #fff,0 30px 80px -58px rgba(21,33,42,.55)}
.home-intelligence-trade .b2b-overview::before{content:"";position:absolute;z-index:-1;inset:-20% 42% 38% -8%;background:radial-gradient(circle at 28% 34%,rgba(196,13,60,.22),rgba(196,13,60,0) 68%);pointer-events:none}
.home-intelligence-trade .b2b-overview::after{content:"";position:absolute;z-index:-1;right:-110px;bottom:-150px;width:420px;height:420px;border:1px solid rgba(21,33,42,.1);border-radius:50%;box-shadow:0 0 0 45px rgba(21,33,42,.025),0 0 0 90px rgba(196,13,60,.025);pointer-events:none}
.home-intelligence-trade .b2b-head h2{max-width:720px;color:#101920!important}
.home-intelligence-trade .b2b-head .section-kicker{color:#c40d3c!important}
.home-intelligence-trade .b2b-head .section-kicker::before{background:#c40d3c!important}
.home-intelligence-trade .b2b-head a{background:#c40d3c!important;color:#fff!important;border-color:#c40d3c!important;box-shadow:0 16px 30px -20px rgba(196,13,60,.8)}
.home-intelligence-trade .b2b-grid article{position:relative;background:rgba(255,255,255,.9)!important;border:1px solid rgba(21,33,42,.12)!important;box-shadow:0 18px 45px -38px rgba(21,33,42,.7);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.home-intelligence-trade .b2b-grid article::before{content:"";position:absolute;left:-1px;top:-1px;width:34%;height:22px;border-top:3px solid #c40d3c;border-left:3px solid #c40d3c;border-radius:19px 0 0 0;background:transparent;box-sizing:border-box;transition:width .3s ease}
.home-intelligence-trade .b2b-grid article:nth-child(4n+2),.home-intelligence-trade .b2b-grid article:nth-child(4n+3){background:linear-gradient(145deg,#fff 0%,#f2f6f7 100%)!important}
.home-intelligence-trade .b2b-grid article:hover{transform:translateY(-6px);border-color:rgba(196,13,60,.32)!important;box-shadow:0 28px 55px -36px rgba(196,13,60,.45)}
.home-intelligence-trade .b2b-grid article:hover::before{width:calc(100% + 2px)}
.home-intelligence-trade .b2b-grid article i{background:linear-gradient(135deg,#c40d3c,#8f092d)!important;color:#fff!important;box-shadow:0 12px 24px -16px rgba(196,13,60,.9)}

.b2b-calculator::before{display:none!important}
.b2b-calculator{background:radial-gradient(circle at 82% 18%,#213e50 0%,#102936 42%,#07151d 100%)!important}
.b2b-calculator-fields{grid-template-columns:1.2fr .72fr .96fr .96fr!important}

.naftoon-map-filter{position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}
.osm-map-canvas{background:#0f3550!important}
.osm-map-canvas .leaflet-tile-pane{filter:url(#naftoon-map-duotone)}
.naftoon-map-marker-core{background:#fff!important;border:3px solid #c40d3c!important;box-shadow:0 0 0 5px rgba(255,255,255,.52),0 8px 22px rgba(21,33,42,.35)!important;animation:naftoon-marker-blink 1.65s ease-in-out infinite}
.naftoon-map-marker:nth-child(2n) .naftoon-map-marker-core{animation-delay:.28s}
.naftoon-map-marker:nth-child(3n) .naftoon-map-marker-core{animation-delay:.56s}
.naftoon-map-marker.is-active .naftoon-map-marker-core{background:#fff!important;border-color:#fff!important;box-shadow:0 0 0 5px rgba(196,13,60,.9),0 0 0 11px rgba(255,255,255,.32),0 8px 26px rgba(21,33,42,.45)!important}
@keyframes naftoon-marker-blink{0%,100%{opacity:1;filter:brightness(1.18)}50%{opacity:.46;filter:brightness(.92)}}

.news-card{border:1px solid rgba(17,25,31,.22)!important}
.news-card:hover{border-color:rgba(17,25,31,.4)!important}

@media(min-width:900px){
  .home-search-section{padding-left:28px!important;padding-right:28px!important}
  .home-search-section .home-search-dialog{width:100%!important;max-width:none!important}
  .home-search-shortcuts{width:100%!important;max-width:none!important}
}
@media(max-width:1100px) and (min-width:900px){
  .b2b-calculator-fields{grid-template-columns:1fr 1fr!important}
}
@media(max-width:899.98px){
  .b2b-calculator-fields{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  .home-intelligence-trade .b2b-grid article,.home-intelligence-trade .b2b-grid article::before{transition:none!important}
  .naftoon-map-marker-core{animation:none!important}
}

/* Larger homepage hero brand lockup. */
@media(min-width:900px){
  .home-v3 .site-header .home-primary-row .logo-badge{top:17px!important;width:252px!important;height:70px!important;grid-template-columns:62px 1fr!important;gap:16px!important}
  .home-v3 .site-header .home-primary-row .logo-badge img{width:62px!important;height:62px!important;max-width:62px!important}
  .home-v3 .site-header .home-primary-row .logo-badge .name{font-size:23px!important;letter-spacing:.135em!important}
}
@media(max-width:899.98px){
  .home-v3 .site-header .home-primary-row .logo-badge{top:6px!important;width:156px!important;height:54px!important;grid-template-columns:44px 1fr!important;gap:10px!important}
  .home-v3 .site-header .home-primary-row .logo-badge img{width:44px!important;height:44px!important;max-width:44px!important}
  .home-v3 .site-header .home-primary-row .logo-badge .name{font-size:15px!important}
}

.home-register-link svg{width:20px!important;height:20px!important;stroke-width:1.9!important}
.home-register-link svg .home-fingerprint-badge{fill:currentColor!important;stroke:currentColor!important}
.home-register-link svg .home-fingerprint-plus{fill:none!important;stroke:#b20b35!important;stroke-width:1.75!important}
@media(max-width:899.98px){
  .home-register-link svg{width:16px!important;height:16px!important}
}

/* More visible B2B utility tools with a consistent icon family. */
.page .site-header .home-b2b-tools{gap:8px!important}
.page .site-header .home-b2b-tools>a{height:40px!important;gap:8px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:12px!important;color:rgba(255,255,255,.94)!important;background:rgba(6,16,23,.2)!important;box-shadow:inset 0 1px rgba(255,255,255,.08)!important}
.page .site-header .home-b2b-tools>a+a::before{display:none!important}
.page .site-header .home-b2b-tools svg{width:19px!important;height:19px!important;stroke-width:1.8!important}
.page .site-header .home-b2b-tools>a>span{font-size:9px!important;font-weight:780!important;letter-spacing:.025em!important}
.page .site-header .home-b2b-tools>a:hover,.page .site-header .home-b2b-tools>a:focus-visible{color:#fff!important;border-color:rgba(239,85,120,.72)!important;background:rgba(178,11,53,.38)!important;box-shadow:inset 0 1px rgba(255,255,255,.1),0 10px 24px -18px rgba(178,11,53,.85)!important;transform:translateY(-1px)!important}
@media(max-width:899.98px){
  .page .site-header .home-b2b-tools{gap:4px!important}
  .page .site-header .home-b2b-tools>a{height:34px!important;gap:5px!important;padding:0 7px!important;border-radius:10px!important}
  .page .site-header .home-b2b-tools svg{width:14px!important;height:14px!important}
  .page .site-header .home-b2b-tools>a>span{font-size:7.4px!important}
}
@media(max-width:420px){
  .page .site-header .home-b2b-tools>a{padding:0 6px!important}
}

/* Slightly more compact upper utility navbar. */
@media(min-width:900px){
  .page .site-header.home-entrance-header{height:156px!important}
  .page .site-header .home-utility-row{height:52px!important}
  .page .site-header .home-primary-row{inset:52px 0 auto!important}
  .page .site-header .home-b2b-tools{height:52px!important}
  .page .site-header .home-b2b-tools>a{height:34px!important;padding-inline:10px!important}
  .page.header-fixed-layer .site-header.is-floating-copy,.page.header-fixed-layer .site-header.is-floating-copy .home-utility-row{height:52px!important}
}
@media(max-width:899.98px){
  .page .site-header.home-entrance-header{height:150px!important}
  .page .site-header .home-utility-row{height:84px!important}
  .page .site-header .home-b2b-tools{top:46px!important}
  .page .site-header .home-b2b-tools>a{height:28px!important}
  .page .site-header .home-primary-row{inset:84px 0 auto!important}
}

/* Compact four-tool group without changing the utility-row height. */
@media(min-width:900px){
  .page .site-header .home-b2b-tools>a{height:30px!important;gap:6px!important;padding:0 8px!important;border-radius:10px!important}
  .page .site-header .home-b2b-tools svg{width:16px!important;height:16px!important;stroke-width:1.7!important}
  .page .site-header .home-b2b-tools>a>span{font-size:8px!important}
}
@media(max-width:899.98px){
  .page .site-header .home-b2b-tools>a{height:26px!important;gap:4px!important;padding:0 5px!important;border-radius:9px!important}
  .page .site-header .home-b2b-tools svg{width:12px!important;height:12px!important;stroke-width:1.7!important}
  .page .site-header .home-b2b-tools>a>span{font-size:6.8px!important}
}
