.jmc-smart-entry {
    --jmc-smart-green: #50ab38;
    --jmc-smart-green-dark: #267918;
    --jmc-smart-brown: #593b2f;
    --jmc-smart-ink: #172c27;
    --jmc-smart-muted: #60716a;
    --jmc-smart-line: rgba(89, 59, 47, .14);
    --jmc-smart-soft: #f5faf5;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: calc(100svh - 136px);
    padding: clamp(24px, 4svh, 52px) 0;
    background:
        linear-gradient(112deg, rgba(247, 251, 247, .98) 0%, rgba(255, 255, 255, .97) 55%, rgba(255, 247, 241, .96) 100%);
    color: var(--jmc-smart-ink);
    overflow: visible;
}

.jmc-smart-entry > .uk-container {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 44px));
    max-width: min(1180px, calc(100vw - 44px)) !important;
}

.jmc-smart-entry:before,
.jmc-smart-entry:after {
    content: "";
    position: absolute;
    z-index: 0;
    width: min(48vw, 680px);
    aspect-ratio: 1400 / 1120;
    background: url("/template/images/jmc-botanical-branch.png") center / contain no-repeat;
    opacity: .16;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.jmc-smart-entry:before {
    left: clamp(-170px, -8vw, -70px);
    bottom: clamp(-18px, 1svh, 10px);
    transform: scaleX(-1) rotate(4deg);
}

.jmc-smart-entry:after {
    top: clamp(10px, 3.2svh, 34px);
    right: clamp(-160px, -7vw, -56px);
    transform: rotate(-3deg);
}

.jmc-smart-entry *,
.jmc-ai-demo * {
    box-sizing: border-box;
}

.jmc-smart-entry__copy,
.jmc-ai-demo__copy,
.jmc-ai-demo__chat {
    min-width: 0;
    max-width: 100%;
}

.jmc-smart-entry__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.2svh, 24px);
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    animation: jmcSmartEntryReveal .72s ease both;
}

.jmc-smart-entry__copy h1,
.jmc-ai-demo__copy h1 {
    max-width: min(1220px, 100%);
    margin: 0;
    color: var(--jmc-smart-ink);
    font-family: "Arial Black", "Inter Tight", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(42px, 3.55vw, 66px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: break-word;
}

.jmc-smart-entry__title-outline {
    display: inline;
    font-size: 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2.2px #50ab38;
    text-stroke: 2.2px #6a4636;
    paint-order: stroke fill;
}

.jmc-smart-entry__title-outline span {
    display: inline-block;
    font-size: clamp(42px, 3.55vw, 66px);
    transform: translateY(0);
    animation: none;
}

.jmc-smart-entry__title-outline span:nth-child(5),
.jmc-smart-entry__title-outline span:nth-child(12),
.jmc-smart-entry__title-outline span:nth-child(21) {
    animation: jmcSmartLetterHop 3s ease-in-out infinite;
}

.jmc-smart-entry__title-outline span:nth-child(12) {
    animation-delay: .18s;
}

.jmc-smart-entry__title-outline span:nth-child(21) {
    animation-delay: .34s;
}

.jmc-smart-entry__title-outline .is-space {
    width: .18em;
    animation: none;
}

.jmc-smart-entry__copy p,
.jmc-ai-demo__copy p {
    max-width: 520px;
    margin: 2px 0 0;
    color: var(--jmc-smart-muted);
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.55;
    font-weight: 500;
}

.jmc-smart-entry__kicker,
.jmc-ai-demo__kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(80, 171, 56, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
    color: var(--jmc-smart-green-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.jmc-smart-entry__kicker img,
.jmc-ai-demo__kicker img {
    width: 18px;
    height: 18px;
    filter: invert(43%) sepia(41%) saturate(905%) hue-rotate(65deg) brightness(90%) contrast(87%);
}

.jmc-smart-entry__search {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 38px auto;
    align-items: center;
    max-width: 740px;
    width: 100%;
    min-height: 60px;
    margin: 4px auto 0;
    border: 1px solid rgba(89, 59, 47, .22);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(23, 44, 39, .08), 0 0 0 0 rgba(80, 171, 56, 0);
    animation: jmcSmartEntryLift .72s ease .08s both;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.jmc-smart-entry__search:focus-within {
    border-color: rgba(80, 171, 56, .72);
    box-shadow: 0 18px 60px rgba(23, 44, 39, .08), 0 0 0 4px rgba(80, 171, 56, .1);
    transform: translateY(-1px);
}

.jmc-smart-entry__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.jmc-smart-entry__search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.jmc-smart-entry__search-icon img {
    width: 22px;
    height: 22px;
    filter: invert(23%) sepia(13%) saturate(1060%) hue-rotate(335deg) brightness(91%) contrast(86%);
}

.jmc-smart-entry__search input {
    width: 100%;
    min-width: 0;
    height: 58px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--jmc-smart-ink);
    font-size: 18px;
    font-weight: 700;
}

.jmc-smart-entry__search input::placeholder {
    color: rgba(96, 113, 106, .76);
    font-weight: 600;
}

.jmc-smart-entry__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(89, 59, 47, .07);
    color: var(--jmc-smart-brown);
    cursor: pointer;
    opacity: 0;
    transform: scale(.82);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease, background .16s ease;
}

.jmc-smart-entry__search.has-value .jmc-smart-entry__clear {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.jmc-smart-entry__clear:hover {
    background: rgba(89, 59, 47, .12);
}

.jmc-smart-entry__clear img {
    width: 16px;
    height: 16px;
    filter: invert(23%) sepia(13%) saturate(1060%) hue-rotate(335deg) brightness(91%) contrast(86%);
}

.jmc-smart-entry__search button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 124px;
    height: 46px;
    margin-right: 8px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--jmc-smart-green);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.jmc-smart-entry__search button[type="submit"]:hover {
    transform: translateY(-1px);
    background: var(--jmc-smart-green-dark);
}

.jmc-smart-entry__search button[type="submit"] img,
.jmc-smart-entry__action img,
.jmc-ai-demo__button img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.jmc-smart-entry__results {
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 10px);
    z-index: 30;
    width: min(100%, 520px);
    text-align: left;
    max-height: min(280px, 40vh);
    overflow: auto;
    border: 1px solid rgba(89, 59, 47, .16);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(23, 44, 39, .16);
    scrollbar-width: thin;
    scrollbar-color: rgba(80, 171, 56, .62) rgba(245, 250, 245, .9);
}

.jmc-smart-entry__results::-webkit-scrollbar {
    width: 8px;
}

.jmc-smart-entry__results::-webkit-scrollbar-track {
    margin: 8px 0;
    border-radius: 999px;
    background: rgba(245, 250, 245, .95);
}

.jmc-smart-entry__results::-webkit-scrollbar-thumb {
    border: 2px solid rgba(245, 250, 245, .95);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(80, 171, 56, .76), rgba(38, 121, 24, .78));
}

.jmc-smart-entry__results::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(80, 171, 56, .94), rgba(38, 121, 24, .96));
}

.jmc-smart-entry.is-searching .jmc-smart-entry__actions {
    animation: none !important;
    opacity: 0 !important;
    transform: translateY(12px) !important;
    pointer-events: none;
}

.jmc-smart-entry__result-empty,
.jmc-smart-entry__result-loading {
    padding: 18px;
    color: var(--jmc-smart-muted);
    font-size: 14px;
    font-weight: 750;
}

.jmc-smart-entry__result-list {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 5px;
    list-style: none;
}

.jmc-smart-entry__result-link {
    display: grid;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--jmc-smart-ink);
    text-decoration: none;
}

.jmc-smart-entry__result-link:hover {
    background: rgba(80, 171, 56, .09);
    color: var(--jmc-smart-green-dark);
    text-decoration: none;
}

.jmc-smart-entry__result-group {
    color: var(--jmc-smart-green-dark);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.jmc-smart-entry__result-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.24;
}

.jmc-smart-entry__result-snippet {
    color: var(--jmc-smart-muted);
    font-size: 12.5px;
    line-height: 1.32;
    overflow-wrap: anywhere;
}

.jmc-smart-entry__result-all {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 0 5px 5px;
    border-radius: 8px;
    background: rgba(80, 171, 56, .1);
    color: var(--jmc-smart-green-dark);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.jmc-ai-demo__chips button {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(80, 171, 56, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: var(--jmc-smart-green-dark);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.jmc-ai-demo__chips button:hover {
    transform: translateY(-1px);
    border-color: rgba(80, 171, 56, .42);
    background: rgba(80, 171, 56, .1);
}

.jmc-ai-demo__chat {
    border: 1px solid rgba(89, 59, 47, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 24px 70px rgba(23, 44, 39, .12);
    overflow: hidden;
}

.jmc-ai-demo__chat-top small {
    color: var(--jmc-smart-muted);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.jmc-ai-demo__chat-top span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: var(--jmc-smart-green);
}

.jmc-ai-demo__chat-top img {
    width: 27px;
    height: 27px;
    filter: brightness(0) invert(1);
}

.jmc-smart-entry__actions,
.jmc-ai-demo__actions {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 12px;
    width: min(390px, 100%);
    padding: 0;
    margin: 0 auto;
    animation: jmcSmartEntryLift .72s ease .16s both;
    transition: opacity .18s ease, transform .18s ease;
}

.jmc-smart-entry__action,
.jmc-ai-demo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.jmc-smart-entry__action:hover,
.jmc-ai-demo__button:hover {
    text-decoration: none;
}

.jmc-smart-entry__action--primary,
.jmc-ai-demo__button--primary {
    background: var(--jmc-smart-green);
    color: #fff;
}

.jmc-smart-entry__action--primary:hover,
.jmc-ai-demo__button--primary:hover {
    background: var(--jmc-smart-green-dark);
    color: #fff;
}

.jmc-smart-entry__action--secondary,
.jmc-ai-demo__button--ghost {
    position: relative;
    min-width: 128px;
    justify-content: flex-start;
    gap: 7px;
    padding: 0 50px 0 14px;
    border: 1px solid rgba(80, 171, 56, .18);
    background: rgba(255, 255, 255, .7);
    color: var(--jmc-smart-green-dark);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.jmc-smart-entry__action--secondary:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 31px;
    height: 18px;
    border-radius: 999px;
    background: rgba(89, 59, 47, .14);
    transform: translateY(-50%);
    transition: background .22s ease;
}

.jmc-smart-entry__action--secondary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(89, 59, 47, .42);
    transform: translateY(-50%);
    transition: right .24s ease, background .22s ease;
}

.jmc-smart-entry__action--secondary:hover {
    border-color: rgba(80, 171, 56, .28);
    background: #fff;
    color: var(--jmc-smart-green-dark);
}

.jmc-smart-entry__action--secondary.is-on:before,
.jmc-smart-entry__action--secondary[aria-checked="true"]:before {
    background: rgba(80, 171, 56, .22);
}

.jmc-smart-entry__action--secondary.is-on:after,
.jmc-smart-entry__action--secondary[aria-checked="true"]:after {
    right: 13px;
    background: #50ab38;
}

.jmc-smart-entry__action--secondary img,
.jmc-ai-demo__button--ghost img {
    width: 16px;
    height: 16px;
    filter: none;
}

@keyframes jmcSmartEntryReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes jmcSmartEntryLift {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes jmcSmartLetterHop {
    0%, 72%, 100% {
        transform: translateY(0);
    }
    78% {
        transform: translateY(-.075em) rotate(-.45deg);
    }
    84% {
        transform: translateY(.025em) rotate(.35deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .jmc-smart-entry__copy,
    .jmc-smart-entry__search,
    .jmc-smart-entry__actions,
    .jmc-smart-entry__title-outline span {
        animation: none !important;
    }
}

.jmc-smart-entry + .uk-slideshow-global {
    padding: clamp(10px, 1.6svh, 18px) 0 20px !important;
    background: linear-gradient(180deg, #fff 0%, #fff7f0 100%) !important;
    overflow: visible !important;
}

.jmc-smart-entry + .uk-slideshow-global:before,
.jmc-smart-entry + .uk-slideshow-global:after {
    display: none !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-container {
    box-sizing: border-box !important;
    width: min(96vw, 1680px) !important;
    max-width: min(96vw, 1680px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-position-relative.uk-visible-toggle {
    width: 100%;
    aspect-ratio: 1680 / 660;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.jmc-smart-entry + .uk-slideshow-global .uk-slider-items,
.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li {
    height: 100% !important;
    min-height: 0 !important;
}

.jmc-smart-entry + .uk-slideshow-global:not(.uk-slideshow-global-mb) .uk-slider-items > li > * {
    height: 100% !important;
    min-height: 0 !important;
    transform: none !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li.uk-active > * {
    opacity: 1 !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li > a,
.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li > div,
.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li > a > picture,
.jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li > div > picture {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 8px;
}

.jmc-smart-entry + .uk-slideshow-global .uk-slider-items img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 8px;
    transform: none !important;
    z-index: 1 !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 28px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    padding: 5px 0 3px !important;
    transform: none !important;
    line-height: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    margin-left: 0 !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav > * {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    overflow: visible !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav > * > * {
    width: 18px !important;
    height: 4px !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 999px !important;
    background: rgba(89, 59, 47, .16) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: width .22s ease, background .22s ease, transform .22s ease !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav > * > *:before,
.jmc-smart-entry + .uk-slideshow-global .uk-dotnav > * > *:after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav > .uk-active > * {
    width: 34px !important;
    height: 4px !important;
    background: #50ab38 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav:hover > * > * {
    background: rgba(89, 59, 47, .24) !important;
}

.jmc-smart-entry + .uk-slideshow-global .uk-dotnav:hover > .uk-active > * {
    background: #3fa12e !important;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 12px 34px rgba(23, 44, 39, .16);
    color: #267918;
    transform: translateY(-50%);
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow:hover {
    background: #fff;
    box-shadow: 0 16px 42px rgba(23, 44, 39, .22);
    transform: translateY(-50%) scale(1.04);
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow span {
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow--prev {
    left: 16px;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow--prev span {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow--next {
    right: 16px;
}

.jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow--next span {
    transform: rotate(45deg);
    margin-right: 5px;
}

.jmc-ai-demo {
    --jmc-smart-green: #50ab38;
    --jmc-smart-green-dark: #267918;
    --jmc-smart-brown: #593b2f;
    --jmc-smart-ink: #172c27;
    --jmc-smart-muted: #60716a;
    min-height: 70vh;
    background: linear-gradient(135deg, #f7fbf7 0%, #ffffff 52%, #fff5ed 100%);
    color: var(--jmc-smart-ink);
}

.jmc-ai-demo__hero {
    padding: clamp(42px, 6vw, 92px) 0;
}

.jmc-ai-demo__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
    gap: clamp(26px, 5vw, 68px);
    align-items: center;
}

.jmc-ai-demo__actions {
    max-width: 420px;
    padding: 0;
    margin-top: 28px;
}

.jmc-ai-demo__chat {
    padding: 0;
}

.jmc-ai-demo__chat-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid rgba(89, 59, 47, .12);
}

.jmc-ai-demo__chat-top strong {
    display: block;
    color: var(--jmc-smart-ink);
    font-size: 18px;
    font-weight: 950;
}

.jmc-ai-demo__messages {
    display: grid;
    gap: 10px;
    padding: 20px;
    background: rgba(245, 250, 245, .72);
}

.jmc-ai-demo__bubble {
    max-width: 88%;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
}

.jmc-ai-demo__bubble--bot {
    justify-self: start;
    background: #fff;
    color: var(--jmc-smart-ink);
    box-shadow: 0 10px 28px rgba(23, 44, 39, .08);
}

.jmc-ai-demo__bubble--user {
    justify-self: end;
    background: var(--jmc-smart-green);
    color: #fff;
}

.jmc-ai-demo__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 20px 0;
}

.jmc-ai-demo__note {
    margin: 16px 20px 20px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(89, 59, 47, .08);
    color: var(--jmc-smart-muted);
    font-size: 13px;
    line-height: 1.42;
}

@media (max-width: 980px) {
    .jmc-smart-entry__copy {
        align-items: center;
    }

    .jmc-smart-entry__copy p,
    .jmc-smart-entry__actions {
        width: min(420px, 100%);
    }

    .jmc-ai-demo__layout {
        grid-template-columns: 1fr;
    }

    .jmc-ai-demo__chat {
        max-width: 680px;
    }
}

@media (max-width: 760px) {
    .jmc-smart-entry {
        min-height: 0;
        height: calc(100svh - 106px);
        padding: max(18px, env(safe-area-inset-top)) 0 max(18px, env(safe-area-inset-bottom));
        align-items: center;
        background:
            linear-gradient(145deg, rgba(250, 252, 250, .98) 0%, rgba(255, 255, 255, .98) 56%, rgba(255, 248, 242, .96) 100%);
        overflow: hidden;
    }

    .jmc-smart-entry > .uk-container {
        width: min(100vw - 32px, 390px) !important;
        max-width: min(100vw - 32px, 390px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .jmc-smart-entry__copy {
        width: 100%;
        gap: 12px;
        padding: 0;
        text-align: left;
        align-items: stretch;
    }

    .jmc-smart-entry:before,
    .jmc-smart-entry:after {
        width: 310px;
        opacity: .075;
    }

    .jmc-smart-entry:before {
        left: -180px;
        bottom: -18px;
    }

    .jmc-smart-entry:after {
        top: -10px;
        right: -150px;
    }

    .jmc-smart-entry__copy h1,
    .jmc-ai-demo__copy h1 {
        max-width: 320px;
        font-size: 30px;
        line-height: 1.02;
        text-align: left;
    }

    .jmc-smart-entry__title-outline span {
        font-size: 30px;
    }

    .jmc-smart-entry__title-outline {
        -webkit-text-stroke-width: 1.55px;
        text-stroke-width: 1.55px;
    }

    .jmc-smart-entry__copy p,
    .jmc-ai-demo__copy p {
        max-width: 280px;
        margin: 0;
        font-size: 13.5px;
        line-height: 1.45;
        text-align: left;
    }

    .jmc-smart-entry__search {
        grid-template-columns: 40px minmax(0, 1fr) 36px;
        min-height: 54px;
        max-width: 100%;
        margin-top: 4px;
        border-color: rgba(89, 59, 47, .2);
        border-radius: 8px;
        box-shadow: 0 16px 42px rgba(23, 44, 39, .08), 0 0 0 0 rgba(80, 171, 56, 0);
    }

    .jmc-smart-entry__search input {
        height: 54px;
        font-size: 14px;
        font-weight: 760;
    }

    .jmc-smart-entry__search-icon img {
        width: 20px;
        height: 20px;
    }

    .jmc-smart-entry__clear {
        width: 28px;
        height: 28px;
    }

    .jmc-smart-entry__search button[type="submit"] {
        grid-column: 1 / -1;
        width: calc(100% - 12px);
        min-width: 0;
        height: 42px;
        margin: 0 6px 6px;
        border-radius: 7px;
        font-size: 14px;
    }

    .jmc-smart-entry__results {
        top: calc(100% + 8px);
        width: 100%;
        max-height: min(250px, 34vh);
        border-radius: 8px;
    }

    .jmc-smart-entry__actions,
    .jmc-ai-demo__actions {
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
    }

    .jmc-smart-entry__action--secondary {
        justify-content: center;
        padding-left: 16px;
        background: rgba(255, 255, 255, .78);
    }

    .jmc-smart-entry__action,
    .jmc-ai-demo__button {
        min-height: 40px;
        border-radius: 8px;
        font-size: 13px;
    }

    .jmc-smart-entry + .uk-slideshow-global {
        padding-top: 10px !important;
        padding-bottom: 18px !important;
    }

    .jmc-smart-entry + .uk-slideshow-global .uk-container {
        width: min(92vw, 480px) !important;
        max-width: min(92vw, 480px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .jmc-smart-entry + .uk-slideshow-global .uk-position-relative.uk-visible-toggle,
    .jmc-smart-entry + .uk-slideshow-global .uk-slider-items,
    .jmc-smart-entry + .uk-slideshow-global .uk-slider-items > li,
    .jmc-smart-entry + .uk-slideshow-global:not(.uk-slideshow-global-mb) .uk-slider-items > li > * {
        aspect-ratio: auto;
        height: auto !important;
        max-height: none !important;
    }

    .jmc-smart-entry + .uk-slideshow-global .uk-slider-items img {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .jmc-smart-entry + .uk-slideshow-global .jmc-slider-arrow {
        display: none !important;
    }

    .jmc-ai-demo__hero {
        padding: 34px 0 48px;
    }
}

@media (max-width: 540px) {
    .jmc-smart-entry > .uk-container,
    .jmc-ai-demo__hero > .uk-container {
        width: min(360px, calc(100vw - 30px));
        max-width: min(360px, calc(100vw - 30px)) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .jmc-ai-demo__bubble {
        max-width: 96%;
    }
}
