/* Nanopharma Blocks — globální styly */

* {
  box-sizing: border-box; margin: 0; padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #fff; color: #111;
}
.section-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 24px;
}
.badge {
  display: inline-block; font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; background: #F5E6D0; color: #585859;
}
.logo-pill {
  display: flex; align-items: center; justify-content: center; border: 0.5px solid #e5e5e5; border-radius: 8px; padding: 10px 16px; background: #fff; height: 80px;
}
.logo-pill img {
  height: 36px; width: auto; object-fit: contain; display: block;
}
nav {
  padding: 14px 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 0.5px solid #e5e5e5;
}
nav .logo {
  font-size: 15px; font-weight: 500;
}
nav .links {
  display: flex; gap: 20px; font-size: 12px; color: #888;
}
nav .links a {
  color: #888; text-decoration: none;
}
nav .links a:hover {
  color: #111;
}
nav .lang {
  font-size: 11px; color: #888;
}
.hero {
  position: relative; border-bottom: 0.5px solid #e5e5e5; overflow: hidden; height: 320px; display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0; background: #f5f5f3;
}
.hero-bg video {
  width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0.8;
}
.hero-overlay {
  position: absolute; inset: 0; background: #fff; opacity: 0.72;
}
.hero-content {
  position: relative; padding: 0 48px; width: 100%;
}
.hero-content h1 {
  font-size: 32px; font-weight: 500; color: #111; line-height: 1.3; margin: 10px 0 18px; max-width: 580px;
}
.hero-content p {
  font-size: 14px; color: #666; max-width: 520px; line-height: 1.8; margin-bottom: 28px;
}
.hero-btns {
  display: flex; gap: 10px;
}
.btn-primary {
  padding: 10px 22px; border: 0.5px solid #ccc; border-radius: 8px; font-size: 13px; font-weight: 500; color: #111; background: #fff; cursor: pointer;
}
.btn-secondary {
  padding: 10px 22px; border: 0.5px solid #e5e5e5; border-radius: 8px; font-size: 13px; color: #888; background: #fff; opacity: 0.9; cursor: pointer;
}
.o-spolecnosti {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.two-col p {
  font-size: 14px; color: #666; line-height: 1.8;
}
.membership-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 12px;
}
.logo-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.sluzby {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #f5f5f3; position: relative; overflow: hidden;
}
.sluzby-bg {
  position: absolute; inset: 0; background-image: url('tech1.jpg'); background-size: cover; background-position: center; opacity: 0.4; z-index: 0;
}
.sluzby > *:not(.sluzby-bg) {
  position: relative; z-index: 1;
}
.cards-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px;
}
.card {
  background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px; padding: 20px; display: flex; flex-direction: column;
}
.card-title {
  font-size: 14px; font-weight: 500; color: #111; margin-bottom: 8px;
}
.card-text {
  font-size: 12px; color: #888; line-height: 1.7; flex: 1;
}
.card-link {
  margin-top: 16px; padding-top: 12px; border-top: 0.5px solid #e5e5e5; font-size: 12px; font-weight: 500; color: #111; text-decoration: none;
}
.sluzby-footer {
  margin-top: 14px; text-align: right;
}
.sluzby-footer a {
  font-size: 13px; font-weight: 500; color: #111; text-decoration: none;
}
.vyzkum {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.cards-3-bordered {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px;
}
.research-card {
  padding: 18px; border: 0.5px solid #e5e5e5; border-radius: 8px;
}
.research-card p {
  font-size: 12px; color: #888; margin-top: 8px; line-height: 1.65;
}
.cards-2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px;
}
.ref-card {
  background: #fff; border: 0.5px solid #e5e5e5; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
}
.ref-card-title {
  font-size: 13px; font-weight: 500; color: #111; margin-bottom: 6px;
}
.ref-card-text {
  font-size: 12px; color: #888; line-height: 1.65;
}
.ref-card-link {
  font-size: 11px; color: #888; margin-top: 10px; display: block; opacity: 0.8;
}
.cta {
  padding: 40px 48px; background: #fff; display: flex; align-items: center; justify-content: space-between;
}
.cta-title {
  font-size: 16px; font-weight: 500; color: #111; margin-bottom: 6px;
}
.cta-sub {
  font-size: 13px; color: #888;
}
.btn-cta {
  padding: 11px 26px; border: 0.5px solid #ccc; border-radius: 8px; font-size: 13px; font-weight: 500; color: #111; background: #f5f5f3; white-space: nowrap; text-decoration: none;
}
.aktuality {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #f5f5f3;
}
.aktuality-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px;
}
.news-card {
  background: #fff; border: 0.5px solid #e5e5e5; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
}
.news-photo {
  width: 100%; aspect-ratio: 16/9; background: #e8eef5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-bottom: 0.5px solid #e5e5e5;
}
.news-photo-label {
  font-size: 9px; color: #bbb; letter-spacing: 0.07em; text-transform: uppercase;
}
.news-body {
  padding: 20px; display: flex; flex-direction: column; flex: 1;
}
.news-meta {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
}
.news-kategorie {
  font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; background: #F5E6D0; color: #585859;
}
.news-date {
  font-size: 11px; color: #bbb; font-family: monospace;
}
.news-title {
  font-size: 14px; font-weight: 500; color: #111; line-height: 1.4; margin-bottom: 10px;
}
.news-perex {
  font-size: 12px; color: #888; line-height: 1.7; flex: 1; margin-bottom: 14px;
}
.news-link {
  font-size: 12px; font-weight: 500; color: #111; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-top: auto; padding-top: 12px; border-top: 0.5px solid #e5e5e5;
}
.news-link:hover {
  color: #DE8B2F;
}
.page {
  width: 100%; overflow: hidden; background: #fff;
}
nav .links a.active {
  color: #111; font-weight: 500;
}
nav .links .active {
  color: #111; font-weight: 500;
}
.overline {
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 10px;
}
.team-section {
  padding: 44px 48px 56px; background: #fff;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 20px 28px;
  border-right: 0.5px solid #e5e5e5;
  border-bottom: 0.5px solid #e5e5e5;
  transition: background 0.15s;
}
.member-card:hover {
  background: #f9f9f8;
}
.member-card:nth-child(4n) {
  border-right: none;
}
.member-card:nth-last-child(-n+4) {
  border-bottom: none;
}
.hex-svg {
  width: 270px;
  height: 270px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.member-name {
  font-size: 13px; font-weight: 500; color: #111; margin-bottom: 4px; line-height: 1.3;
}
.member-role {
  font-size: 11px; color: #999; line-height: 1.4; margin-bottom: 10px;
}
.member-link {
  font-size: 11px; color: #DE8B2F; text-decoration: none; font-weight: 500;
}
.cta-bar {
  padding: 36px 48px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-top: 0.5px solid #e5e5e5;
}
.cta-bar span {
  font-size: 13px; color: #888;
}
.btn {
  padding: 10px 22px; border: 0.5px solid #ccc; border-radius: 8px; font-size: 12px; font-weight: 500; color: #111; background: #f5f5f3; text-decoration: none;
}
.page-header h1 {
  font-size: 28px; font-weight: 500; color: #fff; line-height: 1.3; margin-bottom: 10px;
}
.page-header .overline {
  color: rgba(255,255,255,0.6);
}
.page-header {
  border-bottom: 0.5px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}
.page-header-bg {
  position: absolute;
  inset: 0;
  background-image: url('team_header_bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.page-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,20,30,0.2) 0%, rgba(10,20,30,0.75) 100%);
}
.page-header-content {
  position: relative;
  z-index: 1;
  padding: 40px 48px 36px;
  width: 100%;
}
.page-header-text {
  font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.8; max-width: 560px;
}
.medallion {
  border-bottom: 0.5px solid #e5e5e5;
  background: #fff;
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 340px;
  overflow: hidden;
}
.medallion-photo-col {
  position: relative;
  overflow: hidden;
}
.medallion-photo-col img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.medallion-inner {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.medallion-quote {
  font-size: 20px;
  font-weight: 400;
  color: #111;
  line-height: 1.65;
  font-style: italic;
  position: relative;
  margin-bottom: 28px;
  padding-left: 24px;
  border-left: 3px solid #DE8B2F;
}
.medallion-name {
  font-size: 14px; font-weight: 500; color: #111; margin-bottom: 3px;
}
.medallion-role {
  font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #DE8B2F;
}
.mise-vize {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #f5f5f3;
}
.sub-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #888; margin-bottom: 10px;
}
p {
  font-size: 14px; color: #666; line-height: 1.8;
}
.timeline-section {
  padding: 52px 48px 60px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.tl-track {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.tl-track::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, #DE8B2F, #F0C88A);
  transform: translateX(-50%);
}
.tl-item {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  align-items: center;
  min-height: 80px;
  margin-bottom: 0;
  position: relative;
}
.tl-dot-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tl-dot {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-left {
  text-align: right; padding-right: 24px; align-self: center;
}
.tl-right {
  text-align: left; padding-left: 24px; align-self: center;
}
.tl-year {
  font-size: 14px;
  font-weight: 600;
  font-family: monospace;
  color: #DE8B2F;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  display: block;
  line-height: 1;
}
.tl-text {
  font-size: 15px;
  color: #111;
  line-height: 1.55;
  font-weight: 400;
  margin: 0;
}
.awards-section {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #f5f5f3;
}
.awards-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.award-card {
  background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px; overflow: hidden;
}
.award-photo {
  width: 100%; aspect-ratio: 4/3; background: #eaeff5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-bottom: 0.5px solid #e5e5e5;
}
.award-photo-label {
  font-size: 9px; color: #bbb; letter-spacing: 0.07em; text-transform: uppercase;
}
.award-body {
  padding: 12px;
}
.award-year-badge {
  font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #888; margin-bottom: 5px;
}
.award-title {
  font-size: 12px; font-weight: 500; color: #111; line-height: 1.4;
}
.award-sub {
  font-size: 11px; color: #888; margin-top: 3px; line-height: 1.4;
}
.member-section {
  padding: 44px 48px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.member-logos {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; align-items: start;
}
.member-logo-card {
  display: grid; grid-template-rows: 110px auto; align-items: center; justify-items: center; gap: 12px; padding: 28px 32px; background: #f5f5f3; border-radius: 10px; border: 0.5px solid #e5e5e5;
}
.member-logo-card img {
  height: 64px; width: auto; object-fit: contain; display: block;
}
.member-logo-wrap {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.member-logo-card .member-logo-name {
  font-size: 11px; color: #888; text-align: center; line-height: 1.5;
}
.cert-icon {
  width: 32px; height: 32px; border-radius: 8px; background: #F5E6D0; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}
.cert-title {
  font-size: 12px; font-weight: 500; color: #111; margin-bottom: 4px;
}
.cert-desc {
  font-size: 11px; color: #888; line-height: 1.5;
}
.main-grid {
  display: grid; grid-template-columns: 1fr 420px; border-bottom: 0.5px solid #e5e5e5;
}
.form-section {
  padding: 52px 48px; border-right: 0.5px solid #e5e5e5;
}
.form-grid {
  display: flex; flex-direction: column; gap: 14px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.form-group {
  display: flex; flex-direction: column; gap: 6px;
}
.form-group label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: #888;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 14px; border: 0.5px solid #ddd; border-radius: 8px; font-size: 13px; font-family: inherit; color: #111; background: #fff; outline: none; resize: vertical;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #DE8B2F;
}
.form-group textarea {
  min-height: 100px;
}
.form-submit {
  padding: 12px 28px; background: #111; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; align-self: flex-start; font-family: inherit;
}
.form-submit:hover {
  background: #333;
}
.form-note {
  font-size: 11px; color: #bbb; margin-top: 4px;
}
.info-section {
  padding: 52px 40px; background: #f5f5f3; display: flex; flex-direction: column; gap: 40px;
}
.contact-block {
  display: flex; flex-direction: column; gap: 14px;
}
.contact-item {
  display: flex; align-items: flex-start; gap: 12px;
}
.contact-icon {
  width: 28px; height: 28px; border-radius: 6px; background: #F5E6D0; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-label {
  font-size: 11px; color: #aaa; margin-bottom: 2px;
}
.contact-value {
  font-size: 13px; color: #111; font-weight: 500;
}
.contact-value a {
  color: #111; text-decoration: none;
}
.contact-value a:hover {
  color: #DE8B2F;
}
.billing-block {
  padding: 20px; background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px;
}
.billing-row {
  display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 0.5px solid #f0f0f0; font-size: 12px;
}
.billing-row:last-child {
  border-bottom: none; padding-bottom: 0;
}
.billing-key {
  color: #999;
}
.billing-val {
  color: #111; font-weight: 500; text-align: right;
}
.persons-section {
  padding: 48px 48px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.persons-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 4px;
}
.person-card {
  border: 0.5px solid #e5e5e5; border-radius: 10px; padding: 22px; display: flex; gap: 16px; align-items: flex-start;
}
.person-avatar {
  width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.person-name {
  font-size: 14px; font-weight: 500; color: #111; margin-bottom: 3px;
}
.person-role {
  font-size: 11px; color: #DE8B2F; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px;
}
.person-contacts {
  display: flex; flex-direction: column; gap: 5px;
}
.person-contact-row {
  display: flex; align-items: center; gap: 7px; font-size: 12px; color: #666;
}
.person-contact-row a {
  color: #666; text-decoration: none;
}
.person-contact-row a:hover {
  color: #DE8B2F;
}
.map-section {
  border-bottom: 0.5px solid #e5e5e5;
}
.map-container {
  width: 100%; height: 380px; background: #e8eef5; position: relative; overflow: hidden;
}
.map-placeholder {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: #edf0f5;
}
.map-placeholder iframe {
  width: 100%; height: 100%; border: none;
}
.map-overlay {
  position: absolute; bottom: 24px; left: 48px; background: #fff; border: 0.5px solid #e5e5e5; border-radius: 10px; padding: 16px 20px; display: flex; flex-direction: column; gap: 4px;
}
.map-overlay-title {
  font-size: 13px; font-weight: 500; color: #111;
}
.map-overlay-addr {
  font-size: 12px; color: #888;
}
.prehled {
  display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 0.5px solid #e5e5e5;
}
.prehled-tab {
  padding: 24px 32px; border-right: 0.5px solid #e5e5e5; cursor: pointer; transition: background 0.15s;
}
.prehled-tab:last-child {
  border-right: none;
}
.prehled-tab:hover {
  background: #f9f9f8;
}
.prehled-tab.hl {
  border-top: 2px solid #DE8B2F;
}
.tab-num {
  font-size: 10px; font-weight: 500; color: #bbb; letter-spacing: 0.08em; font-family: monospace; margin-bottom: 8px;
}
.tab-num.blue {
  color: #DE8B2F;
}
.tab-name {
  font-size: 14px; font-weight: 500; color: #111; margin-bottom: 4px;
}
.tab-sub {
  font-size: 11px; color: #999; line-height: 1.5;
}
.sluzba {
  border-bottom: 0.5px solid #e5e5e5; overflow: hidden; position: relative;
}
.sluzba:nth-child(odd) {
  background: #fff;
}
.sluzba:nth-child(even) {
  background: #f5f5f3;
}
.sluzba-inner {
  padding: 52px 48px; display: grid; grid-template-columns: 112px 1fr; gap: 16px; align-items: start;
}
.hex-img-wrap {
  width: 160px; flex-shrink: 0; margin-left: -48px;
}
.hex-img-wrap svg {
  display: block;
}
.sluzba-content {
  display: flex; flex-direction: column; gap: 32px;
}
.sluzba-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.sluzba-tag {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
}
.sluzba-tag-dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.sluzba-tag-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
}
.sluzba-title {
  font-size: 22px; font-weight: 500; line-height: 1.3; margin-bottom: 14px;
}
.sluzba-perex {
  font-size: 14px; color: #666; line-height: 1.8;
}
.sluzba-body {
  font-size: 13px; color: #888; line-height: 1.85;
}
.metody-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.metoda-card {
  background: #fff; border: 0.5px solid #e5e5e5; border-radius: 8px; padding: 16px;
}
.metoda-card.alt {
  background: #f5f5f3;
}
.metoda-title {
  font-size: 12px; font-weight: 500; color: #111; margin-bottom: 5px;
}
.metoda-text {
  font-size: 11px; color: #999; line-height: 1.6;
}
.sluzba-placeholder {
  padding: 52px 48px; border-bottom: 0.5px solid #e5e5e5; background: #fff;
}
.placeholder-box {
  border: 1px dashed #ddd; border-radius: 10px; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.placeholder-box span {
  font-size: 13px; color: #bbb;
}
.cta-section {
  padding: 56px 48px; background: #f5f5f3; border-top: 0.5px solid #e5e5e5; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.cta-left h2 {
  font-size: 22px; font-weight: 500; line-height: 1.4; margin-bottom: 14px;
}
.cta-left p {
  font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 24px;
}
.contact-info {
  display: flex; flex-direction: column; gap: 8px;
}
.contact-row {
  display: flex; align-items: center; gap: 10px; font-size: 13px; color: #555;
}
.projekty {
  padding: 52px 48px; background: #fff;
}
.projekty-list {
  display: flex; flex-direction: column; gap: 24px;
}
.projekt-card {
  border: 0.5px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
}
.projekt-foto {
  background: #e8eef5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border-right: 0.5px solid #e5e5e5;
  flex-direction: column;
  gap: 8px;
}
.projekt-foto-label {
  font-size: 9px; color: #bbb; letter-spacing: 0.07em; text-transform: uppercase;
}
.projekt-body {
  padding: 24px 28px; display: flex; flex-direction: column; gap: 0;
}
.projekt-header {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 0.5px solid #e5e5e5;
}
.projekt-logos {
  display: flex; align-items: center; gap: 10px;
}
.logo-eu {
  display: flex; align-items: center; gap: 6px; padding: 5px 10px; background: #003399; border-radius: 4px;
}
.logo-eu-text {
  font-size: 9px; color: #fff; line-height: 1.3;
}
.logo-eu-text strong {
  display: block; font-size: 10px;
}
.logo-mpo {
  display: flex; align-items: center; gap: 6px; padding: 5px 10px; border: 0.5px solid #e5e5e5; border-radius: 4px; background: #fff;
}
.logo-mpo-text {
  font-size: 9px; color: #111; line-height: 1.3;
}
.logo-mpo-text strong {
  display: block; font-size: 10px; color: #c8102e;
}
.projekt-kod {
  font-size: 10px; font-family: monospace; color: #bbb; letter-spacing: 0.04em;
}
.projekt-nazev {
  font-size: 15px; font-weight: 500; color: #111; line-height: 1.4; margin-bottom: 10px;
}
.projekt-popis {
  font-size: 13px; color: #666; line-height: 1.75; margin-bottom: 20px;
}
.projekt-pikto {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 0.5px solid #e5e5e5;
}
.pikto-item {
  display: flex; align-items: center; gap: 7px; font-size: 11px; color: #666;
}
.pikto-icon {
  width: 28px; height: 28px; border-radius: 6px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.funding-bar {
  padding: 24px 48px; background: #f5f5f3; border-top: 0.5px solid #e5e5e5; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.funding-label {
  font-size: 11px; color: #aaa; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
}
.f-eu {
  display: flex; align-items: center; gap: 10px; padding: 10px 18px; background: #fff; border: 0.5px solid #e5e5e5; border-radius: 8px;
}
.f-eu-text strong {
  font-size: 11px; color: #003399; display: block;
}
.f-eu-text span {
  font-size: 11px; color: #666;
}
.f-mpo {
  display: flex; align-items: center; gap: 10px; padding: 10px 18px; background: #fff; border: 0.5px solid #e5e5e5; border-radius: 8px;
}
.f-mpo-text strong {
  font-size: 11px; color: #c8102e; display: block;
}
.f-mpo-text span {
  font-size: 11px; color: #666;
}
.funding-note {
  margin-left: auto; font-size: 11px; color: #bbb; line-height: 1.6;
}
.stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 0.5px solid #e5e5e5;
}
.stat-item {
  padding: 20px 32px; border-right: 0.5px solid #e5e5e5;
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-size: 26px; font-weight: 500; color: #111;
}
.stat-lbl {
  font-size: 11px; color: #999; margin-top: 3px;
}
.reference-section {
  padding: 52px 48px; border-bottom: 0.5px solid #e5e5e5;
}
.reference-section.alt {
  background: #f5f5f3;
}
.ref-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.ref-card.alt-bg {
  background: #fff;
}
.ref-photo {
  width: 100%; aspect-ratio: 16/9; background: #e8eef5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-bottom: 0.5px solid #e5e5e5; position: relative;
}
.ref-photo-label {
  font-size: 9px; color: #bbb; letter-spacing: 0.07em; text-transform: uppercase;
}
.ref-body {
  padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 0;
}
.ref-meta {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px;
}
.ref-oblast {
  font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px;
}
.ref-oblast.blue {
  background: #F5E6D0; color: #585859;
}
.ref-oblast.green {
  background: #E1F5EE; color: #085041;
}
.ref-oblast.gray {
  background: #F1EFE8; color: #444441;
}
.ref-oblast.purple {
  background: #EEEDFE; color: #3C3489;
}
.ref-rok {
  font-size: 11px; color: #bbb; font-family: monospace;
}
.ref-partner {
  font-size: 11px; font-weight: 500; color: #DE8B2F; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em;
}
.ref-title {
  font-size: 14px; font-weight: 500; color: #111; line-height: 1.4; margin-bottom: 10px;
}
.ref-popis {
  font-size: 12px; color: #888; line-height: 1.7; margin-bottom: 14px; flex: 1;
}
.ref-vysledek {
  padding: 12px 14px; background: #f5f5f3; border-radius: 8px; margin-bottom: 14px;
}
.ref-vysledek-label {
  font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: #aaa; margin-bottom: 4px;
}
.ref-vysledek-text {
  font-size: 12px; color: #555; line-height: 1.6;
}
.ref-link {
  font-size: 12px; font-weight: 500; color: #111; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; margin-top: auto; padding-top: 12px; border-top: 0.5px solid #e5e5e5;
}
.ref-link:hover {
  color: #DE8B2F;
}
