/* How It Works showcase — scoped to #how-it-works only */

#how-it-works.hiw-showcase {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #01130f 0%, #021c17 42%, #011812 100%);
    color: #f8fffc;
}

#how-it-works .hiw-showcase__bg {
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

#how-it-works .hiw-showcase__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

#how-it-works .hiw-showcase__glow--center {
    width: 28rem;
    height: 16rem;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(69, 240, 176, 0.22) 0%, transparent 70%);
}

#how-it-works .hiw-showcase__glow--bl {
    width: 20rem;
    height: 20rem;
    bottom: -4rem;
    left: -3rem;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.18) 0%, transparent 68%);
}

#how-it-works .hiw-showcase__glow--tr {
    width: 14rem;
    height: 14rem;
    top: 2rem;
    right: -2rem;
    background: radial-gradient(circle, rgba(138, 245, 200, 0.12) 0%, transparent 70%);
}

#how-it-works .hiw-showcase__curve {
    position: absolute;
    border: 1px solid rgba(69, 240, 176, 0.06);
    border-radius: 50%;
    opacity: 0.5;
}

#how-it-works .hiw-showcase__curve--1 {
    width: 42rem;
    height: 22rem;
    top: 8%;
    left: -8%;
    transform: rotate(-8deg);
}

#how-it-works .hiw-showcase__curve--2 {
    width: 36rem;
    height: 18rem;
    bottom: 6%;
    right: -10%;
    transform: rotate(12deg);
}

#how-it-works .hiw-showcase__inner {
    position: relative;
    z-index: 2;
    max-width: 72rem;
    margin-inline: auto;
    padding: 3.5rem 1rem 3.25rem;
}

@media (min-width: 640px) {
    #how-it-works .hiw-showcase__inner {
        padding-inline: 1.5rem;
    }
}

@media (min-width: 1024px) {
    #how-it-works .hiw-showcase__inner {
        padding-top: 4.5rem;
        padding-bottom: 4rem;
    }
}

/* Header */
#how-it-works .hiw-showcase__header {
    text-align: center;
    max-width: 36rem;
    margin-inline: auto;
    margin-bottom: 2.75rem;
}

#how-it-works .hiw-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 1.125rem;
    padding: 0.3125rem 0.875rem;
    border-radius: 999px;
    border: 1px solid rgba(69, 240, 176, 0.32);
    background: rgba(7, 51, 41, 0.5);
    color: #8af5c8;
    font-family: 'Manrope', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.2;
    box-shadow: 0 0 20px rgba(69, 240, 176, 0.1);
}

#how-it-works .hiw-showcase__badge-sparkle {
    width: 0.75rem;
    height: 0.75rem;
    color: #45f0b0;
    opacity: 0.9;
}

#how-it-works .hiw-showcase__heading {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    /* Light text for contrast on dark section — same metrics as reference */
    color: #f8fffc;
    margin-bottom: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#how-it-works .hiw-showcase__heading-accent {
    position: relative;
    display: inline;
    background: linear-gradient(135deg, #128c55 0%, #17b26a 35%, #25d366 70%, #17b26a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#how-it-works .hiw-showcase__desc {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.65;
    color: rgba(248, 255, 252, 0.72);
    max-width: 32rem;
    margin-inline: auto;
}

/* Flow layout */
#how-it-works .hiw-showcase__flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 68rem;
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) and (max-width: 1099px) {
    #how-it-works .hiw-showcase__flow {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.25rem;
        align-items: stretch;
        max-width: 34rem;
    }

    #how-it-works .hiw-connector {
        display: none;
    }

    #how-it-works .hiw-card {
        max-width: none;
        width: 100%;
        min-height: 19.5rem;
    }
}

@media (min-width: 1100px) {
    #how-it-works .hiw-showcase__flow {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        flex-wrap: nowrap;
        max-width: 64rem;
        gap: 0;
        padding: 0.75rem 0.75rem 0;
    }
}

/* Cards */
#how-it-works .hiw-card {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 14rem;
    min-height: 20rem;
    padding: 2.75rem 1rem 1.2rem;
    border-radius: 12px;
    border: 1px solid rgba(110, 245, 195, 0.34);
    background:
        linear-gradient(
            155deg,
            rgba(14, 62, 50, 0.55) 0%,
            rgba(6, 36, 30, 0.48) 48%,
            rgba(3, 22, 18, 0.62) 100%
        );
    box-shadow:
        inset 0 1px 0 rgba(170, 255, 220, 0.22),
        inset 0 -1px 0 rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(37, 211, 102, 0.04),
        0 0 36px rgba(37, 211, 102, 0.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

@media (min-width: 1100px) {
    #how-it-works .hiw-card {
        flex: 0 0 13.75rem;
        width: 13.75rem;
        max-width: 13.75rem;
        min-width: 13.75rem;
        min-height: 20.5rem;
    }
}

#how-it-works .hiw-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    right: 0;
    height: 1px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(170, 255, 220, 0.2) 20%,
        rgba(180, 255, 225, 0.72) 72%,
        rgba(210, 255, 235, 0.9) 100%
    );
    pointer-events: none;
}

#how-it-works .hiw-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 55%;
    background: linear-gradient(
        180deg,
        rgba(180, 255, 225, 0.7) 0%,
        rgba(110, 245, 195, 0.25) 45%,
        transparent 100%
    );
    pointer-events: none;
}

#how-it-works .hiw-card__num {
    position: absolute;
    top: -1.15rem;
    left: -0.35rem;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    border: 1.5px solid rgba(110, 245, 195, 0.55);
    background: linear-gradient(180deg, #0a3d31 0%, #05241c 100%);
    color: #9af8cf;
    font-family: 'Sora', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1;
    box-shadow:
        0 0 0 3px rgba(2, 20, 16, 0.55),
        0 0 20px rgba(69, 240, 176, 0.22);
    opacity: 1;
    transform: scale(1);
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card__num {
    opacity: 0;
    transform: scale(0.88);
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card__num {
    animation: hiwNumIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.35s + var(--hiw-i, 0) * 0.12s);
}

@keyframes hiwNumIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

#how-it-works .hiw-card__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.125rem;
    height: 7.125rem;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

#how-it-works .hiw-card__ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

#how-it-works .hiw-card__ring--outer {
    inset: 0;
    border: 1px solid rgba(69, 240, 176, 0.28);
    background: radial-gradient(
        circle at 50% 40%,
        rgba(37, 211, 102, 0.18) 0%,
        rgba(7, 45, 36, 0.42) 48%,
        rgba(2, 18, 14, 0.55) 100%
    );
    box-shadow:
        0 0 32px rgba(37, 211, 102, 0.16),
        inset 0 0 18px rgba(69, 240, 176, 0.08);
}

#how-it-works .hiw-card__ring--mid {
    inset: 0.55rem;
    border: 1px solid rgba(110, 245, 195, 0.2);
    background: radial-gradient(circle, rgba(69, 240, 176, 0.14) 0%, transparent 70%);
}

#how-it-works .hiw-card__ring--inner {
    inset: 1.15rem;
    border: 1px solid rgba(138, 245, 200, 0.14);
    background: radial-gradient(circle, rgba(138, 245, 200, 0.18) 0%, transparent 68%);
}

#how-it-works .hiw-card__icon-glow {
    position: absolute;
    inset: 1.25rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138, 245, 200, 0.24) 0%, transparent 70%);
    opacity: 0.95;
}

#how-it-works .hiw-card__icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

#how-it-works .hiw-card__icon svg {
    display: block;
}

#how-it-works .hiw-card__icon--whatsapp svg,
#how-it-works .hiw-card__icon--whatsapp img,
#how-it-works .hiw-card__icon--contacts svg,
#how-it-works .hiw-card__icon--campaign svg,
#how-it-works .hiw-card__icon--analytics svg {
    width: 3.75rem;
    height: 3.75rem;
    filter: drop-shadow(0 3px 12px rgba(37, 211, 102, 0.35));
}

#how-it-works .hiw-card__icon--whatsapp svg,
#how-it-works .hiw-card__icon--whatsapp img {
    filter: drop-shadow(0 3px 14px rgba(37, 211, 102, 0.45));
    object-fit: contain;
    display: block;
}

#how-it-works .hiw-card__layer {
    position: absolute;
    border-radius: 6px;
    border: 1px solid rgba(105, 240, 190, 0.28);
    background: rgba(7, 51, 41, 0.55);
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.08);
}

#how-it-works .hiw-card__layer--1 {
    width: 2.1rem;
    height: 2.65rem;
    top: 1.35rem;
    left: 0.45rem;
    z-index: 1;
    transform: translateX(0) rotate(-8deg);
    opacity: 0.65;
}

#how-it-works .hiw-card__layer--2 {
    width: 2.1rem;
    height: 2.65rem;
    top: 1.5rem;
    right: 0.45rem;
    z-index: 1;
    transform: translateX(0) rotate(8deg);
    opacity: 0.65;
}

#how-it-works .hiw-card__wave {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(69, 240, 176, 0.28);
    opacity: 0.75;
    z-index: 1;
    pointer-events: none;
}

#how-it-works .hiw-card__wave--1 {
    inset: 0.35rem;
}

#how-it-works .hiw-card__wave--2 {
    inset: -0.15rem;
    border-color: rgba(69, 240, 176, 0.16);
}

#how-it-works .hiw-card__chart-line {
    stroke-dasharray: 52;
    stroke-dashoffset: 0;
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card__layer--1 {
    opacity: 0;
    transform: translateX(-8px) rotate(-8deg);
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card__layer--2 {
    opacity: 0;
    transform: translateX(8px) rotate(8deg);
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card__wave {
    opacity: 0;
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card__chart-line {
    stroke-dashoffset: 52;
}

#how-it-works .hiw-card__title {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.32;
    color: #f8fffc;
    margin-bottom: 0.4rem;
    max-width: 11.75rem;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#how-it-works .hiw-card__divider {
    width: 2.25rem;
    height: 2px;
    margin-bottom: 0.5rem;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, #45f0b0 30%, #8af5c8 50%, #45f0b0 70%, transparent);
    opacity: 0.95;
    box-shadow: 0 0 10px rgba(69, 240, 176, 0.55);
    flex-shrink: 0;
}

#how-it-works .hiw-card__desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.6875rem;
    line-height: 1.55;
    color: #a8bbb4;
    max-width: 11.85rem;
    flex: 1;
}

@media (min-width: 640px) {
    #how-it-works .hiw-card__title {
        font-size: 0.96875rem;
    }

    #how-it-works .hiw-card__desc {
        font-size: 0.75rem;
    }
}

/* Progressive enhancement: visible by default, hide only when JS enables animation */
#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-card {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card {
    animation: hiwCardIn 0.68s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.28s + var(--hiw-i, 0) * 0.12s);
}

@keyframes hiwCardIn {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-showcase__badge,
#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-showcase__heading,
#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-showcase__desc {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-showcase__badge {
    animation: hiwFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-showcase__heading {
    animation: hiwFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.12s forwards;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-showcase__desc {
    animation: hiwFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes hiwFadeUp {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Connectors */
#how-it-works .hiw-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    color: #8af5c8;
    width: 100%;
    max-width: 14rem;
    height: 3.25rem;
    padding: 0.25rem 0;
}

#how-it-works .hiw-connector__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

#how-it-works .hiw-connector__svg--h {
    display: none;
}

#how-it-works .hiw-connector__svg--v {
    display: block;
}

@media (min-width: 1100px) {
    #how-it-works .hiw-connector {
        width: clamp(3.25rem, 4.2vw, 4.75rem);
        max-width: none;
        height: 3.5rem;
        min-height: 0;
        align-self: flex-start;
        margin-top: 4.65rem;
        padding: 0;
        flex: 0 0 auto;
    }

    #how-it-works .hiw-connector__svg--h {
        display: block;
    }

    #how-it-works .hiw-connector__svg--v {
        display: none;
    }
}

#how-it-works .hiw-connector__path {
    fill: none;
    stroke: rgba(110, 245, 195, 0.55);
    stroke-width: 1.4;
    stroke-dasharray: 2.5 5.5;
    stroke-linecap: round;
    stroke-dashoffset: 0;
    filter: drop-shadow(0 0 3px rgba(69, 240, 176, 0.35));
}

#how-it-works .hiw-connector__dot {
    opacity: 0;
    pointer-events: none;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-connector__dot {
    opacity: 1;
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-connector__path {
    stroke-dashoffset: 160;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-connector__path {
    animation:
        hiwPathDraw 1s cubic-bezier(0.22, 1, 0.36, 1) forwards,
        hiwPathPulse 2.8s ease-in-out 1.1s infinite;
    animation-delay: calc(0.55s + var(--hiw-conn, 0) * 0.18s), calc(1.1s + var(--hiw-conn, 0) * 0.18s);
}

@keyframes hiwPathPulse {
    0%,
    100% {
        stroke: rgba(110, 245, 195, 0.42);
    }

    50% {
        stroke: rgba(160, 255, 215, 0.82);
    }
}

@keyframes hiwPathDraw {
    to {
        stroke-dashoffset: 0;
    }
}

#how-it-works .hiw-connector__arrow {
    fill: none;
    stroke: rgba(138, 245, 200, 0.72);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 2px rgba(69, 240, 176, 0.35));
    opacity: 0.85;
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-connector__arrow {
    opacity: 0;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-connector__arrow {
    animation: hiwArrowIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.85s + var(--hiw-conn, 0) * 0.18s);
}

@keyframes hiwArrowIn {
    to {
        opacity: 0.85;
    }
}

/* Icon animations (once) */
#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="1"] .hiw-card__icon--whatsapp {
    animation: hiwWaPulse 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}

@keyframes hiwWaPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="2"] .hiw-card__layer--1 {
    animation: hiwLayerLeft 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.95s forwards;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="2"] .hiw-card__layer--2 {
    animation: hiwLayerRight 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.05s forwards;
}

@keyframes hiwLayerLeft {
    to { opacity: 0.65; transform: translateX(0) rotate(-4deg); }
}

@keyframes hiwLayerRight {
    to { opacity: 0.65; transform: translateX(0) rotate(4deg); }
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="3"] .hiw-card__wave--1 {
    animation: hiwWaveIn 0.5s ease 1s forwards;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="3"] .hiw-card__wave--2 {
    animation: hiwWaveIn 0.5s ease 1.15s forwards;
}

@keyframes hiwWaveIn {
    to { opacity: 0.85; }
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-card[data-hiw-step="4"] .hiw-card__chart-line {
    animation: hiwChartDraw 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

@keyframes hiwChartDraw {
    to { stroke-dashoffset: 0; }
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
    #how-it-works .hiw-card:hover {
        transform: translate3d(0, -5px, 0);
        border-color: rgba(138, 245, 200, 0.5);
        box-shadow:
            inset 0 1px 0 rgba(170, 255, 220, 0.28),
            0 0 42px rgba(69, 240, 176, 0.14),
            0 8px 24px rgba(0, 0, 0, 0.18);
    }

    #how-it-works .hiw-card:hover .hiw-card__icon {
        transform: scale(1.04);
    }

    #how-it-works .hiw-card:hover .hiw-card__ring--outer {
        box-shadow:
            0 0 40px rgba(37, 211, 102, 0.24),
            inset 0 0 18px rgba(69, 240, 176, 0.12);
    }
}

/* Trust line */
#how-it-works .hiw-showcase__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4375rem;
    margin-top: 2.25rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    color: #8a9e97;
}

#how-it-works.hiw-showcase.hiw-animate-ready:not(.is-visible) .hiw-showcase__trust {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
}

#how-it-works .hiw-showcase__trust svg {
    width: 0.9375rem;
    height: 0.9375rem;
    color: #45f0b0;
    flex-shrink: 0;
}

#how-it-works.hiw-showcase.hiw-animate-ready.is-visible .hiw-showcase__trust {
    animation: hiwFadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.15s forwards;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    #how-it-works .hiw-showcase__badge,
    #how-it-works .hiw-showcase__heading,
    #how-it-works .hiw-showcase__desc,
    #how-it-works .hiw-card,
    #how-it-works .hiw-card__num,
    #how-it-works .hiw-connector__path,
    #how-it-works .hiw-connector__arrow,
    #how-it-works .hiw-showcase__trust {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    #how-it-works .hiw-connector__path {
        stroke-dashoffset: 0 !important;
    }

    #how-it-works .hiw-card__layer--1,
    #how-it-works .hiw-card__layer--2,
    #how-it-works .hiw-card__wave {
        opacity: 0.65 !important;
    }

    #how-it-works .hiw-card__chart-line {
        stroke-dashoffset: 0 !important;
    }

    #how-it-works .hiw-connector__arrow {
        opacity: 0.85 !important;
    }

    #how-it-works .hiw-connector__dot {
        opacity: 0 !important;
    }
}
