/* =========================================================
   HERO
   ========================================================= */

.hero {
    --hero-primary: #7654ad;
    --hero-blue: #4d8df7;
    --hero-green: #50b9a4;
    --hero-pink: #e7799b;
    position: relative;
    background: #ffffff;
    padding: 5.5rem 0 11rem;
    isolation: isolate;
    overflow: hidden;
}

@media (max-width:991px) {
    .hero {
        padding: 3rem 0 11rem;
    }
}

/* =========================================================
   CONTENEDOR
   ========================================================= */

.hero-container {
    position: relative;
    z-index: 3;

    max-width: 1380px;
}


/* =========================================================
   TEXTO
   ========================================================= */

.hero-copy {
    max-width: 980px;
    margin: 0 auto;

    text-align: center;
}


.hero-title {
    margin: 0 auto;
    max-width: 1000px;
    color: #17171b;
    font-size: clamp(2.5rem, 5vw, 5.2rem);
    line-height: 1.03;
    font-weight: 650;
    letter-spacing: -0.055em;
}


.hero-title .gradient {
    background:
        linear-gradient(110deg,
            #7654ad 0%,
            #8a68c2 42%,
            #4d8df7 100%);

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


.hero-description {
    max-width: 760px;

    margin: 1.7rem auto 2.3rem;

    color: rgba(23, 23, 27, .62);

    font-size: clamp(1.08rem, 1.5vw, 1.35rem);

    line-height: 1.55;
}


/* =========================================================
   CTA
   ========================================================= */

.hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: .8rem;
}


.hero-cta {
    padding: .9rem 1.7rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow:
        0 8px 22px rgba(118, 84, 173, .18);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 28px rgba(118, 84, 173, .25);
}


.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.orb-1 {
    width: 320px;
    height: 320px;
    background: rgba(145, 120, 255, 0.055);
    top: 8%;
    left: -180px;
}

.orb-2 {
    width: 250px;
    height: 250px;
    background: rgba(255, 180, 150, 0.06);
    right: -130px;
    bottom: 10%;
}

@media (max-width:991px) {
    .hero-actions {
        flex-direction: column;
    }

    .hero-actions>.hero-cta {
        width: 100%;
    }

}

/* =========================================================
     MATFY BANNER
     ========================================================= */


.matfy-promo {
    --promo-bg: #f2efff;
    --promo-purple: #7657e8;
    --promo-purple-dark: #5d43c8;
    --promo-text: #19172b;
    --promo-muted: #706b82;

    position: fixed;
    z-index: 1060;

    width: 100%;
    background: #161a23;
    color: #ffffff;
    /* background: #7657e8; */
    /* background:
        radial-gradient(circle at 15% 50%,
            rgba(118, 87, 232, .12),
            transparent 28%),
        radial-gradient(circle at 85% 50%,
            rgba(118, 87, 232, .08),
            transparent 25%),
        var(--promo-bg); */

    border-bottom: 1px solid rgba(118, 87, 232, .10);

    color: var(--promo-text);
}


.matfy-promo-inner {

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    padding: 8px 24px;

}


/* =========================================================
     BADGE
     ========================================================= */

.matfy-promo-badge {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 5px 9px;

    border-radius: 7px;
    /* 
    background: var(--promo-purple);

    color: #fff; */
    background: #eae5fd;
    color: #2d2d2d;
    font-size: 10px;
    font-weight: 800;

    line-height: 1;

    letter-spacing: .06em;

    text-transform: uppercase;

    white-space: nowrap;

    box-shadow:
        0 4px 12px rgba(118, 87, 232, .18);

}


/* =========================================================
     MESSAGE
     ========================================================= */

.matfy-promo-message {

    display: flex;
    align-items: baseline;

    gap: 7px;

    margin: 0;

    font-size: 13px;
    line-height: 1.3;

}


.matfy-promo-message strong {

    font-size: 14px;
    font-weight: 700;

    letter-spacing: -.01em;

}


.matfy-promo-highlight {
    color: white;
    /* color: var(--promo-purple); */

    font-weight: 800;

}


.matfy-promo-sub {

    color: var(--promo-muted);

    font-size: 12px;

}


.matfy-promo-cta {

    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 7px 13px;

    border-radius: 8px;

    background: var(--promo-text);

    color: #fff !important;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease;

}


.matfy-promo-cta:hover {

    background: var(--promo-purple);

    transform: translateY(-1px);

    box-shadow:
        0 6px 18px rgba(118, 87, 232, .20);

}


.matfy-promo-cta svg {

    width: 12px;
    height: 12px;

    transition:
        transform .18s ease;

}


.matfy-promo-cta:hover svg {

    transform: translateX(2px);

}


/* =========================================================
     COUNTDOWN
     ========================================================= */

.matfy-promo-countdown {

    display: flex;
    align-items: center;

    gap: 5px;

    padding-left: 4px;

}


.matfy-promo-countdown-label {

    color: var(--promo-muted);

    font-size: 10px;
    font-weight: 600;

    white-space: nowrap;

}


.matfy-promo-time {

    display: inline-flex;
    align-items: center;
    gap: 3px;

}


.matfy-promo-unit {

    min-width: 25px;

    padding: 4px 4px;

    border: 1px solid rgba(118, 87, 232, .12);

    border-radius: 6px;

    background: rgba(255, 255, 255, .65);

    color: var(--promo-purple-dark);

    font-size: 10px;
    font-weight: 800;

    line-height: 1;

    text-align: center;

    font-variant-numeric: tabular-nums;

}


.matfy-promo-separator {

    color: #fff;
    font-size: 10px;
    font-weight: 800;

}



@media (max-width: 767.98px) {

    .matfy-promo-inner {

        min-height: 50px;
        gap: 9px;
        padding:
            8px 42px 8px 14px;

    }


    .matfy-promo-badge {

        display: none;

    }


    .matfy-promo-message {

        display: block;
        font-size: 11px;

    }


    .matfy-promo-message strong {

        display: block;
        font-size: 12px;

    }


    .matfy-promo-sub {

        display: none;

    }


    .matfy-promo-cta {

        padding: 6px 9px;
        font-size: 10px;

    }

    .matfy-promo-close {

        right: 9px;

    }

}


/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */


.navbar-nav-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-brand {
    flex-shrink: 0;
}

.navbar-collapse {
    flex: 1 1 auto;
}

.navbar-collapse>.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-collapse>.navbar-nav>.push-right {
    margin-left: auto !important;
}

.navbar-action-btns {
    align-self: center;
}


.navbar-brand-logo {
    width: 100%;
    position: relative;
    /* left: 80px; */
    min-width: 7rem;
    max-width: 7rem
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;

    --bs-navbar-nav-link-padding-x: 0.75rem;
    --bs-navbar-toggler-padding-y: 0.5rem;
    --bs-navbar-toggler-padding-x: 0.5rem;
    --bs-navbar-toggler-font-size: 1rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23677788' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.3125rem;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;

    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar-fix {
    position: fixed;
    width: 100%;
    top: 45px
}

.navbar>.container,
.navbar>.container-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}


@media (max-width: 767.98px) {
    .navbar-collapse {
        position: fixed;
        top: 96px;
        height: 100dvh;
        bottom: 0;
        box-sizing: border-box;
        left: 0;
    }

    .navbar-collapse.show {
        position: fixed;
        top: 60px;
        /* Ajusta este valor a la altura exacta de tu barra superior/header */
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100dvh - 60px);
        /* Ajusta los 60px a la altura de tu header */


    }

    body.menu-is-open {
        overflow: hidden;
    }

    .navbar-action-btns {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 25px;
        width: 100%;
        margin-top: 50px;
    }


    .navbar-action-btns .btn {
        width: 100%;
    }

    .navbar-action-btns .navbar-btn {
        width: 85%;
    }

    .navbar-fix {
        top: 50px
    }

    .nav-item.top-bar-menu-item>.nav-link.top-bar-menu-link>span {
        font-weight: 600;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}


/* =========================================================
   BARRA DEL NAVEGADOR
   ========================================================= */

.window-bar {
    height: 54px;

    display: flex;
    align-items: center;

    padding: 0 1.25rem;

    border-bottom: 1px solid rgba(25, 20, 40, .07);

    background: #fafafa;

    border-radius: 24px 24px 0 0;
}


.window-dots {
    display: flex;

    gap: 7px;
}


.window-dots span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: #d9d7de;
}


.window-address {
    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    width: 230px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #ffffff;

    border: 1px solid rgba(25, 20, 40, .05);

    color: #aaa6b0;

    font-size: .68rem;
    font-weight: 600;
}

/* =========================================================
   DASHBOARD
   ========================================================= */

.dashboard {
    position: relative;
    width: min(1180px, 94%);
    margin: 5rem auto 0;
    border: 1px solid rgba(25, 20, 40, .08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 30px 80px rgba(45, 35, 70, .10),
        0 8px 25px rgba(45, 35, 70, .05);
}

@media (max-width:991px) {
    .dashboard.clean-border {
        box-shadow: none;
        border: none;
    }
}

/* =========================================================
   DASHBOARD BODY
   ========================================================= */

.dashboard-body {
    position: relative;

    min-height: 500px;

    padding: 2rem 2.2rem 2.5rem;

    background: #ffffff;

    border-radius: 0 0 24px 24px;
}

.app-window {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(40, 40, 60, .10);
    border-radius: 18px;
    background: #f9f9fb;
}

/* =========================================================
   HEADER APP
   ========================================================= */

.app-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    margin-bottom: 2rem;
}


.app-title {
    margin: 0;

    font-size: 1.35rem;
    font-weight: 650;

    color: #17171b;
}


.app-status {
    display: flex;
    align-items: center;

    gap: .55rem;

    padding: .45rem .8rem;

    border-radius: 9px;

    background: rgba(118, 84, 173, .07);

    color: #7654ad;

    font-size: .78rem;
    font-weight: 600;
}


.app-status-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #55b79e;

    box-shadow:
        0 0 0 4px rgba(85, 183, 158, .10);
}

/* =========================================================
   PRODUCT FEATURES
   ========================================================= */

.product-features-section {
    position: relative;
    background: #f7f4ee;
    color: #27222f;
    padding: 145px 0 160px;
}

.product-features-section.product-section {
    background: none;
}

.product-features-header {
    max-width: 850px;
    margin: 0 auto 105px;
    text-align: center;
}

.product-features-eyebrow {
    display: inline-block;
    margin-bottom: 20px;

    color: #7654ad;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-features-title {
    margin: 0;

    color: #292330;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .98;
}

.product-features-title span {
    color: #7654ad;
}

.product-features-intro {
    max-width: 650px;
    margin: 25px auto 0;

    color: #69636d;
    font-size: 17px;
    line-height: 1.65;
}


.product-feature {
    position: relative;
    padding: 105px 0;
}

.product-feature--first {
    padding-top: 0;
}

.product-feature--last {
    padding-bottom: 0;
}


/* separación visual */

.product-feature+.product-feature {
    border-top: 1px solid rgba(67, 46, 95, .08);
}



.feature-copy {
    max-width: 500px;
    padding: 30px 45px;
}


.feature-title {
    margin: 0;

    color: #292330;

    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.04;
}

.feature-title.purple-light {
    color: #b4a0cb;
}

.feature-title span {
    color: #7654ad;
}

.feature-description {
    margin: 25px 0 0;

    color: #69636d;

    font-size: 17px;
    line-height: 1.7;
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 27px;

    color: #7654ad;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        color .25s ease,
        gap .25s ease;
}

.feature-link:hover {
    color: #573a89;
    gap: 14px;
}

.feature-link-arrow {
    font-size: 18px;
    line-height: 1;
}


.feature-visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 430px;

    padding: 35px;
}

.feature-visual.flex-sub {
    display: initial;
}


/* Glow detrás del producto */

.feature-glow {
    position: absolute;
    z-index: 0;

    width: 75%;
    height: 65%;

    border-radius: 50%;

    background: rgba(127, 91, 190, .12);

    filter: blur(45px);
}


.feature-label.blue {
    background: #e5f1f8;
    color: #4d8db8;
}

.feature-label.coral {
    background: #f9e9e3;
    color: #bb7963;
}

.feature-label.green {
    background: #e6f1e9;
    color: #5c9670;
}

.feature-label.yellow {
    background: #fbf4e2;
    color: #b38e41;
}

.feature-label.red {
    background: #fae8e8;
    color: #ba6666;
}

.feature-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ebe5fb;
    color: #765bd0;
    font-size: .65rem;
    font-weight: 800;
    padding: 10px;
    text-transform: uppercase;


}

.connected-points {
    margin-top: 35px;
}

.connected-point {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.connected-point-icon {
    flex: 0 0 auto;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 700;
}

.connected-point-icon.purple {
    background: #eeebff;
    color: #685bdc;
}

.connected-point-icon.blue {
    background: #e9f5ff;
    color: #428fd2;
}

.connected-point-icon.green {
    background: #e8f8f0;
    color: #42a875;
}

.connected-point strong {
    display: block;
    color: #35343c;
    font-size: 14px;
}

.connected-point p {
    margin: 3px 0 0;
    color: #92919a;
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   PRODUCT WINDOW
   ========================================================= */

.product-window {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 580px;


    border: 1px solid rgba(70, 50, 100, .09);
    border-radius: 20px;

    background: #fff;

    box-shadow:
        0 35px 80px rgba(48, 35, 70, .13),
        0 10px 25px rgba(48, 35, 70, .07);

    transform: rotate(-1deg);

    transition:
        transform .5s ease,
        box-shadow .5s ease;
}

.product-window.no-transform {
    transform: none !important;
    transition: none !important
}

.product-window:hover {
    transform: rotate(0deg) translateY(-5px);

    box-shadow:
        0 45px 90px rgba(48, 35, 70, .16),
        0 15px 30px rgba(48, 35, 70, .08);
}


/* ventana superior */

.product-window-bar {
    display: flex;
    align-items: center;
    gap: 6px;

    height: 34px;
    padding: 0 13px;

    border-bottom: 1px solid rgba(50, 35, 70, .07);

    background: #fafafa;
}

.product-window-bar span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #d9d5dd;
}


.product-feature-image {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================================
   TOPBAR LINKS
   ========================================================= */

.top-bar-menu-link {
    position: relative;

    display: inline-flex !important;
    align-items: center;

    gap: .45rem;

    color: var(--matfy-text) !important;

    font-size: .94rem;
    font-weight: 500;

    transition: color .2s ease;
}


/*
 * Flecha únicamente para dropdowns
 */

.dropdown_topbar>.top-bar-menu-link::after {

    content: "";

    width: 6px;
    height: 6px;

    margin-top: -3px;

    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;

    transform: rotate(45deg);

    transition:
        transform .2s ease,
        color .2s ease;
}


.dropdown_topbar.is-open>.top-bar-menu-link,
.dropdown_topbar:hover>.top-bar-menu-link {

    color: var(--matfy-purple) !important;
}


.dropdown_topbar.is-open>.top-bar-menu-link::after {

    transform: rotate(225deg);

}

.dropdown.is-open .dropdown-menu,
.dropdown-menu.is-open {
    display: block;
}



.dropdown_topbar {
    position: relative;
}

.dropdown_topbar>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 8px);
    width: min(760px, calc(100vw - 40px));
    margin: 0;
    padding: 0;

    border: 1px solid rgba(30, 24, 55, .07);
    border-radius: 20px;
    background: #fff;

    box-shadow:
        0 25px 70px rgba(47, 35, 91, .14),
        0 8px 25px rgba(47, 35, 91, .06);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);

    transition:
        opacity .18s ease,
        transform .22s ease,
        visibility .18s ease;

    z-index: 1050;
}

.dropdown_topbar>.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    height: 35px;
}

.dropdown_topbar.is-open>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* =========================================================
   DROPDOWN CONTAINER
   ========================================================= */

.dropdown_topbar {
    position: relative;
}


/*
 * IMPORTANTE:
 *
 * Ya NO utilizamos display/visibility mediante :hover.
 *
 * El JS añade .is-open.
 */

.dropdown_topbar>.dropdown-menu {
    position: absolute;

    /*
     * Alineado con el inicio del botón
     */
    left: 0;
    right: auto;

    top: calc(100% + 8px);

    width: min(760px, calc(100vw - 40px));

    margin: 0;
    padding: 0;

    border: 1px solid rgba(30, 24, 55, .07);
    border-radius: 20px;

    background: #fff;

    box-shadow:
        0 25px 70px rgba(47, 35, 91, .14),
        0 8px 25px rgba(47, 35, 91, .06);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);

    transition:
        opacity .18s ease,
        transform .22s ease,
        visibility .18s ease;

    z-index: 1050;
}



.dropdown_topbar>.dropdown-menu::before {

    content: "";

    position: absolute;

    top: -35px;

    left: 0;
    right: 0;

    height: 35px;

}



.dropdown_topbar.is-open>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
}


/* =========================================================
   MEGA MENU
   ========================================================= */

.mega-menu {

    display: grid;

    grid-template-columns: 250px 1fr;

    min-height: 365px;

    overflow: hidden;

    border-radius: 22px;

}


/* =========================================================
   SIDEBAR
   ========================================================= */

.mega-menu-sidebar {

    padding: 22px 14px;

    background: var(--matfy-beige);

    border-right: 1px solid var(--matfy-border);

}


.mega-menu-eyebrow {

    padding: 0 10px 12px;

    color: var(--matfy-muted);

    font-size: .67rem;

    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;

}


@media (max-width:991px) {
    .mega-menu {
        min-height: 0;
        height: auto;
    }

    .mega-menu-sidebar {
        padding: 0;
        background: white;
        border: none;
    }

    .mega-menu-preview {
        display: none !important;
    }

    .mega-menu-eyebrow {
        display: none !important;
    }

    .mega-menu-item:hover,
    .mega-menu-item.active {
        background: white !important;
        color: #19172b !important
    }

    .mega-menu-item active {
        color: #19172b;
    }

    .mega-menu-footer {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu) {
        box-shadow: none;
        border: none;
        padding-left: 1rem;
        position: relative;
    }

    .mega-menu-item-description {
        display: none !important;
    }
}

/* =========================================================
   MENU ITEM
   ========================================================= */

.mega-menu-item {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

    padding: 10px;

    border-radius: 12px;

    color: var(--matfy-text) !important;

    text-decoration: none;

    transition:
        background .18s ease,
        transform .18s ease,
        color .18s ease;

}


.mega-menu-item+.mega-menu-item {

    margin-top: 2px;

}


.mega-menu-item:hover {

    transform: translateX(2px);

}


/* =========================================================
   ICON
   ========================================================= */

.mega-menu-icon {

    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    border: 1px solid var(--matfy-border);
    border-radius: 9px;
    background: #fff;
    color: var(--matfy-purple);
    transition:
        border-color .18s ease,
        box-shadow .18s ease;

}


.mega-menu-item:hover .mega-menu-icon,
.mega-menu-item.active .mega-menu-icon {

    border-color: rgba(118, 87, 232, .18);
    box-shadow:
        0 4px 12px rgba(118, 87, 232, .08);

}


.mega-menu-icon svg {

    width: 17px;
    height: 17px;

}

.feature-label.blue {
    background: #e5f1f8;
    color: #4d8db8;
}

.feature-label.coral {
    background: #f9e9e3;
    color: #bb7963;
}

.feature-label.green {
    background: #e6f1e9;
    color: #5c9670;
}

.feature-label.yellow {
    background: #fbf4e2;
    color: #b38e41;
}

.feature-label.red {
    background: #fae8e8;
    color: #ba6666;
}




@media (max-width:991px) {
    .mega-menu-icon.coral {
        color: #bb7963;
    }
}




/* =========================================================
   TEXT
   ========================================================= */

.mega-menu-item-content {

    min-width: 0;

}


.mega-menu-item-title {

    display: block;

    color: inherit;

    font-size: .86rem;

    font-weight: 600;

    line-height: 1.2;

}


.mega-menu-item-description {

    display: block;

    margin-top: 3px;

    color: var(--matfy-muted);

    font-size: .69rem;

    line-height: 1.35;

}


/* =========================================================
   PREVIEW
   ========================================================= */

.mega-menu-preview {

    position: relative;

    padding: 32px;

    overflow: hidden;

    background:
        radial-gradient(circle at 100% 0%,
            rgba(118, 87, 232, .09),
            transparent 38%),
        #fff;

}


.mega-preview-content {

    position: relative;

    z-index: 2;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    animation: matfyPreviewIn .22s ease;

}


.mega-preview-kicker {

    display: block;

    margin-bottom: 8px;

    color: var(--matfy-purple);

    font-size: .67rem;

    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;

}


.mega-preview-title {

    margin: 0;

    color: var(--matfy-text);

    font-size: 1.5rem;

    font-weight: 650;

    letter-spacing: -.035em;

}


.mega-preview-description {

    max-width: 370px;

    margin: 9px 0 21px;

    color: var(--matfy-muted);

    font-size: .84rem;

    line-height: 1.65;

}


/* =========================================================
   PREVIEW LINK
   ========================================================= */

.mega-preview-link {
    display: inline-flex;
    margin-bottom: 1.5rem !important;
    align-items: center;
    gap: 7px;
    width: fit-content;
    color: var(--matfy-purple) !important;
    font-size: .79rem;
    font-weight: 600;
    text-decoration: none;

}


.mega-preview-link svg {

    transition: transform .18s ease;

}


.mega-preview-link:hover svg {

    transform: translateX(3px);

}


/* =========================================================
   MOCKUP
   ========================================================= */

.mega-preview-card {

    position: absolute;

    right: 28px;
    bottom: 24px;

    z-index: 1;

    width: 190px;
    height: 128px;

    padding: 12px;

    border: 1px solid rgba(118, 87, 232, .10);

    border-radius: 14px;

    background: rgba(250, 248, 244, .72);

    box-shadow:
        0 15px 35px rgba(47, 35, 91, .08);

    transform: rotate(2deg);

    opacity: .9;

}


.mega-preview-card-header {

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 12px;

}


.mega-preview-dot {

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #d8d1ec;

}


.mega-preview-line {

    height: 6px;

    margin-bottom: 7px;

    border-radius: 10px;

    background: #e9e5f2;

}


.mega-preview-line.short {
    width: 58%;
}

.mega-preview-line.medium {
    width: 78%;
}

.mega-preview-line.long {
    width: 92%;
}


/* =========================================================
   FOOTER
   ========================================================= */

.mega-menu-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 14px 22px;

    border-top: 1px solid var(--matfy-border);

    background: #fff;

    border-radius: 0 0 22px 22px;

}


.mega-menu-footer-label {

    color: var(--matfy-muted);

    font-size: .69rem;

    font-weight: 600;

}


.mega-menu-footer-links {

    display: flex;

    align-items: center;

    gap: 5px;

}


.mega-menu-footer-link {

    display: inline-flex;

    padding: 6px 10px;

    border-radius: 8px;

    color: var(--matfy-text) !important;

    font-size: .7rem;

    font-weight: 500;

    text-decoration: none;

    transition:
        color .18s ease,
        background .18s ease;

}


.mega-menu-footer-link:hover {

    color: var(--matfy-purple) !important;

    background: var(--matfy-purple-soft);

}


/* =========================================================
   SOLUTIONS
   ========================================================= */

.mega-menu-solutions {

    display: grid;

    grid-template-columns: 250px 1fr;

    min-height: 300px;

    overflow: hidden;

    border-radius: 22px;

}



/* =========================================================
   ANIMATION
   ========================================================= */

@keyframes matfyPreviewIn {

    from {

        opacity: 0;

        transform: translateY(4px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.mega-feature-preview--matters {
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .06), 0 2px 8px rgba(15, 23, 42, .03);
    position: absolute;
    left: 18px;
    position: relative;
    right: 0;
    z-index: 1;
    width: 190px;
    height: 128px;
    padding: 12px;
    border: 1px solid rgba(118, 87, 232, .10);
    border-radius: 14px;
    /* background: rgba(250, 248, 244, .72); */
    box-shadow: 0 15px 35px rgba(47, 35, 91, .08);
    transform: rotate(2deg);
    /* opacity: .9; */
    height: 150px;
}


/* HEADER */

.mega-preview-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.mega-preview-heading {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mega-preview-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #f4f7ff;
    color: #5267d9;
}

.mega-preview-heading strong {
    display: block;

    font-size: 13px;
    line-height: 1.2;
    font-weight: 650;

    color: #172033;
}

.mega-preview-heading span {
    display: block;

    margin-top: 3px;

    font-size: 10px;
    line-height: 1.3;

    color: #8a93a5;
}

.mega-preview-count {
    white-space: nowrap;

    padding: 5px 8px;

    border-radius: 999px;

    background: #f4f6f8;

    font-size: 10px;
    font-weight: 600;

    color: #697386;
}


/* LIST */

.mega-preview-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mega-preview-matter {
    display: flex;
    align-items: center;

    gap: 9px;

    padding: 8px 7px;

    border-radius: 9px;

    transition:
        background .2s ease,
        transform .2s ease;
}

.mega-preview-matter:hover {
    background: #f8f9fb;
    transform: translateX(2px);
}


/* AVATAR */

.mega-matter-avatar {
    flex: 0 0 auto;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    font-size: 10px;
    font-weight: 700;
}

.avatar-blue {
    background: #eaf0ff;
    color: #5267d9;
}

.avatar-purple {
    background: #f1eaff;
    color: #7b5ac7;
}

.avatar-orange {
    background: #fff1df;
    color: #d88932;
}


/* TEXT */

.mega-matter-info {
    min-width: 0;
    flex: 1;
}

.mega-matter-info strong {
    display: block;


    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;

    color: #303949;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.mega-matter-info span {
    display: block;

    margin-top: 2px;

    font-size: 9px;
    line-height: 1.2;

    color: #9aa2b1;
}


/* STATUS */

.mega-matter-status {
    width: 6px;
    height: 6px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #43b581;
    box-shadow: 0 0 0 3px rgba(67, 181, 129, .10);
}

.mega-matter-status.pending {
    background: #e7a84b;
    box-shadow: 0 0 0 3px rgba(231, 168, 75, .10);
}


/* FOOTER */

.mega-preview-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 12px;
    padding-top: 12px;

    border-top: 1px solid #f0f1f4;

    font-size: 10px;
    font-weight: 500;

    color: #8b93a2;
}

.mega-preview-arrow {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: #f6f7f9;
    color: #667085;

    transition:
        transform .2s ease,
        background .2s ease;
}

.mega-feature-preview--matters:hover .mega-preview-arrow {
    transform: translateX(2px);
    background: #eef1f5;
}

/* =========================================================
   MEGA PREVIEWS
========================================================= */
.mega-feature-preview {
    width: 100%;
    min-width: 0;
    padding: 8px 0 2px;
    color: #172033;
}

.mega-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.mega-preview-product {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.mega-preview-product-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 9px;
    background: #f5f7fa;
    color: #596579;
}

.mega-preview-product-icon svg {
    width: 16px;
    height: 16px;
}

.mega-preview-product strong {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 650;
    color: #1d2636;
}

.mega-preview-product div>span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.3;
    color: #8c95a5;
}

.mega-preview-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 550;
    color: #929aa8;
    transition: color .18s ease, transform .18s ease;
}

.mega-preview-link svg {
    width: 13px;
    height: 13px;
}

.mega-feature-preview:hover .mega-preview-link {
    color: #586474;
    transform: translateX(2px);
}


.mega-preview-section-label {
    margin: 17px 0 7px;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: #a0a7b3;
    font-weight: 650;
}


.mega-legal-overview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}

.mega-legal-stat {
    padding: 0 12px;
    border-right: 1px solid #f0f2f5;
}

.mega-legal-stat:first-child {
    padding-left: 0;
}

.mega-legal-stat:last-child {
    border-right: 0;
}

.mega-legal-stat span {
    display: block;
    font-size: 9px;
    color: #9aa2ae;
}

.mega-legal-stat strong {
    display: block;
    margin-top: 4px;
    font-size: 17px;
    line-height: 1;
    font-weight: 650;
    color: #293243;
}

.mega-legal-list {
    display: flex;
    flex-direction: column;
}

.mega-legal-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    border-bottom: 1px solid #f4f5f7;
}

.mega-legal-row:last-child {
    border-bottom: 0;
}

.mega-legal-file {
    width: 27px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #f1f3f8;
    font-size: 7px;
    font-weight: 750;
    color: #697386;
}

.mega-file--doc {
    background: #f4f1f8;
}

.mega-legal-info {
    flex: 1;
    min-width: 0;
}

.mega-legal-info strong {
    display: block;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #384253;
}

.mega-legal-info span {
    display: block;
    margin-top: 2px;
    font-size: 8.5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9aa2ae;
}


.mega-status {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}

.mega-status--done {
    background: #edf7f1;
    color: #4a9a6b;
}

.mega-status--pending {
    background: #fff5e7;
    color: #cf8a32;
}


.mega-billing-main {
    display: flex;
    align-items: stretch;
    gap: 28px;
    padding: 13px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}

.mega-billing-total {
    flex: 1;
    min-width: 0;
}

.mega-billing-total>span {
    display: block;
    font-size: 9px;
    color: #9aa2ae;
}

.mega-billing-total strong {
    display: block;
    margin-top: 5px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #293243;
}

.mega-billing-total small {
    display: block;
    margin-top: 6px;
    font-size: 8.5px;
    color: #9aa2ae;
}

.mega-billing-total small b {
    color: #52a174;
    font-weight: 600;
}

/* CHART */
.mega-billing-chart {
    width: 145px;
    padding-top: 3px;
}

.mega-chart-bars {
    height: 58px;
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.mega-chart-bars i {
    flex: 1;
    min-width: 0;
    border-radius: 3px 3px 2px 2px;
    background: #e8ebf0;
    transition: height .35s ease, background .2s ease;
}

.mega-chart-bars i.active {
    background: #6674d9;
}

.mega-billing-chart:hover .mega-chart-bars i.active {
    background: #5968d0;
}

.mega-chart-labels {
    display: flex;
    gap: 7px;
    margin-top: 5px;
}

.mega-chart-labels span {
    flex: 1;
    text-align: center;
    font-size: 7px;
    color: #a1a8b3;
}

/* BILLING LIST */
.mega-billing-list {
    display: flex;
    flex-direction: column;
}

.mega-billing-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    border-bottom: 1px solid #f4f5f7;
}

.mega-billing-row:last-child {
    border-bottom: 0;
}

.mega-invoice-number {
    width: 36px;
    font-size: 8px;
    font-weight: 600;
    color: #929aa7;
}

.mega-billing-info {
    flex: 1;
    min-width: 0;
}

.mega-billing-info strong {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #384253;
}

.mega-billing-info span {
    display: block;
    margin-top: 2px;
    font-size: 8.5px;
    color: #929aa7;
}

.mega-billing-badge {
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 600;
}

.mega-billing-badge--paid {
    background: #edf7f1;
    color: #4d9b6d;
}

.mega-billing-badge--pending {
    background: #fff4e4;
    color: #c98932;
}


.mega-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mega-calendar-head strong {
    display: block;
    font-size: 11px;
    font-weight: 650;
    color: #394353;
}

.mega-calendar-head span:not(.mega-calendar-nav) {
    display: block;
    margin-top: 2px;
    font-size: 8px;
    color: #9ba2ae;
}

.mega-calendar-nav {
    font-size: 15px;
    letter-spacing: 2px;
    color: #9aa2ad;
}

/* DAYS */
.mega-calendar-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
}

.mega-calendar-day {
    padding: 7px 0;
    text-align: center;
    border-radius: 8px;
    transition: background .2s ease;
}

.mega-calendar-day span {
    display: block;
    font-size: 7px;
    font-weight: 650;
    color: #a0a7b2;
}

.mega-calendar-day strong {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5565;
}

.mega-calendar-day.is-today {
    background: #f1f3ff;
}

.mega-calendar-day.is-today strong {
    color: #5968d0;
}

/* EVENTS */
.mega-calendar-events {
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}

.mega-calendar-event {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 8px 0 8px 10px;
}

.mega-calendar-event::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 2px;
    border-radius: 2px;
    background: #6674d9;
}

.mega-calendar-event.mega-event--purple::before {
    background: #9a72d1;
}

.mega-calendar-event.mega-event--orange::before {
    background: #d99a4d;
}

.mega-event-time {
    width: 35px;
    flex: 0 0 auto;
    padding-top: 1px;
    font-size: 8px;
    font-weight: 600;
    color: #929aa6;
}

.mega-calendar-event div {
    min-width: 0;
}

.mega-calendar-event strong {
    display: block;
    font-size: 9.5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3d4656;
}

.mega-calendar-event div span {
    display: block;
    margin-top: 2px;
    font-size: 8px;
    color: #9ba2ae;
}


.mega-email-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    font-size: 8.5px;
    color: #9aa2ae;
}

.mega-email-folder {
    color: #6c7584;
}

.mega-email-folder.active {
    font-weight: 650;
    color: #424c5c;
}

.mega-email-list {
    display: flex;
    flex-direction: column;
}

.mega-email-row {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 9px 0;
    border-bottom: 1px solid #f4f5f7;
}

.mega-email-row:last-child {
    border-bottom: 0;
}

.mega-email-avatar {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #eaf0ff;
    font-size: 9px;
    font-weight: 700;
    color: #5b6cd2;
}

.mega-avatar--purple {
    background: #f1ebfb;
    color: #8968bd;
}

.mega-avatar--orange {
    background: #fff1df;
    color: #c98435;
}

.mega-avatar--green {
    background: #eaf6ef;
    color: #4e966b;
}

.mega-email-info {
    min-width: 0;
    flex: 1;
}

.mega-email-info strong {
    display: block;
    font-size: 9.5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3d4656;
}

.mega-email-info span {
    display: block;
    margin-top: 2px;
    font-size: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9aa2ae;
}

.mega-email-row time {
    flex: 0 0 auto;
    font-size: 7.5px;
    color: #a0a7b2;
}

.mega-email-row.unread .mega-email-info strong {
    font-weight: 700;
    color: #303949;
}

.mega-email-row.unread::after {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #6674d9;
}

.col {
    flex: 1 0 0%;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}


/* ---------------------------------------------------------
   GUTTERS
   --------------------------------------------------------- */

.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.g-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

/* ---------------------------------------------------------
   BREAKPOINT SM
   --------------------------------------------------------- */

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }

}


/* ---------------------------------------------------------
   BREAKPOINT MD
   --------------------------------------------------------- */

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }

}


/* ---------------------------------------------------------
   BREAKPOINT LG
   --------------------------------------------------------- */

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }

    .col-lg {
        flex: 1 0 0%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

}


/* ---------------------------------------------------------
   BREAKPOINT XL
   --------------------------------------------------------- */

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }

}


/* ---------------------------------------------------------
   BREAKPOINT XXL
   --------------------------------------------------------- */

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
    }

}

/* --- ESCRITORIO --- */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
    margin-top: 130px;
    width: 100%;
}



.feature-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.feature-copy {
    width: 100%;
}


/* --- MÓVIL --- */
@media (max-width: 991px) {

    .feature-grid,
    .feature-grid.reverse {
        grid-template-columns: 100% !important;
        grid-template-rows: auto auto;
        gap: 40px;
        
    }

    .feature-grid .feature-copy,
    .feature-grid.reverse .feature-copy {
        order: 1 !important;
        align-items: baseline;
        margin-top: 10px;
    }


    .feature-grid .feature-visual,
    .feature-grid.reverse .feature-visual {
        order: 2 !important;
        align-items: baseline;
        min-height: auto;
        margin-top: 10px;
    }

    .feature-visual {
        padding: 0;
    }

    .feature-copy {
        padding: 0;
    }

    .feature-visual img,
    .feature-visual svg,
    .feature-visual canvas {
        max-width: 100%;
        height: auto;
        display: block;

    }
}

.feature-visual.h4 {
    min-height: 400px !important;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 1px solid rgba(95, 82, 220, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #6258c9;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(70, 60, 150, .06);
    backdrop-filter: blur(10px);
}

.eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7768f4;
    box-shadow: 0 0 0 5px rgba(119, 104, 244, .10);
}

.btn-sm {
    padding: 0.5rem 1rem;
    border-radius: 0.3125rem;
    font-size: 0.8125rem;
    font-weight: 500;
}