/* === NUDE ULTRA REFINED === */
.wpcf7 {
    background: linear-gradient(180deg, #ffffff 0%, #f8f4ee 100%);
    padding: 90px;
    border-radius: 32px;
    border: 1px solid rgba(198,167,94,0.25);
    box-shadow: 0 50px 140px rgba(0,0,0,0.06);
    position: relative;
}

/* Elegant gold top line */
.wpcf7:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 30%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4b46a, transparent);
}

/* Labels */
.wpcf7 label {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #7a746b;
}

/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 22px;
    margin-bottom: 40px;
    border: 1px solid #e8e1d8;
    border-radius: 18px;
    font-size: 16px;
    background: #ffffff;
    transition: all 0.4s ease;
		border-color: #c6a75e;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	color: #7a746b;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #c6a75e;
    box-shadow: 0 0 0 5px rgba(198,167,94,0.15);
    transform: translateY(-2px);
    outline: none;
}

/* Luxury Button */
.wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #e6c98f, #c6a75e);
    color: white;
    padding: 20px 70px;
    border: none;
    border-radius: 100px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 30px 70px rgba(198,167,94,0.3);
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 40px 90px rgba(198,167,94,0.4);
}

/* Mobile */
@media (max-width: 768px) {
    .wpcf7 {
        padding: 45px;
    }
}
/* Jogszabályi link hover */
.elementor-text-editor a {
  transition: color 0.3s ease;
}
.elementor-text-editor a:hover {
  color: #c6a75e;
}

/* Social ikon hover */
.elementor-social-icon:hover {
  transform: translateY(-4px);
  transition: all 0.3s ease;
}
