/* PPT-derived page content, scoped to the existing BPT product-page template. */
#headerwrap {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .18)), url("../images/semiconductor-platform/customer-validation.png") !important;
    background-position: center 57% !important;
    overflow: hidden;
}
#headerwrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -25%;
    pointer-events: none;
    background: radial-gradient(circle at 70% 45%, rgba(74, 189, 225, .20), transparent 32%);
    animation: bptBannerGlow 9s ease-in-out infinite alternate;
}
#headerwrap > header, #headerwrap > nav { position: relative; z-index: 1; }
#headerwrap #deskNav.affix-top {
    position: absolute !important;
    right: 0;
    bottom: 0 !important;
    left: 0;
}
#deskNav .affix_ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px !important;
}
#deskNav .affix_ul > li { float: none !important; }
#deskNav .affix_ul > li > a {
    display: block;
    float: none !important;
    margin: 5px 3px !important;
    padding: 4px 15px !important;
    white-space: nowrap;
}
#deskHaed .bannerHeading { animation: bptHeroIn .65s ease-out both; }
#deskHaed .tagText { animation: bptHeroIn .75s .10s ease-out both; }
#deskHaed .tagline { animation: bptHeroIn .75s .20s ease-out both; }
.bpt-platform-content { color: #374d62; background: #fff; }
.bpt-content-block { padding-top: 48px; padding-bottom: 48px; }
.bpt-copy-column { padding: 14px 28px 14px 0; }
.bpt-image-column { padding: 14px; text-align: center; }
.bpt-section-title { position: relative; margin: 0 0 20px; padding-bottom: 4px; color: #8f1315 !important; font-family: BTBPFontFamily_Medium, Arial, sans-serif !important; font-size: 18px !important; font-weight: normal; line-height: 1.35; text-align: center; text-transform: none !important; }
.bpt-section-title[style*="text-align:left"] { text-align: left !important; }
.bpt-body-copy, .bpt-centered-copy, .bpt-list { color: #374d62; font-size: 16px; line-height: 1.7; }
.bpt-body-copy, .bpt-centered-copy { float: none !important; width: auto !important; }
.bpt-centered-copy { max-width: 840px; margin: 0 auto 30px; padding: 0; text-align: center; }
.bpt-list { display: inline-block; padding-left: 24px; text-align: left; }
.bpt-list li { margin-bottom: 10px; }
.bpt-content-image { display: block; width: 100%; height: auto; margin: 0 auto; transition: transform .45s ease, box-shadow .45s ease; }
.bpt-wide-visual { display: block; width: 100%; height: auto; margin: 25px auto 12px; transition: transform .45s ease, box-shadow .45s ease; }
.bpt-content-image:hover, .bpt-wide-visual:hover { transform: translateY(-4px) scale(1.008); box-shadow: 0 16px 34px rgba(26, 37, 67, .18); }
.bpt-dark-visual { background: #04142e; padding: 4px; }
.bpt-gray-section { background: #f4f4f4; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; }
#platform_overview .row, .bpt-capability-row { display: flex; align-items: center; }
#platform_overview .bpt-copy-column, #platform_overview .bpt-image-column { float: none !important; }
.bpt-validation-row, .bpt-challenge-row, .bpt-process-row, .bpt-software-row, .bpt-feature-grid {
    clear: both;
    display: grid;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.bpt-validation-row::before, .bpt-validation-row::after,
.bpt-challenge-row::before, .bpt-challenge-row::after,
.bpt-process-row::before, .bpt-process-row::after,
.bpt-software-row::before, .bpt-software-row::after,
.bpt-feature-grid::before, .bpt-feature-grid::after {
    display: none !important;
    content: none !important;
}
.bpt-validation-row, .bpt-challenge-row { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 12px; }
.bpt-process-row, .bpt-software-row { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.bpt-feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bpt-validation-row > div[class*="col-"], .bpt-challenge-row > div[class*="col-"], .bpt-process-row > div[class*="col-"], .bpt-software-row > div[class*="col-"], .bpt-feature-grid > div[class*="col-"] {
    float: none !important;
    width: auto !important;
}
.bpt-validation-row > .clearfix, .bpt-challenge-row > .clearfix, .bpt-process-row > .clearfix, .bpt-software-row > .clearfix, .bpt-feature-grid > .clearfix { display: none !important; }
.bpt-validation-row > div, .bpt-challenge-row > div { padding: 8px; }
.bpt-validation-item, .bpt-number-item { min-height: 218px; padding: 24px 20px; background: #f5f5f5; border: 1px solid #e1e1e1; text-align: center; }
.bpt-validation-item, .bpt-number-item, .bpt-software-row > div > div, .bpt-feature-grid > div > div { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.bpt-validation-item:hover, .bpt-number-item:hover, .bpt-software-row > div > div:hover, .bpt-feature-grid > div > div:hover { transform: translateY(-7px); border-color: rgba(143, 19, 21, .35); box-shadow: 0 12px 25px rgba(26, 37, 67, .13); }
.bpt-validation-item span { display: inline-block; width: 36px; height: 36px; color: #fff; background: #3e6993; border-radius: 50%; font-size: 22px; line-height: 36px; }
.bpt-validation-item h3, .bpt-number-item h3, .bpt-software-row h3, .bpt-feature-grid h3 { color: #1a2543 !important; font-family: BTBPFontFamily_Medium, Arial, sans-serif !important; font-size: 15px !important; text-transform: none !important; }
.bpt-validation-item p, .bpt-number-item p, .bpt-software-row p, .bpt-feature-grid p { color: #596c7f; font-size: 13px; line-height: 1.55; }
.bpt-emphasis { margin: 28px auto 0; padding: 16px 22px; color: #374d62; background: #eef3f6; border-left: 4px solid #8f1315; font-size: 15px; text-align: center; }
.bpt-number-item { min-height: 190px; background: #fff; text-align: left; }
.bpt-number-item b { color: #8f1315; font-size: 24px; font-weight: normal; }
.bpt-capability-row { margin: 52px 0 0; padding-top: 42px; border-top: 2px solid #eeeeee; }
.bpt-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.bpt-check-list span { padding: 10px 12px; color: #374d62; background: #f3f3f3; border-left: 3px solid #3e6993; font-size: 14px; }
.bpt-check-list span { transition: transform .25s ease, background-color .25s ease, border-color .25s ease; }
.bpt-check-list span:hover { transform: translateX(5px); background: #eaf1f6; border-left-color: #8f1315; }
.bpt-application-list { padding: 6px 0 0 22px; }
.bpt-application-list div { padding: 14px 0; border-bottom: 1px solid #dedede; }
.bpt-application-list b, .bpt-application-list span { display: block; }
.bpt-application-list b { color: #1a2543; font-size: 15px; }
.bpt-application-list span { margin-top: 4px; color: #596c7f; font-size: 13px; }
.bpt-process-row { margin-top: 20px; text-align: center; }
.bpt-process-row > div, .bpt-software-row > div { padding: 5px; }
.bpt-process-row > div > div { padding: 16px 5px; background: #1a2543; }
.bpt-process-row b, .bpt-process-row span { display: block; color: #fff; }
.bpt-process-row b { color: #74c6e4; font-size: 20px; }
.bpt-process-row span { font-size: 13px; }
.bpt-software-row { margin: 18px 0 30px; text-align: center; }
.bpt-software-row > div > div { min-height: 145px; padding: 18px 8px; background: #fff; border: 1px solid #ddd; }
.bpt-software-row b { display: inline-block; width: 30px; height: 30px; color: #fff; background: #8f1315; border-radius: 50%; line-height: 30px; }
.bpt-software-row h3 { margin: 12px 0 5px; }
.bpt-software-row p { margin: 0; }
.bpt-feature-grid { margin: 28px 0 0; }
.bpt-feature-grid > div { padding: 0; }
.bpt-feature-grid > div > div { min-height: 210px; padding: 28px 18px; background: #eee; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; }
.bpt-feature-grid > div:nth-child(even) > div { background: #e3e3e3; }
.bpt-feature-grid .glyphicon { display: inline-block; width: 62px; height: 62px; color: #3e6993; background: #fff; border-radius: 50%; font-size: 29px; line-height: 62px; }
.bpt-contact-strip { margin: 52px auto 5px; padding: 38px 30px; color: #fff; background: #1a2543; text-align: center; }
.bpt-contact-strip h3 { margin: 0 0 10px; color: #fff !important; font-size: 20px !important; text-transform: none !important; }
.bpt-contact-strip p { margin-bottom: 22px; color: #dce4ec; font-size: 14px; }
.bpt-contact-strip a { display: inline-block; padding: 10px 22px; color: #fff !important; background: #8f1315; border: 1px solid #a74a4c; text-decoration: none; font-size: 13px; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.bpt-contact-strip a:hover, .bpt-contact-strip a:focus { transform: translateY(-3px); background: #aa2326; box-shadow: 0 8px 18px rgba(0, 0, 0, .22); }

.bpt-motion-ready .bpt-animate { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.22, .61, .36, 1); transition-delay: var(--bpt-delay, 0ms); }
.bpt-motion-ready .bpt-animate.bpt-from-left { transform: translateX(-34px); }
.bpt-motion-ready .bpt-animate.bpt-from-right { transform: translateX(34px); }
.bpt-motion-ready .bpt-animate.is-visible { opacity: 1; transform: translate(0, 0); }

@keyframes bptHeroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bptBannerGlow { from { transform: translate3d(-2%, -1%, 0) scale(1); opacity: .65; } to { transform: translate3d(4%, 2%, 0) scale(1.12); opacity: 1; } }
@media screen and (min-width: 1200px) { .bpt-platform-content .container { width: 1170px; } }
@media screen and (max-width: 991px) {
    .bpt-content-block { padding-top: 36px; padding-bottom: 36px; }
    .bpt-copy-column { padding: 14px; }
    .bpt-validation-item, .bpt-number-item { min-height: 185px; }
    .bpt-validation-row, .bpt-challenge-row, .bpt-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bpt-process-row, .bpt-software-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media screen and (max-width: 767px) {
    #headerwrap { background-position: 65% center !important; }
    .bpt-content-block { padding: 30px 15px; }
    .bpt-body-copy, .bpt-centered-copy, .bpt-list { font-size: 14px; }
    .bpt-validation-item, .bpt-number-item { min-height: 0; }
    .bpt-validation-row, .bpt-challenge-row { grid-template-columns: 1fr; }
    .bpt-process-row, .bpt-software-row, .bpt-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bpt-capability-row { margin-top: 30px; padding-top: 28px; }
    .bpt-reverse-row { display: flex; flex-direction: column; }
    .bpt-reverse-row .bpt-copy-column { order: 2; }
    .bpt-reverse-row .bpt-image-column { order: 1; }
    .bpt-application-list { padding-left: 0; }
    .bpt-check-list { grid-template-columns: 1fr; }
    .bpt-feature-grid > div > div { min-height: 190px; padding: 22px 10px; }
    .bpt-feature-grid .glyphicon { width: 52px; height: 52px; font-size: 23px; line-height: 52px; }
    .bpt-contact-strip { padding: 28px 18px; }
    #platform_overview .row, .bpt-capability-row { display: block; }
    #deskNav .container { width: 100%; }
    #deskNav .affix_ul { min-height: 42px !important; }
}

@media screen and (max-width: 560px) {
    #deskNav .affix_ul { justify-content: center; }
    #deskNav .affix_ul > li > a { margin-right: 1px !important; margin-left: 1px !important; padding-right: 7px !important; padding-left: 7px !important; font-size: 12px !important; }
}

@media (prefers-reduced-motion: reduce) {
    #headerwrap::before, #deskHaed .bannerHeading, #deskHaed .tagText, #deskHaed .tagline { animation: none !important; }
    .bpt-motion-ready .bpt-animate, .bpt-motion-ready .bpt-animate.bpt-from-left, .bpt-motion-ready .bpt-animate.bpt-from-right { opacity: 1 !important; transform: none !important; transition: none !important; }
    .bpt-content-image, .bpt-wide-visual, .bpt-validation-item, .bpt-number-item, .bpt-software-row > div > div, .bpt-feature-grid > div > div, .bpt-check-list span, .bpt-contact-strip a { transition: none !important; }
}
