:root {
    --color-light: #eeeae2;
    --color-dark: #1E2422;
    --link-hover-dark: #4B5A55;
    --link-hover-light: #798581;
    --e-global-color-primary: #274B3C;

}
::selection {
    background: rgba(39, 75, 60, 0.8);
    color: #FFF;
}

::-moz-selection {
    background: rgba(39, 75, 60, 0.8);
    color: #FFF;
}
body {
    margin: 0;
    padding: 0;
    background-color: var(--color-light);
    font-family: "Funnel Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
header {
    background-color: var(--color-dark);
    color:#FFFFFF;
    padding-top:2rem;
    padding-bottom:2rem;
    position:sticky;
    top:0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    z-index:15;
}
footer {
    background-color: var(--color-dark);
    color:#FFFFFF;
    padding-top:2rem;
    padding-bottom:2rem;
    margin-top: auto;
}
footer a:hover {
    color:var(--link-hover-light) !important;
}
hr.footer-top {
    border-color: #FFFFFF;
    opacity:1;
    margin-top:0;
    margin-bottom:2rem;
}
hr.footer-bottom {
    border-color: #FFFFFF;
    opacity:1;
    margin-top:2rem;
    margin-bottom:2rem;
}
main {
    flex-grow: 1;
}
footer a {
    display:block;
    margin-bottom:.5rem;
    text-decoration:none !important;
    line-height:normal;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:focus:active,
.btn-primary.active,
.btn-primary.show,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
    background-color: color-mix(in srgb, var(--e-global-color-primary) 85%, black) !important;
    border-color: color-mix(in srgb, var(--e-global-color-primary) 85%, black) !important;
}

.text-primary,
.blog-content a {
    color: var(--e-global-color-primary) !important;
}
a.text-primary:hover,
a.text-primary:focus,
.blog-content a:hover,
.blog-content a:focus {
    color: color-mix(in srgb, var(--e-global-color-primary) 75%, black) !important;
}

.blog-content h3 {
    font-size: 1.6rem; 
}

.bg-primary {
    background-color: var(--e-global-color-primary) !important;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
    content: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.breadcrumb-separator {
    font-size: 0.6em;
    opacity: 0.6;
}

/* Quill bullet lists nel frontend */
ol[data-list="bullet"],
ul[data-list="bullet"] {
    list-style-type: disc;
    padding-left: 1.5rem;
}

li[data-list="bullet"] {
    list-style-type: disc;
}

li[data-list="ordered"] {
    list-style-type: decimal;
}

.header-menu-link-container i {
    min-width:20px;
}

.header-logo {
    width:100%;
    max-width: 175px;
}
.menu-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:2rem;
    font-weight:500;
    height:100%;
}
.menu-header-row-1 {
    display:flex;
    gap:2rem;
    align-items:center;
    flex-grow: 1;
    justify-content: center;
}
.menu-header-row-2 {
    display:flex;
    gap:2rem;
    align-items:center;
    justify-content:end;
}
.menu-header .btn-light {
    color:#274B3C;
    font-weight:500;
}
.menu-header a {
    text-decoration:none !important;
}
.menu-header-item:hover a {
    color: var(--link-hover-dark) !important;
}

.dropdown-header-lang .dropdown-toggle::after {
    display:none !important;
}

.dropdown-header-lang .dropdown-toggle {
    display:flex;
    align-items:center;
}

.dropdown-menu {   
    background: transparent;
    border-radius:0;
    padding:0;
    overflow:hidden;
    min-width:30px;
    border:none;
}
.dropdown-header-lang .dropdown-menu {
    background: var(--color-light);
    border-radius: .5rem;
    border: solid 1px #CCC; 
}
.dropdown-header-lang .dropdown-item:active {
    background:#FFFFFF;
    color:initial;
}

.menu-header-item.dropdown .dropdown-menu > div {
    background: var(--color-light);
    width: max-content !important;
    padding:1.5rem;
    border-radius: 2rem;
    border:solid 1px #CCC;
}

.menu-header-item .dropdown-item {
    padding:0 !important;
    background-color:transparent !important;
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
    line-height: normal;
}
.menu-header-item .dropdown-item:hover {
    padding:0 !important;
    background-color:transparent !important;
    color: var(--link-hover-dark);
}

.row-dropdown-header {
    display: flex;
    gap: 4rem;
}
.header-menu-link-container {
    display:flex;
    flex-direction:column;
    gap: 1rem;
    max-width: 18rem;
}

.col-dropdown-header {
    /*max-width: 20rem;*/
    /*min-width:200px;*/
    width:max-content;
}

.col-dropdown-header h4 {
    border-bottom:solid 1px #CCC;
    padding-bottom:1rem;
    margin-bottom:1rem;
}

.col-dropdown-header .dropdown-item {
    display: flex;
    gap: .5rem;
    align-items:center;
}

/*
.dropdown {
    position: static;
}

.dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}
*/

.header-menu-left-margin {
    padding-left:1rem;
    margin-left:2rem;
    flex-direction:column;
    border-left:solid 1px;
    display:flex;
    gap:1rem;
    margin-top:1rem;
}

.top-element-image-home {
    background:var(--color-dark);
}
.top-element-image-home > div {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.big-txt {
    font-size:7rem;
}
.link-breadcrumbs {
    color:inherit;
    text-decoration:none;
}


.top-element-image-home-container {
    min-height: 500px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.top-element-black {
    margin-top:-50px;
    padding-top:50px;
    background:var(--color-dark);
    margin-bottom: 7rem;

}
.top-element-black-container, 
.top-element-container {
    padding-top:7rem;
    padding-bottom:7rem;
}

.top-element-black-container > .row {
    align-items:end;
}

.image-push-down {
    position: relative;
    margin-bottom: -5rem;
}
.image-push-down-placeholder {
    width: 100%;
    padding-top:5rem;
}
.image-push-down img {
    position: absolute;
    width:100%;
    bottom: -7rem;
    left:0;
}
.rounded-testimonial-container {
    margin-top:-50px;
    border-radius:100px;
    padding:2rem;
    background: var(--color-light);
    box-shadow: 7px 0px 21px 0px rgba(0, 0, 0, 0.3);
}

.rounded-testimonial-images {
    display: flex;
    align-items: center;
    width: 100%;
}

.rounded-testimonial-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-testimonial-image img {
    max-width: 100%;
    height: auto;
}

.carousel-mod .carousel-inner {
    display:flex;
    align-items:center;
}

.text-pill {
    border-radius: 25px;
    background:#d9dfd5;
    color:var(--e-global-color-primary);
    padding:.5rem 1rem;
    font-weight:500;
    display: inline-block;
}
.text-pill-dark {
    border-radius: 50px;
    background:#333333;
    color:#FFFFFF;
    padding:.5rem 1rem;
    font-weight:500;
    display: inline-block;
}
.title {
    color:var(--e-global-color-primary);
}
.img-icon-sm {
    width:50px;
    height: 50px;
    object-fit: contain;
}
.bg-dark {
    background-color: var(--color-dark) !important;
}

.carousel-indicators li {
    width:12px !important;
    height:12px !important;
    border-radius:12px !important;
    border-top: none !important;
    border-bottom: none !important;
    transition: width 0.3s ease !important;
}
.carousel-indicators li.active {
    width:36px !important;
}
.card-form {
    padding:2rem;
    border-radius:2rem;
    border:solid 1px #CCC;
}
.card-border {
    border:solid 3px var(--e-global-color-primary);
    border-radius:2rem;
    padding:2rem;
    color: var(--e-global-color-primary);
    height:100%;
}

.light-bg-card {
    background:#F4F2ED;
}

.number-grow-container {
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
}

.section-light-2 {
    background: #F4F2ED;
}

.card-btn-border-bottom {
    border-bottom:solid 1px #CCC
}

.card-light {
    background: #F4F2ED;
    border:solid 1px #CCC;
    border-radius:2rem;
    padding:2rem;
}
.intro-testimonial {
    font-size:2rem;
}
.card-testimonial-content {
    line-height:normal;
    margin-bottom:2rem;
}
.card-testimional-container {
    color:var(--e-global-color-primary);
    border-left:solid 5px;
    padding-left:2rem;
    font-size:1.25rem;
}
.image-card-signature {
    width:100px;
    mix-blend-mode: darken;
}
.carousel-indicators-primary li {
    background-color:var(--e-global-color-primary) !important;
}
.footer-pre {
    background: #F4F2ED;
    border-top-left-radius:2rem;
    border-top-right-radius:2rem;
    box-shadow: 0px -8px 24px -8px rgba(154.7, 154.7, 154.7, 0.5);
    padding:2rem;
    width:900px;
    margin:auto;
    position: relative;
}
.footer-pre::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F4F2ED;
}

.card-signature-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.fixed-blog-item {
    display:flex;
    flex-direction: column;
    height:100%;
    justify-content: space-between;
}

article p,
.t-editor-box p {
    margin-bottom:0;
    min-height:1rem;
}
article h1, article h2, article h3,
.t-editor-box h1, .t-editor-box h2, .t-editor-box h3 {
    color:var(--e-global-color-primary);
}

#accordion-faq, 
#accordion-faq .accordion-item,
#accordion-faq .accordion-button {
    background:transparent;
}

.accordion-title {
    display:flex;
    gap:1.5rem;
}

.accordion {
    border:none;
}

.accordion-item,
.accordion-body {
    border-color: #CCC !important;
    border:solid 1px #CCC;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}
.accordion-body {
    border-bottom:0;
}

.accordion-button:focus {
    box-shadow: none !important;
}
.item-blog-card {
    display: flex;
    flex-direction: column;
}
.item-blog-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow:1;
}

.img-blog-list {
    aspect-ratio:4/3;
    object-fit:cover;
}

.top-blog-hero {
    position:relative;
    margin-top:-60px;
    padding-top:calc(5rem + 60px);
    padding-bottom:5rem;
}

.img-blog-hero {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.img-blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.top-blog-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 20px;
    background: var(--color-light);
    clip-path: polygon(
        0% 0%,
        calc(50% - 20px) 0%,
        50% 100%,
        calc(50% + 20px) 0%,
        100% 0%,
        100% 100%,
        0% 100%
    );
    z-index: 4;
}

.img-blog-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.5) 60%,
        rgba(0, 0, 0, 0.1) 100%
    );
    border-radius: inherit;
    z-index: 2;
}

article .title.SpeakableSpecification {
    font-weight: 900;
    font-size:3rem;
}

.title-cover {
    color:#FFF;
    /*#d9dfd5*/
}
.date-cover {
    color:#FFF !important;
}

.opti-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1rem 0;
}

.opti-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 400px;
}

.opti-table th,
.opti-table td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #dee2e6;
    vertical-align: top;
    text-align: left;
}

.opti-table th {
    font-weight: 600;
    background-color: var(--color-dark);
    color:#FFF;
}

.opti-table tbody tr:nth-child(odd) {
    background-color: #e7e8dc;
}

.opti-table tbody tr:nth-child(even) {
    background-color: #f5efe3;
}

/*
.opti-table tbody tr:hover {
    background-color: #e9ecef;
}
    */

/* 
lg bootstrap
mobile
*/
@media (max-width:992px) {
    article .title {
        font-size:1.75rem;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x);
        padding-left: var(--bs-gutter-x);
    }
    .rounded-testimonial-images {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom:20px;
    }

    .rounded-testimonial-image img {
        width: 100px;
        max-height: 60px;
        object-fit: contain;
    }

    .card-signature-container {
        flex-direction:column;
        gap:1rem;

    }
    .top-element-image-home-container {
        padding-top:100px;
        padding-bottom:100px;
    }
    .text-card-signature {
        text-align:center;
    }
    .footer-pre {
        width:100%;
    }
    .rounded-testimonial-image {
        flex: 0 0 150px;
    }
    .header-logo {
        max-width:150px;
    }
    .rounded-testimonial-container {
        border-radius:3rem;
    }
    .menu-header {
        position:fixed;
        top:0;
        left:-100dvw;
        width:100dvw;
        height:100dvh;
        background:var(--color-dark);
        flex-direction:column;
        justify-content:start;
        transition: left 0.25s ease;
        overflow-y:auto;
        z-index:99;
    }
    .menu-header-row-1, .menu-header-row-2 {
        flex-direction:column;
        width: 100%;
        flex-grow: initial;
        align-items: start;
        padding:0 2rem;
    }

    .header-menu-link-container {
        gap:1.25rem;
        max-width:auto;
    }
    .menu-header-mobile-open {
        height:100%;
        align-items:center;
        justify-content: end;
    }
    .menu-header-mobile-close {
        width: 100%;
        text-align: end;
        position:sticky;
        top:0;
        padding:2rem 1rem .5rem;
        background: var(--color-dark);
        z-index:15;
    }
    .menu-header-mobile-open i,
    .menu-header-mobile-close i {
        font-size:1.5rem;
        cursor:pointer;
    }
    .dropdown-header-lang {
        gap:1rem;
        padding-bottom: 2rem;
    }

    .row-dropdown-header {
        flex-direction:column;
    }
    .menu-header-item.dropdown {
        width:100%;
    }
    .col-dropdown-header h4 {
        color: var(--link-hover-light);
        font-size:1rem;
        margin-bottom:1.25rem;
    }
    .col-dropdown-header {
        max-width: 100% !important;
        width:100% !important;
    }
    .header-menu-left-margin {
        border-left:solid 1px #FFFFFF;
    }
    .menu-header-item > a,
    .menu-header-row-2 > a {
        font-size:1.25rem;
    }
    .menu-header-item:hover a:not(.btn) {
        color:#FFF !important;
    }
    .dropdown-menu .header-menu-link-container .dropdown-item {
        color:#FFF !important;
    }
    .menu-header-item.dropdown > a::after {
        content: '›';
        float: right;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .menu-header-item.dropdown > a.open-arrow::after {
        transform: rotate(90deg);
    }

    .menu-header-item.dropdown .dropdown-menu {
        display: block !important;
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease;
        transform-origin: top;
        width:100% !important;
    }
    
    .menu-header-item.dropdown .dropdown-menu.open {
        width: 100% !important;
    }
    
    .menu-header-item.dropdown .dropdown-menu .row-dropdown-header,
    .menu-header-item.dropdown .dropdown-menu .col-dropdown-header {
        padding: 1rem !important;
        gap:1rem;
    }

    .menu-header-item.dropdown .dropdown-menu {
        transform: none !important;
    }

    .menu-header-item.dropdown .dropdown-menu > div {
        background: transparent !important;
        width: initial !important;
        border-radius: 0;
        border:none;
    }

    .top-element-black {
        margin-bottom: 7rem;
    }

    .card-testimonial-content-wrapper {
        position: relative;
    }
    
    .card-testimonial-content {
        max-height: 15rem;
        overflow-y: auto;
    }
    
    .card-testimonial-content-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3rem;
        background: linear-gradient(to bottom, transparent, #F4F2ED);
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    
    .card-testimonial-content-wrapper.scrolled-to-bottom::after {
        opacity: 0;
    }

    .top-element-black {
        margin-bottom: 10rem;
    }
    .image-push-down-placeholder {
        padding-top:60%;
    }

    /*.image-push-down {
        margin-bottom: -7rem;
    }*/

    .image-push-down img {
        width: 100%;
        display: block;
        bottom:-60%;
    }
}

/* Market Insights public landing */
.market-insights-page {
    color: #10231f;
}

.market-insights-page .link-breadcrumbs,
.market-insights-page .breadcrumb-item {
    color: rgba(255, 255, 255, 0.78);
}

.market-insights-page .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.58);
}

.mi-hero {
    background: #1E2422;
    color: #fff;
    margin-top: -50px;
    padding: 110px 0 70px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.mi-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.64fr);
    gap: 48px;
    align-items: center;
}

.mi-hero-copy h1 {
    max-width: 760px;
    margin: 20px 0 18px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0;
}

.mi-hero-copy p {
    max-width: 720px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.mi-hero-actions,
.mi-hero-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 28px;
}

.mi-hero-links {
    margin-top: 22px;
    gap: 20px;
}

.mi-hero-links a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    text-decoration: none;
}

.mi-hero-links a:hover {
    color: #fff;
}

.mi-snapshot-shell,
.mi-chart-card,
.mi-breadth-card,
.mi-cta,
.mi-insight-card,
.mi-audience-card {
    border: 1px solid rgba(30, 36, 34, 0.12);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 35, 31, 0.08);
}

.mi-snapshot-shell {
    position: relative;
    min-height: 395px;
    background: #f8fbf7;
    color: #10231f;
}

.mi-snapshot-card {
    display: none;
    padding: 28px;
}

.mi-snapshot-card.is-active {
    display: block;
}

.mi-card-kicker,
.mi-readonly-filter span,
.mi-field label {
    color: #5f706b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mi-snapshot-card h2 {
    margin: 10px 0 28px;
    font-size: 2rem;
    line-height: 1.12;
}

.mi-snapshot-card dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.mi-snapshot-card dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(30, 36, 34, 0.1);
    padding-bottom: 12px;
}

.mi-snapshot-card dt {
    color: #5f706b;
    font-weight: 600;
}

.mi-snapshot-card dd {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    text-align: right;
}

.mi-section {
    padding: 76px 0;
}

.mi-section-tight {
    padding-top: 12px;
}

.mi-section-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 26px;
}

.mi-section-head h2,
.mi-cta h2,
.mi-breadth-card h2 {
    margin: 0 0 10px;
    color: #10231f;
    font-size: 2.3rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.mi-section-head p,
.mi-cta p,
.mi-breadth-card p {
    margin: 0;
    max-width: 760px;
    color: #5f706b;
    line-height: 1.55;
}

.mi-snapshot-note {
    margin-top: 10px !important;
    color: #5f706b;
    font-size: 0.92rem;
}

.mi-snapshot-note strong {
    color: #10231f;
}

.mi-explorer {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(170px, 0.75fr));
    gap: 14px;
    align-items: stretch;
}

.mi-field,
.mi-readonly-filter {
    background: #fff;
    border: 1px solid rgba(30, 36, 34, 0.12);
    border-radius: 8px;
    padding: 14px;
}

.mi-field label,
.mi-readonly-filter span {
    display: block;
    margin-bottom: 8px;
}

.mi-readonly-filter strong {
    color: #10231f;
    font-size: 1.02rem;
}

.mi-market-summary {
    margin-top: 18px;
    background: #edf8f4;
    border: 1px solid rgba(39, 75, 60, 0.14);
    border-radius: 8px;
    padding: 18px 20px;
}

.mi-market-summary p {
    display: none;
    margin: 0;
    color: #25423a;
    line-height: 1.6;
}

.mi-market-summary p.is-active {
    display: block;
}

.mi-coverage {
    margin-top: 26px;
    border: 1px solid rgba(30, 36, 34, 0.12);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
}

.mi-coverage-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
    margin-bottom: 18px;
}

.mi-coverage-head h3 {
    margin: 10px 0 8px;
    color: #10231f;
    font-size: 1.45rem;
    line-height: 1.16;
}

.mi-coverage-head p {
    margin: 0;
    max-width: 780px;
    color: #5f706b;
    line-height: 1.55;
}

.mi-country-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mi-country-card {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid rgba(30, 36, 34, 0.1);
    border-radius: 8px;
    background: #f8fbf7;
    color: #10231f;
    font-weight: 800;
}

.mi-chart-card {
    padding: 24px;
}

.mi-city-panel {
    display: none;
}

.mi-city-panel.is-active {
    display: block;
}

.mi-chart-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.mi-chart-head h3 {
    margin: 0 0 8px;
    color: #10231f;
    font-size: 1.55rem;
}

.mi-chart-head p {
    margin: 0;
    color: #5f706b;
    line-height: 1.5;
}

.mi-preview-badge,
.mi-tabs span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    background: #edf8f4;
    color: #274B3C;
    padding: 4px 12px;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.mi-curve-chart {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(34px, 1fr)) minmax(170px, 0.45fr);
    gap: 8px;
    align-items: stretch;
    min-height: 310px;
    overflow: hidden;
    padding: 18px 8px 0;
}

.mi-bar-column {
    display: grid;
    grid-template-rows: 118px 1px 118px 32px;
    gap: 0;
    align-items: stretch;
    min-width: 0;
}

.mi-bar-positive,
.mi-bar-negative {
    display: flex;
    align-items: end;
    justify-content: center;
}

.mi-bar-negative {
    align-items: start;
}

.mi-bar-positive span,
.mi-bar-negative span {
    display: block;
    width: 74%;
    border-radius: 6px 6px 0 0;
    background: #0f9f88;
}

.mi-bar-negative span {
    border-radius: 0 0 6px 6px;
    background: #c33b3f;
}

.mi-zero-line {
    background: rgba(30, 36, 34, 0.2);
}

.mi-bar-column small,
.mi-locked-slot small {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #5f706b;
    font-size: 0.72rem;
    text-align: center;
}

.mi-locked-chart-area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    border-left: 1px dashed rgba(30, 36, 34, 0.2);
    padding-left: 12px;
}

.mi-locked-slot {
    display: grid;
    grid-template-rows: 237px 32px;
    gap: 0;
    opacity: 0.46;
}

.mi-locked-slot span {
    align-self: center;
    justify-self: center;
    width: 70%;
    height: 58%;
    border-radius: 6px;
    background: repeating-linear-gradient(135deg, #dce7e3 0, #dce7e3 8px, #eef4f1 8px, #eef4f1 16px);
    filter: blur(0.4px);
}

.mi-locked-overlay {
    position: absolute;
    inset: 18px 6px 54px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(39, 75, 60, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    backdrop-filter: blur(4px);
}

.mi-locked-overlay a {
    color: #274B3C;
    font-weight: 800;
}

.mi-delta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 0.82rem;
    font-weight: 800;
}

.mi-delta.is-positive {
    background: #dff7ee;
    color: #087f6d;
}

.mi-delta.is-negative {
    background: #fde8e8;
    color: #b4232a;
}

.mi-delta.is-neutral {
    background: #eef1ef;
    color: #56635f;
}

.mi-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(30, 36, 34, 0.12);
    border-radius: 8px;
    background: #fff;
}

.mi-comparison-table {
    width: 100%;
    min-width: 940px;
    border-collapse: collapse;
}

.mi-comparison-table th,
.mi-comparison-table td {
    border: 0;
    border-bottom: 1px solid rgba(30, 36, 34, 0.1);
    padding: 14px 12px;
    vertical-align: middle;
}

.mi-comparison-table th {
    color: #5f706b;
    font-size: 0.78rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mi-table-note {
    margin: 12px 0 0;
    color: #5f706b;
    font-size: 0.88rem;
    line-height: 1.5;
}

.mi-sparkline {
    display: block;
    width: 106px;
    height: 38px;
}

.mi-sparkline polyline {
    fill: none;
    stroke: #0f9f88;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mi-mini-bars {
    display: flex;
    align-items: end;
    gap: 4px;
    width: 92px;
    height: 34px;
}

.mi-mini-bars span {
    width: 10px;
    min-height: 5px;
    border-radius: 4px 4px 0 0;
}

.mi-mini-bars .is-positive,
.mi-breadth-bar .is-positive {
    background: #0f9f88;
}

.mi-mini-bars .is-negative,
.mi-breadth-bar .is-negative {
    background: #c33b3f;
}

.mi-split-band {
    background: #f7f4ed;
}

.mi-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
    gap: 24px;
    align-items: start;
}

.mi-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.mi-tabs button {
    border: 1px solid rgba(30, 36, 34, 0.14);
    border-radius: 999px;
    background: #fff;
    color: #274B3C;
    min-height: 34px;
    padding: 4px 14px;
    font-weight: 800;
}

.mi-tabs button.is-active {
    background: #274B3C;
    color: #fff;
}

.mi-heatmap {
    display: grid;
    gap: 8px;
}

.mi-heatmap-row {
    display: grid;
    grid-template-columns: minmax(160px, 1.1fr) repeat(5, minmax(108px, 1fr));
    gap: 8px;
    align-items: stretch;
}

.mi-heatmap-header span {
    color: #5f706b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mi-heatmap-row > strong {
    display: flex;
    align-items: center;
    min-height: 76px;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
}

.mi-heat-cell {
    display: flex;
    min-height: 76px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(15, 159, 136, 0.14);
    border-radius: 8px;
    background: #e6f8f4;
    padding: 12px;
}

.mi-heat-cell b {
    font-size: 1.15rem;
}

.mi-heat-cell.is-empty {
    background: #f2f4f2;
    color: #7b8581;
}

.mi-heat-cell.is-locked {
    position: relative;
    overflow: hidden;
    background: #eef1ef;
    color: #6a7772;
}

.mi-heat-cell.is-locked::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255,255,255,0.32) 0, rgba(255,255,255,0.32) 8px, transparent 8px, transparent 16px);
}

.mi-heat-cell em {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-size: 0.78rem;
}

.mi-breadth-card {
    padding: 24px;
}

.mi-breadth-list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.mi-breadth-item {
    display: grid;
    gap: 9px;
}

.mi-breadth-item div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.mi-breadth-item span {
    color: #5f706b;
    font-size: 0.9rem;
    text-align: right;
}

.mi-breadth-bar {
    display: flex;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8eeeb;
}

.mi-breadth-bar .is-neutral {
    background: #b7c3bf;
}

.mi-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.mi-recap-hint {
    margin: 8px 0 0;
    color: #5f706b;
}

.mi-recap-rail {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #8da29a #e8eeeb;
}

.mi-recap-rail::-webkit-scrollbar,
.mi-insight-copy::-webkit-scrollbar {
    height: 8px;
    width: 7px;
}

.mi-recap-rail::-webkit-scrollbar-track,
.mi-insight-copy::-webkit-scrollbar-track {
    background: #e8eeeb;
    border-radius: 999px;
}

.mi-recap-rail::-webkit-scrollbar-thumb,
.mi-insight-copy::-webkit-scrollbar-thumb {
    background: #8da29a;
    border-radius: 999px;
}

.mi-recap-rail .mi-insight-card {
    flex: 0 0 min(390px, 86vw);
    height: 390px;
    display: flex;
    flex-direction: column;
    position: relative;
    scroll-snap-align: start;
}

.mi-destination-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 145px;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid rgba(39, 75, 60, 0.16);
    border-radius: 999px;
    background: #edf4f0;
    color: #274B3C;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mi-recap-rail .mi-insight-card h3 {
    padding-right: 118px;
}

.mi-insight-card,
.mi-audience-card {
    padding: 24px;
}

.mi-insight-card h3,
.mi-audience-card h3 {
    margin: 0 0 16px;
    color: #10231f;
    font-size: 1.25rem;
    line-height: 1.2;
}

.mi-insight-card p,
.mi-audience-card p {
    color: #5f706b;
    line-height: 1.58;
}

.mi-insight-copy {
    min-height: 0;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #8da29a #e8eeeb;
}

.mi-insight-copy p:first-child {
    margin-top: 0;
}

.mi-insight-copy p:last-child {
    margin-bottom: 0;
}

.mi-audience {
    background: #fff;
}

.mi-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1fr);
    gap: 32px;
    align-items: start;
    padding: 30px;
    background: #f8fbf7;
}

.mi-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mi-lead-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #5f706b;
    font-weight: 700;
}

.mi-lead-form input {
    min-height: 44px;
    border: 1px solid rgba(30, 36, 34, 0.16);
    border-radius: 8px;
    background: #fff;
    padding: 8px 12px;
    color: #10231f;
}

.mi-lead-form input:focus {
    border-color: #274B3C;
    box-shadow: 0 0 0 3px rgba(39, 75, 60, 0.12);
    outline: 0;
}

.mi-lead-form .btn:disabled {
    cursor: wait;
    opacity: 0.65;
}

.mi-lead-form .mi-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mi-lead-form .btn,
.mi-form-note {
    grid-column: span 1;
}

.mi-form-note {
    grid-column: 1 / -1;
    min-height: 24px;
    align-self: center;
    color: #274B3C;
    font-weight: 700;
}

.mi-form-note.is-success {
    color: #1f6b45;
}

.mi-form-note.is-error {
    color: #a2372c;
}

.mi-form-privacy {
    grid-column: 1 / -1;
    color: #6d7b76;
    font-size: 0.82rem;
    line-height: 1.4;
}

.mi-faq {
    display: grid;
    gap: 12px;
}

.mi-faq details {
    border: 1px solid rgba(30, 36, 34, 0.12);
    border-radius: 8px;
    background: #fff;
    padding: 18px 20px;
}

.mi-faq summary {
    cursor: pointer;
    color: #10231f;
    font-size: 1.08rem;
    font-weight: 800;
}

.mi-faq p {
    margin: 14px 0 0;
    color: #5f706b;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .mi-curve-chart {
        grid-template-columns: repeat(6, minmax(42px, 1fr));
    }

    .mi-locked-chart-area {
        grid-column: 1 / -1;
        min-height: 180px;
    }

    .mi-locked-slot {
        grid-template-rows: 140px 32px;
    }
}

@media (max-width: 991px) {
    .mi-hero {
        padding-top: 94px;
    }

    .mi-hero-grid,
    .mi-explorer,
    .mi-coverage-head,
    .mi-two-column,
    .mi-card-grid,
    .mi-cta {
        grid-template-columns: 1fr;
    }

    .mi-country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mi-hero-copy h1 {
        font-size: 3rem;
    }

    .mi-snapshot-shell {
        min-height: auto;
    }

    .mi-section-head,
    .mi-chart-head {
        display: grid;
    }

    .mi-lead-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mi-hero-copy h1 {
        font-size: 2.35rem;
    }

    .mi-section {
        padding: 54px 0;
    }

    .mi-section-head h2,
    .mi-cta h2,
    .mi-breadth-card h2 {
        font-size: 1.8rem;
    }

    .mi-chart-card,
    .mi-coverage,
    .mi-cta,
    .mi-insight-card,
    .mi-audience-card,
    .mi-breadth-card {
        padding: 18px;
    }

    .mi-recap-rail .mi-insight-card {
        height: 360px;
    }

    .mi-curve-chart {
        grid-template-columns: repeat(3, minmax(52px, 1fr));
    }

    .mi-heatmap-row {
        grid-template-columns: minmax(132px, 1fr) repeat(5, minmax(94px, 1fr));
    }

    .mi-heatmap {
        overflow-x: auto;
    }

    .mi-country-grid {
        grid-template-columns: 1fr;
    }
}
