.elementor-966 .elementor-element.elementor-element-52047bfc{--display:grid;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-966 .elementor-element.elementor-element-52047bfc{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;}}@media(max-width:767px){.elementor-966 .elementor-element.elementor-element-52047bfc{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-52047bfc *//* === COMPACT MODIFIER (NOWE) === */
.robot-card-small {
    max-width: 100%;
}

/* Image */
.robot-card-small .robot-image {
    height: 160px;
    padding: 15px;
    margin-bottom: 10px;
}

.robot-card-small .robot-image img {
    max-height: 140px;
}

/* Content spacing */
.robot-card-small .robot-content {
    padding: 0 12px 12px;
}

/* Titles */
.robot-card-small .robot-title {
    font-size: 2.6rem;
}

.robot-card-small .robot-subtitle {
    font-size: 1.9rem;
    margin-bottom: 15px;
}

/* Highlights */
.robot-card-small .highlight-value {
    font-size: 1.8rem;
}

.robot-card-small .highlight-label {
    font-size: 1.3rem;
}

/* Button */
.robot-card-small .btn-main {
    font-size: 1.1rem;
    padding: 10px 22px;
}

/* Hover button (bez zmian logiki) */
.robot-card-minimal:hover .btn-main {
    background: transparent;
    color: #FBEE35;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(251, 238, 53, 0.7);
}

/* === Mobile === */
@media (max-width: 480px) {
    .robot-card-small .robot-title {
        font-size: 2.2rem;
    }

    .robot-card-small .robot-subtitle {
        font-size: 1.4rem;
    }
}

.robot-card-minimal {
    background: rgba(40, 40, 40, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 12px;
    border: 2px solid #FBEE35;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: auto;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.robot-card-minimal:hover {
    transform: translateY(-5px);
    box-shadow:
        0 8px 20px rgba(251, 238, 53, 0.4),
        0 0 0 3px rgba(251, 238, 53, 0.3),
        0 0 60px rgba(251, 238, 53, 0.3),
        0 0 100px rgba(251, 238, 53, 0.2);
    border-color: #FBEE35;
    
}

.robot-card-minimal:hover .btn-main {
    background: transparent;
    color: #FBEE35;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(251, 238, 53, 0.7);
}

.robot-image {
    position: relative;
    overflow: hidden;
    background: transparent;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 15px;
}

.robot-image img {
    max-height: 190px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.robot-card-minimal:hover .robot-image img {
    transform: scale(1.05);
}

.robot-content {
    padding: 0 15px 15px 15px;
}

.robot-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.robot-subtitle {
    color: #FBEE35;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.robot-highlight {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 10px;
}

.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.highlight-value {
    color: #FBEE35;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.highlight-label {
    color: #ffffff;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.robot-actions {
    display: flex;
    justify-content: center;
}

.btn-main {
    background: #FBEE35;
    color: #000000;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    border: 2px solid #FBEE35;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(251, 238, 53, 0.3);
}


/* Responsywność */
@media (max-width: 480px) {
    .robot-card-minimal {
        max-width: 100%;
        margin: 0 10px;
    }
    
    .robot-highlight {
        padding: 0 5px;
    }
}/* End custom CSS */