/* ===================== Trust (merged metrics + certs) ===================== */
.trust { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 64px 0; position: relative; }
.trust:before, .trust:after { content: ""; position: absolute; left: 0; right: 0; height: 12px; background: linear-gradient(90deg, rgba(11,18,32,0.06) 0, rgba(11,18,32,0) 20%, rgba(11,18,32,0) 80%, rgba(11,18,32,0.06) 100%); filter: blur(6px); opacity: .4; }
.trust:before { top: 0; }
.trust:after { bottom: 0; }
.trust-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; gap: 26px; }
.trust-divider { height: 1px; background: linear-gradient(90deg, rgba(11,18,32,.08), rgba(11,18,32,.18), rgba(11,18,32,.08)); border-radius: 1px; }

/* ===================== WhatsApp Float ===================== */
.whatsapp_float { position: fixed; bottom: 24px; right: 24px; z-index: 9999; display: grid; place-items: center; }
.whatsapp_float_btn { width: 68px; height: 68px; display: block; border-radius: 50%; box-shadow: 0 12px 24px rgba(37,211,102,.35); }
.whatsapp_float::before { content: ""; position: absolute; width: 68px; height: 68px; border-radius: 50%; border: 4px solid rgba(37,211,102,.7); transform: scale(1); opacity: .75; animation: wa-pulse-border 1.6s ease-out infinite; }
@keyframes wa-pulse { 0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.45); } 80%{ box-shadow: 0 0 0 14px rgba(37,211,102,0); } }
@keyframes wa-pulse-border { 0%{ transform: scale(1); opacity:.75; } 80%{ transform: scale(1.3); opacity:0; } 100%{ opacity:0; } }
@media (max-width: 760px){ .whatsapp_float{ bottom: 18px; right: 18px; } .whatsapp_float_btn{ width: 60px; height: 60px; } .whatsapp_float::before{ width: 60px; height: 60px; } }
/*
  Unity Impex Stylesheet
  Order of sections (priority first):
  1) Tokens, base, resets
  2) Layout root + header/navigation
  3) Hero
  4) About
  5) Products
  6) Process
  7) Management
  8) Values
  9) Tripod (pillars)
 10) Certifications
 11) CTA / utilities
*/

/* Quick contact pill (scroll-up reveal) */
.quick-contact { position: fixed; right: 14px; top: 14px; z-index: 10000; background: var(--uihdr-accent); color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 24px rgba(0,0,0,.12); transform: translateY(-120%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.quick-contact.qc-visible { transform: translateY(0); opacity: 1; }
@media (min-width: 921px){ .quick-contact { display:none; } }
/* Global resets and fonts */
html, body { margin: 0; height: 100%; }
body { font: normal 75% Arial, Helvetica, sans-serif; }
canvas { display: block; }

/* ========== 1) Tokens & Base ========= */
:root {
  --uihdr-accent: #9bd400;
  --uihdr-text: #222831;
  --uihdr-muted: #6b7280;
  --uihdr-radius: 12px;
  --uihdr-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  --uihdr-gap: 28px;
  --uihdr-max: 1440px;

  --container-w: 1080px;
  --bg: #f3f5f6;
  --card-bg: #ffffff;
  --accent: #ff5a00;
  --muted: #6b7280;
  --text: #222831;
  --radius: 14px;
  --shadow: 0 8px 20px rgba(15,23,42,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
  --gap: 26px;
}

/* Root layout */
.root { position: relative; min-height: 100dvh; background: #ffffff; }
main.main { position: relative; z-index: 1; }

.particles-section { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
/* Single global particles background */
.particles-global { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.root { position: relative; }
.root > *:not(.particles-global):not(.uihdr-header) { position: relative; z-index: 1; }
/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ========== 2) Header & Navigation ========= */
.uihdr-header { width: 100%; box-sizing: border-box; position: relative; z-index: 10001; pointer-events: auto; transition: backdrop-filter .28s ease, background-color .28s ease; }
/* Sticky header on scroll */
.uihdr-header.sticky { position: sticky; top: 0; backdrop-filter: saturate(140%) blur(6px); }
.uihdr-header.sticky .uihdr-inner { margin: 0 auto; border-radius: 0; max-width: 100%; box-shadow: 0 6px 18px rgba(15,23,42,0.08); }
.uihdr-inner { max-width: var(--uihdr-max); margin: 18px auto; padding: 12px 18px; display: flex; align-items: center; gap: var(--uihdr-gap); background: rgba(255,255,255,0.92); border-radius: var(--uihdr-radius); box-shadow: var(--uihdr-shadow); border: 1px solid rgba(8,12,16,0.04); font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; position: relative; transition: margin .28s ease, border-radius .28s ease, box-shadow .28s ease, max-width .28s ease, padding .28s ease; }
.theme-process .uihdr-inner { background: rgba(155,212,0,0.12); border: 1px solid rgba(155,212,0,0.18); box-shadow: 0 10px 28px rgba(155,212,0,0.18); transition: background-color .3s ease, box-shadow .3s ease, border-color .3s ease; }
.theme-process .uihdr-link:hover, .theme-process .uihdr-link:focus { background: rgba(155,212,0,0.12); color: var(--uihdr-text); }
.uihdr-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.uihdr-mark { width: 36px; height: 36px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; background: linear-gradient(135deg, #ff7a2b, #ff4500); box-shadow: 0 4px 10px rgba(255, 90, 0, 0.14); }
.uihdr-wordmark { height: 30px; width: 160px; }
.uihdr-nav { flex: 1; display: flex; justify-content: center; }
.uihdr-list { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; align-items: center; }
.uihdr-item { position: relative; }
.uihdr-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--uihdr-muted); font-weight: 600; font-size: 14px; padding: 8px 6px; border-radius: 8px; }
.uihdr-link:hover, .uihdr-link:focus { color: var(--uihdr-text); background: rgba(0,0,0,0.03); outline: none; }
.uihdr-caret { display: inline-block; transform: translateY(1px); }
.uihdr-item.uihdr-open > .uihdr-link .uihdr-caret { transform: translateY(1px) rotate(180deg); }
.uihdr-dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; background: #fff; border-radius: 10px; padding: 8px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08); border: 1px solid rgba(18, 24, 30, 0.06); display: none; z-index: 10000; pointer-events: auto; transform-origin: top center; transition: transform 0.16s ease, opacity 0.16s ease; opacity: 0; transform: translateY(-6px) scale(0.98); }
.uihdr-item.uihdr-open > .uihdr-dropdown { display: block; opacity: 1; transform: translateY(0) scale(1); }
.uihdr-dropdown-item { display: block; padding: 8px 10px; color: #374151; text-decoration: none; border-radius: 8px; font-size: 14px; }
.uihdr-dropdown-item:hover { background: rgba(0,0,0,0.03); color: var(--uihdr-text); }
.uihdr-actions { display: flex; gap: 12px; align-items: center; z-index: 10; }
.uihdr-ghost { text-decoration: none; padding: 8px 12px; border-radius: 8px; color: var(--uihdr-muted); border: 1px solid rgba(8,12,16,0.04); background: transparent; font-weight: 600; }
.uihdr-cta { background: var(--uihdr-accent); color: #fff; border: 0; padding: 4px 8px; border-radius: 8px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 16px rgba(98, 255, 0, 0.18); font-size: 14px; line-height: 1; min-height: 40px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.uihdr-hamburger { display: none; background: transparent; border: 0; width: 44px; height: 44px; border-radius: 10px; align-items: center; justify-content: center; cursor: pointer; }

/* Header responsive */
@media (max-width: 920px) {
  .uihdr-inner { padding: 10px 12px; gap: 12px; }
  .uihdr-nav { order: 3; flex-basis: 100%; }
  .uihdr-list { position: absolute; left: 12px; right: 12px; top: calc(100% + 12px); background: rgba(255, 255, 255, 0.98); flex-direction: column; display: none; padding: 12px; border-radius: 12px; box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08); z-index: 80; max-height: calc(80vh); overflow: auto; }
  .uihdr-list.uihdr-open { display: flex; }
  .uihdr-item { width: 100%; }
  .uihdr-link { width: 100%; justify-content: space-between; padding: 14px 10px; border-radius: 10px; }
  .uihdr-item + .uihdr-item .uihdr-link { border-top: 1px solid rgba(8,12,16,0.06); border-radius: 0; }
  .uihdr-hamburger { display: flex; order: 3; margin-left: 4px; }
  /* Keep logo visible on mobile */
  .uihdr-wordmark { display: block; height: auto; width: clamp(120px, 36vw, 160px); }
  .uihdr-dropdown { position: static; box-shadow: none; border: none; padding-left: 8px; display: none; opacity: 1; transform: none; }
  .uihdr-item.uihdr-open > .uihdr-dropdown { display: flex; flex-direction: column; gap: 6px; padding-left: 6px; }
  .uihdr-dropdown-item { padding: 10px 12px; border-radius: 8px; }
  .uihdr-dropdown-item + .uihdr-dropdown-item { border-top: 1px solid rgba(8,12,16,0.06); }
  .uihdr-actions { order: 2; gap: 8px; margin-left: auto; }
  .uihdr-cta { padding: 10px 14px; font-size: 14px; border-radius: 8px; }
  .uihdr-ghost { padding: 1px 14px; min-height: 44px; display: inline-flex; align-items: center; }
}

/* ========== 3) Hero ========= */
.hero { position: relative; z-index: 1; }
.hero-inner { max-width: var(--uihdr-max); margin: 48px auto; padding: 0 28px; display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 34px; }
.hero-left { display: flex; flex-direction: column; gap: 16px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(155,212,0,.14); color: var(--uihdr-text); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; font-size: 12px; width: fit-content; }
.hero-badge:before { content: ""; width: 8px; height: 8px; background: var(--uihdr-accent); border-radius: 999px; box-shadow: 0 0 0 4px rgba(155,212,0,.18); }
.hero-title { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color: var(--uihdr-text); font-weight: 900; font-size: clamp(36px, 6vw, 64px); line-height: 1.06; margin: 0; letter-spacing: -0.5px; }
.hero-sub { color: var(--uihdr-muted); font-size: clamp(18px, 3vw, 22px); line-height: 1.75; margin: 0; }
.hero-cta-row { display: flex; gap: 12px; align-items: center; margin-top: 8px; }

.hero-right { position: relative; height: clamp(520px, 52vw, 680px); }
.photo-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr; gap: 0; align-content: center; align-items: center; justify-items: center; padding: 0 16px; }
.photo { width: 100%; height: 100%; max-height: 100%; border-radius: 18px; object-fit: cover; box-shadow: 0 16px 44px rgba(15,23,42,.16); transform: translateX(40px); opacity: 0; animation: slideInRight .7s ease forwards; transition: transform .32s ease, box-shadow .32s ease, filter .32s ease; }
.photo--2 { width: 100%; height: 100%; animation-delay: .32s; }

.photo--3 { animation-delay: .64s; }
/* hover/bubble effect */
.photo:hover { transform: translateX(0) scale(1.08); box-shadow: 0 18px 46px rgba(15,23,42,.22); filter: saturate(1.08); }

.hero-left [data-animate="left"] { transform: translateX(-40px); opacity: 0; animation: slideInLeft .7s ease forwards; }
.hero-left [data-animate-delay="1"] { animation-delay: .18s; }
.hero-left [data-animate-delay="2"] { animation-delay: .36s; }

@keyframes slideInRight { to { transform: translateX(0); opacity: 1; } }
@keyframes slideInLeft { to { transform: translateX(0); opacity: 1; } }

@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 20px; margin: 30px auto; padding: 0 16px; }
  .hero-title { font-size: clamp(30px, 8vw, 48px); }
  .hero-sub { font-size: clamp(16px, 4.6vw, 20px); }
  .hero-right { height: clamp(320px, 70vw, 520px); }
}

/* ========== 4) About ========= */
.about { position: relative; z-index: 1; padding: 32px 0 48px; }
.about-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.about-card { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: 26px; background: #fff; border-radius: 16px; box-shadow: 0 16px 46px rgba(15,23,42,0.08); border: 1px solid rgba(18,24,30,0.06); overflow: hidden; }
.about-card--video { grid-template-columns: 1.5fr 1fr; margin-bottom: 36px; }
.about-media { position: relative; }
.about-video { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.about-content { padding: 26px 26px 26px 0; font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.about-eyebrow { color: var(--uihdr-accent); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.about-title { margin: 6px 0 12px; font-size: clamp(22px, 3.6vw, 32px); color: var(--uihdr-text); }
.about-welcome { font-weight: 600; color: var(--uihdr-text); margin: 0 0 4px; }
.about-hr { height: 3px; width: 52px; background: var(--uihdr-accent); border-radius: 2px; margin: 8px 0 14px; }
.about-content p { color: var(--uihdr-muted); line-height: 1.8; margin: 0 0 14px; font-size: clamp(16px, 2.2vw, 18px); }
.about-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 8px; background: transparent; border: 1px solid rgba(18,24,30,0.08); color: var(--uihdr-text); text-decoration: none; font-weight: 700; }
.about-cta:hover { background: rgba(0,0,0,0.03); }

@media (max-width: 920px) {
  .about-card, .about-card--video { grid-template-columns: 1fr; }
  .about-content { padding: 16px; }
}
/* Accessibility */
.uihdr-link:focus, .uihdr-cta:focus, .uihdr-ghost:focus, .uihdr-hamburger:focus { box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12); outline: none; }
.uihdr-item, .uihdr-dropdown { -webkit-tap-highlight-color: transparent; }

/* Demo header (header.php) styles preserved for compatibility */
.wrap{max-width:var(--container-w); margin:32px auto; padding:10px;}
.header-box{ background:var(--card-bg); border-radius:var(--radius); box-shadow:var(--shadow); display:flex; align-items:center; gap:var(--gap); padding:14px 20px; border: 1px solid rgba(18,24,30,0.04); }
.logo{ display:flex; align-items:center; gap:12px; flex:0 0 auto; text-decoration:none; }
.logo-mark{ width:34px;height:34px;border-radius:6px; background:linear-gradient(135deg,#ff7a2b,#ff4500); display:inline-flex; align-items:center; justify-content:center; color:white; font-weight:700; font-family: "Playfair Display", serif; box-shadow: 0 2px 6px rgba(255,90,0,0.18); }
.logo-text{ font-weight:700; color:var(--accent); letter-spacing:0.6px; font-size:18px; }
nav.main-nav{ display:flex; flex:1; align-items:center; justify-content:center; }
ul.nav-list{ list-style:none; margin:0; padding:0; display:flex; gap:28px; align-items:center; }
.nav-item{ position:relative; }
.nav-link{ color:var(--muted); text-decoration:none; font-weight:600; font-size:15px; display:inline-flex; align-items:center; gap:8px; padding:8px 6px; border-radius:8px; }
.nav-link:hover, .nav-link:focus{ color:var(--text); background:rgba(0,0,0,0.02); outline:none; }
.caret{ width:10px;height:10px; display:inline-block; transform:translateY(1px); }
.nav-item.open > .nav-link .caret { transform: translateY(1px) rotate(180deg); }
.caret svg{ display:block; }
.dropdown{ position:absolute; top:44px; left:0; min-width:220px; background:var(--card-bg); border-radius:10px; box-shadow:0 10px 30px rgba(15,23,42,0.08); border:1px solid rgba(18,24,30,0.06); padding:10px; display:none; z-index:40; }
.dropdown .item{ padding:8px 10px; color:#374151; text-decoration:none; display:block; border-radius:8px; font-size:14px; }
.dropdown .item:hover{ background:rgba(0,0,0,0.03); color:var(--text); }
.nav-item.open > .dropdown{ display:block; }
.header-right{ display:flex; align-items:center; gap:12px; flex:0 0 auto;}
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:9px 16px; border-radius:999px; font-weight:700; font-size:14px; text-decoration:none; border: 0; cursor:pointer; }
.btn-ghost{ background:transparent; color:var(--muted); border:1px solid rgba(14,20,28,0.04); padding:8px 12px; border-radius:8px;}
.btn-cta{ background:var(--accent); color:#fff; box-shadow: 0 6px 18px rgba(255,90,0,0.18); font-size: 14px; padding: 8px 12px; line-height: 1; min-height: 44px; border-radius: 8px; }
.hamburger{ display:none; width:42px; height:42px; border-radius:10px; align-items:center; justify-content:center; background:transparent; border:1px solid transparent; cursor:pointer; }
@media (max-width:920px){
  .wrap{ padding:8px; }
  nav.main-nav{ justify-content:flex-start; }
  ul.nav-list{ gap:12px; display:none; position:absolute; left:0; right:0; top:74px; background:var(--card-bg); flex-direction:column; padding:12px; margin:0 16px; border-radius:12px; box-shadow:0 12px 40px rgba(15,23,42,0.08);}
  ul.nav-list.mobile-open{ display:flex; }
  .nav-item{ width:100%; }
  .nav-link{ width:100%; justify-content: space-between; padding:14px 10px; border-radius:10px; }
  .nav-item + .nav-item .nav-link{ border-top:1px solid rgba(8,12,16,0.06); border-radius:0; }
  .header-box{ padding:10px 12px; }
  .hamburger{ display:flex; order:3; margin-left:4px; }
  .header-right{ gap:8px; }
  .logo-text{ display:none; }
  .dropdown{ position:static; box-shadow:none; border:none; padding-left:8px; display:none; }
  .nav-item.open > .dropdown{ display:flex; flex-direction:column; gap:6px; padding-left:6px; }
  .dropdown .item{ padding:10px 12px; }
  .dropdown .item + .item{ border-top:1px solid rgba(8,12,16,0.06); }
}

/* ========== 8) Values ========= */
.values { background: transparent; padding: 40px 0 60px; position: relative; }
.values-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.values-head { text-align: center; margin-bottom: 22px; }
.values-title { font-size: clamp(22px, 3.6vw, 34px); color: var(--uihdr-text); margin: 0; }
.values-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; margin-top: 6px; }
.values-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.value-card { background: #fff; border: 1px solid rgba(18,24,30,0.10); border-radius: 16px; box-shadow: 0 12px 32px rgba(15,23,42,0.06); padding: 24px 20px; text-align: center; transform: translateY(18px) scale(.98); opacity: 0; transition: transform .5s ease, opacity .5s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card.is-visible { transform: translateY(0) scale(1); opacity: 1; }
.value-card:hover { box-shadow: 0 16px 40px rgba(155,212,0,0.25), 0 8px 22px rgba(15,23,42,0.10); border-color: rgba(155,212,0,0.45); }
.value-icon { width: 86px; height: 86px; border-radius: 999px; display: grid; place-items: center; margin: 12px auto 14px; background: radial-gradient(circle at 30% 30%, #2f5d80, #224b67); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 18px rgba(34,75,103,.3); }
.value-icon svg { width: 44px; height: 44px; display: block; }
.value-icon svg * { stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.value-title { margin: 8px 0 8px; font-size: 20px; color: #2b3a4a; font-weight: 700; }
.value-desc { margin: 0; color: var(--uihdr-muted); font-size: 15px; line-height: 1.7; }

@media (max-width: 1180px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .values-grid { grid-template-columns: 1fr; } }

/* ========== 5) Products ========= */
.products { background: #ffffff; padding: 60px 0 80px; }
.products { position: relative; }
.products-particles { position: absolute; inset: 0; z-index: 0; }
.products-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.products-inner { position: relative; z-index: 1; }
.products-head { text-align: center; margin-bottom: 48px; }
.products-eyebrow { color: var(--uihdr-accent); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 14px; display: block; margin-bottom: 8px; }
.products-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 12px; font-weight: 800; }
.products-underline { display: inline-grid; grid-auto-flow: column; gap: 8px; margin-top: 8px; }
.products-underline span { height: 3px; background: var(--uihdr-accent); border-radius: 2px; }
.products-underline span:first-child { width: 32px; }
.products-underline span:last-child { width: 24px; }

.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; max-width: 1200px; margin: 0 auto; }

.product-card { 
  background: #fff; 
  border: 1px solid rgba(18,24,30,0.08); 
  border-radius: 20px; 
  box-shadow: 0 12px 32px rgba(15,23,42,0.06); 
  overflow: hidden; 
  transform: translateY(24px) scale(.98); 
  opacity: 0; 
  transition: all .6s cubic-bezier(0.4, 0, 0.2, 1); 
  position: relative;
}

.product-card.is-visible { 
  transform: translateY(0) scale(1); 
  opacity: 1; 
}

.product-card:hover { 
  transform: translateY(-8px) scale(1.02); 
  box-shadow: 0 20px 50px rgba(155,212,0,0.15), 0 8px 25px rgba(15,23,42,0.12); 
  border-color: rgba(155,212,0,0.3); 
}

.product-image { 
  position: relative; 
  height: 520px; 
  overflow: hidden; 
  background: #000000; 
}

.product-image-inner { 
  position: relative; 
  width: 100%; 
  height: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}

.product-card:hover .product-image-inner { 
  transform: scale(1.02); 
}

.diamond-image-container { 
  position: relative; 
  width: 100%; 
  height: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  transform-style: preserve-3d; 
}

.diamond-image { 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  object-position: center center; 
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  transform-style: preserve-3d; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
}

.diamond-rough { 
  opacity: 1; 
  transform: translate(-50%, -50%) scale(1); 
}

.diamond-rough-top { 
  opacity: 0; 
  transform: translate(-50%, -50%) scale(0.95); 
}

.diamond-polished { 
  opacity: 1; 
  transform: translate(-50%, -50%) scale(1); 
}

.diamond-polished-top { 
  opacity: 0; 
  transform: translate(-50%, -50%) scale(0.95); 
}

.product-card:hover .diamond-rough { 
  opacity: 0; 
  transform: translate(-50%, -50%) scale(0.95); 
}

.product-card:hover .diamond-rough-top { 
  opacity: 1; 
  transform: translate(-50%, -50%) scale(1); 
}

.product-card:hover .diamond-polished { 
  opacity: 0; 
  transform: translate(-50%, -50%) scale(0.95); 
}

.product-card:hover .diamond-polished-top { 
  opacity: 1; 
  transform: translate(-50%, -50%) scale(1); 
}


.product-content { 
  padding: 36px; 
  background: #fafbfc; 
}

.product-title { 
  margin: 0 0 14px; 
  font-size: 30px; 
  color: var(--uihdr-text); 
  font-weight: 700; 
}

.product-desc { 
  margin: 0 0 30px; 
  color: #60a5fa; 
  font-size: 19px; 
  font-weight: 500; 
}

.product-btn { 
  background: transparent; 
  border: 2px solid var(--uihdr-accent); 
  color: var(--uihdr-accent); 
  padding: 18px 32px; 
  border-radius: 10px; 
  font-weight: 700; 
  font-size: 17px; 
  cursor: pointer; 
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1); 
  position: relative; 
  overflow: hidden; 
}

.product-btn::before { 
  content: ''; 
  position: absolute; 
  top: 0; 
  left: -100%; 
  width: 100%; 
  height: 100%; 
  background: var(--uihdr-accent); 
  transition: left .3s cubic-bezier(0.4, 0, 0.2, 1); 
  z-index: -1; 
}

.product-btn:hover { 
  color: #fff; 
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(155,212,0,0.3); 
}

.product-btn:hover::before { 
  left: 0; 
}

/* Responsive Design */
@media (max-width: 920px) {
  .products { padding: 40px 0 60px; }
  .products-grid { grid-template-columns: 1fr; gap: 32px; max-width: 720px; }
  .product-image { height: 420px; }
  .product-content { padding: 30px; }
  .product-title { font-size: 26px; }
  .product-desc { font-size: 17px; }
  .product-btn { padding: 16px 26px; font-size: 16px; }
}

/* ========== 9) Tripod (Pillars) ========= */
.pillars { position: relative; z-index: 1; background: transparent; padding: 120px 0 140px; overflow: hidden; }
.pillars-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.pillars-bg:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(255,255,255,0.38) 0%, rgba(255,255,255,0.28) 20%, rgba(255,255,255,0.38) 60%, rgba(255,255,255,0.72) 100%); }
.pillars-bg-img { position: absolute; width: 100%; height: 120%; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(2); object-fit: cover; will-change: transform; transition: transform .4s ease-out; filter: saturate(1.02) contrast(1.02); }
.pillars-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.pillars-head { position: relative; z-index: 1; text-align: center; margin-bottom: 28px; }
.pillars-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.pillars-title { font-size: clamp(24px, 4vw, 38px); margin: 6px 0 8px; color: var(--uihdr-text); font-weight: 900; }
.pillars-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; }
.pillars-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }

/* ========== 6) Process ========= */
.process { background: #ffffff; padding: 60px 0 70px; }
.process-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.process-head { text-align: center; margin-bottom: 20px; }
.process-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.process-title { font-size: clamp(24px, 4vw, 36px); margin: 6px 0 8px; color: var(--uihdr-text); font-weight: 900; }
.process-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; }
.process-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }

.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { background: #fff; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .5s ease, box-shadow .28s ease, opacity .5s ease; transform: translateY(14px) scale(.98); opacity: 0; display: flex; flex-direction: column; }
.process-card.is-visible { transform: translateY(0) scale(1); opacity: 1; }
.process-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.process-inner, .process-head, .process-grid, .process-card, .process-name, .process-copy { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.process-media { position: relative; height: clamp(240px, 28vw, 320px); overflow: hidden; margin: 0; display: block; }
.process-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(1.02); transition: transform .5s ease; }
.process-card:hover .process-media img { transform: scale(1.06); }
.process-step { position: absolute; left: 12px; top: 12px; background: rgba(0,0,0,.55); color: #fff; font-weight: 900; font-size: 12px; padding: 6px 8px; border-radius: 999px; letter-spacing: .08em; }
.process-body { padding: 16px; background: #fafbfc; }
.process-name { margin: 0 0 6px; font-size: 18px; color: var(--uihdr-text); font-weight: 800; }
.process-copy { margin: 0; color: var(--uihdr-muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1180px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .process-grid { grid-template-columns: 1fr; } .process-media { height: 200px; } }

.pillars-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pillar-card { display: grid; grid-template-rows: auto 1fr; background: rgba(255,255,255,0.9); backdrop-filter: saturate(120%) blur(6px); border-radius: 18px; border: 1px solid rgba(18,24,30,0.08); box-shadow: 0 14px 36px rgba(15,23,42,.08); overflow: hidden; transition: transform .3s ease, box-shadow .25s ease, border-color .25s ease; }
.pillar-card:hover { box-shadow: 0 18px 48px rgba(155,212,0,0.22), 0 10px 26px rgba(15,23,42,.10); border-color: rgba(155,212,0,.35); }

.pillar-media { position: relative; padding: 28px 0 0; }
.pillar-icon { width: 84px; height: 84px; border-radius: 18px; margin: -42px auto 0; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, #2f5d80, #224b67); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 18px rgba(34,75,103,.3); color: #fff; }
.pillar-icon .pi { display: inline-block; width: 44px; height: 44px; background: currentColor; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.pi-vision { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M12 5c-7 0-11 7-11 7s4 7 11 7 11-7 11-7-4-7-11-7Zm0 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm0-8a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"/></svg>'); }
.pi-relationship { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23fff\" d=\"M7 7a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm7 3a3 3 0 1 1 6 0 3 3 0 0 1-6 0ZM4 20v-1a5 5 0 0 1 10 0v1H4Zm10 0v-1a5 5 0 0 1 8-3.87V20h-8Z\"/></svg>'); }
.pi-mission { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23fff\" d=\"M12 2 2 7l10 5 10-5-10-5Zm0 7L2 4v13l10 5 10-5V4l-10 5Z\"/></svg>'); }

.pillar-content { padding: 24px; }
.pillar-title { margin: 8px 0 8px; font-size: 20px; color: #2b3a4a; font-weight: 800; }
.pillar-desc { margin: 0 0 12px; color: var(--uihdr-muted); line-height: 1.8; font-size: 15px; }
.pillar-link { text-decoration: none; font-weight: 800; color: var(--uihdr-accent); }
.pillar-link:hover { text-decoration: underline; }

@media (max-width: 1180px) { .pillars-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .pillars-grid { grid-template-columns: 1fr; } .pillar-icon{ margin-top:-34px; width:72px; height:72px; } }

@media (max-width: 520px) {
  .products { padding: 30px 0 50px; }
  .products-inner { padding: 0 16px; }
  .products-head { margin-bottom: 32px; }
  .product-image { height: 360px; }
  .product-content { padding: 26px; }
  .product-title { font-size: 24px; }
  .product-desc { font-size: 16px; }
  .product-btn { padding: 14px 22px; font-size: 15px; }
}

/* ========== 10) Certifications ========= */
.certs { position: relative; z-index: 1; background: #f7f9fb; padding: 44px 0; }
.certs-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; text-align: center; }
.certs-title { margin: 0 0 16px; font-size: clamp(18px, 3.4vw, 26px); color: var(--uihdr-text); font-weight: 900; }
.certs-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.cert-badge { display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 12px; background: #fff; border: 1px solid rgba(18,24,30,0.08); border-radius: 14px; padding: 14px 16px; box-shadow: 0 10px 26px rgba(15,23,42,.06); text-align: left; }
.cert-badge .cb { width: 56px; height: 56px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #6b21a8, #a21caf); box-shadow: 0 10px 24px rgba(162,28,175,.22), inset 0 1px 0 rgba(255,255,255,.24); }
.cert-badge .cb:before { content: ""; display: block; width: 28px; height: 28px; background: currentColor; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.cb-text { color: var(--uihdr-text); font-weight: 900; font-size: 14px; display: block; }
.cb-copy small { color: var(--uihdr-muted); display: block; font-size: 12px; margin-top: 2px; }
.cb-gia { background: #ef4444; }
.cb-igi { background: #2563eb; }
.cb-kp { background: #16a34a; }
.cb-ethics { background: #f59e0b; }
.cb-gia:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M12 2 2 12l10 10 10-10L12 2Zm0 4 6 6-6 6-6-6 6-6Z"/></svg>'); }
.cb-igi:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle fill="%23fff" cx="12" cy="12" r="10"/><circle fill="%23000" cx="12" cy="12" r="6"/></svg>'); }
.cb-kp:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3 12 12 3l9 9-9 9-9-9Z"/></svg>'); }
.cb-ethics:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10Z"/></svg>'); }
@media (max-width: 920px) { .certs-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .certs-row { grid-template-columns: 1fr; } }
@media (max-width: 920px) { .certs-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .certs-row { grid-template-columns: 1fr; } }

/* ========== 11) CTA ========= */
.cta-wide { position: relative; z-index: 1; background: linear-gradient(135deg, rgba(155,212,0,.16), rgba(155,212,0,.06)); padding: 48px 0; }
.cta-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; text-align: center; }
.cta-title { margin: 0 0 8px; font-size: clamp(22px, 4.2vw, 34px); color: var(--uihdr-text); font-weight: 900; }
.cta-sub { margin: 0 0 16px; color: var(--uihdr-muted); font-size: 16px; }
.cta-actions { display: inline-flex; gap: 12px; }
@media (max-width: 520px) { .cta-actions { flex-direction: column; width: 100%; } }

/* ========== Contact ========= */
.contact { position: relative; z-index: 1; background: #0b2232; background: linear-gradient(180deg, rgba(11,34,50,.96), rgba(11,34,50,.96)); padding: 72px 0 90px; }
.contact-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 24px; position: relative; }
.contact-head { text-align: center; color: #fff; margin-bottom: 22px; }
.contact-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.contact-title { margin: 6px 0 8px; font-size: clamp(24px, 4vw, 36px); color: #fff; font-weight: 900; }
.contact-title--small { font-size: clamp(18px, 3vw, 26px); margin: 2px 0 10px; color: var(--uihdr-text); }
.contact-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; }
.contact-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }

.contact-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.contact-grid--two { grid-template-columns: 1.1fr 1.4fr; gap: 28px; }
@media (max-width: 980px){ .contact-grid--two{ grid-template-columns: 1fr; } }
.contact-info { display: grid; gap: 16px; align-content: start; grid-template-columns: 1fr; max-width: none; }
.contact-info .contact-card:last-child { grid-column: auto; }
.contact-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 18px 18px 16px 18px; color: #e9f1f6; box-shadow: 0 10px 26px rgba(0,0,0,.18); display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
.contact-card .ci { grid-row: 1 / span 2; }
.contact-card h3 { margin: 0 0 4px; color: #fff; font-size: 16px; grid-column: 2 / -1; }
.contact-card p { margin: 0; color: #c6d4de; font-size: 14px; line-height: 1.7; grid-column: 2 / -1; }
.contact-card .ci { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,0.10); color: #9bd400; }
.ci:before { content: ""; display: block; width: 20px; height: 20px; background: currentColor; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; }
.ci-location:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23000\" d=\"M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z\"/></svg>'); }
.ci-building:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23000\" d=\"M3 22h18v-2H3v2Zm2-4h14V2H5v16Zm4-10h2v2H9V8Zm0 4h2v2H9v-2Zm0-8h2v2H9V4Zm4 0h2v2h-2V4Zm0 4h2v2h-2V8Zm0 4h2v2h-2v-2Z\"/></svg>'); }
.ci-phone:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23000\" d=\"M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1.3.5 2.8.8 4.4.8.7 0 1.2.5 1.2 1.2V22c0 .7-.5 1.2-1.2 1.2C9.9 23.2.8 14.1.8 2.4.8 1.7 1.3 1.2 2 1.2h3.1c.7 0 1.2.5 1.2 1.2 0 1.6.3 3.1.8 4.4.1.4 0 .9-.3 1.2L6.6 10.8Z\"/></svg>'); }
.ci-mail:before { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"%23000\" d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5L4 8V6l8 5 8-5v2Z\"/></svg>'); }

.contact-form-wrap { position: relative; display: flex; justify-content: center; }
.contact-form { background: #fff; border: 1px solid rgba(18,24,30,0.08); border-radius: 18px; box-shadow: 0 20px 60px rgba(15,23,42,0.20); padding: 24px; display: grid; gap: 16px; width: 100%; max-width: 880px; box-sizing: border-box; overflow: hidden; }
.cf-row { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 6px; }
.contact-form label span { display: block; color: var(--uihdr-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.contact-form input, .contact-form textarea { width: 100%; border-radius: 12px; border: 1px solid rgba(18,24,30,0.12); padding: 14px 14px; font-size: 16px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; background: #f7f9fb; color: var(--uihdr-text); box-sizing: border-box; }
.contact-form textarea { resize: vertical; min-height: 160px; max-height: 420px; overflow: auto; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #94a3b8; }
.contact-form input, .contact-form textarea { width: 100%; border-radius: 10px; border: 1px solid rgba(18,24,30,0.12); padding: 12px 12px; font-size: 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--uihdr-accent); box-shadow: 0 0 0 4px rgba(155,212,0,.16); }
.cf-message { display: grid; }
.cf-actions { display: flex; align-items: center; gap: 12px; justify-content: space-between; flex-wrap: wrap; }
.cf-actions .uihdr-cta { min-width: 180px; }
.cf-note { color: var(--uihdr-muted); }

.cf-success { display: none; position: absolute; inset: 0; place-items: center; padding: 18px; }
.cf-success:target { display: grid; }
.cf-success-card { background: #fff; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; box-shadow: 0 16px 46px rgba(15,23,42,0.16); padding: 24px; text-align: center; }
.cf-success-card h3 { margin: 0 0 6px; }

@media (max-width: 980px) { .contact-info{ grid-template-columns: repeat(2, minmax(220px,1fr)); } .contact-form{ padding: 20px; max-width: 720px; } .cf-row{ grid-template-columns: 1fr; gap: 14px; } }
@media (max-width: 560px) { .contact-info{ grid-template-columns: 1fr; } }

/* ========== Metrics ========= */
.metrics { background: #0b2232; padding: 34px 0; color: #fff; }
.metrics-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
/* Compact row style */
.metrics--compact { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.metricline { display: inline-grid; grid-auto-flow: column; align-items: center; gap: 10px; }
.metricline i { color: #9bd400; font-size: 18px; background: rgba(155,212,0,.14); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; }
.metricline .metric-num { font-size: 22px; font-weight: 900; }
.metricline .metric-label { color: #c6d4de; font-size: 13px; }
.metric-divider { height: 18px; width: 1px; background: rgba(255,255,255,0.18); }
@media (max-width: 1020px){ .metrics--compact{ grid-template-columns: 1fr; row-gap: 12px; } .metric-divider{ display:none; } }

/* ========== Footer (light) ========= */
.site-footer { background: #071722; color: #99aabb; padding: 56px 0 22px; }
.footer-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 28px; align-items: start; }
.footer-logo { width: 184px; height: auto; display: block; margin-bottom: 14px; filter: drop-shadow(0 6px 16px rgba(0,0,0,.35)); }
.footer-brand p { margin: 0 0 14px; line-height: 1.9; font-size: 16px; }
.footer-social { display: flex; gap: 12px; }
.footer-social .fs { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,0.06); color: #e9f1f6; border: 1px solid rgba(255,255,255,0.12); }
.footer-nav h3, .footer-company h3 { color: #e9f1f6; margin: 0 0 10px; font-size: 17px; letter-spacing: .02em; }
.footer-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-nav a { color: #99aabb; text-decoration: none; font-size: 16px; line-height: 1.9; padding: 2px 0; }
.footer-nav a:hover { color: #e9f1f6; }
.footer-nav ul { align-content: start; justify-content: start; }
.footer-company .fc-item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; margin: 10px 0; }
.footer-company .fc-item i { color: #9bd400; font-size: 20px; line-height: 1; width: 28px; height: 28px; display: grid; place-items: center; margin-top: 2px; }
.footer-company .fc-item div { font-size: 16px; line-height: 1.8; }
.footer-company .fc-item div strong { font-size: 16px; font-weight: 400; display: inline-block; color: inherit; }
.footer-company .fc-item div small { font-size: 16px; color: inherit; display: inline-block; font-weight: 400; }
.footer-bottom { max-width: var(--uihdr-max); margin: 20px auto 0; padding: 12px 22px 0; display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.08); font-size: 16px; }
.ft-heart { color: #ff5a00; }
@media (max-width: 980px){ .footer-inner{ grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 560px){ .footer-inner{ grid-template-columns: 1fr; } .footer-bottom{ justify-content: center; } }
/* Management Section */
.management { background: #eaf2f7; padding: 72px 0 96px; position: relative; z-index: 1; }
.management-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.management-head { text-align: center; margin-bottom: 28px; }
.management-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.management-title { font-size: clamp(24px, 4vw, 36px); margin: 6px 0 8px; color: var(--uihdr-text); font-weight: 900; }
.management-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; }
.management-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }

/* Simple modern grid */
.mgmt-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; align-items: stretch; }
.mgmt-card { background: #fff; border: 1px solid rgba(18,24,30,0.08); border-radius: 14px; box-shadow: 0 10px 26px rgba(15,23,42,.06); padding: 16px; text-align: center; transform: translateY(14px) scale(.98); opacity: 0; transition: transform .45s ease, opacity .45s ease, box-shadow .25s ease, border-color .25s ease; display: flex; flex-direction: column; gap: 6px; min-height: 360px; height: 100%; }
.mgmt-card.is-visible { transform: translateY(0) scale(1); opacity: 1; }
.mgmt-card:hover { box-shadow: 0 14px 34px rgba(155,212,0,0.20), 0 8px 22px rgba(15,23,42,.10); border-color: rgba(155,212,0,.28); }
.mgmt-photo-simple { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 12px; background: #fff; flex: 0 0 auto; }
.mgmt-text { display: grid; gap: 4px; margin-top: 6px; text-align: center;}
.mgmt-name { margin: 0; font-size: 12px; color: #2b3a4a; font-weight: 800; min-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.mgmt-role { margin: 0; color: var(--uihdr-muted); font-size: 13px; min-height: 36px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mgmt-actions { display: none !important; }

@media (max-width: 1280px) { .mgmt-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 760px) { .mgmt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .mgmt-grid { grid-template-columns: 1fr; gap: 50px} }

/* ===================== Key Metrics ===================== */
.km { background: #f2f7fb; padding: 56px 0 64px; }
.km-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.km-item { background: #ffffff; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; box-shadow: 0 12px 30px rgba(15,23,42,0.06); padding: 24px 18px; display: grid; align-content: center; justify-items: center; gap: 10px; transform: translateY(12px) scale(.98); opacity: 0; transition: transform .35s ease, opacity .35s ease, box-shadow .25s ease, border-color .25s ease; }
.km-item.is-visible { transform: translateY(0) scale(1); opacity: 1; }
.km-item:hover { box-shadow: 0 16px 40px rgba(155,212,0,0.18), 0 10px 26px rgba(15,23,42,.10); border-color: rgba(155,212,0,.28); }
.km-icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: var(--uihdr-accent); background: rgba(155,212,0,0.10); border: 1px dashed rgba(155,212,0,0.45); box-shadow: inset 0 0 0 3px rgba(155,212,0,0.08); }
.km-icon i { font-size: 22px; }
.km-count { font-size: 28px; font-weight: 900; color: #0B1220; }
.km-label { color: var(--uihdr-muted); font-size: 14px; text-align: center; line-height: 1.6; }
@media (max-width: 980px){ .km-inner{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .km-inner{ grid-template-columns: 1fr; } }

/* ===================== Certifications (elegant strip) ===================== */
.certs { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 64px 0; position: relative; }
.certs:before, .certs:after { content: ""; position: absolute; left: 0; right: 0; height: 12px; background: linear-gradient(90deg, rgba(11,18,32,0.06) 0, rgba(11,18,32,0) 20%, rgba(11,18,32,0) 80%, rgba(11,18,32,0.06) 100%); filter: blur(6px); opacity: .4; }
.certs:before { top: 0; }
.certs:after { bottom: 0; }
.certs-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; gap: 24px; }
.certs-head { text-align: center; }
.certs-title { margin: 0; font-size: clamp(22px, 3.4vw, 32px); color: #0B1220; font-weight: 900; }
.certs-sub { margin: 6px auto 0; color: var(--uihdr-muted); font-size: 15px; max-width: 860px; }
.certs-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: center; }
.cert-pill { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; justify-items: start; background: rgba(255,255,255,0.6); backdrop-filter: saturate(130%) blur(2px); border: 1px solid rgba(18,24,30,0.08); border-radius: 999px; padding: 14px 18px; transform: translateY(8px); opacity: 0; transition: transform .35s ease, opacity .35s ease, box-shadow .25s ease, border-color .25s ease; }
.cert-pill.is-visible { transform: translateY(0); opacity: 1; }
.cert-pill:hover { box-shadow: 0 14px 30px rgba(15,23,42,.08); border-color: rgba(155,212,0,.25); }
.cert-pill:not(:last-child) { position: relative; }
.cert-pill:not(:last-child):after { content: ""; position: absolute; right: -6px; top: 12px; bottom: 12px; width: 1px; background: linear-gradient(180deg, rgba(11,18,32,.06), rgba(11,18,32,.16), rgba(11,18,32,.06)); border-radius: 1px; }
.cert-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--uihdr-accent); background: rgba(155,212,0,0.10); border: 1px dashed rgba(155,212,0,0.45); box-shadow: inset 0 0 0 3px rgba(155,212,0,0.08); }
.cert-icon i { font-size: 22px; }
.cert-text { display: grid; gap: 4px; }
.cert-name { font-weight: 800; color: #0B1220; }
.cert-text small { color: var(--uihdr-muted); font-size: 13px; }
@media (max-width: 980px){ .certs-strip{ grid-template-columns: 1fr 1fr; gap: 16px; } .cert-pill:not(:last-child):after{ display:none; } }
@media (max-width: 560px){ .certs-strip{ grid-template-columns: 1fr; } }

/* ===================== Diamond Page Styles ===================== */

/* Diamond Cards Horizontal Layout */
.diamond-cards { background: #ffffff; padding: 60px 0; position: relative; }
.diamond-cards-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; gap: 32px; }
.diamond-card-horizontal { background: #ffffff; border: 1px solid rgba(18,24,30,0.08); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); display: grid; grid-template-columns: 35% 65%; transition: transform .3s ease, box-shadow .3s ease; }
.diamond-card-horizontal:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }

.diamond-card-image { position: relative; overflow: hidden; background: #f8fafb; }
.diamond-card-image img,
.diamond-card-image video { width: 100%; height: 320px; object-fit: cover; display: block; }
.diamond-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); padding: 20px; }
.overlay-text { color: #ffffff; font-weight: 700; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; }

.diamond-card-content { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.diamond-card-title { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; font-size: clamp(24px, 3.5vw, 32px); font-weight: 900; color: var(--uihdr-text); margin: 0; line-height: 1.2; }
.diamond-card-body { font-size: 16px; color: var(--uihdr-muted); line-height: 1.7; margin: 0; }

.diamond-card-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.diamond-tag { display: inline-flex; align-items: center; padding: 8px 16px; background: rgba(155,212,0,0.12); color: var(--uihdr-text); border: 1px solid rgba(155,212,0,0.25); border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 0.03em; }

.diamond-card-stat { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: linear-gradient(135deg, rgba(155,212,0,0.12) 0%, rgba(155,212,0,0.08) 100%); border: 1px solid rgba(155,212,0,0.25); border-radius: 10px; color: var(--uihdr-text); font-weight: 700; font-size: 14px; width: fit-content; }
.diamond-card-stat i { color: var(--uihdr-accent); font-size: 16px; }

.diamond-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 8px; }
.diamond-grid-item { display: flex; flex-direction: column; gap: 6px; padding: 16px; background: #fafbfc; border-radius: 12px; border: 1px solid rgba(18,24,30,0.06); }
.grid-label { font-size: 12px; font-weight: 700; color: var(--uihdr-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.grid-value { font-size: 16px; font-weight: 800; color: var(--uihdr-text); }

@media (max-width: 920px) {
  .diamond-card-horizontal { grid-template-columns: 1fr; }
  .diamond-card-image { min-height: 280px; }
  .diamond-card-content { padding: 32px 24px; }
  .diamond-card-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* The Sourcing Story Section */
.sourcing-story { background: #ffffff; padding: 80px 0; position: relative; }
.sourcing-story-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.sourcing-story-head { text-align: center; margin-bottom: 48px; max-width: 900px; margin-left: auto; margin-right: auto; }
.sourcing-story-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 8px; }
.sourcing-story-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 16px; font-weight: 900; }
.sourcing-story-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.7; margin: 0; }

.sourcing-partners-detailed { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; margin-bottom: 64px; align-items: start; }
.partner-cards-wrapper { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.partner-card-large { background: #fafbfc; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.partner-card-large:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.partner-image { width: 100%; height: 240px; overflow: hidden; background: #f0f2f5; }
.partner-image img { width: 100%; height: 100%; object-fit: cover; }
.partner-image-odc { background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%); display: grid; place-items: center; }
.odc-logo-bg { width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,0.1); display: grid; place-items: center; }
.odc-logo-bg i { font-size: 64px; color: rgba(255,255,255,0.9); }
.partner-name-large { font-size: 20px; font-weight: 800; color: var(--uihdr-text); margin: 0; padding: 20px; text-align: center; }

.partner-descriptions { display: grid; gap: 32px; }
.partner-description { display: flex; gap: 20px; }
.partner-desc-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(155,212,0,0.12); border: 1px dashed rgba(155,212,0,0.35); display: grid; place-items: center; color: var(--uihdr-accent); font-size: 24px; flex-shrink: 0; }
.partner-desc-content { flex: 1; }
.partner-desc-title { font-size: 20px; font-weight: 800; color: var(--uihdr-text); margin: 0 0 12px; }
.partner-desc-text { font-size: 15px; color: var(--uihdr-muted); line-height: 1.7; margin: 0; }
.partner-hero-image { width: 100%; height: 360px; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 48px rgba(15,23,42,0.12); border: 1px solid rgba(18,24,30,0.08); }
.partner-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sourcing-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sourcing-feature { text-align: center; padding: 24px; }
.sourcing-feature-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: rgba(155,212,0,0.10); border: 1px dashed rgba(155,212,0,0.45); display: grid; place-items: center; color: var(--uihdr-accent); font-size: 28px; }
.sourcing-feature-title { font-size: 18px; font-weight: 700; color: var(--uihdr-text); margin: 0 0 8px; }
.sourcing-feature-desc { font-size: 14px; color: var(--uihdr-muted); margin: 0; line-height: 1.6; }

@media (max-width: 920px) {
  .sourcing-partners-detailed { grid-template-columns: 1fr; gap: 32px; }
  .partner-cards-wrapper { grid-template-columns: 1fr; }
  .partner-descriptions { gap: 24px; }
  .sourcing-features { grid-template-columns: 1fr; gap: 20px; }
}

/* Product Specifications Section */
.product-specs { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 80px 0; position: relative; }
.product-specs-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.product-specs-head { text-align: center; margin-bottom: 48px; max-width: 900px; margin-left: auto; margin-right: auto; }
.product-specs-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 8px; }
.product-specs-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 16px; font-weight: 900; }
.product-specs-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.7; margin: 0; }

.specs-content-wrapper { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.specs-table-wrapper { background: #ffffff; border-radius: 20px; padding: 32px; box-shadow: 0 16px 46px rgba(15,23,42,0.08); border: 1px solid rgba(18,24,30,0.06); display: flex; flex-direction: column; gap: 24px; }
.specs-table { width: 100%; border-collapse: collapse; font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.specs-table thead { background: linear-gradient(135deg, rgba(155,212,0,0.08) 0%, rgba(155,212,0,0.04) 100%); }
.specs-table th { padding: 16px 20px; text-align: left; font-size: 14px; font-weight: 800; color: var(--uihdr-text); border-bottom: 2px solid rgba(155,212,0,0.2); text-transform: uppercase; letter-spacing: 0.05em; }
.specs-table td { padding: 18px 20px; font-size: 15px; color: var(--uihdr-text); border-bottom: 1px solid rgba(18,24,30,0.08); }
.specs-table tbody tr:last-child td { border-bottom: none; }
.specs-table tbody tr:hover { background: rgba(155,212,0,0.04); }
.specs-table td small { display: block; margin-top: 4px; color: var(--uihdr-muted); font-size: 13px; }
.specs-table-image { width: 100%; border-radius: 12px; overflow: hidden; margin-top: 8px; }
.specs-table-image img { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 12px; }

.specs-features { display: grid; gap: 24px; }
.specs-feature-item { display: flex; gap: 20px; padding: 24px; background: #ffffff; border-radius: 16px; box-shadow: 0 8px 24px rgba(15,23,42,0.06); border: 1px solid rgba(18,24,30,0.06); transition: transform .3s ease, box-shadow .3s ease; }
.specs-feature-item:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15,23,42,.1); }
.specs-feature-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(155,212,0,0.12); border: 1px dashed rgba(155,212,0,0.35); display: grid; place-items: center; color: var(--uihdr-accent); font-size: 24px; flex-shrink: 0; }
.specs-feature-content { flex: 1; }
.specs-feature-title { font-size: 18px; font-weight: 800; color: var(--uihdr-text); margin: 0 0 8px; }
.specs-feature-desc { font-size: 14px; color: var(--uihdr-muted); line-height: 1.6; margin: 0; }

@media (max-width: 1024px) {
  .specs-content-wrapper { grid-template-columns: 1fr; gap: 32px; }
  .specs-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .product-specs { padding: 60px 0; }
  .specs-table-wrapper { padding: 20px; overflow-x: auto; }
  .specs-table { min-width: 600px; }
  .specs-table th, .specs-table td { padding: 12px 16px; font-size: 13px; }
  .specs-features { grid-template-columns: 1fr; }
  .specs-feature-item { padding: 20px; }
}

/* ===================== Collaboration Page Styles ===================== */
.collab-hero { background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%); padding: 80px 0 60px; position: relative; }
.collab-hero-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.collab-hero-content { display: flex; flex-direction: column; gap: 32px; }
.collab-logos { display: flex; align-items: center; gap: 24px; }
.collab-logo-item { flex: 1; }
.collab-logo { max-width: 200px; height: auto; }
.collab-logo-divider { color: var(--uihdr-accent); font-size: 32px; }
.zuri-logo-img { max-width: 200px; height: auto; object-fit: contain; }
.zuri-logo-large-img { max-width: 280px; height: auto; object-fit: contain; }
.collab-hero-overlay { background: rgba(11,18,32,0.85); padding: 40px; border-radius: 16px; }
.collab-hero-badge { display: block; color: var(--uihdr-accent); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 16px; }
.collab-hero-title { font-size: clamp(28px, 4vw, 36px); font-weight: 900; color: #ffffff; margin: 0; line-height: 1.3; font-style: italic; }
.collab-hero-image { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(15,23,42,0.15); }
.collab-hero-image img { width: 100%; height: auto; display: block; }

.about-zuri { background: #ffffff; padding: 80px 0; }
.about-zuri-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.about-zuri-head { text-align: center; margin-bottom: 32px; }
.about-zuri-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 16px; font-weight: 900; }
.about-zuri-underline { width: 60px; height: 4px; background: var(--uihdr-accent); margin: 0 auto; border-radius: 2px; }
.about-zuri-content { max-width: 900px; margin: 0 auto; }
.about-zuri-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; text-align: center; }

.official-distributor { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 80px 0; }
.official-distributor-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.official-distributor-head { text-align: center; margin-bottom: 48px; }
.official-distributor-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0; font-weight: 900; }
.official-distributor-content { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.distributor-text { }
.distributor-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0 0 24px; }
.distributor-features { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.distributor-features li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--uihdr-text); line-height: 1.7; }
.distributor-features li i { color: var(--uihdr-accent); font-size: 18px; margin-top: 4px; flex-shrink: 0; }
.distributor-logo-box { display: grid; place-items: center; }
.zuri-logo-large { text-align: center; display: grid; place-items: center; }

.beyond-diamonds { background: #ffffff; padding: 80px 0; }
.beyond-diamonds-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.beyond-diamonds-head { text-align: center; margin-bottom: 48px; }
.beyond-diamonds-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0; font-weight: 900; }
.beyond-diamonds-content { max-width: 900px; margin: 0 auto; }
.beyond-diamonds-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0 0 32px; text-align: center; }
.zuri-contact-box { background: #fafbfc; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; padding: 32px; }
.zuri-contact-title { font-size: 20px; font-weight: 800; color: var(--uihdr-text); margin: 0 0 20px; }
.zuri-contact-info { display: grid; gap: 16px; }
.zuri-contact-info p { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--uihdr-text); margin: 0; }
.zuri-contact-info i { color: var(--uihdr-accent); font-size: 18px; }

.traceability { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 80px 0; }
.traceability-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.traceability-head { text-align: center; margin-bottom: 48px; max-width: 900px; margin-left: auto; margin-right: auto; }
.traceability-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 20px; font-weight: 900; }
.traceability-intro { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; }
.traceability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.traceability-card { background: #ffffff; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; padding: 32px; text-align: center; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .3s ease, box-shadow .3s ease; }
.traceability-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.traceability-icon { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; background: rgba(155,212,0,0.12); border: 1px dashed rgba(155,212,0,0.35); display: grid; place-items: center; color: var(--uihdr-accent); font-size: 28px; }
.traceability-card-title { font-size: 20px; font-weight: 800; color: var(--uihdr-text); margin: 0 0 12px; }
.traceability-card-desc { font-size: 15px; color: var(--uihdr-muted); line-height: 1.7; margin: 0; }

@media (max-width: 1200px) {
  .collab-hero-inner { gap: 32px; }
  .collab-logo,
  .zuri-logo-img { max-width: 160px; }
  .zuri-logo-large-img { max-width: 220px; }
  .collab-hero-overlay { padding: 32px; }
}

@media (max-width: 920px) {
  .collab-hero { padding: 70px 0 50px; }
  .collab-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .collab-logos { justify-content: center; }
  .collab-hero-image { order: -1; }
  .official-distributor-content { grid-template-columns: 1fr; }
  .official-distributor-content,
  .distributor-text { text-align: center; }
  .distributor-features { justify-items: center; }
  .traceability-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .collab-hero { padding: 56px 0 40px; }
  .collab-logos { flex-wrap: wrap; gap: 16px; }
  .collab-logo,
  .zuri-logo-img { max-width: 140px; }
  .collab-logo-divider { width: 100%; display: grid; place-items: center; font-size: 24px; }
  .collab-hero-overlay { padding: 24px; }
  .collab-hero-title { font-size: clamp(22px, 6vw, 30px); }
  .official-distributor { padding: 64px 0; }
  .beyond-diamonds { padding: 64px 0; }
  .traceability { padding: 64px 0; }
  .traceability-grid { gap: 20px; }
}

/* ===================== Gallery Page Styles ===================== */
.gallery-hero { background: linear-gradient(135deg, rgba(11,18,32,0.95) 0%, rgba(11,18,32,0.85) 100%), url('assets/images/backgrounds/20251015_1218_Diamonds Display Elegance_simple_compose_01k7ka07rfech8q76jnzpftdqa.png'); background-size: cover; background-position: center; padding: 120px 0 80px; position: relative; text-align: center; }
.gallery-hero-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.gallery-hero-title { font-size: clamp(48px, 8vw, 72px); font-weight: 900; color: var(--uihdr-accent); margin: 0 0 20px; }
.gallery-hero-subtitle { font-size: clamp(20px, 3vw, 28px); color: #ffffff; margin: 0; }

.gallery-intro { background: #ffffff; padding: 60px 0; }
.gallery-intro-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.gallery-intro-title { font-size: clamp(24px, 4vw, 36px); font-weight: 900; color: var(--uihdr-text); margin: 0 0 24px; text-align: center; }
.gallery-intro-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }

.gallery-grid-section { background: #fafbfc; padding: 60px 0; }
.gallery-grid-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-item { border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .3s ease, box-shadow .3s ease; }
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.gallery-item img { width: 100%; height: 320px; object-fit: cover; display: block; }

@media (max-width: 920px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .gallery-item img { height: 240px; }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item img { height: 280px; }
}

/* ===================== Career Page Styles ===================== */
.career-hero { position: relative; padding: 0; height: 500px; overflow: hidden; }
.career-hero-inner { position: relative; height: 100%; }
.career-hero-image { position: absolute; inset: 0; }
.career-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.career-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,18,32,0.7) 0%, rgba(11,18,32,0.5) 100%); display: grid; place-items: center; text-align: center; padding: 40px 18px; }
.career-hero-title { font-size: clamp(48px, 8vw, 72px); font-weight: 900; color: var(--uihdr-accent); margin: 0 0 16px; }
.career-hero-subtitle { font-size: clamp(20px, 3vw, 28px); color: #ffffff; margin: 0; }

.career-section { background: #ffffff; padding: 80px 0; }
.career-section-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.career-section-head { text-align: center; margin-bottom: 32px; }
.career-section-title { font-size: clamp(32px, 5vw, 48px); font-weight: 900; color: var(--uihdr-text); margin: 0 0 16px; }
.career-section-subtitle { display: inline-flex; align-items: center; gap: 12px; color: var(--uihdr-accent); font-weight: 700; font-size: 18px; }
.career-section-subtitle i { font-size: 24px; }
.career-apply { text-align: center; margin-bottom: 40px; padding: 24px; background: rgba(155,212,0,0.08); border-radius: 12px; }
.career-apply-text { font-size: 16px; color: var(--uihdr-text); margin: 0; }
.career-apply-text a { color: var(--uihdr-accent); font-weight: 700; text-decoration: none; }
.career-apply-text a:hover { text-decoration: underline; }
.career-table-wrapper { background: #ffffff; border-radius: 20px; padding: 32px; box-shadow: 0 16px 46px rgba(15,23,42,0.08); border: 1px solid rgba(18,24,30,0.06); overflow-x: auto; }
.career-table { width: 100%; border-collapse: collapse; font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; min-width: 600px; }
.career-table thead { background: linear-gradient(135deg, rgba(155,212,0,0.08) 0%, rgba(155,212,0,0.04) 100%); }
.career-table th { padding: 18px 24px; text-align: left; font-size: 14px; font-weight: 800; color: var(--uihdr-text); border-bottom: 2px solid rgba(155,212,0,0.2); text-transform: uppercase; letter-spacing: 0.05em; }
.career-table td { padding: 20px 24px; font-size: 16px; color: var(--uihdr-text); border-bottom: 1px solid rgba(18,24,30,0.08); }
.career-table tbody tr:last-child td { border-bottom: none; }
.career-table tbody tr:hover { background: rgba(155,212,0,0.04); }

.career-images { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 60px 0; }
.career-images-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.career-images-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.career-image-item { border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .3s ease; }
.career-image-item:hover { transform: translateY(-4px); }
.career-image-item img { width: 100%; height: 280px; object-fit: cover; display: block; }

@media (max-width: 920px) {
  .career-hero { height: 400px; }
  .career-images-grid { grid-template-columns: 1fr; }
  .career-image-item img { height: 320px; }
}

/* ===================== News & Events Page Styles ===================== */
.news-hero { background: linear-gradient(135deg, rgba(11,18,32,0.95) 0%, rgba(11,18,32,0.85) 100%), url('assets/images/backgrounds/20251015_1218_Diamonds Display Elegance_simple_compose_01k7ka07rfech8q76jnzpftdqa.png'); background-size: cover; background-position: center; padding: 120px 0 80px; position: relative; text-align: center; }
.news-hero-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.news-hero-title { font-size: clamp(48px, 8vw, 72px); font-weight: 900; color: var(--uihdr-accent); margin: 0 0 20px; }
.news-hero-subtitle { font-size: clamp(20px, 3vw, 28px); color: #ffffff; margin: 0; }

.news-content { background: #ffffff; padding: 80px 0; }
.news-content-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.news-content-head { text-align: center; margin-bottom: 48px; }
.news-content-eyebrow { display: block; color: var(--uihdr-muted); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.news-content-title { font-size: clamp(32px, 5vw, 48px); font-weight: 900; color: var(--uihdr-text); margin: 0 0 12px; }
.news-content-underline { width: 60px; height: 4px; background: var(--uihdr-accent); margin: 0 auto; border-radius: 2px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.news-card { background: #ffffff; border: 1px solid rgba(18,24,30,0.08); border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .3s ease, box-shadow .3s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.news-card-image { position: relative; height: 240px; overflow: hidden; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-card-tag { position: absolute; top: 16px; right: 16px; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.news-tag-event { background: var(--uihdr-accent); color: #ffffff; }
.news-tag-news { background: #005AAB; color: #ffffff; }
.news-card-content { padding: 24px; }
.news-card-title { font-size: 20px; font-weight: 800; color: var(--uihdr-text); margin: 0 0 8px; }
.news-card-date { font-size: 14px; color: var(--uihdr-muted); margin: 0 0 12px; }
.news-card-desc { font-size: 15px; color: var(--uihdr-muted); line-height: 1.7; margin: 0 0 16px; }
.news-card-link { color: #005AAB; text-decoration: underline; font-weight: 600; font-size: 14px; }
.news-card-link:hover { color: var(--uihdr-accent); }

@media (max-width: 1024px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 560px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-card-image { height: 200px; }
}

/* ===================== Manufacturing Page Styles ===================== */
.manufacturing-hero { background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%); padding: 80px 0 60px; position: relative; }
.manufacturing-hero-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.manufacturing-hero-content { text-align: center; margin-bottom: 48px; }
.manufacturing-hero-badge { display: inline-block; padding: 12px 24px; background: rgba(155,212,0,0.14); color: var(--uihdr-text); border-radius: 999px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; margin-bottom: 20px; }
.manufacturing-hero-title { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; font-size: clamp(32px, 5vw, 48px); font-weight: 900; line-height: 1.2; color: var(--uihdr-text); margin: 0; }
.manufacturing-hero-images { max-width: 1200px; margin: 0 auto; }
.hero-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero-image-grid img { width: 100%; height: 280px; object-fit: cover; border-radius: 16px; box-shadow: 0 12px 32px rgba(15,23,42,0.12); transition: transform .3s ease; }
.hero-image-grid img:hover { transform: translateY(-4px); }

.what-we-provide { background: #ffffff; padding: 80px 0; }
.what-we-provide-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.what-we-provide-head { text-align: center; margin-bottom: 32px; }
.what-we-provide-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 16px; font-weight: 900; }
.what-we-provide-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; margin-bottom: 24px; }
.what-we-provide-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }
.what-we-provide-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; max-width: 900px; margin-left: auto; margin-right: auto; text-align: center; }

.manufacturing-feature { background: #ffffff; padding: 80px 0; }
.manufacturing-feature:nth-child(even) { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); }
.manufacturing-feature-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.manufacturing-feature-traceability .manufacturing-feature-inner { grid-template-columns: 1.2fr 1fr; }
.manufacturing-feature-diamonds .manufacturing-feature-inner { grid-template-columns: 1fr 1.2fr; }
.manufacturing-feature-content { }
.manufacturing-feature-title { font-size: clamp(28px, 4vw, 38px); color: var(--uihdr-text); margin: 0 0 24px; font-weight: 900; }
.manufacturing-feature-desc { font-size: clamp(16px, 2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; }
.manufacturing-feature-visual { position: relative; }
.manufacturing-feature-visual img { width: 100%; height: auto; border-radius: 20px; box-shadow: 0 16px 46px rgba(15,23,42,0.12); }
.manufacturing-points { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.manufacturing-points li { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: flex-start; color: var(--uihdr-muted); line-height: 1.6; }
.manufacturing-points i { color: var(--uihdr-accent); margin-top: 4px; }

.traceability-visual { position: relative; height: 400px; display: grid; place-items: center; }
.traceability-image { width: 100%; height: 100%; max-height: 420px; object-fit: cover; border-radius: 20px; box-shadow: 0 16px 46px rgba(15,23,42,0.12); }

@media (max-width: 1200px) {
  .hero-image-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .manufacturing-hero { padding: 60px 0 40px; }
  .hero-image-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero-image-grid img { height: 220px; }
  .manufacturing-feature-inner { grid-template-columns: 1fr !important; gap: 32px; }
  .manufacturing-feature-visual { order: -1; }
  .traceability-visual { height: 300px; }
}

@media (max-width: 768px) {
  .manufacturing-hero { padding: 56px 0 38px; }
  .manufacturing-hero-content { margin-bottom: 32px; }
  .manufacturing-hero-badge { padding: 10px 16px; font-size: 12px; letter-spacing: 0.08em; }
  .manufacturing-hero-title { font-size: clamp(26px, 7vw, 34px); }
  .hero-image-grid { gap: 14px; }
  .hero-image-grid img { height: 200px; }
  .manufacturing-feature { padding: 64px 0; }
  .manufacturing-feature-inner { gap: 28px; }
  .manufacturing-feature-content { text-align: center; }
  .manufacturing-feature-desc { text-align: center; }
  .manufacturing-points { justify-items: start; margin-left: auto; margin-right: auto; }
  .traceability-visual { height: auto; }
  .traceability-image { max-height: 320px; }
}

/* News modal */
.news-modal { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .24s ease; z-index: 999; }
.news-modal.is-open { opacity: 1; pointer-events: all; }
.news-modal-overlay { position: absolute; inset: 0; background: rgba(15,23,42,0.6); }
.news-modal-content { position: relative; z-index: 1; background: #ffffff; max-width: 740px; width: 100%; border-radius: 18px; box-shadow: 0 30px 90px rgba(15,23,42,0.28); overflow: hidden; display: grid; grid-template-columns: 1fr; }
.news-modal-media { position: relative; }
.news-modal-media img { width: 100%; height: 320px; object-fit: cover; display: block; }
.news-modal-tag { position: absolute; bottom: 16px; left: 16px; background: var(--uihdr-accent); color: #0b1220; font-weight: 800; padding: 10px 14px; border-radius: 999px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.08em; }
.news-modal-body { padding: 24px 24px 28px; display: grid; gap: 8px; }
.news-modal-body h3 { margin: 0; font-size: clamp(24px, 4vw, 30px); color: var(--uihdr-text); }
.news-modal-date { margin: 0; color: var(--uihdr-muted); font-weight: 600; letter-spacing: 0.02em; }
.news-modal-desc { margin: 0; color: var(--uihdr-muted); line-height: 1.7; }
.news-modal-actions { padding: 0 24px 22px; display: flex; justify-content: flex-end; }
.news-modal-action-close { border: 1px solid #d1d5db; background: #f8fafc; color: #0b1220; padding: 10px 16px; border-radius: 10px; font-weight: 700; cursor: pointer; transition: background .15s ease, transform .12s ease; }
.news-modal-action-close:hover { background: #e5e7eb; transform: translateY(-1px); }
.news-modal-close { position: absolute; top: 12px; right: 12px; background: rgba(11,18,32,0.82); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 20px; cursor: pointer; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,0.15); transition: transform .15s ease, opacity .15s ease; }
.news-modal-close:hover { transform: scale(1.05); }
.news-modal-close:focus-visible { outline: 2px solid var(--uihdr-accent); outline-offset: 2px; }
body.news-modal-open { overflow: hidden; }

/* About full-width video */
.about-video-full { max-width: var(--uihdr-max); margin: 0 auto 32px; padding: 0 18px; display: grid; gap: 16px; }
.about-video-full .about-media { border-radius: 16px; overflow: hidden; box-shadow: 0 18px 48px rgba(15,23,42,0.16); }
.about-video-full .about-video { width: 100%; height: auto; display: block; }
.about-video-full .about-video-text h3 { margin: 0 0 6px; color: var(--uihdr-text); font-size: 22px; }
.about-video-full .about-video-text p { margin: 0; color: var(--uihdr-muted); line-height: 1.6; }

/* Privacy policy layouts */
.policy-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.policy-grid.single { grid-template-columns: 1fr; }
.policy-grid.double { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.policy-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 18px; box-shadow: 0 8px 28px rgba(15,23,42,0.06); }
.policy-card h3 { margin: 0 0 8px; color: var(--uihdr-text); font-size: 18px; }
.policy-card p { margin: 0 0 8px; color: var(--uihdr-muted); line-height: 1.6; }
.policy-bullets { margin: 0; padding-left: 18px; color: var(--uihdr-muted); line-height: 1.7; }

@media (max-width: 640px) {
  .news-modal { padding: 14px; }
  .news-modal-media img { height: 220px; }
  .news-modal-body { padding: 18px 18px 22px; }
}

/* ===================== Polish Page Styles ===================== */
.polish-hero { background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%); padding: 80px 0 60px; position: relative; }
.polish-hero-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.polish-hero-head { text-align: center; max-width: 900px; margin: 0 auto; }
.polish-hero-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 8px; }
.polish-hero-title { font-size: clamp(32px, 5vw, 48px); color: var(--uihdr-text); margin: 0 0 20px; font-weight: 900; }
.polish-hero-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0; }

.polish-gallery { background: #ffffff; padding: 60px 0; }
.polish-gallery-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.polish-gallery-head { text-align: center; margin-bottom: 48px; }
.polish-gallery-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 16px; font-weight: 900; }
.polish-gallery-underline { display: inline-grid; grid-auto-flow: column; gap: 6px; }
.polish-gallery-underline span { width: 22px; height: 3px; background: var(--uihdr-accent); border-radius: 2px; }
.polish-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.polish-gallery-item { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .3s ease, box-shadow .3s ease; }
.polish-gallery-item:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,.12); }
.polish-gallery-item img { width: 100%; height: 320px; object-fit: cover; display: block; }

.polish-technology { background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%); padding: 80px 0; }
.polish-technology-inner { max-width: var(--uihdr-max); margin: 0 auto; padding: 0 18px; }
.polish-technology-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.polish-tech-visual { }
.polish-tech-visual img { width: 100%; height: auto; border-radius: 20px; box-shadow: 0 16px 46px rgba(15,23,42,0.12); }
.polish-tech-text { }
.polish-tech-eyebrow { color: var(--uihdr-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 8px; }
.polish-tech-title { font-size: clamp(28px, 4vw, 42px); color: var(--uihdr-text); margin: 0 0 24px; font-weight: 900; }
.polish-tech-desc { font-size: clamp(16px, 2.2vw, 18px); color: var(--uihdr-muted); line-height: 1.8; margin: 0 0 32px; }
.polish-tech-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.polish-tech-feature { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 24px; background: #ffffff; border-radius: 12px; border: 1px solid rgba(18,24,30,0.06); box-shadow: 0 8px 24px rgba(15,23,42,0.06); }
.polish-tech-feature i { font-size: 32px; color: var(--uihdr-accent); }
.polish-tech-feature span { font-size: 14px; font-weight: 700; color: var(--uihdr-text); text-align: center; }

@media (max-width: 920px) {
  .polish-hero { padding: 60px 0 40px; }
  .polish-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .polish-gallery-item img { height: 240px; }
  .polish-technology-content { grid-template-columns: 1fr; gap: 32px; }
  .polish-tech-visual { order: -1; }
  .polish-tech-features { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .polish-gallery-grid { grid-template-columns: 1fr; }
  .polish-gallery-item img { height: 280px; }
}

/* Active nav link highlight for header menu */
.uihdr-link.active {
  color: #0088ff !important;
  font-weight: bold;
  border-bottom: 2px solid #0088ff;
  background: rgba(0, 136, 255, 0.06);
}

