/* CelluPep About page rebuild */
body.page-id-26 .breadcumb-wrapper,
body.page-id-26 > .mediax-fluid {
  display: none !important;
}

body.page-id-26 {
  --cp-teal: #12b8b0;
  --cp-teal-dark: #087f7a;
  --cp-teal-soft: #e8f8f7;
  --cp-navy: #07164d;
  --cp-copy: #536077;
  --cp-line: #dce8ea;
  --cp-bg: #f6fbfb;
  background: #fff;
}

.cp-about,
.cp-about * {
  box-sizing: border-box;
}

.cp-about {
  color: var(--cp-copy);
  overflow: hidden;
}

.cp-about .cp-container {
  width: min(1380px, calc(100% - 48px));
  margin-inline: auto;
}

.cp-about a {
  text-decoration: none;
}

.cp-about [id] {
  scroll-margin-top: 150px;
}

.cp-about a:focus-visible {
  outline: 3px solid #f5b544;
  outline-offset: 4px;
}

.cp-about h1,
.cp-about h2,
.cp-about h3,
.cp-about p {
  margin-top: 0;
}

.cp-about h1,
.cp-about h2,
.cp-about h3 {
  color: var(--cp-navy);
}

.cp-about .cp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--cp-teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-about .cp-eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--cp-teal);
  content: "";
}

.cp-about .cp-section-heading {
  max-width: 800px;
  margin-bottom: 42px;
}

.cp-about .cp-section-heading h2,
.cp-about .cp-intro-copy h2,
.cp-about .cp-quality-copy h2,
.cp-about .cp-support-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.cp-about .cp-section-heading p,
.cp-about .cp-intro-copy > p,
.cp-about .cp-quality-copy > p,
.cp-about .cp-support-copy > p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.75;
}

.cp-about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: url("../media/2026/09/cellupep-factory.jpg") center 48% / cover no-repeat;
}

.cp-about-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: linear-gradient(90deg, rgba(3, 16, 55, .94) 0%, rgba(4, 28, 63, .84) 47%, rgba(8, 88, 88, .28) 100%);
}

.cp-about-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 1px;
  content: "";
  background: rgba(255,255,255,.2);
}

.cp-hero-content {
  max-width: 810px;
  padding: 90px 0 86px;
}

.cp-about-hero .cp-eyebrow {
  color: #88e4df;
}

.cp-about-hero h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.cp-about-hero .cp-hero-lead {
  max-width: 720px;
  margin-bottom: 31px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.7;
}

.cp-hero-actions,
.cp-quality-actions,
.cp-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.cp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.cp-btn:hover {
  transform: translateY(-2px);
}

.cp-btn-primary {
  color: #031637;
  background: #65ded6;
}

.cp-btn-primary:hover {
  color: #031637;
  background: #90ebe6;
}

.cp-btn-light {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
}

.cp-btn-light:hover {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  background: rgba(255,255,255,.15);
}

.cp-btn-outline {
  color: var(--cp-navy);
  border-color: #b9d8d7;
  background: #fff;
}

.cp-btn-outline:hover {
  color: var(--cp-navy);
  border-color: var(--cp-teal);
}

.cp-proofbar {
  position: relative;
  z-index: 2;
  margin-top: -35px;
}

.cp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 22, 77, .1);
}

.cp-proof-item {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px 28px;
}

.cp-proof-item + .cp-proof-item {
  border-left: 1px solid var(--cp-line);
}

.cp-proof-icon,
.cp-cap-icon,
.cp-market-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--cp-teal-dark);
  background: var(--cp-teal-soft);
}

.cp-proof-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 21px;
}

.cp-proof-item strong,
.cp-proof-item span {
  display: block;
}

.cp-proof-item strong {
  margin-bottom: 3px;
  color: var(--cp-navy);
  font-size: 16px;
}

.cp-proof-item span {
  color: #788399;
  font-size: 13px;
}

.cp-about-section {
  padding: 105px 0;
}

.cp-about-section.cp-soft {
  background: var(--cp-bg);
}

.cp-intro-grid,
.cp-quality-grid,
.cp-support-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: 74px;
}

.cp-intro-visual {
  position: relative;
  min-height: 560px;
}

.cp-intro-visual .cp-image-main {
  width: calc(100% - 82px);
  height: 520px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 25px 55px rgba(7, 22, 77, .12);
}

.cp-intro-visual .cp-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 230px;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(7, 22, 77, .14);
}

.cp-image-note {
  position: absolute;
  top: 24px;
  right: 0;
  max-width: 205px;
  padding: 18px 20px;
  border-radius: 16px 0 0 16px;
  color: #fff;
  background: var(--cp-navy);
  box-shadow: 0 12px 30px rgba(7,22,77,.2);
}

.cp-image-note strong,
.cp-image-note span {
  display: block;
}

.cp-image-note strong {
  margin-bottom: 5px;
  font-size: 16px;
}

.cp-image-note span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.45;
}

.cp-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px 24px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.cp-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--cp-navy);
  font-weight: 700;
  line-height: 1.45;
}

.cp-check-list i {
  margin-top: 3px;
  color: var(--cp-teal);
}

.cp-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 24px;
}

.cp-flow-grid::before {
  position: absolute;
  top: 34px;
  left: 10%;
  right: 10%;
  height: 1px;
  content: "";
  background: #b8dad9;
}

.cp-flow-step {
  position: relative;
  z-index: 1;
  padding: 0 13px;
}

.cp-flow-number {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 8px solid var(--cp-bg);
  border-radius: 50%;
  color: #fff;
  background: var(--cp-teal-dark);
  font-weight: 800;
}

.cp-flow-step h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.cp-flow-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.cp-cap-grid,
.cp-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}

.cp-cap-card,
.cp-market-card {
  height: 100%;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: #fff;
}

.cp-cap-card {
  padding: 30px 26px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.cp-cap-card:hover {
  transform: translateY(-5px);
  border-color: #a5d8d5;
  box-shadow: 0 18px 42px rgba(7,22,77,.08);
}

.cp-cap-icon,
.cp-market-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 23px;
  border-radius: 16px;
  font-size: 22px;
}

.cp-cap-card h3,
.cp-market-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.cp-cap-card p,
.cp-market-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.cp-quality-panel {
  position: relative;
  overflow: hidden;
  padding: 72px;
  border-radius: 30px;
  background: var(--cp-navy);
}

.cp-quality-panel::after {
  position: absolute;
  right: -130px;
  bottom: -170px;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(18,184,176,.12);
  border-radius: 50%;
  content: "";
}

.cp-quality-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.cp-quality-copy h2,
.cp-quality-copy > p,
.cp-quality-copy .cp-eyebrow {
  color: #fff;
}

.cp-quality-copy > p {
  color: rgba(255,255,255,.72);
}

.cp-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.cp-doc-card {
  min-height: 146px;
  padding: 23px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.07);
}

.cp-doc-card i {
  margin-bottom: 17px;
  color: #65ded6;
  font-size: 23px;
}

.cp-doc-card strong,
.cp-doc-card span {
  display: block;
}

.cp-doc-card strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

.cp-doc-card span {
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.5;
}

.cp-quality-actions {
  margin-top: 29px;
}

.cp-market-card {
  padding: 28px;
}

.cp-market-icon {
  color: var(--cp-navy);
  background: #edf5f6;
}

.cp-support-section {
  padding-top: 25px;
  padding-bottom: 105px;
}

.cp-support-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  padding: 58px 64px;
  border: 1px solid #bfe3e1;
  border-radius: 28px;
  background: linear-gradient(120deg, #eaf9f8 0%, #fff 70%);
}

.cp-contact-card {
  padding: 29px;
  border-radius: 20px;
  color: #fff;
  background: var(--cp-teal-dark);
}

.cp-contact-card h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 23px;
}

.cp-contact-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.16);
  font-weight: 700;
}

.cp-contact-link:hover {
  color: #c9fffb;
}

.cp-contact-link i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}

/* Company story and development */
.cp-history-layout {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: stretch;
}

.cp-history-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--cp-navy);
  box-shadow: 0 24px 60px rgba(7,22,77,.13);
}

.cp-history-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-history-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4,17,51,.14) 0%, rgba(4,17,51,.96) 78%);
}

.cp-history-visual-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 42px;
}

.cp-history-visual .cp-eyebrow,
.cp-history-visual h2 {
  color: #fff;
}

.cp-history-visual h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.cp-history-visual p {
  margin-bottom: 25px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.cp-history-badge {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.cp-history-badge i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cp-navy);
  background: #65ded6;
  font-size: 17px;
}

.cp-history-badge strong,
.cp-history-badge span {
  display: block;
}

.cp-history-badge strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
}

.cp-history {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 18px 0 18px 34px;
}

.cp-history::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 57px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, #b4ddda, var(--cp-teal), #b4ddda);
}

.cp-history-item {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 23px;
  align-items: center;
  min-height: 142px;
  padding: 20px 24px 20px 0;
  border: 1px solid var(--cp-line);
  border-radius: 18px;
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cp-history-item:nth-child(even) {
  background: #f1fbfa;
}

.cp-history-item:hover {
  transform: translateX(7px);
  border-color: #9bd7d3;
  box-shadow: 0 15px 35px rgba(7,22,77,.08);
}

.cp-history-marker {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-left: -1px;
  border: 8px solid var(--cp-bg);
  border-radius: 50%;
  color: #fff;
  background: var(--cp-teal-dark);
  box-shadow: 0 0 0 1px #8bd0cc;
  font-size: 12px;
  font-weight: 850;
}

.cp-history-phase {
  display: block;
  margin-bottom: 6px;
  color: var(--cp-teal-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-history-content h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.25;
}

.cp-history-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.cp-visual-band {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: url("../media/2026/09/cellupep-warehouse.jpg") center 52% / cover no-repeat;
}

.cp-visual-band::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(4,19,61,.94) 0%, rgba(4,31,68,.83) 48%, rgba(7,127,122,.16) 100%);
}

.cp-visual-band-content {
  max-width: 710px;
  padding: 80px 0;
}

.cp-visual-band .cp-eyebrow,
.cp-visual-band h2 {
  color: #fff;
}

.cp-visual-band h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.cp-visual-band p {
  max-width: 640px;
  margin-bottom: 27px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.72;
}

.cp-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cp-visual-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 750;
}

.cp-metrics-wrap {
  position: relative;
  z-index: 3;
  margin-top: -54px;
  margin-bottom: -12px;
}

.cp-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: linear-gradient(115deg, #0a7774 0%, #0d9791 55%, #13afa8 100%);
  box-shadow: 0 22px 55px rgba(5,63,66,.22);
}

.cp-metric {
  min-height: 138px;
  padding: 27px 30px;
}

.cp-metric + .cp-metric {
  border-left: 1px solid rgba(255,255,255,.18);
}

.cp-metric-value {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 47px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.04em;
}

.cp-metric-value small {
  font-size: 24px;
}

.cp-metric p {
  max-width: 190px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

/* Progressive, restrained motion */
body.cp-motion-ready .cp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1);
  transition-delay: var(--cp-delay, 0ms);
}

body.cp-motion-ready .cp-reveal.cp-reveal-left {
  transform: translateX(-34px);
}

body.cp-motion-ready .cp-reveal.cp-reveal-right {
  transform: translateX(34px);
}

body.cp-motion-ready .cp-reveal.is-visible {
  opacity: 1;
  transform: translate(0,0);
}

body.cp-motion-ready .cp-history::before {
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 1.15s cubic-bezier(.2,.65,.25,1);
}

body.cp-motion-ready .cp-history.cp-line-visible::before {
  transform: scaleY(1);
}

@keyframes cpHeroPan {
  0% { background-position: 46% 48%; }
  100% { background-position: 54% 48%; }
}

.cp-about-hero {
  animation: cpHeroPan 18s ease-in-out infinite alternate;
}

/* Industry advantages */
.cp-advantages-section {
  background: #07164d;
}

.cp-advantages-section .cp-section-heading h2,
.cp-advantages-section .cp-section-heading .cp-eyebrow {
  color: #fff;
}

.cp-advantages-section .cp-section-heading p {
  color: rgba(255,255,255,.68);
}

.cp-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.cp-advantage-card {
  position: relative;
  min-height: 238px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.cp-advantage-card::after {
  position: absolute;
  right: -24px;
  bottom: -35px;
  color: rgba(101,222,214,.07);
  content: attr(data-index);
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

.cp-advantage-card i {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #061642;
  background: #65ded6;
  font-size: 20px;
}

.cp-advantage-card h3,
.cp-advantage-card p {
  position: relative;
  z-index: 1;
}

.cp-advantage-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.cp-advantage-card p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.65;
}

/* Manufacturing network */
.cp-network-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
}

.cp-network-card {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 24px;
  background: #07164d;
}

.cp-network-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.cp-network-card:hover img {
  transform: scale(1.035);
}

.cp-network-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(3,16,50,.94) 100%);
}

.cp-network-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 35px;
}

.cp-network-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #70e1da;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.cp-network-card h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 26px;
}

.cp-network-card p {
  max-width: 540px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.65;
}

.cp-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .45fr);
  gap: 24px;
  align-items: stretch;
}

.cp-gallery-slider {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--cp-navy);
  box-shadow: 0 22px 60px rgba(7,22,77,.12);
}

.cp-gallery-track,
.cp-gallery-slide {
  position: absolute;
  inset: 0;
}

.cp-gallery-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
}

.cp-gallery-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.cp-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cp-gallery-slide-product img {
  object-fit: contain;
  padding: 42px 26%;
  background: #111d2b;
}

.cp-gallery-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(3,16,50,.94) 100%);
}

.cp-gallery-caption {
  position: absolute;
  left: 36px;
  right: 110px;
  bottom: 35px;
  z-index: 2;
}

.cp-gallery-caption span {
  display: block;
  margin-bottom: 8px;
  color: #78e4de;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cp-gallery-caption h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 28px;
}

.cp-gallery-caption p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

.cp-gallery-arrow {
  position: absolute;
  top: 24px;
  z-index: 4;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  color: #fff;
  background: rgba(5,20,55,.55);
  transition: background .2s ease, border-color .2s ease;
}

.cp-gallery-arrow:hover,
.cp-gallery-arrow:focus-visible {
  border-color: #65ded6;
  background: var(--cp-teal-dark);
}

.cp-gallery-prev {
  right: 80px;
}

.cp-gallery-next {
  right: 24px;
}

.cp-gallery-dots {
  position: absolute;
  right: 30px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.cp-gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  transition: width .2s ease, background .2s ease;
}

.cp-gallery-dots button.is-active {
  width: 25px;
  background: #65ded6;
}

.cp-network-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 34px;
  border: 1px solid #bfe2e0;
  border-radius: 26px;
  background: #fff;
}

.cp-network-summary h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.2;
}

.cp-network-summary > p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 1.7;
}

.cp-network-summary ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.cp-network-summary li {
  display: flex;
  gap: 9px;
  padding: 9px 0;
  color: var(--cp-navy);
  font-size: 14px;
  font-weight: 700;
}

.cp-network-summary li i {
  margin-top: 3px;
  color: var(--cp-teal);
}

.cp-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.cp-principle {
  padding: 32px 30px;
  border-top: 3px solid var(--cp-teal);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7,22,77,.06);
}

.cp-principle span {
  display: block;
  margin-bottom: 18px;
  color: #a8c7c5;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.cp-principle h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.cp-principle p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .cp-proof-grid,
  .cp-cap-grid,
  .cp-market-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .cp-proof-item:nth-child(3) {
    border-left: 0;
  }
  .cp-proof-item:nth-child(n+3) {
    border-top: 1px solid var(--cp-line);
  }
  .cp-intro-grid,
  .cp-quality-grid,
  .cp-support-grid {
    gap: 42px;
  }
  .cp-quality-panel {
    padding: 56px 46px;
  }
  .cp-advantages-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .cp-history-layout {
    grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
  }
  .cp-metrics {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .cp-metric:nth-child(3) {
    border-left: 0;
  }
  .cp-metric:nth-child(n+3) {
    border-top: 1px solid rgba(255,255,255,.18);
  }
}

@media (max-width: 991px) {
  .cp-about-hero {
    min-height: 470px;
  }
  .cp-intro-grid,
  .cp-quality-grid,
  .cp-support-grid {
    grid-template-columns: 1fr;
  }
  .cp-intro-visual {
    max-width: 720px;
  }
  .cp-flow-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 34px 20px;
  }
  .cp-flow-grid::before {
    display: none;
  }
  .cp-support-grid {
    padding: 46px;
  }
  .cp-history-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cp-history-visual {
    min-height: 560px;
  }
  .cp-gallery-layout {
    grid-template-columns: 1fr;
  }
  .cp-network-summary {
    min-height: 0;
  }
  .cp-metrics-wrap {
    margin-top: -42px;
  }
}

@media (max-width: 767px) {
  .cp-about .cp-container {
    width: min(100% - 28px, 1380px);
  }
  .cp-about-hero {
    min-height: 500px;
    background-position: 58% center;
  }
  .cp-hero-content {
    padding: 72px 0 68px;
  }
  .cp-about-hero h1 {
    font-size: 43px;
  }
  .cp-about-hero .cp-hero-lead {
    font-size: 16px;
  }
  .cp-proofbar {
    margin-top: -24px;
  }
  .cp-proof-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    border-radius: 16px;
  }
  .cp-proof-item {
    min-height: 126px;
    display: block;
    padding: 18px 15px;
  }
  .cp-proof-item + .cp-proof-item {
    border-left: 0;
  }
  .cp-proof-item:nth-child(even) {
    border-left: 1px solid var(--cp-line);
  }
  .cp-proof-item:nth-child(n+3) {
    border-top: 1px solid var(--cp-line);
  }
  .cp-proof-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
  }
  .cp-proof-item strong {
    font-size: 14px;
  }
  .cp-proof-item span {
    font-size: 11px;
  }
  .cp-about-section {
    padding: 74px 0;
  }
  .cp-about .cp-section-heading {
    margin-bottom: 30px;
  }
  .cp-about .cp-section-heading h2,
  .cp-about .cp-intro-copy h2,
  .cp-about .cp-quality-copy h2,
  .cp-about .cp-support-copy h2 {
    font-size: 33px;
  }
  .cp-about .cp-section-heading p,
  .cp-about .cp-intro-copy > p,
  .cp-about .cp-quality-copy > p,
  .cp-about .cp-support-copy > p {
    font-size: 15px;
  }
  .cp-intro-visual {
    min-height: 410px;
  }
  .cp-intro-visual .cp-image-main {
    width: calc(100% - 42px);
    height: 370px;
    border-radius: 20px;
  }
  .cp-intro-visual .cp-image-small {
    width: 49%;
    height: 170px;
    border-width: 6px;
    border-radius: 17px;
  }
  .cp-image-note {
    top: 18px;
    max-width: 170px;
    padding: 14px 15px;
  }
  .cp-check-list,
  .cp-flow-grid,
  .cp-doc-grid {
    grid-template-columns: 1fr;
  }
  .cp-cap-grid,
  .cp-market-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
  }
  .cp-cap-card,
  .cp-market-card {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .cp-cap-card h3,
  .cp-market-card h3 {
    font-size: 16px;
  }
  .cp-cap-card p,
  .cp-market-card p {
    font-size: 12px;
  }
  .cp-cap-icon,
  .cp-market-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
  }
  .cp-quality-panel {
    padding: 42px 22px;
    border-radius: 22px;
  }
  .cp-support-section {
    padding-top: 8px;
    padding-bottom: 74px;
  }
  .cp-support-grid {
    padding: 34px 22px;
    border-radius: 20px;
  }
  .cp-contact-card {
    padding: 23px 19px;
  }
  .cp-advantages-grid,
  .cp-network-grid,
  .cp-principles-grid {
    grid-template-columns: 1fr;
  }
  .cp-history-visual {
    min-height: 520px;
  }
  .cp-history-visual-overlay {
    padding: 28px 24px;
  }
  .cp-history-visual h2 {
    font-size: 34px;
  }
  .cp-history {
    padding: 4px 0 4px 17px;
  }
  .cp-history::before {
    left: 40px;
  }
  .cp-history-item {
    grid-template-columns: 46px minmax(0,1fr);
    gap: 16px;
    min-height: 0;
    padding: 19px 17px 19px 0;
  }
  .cp-history-marker {
    width: 46px;
    height: 46px;
  }
  .cp-history-content h3 {
    font-size: 18px;
  }
  .cp-history-content p {
    font-size: 12px;
  }
  .cp-advantage-card {
    min-height: 210px;
    padding: 24px;
  }
  .cp-network-card {
    min-height: 330px;
  }
  .cp-network-content {
    padding: 26px;
  }
  .cp-visual-band {
    min-height: 470px;
    background-position: 62% center;
  }
  .cp-visual-band h2 {
    font-size: 38px;
  }
  .cp-gallery-slider {
    min-height: 430px;
    border-radius: 20px;
  }
  .cp-gallery-caption {
    left: 22px;
    right: 22px;
    bottom: 58px;
  }
  .cp-gallery-caption h3 {
    font-size: 22px;
  }
  .cp-gallery-caption p {
    font-size: 12px;
  }
  .cp-gallery-slide-product img {
    padding: 35px 16%;
  }
  .cp-gallery-dots {
    right: auto;
    left: 22px;
    bottom: 25px;
  }
  .cp-gallery-arrow {
    top: 18px;
    width: 42px;
    height: 42px;
  }
  .cp-gallery-prev {
    right: 70px;
  }
  .cp-gallery-next {
    right: 18px;
  }
  .cp-network-summary {
    padding: 30px 24px;
    border-radius: 20px;
  }
  .cp-metrics-wrap {
    margin-top: -32px;
  }
  .cp-metrics {
    border-radius: 17px;
  }
  .cp-metric {
    min-height: 118px;
    padding: 21px 18px;
  }
  .cp-metric-value {
    font-size: 38px;
  }
  .cp-metric p {
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .cp-about-hero h1 {
    font-size: 38px;
  }
  .cp-hero-actions .cp-btn {
    width: 100%;
  }
  .cp-cap-card h3,
  .cp-market-card h3 {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cp-about * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .cp-about-hero {
    animation: none !important;
  }
  body.cp-motion-ready .cp-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  body.cp-motion-ready .cp-history::before {
    transform: none !important;
  }
}
