/* Single Blueprint Content 2 — isolated component styles */
.bp2 {
  --bp2-blue: #0066cc;
  --bp2-sky: #008cda;
  --bp2-teal: #00a7a7;
  --bp2-green: #9cd63a;
  --bp2-white: #fefefe;
  --bp2-muted: rgba(254, 254, 254, 0.68);
  --bp2-line: rgba(254, 254, 254, 0.11);
  --bp2-surface: #202020;
  --bp2-deep: #161616;
  position: relative;
  padding: 120px 0;
  color: var(--bp2-muted);
  background: radial-gradient(circle at 5% 8%, rgba(0, 102, 204, 0.09), transparent 24%), radial-gradient(circle at 95% 32%, rgba(0, 167, 167, 0.07), transparent 22%);
}
.bp2 *, .bp2 *::before, .bp2 *::after { box-sizing: border-box; }
.bp2 h1, .bp2 h2, .bp2 h3, .bp2 p, .bp2 ul, .bp2 figure, .bp2 blockquote, .bp2 dl, .bp2 dd { margin-top: 0; }
.bp2 h1, .bp2 h2, .bp2 h3 { color: var(--bp2-white); }
.bp2-label { margin-bottom: 10px; color: var(--bp2-teal); font: 700 12px/1.4 "Poppins", sans-serif; letter-spacing: .13em; text-transform: uppercase; }

.bp2-hero { 
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: clamp(40px, 6vw, 90px); padding: clamp(40px, 6vw, 78px); 
  border-radius: 28px; background: linear-gradient(115deg, rgba(0, 102, 204, .17), transparent 45%), var(--bp2-deep); box-shadow: 0 34px 90px rgba(0, 0, 0, .34); }
.bp2-hero::before { position: absolute; top: 0; left: clamp(40px, 6vw, 78px); width: 120px; height: 4px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, var(--bp2-blue), var(--bp2-teal), var(--bp2-green)); content: ""; }
.bp2-hero::after { position: absolute; right: -130px; bottom: -170px; width: 380px; height: 380px; border: 1px solid rgba(0, 167, 167, .1); border-radius: 50%; box-shadow: 0 0 0 50px rgba(0, 167, 167, .018), 0 0 0 100px rgba(0, 167, 167, .01); content: ""; pointer-events: none; }
.bp2-hero__content, .bp2-hero__brand { position: relative; z-index: 1; }
.bp2-eyebrow { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 15px; color: var(--bp2-sky); font: 700 13px/1.5 "Poppins", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.bp2-eyebrow a:hover { color: var(--bp2-green); }
.bp2-hero__lead { 
    margin-bottom: 38px;
    color: rgba(254, 254, 254, .75);
    font-style: italic;
    line-height: 1.65;
 }
.bp2-services ul { padding-top:10px; display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.bp2-services li { margin: 0; padding: 6px 15px; border: 1px solid var(--bp2-line); border-radius: 999px; background: rgba(254, 254, 254, .045); color: rgba(254, 254, 254, .76); font-size: 14px; transition: .25s ease; }
.bp2-services li:hover { border-color: rgba(156, 214, 58, .45); background: rgba(156, 214, 58, .09); color: var(--bp2-white); transform: translateY(-2px); }
.bp2-hero__brand { align-self: start; padding: 22px; border: 1px solid rgba(156, 214, 58, .2); border-radius: 18px; background: var(--bp2-surface); }
.bp2-brand-mark { display: flex; align-items: center; justify-content: center; min-height: 110px; margin: 14px 0 18px; padding: 15px; border-radius: 12px; background: var(--bp2-white); color: var(--bp2-deep); font: 600 20px/1.2 "Poppins", sans-serif; }
.bp2-brand-mark img { display: block; width: auto; max-width: 100%; height: auto; max-height: 76px; object-fit: contain; }
.bp2-brand-link { display: flex; align-items: center; justify-content: space-between; color: var(--bp2-green); font-size: 14px; font-weight: 700; }
.bp2-brand-link span { transition: transform .25s ease; }
.bp2-brand-link:hover span { transform: translate(3px, -3px); }

.bp2-results { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: -24px 28px 0; overflow: hidden; border: 1px solid var(--bp2-line); border-radius: 18px; background: var(--bp2-line); box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
.bp2-result { position: relative; min-height: 178px; margin: 0; padding: 34px 26px; overflow: hidden; background: var(--bp2-surface); transition: background .3s ease; }
.bp2-result::after { position: absolute; right: -50px; bottom: -70px; width: 130px; height: 130px; border-radius: 50%; background: rgba(0, 167, 167, .07); content: ""; transition: transform .3s ease; }
.bp2-result:hover { background: #242424; }
.bp2-result:hover::after { transform: scale(1.25); }
.bp2-result__index { display: block; margin-bottom: 13px; color: rgba(254, 254, 254, .3); font: 600 11px/1 "Poppins", sans-serif; letter-spacing: .12em; }
.bp2-result strong { position: relative; z-index: 1; display: block; margin-bottom: 8px; color: var(--bp2-teal); font: 600 clamp(34px, 3vw, 46px)/1.1 "Poppins", sans-serif; letter-spacing: -.04em; }
.bp2-result:nth-child(1) strong { color: var(--bp2-sky); }.bp2-result:nth-child(3) strong { color: #1fb89a; }.bp2-result:nth-child(4) strong { color: var(--bp2-green); }
.bp2-result p { position: relative; z-index: 1; margin-bottom: 0; color: rgba(254, 254, 254, .73); font-size: 14px; line-height: 1.5; }

.bp2-story { margin-top: 100px; }
.bp2-section-heading { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start; margin-bottom: 38px; }
.bp2-section-heading > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(0, 140, 218, .38); border-radius: 50%; color: var(--bp2-sky); font: 700 13px/1 "Poppins", sans-serif; }
.bp2-section-heading h2 { margin-bottom: 0; font-size: clamp(28px, 3vw, 42px); }
.bp2-challenges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bp2-challenges article { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid var(--bp2-line); border-radius: 18px; background: var(--bp2-surface); transition: border-color .3s ease, transform .3s ease; }
.bp2-challenges article::after { position: absolute; right: -45px; bottom: -65px; width: 120px; height: 120px; border: 1px solid rgba(0, 140, 218, .13); border-radius: 50%; content: ""; }
.bp2-challenges article:hover { border-color: rgba(0, 140, 218, .4); transform: translateY(-6px); }
.bp2-challenges article > span { 
    color: var(--bp2-sky);
    font: 700 12px / 1 "Poppins", sans-serif;
    letter-spacing: .1em;
    width: 44px;
    height: 44px;
    background: rgba(0, 201, 141, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.bp2-challenges h3 { margin-bottom: 14px; font-size: 20px; line-height: 1.35; }
.bp2-challenges p { margin-bottom: 0; font-size: 15px; line-height: 1.65; }

.bp2-solution { padding: clamp(34px, 5vw, 64px); border-radius: 24px; background: var(--bp2-surface); }
.bp2-phases { position: relative; display: grid; gap: 12px; margin-left: 26px; }
.bp2-phases::before { position: absolute; top: 32px; bottom: 32px; left: -1px; width: 1px; background: linear-gradient(var(--bp2-sky), rgba(0, 140, 218, .1)); content: ""; }
.bp2-phase { 
    grid-template-columns: 65px 1fr;
    position: relative;
    display: grid;
    gap: 15px;
    align-items: start;
    margin: 0;
    padding: 30px 26px;
    border: 1px solid rgba(0, 140, 218, .12);
    border-radius: 14px;
    background: var(--bp2-deep);
    transition: border-color .3s ease, transform .3s ease;
}
.bp2-phase:hover { border-color: rgba(0, 140, 218, .38); transform: translateX(6px); }
.bp2-phase__number { 
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: max-content;
    height: 40px;
    margin-left: -55px;
    border: 6px solid var(--bp2-surface);
    border-radius: 20px;
    background: var(--bp2-sky);
    color: var(--bp2-deep);
    font: 600 14px / 1 "Poppins", sans-serif;
    padding: 0px 28px;
}
.bp2-phase h3 { margin-bottom: 8px; font-size: 20px; }.bp2-phase p:last-child { margin-bottom: 0; line-height: 1.65; }
article.bp2-phase.digi-pr-hover-step:hover .digi-pr-card-icon {
    background: var(--bp2-sky);
}
.bp2-details { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; margin-top: 28px; }
.bp2-metadata, .bp2-quote { margin: 0; padding: clamp(30px, 4vw, 48px); border-radius: 22px; }
.bp2-metadata { border: 1px solid rgba(156, 214, 58, .22); background: radial-gradient(circle at 100% 0, rgba(156, 214, 58, .1), transparent 30%), var(--bp2-deep); }
.bp2-metadata h2 { margin-bottom: 28px; font-size: 28px; }
.bp2-metadata dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 0; }
.bp2-metadata dl > div { padding: 18px; border-radius: 12px; background: rgba(156, 214, 58, .045); }
.bp2-metadata dt { margin-bottom: 6px; color: var(--bp2-green); font-weight: 700; }.bp2-metadata dd { margin-bottom: 0; color: var(--bp2-muted); line-height: 1.55; }
.bp2-quote { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(145deg, var(--bp2-blue), var(--bp2-teal)); color: var(--bp2-white); }
.bp2-quote__mark { position: absolute; top: 15px; right: 28px; color: rgba(254, 254, 254, .18); font: 150px/1 Georgia, serif; }
.bp2-quote blockquote { position: relative; margin: 70px 0 28px; color: var(--bp2-white); font-size: clamp(20px, 2vw, 27px); line-height: 1.5; }
.bp2-quote figcaption { display: flex; flex-direction: column; padding-left: 16px; border-left: 2px solid var(--bp2-green); }.bp2-quote figcaption strong { color: var(--bp2-white); }.bp2-quote figcaption span { color: rgba(254, 254, 254, .7); }

@media (max-width: 1199px) { .bp2-hero { grid-template-columns: 1fr 220px; }.bp2-challenges { grid-template-columns: 1fr; }.bp2-challenges article { min-height: 0; }.bp2-challenges article > span { margin-bottom: 20px; } }
@media (max-width: 991px) { .bp2 { padding: 90px 0; }.bp2-hero { grid-template-columns: 1fr; }.bp2-hero__brand { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }.bp2-hero__brand .bp2-label { grid-column: 1 / -1; }.bp2-brand-mark { min-height: 80px; margin: 0; }.bp2-results { grid-template-columns: repeat(2, 1fr); }.bp2-details { grid-template-columns: 1fr; }.bp2-quote { min-height: 360px; } }
@media (max-width: 767px) { .bp2 { padding: 70px 0; }.bp2-hero { padding: 36px 22px 54px; border-radius: 20px; }.bp2-hero::before { left: 22px; }.bp2-hero h1 { font-size: 38px; }.bp2-hero__brand { display: block; }.bp2-brand-mark { margin: 14px 0 18px; }.bp2-results { grid-template-columns: 1fr; margin: -20px 10px 0; }.bp2-result { min-height: 0; padding: 26px 24px; }.bp2-story { margin-top: 70px; }.bp2-section-heading { grid-template-columns: 44px 1fr; gap: 12px; }.bp2-section-heading > span { width: 40px; height: 40px; }.bp2-solution { padding: 30px 20px; }.bp2-phases { margin-left: 14px; }.bp2-phase { grid-template-columns: unset; gap: 10px; padding: 22px 18px; }.bp2-phase__number { margin-left: -33px; }.bp2-metadata dl { grid-template-columns: 1fr; }.bp2-quote { min-height: 420px; } }
@media (prefers-reduced-motion: reduce) { .bp2-services li, .bp2-result, .bp2-result::after, .bp2-challenges article, .bp2-phase, .bp2-brand-link span { transition: none; } }
