@font-face{font-family:"IGISCO Pinar";src:url("../fonts/Pinar-FD-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"IGISCO Pinar";src:url("../fonts/Pinar-FD-SemiBold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
:root{--igisco-blue:#00558c;--igisco-blue-dark:#004775;--igisco-orange:#f05a24;--igisco-text:#064f82;--igisco-container:1000px}
body.igisco-standalone{margin:0;background:#fff}
.igisco-root,.igisco-root *{box-sizing:border-box}
.igisco-root{font-family:"IGISCO Pinar",Tahoma,Arial,sans-serif;direction:rtl;text-align:right;color:var(--igisco-text);background:#fff;line-height:1.85;font-size:15px;overflow-x:hidden;width:100vw;max-width:100vw;margin-right:calc(50% - 50vw);margin-left:calc(50% - 50vw)}
.igisco-standalone{overflow-x:hidden;margin:0}.igisco-standalone .igisco-root{width:100%;max-width:100%;margin-right:0;margin-left:0}
.igisco-root a{text-decoration:none;color:inherit}
.igisco-root img{max-width:100%;display:block;height:auto}
.igisco-root button,.igisco-root input,.igisco-root textarea{font-family:inherit}
.igisco-container{width:min(var(--igisco-container),calc(100% - 36px));margin:0 auto}
.igisco-header{position:relative;z-index:20;background:#fff;padding:12px 0 10px;border-bottom:1px solid #eef4f8}
.igisco-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.igisco-logo img{width:54px;height:auto;margin:auto}
.igisco-nav{display:flex;gap:18px;align-items:center;justify-content:flex-start}
.igisco-nav a{font-weight:700;font-size:13px;color:#075184;white-space:nowrap}
.igisco-nav-item{position:relative}
.igisco-nav-item.has-children>a{display:inline-flex;align-items:center;gap:4px}
.igisco-nav-item.has-children>a:after{content:"";width:6px;height:6px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);margin-top:-3px}
.igisco-nav-submenu{position:absolute;top:100%;right:0;min-width:160px;margin:0;padding:8px 0;list-style:none;background:#fff;border:1px solid #eef2f5;border-radius:8px;box-shadow:0 12px 26px rgba(0,62,105,.14);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:30}
.igisco-nav-item.has-children:hover .igisco-nav-submenu,.igisco-nav-item.has-children:focus-within .igisco-nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.igisco-nav-submenu li{margin:0}
.igisco-nav-submenu a{display:block;padding:8px 16px;white-space:nowrap;color:#075184;font-size:13px}
.igisco-nav-submenu a:hover{background:#f4f8fb;color:var(--igisco-orange)}
.igisco-header-left{display:flex;align-items:center;justify-content:flex-end;gap:11px}
.igisco-innovation-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 18px;background:var(--igisco-orange);color:#fff!important;border-radius:8px;font-weight:700;font-size:13px}
.igisco-search{width:24px;height:24px;border:0;background:transparent;position:relative;cursor:pointer}
.igisco-search span:before{content:"";position:absolute;inset:5px;border:2px solid #9bb9cf;border-radius:50%}
.igisco-search span:after{content:"";position:absolute;width:8px;height:2px;background:#9bb9cf;left:3px;bottom:4px;transform:rotate(-45deg)}
.igisco-menu-toggle{display:none;background:transparent;border:0;width:36px;height:34px;padding:6px;cursor:pointer}
.igisco-menu-toggle span{display:block;height:2px;background:var(--igisco-blue);margin:5px 0}
.igisco-mobile-panel{display:none}

.igisco-home-hero{position:relative;width:100%;aspect-ratio:1920/900;background-color:#e2e8f6;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}
.igisco-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.igisco-hero-band{position:relative;z-index:2;margin-top:-40px;padding:0 0 14px;background:#e6ebf4}
.igisco-hero-band:before{content:"";position:absolute;left:0;right:0;top:-64px;height:74px;background:linear-gradient(180deg,rgba(230,235,244,0) 0%,rgba(230,235,244,.7) 55%,#e6ebf4 100%);pointer-events:none;z-index:1}
.igisco-hero-cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:min(1000px,calc(100% - 36px));margin:0 auto}
.igisco-hero-card{position:relative;display:block;aspect-ratio:575/350;border-radius:12px;overflow:hidden;background-color:#0a4d7d;background-image:var(--card-img);background-size:cover;background-position:center;box-shadow:0 12px 26px rgba(0,62,105,.16);transition:transform .2s ease,box-shadow .2s ease}
.igisco-hero-card:before{content:"";position:absolute;inset:0;background-image:var(--card-hover);background-size:cover;background-position:center;filter:brightness(1.12) saturate(1.15);opacity:0;transition:opacity .25s ease}
.igisco-hero-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(0,62,105,.24)}
.igisco-hero-card:hover:before{opacity:1}
.igisco-card-copy{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@keyframes igiscoFadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes igiscoFadeIn{from{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}
@keyframes igiscoRevealUp{from{opacity:0;transform:translateY(42px)}to{opacity:1;transform:translateY(0)}}
.igisco-reveal.is-visible{animation:igiscoRevealUp .85s cubic-bezier(.2,.7,.2,1) both}
@media (prefers-reduced-motion:reduce){
	.igisco-reveal.is-visible,.igisco-slogan-bg,.igisco-slogan-mark,.igisco-slogan-mark-text,.igisco-slogan-text,.igisco-hero-card:before{animation:none!important}
}
.igisco-hero-slogan{position:relative;margin:0}
.igisco-slogan-bg{position:relative;width:100vw;margin:0 calc(50% - 50vw);min-height:360px;background-color:#eef3f6;background-size:cover;background-position:center;overflow:hidden;animation:igiscoFadeIn 1.1s ease both}
.igisco-slogan-bg:before{content:"";position:absolute;top:0;left:0;right:0;height:90px;background:linear-gradient(180deg,#e6ebf4 0%,rgba(230,235,244,0) 100%);z-index:1;pointer-events:none}
.igisco-slogan-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;height:110px;background:linear-gradient(0deg,#fff 32%,rgba(255,255,255,0) 100%);z-index:1;pointer-events:none}
.igisco-slogan-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.igisco-slogan-inner{position:absolute;inset:0;z-index:2}
@keyframes igiscoFadeUpCenter{from{opacity:0;transform:translate(-50%,-50%) translateY(24px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}
.igisco-slogan-inner .igisco-slogan-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;max-width:min(420px,70%);height:auto;filter:drop-shadow(0 6px 18px rgba(0,0,0,.16));animation:igiscoFadeUpCenter .9s ease .25s both}
.igisco-slogan-mark-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:78px;line-height:.9;font-weight:900;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.92);letter-spacing:2px;animation:igiscoFadeUpCenter .9s ease .25s both}
.igisco-slogan-text{position:absolute;top:58%;left:50%;transform:translate(-50%,-50%);width:92%;text-align:center;font-size:26px;font-weight:900;color:#123a5c;letter-spacing:-.5px;text-shadow:0 1px 4px rgba(255,255,255,.6);z-index:3;animation:igiscoFadeUpCenter .9s ease .5s both}
.igisco-slogan-text .is-accent{color:#f05a24}

.igisco-intro{padding:10px 0 26px;background:#fff}
.igisco-intro-card{position:relative;overflow:hidden;display:grid;grid-template-columns:92px 1fr;gap:22px;align-items:center;border:1px solid #00619b;border-radius:3px;padding:22px 26px;background:#fff}
.igisco-intro-card:after{content:"";position:absolute;top:0;bottom:0;left:-65%;width:45%;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);transform:skewX(-16deg);opacity:0;pointer-events:none;z-index:1}
.igisco-intro-card:hover:after{animation:igiscoShine 1.15s ease}
@keyframes igiscoShine{0%{left:-65%;opacity:0}15%{opacity:1}100%{left:135%;opacity:0}}
.igisco-intro-logo img{width:70px;margin:auto}
.igisco-intro-card h2{margin:0 0 8px;color:#075184;font-size:18px}
.igisco-intro-card p{margin:0;color:#075184;text-align:justify;font-size:14px}
.igisco-quality{min-height:205px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}
.igisco-quality:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,45,82,.28),rgba(0,45,82,.5))}
.igisco-quality .igisco-container{position:relative;z-index:1}
.igisco-quality h2,.igisco-quality-title{text-align:center;margin:0;color:#fff;font-size:40px;font-weight:900;text-shadow:0 3px 16px rgba(0,0,0,.4)}
.igisco-home-products{padding:24px 0 42px}
.igisco-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:760px;margin:0 auto}
.igisco-product-tile{aspect-ratio:1;border:1px solid #0b68a0;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#075184;font-size:14px;font-weight:900;background:#fff}
.igisco-product-tile span{width:auto;height:auto;margin-bottom:8px}
.igisco-product-tile span img{width:56px;height:56px;object-fit:contain}
.igisco-product-tile.is-featured{background:linear-gradient(180deg,#ff6b2a,#eb5520);color:#fff!important;border-color:var(--igisco-orange);font-size:16px;line-height:1.35}
.igisco-section-head{display:flex;align-items:center;justify-content:center;gap:35px;margin-bottom:24px}
.igisco-section-head h2,.igisco-tenders h2,.igisco-subsidiaries h2{margin:0;text-align:center;color:#075184;font-size:25px;font-weight:900}
.igisco-section-head a{color:#8fb1c7;font-weight:700}
.igisco-slider{position:relative}
.igisco-slider-viewport{overflow:hidden;width:100%}
.igisco-slider-track{display:flex;gap:22px;transition:transform .35s ease}
.igisco-news-card{flex:0 0 calc((100% - 44px)/3);background:#fff;border:1px solid #e2e8ee;border-radius:3px;box-shadow:0 8px 18px rgba(0,62,105,.08);overflow:hidden}
.igisco-news-thumb{display:block;height:135px;background:#eef4f8;overflow:hidden}
.igisco-news-thumb img{width:100%;height:100%;object-fit:cover}
.igisco-news-card div:not(.igisco-news-thumb){padding:12px}
.igisco-news-card h3{font-size:15px;margin:0 0 8px;color:#075184}
.igisco-news-card p{font-size:12px;margin:0;color:#6c8394;line-height:1.7}
.igisco-slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:0;background:transparent;color:#c8dbe8;font-size:42px;cursor:pointer}
.igisco-slider-nav.is-prev{right:-30px}.igisco-slider-nav.is-next{left:-30px}
.igisco-video-block{padding:45px 0 10px}
.igisco-video-poster{height:420px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;border-radius:2px;position:relative;overflow:hidden;filter:grayscale(.1)}
.igisco-video-poster:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.55)}
.igisco-play{position:relative;z-index:1;width:132px;height:132px;border:8px solid rgba(255,255,255,.72);border-radius:50%}
.igisco-play:after{content:"";position:absolute;right:45px;top:32px;border-top:28px solid transparent;border-bottom:28px solid transparent;border-right:42px solid rgba(255,255,255,.85)}
.igisco-tenders{padding:18px 0}
.igisco-tender-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:18px}
.igisco-tender-cols a{display:block;color:#075184;border-bottom:1px dotted #9ebfd4;padding:7px 0;font-size:13px}
.igisco-subsidiaries{padding:10px 0 38px}
.igisco-logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:18px}
.igisco-logo-row span{min-height:100px;border:1px solid #e0e8ee;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;filter:grayscale(1);opacity:.55}
.igisco-logo-row img{width:58px}

.igisco-footer{position:relative;background:linear-gradient(180deg,var(--igisco-blue),var(--igisco-blue-dark));color:#fff;padding:28px 0 22px}
.igisco-back-top{position:absolute;top:-17px;right:50%;width:34px;height:34px;margin-right:-17px;background:var(--igisco-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:26px}
.igisco-footer-main{display:grid;grid-template-columns:1.4fr .8fr 1.4fr;gap:28px;align-items:start}
.igisco-footer-brand img{width:50px;margin-bottom:8px}
.igisco-footer-brand strong{display:block;font-size:16px}
.igisco-footer-brand span,.igisco-footer p{font-size:12px;color:#d7eaf6;margin:4px 0}
.igisco-footer-links h4{margin:0 0 8px;color:var(--igisco-orange)}
.igisco-footer-links a{display:block;color:#fff;font-size:13px;margin:4px 0}
.igisco-socials{display:flex;gap:8px;margin-top:8px}
.igisco-socials a{width:24px;height:24px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff}

.igisco-inner-hero{height:245px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.igisco-inner-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.7))}
.igisco-watermark{position:relative;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.9);font-size:150px;line-height:1;font-weight:900;opacity:.9}
.igisco-page-title{text-align:center;padding:0 0 18px;background:#fff}
.igisco-page-title span{display:block;width:34px;height:34px;background:var(--igisco-orange);border-radius:50%;margin:-18px auto 8px;position:relative;z-index:1}
.igisco-page-title h1{margin:0;color:#075184;font-size:32px;font-weight:900}
.igisco-inner{background:#fff}
.igisco-richtext{max-width:900px;margin:0 auto;color:#075184;text-align:justify}
.igisco-richtext p{margin:0 0 16px}
.igisco-about-page{padding:10px 0 45px}
.igisco-statement-list{margin-top:26px}
.igisco-statement-list div{display:grid;grid-template-columns:150px 1fr;gap:20px;border-top:1px dashed #cbdce8;padding:14px 0;align-items:center}
.igisco-statement-list strong{color:var(--igisco-orange);font-size:26px}
.igisco-statement-list p{font-size:21px;font-weight:800;margin:0;color:#075184}
.igisco-value-page{padding-bottom:22px;text-align:center}
.igisco-value-page h2{font-size:30px;margin:0 0 12px;color:#075184}
.igisco-value-tabs{background:linear-gradient(90deg,rgba(240,90,36,.95),rgba(240,90,36,.78)),url("../images/pellets-bg.jpg");background-size:cover;padding:34px 0 24px}
.igisco-tab-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.igisco-tab-icons button{background:transparent;border:0;color:#fff;font-size:17px;font-weight:900;cursor:pointer;position:relative;padding-bottom:24px}
.igisco-tab-icons button span{display:block;width:76px;height:76px;border:3px solid currentColor;border-radius:16px;margin:0 auto 10px}
.igisco-tab-icons button:after{content:"";position:absolute;right:50%;bottom:-36px;width:22px;height:22px;background:#d8e2e8;border-radius:50%;transform:translateX(50%)}
.igisco-tab-icons button.is-active{color:#075184}.igisco-tab-icons button.is-active:after{background:#075184}
.igisco-value-panels{padding:42px 0}
.igisco-value-panel{display:none;text-align:center}
.igisco-value-panel.is-active{display:block}
.igisco-value-panel>img{width:min(820px,100%);height:270px;object-fit:cover;border-radius:8px;margin:0 auto 20px}
.igisco-value-panel h2{font-size:30px;color:#075184;margin:0 0 8px}
.igisco-metric{margin:24px calc(50% - 50vw);padding:50px 20px;background:linear-gradient(rgba(0,85,140,.9),rgba(0,85,140,.9)),url("../images/pellets-bg.jpg");background-size:cover;color:#fff;font-size:34px;font-weight:900;text-align:center}
.igisco-products-page{padding:10px 0 26px}
.igisco-products-inner .igisco-richtext{color:#00558c;font-size:13px;line-height:1.85;font-weight:800;text-align:justify;text-align-last:right}
.igisco-product-stage{margin:26px calc(50% - 50vw) 0;padding:32px 18px 30px;background:linear-gradient(180deg,#0c4f8c 0%,rgba(12,79,140,.72) 20%,rgba(12,79,140,.3) 52%,rgba(12,79,140,.06) 100%),url("../images/product-in-hand.png") center/cover no-repeat}
.igisco-product-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:1000px;margin:0 auto}
.igisco-product-card{position:relative;min-height:190px;border-radius:12px;overflow:hidden;background:#0a4d7d;border:3px solid #3f78b5;box-shadow:0 8px 20px rgba(0,0,0,.16);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}
.igisco-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.22)}
.igisco-product-card:focus-visible{outline:3px solid #fff;outline-offset:2px}
.igisco-product-card.is-active{border-color:#f05a24}
.igisco-product-card .igisco-product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.igisco-product-card.has-icon .igisco-product-icon{position:absolute;top:24%;left:50%;width:78px;height:78px;transform:translateX(-50%);object-fit:contain;filter:brightness(0) invert(1);opacity:.85}
.igisco-product-card strong{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:34px 8px 16px;background:linear-gradient(180deg,rgba(0,50,85,0),rgba(0,50,85,.92));color:#fff;font-size:17px;font-weight:900;text-align:center;line-height:1.3}
.igisco-product-card.is-active strong{background:linear-gradient(180deg,rgba(240,90,36,0),rgba(240,90,36,.96))}
.igisco-product-timeline{display:grid;grid-template-columns:repeat(6,1fr);max-width:1000px;margin:20px auto 0;position:relative}
.igisco-product-timeline:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:3px;background:#dfe5ea;transform:translateY(-50%)}
.igisco-product-timeline span{position:relative;width:26px;height:26px;border-radius:50%;background:#d3dbe1;margin:0 auto}
.igisco-product-timeline span.is-active{background:#f05a24}
.igisco-product-note{max-width:1100px;margin:22px auto 0;color:#00558c;font-size:15px;font-weight:900;line-height:1.8;text-align:center;text-align-last:center}
.igisco-shareholders-page{padding:8px 0 48px}
.igisco-shareholder-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:34px}
.igisco-shareholder-logos span{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;min-height:150px;padding:16px 8px 14px;border:1px solid #e2e8ec;border-radius:10px;background:#fff;box-shadow:0 6px 14px rgba(0,0,0,.04)}
.igisco-shareholder-logos img{height:52px;width:100%;object-fit:contain;filter:grayscale(1);opacity:.5}
.igisco-shareholder-logos strong{margin-top:auto;font-size:11px;font-weight:800;line-height:1.45;color:#004f83;text-align:center}
.igisco-shareholder-breakdown{display:block}
.igisco-shareholder-chart{width:420px;max-width:100%;margin:0 auto 24px}
.igisco-shareholder-chart svg,.igisco-shareholder-chart img{width:100%;height:auto;display:block}
.igisco-shareholder-fullimage{max-width:960px;margin:0 auto 24px}
.igisco-shareholder-fullimage img{width:100%;height:auto;display:block}
.igisco-shareholder-table{width:100%;border-collapse:separate;border-spacing:0 8px;color:#004f83}
.igisco-shareholder-table td{border-top:1px solid #c4ccd2;border-bottom:1px solid #c4ccd2;padding:12px 12px;vertical-align:middle;background:#fff}
.igisco-shareholder-table .is-name{border-right:1px solid #c4ccd2;border-radius:0 8px 8px 0;font-size:14px;font-weight:900;line-height:1.5;text-align:right}
.igisco-shareholder-table .is-shares{font-size:14px;font-weight:800;color:#004f83;text-align:center;white-space:nowrap;direction:ltr}
.igisco-shareholder-table .is-percent{border-left:1px solid #c4ccd2;border-radius:8px 0 0 8px;font-size:15px;font-weight:900;color:#004f83;text-align:left;white-space:nowrap;direction:ltr;width:76px}
.igisco-board-grid{padding:8px 0 52px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.igisco-person-card{min-height:360px;border:1px solid #e6ebee;border-radius:14px;text-align:center;display:flex;flex-direction:column;padding:0 0 22px;background:linear-gradient(180deg,#fff 52%,#eef1f3);box-shadow:0 10px 22px rgba(0,0,0,.05);overflow:hidden}
.igisco-person-photo{height:180px;background:#f4f6f7;display:flex;align-items:center;justify-content:center}
.igisco-person-photo img{width:100%;height:100%;object-fit:cover}
.igisco-person-body{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 16px}
.igisco-person-card strong{margin-top:22px;color:#004f83;font-size:19px;font-weight:900;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.35em}
.igisco-person-card .igisco-person-role{position:relative;margin-top:14px;padding-top:14px;color:#f05a24;font-size:14px;font-weight:800;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.5em * 2 + 14px)}
.igisco-person-card .igisco-person-rep{position:relative;margin-top:14px;padding-top:14px;color:#6f7d87;font-size:13px;font-weight:700;font-style:normal;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.6em * 2 + 14px)}
.igisco-person-card .igisco-person-role:before,.igisco-person-card .igisco-person-rep:before{content:"";position:absolute;top:0;left:20%;right:20%;border-top:2px dotted #d6dde1}
.igisco-news-page,.igisco-achievements-page,.igisco-publications-page{padding:8px 0 52px}
.igisco-news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}
.igisco-achievements-page h2{text-align:center;color:var(--igisco-orange);margin:0 0 18px}
.igisco-achievement-grid,.igisco-publication-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}
.igisco-achievement-grid article,.igisco-publication-card{border:1px solid #e0e8ee;border-radius:6px;min-height:180px;padding:16px;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}
.igisco-achievement-grid img,.igisco-publication-card img{height:80px;object-fit:cover;margin-bottom:12px}
.igisco-achievement-grid strong,.igisco-publication-card strong{color:#075184;font-size:14px}
.igisco-achievement-grid span,.igisco-publication-card span{color:#8da9bc;font-size:12px;margin-top:6px}
.igisco-contact-page{padding:8px 0 54px;display:grid;grid-template-columns:1fr 1.2fr;gap:28px}
.igisco-contact-info,.igisco-contact-form{border:1px solid #dce8ef;border-radius:8px;padding:22px;background:#fff}
.igisco-contact-info h2{margin:0 0 14px;color:#075184}
.igisco-contact-form{display:grid;gap:12px}
.igisco-contact-form input,.igisco-contact-form textarea{width:100%;border:1px solid #d8e5ed;border-radius:6px;padding:11px 13px;color:#075184}
.igisco-contact-form button{border:0;background:var(--igisco-orange);color:#fff;border-radius:6px;padding:12px 18px;font-weight:900;cursor:pointer}
.igisco-hp{position:absolute;right:-9999px}
.igisco-article{padding:8px 0 54px}.igisco-article h1{color:#075184;text-align:center}.igisco-article-meta{text-align:center;color:#8ba8ba;margin-bottom:18px}.igisco-article-image img{margin:0 auto 20px;border-radius:8px}

@media (max-width:900px){
	.igisco-header-inner{grid-template-columns:auto 1fr auto}.igisco-logo{order:1}.igisco-header-right{display:none}.igisco-header-left{order:2}.igisco-menu-toggle{display:block}.igisco-mobile-panel{display:none;position:absolute;top:100%;left:18px;right:18px;background:#fff;border:1px solid #dce8ef;border-radius:8px;box-shadow:0 16px 35px rgba(0,62,105,.16);padding:12px}.igisco-header.is-menu-open .igisco-mobile-panel{display:grid;gap:8px}.igisco-mobile-panel a{padding:10px;color:#075184;border-bottom:1px solid #eef4f8}.igisco-mobile-panel a.igisco-mobile-sublink{padding-right:26px;font-size:13px;color:#5b7180;border-bottom:1px dashed #eef4f8}
	.igisco-home-hero{min-height:0}.igisco-hero-slogan span{font-size:108px}.igisco-hero-slogan strong{font-size:26px;margin-top:-16px}.igisco-footer-main,.igisco-contact-page,.igisco-shareholder-main{grid-template-columns:1fr}.igisco-news-card{flex-basis:80%}
}
@media (max-width:640px){
	.igisco-container{width:min(100% - 24px,var(--igisco-container))}.igisco-innovation-link{display:none}.igisco-home-hero{min-height:0;background-position:center}.igisco-hero-cards{display:grid}.igisco-hero-slogan span{font-size:72px}.igisco-hero-slogan strong{font-size:21px}.igisco-intro-card{grid-template-columns:1fr;text-align:center}.igisco-quality h2{font-size:28px}.igisco-product-grid,.igisco-tender-cols,.igisco-logo-row,.igisco-tab-icons{grid-template-columns:1fr 1fr}.igisco-product-tile.is-featured{grid-column:1/-1}.igisco-video-poster{height:240px}.igisco-watermark{font-size:74px}.igisco-page-title h1{font-size:25px}.igisco-statement-list div{grid-template-columns:1fr;gap:4px}.igisco-statement-list strong{font-size:22px}.igisco-statement-list p{font-size:17px}.igisco-metric{font-size:24px}.igisco-value-panel>img{height:200px}.igisco-slider-nav{display:none}
}

/* PDF reference alignment */
.igisco-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.igisco-container{width:min(1000px,calc(100% - 44px))}
.igisco-header{height:170px;padding:0;border-bottom:0;background:#fff}
.igisco-header .igisco-container{width:min(1480px,calc(100% - 62px))}
.igisco-header-inner{position:relative;height:170px;grid-template-columns:1fr auto 1fr;gap:14px;align-items:end;padding-bottom:18px}
.igisco-logo{position:absolute;top:32px;right:50%;transform:translateX(50%);display:block}
.igisco-logo img{width:auto;height:122px;margin:auto}
.igisco-header-right{position:absolute;right:60px;bottom:28px;align-self:end}
.igisco-nav{gap:0;justify-content:flex-start}
.igisco-nav a{font-size:14px;color:#004f83;font-weight:800;line-height:1.25}
.igisco-nav a:not(:last-child){border-left:2px solid #004f83;margin-left:10px;padding-left:10px}
.igisco-header-left{position:absolute;left:20px;bottom:18px;direction:ltr;gap:4px;align-items:center;align-self:end}
.igisco-header-tools{display:flex;align-items:center;gap:8px;min-width:245px;color:#004f83;font-size:14px;font-weight:800;white-space:nowrap}
.igisco-header-tools strong{font-size:14px;font-weight:800;color:#004f83}
.igisco-header-tools a{color:#004f83}
.igisco-innovation-link{min-height:32px;padding:4px 24px;border-radius:9px;background:#f05a24;font-size:15px}
.igisco-search{width:24px;height:24px}.igisco-search span:before{inset:5px;border-width:2px}.igisco-search span:after{width:8px;height:2px;left:3px;bottom:4px}

.igisco-home-hero{aspect-ratio:1920/900;min-height:0;background-color:#e2e8f6;background-size:cover;background-repeat:no-repeat;background-position:center}
.igisco-home-hero:after{display:none}
.igisco-hero-band{margin-top:-20px;padding:0 0 18px}
.igisco-hero-band:before{top:-80px;height:110px}
.igisco-hero-cards{gap:16px;width:min(1120px,calc(100% - 62px))}
.igisco-hero-card{position:relative;min-height:0;aspect-ratio:575/350;border-radius:14px;overflow:hidden;box-shadow:0 14px 28px rgba(0,62,105,.14)}
.igisco-hero-slogan{position:relative;z-index:1;margin:0}
.igisco-slogan-bg{min-height:640px}
.igisco-slogan-bg:before{height:150px}
.igisco-slogan-bg:after{height:230px}
.igisco-slogan-inner .igisco-slogan-mark{max-width:min(1120px,calc(100% - 62px))}
.igisco-slogan-mark-text{font-size:150px}
.igisco-slogan-text{top:64%;font-size:58px}

@media (min-width:901px){
	.igisco-hero-slogan{background-size:100% auto}
}

.igisco-intro{position:relative;margin-top:-1px;padding:52px 0 42px;background:#fff}
.igisco-intro>.igisco-container{width:min(1000px,calc(100% - 48px))}
.igisco-intro>.igisco-container.igisco-intro-card{width:min(1300px,calc(100% - 48px))}
.igisco-company-vector{display:block;width:min(1120px,78%);margin:0 auto -1px}
.igisco-intro-card{grid-template-columns:180px 1fr;gap:34px;max-width:1660px;border:3px solid #00649d;border-radius:14px;padding:38px 82px 36px 64px;margin:auto;align-items:center;box-shadow:0 18px 44px rgba(0,62,105,.10);transition:box-shadow .35s ease,border-color .35s ease}
.igisco-intro-card:hover{box-shadow:0 28px 58px rgba(0,62,105,.2);border-color:#f05a24}
.igisco-intro-logo img{transition:transform .4s ease}
.igisco-intro-card:hover .igisco-intro-logo img{transform:scale(1.06)}
.igisco-intro-logo img{width:120px}
.igisco-intro-copy p{margin:0;color:#004f83;text-align:justify;text-align-last:right;font-size:24px;line-height:1.75;font-weight:500}
.igisco-intro-copy strong{display:inline;color:#004f83;font-size:24px;font-weight:900}
.igisco-quality{height:450px;min-height:0;background-size:cover;background-position:center;background-attachment:fixed;position:relative;overflow:hidden}
.igisco-quality:before{display:block;background:linear-gradient(180deg,rgba(0,45,82,.22),rgba(0,45,82,.42))}
.igisco-quality:after{display:none}
.igisco-quality h2,.igisco-quality-title{font-size:64px}

.igisco-home-products{padding:22px 0 38px}
.igisco-home-products>.igisco-container{width:min(1000px,calc(100% - 48px))}
.igisco-product-grid{max-width:1000px;gap:20px}
.igisco-product-tile{aspect-ratio:1;min-height:0;border:2px solid #00649d;border-radius:16px;background:#fff;color:#004f83;font-size:28px;box-shadow:0 6px 16px rgba(0,62,105,.06);transition:background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}
.igisco-product-tile span{width:auto;height:auto;border:0;margin-bottom:16px}
.igisco-product-tile span:after{display:none}
.igisco-product-tile span img{width:130px;height:130px;object-fit:contain;transition:filter .3s ease}
.igisco-product-tile:not(.is-featured):hover{background:#00558c;color:#fff!important;border-color:#00558c;box-shadow:0 16px 32px rgba(0,62,105,.22)}
.igisco-product-tile:not(.is-featured):hover span img{filter:brightness(0) invert(1)}
.igisco-product-tile.is-featured{direction:rtl;align-items:flex-start;justify-content:flex-end;text-align:right;background:#f05a24;border-color:#f05a24;color:#fff!important;font-size:34px;line-height:1.35;padding:34px 34px 40px 28px}
.igisco-product-tile.is-featured:hover{box-shadow:0 16px 32px rgba(240,90,36,.28)}
.igisco-product-grid .igisco-product-tile.is-visible{animation:igiscoRevealUp .7s cubic-bezier(.2,.7,.2,1) both}
.igisco-product-grid .igisco-product-tile:nth-child(2).is-visible{animation-delay:.07s}
.igisco-product-grid .igisco-product-tile:nth-child(3).is-visible{animation-delay:.14s}
.igisco-product-grid .igisco-product-tile:nth-child(4).is-visible{animation-delay:.21s}
.igisco-product-grid .igisco-product-tile:nth-child(5).is-visible{animation-delay:.28s}
.igisco-product-grid .igisco-product-tile:nth-child(6).is-visible{animation-delay:.35s}

.igisco-section-head{gap:28px;margin-bottom:20px}
.igisco-section-head h2,.igisco-tenders h2,.igisco-subsidiaries h2{font-size:24px;color:#004f83}
.igisco-section-head a{display:inline-flex;align-items:center;gap:5px;color:#8aa9bd;font-size:12px}
.igisco-section-head a:before{content:"";width:24px;height:24px;background:url("../images/icon-archive.png") center/contain no-repeat;opacity:.6}
.igisco-news-section{padding:58px 0 76px;background:#fff}
.igisco-news-section>.igisco-container{width:min(1000px,calc(100% - 48px))}
.igisco-news-section .igisco-section-head{position:relative;max-width:1000px;margin:0 auto 82px}
.igisco-news-section .igisco-section-head h2{font-size:32px;font-weight:900;color:#004f83}
.igisco-news-section .igisco-section-head a{position:absolute;left:0;right:auto;top:50%;transform:translateY(-50%);direction:ltr;font-size:18px;font-weight:900;color:#004f83}
.igisco-news-section .igisco-section-head a:before{width:34px;height:34px}
.igisco-slider{max-width:1000px;margin:0 auto}
.igisco-slider-viewport{cursor:grab;user-select:none;touch-action:pan-y;padding:0 2px 8px}
.igisco-slider-viewport.is-dragging{cursor:grabbing}
.igisco-slider-track{gap:56px;transition:transform .35s ease;will-change:transform}
.igisco-slider-track.is-dragging{transition:none}
.igisco-news-card{position:relative;flex:0 0 calc((100% - 112px)/3);border:1px solid #e2e8ee;border-radius:11px;background:#fff;box-shadow:0 8px 18px rgba(0,62,105,.08);overflow:hidden}
.igisco-news-thumb{display:block;height:235px;background:#eef4f8;overflow:hidden}
.igisco-news-thumb img{width:100%;height:100%;object-fit:cover}
.igisco-news-body{position:relative;width:88%;min-height:104px;margin:-44px 6% 0;padding:14px 22px 10px;background:rgba(255,255,255,.96);border-radius:8px 8px 3px 3px;box-shadow:0 8px 20px rgba(0,62,105,.12);z-index:1}
.igisco-news-card h3{font-size:26px;line-height:1.2;margin:0 0 8px;color:#004f83;text-align:right;font-weight:900}
.igisco-news-card p{font-size:12px;margin:0;color:#7b8c98;line-height:1.75;text-align:justify}
.igisco-news-meta{height:auto;padding:8px 22px 12px;color:#6c8394;font-size:13px;font-weight:800;line-height:1.6;text-align:left;border-top:1px solid #eef2f5}
.igisco-slider-nav{top:48%;color:#d7e5ee;font-size:76px;line-height:1;transition:color .2s ease,transform .2s ease}
.igisco-slider-nav:hover{color:#b9d2e3;transform:translateY(-50%) scale(1.05)}
.igisco-slider-nav.is-prev{right:-66px}.igisco-slider-nav.is-next{left:-66px}
.igisco-video-block{padding:44px 0 36px}
.igisco-video-block>.igisco-container{width:min(1000px,calc(100% - 48px))}
.igisco-video-poster{height:600px;background-position:center;background-size:cover;filter:grayscale(1);border-radius:16px}
.igisco-video-poster:before{background:rgba(255,255,255,.72)}
.igisco-play{width:118px;height:118px;border-width:7px}.igisco-play:after{right:auto;left:41px;top:30px;border-top-width:24px;border-bottom-width:24px;border-right:0;border-left:36px solid rgba(255,255,255,.85)}

.igisco-tenders{padding:18px 0 64px}
.igisco-tenders>.igisco-container,.igisco-subsidiaries>.igisco-container{width:min(1000px,calc(100% - 48px))}
.igisco-tenders h2,.igisco-subsidiaries h2{font-size:32px;line-height:1.25;font-weight:900;color:#004f83;text-align:center}
.igisco-tender-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:78px;max-width:1000px;margin:34px auto 0;direction:rtl}
.igisco-tender-cols a{position:relative;display:block;break-inside:avoid;border-bottom:0;color:#004f83;font-size:15px;font-weight:800;line-height:1.6;padding:0 20px 0 0;text-align:right}
.igisco-tender-cols a:before{content:"";position:absolute;right:0;top:.72em;width:7px;height:7px;border-radius:50%;background:#004f83;margin:0}
.igisco-subsidiaries{padding:28px 0 58px}
.igisco-logo-row{grid-template-columns:repeat(5,1fr);gap:58px;max-width:1000px;margin:26px auto 0}
.igisco-logo-row span{position:relative;height:330px;padding:30px 0 78px;border:1px solid #e0e6ea;border-radius:8px;background:#fff;filter:grayscale(1);opacity:.44;display:grid;grid-template-rows:128px 92px;align-items:center;justify-items:center;gap:0;box-shadow:0 8px 18px rgba(0,0,0,.04);overflow:hidden}
.igisco-logo-row img{width:126px;height:110px;object-fit:contain;margin:0}
.igisco-logo-row strong{width:calc(100% - 40px);min-height:52px;font-size:15px;font-weight:900;line-height:1.45;color:#333b40;text-align:center;align-self:start}
.igisco-logo-row em{position:absolute;right:0;left:0;bottom:0;width:auto;margin:0;padding:13px 16px 15px;font-style:normal;font-size:14px;font-weight:700;color:#9ba7ae;text-align:center;background:linear-gradient(180deg,#fff 0%,#f1f4f6 100%);box-shadow:inset 0 20px 28px rgba(0,0,0,.12);border-radius:0 0 8px 8px}
.igisco-logo-row em:before{content:"‹";display:inline-block;margin-left:8px;color:#90c5e2;font-size:22px;line-height:0;vertical-align:-3px}

.igisco-footer{position:relative;min-height:430px;padding:44px 0 56px;background:#00558c;color:#fff;overflow:hidden}
.igisco-footer:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:178px;background:#004775;z-index:0}
.igisco-footer-main{position:relative;z-index:1;display:grid;grid-template-columns:330px 1fr 310px;grid-template-areas:"brand brand links" "socials contact contact";gap:48px 66px;align-items:start;width:min(1000px,calc(100% - 48px));min-height:330px;direction:ltr}
.igisco-back-top{top:42px;right:50%;width:54px;height:42px;margin-right:-27px;background:transparent;border-radius:0;color:#fff!important;font-size:48px;line-height:1;font-weight:900}
.igisco-footer-brand{grid-area:brand;display:grid;grid-template-columns:92px auto;gap:24px;align-items:end;justify-self:start;text-align:left;direction:ltr;padding-top:0}
.igisco-footer-brand img{width:92px;margin:0}.igisco-footer-brand strong{display:block;font-family:Arial,Tahoma,sans-serif;font-size:33px;line-height:1.1;font-weight:800;color:#fff;white-space:nowrap}.igisco-footer-brand span{display:block;margin-top:9px;font-family:Arial,Tahoma,sans-serif;font-size:19px;line-height:1.3;color:rgba(255,255,255,.92)}
.igisco-footer-links{grid-area:links;justify-self:end;text-align:right;min-width:300px;direction:rtl;padding-top:4px}
.igisco-footer-links h4{margin:0 0 7px;color:#f05a24;font-size:28px;font-weight:900;line-height:1.25}.igisco-footer-links a{position:relative;display:block;padding-right:24px;color:#fff;font-size:21px;font-weight:800;line-height:1.5;margin:0}.igisco-footer-links a:before{content:"";position:absolute;right:0;top:.72em;width:7px;height:7px;border-radius:50%;background:#fff}
.igisco-footer-contact{grid-area:contact;align-self:end;display:block;padding-top:0;direction:rtl}
.igisco-footer-addresses{text-align:right;color:rgba(255,255,255,.88)}
.igisco-footer-addresses p{margin:3px 0;font-size:16px;line-height:1.72;font-weight:700;white-space:nowrap}
.igisco-socials{grid-area:socials;position:relative;left:auto;bottom:auto;align-self:end;justify-self:start;display:flex;gap:8px;margin:0 0 4px;align-items:center;justify-content:flex-start;direction:ltr}
.igisco-socials a{width:30px;height:30px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#004775!important;font-family:Arial,Tahoma,sans-serif;font-size:13px;font-weight:900}

.igisco-inner-hero{height:640px;background-size:cover;background-position:center top}
.igisco-inner-hero:before{display:none}
.igisco-watermark{display:none}
.igisco-page-title{padding-bottom:38px}
.igisco-page-title span{width:58px;height:58px;margin:-29px auto 12px;background:#f05a24}
.igisco-page-title h1{font-size:38px;line-height:1.2;font-weight:900;color:#004f83}
.igisco-richtext{max-width:880px;color:#004f83;font-size:14px;line-height:1.95}
.igisco-about-page{padding:0 0 40px}.igisco-statement-list{max-width:820px;margin:24px auto 0}.igisco-statement-list div{border-top:2px dotted #dbe3e8}.igisco-statement-list strong{color:#f05a24}.igisco-statement-list p{color:#004f83}
.igisco-about-inner .igisco-about-page{width:min(1000px,calc(100% - 48px));padding:0 0 70px}
.igisco-about-inner .igisco-richtext{max-width:100%;font-size:15px;line-height:1.9;font-weight:800;color:#00558c;text-align:center;text-align-last:center}
.igisco-about-inner .igisco-richtext p{margin:0 0 26px}
.igisco-about-inner .igisco-statement-list{max-width:100%;margin:0 auto}
.igisco-about-inner .igisco-statement-list div{display:grid;grid-template-columns:200px 1fr;gap:30px;align-items:center;border-top:4px dotted #e1e5e8;padding:22px 0 20px}
.igisco-about-inner .igisco-statement-list div:last-child{border-bottom:4px dotted #e1e5e8}
.igisco-about-inner .igisco-statement-list strong{grid-column:1;color:#f05a24;font-size:30px;font-weight:900;line-height:1.25;text-align:right}
.igisco-about-inner .igisco-statement-list p{grid-column:2;margin:0;color:#004f83;font-size:18px;font-weight:900;line-height:1.6;text-align:right}

.igisco-value-page{padding-bottom:28px}
.igisco-value-page h2{font-size:30px;color:#004f83}
.igisco-value-tabs{background:linear-gradient(90deg,rgba(240,90,36,.96),rgba(240,90,36,.84)),url("../images/igisco-products.png");background-size:cover;background-position:center;padding:32px 0 20px}
.igisco-tab-icons{max-width:780px;margin:auto;gap:34px}
.igisco-tab-icons button{font-size:15px;color:#fff}
.igisco-tab-icons button span{position:relative;width:112px;height:112px;border:0;border-radius:0;margin-bottom:8px}
.igisco-tab-icons button span img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.igisco-tab-icons button .is-blue{opacity:0}.igisco-tab-icons button.is-active .is-blue{opacity:1}.igisco-tab-icons button.is-active .is-white{opacity:0}
.igisco-tab-icons button:after{bottom:-31px;width:24px;height:24px;background:#d7dde1;border:5px solid #d7dde1}.igisco-tab-icons button.is-active{color:#004f83}.igisco-tab-icons button.is-active:after{background:#00558c;border-color:#e7edf1}
.igisco-value-panels{padding:44px 0 0}
.igisco-value-panel>img:not(.igisco-value-product-image){width:min(820px,100%);height:300px;border-radius:8px;object-fit:cover;margin-bottom:22px}
.igisco-value-panel h2{font-size:31px;color:#004f83}
.igisco-metric{margin:28px calc(50% - 50vw) 0;min-height:260px;display:flex;align-items:center;justify-content:center;background:url("../images/product-in-hand.png") center/cover no-repeat;color:#fff;font-size:35px;line-height:1.4}
.igisco-value-panel>img.igisco-value-product-image{width:min(360px,58%);height:auto;object-fit:contain;border-radius:0;margin:-42px auto 16px}
.igisco-value-inner .igisco-page-title h1{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.igisco-value-inner .igisco-value-page{width:min(1000px,calc(100% - 48px));padding:0 0 34px;text-align:center}
.igisco-value-inner .igisco-value-page h2{margin:0 0 20px;color:#004f83;font-size:34px;line-height:1.25;font-weight:900}
.igisco-value-inner .igisco-value-page .igisco-richtext{max-width:1000px;margin:0 auto;color:#00558c;font-size:17px;line-height:1.72;font-weight:800;text-align:center;text-align-last:center}
.igisco-value-inner .igisco-value-page .igisco-richtext p{margin:0}
.igisco-value-inner .igisco-value-tabs{margin:0 calc(50% - 50vw);padding:44px max(24px,calc((100vw - 1000px)/2)) 0;background:url("../images/value-chain-tabs-bg.png") center/cover no-repeat}
.igisco-value-inner .igisco-tab-icons{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:110px;align-items:end}
.igisco-value-inner .igisco-tab-icons button{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-height:330px;padding:0 0 78px;background:transparent;border:0;color:#fff;font-size:25px;font-weight:900;line-height:1.25;text-align:center;cursor:pointer}
.igisco-value-inner .igisco-tab-icons button span{position:relative;width:190px;height:190px;border:0;border-radius:0;margin:0 auto 18px}
.igisco-value-inner .igisco-tab-icons button span img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.igisco-value-inner .igisco-tab-icons button .is-blue{opacity:0}.igisco-value-inner .igisco-tab-icons button.is-active{color:#004f83}.igisco-value-inner .igisco-tab-icons button.is-active .is-blue{opacity:1}.igisco-value-inner .igisco-tab-icons button.is-active .is-white{opacity:0}
.igisco-value-inner .igisco-tab-icons button:after{bottom:-18px;width:36px;height:36px;background:#d8dce0;border:5px solid #d8dce0;border-radius:50%;z-index:2}.igisco-value-inner .igisco-tab-icons button.is-active:after{background:#00558c;border-color:#e7edf1}
.igisco-value-inner .igisco-value-panels{width:min(1000px,calc(100% - 48px));padding:76px 0 0}
.igisco-value-sections{padding:0 0 32px}
.igisco-value-section{margin:0 0 88px}
.igisco-value-section:last-child{margin-bottom:0}
.igisco-value-section-head{margin:0 calc(50% - 50vw);min-height:360px;padding:44px max(24px,calc((100vw - 1000px)/2)) 34px;background:linear-gradient(90deg,rgba(240,90,36,.42),rgba(240,90,36,.28)),url("../images/value-chain-tabs-bg.png") center/cover no-repeat;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.igisco-value-section-head span{position:relative;width:190px;height:190px;margin:0 auto 18px;display:block}
.igisco-value-section-head span img{width:100%;height:100%;object-fit:contain;display:block}
.igisco-value-section-head strong{display:block;font-size:24px;font-weight:900;line-height:1.25}
.igisco-value-section .igisco-value-panel{display:block;width:min(1000px,calc(100% - 48px));margin:0 auto;padding:76px 0 0}
.igisco-value-inner .igisco-value-panel>img:not(.igisco-value-product-image){width:100%;height:560px;border:2px solid #cfd8de;border-radius:16px}
.igisco-value-inner .igisco-value-panel h2{margin:42px 0 18px;color:#004f83;font-size:32px;line-height:1.25;font-weight:900;text-align:center}
.igisco-value-inner .igisco-value-panel .igisco-richtext{max-width:1000px;margin:0 auto 34px;color:#00558c;font-size:16px;line-height:1.78;font-weight:800;text-align:center;text-align-last:center}
.igisco-value-inner .igisco-value-panel .igisco-richtext p{margin:0}
.igisco-pellet-specs{position:relative;margin:42px calc(50% - 50vw) 0;min-height:1040px;padding:230px max(24px,calc((100vw - 1000px)/2)) 410px;background:linear-gradient(180deg,rgba(0,85,140,.24),rgba(0,85,140,.48)),url("../images/product-in-hand.png") center top/cover no-repeat;color:#fff;overflow:hidden}
.igisco-pellet-specs:before{content:"";position:absolute;left:0;right:0;bottom:0;height:190px;background:#fff;z-index:0}
.igisco-pellet-specs:after{content:"";position:absolute;left:50%;bottom:0;width:1080px;height:430px;transform:translateX(-50%);background:url("../images/pellet-rocks-feature.png") center bottom/contain no-repeat;z-index:2}
.igisco-pellet-specs.is-sponge:after{width:1120px;height:455px;background-image:url("../images/sponge-rocks-feature.png")}
.igisco-pellet-specs.is-mine{min-height:990px;padding-top:255px;padding-bottom:470px;background:linear-gradient(180deg,rgba(0,85,140,.18),rgba(0,85,140,.36)),url("../images/mine-blue-bg.png") center top/cover no-repeat}
.igisco-pellet-specs.is-mine:before{height:530px}
.igisco-pellet-specs.is-mine:after{width:1010px;height:420px;background-image:url("../images/mine-rock-feature.png")}
.igisco-pellet-specs.is-mine .igisco-pellet-capacity{max-width:1160px;justify-content:center;gap:26px;white-space:nowrap;margin-bottom:48px}
.igisco-pellet-specs.is-mine .igisco-pellet-capacity span,.igisco-pellet-specs.is-mine .igisco-pellet-capacity strong{font-size:38px}
.igisco-pellet-specs.is-mine .igisco-pellet-cards{max-width:1080px;gap:28px}
.igisco-pellet-specs.is-mine .igisco-pellet-cards div{min-height:110px;padding:20px 26px 16px;background:#fff;border-color:#00558c;color:#00558c}
.igisco-pellet-specs.is-mine .igisco-pellet-cards div.is-highlight{background:#f05a24;border-color:#00558c;color:#fff}
.igisco-pellet-specs.is-mine .igisco-pellet-cards span{margin-bottom:10px;padding-bottom:8px;border-bottom:0;font-size:20px;color:inherit}
.igisco-pellet-specs.is-mine .igisco-pellet-cards strong{font-size:20px;color:inherit}
.igisco-pellet-capacity{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:36px;max-width:1120px;margin:0 auto 44px;font-weight:900;line-height:1.1}
.igisco-pellet-capacity span{color:#f05a24;font-size:44px}.igisco-pellet-capacity strong{color:#fff;font-size:44px}
.igisco-pellet-cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto}
.igisco-pellet-cards div{min-height:140px;padding:26px 28px 22px;border:3px solid rgba(255,255,255,.72);border-radius:16px;background:rgba(0,85,140,.12);text-align:center}
.igisco-pellet-cards div.is-highlight{border-color:#f05a24;background:linear-gradient(180deg,rgba(0,85,140,.22),rgba(240,90,36,.8))}
.igisco-pellet-cards span{display:block;margin:0 0 14px;padding-bottom:14px;border-bottom:3px dotted rgba(255,255,255,.35);font-size:24px;line-height:1.25}
.igisco-pellet-cards strong{display:block;font-size:20px;line-height:1.35;color:#fff}
.igisco-pellet-distinction{max-width:1000px;margin:34px auto 0;text-align:center}
.igisco-pellet-distinction h3{margin:0 0 24px;color:#f05a24;font-size:30px;font-weight:900;line-height:1.3}
.igisco-pellet-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 28px;margin:0 0 26px}
.igisco-pellet-feature-grid div{position:relative;min-height:60px;padding:14px 48px 14px 20px;border:2px solid #d7d7d7;border-radius:18px;background:#fff;color:#00558c;font-size:19px;font-weight:900;line-height:1.45;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.04) inset}
.igisco-pellet-feature-grid div:before{content:"‹";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#cfd5d9;font-size:34px;font-weight:700;line-height:1}
.igisco-pellet-distinction p{margin:0;color:#00558c;font-size:16px;font-weight:800;line-height:1.9;text-align:center;text-align-last:center}
.igisco-mine-detail{max-width:1000px;margin:54px auto 0;text-align:center}
.igisco-mine-detail h3{margin:0 0 10px;color:#f05a24;font-size:28px;font-weight:900;line-height:1.3}
.igisco-mine-detail strong{display:block;margin:0 0 18px;color:#00558c;font-size:18px;font-weight:900;line-height:1.5}
.igisco-mine-detail p{margin:0;color:#00558c;font-size:16px;font-weight:800;line-height:1.9;text-align:center;text-align-last:center}
.igisco-products-page{padding:0 0 20px}
.igisco-products-inner .igisco-richtext{max-width:1000px;margin:0 auto;font-size:16px;line-height:1.85;font-weight:800;color:#00558c;text-align:justify;text-align-last:right}
.igisco-product-stage{margin:44px calc(50% - 50vw) 0;padding:60px max(24px,calc((100vw - 1000px)/2)) 72px;background:linear-gradient(180deg,#0c4f8c 0%,rgba(12,79,140,.7) 18%,rgba(12,79,140,.28) 50%,rgba(12,79,140,.05) 100%),url("../images/product-in-hand.png") center/cover no-repeat}
.igisco-product-cards{grid-template-columns:repeat(6,1fr);gap:20px}
.igisco-product-card{min-height:340px;border-radius:14px}
.igisco-product-card.has-icon .igisco-product-icon{top:24%;width:120px;height:120px}
.igisco-product-card strong{padding:52px 10px 22px;font-size:23px}
.igisco-product-timeline{margin:30px auto 0}
.igisco-product-timeline span{width:34px;height:34px}
.igisco-product-note{margin:34px auto 0;font-size:22px;line-height:1.85}

.igisco-shareholders-inner .igisco-shareholders-page{width:min(1000px,calc(100% - 48px));padding:0 0 60px}
.igisco-shareholder-logos{grid-template-columns:repeat(8,1fr);gap:10px;margin:0 auto 40px;max-width:100%}
.igisco-shareholder-logos span{min-height:170px;padding:20px 8px 16px;gap:12px}
.igisco-shareholder-logos img{height:60px;width:100%}
.igisco-shareholder-logos strong{font-size:11px;line-height:1.5}
.igisco-shareholder-breakdown{max-width:1040px;margin:0 auto}
.igisco-shareholder-chart{width:520px;margin:0 auto 20px}
.igisco-shareholder-table td{padding:14px 16px}
.igisco-shareholder-table .is-name{font-size:18px}
.igisco-shareholder-table .is-shares{font-size:18px}
.igisco-shareholder-table .is-percent{font-size:19px;width:110px}

.igisco-board-grid{max-width:1000px;margin:auto;grid-template-columns:repeat(5,1fr);gap:18px}
.igisco-person-card{min-height:470px;border-radius:16px;padding-bottom:14px;background:linear-gradient(180deg,#fff 66%,#eef1f3)}
.igisco-person-photo{height:300px}
.igisco-person-body{padding:0 12px}
.igisco-person-card strong{margin-top:16px;font-size:19px;color:#004f83}
.igisco-person-card .igisco-person-role{margin-top:12px;padding-top:12px;font-size:14px}
.igisco-person-card .igisco-person-rep{margin-top:12px;padding-top:12px;font-size:13px}
.igisco-news-page,.igisco-achievements-page,.igisco-publications-page{padding:0 0 48px}
.igisco-news-grid{max-width:860px;margin:auto;grid-template-columns:repeat(3,1fr);gap:28px}
.igisco-achievements-page h2{font-size:34px;font-weight:900;color:#f05a24;margin:34px 0 26px;text-align:center}.igisco-achievements-page h2:first-child{color:#f05a24;margin-top:8px}
.igisco-achievement-grid,.igisco-publication-grid{max-width:1120px;margin:0 auto 48px;grid-template-columns:repeat(4,1fr);gap:26px}
.igisco-award-grid{grid-template-columns:repeat(3,1fr);gap:30px}
.igisco-achievement-grid article,.igisco-publication-card{min-height:290px;border:2px solid #b7c0c7;border-radius:14px;padding:22px 20px 20px;box-shadow:0 10px 22px rgba(0,0,0,.05);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.igisco-achievement-grid img,.igisco-publication-card img{height:190px;max-width:100%;object-fit:contain;margin:0 0 18px}
.igisco-achievement-grid strong,.igisco-publication-card strong{font-size:17px;font-weight:900;line-height:1.6;color:#004f83;text-align:center}
.igisco-achievement-grid:not(.igisco-award-grid) strong,.igisco-publication-card strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.6em * 3)}
.igisco-award-grid article{flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:16px;min-height:200px;padding:26px 24px;text-align:right}
.igisco-award-grid .igisco-award-text{flex:1;display:flex;flex-direction:column;align-items:stretch;gap:14px;text-align:right}
.igisco-award-grid .igisco-award-text strong{font-size:16px;line-height:1.6;text-align:right;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.6em * 3)}
.igisco-award-grid .igisco-award-text span{color:#004f83;font-size:16px;font-weight:900;text-align:right}
.igisco-award-grid img{width:auto;height:130px;margin:0;flex:0 0 auto}

@media (max-width:900px){
	.igisco-header{height:auto}.igisco-header-inner{height:auto;grid-template-columns:40px 1fr 40px}.igisco-header-right{position:static}.igisco-header-left{position:static;grid-column:1;grid-row:1;justify-self:start;gap:8px}.igisco-logo{position:static;transform:none;grid-column:2;grid-row:1;justify-self:center;order:initial}.igisco-header-tools{display:none}.igisco-logo img{height:46px}
	.igisco-home-hero{min-height:0}.igisco-hero-cards{width:min(760px,92%)}.igisco-hero-slogan{height:330px}
	.igisco-intro>.igisco-container,.igisco-home-products>.igisco-container{width:min(100% - 24px,var(--igisco-container))}
	.igisco-product-tile{font-size:20px}.igisco-product-tile span img{width:96px;height:96px}.igisco-product-tile.is-featured{align-items:flex-start;font-size:26px;padding:26px 30px 30px 22px}
	.igisco-product-cards{grid-template-columns:repeat(3,1fr)}.igisco-news-grid,.igisco-board-grid{grid-template-columns:repeat(2,1fr)}.igisco-shareholder-main{grid-template-columns:1fr}.igisco-shareholder-logos{grid-template-columns:repeat(4,1fr)}.igisco-achievement-grid,.igisco-publication-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
	.igisco-container{width:min(100% - 24px,1040px)}.igisco-header-inner{grid-template-columns:40px 1fr 40px}.igisco-logo img{height:42px}
	.igisco-home-hero{min-height:0;background-size:cover;background-position:center}.igisco-hero-cards{gap:14px;width:min(420px,94%)}.igisco-hero-slogan{height:180px;margin-top:0}.igisco-hero-slogan:before{top:-42px;height:64px}
	.igisco-company-vector{width:92%}.igisco-intro-card{grid-template-columns:1fr;padding:18px}.igisco-quality{height:170px}
	.igisco-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.igisco-product-tile{font-size:14px}.igisco-product-tile.is-featured{align-items:flex-start;font-size:18px;padding:18px 20px 18px 14px}.igisco-product-tile span img{width:64px;height:64px}
	.igisco-logo-row,.igisco-tender-cols,.igisco-tab-icons,.igisco-news-grid,.igisco-achievement-grid,.igisco-award-grid,.igisco-publication-grid,.igisco-shareholder-logos,.igisco-board-grid{grid-template-columns:1fr}
	.igisco-video-poster{height:230px}.igisco-footer-main{grid-template-columns:1fr;grid-template-areas:"brand" "links" "contact" "socials";width:min(100% - 24px,1040px);min-height:0}.igisco-footer-addresses p{white-space:normal}.igisco-inner-hero{height:190px}.igisco-page-title h1{font-size:24px}
	.igisco-tab-icons button span{width:82px;height:82px}.igisco-value-inner .igisco-value-page,.igisco-value-section .igisco-value-panel{width:min(100% - 24px,1040px)}.igisco-value-section{margin-bottom:54px}.igisco-value-section-head{min-height:230px;padding:28px 18px 24px}.igisco-value-section-head span{width:96px;height:96px}.igisco-value-section-head strong{font-size:20px}.igisco-value-panel>img:not(.igisco-value-product-image){height:190px}.igisco-metric{min-height:190px;font-size:24px}.igisco-value-panel>img.igisco-value-product-image{width:72%;margin-top:-28px}
	.igisco-pellet-specs{min-height:720px;padding:92px 18px 240px}.igisco-pellet-specs:before{height:112px}.igisco-pellet-specs:after{width:390px;height:170px}.igisco-pellet-specs.is-sponge:after{width:400px;height:170px}.igisco-pellet-specs.is-mine{min-height:720px;padding:108px 18px 250px}.igisco-pellet-specs.is-mine:before{height:118px}.igisco-pellet-specs.is-mine:after{width:390px;height:165px}.igisco-pellet-capacity{flex-direction:column;align-items:center;gap:8px;margin-bottom:28px}.igisco-pellet-capacity span,.igisco-pellet-capacity strong{font-size:34px}.igisco-pellet-specs.is-mine .igisco-pellet-capacity{white-space:normal;gap:6px}.igisco-pellet-specs.is-mine .igisco-pellet-capacity span,.igisco-pellet-specs.is-mine .igisco-pellet-capacity strong{font-size:30px}.igisco-pellet-cards,.igisco-pellet-feature-grid{grid-template-columns:1fr}.igisco-pellet-cards div{min-height:118px}.igisco-pellet-cards span{font-size:25px}.igisco-pellet-cards strong,.igisco-pellet-feature-grid div{font-size:20px}.igisco-pellet-distinction{margin-top:22px}.igisco-pellet-distinction h3,.igisco-mine-detail h3{font-size:27px}.igisco-pellet-distinction p,.igisco-mine-detail p{font-size:16px;text-align:justify;text-align-last:auto}.igisco-mine-detail{margin-top:38px}.igisco-mine-detail strong{font-size:18px}
	.igisco-product-stage{padding:26px 14px 24px}.igisco-product-cards{grid-template-columns:repeat(2,1fr);gap:10px}.igisco-product-card{min-height:170px}.igisco-shareholder-logos{grid-template-columns:repeat(2,1fr)}.igisco-shareholder-table .is-name{font-size:12px}.igisco-shareholder-table .is-shares{font-size:11px}.igisco-shareholder-table .is-percent{font-size:12px;width:52px}.igisco-shareholder-table td{padding:9px 6px}
}

/* News archive: calendar + WordPress posts list */
.igisco-news-archive{margin-top:46px;margin-bottom:56px;display:grid;grid-template-columns:1fr;gap:34px}
.igisco-archive-calendar{background:#fff;border:1px solid #e2e8ee;border-radius:16px;box-shadow:0 10px 24px rgba(0,62,105,.07);padding:22px 22px 18px;align-self:start}
.igisco-cal-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}
.igisco-cal-title{font-size:22px;font-weight:900;color:#004f83}
.igisco-cal-nav{background:transparent;border:0;color:#5b7180;font-size:15px;font-weight:800;cursor:pointer;padding:6px 8px;border-radius:8px}
.igisco-cal-nav:hover{background:#f1f5f8;color:#004f83}
.igisco-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:6px}
.igisco-cal-weekdays span{text-align:center;font-size:14px;font-weight:900;color:#fff;background:#0d5688;border-radius:6px;padding:8px 0}
.igisco-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.igisco-cal-grid .is-empty{visibility:hidden}
.igisco-cal-day{position:relative;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#f6f8fa;color:#33475a;font-size:15px;font-weight:800;cursor:pointer;transition:background .15s,color .15s}
.igisco-cal-day:hover{background:#e4edf3;color:#004f83}
.igisco-cal-day.has-post{color:#004f83}
.igisco-cal-day.has-post:after{content:"";position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:#f05a24}
.igisco-cal-day.is-today{box-shadow:inset 0 0 0 2px #0d5688}
.igisco-cal-day.is-selected{background:#f05a24;color:#fff}
.igisco-cal-day.is-selected:after{background:#fff}
.igisco-cal-today{margin-top:16px;width:100%;padding:14px;border:0;border-radius:10px;background:#0d5688;color:#fff;font-size:16px;font-weight:900;cursor:pointer}
.igisco-cal-today:hover{background:#004f83}
.igisco-archive-list{min-width:0}
.igisco-archive-head{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:16px}
.igisco-archive-head h2{margin:0;color:#004f83;font-size:26px;font-weight:900;order:1}
.igisco-archive-head img{width:42px;height:42px;object-fit:contain;order:2}
.igisco-archive-list ul{list-style:none;margin:0;padding:0}
.igisco-archive-list li{border:0}
.igisco-archive-list li.is-empty{color:#7b8c98;padding:14px 0}
.igisco-archive-list li a{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:9px 18px 9px 4px;color:#0a3f63;font-size:15px;font-weight:800;line-height:1.7;text-decoration:none}
.igisco-archive-list li a:before{content:"›";color:#b6c3cc;font-size:22px;font-weight:700;line-height:1;transition:color .15s}
.igisco-archive-list li a:hover{color:#004f83}
.igisco-archive-list li a:hover:before{color:#0d5688}
.igisco-archive-list li.is-active a{color:#004f83;font-weight:900}
.igisco-archive-list li.is-active a:before{content:"";width:11px;height:11px;border-radius:50%;background:#f05a24;box-shadow:0 0 0 4px rgba(240,90,36,.16)}
.igisco-archive-none{margin:16px 4px;color:#7b8c98;font-size:16px;font-weight:800}
@media (min-width:901px){
	.igisco-news-archive{grid-template-columns:380px 1fr;gap:56px;direction:ltr;max-width:1000px;margin:60px auto 90px}
	.igisco-archive-calendar,.igisco-archive-list{direction:rtl}
}

/* Publications slider cards */
.igisco-publications-inner .igisco-publications-page{padding-bottom:40px}
.igisco-pub-card{position:relative;flex:0 0 calc((100% - 44px)/2);display:block;border:1px solid #e2e8ee;border-radius:14px;background:#fff;box-shadow:0 10px 22px rgba(0,62,105,.09);overflow:hidden;text-decoration:none}
.igisco-pub-thumb{aspect-ratio:4/3;height:auto;background:#eef4f8;overflow:hidden}
.igisco-pub-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.igisco-pub-card strong{position:relative;z-index:1;display:block;margin:-30px 12px 0;padding:10px 14px;background:rgba(255,255,255,.97);border-radius:10px;box-shadow:0 8px 18px rgba(0,62,105,.12);color:#004f83;font-size:13px;font-weight:900;line-height:1.4;text-align:right}
.igisco-pub-download{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:10px 16px 12px;border-top:1px solid #eef2f5;color:#93a3ae;font-size:13px;font-weight:800}
.igisco-pub-download:after{content:"‹";color:#c0ccd4;font-size:20px;font-weight:700;line-height:1}
@media (min-width:901px){
	.igisco-pub-card{flex:0 0 calc((100% - 112px)/3)}
	.igisco-pub-card strong{margin:-38px 18px 0;padding:14px 20px;font-size:17px}
	.igisco-pub-download{padding:12px 22px 16px;font-size:15px}
	.igisco-pub-download:after{font-size:22px}
}

/* Mobile & tablet completion pass: fixes elements the PDF-alignment block above
   left unresponsive (it sets fixed desktop sizing outside any media query, so
   anything not explicitly re-overridden below stayed desktop-sized on phones). */
@media (max-width:900px){
	.igisco-innovation-link{display:none}
	.igisco-slider-nav{display:none}

	.igisco-footer-main{grid-template-columns:1fr;grid-template-areas:"brand" "links" "contact" "socials";width:min(100% - 32px,1040px);min-height:0;gap:34px}
	.igisco-footer-addresses p{white-space:normal}

	.igisco-logo-row{grid-template-columns:repeat(3,1fr);gap:22px}
	.igisco-logo-row span{height:230px;padding:22px 0 56px;grid-template-rows:96px 70px}
	.igisco-logo-row img{width:88px;height:76px}
	.igisco-logo-row strong{font-size:13px;min-height:44px}
	.igisco-logo-row em{font-size:12px;padding:10px 12px 12px}

	.igisco-slider-track{gap:24px}
	.igisco-news-card{flex:0 0 calc((100% - 24px)/2)}
	.igisco-news-thumb{height:190px}
	.igisco-news-body{width:90%;margin:-32px 5% 0;padding:12px 18px 8px}
	.igisco-news-card h3{font-size:19px}
	.igisco-news-meta{padding:8px 18px 10px}

	.igisco-about-inner .igisco-statement-list div{grid-template-columns:1fr;gap:6px;padding:20px 0;text-align:center}
	.igisco-about-inner .igisco-statement-list strong{grid-column:1;text-align:center}
	.igisco-about-inner .igisco-statement-list p{grid-column:1;text-align:center;text-align-last:center}

	.igisco-intro-card{padding:26px 32px}
	.igisco-tender-cols{gap:32px}
	.igisco-video-poster{height:380px}
	.igisco-product-note{font-size:17px}
}
@media (max-width:640px){
	.igisco-slider-track{gap:14px}
	.igisco-news-card{flex:0 0 86%}
	.igisco-news-thumb{height:180px}
	.igisco-news-body{width:92%;margin:-30px 4% 0;padding:12px 16px 8px}
	.igisco-news-card h3{font-size:17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
	.igisco-news-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
	.igisco-news-meta{padding:8px 16px 10px;font-size:12px}

	.igisco-logo-row{grid-template-columns:repeat(2,1fr);gap:12px}
	.igisco-logo-row span{height:186px;padding:18px 0 48px;grid-template-rows:76px 58px}
	.igisco-logo-row img{width:68px;height:58px}
	.igisco-logo-row strong{font-size:11px;min-height:36px}
	.igisco-logo-row em{font-size:10.5px;padding:8px 8px 10px}

	.igisco-about-inner .igisco-statement-list strong{font-size:23px}
	.igisco-about-inner .igisco-statement-list p{font-size:15px}

	.igisco-footer-brand{grid-template-columns:56px auto;gap:14px}
	.igisco-footer-brand img{width:56px}
	.igisco-footer-brand strong{font-size:20px;white-space:normal}
	.igisco-footer-brand span{font-size:13px}
	.igisco-footer-links h4{font-size:19px}
	.igisco-footer-links a{font-size:15px}
	.igisco-footer-addresses p{font-size:13px;line-height:1.85}

	.igisco-product-card.has-icon .igisco-product-icon{width:66px;height:66px;top:18%}
	.igisco-product-card strong{padding:30px 10px 12px;font-size:15px}
}

/* Subsidiaries: separated logo/info cards, aligned auto-scroll marquee, float modal */
.igisco-subs-marquee{direction:ltr;width:min(1000px,calc(100% - 48px));margin:26px auto 0;overflow:hidden;padding:8px 0 16px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.igisco-subs-track{display:flex;direction:ltr;width:max-content;animation:igiscoSubsScroll 42s linear infinite}
.igisco-subs-marquee:hover .igisco-subs-track{animation-play-state:paused}
@keyframes igiscoSubsScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.igisco-subs-card{flex:0 0 auto;direction:rtl;width:222px;margin-left:20px;background:#fff;border:1px solid #e0e6ea;border-radius:12px;box-shadow:0 8px 18px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column}
.igisco-subs-logo{height:150px;display:flex;align-items:center;justify-content:center;padding:22px 20px 16px;background:#fff}
.igisco-subs-logo img{max-width:120px;max-height:104px;object-fit:contain;filter:grayscale(1);opacity:.55;transition:filter .3s ease,opacity .3s ease}
.igisco-subs-card:hover .igisco-subs-logo img{filter:none;opacity:1}
.igisco-subs-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px 14px 16px;min-height:70px}
.igisco-subs-info strong{color:#333b40;font-size:15px;font-weight:900;line-height:1.5}
.igisco-subs-more{width:100%;margin-top:auto;border:0;border-top:1px solid #e7ecf0;background:linear-gradient(180deg,#fbfcfd,#eef2f5);color:#93a2ad;font-size:14px;font-weight:800;padding:14px 18px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:inset 0 18px 24px rgba(0,0,0,.05);transition:background .2s ease,color .2s ease}
.igisco-subs-more:before{content:"\2039";font-size:20px;line-height:0;color:#9ab6c9;order:0;transition:color .2s ease}
.igisco-subs-more span{order:1}
.igisco-subs-more:hover{background:#00558c;color:#fff}
.igisco-subs-more:hover:before{color:#fff}
.igisco-subs-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}
.igisco-subs-modal[hidden]{display:none}
.igisco-subs-modal-backdrop{position:absolute;inset:0;background:rgba(4,26,45,.55);animation:igiscoFadeIn .25s ease both}
.igisco-subs-modal-box{position:relative;z-index:1;display:flex;flex-direction:row-reverse;align-items:center;gap:28px;width:min(760px,100%);background:#fff;border:1px solid #dfe5ea;border-radius:20px;box-shadow:0 30px 70px rgba(0,0,0,.35);padding:40px 34px 40px 40px;animation:igiscoModalIn .3s cubic-bezier(.2,.7,.2,1) both}
.igisco-subs-modal-close{position:absolute;top:14px;left:16px;width:34px;height:34px;border:0;background:#f1f5f8;border-radius:50%;color:#5b7180;font-size:22px;line-height:1;cursor:pointer}
.igisco-subs-modal-close:hover{background:#00558c;color:#fff}
.igisco-subs-modal-info{flex:1;min-width:0;text-align:right;border-right:2px solid #e2e7eb;padding-right:28px}
.igisco-subs-modal-name{display:block;color:#1c2b36;font-size:26px;font-weight:900;margin:0 0 14px;line-height:1.4}
.igisco-subs-modal-desc{color:#33434f;font-size:15px;line-height:1.95;font-weight:600;text-align:right;white-space:pre-line}
.igisco-subs-modal-logo{flex:0 0 150px;display:flex;align-items:center;justify-content:center;padding:10px}
.igisco-subs-modal-logo img{max-width:150px;max-height:150px;object-fit:contain}
@keyframes igiscoFadeIn{from{opacity:0}to{opacity:1}}
@keyframes igiscoModalIn{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}
@media (max-width:640px){
	.igisco-subs-modal-box{flex-direction:column-reverse;gap:16px;padding:34px 22px 26px;text-align:center}
	.igisco-subs-modal-info{border-right:0;padding-right:0;border-top:2px solid #e2e7eb;padding-top:18px;text-align:right}
	.igisco-subs-modal-logo{flex-basis:auto}
}
