.error-message {
    display: block !important;
    min-height: 20px;
    font-size: 12px;
    margin-top: 5px;
    color: #dc3545;
    line-height: 1.4;
}

.error-message:empty {
    min-height: 20px;
}

.form-clt input.error,
.form-clt textarea.error {
    border-color: #dc3545;
}

.whatsapp-contact-section {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.whatsapp-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.shape-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 5s;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -50px;
    animation-delay: 10s;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

.whatsapp-phone-mockup {
    position: relative;
    padding: 20px;
    perspective: 1000px;
}

.whatsapp-phone-mockup:hover .phone-frame {
    transform: rotateY(-5deg) rotateX(2deg);
}

.phone-frame {
    max-width: 320px;
    margin: 0 auto;
    background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 100%);
    border-radius: 40px;
    padding: 8px;
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.05),
        0 20px 60px rgba(0, 0, 0, 0.6),
        inset 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.phone-frame::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 120px;
    width: 3px;
    height: 50px;
    background: linear-gradient(to right, #2a2a2a, #1a1a1a);
    border-radius: 2px 0 0 2px;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.phone-frame::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 100px;
    width: 3px;
    height: 30px;
    background: linear-gradient(to left, #2a2a2a, #1a1a1a);
    border-radius: 0 2px 2px 0;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 28px;
    background: #1a1a1a;
    border-radius: 0 0 18px 18px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.notch-speaker {
    width: 60px;
    height: 6px;
    background: #0a0a0a;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}

.notch-camera {
    width: 12px;
    height: 12px;
    background: #1a1a1a;
    border-radius: 50%;
    border: 2px solid #0a0a0a;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
}

.phone-screen {
    background: #e5ddd5;
    border-radius: 32px;
    overflow: hidden;
    min-height: 580px;
    max-height: 650px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow:
        inset 0 0 20px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.phone-header {
    background: #075e54;
    padding: 15px;
    color: white;
    padding-top: 35px;
}

.phone-status-bar {
    height: 24px;
    background: transparent;
    margin: -15px -15px 8px -15px;
    padding: 4px 15px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: 600;
}

.status-time {
    font-size: 11px;
    font-weight: 700;
}

.status-icons {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 10px;
}

.signal-icon,
.wifi-icon,
.battery-icon {
    font-size: 10px;
    opacity: 0.9;
}

.phone-contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.contact-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.contact-details {
    flex: 1;
}

.contact-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.contact-status {
    font-size: 12px;
    opacity: 0.8;
}

.phone-messages {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

.message {
    display: flex;
    margin-bottom: 5px;
}

.message.received {
    justify-content: flex-start;
}

.message.sent {
    justify-content: flex-end;
}

.message-bubble {
    max-width: 70%;
    padding: 10px 12px;
    border-radius: 8px;
    position: relative;
    animation: messageSlide 0.3s ease-out;
}

@keyframes messageSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.received .message-bubble {
    background: white;
    border-bottom-left-radius: 2px;
}

.message.sent .message-bubble {
    background: #dcf8c6;
    border-bottom-right-radius: 2px;
}

.message-bubble p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
}

.message-time {
    font-size: 10px;
    opacity: 0.6;
    margin-top: 5px;
    display: block;
    text-align: right;
}

.phone-input-area {
    padding: 10px 15px;
    background: #f0f0f0;
    border-top: 1px solid #ddd;
    padding-bottom: 15px;
}

.phone-home-indicator {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 5px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    z-index: 10;
}

.typing-indicator {
    display: flex;
    gap: 5px;
    padding: 10px;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999;
    animation: typing 1.4s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {

    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: 0.7;
    }

    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

.whatsapp-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.whatsapp-icon-large {
    display: inline-block;
    margin-bottom: 10px;
    animation: iconPulse 2s infinite;
}

.whatsapp-icon-large svg {
    color: #25D366 !important;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #075e54 !important;
}

.whatsapp-contact-form {
    position: relative;
}

.form-row {
    margin-bottom: 15px;
}

.form-group {
    position: relative;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #075e54;
    margin-bottom: 6px;
    font-size: 14px;
}

.form-label svg {
    color: #25D366;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: white;
    font-family: inherit;
    color: #1f1f1f !important;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #25D366;
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
    transform: translateY(-2px);
    color: #1f1f1f !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999 !important;
    opacity: 0.7;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.whatsapp-submit-btn {
    width: 100%;
    padding: 14px 30px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.whatsapp-submit-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.whatsapp-submit-btn:hover::before {
    width: 300px;
    height: 300px;
}

.whatsapp-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}

.whatsapp-submit-btn:active {
    transform: translateY(-1px);
}

.whatsapp-submit-btn .btn-content {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.whatsapp-submit-btn .btn-loader {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.loader-spinner {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

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

.whatsapp-submit-btn.loading .btn-content {
    display: none;
}

.whatsapp-submit-btn.loading .btn-loader {
    display: flex !important;
}

.whatsapp-contact-form .error-message {
    color: #ff4444;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    min-height: 20px;
    animation: shake 0.3s ease;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }
}

.form-input.error,
.form-textarea.error {
    border-color: #ff4444;
    animation: inputError 0.3s ease;
}

@keyframes inputError {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }
}

.form-success {
    animation: successPulse 0.5s ease;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.shake {
    animation: formShake 0.5s ease;
}

@keyframes formShake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

@media (max-width: 991px) {
    .whatsapp-phone-mockup {
        display: none !important;
    }

    .whatsapp-form-wrapper {
        padding: 30px 20px;
    }

    .form-title {
        font-size: 26px;
    }

    .phone-frame {
        max-width: 100%;
    }
}

.quick-sale-hero-section {
    padding: 100px 0 120px 0;
    position: relative;
    overflow: visible;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: heroFloat 20s infinite ease-in-out;
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.hero-shape-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: 10%;
    animation-delay: 5s;
}

.hero-shape-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    right: -80px;
    animation-delay: 10s;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(40px, -40px) rotate(120deg);
    }

    66% {
        transform: translate(-30px, 30px) rotate(240deg);
    }
}

.hero-title-wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.hero-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.feature-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 30px;
    color: white;
    backdrop-filter: blur(10px);
    flex: 1 1 0;
    min-width: 0;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
}

.feature-badge svg {
    width: 24px;
    height: 24px;
}

.btn-hero-primary {
    display: inline-block;
    padding: 16px 40px;
    background: white;
    color: #667eea;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #764ba2;
}

.hero-animation-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.hero-content-overlay {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-animation-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.cashier-station {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
}

.cashier-person {
    position: relative;
    width: 80px;
    height: 120px;
}

.cashier-head {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    animation: cashierHeadMove 2s ease-in-out infinite;
}

.cashier-body {
    width: 60px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    margin: 5px auto 0;
}

.cashier-arm {
    position: absolute;
    width: 8px;
    height: 45px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    top: 55px;
}

.arm-right {
    right: 10px;
    transform-origin: top center;
    animation: armScanRight 1.5s ease-in-out infinite;
}

.qr-scanner {
    position: absolute;
    bottom: -18px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3));
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 20px rgba(37, 211, 102, 0.4);
}

.qr-scanner-light {
    width: 100%;
    height: 2px;
    background: #25D366;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: scannerBeam 1s ease-in-out infinite;
    box-shadow: 0 0 10px #25D366;
}

.pos-terminal {
    width: 120px;
    height: 100px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.15));
    border-radius: 10px;
    padding: 10px;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pos-screen-small {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 6px;
    padding: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pos-screen-content {
    color: #00ff88;
    font-size: 9px;
    font-family: 'Courier New', monospace;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pos-header-small {
    font-size: 8px;
    color: #00ff88;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.3);
    margin-bottom: 6px;
    font-weight: 600;
}

.product-item-animated {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 0;
    animation: productAdd 3s ease-in-out infinite;
}

.product-name-animated {
    font-size: 9px;
    color: #ffffff;
    font-weight: 500;
}

.product-price-animated {
    font-size: 10px;
    color: #00ff88;
    font-weight: 700;
}

.pos-total-small {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    border-top: 1px solid rgba(0, 255, 136, 0.3);
    margin-top: 4px;
    font-size: 9px;
    color: #ffffff;
}

.pos-total-small strong {
    color: #00ff88;
    font-size: 10px;
}

.customer-person {
    position: relative;
    width: 70px;
    height: 110px;
    animation: customerMove 2.5s ease-in-out infinite;
}

.customer-head {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin: 0 auto;
}

.customer-body {
    width: 55px;
    height: 65px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin: 5px auto 0;
}

.customer-hand {
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 30px;
    height: 30px;
}

.qr-code-item {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
}

.qr-pattern {
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, #000 2px, transparent 2px),
        linear-gradient(to bottom, #000 2px, transparent 2px);
    background-size: 4px 4px;
    position: relative;
    z-index: 2;
}

.qr-scan-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #25D366, transparent);
    animation: qrScanLine 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px #25D366;
    z-index: 3;
}

.hero-animation-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.cable-line {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    border-radius: 3px;
    position: relative;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cable-connector {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.connector-left {
    left: -6px;
}

.connector-right {
    right: -6px;
}

.cable-wire-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(37, 211, 102, 0.3) 50%,
            transparent 100%);
    border-radius: 3px;
}

.data-pulse {
    position: absolute;
    width: 24px;
    height: 10px;
    background: linear-gradient(90deg, transparent, #25D366, #00ff88, #25D366, transparent);
    border-radius: 5px;
    top: -2px;
    animation: dataFlow 1.2s linear infinite;
    box-shadow: 0 0 15px #25D366, 0 0 25px rgba(37, 211, 102, 0.6);
}

#data-pulse-1 {
    animation-delay: 0s;
}

#data-pulse-2 {
    animation-delay: 0.4s;
}

#data-pulse-3 {
    animation-delay: 0.8s;
}

.hero-animation-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.computer-station {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.computer-monitor {
    position: relative;
}

.monitor-screen {
    width: 220px;
    height: 150px;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
    border-radius: 12px;
    padding: 15px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 30px rgba(37, 211, 102, 0.2);
}

.monitor-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1a2e 100%);
    border-radius: 6px;
    padding: 12px;
    overflow: hidden;
    box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.6);
    font-family: 'Courier New', monospace;
}

.monitor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.3);
    margin-bottom: 10px;
}

.monitor-title {
    color: #00ff88;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.monitor-status {
    color: #00ff88;
    font-size: 9px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.monitor-status::before {
    content: '●';
    animation: statusBlink 2s ease-in-out infinite;
}

.data-received {
    color: #e0e0e0;
    font-size: 10px;
    line-height: 1.6;
}

.data-item {
    padding: 5px 0;
    opacity: 0;
    transform: translateX(-20px);
    animation: dataItemShow 2.5s ease-in-out infinite;
    color: #ffffff;
    border-left: 2px solid transparent;
    padding-left: 8px;
    transition: all 0.2s ease;
}

.data-item.show {
    opacity: 1;
    transform: translateX(0);
    border-left-color: #00ff88;
}

.data-item:nth-child(1) {
    animation-delay: 0.3s;
}

.data-item:nth-child(2) {
    animation-delay: 0.6s;
}

.data-item:nth-child(3) {
    animation-delay: 0.9s;
}

.monitor-stand {
    width: 60px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    margin: 5px auto 0;
}

.computer-base {
    width: 100px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 5px;
}

.receipt-printer {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    z-index: 10;
}

.printer-body {
    width: 70px;
    height: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.printer-screen {
    width: 100%;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    color: #00ff88;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}

.printer-paper-slot {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin-top: 4px;
}

.receipt-paper {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    max-height: 0;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: receiptPrint 3.5s ease-in-out infinite;
    transform-origin: top center;
}

.receipt-content {
    padding: 6px 4px;
    font-size: 7px;
    color: #000;
    font-family: 'Courier New', monospace;
    line-height: 1.2;
}

.receipt-line {
    margin: 2px 0;
    text-align: center;
}

.receipt-title {
    font-weight: 700;
    font-size: 8px;
    margin: 4px 0;
}

.app-preview-button {
    position: relative;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.app-icon {
    font-size: 40px;
}

.app-notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f44336;
    border-radius: 12px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: white;
    font-weight: 600;
    opacity: 0;
    animation: notificationPulse 3s ease-in-out infinite;
}

.notification-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: notificationBlink 1s ease-in-out infinite;
}

@keyframes cashierHeadMove {

    0%,
    100% {
        transform: translateX(0) rotate(0deg);
    }

    25% {
        transform: translateX(-5px) rotate(-5deg);
    }

    50% {
        transform: translateX(0) rotate(0deg);
    }

    75% {
        transform: translateX(5px) rotate(5deg);
    }
}

@keyframes armScanRight {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }
}

@keyframes scannerBeam {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

@keyframes qrScanLine {
    0% {
        top: 0;
        opacity: 0;
    }

    50% {
        top: 50%;
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

@keyframes productAdd {

    0%,
    100% {
        opacity: 0.8;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }
}

@keyframes customerMove {

    0%,
    100% {
        transform: translateX(0) translateY(0);
    }

    50% {
        transform: translateX(3px) translateY(-2px);
    }
}

@keyframes dataFlow {
    0% {
        left: -20px;
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes receiptPrint {
    0% {
        max-height: 0;
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }

    5% {
        max-height: 0;
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }

    15% {
        max-height: 30px;
        opacity: 0.6;
        transform: translateX(-50%) translateY(0);
    }

    30% {
        max-height: 60px;
        opacity: 0.9;
        transform: translateX(-50%) translateY(5px);
    }

    50% {
        max-height: 90px;
        opacity: 1;
        transform: translateX(-50%) translateY(10px);
    }

    70% {
        max-height: 120px;
        opacity: 1;
        transform: translateX(-50%) translateY(15px);
    }

    80% {
        max-height: 120px;
        opacity: 1;
        transform: translateX(-50%) translateY(20px);
    }

    88% {
        max-height: 80px;
        opacity: 0.8;
        transform: translateX(-50%) translateY(25px);
    }

    96% {
        max-height: 0;
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        max-height: 0;
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dataReceive {

    0%,
    100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

@keyframes dataItemShow {

    0%,
    10% {
        opacity: 0;
        transform: translateX(-20px);
        border-left-color: transparent;
    }

    15%,
    70% {
        opacity: 1;
        transform: translateX(0);
        border-left-color: #00ff88;
    }

    75%,
    100% {
        opacity: 0;
        transform: translateX(20px);
        border-left-color: transparent;
    }
}

@keyframes statusBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@keyframes notificationBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes notificationPulse {

    0%,
    60% {
        opacity: 0;
        transform: scale(0.8);
    }

    70%,
    90% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes notificationBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {
    .hero-animation-wrapper {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .hero-animation-left,
    .hero-animation-center,
    .hero-animation-right {
        width: 100%;
    }

    .cable-line {
        width: 80%;
        transform: rotate(90deg);
    }

    .receipt-printer {
        right: -15px;
        left: auto;
        transform: none;
        top: auto;
        bottom: -80px;
    }

    .receipt-paper {
        left: auto;
        right: -25px;
        top: auto;
        bottom: -30px;
        transform-origin: top center;
    }

    .computer-station {
        position: relative;
    }
}

.pos-demo-section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
}

.pos-demo-wrapper {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.pos-demo-mobile-gif {
    display: none;
    width: 100%;
    text-align: center;
    padding: 0;
}

.demo-gif-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.pos-screen {
    display: flex;
    min-height: 800px;
    height: 800px;
    max-height: 90vh;
    overflow: hidden;
    gap: 2px;
    background: white;
    min-width: 1200px;
    width: 100%;
    max-width: 100%;
}

.pos-sidebar {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    background: #4a5568;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    overflow-y: hidden;
    overflow-x: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    align-self: stretch;
}

.sidebar-guest-section {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 4px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.guest-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    flex-direction: column;
    text-align: center;
}

.guest-label svg {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.95);
    margin-bottom: 4px;
}

.guest-label span {
    display: block;
    line-height: 1.2;
}

.guest-badge {
    display: inline-block;
    background: #667eea;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    text-align: center;
    min-height: 70px;
    position: relative;
    border: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.sidebar-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.sidebar-item.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sidebar-item svg {
    width: 22px;
    height: 22px;
    margin-bottom: 6px;
    flex-shrink: 0;
}

.sidebar-item span:not(.badge) {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
}

.sidebar-item .badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #2196f3;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
}

.sidebar-close {
    margin-top: auto;
    background: #d32f2f !important;
    border: none !important;
}

.sidebar-close:hover {
    background: #c62828 !important;
}

.pos-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white;
    overflow: hidden;
    min-width: 1100px;
    flex-shrink: 1;
}

.pos-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #9c27b0;
    padding: 12px 20px;
    color: white;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: none;
}

.pos-top-header .header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
}

.pos-top-header .header-left svg {
    width: 22px;
    height: 22px;
}

.pos-top-header .header-right {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.category-tab {
    padding: 10px 18px;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.category-tab:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.category-tab.active {
    background: #f44336;
    color: white;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.category-boxes-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    align-items: stretch;
    overflow-x: auto;
}

.category-box {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 120px;
    flex: 0 0 120px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
}

.category-box.category-favorites {
    background: #ff9800;
    border-color: #ff9800;
    color: white;
}

.category-box.category-favorites .category-box-name {
    color: white;
    font-weight: 600;
}

.category-box.category-favorites .category-box-icon {
    color: white;
}

.category-box.category-favorites:hover {
    background: #fb8c00;
    border-color: #fb8c00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.4);
}

.category-box.category-favorites.active {
    background: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.5);
}

.category-box.category-red {
    background: #f44336;
    border-color: #f44336;
    color: white;
}

.category-box.category-red .category-box-name {
    color: white;
    font-weight: 600;
}

.category-box.category-red .category-box-icon {
    color: white;
}

.category-box.category-red:hover {
    background: #e53935;
    border-color: #e53935;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(244, 67, 54, 0.4);
}

.category-box.category-red.active {
    background: #f44336;
    border-color: #f44336;
    box-shadow: 0 4px 12px rgba(244, 67, 54, 0.5);
}

.category-box-icon {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1;
}

.category-box-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.pos-content-wrapper {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    gap: 0;
}

.pos-left-panel {
    display: flex;
    flex-direction: column;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f5f5f5;
    box-sizing: border-box;
    min-height: 0;
    height: 100%;
}

.pos-product-list {
    flex: 1;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    min-width: 0;
    overflow: hidden;
    min-height: 0;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.product-list-header {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.barcode-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
}

.barcode-input-wrapper label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.barcode-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: white;
}

.barcode-search-btn {
    padding: 12px 25px;
    background: #2196f3;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.barcode-search-btn:hover {
    background: #1976d2;
}

.product-table-wrapper {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 15px;
    min-height: 0;
    background: white;
    border-radius: 6px;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
}

.product-table thead {
    background: #fafafa;
    position: sticky;
    top: 0;
}

.product-table th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.product-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    color: #333;
}

.product-table tbody tr:hover {
    background: #f9f9f9;
}

.product-table tbody tr.selected {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}

.product-table tbody tr.selected:hover {
    background: #bbdefb;
}

.product-list-footer {
    margin-top: auto;
    padding: 0;
}

.total-amount-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #9c27b0;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 0 6px 6px;
}

.total-label {
    font-weight: 600;
}

.total-value {
    font-size: 24px;
    font-weight: 700;
}

.pos-product-grid {
    flex: 1;
    background: white;
    border-left: 1px solid #e0e0e0;
    padding: 15px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 600px;
    flex-shrink: 1;
    min-height: 0;
    height: 100%;
}

.product-search-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    align-items: center;
}

.product-search {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.product-search-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: #2196f3;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.product-search-btn:hover {
    background: #1976d2;
}

.product-all-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    background: #9c27b0;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.product-all-btn:hover {
    background: #7b1fa2;
}

.product-add-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #4caf50;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.product-add-btn:hover {
    background: #45a049;
}

.product-add-btn svg {
    width: 20px;
    height: 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    padding-right: 5px;
    scroll-behavior: auto;
    min-height: 0;
    contain: layout style paint;
}

.product-card {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 180px;
    box-sizing: border-box;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #9c27b0;
}

.product-card .product-image {
    width: 100%;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    background: #f0f0f0;
    border-radius: 6px;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    overflow: hidden;
    flex-shrink: 0;
}

.product-card .product-name {
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding: 0;
    color: #333;
    line-height: 1.3;
    min-height: 28px;
    max-height: 28px;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-shrink: 0;
}

.product-card .product-price {
    font-size: 13px;
    color: #9c27b0;
    font-weight: 700;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    height: auto;
}

.pos-calculator {
    background: #e0e0e0;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #d0d0d0;
    flex-shrink: 0;
    width: 100%;
    min-height: 320px;
    max-height: 100%;
}

.calculator-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
    width: 100%;
    height: 100%;
    min-height: 290px;
}

.calc-btn {
    border: none;
    border-radius: 6px;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}

.calc-btn:hover {
    background: #e8e8e8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.calc-btn:active {
    transform: scale(0.95);
}

.action-btn {
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    min-height: 60px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-wrap: break-word;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.action-btn:active {
    transform: translateY(0);
}

.integrations-section {
    padding: 80px 0;
}

.integration-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    overflow: visible;
}

.integration-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.integration-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    color: #667eea;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-icon img {
    max-width: 100%;
    max-height: 100%;
}

.scale-animation {
    animation: scalePulse 2s infinite;
}

.scan-animation {
    position: relative;
    width: 120px;
    height: 80px;
    margin: 0 auto;
    overflow: visible;
}

.integration-icon.scan-animation {
    width: 120px;
    height: 80px;
    margin-bottom: 20px;
}

.barcode-scanner-effect {
    position: relative;
    width: 120px;
    height: 80px;
    margin: 0;
    overflow: visible;
}

.barcode-code {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-25%, -50%);
    animation: barcodePulse 2s infinite ease-in-out;
}

.barcode-reader {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-75%, -50%) rotate(-25deg);
    animation: readerScan 2s infinite ease-in-out;
}

@keyframes barcodePulse {

    0%,
    100% {
        opacity: 1;
        transform: translate(-25%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-25%, -50%) scale(1.05);
    }
}

@keyframes readerScan {

    0%,
    100% {
        transform: translate(-75%, -50%) rotate(-25deg);
    }

    50% {
        transform: translate(-75%, -50%) rotate(-20deg);
    }
}

.print-animation {
    animation: printMove 2s infinite;
}

@keyframes scalePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@keyframes printMove {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.integration-animation {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.scale-display,
.barcode-display,
.receipt-display {
    font-family: monospace;
    font-size: 16px;
    color: #667eea;
    font-weight: 600;
}

.multi-cashier-section {
    padding: 80px 0;
}

.cashier-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    color: #333;
}

.cashier-card h3 {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.cashier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.cashier-card.active {
    border: 2px solid #667eea;
}

.cashier-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.cashier-status span:not(.status-dot) {
    color: #333;
}

.active-status {
    color: #4caf50;
}

.active-status span:not(.status-dot) {
    color: #4caf50;
}

.waiting-status {
    color: #ff9800;
}

.waiting-status span:not(.status-dot) {
    color: #ff9800;
}

.closed-status {
    color: #f44336;
}

.closed-status span:not(.status-dot) {
    color: #f44336;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.active-status .status-dot {
    background: #4caf50;
}

.waiting-status .status-dot {
    background: #ff9800;
}

.closed-status .status-dot {
    background: #f44336;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.cashier-info {
    margin: 20px 0;
}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.info-item span {
    color: #666;
    font-weight: 500;
}

.info-item strong {
    color: #333;
    font-weight: 700;
}

.sync-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4caf50;
    font-size: 12px;
    margin-top: 15px;
}

.sync-indicator svg {
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.account-management-section {
    padding: 80px 0;
}

.account-management-mockup {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}

.cari-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
}

.cari-title-section {
    flex: 1;
}

.cari-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.cari-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cari-status-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cari-status-filter label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    height: 36px;
}

.cari-select-wrapper {
    position: relative;
    display: inline-block;
}

.cari-status-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    min-width: 100px;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
}

.cari-status-select:focus {
    outline: none;
    border-color: #2196F3;
}

.cari-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.cari-btn svg {
    width: 16px;
    height: 16px;
}

.cari-btn-purple {
    background: #764ba2;
    color: white;
}

.cari-btn-blue {
    background: #2196F3;
    color: white;
}

.cari-search-section {
    padding: 18px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.cari-search-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cari-search-wrapper svg {
    width: 18px;
    height: 18px;
    color: #666;
}

.cari-search-wrapper label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.cari-search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
}

.cari-search-input:disabled {
    opacity: 0.6;
}

.cari-search-input:focus {
    outline: none;
    border-color: #ddd;
}

.cari-search-input::placeholder {
    color: #999;
}

.cari-table-wrapper {
    overflow-x: auto;
}

.cari-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.cari-table thead {
    background: #2196F3;
    color: white;
}

.cari-table th {
    padding: 14px 15px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

.cari-table th:nth-child(8),
.cari-table th:nth-child(9),
.cari-table th:nth-child(10) {
    text-align: right;
}

.cari-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s ease;
    background: white;
}

.cari-table tbody tr:hover {
    background: #f9f9f9;
}

.cari-table td {
    padding: 14px 15px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    border: none;
}

.cari-table td:nth-child(8),
.cari-table td:nth-child(9),
.cari-table td:nth-child(10) {
    text-align: right;
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

.cari-table td:nth-child(10) {
    font-weight: 600;
}

.cari-table .negative-value {
    color: #d32f2f;
    font-weight: 600;
}

.cari-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    background: white;
    border-top: 1px solid #e0e0e0;
}

.pagination-info {
    font-size: 14px;
    color: #666;
}

.pagination-controls {
    display: flex;
    gap: 10px;
}

.pagination-btn {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-btn:not(:disabled) {
    background: white;
    color: #2196F3;
    border-color: #ddd;
}

.pagination-btn:not(:disabled):hover {
    background: #f5f5f5;
    border-color: #2196F3;
}

.pagination-btn:disabled {
    opacity: 0.6;
    background: #f5f5f5;
    color: #999;
    border-color: #e0e0e0;
}

.pos-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}

.pos-modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: posModalSlideIn 0.3s ease;
    z-index: 10002;
}

@keyframes posModalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.pos-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #9c27b0;
    color: white;
    border-radius: 12px 12px 0 0;
}

.pos-modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.pos-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    border-radius: 50%;
}

.pos-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.pos-modal-body {
    padding: 25px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.pos-modal-footer {
    padding: 15px 25px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 12px 12px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.pos-modal-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pos-modal-btn-primary {
    background: #9c27b0;
    color: white;
}

.pos-modal-btn-primary:hover {
    background: #7b1fa2;
}

.pos-modal-btn-secondary {
    background: #6c757d;
    color: white;
}

.pos-modal-btn-secondary:hover {
    background: #5a6268;
}


.stock-management-section {
    padding: 80px 0;
}

.stock-management-mockup {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
}

.stok-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
}

.stok-title-section {
    flex: 1;
}

.stok-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.stok-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stok-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.stok-btn svg {
    width: 16px;
    height: 16px;
}

.stok-btn-purple {
    background: #764ba2;
    color: white;
}

.stok-btn-teal {
    background: #20B2AA;
    color: white;
}

.stok-btn-green {
    background: #4CAF50;
    color: white;
}

.stok-btn-blue {
    background: #2196F3;
    color: white;
}

.stok-search-section {
    padding: 18px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.stok-search-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stok-search-wrapper svg {
    width: 18px;
    height: 18px;
    color: #666;
}

.stok-search-wrapper label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.stok-search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
}

.stok-search-input:disabled {
    opacity: 0.6;
}

.stok-search-input:focus {
    outline: none;
    border-color: #ddd;
}

.stok-search-input::placeholder {
    color: #999;
}

.stok-table-wrapper {
    overflow-x: auto;
}

.stok-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.stok-table thead {
    background: #2196F3;
    color: white;
}

.stok-table th {
    padding: 14px 15px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    border: none;
}

.stok-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background 0.2s ease;
    background: white;
}

.stok-table tbody tr:hover {
    background: #f9f9f9;
}

.stok-table td {
    padding: 14px 15px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    border: none;
}

.stok-table td:nth-child(4),
.stok-table td:nth-child(5),
.stok-table td:nth-child(6),
.stok-table td:nth-child(7),
.stok-table td:nth-child(10),
.stok-table td:nth-child(11) {
    text-align: right;
    font-family: 'Courier New', monospace;
    font-weight: 500;
}

.stok-table th:nth-child(4),
.stok-table th:nth-child(5),
.stok-table th:nth-child(6),
.stok-table th:nth-child(7),
.stok-table th:nth-child(10),
.stok-table th:nth-child(11) {
    text-align: right;
}

.stok-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    background: white;
    border-top: 1px solid #e0e0e0;
}

.stok-pagination .pagination-info {
    font-size: 14px;
    color: #666;
}

.stok-pagination .pagination-controls {
    display: flex;
    gap: 10px;
}

.stok-pagination .pagination-btn {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.stok-pagination .pagination-btn:not(:disabled) {
    background: white;
    color: #2196F3;
    border-color: #ddd;
}

.stok-pagination .pagination-btn:not(:disabled):hover {
    background: #f5f5f5;
    border-color: #2196F3;
}

.stok-pagination .pagination-btn:disabled {
    opacity: 0.6;
    background: #f5f5f5;
    color: #999;
    border-color: #e0e0e0;
}

.payment-options-section {
    padding: 80px 0;
}

.payment-option-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    color: white;
    animation: paymentCardFloat 3s ease-in-out infinite;
}

.payment-option-card:nth-child(1) {
    animation-delay: 0s;
}

.payment-option-card:nth-child(2) {
    animation-delay: 0.5s;
}

.payment-option-card:nth-child(3) {
    animation-delay: 1s;
}

.payment-option-card:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes paymentCardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.payment-option-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: none;
}

.payment-icon {
    color: white;
    margin-bottom: 20px;
    animation: paymentIconPulse 2s ease-in-out infinite;
}

@keyframes paymentIconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.payment-option-card h3 {
    color: white;
}

.payment-option-card p {
    color: rgba(255, 255, 255, 0.9);
}

.partial-payment-popup {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #9c27b0;
    color: white;
}

.popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
}

.popup-content {
    padding: 30px;
}

.total-display {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.partial-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.partial-input {
    flex: 1;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
}

.partial-keypad {
    margin-bottom: 20px;
}

.keypad-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.keypad-btn {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 8px;
    background: #f8f9fa;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.keypad-btn:hover {
    background: #e0e0e0;
}

.keypad-btn.delete {
    background: #f44336;
    color: white;
}

.confirm-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    background: #9c27b0;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.confirm-btn:hover {
    background: #7b1fa2;
    transform: translateY(-2px);
}

.features-grid-section {
    padding: 80px 0;
}

.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid #667eea;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.feature-card.active-feature {
    background: white;
    color: #333;
    border-color: #667eea;
}

.feature-icon {
    color: #667eea;
    margin-bottom: 20px;
}

.active-feature .feature-icon {
    color: #667eea;
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.active-feature p {
    color: #666;
}

.active-feature h3 {
    color: #333;
}

.statistics-section {
    padding: 80px 0;
}

.stat-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-icon {
    color: white;
    margin-bottom: 20px;
}

.stat-value {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.technical-specs-section {
    padding: 80px 0;
}

.spec-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.spec-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.spec-list {
    list-style: none;
    padding: 0;
}

.spec-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.spec-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: 700;
}

.spec-list li:last-child {
    border-bottom: none;
}

@media (max-width: 1200px) {
    .pos-left-panel {
        width: 450px;
        min-width: 450px;
    }

    .category-boxes-wrapper {
        gap: 10px;
    }

    .category-box {
        min-height: 80px;
        min-width: 100px;
        padding: 12px;
    }

    .category-box-icon {
        font-size: 28px;
    }

    .category-box-name {
        font-size: 12px;
    }

    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .pos-screen {
        flex-direction: column;
    }

    .pos-sidebar {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        padding: 0;
        height: auto;
    }

    .sidebar-guest-section {
        display: none;
    }

    .sidebar-item {
        flex-shrink: 0;
        padding: 12px 15px;
        min-width: 120px;
    }

    .pos-top-header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .pos-top-header .header-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pos-content-wrapper {
        flex-direction: column;
    }

    .pos-left-panel {
        width: 100%;
        min-width: 100%;
    }

    .pos-product-grid {
        width: 100%;
        border-left: none;
        border-top: 1px solid #e0e0e0;
    }

    .category-boxes-wrapper {
        gap: 8px;
        margin-bottom: 15px;
    }

    .category-box {
        min-height: 70px;
        min-width: 90px;
        padding: 10px;
    }

    .category-box-icon {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .category-box-name {
        font-size: 11px;
    }

    .pos-calculator {
        width: 100%;
        height: auto;
    }

    .calculator-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        min-height: 400px;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .quick-sale-hero-section {
        padding: 60px 0 80px 0;
    }

    .hero-title-wrapper {
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .feature-badge {
        font-size: 14px;
        padding: 8px 16px;
        width: 100%;
        max-width: 300px;
        min-width: 0;
        justify-content: center;
        flex: 1 1 0;
    }

    .section-title {
        font-size: 28px;
    }

    .section-padding {
        padding: 60px 0 !important;
    }

    .pos-left-panel {
        width: 100%;
        min-width: 100%;
    }

    .pos-calculator {
        width: 100%;
    }

    .calculator-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        min-height: 350px;
    }

    .calc-btn,
    .action-btn {
        min-height: 50px;
        font-size: 16px;
    }

    .action-btn {
        font-size: 11px;
        padding: 6px 8px;
    }

    .product-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
    }

    .product-card {
        padding: 6px;
        height: 120px;
    }

    .product-card .product-image {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        font-size: 24px;
        margin-bottom: 5px;
        border-radius: 4px;
    }

    .product-card .product-name {
        font-size: 8px;
        height: 18px;
        min-height: 18px;
        max-height: 18px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .product-card .product-price {
        font-size: 9px;
        margin-top: 0;
    }

    .barcode-input-wrapper {
        flex-wrap: wrap;
    }

    .barcode-search-btn {
        width: 100%;
        margin-top: 8px;
    }

    .total-amount-bar {
        padding: 12px 15px;
        font-size: 16px;
    }

    .total-value {
        font-size: 20px;
    }

    .whatsapp-contact-section .row {
        margin: 0;
    }

    .whatsapp-form-wrapper {
        padding: 20px 15px !important;
    }

    .form-title {
        font-size: 22px !important;
    }

    .pos-demo-wrapper {
        padding: 0;
        border-radius: 0;
    }

    .pos-screen {
        display: none !important;
    }

    .pos-demo-mobile-gif {
        display: block !important;
        padding: 0;
    }

    .account-management-mockup,
    .stock-management-mockup {
        padding: 0;
    }

    .stok-header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .stok-title {
        font-size: 22px;
    }

    .stok-header-actions {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .stok-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: calc(50% - 5px);
        justify-content: center;
        padding: 10px 12px;
        font-size: 12px;
    }

    .stok-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .stok-search-section {
        padding: 15px;
    }

    .stok-table-wrapper {
        overflow-x: scroll;
    }

    .stok-table {
        min-width: 1800px;
    }

    .stok-table th,
    .stok-table td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .stok-pagination {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .stok-pagination .pagination-controls {
        width: 100%;
        justify-content: center;
    }

    .cari-header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .cari-title {
        font-size: 22px;
    }

    .cari-header-actions {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .cari-status-filter {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }

    .cari-status-filter label {
        font-size: 13px;
        white-space: nowrap;
    }

    .cari-select-wrapper {
        flex: 1;
        min-width: 120px;
    }

    .cari-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: calc(50% - 5px);
        justify-content: center;
        padding: 10px 12px;
        font-size: 12px;
    }

    .cari-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .cari-search-section {
        padding: 15px;
    }

    .cari-table-wrapper {
        overflow-x: scroll;
    }

    .cari-table {
        min-width: 1200px;
    }

    .cari-table th,
    .cari-table td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .cari-pagination {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .pagination-controls {
        width: 100%;
        justify-content: center;
    }
}
