#hp #livebalanced-hero {
background: url("../img/health_productivity/hero.webp") center center / cover no-repeat; height: 78vh;
}

#hp .hero-title {
margin-bottom: 0px;
}

#hp .gold-accent {
color: rgb(179, 122, 4);
}

#hp #four-pillars {
background-color: rgb(12, 49, 68); color: white;
}

#hp .pillars-intro-text, #hp .pillars-concluding-text {
color: rgb(224, 224, 224); font-family: "BR Segma", Arial, sans-serif; font-size: 18px; line-height: 1.6; text-align: left;
}

#hp .pillars-intro-text {
margin-bottom: 40px;
}

#hp .pillars-icons-container {
margin: 60px 0px;
}

#hp .pillar-icon {
text-align: center; transition: transform 0.3s;
}

#hp .pillar-icon:hover {
transform: translateY(-5px);
}

#hp .pillar-icon .pillar-title {
color: rgb(179, 122, 4); font-family: Jomolhari, Georgia, serif; font-weight: bold; font-size: 1.5rem; margin-bottom: 20px; letter-spacing: 0.5px;
}

#hp .pillar-icon i {
font-size: 144px; color: white; display: block;
}

#hp .pillar-section {
background-color: white; padding: 80px 0px;
}

#hp .pillar-section .pillar-title, #hp .final-section .pillar-title {
color: rgb(179, 122, 4); font-family: Jomolhari, Georgia, serif; font-weight: bold; font-size: 2.5rem; margin-bottom: 50px; text-align: center;
}

#hp .financial-intro-text {
color: rgb(12, 49, 68); font-family: "BR Segma", Arial, sans-serif; font-size: 1.1rem; line-height: 1.7; margin-bottom: 30px; text-align: left;
}

#hp .financial-stats-row {
margin-top: 60px;
}

#hp .stat-box {
background: linear-gradient(135deg, rgb(12, 49, 68) 0%, rgb(26, 74, 95) 100%); border-radius: 20px; padding: 40px 30px; text-align: center; box-shadow: rgba(12, 49, 68, 0.2) 0px 10px 30px; transition: transform 0.3s, box-shadow 0.3s; height: 100%;
}

#hp .stat-box:hover {
transform: translateY(-10px); box-shadow: rgba(12, 49, 68, 0.3) 0px 20px 40px;
}

#hp .stat-number {
color: rgb(179, 122, 4); font-family: Jomolhari, Georgia, serif; font-weight: bold; font-size: 3.5rem; margin-bottom: 15px; line-height: 1;
}

#hp .stat-label {
color: white; font-family: "BR Segma", Arial, sans-serif; font-weight: bold; font-size: 1.2rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px;
}

#hp .stat-description {
color: rgb(224, 224, 224); font-family: "BR Segma", Arial, sans-serif; font-size: 0.95rem; line-height: 1.6; margin: 0px;
}

#hp .stat-arrow {
color: rgb(255, 68, 68); font-weight: bold; margin-right: 8px;
}

#hp .top-shadow {
box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 20px; background-color: white; position: relative; z-index: 10;
}

#hp .intro-text {
color: rgb(12, 49, 68); font-family: "BR Segma", Arial, sans-serif; font-size: 1.2rem; margin-bottom: 40px; text-align: left;
}

#hp .initiative-block {
display: flex; align-items: flex-start; gap: 20px;
}

#hp .initiative-icon {
width: 12px; height: 12px; background-color: rgb(179, 122, 4); flex-shrink: 0; margin-top: 8px;
}

#hp .initiative-content {
flex: 1 1 0%; display: flex; flex-direction: column;
}

#hp .initiative-title, #hp .initiative-description {
font-family: "BR Segma", Arial, sans-serif; color: rgb(12, 49, 68);
}

#hp .initiative-title {
font-size: 1.1rem; font-weight: bold; margin-bottom: 8px; line-height: 1.4;
}

#hp .initiative-description {
font-size: 1rem; line-height: 1.5; margin: 0px; opacity: 0.9;
}

#hp .two-column-section {
background-color: rgb(248, 249, 250);
}

#hp .two-column-content {
display: grid; grid-template-columns: 1fr 1fr; gap: 0px; min-height: 600px;
}

/* Mobile responsive for two-column section */
@media (max-width: 825px) {
    #hp .two-column-content {
        grid-template-columns: 1fr;
        min-height: auto;
        max-width: 410px;
        margin: 0 auto;
    }

    #hp .two-column-content .left-column,
    #hp .two-column-content .right-column {
        padding: 30px 20px !important;
    }

    #hp .two-column-content .left-column-title {
        font-size: 2rem !important;
        margin-bottom: 30px !important;
    }

    #hp .two-column-content .left-column p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    #hp .two-column-content .left-column-image {
        margin-top: 30px !important;
    }

    #hp .two-column-content .left-column-image img {
        width: 100% !important;
        height: auto !important;
    }

    #hp .two-column-content .stat-sentence {
        font-size: 1.4rem !important;
        margin-left: 0 !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    #hp .two-column-content .stat-item {
        text-align: center !important;
    }

    #hp .two-column-content .stat-item::before {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 50% !important;
    }
    
    /* People centered section mobile responsive */
    #hp .people-centered .initiative-block {
        margin-bottom: 40px !important;
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

    #hp .people-centered .initiative-icon {
        width: 60px !important;
        height: 60px !important;
        margin: 0 auto 10px auto !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    #hp .people-centered .initiative-icon i {
        font-size: 2.5rem !important;
        font-weight: bold !important;
        color: white !important;
    }
    
    /* Healthier teams section mobile responsive */
    #hp .healthier-teams .pie-diagram-container {
        display: none !important;
    }
    
    #hp .healthier-teams .row {
        justify-content: center !important;
    }
    
    #hp .healthier-teams .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    #hp .healthier-teams .pie-caption {
        height: auto !important;
        padding: 20px 0 !important;
        text-align: center !important;
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    #hp .healthier-teams .pie-caption-left,
    #hp .healthier-teams .pie-caption-right {
        text-align: center !important;
    }

    #hp .healthier-teams .caption-item {
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    #hp .healthier-teams .caption-header,
    #hp .healthier-teams .caption-text {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    /* Pyramid section mobile responsive */
   #hp .pyramid-grid .pyramid-image-container {
        display: none !important;
    }

    #hp .pyramid-grid .pyramid-content-grid {
        text-align: center !important;
        max-width: 410px !important;
        margin: 0 auto !important;
    }
    
   #hp .pyramid-grid .pyramid-item {
        transform: none !important;
        margin-bottom: 30px !important;
    }

    #hp .pyramid-grid .pyramid-title {
        font-size: 1.6rem !important;
        margin-bottom: 15px !important;
    }

    #hp .pyramid-grid .pyramid-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    #hp .pyramid-grid .pyramid-icon {
        display: block !important;
        margin-bottom: 15px !important;
    }

    #hp .pyramid-grid .pyramid-icon i {
        font-size: 2.5rem !important;
        color: rgb(179, 122, 4) !important;
    }
    
    /* Real solutions section responsive */
    #hp .solutions-grid .row {
        justify-content: center !important;
    }

    #hp .solutions-grid .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    #hp .solutions-grid .solution-item {
        padding: 25px 15px !important;
        margin-bottom: 20px !important;
    }

    #hp .solutions-grid .solution-icon i {
        font-size: 2rem !important;
    }

    #hp .solutions-grid .solution-header {
        font-size: 1rem !important;
    }
    
    /* Final section responsive */
    #hp .final-section .pyramid-grid .row {
        justify-content: center !important;
    }

    #hp .final-section .pyramid-content-grid {
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

/* Responsive rules for other sections (excluding disengagement) */
@media (max-width: 1400px) {
    /* People centered section responsive */
   #hp .people-centered .initiative-block {
        margin-bottom: 40px !important;
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

   #hp .people-centered .initiative-icon {
        width: 60px !important;
        height: 60px !important;
        margin: 0 auto 10px auto !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

   #hp .people-centered .initiative-icon i {
        font-size: 2.5rem !important;
        font-weight: bold !important;
        color: white !important;
    }

   #hp .people-centered .initiative-content {
        text-align: center !important;
    }

    #hp .people-centered .initiative-title {
        font-size: 1.3rem !important;
        margin-bottom: 12px !important;
    }

    #hp .people-centered .initiative-description {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }
    
    /* Healthier teams section responsive */
    #hp .healthier-teams .pie-diagram-container {
        display: none !important;
    }

    #hp .healthier-teams .row {
        justify-content: center !important;
    }

    #hp .healthier-teams .col-md-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    #hp .healthier-teams .pie-caption {
        height: auto !important;
        padding: 20px 0 !important;
        text-align: center !important;
        max-width: 600px !important;
        margin: 0 auto !important;
    }
    
   #hp  .healthier-teams .pie-caption-left,
   #hp  .healthier-teams .pie-caption-right {
        text-align: center !important;
    }

    #hp  .healthier-teams .caption-item {
        margin-bottom: 30px !important;
        text-align: center !important;
    }

    #hp  .healthier-teams .caption-header,
    .healthier-teams .caption-text {
        text-align: center !important;
        margin-left: 0 !important;
    }
    
    /* Pyramid section responsive */
   #hp .pyramid-grid .pyramid-image-container {
        display: none !important;
    }

    #hp .pyramid-grid .pyramid-content-grid {
        text-align: center !important;
        max-width: 410px !important;
        margin: 0 auto !important;
    }
    
   #hp .pyramid-grid .pyramid-item {
        transform: none !important;
        margin-bottom: 30px !important;
    }

    #hp .pyramid-grid .pyramid-title {
        font-size: 1.6rem !important;
        margin-bottom: 15px !important;
    }

    #hp .pyramid-grid .pyramid-text {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    #hp .pyramid-grid .pyramid-icon {
        display: block !important;
        margin-bottom: 15px !important;
    }

    #hp .pyramid-grid .pyramid-icon i {
        font-size: 2.5rem !important;
        color: rgb(179, 122, 4) !important;
    }
    
    /* Real solutions section responsive */
    #hp .solutions-grid .row {
        justify-content: center !important;
    }

    #hp .solutions-grid .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    #hp .solutions-grid .solution-item {
        padding: 25px 15px !important;
        margin-bottom: 20px !important;
    }

    #hp .solutions-grid .solution-icon i {
        font-size: 2rem !important;
    }

    #hp .solutions-grid .solution-header {
        font-size: 1rem !important;
    }
    
    /* Final section responsive */
    #hp .final-section .pyramid-grid .row {
        justify-content: center !important;
    }

    #hp .final-section .pyramid-content-grid {
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

/* Show pyramid icons only on screens narrower than 1400px */
@media (min-width: 1400px) {
    #hp .pyramid-grid .pyramid-icon {
        display: none !important;
    }
}

#hp .left-column {
    background-color: rgb(12, 49, 68);
    color: rgb(179, 122, 4);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#hp .left-column-title {
    color: rgb(179, 122, 4);
    font-family: Jomolhari, Georgia, serif;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

#hp .left-column-title span {
color: white;
}

#hp .left-column p {
    color: rgb(245, 245, 245);
    font-size: 1.1rem;
}

#hp .right-column {
    background-color: rgb(248, 249, 250);
    color: rgb(12, 49, 68);
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
}

#hp .left-column-image {
margin-top: 50px;
}

#hp .left-column-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#hp .bold-text {
font-weight: bold;
}

#hp .people-centered {
background-color: white;
}

#hp .people-centered .pillar-title {
    color: rgb(179, 122, 4);
    font-family: Jomolhari, Georgia, serif;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
}

#hp .people-centered-top {
margin-bottom: 80px;
}

#hp .people-centered-bottom {
    margin-top: 60px;
}

#hp .people-centered .content-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

#hp .people-centered .content-right {
    padding: 20px 0px 20px 30px;
}

#hp .reusable-bold-header .pillar-title {
    text-align: left;
    margin-bottom: 20px;
}

#hp .solutions-grid {
    margin-top: 50px;
}

#hp .solution-item {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s;
}

#hp .solution-item:hover {
transform: translateY(-5px);
}

#hp .solution-icon {
    margin-bottom: 20px;
}

#hp .solution-icon i {
    font-size: 2.5rem;
    color: rgb(179, 122, 4);
}

#hp .solution-header {
    color: rgb(12, 49, 68);
    font-family: Jomolhari, Georgia, serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0px;
    letter-spacing: 0.5px;
}

#hp .healthier-teams {
margin-top: 60px;
}

#hp .pie-caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    padding: 20px 0px;
}

#hp .caption-item {
margin-bottom: 30px;
}

#hp .caption-item:last-child {
margin-bottom: 0px;
}

#hp .caption-header {
color: rgb(12, 49, 68); font-family: Jomolhari, Georgia, serif; font-weight: bold; font-size: 1.1rem; margin-bottom: 10px;
}

#hp .caption-text {
color: rgb(12, 49, 68); font-family: "BR Segma", Arial, sans-serif; font-size: 1rem; line-height: 1.5; margin: 0px;
}

#hp .pie-caption-left .caption-item {
text-align: right;
}

#hp .pie-caption-left .caption-header, #hp .pie-caption-left .caption-text {
text-align: right; margin-left: unset;
}

#hp .pie-caption-right .caption-item {
text-align: left;
}

#hp .pie-caption-right .caption-header, #hp .pie-caption-right .caption-text {
text-align: left; margin-left: unset;
}

#hp .pie-diagram-container {
position: relative; width: 400px; height: 400px; display: flex; justify-content: center; align-items: center;
}

#hp .pie-slice {
position: absolute; width: 80px; height: 80px; border: 1px solid rgb(12, 49, 68); border-radius: 50% 50% 50% 0px; background: linear-gradient(135deg, rgb(179, 122, 4), rgb(255, 190, 13)); transition: 0.3s; cursor: pointer; display: flex; align-items: center; justify-content: center;
}

#hp .pie-slice i {
font-size: 1.5rem; color: white; z-index: 2;
}

#hp .pie-slice:hover {
z-index: 10;
}

#hp .slice-1:hover {
transform: translate(-50%, -50%) rotate(0deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-2:hover {
transform: translate(-50%, -50%) rotate(60deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-3:hover {
transform: translate(-50%, -50%) rotate(120deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-4:hover {
transform: translate(-50%, -50%) rotate(180deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-5:hover {
transform: translate(-50%, -50%) rotate(240deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-6:hover {
transform: translate(-50%, -50%) rotate(300deg) translateX(140px) rotate(45deg) scale(1.2);
}

#hp .slice-1 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(0deg) translateX(120px) rotate(45deg);
}

#hp .slice-2 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(60deg) translateX(120px) rotate(45deg);
}

#hp .slice-3 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(120deg) translateX(120px) rotate(45deg);
}

#hp .slice-4 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(180deg) translateX(120px) rotate(45deg);
}

#hp .slice-5 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(240deg) translateX(120px) rotate(45deg);
}

#hp .slice-6 {
left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(300deg) translateX(120px) rotate(45deg);
}

#hp .pyramid-grid {
margin-top: 60px;
}

#hp .pyramid-grid .row {
justify-content: center;
}

#hp .pyramid-image-container {
text-align: center; padding: 20px;
}

#hp .pyramid-image {
width: 100%; height: auto;
}

#hp .pyramid-content-grid {
display: flex; flex-direction: column; gap: 40px;
}

#hp .pyramid-item {
padding: 10px 0px; color: rgb(224, 224, 224);
}

#hp .item1 {
transform: translateX(-200px);
}

#hp .item2 {
transform: translateX(-100px);
}

#hp .pyramid-title {
font-family: Jomolhari, Georgia, serif; font-weight: bold; font-size: 1.8rem; margin-bottom: 15px;
}

#hp .pyramid-text {
font-family: "BR Segma", Arial, sans-serif; font-size: 1.1rem; line-height: 1.6; margin: 0px;
}

#hp .right-column-stats {
display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 20px 0px;
}

#hp .stat-item {
margin-bottom: 30px;
}

#hp .stat-item:last-child {
margin-bottom: 0px;
}

#hp .stat-sentence {
color: rgb(12, 49, 68); font-family: "BR Segma", Arial, sans-serif; font-size: 1.8rem; line-height: 1.3; margin: 0px 0px 0px 100px; text-align: left; font-weight: 800; position: relative;
}

#hp .stat-item {
position: relative;
}

#hp .stat-item::before {
content: ""; position: absolute; top: -15px; left: 100px; width: 60%; height: 4px; background-color: rgb(179, 122, 4);
}

#hp .stat-item:first-child::before {
top: -15px;
}

#hp .final-section {
background-color: rgb(12, 49, 68); color: rgb(179, 122, 4);
}

#hp .final-section .intro-text {
color: white;
}