.miq {
    position: relative;
    overflow: hidden;
    background: var(--secondary-color);
    padding: var(--section-padding-vertical) 0
}

.miq__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / .7) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .04;
    pointer-events: none;
    z-index: 0
}

.miq__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0
}

.miq__glow--pink {
    width: 28rem;
    height: 28rem;
    top: -10rem;
    left: -8rem;
    background: rgb(217 26 141 / .25)
}

.miq__glow--blue {
    width: 32rem;
    height: 32rem;
    bottom: -12rem;
    right: -8rem;
    background: rgb(68 140 255 / .22)
}

.gb-card {
    position: relative;
    border-radius: 16px;
    padding: 1.5px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-light) 35%, var(--accent-color-blue) 100%);
    transition: transform 300ms ease
}

.gb-card__inner {
    border-radius: 15px;
    background: rgb(21 41 74 / 94%);
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px)
}

.gb-card:hover {
    transform: translateY(-3px)
}

.miq__logo-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px
}

.miq .container {
    max-width: 1280px
}

.miq__logo-mark {
    width: 54px;
    height: 54px;
    border-radius: 11px;
    background: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.miq__logo-mark svg,
.miq__logo-mark img {
    width: 44px;
    height: 50px;
    display: block
}

.miq__logo-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #fff
}

.miq__logo-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 100vmax;
    background: rgb(217 26 141 / .15);
    border: 1px solid rgb(217 26 141 / .35);
    color: var(--primary-color-light);
    letter-spacing: .02em
}

.miq__logo-sep {
    width: 1px;
    height: 20px;
    background: rgb(255 255 255 / .15)
}

.miq__logo-tag {
    font-size: 13px;
    color: rgb(255 255 255 / .42)
}

.miq__content-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .miq__content-grid {
        grid-template-columns: 0.9375fr 1fr;
        gap: 32px;
    }
}

.miq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 100vmax;
    border: 1px solid rgb(255 255 255 / .15);
    background: rgb(255 255 255 / .05);
    backdrop-filter: blur(6px);
    margin-bottom: 18px
}

.miq__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    flex-shrink: 0
}

.miq__eyebrow-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff
}

.miq__headline {
    font-size: clamp(2.2rem, 3vw + 1rem, 3.6rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px
}

.miq__pink {
    color: var(--primary-color)
}

span.miq__brand {
    font-style: italic;
    background-image: linear-gradient(90deg, var(--primary-color), var(--accent-color-blue));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 0.25em;
}

.miq__sub {
    font-size: 15px;
    line-height: 1.65;
    color: rgb(255 255 255 / .72);
    max-width: 480px;
    margin: 0;
}

.miq__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 30px;
}

.stat__body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.stat__rule {
    width: 28px;
    height: 2.5px;
    border-radius: 100vmax;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color-blue));
    margin-bottom: 10px
}

.stat__value {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary-color)
}

.stat__value--white {
    color: #fff
}

.stat__label {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgb(255 255 255 / .72)
}

.miq__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.miq__ctas a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.miq__col--right {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.miq__feature-card .gb-card__inner {
    padding: 4px 0
}

.miq__feature-list {
    list-style: none;
    margin: 4px 0;
    padding: 0
}

.miq__feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid rgb(255 255 255 / .06);
    transition: background 0.15s ease;
    cursor: default
}

.miq__feature-item:last-child {
    border-bottom: none
}

.miq__feature-item:hover {
    background: rgb(217 26 141 / .07)
}

.miq__fi-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgb(217 26 141 / .12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.miq__fi-icon svg {
    width: 18px;
    height: 18px;
    color: var(--primary-color)
}

.miq__fi-name {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    flex: 1
}

.miq__fi-arrow {
    width: 14px;
    height: 14px;
    color: rgb(255 255 255 / .3);
    flex-shrink: 0;
    transition: color 0.15s ease, transform 0.15s ease
}

.miq__feature-item:hover .miq__fi-arrow {
    color: var(--primary-color);
    transform: translateX(3px)
}

.miq__results-card .gb-card__inner {
    padding: 28px 26px 22px
}

.results__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.results__eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgb(255 255 255 / .4);
    white-space: nowrap
}

.results__header-line {
    flex: 1;
    height: 1px;
    background: rgb(255 255 255 / .07)
}

.results__grid {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    gap: 0
}

.results__cell {
    text-align: center;
    padding: 0 8px
}

.results__cell+.results__cell {
    border-left: 1px solid rgb(255 255 255 / .08)
}

.results__value {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1
}

.results__label {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: rgb(255 255 255 / .42)
}

.results__footnote {
    margin: 14px 0 0;
    text-align: center;
    font-size: 11px;
    color: rgb(255 255 255 / .35);
    border-top: 1px solid rgb(255 255 255 / .06);
    padding-top: 10px
}

@media (max-width: 767px) {
    .miq__sub {
        max-width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .miq__headline {
        text-align: center;
    }

    .miq__sub {
        margin-inline: auto;
        text-align: center;
    }

    .miq__eyebrow {
        margin-inline: auto;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }

}

@media (max-width: 479px) {
    .miq__stats {
        /* grid-template-columns: 1fr 1fr; */
        gap: 8px;
    }

    .miq__logo-badge {
        display: none;
    }

    .results__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .results__cell {
        padding: 0
    }

    .results__cell+.results__cell {
        border-left: none;
        border-top: 1px solid rgb(255 255 255 / .08);
        padding-top: 12px
    }

    .results__value {
        font-size: 28px
    }

    .miq__logo-row {
        margin-bottom: 44px;
    }

    .gb-card {
        border-radius: 10px;
    }

    .gb-card__inner {
        border-radius: 9px;
    }

    .miq__ctas {
        margin-top: 34px;
    }
}