/* Scoped to the cloned homepage; the original homepage keeps its existing styles. */
/* Apply spacing to whole sections only; leave the original inner layout intact. */
.homepage-latest #main > article > .entry-content > section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.homepage-latest .latest-stage:hover{
    background-color: #ffd500;
    transform: translateY(-5px);
}
.obs-intro-content p.latest-intro-statement{
    font-size: 24px;
    margin-bottom: 18px;
}
.homepage-latest .latest-section-intro { max-width: 950px; margin: 0 auto 40px; text-align: center; }
.homepage-latest .latest-hero-copy { display: flex; flex-direction: column; align-items: center; gap: 30px; width: 100%; max-width: 1000px; margin: 0 auto; padding: 60px 0; text-align: center; }
.homepage-latest .latest-hero-copy h1 { width: 100%; margin: 0; color: #fff; text-align: center; text-wrap: balance; }
.homepage-latest .header-bg-container { position: relative; }
.homepage-latest .header-fluid .header-bg-container > .header-img-container { position: absolute; inset: 0; }
.homepage-latest .header-fluid .header-img-container picture { display: block; height: 100%; }
.homepage-latest .header-fluid .header-img-container .header-img { width: 100%; height: 100%; object-fit: cover; }
/* Use the original theme image/overlay settings without a second dark layer. */
.homepage-latest .header-slogan--fluid { position: relative; display: flex; align-items: center; min-height: var(--header-height, 360px); }
.homepage-latest .header-slogan--fluid > .container { width: 100%; }
.homepage-latest .header-slogan--fluid .header-slogan__row { height: auto; padding-top: 0; padding-bottom: 0; justify-content: center; align-items: center; }
.homepage-latest .header-slogan--fluid .header-slogan__col { margin: 0 auto; justify-content: center; align-items: center; text-align: center; }
.homepage-latest .latest-call { margin-top: 15px; }
.homepage-latest .latest-hero-copy .latest-call { flex: 0 0 auto; margin: 0; background: var(--color-prime, #1b4a8a); color: #fff; border: 2px solid #fff; }
.homepage-latest .latest-hero-copy .latest-call:hover { background: #fff; color: var(--color-prime, #1b4a8a); }
.homepage-latest .latest-hero-badges { position: relative; z-index: 2; padding-bottom: 30px; }
.homepage-latest .latest-hero-badges .badge-block { margin: 0 !important; padding: 20px 0 !important; background: rgba(255, 255, 255, 0.22); backdrop-filter: blur(3px); }
.homepage-latest .latest-hero-badges .badge-row { align-items: center; }
.homepage-latest .latest-hero-badges .badge-row__item img { width: auto; max-height: 125px; object-fit: contain; }
.homepage-latest .latest-featured-testimonial { background: var(--color-prime, #1b4a8a); color: #fff; }
.homepage-latest .latest-featured-testimonial figure { max-width: 1000px; margin: auto; }
.homepage-latest .latest-featured-testimonial blockquote { padding: 0; border: 0; font-style: italic; }
.homepage-latest .latest-featured-testimonial figcaption { text-align: right; font-weight: 700; }
.homepage-latest .latest-lifecycle, .homepage-latest .latest-services { background: #f4f6f8; }
.homepage-latest .latest-lifecycle-grid, .homepage-latest .latest-services-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.homepage-latest .latest-lifecycle-grid { max-width: 900px; margin: 0 auto; gap: 54px; }
.homepage-latest .latest-stage { position: relative; min-width: 0; padding: 26px; border-top: 4px solid var(--color-second, #aeb87f); background: #fff; transition: transform 0.3s ease, background-color 0.3s ease; }
.homepage-latest .latest-stage:not(:last-child)::after { content: "\2193"; position: absolute; left: 50%; bottom: -42px; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; transform: translateX(-50%); border-radius: 50%; background: var(--color-prime, #1b4a8a); color: #fff; line-height: 1; }
.homepage-latest .latest-stage-number { display: block; margin-bottom: 20px; color: var(--color-prime, #1b4a8a); }
.homepage-latest .latest-cycle-return { display: flex; justify-content: center; margin-top: 24px; color: var(--color-prime, #1b4a8a); }
.homepage-latest .latest-cycle-return-arrow { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 2px solid currentColor; border-radius: 50%; line-height: 1; }
.homepage-latest .latest-stage p:last-child, .homepage-latest .latest-service p:last-child { margin-bottom: 0; }
.homepage-latest .latest-service { min-width: 0; padding: 28px 24px; background: #fff; border: 1px solid #dce1e6; }
.homepage-latest .latest-service h3 { overflow-wrap: anywhere; }
.homepage-latest .latest-service h3 a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.homepage-latest .latest-service h3 a:hover { color: var(--color-link-hover, #1b4a8a); }
.homepage-latest .latest-services-cta { margin: 35px 0 0; text-align: center; }
.homepage-latest .content-block--vid .half-img-figure--right { max-width: 100%; }
.homepage-latest a:focus-visible, .homepage-latest button:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
@media (min-width: 576px) {
	.homepage-latest .header-slogan--fluid { min-height: var(--header-sm-md-heigth, 505px); }
	.homepage-latest .latest-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
	.homepage-latest .header-slogan--fluid { min-height: var(--header-lg-xl-height, 505px); }
	.homepage-latest .latest-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
	.homepage-latest .latest-lifecycle-grid, .homepage-latest .latest-services-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.homepage-latest .latest-lifecycle-grid { max-width: none; gap: 45px; }
	.homepage-latest .latest-stage, .homepage-latest .latest-service { padding: 24px 20px; }
	.homepage-latest .latest-stage:not(:last-child)::after { content: "\2192"; left: auto; right: -38px; top: 50%; bottom: auto; transform: translateY(-50%); }
	.homepage-latest .latest-cycle-return { position: relative; height: 38px; margin: 20px 8% 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; border-radius: 0 0 18px 18px; }
	.homepage-latest .latest-cycle-return-arrow { position: absolute; left: -23px; top: -15px; border: 0; background: #f4f6f8; }
}
@media (prefers-reduced-motion: reduce) {
	.homepage-latest [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (max-width: 767px) {
    .homepage-latest #main > article > .entry-content > section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .homepage-latest .latest-hero-badges .badge-block {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
	.homepage-latest .latest-hero-badges { padding-bottom: 20px; }
	.homepage-latest .latest-hero-badges .badge-row { column-gap: 18px; row-gap: 18px; }
	.homepage-latest .latest-hero-badges .badge-row__item img { max-height: 95px; }
    .homepage-latest .latest-hero-copy { padding-top: 40px; padding-bottom: 40px; }
}