body {
    line-height: 1.5;
    color: #363A44;
    font-family: 'DN Sans', sans-serif;
    font-size: 1.2rem;

}

small {
    font-size: 70%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: 'DN Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #323d47;
    letter-spacing: normal;
}

td {
    font-size: 0.90rem;
}

th {
    font-size: 0.9rem;
}

.c-white {
    color: white;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .hero-image {
        margin-top: -300px;
    }
}

img.banner-logo {
    max-width: 70%;
}

@media screen and (max-width:932px) {
    .banner-logo {
        display: none;
    }

}

.menu-border {
    border-right: 1px solid silver;
}

@media screen and (max-width:430px) {
    .menu-border {
        border: none;
    }
}

@media screen and (max-width:430px) {
    [data-navbar="fixed"] {
        position: relative;
    }
}

@media screen and (max-width:430px) {
    .mobile-space {
        padding-bottom: 0.5rem;
    }
}

.trial-background-dataops {
    padding-top: 6rem;
    margin-bottom: 4rem;
    background-image: url(/assets/img/bg/data-ops-background.png);
    background-size: contain;
    background-position-x: right;
}

.trial-background-analyticsops {
    padding-top: 6rem;
    margin-bottom: 4rem;
    background-image: url(/assets/img/bg/analytics-ops-image-dark.png);
    background-size: contain;
    background-position-x: right;
}

.trial-background-researchops {
    padding-top: 6rem;
    margin-bottom: 4rem;
    background-image: url(/assets/img/bg/research-ops-background.svg);
    background-size: contain;
    background-position-x: right;
}

@media screen and (max-width:820px) {
    .trial-background-dataops {
        padding-top: 3rem;
        background-image: url(/assets/img/bg/trial-background.svg);
    }
}

@media screen and (max-width:820px) {
    .trial-background-analyticsops {
        padding-top: 3rem;
        background-image: url(/assets/img/bg/Analytics-Ops-Image-trial.png);
    }
}

@media screen and (max-width:820px) {
    .trial-background-researchops {
        padding-top: 3rem;
        background-image: url(/assets/img/bg/All-Dark-Research-Ops.svg);
    }
}

.display-5 {
    font-size: 3rem;
}

.display-big {
    font-size: 4rem;
}

@media screen and (max-width:820px) {
    .display-big {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.min-vh-25 {
    min-height: 25vh;
}

.border-width-2 {
    border-width: 2px;
}

.border-black {
    opacity: 1;
    border-color: black;
}

.bg-black {
    opacity: 1;
    background-color: black;
}

.hero-header {
    background-color: #242424;
    background-image: url(/assets/img/products/product-page-background.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-header-research {
    background-color: #242424;
    background-image: url(/assets/img/solutions/self-service-compute-bg-min.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-header-lab {
    background-color: #242424;
    background-image: url(/assets/img/solutions/lab-services-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-header-dqo {
    background-color: #242424;
    background-image: url(/assets/img/solutions/data-quality-assurance-bg-min.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-header-portal {
    background-color: #242424;
    background-image: url(/assets/img/solutions/unifited-analytics-portal-min.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:430px) {
    ul#tabs {
        justify-content: left !important;
        border-radius: 5px;
        background-color: white;

    }

    #central,
    #unified,
    #governance,
    #alert,
    #self-serve,
    #collaboration,
    #smart,
    #audience,
    #integration,
    #validation,
    #stewardship,
    #timeseries,
    #project,
    #resource,
    #technology {
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        border-top: 3px solid #1aaba3;
    }

    #tabs.nav {
        flex-direction: column;
    }
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3;
}

.text-contrast-500,
.h-text-contrast-500:hover {
    color: #adb5bd !important;
}

.f-white {
    color: #f8f9fa;
}

.page-section {
    margin-top: 4rem;
}
.section-loome {
    background-color: #253855;
}

.line,
.double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fs-2 {
    font-size: 2rem;
}

.fs-3 {
    font-size: 1.2rem;
}

@media screen and (max-width:430px) {
    .fs-3 {
        font-size: 0.9rem;
    }
}

.fw-bolder {
    font-weight: 800;
}

.fw-bold {
    font-weight: 600;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

/*MEGAMENU STYLES*/
/* adds some margin below the link sets  */
.backdrop-navbar {
    background-color: transparent !important;
}

.navbar-dark {
    background-color: black !important;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #323d47 !important;
}

.fs-small {
    font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #4EC4BC !important;
}

.trial-hover {
    background-image: url(/assets/img/Features/mega-menu-icon.svg);
    height: 335px;
    width: 210px;
    background-size: cover;
}

.promo {
    background-image: url(/assets/img/Features/ebook-8-things-data-quality-cover-min.png);
    height: 335px;
    width: 220px;
    background-size: cover;
}

.trial-hover:hover {
    background-image: url(/assets/img/Features/mega-menu-icon-hover.svg);
}

.text-loose {
    letter-spacing: 3px;
}

.p-light {
    color: rgba(255, 255, 255, 0.8);
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 45px;

        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;

    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
        margin-top: 1rem;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }

}



/*END MEGAMENU STYLES*/
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url(/assets/img/bg/homepage-min.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masthead-portal {
    height: 100vh;
    min-height: 500px;
    background-image: url(/assets/img/bg/Banner-image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.word-container {
    position: relative;
    font-size: 6rem;
    color: #4EC4BC;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 180px;
}
.text-overlay-custom {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  max-width: 800px;
  backdrop-filter: blur(5px);
}

.feature-list-custom {
  list-style: none;
  padding-left: 0;
}

.feature-list-custom li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.75rem;
}

.feature-list-custom li:before {
  content: "✓";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2em;
}
.word {
    position: absolute;
    opacity: 0;
    animation: fadeInOut 6s infinite;
}

.word:nth-child(1) {
    animation-delay: 0s;
}

.word:nth-child(2) {
    animation-delay: 2s;
}

.word:nth-child(3) {
    animation-delay: 4s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    8% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

ol,
ul {
    font-size: 1.2rem;
}

p {
    color: #363A44;
    font-size: 1.2rem;
}

h2 {
    line-height: normal;
}

.header-connector {
    background-color: #A8E0F9;
    height: 400px;
}

H1#header {
    font-size: 5rem;
    background: -webkit-linear-gradient(#4EC4BC, #C6A4CD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: normal;
}

#headerinternal {
    color: white;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: normal;
}

#headerinternal\ small {
    font-size: 3rem;
    color: white;
    font-weight: 900 !important;
}

#headerinternal\ vsmall {
    font-size: 2.5rem;
    color: white;
    font-weight: 900 !important;
}

@media screen and (max-width:414px) {

    H1#header,
    #headerinternal {
        font-size: 3rem;
    }

    h1#headerinternal\ small {
        font-size: 2rem;
    }

    h1#headerinternal\ vsmall {
        font-size: 1.7rem;
    }
}

.navbar {
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-navbar .nav .nav-link {
    color: black;
}

.nav-navbar .nav .nav-link:hover {
    background-color: #1aaba3;
    color: white;
}

.navbar-scrolled [data-navbar="fixed"] {
    background-color: rgb(47 50 59);
}

.navbar-dark .nav-navbar>.nav-item.show>.nav-link,
.navbar-dark .nav-navbar>.nav-item:hover>.nav-link,
.navbar-dark .nav-navbar>.nav-link.show,
.navbar-dark .nav-navbar>.nav-link:hover,
.navbar-stick-dark.stick .nav-navbar>.nav-item.show>.nav-link,
.navbar-stick-dark.stick .nav-navbar>.nav-item:hover>.nav-link,
.navbar-stick-dark.stick .nav-navbar>.nav-link.show,
.navbar-stick-dark.stick .nav-navbar>.nav-link:hover {
    color: #ffcc06;
}

li.nav-item {
    font-size: 1.1rem;
}

.header {
    padding-top: 70px;
}

.header h5 {
    color: white;
}

.header.header-module {
    padding-top: 200px;
    padding-bottom: 100px;
}

@media screen and (max-width:450px) {
    .header.header-module {
        padding-top: 100px;
    }
}

.header-buttons {
    display: flex;
    max-width: 100%;
}

.key-features {
    height: 400px;
    background-color: #efeeed;
    border-radius: 17px;
}

.key-feature-body.tall {
    padding-top: 50px;
}

.features-icon {
    text-align: center;
    padding-bottom: 60px;
}

@media screen and (max-width:450px) {
    .key-solution-icon {
        height: 30px;
    }
}

.key-feature-body {
    padding-top: 50px;
}

@media screen and (max-width:450px) {

    .key-features {
        background: none;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: white;

    }

    .key-feature-body {
        padding: 10px 0px;
        /* background-color: #efeeed; */
    }

    .section {
        padding-bottom: 0px;
    }
}

.intro-text {
    border-right: 2px dashed #efeeed;
}

.intro-text.intro-module {
    border-right: 2px dashed #C6A4CD;
}

.color-block2 {
    background-color: #4ec4bc;
    height: 75vh;
    border-radius: 20px;
}

h3.homepage-trial {
    text-align: center;
    color: white;
    padding: 10px;
}

.navbar-dark .nav-navbar>.nav-item>.nav-link,
.navbar-dark .nav-navbar>.nav-link,
.navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link,
.navbar-stick-dark.stick .nav-navbar>.nav-link {
    color: white;
}

.header.homeonly {
    padding-top: 0px;
}

.loome-home-image {
    position: absolute;
    z-index: 999;
}

.home-title {
    padding: 15px;
    top: 60%;
    transform: translateY(-50%);
    position: absolute;
    left: 10vw;
    width: 150%;
}

.module-hero {

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.module-hero h1 {
    color: white;
    padding-top: 2%;
    padding-left: 12px;
    line-height: normal;
    padding-bottom: 3%;
    font-size: 4rem;
}

.module-hero h5 {
    color: white;
    padding-left: 12px;
}

.module-hero-button {
    padding-left: 12px;
}

.gap-y {
    display: flex;
    justify-content: center;
}

.faq h5 {
    color: #000;
}

.left-border {
    border-left: 3px solid #efeeed;
    padding-left: 30px;
    padding-right: 30px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-md-6.hero-text {
    padding: 0px;
}

.solution-header {
    background-color: #2F323B;
    padding: 30px;
}

.header.solution-hero {
    height: 700px;
}

@media screen and (max-width:450px) {
    .header.solution-hero {
        height: 300px;
    }
}

.solution-header h2 {
    color: white;
}

.solution-header h5 {
    color: white;
}

.solution-content {
    background-color: #efeeed;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-top: 30px;
}

.slide1-heading {
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
    padding-left: 15vw;
    width: 40vw;

}

@media screen and (max-width:430px) {
    #grid-filter {
        height: 200px;
        position: relative;
        overflow-y: scroll;
        border: 1px solid silver;
        border-radius: 10px;
        padding: 5px;

    }

    #masonry-grid {
        margin-left: 0px;
    }
}

.grid {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-rows: 40px 8fr 1fr;
    grid-template-columns: 2fr 1fr 7fr;
}

.grid-item {
    font-size: 0.75rem;
}

@media screen and (max-width:430px) {
    .grid-item {
        width: 100%;
    }
}

.img-col {
    background-color: transparent;
    z-index: 100;
    grid-area: 2 / 1 / 4 / 3;
}

.img-hero {
    width: 100%;
    height: calc(4 / 5 * 100%);
}


.textblock {
    background-color: transparent;
    grid-area: 1 / 2 / 4 / 4;
}

.backdrop-hero {
    background-color: #F0F4F9;
    display: grid;
    grid-template-rows: 40px 7fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
    min-height: 350px;
}

.text {
    background-color: transparent;
    grid-area: 2 / 2 / 3 / 4;
    padding: 0 20px;
    color: blsck;
}

h2.dib-post-title {
    font-size: 1.5rem;
}


#dib-template-2 .dib-post img.dib-post-featured-image,
#dib-template-2 .dib-post video.dib-post-featured-image {
    height: 400px !important;
}

.dib-post-text {
    height: 220px;
}








.container-fluid.research-hero {
    background-image: url(/assets/img/bg/research-heroimage.svg);
    background-size: cover;

}

.container-fluid.data-assurance-hero {
    background-image: url(/assets/img/bg/data-governance-hero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
}

.container-fluid.analytics-hero {
    background-image: url(/assets/img/bg/analytics-portal-hero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
}

@media screen and (max-width:450px) {

    .research-hero,
    .data-assurance-hero {
        background-image: none;

    }

    .desktop {
        display: none;
    }
}

.solution-content {
    padding: 80px 80px 80px 20px;

}

.hero-body {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:450px) {
    .solution-content {
        padding: 60px 0px 0px 0px;
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .solution-content p {
        font-size: 1.1rem;
        color: black;
        padding: 10px;
    }

    .solution-content h3 {
        font-size: 1.1rem;
        color: black;
        padding: 10px 10px 0px 10px;

    }

    .solution-content h1 {
        text-align: center;
    }
}

@media screen and (max-width:450px) {
    section.section.text-black {
        padding-top: 0px;
    }
}

@media screen and (max-width:450px) {
    section.section.sub-hero {
        padding-bottom: 0px
    }

}

@media screen and (max-width:450px) {
    .row.hero-body {
        background-color: #efeeed;
    }
}

@media screen and (max-width:450px) {
    .center-icon {
        display: flex;
        justify-content: center;
    }

    .center-mobile {
        text-align: center;
    }
}

.center-mobile {
    height: 100px;
}

.connector-icons {
    height: 90px;
    padding-right: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width:420px) {
    .connector-icons {
        height: 40px;
        padding-bottom: 0px;
    }
}


img.module-icon:hover {
    transition: transform .5s ease;
    transform: scale(1.2);
}

span#accent {
    color: #1aaba3;
}

.slide1-heading h1 {
    overflow-wrap: break-word;
}

@media only screen and (max-width: 600px) {
    .slide1-heading {
        width: 80vw;
    }
}

@media only screen and (max-width: 600px) {
    .slide1-heading h1 {
        font-size: 7vw;
    }
}

@media only screen and (min-width: 900px) {
    .slide1-heading h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .slide1-heading {
        top: 50vh;
    }
}

.slide1-heading p {
    font-size: 1.0rem;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    #slideshow {
        background-image: url(/assets/img/bg/loome-phone-background.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;


    }
}

@media only screen and (max-width: 600px) {
    .color-block2 {
        display: none;
    }

}

.modal-backdrop {
    z-index: 999;
}

.modal-header {
    text-align: center;
    display: block;
}

.modal-body {

    background-color: #356769;

}

.modal-footer>.btn {
    color: white;
}

.text-lighter {
    color: white;
}

.footer-text {
    font-size: 1rem;
    color: white;
}

h6.text-uppercase {
    color: white;
}

.footer-text a {
    color: white;
}

.footer-padding {
    padding-top: 50px;
}

.modal-body p {
    color: white;
    text-align: center;
}

.btn-info {
    color: black;
    background-color: #c6a4cd;
    border-color: #c6a4cd;
    border-radius: 5px;
}

.btn-learn {
    color: #fff;
    background-color: transparent;
    border-color: white;
    border-radius: 5px;
    margin-left: 20px;
}

.btn-info:hover {
    color: #fff;
    background-color: #ffe285;
    border-color: #ffe285;
    color: #0a5051;
    box-shadow: none;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #ffe285;
    border-color: #ffe285;
    box-shadow: none;
}

.media-body a>h5:hover {
    color: #1aaba3;
}

table.table.table-hover.rahsan-responsive-table {
    background-color: white;
}

@media screen and (max-width:430px) {
    th.standard-table {
        display: none;
    }
}

@media screen and (min-width:431px) {
    th.mobile-table {
        display: none;
    }
}

.module-features h6:hover {
    color: #1aaba3;
}

#table-images {
    margin-bottom: 60px;
}

.img-table-left {
    max-width: 25%;
    margin-left: 20%;
    float: left;
}

.img-table-right {
    max-width: 25%;
    margin-right: 20%;
    float: right;
}

p>i.fa.fa-plus-circle {
    font-size: 1.2rem;
    text-align: center;
    padding-left: -10%;
    color: #1aaba3;
    display: block;
    position: absolute;
    margin-left: 6%;
    margin-top: 1%;

}

button.btn.btn-info.btn-lg.starter {
    background-color: #ffcc06;
    border: 1px solid #ffcc06;
}

#pricing-table>.rahsan-responsive-table th.center-table-header {
    text-align: center;
}

.compute-mgt-features {
    color: #000;
}

.compute-mgt-features p {
    text-align: left;
    color: black;
}

.enterprise-mgt-features {
    color: #000;
    text-align: left;
}

.enterprise-mgt-features p {
    text-align: left;
    color: black;
}

h6.divider.mt-9.enterprise {
    margin-top: 0px !important;
}

.row.enterprise {
    text-align: left;
}

.modal-body.pricing-compute {
    background-color: transparent;
}

.modal-body.pricing-analytics {
    background-color: transparent;
}

.modal-body.pricing-business-alerts {
    background-color: transparent;
}

.modal-body.pricing-data-quality-management {
    background-color: transparent;
}

.modal-body.pricing-enterprise {
    background-color: transparent;
}

.modal-header.pricing-compute {
    background-color: #c6a4cd;
}

.modal-header.pricing-analytics {
    background-color: #86d4ef;
}

.modal-header.pricing-business-alerts {
    background-color: #aed257;
}

.modal-header.pricing-data-quality-management {
    background-color: #98a6aa;
}

.modal-header.pricing-enterprise {
    background-color: #5bbc7b;
}

.modal-title.pricing-compute {
    color: white;
}

.modal-title.pricing-analytics {
    color: white;
}

.modal-title.pricing-business-alerts {
    color: white;
}

.modal-title.pricing-data-quality-management {
    color: white;
}

.modal-title.pricing-enterprise {
    color: white;
}

.modal-header.pricing-compute p {
    color: white;
}

.modal-header.pricing-analytics p {
    color: white;
}

.modal-header.pricing-business-alerts p {
    color: white;
}

.modal-header.pricing-data-quality-management p {
    color: white;
}

.modal-header.pricing-enterprise p {
    color: white;
}

.bundle-image>img {
    max-width: 50%;
}

.bundle-image-enterprise>img {
    max-width: 25%;
}

.modal-footer p {
    color: black;
}

.pricing-analytics-border {
    border-left: 1px solid #86d4ef;
    margin-bottom: 5px;
}

.pricing-alerts-border {
    border-left: 1px solid #aed257;
    margin-bottom: 5px;
}

.pricing-data-quality-management-border {
    border-left: 1px solid #98a6aa;
    margin-bottom: 5px;
}

.pricing-compute-border {
    border-left: 1px solid #c6a4cd;
    margin-bottom: 5px;
}

.pricing-enterprise-border {
    border-left: 1px solid #5bbc7b;
    margin-bottom: 5px;
}

.gif-border {
    box-shadow: 2px 4px 8px;
}

.big-space {
    margin: 15px 0px;
}

.catalogue-color1 {

    padding: 30px;
}

.catalogue-color2 {

    padding: 30px;
}

.card.d-block.border.hover-shadow-6.mb-6 {
    height: 530px;
}

a.btn.btn-lg.btn-round.btn-light.btn-ebook {
    background-color: #1aaba3 !important;
    color: white;
    border: 1px solid #1aaba3;
}

.ebook {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.ebook-form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 30px;
    align-items: center;
    text-align: center;
}

form#mktoForm_1184,
form#mktoForm_1180 {
    text-align: center;
    margin: 0;
    top: 50%;

}

.ebook-margin {
    margin-bottom: 10em;
}

@media only screen and (max-height:375px) {
    header.header.text-black.h-fullscreen.py-0 {
        height: 100vh;
    }
}


h1.display-1.text-uppercase.ls-3.fw-500 {
    margin-top: 10%;
}

@media only screen and (max-height: 640px) {
    .h-fullscreen {
        height: 100vh !important;
    }
}

.p-6.text-center.ebook-card {
    height: 300px;
}

.ebook-cover-download {
    height: 400px;
    padding: 30px;
    float: left;
}

.cicd-diagram,
.finrep-diagram {
    text-align: center;
}

.cicd-object {
    width: 60%;
}

.finrep-object {
    width: 70%;
}

@media (max-width:460px) {

    .cicd-object,
    .finrep-object {
        width: 100%;
    }
}

/*Active Campaign Form Styling */
._form {
    width: 100% !important;

}

._form_49.white-label ._form-label {
    color: white;
}

select#field\[9\] {
    height: 40px;
    border-radius: 5px;
}

.solution-scenario {
    background-color: #efeeed;
    padding-top: 40px;
    padding-bottom: 3rem;
}

.solution-scenario-links a {
    font-size: 1.2rem;
    color: #757575;
}

.solution-scenario-links a:hover {
    color: #0a5051;
}

.swiper-tab-link {
    --swiper-tab-title: #AAA;
    --swiper-tab-content: ;
    counter-increment: step-counter;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 20px 0;
    cursor: pointer;
}

.swiper-tab-link::before {
    content: "0" counter(step-counter)'.';
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    min-width: 50px;
    margin-right: 5px;
    color: var(--swiper-tab-title);
    font-family: monospace;
    line-height: 1;
}

.swiper-tab-link .swiper-tab-title {
    display: inline-block;
    color: var(--swiper-tab-title);
    margin-bottom: 0;
    font-size: calc(1.275rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 5px;
    line-height: 0;
    opacity: 0;
    vertical-align: middle;
    font-size: 1rem;
    transition: line-height 0.6s cubic-bezier(.4, 0, .2, 1), opacity .1s .1s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .swiper-tab-link .swiper-tab-content {
        margin-left: 60px;
    }
}

.swiper-tab-link.active .swiper-tab-content {
    opacity: .8;
    line-height: var(--cnvs-line-height-content);
    transition: line-height 0.5s cubic-bezier(.4, 0, .2, 1), opacity .15s .15s cubic-bezier(.4, 0, .2, 1);
}

.swiper-tab-link.active {
    --swiper-tab-title: #000;
}

/* Swiper Tabs */
.swiper-pagination-progress {
    --cnvs-swiper-bar-size: 2px;
    --cnvs-swiper-bar-color: var(--cnvs-contrast-200);
    --cnvs-swiper-bar-active-color: var(--cnvs-contrast-1000);
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    background-color: transparent;
}

.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: var(--cnvs-swiper-bar-size);
    margin: 0px;
    background-color: var(--cnvs-swiper-bar-color);
}

.swiper-pagination-progress .swiper-pagination-bar-active {
    z-index: 2;
    width: 0%;
    background-color: var(--cnvs-swiper-bar-active-color);
}

.active .swiper-pagination-progress .swiper-pagination-bar-active {
    animation-name: swiperbarAnim;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes swiperbarAnim {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.swiper-tab-link {
    --swiper-tab-title: #AAA;
    --swiper-tab-content: ;
    counter-increment: step-counter;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 20px 0;
    cursor: pointer;
}

.swiper-tab-link::before {
    content: "0" counter(step-counter)'.';
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    min-width: 50px;
    margin-right: 5px;
    color: var(--swiper-tab-title);
    font-family: monospace;
    line-height: 1;
}

.swiper-tab-link .swiper-tab-title {
    display: inline-block;
    color: var(--swiper-tab-title);
    margin-bottom: 0;
    font-size: calc(1.275rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 5px;
    line-height: 0;
    opacity: 0;
    vertical-align: middle;
    font-size: 1rem;
    transition: line-height 0.6s cubic-bezier(.4, 0, .2, 1), opacity .1s .1s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .swiper-tab-link .swiper-tab-content {
        margin-left: 60px;
    }
}

.swiper-tab-link.active .swiper-tab-content {
    opacity: .8;
    line-height: var(--cnvs-line-height-content);
    transition: line-height 0.5s cubic-bezier(.4, 0, .2, 1), opacity .15s .15s cubic-bezier(.4, 0, .2, 1);
}

.swiper-tab-link.active {
    --swiper-tab-title: #000;
}

/* Swiper Tabs */
.swiper-pagination-progress {
    --cnvs-swiper-bar-size: 2px;
    --cnvs-swiper-bar-color: silver;
    --cnvs-swiper-bar-active-color: red;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    border-radius: 0;
    opacity: 1;
    margin: 0px;
    background-color: transparent;
}

.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
    position: absolute;
    bottom: 0;
    border-radius: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    margin: 0px;
    background-color: silver;
}

.swiper-pagination-progress .swiper-pagination-bar-active {
    z-index: 2;
    width: 0%;
    background-color: #1AABA3;
}

.active .swiper-pagination-progress .swiper-pagination-bar-active {
    animation-name: swiperbarAnim;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes swiperbarAnim {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.swiper-tab-link {
    --swiper-tab-title: #AAA;
    --swiper-tab-content: ;
    counter-increment: step-counter;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 20px 0;
    cursor: pointer;
}

.swiper-tab-link::before {
    content: "0" counter(step-counter)'.';
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    min-width: 50px;
    margin-right: 5px;
    color: var(--swiper-tab-title);
    font-family: monospace;
    line-height: 1;
}

.swiper-tab-link .swiper-tab-title {
    display: inline-block;
    color: var(--swiper-tab-title);
    margin-bottom: 0;
    font-size: calc(1.275rem + 0.3vw);
}

.swiper-tab-link .swiper-tab-content {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 5px;
    line-height: 0;
    opacity: 0;
    vertical-align: middle;
    font-size: 1rem;
    transition: line-height 0.6s cubic-bezier(.4, 0, .2, 1), opacity .1s .1s cubic-bezier(.4, 0, .2, 1);
}

@media (min-width: 768px) {
    .swiper-tab-link .swiper-tab-content {
        margin-left: 60px;
    }
}

.swiper-tab-link.active .swiper-tab-content {
    opacity: .8;
    line-height: var(--cnvs-line-height-content);
    transition: line-height 0.5s cubic-bezier(.4, 0, .2, 1), opacity .15s .15s cubic-bezier(.4, 0, .2, 1);
}

.swiper-tab-link.active {
    --swiper-tab-title: #000;
}

.rounded-xxl {
    border-radius: 20px;
}

.card-border {
    border: 5px solid #e9ecef;
}

.card.feature {
    border: 1px solid silver;
    margin-top: 1rem;
}

.card.feature>.card-header {
    background-color: #DAF4FF;
}

.card.feature>.card-body {
    height: 250px;
}

.bg-contrast-200 {
    background-color: #e9ecef;
}

.badge.rounded-pill {
    background-color: white;
}

@media screen and (max-width:360px) {
    span.badge.rounded-pill.text-bg-light {
        text-wrap: auto;
        line-height: 15px;
    }
}

.op-09,
.h-op-09:hover {
    opacity: 0.9 !important;
}

.button-rounded {
    border-radius: 0.25rem;
}

.button.button-banner {
    display: block;
    text-align: center;
    background-color: #000000 !important;
    color: white !important;
    border: none;
}

.button.button-banner-light {
    display: block;
    text-align: center;
    background-color: #ffffff !important;
    color: black !important;
    border: none;
}

.button.button-banner:hover,
.button.button-banner-light-demo:hover,
.button.button-banner-light:hover {
    background-color: #1AABA3 !important;
}

.button.button-banner-demo {
    display: block;
    text-align: center;
}

.button.button-banner-light-demo {
    display: block;
    text-align: center;
    border: 1px solid white !important;
    color: white !important;

}

.button.button-border {
    border-color: #000;
    border: 1px solid black;
    background: transparent;
    font-size: 1rem;

    color: var(--cnvs-btn-border-color);
}

.button.button-border.button-desc {
    line-height: 1;
}

.button.button-border:not(.button-fill):hover {
    background-color: black;
    color: #fff;
    border-color: transparent !important;
}

.button.button-border.button-light {
    border-color: #FFF;
    color: white;
}

.button.button-border.button-light:hover {
    background-color: #FFCC06;
    color: black;
}

/*data ops*/
@media screen and (max-width:430px) {
    .data-ops-banner {
        display: none;
    }
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: #ffffff #ffffff #1AABA3 #ffffff;
    border-width: 3px;
}
       .expertise-item {
            position: relative;
            padding-left: 80px;
            padding-bottom: 40px;
            min-height: 60px;
        }
        
        @media (max-width: 767px) {
            .expertise-item {
                padding-bottom: 30px;
            }
        }
        
        .expertise-number {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 3rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.15);
            line-height: 1;
        }
.card-blue {
    background-color: #A8E0F9;
    border-radius: 10px;
}
.card-header-blue {
    background-color: #C0D2E0;
    border-radius: 10px 10px 0px 0px;
}
.card-purple {
    background-color: #D3BAD9;
    border-radius: 10px;
}
.card-white {
    background-color: white;
    border:1px solid silver;
    border-radius: 10px;
}
.card-aqua {
    background-color: #1AABA3;
    border-radius:10px;
}
.card-yellow {
    background-color: #FFE285;
    border-radius: 10px;
}

.card-silver {
    background-color: #C0C0C0;
    border-radius: 10px;
}
.card-green {
    background-color: #CEDDA9;
    border-radius:10px;
}
.card-light {
    background-color:#d9d9d9;
    border-radius: 10px;
}
.card-home {
    height:580px;
}

.pill {
    background-color: #cbcfd2;
    border-radius: 10px;
}
.cta-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.pill-lab {
    padding: 4rem;
}

@media screen and (max-width:820px) {
    .key-icon {
        display: none;
    }
}

.module {
    background-image: url(/assets/img/Features/weave.svg);
    background-size: contain;
    background-position: center;
    min-height: 70vh;
}

.row-gif {
    background-color: #000000;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 10px;
}

.container-border {
    border-top: 4px solid #1AABA3;
}

.social-hover-bg-brand a.social-email:hover {
    background-color: #1AABA3;
}

.social-hover-bg-brand a.social-youtube:hover {
    background-color: #ff0033;
}

/* Added iframe container div class to enable responsive iframe embeds using the "Custom HTML" block - NOT the "Embed" block - This will expand the content to full width of page or column, and retain responsiveness down to smallest screen sizes - by jmerlinw 2021.07.06 */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/*sign up client logo resizing*/
@media screen and (min-width:667px) {
    .sign-up-small {
        display: none;
    }
}

@media screen and (max-width:450px) {
    .signup-large {
        display: none;
    }
}
/* ═══════════════════════════════════════════════════════════════════
   HOMEPAGE REDESIGN STYLES
   All scoped under .homepage to avoid conflicts with other pages.
   ═══════════════════════════════════════════════════════════════════ */

:root {
    --teal: #1AABA3;
    --teal-dark: #148F88;
    --teal-glow: #1AABA320;
    --lm-black: #0A0A0A;
    --charcoal: #141414;
    --dark-surface: #1A1A1A;
    --dark-card: #1E1E1E;
    --lm-grey-800: #2A2A2A;
    --lm-grey-600: #666;
    --lm-grey-400: #999;
    --lm-grey-200: #CCC;
    --lm-white: #FAFAFA;
    --off-white: #E8E8E8;
    --font-display: 'Roboto', Georgia, serif;
    --font-body: 'Roboto', -apple-system, sans-serif;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── Homepage body overrides ─── */
.homepage {
    font-family: var(--font-body);
    background: var(--lm-black);
    color: var(--off-white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.homepage a { color: inherit; text-decoration: none; }
.homepage img { max-width: 100%; display: block; }

/* ─── Buttons ─── */
.homepage .btn-trial {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: var(--teal);
    color: var(--lm-black);
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 100px;
    border: none; cursor: pointer;
    transition: all 0.3s var(--ease-out-expo);
    letter-spacing: 0.01em;
}
.btn-demo {
    background-color: var(--teal);
    color: var(--lm-black)!important;
}
.homepage .btn-trial:hover {
    background: #20C4BB;
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(26,171,163,0.3);
}
.homepage .btn-trial svg { transition: transform 0.3s; }
.homepage .btn-trial:hover svg { transform: translateX(3px); }

.homepage .btn-outline {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: transparent;
    color: var(--lm-white);
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 100px;
    border: 1.5px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s var(--ease-out-expo);
}
.homepage .btn-outline:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
}

/* ─── Hero ─── */
.homepage .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8rem 2rem 4rem;
    position: relative;
    overflow: hidden;
}
.homepage .hero::before {
    content: '';
    position: absolute;
    top: -40%; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, var(--teal-glow) 0%, transparent 70%);
    pointer-events: none;
}
.homepage .hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--lm-black), transparent);
    pointer-events: none;
}

.homepage .hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0.625rem;
    background: rgba(26,171,163,0.1);
    border: 1px solid rgba(26,171,163,0.2);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--teal);
    margin-bottom: 2rem;
    opacity: 0; animation: homePageFadeUp 0.8s 0.2s var(--ease-out-expo) forwards;
}
.homepage .hero-badge::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--teal);
    border-radius: 50%;
    animation: homePagePulseDot 2s infinite;
}

@keyframes homePagePulseDot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.homepage .hero h1 {
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: var(--lm-white);
    max-width: 900px;
    margin-bottom: 1.5rem;
    opacity: 0; animation: homePageFadeUp 0.8s 0.35s var(--ease-out-expo) forwards;
}
.homepage .hero h1 em {
    font-style: italic;
    color: var(--teal);
}
.homepage .hero-sub {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--lm-grey-400);
    max-width: 560px;
    line-height: 1.65;
    margin-bottom: 2.5rem;
    opacity: 0; animation: homePageFadeUp 0.8s 0.5s var(--ease-out-expo) forwards;
}
.homepage .hero-actions {
    display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
    opacity: 0; animation: homePageFadeUp 0.8s 0.65s var(--ease-out-expo) forwards;
}

.homepage .hero-metrics {
    display: flex; gap: 3rem; margin-top: 4rem;
    opacity: 0; animation: homePageFadeUp 0.8s 0.8s var(--ease-out-expo) forwards;
    position: relative; z-index: 1;
}
.homepage .hero-metric {
    text-align: center;
}
.homepage .hero-metric strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--lm-white);
    letter-spacing: -0.02em;
}
.homepage .hero-metric span {
    font-size: 0.8rem;
    color: var(--lm-grey-400);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@keyframes homePageFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── Client Logos ─── */
.homepage .logos {
    padding: 3rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.homepage .logos-label {
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--lm-grey-600);
    margin-bottom: 2rem;
}
.homepage .logos .col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.homepage .logos img {
    display: inline-block !important;
    height: 44px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    flex-shrink: 0;
}
@media (max-width: 575.98px) {
    .homepage .logos img {
        height: 32px;
        max-width: 90px;
    }
}

/* ─── Section utilities ─── */
.homepage .hp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.homepage .hp-section {
    padding: 7rem 0;
}
.homepage .section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--teal);
    margin-bottom: 1.25rem;
}

.homepage .section-title {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--lm-white);
    margin-bottom: 1rem;
}
.homepage .section-title em {
    font-style: italic;
    color: var(--teal);
}
.homepage .section-desc {
    font-size: 1.1rem;
    color: var(--lm-grey-400);
    max-width: 560px;
    line-height: 1.65;
}

/* ─── Feature Cards ─── */
.homepage .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 3.5rem;
}
.homepage .feature-card {
    background: var(--dark-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 2.25rem;
    transition: all 0.4s var(--ease-out-expo);
    position: relative;
    overflow: hidden;
}
.homepage .feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--teal), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}
.homepage .feature-card:hover {
    border-color: rgba(26,171,163,0.2);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.homepage .feature-card:hover::before { opacity: 1; }

.homepage .feature-tag {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    background: rgba(26,171,163,0.1);
    color: var(--teal);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}
.homepage .feature-card h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--lm-white);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}
.homepage .feature-card p {
    font-size: 0.925rem;
    color: var(--lm-grey-400);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.homepage .feature-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--teal);
    transition: gap 0.3s;
}
.homepage .feature-link:hover { gap: 0.7rem; }

/* ─── Video / Why Section ─── */
.homepage .why-section {
    background: var(--charcoal);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.homepage .why-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.5rem;
}
.homepage .why-header .section-desc {
    margin: 0 auto;
}
.homepage .video-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    aspect-ratio: 16 / 9;
}
.homepage .video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

/* ─── Solution Cards ─── */
.homepage .solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
}
.homepage .solution-card {
    background: var(--dark-card);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    transition: all 0.4s var(--ease-out-expo);
    position: relative;
}
.homepage .solution-card:hover {
    border-color: rgba(26,171,163,0.15);
    transform: translateY(-4px);
}
.homepage .solution-audience {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lm-grey-600);
    margin-bottom: 1.5rem;
}
.homepage .solution-card h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--lm-white);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.homepage .solution-card p {
    font-size: 0.95rem;
    color: var(--lm-grey-400);
    line-height: 1.65;
    margin-bottom: 1.25rem;
}
.homepage .solution-pillars {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}
.homepage .solution-pillar {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--off-white);
}
.homepage .solution-pillar svg {
    width: 16px; height: 16px;
    color: var(--teal);
    flex-shrink: 0;
}

/* ─── Mission ─── */
.homepage .mission-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.homepage .mission-img {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
}
.homepage .mission-img img { width: 100%; }
.homepage .mission-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.homepage .mission-feat h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--lm-white);
    margin-bottom: 0.5rem;
    display: flex; align-items: center; gap: 0.5rem;
}
.homepage .mission-feat h4 .icon {
    width: 32px; height: 32px;
    background: rgba(26,171,163,0.1);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.homepage .mission-feat h4 .icon svg { width: 16px; height: 16px; color: var(--teal); }
.homepage .mission-feat p {
    font-size: 0.875rem;
    color: var(--lm-grey-400);
    line-height: 1.6;
}

/* ─── Connectors / Integrations ─── */
.homepage .connectors {
    background: linear-gradient(135deg, rgba(26,171,163,0.08) 0%, transparent 50%);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.homepage .connectors-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* ─── CTA Band ─── */
.homepage .cta-band {
    padding: 6rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.homepage .cta-band::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(26,171,163,0.12), transparent 70%);
    pointer-events: none;
}
.homepage .cta-band h2 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--lm-white);
    max-width: 700px;
    margin: 0 auto 1rem;
    position: relative;
}
.homepage .cta-band p {
    font-size: 1.1rem;
    color: var(--lm-grey-400);
    margin-bottom: 2.5rem;
    position: relative;
}
.homepage .cta-band .btn-trial {
    font-size: 1rem;
    padding: 1rem 2.5rem;
    position: relative;
}

/* ─── FAQ ─── */
.homepage .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: start;
}
.homepage .faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.homepage .faq-question {
    width: 100%;
    background: none; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.25rem 0;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--lm-white);
    text-align: left;
    transition: color 0.25s;
}
.homepage .faq-question:hover { color: var(--teal); }
.homepage .faq-question svg {
    width: 20px; height: 20px;
    flex-shrink: 0;
    color: var(--lm-grey-600);
    transition: transform 0.3s var(--ease-out-expo), color 0.25s;
}
.homepage .faq-item.open .faq-question svg {
    transform: rotate(45deg);
    color: var(--teal);
}
.homepage .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--ease-out-expo), padding 0.4s;
}
.homepage .faq-item.open .faq-answer {
    max-height: 300px;
    padding-bottom: 1.25rem;
}
.homepage .faq-answer p {
    font-size: 0.9rem;
    color: var(--lm-grey-400);
    line-height: 1.7;
}

/* ─── Homepage Responsive ─── */
@media (max-width: 1024px) {
    .homepage .features-grid { grid-template-columns: repeat(2, 1fr); }
    .homepage .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    .homepage .mission-features { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .homepage .hero { padding: 7rem 1.5rem 3rem; min-height: auto; }
    .homepage .hero h1 { font-size: 3rem; }
    .homepage .hero-metrics { gap: 1.5rem; flex-wrap: wrap; }

    .homepage .features-grid { grid-template-columns: 1fr; }
    .homepage .solutions-grid { grid-template-columns: 1fr; }
    .homepage .mission-row { grid-template-columns: 1fr; gap: 2rem; }
    .homepage .connectors-row { grid-template-columns: 1fr; gap: 2rem; }
    .homepage .faq-grid { grid-template-columns: 1fr; }
    .homepage .mission-features { grid-template-columns: 1fr; }

    .homepage .hp-section { padding: 4rem 0; }
}

/* ─── Scroll Reveal ─── */
.homepage .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}
.homepage .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── Testimonial ─── */
.homepage .testimonial-section {
    border-top: 1px solid rgba(255,255,255,0.06);
}
.homepage .testimonial {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.homepage .testimonial-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}
.homepage .testimonial-logos img {
    height: 52px;
}
.homepage .testimonial-quote {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.7;
    color: var(--off-white);
    margin: 0 0 2.5rem;
    font-style: italic;
    letter-spacing: -0.01em;
}
.homepage .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.homepage .testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(26,171,163,0.3);
    flex-shrink: 0;
}
.homepage .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage .testimonial-name {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--lm-white);
}
.homepage .testimonial-role {
    display: block;
    font-size: 0.8rem;
    color: var(--lm-grey-400);
    line-height: 1.5;
    text-align: left;
}

/* ─── Editor's Desk ─── */
.homepage .editors-desk-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3rem;
}
.homepage .editors-desk-header .section-desc {
    margin: 0 auto 1.5rem;
}
.homepage .editors-desk-posts {
    margin-top: 2rem;
}
/* Style the DropInBlog embed to match dark theme */
.homepage #dib-recent-posts {
    color: var(--off-white);
}
.homepage #dib-recent-posts a {
    color: var(--lm-white);
    transition: color 0.25s;
}
.homepage #dib-recent-posts a:hover {
    color: var(--teal);
}

/* ═══════════════════════════════════════════════════════════════════
   INTERNAL PAGE STYLES
   All scoped under .internal-page to avoid conflicts.
   Light background, same design language as homepage.
   ═══════════════════════════════════════════════════════════════════ */

.internal-page {
    font-family: 'DM Sans', -apple-system, sans-serif;
    background: #FAFAFA;
    color: #363A44;
    -webkit-font-smoothing: antialiased;
}

/* ─── Shared utilities ─── */
.internal-page .ip-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.internal-page .ip-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--teal);
    margin-bottom: 1rem;
}

.internal-page .ip-section-title {
    font-family: 'Roboto', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0A0A0A;
    margin-bottom: 1rem;
}
.internal-page .ip-section-title em {
    font-style: italic;
    color: var(--teal);
}
.internal-page .ip-section {
    padding: 5rem 0;
}
.internal-page .ip-section--tinted {
    background: #F0F2F4;
}
.internal-page .ip-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

/* ─── Hero ─── */
.internal-page .ip-hero {
    padding: 10rem 2rem 5rem;
    position: relative;
    overflow: hidden;
}
.internal-page .ip-hero--analytics {
    background: linear-gradient(135deg, #1F3D3F 0%, #356769 100%);
}
.internal-page .ip-hero--dataops {
    background: linear-gradient(135deg, #0E8A83 0%, #1AABA3 100%);
}
.internal-page .ip-hero--researchops {
    background: linear-gradient(135deg, #8B6B91 0%, #b596bb 100%);
}
.internal-page .ip-hero::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 50px;
    background: #0a0a0a;
    clip-path: ellipse(70% 100% at 50% 100%);
}
.internal-page .ip-hero-content {
    max-width: 720px;
}
.internal-page .ip-hero .ip-label {
    color: rgba(255,255,255,0.7);
}
.internal-page .ip-hero .ip-label::before {
    background: rgba(255,255,255,0.5);
}
.internal-page .ip-hero-title {
    font-family: 'Roboto', Georgia, serif;
    font-size: clamp(2.5rem, 5.5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 1.25rem;
}
.internal-page .ip-hero-title em {
    font-style: italic;
    color: #FFCC06;
}
.internal-page .ip-hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.85);
    max-width: 560px;
    line-height: 1.65;
    margin-bottom: 2rem;
}
.internal-page .ip-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ─── Buttons ─── */
.internal-page .ip-btn-primary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: #0A0A0A;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}
.internal-page .ip-btn-primary:hover {
    background: var(--teal);
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(26,171,163,0.3);
}
.internal-page .ip-btn-primary svg { transition: transform 0.3s; }
.internal-page .ip-btn-primary:hover svg { transform: translateX(3px); }

.internal-page .ip-btn-secondary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 2rem;
    background: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 100px;
    border: 1.5px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}
.internal-page .ip-btn-secondary:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

/* ─── Showcase Banner ─── */
.internal-page .ip-showcase {
    padding: 0;
    margin-top: -2rem;
    position: relative;
    z-index: 1;
}
.internal-page .ip-showcase--analytics { /* color accent if needed */ }
.internal-page .ip-showcase-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: center;
    background: #0A0A0A;
    padding: 3rem;
    overflow: hidden;
}
.internal-page .ip-showcase-text {
    color: #fff;
}
.internal-page .ip-showcase-text h2,
.internal-page .ip-showcase-text h3 {
    color: #fff;
}
.internal-page .ip-showcase-text .ip-section-title {
    color: #fff;
}
.internal-page .ip-showcase-text p {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    line-height: 1.65;
}
.internal-page .ip-showcase-media img {
    width: 100%;
    border-radius: 12px;
}

/* ─── Feature Cards (grid) ─── */
.internal-page .ip-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.internal-page .ip-feature-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}
.internal-page .ip-feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--teal), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}
.internal-page .ip-feature-card:hover {
    border-color: rgba(26,171,163,0.3);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}
.internal-page .ip-feature-card:hover::before { opacity: 1; }
.internal-page .ip-feature-card h3 {
    font-family: 'Roboto', Georgia, serif;
    font-size: 1.4rem;
    color: #0A0A0A;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}
.internal-page .ip-feature-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.internal-page .ip-feature-img {
    width: 100%;

}

/* ─── Benefits Cards ─── */
.internal-page .ip-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.internal-page .ip-benefit-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.internal-page .ip-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}
.internal-page .ip-benefit-icon {
    width: 48px; height: 48px;
    background: rgba(26,171,163,0.1);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.5rem;
}
.internal-page .ip-benefit-icon svg {
    width: 24px; height: 24px;
    color: var(--teal);
}
.internal-page .ip-benefit-card h3 {
    font-family: 'Roboto', Georgia, serif;
    font-size: 1.5rem;
    color: #0A0A0A;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}
.internal-page .ip-benefit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.internal-page .ip-benefit-card li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}
.internal-page .ip-benefit-card li::before {
    content: '';
    position: absolute;
    left: 0; top: 0.6em;
    width: 6px; height: 6px;
    background: var(--teal);
    border-radius: 50%;
}

/* ─── CTA Band ─── */
.internal-page .ip-cta {
    background: #0A0A0A;
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.internal-page .ip-cta::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(26,171,163,0.15), transparent 70%);
    pointer-events: none;
}
.internal-page .ip-cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.internal-page .ip-cta .ip-hero-actions {
    justify-content: center;
}
.internal-page .ip-cta .ip-btn-primary {
    background: var(--teal);
    color: #0A0A0A;
}
.internal-page .ip-cta .ip-btn-primary:hover {
    background: #20C4BB;
}

/* ─── Deep Dive Rows ─── */
.internal-page .ip-deep-dive {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2rem;
}
.internal-page .ip-deep-dive h3 {
    font-family: 'Roboto', Georgia, serif;
    font-size: 1.75rem;
    color: #0A0A0A;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}
.internal-page .ip-deep-dive p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
}
.internal-page .ip-deep-dive .ip-showcase-text {
    color: #363A44;
}
.internal-page .ip-deep-dive .ip-showcase-text h3 {
    color: #0A0A0A;
}
.internal-page .ip-deep-dive .ip-showcase-text p {
    color: #555;
}
.internal-page .ip-deep-dive--reverse {
    direction: rtl;
}
.internal-page .ip-deep-dive--reverse > * {
    direction: ltr;
}

/* ─── Internal Page Responsive ─── */
@media (max-width: 1024px) {
    .internal-page .ip-features-grid { grid-template-columns: repeat(2, 1fr); }
    .internal-page .ip-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .internal-page .ip-hero { padding: 8rem 1.5rem 4rem; }
    .internal-page .ip-hero-title { font-size: 2.5rem; }
    .internal-page .ip-showcase-row { grid-template-columns: 1fr; }
    .internal-page .ip-features-grid { grid-template-columns: 1fr; }
    .internal-page .ip-benefits-grid { grid-template-columns: 1fr; }
    .internal-page .ip-deep-dive { grid-template-columns: 1fr; }
    .internal-page .ip-deep-dive--reverse { direction: ltr; }
    .internal-page .ip-section { padding: 3rem 0; }
}

/* ─── Scroll Reveal (shared) ─── */
.internal-page .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.internal-page .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}