@font-face {
  font-family: "KX Geist";
  src: url("fonts/geist-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --kx-font-sans: "KX Geist", Arial, Helvetica, sans-serif;
  --kx-type-display: 700 52px/1.08 var(--kx-font-sans);
  --kx-type-h1: 700 49px/1.1 var(--kx-font-sans);
  --kx-type-h2: 700 35px/1.16 var(--kx-font-sans);
  --kx-type-h3: 600 20px/1.3 var(--kx-font-sans);
  --kx-type-lead: 400 18px/1.62 var(--kx-font-sans);
  --kx-type-body: 400 16px/1.62 var(--kx-font-sans);
  --kx-type-small: 400 14px/1.55 var(--kx-font-sans);
  --kx-type-nav: 500 14px/1.2 var(--kx-font-sans);
  --kx-type-button: 600 15px/1.2 var(--kx-font-sans);
  --kx-type-label: 600 13px/1.2 var(--kx-font-sans);
  --kx-type-field-label: 500 14px/1.35 var(--kx-font-sans);
  --kx-type-field: 400 15px/1.4 var(--kx-font-sans);
  --kx-ink: #080b10;
  --kx-muted: #4f5967;
  --kx-blue: #0798e8;
  --kx-cyan: #08c7e9;
  --kx-navy: #001a32;
  --kx-magenta: #eb0074;
  --kx-yellow: #ffd500;
  --kx-line: #dfe7ed;
  --kx-soft: #f6fafc;
  --kx-shadow: 0 12px 38px rgba(16, 49, 72, .08);
  --kx-radius: 14px;
}

.kx-site, .kx-site * { box-sizing: border-box; }
.kx-site { min-height: 0; color: var(--kx-ink); background: #fff; font-family: var(--kx-font-sans); font: var(--kx-type-body); }
.elementor-widget-kx_wholesale_section,
.elementor-widget-kx_wholesale_section > .elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.kx-site img { display: block; max-width: 100%; }
.kx-site a { color: inherit; text-decoration: none; }
.kx-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.kx-header { position: sticky; z-index: 30; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid #edf1f4; backdrop-filter: blur(14px); }
.kx-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.kx-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.kx-brand img { width: 48px; height: 40px; object-fit: contain; }
.kx-brand span { display: flex; flex-direction: column; }
.kx-brand strong { font-size: 19px; line-height: 1; letter-spacing: .12em; }
.kx-brand small { margin-top: 5px; font-size: 7px; line-height: 1; letter-spacing: .08em; }
.kx-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 28px); white-space: nowrap; font: var(--kx-type-nav); }
.kx-nav a:hover { color: var(--kx-blue); }

.kx-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 20px; border: 1px solid var(--kx-cyan); border-radius: 6px; color: #001827; background: linear-gradient(135deg, #02bff0, #12d1e7); font: var(--kx-type-button); box-shadow: 0 8px 22px rgba(7,152,232,.18); }
.kx-button--small { min-height: 40px; padding: 9px 16px; font-size: 12px; }
.kx-button--outline { border-color: var(--kx-blue); background: #fff; box-shadow: none; }

.kx-hero { position: relative; overflow: hidden; min-height: 610px; border-bottom: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 74% 46%,rgba(0,193,235,.15),transparent 31%),radial-gradient(circle at 94% 72%,rgba(235,0,116,.11),transparent 23%),#001021; }
.kx-hero__grid { min-height: 610px; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; }
.kx-hero__copy { position: relative; z-index: 3; padding: 52px 0 46px 8px; }
.kx-eyebrow { margin: 0 0 24px; color: var(--kx-blue); font: var(--kx-type-label); }
.kx-hero h1 { margin: 0; max-width: 560px; color: #fff; font: var(--kx-type-display); letter-spacing: -.04em; }
.kx-lead { max-width: 510px; margin: 20px 0 26px; color: var(--kx-muted); font: var(--kx-type-lead); }
.kx-hero .kx-lead { color: rgba(255,255,255,.74); }
.kx-hero .kx-eyebrow { font-size: 12px; }
.kx-hero .kx-lead { font-size: 17px; }
.kx-hero .kx-button { font-size: 14px; }
.kx-inquiry-primary { cursor: pointer; }
.kx-inquiry-primary:focus-visible { outline: 2px solid var(--kx-cyan); outline-offset: 5px; }
.kx-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.kx-benefits { display: flex; flex-wrap: wrap; gap: 11px 18px; max-width: 610px; margin-top: 30px; }
.kx-benefits > div { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.9); font-size: 12px; font-weight: 550; line-height: 1.35; white-space: nowrap; }
.kx-benefit-check { width: 18px; height: 18px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #001827; background: var(--kx-cyan); font-size: 12px; font-weight: 800; box-shadow: 0 0 14px rgba(8,199,233,.24); }
.kx-benefit-icon { position: relative; width: 48px; height: 48px; display: block; flex: 0 0 auto; border: 2px solid var(--kx-cyan); border-radius: 50%; color: #16c9f4; box-shadow: inset 0 0 0 5px rgba(8,199,233,.1),0 0 18px rgba(8,199,233,.08); }
.kx-benefit-icon i,.kx-benefit-icon b,.kx-benefit-icon i::before,.kx-benefit-icon i::after,.kx-benefit-icon b::before,.kx-benefit-icon b::after { position: absolute; display: block; box-sizing: border-box; content: ""; }
.kx-benefit-icon--pouch i { left: 14px; top: 15px; width: 17px; height: 20px; border: 2px solid currentColor; border-radius: 2px 2px 4px 4px; }
.kx-benefit-icon--pouch i::before { left: 2px; right: 2px; top: 3px; border-top: 2px solid currentColor; box-shadow: 0 3px 0 -1px currentColor; }
.kx-benefit-icon--pouch i::after { left: 3px; top: -7px; width: 7px; height: 7px; border: 2px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }
.kx-benefit-icon--print i { left: 11px; top: 18px; width: 22px; height: 15px; border: 2px solid currentColor; border-radius: 3px; }
.kx-benefit-icon--print i::before { left: 2px; top: -11px; width: 14px; height: 11px; border: 2px solid currentColor; background: #001021; }
.kx-benefit-icon--print i::after { left: 3px; bottom: -8px; width: 12px; height: 8px; border: 2px solid currentColor; border-top: 0; }
.kx-benefit-icon--print b { right: 14px; top: 22px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.kx-benefit-icon--sku i { left: 15px; top: 17px; width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 2px; }
.kx-benefit-icon--sku i::before { left: -6px; top: -6px; width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 2px; background: #001021; }
.kx-benefit-icon--sku i::after { right: -6px; top: -6px; width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 2px; background: #001021; }
.kx-benefit-icon--sku b { left: 22px; top: 20px; width: 2px; height: 11px; background: currentColor; transform: rotate(45deg); }
.kx-benefit-icon--repeat i { left: 13px; top: 13px; width: 20px; height: 20px; border: 2px solid currentColor; border-left-color: transparent; border-radius: 50%; }
.kx-benefit-icon--repeat i::before { left: -3px; top: -1px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 6px solid currentColor; transform: rotate(-35deg); }
.kx-benefit-icon--repeat i::after { left: 6px; top: 6px; width: 5px; height: 5px; border: 1.5px solid currentColor; border-radius: 1px; }
.kx-benefit-icon--repeat b { left: 22px; top: 8px; width: 2px; height: 4px; background: currentColor; box-shadow: 0 28px 0 currentColor,-14px 14px 0 currentColor,14px 14px 0 currentColor; }
.kx-icon-badge { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; border: 1.5px solid var(--kx-cyan); border-radius: 50%; color: var(--kx-blue); font-size: 11px; font-weight: 700; }
.kx-hero__visual { position: relative; z-index: 2; min-height: 510px; display: flex; align-items: center; justify-content: center; padding-left: 12px; }
.kx-hero__visual::before { content: ""; position: absolute; inset: 14% 2% 10% 12%; z-index: -1; border-radius: 50%; background: radial-gradient(circle,rgba(0,198,233,.18),rgba(0,16,33,0) 69%); filter: blur(18px); }
.kx-hero__visual img { width: min(118%,760px); max-width: none; height: auto; object-fit: contain; filter: drop-shadow(0 34px 38px rgba(0,0,0,.42)); }
.kx-hero .kx-button--outline { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.kx-hero .kx-button--outline:hover { border-color: var(--kx-cyan); background: rgba(255,255,255,.06); }
.kx-industry-section { position: relative; padding: 46px 0 50px; overflow: hidden; background: linear-gradient(180deg,#f7fbfd 0,#fff 42%); border-bottom: 1px solid var(--kx-line); }
.kx-industry-section::before { content: ""; position: absolute; right: -110px; top: -150px; width: 410px; height: 410px; border: 1px solid rgba(8,199,233,.12); border-radius: 50%; box-shadow: 0 0 0 48px rgba(8,199,233,.025),0 0 0 96px rgba(8,199,233,.018); pointer-events: none; }
.kx-industry-heading { position: relative; z-index: 1; max-width: 720px; margin: 0 auto 24px; text-align: center; }
.kx-industry-heading .kx-eyebrow { margin-bottom: 13px; }
.kx-industry-heading h2 { margin: 0; font: var(--kx-type-h1); letter-spacing: -.035em; }
.kx-industry-heading > p:last-child { margin: 12px 0 0; color: var(--kx-muted); font: var(--kx-type-lead); }
.kx-industry-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.kx-industry-card { --kx-industry-accent: var(--kx-cyan); min-width: 0; overflow: hidden; padding: 0; border: 1px solid var(--kx-line); border-radius: 13px; color: inherit; background: #fff; font: inherit; text-align: left; cursor: pointer; appearance: none; box-shadow: 0 12px 32px rgba(0,30,54,.07); transition: transform .2s ease,box-shadow .2s ease; }
.kx-industry-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(0,30,54,.11); }
.kx-industry-card:focus-visible { outline: 3px solid rgba(7,152,232,.5); outline-offset: 3px; }
.kx-industry-card--coffee { --kx-industry-accent: #bb7b3b; }
.kx-industry-card--pet { --kx-industry-accent: #177b8d; }
.kx-industry-card--protein { --kx-industry-accent: #7b78b8; }
.kx-industry-card--beverage { --kx-industry-accent: #0798e8; }
.kx-industry-card--cosmetic { --kx-industry-accent: #cb6c89; }
.kx-industry-card__visual { position: relative; height: 172px; overflow: hidden; background: #e9edf0; }
.kx-industry-card__visual::after { content: ""; position: absolute; inset: auto 0 0; height: 54px; background: linear-gradient(180deg,transparent,rgba(0,16,33,.18)); pointer-events: none; }
.kx-industry-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.kx-industry-card:hover .kx-industry-card__visual img { transform: scale(1.035); }
.kx-industry-card__body { position: relative; min-height: 142px; padding: 18px 20px 19px; border-top: 3px solid var(--kx-industry-accent); }
.kx-industry-card__body > span { position: absolute; right: 18px; top: 17px; color: color-mix(in srgb,var(--kx-industry-accent) 48%,#fff); font-size: 28px; font-weight: 750; line-height: 1; }
.kx-industry-card__body h3 { position: relative; max-width: calc(100% - 54px); margin: 0; font: var(--kx-type-h3); font-size: 20px; }
.kx-industry-card__body p { margin: 10px 0 0; color: var(--kx-muted); font-size: 15px; line-height: 1.48; }
.kx-dots { position: absolute; z-index: 1; top: 0; right: 9%; width: 280px; height: 170px; opacity: .45; background-image: radial-gradient(var(--kx-cyan) 1.2px, transparent 1.2px); background-size: 10px 10px; }
.kx-hero-shapes { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.kx-hero-shape { position: absolute; display: block; }
.kx-hero-shape--cyan { right: 8%; top: -96px; width: 490px; height: 224px; opacity: .16; background: linear-gradient(135deg,#0cc9ec,#0789e8); clip-path: polygon(19% 0,100% 0,81% 100%,0 100%); transform: rotate(-5deg); }
.kx-hero-shape--ring { right: 22%; top: 15%; width: 350px; height: 350px; border: 1px solid rgba(22,201,244,.2); border-radius: 50%; box-shadow: 0 0 0 44px rgba(22,201,244,.035),0 0 0 88px rgba(22,201,244,.018); }
.kx-hero-shape--magenta { right: -78px; bottom: -104px; width: 250px; height: 360px; opacity: .32; background: linear-gradient(150deg,#eb0074 8%,rgba(235,0,116,.06) 86%); clip-path: polygon(54% 0,100% 0,100% 100%,0 100%); }
.kx-hero-shape--yellow { right: -22px; bottom: -82px; width: 108px; height: 274px; opacity: .42; background: linear-gradient(160deg,#ffd500,rgba(255,213,0,.08)); clip-path: polygon(70% 0,100% 0,100% 100%,0 100%); }
.kx-hero-shape--stripes { left: -68px; bottom: -42px; width: 252px; height: 94px; opacity: .48; background: linear-gradient(90deg,var(--kx-cyan) 0 39%,transparent 39% 45%,var(--kx-magenta) 45% 68%,transparent 68% 74%,var(--kx-yellow) 74%); clip-path: polygon(0 42%,100% 0,100% 58%,0 100%); transform: rotate(-4deg); }
.kx-corner { position: absolute; z-index: 1; width: 130px; height: 130px; transform: rotate(45deg); }
.kx-corner--left { left: -94px; bottom: -78px; background: linear-gradient(90deg,var(--kx-cyan) 0 35%,#000 35% 60%,#fff 60%); }
.kx-corner--right { right: -84px; top: 80px; background: linear-gradient(90deg,var(--kx-magenta) 0 45%,#fff 45% 58%,var(--kx-yellow) 58%); }
.kx-placeholder-section { padding: 34px 0 70px; }
.kx-placeholder-section .kx-container { padding: 26px 30px; border: 1px solid var(--kx-line); border-radius: var(--kx-radius); box-shadow: var(--kx-shadow); }
.kx-placeholder-section h2 { margin: 0; font: var(--kx-type-h2); }
.kx-placeholder-section p { margin: 9px 0 0; color: var(--kx-muted); }

.kx-footer { position: relative; border-top: 1px solid var(--kx-line); background: #fff; }
.kx-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 34px; padding: 42px 0 28px; }
.kx-footer h3 { margin: 0 0 13px; font: var(--kx-type-h3); font-size: 15px; }
.kx-footer a, .kx-footer p { display: block; margin: 6px 0; color: #404b58; font-size: 12px; line-height: 1.55; }
.kx-footer__brand p { max-width: 210px; margin-top: 18px; }
.kx-footer__copyright { margin: 0 !important; padding: 12px; border-top: 1px solid var(--kx-line); text-align: center; }

.kx-section { position: relative; padding: 70px 0; }
.kx-section--compact { padding: 14px 0; }
.kx-panel { padding: 24px; border: 1px solid var(--kx-line); border-radius: var(--kx-radius); background: #fff; box-shadow: var(--kx-shadow); }
.kx-panel--wide { padding: 34px 22px; }
.kx-section-heading { margin-bottom: 18px; text-align: center; }
.kx-section-heading--left { text-align: left; }
.kx-section-heading h1, .kx-section-heading h2 { margin: 0; font: var(--kx-type-h2); letter-spacing: -.025em; }
.kx-section-heading p { margin: 7px 0 0; color: var(--kx-muted); font: var(--kx-type-small); }

.kx-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--kx-line); border-radius: 10px; overflow: hidden; }
.kx-format-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 0; border-right: 1px solid var(--kx-line); border-bottom: 1px solid var(--kx-line); color: inherit; background: #fff; font: inherit; text-align: left; white-space: normal; cursor: pointer; appearance: none; transition: background-color .22s ease, box-shadow .22s ease; }
.kx-format-card:nth-child(3n) { border-right: 0; }
.kx-format-card:nth-child(n+4) { border-bottom: 0; }
.kx-format-card > img { width: 100%; height: 230px; padding: 14px 12px 10px; object-fit: contain; object-position: center; background: linear-gradient(180deg,#fff 0%,#f7fafc 100%); filter: drop-shadow(0 12px 11px rgba(17,42,61,.14)); transition: transform .22s ease; }
.kx-format-card:hover { color: inherit !important; background: #f2faff !important; box-shadow: inset 0 0 0 2px rgba(8,173,221,.22); }
.kx-format-card:hover > img { transform: translateY(-4px) scale(1.035); }
.kx-format-card:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(7,152,232,.55); outline-offset: -3px; }
.kx-format-card__body { flex: 1; display: flex; flex-direction: column; min-width: 0; padding: 15px 16px 16px; }
.kx-format-card h3 { margin: 0 0 8px; color: #090d12 !important; font: var(--kx-type-h3); font-size: 19px; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; }
.kx-format-card p { margin: 0 0 11px; color: #3f4854 !important; font-size: 15px; line-height: 1.48; white-space: normal; overflow-wrap: anywhere; }
.kx-use-list { display: flex; flex-wrap: wrap; gap: 6px; }
.kx-use-list span { padding: 5px 8px; color: #0b7fca; background: #eef8fe; border-radius: 999px; font-size: 12px; font-weight: 650; line-height: 1.2; }

.kx-why-panel { min-height: 520px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--kx-line); border-radius: var(--kx-radius); background: #fff; box-shadow: var(--kx-shadow); }
.kx-why-panel__copy { padding: 44px 48px 40px; }
.kx-why-panel__copy > h2 { margin: 0; color: #031d3c; font: var(--kx-type-h2); letter-spacing: -.03em; }
.kx-why-panel__lead { margin: 10px 0 28px; color: var(--kx-muted); font-size: 17px; line-height: 1.55; }
.kx-why-panel__reasons { border-top: 1px solid #dce5eb; }
.kx-why-panel__reasons article { padding: 18px 0 17px; border-bottom: 1px solid #dce5eb; }
.kx-why-panel__reasons article:last-child { border-bottom: 0; }
.kx-why-panel__reasons h3 { margin: 0 0 5px; color: #061c3b; font: var(--kx-type-h3); font-size: 20px; line-height: 1.25; }
.kx-why-panel__reasons p { margin: 0; color: #526071; font-size: 16px; line-height: 1.55; }
.kx-why-panel__visual { position: relative; min-width: 0; overflow: hidden; background: radial-gradient(circle at 45% 40%,rgba(8,199,233,.15),transparent 48%),linear-gradient(145deg,#052843,#00182d); }
.kx-why-panel__visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(0,24,45,.22),transparent 28%); }
.kx-why-panel__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.kx-custom-case { min-height: 650px; display: grid; grid-template-columns: 1.48fr 1fr; overflow: hidden; border: 1px solid #c9e6f1; border-radius: 14px; background: #fff; box-shadow: var(--kx-shadow); }
.kx-custom-case__visual { position: relative; min-width: 0; overflow: hidden; padding: 30px 34px 22px; background: radial-gradient(circle at 50% 68%,rgba(8,199,233,.17),transparent 34%),linear-gradient(145deg,#f8fdff,#eaf8fd); }
.kx-custom-case__visual::before { content: ""; position: absolute; right: 7%; top: 6%; width: 150px; height: 100px; opacity: .24; background-image: radial-gradient(var(--kx-cyan) 1.2px,transparent 1.2px); background-size: 10px 10px; }
.kx-custom-case__visual-copy { position: relative; z-index: 6; max-width: 430px; }
.kx-custom-case__eyebrow { margin: 0 0 9px; color: var(--kx-blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.kx-custom-case__visual h2 { margin: 0; font: var(--kx-type-h2); font-size: 30px; line-height: 1.08; }
.kx-custom-case__hint { margin: 9px 0 0; color: #5b6877; font-size: 11.5px; line-height: 1.5; }
.kx-structure-tabs { position: relative; z-index: 7; display: flex; gap: 7px; margin-top: 18px; }
.kx-structure-tabs button { padding: 7px 10px; border: 1px solid #b8dfe9; border-radius: 999px; color: #28586e; background: rgba(255,255,255,.78); font-family: var(--kx-font-sans); font-size: 10px; font-weight: 650; cursor: pointer; transition: border-color .18s ease,color .18s ease,background .18s ease; }
.kx-structure-tabs button.is-active { border-color: #00aede; color: #00213b; background: #c8f4fb; }
.kx-structure-stage { position: absolute; inset: 150px 0 0; overflow: hidden; }
.kx-structure-stage::after { content: ""; position: absolute; left: 50%; bottom: 24px; width: 330px; height: 34px; border-radius: 50%; background: radial-gradient(ellipse,rgba(15,67,91,.18),transparent 68%); transform: translateX(-50%); filter: blur(7px); }
.kx-structure-stage img { position: absolute; left: 50%; bottom: 6px; z-index: 2; width: 380px; height: 480px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 24px 22px rgba(0,34,55,.15)); }
.kx-case-callout { --callout-line: 128px; position: absolute; z-index: 5; min-height: 31px; padding: 8px 12px; border: 1px solid #8bd7eb; border-radius: 999px; color: #064c70; background: rgba(255,255,255,.95); font-family: var(--kx-font-sans); font-size: 10px; font-weight: 650; line-height: 1; box-shadow: 0 6px 16px rgba(12,94,130,.07); pointer-events: none; }
.kx-case-callout::before { content: ""; position: absolute; top: 50%; width: var(--callout-line); border-top: 1.5px solid #14add9; }
.kx-case-callout::after { content: ""; position: absolute; top: calc(50% - 4px); width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: #0dbce5; box-shadow: 0 0 0 1px #0dbce5; }
.kx-case-callout--top-left { left: 26px; top: 84px; }
.kx-case-callout--mid-left { --callout-line: 143px; left: 22px; top: 230px; }
.kx-case-callout--bottom-left { --callout-line: 132px; left: 30px; bottom: 67px; }
.kx-case-callout--top-left::before,.kx-case-callout--mid-left::before,.kx-case-callout--bottom-left::before { left: 100%; }
.kx-case-callout--top-left::after,.kx-case-callout--mid-left::after,.kx-case-callout--bottom-left::after { left: calc(100% + var(--callout-line) - 4px); }
.kx-case-callout--top-right { --callout-line: 105px; right: 26px; top: 105px; }
.kx-case-callout--mid-right { --callout-line: 112px; right: 24px; top: 288px; }
.kx-case-callout--bottom-right { --callout-line: 116px; right: 28px; bottom: 79px; }
.kx-case-callout--top-right::before,.kx-case-callout--mid-right::before,.kx-case-callout--bottom-right::before { right: 100%; }
.kx-case-callout--top-right::after,.kx-case-callout--mid-right::after,.kx-case-callout--bottom-right::after { right: calc(100% + var(--callout-line) - 4px); }
.kx-custom-case__details { padding: 36px 30px 28px; color: #fff; background: radial-gradient(circle at 92% 5%,rgba(8,199,233,.2),transparent 28%),#001a32; }
.kx-custom-case__index { margin: 0 0 17px; color: #24cef0; font-size: 10px; font-weight: 750; letter-spacing: .07em; }
.kx-custom-case__details > h2 { margin: 0 0 13px; font: var(--kx-type-h2); font-size: 30px; line-height: 1.08; }
.kx-custom-case__lead { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.kx-custom-case__metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 19px 0 17px; }
.kx-custom-case__metrics span { min-width: 0; padding: 10px 7px; border: 1px solid rgba(35,205,239,.26); border-radius: 7px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.045); text-align: center; font-size: 9.5px; line-height: 1.25; }
.kx-custom-case__metrics strong { display: block; margin-bottom: 2px; color: #27d0f0; font-size: 18px; }
.kx-sku-switcher { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
.kx-sku-switcher button { min-width: 0; padding: 9px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; color: rgba(255,255,255,.76); background: rgba(255,255,255,.04); font-family: var(--kx-font-sans); text-align: left; cursor: pointer; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.kx-sku-switcher button:hover { transform: translateY(-1px); }
.kx-sku-switcher button.is-active { border-color: #22cdeb; background: rgba(34,205,235,.13); }
.kx-sku-switcher small { display: block; margin-bottom: 3px; color: #55d6ee; font-size: 8px; font-weight: 700; letter-spacing: .05em; }
.kx-sku-switcher strong { display: block; overflow: hidden; font-size: 10px; font-weight: 600; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.kx-custom-case__sku-detail { display: grid; grid-template-columns: 1fr 1fr; margin-top: 17px; border: 1px solid rgba(35,205,239,.26); border-radius: 8px; overflow: hidden; background: rgba(8,199,233,.06); }
.kx-custom-case__sku-detail > div { min-width: 0; padding: 11px 12px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.kx-custom-case__sku-detail > div:nth-child(2n) { border-right: 0; }
.kx-custom-case__sku-detail > div:nth-last-child(-n+2) { border-bottom: 0; }
.kx-custom-case__sku-detail small { display: block; margin-bottom: 4px; color: #61d7ee; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.kx-custom-case__sku-detail strong { display: block; overflow-wrap: anywhere; font-size: 10px; font-weight: 600; line-height: 1.35; }
.kx-custom-case__program-note { margin: 17px 0 0; color: rgba(255,255,255,.63); font-size: 10px; line-height: 1.55; }
.kx-custom-case__program-note strong { color: #fff; }

.kx-multi-sku-case { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid #d8e8f1; border-radius: 14px; background: linear-gradient(145deg,#fff 35%,#fafdff 100%); box-shadow: var(--kx-shadow); }
.kx-multi-sku-case__visual { position: relative; min-width: 0; min-height: 610px; overflow: hidden; }
.kx-multi-sku-case__visual::after { content: ""; position: absolute; left: 6%; right: 4%; bottom: 34px; height: 48px; border-radius: 50%; background: radial-gradient(ellipse,rgba(18,66,93,.16),transparent 68%); filter: blur(8px); }
.kx-multi-sku-case__visual > img { position: absolute; left: 50%; bottom: 24px; z-index: 3; width: 103%; height: 540px; object-fit: contain; object-position: center bottom; transform: translateX(-50%); filter: drop-shadow(0 19px 18px rgba(14,53,76,.11)); }
.kx-multi-sku-shape { position: absolute; z-index: 1; display: block; background: rgba(52,196,239,.11); }
.kx-multi-sku-shape--circle { left: 12%; top: 46px; width: 280px; height: 280px; border-radius: 50%; }
.kx-multi-sku-shape--square { left: 4%; top: 92px; width: 210px; height: 190px; border-radius: 16px; }
.kx-multi-sku-dots { position: absolute; z-index: 2; right: 7%; top: 61px; width: 96px; height: 66px; opacity: .43; background-image: radial-gradient(#42bfee 2px,transparent 2px); background-size: 14px 14px; }
.kx-multi-sku-case__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 54px 48px 48px 22px; }
.kx-multi-sku-case__eyebrow { margin: 0 0 17px; color: #008fdc; font-size: 11px; font-weight: 750; letter-spacing: .13em; }
.kx-multi-sku-case__content > h2 { margin: 0; color: #001a32; font: var(--kx-type-h2); font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.kx-multi-sku-case__lead { max-width: 560px; margin: 18px 0 0; color: #32435a; font-size: 15px; line-height: 1.55; }
.kx-multi-sku-case__metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 24px 0 28px; }
.kx-multi-sku-case__metrics > div { min-width: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 8px; border: 1px solid #c9e6f1; border-radius: 8px; background: rgba(255,255,255,.88); }
.kx-multi-sku-case__metrics strong { color: #0798e8; font-size: 24px; line-height: 1; }
.kx-multi-sku-case__metrics span { color: #17263b; font-size: 11px; font-weight: 650; line-height: 1.2; }
.kx-multi-sku-case__metrics .kx-repeat-mark { font-size: 31px; font-weight: 400; }
.kx-multi-sku-case__points { display: grid; gap: 20px; }
.kx-multi-sku-case__points article { display: grid; grid-template-columns: 56px 1fr; gap: 17px; align-items: center; }
.kx-multi-sku-case__icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; border: 1px solid rgba(7, 152, 232, .12); border-radius: 50%; color: #0798e8; background: #e9f7fd; }
.kx-multi-sku-case__icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.kx-multi-sku-case__points h3 { margin: 0 0 5px; color: #043865; font-size: 11px; font-weight: 750; letter-spacing: .11em; }
.kx-multi-sku-case__points p { margin: 0; color: #32435a; font-size: 13.5px; line-height: 1.5; }

.kx-program-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 20px; }
.kx-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.kx-project-card { position: relative; min-width: 0; padding: 15px 12px 12px; border: 1px solid var(--kx-line); border-radius: 9px; background: #fff; }
.kx-card-label { display: inline-flex; padding: 3px 7px; border-radius: 4px; color: #fff; background: var(--kx-blue); font-size: 8px; font-weight: 700; letter-spacing: .05em; }
.kx-project-card h3 { margin: 8px 0 4px; font: var(--kx-type-h3); font-size: 15px; }
.kx-project-card img { width: 100%; height: 125px; object-fit: cover; border-radius: 5px; }
.kx-project-card ul { margin: 11px 0; padding: 0; list-style: none; }
.kx-project-card li { margin: 3px 0; color: #202832; font-size: 10.5px; line-height: 1.35; }
.kx-project-status { display: flex; gap: 7px; align-items: center; margin: 0; padding-top: 9px; border-top: 1px solid var(--kx-line); font-size: 10px; font-weight: 500; }
.kx-project-status span { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid var(--kx-cyan); border-radius: 50%; color: var(--kx-blue); }
.kx-support-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--kx-line); border-radius: 9px; overflow: hidden; }
.kx-support-grid article { padding: 20px 17px; border-right: 1px solid var(--kx-line); border-bottom: 1px solid var(--kx-line); }
.kx-support-grid article:nth-child(2n) { border-right: 0; }
.kx-support-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.kx-support-grid h3 { margin: 10px 0 5px; font: var(--kx-type-h3); font-size: 15px; }
.kx-support-grid p { margin: 0; color: #434c58; font-size: 11.5px; line-height: 1.5; }

.kx-process-grid, .kx-next-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.kx-process-grid li, .kx-next-grid li { position: relative; min-height: 190px; padding: 24px 15px 14px; border: 1px solid var(--kx-line); border-right: 0; text-align: center; }
.kx-process-grid li:first-child, .kx-next-grid li:first-child { border-radius: 9px 0 0 9px; }
.kx-process-grid li:last-child, .kx-next-grid li:last-child { border-right: 1px solid var(--kx-line); border-radius: 0 9px 9px 0; }
.kx-process-grid .kx-icon-badge, .kx-next-grid .kx-icon-badge { width: 49px; height: 49px; margin: 6px auto 13px; border: 0; border-radius: 0; font-size: 13px; }
.kx-process-grid h3, .kx-next-grid h3 { margin: 0 0 8px; font: var(--kx-type-h3); font-size: 14px; }
.kx-process-grid p, .kx-next-grid p { margin: 0; color: #3e4651; font-size: 11px; line-height: 1.5; }
.kx-process-number { position: absolute; top: -12px; left: 50%; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--kx-blue); translate: -50% 0; font-size: 10px; font-weight: 700; }
.kx-process-arrow { position: absolute; z-index: 2; top: 74px; right: -8px; color: var(--kx-blue); font-size: 20px; }

.kx-print-page { padding: 26px 0 18px; overflow: hidden; }
.kx-print-page .kx-corner--left { left: -80px; top: 26px; bottom: auto; }
.kx-print-page .kx-corner--right { top: 140px; }
.kx-print-review { padding: 28px 22px 24px; }
.kx-print-review__eyebrow { margin: 0 0 24px; color: #0d70d7; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.kx-print-review__layout { display: grid; grid-template-columns: .95fr 1.75fr; gap: 28px; align-items: stretch; }
.kx-print-review__visual { min-height: 438px; overflow: hidden; border-radius: 12px; background: #eef2f5; }
.kx-print-review__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.kx-print-review__content { display: grid; align-content: start; }
.kx-print-review__heading h2 { margin: -8px 0 13px; font: var(--kx-type-h2); font-size: 38px; line-height: 1.02; letter-spacing: -.035em; }
.kx-print-review__heading > p { max-width: 540px; margin: 0 0 25px; color: #526075; font-size: 15px; line-height: 1.55; }
.kx-print-review__methods { display: grid; grid-template-columns: 1fr 1fr; }
.kx-print-review__method { min-width: 0; padding-right: 28px; }
.kx-print-review__method + .kx-print-review__method { padding: 0 0 0 28px; border-left: 1px solid var(--kx-line); }
.kx-print-review__method h3 { margin: 0 0 7px; color: #0d70d7; font-size: 15px; font-weight: 700; line-height: 1.25; }
.kx-print-review__summary { min-height: 49px; margin: 0 0 10px; color: #151b24; font-size: 14px; font-weight: 650; line-height: 1.42; }
.kx-print-review__method ul { min-height: 118px; margin: 0 0 13px; padding: 0; list-style: none; }
.kx-print-review__method li { position: relative; margin: 7px 0; padding-left: 15px; color: #202833; font-size: 13px; line-height: 1.4; }
.kx-print-review__method li::before { content: "•"; position: absolute; left: 0; color: #1679e3; font-weight: 800; }
.kx-print-review__best { margin: 0; color: #26313e; font-size: 11.5px; line-height: 1.55; }
.kx-print-review__best strong { color: #0d70d7; }

.kx-format-choice-band { min-height: 250px; display: grid; grid-template-columns: .82fr 1.12fr 1.12fr; overflow: hidden; border: 1px solid #b9e5f3; border-radius: 12px; box-shadow: var(--kx-shadow); }
.kx-format-choice-band__intro { padding: 28px 25px; color: #fff; background: radial-gradient(circle at 100% 0,rgba(8,199,233,.22),transparent 42%),#001a32; }
.kx-format-choice-band__intro > p { margin: 0 0 15px; color: #1bc9ef; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.kx-format-choice-band__intro h2 { margin: 0 0 12px; font: var(--kx-type-h2); font-size: 27px; line-height: 1.08; }
.kx-format-choice-band__intro > span { display: block; max-width: 245px; color: rgba(255,255,255,.7); font-size: 12.5px; line-height: 1.5; }
.kx-format-choice-band__intro > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #20cff1; font-size: 12px; font-weight: 650; }
.kx-format-choice { position: relative; min-width: 0; overflow: hidden; padding: 26px 23px; }
.kx-format-choice > div:first-child { position: relative; z-index: 2; max-width: 245px; }
.kx-format-choice--pouches { border-right: 1px solid #c9eaf4; background: linear-gradient(135deg,#f2fbff,#dff6fc); }
.kx-format-choice--rollstock { color: #fff; background: radial-gradient(circle at 94% 16%,rgba(8,199,233,.22),transparent 36%),linear-gradient(135deg,#06436b,#00223d); }
.kx-format-choice__number { display: block; margin-bottom: 13px; color: var(--kx-blue); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.kx-format-choice--rollstock .kx-format-choice__number { color: #2ad3ef; }
.kx-format-choice h3 { margin: 0 0 8px; font: var(--kx-type-h3); font-size: 19px; }
.kx-format-choice p { margin: 0 0 12px; color: #465463; font-size: 12px; line-height: 1.5; }
.kx-format-choice--rollstock p { color: rgba(255,255,255,.74); }
.kx-format-choice ul { margin: 0; padding: 0; list-style: none; }
.kx-format-choice li { position: relative; margin: 5px 0; padding-left: 13px; color: #273441; font-size: 11px; line-height: 1.4; }
.kx-format-choice--rollstock li { color: rgba(255,255,255,.88); }
.kx-format-choice li::before { content: "•"; position: absolute; left: 0; color: var(--kx-blue); }
.kx-format-choice--rollstock li::before { color: #21d0ef; }
.kx-format-choice__pouch-images { position: absolute !important; right: -4px; bottom: -16px; z-index: 1 !important; width: 145px; height: 170px; }
.kx-format-choice__pouch-images img { position: absolute; bottom: 0; width: 84px; height: 150px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(0,32,52,.2)); }
.kx-format-choice__pouch-images img:first-child { left: 0; }
.kx-format-choice__pouch-images img:last-child { right: 0; height: 140px; }
.kx-format-choice__rollstock-image { position: absolute; right: -19px; bottom: -5px; z-index: 1; width: 175px; height: 130px; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(0,0,0,.24)); }

.kx-sustainability-band { min-height: 500px; display: grid; grid-template-columns: .82fr 1.05fr 1.05fr; overflow: hidden; border: 1px solid #a9dbea; border-radius: 14px; background: #fff; box-shadow: var(--kx-shadow); }
.kx-sustainability-intro { position: relative; display: flex; flex-direction: column; padding: 38px 34px 30px; color: #fff; background: radial-gradient(circle at 15% 110%,rgba(21,211,143,.22),transparent 39%),linear-gradient(145deg,#012b43,#00182c 72%); }
.kx-sustainability-intro > p { margin: 0 0 22px; color: #28dda0; font-size: 13px; font-weight: 750; letter-spacing: .12em; }
.kx-sustainability-intro h2 { margin: 0; font: var(--kx-type-h2); font-size: 36px; line-height: 1.08; letter-spacing: -.03em; }
.kx-sustainability-intro > span { display: block; margin: 24px 0 0; color: #d5e4ea; font-size: 17px; line-height: 1.55; }
.kx-sustainability-intro > a { display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; margin-top: 25px; color: #35e6aa; font-size: 16px; font-weight: 750; }
.kx-sustainability-intro__notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: auto; padding-top: 34px; }
.kx-sustainability-intro__notes div { min-width: 0; color: #b9ffd9; }
.kx-sustainability-intro__notes b { display: block; margin-bottom: 8px; font-size: 26px; font-weight: 500; line-height: 1; }
.kx-sustainability-intro__notes small { display: block; color: #dce8ed; font-size: 10px; font-weight: 650; line-height: 1.35; }
.kx-sustainability-card { position: relative; min-width: 0; overflow: hidden; padding: 38px 34px 226px; }
.kx-sustainability-number { display: block; margin-bottom: 16px; color: #04b6e8; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.kx-sustainability-card h3 { max-width: 440px; margin: 0; font: var(--kx-type-h3); font-size: 27px; line-height: 1.12; letter-spacing: -.025em; }
.kx-sustainability-card > p { margin: 14px 0 16px; font-size: 17px; line-height: 1.5; }
.kx-sustainability-card ul { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; }
.kx-sustainability-card li { position: relative; margin: 8px 0; padding-left: 22px; font-size: 15px; line-height: 1.4; }
.kx-sustainability-card li::before { content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px; border-radius: 50%; background: #18cb87; }
.kx-sustainability-card > img { position: absolute; z-index: 1; right: 0; bottom: 0; width: 100%; height: 218px; object-fit: cover; object-position: center 64%; }
.kx-sustainability-card--light { color: #08233e; background: radial-gradient(circle at 88% 5%,rgba(29,202,136,.08),transparent 34%),linear-gradient(140deg,#f8fdff,#edf8fb); }
.kx-sustainability-card--light > p { color: #3e5366; }
.kx-sustainability-card--dark { color: #fff; background: radial-gradient(circle at 100% 0,rgba(12,140,206,.32),transparent 42%),linear-gradient(145deg,#074b71,#002c4b 72%); }
.kx-sustainability-card--dark > p { color: #d7e5eb; }
.kx-sustainability-card--dark li { color: #edf7fa; }
.kx-sustainability-card--dark > img { right: 0; bottom: 0; width: 100%; height: 218px; object-position: center; opacity: 1; }

.kx-fit-panel { min-height: 380px; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: 11px; color: #fff; background: radial-gradient(circle at 80% 20%,#063866,#001a32 54%,#001122); }
.kx-fit-panel__copy { padding: 44px 0 34px 48px; }
.kx-fit-panel h2 { margin: 0 0 8px; font: var(--kx-type-h2); }
.kx-fit-panel__copy > p { margin: 0; color: #dbe7f1; }
.kx-fit-features { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0 22px; }
.kx-fit-features article { padding-right: 22px; }
.kx-fit-features article + article { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.25); }
.kx-fit-features .kx-icon-badge { width: 58px; height: 58px; border: 0; border-radius: 14px; color: #16c9f4; background: rgba(8,199,233,.08); box-shadow: inset 0 0 0 1.5px currentColor,0 10px 24px rgba(8,199,233,.08); }
.kx-fit-features .kx-icon-badge svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.kx-fit-features h3 { min-height: 56px; margin: 16px 0 8px; font: var(--kx-type-h3); font-size: 16px; }
.kx-fit-features p { margin: 0; color: #b7c8d6; font-size: 12px; line-height: 1.55; }
.kx-fit-panel > img { width: 112%; max-width: none; height: 100%; align-self: end; justify-self: end; object-fit: contain; object-position: right bottom; transform: translateX(4%); filter: drop-shadow(0 24px 26px rgba(0,0,0,.28)); }
.kx-certification-panel { position: relative; min-height: 410px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid #bfe7f5; border-radius: 14px; background: radial-gradient(circle at 36% 105%,rgba(8,199,233,.13),transparent 38%),linear-gradient(118deg,#f8fdff 0%,#edf9fd 57%,#f9fdff 100%); box-shadow: var(--kx-shadow); }
.kx-certification-panel::before { content: ""; position: absolute; left: 33%; top: -120px; width: 330px; height: 330px; border: 1px solid rgba(7,152,232,.08); border-radius: 50%; box-shadow: 0 0 0 46px rgba(7,152,232,.025),0 0 0 92px rgba(7,152,232,.018); }
.kx-certification-panel::after { content: ""; position: absolute; right: 20px; bottom: 18px; width: 128px; height: 68px; opacity: .22; background-image: radial-gradient(var(--kx-cyan) 1.2px,transparent 1.2px); background-size: 10px 10px; }
.kx-certification-panel__copy { position: relative; z-index: 3; align-self: center; padding: 36px 18px 36px 50px; }
.kx-certification-panel__eyebrow { margin: 0 0 17px; color: #0798d8; font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.kx-certification-panel h2 { margin: 0; color: #06254a; font: var(--kx-type-h2); font-size: 36px; line-height: 1.08; letter-spacing: -.035em; }
.kx-certification-panel__lead { max-width: 430px; margin: 18px 0 0; color: #435872; font-size: 15px; line-height: 1.58; }
.kx-certification-panel__note { margin: 22px 0 0; color: #49627b; font-size: 12px; line-height: 1.45; }
.kx-certification-panel__copy > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 17px; padding-bottom: 5px; border-bottom: 1px solid #0798e8; color: #078fd7; font-size: 13px; font-weight: 650; }
.kx-certification-panel__visual { position: relative; z-index: 2; min-width: 0; min-height: 410px; display: grid; place-items: center; padding: 42px 30px 34px 12px; }
.kx-certification-panel__watermark { position: absolute; right: 22px; top: 18px; z-index: 1; color: rgba(7,152,232,.09); font-size: 12px; font-weight: 750; line-height: 1.45; letter-spacing: .14em; text-align: center; transform: rotate(-10deg); }
.kx-certification-marks { position: relative; z-index: 4; width: min(100%,610px); display: grid; grid-template-columns: repeat(4,1fr); gap: 18px 12px; align-items: center; }
.kx-certification-mark { --mark-dark: #075487; --mark-light: #18aeea; position: relative; width: 108px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; justify-self: center; overflow: hidden; border: 2px solid color-mix(in srgb,var(--mark-light) 55%,white); border-radius: 50%; color: var(--mark-dark); background: linear-gradient(145deg,#fff 10%,color-mix(in srgb,var(--mark-light) 10%,white)); box-shadow: inset 0 0 0 5px rgba(255,255,255,.82),0 10px 24px rgba(15,61,85,.12); text-align: center; }
.kx-certification-mark:nth-child(2),.kx-certification-mark:nth-child(4) { transform: none; }
.kx-certification-mark--green { --mark-dark: #14643e; --mark-light: #48a36a; }
.kx-certification-mark--gold { --mark-dark: #8a5b04; --mark-light: #e7b94a; }
.kx-certification-mark--cyan { --mark-dark: #04718c; --mark-light: #22bedc; }
.kx-certification-mark--slate { --mark-dark: #434d55; --mark-light: #929ba2; }
.kx-certification-mark__ring { position: absolute; inset: 8px; border: 1px solid color-mix(in srgb,var(--mark-light) 28%,white); border-radius: 50%; }
.kx-certification-mark__icon { position: relative; z-index: 2; width: 23px; height: 23px; margin-bottom: 3px; fill: none; stroke: var(--mark-light); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.kx-certification-mark small,.kx-certification-mark strong,.kx-certification-mark em { position: relative; z-index: 2; display: block; font-style: normal; text-shadow: none; }
.kx-certification-mark small { max-width: 76px; font-size: 13px; font-weight: 800; letter-spacing: .035em; line-height: 1; }
.kx-certification-mark strong { max-width: 78px; margin-top: 3px; color: #304b61; font-size: 8px; font-weight: 750; line-height: 1.05; }
.kx-certification-mark em { margin-top: 5px; padding-top: 4px; border-top: 1px solid color-mix(in srgb,var(--mark-light) 35%,white); color: #6a7e8f; font-size: 6.5px; font-weight: 750; letter-spacing: .07em; line-height: 1; }

.kx-review-section { overflow: hidden; padding: 48px 0 34px; background: linear-gradient(180deg,#fbfdfe,#f3f9fc); }
.kx-review-section .kx-corner--left { left: -76px; bottom: -66px; opacity: .45; }
.kx-review-section .kx-corner--right { top: 65px; opacity: .25; }
.kx-review-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 52px; align-items: center; }
.kx-review-aside { padding: 20px 0 20px 8px; }
.kx-review-aside__eyebrow { margin: 0 0 17px; color: var(--kx-blue); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.kx-review-title { max-width: 440px; margin: 0; color: #061f37; font: var(--kx-type-h1); font-size: 38px; line-height: 1.08; letter-spacing: -.035em; }
.kx-review-aside > .kx-lead { max-width: 440px; margin: 22px 0; color: #536274; font-size: 15px; line-height: 1.65; }
.kx-review-assurances { display: grid; gap: 12px; margin: 26px 0 32px; padding: 0; list-style: none; }
.kx-review-assurances li { position: relative; padding-left: 28px; color: #22364a; font-size: 13px; font-weight: 600; line-height: 1.4; }
.kx-review-assurances li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--kx-blue); font-size: 10px; }
.kx-review-contact { display: grid; gap: 4px; color: #66778a; font-size: 11px; }
.kx-review-contact a { width: max-content; color: #078fd7; font-size: 14px; font-weight: 650; }

.kx-review-form { padding: 30px 34px 24px; border: 1px solid #d8e5ec; border-radius: 14px; background: #fff; box-shadow: 0 18px 50px rgba(16,49,72,.1); }
.kx-simple-inquiry-form__heading { margin-bottom: 24px; }
.kx-simple-inquiry-form__heading > p { margin: 0 0 8px; color: var(--kx-blue); font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.kx-simple-inquiry-form__heading h2 { margin: 0; color: #10283d; font: var(--kx-type-h2); font-size: 27px; }
.kx-simple-inquiry-form__heading span { display: block; margin-top: 8px; color: #687685; font-size: 12px; line-height: 1.45; }
.kx-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; }
.kx-field--wide { grid-column: 1 / -1; }
.kx-field { display: grid; gap: 7px; color: #222b35; font: var(--kx-type-field-label); }
.kx-field em { color: #ef003e; font-style: normal; }
.kx-field input, .kx-field select, .kx-field textarea { width: 100%; min-height: 44px; padding: 11px 13px; border: 1px solid #bccbd5; border-radius: 6px; color: #222b35; background: #fff; font: var(--kx-type-field); outline: none; }
.kx-field textarea { resize: vertical; }
.kx-field input:focus, .kx-field select:focus, .kx-field textarea:focus { border-color: var(--kx-blue); box-shadow: 0 0 0 3px rgba(7,152,232,.1); }
.kx-form-submit { width: 100%; margin-top: 20px; border: 0; cursor: pointer; }
.kx-form-submit:disabled { cursor: wait; opacity: .7; }
.kx-form-message { margin: 12px 0 0; color: #0878b7; text-align: center; font-size: 11px; }
.kx-form-message--error { color: #bd2437; }
.kx-privacy { margin: 11px 0 0; color: #778592; text-align: center; font-size: 9px; }
.kx-next-grid { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1050px) {
  .kx-nav { display: none; }
  .kx-header__inner { justify-content: space-between; }
  .kx-hero h1 { font-size: 44px; }
  .kx-benefits { grid-template-columns: repeat(2, max-content); }
  .kx-industry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kx-why-panel__copy { padding: 38px 34px 34px; }
  .kx-sustainability-intro, .kx-sustainability-card { padding-left: 24px; padding-right: 24px; }
  .kx-sustainability-card { padding-bottom: 210px; }
  .kx-sustainability-intro h2 { font-size: 30px; }
  .kx-sustainability-card h3 { font-size: 23px; }
  .kx-custom-case { grid-template-columns: 1.35fr .9fr; }
  .kx-structure-stage img { width: 330px; }
  .kx-case-callout { --callout-line: 88px; }
  .kx-case-callout--top-left,.kx-case-callout--mid-left,.kx-case-callout--bottom-left { left: 14px; }
  .kx-case-callout--top-right,.kx-case-callout--mid-right,.kx-case-callout--bottom-right { right: 14px; }
  .kx-multi-sku-case { grid-template-columns: 1fr 1fr; }
  .kx-multi-sku-case__visual > img { width: 112%; }
  .kx-multi-sku-case__content { padding: 42px 30px 40px 18px; }
  .kx-multi-sku-case__content > h2 { font-size: 29px; }
  .kx-multi-sku-case__metrics { grid-template-columns: repeat(2,1fr); }
  .kx-program-layout { grid-template-columns: 1fr; }
  .kx-print-review__layout { grid-template-columns: .85fr 1.35fr; }
  .kx-print-review__heading h2 { font-size: 34px; }
  .kx-fit-panel { grid-template-columns: 1fr; }
  .kx-fit-panel > img { display: none; }
  .kx-certification-panel { grid-template-columns: .95fr 1.05fr; }
  .kx-certification-panel__copy { padding-left: 34px; }
  .kx-certification-panel h2 { font-size: 31px; }
  .kx-certification-mark { width: 90px; }
  .kx-certification-mark small { font-size: 11.5px; }
  .kx-certification-mark strong { font-size: 9px; }
  .kx-certification-mark em { font-size: 6.2px; }
  .kx-review-layout { grid-template-columns: .75fr 1.25fr; gap: 30px; }
  .kx-review-title { font-size: 32px; }
}

@media (max-width: 760px) {
  .kx-container { width: min(100% - 28px, 1180px); }
  .kx-header__inner { min-height: 68px; }
  .kx-header .kx-button { min-height: 38px; padding: 8px 11px; gap: 8px; }
  .kx-hero__grid { grid-template-columns: 1fr; }
  .kx-hero__copy { padding: 44px 0 18px; }
  .kx-hero h1 { font-size: 38px; }
  .kx-lead { font-size: 16px; }
  .kx-actions { display: grid; grid-template-columns: 1fr; }
  .kx-benefits { gap: 11px 14px; }
  .kx-benefits > div { width: calc(50% - 7px); white-space: normal; }
  .kx-industry-section { padding: 38px 0 42px; }
  .kx-industry-heading { margin-bottom: 20px; }
  .kx-industry-heading h2 { font-size: 31px; }
  .kx-industry-heading > p:last-child { font-size: 15px; }
  .kx-industry-grid { grid-template-columns: 1fr; gap: 12px; }
  .kx-industry-card__visual { height: 180px; }
  .kx-industry-card__body { min-height: 0; padding: 17px 18px 19px; }
  .kx-hero__visual { min-height: 330px; padding: 0 0 36px; }
  .kx-hero__visual img { width: 100%; }
  .kx-hero-shape--cyan { right: -32%; top: 38%; width: 110%; opacity: .1; }
  .kx-hero-shape--ring { right: -24%; top: 54%; width: 300px; height: 300px; }
  .kx-hero-shape--magenta,.kx-hero-shape--yellow { opacity: .2; }
  .kx-hero-shape--stripes { width: 180px; opacity: .3; }
  .kx-panel { padding: 20px 14px; }
  .kx-section-heading h1, .kx-section-heading h2 { font-size: 28px; }
  .kx-format-grid { grid-template-columns: 1fr 1fr; }
  .kx-format-card, .kx-format-card:nth-child(3n), .kx-format-card:nth-child(n+4) { border-right: 1px solid var(--kx-line); border-bottom: 1px solid var(--kx-line); }
  .kx-format-card:nth-child(2n) { border-right: 0; }
  .kx-format-card:nth-last-child(-n+2) { border-bottom: 0; }
  .kx-format-card__body { padding: 13px 10px; }
  .kx-format-card > img { height: 172px; padding: 10px 8px 7px; }
  .kx-format-card h3 { font-size: 16.5px; }
  .kx-format-card p { font-size: 14px; }
  .kx-use-list span { font-size: 12px; }
  .kx-why-panel { min-height: 0; grid-template-columns: 1fr; }
  .kx-why-panel__copy { padding: 30px 22px 24px; }
  .kx-why-panel__copy > h2 { font-size: 32px; }
  .kx-why-panel__lead { margin-bottom: 20px; font-size: 16px; }
  .kx-why-panel__reasons article { padding: 16px 0 15px; }
  .kx-why-panel__reasons h3 { font-size: 19px; }
  .kx-why-panel__reasons p { font-size: 15px; }
  .kx-why-panel__visual { min-height: 310px; }
  .kx-sustainability-band { grid-template-columns: 1fr; }
  .kx-sustainability-intro { min-height: 430px; padding: 32px 24px 26px; }
  .kx-sustainability-intro h2 { font-size: 34px; }
  .kx-sustainability-intro__notes { padding-top: 32px; }
  .kx-sustainability-card { min-height: 500px; padding: 32px 24px 228px; }
  .kx-sustainability-card h3 { font-size: 25px; }
  .kx-sustainability-card > p { font-size: 16px; }
  .kx-sustainability-card li { font-size: 15px; }
  .kx-sustainability-card > img { height: 220px; }
  .kx-custom-case { grid-template-columns: 1fr; }
  .kx-custom-case__visual { min-height: 625px; padding: 24px 18px 18px; }
  .kx-custom-case__visual-copy { max-width: none; }
  .kx-custom-case__visual h2 { font-size: 27px; }
  .kx-structure-tabs { flex-wrap: wrap; }
  .kx-structure-stage { inset: 176px 0 0; }
  .kx-structure-stage img { width: 285px; height: 420px; }
  .kx-case-callout { --callout-line: 55px; padding: 7px 9px; font-size: 8.5px; }
  .kx-case-callout--top-left,.kx-case-callout--mid-left,.kx-case-callout--bottom-left { left: 8px; }
  .kx-case-callout--top-right,.kx-case-callout--mid-right,.kx-case-callout--bottom-right { right: 8px; }
  .kx-case-callout--top-left { top: 74px; }
  .kx-case-callout--mid-left { top: 220px; }
  .kx-case-callout--top-right { top: 98px; }
  .kx-case-callout--mid-right { top: 284px; }
  .kx-custom-case__details { padding: 30px 22px; }
  .kx-multi-sku-case { grid-template-columns: 1fr; }
  .kx-multi-sku-case__visual { min-height: 460px; }
  .kx-multi-sku-case__visual > img { bottom: 12px; width: 104%; height: 420px; }
  .kx-multi-sku-shape--circle { left: 5%; top: 34px; width: 220px; height: 220px; }
  .kx-multi-sku-shape--square { left: 2%; top: 65px; width: 170px; height: 150px; }
  .kx-multi-sku-case__content { padding: 32px 22px 38px; }
  .kx-multi-sku-case__content > h2 { font-size: 30px; }
  .kx-multi-sku-case__lead { font-size: 14px; }
  .kx-multi-sku-case__metrics { margin: 21px 0 26px; }
  .kx-multi-sku-case__points article { grid-template-columns: 50px 1fr; gap: 13px; }
  .kx-multi-sku-case__icon { width: 46px; height: 46px; flex-basis: 46px; }
  .kx-multi-sku-case__icon svg { width: 25px; height: 25px; }
  .kx-project-grid { grid-template-columns: 1fr; }
  .kx-project-card img { height: auto; }
  .kx-support-grid { grid-template-columns: 1fr; }
  .kx-support-grid article, .kx-support-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--kx-line); }
  .kx-support-grid article:last-child { border-bottom: 0; }
  .kx-process-grid, .kx-next-grid { grid-template-columns: 1fr; gap: 18px; }
  .kx-process-grid li, .kx-next-grid li, .kx-process-grid li:first-child, .kx-process-grid li:last-child, .kx-next-grid li:first-child, .kx-next-grid li:last-child { min-height: 160px; border: 1px solid var(--kx-line); border-radius: 9px; }
  .kx-process-arrow { display: none; }
  .kx-print-review { padding: 22px 14px; }
  .kx-print-review__layout { grid-template-columns: 1fr; gap: 26px; }
  .kx-print-review__visual { min-height: 330px; }
  .kx-print-review__heading h2 { margin-top: 0; font-size: 32px; }
  .kx-print-review__methods { grid-template-columns: 1fr; gap: 22px; }
  .kx-print-review__method { padding-right: 0; }
  .kx-print-review__method + .kx-print-review__method { padding: 22px 0 0; border-top: 1px solid var(--kx-line); border-left: 0; }
  .kx-print-review__summary, .kx-print-review__method ul { min-height: 0; }
  .kx-format-choice-band { grid-template-columns: 1fr; }
  .kx-format-choice-band__intro, .kx-format-choice { min-height: 230px; }
  .kx-format-choice--pouches { border-right: 0; border-bottom: 1px solid #c9eaf4; }
  .kx-format-choice > div:first-child { max-width: 65%; }
  .kx-fit-panel__copy { padding: 30px 20px; }
  .kx-fit-features { grid-template-columns: 1fr; }
  .kx-fit-features article, .kx-fit-features article + article { min-height: auto; padding: 18px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .kx-fit-features article:last-child { border-bottom: 0; }
  .kx-fit-features h3 { min-height: auto; }
  .kx-certification-panel { grid-template-columns: 1fr; }
  .kx-certification-panel__copy { padding: 32px 22px 10px; }
  .kx-certification-panel h2 { font-size: 32px; }
  .kx-certification-panel__lead { font-size: 14px; }
  .kx-certification-panel__visual { min-height: auto; padding: 30px 16px 34px; }
  .kx-certification-marks { width: min(100%,360px); grid-template-columns: repeat(2,1fr); gap: 14px; }
  .kx-certification-mark { width: clamp(92px,30vw,112px); }
  .kx-certification-mark__ring { inset: 6px; }
  .kx-certification-mark small { font-size: clamp(9px,2.9vw,11px); }
  .kx-certification-mark strong { font-size: clamp(7px,2.2vw,9px); }
  .kx-certification-mark em { margin-top: 3px; padding-top: 3px; font-size: clamp(5.5px,1.6vw,6.5px); }
  .kx-certification-panel__watermark { top: 8px; font-size: 11px; }
  .kx-review-layout { grid-template-columns: 1fr; }
  .kx-review-aside { padding: 8px 4px 12px; }
  .kx-review-title { font-size: 34px; }
  .kx-review-form { padding: 24px 18px 20px; }
  .kx-field-grid { grid-template-columns: 1fr; gap: 14px; }
  .kx-field--wide { grid-column: auto; }
  .kx-field input, .kx-field select, .kx-field textarea { font-size: 16px; }
  .kx-footer__grid { grid-template-columns: 1fr 1fr; }
  .kx-footer__brand { grid-column: 1 / -1; }
  .kx-footer__contact { grid-column: 1 / -1; }
}
