
:root{
  --navy:#071a33; --navy-2:#0b2848; --green:#1f8b56; --green-2:#35a56b;
  --ink:#081b32; --muted:#647386; --line:#e1e7eb; --soft:#f5f8f9; --white:#fff;
  --max:1440px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
img,video{display:block;max-width:100%}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}
.container{width:min(var(--max),calc(100% - 56px));margin-inline:auto}.section{padding:88px 0}.soft{background:var(--soft)}
.eyebrow{font-size:10px;letter-spacing:.24em;text-transform:uppercase;font-weight:800;color:var(--green)}
h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em}h2{font-size:clamp(34px,3.3vw,52px);line-height:1}p{line-height:1.7;color:var(--muted)}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:4px;font-size:13px;font-weight:700;border:0;cursor:pointer;transition:.25s}
.btn:hover{transform:translateY(-2px)}.btn-green{background:var(--green);color:#fff}.btn-navy{background:var(--navy);color:#fff}.btn-white{background:#fff;color:var(--navy)}
.text-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}
.text-link span,.btn span{transition:transform .25s}.text-link:hover span,.btn:hover span{transform:translateX(4px)}

/* HEADER + MEGA MENU */
.site-header{height:78px;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid #edf1f3;transition:.3s}
.site-header.scrolled{box-shadow:0 12px 36px rgba(7,26,51,.08)}
.header-inner{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:baseline;gap:6px;min-width:max-content}.brand-mark{font-size:29px;font-weight:800;letter-spacing:-.07em}.brand-sub{font-size:13px;font-weight:600}
.main-nav{display:flex;align-items:stretch;height:100%;margin:auto}.nav-item{position:static;display:flex;align-items:center}.nav-link{height:100%;display:flex;align-items:center;gap:6px;padding:0 15px;font-size:13px;font-weight:650}
.nav-link:after{content:"";position:absolute;bottom:0;height:2px;background:var(--green);transform:scaleX(0);transition:.25s}
.nav-item:hover>.nav-link:after,.nav-item.is-open>.nav-link:after{transform:scaleX(1)}
.chev{font-size:9px;color:#8b98a5;transition:.25s}.nav-item:hover .chev{transform:rotate(180deg)}
.header-actions{display:flex;align-items:center;gap:10px}.lang{display:flex;padding:3px;border:1px solid var(--line);border-radius:99px}.lang button{border:0;background:none;padding:5px 8px;border-radius:99px;font-size:10px;font-weight:800;color:#8b98a5}.lang .active{background:#f0f4f5;color:var(--navy)}
.menu-toggle{display:none;width:42px;height:42px;background:none;border:0}.menu-toggle i{display:block;width:22px;height:2px;background:var(--navy);margin:5px auto}

/* megamenu */
.mega-menu{position:absolute;left:0;right:0;top:78px;background:#fff;border-top:1px solid var(--line);box-shadow:0 24px 60px rgba(7,26,51,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:.24s ease;pointer-events:none}
.nav-item:hover .mega-menu,.nav-item.is-open .mega-menu{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.mega-inner{width:min(var(--max),calc(100% - 56px));margin:auto;display:grid;grid-template-columns:270px 1fr 320px;gap:44px;padding:34px 0 38px}
.mega-intro{border-right:1px solid var(--line);padding-right:32px}.mega-intro .eyebrow{margin-bottom:12px}.mega-intro h3{font-size:27px;line-height:1.05;margin-bottom:12px}.mega-intro p{font-size:12px}
.mega-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 30px}.mega-link{padding:13px 0;border-bottom:1px solid #edf0f2;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px}
.mega-link b{font-size:10px;color:var(--green)}.mega-link strong{font-size:13px}.mega-link small{display:block;font-size:10px;color:#8a97a5;font-weight:500;margin-top:3px}.mega-link>span{font-size:17px;transition:.25s}.mega-link:hover>span{transform:translateX(4px)}
.mega-feature{position:relative;min-height:205px;overflow:hidden;background:var(--navy);color:#fff}.mega-feature img{width:100%;height:100%;object-fit:cover;opacity:.66}.mega-feature:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(7,26,51,.95))}
.mega-feature-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px}.mega-feature-copy small{font-size:9px;letter-spacing:.2em;color:#a6dbc0}.mega-feature-copy strong{display:block;font-size:20px;margin-top:6px}

/* mobile nav */
.mobile-nav{display:none;position:fixed;z-index:75;inset:66px 0 0;background:#fff;overflow:auto;padding:16px 20px 40px}
.mobile-top-link,.mobile-acc-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 2px;border:0;border-bottom:1px solid var(--line);background:none;font-weight:750;text-align:left}
.mobile-sub{display:none;padding:6px 0 12px 16px}.mobile-sub.open{display:block}.mobile-sub a{display:block;padding:10px 0;color:#56677a;font-size:13px}

/* HOME VIDEO HERO */
.video-hero{position:relative;min-height:680px;background:var(--navy);color:#fff;overflow:hidden}
.video-stage{position:absolute;inset:0}.video-stage video,.video-stage iframe,.video-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0}
.video-stage iframe{transform:scale(1.12);pointer-events:none}.video-poster{background-size:cover;background-position:center}
.video-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,37,.92) 0%,rgba(5,20,37,.69) 38%,rgba(5,20,37,.24) 70%,rgba(5,20,37,.38) 100%)}
.video-hero-inner{position:relative;z-index:3;min-height:680px;display:grid;grid-template-columns:1fr 340px;align-items:end;padding-bottom:58px}
.hero-main{max-width:770px}.hero-main .eyebrow{color:#8fd4ae}.hero-main h1{font-size:clamp(58px,6.1vw,92px);line-height:.88;margin:16px 0 22px}.hero-main h1 span{color:#75ca9d}
.hero-main p{max-width:590px;color:#dbe4ea;font-size:16px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.video-meta{border-left:1px solid rgba(255,255,255,.28);padding-left:26px}.video-meta span{font-size:9px;letter-spacing:.22em;color:#8fd4ae}.video-meta strong{display:block;font-size:18px;line-height:1.25;margin:10px 0}.video-meta p{font-size:11px;color:#c5d0d8}
.video-status{position:absolute;right:30px;top:26px;z-index:4;display:flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.18em;text-transform:uppercase}.video-status i{width:8px;height:8px;border-radius:50%;background:#64d095;box-shadow:0 0 0 6px rgba(100,208,149,.14)}
.hero-scroll{position:absolute;z-index:4;right:30px;bottom:30px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.2em;color:#d4dde4}

/* HOME */
.stats-strip{border-block:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:1fr 1fr 1.6fr 1.3fr;min-height:100px;align-items:center}.stat{padding:0 30px;border-right:1px solid var(--line)}.stat:first-child{padding-left:0}.stat strong{display:block;font-size:24px}.stat span{font-size:11px;color:var(--muted)}.stat-note{padding-left:35px;font-size:12px;color:#5a6979}
.editorial-row{display:grid;grid-template-columns:225px 1fr;gap:36px}.section-intro h2{font-size:39px;margin:14px 0 16px}.section-intro p{font-size:13px}
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.product-card{border:1px solid var(--line);background:#fff;transition:.3s;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(7,26,51,.09)}
.product-card img{width:100%;aspect-ratio:1.05/1;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.035)}.card-body{padding:14px;min-height:126px;position:relative}.card-body h3{font-size:19px;margin:0 0 7px}.card-body p{font-size:11px;line-height:1.45}.card-body a{position:absolute;right:14px;bottom:14px;font-size:18px}
.about{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1.25fr .95fr .33fr;min-height:420px}.about-image img{width:100%;height:100%;object-fit:cover}.about-copy{padding:60px 50px;align-self:center}.about-copy h2{margin:14px 0 18px}.about-copy p{font-size:14px}.about-values{border-left:1px solid #cdd6dd;margin:42px 24px;padding-left:28px;display:flex;justify-content:center;flex-direction:column;gap:35px}.about-values span{font-size:11px;letter-spacing:.12em;line-height:1.7;color:#576778}
.sector-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.sector-card{position:relative;min-height:250px;overflow:hidden;background:var(--navy);color:#fff}.sector-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.sector-card:hover img{transform:scale(1.04)}.sector-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(5,20,37,.91))}.sector-label{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;display:flex;justify-content:space-between;align-items:end;gap:7px}.sector-label strong{font-size:13px}
.sustainability{display:grid;grid-template-columns:1.15fr 1fr .8fr;background:#073d29;color:#fff}.sustain-image{min-height:290px;background-size:cover;background-position:center}.sustain-copy{padding:42px 34px;align-self:center}.sustain-copy h2{font-size:42px;margin:12px 0}.sustain-copy p{font-size:13px;color:#d4e8dd}.sustain-features{border-left:1px solid rgba(255,255,255,.2);padding:45px 26px;display:flex;justify-content:center;flex-direction:column;gap:22px}.sustain-features div{font-size:12px}.sustain-features b{display:block;color:#8fd4ae;font-size:9px;margin-bottom:5px}
.quality-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.quality-copy h2{margin:14px 0 18px}.quality-copy p{font-size:13px}.quality-points{display:grid;grid-template-columns:1fr 1fr;margin-top:28px;border-top:1px solid var(--line)}.quality-points span{padding:14px 0;border-bottom:1px solid var(--line);font-size:11px}.quality-points b{color:var(--green);margin-right:8px}
.cert-panel{border-left:1px solid var(--line);padding-left:42px}.cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:28px}.cert{min-height:118px;border:1px solid var(--line);display:grid;place-items:center;text-align:center;color:#3a617f}.cert b{font-size:14px}.cert span{font-size:19px}
.home-cta{background:var(--navy);color:#fff}.home-cta-inner{min-height:158px;display:flex;justify-content:space-between;align-items:center;gap:28px}.home-cta h2{font-size:32px;margin:10px 0 5px}.home-cta p{font-size:12px;color:#c5d1dc;margin:0}

/* INNER PAGE */
.page-hero{background:var(--navy);color:#fff;position:relative;overflow:hidden}.page-hero-inner{min-height:360px;display:grid;grid-template-columns:1fr .75fr;align-items:end;padding:60px 0}.page-hero h1{font-size:clamp(50px,6vw,78px);line-height:.9;margin:14px 0 0}.page-hero p{color:#cbd6df;max-width:570px;font-size:14px}.page-hero-visual{position:absolute;right:0;top:0;bottom:0;width:43%;opacity:.57}.page-hero-visual img{width:100%;height:100%;object-fit:cover}.page-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--navy),rgba(7,26,51,.18))}
.breadcrumb{display:flex;gap:8px;align-items:center;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#99aabd}.breadcrumb a{color:#8fd4ae}
.content-grid{display:grid;grid-template-columns:260px 1fr;gap:60px}.side-nav{position:sticky;top:110px;align-self:start;border-top:1px solid var(--line)}.side-nav a{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:12px}.side-nav a.active{color:var(--green);font-weight:750}
.prose-wide{max-width:900px}.prose-wide .lead{font-size:21px;line-height:1.55;color:#283c50}.prose-wide h2{font-size:38px;margin-top:55px}.prose-wide h3{font-size:25px;margin-top:35px}.prose-wide p{font-size:14px}
.split-story{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split-story img{width:100%;min-height:440px;object-fit:cover}.number-list{display:grid;grid-template-columns:1fr 1fr;margin-top:28px}.number-list div{padding:18px 0;border-top:1px solid var(--line)}.number-list b{font-size:10px;color:var(--green);margin-right:9px}
.product-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-tile{border:1px solid var(--line);background:#fff;overflow:hidden}.product-tile img{width:100%;aspect-ratio:1.18/1;object-fit:cover}.product-tile-body{padding:18px}.product-tile h3{font-size:24px;margin-bottom:8px}.product-meta{display:grid;gap:7px;margin-top:16px}.product-meta span{font-size:11px;color:#617083;padding-top:7px;border-top:1px solid var(--line)}
.sector-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sector-tile{position:relative;min-height:360px;overflow:hidden;color:#fff}.sector-tile img{width:100%;height:100%;object-fit:cover}.sector-tile:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(5,20,37,.95))}.sector-tile div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.sector-tile h3{font-size:26px;margin:0 0 8px}.sector-tile p{color:#dce5ec;font-size:11px;margin:0}
.contact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}.contact-info{background:var(--navy);color:#fff;padding:38px}.contact-info h2{font-size:34px}.contact-info p{color:#c9d4de;font-size:13px}.contact-row{padding:16px 0;border-top:1px solid rgba(255,255,255,.15)}.contact-row small{display:block;color:#82cca5;font-size:9px;letter-spacing:.17em;margin-bottom:5px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:750}.field input,.field textarea,.field select{border:1px solid #d8e0e5;background:#fff;padding:13px 14px;outline:0}.field input:focus,.field textarea:focus{border-color:var(--green)}.field textarea{min-height:160px;resize:vertical}

/* FOOTER */
.site-footer{background:#071a33;color:#fff;padding:48px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:38px}.footer-grid h4{font-size:12px;margin:0 0 14px}.footer-grid a,.footer-grid p{display:block;color:#bbc7d2;font-size:11px;line-height:1.8;margin:0}.footer-brand p{max-width:300px;margin-top:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;color:#8294a7;font-size:10px}

/* motion */
.reveal{opacity:0;transform:translateY(24px);transition:.75s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* responsive */
@media(max-width:1180px){
  .main-nav{display:none}.menu-toggle{display:block}.mobile-nav{display:none}.mobile-nav.open{display:block}
  .video-hero-inner{grid-template-columns:1fr}.video-meta{display:none}.editorial-row{grid-template-columns:190px 1fr}
  .products-grid{grid-template-columns:repeat(3,1fr)}.sector-grid{grid-template-columns:repeat(3,1fr)}
  .quality-grid{grid-template-columns:1fr}.cert-panel{border-left:0;border-top:1px solid var(--line);padding:35px 0 0}
}
@media(max-width:900px){
  .site-header{height:66px}.container{width:calc(100% - 32px)}.header-actions .btn{display:none}
  .video-hero,.video-hero-inner{min-height:620px}.video-stage iframe{transform:scale(1.35)}
  .hero-main h1{font-size:60px}.stats-grid{grid-template-columns:1fr 1fr}.stat,.stat-note{padding:20px 15px;border-bottom:1px solid var(--line)}
  .stat-note{grid-column:1/-1}.editorial-row{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr}.about-image{min-height:330px}.about-values{display:none}.sector-grid{grid-template-columns:1fr 1fr}
  .sustainability{grid-template-columns:1fr}.sustain-image{min-height:260px}.sustain-features{border-left:0;border-top:1px solid rgba(255,255,255,.2)}
  .page-hero-inner{min-height:320px;grid-template-columns:1fr}.page-hero-visual{width:55%}.content-grid{grid-template-columns:1fr}.side-nav{position:static}
  .split-story,.contact-layout{grid-template-columns:1fr}.product-list-grid,.sector-list-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:620px){
  .container{width:calc(100% - 24px)}.brand-mark{font-size:24px}.lang{display:none}
  .video-hero,.video-hero-inner{min-height:600px}.video-stage iframe{display:none}.video-poster{display:block!important}
  .hero-main h1{font-size:46px}.hero-main p{font-size:14px}.video-status{right:15px}
  .section{padding:62px 0}.products-grid,.sector-grid,.product-list-grid,.sector-list-grid{grid-template-columns:1fr}
  .about-copy{padding:42px 24px}.quality-points,.cert-grid{grid-template-columns:1fr 1fr}
  .home-cta-inner{display:block;padding:32px 0}.home-cta .btn{margin-top:18px}
  .page-hero h1{font-size:46px}.page-hero-visual{width:76%;opacity:.35}.split-story img{min-height:290px}.number-list{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}
}

/* Single-slide AVS video hero */
.single-slide-video video{width:100%;height:100%;object-fit:cover;object-position:center center}
.single-slide-video:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,37,.90) 0%,rgba(5,20,37,.62) 38%,rgba(5,20,37,.18) 72%,rgba(5,20,37,.30) 100%);pointer-events:none}
@media(max-width:620px){.single-slide-video video{display:block!important;object-position:center center}}


/* =========================================================
   INFO BAR / COUNTER
   ========================================================= */
.stats-grid-five{
  grid-template-columns:.85fr .85fr .95fr 1.15fr 1.35fr;
}

.counter-stat{
  min-width:0;
}

.counter-stat strong{
  display:block;
  font-size:clamp(24px,2vw,31px);
  line-height:1;
  letter-spacing:-.045em;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}

.counter-stat span{
  display:block;
  margin-top:7px;
  font-size:11px;
  color:var(--muted);
}

.counter-stat.is-counting strong{
  color:var(--green);
}

.counter-stat strong{
  transition:color .45s ease, transform .45s cubic-bezier(.22,1,.36,1);
}

.counter-stat.counter-complete strong{
  transform:translateY(-2px);
}

.stats-grid-five .stat-note{
  display:flex;
  align-items:center;
  gap:18px;
  padding-left:34px;
  border-right:0;
}

.stats-grid-five .stat-note i{
  display:block;
  flex:0 0 28px;
  height:1px;
  background:var(--navy);
}

.stats-grid-five .stat-note span{
  font-size:12px;
  line-height:1.55;
  color:#566579;
}

@media(max-width:1050px){
  .stats-grid-five{
    grid-template-columns:repeat(4,1fr);
  }

  .stats-grid-five .stat-note{
    grid-column:1/-1;
    min-height:72px;
    padding-left:0;
    border-top:1px solid var(--line);
  }
}

@media(max-width:700px){
  .stats-grid-five{
    grid-template-columns:1fr 1fr;
  }

  .stats-grid-five .stat{
    min-height:86px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .stats-grid-five .stat:nth-child(2n){
    border-right:0;
  }

  .stats-grid-five .stat-note{
    grid-column:1/-1;
  }

  .counter-stat strong{
    font-size:25px;
  }
}


/* =========================================================
   CERTIFICATES / DOCUMENTS PAGE
   ========================================================= */

.cert-page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 83% 30%,rgba(66,160,107,.12),transparent 23%),
    linear-gradient(125deg,#071a33 0%,#0a2441 58%,#0b304c 100%);
  color:#fff;
}

.cert-page-hero:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-150px;
  top:-270px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
}

.cert-page-hero:after{
  content:"";
  position:absolute;
  width:310px;
  height:310px;
  right:80px;
  bottom:-245px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
}

.cert-page-hero-inner{
  min-height:410px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
  padding-top:70px;
  padding-bottom:58px;
  position:relative;
  z-index:2;
}

.cert-hero-copy{
  max-width:790px;
}

.cert-page-hero .breadcrumb{
  margin-bottom:48px;
}

.cert-page-hero .breadcrumb,
.cert-page-hero .breadcrumb span{
  color:#91a3b4;
}

.cert-page-hero .breadcrumb a{
  color:#9bd9b9;
}

.cert-page-hero .eyebrow{
  color:#9bd9b9;
}

.cert-page-hero h1{
  font-size:clamp(62px,7vw,100px);
  line-height:.86;
  letter-spacing:-.07em;
  margin:18px 0 25px;
}

.cert-page-hero p{
  color:#cfdae3;
  max-width:630px;
  font-size:15px;
}

.cert-hero-index{
  min-width:200px;
  padding-left:32px;
  border-left:1px solid rgba(255,255,255,.18);
  margin-bottom:8px;
}

.cert-hero-index span{
  display:block;
  font-size:72px;
  font-weight:700;
  line-height:.9;
  letter-spacing:-.07em;
  color:rgba(255,255,255,.95);
}

.cert-hero-index small{
  display:block;
  margin-top:12px;
  font-size:9px;
  letter-spacing:.22em;
  color:#8ecfaf;
}

.cert-hero-rule{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,var(--green) 0 24%,rgba(255,255,255,.12) 24%);
}

.cert-intro{
  padding-bottom:68px;
}

.cert-intro-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:start;
}

.cert-intro-title h2{
  margin:14px 0 0;
}

.cert-intro-copy{
  max-width:690px;
  border-left:1px solid var(--line);
  padding-left:42px;
}

.cert-intro-copy .lead{
  font-size:19px;
  line-height:1.55;
  color:#293c50;
}

.cert-intro-copy p:last-child{
  font-size:13px;
  margin-bottom:0;
}

.cert-gallery-section{
  background:#f4f7f8;
  padding:44px 0 92px;
  border-top:1px solid #e7ecef;
}

.cert-toolbar{
  min-height:66px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
  border-bottom:1px solid #dce4e8;
}

.cert-toolbar>div:first-child{
  display:flex;
  align-items:baseline;
  gap:12px;
}

.cert-count{
  font-size:32px;
  line-height:1;
  font-weight:750;
  letter-spacing:-.05em;
}

.cert-toolbar>div:first-child>span:last-child{
  font-size:11px;
  color:#687789;
}

.cert-toolbar-note{
  display:flex;
  align-items:center;
  gap:12px;
  color:#657487;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.cert-toolbar-note i{
  width:28px;
  height:1px;
  background:var(--navy);
}

.certificate-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.certificate-card{
  background:#fff;
  border:1px solid #dde5e9;
  transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s ease,border-color .32s ease;
}

.certificate-card:hover{
  transform:translateY(-6px);
  border-color:#c6d3d9;
  box-shadow:0 22px 50px rgba(7,26,51,.09);
}

.certificate-preview{
  width:100%;
  aspect-ratio:1.12/1;
  border:0;
  padding:28px;
  position:relative;
  overflow:hidden;
  cursor:zoom-in;
  background:
    linear-gradient(135deg,#fafcfc 0%,#f3f7f8 100%);
}

.certificate-preview:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:0;
  background:var(--green);
  transition:height .4s cubic-bezier(.22,1,.36,1);
}

.certificate-card:hover .certificate-preview:before{
  height:100%;
}

.certificate-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  mix-blend-mode:multiply;
  transition:transform .55s cubic-bezier(.22,1,.36,1);
}

.certificate-card:hover .certificate-preview img{
  transform:scale(1.035);
}

.certificate-no{
  position:absolute;
  left:16px;
  top:15px;
  z-index:2;
  font-size:9px;
  letter-spacing:.18em;
  font-weight:800;
  color:#82909c;
}

.certificate-zoom{
  position:absolute;
  right:15px;
  top:15px;
  width:35px;
  height:35px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dce4e8;
  opacity:0;
  transform:translateY(-5px);
  transition:.3s ease;
  box-shadow:0 7px 20px rgba(7,26,51,.08);
}

.certificate-card:hover .certificate-zoom{
  opacity:1;
  transform:none;
}

.certificate-zoom svg{
  width:15px;
  fill:none;
  stroke:var(--navy);
  stroke-width:1.5;
}

.certificate-card-body{
  min-height:104px;
  padding:17px 18px;
  border-top:1px solid #e6ebee;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.certificate-type{
  display:block;
  margin-bottom:5px;
  font-size:8px;
  letter-spacing:.2em;
  font-weight:800;
  color:var(--green);
}

.certificate-card-body h3{
  margin:0;
  font-size:18px;
}

.certificate-open-link{
  border:0;
  background:none;
  cursor:pointer;
  padding:5px 0;
  color:#536477;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

.certificate-open-link span{
  display:inline-block;
  margin-left:5px;
  transition:transform .25s;
}

.certificate-open-link:hover span{
  transform:translate(2px,-2px);
}

.cert-quality-band{
  padding:72px 0;
  background:#0a3d2a;
  color:#fff;
}

.cert-quality-grid{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  align-items:end;
  gap:60px;
}

.cert-quality-grid h2{
  margin:13px 0 0;
}

.cert-quality-grid p{
  margin:0;
  color:#d5e7de;
  font-size:13px;
}

/* Lightbox */
.certificate-lightbox[hidden]{
  display:none;
}

.certificate-lightbox{
  position:fixed;
  z-index:200;
  inset:0;
  display:grid;
  place-items:center;
  padding:30px;
}

.certificate-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,14,27,.86);
  backdrop-filter:blur(7px);
}

.certificate-lightbox-dialog{
  position:relative;
  z-index:2;
  width:min(860px,96vw);
  max-height:92vh;
  display:flex;
  flex-direction:column;
  background:#fff;
  box-shadow:0 35px 100px rgba(0,0,0,.32);
}

.certificate-lightbox-head{
  min-height:68px;
  padding:14px 18px 14px 22px;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.certificate-lightbox-head span{
  display:block;
  font-size:8px;
  letter-spacing:.18em;
  color:var(--green);
  font-weight:800;
}

.certificate-lightbox-head strong{
  display:block;
  margin-top:3px;
  font-size:16px;
}

.certificate-lightbox-head button{
  width:40px;
  height:40px;
  border:0;
  background:#f3f6f7;
  border-radius:50%;
  cursor:pointer;
  font-size:25px;
  color:var(--navy);
}

.certificate-lightbox-body{
  min-height:300px;
  flex:1;
  overflow:auto;
  display:grid;
  place-items:center;
  padding:26px;
  background:#eef3f5;
}

.certificate-lightbox-body img{
  max-width:100%;
  max-height:68vh;
  object-fit:contain;
  background:#fff;
  box-shadow:0 8px 32px rgba(7,26,51,.08);
}

.certificate-lightbox-foot{
  padding:13px 22px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  font-size:10px;
  color:#7a8896;
}

.certificate-lightbox-foot a{
  color:var(--green);
  font-weight:700;
}

body.lightbox-open{
  overflow:hidden;
}

@media(max-width:1000px){
  .certificate-grid{
    grid-template-columns:1fr 1fr;
  }

  .cert-intro-grid{
    gap:40px;
  }

  .cert-quality-grid{
    grid-template-columns:1fr 1fr;
  }

  .cert-quality-grid .btn{
    grid-column:1/-1;
    justify-self:start;
  }
}

@media(max-width:700px){
  .cert-page-hero-inner{
    min-height:360px;
    padding-bottom:42px;
  }

  .cert-hero-index{
    display:none;
  }

  .cert-page-hero .breadcrumb{
    margin-bottom:35px;
  }

  .cert-page-hero h1{
    font-size:55px;
  }

  .cert-intro-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .cert-intro-copy{
    border-left:0;
    border-top:1px solid var(--line);
    padding:28px 0 0;
  }

  .certificate-grid{
    grid-template-columns:1fr;
  }

  .certificate-preview{
    aspect-ratio:1.2/1;
    padding:24px;
  }

  .cert-toolbar{
    align-items:flex-start;
    flex-direction:column;
    padding-bottom:18px;
  }

  .cert-quality-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .certificate-lightbox{
    padding:12px;
  }

  .certificate-lightbox-foot{
    flex-direction:column;
    gap:5px;
  }
}


/* =========================================================
   REFERENCES PAGE
   ========================================================= */
.references-hero{
  background:
    radial-gradient(circle at 78% 34%,rgba(44,145,92,.12),transparent 25%),
    linear-gradient(128deg,#071a33,#0a2847 62%,#0a314b);
  color:#fff;
  position:relative;
  overflow:hidden;
}

.references-hero:after{
  content:"";
  position:absolute;
  right:-150px;
  top:-190px;
  width:540px;
  height:540px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
}

.references-hero-inner{
  min-height:430px;
  display:grid;
  grid-template-columns:1.3fr .7fr;
  gap:70px;
  align-items:end;
  padding-top:78px;
  padding-bottom:58px;
  position:relative;
  z-index:2;
}

.references-hero .breadcrumb{
  margin-bottom:48px;
}

.references-hero .breadcrumb,
.references-hero .breadcrumb span{
  color:#95a6b7;
}

.references-hero .breadcrumb a{
  color:#9bd9b9;
}

.references-hero .eyebrow{
  color:#9bd9b9;
}

.references-hero h1{
  font-size:clamp(62px,7vw,100px);
  line-height:.86;
  margin:18px 0 24px;
  letter-spacing:-.07em;
}

.references-hero p{
  max-width:650px;
  color:#ccd8e1;
  font-size:14px;
}

.references-hero-side{
  border-left:1px solid rgba(255,255,255,.18);
  padding-left:34px;
  margin-bottom:8px;
}

.references-large-no{
  display:block;
  font-size:80px;
  font-weight:750;
  line-height:.85;
  letter-spacing:-.07em;
}

.references-hero-side small{
  display:block;
  margin:14px 0 16px;
  color:#9bd9b9;
  font-size:9px;
  letter-spacing:.2em;
}

.references-hero-side p{
  font-size:11px;
  line-height:1.6;
}

.references-intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
}

.references-intro h2{
  margin:14px 0 0;
}

.references-copy{
  border-left:1px solid var(--line);
  padding-left:42px;
  max-width:700px;
}

.references-copy .lead{
  font-size:19px;
  line-height:1.55;
  color:#2a3e52;
}

.references-copy p:last-child{
  font-size:13px;
}

.references-wall-section{
  background:#f4f7f8;
  padding:48px 0 94px;
  border-top:1px solid #e7ecef;
}

.references-toolbar{
  min-height:74px;
  padding-bottom:20px;
  margin-bottom:26px;
  border-bottom:1px solid #dce4e8;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
}

.references-toolbar-kicker{
  display:block;
  margin-bottom:7px;
  font-size:9px;
  letter-spacing:.2em;
  font-weight:800;
  color:var(--green);
}

.references-toolbar strong{
  font-size:20px;
  letter-spacing:-.025em;
}

.references-toolbar-meta{
  font-size:9px;
  letter-spacing:.16em;
  color:#82909d;
  text-transform:uppercase;
}

.references-logo-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#dfe6e9;
  border:1px solid #dfe6e9;
}

.reference-logo-card{
  background:#fff;
  min-height:190px;
  position:relative;
  overflow:hidden;
  transition:background-color .3s ease;
}

.reference-logo-card:hover{
  background:#fbfdfc;
}

.reference-logo-inner{
  min-height:190px;
  display:grid;
  place-items:center;
  padding:30px;
}

.reference-logo-inner img{
  width:82%;
  max-height:90px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.72;
  transition:filter .35s ease,opacity .35s ease,transform .35s ease;
}

.reference-logo-card:hover img{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.035);
}

.reference-index{
  position:absolute;
  top:12px;
  left:14px;
  font-size:8px;
  letter-spacing:.18em;
  color:#9aa7b2;
}

.reference-logo-card:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:2px;
  background:var(--green);
  transition:width .38s cubic-bezier(.22,1,.36,1);
}

.reference-logo-card:hover:after{
  width:100%;
}

.references-sectors-band{
  background:#0a3d2a;
  color:#fff;
  padding:74px 0;
}

.references-sectors-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:35px;
}

.references-sectors-head h2{
  margin:13px 0 0;
}

.references-sector-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.18);
  border-left:1px solid rgba(255,255,255,.18);
}

.references-sector-list span{
  padding:18px 16px;
  border-right:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
  font-size:11px;
  color:#d7e8df;
}

@media(max-width:1000px){
  .references-logo-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .references-intro-grid{
    gap:40px;
  }

  .references-sector-list{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .references-hero-inner{
    min-height:380px;
    grid-template-columns:1fr;
    gap:24px;
  }

  .references-hero-side{
    display:none;
  }

  .references-hero h1{
    font-size:55px;
  }

  .references-intro-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .references-copy{
    padding:28px 0 0;
    border-left:0;
    border-top:1px solid var(--line);
  }

  .references-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .references-logo-grid{
    grid-template-columns:1fr 1fr;
  }

  .reference-logo-card,
  .reference-logo-inner{
    min-height:150px;
  }

  .references-sector-list{
    grid-template-columns:1fr 1fr;
  }
}


/* Biz Ne Yaparız — product groups */
.prose-wide h3{
  margin-top:30px;
  margin-bottom:7px;
  font-size:20px;
  letter-spacing:-.025em;
}

.prose-wide h3 + p{
  margin-top:0;
  padding-bottom:15px;
  border-bottom:1px solid var(--line);
}

@media(max-width:700px){
  .prose-wide h3{
    font-size:18px;
  }
}


/* =========================================================
   IMPORT / EXPORT WORLD MAP
   ========================================================= */
.trade-map-section{
  padding:92px 0 96px;
  background:#f4f7f8;
  border-top:1px solid #e6ecef;
  border-bottom:1px solid #e6ecef;
  overflow:hidden;
}

.trade-map-heading{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:end;
  margin-bottom:38px;
}

.trade-map-heading h2{
  margin:14px 0 0;
}

.trade-map-intro p{
  margin-bottom:15px;
  font-size:13px;
}

.trade-map-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  background:#071a33;
  min-height:510px;
  box-shadow:0 24px 60px rgba(7,26,51,.12);
}

.trade-map-visual{
  min-width:0;
  position:relative;
  display:flex;
  flex-direction:column;
  background:#071a33;
}

.trade-map-image-wrap{
  position:relative;
  min-height:455px;
  flex:1;
  overflow:hidden;
  background:
    radial-gradient(circle at 52% 45%,rgba(36,139,86,.10),transparent 30%),
    #071a33;
}

.trade-map-image{
  position:absolute;
  inset:4% 2%;
  width:96%;
  height:92%;
  object-fit:contain;
  filter:grayscale(1) brightness(1.38) contrast(.88);
  opacity:.46;
  mix-blend-mode:screen;
}

.trade-map-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,26,51,.28),transparent 40%,rgba(7,26,51,.18)),
    radial-gradient(circle at 50% 47%,transparent 0 42%,rgba(7,26,51,.18) 72%);
  pointer-events:none;
}

.trade-map-pins{
  position:absolute;
  inset:0;
}

.trade-pin{
  --pin-size:10px;
  position:absolute;
  left:var(--x);
  top:var(--y);
  width:44px;
  height:44px;
  transform:translate(-50%,-50%);
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  z-index:4;
}

.trade-pin-dot{
  position:absolute;
  left:50%;
  top:50%;
  width:var(--pin-size);
  height:var(--pin-size);
  margin:calc(var(--pin-size) / -2);
  border-radius:50%;
  background:#63d298;
  border:2px solid rgba(255,255,255,.88);
  box-shadow:0 3px 10px rgba(0,0,0,.25);
  transition:transform .25s ease,background-color .25s ease;
}

.trade-pin-pulse{
  position:absolute;
  left:50%;
  top:50%;
  width:26px;
  height:26px;
  margin:-13px;
  border:1px solid rgba(99,210,152,.68);
  border-radius:50%;
  animation:tradePulse 2.4s ease-out infinite;
  animation-delay:var(--delay);
}

@keyframes tradePulse{
  0%{transform:scale(.35);opacity:0}
  20%{opacity:.9}
  75%,100%{transform:scale(1.35);opacity:0}
}

.trade-pin-label{
  position:absolute;
  left:50%;
  top:-6px;
  transform:translate(-50%,-100%) translateY(4px);
  padding:5px 8px;
  border-radius:3px;
  background:#fff;
  color:#071a33;
  font-size:9px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:.22s ease;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}

.trade-pin-label:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-4px;
  width:7px;
  height:7px;
  transform:translateX(-50%) rotate(45deg);
  background:#fff;
}

.trade-pin:hover .trade-pin-label,
.trade-pin.is-active .trade-pin-label{
  opacity:1;
  transform:translate(-50%,-100%) translateY(0);
}

.trade-pin:hover .trade-pin-dot,
.trade-pin.is-active .trade-pin-dot{
  transform:scale(1.45);
  background:#fff;
}

.trade-pin.is-muted{
  opacity:.22;
}

.trade-map-caption{
  height:55px;
  padding:0 22px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#8295a8;
  font-size:8px;
  letter-spacing:.19em;
}

.trade-map-panel{
  background:#fff;
  color:#071a33;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.trade-map-panel-head{
  min-height:105px;
  padding:22px 22px 20px;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:42px 1fr;
  gap:13px;
  align-items:center;
}

.trade-map-index{
  font-size:29px;
  font-weight:750;
  line-height:1;
  letter-spacing:-.05em;
  color:var(--green);
}

.trade-map-panel-head small{
  display:block;
  margin-bottom:5px;
  color:#8996a3;
  font-size:8px;
  letter-spacing:.17em;
}

.trade-map-panel-head strong{
  font-size:15px;
}

.trade-region{
  border-bottom:1px solid var(--line);
}

.trade-region-title{
  width:100%;
  min-height:55px;
  border:0;
  background:#fff;
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  color:var(--navy);
}

.trade-region-title span{
  font-size:12px;
  font-weight:750;
}

.trade-region-title b{
  margin-right:9px;
  color:var(--green);
  font-size:9px;
}

.trade-region-title i{
  font-style:normal;
  color:#8b98a5;
  font-size:9px;
}

.trade-country-list{
  display:none;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#e4eaed;
  border-top:1px solid var(--line);
}

.trade-country-list.open{
  display:grid;
}

.trade-country{
  min-height:37px;
  border:0;
  padding:0 11px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  background:#f8fafb;
  cursor:pointer;
  color:#536476;
  font-size:10px;
  text-align:left;
  transition:.2s;
}

.trade-country:hover,
.trade-country.is-active{
  background:#eef6f1;
  color:#087142;
}

.trade-country i{
  font-style:normal;
  opacity:.35;
  transition:.2s;
}

.trade-country:hover i,
.trade-country.is-active i{
  transform:translateX(3px);
  opacity:1;
}

.trade-map-panel-foot{
  margin-top:auto;
  min-height:49px;
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#82909d;
  font-size:9px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.trade-live-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#39ac6e;
  box-shadow:0 0 0 5px rgba(57,172,110,.12);
  animation:tradeLive 1.8s ease-in-out infinite;
}

@keyframes tradeLive{
  50%{box-shadow:0 0 0 8px rgba(57,172,110,.03)}
}

@media(max-width:1050px){
  .trade-map-heading{
    grid-template-columns:1fr;
    gap:22px;
  }

  .trade-map-intro{
    max-width:620px;
  }

  .trade-map-shell{
    grid-template-columns:1fr;
  }

  .trade-map-panel{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
  }

  .trade-map-panel-head{
    grid-column:1/-1;
  }

  .trade-map-panel-foot{
    grid-column:1/-1;
    border-top:1px solid var(--line);
  }

  .trade-region{
    border-right:1px solid var(--line);
  }

  .trade-country-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .trade-map-section{
    padding:62px 0;
  }

  .trade-map-image-wrap{
    min-height:360px;
  }

  .trade-map-shell{
    margin-left:-12px;
    margin-right:-12px;
  }

  .trade-map-panel{
    display:block;
  }

  .trade-map-caption{
    padding:0 15px;
  }

  .trade-pin{
    width:34px;
    height:34px;
  }

  .trade-pin-label{
    font-size:8px;
  }

  .trade-country-list{
    grid-template-columns:1fr 1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  .trade-pin-pulse,
  .trade-live-dot{
    animation:none!important;
  }
}


/* =========================================================
   TRADE MAP — GEOGRAPHIC COORDINATE FIX
   Pins now share the exact 800×468 map plane.
   ========================================================= */

.trade-map-visual{
  align-self:stretch;
}

.trade-map-image-wrap{
  position:relative;
  width:100%;
  min-height:0 !important;
  aspect-ratio:800 / 468;
  flex:none;
  overflow:visible;
  background:
    radial-gradient(circle at 52% 45%,rgba(36,139,86,.10),transparent 30%),
    #071a33;
}

.trade-map-image{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:fill !important;
  display:block;
  opacity:.50;
}

.trade-map-overlay,
.trade-map-pins{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

/*
 * Coordinates use the native 800×468 source-image plane.
 * Browser converts those map units into responsive CSS positions.
 */
.trade-pin{
  left:calc(var(--map-x) / 800 * 100%) !important;
  top:calc(var(--map-y) / 468 * 100%) !important;
}

/* Dense European cluster: smaller dots/labels reduce visual collisions */
.trade-pin[data-region="avrupa"]{
  --pin-size:8px;
}

.trade-pin[data-region="avrupa"] .trade-pin-pulse{
  width:21px;
  height:21px;
  margin:-10.5px;
}

/* Make active labels rise above neighboring European pins */
.trade-pin.is-active{
  z-index:20;
}

.trade-pin:hover{
  z-index:21;
}

@media(max-width:700px){
  .trade-map-image-wrap{
    min-height:0 !important;
    aspect-ratio:800 / 468;
  }

  .trade-pin{
    width:30px;
    height:30px;
  }

  .trade-pin[data-region="avrupa"]{
    --pin-size:7px;
  }

  .trade-pin-pulse{
    width:20px;
    height:20px;
    margin:-10px;
  }

  .trade-pin[data-region="avrupa"] .trade-pin-pulse{
    width:17px;
    height:17px;
    margin:-8.5px;
  }
}


/* =========================================================
   TRADE MAP — VISUAL CALIBRATION
   AVS map artwork has a slight internal offset.
   Keep geographic coordinates intact and calibrate the overlay only.
   ========================================================= */

.trade-map-pins{
  transform:translate(1.9%, 3.0%);
  transform-origin:0 0;
}

/*
 * On narrow screens use nearly the same visual correction.
 * The values remain proportional because the map plane scales responsively.
 */
@media(max-width:700px){
  .trade-map-pins{
    transform:translate(2.0%, 3.1%);
  }
}


/* =========================================================
   TRADE MAP — MANUAL ARTWORK CALIBRATION
   Turkey marker from the supplied screenshot is the anchor.
   ========================================================= */

.trade-map-pins{
  transform:none !important;
}

.trade-pin{
  left:var(--art-x) !important;
  top:var(--art-y) !important;
}

/*
 * Europe is visually dense. Labels are shown only on hover/active;
 * pin centers themselves remain on their calibrated country positions.
 */
.trade-pin[data-region="avrupa"]{
  --pin-size:7px;
}

.trade-pin[data-country="Rusya"]{
  --pin-size:9px;
}

@media(max-width:700px){
  .trade-map-pins{
    transform:none !important;
  }
}


/* =========================================================
   WORLDTRADE — REBUILT FROM SCRATCH
   Map and pins share one exact equirectangular SVG plane.
   ========================================================= */
.worldtrade-section{
  padding:94px 0 98px;
  background:#f3f6f8;
  border-top:1px solid #e3eaee;
  border-bottom:1px solid #e3eaee;
  overflow:hidden;
}

.worldtrade-heading{
  display:grid;
  grid-template-columns:1fr 430px;
  gap:60px;
  align-items:end;
  margin-bottom:38px;
}

.worldtrade-heading h2{
  margin:14px 0 0;
}

.worldtrade-heading-copy p{
  font-size:13px;
  margin:0 0 16px;
}

.worldtrade-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  min-height:500px;
  background:#071a33;
  box-shadow:0 26px 65px rgba(7,26,51,.13);
}

.worldtrade-map{
  min-width:0;
  background:
    radial-gradient(circle at 58% 43%,rgba(40,154,94,.12),transparent 27%),
    linear-gradient(135deg,#06182f,#09223d);
  display:flex;
  flex-direction:column;
}

.worldtrade-svg{
  width:100%;
  height:auto;
  display:block;
  overflow:visible;
  flex:1;
}

.worldtrade-base-map{
  opacity:.54;
  filter:grayscale(1) brightness(1.8) contrast(.58);
}

.worldtrade-route{
  fill:none;
  stroke:#55c889;
  stroke-width:.38;
  stroke-linecap:round;
  opacity:.26;
  vector-effect:non-scaling-stroke;
  stroke-dasharray:4 5;
  animation:worldtradeRoute 2.8s linear infinite;
  animation-delay:var(--route-delay);
}

@keyframes worldtradeRoute{
  to{stroke-dashoffset:-18}
}

.worldtrade-point{
  cursor:pointer;
  outline:none;
}

.worldtrade-dot{
  fill:#66d79b;
  stroke:#fff;
  stroke-width:.48;
  vector-effect:non-scaling-stroke;
  transition:r .22s ease,fill .22s ease;
}

.worldtrade-pulse{
  fill:none;
  stroke:#64d399;
  stroke-width:.48;
  vector-effect:non-scaling-stroke;
  opacity:0;
  animation:worldtradePulse 2.3s ease-out infinite;
  animation-delay:var(--pin-delay);
}

@keyframes worldtradePulse{
  0%{r:1.8;opacity:0}
  18%{opacity:.75}
  100%{r:5.7;opacity:0}
}

.worldtrade-label{
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
}

.worldtrade-label rect{
  fill:#fff;
  stroke:#d9e2e7;
  stroke-width:.2;
  vector-effect:non-scaling-stroke;
}

.worldtrade-label text{
  fill:#071a33;
  font-size:2.5px;
  font-weight:800;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:.03em;
}

.worldtrade-point:hover .worldtrade-label,
.worldtrade-point:focus .worldtrade-label,
.worldtrade-point.is-active .worldtrade-label{
  opacity:1;
}

.worldtrade-point:hover .worldtrade-dot,
.worldtrade-point:focus .worldtrade-dot,
.worldtrade-point.is-active .worldtrade-dot{
  r:2.15;
  fill:#fff;
}

.worldtrade-point.is-muted{
  opacity:.16;
}

.worldtrade-route.is-active{
  opacity:.9;
  stroke-width:.7;
}

.worldtrade-route.is-muted{
  opacity:.06;
}

.worldtrade-origin-ring{
  fill:none;
  stroke:#ff5a45;
  stroke-width:.65;
  vector-effect:non-scaling-stroke;
  animation:worldtradeOrigin 1.8s ease-in-out infinite;
}

.worldtrade-origin-dot{
  fill:#ff5a45;
  stroke:#fff;
  stroke-width:.5;
  vector-effect:non-scaling-stroke;
}

@keyframes worldtradeOrigin{
  50%{r:5.2;opacity:.35}
}

.worldtrade-origin-label rect{
  fill:#ff5a45;
}

.worldtrade-origin-label text{
  fill:#fff;
  font-size:2.15px;
  font-weight:800;
  font-family:Inter,Arial,sans-serif;
  letter-spacing:.05em;
}

.worldtrade-map-footer{
  min-height:58px;
  border-top:1px solid rgba(255,255,255,.11);
  padding:0 22px;
  display:flex;
  align-items:center;
  gap:28px;
  color:#8398ac;
  font-size:8px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.worldtrade-map-footer b{
  color:#fff;
  font-size:11px;
  margin-right:4px;
}

.worldtrade-live{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:8px;
}

.worldtrade-live i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#55c889;
  box-shadow:0 0 0 5px rgba(85,200,137,.11);
  animation:worldtradeLive 1.8s ease-in-out infinite;
}

@keyframes worldtradeLive{
  50%{box-shadow:0 0 0 9px rgba(85,200,137,.02)}
}

.worldtrade-panel{
  background:#fff;
  min-width:0;
  display:flex;
  flex-direction:column;
}

.worldtrade-panel-head{
  padding:25px 22px 21px;
  border-bottom:1px solid var(--line);
}

.worldtrade-panel-head small{
  display:block;
  color:var(--green);
  font-size:8px;
  letter-spacing:.19em;
  font-weight:800;
  margin-bottom:6px;
}

.worldtrade-panel-head strong{
  display:block;
  font-size:20px;
  letter-spacing:-.03em;
}

.worldtrade-panel-head p{
  margin:7px 0 0;
  font-size:10px;
  line-height:1.5;
}

.worldtrade-region{
  border-bottom:1px solid var(--line);
}

.worldtrade-region-title{
  width:100%;
  min-height:57px;
  border:0;
  background:#fff;
  color:var(--navy);
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.worldtrade-region-title span{
  font-size:12px;
  font-weight:800;
}

.worldtrade-region-title b{
  color:var(--green);
  margin-right:9px;
  font-size:9px;
}

.worldtrade-region-title i{
  color:#8996a2;
  font-size:9px;
  font-style:normal;
}

.worldtrade-country-list{
  display:none;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#e2e9ec;
  border-top:1px solid var(--line);
}

.worldtrade-region.is-open .worldtrade-country-list{
  display:grid;
}

.worldtrade-country{
  min-height:39px;
  padding:0 11px;
  border:0;
  background:#f8fafb;
  color:#516275;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  cursor:pointer;
  text-align:left;
  font-size:10px;
  transition:.2s;
}

.worldtrade-country:hover,
.worldtrade-country.is-active{
  color:#087142;
  background:#eaf5ef;
}

.worldtrade-country i{
  font-style:normal;
  opacity:.28;
}

.worldtrade-country:hover i,
.worldtrade-country.is-active i{
  opacity:1;
}

@media(max-width:1050px){
  .worldtrade-heading{
    grid-template-columns:1fr;
    gap:22px;
  }

  .worldtrade-heading-copy{
    max-width:620px;
  }

  .worldtrade-layout{
    grid-template-columns:1fr;
  }

  .worldtrade-panel{
    display:grid;
    grid-template-columns:repeat(3,1fr);
  }

  .worldtrade-panel-head{
    grid-column:1/-1;
  }

  .worldtrade-region{
    border-right:1px solid var(--line);
  }

  .worldtrade-country-list{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .worldtrade-section{
    padding:62px 0;
  }

  .worldtrade-layout{
    margin-left:-12px;
    margin-right:-12px;
  }

  .worldtrade-panel{
    display:block;
  }

  .worldtrade-country-list{
    grid-template-columns:1fr 1fr;
  }

  .worldtrade-map-footer{
    padding:0 14px;
    gap:14px;
  }

  .worldtrade-live{
    display:none;
  }

  .worldtrade-label text{
    font-size:3.1px;
  }
}

@media(prefers-reduced-motion:reduce){
  .worldtrade-route,
  .worldtrade-pulse,
  .worldtrade-origin-ring,
  .worldtrade-live i{
    animation:none!important;
  }
}


/* =========================================================
   WORLDTRADE — ORIGIN LABEL + ROUTE VISIBILITY REFINEMENT
   ========================================================= */

/* İzmir / Türkiye label is no longer permanently visible */
.worldtrade-origin{
  cursor:pointer;
  outline:none;
}

.worldtrade-origin-label{
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
  transform:translate(0,7px);
}

.worldtrade-origin:hover .worldtrade-origin-label,
.worldtrade-origin:focus .worldtrade-origin-label{
  opacity:1;
  transform:translate(0,6px);
}

/* Make source-to-destination routes noticeably clearer */
.worldtrade-route{
  stroke:#72e6a9 !important;
  stroke-width:.72 !important;
  opacity:.62 !important;
  stroke-dasharray:4 4;
  filter:drop-shadow(0 0 1.2px rgba(114,230,169,.55));
}

.worldtrade-route.is-active{
  stroke:#b7ffd6 !important;
  stroke-width:1.15 !important;
  opacity:1 !important;
  filter:drop-shadow(0 0 2.4px rgba(120,255,181,.9));
}

.worldtrade-route.is-muted{
  opacity:.13 !important;
}

/* Keep the red İzmir origin visually dominant */
.worldtrade-origin-dot{
  fill:#ff4d38;
}

.worldtrade-origin-ring{
  stroke:#ff725f;
  stroke-width:.8;
}

@media(prefers-reduced-motion:reduce){
  .worldtrade-origin-label{
    transition:none;
  }
}


/* =========================================================
   EXPORT PAGE
   ========================================================= */
.export-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 84% 32%,rgba(54,168,106,.13),transparent 24%),
    linear-gradient(128deg,#071a33,#0b2847 62%,#0a354e);
}

.export-hero:before{
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  right:-210px;
  top:-300px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
}

.export-hero-inner{
  min-height:510px;
  position:relative;
  z-index:2;
  padding-top:80px;
  padding-bottom:62px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:70px;
  align-items:end;
}

.export-hero .breadcrumb{
  margin-bottom:50px;
}

.export-hero .breadcrumb,
.export-hero .breadcrumb span{
  color:#92a4b5;
}

.export-hero .breadcrumb a{
  color:#9bd9b9;
}

.export-hero .eyebrow{
  color:#9bd9b9;
}

.export-hero h1{
  font-size:clamp(58px,7vw,98px);
  line-height:.9;
  letter-spacing:-.07em;
  margin:16px 0 24px;
}

.export-hero p{
  max-width:650px;
  color:#ccd8e1;
  font-size:14px;
}

.export-hero-stats{
  display:grid;
  gap:1px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.13);
}

.export-hero-stats>div{
  background:rgba(7,26,51,.68);
  min-height:98px;
  padding:18px 20px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}

.export-hero-stats strong{
  font-size:42px;
  line-height:.9;
  letter-spacing:-.05em;
}

.export-hero-stats span{
  color:#a9bbc8;
  font-size:9px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.export-intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
}

.export-intro h2{
  margin:14px 0 0;
}

.export-intro-copy{
  border-left:1px solid var(--line);
  padding-left:42px;
}

.export-intro-copy .lead{
  font-size:19px;
  line-height:1.55;
  color:#293e52;
}

.export-intro-copy p:last-child{
  font-size:13px;
}

.export-regions{
  background:#fff;
}

.export-region-grid{
  margin-top:36px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#dfe6e9;
  border:1px solid #dfe6e9;
}

.export-region-card{
  min-height:270px;
  background:#fff;
  padding:30px 27px;
  display:flex;
  flex-direction:column;
  transition:background-color .25s ease;
}

.export-region-card:hover{
  background:#f7faf8;
}

.export-region-no{
  display:block;
  margin-bottom:45px;
  color:var(--green);
  font-size:10px;
  letter-spacing:.18em;
  font-weight:800;
}

.export-region-card h3{
  margin:0 0 13px;
  font-size:27px;
}

.export-region-card p{
  margin:0 0 25px;
  font-size:12px;
}

.export-region-card strong{
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:10px;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.export-capabilities{
  padding:86px 0;
  background:#0a3d2a;
  color:#fff;
}

.export-capabilities-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:90px;
  align-items:start;
}

.export-capabilities h2{
  margin:14px 0 0;
}

.export-capability-list{
  border-top:1px solid rgba(255,255,255,.18);
}

.export-capability-list>div{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.18);
}

.export-capability-list b{
  color:#8fd0ac;
  font-size:10px;
}

.export-capability-list strong{
  display:block;
  margin-bottom:7px;
  font-size:15px;
}

.export-capability-list p{
  margin:0;
  color:#cfe2d8;
  font-size:11px;
}

/* Make embedded map visually integrated on export page */
.export-intro + .worldtrade-section{
  border-top:0;
}

@media(max-width:1000px){
  .export-hero-inner{
    grid-template-columns:1fr;
    gap:36px;
  }

  .export-hero-stats{
    grid-template-columns:repeat(3,1fr);
  }

  .export-hero-stats>div{
    display:block;
  }

  .export-hero-stats span{
    display:block;
    margin-top:9px;
  }

  .export-intro-grid,
  .export-capabilities-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .export-intro-copy{
    border-left:0;
    border-top:1px solid var(--line);
    padding:30px 0 0;
  }
}

@media(max-width:700px){
  .export-hero-inner{
    min-height:0;
    padding-top:60px;
    padding-bottom:45px;
  }

  .export-hero h1{
    font-size:52px;
  }

  .export-hero-stats{
    grid-template-columns:1fr;
  }

  .export-hero-stats>div{
    min-height:75px;
    display:flex;
  }

  .export-region-grid{
    grid-template-columns:1fr;
  }

  .export-region-card{
    min-height:220px;
  }
}


/* =========================================================
   REFERENCES — REAL BRAND GRID
   ========================================================= */
.reference-brand-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#dfe6e9;
  border:1px solid #dfe6e9;
}

.reference-brand-card{
  min-height:205px;
  background:#fff;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:background .25s ease, transform .25s ease;
}

.reference-brand-card:hover{
  background:#f9fbfa;
  z-index:2;
}

.reference-brand-card:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:2px;
  width:0;
  background:var(--green);
  transition:width .3s ease;
}

.reference-brand-card:hover:after{
  width:100%;
}

.reference-brand-logo{
  flex:1;
  min-height:145px;
  display:grid;
  place-items:center;
  padding:28px 30px 16px;
  position:relative;
}

.reference-brand-logo img{
  width:auto;
  height:auto;
  max-width:72%;
  max-height:82px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.78;
  transition:filter .3s ease, opacity .3s ease, transform .3s ease;
}

.reference-brand-card:hover .reference-brand-logo img{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.06);
}

.reference-brand-fallback{
  display:none;
  max-width:90%;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.03em;
  text-align:center;
  color:#26394d;
}

.reference-brand-card.is-fallback .reference-brand-logo img{
  display:none;
}

.reference-brand-card.is-fallback .reference-brand-fallback{
  display:block;
}

.reference-brand-meta{
  min-height:58px;
  border-top:1px solid #edf1f3;
  padding:12px 15px;
  display:flex;
  align-items:center;
  gap:12px;
}

.reference-brand-meta span{
  color:#91a0ac;
  font-size:8px;
  letter-spacing:.17em;
}

.reference-brand-meta strong{
  font-size:11px;
  font-weight:700;
  color:#4b5e70;
}

@media(max-width:1050px){
  .reference-brand-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:700px){
  .reference-brand-grid{
    grid-template-columns:1fr 1fr;
  }

  .reference-brand-card{
    min-height:170px;
  }

  .reference-brand-logo{
    min-height:118px;
    padding:22px 18px 12px;
  }

  .reference-brand-logo img{
    max-width:80%;
    max-height:64px;
  }

  .reference-brand-meta strong{
    font-size:10px;
  }
}


/* =========================================================
   REFERENCES — USER PROVIDED LOGOS / LARGER DISPLAY
   ========================================================= */
.reference-brand-card{
  min-height:230px;
}

.reference-brand-logo{
  min-height:170px;
  padding:24px 22px 14px;
}

.reference-brand-logo img{
  max-width:88% !important;
  max-height:118px !important;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:none !important;
  opacity:1 !important;
}

.reference-brand-card[data-reference-brand="Arkas Lojistik"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="Gülermak"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="İpragaz"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="Workplast"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="İZMİR FIRÇA"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="SOCAR Terminal"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="ERTONA Tekstil"] .reference-brand-logo img{
  max-width:94% !important;
  max-height:105px !important;
}

.reference-brand-card[data-reference-brand="HAYAT Su"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="Efes Pilsen"] .reference-brand-logo img,
.reference-brand-card[data-reference-brand="Akdoruk"] .reference-brand-logo img{
  max-height:132px !important;
  max-width:80% !important;
}

.reference-brand-card:hover .reference-brand-logo img{
  transform:none !important;
  filter:none !important;
  opacity:1 !important;
}

@media(max-width:700px){
  .reference-brand-card{
    min-height:190px;
  }

  .reference-brand-logo{
    min-height:136px;
    padding:18px 14px 10px;
  }

  .reference-brand-logo img{
    max-width:92% !important;
    max-height:92px !important;
  }

  .reference-brand-card[data-reference-brand="HAYAT Su"] .reference-brand-logo img,
  .reference-brand-card[data-reference-brand="Efes Pilsen"] .reference-brand-logo img,
  .reference-brand-card[data-reference-brand="Akdoruk"] .reference-brand-logo img{
    max-height:105px !important;
  }
}


/* =========================================================
   PRODUCTS — REAL MATERIAL IMAGES + MIX CHART
   ========================================================= */
.product-tile > img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center;
}

.product-mix-section{
  padding:84px 0 92px;
  background:#f4f7f8;
  border-bottom:1px solid #e4eaed;
}

.product-mix-heading{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:end;
  margin-bottom:36px;
}

.product-mix-heading h2{
  margin:14px 0 0;
}

.product-mix-heading p{
  margin:0;
  font-size:13px;
  max-width:390px;
}

.product-mix-layout{
  display:grid;
  grid-template-columns:minmax(360px,.85fr) 1.15fr;
  gap:60px;
  align-items:center;
  padding:42px;
  background:#fff;
  border:1px solid #dde5e9;
}

.product-mix-chart-wrap{
  min-width:0;
  display:grid;
  place-items:center;
  border-right:1px solid #e5eaed;
  padding-right:48px;
}

.product-mix-chart{
  width:min(430px,100%);
  height:auto;
  overflow:visible;
}

.product-mix-track{
  fill:none;
  stroke:#e9eef1;
  stroke-width:24;
}

.product-mix-segment{
  fill:none;
  stroke-width:24;
  stroke-linecap:butt;
  stroke-dasharray:0 452.389;
  stroke-dashoffset:var(--offset);
  transition:opacity .25s ease, stroke-width .25s ease, filter .25s ease;
}

.product-mix-section.is-visible .product-mix-segment{
  animation:productMixDraw .85s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:var(--delay);
}

@keyframes productMixDraw{
  to{stroke-dasharray:var(--dash) var(--gap)}
}

.product-mix-segment.is-muted{opacity:.16}
.product-mix-segment.is-active{
  stroke-width:28;
  filter:drop-shadow(0 2px 3px rgba(7,26,51,.15));
}

.product-mix-hole{fill:#fff}
.product-mix-center-big{
  fill:#071a33;
  font:800 34px/1 Inter,Arial,sans-serif;
  letter-spacing:-.05em;
}
.product-mix-center-small{
  fill:#82909c;
  font:700 6px/1 Inter,Arial,sans-serif;
  letter-spacing:.15em;
}

/* restrained industrial palette */
.product-mix-s1{stroke:#0a3151}.product-mix-c1{background:#0a3151}
.product-mix-s2{stroke:#135777}.product-mix-c2{background:#135777}
.product-mix-s3{stroke:#177c82}.product-mix-c3{background:#177c82}
.product-mix-s4{stroke:#238b57}.product-mix-c4{background:#238b57}
.product-mix-s5{stroke:#57a86f}.product-mix-c5{background:#57a86f}
.product-mix-s6{stroke:#86b978}.product-mix-c6{background:#86b978}
.product-mix-s7{stroke:#b7bd70}.product-mix-c7{background:#b7bd70}
.product-mix-s8{stroke:#c99f65}.product-mix-c8{background:#c99f65}
.product-mix-s9{stroke:#a87d73}.product-mix-c9{background:#a87d73}
.product-mix-s10{stroke:#7f6e83}.product-mix-c10{background:#7f6e83}

.product-mix-legend{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#e3e9ec;
  border:1px solid #e3e9ec;
}

.product-mix-item{
  min-height:58px;
  padding:0 16px;
  border:0;
  background:#fff;
  display:grid;
  grid-template-columns:12px 1fr auto;
  gap:11px;
  align-items:center;
  color:#071a33;
  text-align:left;
  cursor:pointer;
  transition:background .2s ease,color .2s ease;
}

.product-mix-item:hover,
.product-mix-item.is-active{
  background:#eff6f2;
  color:#087142;
}

.product-mix-swatch{
  width:9px;
  height:9px;
  border-radius:50%;
}

.product-mix-item strong{
  font-size:12px;
  letter-spacing:.01em;
}

.product-mix-item > span:last-child{
  font-size:13px;
  font-weight:800;
}

.product-mix-note{
  grid-column:1/-1;
  background:#f7f9fa;
  color:#84919c;
  padding:13px 15px;
  font-size:9px;
  line-height:1.5;
}

@media(max-width:1000px){
  .product-mix-heading{grid-template-columns:1fr;gap:20px}
  .product-mix-layout{grid-template-columns:1fr;gap:36px}
  .product-mix-chart-wrap{border-right:0;border-bottom:1px solid #e5eaed;padding:0 0 36px}
}

@media(max-width:700px){
  .product-mix-section{padding:62px 0}
  .product-mix-layout{padding:22px 14px}
  .product-mix-legend{grid-template-columns:1fr 1fr}
  .product-mix-item{padding:0 10px;grid-template-columns:10px 1fr auto;gap:7px}
  .product-mix-item strong,.product-mix-item>span:last-child{font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  .product-mix-section.is-visible .product-mix-segment{animation:none;stroke-dasharray:var(--dash) var(--gap)}
}


/* =========================================================
   PRODUCTS — 5 COLUMN GRID + ANIMATED RATIO RINGS
   ========================================================= */

/* Product listing: exactly five cards per row on large desktop */
.products-grid,
.product-grid,
.material-grid,
.products-list-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:16px !important;
}

/* Ensure cards can shrink cleanly in a five-column layout */
.product-card,
.material-card,
.product-item{
  min-width:0;
}

.product-card img,
.material-card img,
.product-item img{
  width:100%;
  aspect-ratio:1 / 1.08;
  object-fit:cover;
  display:block;
}

/* Ratio badge */
.product-ratio-ring{
  --ring-size:62px;
  position:absolute;
  top:12px;
  right:12px;
  width:var(--ring-size);
  height:var(--ring-size);
  z-index:8;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 24px rgba(7,26,51,.16);
  backdrop-filter:blur(5px);
}

.product-ratio-ring svg{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  transform:rotate(-90deg);
  overflow:visible;
}

.product-ratio-track,
.product-ratio-value{
  fill:none;
  stroke-width:3.2;
}

.product-ratio-track{
  stroke:#e3e9ec;
}

.product-ratio-value{
  stroke:var(--green);
  stroke-linecap:round;
  stroke-dasharray:113.097;
  stroke-dashoffset:113.097;
  transition:stroke-dashoffset 1.15s cubic-bezier(.22,1,.36,1);
}

.product-ratio-ring.is-visible .product-ratio-value{
  stroke-dashoffset:calc(113.097 - (113.097 * var(--ratio) / 100));
}

.product-ratio-ring span{
  position:relative;
  z-index:2;
  font-size:11px;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--navy);
}

/* Make common product image wrappers a positioning context */
.product-image,
.product-media,
.material-image,
.card-image{
  position:relative;
  overflow:hidden;
}

/* Fallback when the ring was inserted directly in the card */
.product-card,
.material-card,
.product-item{
  position:relative;
}

@media(max-width:1180px){
  .products-grid,
  .product-grid,
  .material-grid,
  .products-list-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  .products-grid,
  .product-grid,
  .material-grid,
  .products-list-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:650px){
  .products-grid,
  .product-grid,
  .material-grid,
  .products-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .product-ratio-ring{
    --ring-size:52px;
    top:8px;
    right:8px;
  }

  .product-ratio-ring span{
    font-size:10px;
  }
}

@media(max-width:390px){
  .products-grid,
  .product-grid,
  .material-grid,
  .products-list-grid{
    grid-template-columns:1fr !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .product-ratio-value{
    transition:none !important;
  }
}


/* =========================================================
   PRODUCT TILES — FINAL 5-COLUMN LAYOUT + RATIO RING
   ========================================================= */
.product-list-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:16px !important;
}

.product-tile{
  min-width:0;
  position:relative;
  background:#fff;
  border:1px solid var(--line);
}

.product-tile-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:1 / 1;
  background:#eef2f3;
}

.product-tile-media > img{
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover;
  display:block;
  transition:transform .45s cubic-bezier(.22,1,.36,1);
}

.product-tile:hover .product-tile-media > img{
  transform:scale(1.035);
}

.product-ratio-ring{
  --ring-size:64px;
  position:absolute;
  top:12px;
  right:12px;
  width:var(--ring-size);
  height:var(--ring-size);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.95);
  box-shadow:0 8px 22px rgba(7,26,51,.16);
  backdrop-filter:blur(5px);
  z-index:5;
}

.product-ratio-ring svg{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  transform:rotate(-90deg);
}

.product-ratio-track,
.product-ratio-value{
  fill:none;
  stroke-width:3.2;
}

.product-ratio-track{
  stroke:#e2e8eb;
}

.product-ratio-value{
  stroke:var(--green);
  stroke-linecap:round;
  stroke-dasharray:113.097;
  stroke-dashoffset:113.097;
  transition:stroke-dashoffset 1.15s cubic-bezier(.22,1,.36,1);
}

.product-ratio-ring.is-visible .product-ratio-value{
  stroke-dashoffset:var(--ring-offset);
}

.product-ratio-ring span{
  position:relative;
  z-index:2;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--navy);
}

.product-tile-body{
  padding:17px 16px 18px;
}

.product-tile-body h3{
  margin-top:6px;
  font-size:22px;
}

.product-meta{
  font-size:9px;
}

@media(max-width:1180px){
  .product-list-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:920px){
  .product-list-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:650px){
  .product-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .product-ratio-ring{
    --ring-size:54px;
    top:8px;
    right:8px;
  }

  .product-ratio-ring span{
    font-size:10px;
  }

  .product-tile-body{
    padding:13px 12px 15px;
  }

  .product-tile-body h3{
    font-size:19px;
  }
}

@media(max-width:390px){
  .product-list-grid{
    grid-template-columns:1fr !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .product-ratio-value{
    transition:none !important;
  }

  .product-tile-media > img{
    transition:none !important;
  }
}


/* =========================================================
   PRODUCT META — ICONS + EMPHASIZED LABELS
   ========================================================= */
.product-meta-rich,
.product-meta{
  display:flex;
  align-items:center;
  gap:8px;
}

.product-meta-icon{
  width:24px;
  height:24px;
  min-width:24px;
  display:grid;
  place-items:center;
  color:var(--green);
}

.product-meta-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.product-meta-text{
  display:flex;
  align-items:baseline;
  gap:4px;
  min-width:0;
}

.product-meta-text strong{
  font-weight:800;
  color:var(--navy);
}

.product-meta-text strong::after{
  content:":";
}

.product-meta-text span{
  font-weight:400;
  color:#6d7c8a;
}

.product-tile .product-meta-rich{
  margin-top:7px;
}

@media(max-width:650px){
  .product-meta-icon{
    width:21px;
    height:21px;
    min-width:21px;
  }

  .product-meta-icon svg{
    width:16px;
    height:16px;
  }

  .product-meta-text{
    font-size:9px;
  }
}


/* =========================================================
   HOMEPAGE PRODUCT CAROUSEL
   ========================================================= */
.home-products-layout{
  grid-template-columns:340px minmax(0,1fr);
  align-items:start;
}

.home-product-carousel{
  position:relative;
  min-width:0;
  overflow:hidden;
}

.home-product-track{
  display:flex;
  gap:16px;
  transition:transform .65s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}

.home-product-slide{
  flex:0 0 calc((100% - 32px)/3);
  min-width:0;
  background:#fff;
  border:1px solid var(--line);
}

.home-product-media{
  display:block;
  position:relative;
  overflow:hidden;
  aspect-ratio:1 / 1.04;
  background:#eef2f3;
}

.home-product-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}

.home-product-slide:hover .home-product-media img{
  transform:scale(1.04);
}

.home-product-share{
  position:absolute;
  right:11px;
  top:11px;
  min-width:44px;
  height:30px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  display:grid;
  place-items:center;
  color:var(--navy);
  font-size:10px;
  font-weight:800;
  box-shadow:0 6px 18px rgba(7,26,51,.12);
}

.home-product-body{
  min-height:100px;
  padding:15px 15px 16px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:15px;
}

.home-product-index{
  color:var(--green);
  font-size:8px;
  letter-spacing:.18em;
  font-weight:800;
}

.home-product-body h3{
  margin:5px 0 4px;
  font-size:20px;
}

.home-product-body p{
  margin:0;
  font-size:10px;
}

.home-product-arrow{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  flex:none;
}

.home-carousel-controls{
  margin-top:28px;
  display:flex;
  gap:8px;
}

.home-carousel-controls button{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy);
  cursor:pointer;
  font-size:17px;
  transition:.2s;
}

.home-carousel-controls button:hover{
  background:var(--navy);
  color:#fff;
  border-color:var(--navy);
}

.home-product-progress{
  margin-top:18px;
  height:2px;
  background:#dfe6ea;
  overflow:hidden;
}

.home-product-progress i{
  display:block;
  width:10%;
  height:100%;
  background:var(--green);
  transform-origin:left center;
  transition:transform .55s ease;
}

/* =========================================================
   FULL PRODUCT MEGA MENU
   ========================================================= */
.mega-inner-products{
  grid-template-columns:1fr 1.55fr .85fr;
}

.mega-product-links{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  align-content:start;
}

.mega-product-links .mega-link{
  min-width:0;
}

.mobile-products-all{
  columns:2;
  column-gap:12px;
}

.mobile-products-all a{
  break-inside:avoid;
}

/* =========================================================
   FOOTER LEGAL LINKS
   ========================================================= */
.footer-legal-links{
  display:flex;
  gap:9px;
  align-items:center;
}

.footer-legal-links a{
  color:inherit;
  transition:color .2s;
}

.footer-legal-links a:hover{
  color:#fff;
}

.footer-legal-links i{
  font-style:normal;
  opacity:.35;
}

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-hero{
  background:linear-gradient(128deg,#071a33,#0a2a49);
  color:#fff;
}

.legal-hero-inner{
  min-height:390px;
  padding-top:80px;
  padding-bottom:58px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.legal-hero .breadcrumb{
  margin-bottom:42px;
}

.legal-hero .breadcrumb,
.legal-hero .breadcrumb span{
  color:#91a4b5;
}

.legal-hero .breadcrumb a,
.legal-hero .eyebrow{
  color:#9bd9b9;
}

.legal-hero h1{
  margin:15px 0 20px;
  max-width:900px;
  font-size:clamp(48px,6vw,82px);
  line-height:.95;
  letter-spacing:-.06em;
}

.legal-hero p{
  max-width:760px;
  color:#ccd8e1;
}

.legal-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:80px;
  align-items:start;
}

.legal-nav{
  position:sticky;
  top:110px;
  border-top:1px solid var(--line);
}

.legal-nav a{
  display:block;
  padding:13px 0;
  border-bottom:1px solid var(--line);
  color:#68798a;
  font-size:10px;
  font-weight:700;
}

.legal-nav a:hover{
  color:var(--green);
}

.legal-prose{
  max-width:800px;
}

.legal-prose>section{
  padding:0 0 35px;
  margin-bottom:35px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:120px;
}

.legal-prose>section>span{
  color:var(--green);
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
}

.legal-prose h2{
  margin:8px 0 15px;
  font-size:28px;
}

.legal-prose p{
  font-size:13px;
  line-height:1.75;
}

.legal-contact{
  margin-top:20px;
  padding:20px;
  background:#f3f7f5;
  border-left:3px solid var(--green);
}

.legal-contact strong{
  display:block;
  margin-bottom:7px;
}

.legal-source-note{
  font-size:10px !important;
  color:#8794a0;
}

.legal-source-note a{
  color:var(--green);
  font-weight:700;
}

@media(max-width:1050px){
  .home-products-layout{
    grid-template-columns:280px minmax(0,1fr);
  }

  .home-product-slide{
    flex-basis:calc((100% - 16px)/2);
  }

  .mega-inner-products{
    grid-template-columns:1fr 1.5fr;
  }

  .mega-inner-products .mega-feature{
    display:none;
  }
}

@media(max-width:760px){
  .home-products-layout{
    grid-template-columns:1fr;
    gap:30px;
  }

  .home-product-slide{
    flex-basis:78%;
  }

  .home-carousel-controls{
    margin-top:18px;
  }

  .legal-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  .legal-nav{
    position:static;
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .legal-nav a{
    padding-right:10px;
  }

  .footer-bottom{
    gap:12px;
    flex-wrap:wrap;
  }
}

@media(prefers-reduced-motion:reduce){
  .home-product-track{
    transition:none;
  }
}


/* =========================================================
   HOMEPAGE PRODUCT CAROUSEL — 5 VISIBLE DESKTOP
   ========================================================= */
@media(min-width:1201px){
  .home-product-slide{
    flex:0 0 calc((100% - 64px) / 5) !important;
  }

  .home-product-body{
    min-height:92px;
    padding:13px 12px 14px;
  }

  .home-product-body h3{
    font-size:18px;
  }

  .home-product-body p{
    font-size:9px;
  }

  .home-product-share{
    min-width:40px;
    height:28px;
    font-size:9px;
  }
}


/* Legal content — extended source coverage */
.legal-prose h3{
  margin:24px 0 9px;
  font-size:18px;
  letter-spacing:-.025em;
}

.legal-prose ul,
.legal-prose ol{
  margin:12px 0 18px;
  padding-left:22px;
  color:#5e6f7f;
}

.legal-prose li{
  margin-bottom:8px;
  font-size:13px;
  line-height:1.65;
}

.legal-data-categories{
  margin-top:20px;
  padding:20px;
  background:#f4f7f5;
  border-left:3px solid var(--green);
}

.legal-data-categories ul{
  margin-bottom:0;
}


/* =========================================================
   PRODUCT META — COMPLETE 3-LINE STACK FIX
   ========================================================= */
.product-meta-stack{
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid var(--line);
  display:grid;
  gap:8px;
}

.product-meta-line{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.product-meta-icon{
  width:22px;
  height:22px;
  min-width:22px;
  display:grid;
  place-items:center;
  color:var(--green);
}

.product-meta-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.product-meta-copy{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:4px;
  font-size:9px;
  line-height:1.35;
}

.product-meta-copy strong{
  font-weight:800;
  color:var(--navy);
  white-space:nowrap;
}

.product-meta-copy strong::after{
  content:":";
}

.product-meta-copy span{
  color:#6d7c8a;
  font-weight:400;
}

@media(max-width:650px){
  .product-meta-stack{
    gap:7px;
  }

  .product-meta-copy{
    font-size:8.5px;
  }

  .product-meta-icon{
    width:20px;
    height:20px;
    min-width:20px;
  }

  .product-meta-icon svg{
    width:15px;
    height:15px;
  }
}


/* =========================================================
   PRODUCT SECTOR DESCRIPTIONS
   ========================================================= */
.product-sector-description{
  margin:8px 0 0;
  min-height:46px;
  color:#667786;
  font-size:10.5px;
  line-height:1.55;
}

@media(max-width:650px){
  .product-sector-description{
    min-height:0;
    font-size:10px;
  }
}


/* =========================================================
   AVS BRAND LOGO
   ========================================================= */
.brand-logo{
  display:flex !important;
  align-items:center;
  flex:none;
  text-decoration:none;
}

.brand-logo img{
  display:block;
  width:236px;
  height:auto;
  max-height:42px;
  object-fit:contain;
}

.site-header .brand-logo img{
  width:238px;
  max-height:40px;
}

.footer-brand .brand-logo{
  margin-bottom:18px;
}

.footer-brand .brand-logo img{
  width:250px;
  max-height:44px;
}

@media(max-width:1180px){
  .site-header .brand-logo img{
    width:210px;
    max-height:36px;
  }
}

@media(max-width:760px){
  .site-header .brand-logo img{
    width:185px;
    max-height:32px;
  }

  .footer-brand .brand-logo img{
    width:220px;
    max-height:40px;
  }
}

@media(max-width:390px){
  .site-header .brand-logo img{
    width:165px;
  }
}


/* =========================================================
   FOOTER MEMBERSHIP
   ========================================================= */
.footer-membership{
  margin-top:22px;
  display:flex;
  align-items:center;
  gap:12px;
  max-width:320px;
}

.footer-membership img{
  display:block;
  width:72px;
  height:auto;
  max-height:48px;
  object-fit:contain;
  flex:none;
  background:#fff;
  padding:5px 7px;
  border-radius:4px;
}

.footer-membership p{
  margin:0 !important;
  color:rgba(255,255,255,.68) !important;
  font-size:10px !important;
  line-height:1.45;
}

.footer-membership strong{
  color:#fff;
  font-weight:700;
}

@media(max-width:760px){
  .footer-membership{
    margin-top:18px;
  }

  .footer-membership img{
    width:64px;
    max-height:42px;
  }
}


/* =========================================================
   PRODUCTS PAGE — IMAGE SIZE / RATIO FIX
   ========================================================= */
body .product-list-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch;
}

body .product-list-grid .product-tile{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
}

body .product-list-grid .product-tile-media{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  max-height:none !important;
  overflow:hidden;
  background:#eef2f3;
  flex:none;
}

body .product-list-grid .product-tile-media > img{
  display:block;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  min-height:0 !important;
  max-height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center;
  margin:0 !important;
}

body .product-list-grid .product-tile-body{
  flex:1;
  padding:16px 15px 18px;
}

/* Guard against any older generic product image rules */
body .product-list-grid .product-tile > img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  max-height:none !important;
}

@media(max-width:1180px){
  body .product-list-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:920px){
  body .product-list-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:650px){
  body .product-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  body .product-list-grid .product-tile-body{
    padding:13px 12px 15px;
  }
}

@media(max-width:390px){
  body .product-list-grid{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   PRODUCTS PAGE — CLEAN REBUILT CARD SYSTEM
   ========================================================= */
.product-list-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}

.product-list-grid .product-tile{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #e2e8ec !important;
  position:relative !important;
  border-radius:0 !important;
}

.product-list-grid .product-tile-media{
  position:relative !important;
  width:100% !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  background:#eef2f3 !important;
  flex:none !important;
}

.product-list-grid .product-tile-media img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  min-width:0 !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  transform:none;
}

.product-list-grid .product-tile:hover .product-tile-media img{
  transform:scale(1.025);
}

.product-list-grid .product-tile-body{
  display:flex !important;
  flex-direction:column !important;
  flex:1 !important;
  padding:16px 15px 17px !important;
  min-height:240px;
}

.product-list-grid .product-tile-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.product-list-grid .product-tile h3{
  margin:0 !important;
  font-size:23px !important;
  line-height:1 !important;
  letter-spacing:-.04em;
}

.product-list-grid .product-sector-description{
  margin:10px 0 0 !important;
  min-height:64px !important;
  color:#657585 !important;
  font-size:10.5px !important;
  line-height:1.55 !important;
}

.product-list-grid .product-meta-stack{
  margin-top:auto !important;
  padding-top:13px !important;
  border-top:1px solid #e6ebee !important;
  display:grid !important;
  gap:8px !important;
}

.product-list-grid .product-meta-line{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  min-width:0 !important;
}

.product-list-grid .product-meta-icon{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  display:grid !important;
  place-items:center !important;
  color:var(--green) !important;
}

.product-list-grid .product-meta-icon svg{
  width:16px !important;
  height:16px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.65 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.product-list-grid .product-meta-copy{
  display:flex !important;
  align-items:baseline !important;
  gap:4px !important;
  min-width:0 !important;
  font-size:9px !important;
  line-height:1.3 !important;
}

.product-list-grid .product-meta-copy strong{
  font-weight:800 !important;
  color:var(--navy) !important;
  white-space:nowrap !important;
}

.product-list-grid .product-meta-copy strong::after{
  content:":" !important;
}

.product-list-grid .product-meta-copy span{
  font-weight:400 !important;
  color:#6e7d8b !important;
}

.product-list-grid .product-ratio-ring{
  --ring-size:60px;
  position:absolute !important;
  top:11px !important;
  right:11px !important;
  width:var(--ring-size) !important;
  height:var(--ring-size) !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.95) !important;
  box-shadow:0 6px 18px rgba(7,26,51,.14) !important;
  z-index:4 !important;
}

.product-list-grid .product-ratio-ring svg{
  position:absolute !important;
  inset:5px !important;
  width:calc(100% - 10px) !important;
  height:calc(100% - 10px) !important;
  transform:rotate(-90deg) !important;
}

.product-list-grid .product-ratio-track,
.product-list-grid .product-ratio-value{
  fill:none !important;
  stroke-width:3.2 !important;
}

.product-list-grid .product-ratio-track{
  stroke:#e2e8eb !important;
}

.product-list-grid .product-ratio-value{
  stroke:var(--green) !important;
  stroke-linecap:round !important;
  stroke-dasharray:113.097 !important;
  stroke-dashoffset:113.097 !important;
  transition:stroke-dashoffset 1.1s cubic-bezier(.22,1,.36,1) !important;
}

.product-list-grid .product-ratio-ring.is-visible .product-ratio-value{
  stroke-dashoffset:var(--ring-offset) !important;
}

.product-list-grid .product-ratio-ring span{
  position:relative !important;
  z-index:2 !important;
  font-size:10.5px !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:var(--navy) !important;
}

@media(max-width:1180px){
  .product-list-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:920px){
  .product-list-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:650px){
  .product-list-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .product-list-grid .product-tile-body{
    min-height:225px;
    padding:13px 12px 14px !important;
  }

  .product-list-grid .product-tile h3{
    font-size:20px !important;
  }

  .product-list-grid .product-sector-description{
    min-height:58px !important;
    font-size:9.5px !important;
  }

  .product-list-grid .product-ratio-ring{
    --ring-size:52px;
    top:8px !important;
    right:8px !important;
  }
}

@media(max-width:390px){
  .product-list-grid{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   CONTACT PAGE — GOOGLE MAPS
   ========================================================= */
.contact-map-section{
  padding:0 0 88px;
  background:#fff;
}

.contact-map-head{
  margin-bottom:28px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
}

.contact-map-head h2{
  margin:12px 0 0;
}

.contact-map-head p{
  margin:0;
  color:#677786;
  font-size:12px;
  line-height:1.65;
  text-align:right;
}

.contact-map-frame{
  position:relative;
  width:100%;
  height:480px;
  overflow:hidden;
  background:#eef2f3;
  border:1px solid var(--line);
}

.contact-map-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

@media(max-width:760px){
  .contact-map-section{
    padding-bottom:60px;
  }

  .contact-map-head{
    display:block;
  }

  .contact-map-head p{
    margin-top:14px;
    text-align:left;
  }

  .contact-map-frame{
    height:360px;
  }
}

@media(max-width:480px){
  .contact-map-frame{
    height:310px;
  }
}


/* =========================================================
   MULTILINGUAL SWITCHER — TR / EN / RU
   ========================================================= */
.lang{
  display:flex;
  align-items:center;
  gap:2px;
}
.lang a{
  display:grid;
  place-items:center;
  min-width:30px;
  height:30px;
  padding:0 5px;
  text-decoration:none;
  color:inherit;
  font-size:9px;
  font-weight:700;
  opacity:.48;
  transition:opacity .2s ease,color .2s ease,background .2s ease;
}
.lang a:hover,
.lang a.active{
  opacity:1;
  color:var(--green);
}
.lang a:focus-visible{
  outline:2px solid var(--green);
  outline-offset:2px;
}
