:root { --tg-primary: #0ba56a; --tg-primary-dark: #078857; --tg-heading: #111b24; --tg-body: #566b62; --tg-white: #fff; }
.tg-main-wrap,
.tg-main-wrap *,
.tg-main-wrap *::before,
.tg-main-wrap *::after { box-sizing: border-box; }
.tg-main-wrap { color: var(--tg-body); background: var(--tg-white); font-family: "Inter", system-ui, -apple-system, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.tg-main-wrap h1,
.tg-main-wrap p { margin: 0; }
.tg-main-wrap h1 { color: var(--tg-heading); font-size: 44px; font-weight: 700; line-height: 1.1; letter-spacing: -.03em; }
.tg-main-wrap .body-large { color: var(--tg-body); font-size: 18px; line-height: 1.65; }
.tg-container,
.tg-main-wrap .container-xl-custom { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 80px; }
.tg-hero { overflow: hidden; padding-block: 50px 70px; }
.tg-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; }
.tg-hero h1 { margin-bottom: 20px; }
.tg-hero p { max-width: 500px; }
.internal-links { color: #008352 !important; font-weight: 700 !important; }
.dairy-content .tg-dairy-stats-strip { overflow: hidden; padding: 18px 0; border-block: 1px solid #c9e6d9; background: #effaf5; }
.dairy-content .tg-dairy-stats-track { display: flex; width: max-content; animation: tg-dairy-stats-marquee 24s linear infinite; will-change: transform; }
.dairy-content .tg-dairy-stats-group { display: flex; width: max-content; min-width: 100vw; align-items: center; justify-content: space-around; flex-shrink: 0; }
.dairy-content .tg-dairy-stats-group>div { display: flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 0 26px; border-right: 1px solid #d9ebe2; white-space: nowrap; }
.dairy-content .tg-dairy-stats-group>div:last-child { border-right: 0; }
.dairy-content .tg-dairy-stats-group>div::before { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; border-radius: 50%; background: #05a96b; color: #fff; content: "✓"; font-size: 12px; font-weight: 700; }
.dairy-content .tg-dairy-stats-strip strong { color: var(--tg-heading); font-size: 20px; line-height: 1; white-space: nowrap; }
.dairy-content .tg-dairy-stats-strip span { color: var(--tg-heading); font-size: 14px; font-weight: 700; line-height: 1.2; }
@keyframes tg-dairy-stats-marquee {
from { transform: translate3d(0, 0, 0); }
to { transform: translate3d(-50%, 0, 0); }
}
.tg-toc-section { display: none; padding: 32px 0; border-bottom: 1px solid rgba(0, 0, 0, .05); background: #fafafa; }
.tg-toc-card { padding: 15px 25px; border: 1px solid #e6f5ee; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(0, 40, 22, .04); }
.tg-toc-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 0; border: 0; background: none; color: var(--tg-heading); font-family: "Inter", sans-serif; cursor: pointer; }
.tg-toc-trigger-text { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; }
.tg-toc-trigger-text svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--tg-primary); }
.tg-toc-arrow { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: #e6f5ee; color: var(--tg-primary-dark); transition: transform .3s cubic-bezier(.4, 0, .2, 1); }
.tg-toc-arrow svg { width: 18px; height: 18px; }
.tg-toc-card.active .tg-toc-arrow { transform: rotate(180deg); }
.tg-toc-body { overflow: hidden; max-height: 0; transition: max-height .35s cubic-bezier(.4, 0, .2, 1); }
#toc-list-container.toc-expanded { max-height: 1200px; }
.tg-toc-nav { margin-top: 20px; padding: 20px 0 2px 20px; border-top: 1px solid #e6f5ee; border-left: 3px solid var(--tg-primary); }
.tg-toc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.tg-toc-item { margin: 0; padding: 0; }
.tg-toc-link { display: flex; align-items: center; gap: 8px; padding: 4px 0; color: #475467; font-size: 14.5px; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.tg-toc-link::before { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; margin-right: 4px; border-radius: 50%; background: var(--tg-primary); content: ""; }
.tg-toc-link:hover,
.tg-toc-link:active { color: var(--tg-primary); text-decoration: none; }
@media (max-width:991px) {
.tg-container,
.tg-main-wrap .container-xl-custom { padding-inline: 48px; }
.tg-main-wrap h1 { font-size: 34px; line-height: 1.2; }
.tg-main-wrap .body-large { font-size: 16px; line-height: 1.6; }
.tg-hero-grid { grid-template-columns: 1fr; gap: 40px; }
.tg-hero-content,
.tg-hero-content h1,
.tg-hero-content p { max-width: none; }
.tg-toc-section { display: block; padding: 20px 0; }
}
@media (max-width:767px) {
.tg-container,
.tg-main-wrap .container-xl-custom { padding-inline: 18px; }
.tg-main-wrap h1 { font-size: 28px; }
.tg-main-wrap .body-large { font-size: 15px; line-height: 1.55; }
.tg-hero { padding-block: 50px; }
.dairy-content .tg-dairy-stats-strip { padding: 14px 0; }
.dairy-content .tg-dairy-stats-track { animation-duration: 18s; }
.dairy-content .tg-dairy-stats-group>div { gap: 8px; padding: 0 16px; }
.dairy-content .tg-dairy-stats-group>div::before { width: 18px; height: 18px; flex-basis: 18px; font-size: 10px; }
.dairy-content .tg-dairy-stats-strip strong { font-size: 17px; }
.dairy-content .tg-dairy-stats-strip span { font-size: 12px; }
.tg-toc-card { padding: 16px; }
.tg-toc-trigger-text { font-size: 16px; }
.tg-toc-trigger-text svg { width: 20px; height: 20px; }
.tg-toc-arrow { width: 32px; height: 32px; }
.tg-toc-nav { margin-top: 16px; padding: 16px 0 2px 16px; }
.tg-toc-list { grid-template-columns: 1fr; gap: 10px; }
.tg-toc-link { padding: 6px 0; font-size: 14px; }
}
@media (prefers-reduced-motion:reduce) {
.dairy-content .tg-dairy-stats-track { animation: none; }
}
@media (min-width:992px) {
.navbar #navMenus { transform: translateX(-24px); }
}
/* Pharmaceutical traceability content */
.ph-section { padding: 64px 0; scroll-margin-top: 100px; background: #fff; }
.ph-soft { background: #f7f9f7; }
.ph-head { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(320px, 1.15fr); gap: 64px; align-items: end; margin-bottom: 40px; }
.ph-head h2 { margin: 0; color: var(--tg-heading); font-size: 34px; font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.ph-head p { margin: 0; color: var(--tg-body); font-size: 17px; font-weight: 400; line-height: 1.6; }
.ph-head>div p+p { margin-top: 14px; }
.ph-head-center { display: block; text-align: center; }
.ph-head-center h2 { max-width: none; }
.ph-passport { display: grid; grid-template-columns: 330px 1fr; overflow: hidden; border: 1px solid #dce1e5; border-radius: 22px; background: #fff; box-shadow: 0 16px 44px rgba(17, 27, 36, .06); }
.ph-passport-nav { display: flex; flex-direction: column; padding: 18px; background: #078857; }
.ph-passport-nav button { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 14px 16px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); background: transparent; color: #eaf7ef; font: 700 16px/1.3 Inter, sans-serif; text-align: left; cursor: pointer; transition: .25s ease; }
.ph-passport-nav button span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .14); font-size: 11px; }
.ph-passport-nav button.is-active { border-radius: 12px; background: #fff; color: #078857; transform: translateX(8px); }
.ph-passport-nav button.is-active span { background: #eaf7ef; }
.ph-passport-screen { position: relative; display: flex; min-height: 350px; align-items: center; padding: 44px 48px; background-image: linear-gradient(#eef6f2 1px, transparent 1px), linear-gradient(90deg, #eef6f2 1px, transparent 1px); background-size: 28px 28px; }
.ph-passport-screen article[hidden] { display: none; }
.ph-passport-screen article { max-width: 700px; padding: 30px; border: 1px solid #cce8dc; border-radius: 4px 20px 20px; background: rgba(255, 255, 255, .94); animation: phFade .3s ease; }
.ph-passport-screen small,
.ph-compliance-copy small { display: block; margin-bottom: 18px; color: #078857; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ph-passport-title,
.ph-passport-screen h3,
.ph-compliance-copy h3 { margin: 0 0 9px; color: #111b24; font-size: 22px; font-weight: 700; line-height: 1.3; }
.ph-passport-screen p,
.ph-compliance-copy p { margin: 0; color: #566b62; font-size: 16px; line-height: 1.6; }
@keyframes phFade {
from { opacity: 0; transform: translateY(7px); }
to { opacity: 1; transform: none; }
}
.ph-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; border: 1px solid #dce1e5; border-radius: 22px; background: #fff; }
.ph-switch>button { min-height: 54px; padding: 10px 18px; border: 1px solid #cce8dc; border-radius: 12px; background: #fff; color: #111b24; font: 700 15px/1.3 Inter, sans-serif; cursor: pointer; transition: .25s ease; }
.ph-switch>button.is-active { border-color: #0ba56a; background: #0ba56a; color: #fff; }
.ph-switch-panel { grid-column: 1/-1; padding: 28px; border-radius: 16px; background: #f7f9f7; animation: phFade .3s ease; }
.ph-switch-panel[hidden] { display: none; }
.ph-switch-panel--active { background: #eaf7ef; }
.ph-switch-title,
.ph-switch-panel h3 { margin: 0 0 18px; color: #111b24; font-size: 22px; font-weight: 700; }
.ph-switch-panel ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.ph-switch-panel li { position: relative; padding: 13px 14px 13px 42px; border: 1px solid #dce1e5; border-radius: 10px; background: #fff; color: #566b62; font-size: 15px; line-height: 1.5; }
.ph-switch-panel li::before { position: absolute; top: 13px; left: 14px; color: #0ba56a; content: "✓"; font-weight: 800; }
.ph-route { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-bottom: 24px; padding-top: 12px; }
.ph-route::before { position: absolute; top: 38px; right: 10%; left: 10%; height: 2px; background: #cce8dc; content: ""; }
.ph-route button { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 0 8px; border: 0; background: transparent; color: #566b62; font: 700 14px/1.35 Inter, sans-serif; text-align: center; cursor: pointer; }
.ph-route button b { display: grid; width: 54px; height: 54px; place-items: center; border: 2px solid #cce8dc; border-radius: 50%; background: #fff; color: #078857; font-size: 12px; transition: .25s ease; }
.ph-route button.is-active b,
.ph-route button:hover b { border-color: #0ba56a; background: #0ba56a; color: #fff; box-shadow: 0 0 0 7px #eaf7ef; }
.ph-route-detail { max-width: 760px; margin: auto; padding: 28px 32px; border-left: 4px solid #0ba56a; border-radius: 0 16px 16px 0; background: #eaf7ef; animation: phFade .3s ease; }
.ph-route-detail span { display: block; margin-bottom: 8px; color: #078857; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.ph-route-title,
.ph-route-detail h3 { margin: 0 0 7px; color: #111b24; font-size: 22px; font-weight: 700; }
.ph-route-detail p { margin: 0; color: #566b62; font-size: 16px; line-height: 1.6; }
.ph-cta { background: linear-gradient(120deg, #078857, #0ba56a); }
.ph-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 38px; }
.ph-cta-title, .ph-cta h2, .ph-cta h3 { margin: 0 0 7px; color: #fff; font-size: 25px; font-weight: 700; line-height: 1.25; }
.ph-cta p { margin: 0; color: #eaf7ef; font-size: 15px; line-height: 1.55; }
.ph-cta a { position: relative; z-index: 2; display: inline-flex; min-height: 46px; align-items: center; gap: 12px; padding: 12px 22px; border-radius: 999px; background: #fff; color: #078857; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: .2s ease; }
.ph-cta a:hover { box-shadow: 0 10px 24px rgba(0, 0, 0, .16); transform: translateY(-2px); }
.ph-feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ph-feature-list details { overflow: hidden; border: 1px solid #dce1e5; border-radius: 16px; background: #fff; transition: .25s ease; }
.ph-feature-list details[open] { border-color: #0ba56a; box-shadow: 6px 6px 0 #eaf7ef; }
.ph-feature-list summary { display: flex; align-items: center; gap: 14px; padding: 20px 22px; list-style: none; cursor: pointer; }
.ph-feature-list summary::-webkit-details-marker,
.ph-faq-list summary::-webkit-details-marker { display: none; }
.ph-feature-list summary span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: #eaf7ef; color: #078857; font-size: 11px; font-weight: 800; }
.ph-feature-list summary h3 { flex: 1; margin: 0; color: #111b24; font-size: 19px; font-weight: 700; line-height: 1.3; }
.ph-feature-list summary i,
.ph-faq-list summary i { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; background: #eaf7ef; color: #0ba56a; font-size: 19px; font-style: normal; font-weight: 700; transition: .25s ease; }
.ph-feature-list details[open] summary i,
.ph-faq-list details[open] summary i { background: #0ba56a; color: #fff; transform: rotate(45deg); }
.ph-feature-list details>p { margin: 0; padding: 0 68px 20px; color: #566b62; font-size: 15px; line-height: 1.6; }
.ph-team-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid #dce1e5; border-radius: 22px; background: #dce1e5; }
.ph-team-board article { position: relative; padding: 30px; background: #fff; transition: .25s ease; }
.ph-team-board article:hover { z-index: 1; background: #078857; transform: scale(1.015); }
.ph-team-board span { display: block; margin-bottom: 20px; color: #078857; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.ph-team-board h3 { margin: 0 0 9px; color: #111b24; font-size: 22px; font-weight: 700; line-height: 1.3; }
.ph-team-board p { margin: 0; color: #566b62; font-size: 16px; line-height: 1.6; }
.ph-team-board article:hover span,
.ph-team-board article:hover h3,
.ph-team-board article:hover p { color: #fff; }
.ph-compliance-wheel { display: grid; grid-template-columns: 340px 1fr; overflow: hidden; border: 1px solid #dce1e5; border-radius: 22px; background: #fff; }
.ph-compliance-menu { display: grid; gap: 8px; padding: 18px; background: #111b24; }
.ph-compliance-menu button { padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 10px; background: transparent; color: #fff; font: 700 15px/1.3 Inter, sans-serif; text-align: left; cursor: pointer; transition: .25s ease; }
.ph-compliance-menu button.is-active { border-color: #0ba56a; background: #0ba56a; transform: translateX(7px); }
.ph-compliance-copy { display: flex; min-height: 330px; align-items: center; padding: 44px; }
.ph-compliance-copy article[hidden] { display: none; }
.ph-compliance-copy article { animation: phFade .3s ease; }
.ph-verify-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; align-items: stretch; }
.ph-verify-grid article { grid-column: span 2; min-height: 220px; padding: 28px; border: 1px solid #dce1e5; border-radius: 18px; background: #fff; transition: .25s ease; }
.ph-verify-grid article:nth-child(4) { grid-column: 2/span 2; }
.ph-verify-grid article:nth-child(5) { grid-column: 4/span 2; }
.ph-verify-grid article:hover { border-color: #0ba56a; background: #eaf7ef; transform: translateY(-5px); }
.ph-verify-grid b { display: block; margin-bottom: 30px; color: #078857; font-size: 12px; letter-spacing: .1em; }
.ph-verify-grid h3 { margin: 0 0 9px; color: #111b24; font-size: 22px; font-weight: 700; line-height: 1.3; }
.ph-verify-grid p { margin: 0; color: #566b62; font-size: 16px; line-height: 1.6; }
.ph-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ph-outcomes article { display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid #cce8dc; border-radius: 50px 12px 12px; background: #fff; transition: .25s ease; }
.ph-outcomes article:hover { border-radius: 12px 12px 50px; background: #eaf7ef; }
.ph-outcomes strong { color: #078857; font-size: 24px; font-weight: 800; line-height: 1.15; }
.ph-outcomes p { margin: 0; color: #566b62; font-size: 15px; line-height: 1.5; }
.ph-compare-table { overflow: hidden; border: 1px solid #dce1e5; border-radius: 20px; background: #fff; }
.ph-compare-table>div { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #dce1e5; }
.ph-compare-table>div:last-child { border: 0; }
.ph-compare-table span,
.ph-compare-table strong { padding: 17px 20px; color: #566b62; font-size: 14px; line-height: 1.5; }
.ph-compare-table strong { border-left: 1px solid #cce8dc; background: #eaf7ef; color: #078857; font-weight: 700; }
.ph-compare-head span { background: #111b24; color: #fff; font-weight: 700; }
.ph-compare-head span:last-child { border-left: 1px solid rgba(255, 255, 255, .18); background: #078857; }
.ph-faq-list { display: grid; gap: 14px; max-width: 960px; margin: auto; }
.ph-faq-list details { overflow: hidden; border: 1px solid #dce1e5; border-radius: 16px; background: #fff; transition: .25s ease; }
.ph-faq-list details[open] { border-color: #0ba56a; box-shadow: 6px 6px 0 #eaf7ef; }
.ph-faq-list summary { display: flex; align-items: center; gap: 16px; padding: 20px 24px; color: #111b24; font-size: 17.5px; font-weight: 700; line-height: 1.4; list-style: none; cursor: pointer; }
.ph-faq-list summary i { margin-left: auto; }
.ph-faq-list p { margin: 0; padding: 0 68px 22px 24px; color: #566b62; font-size: 15px; line-height: 1.6; }
@media (max-width:991px) {
.ph-section { padding: 56px 0; }
.ph-head { grid-template-columns: 1fr; gap: 14px; }
.ph-head h2 { font-size: 28px; }
.ph-head p { font-size: 16px; }
.ph-passport { grid-template-columns: 1fr; }
.ph-passport-nav { display: grid; grid-template-columns: repeat(3, 1fr); }
.ph-passport-nav button.is-active { transform: none; }
.ph-route { overflow-x: auto; }
.ph-route button { min-width: 150px; }
.ph-team-board { grid-template-columns: 1fr; }
.ph-compliance-wheel { grid-template-columns: 1fr; }
.ph-compliance-menu { grid-template-columns: repeat(4, 1fr); }
.ph-compliance-menu button.is-active { transform: none; }
.ph-verify-grid { grid-template-columns: repeat(2, 1fr); }
.ph-verify-grid article,
.ph-verify-grid article:nth-child(4),
.ph-verify-grid article:nth-child(5) { grid-column: auto; }
.ph-outcomes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:767px) {
.ph-section { padding: 28px 0; }
.ph-head { gap: 7px; margin-bottom: 16px; }
.ph-head h2 { font-size: 24px; line-height: 1.28; }
.ph-head p { font-size: 14px; line-height: 1.5; }
.ph-head>div p+p { margin-top: 7px; }
.ph-passport { border-radius: 14px; }
.ph-passport-nav { grid-template-columns: 1fr; gap: 7px; padding: 10px; }
.ph-passport-nav button { min-height: 48px; padding: 9px 10px; font-size: 13px; }
.ph-passport-nav button span { width: 27px; height: 27px; flex-basis: 27px; font-size: 9px; }
.ph-passport-screen { min-height: 0; padding: 14px; }
.ph-passport-screen article { padding: 16px 14px; border-radius: 4px 13px 13px; }
.ph-passport-screen small { margin-bottom: 8px; font-size: 9px; }
.ph-passport-title,
.ph-passport-screen h3,
.ph-compliance-copy h3 { margin-bottom: 5px; font-size: 16px; }
.ph-passport-screen p,
.ph-compliance-copy p { font-size: 13px; line-height: 1.45; }
.ph-switch { gap: 7px; padding: 7px; border-radius: 14px; }
.ph-switch>button { min-height: 44px; padding: 8px; font-size: 12px; }
.ph-switch-panel { padding: 14px; }
.ph-switch-title,
.ph-switch-panel h3 { margin-bottom: 10px; font-size: 16px; }
.ph-switch-panel ul { grid-template-columns: 1fr; gap: 7px; }
.ph-switch-panel li { padding: 9px 10px 9px 34px; font-size: 13px; }
.ph-switch-panel li::before { top: 9px; left: 11px; }
.ph-route { display: flex; margin-bottom: 16px; padding: 8px 5px 12px; overflow-x: auto; }
.ph-route::before { display: none; }
.ph-route button { min-width: 112px; font-size: 12px; }
.ph-route button b { width: 42px; height: 42px; font-size: 10px; }
.ph-route-detail { padding: 16px 14px; }
.ph-route-title,
.ph-route-detail h3 { font-size: 16px; }
.ph-route-detail p { font-size: 13px; line-height: 1.45; }
.ph-cta-inner { flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 14px; }
.ph-cta-title, .ph-cta h2, .ph-cta h3 { margin-bottom: 3px; font-size: 15.5px; line-height: 1.25; }
.ph-cta p { font-size: 12.5px; line-height: 1.4; }
.ph-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 15px; border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }
.ph-feature-list { grid-template-columns: 1fr; gap: 10px; }
.ph-feature-list summary { gap: 9px; padding: 13px 14px; }
.ph-feature-list summary span,
.ph-feature-list summary i { width: 29px; height: 29px; flex-basis: 29px; font-size: 11px; }
.ph-feature-list summary h3 { font-size: 16px; }
.ph-feature-list details>p { padding: 0 52px 14px; font-size: 13px; line-height: 1.45; }
.ph-team-board article { padding: 15px 14px; }
.ph-team-board span { margin-bottom: 10px; font-size: 9px; }
.ph-team-board h3 { margin-bottom: 5px; font-size: 16px; }
.ph-team-board p { font-size: 13px; line-height: 1.45; }
.ph-compliance-menu { grid-template-columns: 1fr; gap: 7px; padding: 10px; }
.ph-compliance-menu button { padding: 10px 12px; font-size: 12px; }
.ph-compliance-copy { min-height: 0; padding: 16px 14px; }
.ph-compliance-copy small { margin-bottom: 8px; font-size: 9px; }
.ph-verify-grid { grid-template-columns: 1fr; gap: 10px; }
.ph-verify-grid article { min-height: 0; padding: 15px 14px; }
.ph-verify-grid b { margin-bottom: 10px; font-size: 9px; }
.ph-verify-grid h3 { margin-bottom: 5px; font-size: 16px; }
.ph-verify-grid p { font-size: 13px; line-height: 1.45; }
.ph-outcomes { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ph-outcomes article { min-height: 118px; padding: 14px; border-radius: 28px 9px 9px; }
.ph-outcomes strong { font-size: 18px; }
.ph-outcomes p { font-size: 11px; line-height: 1.4; }
.ph-compare-table span,
.ph-compare-table strong { padding: 12px 10px; font-size: 12px; }
.ph-faq-list { gap: 10px; }
.ph-faq-list summary { padding: 16px 14px; font-size: 15.5px; }
.ph-faq-list p { padding: 0 52px 18px 18px; font-size: 14px; }
}
/* Redesigned sections — scoped to sections approved for change */
#pharma-brief .ph-passport { display: flex; flex-direction: column; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
#pharma-brief .ph-passport-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; background: transparent; }
#pharma-brief .ph-passport-nav button { position: relative; min-height: 92px; padding: 18px 20px; border: 1px solid #dce1e5; border-radius: 18px; background: #fff; color: #111b24; font-size: 18px; font-weight: 700; box-shadow: 0 5px 18px rgba(17, 27, 36, .04); transition: .3s ease; }
#pharma-brief .ph-passport-nav button::after { position: absolute; right: 18px; bottom: -8px; width: 16px; height: 16px; border-right: 1px solid #dce1e5; border-bottom: 1px solid #dce1e5; background: #fff; content: ""; opacity: 0; transform: rotate(45deg); transition: .2s ease; }
#pharma-brief .ph-passport-nav button span { background: #eaf7ef; color: #078857; }
#pharma-brief .ph-passport-nav button.is-active { border-color: #0ba56a; background: #078857; color: #fff; transform: translateY(-5px); }
#pharma-brief .ph-passport-nav button.is-active span { background: #fff; color: #078857; }
#pharma-brief .ph-passport-nav button.is-active::after { border-color: #078857; background: #078857; opacity: 1; }
#pharma-brief .ph-passport-screen { display: block; min-height: 0; margin-top: 26px; padding: 0; background: none; }
#pharma-brief .ph-passport-screen article { max-width: none; padding: 34px 38px; border: 0; border-left: 5px solid #0ba56a; border-radius: 0 18px 18px 0; background: #eaf7ef; box-shadow: none; }
#why-pharma-traceability .ph-head { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 36px; text-align: left; }
#why-pharma-traceability .ph-head h2,
#why-pharma-traceability .ph-head div { width: 100%; max-width: none; text-align: left; }
#how-pharma-works .container-xl-custom { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); column-gap: 24px; align-items: stretch; }
#how-pharma-works .ph-head { grid-column: 1/-1; margin-bottom: 24px; }
#how-pharma-works .ph-route { display: flex; grid-column: 1; flex-direction: column; gap: 6px; margin: 0; padding: 8px; border: 1px solid #dce1e5; border-radius: 18px; background: #f7f9f7; }
#how-pharma-works .ph-route::before { display: none; }
#how-pharma-works .ph-route button { display: grid; grid-template-columns: 36px 1fr 40px; min-height: 50px; flex-direction: row; align-items: center; gap: 12px; padding: 8px 14px; border-radius: 12px; text-align: left; transition: .25s ease; }
#how-pharma-works .ph-route button::after { content: "→"; font-size: 20px; font-weight: 700; color: #078857; transition: .2s ease; }
#how-pharma-works .ph-route button b { width: 34px; height: 34px; border-width: 1px; font-size: 11px; }
#how-pharma-works .ph-route button.is-active { background: #078857; color: #fff; box-shadow: 0 6px 16px rgba(7, 136, 87, .14); }
#how-pharma-works .ph-route button.is-active::after { color: #fff; transform: translateX(3px); }
#how-pharma-works .ph-route button.is-active b { border-color: #fff; background: #fff; color: #078857; box-shadow: none; }
#how-pharma-works .ph-route-detail { display: flex; grid-column: 2; min-height: 100%; flex-direction: column; justify-content: center; margin: 0; padding: 30px 32px; border: 1px solid #cce8dc; border-radius: 18px; background-image: linear-gradient(rgba(234, 247, 239, .88), rgba(234, 247, 239, .88)), linear-gradient(#cce8dc 1px, transparent 1px), linear-gradient(90deg, #cce8dc 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; }
#pharma-features .ph-feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: stretch; }
#pharma-features .ph-feature-box { grid-column: span 2; display: flex; flex-direction: column; padding: 24px; border: 1px solid #dce1e5; border-radius: 18px; background: #fff; box-shadow: 0 4px 16px rgba(17, 27, 36, .03); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
#pharma-features .ph-feature-box:nth-child(7) { grid-column: 2 / span 2; }
#pharma-features .ph-feature-box:nth-child(8) { grid-column: 4 / span 2; }
#pharma-features .ph-feature-box:hover { border-color: #0ba56a; box-shadow: 0 12px 28px rgba(7, 136, 87, .12); transform: translateY(-4px); }
#pharma-features .ph-feat-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
#pharma-features .ph-feat-num { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: #eaf7ef; color: #078857; font-size: 12px; font-weight: 800; }
#pharma-features .ph-feat-head h3 { margin: 0; color: #111b24; font-size: 18px; font-weight: 700; line-height: 1.3; }
#pharma-compliance .ph-compliance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
#pharma-compliance .ph-compliance-card { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 28px 22px; border: 1px solid #dce1e5; border-radius: 18px; background: #fff; box-shadow: 0 4px 18px rgba(17, 27, 36, .03); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
#pharma-compliance .ph-compliance-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: #0ba56a; content: ""; opacity: 0; transition: opacity .3s ease; }
#pharma-compliance .ph-compliance-card:hover { border-color: #0ba56a; box-shadow: 0 14px 32px rgba(7, 136, 87, .12); transform: translateY(-5px); }
#pharma-compliance .ph-compliance-card:hover::before { opacity: 1; }
#pharma-compliance .ph-comp-num { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; margin-bottom: 20px; border-radius: 10px; background: #eaf7ef; color: #078857; font-size: 13px; font-weight: 800; transition: background .3s ease, color .3s ease; }
#pharma-compliance .ph-compliance-card:hover .ph-comp-num { background: #078857; color: #fff; }
#pharma-compliance .ph-compliance-card h3 { margin: 0 0 10px; color: #111b24; font-size: 19px; font-weight: 700; line-height: 1.3; }
#pharma-compliance .ph-compliance-card p { margin: 0; color: #566b62; font-size: 14px; line-height: 1.6; }
#pharma-diversion .ph-diversion-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: stretch; }
#pharma-diversion .ph-diversion-card { position: relative; grid-column: span 2; display: flex; flex-direction: column; overflow: hidden; padding: 28px 24px; border: 1px solid #dce1e5; border-radius: 18px; background: #fff; box-shadow: 0 4px 18px rgba(17, 27, 36, .03); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease; }
#pharma-diversion .ph-diversion-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #0ba56a, #078857); content: ""; opacity: 0; transition: opacity .3s ease; }
#pharma-diversion .ph-diversion-card:nth-child(4) { grid-column: span 3; }
#pharma-diversion .ph-diversion-card:nth-child(5) { grid-column: span 3; }
#pharma-diversion .ph-diversion-card:hover { border-color: #0ba56a; background: linear-gradient(180deg, #fff 0%, #f4faf6 100%); box-shadow: 0 14px 32px rgba(7, 136, 87, .12); transform: translateY(-5px); }
#pharma-diversion .ph-diversion-card:hover::before { opacity: 1; }
#pharma-diversion .ph-diversion-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
#pharma-diversion .ph-diversion-num { display: inline-flex; align-items: center; justify-content: center; padding: 4px 12px; border: 1px solid #cce8dc; border-radius: 999px; background: #eaf7ef; color: #078857; font-size: 13px; font-weight: 800; transition: background .3s ease, color .3s ease, border-color .3s ease; }
#pharma-diversion .ph-diversion-card:hover .ph-diversion-num { border-color: #0ba56a; background: #078857; color: #fff; }
#pharma-diversion .ph-diversion-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px; background: #f0f7f3; color: #078857; transition: background .3s ease, color .3s ease, transform .3s ease; }
#pharma-diversion .ph-diversion-icon svg { width: 20px; height: 20px; }
#pharma-diversion .ph-diversion-card:hover .ph-diversion-icon { background: #eaf7ef; color: #0ba56a; transform: scale(1.08); }
#pharma-diversion .ph-diversion-card h3 { margin: 0 0 10px; color: #111b24; font-size: 19px; font-weight: 700; line-height: 1.3; transition: color .25s ease; }
#pharma-diversion .ph-diversion-card:hover h3 { color: #078857; }
#pharma-diversion .ph-diversion-card p { margin: 0; color: #566b62; font-size: 15px; line-height: 1.6; }
.ph-cta { position: relative; overflow: hidden; background: #078857; }
.ph-cta::before { position: absolute; top: -110px; right: 9%; width: 260px; height: 260px; border: 44px solid rgba(255, 255, 255, .08); border-radius: 50%; content: ""; pointer-events: none; }
.ph-cta-inner { position: relative; z-index: 1; }
.ph-cta a { position: relative; z-index: 2; cursor: pointer; border-radius: 999px; white-space: nowrap; flex-shrink: 0; }
#pharma-faq .ph-faq-list { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 960px; margin: 0 auto; }
#pharma-faq .ph-faq-list details { border-radius: 4px 16px 16px; background: #fff; }
#pharma-faq .ph-faq-list details[open] { background: #eaf7ef; box-shadow: 6px 6px 0 rgba(11, 165, 106, .1); }
#pharma-faq .ph-faq-list summary { min-height: 0; }
@media (max-width:991px) {
.ph-cta-inner { flex-direction: column; align-items: flex-start; gap: 16px; padding-block: 28px; }
.ph-cta-title, .ph-cta h2, .ph-cta h3 { margin-bottom: 6px; font-size: 20px; line-height: 1.3; }
.ph-cta p { font-size: 14px; line-height: 1.5; }
.ph-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }
#pharma-brief .ph-passport-nav { gap: 10px; }
#pharma-brief .ph-passport-nav button { min-height: 64px; padding: 12px 14px; font-size: 15px; border-radius: 14px; }
#pharma-brief .ph-passport-screen { margin-top: 16px; }
#pharma-brief .ph-passport-screen article { padding: 22px 24px; border-radius: 0 14px 14px 0; }
#how-pharma-works .container-xl-custom { grid-template-columns: 1fr; row-gap: 16px; }
#how-pharma-works .ph-route,
#how-pharma-works .ph-route-detail { grid-column: 1; }
#how-pharma-works .ph-route { display: grid; grid-template-columns: repeat(2, 1fr); }
#how-pharma-works .ph-route-detail { border-left: 1px solid #cce8dc; border-radius: 20px; }
#pharma-features .ph-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
#pharma-features .ph-feature-box,
#pharma-features .ph-feature-box:nth-child(7),
#pharma-features .ph-feature-box:nth-child(8) { grid-column: auto; }
#pharma-compliance .ph-compliance-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
#pharma-diversion .ph-diversion-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
#pharma-diversion .ph-diversion-card,
#pharma-diversion .ph-diversion-card:nth-child(4),
#pharma-diversion .ph-diversion-card:nth-child(5) { grid-column: auto; }
#pharma-diversion .ph-diversion-card:nth-child(5) { grid-column: span 2; }
}
@media (max-width:767px) {
#pharma-brief .ph-passport-nav { grid-template-columns: 1fr; gap: 8px; }
#pharma-brief .ph-passport-nav button { min-height: 48px; padding: 10px 12px; font-size: 14px; border-radius: 12px; }
#pharma-brief .ph-passport-nav button.is-active { transform: none; }
#pharma-brief .ph-passport-nav button::after { display: none; }
#pharma-brief .ph-passport-screen { margin-top: 12px; }
#pharma-brief .ph-passport-screen article { padding: 16px 16px; border-left-width: 4px; border-radius: 0 12px 12px 0; }
#how-pharma-works .container-xl-custom { row-gap: 10px; }
#how-pharma-works .ph-route { grid-template-columns: 1fr; gap: 6px; padding: 8px; }
#how-pharma-works .ph-route button { grid-template-columns: 34px 1fr auto; min-width: 0; min-height: 46px; padding: 7px 9px; font-size: 12px; }
#how-pharma-works .ph-route button b { width: 30px; height: 30px; }
#how-pharma-works .ph-route-detail { padding: 16px 14px; border-radius: 13px; }
#pharma-features .ph-feature-grid { grid-template-columns: 1fr; gap: 10px; }
#pharma-features .ph-feature-box { padding: 14px 15px; border-radius: 14px; }
#pharma-features .ph-feat-head { gap: 10px; margin-bottom: 8px; }
#pharma-features .ph-feat-num { width: 28px; height: 28px; flex: 0 0 28px; font-size: 11px; }
#pharma-features .ph-feat-head h3 { font-size: 16px; line-height: 1.25; }
#pharma-features .ph-feature-box p { font-size: 13px; line-height: 1.45; }
#pharma-compliance .ph-compliance-grid { grid-template-columns: 1fr; gap: 10px; }
#pharma-compliance .ph-compliance-card { padding: 14px 15px; border-radius: 14px; }
#pharma-compliance .ph-comp-num { width: 28px; height: 28px; flex: 0 0 28px; margin-bottom: 10px; border-radius: 7px; font-size: 11px; }
#pharma-compliance .ph-compliance-card h3 { margin-bottom: 6px; font-size: 16px; line-height: 1.25; }
#pharma-compliance .ph-compliance-card p { font-size: 13px; line-height: 1.45; }
#pharma-diversion .ph-diversion-grid { grid-template-columns: 1fr; gap: 10px; }
#pharma-diversion .ph-diversion-card,
#pharma-diversion .ph-diversion-card:nth-child(5) { grid-column: auto; padding: 14px 15px; border-radius: 14px; }
#pharma-diversion .ph-diversion-head { margin-bottom: 10px; }
#pharma-diversion .ph-diversion-num { padding: 3px 9px; font-size: 11px; }
#pharma-diversion .ph-diversion-icon { width: 32px; height: 32px; border-radius: 8px; }
#pharma-diversion .ph-diversion-icon svg { width: 16px; height: 16px; }
#pharma-diversion .ph-diversion-card h3 { margin-bottom: 5px; font-size: 16px; line-height: 1.25; }
#pharma-diversion .ph-diversion-card p { font-size: 13px; line-height: 1.45; }
#pharma-faq .ph-faq-list { grid-template-columns: 1fr; gap: 10px; }
#pharma-faq .ph-faq-list details[open] { grid-row: auto; }
#pharma-faq .ph-faq-list summary { min-height: 0; }
}