/* ============================================================
   SECTIONS.CSS — All Page Sections: About, Process, Categories,
                  Services, Reach, Programs, Insights, Testimonials,
                  Partners, CTA, Footer
   Kinzi Pharma Landing Page
   ============================================================ */

/* ── ABOUT ── */
#about           { padding: 100px 60px; background: #fff; }
.about-hdr       { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.about-card      { background: var(--off); border-radius: 20px; padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.aimg            { position: relative; border-radius: 16px; overflow: hidden; height: 360px; }
.aimg img        { width: 100%; height: 100%; object-fit: cover; }
.aimg-ov         { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 55%); padding: 20px; }
.aimg-label      { font-size: 12px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.aimg-sub        { font-size: 11px; color: rgba(255,255,255,.6); }
.afloat          { position: absolute; bottom: 20px; left: 20px; right: 20px; background: rgba(255,255,255,.95); border-radius: 12px; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; }
.afloat-icon     { width: 32px; height: 32px; border-radius: 8px; background: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.afloat-t        { font-size: 12px; font-weight: 500; color: var(--black); margin-bottom: 2px; }
.afloat-s        { font-size: 11px; color: var(--gray); line-height: 1.5; }
.acontent .anum  { font-size: 11px; color: var(--gray); letter-spacing: 1px; margin-bottom: 20px; }
.acontent h3     { font-family: var(--fd); font-size: clamp(20px, 2.5vw, 30px); font-weight: 400; color: var(--black); line-height: 1.2; margin-bottom: 16px; }
.acontent p      { font-size: 14px; font-weight: 300; color: var(--gray); line-height: 1.75; margin-bottom: 24px; }
.achecks         { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.acheck          { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; font-weight: 300; color: #3a3a38; line-height: 1.6; }
.aci             { width: 22px; height: 22px; border-radius: 50%; background: var(--black); flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; }
.aci svg         { width: 11px; height: 11px; stroke: #fff; stroke-width: 2.5; fill: none; }

/* ── PROCESS ── */
#process         { padding: 80px 60px; background: #f5f5f3; text-align: center; }
.proc-hdr        { max-width: 520px; margin: 0 auto 60px; }
.proc-grid       { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.proc-card       { background: #fff; border-radius: 14px; padding: 24px 20px; text-align: center; }
.proc-emoji      { font-size: 28px; margin-bottom: 12px; }
.proc-title      { font-size: 14px; font-weight: 500; color: var(--black); margin-bottom: 6px; }
.proc-desc       { font-size: 12px; color: var(--gray); line-height: 1.6; }

/* ── CATEGORIES ── */
#categories      { padding: 100px 60px; background: #fff; }
.cats-hdr        { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.cats-grid       { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card        { background: var(--off); border-radius: 16px; padding: 32px 28px; transition: transform .3s, box-shadow .3s; cursor: default; position: relative; overflow: hidden; }
.cat-card:hover  { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.07); }
.cat-icon        { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 32px; }
.ci-r  { background: #ff5a3c; }
.ci-pk { background: #e8409a; }
.ci-b  { background: #2563eb; }
.ci-pu { background: #7c3aed; }
.ci-a  { background: #f59e0b; }
.ci-g  { background: #16a34a; }
.cat-name        { font-size: 17px; font-weight: 500; color: var(--black); margin-bottom: 10px; }
.cat-desc        { font-size: 13px; font-weight: 300; color: var(--gray); line-height: 1.7; }
.cat-count       { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: 500; color: var(--teal); }

/* ── REACH ── */
#reach           { padding: 100px 60px; background: #fff; position: relative; overflow: hidden; }
.reach-bg        { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); font-family: var(--fd); font-size: clamp(100px, 18vw, 240px); font-weight: 400; color: rgba(0,0,0,.03); white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: -6px; }
.reach-hdr       { text-align: center; max-width: 540px; margin: 0 auto 60px; position: relative; z-index: 1; }
.globe-wrap      { position: relative; max-width: 560px; margin: 0 auto; }
.globe-svg       { width: 100%; opacity: .9; }
.clabel          { position: absolute; background: rgba(255,255,255,.96); border: 1px solid var(--gray-light); border-radius: 50px; padding: 6px 14px 6px 8px; display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; color: var(--black); box-shadow: 0 4px 16px rgba(0,0,0,.07); white-space: nowrap; }
.cl-uae          { top: 22%; left: 4%; }
.cl-uk           { top: 17%; right: 5%; }
.cl-ng           { top: 50%; left: 1%; }
.cl-pl           { top: 35%; right: 3%; }
.cl-ch           { top: 56%; right: 9%; }
.cl-ke           { bottom: 27%; left: 6%; }
.cl-my           { bottom: 17%; right: 7%; }
.cl-in           { bottom: 30%; right: 14%; background: rgba(14,124,110,.08); border-color: var(--teal); }

/* ── SERVICES ── */
#services        { padding: 100px 60px; background: #fff; }
.srv-hdr         { text-align: center; max-width: 560px; margin: 0 auto 52px; }
.srv-tabs        { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 32px; }
.stab            { padding: 20px 18px; border-radius: 14px; background: var(--off); border: 1.5px solid transparent; cursor: pointer; transition: border-color .2s, background .2s; }
.stab.active     { background: #fff; border-color: var(--black); }
.stab:hover:not(.active) { border-color: var(--gray-light); }
.stab-i          { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; margin-bottom: 10px; }
.stab-t          { font-size: 13px; font-weight: 500; color: var(--black); margin-bottom: 4px; }
.stab-s          { font-size: 11px; font-weight: 300; color: var(--gray); line-height: 1.5; }
.srv-btm         { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.srv-photo       { border-radius: 16px; overflow: hidden; min-height: 340px; }
.srv-photo img   { width: 100%; height: 100%; object-fit: cover; }
.srv-feats       { background: linear-gradient(160deg, #fefce8, #f0fce8); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.sfeat           { background: #fff; border-radius: 12px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; }
.sfeat-i         { width: 36px; height: 36px; border-radius: 50%; background: #f5399f; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.sfeat-t         { font-size: 13px; font-weight: 500; color: var(--black); margin-bottom: 3px; }
.sfeat-s         { font-size: 12px; font-weight: 300; color: var(--gray); line-height: 1.55; }

/* ── PROGRAMS ACCORDION ── */
#programs        { padding: 100px 60px; background: #fff; display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
.prog-l h2       { font-family: var(--fd); font-size: clamp(26px, 3.5vw, 44px); font-weight: 400; line-height: 1.15; color: var(--black); }
.prog-l .mt      { color: var(--gray); }
.prog-l p        { font-size: 13px; font-weight: 300; color: var(--gray); line-height: 1.75; margin-top: 14px; margin-bottom: 32px; }
.acc-item        { border-bottom: 1px solid var(--gray-light); padding: 20px 0; cursor: pointer; }
.acc-item:first-child { border-top: 1px solid var(--gray-light); }
.acc-hdr         { display: flex; justify-content: space-between; align-items: center; }
.acc-num         { font-size: 12px; color: var(--gray); margin-right: 12px; }
.acc-ttl         { font-size: 15px; font-weight: 400; color: var(--black); }
.acc-dot         { width: 10px; height: 10px; border-radius: 50%; background: var(--gray-light); flex-shrink: 0; transition: background .2s; }
.acc-item.active .acc-dot   { background: var(--teal); }
.acc-body        { display: none; padding-top: 14px; }
.acc-item.active .acc-body  { display: block; }
.acc-body p      { font-size: 13px; font-weight: 300; color: var(--gray); line-height: 1.75; margin-bottom: 14px; }
.acc-body img    { width: 100%; border-radius: 12px; object-fit: cover; max-height: 220px; }

/* ── INSIGHTS ── */
#insights        { padding: 80px 60px; background: #fff; }
.ins-hdr { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 48px; gap: 32px; width: 100%; }
.ins-hdr h2 .acc { color: var(--orange); }
.ins-hdr h2 { font-family: var(--fd); font-size: clamp(22px, 3vw, 40px); font-weight: 400; line-height: 1.15; color: var(--black); }
.ins-hdr p { font-size: 13px; font-weight: 300; color: var(--gray); max-width: 360px; line-height: 1.7; text-align: center; }

/* ── TESTIMONIALS ── */
.voices-hdr      { display: flex; justify-content: center; align-items: center; text-align: center; margin-bottom: 40px; flex-wrap: wrap; gap: 20px; flex-direction: column; }
.voices-hdr h2   { font-family: var(--fd); font-size: clamp(22px, 3vw, 40px); font-weight: 400; line-height: 1.15; color: var(--black); text-align: center; }
.voices-hdr h2 .mt { color: var(--gray); }
.tgrid           { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tcard { background: var(--off); border-radius: 16px; padding: 28px; transition: transform .3s; display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; }
.tcard:hover     { transform: translateY(-4px); }
.tstars          { color: #f59e0b; font-size: 12px; margin-bottom: 12px; letter-spacing: 2px; }
.ttext           { font-size: 13px; font-weight: 300; line-height: 1.75; color: #444; margin-bottom: 20px; font-style: italic; }
.tauth { display: flex; align-items: center; gap: 12px; }
.tav { width: 36px; height: 36px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 600; flex-shrink: 0; }
.tname { font-size: 13px; font-weight: 500; color: var(--black); text-align: left; }
.trole { font-size: 11px; color: var(--gray); text-align: left; }

/* ── PARTNERS ── */
#partners        { background: var(--off); padding: 52px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
#partners h3     { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray); text-align: center; margin-bottom: 32px; }
.pt-wrap         { overflow: hidden; }
.pt-track        { display: flex; gap: 52px; align-items: center; animation: marquee 22s linear infinite; width: max-content; white-space: nowrap; }
.pname           { font-family: var(--fd); font-size: 22px; font-weight: 400; color: #c0bdb5; transition: color .3s; cursor: default; }
.pname:hover     { color: var(--teal); }

/* ── CTA ── */
#cta             { padding: 28px; }
.ctalime         { background: var(--lime); border-radius: 20px; padding: 80px 60px; text-align: center; position: relative; overflow: hidden; }
.ctalime::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,0,0,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,.05) 1px, transparent 1px); background-size: 44px 44px; border-radius: 20px; }
.cta-inner       { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.cta-sup         { font-size: 12px; color: rgba(0,0,0,.5); margin-bottom: 16px; }
.cta-h           { font-family: var(--fd); font-size: clamp(26px, 4.5vw, 56px); font-weight: 400; line-height: 1.05; color: var(--black); margin-bottom: 10px; }
.cta-h .mt       { color: rgba(0,0,0,.3); }
.cta-s           { font-size: 14px; font-weight: 300; color: rgba(0,0,0,.55); margin-bottom: 40px; line-height: 1.7; }
.cta-acts        { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bctad           { padding: 13px 32px; background: var(--black); color: #fff; border-radius: 50px; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; display: inline-flex; align-items: center; gap: 8px; }
.bctad:hover     { background: var(--teal); transform: translateY(-2px); }
.bctag           { padding: 13px 32px; background: rgba(255,255,255,.5); color: var(--black); border: 1.5px solid rgba(0,0,0,.2); border-radius: 50px; font-size: 13px; font-weight: 400; transition: border-color .2s, background .2s; }
.bctag:hover     { border-color: var(--black); background: rgba(255,255,255,.8); }
.cta-contact     { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; margin-top: 40px; }
.cta-contact a,
.cta-contact span{ font-size: 13px; color: rgba(0,0,0,.55); display: flex; align-items: center; gap: 6px; }
.cta-contact a:hover { color: var(--black); }

/* ── FOOTER ── */
footer           { background: var(--black); padding: 60px 60px 32px; }
.ftop            { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 48px; }
.flogo           { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.flogo-i         { width: 32px; height: 32px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--black); }
.flogo-t         { font-size: 16px; font-weight: 500; color: #fff; }
.fbrand p        { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.7; max-width: 240px; margin-bottom: 12px; }
.fcopy           { font-size: 12px; color: rgba(255,255,255,.2); }
.fcol h4         { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 18px; }
.fcol ul         { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fcol ul li a    { font-size: 13px; color: rgba(255,255,255,.45); transition: color .2s; }
.fcol ul li a:hover { color: var(--teal-l); }
.fbot            { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.fbot-l          { font-size: 12px; color: rgba(255,255,255,.2); }
.fsoc            { display: flex; gap: 10px; }
.sbtn            { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,.35); transition: border-color .2s, color .2s, background .2s; }
.sbtn:hover      { border-color: var(--teal); color: var(--teal-l); background: rgba(14,124,110,.1); }

/* ── SERVICES ──*/
.srv-cta { display: inline-block; margin-top: 16px; padding: 13px 28px; background: var(--black); color: #fff; border-radius: 50px; font-size: 13px; font-weight: 500; transition: background .2s, transform .2s; align-self: flex-start; width: fit-content; animation: bounce 3s ease-in-out infinite; }

.mob-br { display: none; }

@media (max-width: 768px) {
  .mob-br { display: block; }
  .about-hdr .stitle { font-size: 22px !important; }
}

/* ══ PRODUCTS CAROUSEL — Paste at END of sections.css ══ */

#products {
  padding: 100px 60px;
  background: #fff;
  overflow: hidden;
}

/* ── Header row with arrows ── */
.prod-hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  gap: 20px;
}
.prod-hdr .stitle {
  text-align: center;
}
.prod-hdr .sdesc {
  text-align: center;
  max-width: 520px;
}
.prod-arrows {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.prod-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.prod-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #e0e0d8;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  color: #111;
}
.prod-arrow:hover {
  background: #111110;
  border-color: #111110;
  color: #fff;
  transform: scale(1.08);
}

/* ── Carousel wrapper ── */
.prod-carousel-wrap {
  overflow: hidden;
  margin: 0 -8px;
}
.prod-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 8px 16px;
  scrollbar-width: none;
}
.prod-carousel::-webkit-scrollbar { display: none; }

/* ── Card ── */
.prod-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 240px;
  background: #fff;
  border-radius: 20px;
  border: 1.5px solid #ebebе8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.10);
}

/* ── Image Area — colored gradient bg ── */
.prod-img-wrap {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.prod-img-wrap img {
  max-width: 70%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.35s ease;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
}
.prod-card:hover .prod-img-wrap img {
  transform: scale(1.07) translateY(-4px);
}

/* ── Badge ── */
.prod-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0e7c6e;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.4px;
}
.prod-badge-hot { background: #e8500a; }

/* ── Info ── */
.prod-info {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  background: #fff;
}
.prod-cat {
  font-size: 10px;
  font-weight: 500;
  color: #0e7c6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.prod-name {
  font-size: 14px;
  font-weight: 500;
  color: #111110;
  line-height: 1.35;
  margin: 0;
}
.prod-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 4px;
}
.prod-price {
  font-family: 'Instrument Serif', serif;
  font-size: 22px;
  font-weight: 400;
  color: #111110;
  line-height: 1;
}
.prod-unit {
  font-size: 12px;
  color: #6a7a6a;
}
.prod-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 9px 18px;
  background: #111110;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s, transform 0.2s;
}
.prod-cta:hover {
  background: #0e7c6e;
  transform: translateX(2px);
}

/* ── Bottom CTA ── */
.prod-bottom { margin-top: 40px; }
.prod-bottom-inner {
  background: linear-gradient(135deg, #e8f5f0, #f0fce8);
  border: 1px solid rgba(14,124,110,0.15);
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.prod-bottom-title {
  font-size: 17px;
  font-weight: 500;
  color: #111110;
  margin-bottom: 4px;
}
.prod-bottom-sub {
  font-size: 13px;
  color: #6a7a6a;
  font-weight: 300;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .prod-card { flex: 0 0 calc(50% - 10px); }
  #products { padding: 60px 30px; }
}
@media (max-width: 560px) {
  .prod-card { flex: 0 0 80vw; }
  #products { padding: 60px 20px; }
  .prod-hdr { flex-direction: column; align-items: flex-start; }
  .prod-bottom-inner { flex-direction: column; text-align: center; }
}