:root {
        --primary: #141414;
    --secondary: #212a37;
    --accent: #ffd000;
    --bkgd: #ffffff;
    --dark-bkgd: #0f2535;
    --light-link: #66baff;
    --dark-link: #5e5e5e;
    --dark-text: #151515;
    --light-text: #ffffff;
    --primary-rgb: rgba(20, 20, 20, 0.80);
    --accent-rgb: rgba(24, 156, 249, 0.80);
    --light-accent-rgb: rgb(232, 245, 254);
    --dark-rgb: rgba(15, 37, 53, 0.90);
    --dark-rgb-low: rgba(15, 37, 53, 0.60);
    --light-rgb: rgb(255, 255, 255);
    --light-primary-bkgd: rgb(232, 232, 232);
    --button-radius: 10px;
    --shadow: 5px 5px 5px rgba(0, 0, 0, 0.295);
}

.close {
    text-decoration: underline;
}

.close:hover {
    cursor: pointer;
    text-decoration: none;
}

html, body {
margin: 0;
margin-top: 0px !important;
padding: 0;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
overflow-x: hidden;
scroll-behavior: smooth;
background-color: var(--bkgd);
font-family: Outfit, sans-serif;
font-size: 20px;
}

* {
box-sizing: border-box;
}

#sib-container {
    overflow: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent; /* Firefox */
    height: 80vh;
}

/* Webkit scrollbar styling for Chrome/Safari/Edge */
#sib-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#sib-container::-webkit-scrollbar-track {
    background: transparent;
}

#sib-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

#sib-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

h1, h2, h3, h4, h5 {
    line-height: 1.1;
    font-weight: 400;
    margin-block-end: 1rem;
    max-width: 700px;
}

h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--secondary);
}

p, span {
    line-height: 1.5;
    color: var(--dark-text);
}

p {
    margin-block-start: 0;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    max-width: 760px;
}


a:hover {
text-decoration: none;
transition: 0.3s;
}

.no-link:hover {
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

.red {
    color: red !important;
    font-size: 16px;
}

.content_div {
width: 100%;
max-width: 1400px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding-left: 50px;
padding-right: 50px;
}

section {
display: flex;
width: 100%;
justify-content: center;
flex-direction: column;
align-items: center;
padding-bottom: 55px;
padding-top: 55px;
background-color: var(--bkgd);
z-index: 2;
position: relative;
}

.dark-section {
    background-color: var(--dark-bkgd);
}

.dark-section h2, .dark-section p, .dark-section h4 {
    color: var(--light-text);
}

#the-real-problem .columns {
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#the-real-problem .wide-column {
    padding: 40px;
    background-color: var(--primary-rgb);
    border: 1px solid var(--light-text);
    border-radius: var(--button-radius);
    width: 100%;
}


#the-real-problem .columns .column {
    border: 1px solid var(--light-text);
    border-radius: var(--button-radius);
    padding: 40px;
    width: 100%;
    
}

#what-you-get {
    background-color: var(--secondary);
}

#what-you-get .column_2 img {
    border-radius: var(--button-radius);
    width: 100%;
    box-shadow: var(--shadow);
      min-width: 0;
}

#what-you-get .column_2 {
    padding-left: 25px;
}

#what-you-get .columns {
    align-items: center;
}

#what-you-get .example {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

#seven-systems {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 20px;
column-gap: 20px;
margin-top: 35px;
}

#seven-systems .system {
    padding: 30px;
    border-radius: var(--button-radius);
    background-color: var(--dark-bkgd);
    color: var(--light-text);
    border: 1px solid var(--light-text)
}

#seven-systems .system .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#seven-systems .system .label .solves {
    font-style: italic;
        text-transform: uppercase;
    font-size: 1rem;
    padding: 15px;
    background-color: var(--accent);
    border-radius: var(--button-radius);
    color: var(--dark-bkgd);
}

  .form-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
      background-color: #081325d7;
      height: 100%;
      display: none;
      overflow-y: auto;
  }

  .calendly-modal-inner {
    position: relative;
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
  }

  .close-2 {
    margin-top: 35px;
    text-decoration: underline;
    display: block;

  }

    .close-2:hover {
        text-decoration: none;
        cursor: pointer;
    }

.scenario-item:has(+ .total) {
    border-bottom: none;
}

.icon.inverted {
    filter: brightness(0);
}

img.inverted {
    filter: brightness(5000);
}

#seven-systems .system .label .no {
    font-size: 2rem;
    opacity: 0.6;
    margin-left: 20px;
}

.dark-section h3 {
    color: var(--accent);
}

.columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.columns .column_1, .columns .column_2 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.columns img {
    width: 100%;
    object-fit: contain;
}

.mobile-menu-container .sub-menu.open_sub_menu a {
    font-size: 16px !important;
}

.primary_button {
    color: var(--dark-text);
    text-decoration: none;
    padding: 12px 25px 12px 25px;
    transition: 0.3s;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    transition: 0.2s;
    background-color: var(--accent);
    border-radius: var(--button-radius);
    flex-wrap: nowrap;
    white-space: nowrap;
}

.primary_button.alternate {
    background-color: transparent;
    border: 1px solid var(--light-text);
    color: var(--light-text);
}

.primary_button:hover {
    background-color: var(--bkgd);
    color: var(--dark-text);
    border: 1px solid var(--light-text);
}

.button-container {
    column-gap: 15px;
    row-gap: 15px;
    display: flex;
}


.btt_button {
    background: var(--accent);
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    padding: 5px;
    border-radius: var(--button-radius);
    height: 50px;
    transition: 0.3s;
}

.btt_button.off_screen
{
    bottom: -100%;
}

.btt_button:hover {
    cursor: pointer;
    background-color: var(--secondary);
    transition: 0.3s;
}

.btt_button img {
    width: 40px;
    object-fit: contain;
    transform: rotate(180deg);
    filter:invert(1);
}


header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 15px;
position: relative;
top: 0;
left: 0;
z-index: 5;
transition: 0.3s;
width: 100%;
background-color: var(--dark-bkgd);
}

header span {
    color: var(--light-text);
}

header .site_logo_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .site_logo_container a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.close_mobile_container,  .mobile_menu {
    display: none;
    z-index: 3;
}

.mobile_menu_icon {
    width: 45px;
    height: 45px;
}

.custom-logo-link {
    max-width: 50px;
    border-bottom: none !important;
    filter: brightness(500) saturate(0);
    margin-right: 15px;
}

.custom-logo {
    transition: 0.3s;
}

.icon {
    padding: 15px;
    background-color: var(--secondary);
    color: var(--light-text);
    width: 80px;
    height: 80px;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--button-radius);
}


.header_bar {
flex-direction: row;
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
padding-bottom: 5px;
border-bottom: 1px solid lightgray;
margin-bottom: 5px;
}

.sub-label::before {
        content: '';
    width: 24px;
    height: 2px;
    background-color: var(--light-text);
    display: block;
    margin-right: 10px;
}


.sub-label, .no-hyphen-label {
    color: var(--light-text);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub-label.dark, .no-hyphen-label.dark {
    color: var(--dark-text);
}

#faq-section .content_div {
    align-items: center;
    text-align: center;
}

.sub-label.dark::before {
        content: '';
    width: 24px;
    height: 2px;
    background-color: var(--dark-bkgd);
    display: block;
    margin-right: 10px;
}

.vertical-process {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 50px;

}

.vertical-process .step {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    width: 100%;
}

.vertical-process .step .label {
    color: var(--secondary);
}

.vertical-process .step-icon, .vertical-process .description {
    width: 50%;
    padding: 40px;
    border-radius: var(--button-radius);
}

.vertical-process .description {
    border: 1px solid var(--dark-bkgd);
    box-shadow: var(--shadow);
}

.vertical-process .step-icon {
    background-color: var(--light-primary-bkgd);
}

.vertical-process .step h3 {
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.vertical-process .step .icon {
    background-color: transparent;
}

.vertical-process .description ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.vertical-process .description li{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    counter-increment: item;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
}

.vertical-process .description li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--accent);
    color: var(--dark-bkgd);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.stat-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--light-text);
    border-bottom: 1px solid var(--light-text);
}

.stat .no {
    font-size: 2.5rem;
    color: var(--accent);
    font-weight: 600;
}

.stat .label {
    color: var(--light-text);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 25px;
    margin-top: 55px;
}

.testimonials-grid .testimonial {
    padding: 20px 30px;
    background-color: var(--secondary);
    border-radius: var(--button-radius);
    border: 1px solid var(--accent);
    color: var(--light-text);
}

.testimonials-grid .testimonial .text {
    font-style: italic;
    margin-bottom: 25px;
}

.testimonials-grid .testimonial .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.testimonials-grid .testimonial .label .initials {
    padding: 15px;
    text-transform: uppercase;
    background-color: var(--accent);
    border-radius: 50%;
    margin-right: 15px;
    color: var(--dark-bkgd);
}

.testimonials-grid .testimonial .label .info {
    font-size: 0.8rem;
}

header ul {
list-style: none;
display: flex;
flex-direction: row;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
unicode-bidi: isolate;

}

header .phone_number_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

header .phone_number_container .phone_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}


header .phone_number_container .phone_info a {
    color: var(--accent);
    font-weight: 600;
    font-size: 20px;
}

header .phone_number_container img {
    width: 30px;
}

header a {
text-decoration: none;
color: var(--light-text);
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
}

.block-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 35px;
    margin-top: 55px;
}

.block-grid .block {
    padding: 25px;
    background-color: var(--light-primary-bkgd);
    border-radius: var(--button-radius);
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid var(--secondary);
    height: 150px;
}

.block-grid .block h3 {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 5px;
}

.block-grid .block .icon {
    padding: 5px;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.block-grid .block .text {
    font-size: 0.8rem;
}

.primary-menu-container ul li, .primary-menu-container ol li {
    position: relative;
    margin-bottom: 0px;
    padding-top: 7px;
}

.primary-menu-container ul li a {
padding: 0px 25px 14px 25px;
letter-spacing: 1.2px;
font-weight: 500;
position: relative;
text-transform: uppercase;
font-size: 14px;
border-bottom: 5px solid transparent;
}

.primary-menu-container ul li a:hover {
color: var(--light-link);
border-bottom: 5px solid var(--accent);
}

.primary-menu-container ul li:last-of-type a {
border-right: none;
}

[aria-current="page"] {
color: var(--light-link) !important;
border-bottom: 5px solid var(--accent);
}

.menu-item-has-children > a {
    padding-right: 1.5em;
    position: relative;
}

.primary-menu-container .submenu-toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.primary-menu-container .submenu-toggle:hover {
    cursor: pointer;
}

.primary-menu-container .submenu-toggle::before {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.primary-menu-container .submenu-toggle.open-toggle {
    transform: rotate(180deg);
    top: 6%;
}


.primary-menu-container .sub-menu {
    position: absolute;
    left: 0;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    flex-wrap: nowrap;
    white-space: nowrap;
    visibility: hidden;
    background-color: var(--dark-bkgd);
    }

    .primary-menu-container .sub-menu li {
        margin-left: 0px;
        margin-right: 0px;
        background: var(--dark-bkgd);
        padding: 15px 10px 15px 10px;
        display: flex;
        width: calc(100% + 20px);
        line-height: 1;
        align-items: center;
    }

    .primary-menu-container .sub-menu li:first-of-type {
        padding-top: 30px;
        }

.social_icon {
    width: 30px;
    height: 30px;
    
}

.social_icon_link:last-of-type {
    margin-right: 0px;
}

.social_icon_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
}

.social_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; 
}

.social_icon_link:hover {
    opacity: 0.6;
    transition: 0.3s;
    cursor: pointer;
}

.page_header {
     height: 100%;
    min-height: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    /* background: linear-gradient(
        36deg,
        var(--accent) 0%,
        var(--dark-bkgd) 20%,
        var(--dark-bkgd) 80%,
        var(--accent) 100%

    ); */
background: linear-gradient(
  -36deg,
  var(--primary) -500%,
  var(--dark-bkgd) 100%
);

    align-items: center;
}

.heading_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    padding-right: 100px;
}

.page_header .content_div {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page_header .img_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
       
}

.page_header .img_container img {
    max-height: 500px;
    border-radius: var(--button-radius);
    object-fit: contain;
    width: auto;
    max-width: 100%;
     box-shadow: var(--shadow);
}

.page_header h1 {
    color: var(--accent);
    font-size: clamp(1.1rem, 8vw, 3.5rem);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: var(--shadow);
    max-width: 800px;
    font-weight: 600;
}

.page_header .terms_container, .page_header .term {
    color: var(--light-text) !important;
}

.page_header p {
    color: var(--light-text);
    margin-bottom: 2rem;
    display: block;
    text-shadow: var(--shadow);
    max-width: 800px;
}

.testimonial-section .columns {
    align-items: flex-start;
}

.testimonial-section .column_1 img {
    width: 100%;
    border-radius: var(--button-radius);
  
}

#who-am-i .column_2 {
    padding-left: 55px;
    display: flex;
    flex-direction: column;
   align-items: flex-end;
}

#who-am-i img.headshot.mobile {
    display: none;
         box-shadow: var(--shadow);
}

#who-am-i img.headshot {
    width: 100%;
    max-width: 488px;
    border-radius: var(--button-radius);
      margin-bottom: 25px;
 
}

#who-is-this-for .column_2 img {
    border-radius: var(--button-radius);
    width: 100%;
    box-shadow: var(--shadow);
      min-width: 0;
}

#who-is-this-for .column_2 {
    padding-left: 35px;
}

#who-is-this-for .columns {
    align-items: center;
}

.star-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.star-container .star {
    width: 30px;
}


.vertical-carousel .carousel-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}

.process-carousel .tile {
    display: flex;
    flex-direction: column;
    color: var(--light-text);
    align-items: center;
    justify-content: center;
    padding: 0px 20px 20px 20px;
    border: 1px solid var(--primary);
    border-radius: var(--button-radius);
    margin-right: 25px;
    min-height: 500px;
    height: 500px;
    max-height: 500px;
    opacity: 0.4;
    transition: 0.2s;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    background-color: var(--light-primary-bkgd);
}

.process-carousel .tile .industry-label {
    font-size: 0.8rem;
    opacity: 0.8;
    color: var(--dark-bkgd);
}

.process-carousel {
    max-height: 500px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.vertical-carousel .carousel-indicator-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.carousel-indicator {
    opacity: 0.5;
}

.carousel-indicator.active {
    opacity: 1;
}


.process-carousel .tile.active {
    opacity: 1;
  border: 2px solid var(--primary);
}
.process-carousel .tile .logo {
    width: 80%;
}

#investment {
    background-color: var(--light-primary-bkgd);
}

/* 3-Column Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 35px;
    align-items: start;
}

.pricing-card {
    border-radius: var(--button-radius);
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--bkgd);
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border: 2px solid var(--accent);
    transform: scale(1.04);
    box-shadow: 0 8px 30px rgba(255, 208, 0, 0.2);
    z-index: 1;
}

.pricing-card.featured:hover {
    transform: scale(1.04) translateY(-4px);
}

#investment .pricing-card .header-block {
    background-color: var(--dark-bkgd);
    padding: 40px 30px;
    border-radius: var(--button-radius) var(--button-radius) 0 0;
}

#investment .pricing-card .header-block h3 {
    color: var(--light-text);
    font-size: 1.5rem;
    margin-top: 0px;
}

#investment .pricing-card .header-block .label {
    color: var(--light-text);
    font-size: 0.85rem;
    opacity: 0.8;
}

#investment .pricing-card .header-block .amount {
    color: var(--accent);
    font-size: 2.2rem;
}

#investment .pricing-card .header-block .amount .small-label {
    font-size: 0.8rem;
    color: var(--light-text);
    font-weight: 300;
}

.pricing-card .info {
    background-color: var(--bkgd);
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.pricing-card .info .list-heading {
    text-transform: uppercase;
    color: var(--primary-rgb);
    font-size: 0.85rem;
}

.pricing-card .info .item {
    padding: 12px 0 12px 10px;
    border-bottom: 1px solid var(--primary-rgb);
    font-size: 0.95rem;
}

.pricing-card .primary_button {
    margin: 20px 30px 30px;
    text-align: center;
}

/* "Most Popular" badge */
.pricing-badge.popular {
    background-color: var(--accent);
    color: var(--dark-text);
    font-size: 0.85rem;
    padding: 6px 18px;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 208, 0, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(255, 208, 0, 0); }
}

/* ROI box below pricing grid */
.pricing-roi-box {
    max-width: 700px;
    margin: 40px auto 0;
}

/* Investment Scenarios */
.scenario {
    padding: 30px;
    border-radius: var(--button-radius);
    margin-bottom: 25px;
}

.scenario-a {
    background-color: #ffe6e6;
    border: 2px solid #ffcccc;
}

.scenario-b {
    background-color: #e6f7ed;
    border: 2px solid #b3e6cc;
}

.scenario h4 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--secondary);
    font-weight: 600;
}

.scenario-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.scenario-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.scenario-item.total {
    border-bottom: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.scenario-item .label {
    font-size: 0.95rem;
    flex: 1;
    padding-right: 20px;
}

.scenario-item .amount {
    font-size: 1.3rem;
    font-weight: 600;
}

.scenario-item .amount.cost {
    color: #c92a2a;
}

.scenario-item .amount.savings {
    color: #2f9e44;
}

.scenario-item .amount.cost-total {
    color: #c92a2a;
    font-weight: 700;
    font-size: 1.5rem;
}

.scenario-item .amount.savings-total {
    color: #2f9e44;
    font-weight: 700;
    font-size: 1.5rem;
}

.scenario-b .scenario-item.total .label {
    color: #2f9e44;
    font-weight: 700;
}

.process-carousel .tile .title {
    font-size: 1.5rem;
    margin-top: 0.9rem;
    color: var(--primary);
}

.process-carousel .tile .description {
    font-size: 0.9rem;
    color: var(--dark-text);
}

.content_layout_1 {
    background-color: var(--dark-bkgd);
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: flex-end;
    padding-left: 30px;

}

.content_layout_1 h2 {
    color: var(--accent);
}

.content_layout_1 .container_img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.content_layout_1 p {
    color: var(--light-text);
    margin-bottom: 2rem;
    max-width: 80%;
}

.content_layout_1 .primary_button {
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--dark-text);
}

.content_layout_1 .columns .column_1 {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 30px;
}

.content_layout_1 .content_div {
        margin-right: 0; 
        width: 100%; 
        box-sizing: border-box; 
        padding-right: 0px;
        max-width: unset;
        padding-left: calc((100% - 1650px) / 2);
    
}


.content_layout_1 ul li, .content_layout_1 ol li, .content_layout_1 a {
   color: var(--light-text);

}

.faq-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    max-width: 800px;
    row-gap: 20px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    border-radius: var(--button-radius);
    border: 2px solid var(--accent);
}

.faq-question {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.faq-item:hover {
    cursor: pointer;
    background-color: var(--light-primary-bkgd);
    transition: 0.2s;
}

.faq-question .icon {
    width: 10px;
    height: 10px;
}

.faq-question .icon span {
    color: var(--light-text);
    font-size: 1.2rem;
}

.faq-answer {
    max-height: 0px;
    overflow: hidden;
    transition: 0.2s;
}

.faq-item.expanded .faq-answer {
    max-height: unset;
    overflow: hidden;
    padding-top: 25px;
}

.faq-item.expanded .faq-question {
    font-weight: 600;
}

.faq-item.expanded .faq-question .icon {
    background-color: var(--accent);
    transition: 0.2s;
}

.faq-item.expanded .faq-question .icon span {
    transform: rotate(45deg);
    transition: 0.2s;
}

.faq-item.expanded:hover {
    background-color: transparent;
}

#final-cta {
    background: linear-gradient(
  -36deg,
  var(--primary) -500%,
  var(--dark-bkgd) 100%
);

color: var(--light-text);

}

#final-cta .content_div {
    text-align: center;
    color: var(--light-text);
    align-items: center;
}

#final-cta h2 {
    color: var(--accent);
}

#final-cta p {
    color: var(--light-text);
}

#final-cta .primary_button {
    margin-top: 30px;
    margin-bottom: 25px;
}

#final-cta p a {
    color: var(--light-link);
}

#final-cta .copyright {
    margin-top: 55px;
    width: 90%;
    padding-top: 20px;
    border-top: 1px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
}

#final-cta .copyright .content_div {
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
}

#final-cta .copyright .content_div span {
 color: var(--light-text);
    font-size: 0.7rem;
}

/* Cost Comparison Bar Graph Section */
.cost-comparison-section {
    background-color: var(--light-primary-bkgd);
}

.cost-comparison-section .content_div {
    align-items: center;
}

.cost-comparison-section h2 {
    text-align: center;
}

.cost-comparison-section h3 {
    color: var(--secondary);
    font-weight: 500;
}

/* Cost Highlight Box */
.cost-highlight {
    background: linear-gradient(135deg, var(--dark-bkgd) 0%, var(--secondary) 100%);
    padding: 40px;
    border-radius: var(--button-radius);
    text-align: center;
    margin: 2rem auto;
    max-width: 600px;
    border: 2px solid var(--accent);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.cost-number {
    font-size: 4rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.cost-label {
    font-size: 1.3rem;
    color: var(--light-text);
    font-weight: 600;
    margin-bottom: 1rem;
}

.cost-highlight p {
    color: var(--light-text);
    opacity: 0.9;
    font-size: 1rem;
    margin: 0;
    max-width: 100%;
}

/* Vertical Bar Graph */
.vertical-bar-graph {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0;
}

.vertical-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 250px;
}

.vertical-bar-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.vertical-bar {
    width: 100%;
    max-width: 180px;
    background: linear-gradient(180deg, var(--accent) 0%, var(--secondary) 100%);
    border-radius: var(--button-radius);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
    transition: all 1s ease-out;
    height: 0%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.vertical-bar.bar-admin {
    background: linear-gradient(180deg, #ff6b6b 0%, #c92a2a 100%);
    animation: growVerticalAdmin 1.2s ease-out forwards;
    animation-delay: 0.4s;
}

.vertical-bar.bar-company-brain {
    background: linear-gradient(180deg, #08c039 0%, #41b100 100%);
    animation: growVerticalBrain 1.2s ease-out forwards;
    animation-delay: 0.7s;
}

@keyframes growVerticalAdmin {
    from {
        height: 0%;
    }
    to {
        height: 100%;
    }
}

@keyframes growVerticalBrain {
    from {
        height: 0%;
    }
    to {
        height: 35%;
    }
}

.bar-value-vertical {
    font-size: 1rem;
    font-weight: 700;
    color: var(--light-text);
    white-space: nowrap;
    opacity: 0;
    animation: fadeIn 0.5s ease-out forwards;
    animation-delay: 1.7s;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.vertical-bar-label {
    margin-top: 20px;
    text-align: center;
}

.vertical-bar-label h4 {
    font-size: 1.3rem;
    color: var(--secondary);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.vertical-bar-label p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

.comparison-footer {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    background-color: var(--light-primary-bkgd);
    border-radius: var(--button-radius);
    border-left: 4px solid var(--accent);
}

.comparison-footer p {
    font-size: 1.1rem;
    margin: 0;
    max-width: 100%;
}

.comparison-footer strong {
    color: var(--secondary);
}

.comparison-footer em {
    color: var(--accent);
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 992px)
{
    .content_layout_1 .primary_button {
        max-width: unset;
      
    }

    #who-am-i img.headshot.mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

#who-am-i img.headshot.desktop {
    display: none;
}

#who-am-i img.headshot {

    max-width: unset;

}

    #what-you-get .column_2 img, #who-is-this-for .column_2 img {
        margin-top: 25px;
        margin-bottom: 25px;

    }

    #what-you-get .column_2, #who-is-this-for .column_2 {
        padding-left: 0px;
    }

    #what-you-get .columns, #who-is-this-for .columns {
        flex-direction: column;
    }

    #what-you-get .columns .column_1, #what-you-get .columns .column_2 {
        width: 100%;
    }

    #who-is-this-for .columns .column_1, #who-is-this-for .columns .column_2 {
        width: 100%;
    }


      .content_layout_1 .columns .column_1 {
        padding-top: 65px;
        padding-bottom: 65px;
        padding-right: 30px;
    }


       .content_layout_1 .columns {
        flex-direction: column;
    }

    .content_layout_1 .container_img {
        height: 500px;
    }

    .content_layout_1 .columns .column_1 {
        width: 100%;
    }

      .testimonials-grid {
        display: flex;
        flex-direction: column;
    }

    #who-am-i .column_2, .vertical-carousel .carousel-container {
        padding-left: 0px;
    }

    #who-am-i .column_2 img#headshot {
        max-width: unset;
    }

    .testimonial-section .columns {
        flex-direction: column;
    }

    .testimonial-section .columns .column_1, .columns .column_2 {
        width: 100%;
    }

    .vertical-process .step {
        flex-direction: column;
        row-gap: 30px;
    }

    .vertical-process .step-icon, .vertical-process .description {
        width: 100%;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card.featured {
        transform: none;
        order: -1;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 768px)
{


     #the-real-problem .columns {
        flex-direction: column;
        row-gap: 2rem;
    }

    #seven-systems .system .label {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #seven-systems .system .label .no {
        margin-left: 0px;
        margin-bottom: 25px;
    }

#the-real-problem .columns .column, #the-real-problem .wide-column {
    padding: 25px;
}
  

    .vertical-process .description li {
        font-size: 1.2rem;
    }


  
    .content_layout_1 .columns .column_1, .content_layout_1 .columns .column_2 {
        width: 100%;
    }

    .content_layout_1 p {
        max-width: 100%;
    }

    /* Bar graph responsive styles */
    .cost-number {
        font-size: 3rem;
    }

    .cost-label {
        font-size: 1.1rem;
    }

    .cost-highlight {
        padding: 30px 20px;
    }

    .cost-highlight p {
        font-size: 0.9rem;
    }

    .vertical-bar-graph {
        gap: 40px;
        padding: 20px 0;
    }

    .vertical-bar-wrapper {
        height: 300px;
    }

    .vertical-bar {
        max-width: 120px;
    }

    .bar-value-vertical {
        font-size: 0.8rem;
    }

    .vertical-bar-label h4 {
        font-size: 1.1rem;
    }

    .vertical-bar-label p {
        font-size: 0.85rem;
    }

    .comparison-footer p {
        font-size: 1rem;
    }

    /* Seven systems responsive */
    #seven-systems {
        grid-template-columns: 1fr;
    }

    /* Block grid responsive */
    .block-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (max-width: 1200px)
{
    .page_header {
        padding-top: 55px;
        padding-bottom: 55px;
        height: 100%;
        min-height: 900px;
    }

    .page_header p {
   text-align: center;
}

    .page_header .img_container img {
        width: 100%;
        object-fit: cover;
    }

    

    .page_header .heading_container {
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 55px;
        padding-right: 0px;
    }

    .page_header h1 {
        text-align: center;
    }

    .page_header .content_div {
        flex-direction: column;
        justify-content: center;
    }
    .page_header .img_container {
        width: 100%;
    }


}




@media screen and (max-width: 1286px) {
    .close_mobile_container {
        display: flex;
    }

    header {
        height: 138px;
    }

    .header_bar .social_icons {
        display: none;
    }

    .primary-menu-container {
        display: none;
    }
    
    .mobile-menu-container {
        background-color: var(--dark-bkgd);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 0px;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .mobile_menu {
        background-color: var(--dark-bkgd);
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-menu-container ul {
        padding-inline-start: 0px;
    }

    .mobile_menu .social_icons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }

    .sub-menu li {
        border-bottom: 0px solid transparent !important;
    }

    .mobile-menu-container .sub-menu {
        height: 0px;
        overflow: hidden;
    }

    .mobile-menu-container .sub-menu.open_sub_menu {
        height: 100%;
    }

    .mobile_menu {
        position: fixed;
        padding-top: 138px;
        top: 0;
        width: 100%;
        height: 100vh;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 4;
    }

    .mobile-menu-container .submenu-toggle::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mobile-menu-container .submenu-toggle {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        background-color: transparent;
        cursor: pointer;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-menu-container .submenu-toggle.open-toggle {
        transform: rotate(180deg);
        top: 4%;
        right: 4.5%;
    }
    
    .mobile-menu-container .submenu-toggle:hover {
        cursor: pointer;
    }


    .mobile-menu-container ul {
        list-style: none;
        width: 100%;
    }

    .mobile-menu-container ul li {
        width: 100%;
        border-bottom: 1px solid var(--light-text);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        position: relative;
    }

    .mobile-menu-container ul li a {
        color: var(--light-text);
        text-decoration: none;
        font-size: 18px;
    }
    
}

@media (max-width: 768px)
{
    .phone_number_container img {
        display: none;
    }

    .content_div {
        padding-left: 25px;
        padding-right: 25px;
    }

    .phone_number_container .phone_info span {
        display: none;
    }

    header .content_div {
        padding-left: 10px;
        padding-right: 10px;
    }

    #investment .header-block .amount {
        display: flex;
        flex-direction: column;
    }

    .scenario-item .amount.cost-total, .scenario-item .amount.savings-total {
        text-align: right;
    }
}

@media (max-width: 600px)
{
   
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 25px;
    }

     .sub-label::before, .sub-label.dark::before {
        display: none !important;
    }

    .sub-label {
        text-align: center;
    }

    h2 {
        font-size: 1.8rem;
    }

    .primary_button {
        white-space: wrap;
    }

    .vertical-process .description li {
        font-size: 1rem;
    }

    .block-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-carousel .tile {
        max-height: 800px;
        height: 800px;
    }

    .process-carousel {
        height: 800px;
        max-height: 800px;
    }

    .stat-bar {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .columns .column_1, .columns .column_2 {
        width: 100%;
    }

    .vertical-carousel .carousel-container {
        flex-direction: column-reverse;
    }

    .vertical-carousel .carousel-indicator-container {
        flex-direction: row;
        margin-top: 20px;
    }
}

@media (max-width: 480px)
{
    .custom-logo-link {
        display: none;
    }

}

@media (max-width: 400px)
{
    header .phone_number_container {
        display: none;
    }

    
    .cost-highlight {
        width: 100%;
    }



    .scenario-item {
        flex-direction: column;
    }

    .cost-number {
        font-size: 2rem;
    }

    .vertical-bar-graph {
        gap: 30px;
    }

    .vertical-bar-wrapper {
        height: 250px;
    }

    .vertical-bar {
        max-width: 100px;
        padding: 15px 10px;
    }

    .bar-value-vertical {
        font-size: 0.6rem;
    }

    /* Block grid mobile */
    .block-grid {
        grid-template-columns: 1fr;
    }

    .block-grid .block {
        height: auto;
        min-height: 120px;
    }

    /* Scenario responsive */
    .scenario {
        padding: 20px;
    }

    .scenario h4 {
        font-size: 1.1rem;
    }

    .scenario-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .scenario-item .label {
        font-size: 0.9rem;
        padding-right: 0;
    }

    .scenario-item .amount {
        font-size: 1.2rem;
        align-self: flex-end;
    }

    .scenario-item .amount.cost-total,
    .scenario-item .amount.savings-total {
        font-size: 1.3rem;
    }
}

/* ==================== */
/* Video Section        */
/* ==================== */

#videos .content_div {
    align-items: center;
    text-align: center;
}

#videos h2 {
    color: var(--accent);
}

#videos p {
    color: var(--light-text);
}

#video-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    width: 100%;
    margin-top: 35px;
}

.video-card {
    flex: 0 1 calc(33.333% - 17px);
    min-width: 300px;
    background-color: var(--secondary);
    border-radius: var(--button-radius);
    overflow: hidden;
    border: 1px solid var(--light-text);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.video-system-label {
    padding: 15px 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    font-weight: 600;
}

.video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.video-title {
    padding: 15px 20px 5px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--light-text);
    margin: 0;
    line-height: 1.3;
}

.video-description {
    padding: 0 20px 20px;
    font-size: 0.85rem;
    color: var(--light-text);
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
}

.video-coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.video-coming-soon span {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--light-text);
    opacity: 0.4;
}

.video-card--coming-soon {
    opacity: 0.7;
}

.video-card--coming-soon.visible {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .video-card {
        flex: 0 1 100%;
        min-width: 0;
    }
}

/* ==================== */
/* Scroll Animations    */
/* ==================== */

/* Base state: elements start hidden and shifted */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered children (grids, card lists) */
.stagger-children > * {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.stagger-children.visible > * {
    opacity: 1;
    transform: translateY(0);
}

.stagger-children.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger-children.visible > *:nth-child(2) { transition-delay: 0.05s; }
.stagger-children.visible > *:nth-child(3) { transition-delay: 0.1s; }
.stagger-children.visible > *:nth-child(4) { transition-delay: 0.15s; }
.stagger-children.visible > *:nth-child(5) { transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(6) { transition-delay: 0.25s; }
.stagger-children.visible > *:nth-child(7) { transition-delay: 0.3s; }
.stagger-children.visible > *:nth-child(8) { transition-delay: 0.35s; }
.stagger-children.visible > *:nth-child(9) { transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(10) { transition-delay: 0.45s; }
.stagger-children.visible > *:nth-child(11) { transition-delay: 0.5s; }
.stagger-children.visible > *:nth-child(12) { transition-delay: 0.55s; }

/* Slide from left */
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Slide from right */
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fade-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale-in for highlight elements */
.scale-in {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Hero section entrance */
.hero-animate {
    opacity: 0;
    transform: translateY(20px);
    animation: heroEntrance 0.4s ease-out forwards;
}

.hero-animate-delay {
    opacity: 0;
    transform: translateY(20px);
    animation: heroEntrance 0.4s ease-out 0.15s forwards;
}

.hero-animate-delay-2 {
    opacity: 0;
    transform: translateY(20px);
    animation: heroEntrance 0.4s ease-out 0.3s forwards;
}

@keyframes heroEntrance {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stat counter glow pulse */
.stat .no {
    transition: transform 0.3s ease;
}

.stat:hover .no {
    transform: scale(1.08);
}

/* Card hover lift effects */
#seven-systems .system {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease;
}

#seven-systems .system:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.stagger-children.visible > .block,
.stagger-children.visible > .case-study-card {
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, box-shadow 0.3s ease;
}

.block-grid .block:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.case-study-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Button pulse on hero */
.primary_button {
    transition: background-color 0.2s, color 0.2s, border 0.2s, transform 0.2s;
}

.primary_button:hover {
    transform: translateY(-2px);
}

.primary_button:active {
    transform: translateY(0);
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .fade-up, .fade-left, .fade-right, .scale-in,
    .stagger-children > *,
    .hero-animate, .hero-animate-delay, .hero-animate-delay-2 {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
}

/* Case Study Section */
.case-study-section {
    background-color: var(--light-primary-bkgd);
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 2rem;
}

.case-study-card {
    background-color: var(--bkgd);
    border-radius: var(--button-radius);
    padding: 30px;
    border-top: 4px solid var(--accent);
}

.case-study-card.before {
    border-top-color: #e74c3c;
}

.case-study-card.built {
    border-top-color: var(--accent);
}

.case-study-card.after {
    border-top-color: #27ae60;
}

.case-study-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 0;
    color: var(--secondary);
}

.case-study-card ul {
    padding-left: 20px;
    margin: 0;
}

.case-study-card li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.case-study-source {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.95rem;
}

.case-study-source a {
    color: var(--dark-link);
    text-decoration: underline;
}

/* Pricing Badge */
.pricing-badge {
    display: inline-block;
    background-color: var(--accent);
    color: var(--dark-text);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Audit credit highlight */
.audit-credit {
    font-weight: 600;
    color: var(--dark-bkgd);
}

/* Platform cost note */
.platform-note {
    font-size: 0.85rem;
    opacity: 0.7;
    font-style: italic;
    border-bottom: none !important;
}

@media (max-width: 900px) {
    .case-study-grid {
        grid-template-columns: 1fr;
    }
}
