.elementor-2197 .elementor-element.elementor-element-e675121{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2197 .elementor-element.elementor-element-4f136a8 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2197 .elementor-element.elementor-element-4f136a8{text-align:center;}.elementor-2197 .elementor-element.elementor-element-4f136a8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:55px;font-weight:700;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2197 .elementor-element.elementor-element-066bb92{text-align:center;font-family:"Roboto Slab", Sans-serif;font-size:17px;font-weight:500;color:#222222;}.elementor-2197 .elementor-element.elementor-element-402ea09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-2197 .elementor-element.elementor-element-90459ef > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items, .elementor-2197 .elementor-element.elementor-element-90459ef > .jet-listing-grid > .jet-listing-grid__items{--columns:1;}.elementor-2197 .elementor-element.elementor-element-5134929{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b72dd84 *//* ====== RESTRIKTIVNA PORUKA ZA NEREGISTROVANE ====== */

.restricted-content-message {
    max-width: 600px;
    margin: 40px auto;
    padding: 40px 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.restricted-content-message::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(46, 98, 134, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.restricted-content-message::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(72, 187, 120, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.restricted-content-wrapper {
    position: relative;
    z-index: 1;
}

/* Ikona */
.restricted-icon {
     width: 100px;
    height: 100px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    margin-bottom: 20px;
    display: inline-block;
    animation: gentle-shake 3s ease-in-out infinite;
}

@keyframes gentle-shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
}

/* Naslov */
.restricted-title {
    color: #2E6286;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Tekst */
.restricted-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

/* Dugmad */
.restricted-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.restricted-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.restricted-btn-primary {
    background: linear-gradient(135deg, #2E6286 0%, #1e3f5a 100%);
    color: white!important;
    box-shadow: 0 8px 20px rgba(46, 98, 134, 0.3);
}

.restricted-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(46, 98, 134, 0.4);
}

.restricted-btn-secondary {
    background: transparent;
    color: #2E6286;
    border: 2px solid #2E6286;
}

.restricted-btn-secondary:hover {
    background: rgba(46, 98, 134, 0.05);
    transform: translateY(-2px);
}

/* Benefiti */
.restricted-benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.benefit-item {
    color: #2E6286;
    font-size: 14px;
    font-weight: 500;
    background: rgba(46, 98, 134, 0.08);
    padding: 5px 12px;
    border-radius: 30px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .restricted-content-message {
        padding: 30px 20px;
        margin: 20px 15px;
    }
    
    .restricted-title {
        font-size: 24px;
    }
    
    .restricted-text {
        font-size: 14px;
    }
    
    .restricted-benefits {
        gap: 10px;
    }
    
    .benefit-item {
        font-size: 12px;
    }
}/* End custom CSS */