@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  unicode-range: U+0600-06FF, U+0750-077F, U+200C-200E, U+FB50-FDFF, U+FE70-FEFC;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2190-2199;
}

:root {
  --green-950: #0d0a46;
  --green-900: #21146d;
  --green-800: #4931c7;
  --green-700: #6246ea;
  --green-600: #6f54ee;
  --green-500: #8069f2;
  --green-100: #e8e4ff;
  --green-50: #f3f1ff;
  --gold: #ffd83d;
  --gold-soft: #ffe98a;
  --yellow: #ffd83d;
  --ivory: #fbfaff;
  --cream: #f1f0f8;
  --ink: #0d0a46;
  --muted: #555371;
  --line: #dedcf0;
  --white: #fff;
  --danger: #a53d3d;
  --shadow: 0 22px 65px rgba(35, 22, 112, 0.13);
  --radius: 10px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-soft); font-style: normal; font-weight: 400; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -100px; right: 20px; z-index: 9999; padding: 10px 18px;
  color: var(--white); background: var(--green-950); transition: top .2s;
}
.skip-link:focus { top: 12px; }

/* Shared controls */
.btn {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  gap: 14px; padding: 12px 24px; border: 1px solid transparent; border-radius: var(--radius);
  font-weight: 700; transition: transform .25s, background .25s, border-color .25s, color .25s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(110deg, var(--green-700), #3c63dd); box-shadow: 0 12px 28px rgba(98,70,234,.24); }
.btn-primary:hover { background: linear-gradient(110deg, var(--green-800), #3154cc); }
.btn-yellow { color: var(--green-950); background: var(--gold); box-shadow: 0 12px 28px rgba(255,216,61,.2); }
.btn-yellow:hover { color: var(--green-950); background: #ffe36c; }
.btn-light { color: var(--green-950); background: var(--white); }
.btn-light:hover { background: var(--gold-soft); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: var(--white); }
.btn-outline { color: var(--green-900); border-color: #aaa2d8; background: transparent; }
.btn-outline:hover { color: var(--white); border-color: var(--green-800); background: var(--green-800); }
.btn-wide { width: 100%; margin-top: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-800); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(-5px); }
.text-link.strong { font-size: 17px; border-bottom: 1px solid #aaa2d8; padding-bottom: 5px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; color: #eef7f2; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.kicker i { width: 26px; height: 1px; background: var(--gold); }
.kicker-dark { color: var(--green-700); }
.eyebrow { margin-bottom: 6px; color: #84918b; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; direction: ltr; text-align: right; }

/* Header */
.topbar { color: #dcd8ff; background: var(--green-950); font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar a { color: var(--gold-soft); }
.topbar-inner > div { display: flex; align-items: center; gap: 12px; }
.topbar-inner > div > span { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.site-header {
  position: sticky; top: 0; z-index: 1000; height: 84px; color: var(--ink);
  background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(73,49,199,.10);
  backdrop-filter: blur(16px); transition: box-shadow .25s, height .25s;
}
.site-header.scrolled { height: 72px; box-shadow: 0 8px 30px rgba(35,22,112,.09); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { min-width: 92px; display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 72px; height: 68px; object-fit: contain; object-position: center; }
.main-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 22px; }
.main-nav a { position: relative; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -11px; width: 0; height: 2px; background: var(--gold); transition: width .25s; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.main-nav .nav-business { color: var(--green-800); font-weight: 850; }
.main-nav .nav-business small { margin-right: 4px; padding: 2px 5px; color: var(--green-950); background: var(--gold); border-radius: 8px; font-size: 8px; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px; color: var(--white); background: var(--green-800); border-radius: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px 0; background: var(--green-900); transition: transform .25s, opacity .25s; }
.messages { position: fixed; top: 92px; left: 50%; z-index: 1200; transform: translateX(-50%); }
.message { padding: 14px 22px; color: var(--green-950); background: #eeebff; border: 1px solid #c7befd; box-shadow: var(--shadow); }

/* Home hero */
.hero { position: relative; min-height: 690px; display: flex; align-items: stretch; overflow: hidden; color: var(--white); background: var(--green-950); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,10,70,.12) 5%, rgba(45,27,132,.6) 48%, rgba(13,10,70,.98) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(0deg, rgba(13,10,70,.45), transparent); }
.hero-content { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 80px; padding-top: 30px; padding-bottom: 70px; }
.hero-copy { max-width: 680px; }
.hero h1 { margin: 18px 0 24px; font-size: clamp(52px, 6vw, 86px); font-weight: 850; line-height: 1.17; }
.hero-copy > p { max-width: 590px; margin-bottom: 34px; color: #dfece6; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { align-self: end; display: flex; align-items: center; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.35); color: #e8f1ed; font-size: 12px; line-height: 1.7; }
.note-number { color: var(--gold-soft); font-size: 30px; font-weight: 300; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; right: 50%; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 11px; transform: translateX(50%); }
.scroll-cue span { width: 1px; height: 34px; background: rgba(255,255,255,.5); animation: scrollPulse 1.8s infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .35; transform: scaleY(.7); } 50% { opacity: 1; transform: scaleY(1); } }
.trust-strip { color: var(--white); background: var(--green-900); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 22px 26px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border-left: 0; }
.trust-grid > div > span { color: var(--gold); font-size: 11px; }
.trust-grid p { margin: 0; color: #bcd0c6; font-size: 12px; line-height: 1.5; }
.trust-grid strong { display: block; margin-bottom: 6px; color: var(--white); font-size: 15px; }

/* Shared section heads */
.section-heading h2, .section-header h2 { margin: 14px 0 0; color: var(--green-950); font-size: clamp(36px, 4vw, 56px); }
.section-heading em { color: var(--green-700); }
.section-heading.centered { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-heading.centered .kicker { justify-content: center; }
.section-header { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.section-header > p { margin: 0; color: var(--muted); }

/* About intro */
.intro-section { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 42px 80px; }
.intro-copy { padding-top: 25px; }
.intro-copy p { color: var(--muted); }
.intro-copy .lead { color: #35423c; font-size: 20px; line-height: 2; }
.intro-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-metrics div { padding: 32px 22px; display: flex; align-items: center; justify-content: center; gap: 16px; border-left: 1px solid var(--line); }
.intro-metrics div:last-child { border-left: 0; }
.intro-metrics strong { color: var(--green-800); font-size: 40px; font-weight: 400; direction: ltr; }
.intro-metrics span { color: var(--muted); font-size: 13px; }

/* Product cards */
.products-section, .category-section { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid rgba(7,55,42,.09); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card-visual { position: relative; height: 310px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f3f0ff, #e2def9); }
.product-card-visual::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(14,79,59,.12); border-radius: 50%; }
.product-card-visual::after { content: ""; position: absolute; width: 150px; height: 35px; bottom: 32px; background: rgba(31,55,45,.13); border-radius: 50%; filter: blur(11px); }
.product-card-visual img { position: relative; z-index: 2; max-height: 250px; width: auto; object-fit: contain; transition: transform .35s; }
.product-card:hover .product-card-visual img { transform: scale(1.04); }
.product-category { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 5px 10px; color: var(--green-800); background: rgba(255,255,255,.85); border: 1px solid rgba(14,79,59,.12); font-size: 10px; font-weight: 700; }
.pack { position: relative; z-index: 2; width: 128px; height: 198px; display: flex; flex-direction: column; justify-content: center; padding: 16px; color: var(--white); background: linear-gradient(145deg, var(--green-700), var(--green-950)); border-radius: 7px; box-shadow: -18px 22px 34px rgba(7,55,42,.24); transform: perspective(700px) rotateY(-8deg) rotateX(2deg); }
.pack::before { content: ""; position: absolute; inset: 0 0 auto; height: 12px; background: var(--gold); border-radius: 7px 7px 0 0; }
.pack::after { content: "+"; position: absolute; top: 24px; left: 14px; width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-900); background: var(--gold-soft); border-radius: 50%; font-weight: 900; }
.pack small { position: absolute; top: 25px; right: 14px; font-size: 8px; }
.pack b { font-size: 21px; line-height: 1.3; }
.pack i { color: #cbdad3; font-size: 9px; font-style: normal; text-transform: uppercase; direction: ltr; }
.pack em { margin-top: 12px; color: var(--gold-soft); font-size: 9px; font-style: normal; }
.product-card:nth-child(3n+2) .pack { background: linear-gradient(145deg, #7658ee, #302078); }
.product-card:nth-child(3n) .pack { background: linear-gradient(145deg, #4672df, #172f7a); }
.product-card-body { padding: 24px 24px 20px; }
.product-card-body h3 { margin-bottom: 9px; color: var(--green-950); font-size: 22px; }
.product-card-body > p:not(.eyebrow) { min-height: 54px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.card-meta { padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #e8ece9; color: #7c8983; font-size: 11px; }
.card-meta .text-link { font-size: 12px; }

/* Science and categories */
.science-band { padding: 110px 0; color: var(--white); background: var(--green-950); overflow: hidden; }
.science-grid { display: grid; grid-template-columns: .95fr 1fr; align-items: center; gap: 100px; }
.science-copy h2 { margin: 16px 0 24px; font-size: clamp(38px, 4vw, 58px); }
.science-copy > p { color: #bad0c5; }
.check-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; padding: 9px 0; color: #e4efe9; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--green-950); background: var(--gold-soft); border-radius: 50%; font-size: 12px; }
.science-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.science-ring { position: absolute; border: 1px solid rgba(231,214,174,.28); border-radius: 50%; }
.ring-one { width: 370px; height: 370px; }
.ring-two { width: 260px; height: 260px; border-style: dashed; animation: rotate 25s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.science-core { position: relative; width: 155px; height: 155px; display: grid; place-items: center; background: radial-gradient(circle at 38% 30%, #8f8cff, #3724a8 65%); border-radius: 50%; box-shadow: 0 0 70px rgba(98,70,234,.38); }
.science-core::before, .science-core::after, .science-core i { content: ""; position: absolute; width: 44px; height: 85px; border: 2px solid var(--gold-soft); border-radius: 100% 0 100% 0; }
.science-core::before { transform: translate(-20px,-5px) rotate(15deg); }
.science-core::after { transform: translate(20px,5px) rotate(195deg); }
.science-core i { width: 2px; height: 78px; background: var(--gold-soft); border: 0; border-radius: 0; transform: rotate(0); }
.science-label { position: absolute; padding: 8px 13px; color: #d8e6df; background: rgba(10,66,49,.8); border: 1px solid rgba(255,255,255,.13); font-size: 11px; }
.label-one { top: 20px; right: 45%; }.label-two { bottom: 70px; right: 15px; }.label-three { bottom: 65px; left: 25px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #cfd8d2; border-right: 1px solid #cfd8d2; }
.category-card { position: relative; min-height: 260px; padding: 24px 22px; border-left: 1px solid #cfd8d2; border-bottom: 1px solid #cfd8d2; transition: color .3s, background .3s, transform .3s; }
.category-card:hover { z-index: 2; color: var(--white); background: var(--green-800); transform: translateY(-5px); }
.category-index { color: #8b9992; font-size: 10px; }
.category-icon { min-height: 70px; display: flex; align-items: end; color: var(--gold); font-size: 14px; font-weight: 800; }
.category-card h3 { margin: 20px 0 8px; color: var(--green-950); font-size: 19px; }
.category-card:hover h3 { color: var(--white); }
.category-card p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.category-card:hover p, .category-card:hover .category-index { color: #c9dad2; }
.category-card > i { position: absolute; left: 20px; bottom: 18px; color: var(--green-700); font-style: normal; }
.category-card:hover > i { color: var(--gold-soft); }

/* Articles */
.articles-section { background: var(--ivory); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-grid-large { grid-template-columns: repeat(2, 1fr); }
.article-card { background: var(--white); border: 1px solid rgba(7,55,42,.10); transition: transform .3s, box-shadow .3s; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.article-cover { position: relative; height: 230px; display: block; overflow: hidden; background: linear-gradient(135deg, #cec8ff, #6551d6); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-cover-pattern { position: absolute; inset: 0; overflow: hidden; }
.article-cover-pattern::before { content: ""; position: absolute; width: 250px; height: 250px; top: -70px; left: -45px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.article-cover-pattern::after { content: ""; position: absolute; width: 170px; height: 170px; right: 45px; bottom: -90px; background: rgba(7,55,42,.25); border-radius: 50%; }
.article-cover-pattern i, .article-cover-pattern b { position: absolute; width: 70px; height: 135px; right: 35%; top: 20%; border: 2px solid rgba(255,255,255,.65); border-radius: 100% 0 100% 0; transform: rotate(20deg); }
.article-cover-pattern b { right: 50%; top: 28%; transform: rotate(200deg); }
.article-tag { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 5px 11px; color: var(--green-950); background: var(--gold-soft); font-size: 10px; font-weight: 800; }
.article-card-body { padding: 24px; }
.article-meta { display: flex; justify-content: space-between; color: #84918b; font-size: 10px; }
.article-card h3 { margin: 14px 0 10px; color: var(--green-950); font-size: 20px; }
.article-card-body > p { color: var(--muted); font-size: 13px; }
.article-card .text-link { margin-top: 7px; font-size: 12px; }
.career-cta { padding: 70px 0; color: var(--white); background: var(--green-800); }
.career-cta-inner { display: grid; grid-template-columns: 1.3fr .8fr auto; align-items: center; gap: 50px; }
.career-cta h2 { margin: 12px 0 0; font-size: 35px; }
.career-cta p { margin: 0; color: #c5d8ce; font-size: 14px; }

/* Footer */
.site-footer { padding-top: 78px; color: #c4c1df; background: #090632; }
.site-footer .footer-logo { width: 94px; height: 90px; padding: 8px; background: var(--white); border-radius: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; padding-bottom: 58px; }
.footer-brand > p { max-width: 350px; margin-top: 22px; font-size: 13px; }
.footer-grid h3 { margin-bottom: 19px; color: var(--white); font-size: 14px; }
.footer-grid > div:not(.footer-brand) a, .footer-contact p { display: block; margin: 9px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--gold-soft); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #799489; font-size: 10px; }
.footer-bottom p { margin: 0; }
.back-to-top { position: fixed; left: 24px; bottom: 24px; z-index: 500; width: 44px; height: 44px; color: var(--white); background: var(--green-800); border: 1px solid rgba(255,255,255,.3); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Inner page hero */
.page-hero { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--green-950); }
.page-hero::before { content: ""; position: absolute; width: 500px; height: 500px; left: -90px; top: -200px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 100px; }
.page-hero h1 { margin: 18px 0 0; font-size: clamp(43px, 5.2vw, 68px); }
.page-hero-grid > p, .page-hero-grid > div:last-child > p { margin-bottom: 9px; color: #bdd0c7; font-size: 17px; line-height: 2; }
.page-hero-decor { position: absolute; left: 13%; bottom: -50px; width: 300px; height: 300px; border: 1px solid rgba(231,214,174,.18); border-radius: 50%; }
.page-hero-decor span, .page-hero-decor i, .page-hero-decor b { position: absolute; width: 80px; height: 150px; top: 55px; right: 72px; border: 2px solid rgba(231,214,174,.38); border-radius: 100% 0 100% 0; transform: rotate(28deg); }
.page-hero-decor i { right: 140px; top: 80px; transform: rotate(210deg); }
.page-hero-decor b { width: 2px; height: 165px; right: 145px; top: 70px; background: rgba(231,214,174,.3); border: 0; border-radius: 0; }
.compact-page-hero { min-height: 390px; }
.story-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 100px; }
.story-number { min-height: 340px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--white); background: var(--green-800); }
.story-number span, .story-number small { color: #c7dad0; }
.story-number strong { margin: 10px 0; color: var(--gold-soft); font-size: 68px; font-weight: 300; }
.story-copy h2 { margin: 14px 0 25px; color: var(--green-950); font-size: 47px; }
.story-copy p { color: var(--muted); }
.story-copy .lead { color: #34423c; font-size: 20px; }
.values-section { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfd8d2; border-right: 1px solid #cfd8d2; }
.value-card { min-height: 285px; padding: 30px 25px; border-left: 1px solid #cfd8d2; border-bottom: 1px solid #cfd8d2; }
.value-card > span { color: var(--gold); font-size: 11px; }
.value-card h3 { margin: 65px 0 14px; color: var(--green-950); font-size: 21px; }
.value-card p { color: var(--muted); font-size: 13px; }
.quality-section { padding: 110px 0; color: var(--white); background: var(--green-950); }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.quality-copy h2 { margin: 18px 0 22px; font-size: 42px; }
.quality-copy p { color: #afc5ba; }
.quality-steps { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.quality-steps li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.quality-steps > li > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--green-950); background: var(--gold-soft); border-radius: 50%; }
.quality-steps h3 { margin: 0 0 6px; font-size: 18px; }
.quality-steps p { margin: 0; color: #a9beb4; font-size: 12px; }
.split-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 55px; background: #e7eee9; }
.split-cta span { color: var(--green-700); font-size: 12px; }
.split-cta h2 { margin: 8px 0 0; font-size: 35px; }
.split-cta > div:last-child { display: flex; gap: 12px; }

/* Contact and forms */
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-info h2 { margin: 12px 0 28px; color: var(--green-950); font-size: 38px; }
.contact-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-item > span { display: block; margin-bottom: 5px; color: var(--green-700); font-size: 11px; font-weight: 700; }
.contact-item a, .contact-item p { margin: 0; color: var(--ink); font-size: 18px; }
.contact-item small { color: #8a968f; }
.contact-note, .privacy-note { margin-top: 28px; padding: 20px; color: #4b5e55; background: var(--green-50); border-right: 3px solid var(--gold); font-size: 12px; }
.contact-note p, .privacy-note p { margin: 5px 0 0; }
.form-card { padding: 44px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 30px; }
.form-heading > span { color: var(--green-700); font-size: 11px; font-weight: 700; }
.form-heading h2 { margin: 7px 0; color: var(--green-950); font-size: 33px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #3d4b45; font-size: 12px; font-weight: 700; }
.field label span { color: var(--danger); }
.field input:not([type="checkbox"]), .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fbfcfa;
  border: 1px solid #cad5ce; border-radius: 2px; outline: 0; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(27,107,80,.09); }
.field-error { margin-top: 5px; color: var(--danger); font-size: 11px; }
.form-alert { margin-bottom: 18px; padding: 12px 15px; color: var(--danger); background: #fff1f1; border: 1px solid #e9bcbc; font-size: 12px; }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; padding: 15px; background: var(--green-50); }
.checkbox-field input { width: 18px; height: 18px; margin-top: 6px; accent-color: var(--green-700); }
.checkbox-field label { margin: 0; }
.file-field input[type="file"] { padding: 13px; border: 1px dashed #9eafa5; background: var(--green-50); }
.file-field small { display: block; margin-top: 7px; color: #7a8881; }

/* Catalog */
.catalog-hero { padding: 90px 0 75px; color: var(--white); background: var(--green-950); }
.catalog-heading { max-width: 760px; }
.catalog-heading h1 { margin: 16px 0; font-size: clamp(46px, 5.6vw, 72px); }
.catalog-heading p { color: #b8cbc1; }
.catalog-search { max-width: 800px; margin-top: 40px; display: flex; padding: 7px; background: var(--white); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.catalog-search input { flex: 1; min-width: 0; padding: 12px 17px; border: 0; outline: 0; }
.catalog-search button { min-width: 130px; color: var(--white); background: var(--green-700); border: 0; font-weight: 700; }
.catalog-section { background: var(--cream); }
.filter-row { margin-bottom: 35px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chips a { padding: 8px 15px; color: #66746d; background: transparent; border: 1px solid #c8d2cc; font-size: 12px; }
.filter-chips a:hover, .filter-chips a.active { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.filter-row > p { margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; }
.filter-row strong { color: var(--green-800); font-size: 20px; }
.empty-state { padding: 40px; color: var(--muted); background: rgba(255,255,255,.6); border: 1px dashed #b8c5bd; text-align: center; }
.empty-wide { grid-column: 1 / -1; }
.empty-state h2 { color: var(--green-950); }
.pagination { margin-top: 45px; display: flex; justify-content: center; align-items: center; gap: 8px; }
.pagination a, .pagination span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; color: var(--green-800); background: var(--white); border: 1px solid var(--line); font-size: 12px; }
.pagination a.active, .pagination a:hover { color: var(--white); background: var(--green-800); }
.medical-disclaimer { padding: 24px 0; background: #e8eee9; border-top: 1px solid #ccd8d0; }
.medical-disclaimer .container { display: flex; align-items: center; gap: 20px; }
.medical-disclaimer strong { color: var(--green-800); }
.medical-disclaimer p { margin: 0; color: #5b6962; font-size: 12px; }

/* Product detail */
.product-detail-hero { padding: 35px 0 85px; background: linear-gradient(135deg, #e7eee9, #f6f4ed); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: #75827c; font-size: 11px; }
.breadcrumbs a:hover { color: var(--green-700); }
.product-detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.detail-visual { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; }
.detail-visual::before { content: ""; position: absolute; width: 300px; height: 55px; bottom: 70px; background: rgba(7,55,42,.16); border-radius: 50%; filter: blur(16px); }
.visual-orbit { position: absolute; width: 400px; height: 400px; border: 1px solid rgba(14,79,59,.16); border-radius: 50%; }
.visual-orbit::after { content: ""; position: absolute; inset: 48px; border: 1px dashed rgba(14,79,59,.17); border-radius: 50%; }
.detail-visual img { position: relative; z-index: 2; max-height: 430px; object-fit: contain; }
.pack-large { width: 210px; height: 330px; padding: 28px; border-radius: 10px; box-shadow: -28px 34px 55px rgba(7,55,42,.28); }
.pack-large b { font-size: 34px; }.pack-large i { font-size: 11px; }.pack-large::before { height: 18px; }.pack-large::after { top: 35px; left: 23px; width: 34px; height: 34px; }
.product-detail-category { display: inline-block; padding: 5px 12px; color: var(--green-800); background: var(--green-100); font-size: 11px; font-weight: 700; }
.detail-copy h1 { margin: 5px 0 12px; color: var(--green-950); font-size: clamp(46px, 5vw, 70px); }
.detail-lead { color: #52615a; font-size: 18px; line-height: 2; }
.quick-facts { margin: 32px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd6cf; border-bottom: 1px solid #cbd6cf; }
.quick-facts div { padding: 17px 13px; border-left: 1px solid #cbd6cf; }
.quick-facts div:last-child { border-left: 0; }
.quick-facts dt { color: #839089; font-size: 10px; }
.quick-facts dd { margin: 4px 0 0; color: var(--green-950); font-size: 13px; font-weight: 700; }
.detail-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: start; }
.tab-list { display: flex; gap: 30px; border-bottom: 1px solid var(--line); }
.tab-list button { position: relative; padding: 12px 4px 16px; color: #75827c; background: none; border: 0; }
.tab-list button::after { content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 2px; background: var(--green-800); transition: width .2s; }
.tab-list button.active { color: var(--green-900); font-weight: 800; }
.tab-list button.active::after { width: 100%; }
.tab-panel { display: none; padding-top: 30px; color: #4f5e57; font-size: 16px; line-height: 2.15; }
.tab-panel.active { display: block; }
.detail-advice { padding: 30px; color: #dce9e2; background: var(--green-950); }
.detail-advice > span { color: var(--gold-soft); font-size: 10px; }
.detail-advice h3 { margin: 12px 0 18px; color: var(--white); font-size: 24px; }
.detail-advice ul { padding-right: 20px; color: #b5c9bf; font-size: 12px; }
.detail-advice a { display: flex; justify-content: space-between; margin-top: 23px; padding-top: 18px; color: var(--gold-soft); border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.related-article-band { padding: 48px 0; color: var(--white); background: var(--green-800); }
.related-article-band .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; }
.related-article-band > .container > span { color: var(--gold-soft); font-size: 11px; }
.related-article-band h2 { margin: 0 0 5px; font-size: 26px; }
.related-article-band p { margin: 0; color: #c4d6cd; font-size: 12px; }
.related-products { background: var(--cream); }

/* Article pages */
.journal-hero .inline-search { display: flex; margin-top: 25px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); }
.inline-search input { flex: 1; min-width: 0; padding: 12px 14px; color: var(--white); background: transparent; border: 0; outline: 0; }
.inline-search input::placeholder { color: #b6c9bf; }
.inline-search button { width: 48px; color: var(--green-950); background: var(--gold-soft); border: 0; }
.article-detail-header { padding: 60px 0 220px; color: var(--white); background: var(--green-950); text-align: center; }
.article-detail-header .breadcrumbs { justify-content: center; color: #9fb5aa; }
.article-detail-header .article-tag { position: static; display: inline-block; margin-bottom: 18px; }
.article-detail-header h1 { margin: 0 auto 22px; max-width: 780px; font-size: clamp(40px, 5vw, 62px); }
.article-excerpt { max-width: 720px; margin-inline: auto; color: #bfd1c8; font-size: 17px; }
.article-byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 35px; margin-top: 25px; color: #8eaa9c; font-size: 11px; }
.article-body-wrap { margin-top: -160px; position: relative; z-index: 2; }
.article-feature { position: relative; height: 380px; overflow: hidden; background: linear-gradient(135deg, #b8cfc0, #4c8068); box-shadow: var(--shadow); }
.article-feature img { width: 100%; height: 100%; object-fit: cover; }
.article-feature .article-cover-pattern { position: absolute; }
.article-feature > em { position: absolute; right: 40px; bottom: 30px; color: rgba(255,255,255,.8); font-size: 22px; font-style: normal; }
.article-content { padding: 60px 40px 30px; color: #3f4d46; font-size: 17px; line-height: 2.2; }
.article-content p:first-child { color: var(--green-950); font-size: 21px; }
.medical-note { margin: 15px 40px 35px; padding: 22px 25px; background: #edf4ef; border-right: 4px solid var(--gold); }
.medical-note strong { color: var(--green-800); }
.medical-note p { margin: 5px 0 0; color: #5e6b65; font-size: 12px; }
.article-product { margin: 0 40px 70px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid var(--line); }
.article-product span { color: var(--green-700); font-size: 10px; }.article-product h3 { margin: 4px 0; color: var(--green-950); }.article-product p { margin: 0; color: var(--muted); font-size: 12px; }
.related-articles { background: var(--cream); }

/* Careers */
.career-hero { min-height: 610px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--green-950); }
.career-hero-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.career-hero h1 { margin: 16px 0 20px; font-size: clamp(48px, 5.7vw, 76px); }
.career-hero p { max-width: 590px; color: #bfd1c8; font-size: 17px; }.career-hero .btn { margin-top: 18px; }
.career-people { position: relative; min-height: 430px; }
.career-people::before { content: ""; position: absolute; width: 410px; height: 410px; right: 5%; top: 0; border: 1px solid rgba(231,214,174,.2); border-radius: 50%; }
.career-people b { position: absolute; z-index: 3; right: 35%; top: 36%; color: var(--gold-soft); font-size: 24px; font-weight: 400; text-align: center; }
.person { position: absolute; width: 110px; height: 165px; background: #356d59; border-radius: 60px 60px 12px 12px; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
.person::before { content: ""; position: absolute; width: 65px; height: 65px; right: 22px; top: -28px; background: #d5b99b; border-radius: 50%; }
.person::after { content: ""; position: absolute; width: 68px; height: 32px; right: 20px; top: -32px; background: #183e32; border-radius: 40px 40px 10px 10px; }
.person-one { right: 8%; bottom: 20px; }.person-two { left: 10%; bottom: 40px; height: 190px; background: #b18b51; }.person-three { left: 40%; top: 22px; width: 90px; height: 140px; background: #647f74; transform: scale(.85); }
.culture-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.culture-grid article { min-height: 245px; padding: 26px; background: var(--white); border: 1px solid var(--line); }
.culture-grid span { color: var(--gold); font-size: 11px; }.culture-grid h3 { margin: 55px 0 12px; color: var(--green-950); }.culture-grid p { color: var(--muted); font-size: 13px; }
.jobs-section { background: var(--cream); }
.jobs-list { display: grid; gap: 14px; }
.job-card { padding: 26px 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--white); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.job-card:hover { transform: translateX(-5px); box-shadow: 0 15px 40px rgba(7,55,42,.08); }
.job-main { display: flex; align-items: center; gap: 22px; }
.job-icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; color: var(--gold); background: var(--green-900); font-size: 12px; }
.job-tags { display: flex; flex-wrap: wrap; gap: 7px; }.job-tags span { padding: 3px 8px; color: var(--green-700); background: var(--green-50); font-size: 9px; }
.job-card h3 { margin: 8px 0 4px; color: var(--green-950); font-size: 21px; }.job-card p { margin: 0; color: var(--muted); font-size: 12px; }
.general-application { margin-top: 30px; padding: 23px 28px; display: flex; justify-content: space-between; gap: 20px; background: #e0eae4; }
.general-application p { margin: 0; color: #516159; }.general-application a { color: var(--green-800); font-weight: 800; }
.application-header { padding: 55px 0 65px; color: var(--white); background: var(--green-950); }
.application-header .breadcrumbs { color: #9ab1a5; }.application-header h1 { margin: 12px 0; font-size: 46px; }.application-header p { margin: 0; color: #b6cabe; }
.application-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; align-items: start; }
.application-sidebar { position: sticky; top: 105px; }
.application-sidebar > span { color: var(--green-700); font-size: 11px; }.application-sidebar h2 { margin: 8px 0 18px; color: var(--green-950); font-size: 32px; }.application-sidebar h3 { margin: 28px 0 8px; color: var(--green-800); font-size: 16px; }.application-sidebar > p, .application-sidebar > div:not(.job-tags):not(.privacy-note) { color: var(--muted); font-size: 13px; }
.success-page { min-height: 680px; display: grid; place-items: center; padding: 70px 20px; background: linear-gradient(145deg, #e5eee8, var(--ivory)); }
.success-card { width: min(100%, 690px); padding: 70px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--white); background: var(--green-700); border-radius: 50%; font-size: 28px; }
.csrf-error-page { background: linear-gradient(145deg, #eeeaff, var(--ivory)); }
.csrf-error-page .success-icon { background: linear-gradient(145deg, var(--green-500), var(--green-800)); }
.success-card h1 { margin: 15px 0; color: var(--green-950); font-size: 38px; }.success-card p { margin-bottom: 30px; color: var(--muted); }.success-card > div { display: flex; justify-content: center; gap: 12px; }

/* Motion and focus */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(200,161,90,.7); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1100px) {
  .main-nav { gap: 16px; }.main-nav a { font-size: 12px; }.header-cta { display: none; }
  .product-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .career-cta-inner { grid-template-columns: 1fr auto; }.career-cta-inner > p { display: none; }
  .values-grid, .culture-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .topbar p { display: none; }.topbar-inner { justify-content: center; }
  .site-header, .site-header.scrolled { height: 70px; }
  .header-inner { justify-content: space-between; }
  .nav-toggle { display: block; order: -1; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; height: calc(100vh - 70px); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 30px 24px; color: var(--white); background: var(--green-950); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 17px; }
  .main-nav a::after { display: none; }
  .hero, .hero-content { min-height: 650px; }
  .hero-bg { object-position: 26% center; }.hero-overlay { background: linear-gradient(90deg, rgba(7,55,42,.40), rgba(7,55,42,.96)); }
  .hero-content { grid-template-columns: 1fr; align-content: center; }.hero-note { display: none; }
  .hero h1 { font-size: 55px; }.hero-copy > p { font-size: 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid > div:nth-child(2) { border-left: 0; }
  .intro-grid, .science-grid, .page-hero-grid, .story-grid, .quality-grid, .contact-grid, .product-detail-grid, .detail-content-grid, .career-hero-grid, .application-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-metrics { grid-column: auto; }.intro-metrics div { flex-direction: column; text-align: center; }
  .science-visual { min-height: 380px; order: 2; }.science-copy { order: 1; }
  .page-hero { min-height: 500px; }.page-hero-grid { align-items: start; gap: 25px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 45px; }
  .detail-visual { min-height: 400px; }.application-sidebar { position: static; }
  .career-people { min-height: 360px; }.career-hero { padding: 65px 0; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .brand { min-width: auto; }.brand-logo { width: 55px; height: 54px; }
  .hero h1, .page-hero h1, .catalog-heading h1, .career-hero h1 { font-size: 42px; }
  .hero { min-height: 620px; }.hero-content { min-height: 620px; padding-bottom: 35px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 90px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading h2, .section-header h2 { font-size: 34px; }.section-header { align-items: flex-start; flex-direction: column; }
  .intro-metrics { grid-template-columns: 1fr; }.intro-metrics div { flex-direction: row; justify-content: flex-start; border-left: 0; border-bottom: 1px solid var(--line); }
  .product-grid, .article-grid, .article-grid-large, .category-grid, .values-grid, .culture-grid { grid-template-columns: 1fr; }
  .product-card-visual { height: 285px; }.category-card { min-height: 220px; }
  .science-visual { transform: scale(.82); margin: -35px 0; }
  .career-cta-inner { grid-template-columns: 1fr; }.career-cta h2 { font-size: 29px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .story-number { min-height: 240px; }.value-card { min-height: 230px; }.value-card h3 { margin-top: 35px; }
  .split-cta { padding: 32px 24px; flex-direction: column; align-items: flex-start; }.split-cta > div:last-child { width: 100%; flex-direction: column; }.split-cta .btn { width: 100%; }
  .form-card { padding: 28px 20px; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }
  .catalog-search { flex-direction: column; background: transparent; box-shadow: none; gap: 8px; }.catalog-search input, .catalog-search button { min-height: 52px; width: 100%; background: var(--white); }.catalog-search button { color: var(--white); background: var(--green-700); }
  .filter-row { align-items: flex-start; flex-direction: column; }
  .medical-disclaimer .container { align-items: flex-start; }
  .quick-facts { grid-template-columns: 1fr; }.quick-facts div { border-left: 0; border-bottom: 1px solid #cbd6cf; }
  .detail-visual { min-height: 340px; }.visual-orbit { width: 310px; height: 310px; }.pack-large { width: 170px; height: 270px; }.pack-large b { font-size: 28px; }
  .tab-list { gap: 10px; justify-content: space-between; }.tab-list button { font-size: 12px; }
  .related-article-band .container { grid-template-columns: 1fr; }.related-article-band > .container > span { display: none; }
  .article-detail-header { padding-bottom: 160px; }.article-detail-header h1 { font-size: 37px; }.article-body-wrap { margin-top: -110px; }.article-feature { height: 260px; }.article-content { padding: 40px 8px 20px; }.medical-note, .article-product { margin-inline: 0; }.article-product { align-items: flex-start; flex-direction: column; }
  .career-people { display: none; }.career-hero { min-height: 570px; }.career-hero-grid { display: block; }
  .job-card, .job-main, .general-application { align-items: flex-start; flex-direction: column; }.job-card .btn { width: 100%; }.job-icon { display: none; }
  .application-header h1 { font-size: 35px; }.success-card { padding: 45px 23px; }.success-card h1 { font-size: 31px; }.success-card > div { flex-direction: column; }
}

/* Business development — inspired by Nanoalvand's clean, high-contrast language */
.business-priority {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 100%, rgba(112, 83, 255, .72), transparent 38%),
    linear-gradient(118deg, #130b55 0%, #3420a4 55%, #6246ea 100%);
}
.business-priority::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: -160px;
  top: -240px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}
.business-priority-grid { min-height: 560px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; padding-block: 86px; }
.business-priority-copy { position: relative; z-index: 1; }
.business-priority-copy h2 { margin: 18px 0 20px; font-size: clamp(40px, 4.6vw, 66px); line-height: 1.16; }
.business-priority-copy h2 em { color: var(--gold-soft); font-style: normal; }
.business-priority-copy > p { max-width: 660px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 2; }
.business-actions { margin-top: 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.business-login-link { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.42); font-size: 13px; }
.business-flow { position: relative; z-index: 1; display: grid; gap: 14px; }
.business-flow article { min-height: 112px; padding: 24px 26px; display: flex; gap: 20px; align-items: center; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); transition: transform .25s, background .25s; }
.business-flow article:hover { transform: translateX(-8px); background: rgba(255,255,255,.15); }
.business-flow article > span { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; color: #160c58; background: var(--yellow); border-radius: 50%; font-size: 12px; font-weight: 900; }
.business-flow strong, .business-flow small { display: block; }
.business-flow strong { margin-bottom: 6px; font-size: 18px; }
.business-flow small { color: rgba(255,255,255,.62); }

.bd-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 0;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 15%, rgba(124, 92, 255, .75), transparent 30%),
    linear-gradient(120deg, #12084e 0%, #4024b4 52%, #326de0 100%);
}
.bd-hero::before, .bd-hero::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.bd-hero::before { width: 680px; height: 680px; left: -270px; top: -330px; }
.bd-hero::after { width: 380px; height: 380px; right: 42%; bottom: -280px; }
.bd-hero-grid { min-height: 590px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.bd-hero-copy { position: relative; z-index: 2; }
.bd-hero-copy h1 { margin: 20px 0 24px; font-size: clamp(54px, 6.4vw, 88px); line-height: 1.04; letter-spacing: -2px; }
.bd-hero-copy h1 em { color: var(--yellow); font-style: normal; }
.bd-hero-copy > p { max-width: 650px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 2; }
.bd-hero .btn-ghost, .bd-final-cta .btn-ghost { color: var(--white); border-color: rgba(255,255,255,.32); }
.bd-hero-visual { position: relative; min-height: 470px; }
.bd-orbit { position: absolute; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; }
.bd-orbit.orbit-one { width: 420px; height: 420px; left: 5%; top: 5%; }
.bd-orbit.orbit-two { width: 310px; height: 310px; left: 17%; top: 17%; }
.bd-card-main { position: absolute; z-index: 2; width: 270px; min-height: 330px; left: 24%; top: 15%; padding: 42px 30px; display: flex; flex-direction: column; color: var(--green-950); background: rgba(255,255,255,.96); box-shadow: 0 40px 90px rgba(5,3,52,.32); transform: rotate(-4deg); }
.bd-card-main::after { content: ""; position: absolute; width: 78px; height: 8px; right: 30px; top: 25px; background: var(--yellow); }
.bd-card-main span { margin-top: 45px; color: var(--green-600); font-size: 12px; }
.bd-card-main strong { margin-top: 12px; font-size: 29px; line-height: 1.5; }
.bd-card-main i { margin-top: auto; color: #7b759a; font: normal 700 9px/1 sans-serif; letter-spacing: 2px; }
.bd-float-card { position: absolute; z-index: 3; min-width: 190px; padding: 20px 22px; background: rgba(20,10,79,.82); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 50px rgba(7,4,42,.28); backdrop-filter: blur(16px); }
.bd-float-card b, .bd-float-card small { display: block; }
.bd-float-card b { margin-bottom: 5px; color: var(--yellow); }
.bd-float-card small { color: rgba(255,255,255,.68); }
.float-pharmacy { right: 0; top: 50px; }
.float-distributor { left: 0; bottom: 45px; }
.bd-hero-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: rgba(10,4,56,.42); border: 1px solid rgba(255,255,255,.12); border-bottom: 0; backdrop-filter: blur(12px); }
.bd-hero-stats > div { min-height: 112px; padding: 22px 28px; display: flex; align-items: center; gap: 13px; border-left: 1px solid rgba(255,255,255,.12); }
.bd-hero-stats > div:last-child { border-left: 0; }
.bd-hero-stats strong { color: var(--yellow); font-size: 25px; }
.bd-hero-stats span { color: rgba(255,255,255,.69); font-size: 12px; }

.bd-audience { background: #f7f5ff; }
.bd-audience-grid { width: min(100%, 980px); margin: 55px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bd-audience-card { position: relative; min-height: 450px; padding: 42px; overflow: hidden; background: var(--white); border: 1px solid #e8e3ff; box-shadow: 0 22px 65px rgba(37,23,102,.06); }
.bd-audience-card.featured { color: var(--white); background: linear-gradient(145deg, #21146d, #5538d1); border-color: transparent; transform: translateY(20px); }
.audience-number { position: absolute; left: 28px; top: 22px; color: #e7e1ff; font-size: 56px; font-weight: 900; }
.featured .audience-number { color: rgba(255,255,255,.08); }
.audience-symbol { width: 65px; height: 65px; display: grid; place-items: center; color: var(--white); background: var(--green-600); border-radius: 50%; font-size: 25px; font-weight: 900; }
.featured .audience-symbol { color: #1b105f; background: var(--yellow); }
.bd-audience-card h3 { margin: 30px 0 10px; color: var(--green-950); font-size: 30px; }
.bd-audience-card.featured h3 { color: var(--white); }
.bd-audience-card p { color: var(--muted); line-height: 1.9; }
.bd-audience-card.featured p { color: rgba(255,255,255,.68); }
.bd-audience-card ul { margin: 26px 0 32px; padding: 0; list-style: none; }
.bd-audience-card li { padding: 8px 25px 8px 0; position: relative; color: #514c70; font-size: 13px; }
.bd-audience-card li::before { content: "✓"; position: absolute; right: 0; color: var(--green-500); font-weight: 900; }
.bd-audience-card.featured li { color: rgba(255,255,255,.82); }
.bd-audience-card.featured li::before { color: var(--yellow); }
.bd-audience-card > a { color: var(--green-700); font-weight: 900; }
.bd-audience-card.featured > a { color: var(--yellow); }

.bd-process { padding: 105px 0; color: var(--white); background: #0d0a46; }
.bd-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.bd-process-copy { position: sticky; top: 115px; }
.bd-process-copy h2 { margin: 18px 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.28; }
.bd-process-copy > p { margin-bottom: 30px; color: rgba(255,255,255,.65); line-height: 2; }
.bd-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.bd-steps li { min-height: 145px; padding: 26px 0; display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 25px; border-bottom: 1px solid rgba(255,255,255,.13); }
.bd-steps li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.bd-steps li > span { width: 58px; height: 58px; display: grid; place-items: center; color: #1a0c60; background: var(--yellow); border-radius: 50%; font-size: 17px; font-weight: 900; }
.bd-steps h3 { margin: 0 0 5px; font-size: 21px; }
.bd-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.bd-preview-section { background: var(--white); }
.bd-preview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; }
.bd-preview-window { min-height: 430px; display: grid; grid-template-columns: 92px 1fr; direction: ltr; overflow: hidden; background: #f4f2ff; border: 1px solid #dfd9fb; box-shadow: 0 35px 90px rgba(29,15,100,.15); transform: perspective(1200px) rotateY(7deg); }
.preview-sidebar { padding: 27px 18px; display: grid; align-content: start; gap: 25px; background: #180c5d; }
.preview-sidebar i { width: 40px; height: 40px; display: block; margin: 0 auto 25px; background: var(--yellow); border-radius: 50%; }
.preview-sidebar span { width: 100%; height: 7px; background: rgba(255,255,255,.22); border-radius: 10px; }
.preview-content { padding: 28px; }
.preview-top { display: flex; align-items: center; justify-content: space-between; }
.preview-top span { width: 150px; height: 16px; background: #2d1a86; border-radius: 8px; }
.preview-top b { width: 35px; height: 35px; background: #d7d0f7; border-radius: 50%; }
.preview-metrics { margin: 35px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.preview-metrics i { height: 90px; background: var(--white); box-shadow: 0 8px 25px rgba(24,12,93,.06); }
.preview-metrics i:first-child { background: linear-gradient(145deg, #5d3ee3, #3921a8); }
.preview-table { padding: 8px 22px; background: var(--white); }
.preview-table span { height: 47px; display: block; border-bottom: 1px solid #edeaf8; }
.bd-preview-copy h2 { margin: 18px 0; color: var(--green-950); font-size: clamp(38px, 4vw, 56px); line-height: 1.25; }
.bd-preview-copy > p { color: var(--muted); line-height: 2; }
.preview-points { margin-top: 28px; display: grid; gap: 12px; }
.preview-points > div { display: flex; align-items: center; gap: 14px; }
.preview-points > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; color: var(--white); background: var(--green-600); border-radius: 50%; }
.preview-points p, .preview-points strong { display: block; margin: 0; }
.preview-points p { color: var(--muted); font-size: 12px; }
.preview-points strong { color: var(--green-950); font-size: 14px; }
.bd-final-cta { padding: 65px 0; color: var(--white); background: linear-gradient(105deg, #3f25b4, #6948ed); }
.bd-final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.bd-final-cta h2 { margin: 5px 0; font-size: 42px; }
.bd-final-cta p { margin: 0; color: rgba(255,255,255,.67); }
.bd-final-cta .container > div:last-child { display: flex; gap: 12px; }

/* Business registration and sign in */
.bd-form-hero { padding: 55px 0 70px; color: var(--white); background: linear-gradient(115deg, #130b55 0%, #4d2ac5 72%, #3673dc 100%); }
.bd-form-hero .breadcrumbs { margin-bottom: 36px; color: rgba(255,255,255,.62); }
.bd-form-hero h1 { margin: 15px 0 6px; font-size: clamp(42px, 5vw, 64px); }
.bd-form-hero p { margin: 0; color: rgba(255,255,255,.7); }
.bd-register-section { background: #f7f5ff; }
.bd-register-grid { display: grid; grid-template-columns: 310px 1fr; gap: 38px; align-items: start; }
.bd-register-aside { position: sticky; top: 105px; padding: 32px; color: var(--white); background: #17105b; }
.aside-label { color: var(--yellow); font-size: 11px; font-weight: 900; }
.bd-register-aside ol { margin: 28px 0 36px; padding: 0; list-style: none; }
.bd-register-aside li { position: relative; min-height: 72px; display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 14px; }
.bd-register-aside li:not(:last-child)::after { content: ""; position: absolute; right: 20px; top: 39px; bottom: 0; width: 1px; background: rgba(255,255,255,.14); }
.bd-register-aside li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.bd-register-aside li.active > span { color: #180d5d; background: var(--yellow); border-color: var(--yellow); font-weight: 900; }
.bd-register-aside strong, .bd-register-aside small { display: block; }
.bd-register-aside small { margin-top: 3px; color: rgba(255,255,255,.52); }
.aside-help { padding: 20px; background: rgba(255,255,255,.08); border-right: 3px solid var(--yellow); }
.aside-help p { margin: 6px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
.aside-login { margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.aside-login a { color: var(--yellow); font-weight: 900; }
.bd-registration-form { padding: 45px; border: 1px solid #e3def8; border-radius: 0; box-shadow: 0 25px 80px rgba(35,22,100,.08); }
.form-heading { margin-bottom: 35px; }
.form-heading > span { color: var(--green-600); font-size: 11px; font-weight: 900; }
.form-heading h2 { margin: 6px 0; color: var(--green-950); font-size: 34px; }
.form-heading p { margin: 0; color: var(--muted); }
.form-section-title { margin: 34px 0 22px; padding-bottom: 12px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #e9e5f8; }
.form-section-title:first-of-type { margin-top: 0; }
.form-section-title span { width: 30px; height: 30px; display: grid; place-items: center; color: var(--white); background: var(--green-600); border-radius: 50%; font-size: 11px; }
.form-section-title h3 { margin: 0; color: var(--green-950); font-size: 17px; }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-field input { width: 18px; min-height: 18px; margin-top: 5px; accent-color: var(--green-600); }
.checkbox-field label { font-size: 12px; line-height: 1.8; }
.form-security { margin: 16px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.portal-login-page { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; background: #0e0845; }
.portal-login-card { padding: 70px max(6vw, 50px); display: flex; flex-direction: column; justify-content: center; color: var(--green-950); background: var(--white); }
.portal-login-art { position: relative; overflow: hidden; padding: 70px max(5vw, 45px); display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: radial-gradient(circle at 15% 15%, #704ff1 0, transparent 35%), linear-gradient(135deg, #21116e, #4227bd 60%, #3177d8); }
.portal-login-art::before, .portal-login-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.portal-login-art::before { width: 520px; height: 520px; left: -220px; bottom: -220px; }
.portal-login-art::after { width: 280px; height: 280px; right: -80px; top: 20%; }
.portal-login-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; color: var(--green-950); }
.portal-login-brand img { width: 70px; height: 70px; padding: 5px; object-fit: contain; background: var(--white); border: 1px solid #e5e0f5; border-radius: 16px; box-shadow: 0 10px 30px rgba(32,18,106,.09); }
.portal-login-brand strong, .portal-login-brand small { display: block; }
.portal-login-brand strong { font-size: 21px; }
.portal-login-brand small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.portal-login-copy { position: relative; z-index: 1; max-width: 570px; margin-top: 42px; }
.portal-login-copy h1 { margin: 12px 0 10px; color: var(--green-950); font-size: clamp(42px, 4vw, 58px); line-height: 1.12; }
.portal-login-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.95; }
.portal-login-card form { width: 100%; max-width: 570px; margin-top: 30px; }
.portal-login-card .field { margin-bottom: 18px; }
.portal-login-card .field input { min-height: 56px; background: #f9f8fd; border-color: #dcd6ed; border-radius: 8px; }
.portal-login-card .field input:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(98,70,234,.10); }
.portal-login-footer { width: 100%; max-width: 570px; margin: 25px 0 0; display: flex; justify-content: center; gap: 6px; color: var(--muted); font-size: 11px; text-align: center; }
.portal-login-footer a { color: var(--green-600); font-weight: 900; }
.login-art-heading { position: relative; z-index: 1; max-width: 610px; }
.login-art-heading > span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.login-art-heading h2 { margin: 16px 0 0; font-size: clamp(40px, 4.5vw, 66px); line-height: 1.35; }
.login-role-cards { position: relative; z-index: 1; display: grid; gap: 13px; }
.login-role-cards article { padding: 21px 23px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.login-role-cards article > span { width: 42px; height: 42px; display: grid; place-items: center; color: #1a0d5b; background: var(--yellow); border-radius: 50%; font-size: 10px; font-weight: 900; }
.login-role-cards strong, .login-role-cards p { display: block; margin: 0; }
.login-role-cards strong { font-size: 15px; }
.login-role-cards p { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 10px; }
.portal-login-art > small { position: relative; z-index: 1; color: rgba(255,255,255,.55); }

/* Shared partner and expert portal */
.portal-body { min-height: 100vh; direction: rtl; color: #403b64; background: #f4f2fa; }
.portal-sidebar { position: fixed; z-index: 30; top: 0; right: 0; bottom: 0; width: 280px; padding: 28px 20px 22px; display: flex; flex-direction: column; color: var(--white); background: linear-gradient(180deg, #120a50, #21106d 70%, #301489); box-shadow: -15px 0 60px rgba(19,9,72,.16); }
.portal-brand { min-height: 77px; padding: 0 8px 24px; display: flex; align-items: center; gap: 13px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); }
.portal-brand img { width: 58px; height: 58px; padding: 5px; object-fit: contain; background: var(--white); border-radius: 13px; }
.portal-brand strong, .portal-brand small { display: block; }
.portal-brand strong { font-size: 20px; }
.portal-brand small { margin-top: 3px; color: rgba(255,255,255,.56); font-size: 10px; }
.portal-nav { margin-top: 22px; display: grid; gap: 5px; }
.portal-nav-label { margin: 16px 13px 8px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 900; letter-spacing: .4px; }
.portal-nav-secondary { margin-top: 35px; }
.portal-nav a { min-height: 49px; padding: 0 13px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); border-radius: 8px; font-size: 13px; transition: .2s; }
.portal-nav a:hover, .portal-nav a.active { color: var(--white); background: rgba(255,255,255,.11); }
.portal-nav a.active { box-shadow: inset -3px 0 var(--yellow); }
.portal-nav i { width: 25px; color: var(--yellow); font: normal 700 18px/1 sans-serif; text-align: center; }
.portal-sidebar-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); }
.portal-user-mini { display: flex; align-items: center; gap: 11px; }
.portal-user-mini > span { width: 40px; height: 40px; display: grid; place-items: center; color: #1b0e60; background: var(--yellow); border-radius: 50%; font-weight: 900; }
.portal-user-mini strong, .portal-user-mini small { display: block; }
.portal-user-mini strong { font-size: 12px; }
.portal-user-mini small { color: rgba(255,255,255,.48); font-size: 9px; }
.portal-sidebar-footer form { margin-top: 13px; }
.portal-sidebar-footer button { padding: 0; color: rgba(255,255,255,.55); background: none; border: 0; cursor: pointer; font-family: inherit; font-size: 11px; }
.portal-main { min-height: 100vh; margin-right: 280px; }
.portal-topbar { min-height: 118px; padding: 24px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,255,255,.88); border-bottom: 1px solid #e6e1f4; backdrop-filter: blur(12px); }
.portal-topbar > div:first-child > span { color: var(--green-600); font-size: 10px; font-weight: 900; }
.portal-topbar > div:first-child > span a { color: inherit; }
.portal-topbar h1 { margin: 3px 0 0; color: var(--green-950); font-size: 27px; }
.portal-top-actions { display: flex; align-items: center; gap: 20px; }
.portal-date { color: var(--muted); font-size: 11px; }
.portal-admin-link { padding: 10px 13px; color: var(--green-700); background: #f0ecff; border-radius: 7px; font-size: 10px; font-weight: 900; }
.portal-content { padding: 38px 42px 70px; }
.portal-messages { padding: 20px 42px 0; }
.portal-messages .message { margin: 0; }
.portal-nav-toggle { display: none; }
.portal-welcome { margin-bottom: 22px; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--white); background: linear-gradient(105deg, #29158b, #6444e9); }
.portal-welcome span { color: var(--yellow); font-size: 10px; font-weight: 900; }
.portal-welcome h2 { margin: 5px 0; font-size: 30px; }
.portal-welcome p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.status-pill { display: inline-flex; min-height: 27px; padding: 5px 10px; align-items: center; white-space: nowrap; color: #5b439d; background: #eee9ff; border-radius: 30px; font-size: 9px; font-weight: 900; }
.status-approved { color: #16613b; background: #ddf7e9; }
.status-pending, .status-submitted { color: #7a5710; background: #fff1c9; }
.status-reviewing, .status-quoted { color: #274b9b; background: #e4edff; }
.status-rejected, .status-cancelled, .status-suspended { color: #9d2f42; background: #ffe3e8; }
.portal-alert-card, .portal-info-banner { margin-bottom: 22px; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #fff8df; border-right: 4px solid var(--yellow); }
.portal-alert-card strong, .portal-alert-card span { display: block; }
.portal-alert-card span, .portal-info-banner { color: #6a5b2a; font-size: 12px; }
.portal-alert-card a { color: var(--green-700); font-weight: 900; font-size: 12px; }
.portal-metrics { margin-bottom: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.portal-metrics article { min-height: 145px; padding: 23px; display: flex; flex-direction: column; background: var(--white); border: 1px solid #e7e2f3; box-shadow: 0 9px 30px rgba(38,23,103,.035); }
.portal-metrics article > span { color: var(--muted); font-size: 10px; }
.portal-metrics strong { margin: 12px 0 0; color: var(--green-950); font-size: 27px; }
.portal-metrics small { margin-top: auto; color: #938dab; font-size: 9px; }
.metric-action { color: var(--green-600) !important; font-size: 11px !important; font-weight: 900; }
.metric-name { font-size: 18px !important; }
.portal-section { margin-top: 22px; padding: 27px; background: var(--white); border: 1px solid #e7e2f3; box-shadow: 0 9px 35px rgba(38,23,103,.035); }
.portal-section-head { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.portal-section-head span, .detail-panel-head > div > span, .expert-action-panel > span { color: var(--green-600); font-size: 9px; font-weight: 900; }
.portal-section-head h2, .detail-panel-head h2, .expert-action-panel h2 { margin: 4px 0 0; color: var(--green-950); font-size: 21px; }
.portal-section-head > a { color: var(--green-600); font-size: 11px; font-weight: 900; }
.offer-table-wrap { overflow-x: auto; }
.portal-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.portal-table th { padding: 13px 14px; color: #8b85a1; background: #f8f7fc; border-bottom: 1px solid #ebe7f5; font-size: 9px; font-weight: 700; text-align: right; }
.portal-table td { padding: 16px 14px; color: #534d70; border-bottom: 1px solid #f0edf7; font-size: 11px; vertical-align: middle; }
.portal-table tbody tr:hover { background: #fbfaff; }
.portal-table tbody tr:last-child td { border-bottom: 0; }
.portal-table tfoot td { color: var(--green-950); background: #f5f2ff; }
.table-product, .table-identity { display: flex; align-items: center; gap: 12px; }
.table-product > span, .table-identity > span { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 37px; color: var(--white); background: var(--green-600); border-radius: 8px; font-size: 10px; font-weight: 900; }
.table-product strong, .table-product small, .table-identity strong, .table-identity small, .block-muted { display: block; }
.table-product strong, .table-identity strong { color: var(--green-950); }
.table-product small, .table-identity small, .block-muted { margin-top: 2px; color: #9993ad; font-size: 9px; }
.price-number { color: var(--green-700); font-size: 14px; }
.table-action { color: var(--green-600); white-space: nowrap; font-weight: 900; }
.table-empty { padding: 45px !important; color: var(--muted) !important; text-align: center !important; }
.approval-progress { padding: 5px 0 12px; }
.approval-progress-head { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
.approval-line { position: relative; height: 4px; margin: 28px 0 21px; background: #e8e3f5; }
.approval-line::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 33%; background: var(--yellow); }
.approval-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.approval-steps span { position: relative; padding-top: 10px; color: #aaa4b9; font-size: 10px; }
.approval-steps span::before { content: ""; position: absolute; width: 10px; height: 10px; right: 0; top: -28px; background: #c9c3db; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px #dcd6eb; }
.approval-steps .done, .approval-steps .current { color: var(--green-700); font-weight: 900; }
.approval-steps .done::before, .approval-steps .current::before { background: var(--green-500); }

/* Order request */
.order-request-layout { display: grid; grid-template-columns: 1fr 330px; gap: 25px; align-items: start; }
.order-products-panel, .order-summary-panel { padding: 28px; background: var(--white); border: 1px solid #e6e1f2; }
.order-product-list { display: grid; gap: 12px; }
.order-product-row { padding: 20px; display: grid; grid-template-columns: minmax(185px, 1fr) 120px 120px 125px; align-items: center; gap: 18px; background: #faf9fd; border: 1px solid #ede9f5; }
.order-product-info { display: flex; align-items: center; gap: 12px; }
.order-product-info > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: var(--white); background: var(--green-600); border-radius: 8px; font-size: 9px; font-weight: 900; }
.order-product-info h3, .order-product-info p { margin: 0; }
.order-product-info h3 { color: var(--green-950); font-size: 15px; }
.order-product-info p { margin-top: 3px; color: #9b94b0; font-size: 9px; }
.order-condition small, .order-condition strong { display: block; }
.order-condition small { color: #9892aa; font-size: 9px; }
.order-condition strong { margin-top: 4px; color: var(--green-950); font-size: 12px; }
.order-condition i { color: #8e88a1; font-size: 8px; font-style: normal; font-weight: 400; }
.quantity-field > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; }
.quantity-field input { width: 100%; min-height: 42px; padding: 0 12px; font: inherit; border: 1px solid #dcd6eb; }
.order-condition { color: #756f8e; font-size: 10px; line-height: 1.7; }
.order-summary-panel { position: sticky; top: 24px; color: var(--white); background: #160b57; border: 0; }
.order-summary-panel h2 { margin: 5px 0 25px; font-size: 24px; }
.summary-label { color: var(--yellow); font-size: 9px; font-weight: 900; }
.summary-line { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid rgba(255,255,255,.12); }
.summary-line span { color: rgba(255,255,255,.58); font-size: 10px; }
.summary-line strong { font-size: 14px; }
.summary-disclaimer { margin: 20px 0; padding: 15px; color: rgba(255,255,255,.63); background: rgba(255,255,255,.07); font-size: 10px; line-height: 1.8; }
.summary-back { display: block; margin-top: 15px; color: rgba(255,255,255,.6); font-size: 10px; text-align: center; }

/* Experts */
.expert-intro { margin-bottom: 22px; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: var(--white); background: linear-gradient(105deg, #1c0d69, #5435cf); }
.expert-intro span { color: var(--yellow); font-size: 9px; font-weight: 900; }
.expert-intro h2 { margin: 5px 0; font-size: 28px; }
.expert-intro p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; }
.expert-metrics article:first-child { border-top: 3px solid var(--yellow); }
.expert-metrics article:nth-child(2) { border-top: 3px solid #37bf84; }
.expert-metrics article:nth-child(3) { border-top: 3px solid #5980e8; }
.expert-metrics article:nth-child(4) { border-top: 3px solid var(--green-500); }
.portal-filter select { min-width: 170px; min-height: 41px; padding: 0 12px; color: #554e70; background: var(--white); border: 1px solid #ded9ec; font: inherit; font-size: 10px; }
.expert-detail-grid { display: grid; grid-template-columns: 1fr 330px; gap: 24px; align-items: start; }
.expert-detail-main { display: grid; gap: 22px; }
.detail-panel { padding: 28px; background: var(--white); border: 1px solid #e6e1f2; }
.detail-panel-head { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.detail-panel-head p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.partner-data-grid { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid #eeeaf5; }
.partner-data-grid > div { min-height: 86px; padding: 18px; border-left: 1px solid #eeeaf5; border-bottom: 1px solid #eeeaf5; }
.partner-data-grid .data-full { grid-column: 1 / -1; border-bottom: 0; }
.partner-data-grid dt { color: #9892a9; font-size: 9px; }
.partner-data-grid dd { margin: 6px 0 0; color: var(--green-950); font-size: 12px; font-weight: 800; }
.expert-action-panel { position: sticky; top: 24px; padding: 28px; background: var(--white); border: 1px solid #e3def0; box-shadow: 0 18px 50px rgba(35,20,96,.07); }
.expert-action-panel h2 { margin-bottom: 25px; }
.expert-action-panel .field { margin-bottom: 17px; }
.expert-action-note { margin-top: 22px; padding-top: 18px; display: grid; gap: 4px; border-top: 1px solid #eeeaf5; }
.expert-action-note strong { margin-top: 8px; color: #8a849b; font-size: 9px; }
.expert-action-note span { color: #4e4868; font-size: 10px; }
.expert-partner-link { display: block; margin-top: 18px; color: var(--green-600); font-size: 10px; font-weight: 900; text-align: center; }
.order-overview-meta { display: grid; grid-template-columns: repeat(3, 1fr); background: #f8f7fc; }
.order-overview-meta > div { padding: 18px; border-left: 1px solid #eae6f3; }
.order-overview-meta span, .order-overview-meta strong { display: block; }
.order-overview-meta span { color: #9791a7; font-size: 9px; }
.order-overview-meta strong { margin-top: 5px; color: var(--green-950); font-size: 11px; }
.partner-order-note { margin-top: 18px; padding: 18px; background: #fff9e7; border-right: 3px solid var(--yellow); }
.partner-order-note strong { color: #6d5919; font-size: 10px; }
.partner-order-note p { margin: 4px 0 0; color: #7d7048; font-size: 11px; }
.status-timeline { margin: 0; padding: 0; list-style: none; }
.status-timeline li { position: relative; min-height: 88px; padding: 0 38px 22px 0; }
.status-timeline li::before { content: ""; position: absolute; right: 10px; top: 15px; bottom: -4px; width: 1px; background: #ded9eb; }
.status-timeline li:last-child::before { display: none; }
.status-timeline li > span { position: absolute; right: 3px; top: 3px; width: 16px; height: 16px; background: var(--green-500); border: 4px solid #e9e4ff; border-radius: 50%; }
.status-timeline strong { color: var(--green-950); font-size: 12px; }
.status-timeline p { margin: 3px 0; color: var(--muted); font-size: 10px; }
.status-timeline small { color: #a29caf; font-size: 8px; }

@media (max-width: 1400px) {
  .order-request-layout, .expert-detail-grid { grid-template-columns: 1fr; }
  .order-summary-panel, .expert-action-panel { position: static; }
}

@media (max-width: 1100px) {
  .business-priority-grid, .bd-hero-grid, .bd-process-grid, .bd-preview-grid { gap: 45px; }
  .bd-hero-visual { transform: scale(.88); }
  .portal-metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .main-nav { background: #120a50; }
  .hero-overlay { background: linear-gradient(90deg, rgba(55,31,148,.34), rgba(16,8,73,.96)); }
  .brand-logo { width: 58px; height: 56px; }
  .business-priority-grid, .bd-hero-grid, .bd-process-grid, .bd-preview-grid, .bd-register-grid { grid-template-columns: 1fr; }
  .business-priority-grid { gap: 45px; }
  .bd-hero-grid { padding: 55px 0; }
  .bd-hero-visual { min-height: 410px; }
  .bd-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .bd-hero-stats > div:nth-child(2) { border-left: 0; }
  .bd-process-copy, .bd-register-aside { position: static; }
  .bd-preview-window { order: 2; transform: none; }
  .bd-preview-copy { order: 1; }
  .bd-final-cta .container { align-items: flex-start; flex-direction: column; }
  .portal-login-page { grid-template-columns: 1fr; }
  .portal-login-art { min-height: 450px; padding: 45px 30px; }
  .portal-login-card { padding: 60px max(8vw, 28px); }
  .portal-sidebar { width: 280px; transform: translateX(100%); transition: transform .25s; }
  .portal-sidebar.open { transform: none; }
  .portal-sidebar.open::after { content: ""; position: fixed; z-index: -1; inset: 0 280px 0 -100vw; background: rgba(12,7,48,.5); }
  .portal-main { margin-right: 0; }
  .portal-nav-toggle { position: fixed; z-index: 40; right: 18px; top: 17px; min-height: 42px; padding: 0 13px; display: inline-flex; align-items: center; gap: 6px; color: var(--white); background: var(--green-600); border: 0; border-radius: 7px; font: inherit; font-size: 11px; }
  .portal-topbar { padding-right: 100px; }
  .order-product-row { grid-template-columns: 1fr 110px 110px; }
  .quantity-field { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .business-priority-grid { min-height: auto; padding-block: 65px; }
  .business-priority-copy h2 { font-size: 38px; }
  .business-actions { align-items: stretch; flex-direction: column; }
  .business-actions .btn { width: 100%; }
  .business-flow article { padding: 20px; }
  .bd-hero { padding-top: 50px; }
  .bd-hero-copy h1 { font-size: 48px; }
  .bd-hero-visual { min-height: 340px; transform: scale(.8); margin-inline: -45px; }
  .bd-hero-stats { grid-template-columns: 1fr; }
  .bd-hero-stats > div { min-height: 82px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .bd-audience-grid { grid-template-columns: 1fr; }
  .bd-audience-card { min-height: 0; padding: 30px 24px; }
  .bd-audience-card.featured { transform: none; }
  .bd-process { padding: 70px 0; }
  .bd-steps li { grid-template-columns: 54px 1fr; gap: 15px; }
  .bd-steps li > span { width: 48px; height: 48px; }
  .bd-preview-window { min-height: 320px; grid-template-columns: 60px 1fr; }
  .preview-content { padding: 17px; }
  .preview-metrics { grid-template-columns: 1fr 1fr; }
  .preview-metrics i:last-child { display: none; }
  .bd-final-cta h2 { font-size: 34px; }
  .bd-final-cta .container > div:last-child { width: 100%; flex-direction: column; }
  .bd-final-cta .btn { width: 100%; }
  .bd-registration-form { padding: 30px 19px; }
  .portal-login-art { min-height: 390px; }
  .portal-login-copy h1 { font-size: 44px; }
  .login-art-heading h2 { font-size: 36px; }
  .login-role-cards article { padding: 17px; }
  .portal-topbar { min-height: 105px; padding: 18px 16px 18px 86px; }
  .portal-topbar h1 { font-size: 21px; }
  .portal-top-actions { display: none; }
  .portal-content { padding: 22px 14px 55px; }
  .portal-messages { padding: 14px 14px 0; }
  .portal-welcome, .portal-alert-card, .portal-info-banner, .expert-intro, .portal-section-head { align-items: flex-start; flex-direction: column; }
  .portal-metrics { grid-template-columns: 1fr 1fr; gap: 9px; }
  .portal-metrics article { min-height: 125px; padding: 18px; }
  .portal-section, .order-products-panel, .order-summary-panel, .detail-panel, .expert-action-panel { padding: 21px 16px; }
  .expert-intro { padding: 24px 20px; }
  .expert-intro .btn { width: 100%; }
  .portal-filter, .portal-filter select { width: 100%; }
  .order-product-row { padding: 16px; grid-template-columns: 1fr; }
  .quantity-field { grid-column: auto; }
  .partner-data-grid { grid-template-columns: 1fr; }
  .partner-data-grid > div { border-left: 0; }
  .partner-data-grid .data-full { grid-column: auto; }
  .order-overview-meta { grid-template-columns: 1fr; }
  .order-overview-meta > div { border-left: 0; border-bottom: 1px solid #eae6f3; }
}

/* Feedback, complaints, company profile and public catalogs */
.topbar p.online-indicator { display: inline-flex; align-items: center; gap: 6px; }
.online-indicator i { width: 7px; height: 7px; display: inline-block; background: #5ce4a2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(92,228,162,.13); animation: online-pulse 2s ease-in-out infinite; }
.online-indicator strong { color: var(--white); font-size: 13px; }
@keyframes online-pulse { 50% { box-shadow: 0 0 0 7px rgba(92,228,162,0); } }

.contact-actions-section { padding: 45px 0 0; background: var(--cream); }
.contact-actions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-action-card { position: relative; min-height: 225px; padding: 35px; overflow: hidden; color: var(--white); background: linear-gradient(130deg, #17105c, #4e33c3); transition: transform .25s, box-shadow .25s; }
.contact-action-card::after { content: ""; position: absolute; width: 200px; height: 200px; left: -70px; bottom: -110px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.contact-action-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(38,25,116,.18); }
.contact-action-card.complaint-action { color: var(--green-950); background: linear-gradient(130deg, #ffd83d, #ffec91); }
.contact-action-card > span { font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.feedback-action > span { color: var(--gold-soft); }
.complaint-action > span { color: #705b04; }
.contact-action-card h2 { max-width: 470px; margin: 12px 0; font-size: 28px; }
.contact-action-card p { max-width: 490px; margin-bottom: 23px; color: rgba(255,255,255,.7); font-size: 12px; }
.complaint-action p { color: rgba(13,10,70,.7); }
.contact-action-card strong { position: relative; z-index: 1; display: inline-flex; gap: 10px; align-items: center; font-size: 12px; }
.contact-action-card i { font-style: normal; transition: transform .2s; }
.contact-action-card:hover i { transform: translateX(-5px); }

.voice-hero, .complaint-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 10% 105%, rgba(116,85,255,.75), transparent 37%), linear-gradient(118deg, #100849, #3821a9 62%, #6246ea); }
.voice-hero::before, .complaint-hero::before { content: ""; position: absolute; width: 460px; height: 460px; left: -130px; top: -270px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.voice-hero-grid, .complaint-hero-grid { position: relative; z-index: 1; min-height: 520px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.voice-hero h1, .complaint-hero h1 { margin: 17px 0; font-size: clamp(46px, 5.7vw, 76px); }
.voice-hero h1 em, .complaint-hero h1 em { color: var(--yellow); }
.voice-hero-grid > div:first-child > p, .complaint-hero-grid > div:first-child > p { max-width: 590px; color: rgba(255,255,255,.7); }
.voice-audiences { display: grid; gap: 11px; }
.voice-audiences a { min-height: 92px; padding: 20px 24px; display: flex; align-items: center; gap: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); transition: transform .2s, background .2s; }
.voice-audiences a:hover { transform: translateX(-7px); background: rgba(255,255,255,.15); }
.voice-audiences span { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 45px; color: var(--green-950); background: var(--yellow); border-radius: 50%; font-size: 11px; font-weight: 900; }
.voice-audiences strong { font-size: 17px; }

.voice-form-section, .complaint-form-section { background: #f4f2fa; }
.voice-form-grid, .complaint-form-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 60px; align-items: start; }
.voice-form-aside, .complaint-note { position: sticky; top: 110px; padding: 15px 0; }
.voice-form-aside h2, .complaint-note h2 { margin: 14px 0 18px; color: var(--green-950); font-size: 37px; }
.voice-form-aside > p, .complaint-note > p { color: var(--muted); }
.voice-form-aside ul, .complaint-note ul { margin: 28px 0; padding: 0; list-style: none; }
.voice-form-aside li, .complaint-note li { padding: 11px 25px 11px 0; position: relative; color: #504b68; border-bottom: 1px solid var(--line); font-size: 12px; }
.voice-form-aside li::before, .complaint-note li::before { content: "✓"; position: absolute; right: 0; color: var(--green-700); font-weight: 900; }
.voice-form-aside > a { display: inline-flex; margin-top: 14px; color: var(--green-800); border-bottom: 1px solid #b8b0e4; font-size: 12px; font-weight: 850; }
.voice-form-card, .complaint-form-card { border-top: 4px solid var(--green-700); }

.complaint-process { margin: 0; padding: 0; display: grid; gap: 2px; list-style: none; }
.complaint-process li { min-height: 90px; padding: 18px 24px; display: flex; align-items: center; gap: 18px; background: rgba(255,255,255,.09); border-right: 3px solid rgba(255,216,61,.7); }
.complaint-process span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; color: #190e5e; background: var(--yellow); border-radius: 50%; font-size: 11px; font-weight: 900; }
.complaint-process p { margin: 0; font-weight: 750; }
.complaint-note > span { color: var(--green-700); font-size: 11px; font-weight: 850; }
.complaint-note > div { padding: 20px; color: #684b0d; background: #fff8df; border-right: 3px solid var(--yellow); }
.complaint-note > div p { margin: 6px 0 0; font-size: 11px; }
.complaint-reference { margin: 30px auto !important; padding: 22px; display: block !important; color: var(--white); background: var(--green-950); border-radius: 8px; }
.complaint-reference span, .complaint-reference strong { display: block; }
.complaint-reference span { margin-bottom: 4px; color: var(--gold-soft); font-size: 10px; }
.complaint-reference strong { font-size: clamp(20px, 4vw, 29px); letter-spacing: .08em; }
.complaint-success-page { background: radial-gradient(circle at 20% 20%, #e5e0ff, transparent 38%), var(--ivory); }

.ceo-message-section { background: #f5f3fb; }
.ceo-message-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 75px; align-items: stretch; }
.ceo-portrait { min-height: 480px; overflow: hidden; background: linear-gradient(145deg, #ddd8f8, #9e8bf2); }
.ceo-portrait img { width: 100%; height: 100%; object-fit: cover; }
.leader-placeholder { height: 100%; min-height: 480px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: radial-gradient(circle at 20% 85%, rgba(255,216,61,.22), transparent 35%), linear-gradient(145deg, #6246ea, #160d58); }
.leader-placeholder span { color: var(--gold-soft); font-size: 12px; }
.leader-placeholder strong { font-size: 54px; line-height: 1.3; }
.ceo-message { margin: 0; padding: 55px 0; align-self: center; }
.ceo-message h2 { max-width: 740px; margin: 18px 0 25px; color: var(--green-950); font-size: clamp(36px, 4vw, 54px); }
.ceo-message > p { color: #504d68; font-size: 17px; line-height: 2.15; }
.ceo-message footer { margin-top: 35px; padding-top: 20px; display: grid; border-top: 1px solid var(--line); }
.ceo-message footer strong { color: var(--green-950); }
.ceo-message footer span { color: var(--muted); font-size: 11px; }
.mission-vision-section { background: var(--white); }
.mission-vision-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, 1fr); }
.mission-vision-grid article { min-height: 320px; padding: 45px; color: var(--white); background: linear-gradient(135deg, #21146d, #5539d4); }
.mission-vision-grid article:last-child { color: var(--green-950); background: var(--yellow); }
.mission-vision-grid article > span { font-size: 11px; font-weight: 900; opacity: .78; }
.mission-vision-grid h3 { margin: 55px 0 16px; font-size: 29px; }
.mission-vision-grid p { color: rgba(255,255,255,.7); font-size: 13px; }
.mission-vision-grid article:last-child p { color: rgba(13,10,70,.72); }
.history-milestones { grid-column: 1 / -1; margin: 0; padding: 35px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.history-milestones li { min-height: 150px; padding: 0 25px; border-left: 1px solid var(--line); }
.history-milestones li:last-child { border-left: 0; }
.history-milestones span { color: var(--green-700); font-size: 18px; font-weight: 900; }
.history-milestones p { margin-top: 12px; color: var(--muted); font-size: 11px; }
.organization-section { background: #100949; color: var(--white); }
.organization-section .section-heading h2 { color: var(--white); }
.organization-section .kicker-dark { color: var(--gold-soft); }
.org-chart { margin-top: 55px; padding: 30px 0; }
.org-level { display: flex; justify-content: center; gap: 18px; }
.org-level article { width: 250px; min-height: 95px; padding: 20px; display: grid; align-content: center; color: var(--green-950); background: var(--white); border-top: 4px solid var(--yellow); text-align: center; }
.org-level span { color: var(--green-700); font-size: 9px; }
.org-level strong { font-size: 15px; }
.org-ceo article { color: var(--white); background: var(--green-700); }
.org-ceo span { color: var(--gold-soft); }
.org-line { width: 1px; height: 35px; margin-inline: auto; background: rgba(255,255,255,.35); }
.org-line-wide { position: relative; height: 55px; }
.org-line-wide::after { content: ""; position: absolute; width: min(75%, 860px); height: 1px; left: 50%; bottom: 0; transform: translateX(-50%); background: rgba(255,255,255,.35); }
.org-branches { align-items: stretch; }
.org-branches article { position: relative; width: 100%; max-width: 270px; }
.org-branches article::before { content: ""; position: absolute; width: 1px; height: 18px; left: 50%; top: -18px; background: rgba(255,255,255,.35); }
.catalog-link { color: var(--green-700); }
.catalog-unavailable { color: #8e899e; font-size: 10px; cursor: not-allowed; }
.catalog-unavailable:hover span { transform: none; }
.btn-disabled { color: #8a8498; background: #e6e2ed; border-color: #d8d3e1; cursor: not-allowed; box-shadow: none; }
.btn-disabled:hover { transform: none; }
.detail-catalog-link { color: var(--white) !important; }
.article-catalog-download { margin-top: 30px; }

@media (max-width: 820px) {
  .topbar-inner { justify-content: space-between; }
  .contact-actions-grid, .voice-hero-grid, .complaint-hero-grid, .voice-form-grid, .complaint-form-grid, .ceo-message-grid { grid-template-columns: 1fr; }
  .voice-hero-grid, .complaint-hero-grid { min-height: 0; padding: 75px 0; gap: 45px; }
  .voice-form-aside, .complaint-note { position: static; }
  .ceo-portrait, .leader-placeholder { min-height: 390px; }
  .history-milestones { grid-template-columns: repeat(2, 1fr); }
  .history-milestones li:nth-child(2) { border-left: 0; }
  .history-milestones li { margin-bottom: 25px; }
  .org-line-wide::after { width: 87%; }
  .org-branches { display: grid; grid-template-columns: repeat(2, 1fr); }
  .org-branches article { max-width: none; }
}

@media (max-width: 580px) {
  .topbar-inner { min-height: 41px; }
  .topbar-inner > div a:last-child, .topbar-inner > div > span { display: none; }
  .topbar-inner > div { gap: 0; }
  .contact-actions-section { padding-top: 22px; }
  .contact-actions-grid { gap: 12px; }
  .contact-action-card { min-height: 205px; padding: 27px 22px; }
  .contact-action-card h2 { font-size: 23px; }
  .voice-hero h1, .complaint-hero h1 { font-size: 44px; }
  .voice-audiences a { min-height: 78px; padding: 15px; }
  .voice-form-card, .complaint-form-card { padding: 28px 19px; }
  .ceo-portrait, .leader-placeholder { min-height: 320px; }
  .leader-placeholder { padding: 30px; }
  .leader-placeholder strong { font-size: 43px; }
  .ceo-message { padding: 35px 0 0; }
  .mission-vision-grid, .history-milestones, .org-branches { grid-template-columns: 1fr; }
  .mission-vision-grid article { min-height: 270px; padding: 30px 24px; }
  .mission-vision-grid h3 { margin-top: 35px; }
  .history-milestones li { min-height: 0; padding: 15px 0 22px; border-left: 0; border-bottom: 1px solid var(--line); }
  .org-line-wide { height: 35px; }
  .org-line-wide::after { display: none; }
  .org-branches { gap: 16px; }
  .org-branches article::before { display: none; }
}
