        body {
            overflow-x: hidden;
        }

        .hero-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            min-height: 500px;
        }

        .hero-content {
            flex: 1;
            max-width: 500px;
        }

        .hero-badge {
            display: inline-block;
            background-color: #e8f4f8;
            color: #2c5282;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 24px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .hero-title {
            font-size: 48px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 24px;
            line-height: 1.2;
            border-bottom: 4px solid #F28F49;
            display: inline-block;
            padding-bottom: 8px;
        }

        .hero-description {
            font-size: 18px;
            color: #4a5568;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .btn-primary {
            background-color: #F28F49;
            color: white;
            padding: 14px 28px;
            border: none;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #fda86a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px #fba16132;
        }

        .btn-secondary {
            background-color: transparent;
            color: #2c5282;
            padding: 14px 28px;
            border: 2px solid #2c5282;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .btn-secondary:hover {
            background-color: #2c5282;
            color: white;
            transform: translateY(-2px);
        }

        .hero-image {
            flex: 1;
            max-width: 500px;
            position: relative;
        }

        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            background-color: #e2e8f0;
            min-height: 350px;
            object-fit: cover;
        }

        .hero-image::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            right: 20px;
            bottom: 20px;
            background: linear-gradient(135deg, #F28F49, #2c5282);
            border-radius: 16px;
            z-index: -1;
            opacity: 0.1;
        }

        @media (max-width: 768px) {
            .hero-section {
                flex-direction: column;
                text-align: center;
                gap: 40px;
                padding: 40px 20px;
            }

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

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

            .hero-buttons {
                justify-content: center;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                max-width: 280px;
            }
        }

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

            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

        .hero-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            min-height: 500px;
        }

        .hero-content {
            flex: 1;
            max-width: 500px;
        }

        .hero-badge {
            display: inline-block;
            background-color: #e8f4f8;
            color: #2c5282;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 24px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .hero-title {
            font-size: 48px;
            font-weight: 700;
            color: #1a202c;
            margin-bottom: 24px;
            line-height: 1.2;
            border-bottom: 4px solid #F28F49;
            display: inline-block;
            padding-bottom: 8px;
        }

        .hero-description {
            font-size: 18px;
            color: #4a5568;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .btn-primary {
            background-color: #F28F49;
            color: white;
            padding: 14px 28px;
            border: none;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            background-color: #fda86a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px #fba16139;
        }

        .btn-secondary {
            background-color: transparent;
            color: #2c5282;
            padding: 14px 28px;
            border: 2px solid #2c5282;
            border-radius: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .btn-secondary:hover {
            background-color: #2c5282;
            color: white;
            transform: translateY(-2px);
        }

        .hero-image img {
            width: 100%;
            height: auto;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            background-color: #e2e8f0;
            min-height: 350px;
            object-fit: cover;
            transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            z-index: 2;
        }

        .hero-image:hover img {
            transform: scale(1.05) rotate(2deg);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
            border-radius: 20px;
        }

        .hero-image::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            right: 20px;
            bottom: 20px;
            background: linear-gradient(135deg, #F28F49, #2c5282);
            border-radius: 16px;
            z-index: -1;
            opacity: 0.1;
            transition: all 0.6s ease;
        }

        .hero-image:hover::before {
            opacity: 0.3;
            transform: scale(1.1) rotate(-2deg);
            background: linear-gradient(135deg, #F28F49, #2c5282, #F28F49);
        }

        .hero-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
            border-radius: 16px;
            opacity: 0;
            transition: all 0.6s ease;
            z-index: 3;
            pointer-events: none;
        }

        .hero-image:hover::after {
            opacity: 1;
            animation: shimmer 1.5s ease-in-out;
        }

        @keyframes shimmer {
            0% {
                transform: translateX(-100%) skewX(-15deg);
            }

            100% {
                transform: translateX(200%) skewX(-15deg);
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                flex-direction: column;
                text-align: center;
                gap: 40px;
                padding: 40px 20px;
            }

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

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

            .hero-buttons {
                justify-content: center;
            }

            .btn-primary,
            .btn-secondary {
                width: 100%;
                max-width: 280px;
            }
        }

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

            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

        .section {
            padding: 80px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-badge {
            color: #F28F49;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 24px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-align: center;
            display: block;
            margin: 0 auto 24px;
        }

        .section-title {
            font-size: 42px;
            font-weight: 700;
            color: #1a202c;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #F28F49;
        }

        /* Process Section */
        .process-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .process-step {
            background: white;
            border-radius: 24px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            min-width: 200px;
            flex: 1;
            max-width: 250px;
            cursor: pointer;
            overflow: hidden;
        }

        .process-step::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .process-step:hover::before {
            left: 100%;
        }

        .process-step:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px #fba16139;
        }

        .process-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            background-color: #fff2e6;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .process-step:hover .process-icon {
            background-color: #F28F49;
            transform: rotate(360deg);
        }

        .process-icon::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, #fba16139 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .process-step:hover .process-icon::after {
            opacity: 1;
        }

        .process-icon img {
            width: 32px;
            height: 32px;
            transition: all 0.4s ease;
            filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(2275%) hue-rotate(7deg) brightness(106%) contrast(95%);
        }

        .process-step:hover .process-icon img {
            filter: brightness(0) saturate(100%) invert(100%);
            transform: scale(1.1);
        }

        .process-step h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1a202c;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .process-step:hover h3 {
            color: #F28F49;
        }

        .process-step p {
            font-size: 14px;
            color: #4a5568;
            font-weight: 500;
        }

        .arrow {
            font-size: 32px;
            color: #cbd5e0;
            transition: all 0.3s ease;
            margin: 0 10px;
        }

        .arrow:hover {
            color: #F28F49;
            transform: scale(1.2);
        }

        /* Benefits Section */
        .benefits-container {
            display: flex;
            align-items: center;
            gap: 60px;
            margin-top: 40px;
        }
        .benefits-image {
            position: relative;
        }
.benefits-image img {
            width: 560px;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            background-color: #e2e8f0;
            min-height: 300px;
            object-fit: cover;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .benefits-image:hover img {
            transform: scale(1.03);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            filter: brightness(1.05);
        }

        .benefits-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(44, 82, 130, 0.1));
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
        }

        .benefits-image:hover::before {
            opacity: 1;
        }

        .benefits-image::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s ease;
            z-index: 2;
        }

        .benefits-image:hover::after {
            left: 100%;
        }
        .benefits-content {
            flex: 1;
            max-width: 500px;
        }

        .benefits-description {
            font-size: 16px;
            color: #4a5568;
            margin-bottom: 30px;
            line-height: 1.7;
        }

        .benefits-list {
            list-style: none;
        }

        .benefits-list li {
            display: flex;
            align-items: center;
            padding: 12px 0;
            font-size: 16px;
            color: #2d3748;
            transition: all 0.3s ease;
            cursor: pointer;
            border-radius: 8px;
            padding-left: 0;
        }

        .benefits-list li:hover {
            background-color: #fff2e6;
            padding-left: 15px;
            transform: translateX(10px);
        }

        .benefits-list li::before {
            content: '●';
            color: #F28F49;
            font-size: 20px;
            margin-right: 15px;
            transition: all 0.3s ease;
        }

        .benefits-list li:hover::before {
            transform: scale(1.3) rotate(180deg);
            color: #fba16139;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .section {
                padding: 60px 20px;
            }

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

            .process-container {
                flex-direction: column;
                gap: 30px;
            }

            .process-step {
                max-width: 100%;
                min-width: 280px;
            }

            .arrow {
                transform: rotate(90deg);
                margin: 10px 0;
            }

            .arrow:hover {
                transform: rotate(90deg) scale(1.2);
            }

            .benefits-container {
                flex-direction: column;
                gap: 40px;
                text-align: center;
            }

            .benefits-image {
                order: 2;
            }

            .benefits-content {
                order: 1;
            }

            .benefits-list li {
                justify-content: flex-start;
                text-align: left;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 28px;
            }

            .process-step {
                min-width: 240px;
                padding: 30px 20px;
            }

            .benefits-description {
                font-size: 15px;
            }
        }

        /* Animation delays for staggered effect */
        .process-step:nth-child(1) {
            animation-delay: 0.1s;
        }

        .process-step:nth-child(3) {
            animation-delay: 0.2s;
        }

        .process-step:nth-child(5) {
            animation-delay: 0.3s;
        }

        .process-step:nth-child(7) {
            animation-delay: 0.4s;
        }

        .benefits-list li:nth-child(1) {
            transition-delay: 0.1s;
        }

        .benefits-list li:nth-child(2) {
            transition-delay: 0.2s;
        }

        .benefits-list li:nth-child(3) {
            transition-delay: 0.3s;
        }

        .container {
            background-color: #272727;
            color: white;
            padding: 60px 20px;
            margin: 0 auto;
        }

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

        .header h2 {
            color: #F28F49;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .pricing-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 860px;
            margin: 0 auto 60px;
        }

        .pricing-card {
            background: linear-gradient(135deg, #333333 0%, #2a2a2a 100%);
            border-radius: 12px;
            padding: 25px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            transition: all 0.3s ease;
            border: 1px solid #3a3a3a;
        }

        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(242, 143, 73, 0.2);
            border-color: #F28F49;
        }

        .card-info {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .plan-name {
            font-size: 18px;
            font-weight: 600;
        }

        .plan-name .biz {
            color: #F28F49;
        }
        .premium-card .biz {
            color:#272727;
        }

        .plan-storage {
            font-size: 14px;
            color: #aaaaaa;
        }

        .price {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .price-amount {
            background: white;
            color: #272727;
            padding: 12px 18px;
            border-radius: 25px;
            font-size: 18px;
            font-weight: 700;
            position: relative;
        }

        .price-amount::after {
            content: '€';
            font-size: 14px;
            margin-left: 2px;
        }
        .amount-mail::after {
            content: '' !important;
            margin: 0 !important;
        }

        .annual-note {
            font-size: 12px;
            color: #aaaaaa;
        }

        .premium-card {
            background: linear-gradient(135deg, #F28F49 0%, #e67c3a 100%);
            color: white;
        }

        .premium-card .card-info .plan-name {
            color: white;
        }

        .premium-card .plan-storage {
            color: rgba(255, 255, 255, 0.8);
        }

        .premium-card .price-amount {
            background: white;
            color: #F28F49;
        }

        .premium-badge {
            position: absolute;
            top: -10px;
            right: 20px;
            background: #272727;
            color: #F28F49;
            padding: 5px 15px;
            border-radius: 15px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .benefits-section {
            text-align: center;
        }

        .benefits-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            color: white;
        }

        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
            max-width: 400px;
            margin: 0 auto;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            font-size: 16px;
            color: white;
        }

        .benefit-item::before {
            content: '●';
            color: #F28F49;
            font-size: 20px;
        }

        @media (max-width: 768px) {
            .pricing-card {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .price {
                justify-content: center;
            }

            .benefits-list {
                text-align: left;
            }

            .benefit-item {
                justify-content: flex-start;
            }
        }

        /* Osnovni stilovi za formu */
#wpforms-form-47 {
    max-width: 500px !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
}



/* Stilovi za pojedinačna polja */
.wpforms-field {
    display: flex !important;
    flex-direction: column !important;
}

/* Labeli */
.wpforms-field-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"] {
    padding: 15px 20px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    background-color: white !important;
    transition: all 0.3s ease !important;
    color: #666666 !important;
}

.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="number"]:focus {
    outline: none !important;
    border-color: #F28F49 !important;
    box-shadow: 0 0 0 3px rgba(242, 143, 73, 0.1) !important;
}

.wpforms-field input::placeholder {
    color: #999999 !important;
    font-size: 16px !important;
}



/* Submit container */
.wpforms-submit-container {
    text-align: center !important;
    margin-top: 40px !important;
}

/* Submit dugme */
.wpforms-submit {
    background-color: #F28F49 !important;
    color: white !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    height: initial !important;
}

.wpforms-submit:hover {
    background-color: #e67c3a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(242, 143, 73, 0.3) !important;
}

.wpforms-submit:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(242, 143, 73, 0.3) !important;
}


/* Responsive dizajn */
@media (max-width: 768px) {
    
    .wpforms-field-container {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .wpforms-field input[type="text"],
    .wpforms-field input[type="email"],
    .wpforms-field input[type="number"] {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }
    
    .wpforms-submit {
        padding: 15px 30px !important;
        font-size: 16px !important;
        width: 100% !important;
        max-width: 300px !important;
    }
    .wpforms-field.wpforms-one-half {
        margin-left: 0 !important;
    }
}

/* Dodatni stilovi za bolje prilagođavanje originalnom dizajnu */
.wpforms-field-container {
    background: transparent !important;
}

/* Animacije za input polja */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="number"] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wpforms-field input[type="text"]:hover,
.wpforms-field input[type="email"]:hover,
.wpforms-field input[type="number"]:hover {
    border-color: #F28F49 !important;
    box-shadow: 0 2px 8px rgba(242, 143, 73, 0.1) !important;
}

/* Error stilovi */
.wpforms-error {
    color: #e74c3c !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

.wpforms-field.wpforms-has-error input {
    border-color: #e74c3c !important;
}

/* Success stilovi */
.wpforms-confirmation-container-full {
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-size: 16px !important;
}
.wpforms-container .wpforms-one-half, .wpforms-container .wpforms-three-sixths, .wpforms-container .wpforms-two-fourths {
    width: auto !important;
}
.biznis_forma {

    background-color: #f5f5f5 !important;
    padding: 100px 40px;
}
