:root {
    --amx-green: #004532;
    --amx-green-2: #073f32;
    --amx-lime: #97bc27;
    --amx-cream: #f4f7ef;
    --amx-ink: #17211d;
    --amx-muted: #68756e;
    --amx-line: rgba(0, 69, 50, .12);
    --amx-shadow: 0 28px 80px rgba(0, 44, 32, .24), 0 8px 24px rgba(0, 44, 32, .12);
}

.ask-modulix-root {
    --amx-bottom: 24px;
    position: fixed;
    z-index: 2147482000;
    bottom: var(--amx-bottom);
    left: 24px;
    font-family: "Zain", "Segoe UI", Arial, sans-serif;
    color: var(--amx-ink);
    box-sizing: border-box;
}

.ask-modulix-root *,
.ask-modulix-root *::before,
.ask-modulix-root *::after {
    box-sizing: border-box;
}

.ask-modulix-root.amx-pos-right {
    left: auto;
    right: 24px;
}

.amx-launcher {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 178px;
    height: 64px;
    padding: 8px 18px 8px 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    background: linear-gradient(135deg, #004532 0%, #073f32 100%);
    color: #fff;
    box-shadow: 0 14px 36px rgba(0, 69, 50, .3);
    cursor: pointer;
    overflow: visible;
    transition: transform .25s ease, box-shadow .25s ease, opacity .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.amx-launcher:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(0, 69, 50, .38);
}

.amx-launcher:focus-visible,
.amx-close:focus-visible,
.amx-option:focus-visible,
.amx-primary:focus-visible,
.amx-back:focus-visible,
.amx-restart:focus-visible,
.amx-teaser:focus-visible,
.amx-summary-row button:focus-visible {
    outline: 3px solid rgba(151, 188, 39, .45);
    outline-offset: 3px;
}

.amx-launcher-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 69, 50, .08);
}

.amx-launcher-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.amx-launcher-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.05;
    white-space: nowrap;
}

.amx-launcher-copy strong {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.2px;
}

.amx-launcher-copy small {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.72);
}


.amx-launcher-copy small i {
    position: relative;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--amx-lime);
    animation: amxOnlineGlow 1.8s ease-in-out infinite;
}

.amx-launcher-pulse {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--amx-lime);
}

.amx-launcher-pulse::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(151, 188, 39, .7);
    border-radius: 50%;
    animation: amxPulse 2s infinite;
}

@keyframes amxPulse {
    0% { transform: scale(.65); opacity: 1; }
    80%, 100% { transform: scale(1.65); opacity: 0; }
}

.amx-teaser {
    position: absolute;
    bottom: 76px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    max-width: 300px;
    padding: 14px 15px 14px 18px;
    border: 1px solid rgba(0, 69, 50, .1);
    border-radius: 16px 16px 16px 5px;
    background: #fff;
    color: var(--amx-ink);
    box-shadow: 0 14px 38px rgba(0, 44, 32, .18);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transform: translateY(8px) scale(.96);
    transition: opacity .25s ease, transform .25s ease;
}

.amx-pos-right .amx-teaser {
    left: auto;
    right: 0;
    border-radius: 16px 16px 5px 16px;
}

.amx-teaser.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.amx-teaser-arrow,
.amx-option-arrow {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--amx-green);
}

.amx-option-icon svg,
.amx-teaser-arrow svg,
.amx-option-arrow svg,
.amx-primary svg,
.amx-close svg,
.amx-back svg,
.amx-summary-row svg,
.amx-privacy svg,
.amx-eyebrow svg,
.amx-review-check svg,
.amx-recommend-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.amx-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(0, 34, 25, .34);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .25s ease;
}

.amx-panel {
    position: fixed;
    z-index: 2;
    left: 24px;
    bottom: 20px;
    width: min(430px, calc(100vw - 32px));
    height: min(760px, calc(100vh - 40px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--amx-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-28px, 18px, 0) scale(.97);
    transform-origin: left bottom;
    transition: opacity .28s ease, transform .32s cubic-bezier(.2,.8,.2,1);
}

.amx-pos-right .amx-panel {
    left: auto;
    right: 24px;
    transform: translate3d(28px, 18px, 0) scale(.97);
    transform-origin: right bottom;
}

.amx-open .amx-overlay {
    opacity: 1;
}

.amx-open .amx-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.amx-open .amx-launcher,
.amx-open .amx-teaser {
    opacity: 0;
    pointer-events: none;
}

.amx-header {
    position: relative;
    flex: 0 0 auto;
    min-height: 94px;
    padding: 20px 20px 18px;
    background:
        radial-gradient(circle at 84% 10%, rgba(151,188,39,.2), transparent 32%),
        linear-gradient(135deg, #004532 0%, #063d31 100%);
    color: #fff;
}

.amx-header::after {
    content: "";
    position: absolute;
    inset: auto -60px -70px auto;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    pointer-events: none;
}

.amx-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.amx-brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.amx-brand-mark img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.amx-brand > span:last-child {
    display: flex;
    flex-direction: column;
}

.amx-brand strong {
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
}

.amx-brand small {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 600;
}

.amx-brand small i {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--amx-lime);
    box-shadow: 0 0 0 4px rgba(151,188,39,.13);
    animation: amxOnlineGlow 1.8s ease-in-out infinite;
}

.amx-brand small i::after,
.amx-launcher-copy small i::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(151,188,39,.65);
    border-radius: 50%;
    animation: amxOnlineRing 1.8s ease-out infinite;
}

@keyframes amxOnlineGlow {
    0%, 100% { transform: scale(.92); box-shadow: 0 0 0 3px rgba(151,188,39,.10), 0 0 0 rgba(151,188,39,0); }
    50% { transform: scale(1.08); box-shadow: 0 0 0 5px rgba(151,188,39,.15), 0 0 14px rgba(151,188,39,.48); }
}

@keyframes amxOnlineRing {
    0% { transform: scale(.55); opacity: .85; }
    80%, 100% { transform: scale(1.8); opacity: 0; }
}

.amx-close {
    position: absolute;
    z-index: 6;
    top: 22px;
    right: 18px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 13px;
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.amx-close:hover {
    background: rgba(255,255,255,.16);
    transform: rotate(4deg);
}

.amx-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    background: rgba(255,255,255,.09);
}

.amx-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(90deg, var(--amx-lime), #b9d952);
    transition: width .35s ease;
}

.amx-main {
    flex: 1 1 0%;
    min-height: 0;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    background:
        linear-gradient(180deg, rgba(244,247,239,.55), rgba(255,255,255,0) 130px),
        #fff;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,69,50,.18) transparent;
}

.amx-main::-webkit-scrollbar { width: 6px; }
.amx-main::-webkit-scrollbar-thumb { background: rgba(0,69,50,.17); border-radius: 10px; }

.amx-conversation {
    min-height: 100%;
    padding: 24px;
}

.amx-footer {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    padding: 10px 18px;
    border-top: 1px solid var(--amx-line);
    background: rgba(255,255,255,.95);
}

.amx-back,
.amx-restart {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border: 0;
    background: transparent;
    color: var(--amx-green);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.amx-back svg { width: 18px; height: 18px; }
.amx-back:disabled { opacity: .35; cursor: default; }
.amx-footer .is-hidden { visibility: hidden; }

.amx-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 4px 10px;
    text-align: center;
}

.amx-welcome-art {
    position: relative;
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
}

.amx-welcome-art::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 34px;
    background: linear-gradient(145deg, #fff 10%, #f1f7e8 100%);
    box-shadow: 0 18px 42px rgba(0,69,50,.14), inset 0 0 0 1px rgba(0,69,50,.06);
    transform: rotate(8deg);
}

.amx-welcome-art img {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.amx-orbit {
    position: absolute;
    border: 1px solid rgba(151,188,39,.34);
    border-radius: 50%;
}

.amx-orbit-a { inset: 4px; animation: amxSpin 12s linear infinite; }
.amx-orbit-b { inset: 13px; border-color: rgba(0,69,50,.12); animation: amxSpin 9s linear reverse infinite; }
.amx-orbit::before { content: ""; position: absolute; width: 8px; height: 8px; top: 8px; left: 23px; border-radius: 50%; background: var(--amx-lime); }
.amx-orbit-b::before { top: auto; left: auto; right: 5px; bottom: 27px; width: 6px; height: 6px; background: var(--amx-green); }

@keyframes amxSpin { to { transform: rotate(360deg); } }

.amx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--amx-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.amx-eyebrow svg { width: 16px; height: 16px; color: var(--amx-lime); }

.amx-welcome h2,
.amx-question h2,
.amx-review h2 {
    margin: 0;
    color: var(--amx-ink);
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -.65px;
    font-weight: 700;
}

.amx-welcome p {
    max-width: 340px;
    margin: 14px auto 22px;
    color: var(--amx-muted);
    font-size: 15px;
    line-height: 1.7;
}

.amx-primary {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(135deg, var(--amx-green), #086148);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,69,50,.2);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.amx-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0,69,50,.28);
    filter: saturate(1.08);
}

.amx-primary svg { width: 20px; height: 20px; }
.amx-start { max-width: 290px; background: linear-gradient(135deg, var(--amx-lime), #7fa71a); color: #102114; box-shadow: 0 12px 28px rgba(151,188,39,.25); }

.amx-privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--amx-cream);
    color: #637168;
    font-size: 11px;
    line-height: 1.45;
    text-align: start;
}

.amx-privacy svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--amx-green); }

.amx-step {
    animation: amxStepIn .28s ease both;
}

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

.amx-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.amx-bot-dot {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--amx-green);
    box-shadow: 0 8px 18px rgba(0,69,50,.16);
}

.amx-bot-dot img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.amx-question small {
    display: block;
    margin: 1px 0 4px;
    color: var(--amx-lime);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.amx-question h2 {
    font-size: 23px;
    line-height: 1.22;
}

.amx-optional {
    margin: 5px 0 0;
    color: var(--amx-muted);
    font-size: 12px;
}

.amx-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.amx-option {
    width: 100%;
    min-height: 62px;
    display: grid;
    grid-template-columns: 42px 1fr 28px;
    align-items: center;
    gap: 12px;
    padding: 9px 12px 9px 10px;
    border: 1px solid var(--amx-line);
    border-radius: 16px;
    background: #fff;
    color: var(--amx-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    text-align: start;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.amx-option:hover,
.amx-option.is-selected {
    border-color: rgba(151,188,39,.65);
    background: linear-gradient(90deg, rgba(151,188,39,.1), rgba(255,255,255,1) 55%);
    box-shadow: 0 8px 22px rgba(0,69,50,.08);
    transform: translateX(3px);
}

.amx-option-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--amx-cream);
    color: var(--amx-green);
}

.amx-option-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.amx-option-arrow { color: rgba(0,69,50,.38); }

.amx-form input,
.amx-form textarea {
    width: 100%;
    border: 1.5px solid rgba(0,69,50,.14);
    border-radius: 17px;
    background: #fbfcf9;
    color: var(--amx-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.amx-form input {
    height: 58px;
    padding: 0 17px;
}

.amx-form textarea {
    min-height: 150px;
    padding: 15px 17px;
    resize: vertical;
}

.amx-form input:focus,
.amx-form textarea:focus {
    border-color: var(--amx-lime);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(151,188,39,.12);
}

.amx-form .amx-primary { margin-top: 14px; }
.amx-field-error { min-height: 18px; margin-top: 5px; color: #a22d2d; font-size: 12px; font-weight: 700; }
.amx-form.has-error input, .amx-form.has-error textarea { border-color: #c84d4d; }

.amx-recommendation {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(151,188,39,.28);
    border-radius: 22px;
    background: linear-gradient(145deg, #f7faef, #eef5df);
    text-align: center;
}

.amx-recommendation::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -35px;
    bottom: -45px;
    border-radius: 50%;
    background: rgba(151,188,39,.12);
}

.amx-recommend-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    border-radius: 15px;
    background: var(--amx-green);
    color: #fff;
}

.amx-recommendation strong { display: block; color: var(--amx-green); font-size: 22px; line-height: 1.2; }
.amx-recommendation p { position: relative; z-index: 1; margin: 12px 0 0; color: var(--amx-muted); font-size: 14px; line-height: 1.6; }
.amx-recommend-next { margin-top: 14px; }

.amx-review-head {
    text-align: center;
    margin-bottom: 18px;
}

.amx-review-check {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 13px;
    border-radius: 19px;
    background: linear-gradient(135deg, var(--amx-lime), #7fa71a);
    color: #fff;
    box-shadow: 0 12px 28px rgba(151,188,39,.24);
}

.amx-review-check svg { width: 29px; height: 29px; stroke-width: 2.2; }
.amx-review-head p { margin: 9px 0 0; color: var(--amx-muted); font-size: 13px; line-height: 1.55; }

.amx-summary {
    overflow: hidden;
    border: 1px solid var(--amx-line);
    border-radius: 18px;
    background: #fff;
}

.amx-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-bottom: 1px solid var(--amx-line);
}

.amx-summary-row:last-child { border-bottom: 0; }
.amx-summary-row > div { min-width: 0; }
.amx-summary-row small { display: block; margin-bottom: 3px; color: var(--amx-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.amx-summary-row strong { display: block; overflow-wrap: anywhere; color: var(--amx-ink); font-size: 13px; line-height: 1.35; }

.amx-summary-row button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 8px;
    border: 0;
    border-radius: 10px;
    background: var(--amx-cream);
    color: var(--amx-green);
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.amx-summary-row button svg { width: 14px; height: 14px; }
.amx-whatsapp { background: linear-gradient(135deg, #0e8f56, #087542); }
.amx-ready-note { margin: 9px 4px 0; color: var(--amx-muted); font-size: 11px; line-height: 1.45; text-align: center; }

.amx-review-dock {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    padding: 14px 18px 12px;
    border-top: 1px solid var(--amx-line);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -12px 28px rgba(0,69,50,.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.amx-review-dock[hidden] {
    display: none !important;
}

.amx-review-dock .amx-whatsapp {
    min-height: 56px;
}

.amx-rtl {
    direction: rtl;
}

.amx-rtl .amx-launcher { padding: 8px 8px 8px 18px; }
.amx-rtl .amx-launcher-copy { align-items: flex-start; }
.amx-rtl .amx-launcher-pulse { right: auto; left: -3px; }
.amx-rtl .amx-close { right: auto; left: 18px; }
.amx-rtl .amx-progress span { border-radius: 4px 0 0 4px; }
.amx-rtl .amx-option:hover, .amx-rtl .amx-option.is-selected { transform: translateX(-3px); }

@media (max-width: 600px) {
    html.amx-lock-page,
    html.amx-lock-page body {
        overflow: hidden !important;
    }

    .ask-modulix-root,
    .ask-modulix-root.amx-pos-right {
        left: 14px;
        right: auto;
        bottom: calc(var(--amx-bottom) + env(safe-area-inset-bottom, 0px));
    }

    .amx-launcher {
        min-width: 0;
        height: 58px;
        border-radius: 18px;
    }

    .amx-launcher-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
    .amx-launcher-icon img { width: 30px; height: 30px; }
    .amx-launcher-copy strong { font-size: 15px; }

    .amx-panel,
    .amx-pos-right .amx-panel {
        inset: 0;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        border: 0;
        border-radius: 0;
        transform: translate3d(0, 34px, 0) scale(.99);
        transform-origin: center bottom;
    }

    .amx-open .amx-panel { transform: translate3d(0,0,0) scale(1); }
    .amx-header { padding-top: calc(18px + env(safe-area-inset-top, 0px)); }
    .amx-conversation { padding: 22px 18px; }
    .amx-review-dock { padding: 12px 18px 10px; }
    .amx-footer { padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); }
    .amx-welcome h2, .amx-review h2 { font-size: 27px; }
    .amx-question h2 { font-size: 22px; }
    .amx-teaser { max-width: calc(100vw - 28px); }
}

@media (max-width: 380px) {
    .amx-launcher-copy small { display: none; }
    .amx-launcher { min-width: 150px; }
    .amx-conversation { padding-left: 15px; padding-right: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .ask-modulix-root *,
    .ask-modulix-root *::before,
    .ask-modulix-root *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}


/* v1.1 interaction and recommendation refinements */
html.amx-lock-page {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}

body.amx-lock-page {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}

.amx-panel {
    overscroll-behavior: contain;
}

.amx-header::after {
    pointer-events: none;
}

.amx-brand,
.amx-close,
.amx-progress {
    position: relative;
    z-index: 3;
}

.amx-close {
    position: absolute;
    z-index: 10;
    touch-action: manipulation;
}

.amx-explore-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    margin-top: 13px;
    padding: 15px;
    border: 1px solid rgba(0,69,50,.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,69,50,.07);
}

.amx-explore-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--amx-cream);
    color: var(--amx-green);
}

.amx-explore-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.amx-explore-copy { min-width: 0; }
.amx-explore-copy > strong {
    display: block;
    color: var(--amx-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}
.amx-explore-copy > p {
    margin: 5px 0 10px;
    color: var(--amx-muted);
    font-size: 12px;
    line-height: 1.55;
}

.amx-solution-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.amx-solution-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 8px 11px;
    border: 1px solid rgba(151,188,39,.45);
    border-radius: 11px;
    background: rgba(151,188,39,.09);
    color: var(--amx-green);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.amx-solution-links a:hover {
    border-color: var(--amx-lime);
    background: rgba(151,188,39,.16);
    transform: translateY(-1px);
}

.amx-solution-links a svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ask-modulix-root strong,
.ask-modulix-root b {
    font-weight: 700;
}

@media (max-width: 600px) {
    .amx-main {
        min-height: 0;
        height: 0;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }

    .amx-explore-card {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 13px;
    }

    .amx-explore-icon {
        width: 38px;
        height: 38px;
    }
}
