:root {
  --ink: #14201c;
  --ink-soft: #45534d;
  --green: #0d6c58;
  --mist: #eef3f0;
  --line: #d3ddd8;
  --accent: #e7a63d;
  color: var(--ink);
  background: #fff;
  font: 16px/1.6 Arial, sans-serif;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.intent-header { display: grid; min-height: 72px; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 10px max(20px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--line); background: #fff; }
.intent-brand img { display: block; width: 152px; height: 43px; object-fit: contain; object-position: left center; }
.intent-nav { display: flex; justify-content: center; gap: 25px; font-size: 13px; font-weight: 700; }
.intent-nav a { text-decoration: none; }
.intent-nav a:hover { color: var(--green); }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 16px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.button.accent { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.button.light { border-color: #fff; background: #fff; color: var(--ink); }
.breadcrumb { padding-block: 18px; color: #68776f; font-size: 12px; }
.breadcrumb a { text-decoration: none; }
.intent-hero { position: relative; min-height: 560px; overflow: hidden; color: #fff; background: var(--ink); }
.intent-hero::before { position: absolute; inset: 0; background-position: center; background-size: cover; filter: saturate(.7) contrast(1.08); content: ""; }
.intent-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,22,18,.94) 0%, rgba(9,22,18,.74) 51%, rgba(9,22,18,.23) 100%); content: ""; }
.hero-cosmetic::before { background-image: url("assets/media/editorial-glassware.jpg"); }
.hero-bioactive::before { background-image: url("assets/media/editorial-materials.jpg"); }
.hero-custom::before { background-image: url("assets/media/editorial-analysis.jpg"); }
.hero-regulated::before { background-image: url("assets/media/lab.webp"); }
.hero-uae::before { background-image: url("assets/media/packaging.webp"); }
.hero-gcc::before { background-image: url("assets/media/hero-facility.webp"); }
.hero-manufacturer::before { background-image: url("assets/media/hero-facility.webp"); }
.intent-hero-inner { position: relative; z-index: 1; display: flex; min-height: 560px; flex-direction: column; justify-content: center; padding-block: 78px; }
.eyebrow { margin: 0 0 14px; color: #9ed7c9; font-size: 11px; font-weight: 850; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 850px; margin: 0; font-size: 58px; line-height: 1.04; }
.hero-lead { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.quick-answer { border-bottom: 1px solid var(--line); background: var(--mist); }
.quick-answer-inner { display: grid; grid-template-columns: 180px 1fr; gap: 42px; padding-block: 30px; }
.quick-answer strong { font-size: 12px; text-transform: uppercase; }
.quick-answer p { margin: 0; color: var(--ink-soft); }
.section { padding-block: 86px; }
.section.alt { background: #f6f8f7; }
.section-heading { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 80px; margin-bottom: 34px; align-items: end; }
.section-heading h2 { max-width: 560px; margin: 0; font-size: 43px; line-height: 1.08; }
.section-heading p { margin: 0; color: var(--ink-soft); }
.answer-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.answer-nav a { min-height: 92px; padding: 20px; border-inline-end: 1px solid var(--line); text-decoration: none; }
.answer-nav a:last-child { border: 0; }
.answer-nav span, .answer-nav strong { display: block; }
.answer-nav span { color: var(--green); font-size: 10px; font-weight: 850; }
.answer-nav strong { margin-top: 6px; font-size: 14px; line-height: 1.35; }
.route-table { width: 100%; border-collapse: collapse; }
.route-table th, .route-table td { padding: 16px 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.route-table th { width: 25%; background: var(--mist); color: var(--green); font-size: 12px; }
.scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.second-scope { margin-top: 16px; }
.scope-item { min-height: 270px; padding: 25px; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.scope-item span { color: var(--green); font-size: 11px; font-weight: 850; }
.scope-item h3 { margin: 42px 0 12px; font-size: 21px; }
.scope-item p, .scope-item li { color: var(--ink-soft); font-size: 14px; }
.scope-item ul { margin: 0; padding-left: 18px; }
.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.process li { min-height: 210px; padding: 24px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); border-inline-end: 1px solid var(--line); }
.process li:last-child { border-inline-end: 0; }
.process span { color: var(--green); font-size: 11px; font-weight: 850; }
.process h3 { margin: 40px 0 9px; font-size: 18px; }
.process p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.faq { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 4px; font-size: 17px; font-weight: 780; cursor: pointer; }
.faq p { max-width: 780px; margin: -4px 0 22px; color: var(--ink-soft); }
.scope-note { margin-top: 28px; padding: 18px 20px; border-inline-start: 4px solid var(--accent); background: #fff8e9; color: var(--ink-soft); }
.content-prose { max-width: 820px; }
.content-prose h2 { margin: 42px 0 14px; font-size: 34px; line-height: 1.15; }
.content-prose h3 { margin: 28px 0 9px; font-size: 21px; }
.content-prose p, .content-prose li { color: var(--ink-soft); }
.content-prose ul, .content-prose ol { padding-left: 22px; }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.related-links a { min-height: 94px; padding: 18px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); font-size: 14px; font-weight: 750; text-decoration: none; }
.related-links a:hover { border-color: var(--green); color: var(--green); }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 16px 18px; border-inline-start: 3px solid var(--green); background: var(--mist); color: var(--ink-soft); }
.market-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-bottom: 26px; border: 1px solid var(--line); }
.market-strip span { display: flex; min-height: 78px; align-items: center; justify-content: center; padding: 12px; border-inline-end: 1px solid var(--line); color: var(--green); font-size: 12px; font-weight: 800; text-align: center; }
.market-strip span:last-child { border-inline-end: 0; }
.intent-cta { color: #fff; background: #173b34; }
.intent-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-block: 66px; }
.intent-cta h2 { max-width: 700px; margin: 0; font-size: 40px; line-height: 1.08; }
.intent-cta p { max-width: 700px; color: #c5d7d0; }
.intent-footer { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding-block: 32px; color: #5d6c65; font-size: 12px; }
.intent-footer div { display: flex; flex-wrap: wrap; gap: 18px; }
html[dir="rtl"] .intent-brand img { object-position: right center; }
html[dir="rtl"] .intent-hero::after { background: linear-gradient(270deg, rgba(9,22,18,.94) 0%, rgba(9,22,18,.74) 51%, rgba(9,22,18,.23) 100%); }
html[dir="rtl"] .route-table th, html[dir="rtl"] .route-table td { text-align: right; }
html[dir="rtl"] .faq p { margin-inline: 0 auto; }
@media (max-width: 850px) {
  .intent-header { grid-template-columns: 1fr auto; }
  .intent-nav { display: none; }
  h1 { font-size: 46px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .answer-nav, .process { grid-template-columns: repeat(2, 1fr); }
  .scope-grid { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
  .market-strip { grid-template-columns: repeat(3, 1fr); }
  .market-strip span:nth-child(3) { border-inline-end: 0; }
  .market-strip span { border-bottom: 1px solid var(--line); }
  .market-strip span:nth-last-child(-n+3) { border-bottom: 0; }
  .intent-cta-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .intent-header { padding-inline: 14px; }
  .intent-brand img { width: 126px; }
  .intent-header .button { min-height: 38px; padding: 8px 11px; }
  .intent-hero, .intent-hero-inner { min-height: 520px; }
  h1 { font-size: 38px; overflow-wrap: anywhere; }
  .hero-lead { font-size: 17px; }
  .quick-answer-inner { grid-template-columns: 1fr; gap: 8px; }
  .section { padding-block: 66px; }
  .section-heading h2 { font-size: 34px; }
  .answer-nav, .process { grid-template-columns: 1fr; }
  .answer-nav a, .process li { border-inline-end: 0; }
  .route-table { font-size: 14px; }
  .route-table th, .route-table td { padding: 12px 10px; }
  .check-list { grid-template-columns: 1fr; }
  .market-strip { grid-template-columns: repeat(2, 1fr); }
  .market-strip span:nth-child(3) { border-inline-end: 1px solid var(--line); }
  .market-strip span:nth-child(even) { border-inline-end: 0; }
  .market-strip span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .market-strip span:nth-last-child(-n+2) { border-bottom: 0; }
  .intent-cta h2 { font-size: 32px; }
  .intent-footer { grid-template-columns: 1fr; }
}
