:root {
  --cp2-navy: #061c4f;
  --cp2-navy-deep: #041b42;
  --cp2-teal: #008b87;
  --cp2-teal-bright: #0abab5;
  --cp2-copy: #526b73;
  --cp2-muted: #eef8f7;
  --cp2-line: #cce7e5;
  --cp2-white: #fff;
  --cp2-radius: 14px;
}

.cp2-page,
.cp2-page * { box-sizing: border-box; }
.cp2-page { overflow: hidden; background: #fff; color: var(--cp2-copy); font-family: Inter, Arial, sans-serif; }
.cp2-page h1,
.cp2-page h2,
.cp2-page h3,
.cp2-page p,
.cp2-page ul,
.cp2-page ol,
.cp2-page dl,
.cp2-page figure { margin-top: 0; }
.cp2-page h1,
.cp2-page h2,
.cp2-page h3,
.cp2-page dt { color: var(--cp2-navy); font-family: Inter, Arial, sans-serif; }
.cp2-page a { text-decoration: none; }
.cp2-page a:focus-visible,
.cp2-page summary:focus-visible { outline: 3px solid rgb(10 186 181 / 38%); outline-offset: 4px; }

.cp2-kicker { margin-bottom: 13px !important; color: var(--cp2-teal-bright); font-size: var(--type-caption, 12px); font-weight: 600; letter-spacing: .01em; line-height: 1.4; text-transform: uppercase; }
.cp2-section { padding: 82px 0; }
.cp2-section h2 { margin-bottom: 14px; font-size: 36px; font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }
.cp2-section h3 { margin-bottom: 6px; font-size: 18px; font-weight: 600; line-height: 1.35; letter-spacing: -.012em; }
.cp2-section p { margin-bottom: 0; font-size: var(--type-body, 16px); font-weight: 400; line-height: 1.7; }

.cp2-button { display: inline-flex; min-height: 44px; padding: 0 20px; border: 1px solid var(--cp2-teal); border-radius: 10px; align-items: center; justify-content: center; gap: 9px; background: var(--cp2-teal); color: #fff !important; font-size: var(--type-small, 14px); font-weight: 600; line-height: 1; letter-spacing: 0; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.cp2-button:active { transform: translateY(1px); }

.cp2-hero { display: grid; min-height: 370px; grid-template-columns: 1fr 1fr; background: var(--cp2-navy-deep); }
.cp2-hero-copy { display: flex; min-width: 0; align-items: center; background: var(--cp2-navy-deep); }
.cp2-hero-copy-inner { width: 100%; max-width: 680px; margin-right: 46px; margin-left: max(24px, calc((100vw - 1380px) / 2 + 12px)); padding: 42px 0; }
.cp2-hero h1 { max-width: 620px; margin-bottom: 17px; color: #fff; font-size: 44px; font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
.cp2-hero-copy p:not(.cp2-kicker) { max-width: 590px; margin-bottom: 25px; color: rgb(255 255 255 / 82%); font-size: var(--type-body-lg, 18px); font-weight: 400; line-height: 1.65; }
.cp2-hero-image { min-width: 0; min-height: 370px; margin: 0; overflow: hidden; }
.cp2-hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; transform: scale(1.34); }

.cp2-proof { background: var(--cp2-navy); border-top: 1px solid rgb(255 255 255 / 16%); }
.cp2-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.cp2-proof-grid > div { display: flex; min-height: 132px; padding: 22px 30px; border-right: 1px solid rgb(255 255 255 / 16%); align-items: center; gap: 16px; }
.cp2-proof-grid > div:first-child { padding-left: 12px; }
.cp2-proof-grid > div:last-child { border-right: 0; }
.cp2-proof i { flex: 0 0 auto; color: var(--cp2-teal-bright); font-size: 29px; }
.cp2-proof span { color: rgb(255 255 255 / 72%); font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }
.cp2-proof strong { display: block; margin-bottom: 3px; color: #fff; font-size: 22px; font-weight: 700; line-height: 1.3; letter-spacing: -.018em; }
.cp2-proof sup { font-size: .55em; }

.cp2-manufacturing { background: #fff; }
.cp2-manufacturing-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr); align-items: center; gap: 72px; }
.cp2-manufacturing figure { height: 490px; margin: 0; overflow: hidden; border-radius: var(--cp2-radius); }
.cp2-manufacturing figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cp2-manufacturing-copy > p:not(.cp2-kicker) { max-width: 650px; font-size: var(--type-body, 16px); }
.cp2-manufacturing-copy ul { display: grid; margin: 27px 0 0; padding: 0; list-style: none; }
.cp2-manufacturing-copy li { display: grid; padding: 15px 0; grid-template-columns: 38px 1fr; border-top: 1px solid var(--cp2-line); gap: 12px; }
.cp2-manufacturing-copy li > i { grid-row: 1 / 3; margin-top: 4px; color: var(--cp2-teal); font-size: 21px; }
.cp2-manufacturing-copy li span { color: #667c82; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }
.cp2-manufacturing-copy li strong { display: block; margin-bottom: 2px; color: var(--cp2-navy); font-size: 16px; font-weight: 600; line-height: 1.4; }

.cp2-capabilities { background: var(--cp2-muted); }
.cp2-capabilities-grid { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(520px, 1.32fr); align-items: start; gap: 78px; }
.cp2-capabilities-copy { position: sticky; top: 105px; }
.cp2-capabilities-copy > p:not(.cp2-kicker) { max-width: 500px; margin-bottom: 25px; }
.cp2-spec-table { margin: 0; border-top: 1px solid #bcdad8; }
.cp2-spec-table > div { display: grid; padding: 16px 0; grid-template-columns: 145px 1fr; border-bottom: 1px solid #bcdad8; gap: 20px; }
.cp2-spec-table dt { font-size: var(--type-small, 14px); font-weight: 600; line-height: 1.55; }
.cp2-spec-table dd { margin: 0; color: #5d737a; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }

.cp2-process { padding-top: 72px; padding-bottom: 62px; background: #fff; }
.cp2-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.cp2-heading p { color: #6b7f84; }
.cp2-process ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(6, 1fr); list-style: none; }
.cp2-process li { position: relative; min-height: 172px; padding: 20px 18px 0; border-top: 1px solid var(--cp2-line); border-right: 1px solid var(--cp2-line); text-align: center; }
.cp2-process li:first-child { padding-left: 0; }
.cp2-process li:last-child { padding-right: 0; border-right: 0; }
.cp2-process li > span { display: grid; width: 26px; height: 26px; margin: -34px auto 16px; border-radius: 50%; place-items: center; background: var(--cp2-teal); color: #fff; font-size: 11px; font-weight: 700; }
.cp2-process li > i { display: block; margin-bottom: 15px; color: var(--cp2-teal); font-size: 22px; }
.cp2-process li p { color: #6a7e84; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }

.cp2-quality { padding-top: 66px; padding-bottom: 66px; background: var(--cp2-muted); }
.cp2-quality-grid { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); }
.cp2-quality-grid > div,
.cp2-quality-grid article { min-height: 134px; padding: 12px 28px; border-right: 1px solid #bddcda; }
.cp2-quality-grid > div { padding-left: 12px; }
.cp2-quality-grid article:last-child { border-right: 0; }
.cp2-quality-grid article > i { display: block; margin-bottom: 20px; color: var(--cp2-teal); font-size: 24px; }
.cp2-quality-grid article p { color: #6a7f84; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }

.cp2-faq { padding-top: 64px; padding-bottom: 64px; background: #fff; }
.cp2-faq h2 { margin-bottom: 28px; text-align: center; }
.cp2-faq-list { width: min(880px, 100%); margin-inline: auto; border-top: 1px solid var(--cp2-line); }
.cp2-faq-list details { border-bottom: 1px solid var(--cp2-line); }
.cp2-faq-list summary { position: relative; padding: 16px 44px 16px 0; color: var(--cp2-navy); cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.4; list-style: none; }
.cp2-faq-list summary::-webkit-details-marker { display: none; }
.cp2-faq-list summary::after { position: absolute; top: 13px; right: 4px; color: var(--cp2-teal); content: "+"; font-size: 20px; font-weight: 400; }
.cp2-faq-list details[open] summary::after { content: "−"; }
.cp2-faq-list details p { max-width: 760px; padding: 0 42px 20px 0; color: #60757b; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.6; }

.cp2-cta { padding: 46px 0; background: var(--cp2-teal); }
.cp2-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(260px, .55fr); align-items: center; gap: 48px; }
.cp2-cta h2 { margin-bottom: 7px; color: #fff; font-size: 32px; font-weight: 600; line-height: 1.18; letter-spacing: -.025em; }
.cp2-cta p { max-width: 570px; margin-bottom: 0; color: rgb(255 255 255 / 82%); font-size: var(--type-body, 16px); font-weight: 400; line-height: 1.7; }
.cp2-button-light { border-color: #fff; background: #fff; color: var(--cp2-teal) !important; }
.cp2-cta ul { display: grid; margin: 0; padding: 0; list-style: none; }
.cp2-cta li { display: flex; padding: 3px 0; align-items: center; gap: 8px; color: #fff; font-size: var(--type-small, 14px); font-weight: 400; line-height: 1.55; }
.cp2-cta li i { width: 11px; color: #fff; font-size: 9px; }

.cp2-page + .footer-wrapper .newsletter-wrap { display: none !important; }
body.page-id-36 .header-layout1 .sticky-wrapper { box-shadow: none; }
body.page-id-36 .cp2-page + .footer-wrapper { --body-color: #a9b8bc; --th-border-color: rgb(203 234 231 / 26%); background-color: #061827 !important; background-image: none !important; }
body.page-id-36 .cp2-page + .footer-wrapper .copyright-wrap { background-color: #007c78; }

@media (min-width: 1400px) {
  body.page-id-36 .header-top .container,
  body.page-id-36 .header-layout1 .menu-area > .container,
  body.page-id-36 .footer-wrapper .container { max-width: 1380px; }
  body.page-id-36 .cp2-page .container { max-width: 1540px; }
}

@media (hover: hover) {
  .cp2-button:hover { border-color: #056f70; background: #056f70; color: #fff !important; }
  .cp2-button-light:hover { border-color: #d9f6f4; background: #d9f6f4; color: #056f70 !important; }
}

@media (max-width: 1100px) {
  .cp2-hero { min-height: 350px; }
  .cp2-hero-copy-inner { margin-right: 28px; }
  .cp2-hero h1 { font-size: 40px; }
  .cp2-hero-image { min-height: 350px; }
  .cp2-manufacturing-grid { gap: 44px; }
  .cp2-capabilities-grid { gap: 48px; }
  .cp2-process ol { grid-template-columns: repeat(3, 1fr); gap: 34px 0; }
  .cp2-process li:nth-child(3) { border-right: 0; }
  .cp2-quality-grid { grid-template-columns: repeat(3, 1fr); }
  .cp2-quality-grid > div { grid-column: 1 / 4; min-height: 0; margin-bottom: 28px; padding: 0; border-right: 0; }
  .cp2-quality-grid article:first-of-type { padding-left: 0; }
  .cp2-cta-grid { grid-template-columns: 1fr auto; }
  .cp2-cta ul { grid-column: 1 / 3; grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
  .cp2-section { padding: 66px 0; }
  .cp2-section h2 { font-size: 32px; }
  .cp2-hero { grid-template-columns: 1.08fr .92fr; min-height: 340px; }
  .cp2-hero-copy-inner { margin-left: 24px; padding: 44px 0; }
  .cp2-hero h1 { font-size: 38px; }
  .cp2-hero-copy p:not(.cp2-kicker) { font-size: 17px; }
  .cp2-hero-image { min-height: 340px; }
  .cp2-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .cp2-proof-grid > div:nth-child(2) { border-right: 0; }
  .cp2-proof-grid > div:nth-child(n+3) { border-top: 1px solid rgb(255 255 255 / 16%); }
  .cp2-manufacturing-grid,
  .cp2-capabilities-grid { grid-template-columns: 1fr; gap: 36px; }
  .cp2-manufacturing figure { height: 360px; }
  .cp2-capabilities-copy { position: static; }
}

@media (max-width: 767px) {
  .cp2-section { padding: 54px 0; }
  .cp2-section h2 { font-size: 28px; }
  .cp2-hero { display: block; min-height: 0; }
  .cp2-hero-copy-inner { max-width: none; margin: 0; padding-top: 48px; padding-bottom: 48px; }
  .cp2-hero h1 { max-width: 520px; font-size: 32px; line-height: 1.12; }
  .cp2-hero-copy p:not(.cp2-kicker) { font-size: 16px; line-height: 1.65; }
  .cp2-hero-image { height: 270px; min-height: 0; }
  .cp2-hero-image img { transform: scale(1.15); }
  .cp2-proof-grid > div { min-height: 82px; padding: 14px 12px; }
  .cp2-proof strong { font-size: 18px; }
  .cp2-manufacturing figure { height: 280px; }
  .cp2-spec-table > div { grid-template-columns: 110px 1fr; }
  .cp2-process ol { grid-template-columns: 1fr; gap: 0; }
  .cp2-process li,
  .cp2-process li:first-child,
  .cp2-process li:last-child { display: grid; min-height: 0; padding: 18px 0; grid-template-columns: 36px 34px 1fr; border-top: 0; border-right: 0; border-bottom: 1px solid var(--cp2-line); text-align: left; }
  .cp2-process li > span { width: 26px; height: 26px; margin: 0; grid-row: 1 / 3; }
  .cp2-process li > i { margin: 2px 0 0; grid-row: 1 / 3; font-size: 19px; }
  .cp2-process li h3,
  .cp2-process li p { grid-column: 3; }
  .cp2-quality-grid { grid-template-columns: 1fr; }
  .cp2-quality-grid > div { grid-column: 1; }
  .cp2-quality-grid article,
  .cp2-quality-grid article:first-of-type { min-height: 0; padding: 20px 0; border-top: 1px solid #bddcda; border-right: 0; }
  .cp2-quality-grid article > i { margin-bottom: 10px; }
  .cp2-cta-grid { grid-template-columns: 1fr; gap: 22px; }
  .cp2-cta-grid .cp2-button { width: 100%; }
  .cp2-cta ul { grid-column: 1; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .cp2-hero-copy-inner { padding-top: 42px; padding-bottom: 42px; }
  .cp2-hero h1 { font-size: 32px; }
  .cp2-proof-grid { grid-template-columns: 1fr; }
  .cp2-proof-grid > div,
  .cp2-proof-grid > div:first-child { min-height: 70px; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 16%); border-right: 0; }
  .cp2-proof-grid > div:first-child { border-top: 0; }
  .cp2-spec-table > div { grid-template-columns: 1fr; gap: 4px; }
  .cp2-cta ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cp2-button { transition: none; }
}
